/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

#quickViewLoader {
	display: none;
	z-index: 3000;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	background: url("images/load2.gif") 0 0 no-repeat;
}

.quick-view-modal {
	display: none;

	position: fixed;
	top: 1%;
	left: 50%;

	margin-left: -430px;
	width: 860px;
	max-height: 580px;

	color: #333;
	border: 0px;
	padding: 0px;
}

@media screen and (min-width: 1650px) {
	.quick-view-modal {
		top: 5%;
	}
}

@media screen and (min-width: 1850px) {
	.quick-view-modal {
		top: 10%;
	}
}

#quickview-modal-prev,
#quickview-modal-next {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 94px;

}

#quickview-modal-prev {
	left: -60px;
	background: url("images/item/view/quick_view/chevron-thin-left.png") 0 0 no-repeat;
}

#quickview-modal-next {
	right: -60px;
	background: url("images/item/view/quick_view/chevron-thin-right.png") 0 0 no-repeat;
}

#quickViewContainer {
	overflow: hidden;
}

#quickViewSlider {
	position: relative;
}

.quick-view-modal .body{
	background: #fff;
}

.quick-view-modal .balloon label{
	cursor: default;
}

.quick-view-modal .image-area{
	float: left;
	display: block;
	box-sizing: border-box;
	width: 390px;
	height: 580px;
	overflow: hidden;
	position: relative;
}

.quick-view-modal .image-area .preview{
	height: 300px;
	width: 300px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
	line-height: 298px;
	position: relative;
}

.quick-view-modal .image-area .preview .zoom-position-overlay{
	opacity: 0.4;
	background-color: white;
	border: 1px solid #666;
	position: absolute;
	display: none;
	box-sizing: border-box;
	line-height: 20px;
}

.quick-view-modal .image-area .preview .zoom-sensor{
	opacity: 0;
	background-color: white;
	border: 0;
	position: absolute;
	cursor: pointer;
	display: none;
	box-sizing: border-box;
}

.quick-view-modal .image-area .preview img{
	vertical-align: middle;
	max-width: 300px;
	max-height: 300px;
}

.quick-view-modal .image-area .thumbnails{
	width: 360px;
	height: 100px;
	margin: auto;
	position: relative;
}

.quick-view-modal .image-area .thumbnails ul{
	padding: 0px;
}

