/*
Quick.Cart default plugins stylesheet
/*/
/* products most viewed */
#productsMostViewed{margin-bottom:10px;padding:10px 15px;background:#f3edd6;text-align:center;}
#productsMostViewed .title{padding-bottom:10px;background:inherit;color:#be420e;font-weight:bold;font-size:1.167em;}
#productsMostViewed ul{list-style:none;}
#productsMostViewed li{margin-bottom:10px;padding:10px 0;border-top:1px solid #cabfa5;background:#fbf9e9;}
#productsMostViewed li .photo{margin:0 7px 5px 0;font-size:0px;line-height:0px;}
#productsMostViewed li .photo img{border:2px solid #e7dfbd;}
#productsMostViewed li .photo a:hover img{border:2px solid #dcc7a7;}
#productsMostViewed li h3{font-size:0.9em;}
#productsMostViewed li a{text-decoration:none;}
#productsMostViewed li a:hover{background:inherit;color:#e62808;text-decoration:underline;}
#productsMostViewed li .price, #productsMostViewed li .noPrice{padding:2px 0 0;background:inherit;color:#e62808;font-size:0.9em;}
#productsMostViewed li strong{padding:0 2px 0 5px;font-weight:bold;}

/* simple bestsellers */
#simpleBestsellers{margin-bottom:10px;padding:10px 15px;background:#f3edd6;text-align:center;}
#simpleBestsellers .title{padding-bottom:10px;background:inherit;color:#be420e;font-weight:bold;font-size:1.167em;}
#simpleBestsellers ul{list-style:none;}
#simpleBestsellers li{margin-bottom:10px;padding:10px 0;border-top:1px solid #cabfa5;background:#fbf9e9;}
#simpleBestsellers li .photo{margin:0 7px 5px 0;font-size:0px;line-height:0px;}
#simpleBestsellers li .photo img{border:2px solid #e7dfbd;}
#simpleBestsellers li .photo a:hover img{border:2px solid #dcc7a7;}
#simpleBestsellers li h3{font-size:0.9em;}
#simpleBestsellers li a{text-decoration:none;}
#simpleBestsellers li a:hover{background:inherit;color:#e62808;text-decoration:underline;}
#simpleBestsellers li .price, #simpleBestsellers li .noPrice{padding:2px 0 0;background:inherit;color:#e62808;font-size:0.9em;}
#simpleBestsellers li strong{padding:0 2px 0 5px;font-weight:bold;}

#column .box{margin:10px 0 5px;padding:5px 0;border-bottom:1px solid #cabfa5;}
#column .box .name{padding:5px 15px;background:#cabfa5;color:#464032;font-size:1.5em;}
#column .box .content{display:block;padding:15px 15px 10px;}
#column .box .visits{font-size:1.3em;}
#column .box .visits span{margin-left:10px;margin-right:30px;}
#column .box .visits em{font-style:normal;}
#column .box ul{margin-left:5px;float:left;width:100px;font-style:normal;background:inherit;color:#e62808;}
#column .box .list2{width:130px;}
#column .box span{background:inherit;color:#464032;}

/* simple news */
#simpleNews{margin:10px 0 5px;padding:5px 0 5px;border-bottom:1px solid #cabfa5;}
#simpleNews .title{padding:5px 15px;background:#cabfa5;color:#464032;font-size:1.5em;}
#simpleNews ul{list-style:none;padding:0 5px;}
#simpleNews li{padding:10px 0 5px 5px;border-bottom:1px solid #cabfa5;}
#simpleNews .lL{border:0;}
#simpleNews li h3{font-size:0.9em;}
#simpleNews li p{padding:2px 0 0 3px;}

/* products last visited */
#product h3.productsLastVisited{margin:5px 0 5px;padding:10px 0 5px;background:inherit;color:#be420e;font-size:1.2em !important;font-weight:bold;border-top:1px solid #cabfa5;display:none;}
#productsLastVisited{width:100%;margin:0 0 10px;font-size:1em;display:none;}
#productsLastVisited img{border:2px solid #e7dfbd;display:none;}
#productsLastVisited a{color:#464032;display:none;}
#productsLastVisited a:hover img{border:2px solid #dcc7a7;display:none;}
#productsLastVisited td{padding:0 0 10px;text-align:center;vertical-align:bottom;display:none;}
#productsLastVisited td a{display:block;padding:0 5px;font-weight:bold;text-decoration:none;display:none;}
#productsLastVisited td a:hover{background:inherit;color:#be420e;text-decoration:underline;display:none;}
#productsLastVisited .price, #productsLastVisited .noPrice{padding:3px 0;background-color:inherit;color:#e62808;text-decoration:none;display:none;}
#productsLastVisited .price strong{margin:0 4px 0 0;display:none;}
@media print{
  #product h3.productsLastVisited, #productsLastVisited img{border-color:#ccc;}
  #product h3.productsLastVisited, #productsLastVisited td a, #productsLastVisited .price{background:inherit;color:#000;}
  #productsLastVisited .price, #productsLastVisited .price strong{font-weight:normal;}
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.9em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 99%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; display:none;	}			
#imageData #bottomNavClose{ width: 17px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}