.order_print_form {
    font-size: 14px;
}

.order_print_form .order_nav_bar {
	height:45px;
}
.order_print_form .order_footer_nav {
    height: 20px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}
.order_print_form .tab_contents{
	overflow: hidden;
    padding-bottom: 10px;
}
.order_print_form .order_tabs{
	width:100%;
}
.order_print_form .order_tabs li.passed{
	background-color: #eee;
	cursor:pointer;
}
.order_print_form .order_tabs li.next_step{
	cursor:pointer;
}
.order_print_form .order_tabs li:last-child{
	float:none;
	border:none;
}
.order_print_form .order_tabs li.current{
	color:#D80307;
}
.order_print_form .order_tabs li{
	display: inline-block;
	float:left;
	width: 166px;
	height:100%;
	text-align: center;
	font-size:15px;
	line-height:45px;
	border-right:1px solid #333;
	text-shadow: 0px 1px 0px #666;
}
.tab_contents .product {
	overflow: visible;
	position: relative;
	height: 160px;
    margin-bottom: 20px;
}
.tab_contents .shipping {
    margin-top: 25px;
}
.tab_contents .shipping .field{
	display: block;
	position: relative;
	height:40px;
}
.tab_contents .shipping .field.error {
    color: #D80307;
}
.tab_contents .shipping .field.error input, .tab_contents .shipping .field.error select{
	border-color: #D80307;
}
.tab_contents .shipping .field .error_msg{
	visibility: hidden;
}
.tab_contents .shipping .field.error .error_msg{
	visibility: visible;
}
.tab_contents .shipping .field label{
	display: block;
	font-size: 15px;
	font-weight: normal;
	width:110px;
	height:25px;
	margin:0;
	padding:0;
	text-align: left;
	float: left;
}
.tab_contents .shipping .field input{
	width: 300px;
	font-size: 15px;
	padding: 3px 5px;
	margin: 0;
	line-height: 15px;
}
.tab_contents .shipping .field select{
	width: 312px;
	font-size: 15px;
	padding: 2px 2px 2px 5px;
	margin: 0;
	line-height: 15px;
}
.tab_contents  h1{
	font-size: 26px;
	font-weight: normal;
	line-height: 46px;
	margin: 0;
}
.tab_contents  h2{
	font-size: 25px;
	font-family: 'MyriadProCondRegular';
	font-weight: normal;
	margin: 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
    line-height: 27px;
}
.tab_contents .product .thumbnail{
	-moz-box-shadow: 0 3px 12px #b1b1b1;
	-webkit-box-shadow: 0 3px 12px #b1b1b1;
	border: 1px solid #ccc;
	box-shadow: 0 3px 12px #b1b1b1;
	max-width: 150px;
	max-height: 150px;
}
.tab_contents .product .left{
	float: left;
	width:  196px;
}
.tab_contents .product .right{
	float: left !important;
    max-width: 400px;
}
.tab_contents .product .right p {
	margin:8px 0;
}
.order_print_form .order_footer_nav li {
	cursor:pointer;
	font-size: 16px;
}
.order_print_form .order_footer_nav li.prev{
	float:left;
}
.order_print_form .order_footer_nav li.next{
	float:right;
}
.order_print_form .offering_option {
    margin: 5px 0;
}
.order_print_form .offering_option .offering_input {
    display: none;
}
.order_print_form .offering_option .offering_text {
    margin-left: 10px;
}
.order_print_form .offering_option label{
    width: 99%;
    display: block;
    border: 1px solid #ccc;
    padding: 5px 0;
    font-size: 16px;
    cursor: pointer;
    background-color: #efefef;
}
.order_print_form .offering_option label.selected, .order_print_form .offering_option label.selected:hover {
    background-color: #ff1c1c;
    border-color: #666;
    color: #fff;
    font-weight: bold;
    cursor: default;
}
.order_print_form .offering_option label:hover{
    background-color: #eee;
}
.summery_price .quantity_box {
    float: left;
}
.summery_price .quantity_box label {
    margin-right: 30px;
    font-size: 15px;
}
.summery_price .quantity_box input {
    font-size: 15px;
    width: 100px;
    padding: 6px;
}
.summery_price .total_price {
    float: right;
    padding-right: 45px;
    margin: 5px 0 0 0;
}
.summery_price .total_price span {
    font-size: 28px;
}
.summery_price .total_price p {
    color: #999;
    margin: 5px 0 0 0;
}
.order_confirmation table td {
    font-size: 14px;
    line-height: 15px;
}
.order_confirmation .quote td.name_column {
    padding-right: 60px;
    text-align: left;
}
.order_confirmation .quote td {
    padding-right: 5px;
    text-align: right;
}
.order_confirmation .confirm_box #checkout_btn {
    display: none;
    cursor: pointer;
    float: right;
}
.order_confirmation .confirm_box {
    margin: 5px 0 0 0;
}
.order_confirmation .confirm_box .error_msg{
    color: #D80307;
	visibility: hidden;
}
.order_confirmation .confirm_box.error .error_msg{
	visibility: visible;
}
.order_print_form .paypal-checkout-btn {
    background:transparent url(/images/paypal_checkout.png) no-repeat scroll 0 0;
    width: 143px;
    height: 41px;
    display: block;
}
.order_print_form .preview {
    padding-top: 5px;
}
.order_print_form .preview .preview-note {
    text-align: center;
    color:#808080;
    font-style: italic;
    font-size: 12px;
}
.order_print_form .preview .preview-box a.prev-page-btn img,
.order_print_form .preview .preview-box a.next-page-btn img {
    background-image: url(images/print-preview-arrows.png);
    width: 22px;
    height: 77px;
    cursor: pointer;
}
.order_print_form .preview .preview-box a.prev-page-btn img {
    background-position: -22px 0;
}
.order_print_form .preview .preview-box a.next-page-btn img {
    background-position: 0 0;
}
.order_print_form .preview .preview-box table {
    border-collapse: collapse;
    width: 647px;
    margin: 0 auto;
}
.order_print_form .preview .preview-box .preview-section {
    overflow: hidden;
    width: 603px;
    background-color: #383131;
}
.order_print_form .preview .preview-box .preview-section.loading {
    background: url(images/print-preview-loader.gif) no-repeat scroll center center #383131;
}
.order_print_form .preview .preview-box .preview-auto-height img{
    width: 300px;
}
.order_print_form .preview .preview-box .preview-auto-height {
    visibility: hidden;
    float: left;
}
.order_print_form .preview .preview-box .pages {

}
.order_print_form .preview .preview-box .page-numbers {
    display: none;
}
.order_print_form .preview .preview-box .current-page-number {
    text-align: center;
    color: #222;
    font-size: 16px;
    margin: 5px 0;
}
.order_print_form .preview .preview-box .pages div.page {
    float: left;
}
.order_print_form .preview .preview-box .pages div.page > span {
    float: left;
    display: block;
    padding: 1px;
    min-height: 1px;
    width: 300px;
    cursor: pointer;
}
.order_print_form .preview .preview-box .pages div.page > span.front-cover,
.order_print_form .preview .preview-box .pages div.page > span.back-cover {
    cursor: default;
}
.order_print_form .preview .preview-box .pages div.page > span.left-page {
    padding-right: 0;
}
.order_print_form .preview .preview-box .pages div.page > span img{
    width: 300px;
}
.order_print_form .preview .preview-box .pages div.page > span:first-child {
    text-align: right;
}
.order_print_form .preview .preview-box .pages div.page > span:last-child {
    text-align: left;
}