.quick-view-modal .image-area .thumbnails .jcarousel-prev,
.quick-view-modal .image-area .thumbnails .jcarousel-next{
	position: absolute;
	width: 30px;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
.quick-view-modal .image-area .thumbnails.few-images .jcarousel-prev,
.quick-view-modal .image-area .thumbnails.few-images .jcarousel-next{
	visibility: hidden;
}

.quick-view-modal .image-area .thumbnails .jcarousel-prev{
	top: 0px;
	left: -30px;
	background-image: url('images/item/view/quick_view/slide_left.png');
}

.quick-view-modal .image-area .thumbnails .jcarousel-next{
	right: -30px;
	top: 0px;
	background-image: url('images/item/view/quick_view/slide_right.png');
}

.quick-view-modal .image-area .thumbnails .jcarousel-prev-disabled,
.quick-view-modal .image-area .thumbnails .jcarousel-next-disabled{
	visibility: hidden;
}

.quick-view-modal .image-area .thumbnails .slide-panel{
	position: absolute;
	left: 30px;
	top: 0px;
	width: 300px;
	height: 100%;
}

.quick-view-modal .image-area .thumbnails.few-images .slide-panel{
	text-align: center;
	left: 10px;
	width: 340px;
}

.quick-view-modal .image-area .thumbnails.few-images .slide-panel ul li{
	display: inline;
}

.quick-view-modal .image-area .thumbnails .placeholder{
	width: 70px;
	height: 70px;
	margin-top: 13px;
	margin-bottom: 13px;
	margin-left: 14px;
	margin-right: 14px;
	border: 1px solid rgba(0, 0, 0, 0);
	display: inline-block;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.quick-view-modal .image-area .thumbnails .placeholder img{
	vertical-align: middle;
}

.quick-view-modal .image-area .thumbnails .placeholder.selected{
	border: 1px solid orange;
}

.slide-panel-inner div.prev-video-icon {
	position: absolute;
	color: white;
	margin: 32px 0 0 32px;
	font-size: 3em;
	opacity: 0.8;
	cursor: pointer;
}

.quick-view-modal .separator{
	position: absolute;
	top: 50px;
	right: 0px;
	width: 1px;
	height: 480px;
	background-color: #888888;
}

.quick-view-modal .image-area .share{
	width: 360px;
	text-align: center;
	margin: auto;
	margin-top: 33px;
	font-size: 0px;
}
.quick-view-modal .image-area .share > div{
	display: inline-block;
	float: none;
	margin-left: 5px;
	margin-right: 5px;
}

.quick-view-modal .image-area .share .share-via-email{
	width: 20px;
	height: 20px;
	padding-top: 2px;
	vertical-align: top;
}

.quick-view-modal .info-area,
.quick-view-modal .image-zoom-area{
	float: right;
	width: 470px;
	height: 580px;
	box-sizing: border-box;
	vertical-align: top;
	padding-top: 50px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 20px;
}

.quick-view-modal .info-area{
	position: relative;
}

.quick-view-modal .image-zoom-area{
	display: none;
	overflow: hidden;
	position: relative;
}

.quick-view-modal .image-zoom-area img{
	position: absolute;
}

.quick-view-modal .info-area .product-title{
	color: #9a9a9a;
	font-size: 18px;
}

.quick-view-modal .info-area .product-subtitle{
	color: #9a9a9a;
	font-size: 10px;
	font-style: italic;
}

.quick-view-modal .info-area .user-rating{
	margin-top: 8px;
}

.quick-view-modal .info-area .product-end-date-row{
	margin-top: 10px;
	margin-bottom: 8px;
	font-weight: bold;
}

.quick-view-modal .info-area .product-end-date-row .product-end-date{
	display: block;
	float: left;
}

.quick-view-modal .info-area .product-end-date-row .add-to-watched{
	display: block;
	float: right;
	position:relative;
}

.quick-view-modal .info-area .product-end-date-row .add-to-watched br{
	display: none;
}

.quick-view-modal.teszvesz .info-area .product-end-date-row .add-to-watched #add2watched-button{
	cursor: pointer;
}

.quick-view-modal.teszvesz .info-area .product-end-date-row .add-to-watched .box-info-text-success{
	font-size: 12px;
}

.quick-view-modal .info-area .product-end-date-row .add-to-watched img.add2watched-icon{
	display: none;
}

.quick-view-modal .info-area div.add-to-watched-feedback{
	display: none;
	position: absolute;
	right: 0px;
	bottom: 15px;
	width: 350px;
}

.quick-view-modal .info-area .product-end-date-row .product-end-date-label{
	color: #444444;
}

.quick-view-modal .info-area .description-tab-header{
	height: 30px;
}

.quick-view-modal .info-area .description-tab-header div:not(.vateraicon){
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #f7f7f7;
	margin-bottom: -1px;
}

.quick-view-modal.teszvesz .info-area .description-tab-header{
	height: 27px;
}

.quick-view-modal.teszvesz .info-area .description-tab-header div{
	height: 27px;
	line-height: 27px;
	font-size: 15px;
	color: white;
	background: rgba(0, 0, 0, 0) url("../teszvesz/site/layout/listing_headers_sprite.png") repeat-x scroll left top;
	background-position: left -191px;
}

.quick-view-modal .info-area .description-tab-header .description{
	float: left;
	width: 180px;
}

.quick-view-modal .info-area .description-tab-header .delivery{
	float: right;
	width: 230px;
	margin-left: 5px;
}

.quick-view-modal .info-area .description-tab-header .active
{
	background-color: white;
	border-bottom: 1px solid #fff;
}

.quick-view-modal .info-area .description-tab-header div.active
{
	background-color: white;
	border-bottom: 1px solid #fff;
}

.quick-view-modal.teszvesz .info-area .description-tab-header .active{
	background: white;
	color: #ff7a23;
}

.quick-view-modal .info-area .description-tab-header .zoom-control{
	display: none;
	float: right
}

.quick-view-modal .info-area .description-tab-header.can-zoom .zoom-control{
	width: 25px;
	border: none;
	background: none;
	overflow: hidden;
	display: block;
	margin-left: 5px;
	background-image: url('images/quick_view_zoom.png');
	background-position: left center;
	background-repeat: no-repeat;
}

.quick-view-modal .info-area .description-tab-header.can-zoom .description{
	width: 170px;
}

.quick-view-modal .info-area .description-tab-header.can-zoom .delivery{
	width: 210px;
	float: left;
}

.quick-view-modal .info-area .description-tab-body{
	word-wrap: break-word;
	min-width: 408px;
	overflow: auto;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	clear: left;
	padding: 5px;
	margin-bottom: 10px;
	height: 210px;
}

.quick-view-modal .info-area .description-tab-body .description-head-data{
	margin-bottom: 5px;
}

.quick-view-modal .info-area .description-tab-body .delivery{
	display: none;
}

.quick-view-modal .info-area .description-tab-body .delivery .tooltipped{
	color: #AAAAAA;
	font-size: 10px;
	font-weight: bold;
}

.quick-view-modal .info-area .description-tab-body .delivery .tooltipped:hover{
	color: #555555;
}

.quick-view-modal .info-area .listing-free_carriage-icon{
	display: inline-block;
	background: url('images/list/icon_free_carriage.gif');
	width: 18px;
	height: 18px;
	padding: 0px;
	border: 1px solid gray;
	vertical-align: text-bottom;
}

.quick-view-modal .info-area .popup{
	display: none;
}

.quick-view-modal .info-area input[type=text]{
	border: 1px solid gray;
}

.quick-view-modal .info-area input[type=text].error{
	border-color: red;
}

#tooltip.quick-view-tooltip{
	background: #f5f5f5 none repeat scroll 0 0;
	border: 1px solid #ff9954;
	border-radius: 5px;
	color: #777777;
	font-size: 11px;
	padding: 5px;
}

