.itoris_productpreviews_window_block {
	position: absolute;
	cursor: pointer;
	margin-left: 15px;
	z-index: 10011;
}
.itoris_productpreviews_price_option {
/*	height: 35px;*/
	font-weight: bold;
	clear: right;
}
.itoris_productpreviews_price_option .product .price {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
.itoris_productpreviews_product_clone .itoris_productpreviews_price_option .product .price {
    text-align: center;
}
.itoris_productpreviews_window {
	position: absolute;
    background-color: #000000;
    color: #ffffff;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border: 1px solid #a1a1a1;
    cursor: auto;
	width: 135px;
	height: 135px;
	overflow: hidden;
	z-index: 10013;
    padding: 10px 0;
}
.itoris_productpreviews_product_footer {
	bottom: -10px;
	border-bottom: 1px solid #a1a1a1;
}
.itoris_productpreviews_details {
    position: relative;
    color: white;
    font-weight: normal;
    font-size: 12px;
    line-height:31px;
    width: 100px;
    font-family: Arial;
    text-align:center;
    border-radius: 2px 2px 2px 2px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c2c2c', endColorstr='#383838'); /* IE6-9 */
    background: -webkit-gradient(linear, left top, left bottom, from(#2c2c2c), to(#383838));
    background: -moz-linear-gradient(top,  #2c2c2c,  #383838); /* firefox 3.6+ */
    background: -o-linear-gradient(top,  #2c2c2c,  #383838); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2c2c2c,  #383838); /* IE10+ */
}
.itoris_productpreviews_details:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0567a3', endColorstr='#03395a'); /* IE6-9 */
    background: -webkit-gradient(linear, left top, left bottom, from(#0567a3), to(#03395a));
    background: -moz-linear-gradient(top,  #0567a3,  #03395a); /* firefox 3.6+ */
    background: -o-linear-gradient(top,  #0567a3,  #03395a); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0567a3,  #03395a); /* IE10+ */
}
.itoris_productpreviews_product {
	z-index: 10002;
	padding: 0 10px;
	overflow: hidden;
	position: absolute;
	left: 0;
	height: 100%;
}
.itoris_productpreviews_mask {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background-color: #ffffff;
	filter: alpha(opacity=0);
	opacity: 0;
}
.itoris_productpreviews_product_name, .itoris_productpreviews_reviews,
.itoris_productpreviews_price, .itoris_productpreviews_description, .itoris_productpreviews_regular_price,
.itoris_productpreviews_price_product, .itoris_productpreviews_out_of_stock {
	font-weight: bold;
}
.itoris_productpreviews_description {
	margin: 10px 0;
	text-align: justify;
	display: block;
	margin-left: 4px;
}
.itoris_productpreviews_reviews, .itoris_productpreviews_rating, .itoris_productpreviews_rating_reviews_box {
	float: right;
    color: #ffffff;
}
.itoris_productpreviews_rating_reviews_box{
	margin-bottom: 5px;
	width: 225px;
}
.itoris_productpreviews_product_name {
	font-size: 16px;
	text-align: center;
	vertical-align: top;
}
.itoris_productpreviews_close_window {
	background-image: url(../images/close.png);
	background-repeat:no-repeat;
	width: 24px;
	height: 24px;
	float: right;
	clear: both;
	cursor: pointer;
}
.itoris_productpreviews_image_small_box {
	padding-top: 5px;
	float: left;
	padding-left: 2px;
	width: 300px;
}
.itoris_productpreviews_qty_input {
	float: left;
	margin-top: 1px;
	margin-right: 10px;
}
.itoris_productpreviews_button_cancel {
	float: left;
}
.itoris_productpreviews_button_footer_configure {
	clear: both;
}
.itoris_productpreviews_image {
	text-align: left;
	width: 300px;
	float: left;
}
.itoris_productpreviews_image_small {
	margin-bottom: 5px;
	cursor: pointer;
	float: left;
}
.itoris_productpreviews_main_image {
	cursor: pointer;
}
.itoris_productpreviews_window_block .rating-box {
	background-image: url(../images/bkg_rating.png);
	background-repeat: repeat-x;
	width: 80px;
	height: 15px;
}
.itoris_productpreviews_window_block .rating {
	background-image: url(../images/rating.png);
	background-repeat: repeat-x;
	width: 80px;
	height: 15px;
}
.itoris_productpreviews_rating {
	margin-right: 3px;
}
.itoris_productpreviews_image_small {
	margin-right: 4px;
}
.itoris_productpreviews_add_to_cart_box {
	float: left;
}
.itoris_productpreviews_button_configure{
	float: left;
}
.itoris_productpreviews_price, .itoris_productpreviews_regular_price, .itoris_productpreviews_price_product, .itoris_productpreviews_out_of_stock {
	font-size: 18px;
	text-align: left;
	vertical-align: middle;
	margin-top: 5px;
	font-weight: bold;
	height: 40px;
}
.itoris_productpreviews_regular_price {
    font-size: 16px;
    text-align: left;
}
.itoris_productpreviews_out_of_stock {
	font-size: 16px;
	margin-left: 5px;
	height: 0;
}
.itoris_productpreviews_window_block .qty-input {
	width: 38px;
	height: 25px;
	background: #000000;
	border: 1px solid white;
	color: white;
	font-weight: bold;
	text-align: right;
	float: left;
	padding-right: 3px;
}
.itoris_productpreviews_window_block .product .qty-input {
	margin-top: 2px;
	clear: none;
	float: left;
	margin-right: 10px;
}
.itoris_productpreviews_description_box {
	clear: both;
}
.itoris_productpreviews_button, .itoris_productpreviews_button_footer {
	position: relative;
	background-color: #3F3F3F;
    height: auto;
	float: right;
	width: auto;
	padding: 2px 5px;
	margin-left: 5px;
	margin-right: 15px;
	cursor: pointer;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #a1a1a1;
}
.itoris_productpreviews_add_to_cart_box_whith_loader {
	position: relative;
	height: 40px;
	float: right;
	margin-left: 5px;
	margin-right: 15px;
}
.itoris_productpreviews_button span, .itoris_productpreviews_button_footer span {
	color: white;
	font-size: 14px;
	font-weight: bold;
}
.itoris_productpreviews_button_footer span {
	font-size: 12px;
}
.itoris_productpreviews_wishlist_compare {
	float: left;
	position: relative;
}
.itoris_productpreviews_window_block a {
	text-decoration: none;
}
.itoris_productpreviews_content {
	height: auto;
}
.itoris_productpreviews_loader, .itoris_productpreviews_loader_tab {
	background-image: url(../images/loader.gif);
	width: 43px;
	height: 11px;
	background-position: center center;
	background-repeat: no-repeat;
}
.itoris_productpreviews_loader_tab_box {
	margin-bottom: 10px;
}
.itoris_productpreviews_loader_tab {
	height: 16px;
}
.itoris_productpreviews_loader_tab_text {
	width: 240px;
	float: right;
}

.itoris_productpreviews_product_added_text {
	color: #fd978b;
	font-size: 14px;
	width: 223px;
	font-weight: bold;
}
.itoris_productpreviews_header_box {
	margin-bottom: 5px;
}
.itoris_productpreviews_window_block .itoris_multipleselect {
	clear: both;
	color: #ffffff;
}
.itoris_productpreviews_window_block .qb-loader-back {
	margin-top: 5px;
	margin-left: 15px;
	background-image: url(../images/loader.gif);
	width: 43px;
	height: 11px;
	background-position: center center;
	background-repeat: no-repeat;
}
.qb-loader-image {
	position: fixed;
	top: 47%;
	left: 50%;
	background-image: url('../images/loader.gif');
	width: 43px;
	height: 11px;
	margin-left: -22px;
	margin-top: -6px;
	z-index: 1001;
}
.qb-loader-title {
	position: fixed;
	top: 49%;
	height: 20px;
	width: 100%;
	text-align: center;
	z-index: 1001;
	color: #ffffff;
	font-size: 16px;
}
#qb-order-image {
	float: right;
	margin-right: 4px;
	width: 8px;
	height: 8px;
}
.icon-add-to-list:hover {
	background-position: 17px 0px;
}
.qb-page-link {
	cursor: pointer;
}
.qb-page-link:hover{
	font-weight: bold;
}
.qb-page-link-active {
	color: #ffffff;
	font-weight: bold;
}
.hr {
	width: 100%;
	height: 1px;
	background-color: #c7cccd;
	position: relative;
	margin: 10px 0;
}

.note, #qb-no-products {
	color: #ff6633;
	font-size: 11px;
}
.search-block .text {
	background-color: #f5f5f5;
	border: 1px solid #98a2a3;
	color: #339900;
	padding-left: 5px;
	width: 280px;
	height: 18px;
	float: left;
}
.search-block .button-search:hover {
	background-position: 30px 0px;
}
.search-block {
	height: 30px;
	position: relative;
	margin-top: 5px;
}
#qb-no-products{
	font-size: 14px;
	font-weight: bold;
}
.precart .add-to-cart:hover, #qb .view-cart:hover {
	background-position: 0 20px;
}
.precart .buttons {
	width: 100%;
	height: 20px;
	clear: both;
}
.precart .product {
	width: 100%;
	height: 20px;
	border: 1px solid #c9d2d3;
	background-color: #ebeeef;
	margin: 1px 0;
	position: relative;
	clear: both;
	font-size: 13px;
}
.precart .product .area {
	position: absolute;
	left: 0;
	top: 0;
	width: 720px;
	z-index: 10;
	cursor: pointer;
}
.precart .product .area.incl-tax {
	width: 540px;
}
.precart .product .icon-view:hover {
	background-position: 15px 0;
}
.precart .product .icon-remove:hover{
	background-position: 9px 0;
}
.precart .product .arrow-down {
	background-position: 0 6px;
	width: 7px;
	height: 6px;
	margin-top: 7px;
}
.precart .product .contains-options, #qb .green {
	color: #008000;
}
.precart .product .price {
	float: right;
	margin-top: 2px;
	margin-right: 15px;
	color: #990000;
	font-weight: bold;
	width: 55px;
}
.precart .product .price.incl-tax {
	width: 250px;
}
.precart .product .price.incl-tax span {
	color: #81868A;
	margin-left: 3px;
	margin-right: 8px;
}
.precart .product {
	width: 35px;
	background-color: #f5f5f5;
	border: 1px solid #9ba4a5;
	color: #676767;
	text-align: center;
	float: right;
	margin-top: 2px;
	margin-right: 10px;
	clear: none;
}
.itoris_productpreviews_window_block .qty {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}
.precart .product .options {
	margin: 10px;
	margin-top: 30px;
	background-color: #ffffff;
	position: relative;
}
.precart .product .options .preview {
	position: absolute;
	top: 0;
	left: 0;
}
.precart .product .options .config {
	border: 1px solid #c9d2d3;
	height: 100%;
	margin-left: 90px;
}

.precart .product .options .config .type {
	margin: 10px;
	width: 280px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}
.precart .product .options .config .bundle {
	width: 100%;
}
.itoris_productpreviews_window_block .options .config .option {
	margin-bottom: 10px;
	/*clear: left;*/
}
.itoris_productpreviews_window_block .options .config .option .value {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 5px;
	height: 23px;
}
.itoris_productpreviews_window_block .options .config .option .value *{
	float: left;
}

.itoris_productpreviews_window_block .product .options .config  .option .radio {
	margin-left: 10px;
}
.itoris_productpreviews_window_block .radio {
	margin-left: 10px;
}
.itoris_productpreviews_window_block .product .options .config .radio {
	margin-right: 3px;
	margin-top: -3px;
}
.precart .product .options .config .add-price {
	margin-left: 20px;
	font-weight: bold;
	color: #000000;
}
.itoris_productpreviews_window_block .config .row {
	clear: left;
	height: 51px;
	margin-bottom: 3px;
}
.precart .config .row .title {
	font-size: 11px;
	color: #000000;
	width: 80px;
	float: left;
	margin-top: 3px;
}
.precart .config .row .value {
	margin-left: 80px;
	width: 300px;
}
.precart .config .row .value * {
	float: left;
}
.itoris_productpreviews_window_block .config .row .value .price {
	margin-right: 0;
	width: auto;
	margin-left: 4px;
	float: left;
	margin-top: 4px;
}
.cart-list .expand-all {
	float: right;
	width: 300px;
}
.cart-list .expand-all .collapse {
	background-position: 9px 0;
}
.cart-list .expand-all .text {
	float: right;
	margin-right: 10px;
}
.config .dropdown, #qb .config .inputs {
	width: 210px;
	height: 23px;
	border: 1px solid #b6b6b6;
	cursor: pointer;
	position: relative;
	background-color: #000000;
}
.config .two-digits {
	width: 60px !important;
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
}
.config .four-digits {
	width: 80px !important;
	float: left;
	margin-bottom: 3px;
}
.config .z-select {
}
.config .inputs {
	display: block;
	background: #000000;
	color: #ffffff;
}
.config .textarea {
	height: 70px;
	background: #000000;
	color: #ffffff;
}
.config .dropdown .options {
	width: 210px;
	height: 60px;
	background-color: #000000;
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 0;
	top: 23px;
	left: -1px;
	border: 1px solid #b6b6b6;
	position: absolute;
	z-index: 15;
}
.config .dropdown .selected-option-text {
	margin: 3px;
	position: relative;
	z-index: 1;
}
.config .dropdown .options .option {
	width: 100%;
	height: 20px;
	margin: 0 !important;
}
.config .dropdown .options .option:hover {
	background-color: #b6b6b6;
}
.precart .error {
	border: 1px solid red;
	font: inherit;
	font-size: inherit;
}
.itoris_productpreviews_window_block .required {
	float: right;
}
.itoris_productpreviews_option .title {
	font-size: 16px;
	font-weight: bold;
}
.precart .required-options {
	margin-top: 0;
}
.precart .bundle .required {
	margin-top: 0;
	margin-right: 30px;
}
.itoris_productpreviews_window_block .required-text, .itoris_productpreviews_window_block .required {
	color: red;
	margin-right: 5px;
}
.cart-list {
	display: block;
	clear: both;
	margin-bottom: 10px;
}
.quickbuy-product-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/loader.gif) center center #000000 no-repeat;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 1000;
}
.itoris_productpreviews_window .option {
	text-align: justify;
}
.itoris_productpreviews_option {
	width: auto;
/*	clear: left;*/
/*	padding-top: 1px;*/
	margin-bottom: 15px;
}
.itoris_productpreviews_window_block .config .dropdown .arrow {
	background-image: url(../images/dropdown-arrow.png);
	width: 19px;
	height: 17px;
	position: absolute;
	right: 4px;
	top: 3px;
	margin: 0;
}

