a { color: #b41e16; }

.header-info-container, .header-top { width: 560px; }
.header-info-container .cart_box { background: #b41e16; }
.header-info-container ul.links li { border-color: #b41e16; }
.header-info-container .cart_box li.your-cart a { background-image: url("../images/your_cart.gif"); }
.header h1.logo { padding-top: 40px; }

.main-container { padding-top: 10px;}

/*==== Buttons ===================================================================*/
button.button { border-width: 0; }
button.button span { background: #b41e16; border-color: #b41e16; }

.col-right { float:right; width:165px; padding:0 0 1px; }
.col3-layout .col-main { width: 610px; }

.col-right {width: 165px;}
.col3-layout .col-wrapper {width: 780px;}

#format_title_wrapper{
background: #B41E16;
color: white;
padding: 10px;
}
.product-view .right-essential .available-products{
	display:inline-block;
}
.product-view .right-essential .available-products .red{
	font-weight:bold;
	color:#D83820;
}
.product-view .right-essential .available-products .product-holder{
	width:120px;
	margin-right:5px;
	float:left;
	display:block;
	border-radius:10px 10px 0 0;
	background-color:#EBEEC6;
	border: 1px solid #C0C68A;
	cursor:pointer;
}
.product-view .right-essential .available-products .product-holder:last-child{
	margin-right:0;
}
.product-view .right-essential .available-products .product-holder.active{
	border-radius:8px 8px 0 0;
	-webkit-box-shadow: 0px 6px 12px 0.5px #C0C68A;
	-moz-box-shadow: 0px 6px 12px 0.5px #C0C68A;
	box-shadow: 0px 6px 12px 0.5px #C0C68A;
}
.product-view .right-essential .available-products .product-holder.last{
	margin-right:0;
}
.product-view .right-essential .available-products .product-holder .product-type{
	border-radius: 8px 8px 0 0;
	display: block;
	font-size: 16px;
	font-size:17px\9;
	text-align: center;
	margin:0;
	padding-bottom: 9px;
	padding-top: 9px;
	background:url("../images/top-header-sync.gif") repeat-x scroll center bottom #FDFED5;
	color: #787800;
}
.product-view .right-essential .available-products .product-holder.active .product-type{
	color:#FFF;
	background: #acad51; /* Old browsers */
	background: -moz-linear-gradient(top, #acad51 0%, #828203 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#acad51), color-stop(100%,#828203)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #acad51 0%,#828203 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #acad51 0%,#828203 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #acad51 0%,#828203 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acad51', endColorstr='#828203',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #acad51 0%,#828203 100%); /* W3C */
	
}
.product-view .right-essential .available-products .product-holder.ph-casebook .product-type{
    padding: 3px 0 3px 0;
    font-size: 15px;
    line-height: 12px;
    display: block;
}
.product-view .right-essential .available-products .product-holder.ph-casebook .casebook_subtitle{
    display: block;
    font-size: 10px;
    margin-top: 1px;
}
.product-view .right-essential .available-products .product-holder.ph-rent .product-type{
    padding: 3px 0 3px 0;
}
.product-view .right-essential .available-products .product-holder.ph-rent .product-type span span{
    font-size: 10px;
    display: block;
}
.product-view .right-essential .available-products .product-holder.ph-loose .product-type,
.product-view .right-essential .available-products .product-holder.ph-download .product-type{
	padding-bottom: 10px;
	padding-top: 9px;
}

.product-view .right-essential .available-products .product-holder .price-data{
	background-color: #F3F5DC;
	display: block;
	height: 95px;
	margin-bottom: 5px;
}
.product-view .right-essential .available-products .product-holder.active .price-data{

}

.product-view .right-essential .available-products .product-holder .price-data .price{
	color: #D83820;
	display: block;
	font-size: 35px;
	margin: 0;
	text-align: center;
	padding:3px 0 0;
}
.product-view .right-essential .available-products .product-holder .price-data .price sup{
	font-size: 16px;
	font-weight: normal;
	vertical-align: 13px;
}
.product-view .price sup.currency{
	vertical-align:1px;
}
.product-view .right-essential .available-products .product-holder .price-data .price sup.currency{
	font-size: 22px;
	font-weight: normal;
	line-height: inherit;
	padding-right: 2px;
	vertical-align: 4px;
}
.product-view .right-essential .available-products .product-holder.ph-used .price-data .price,
.product-view .right-essential .available-products .product-holder.ph-loose .price-data .price{
}

.product-view .right-essential .available-products .product-holder .price-data .extra-details{
	color: #333333;
	display: block;
	font-size: 9px;
	font-weight: bold;
	margin: 0;
	padding: 0 0;
	text-align: center;
}
.product-view .right-essential .available-products .product-holder .price-data .extra-details a{
	text-decoration: underline;
	display:block;
}
.product-view .right-essential .available-products .product-holder .add-to-cart{
	text-align:center;
	min-height:47px;
}
.product-view .right-essential .available-products .product-holder .add-to-cart .out-of-stock,
.product-view .right-essential .available-products .product-holder .add-to-cart a{
	color: #D83820;
	display: block;
	font-size: 9px;
	font-weight: bold;
	margin: 8px 0 0;
}
.product-view .right-essential .available-products .product-holder .add-to-cart a{
	color: #000080;
	display: block;
	margin-bottom: 7px;
	margin-top: 3px;
}
.product-view .right-essential .available-products .product-holder .add-to-cart .button{
	*height:32px;
	float: none;
	margin-bottom: 11px;
	margin-top: 11px;
}
.product-view .right-essential .available-products .product-holder .product-details-list{
	display:block;
}
.product-view .right-essential .available-products .product-holder .product-details-list li{
	border-top: 1px solid #C0C68A;
	display: block;
	min-height: 57px;
	padding-top: 10px;
	text-align: center;
}
.product-view .right-essential .available-products .product-holder .product-details-list li.last{
	margin-right:0;
}
.product-view .right-essential .available-products .product-holder .product-details-list li.threerows{
	min-height:53px;
}
.product-view .right-essential .available-products .product-holder .product-details-list li.onerow{
	min-height:28px;
}
.product-view .right-essential .available-products .product-holder .product-details-list li.even{
	background-color:#F3F5DC;
}
.product-view .right-essential .available-products .product-holder .product-details-list li a{
	font-size:9px;
	display:block;
	font-weight:bold;
}
.product-view .right-essential .available-products .product-holder .product-details-list li a.faq{
	font-size:12px;
}
.fancybox-thumb{
	display:block;
}
.products-images{
	width: 138px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 3px;
}

.fancybox-custom-content{
	width: 600px;
	display: block;
	background-color: #F3F5DC;
	border: 1px solid #C0C68A;
	padding: 20px;
	text-align:left;
}
.fancybox-custom-content .title{
	padding: 10px;
	display: block;
	color: #333;
	font-size: 24px;
	background-color: #C0C68A;
	text-align:center;
}
.fancybox-custom-content ul{
	margin-bottom:15px;
	list-style:square !important;
}
.fancybox-custom-content ul li{
	text-align:left;
	padding:5px;
	margin-left:30px;
	background-color:#F3F5D3;
}
.fancybox-custom-content ul li.odd{
	background-color:#F3F5E4;
}

.catalog-product-view .col2-right-layout .col-main{
	width: 830px;
}
.catalog-product-view .col-right{
	width:130px;
}
.catalog-product-view .col-right div.awis-block{
	width:110px;
}
.hide{
	display:none;
}
#Reviews .dedicated-review-box.active{
	display:block;
}
#Reviews .dedicated-review-box{
	display:none;
}
#ProductDescription .std{
	display:none;
}
#ProductDescription .std.active{
	display:block;
}