.quick-view-modal .info-area .feedback-container{
	position: relative;
}

.quick-view-modal .info-area div.validator-feedback{
	display: none;
	position: absolute;
	left: auto;
	bottom: 30px;
}

.quick-view-modal .info-area div.validator-feedback label{
	font-size: 12px;
	font-weight: normal;
}

.quick-view-modal .info-area .product-min-price{
	margin-left: 10px;
	color: green;
}

.quick-view-modal .info-area .current-bid .label,
.quick-view-modal .info-area .bid-form label{
	font-size: 13px;
	font-weight: bold;
}

.quick-view-modal .info-area .checkout-form table.bid-controls  {
	font-size: 14px;
	font-weight: bold;
}

.quick-view-modal .info-area table.bid-controls{
	width: 100%;
}

.quick-view-modal .info-area table.bid-controls .button-column{
	width: 100px;
	text-align: right;
}

.quick-view-modal .info-area .bid-form #txtlanceold_quick_view{
	width: 195px;
}

.quick-view-modal .info-area .bid-form #txtlanceold_quick_view::-webkit-input-placeholder{ 
	font-size: 11px;
	font-weight: bold;
}
.quick-view-modal .info-area .bid-form #txtlanceold_quick_view:-moz-placeholder{ 
	font-size: 11px;
	font-weight: bold;
}
.quick-view-modal .info-area .bid-form #txtlanceold_quick_view::-moz-placeholder{ 
	font-size: 11px;
	font-weight: bold;
}
.quick-view-modal .info-area .bid-form #txtlanceold_quick_view:-ms-input-placeholder{ 
	font-size: 11px;
	font-weight: bold;
}

.quick-view-modal .info-area .item-page-link{
	text-align: center;
	margin-top: 10px;
	position: absolute;
	left: 0px;
	bottom: 27px;
	width: 98%;
}