.itoris_productpreviews_block_for_slider {
	overflow: hidden;
	position: relative;
}

.itoris_productpreviews_button_footer span {
	white-space: nowrap;
}
.itoris_productpreviews_product .product-collateral {
	background: none;
}
.itoris_productpreviews_product .data-table .odd, .itoris_productpreviews_product .data-table .even {
	background: none;
}
.itoris_productpreviews_product .ratings .rating-links {
	margin-top: 5px;
}
.itoris_productpreviews_product .ratings .rating-box {
	float: none;
}
.itoris_productpreviews_product .products-grid {
	border: none;
	background: none;
}
.itoris_productpreviews_tabs {
	text-align: justify;
	border-top: 1px solid #bfbfbc;
	padding: 6px 0 0 0;
}
.itoris_productpreviews_tabs .itoris_productpreviews_tabs_title {
    color: #bfbfbc;
    float: left;
    margin-right: 6px;
    cursor: pointer;
    font-weight: bold;
    padding-right: 6px;
}
.itoris_productpreviews_product .box-up-sell .products-grid td {
	padding: 0 10px 12px;
	width: 25%;
}
.itoris_productpreviews_product .box-tags .product-tags li {
	display: inline;
	padding: 0 7px 0 4px;
}

.itoris_productpreviews_tabs_content h3 {
	color: #ffffff;
}
.itoris_productpreviews_tabs_product_additional_data .form-add div {
	display: inline-block;
}
.itoris_productpreviews_tabs_product_additional_data .note {
	clear: both;
}
.itoris_productpreviews_product_details_container {
	position: relative;
	width: auto;
	margin: 0 10px 20px 315px;
}
.itoris_productpreviews_product_clone .itoris_productpreviews_product_details_container {
	margin-left: 0;
}
.itoris_productpreviews_product_clone .itoris_productpreviews_option {
	clear: both;
	margin-top: 10px;
}
.itoris_productpreviews_product_clone .itoris_productpreviews_image {
	width: auto;
}