.product-view .right-essential .available-products .product-holder.singleProduct{
	width:100% !important;
}
.singleProduct{
	margin-right:0 !important;
}
.singleProduct .product-details-list{
	float:left !important;
}

.singleProduct .product-type{
	border-radius: 5px 5px 0 0 !important;
	color: #FFFFFF;
	margin: 0 !important;
	padding: 5px 22px !important;
	text-align: left;
}
.singleProduct .product-type{
	float:none;
	display:block;
}

.singleProduct .price-data,
.singleProduct .add-to-cart,
.singleProduct .product-details-list li{
	float: left !important;
	height: 86px;
	margin: 0 !important;
	padding: 29px 0 0 !important;
	width: 100px;
	border-top:none !important;
}
.singleProduct div.onerow,
.singleProduct li.onerow{
	height: 68px;
	padding-top: 47px !important;
}
.singleProduct div.price-data{
	height: 92px !important;
	padding-top: 23px !important;
}
.rental-product-details{
    margin-top:20px;
}
.rental-product-details p span{
    font-weight:bold;
}
.item-options dt.rental-item,
.item-options dd.rental-item{
    font-weight:normal;
    font-style:normal;
}
.item-options dt.rental-item span,
.item-options dd.rental-item span{
    font-weight:bold;
}
.item-options dd.rental-item label{
    cursor:pointer;
}
.item-options .rental-item input{
    margin-right:5px;
}
.item-options{
    margin-top:20px;
}
.item-options dd.rental-item{
    padding:0;
    position:absolute;
    display:block;
}