.quick-view-modal .info-area .item-page-link a{
	color: white;
	background-color: #b5b5b5;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

.quick-view-modal.teszvesz .info-area .item-page-link a{
	height:25px;
	background:url(../teszvesz/site/layout/gray_button_bg.gif) repeat-x 0 0;
	border:1px solid #AAA;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor:pointer;
	margin-bottom: 2px;
	color:#000;
	text-decoration:none;
}

.quick-view-modal .close-button{
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
	background-image: url('images/item/view/quick_view/close.png');
	background-position: right top;
	background-repeat: no-repeat;
	cursor: pointer;
}

.quick-view-modal.description-zoom .image-area,
.quick-view-modal.description-zoom .info-area .checkout-form,
.quick-view-modal.description-zoom .info-area .best-offer-form,
.quick-view-modal.description-zoom .info-area .bid-form,
.quick-view-modal.description-zoom .info-area .current-bid{
	display: none;
}

.quick-view-modal.description-zoom .info-area{
	width: 860px;
	padding-left: 30px;
	
}

.quick-view-modal.description-zoom .info-area .description-tab-body{
	height: 335px;
}

.quick-view-modal.description-zoom .info-area .item-page-link{
	bottom: 30px;
}

.jqmOverlay { 
	background-color: #333; 
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .quick-view-modal {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

span.quick-view-trigger {
	display: none;
}

.quick-view-modal .info-area .emag-price{
	margin-top: 20px;
	font-size: 21px;
	font-weight: bold;
	color: #EC2417;
}

.quick-view-modal .info-area .emag-message{
	margin-top: 10px;
}

.quick-view-modal .info-area .emag-button a{
	margin-top: 30px;
	display: block;
	width: 259px;
	height: 34px;
	background-image: url('images/item/view/quick_view/emag_button.png');
	background-repeat: none;
	background-position: center center;
}

.quick-view-modal.vatera .info-area .button-cart{
	cursor: pointer;
	line-height: 30px;
	margin-left: 2px;
	vertical-align: middle;
	height: 30px;
	min-height: 30px;
	width: 57px;
	text-align: center;
	padding: 0px 18px;
}

.quick-view-modal.teszvesz .info-area .button-cart{
	background: url("../teszvesz/item/view/btn_bg_green.gif")  repeat-x 0 0;
	border-radius: 3px;
	border: 1px solid #779e33;
	color: white;
	cursor:pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	height: 23px;
	line-height: 23px;
	margin-bottom: 2px;
	padding: 0px 2px 0px 2px;
	text-align: center;
	text-decoration: none;
	width: 100px;
}
.quick-view-modal.teszvesz .info-area .button-cart:hover{
	background: url("../teszvesz/item/view/btn_bg_green_hover.gif")  repeat-x 0 0;
}

.quick-view-modal.teszvesz .info-area #do_bid_quick_view{
	background: url("../teszvesz/item/view/btn_bg_orange.gif")  repeat-x 0 0;
	border-radius: 3px;
	border: 1px solid #fe7318;
	color: white;
	cursor:pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	height: 23px;
	line-height: 23px;
	margin-bottom: 2px;
	padding: 0px 2px 0px 2px;
	text-align: center;
	text-decoration: none;
	width: 100px;
}
.quick-view-modal.teszvesz .info-area #do_bid_quick_view:hover{
	background: url("../teszvesz/item/view/btn_bg_orange_hover.gif")  repeat-x 0 0;
}

.zoom-loader {
	background: url('images/load_small.gif') no-repeat center;
}

a#add2watched-button i {
	font-size: 14px;
	margin-left: 10px;
}
.auction-current-price-ad strong {
	font-size:16px;
}
.auction-current-price-ad {
	padding-top: 25px;
	display:block;
}
div.ad-product-type2-horizontal {
    background: transparent url("images/adProduct/type2_horizontal.png") no-repeat scroll left top;
}
div.ad-product-type1-horizontal {
    background: transparent url("images/adProduct/type1_horizontal.png") no-repeat scroll left top;
}
div.ad-product-type4-horizontal {
    background: transparent url("images/adProduct/type3_horizontal.png") no-repeat scroll left top;
}
div.ad-product-type-horizontal {
    height: 70px;
    position: absolute;
    width: 83px;
	 top:0;
	 right:-30px;
}
div.ad-product-price-container-qv {
	position:relative;
	margin-top:30px;
}

#quickViewContainer h2.outer-title-g {
	background-color: inherit;
}