#itoris_productpreviews_closebox {
	background-image: url(../images/closebox.png);
}
.itoris_pp_gallery-container { height:10px; width:100%; position:relative; }
.itoris_pp_gallery-top { position:absolute; left:0px; top:0px; width:100%; height:15px; background-repeat: repeat-x; }
.itoris_pp_gallery-image { position:absolute; left:0px; top:17px; width:100%; bottom:50%; text-align:center; overflow:hidden; }
.itoris_pp_gallery-image img { position: absolute; }
.itoris_pp_gallery-title { position:absolute; left:0px; bottom:70%; width:100%; height:24px; text-align:left; line-height:23px; font-size:18px; color:#000000; font-family:Arial; font-size:12px; text-indent:5px; overflow:hidden; }
.itoris_pp_gallery-gallery { position:absolute; left:0px; bottom:0px; width:100%; height:30%; overflow:hidden; }
.itoris_pp_gallery-slider { position:absolute; left:0px; top:3px; width:3px; bottom:3px; }
.itoris_pp_gallery-slider div { position:relative; float:left; top:0px; margin-right:3px; border:1px solid #dddddd; background:#ffffff; cursor:pointer; }
.itoris_pp_gallery-slider div:hover { border:1px solid #888888; }
.itoris_pp_gallery-slider div.active { cursor:default; }
.itoris_pp_gallery-slider div.active:hover {	border:1px solid #dddddd; }
.itoris_pp_gallery-slider div img { position:absolute;}
.itoris_pp_gallery-slideshow { position:absolute; cursor:pointer; width:30px; height:15px; right:3px; top:0px; background-repeat:no-repeat; text-align:center; line-height:13px; font-family:Arial; font-size:11px; }
.itoris_pp_gallery-navigator { position:absolute; right:3px; bottom:100px; width:39px; height:39px; background-repeat:no-repeat; }
#itoris_pp_gallery-preview { position:absolute; z-index:9998; }
#itoris_pp_gallery-fullsize-image2 .arrow-left, #itoris_pp_gallery-fullsize-image2 .arrow-right {position:absolute;z-index: 10000;height: 41px; width: 41px; cursor: pointer;top:50%;margin-top:-21px;}
#itoris_pp_gallery-fullsize-image2 .arrow-left {background-image: url(../images/left-arrow.png); left:-20px;}
#itoris_pp_gallery-fullsize-image2 .arrow-right {background-image: url(../images/right-arrow.png);right:-20px;}
.itoris_productpreviews_loader_image {
	background-image: url(../images/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
#itoris_pp_gallery-fullsize-image {
    border:5px solid #000000;
    border-radius:9px;
}
.itoris_productpreviews_product_details_container .product-pricing, .itoris_productpreviews_product_details_container .tier-prices {
	background-color: #000000;
	text-align: justify;
	padding: 0;
	border: none;
	margin: 0;
    color: #ffffff;
}
.itoris_productpreviews_tabs .itoris_productpreviews_tabs_content {
	border: none;
    background: transparent;
    margin-top: 25px;
    margin-right: 25px;
}
.itoris_pp_product_container_scroll {
	overflow-y: auto;
	overflow-x: visible;
	margin-bottom: 10px;
	padding-right: 5px;
}
.itoris_pp_product_buttons {
	position: absolute;
	left: 9px;
	right: 9px;
	bottom: 0;
}
.itoris_pp_product_config {
	width: 700px;
}
.itoris_pp_options_container, .itoris_pp_product_price_container {
	clear: right;
}
.itoris_pp_discount_product_price {
   display: inline;
}
#itoris_pp_mask {position:fixed; left:0px; top:0px; right:0px; bottom:0px; background:#000000; opacity:0.7; filter:alpha(opacity=70); z-index: 10012;}
.itoris_pp_left_arrow {position:absolute; left:-50px; top:45%; background:url(../images/left-arrow.png) no-repeat; width:40px; height:40px; cursor:pointer; display:none;}
.itoris_pp_right_arrow {position:absolute; right:-50px; top:45%; background:url(../images/right-arrow.png) no-repeat; width:40px; height:40px; cursor:pointer; display:none;}
.itoris_productpreviews_image_description {
    font-weight: bold;
    display: block;
    font-size: 14px;
    font-family: arial;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
}
.itoris_productpreviews_main_image_box {
    height: 300px;
}
.itoris_productpreviews_product_clone .itoris_pp_product_buttons {bottom:-5px; height:33px;}