.checkout-cart-index .fancybox-skin{
    background-color:#F3F5DC;
}
.terms-and-conditions-wrapper{
    width:700px;
}
.terms-and-conditions-wrapper .title-wrapper{
    border:1px solid #c1c182;
    border-bottom:none;
    float: left;
    display: block;
    width: 678px;
    padding: 10px;
    background: #f1f4c8;
    background: -moz-linear-gradient(top, #f1f4c8 0%, #dee0aa 3%, #f1f4c8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f4c8), color-stop(3%,#dee0aa), color-stop(100%,#f1f4c8));
    background: -webkit-linear-gradient(top, #f1f4c8 0%,#dee0aa 3%,#f1f4c8 100%);
    background: -o-linear-gradient(top, #f1f4c8 0%,#dee0aa 3%,#f1f4c8 100%);
    background: -ms-linear-gradient(top, #f1f4c8 0%,#dee0aa 3%,#f1f4c8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f4c8', endColorstr='#f1f4c8',GradientType=0 );
    background: linear-gradient(top, #f1f4c8 0%,#dee0aa 3%,#f1f4c8 100%);
}
.terms-and-conditions-wrapper p.title{
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    color: #808000;
}
.terms-and-conditions-wrapper p.subtitle{
    padding: 0;
    text-align: left;
    font-size: 13px;
    color: #808000;
    margin:0;
}
.terms-and-conditions-wrapper .agreement{
    height: 100px;
    overflow-y: scroll;
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
    background-color: #FFF;
    float: left;
    display: block;
    width: 678px;
}
.terms-and-conditions-wrapper .basics{
    border: 1px solid #c1c182;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #FFF;
    float: left;
    display: block;
    width: 658px;
}
.terms-and-conditions-wrapper ul{
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    margin-bottom:15px;
    text-align:left;
}
.terms-and-conditions-wrapper ul li{
    list-style:disc;
}
.terms-and-conditions-wrapper ul li b{
    color:#D1102F;
}
.terms-and-conditions-wrapper .actions{
    float: left;
    display: block;
    width: 700px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.terms-and-conditions-wrapper .actions .print,
.terms-and-conditions-wrapper .actions .deny,
.terms-and-conditions-wrapper .actions .accept{
    padding: 5px 10px;
    font: bold 13px/20px Arial, Helvetica, sans-serif;
}
.terms-and-conditions-wrapper .actions .deny{
    color:#D1102F;
}
.terms-and-conditions-wrapper .actions .accept{
    color:#258318;
    margin-right:20px;
}
.green-button{
    display: block;
    height: 20px;
    border: 1px solid #98992a;
    padding: 0 6px;
    font: bold 12px/20px Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    text-shadow: 0 0 2px #34340f;
    background: #acad51;
    background: -moz-linear-gradient(top, #acad51 0%, #828203 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#acad51), color-stop(100%,#828203));
    background: -webkit-linear-gradient(top, #acad51 0%,#828203 100%);
    background: -o-linear-gradient(top, #acad51 0%,#828203 100%);
    background: -ms-linear-gradient(top, #acad51 0%,#828203 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acad51', endColorstr='#828203',GradientType=0 );
    background: linear-gradient(top, #acad51 0%,#828203 100%);
}

.yellow-button{
    display: block;
    height: 20px;
    border: 1px solid #B9B97D;
    padding: 0 6px;
    font: bold 12px/20px Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    background: #EFF0BE;
    background: -moz-linear-gradient(top, #FAFAE5 0%, #D1D186 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAE5), color-stop(100%,#D1D186));
    background: -webkit-linear-gradient(top, #FAFAE5 0%,#D1D186 100%);
    background: -o-linear-gradient(top, #FAFAE5 0%,#D1D186 100%);
    background: -ms-linear-gradient(top, #FAFAE5 0%,#D1D186 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAFAE5', endColorstr='#D1D186',GradientType=0 );
    background: linear-gradient(top, #FAFAE5 0%,#D1D186 100%);
}
.yellow-button.center{
    float:none !Important;
    margin:0 auto;
    width:90px;
}
.terms-and-conditions-wrapper .red{
    color:#D1102F;
}
.please-register-message-title{
    color: #686800;
    font-size: 16px;
    margin-top: 10px;
}
.please-register-buttons-wrapper a{
    width:120px;
    display:inline-block;
    color:#258318;
    
}
.please-register-buttons-wrapper .close{
    margin-right:10px;
    color: #D1102F
}
.please-register-message{
    font-size: 13px;
    font-weight: bold;
}
.paypal-shop-secured{
    width:100%;
    display:block;
    text-align:center;
}
.yoReviews .yoMain .yoWrite{
    pading-top:10px !important;
}
.yoPowered {
    display:none !important;
}
.yoSubmit .yoClear{
    display:none;
}
.yoSubmit .yoReviewsBtn{
    cursor:pointer;
}
.yotpo .yoForm, .yotpo-testimonails .yoForm{
    border:1px solid #C0C68A !important;
}
.yotpo .yoBtn:hover, .yotpo-testimonails .yoBtn:hover{
    background-color:#C0C68A !important;
    color:#333;
}
.yotpo .yoBtn, .yotpo-testimonails .yoBtn{
    border:1px solid #C0C68A !important;
    background: #acad51 !important;
    background: -moz-linear-gradient(top, #acad51 0%, #828203 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#acad51), color-stop(100%,#828203)) !important;
    background: -webkit-linear-gradient(top, #acad51 0%,#828203 100%) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: 1px solid #98992a !important;
}
.yotpo.yoOMGSmall .yoShareYourReview, .yotpo-testimonails.yoOMGSmall .yoShareYourReview{
    height:230px !important;
}
.yotpo .yoError, .yotpo-testimonails .yoError{
    display: block;
    border-radius: 0;
    padding: 10px;
    border: 1px solid #9E4444;
    box-shadow: none !important;
    background-color: rgb(229, 112, 112);
    color: #FFF;
}
#overlay_modal{
    background:black;
    opacity:0.8;
}
#overlay_modal{
    z-index:2 !important;
} 

/* SEARCH BAR */
.searchautocomplete{
    width: 257px !important;
    padding:0;
    padding-top: 5px !important;
}
.searchautocomplete .nav{
    background: none;
    border: 1px solid #DDD;
    width: 216px;
    height: 26px;
}
.searchautocomplete .nav .nav-input{
    padding: 0 !important;
    margin: 2px 5px 3px 10px !important;
}
.searchautocomplete .nav .nav-input input{
    padding-left: 0;
    margin-left: 0;
    width:92%;
}
.searchautocomplete .nav-submit-button{
    padding-left: 0;
    background: none
}
.searchautocomplete .nav-submit-button .button{
    height: 28px;
    background: #b41e16;
    border-color: #b41e16;
    transition:background 0.3s;
}
.searchautocomplete .nav-submit-button .button:hover{
    background: #CC231A;
}
.searchautocomplete .searchautocomplete-loader{
    top: 5px;
    right: 4px;
}
.header-info-container .cart_box{
    padding: 0;
    margin: 0;
}
.header-info-container .cart_box .cart_box{
    padding: 10px 10px 10px 25px;
    margin: 0;
}




/* Product Overlay - Click here to view */
.product-details-wrapper{
	position:relative;
}
.related-product-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(229, 240, 188, 0.5);
	text-align: center;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -kthtml-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.related-product-overlay .hideOverlay {
	background: #E5543E;
	width: 70px;
	margin-left: -35px;
	top: 28%;
	left: 50%;
	position: absolute;
	border-radius: 100px;
	display: inline-block;
	font-size: 11px;
	vertical-align: middle;
	color: #FFF;
	font-weight: bold;
	padding: 21px 0;
	border: 1px solid rgb(207, 137, 137);
	box-shadow: 0px 0px 35px rgba(255, 0, 0, 0.32);
	opacity: 0.9;
	transition: all 0.3s;
}
.related-product-overlay:hover .hideOverlay{
	box-shadow: 0px 0px 35px rgba(255, 0, 0, 0.7);
}
.active .related-product-overlay{
	display: none;
}
.comodoWrapper{ 
	display:block; 
	text-align:center;
}
.header + .top-container {
display: none;
}