/* Site CSS */

/*override grid.css*/
.container {width:998px;margin:0 auto;}

.span-24, div.span-24 { 
	width:998px;
	margin:0; 
}

.span-12, div.span-12 {width:448px;margin:0;}
div.last-right {float: right;}

/*SITE*/
html {
	overflow-x: hidden;
}

body {
	background: transparent url(../../images/frontend/body_background.jpg) repeat-x 0 97px;
	overflow: hidden;
}

ul, ul li{
	padding: 0;
	margin: 0;
	list-style: none;
}

object, a{
	outline: none;
}

.clear{
	clear:both;
	height: 0;
	margin:0;
	padding:0;
	overflow:hidden;
	font-size: 1px;
	line-height:1px;
}

.header{
	height: 97px;
}

.header .logo{
	float: left;
	display: inline;
	padding: 17px 0 0 55px;
}

.header .question{
	float: right;
	display: inline;
	padding: 25px 50px 0 0;
}

.header .header_nav{
	float:right;
	height:300px;
	position:relative;
	top:-80px;
	right: 0;
	width:600px;
	z-index:100;
	margin: 0;
	padding: 0;
	display: inline;
}

.header .nav_title{
	padding: 52px 35px 0 0;
	float: right;
	
}

.footer {
	padding: 0 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.footer .legal_btn{
	float: right;
	width: 48px;
	height: 18px;
	margin: 0 0 0 0;
}

.footer .footer_line{
	background: transparent url(../../images/frontend/footer_line.jpg) repeat-x 0 0;
	width: 898px;
	height: 3px;
	margin: 0 0 10px 0;
}

.footer .nav span{
	color: #ffc119;
}

.footer .nav span.nav_spacer{
	color: #b3b3b3;
	padding: 0 10px;
}

.footer .nav a {
	color: #b3b3b3;
	text-decoration: none;
}

.footer .nav span a.selected {
	color: #ffc119 !important;
}

.footer .nav a:hover {
	color: #ffc119;
}

.footer .copyright {
	color: #b3b3b3;
	padding: 5px 0 20px 0;
}

.footer .copyright a {
	text-decoration: none;
	color: #b3b3b3;
}

.footer .copyright a:hover {
	color: #ffc119;
}

.footer .links{
	background-color: #f0f0f0;
	height: 27px;
	width: 320px;
	float: right;
	margin: 7px 0 0 0;
}

.footer .links a{
	margin: 0 5px 0 5px;
}

/*LIST*/
.content{
	/*background: transparent url(../../images/frontend/body_background.jpg) repeat-x 0 0;*/
	padding: 50px;
	/*position: relative;*/
	z-index: 101;
}

.content .line_dotted{
	width: 100%;
	height: 99%;
	background: transparent url(../../images/frontend/line_dotted.png) repeat-y 446px 0;
}

.content .subcategory{
	float: left;
	display: inline;
	width: 427px;
	padding: 0 0 25px 0;
}

.content .subcategory.left{
	padding-right: 25px;
}

.content .subcategory.right{
	float: right;
}

.content .subcategory .head .logo{
	float: left;
	display: inline;
	height: 50px;
}

.content .subcategory .head .vert_spacer{
	background: transparent url(../../images/frontend/line_vert_spacer.jpg) no-repeat 50% 50%;
	width: 5px;
	height: 50px;
	float: left;
	display: inline;
	margin: 0 10px;
}

.content .subcategory .head .titles{
	float: left;
	display: inline;
	height: 50px;
	padding: 6px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #525252;
}

.content .subcategory .head .titles h1{
	font-size: 22px;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.content .subcategory .head .titles h1 embed {
	width: 265px !important;
}

.content .subcategory .head .titles .subtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.content .subcategory .head .description,
.content .product .description{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #525252;
	font-size: 11px;
}

.content .subcategory .thumbs,
.product .thumbs{
	padding: 20px 0 0 0;
}

.content .subcategory .thumbs li,
.product .products .thumbs li{
	float: left;
	padding: 0 4px 5px 0;
}

.content .subcategory .thumbs a,
.product .prod_thumbs ul li a,
.product .products .thumbs a{
	text-decoration: none;
}

.content .subcategory .thumbs a img,
.product .prod_thumbs ul li a img,
.product .products .thumbs a img{
	border: 2px solid #000;
}

.content .subcategory .thumbs a:hover img,
.product .prod_thumbs ul li a:hover img,
.product .products .thumbs a:hover img{
	border: 2px solid #ffc119;
}

/*POPUP*/
.popup{
	width: 426px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
}

.popup .arrow{
	position: absolute;
	top: 0;
	left: 12px;
	right: auto;
	z-index: 100;
	width: 32px;
	height: 21px;
}

.popup .arrow .arrow_up{ display:inline; }
.popup .arrow .arrow_down{ display:none;}

.popup_inner{
	border: 1px solid #cbcbcb;
	background: #f0f0f0 url(../../images/frontend/popup_background_up.jpg) repeat-x 0 0;
	width: 426px;
	height: 200px;
	margin: 10px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.popup_inner .data{
	padding: 10px;
}

.popup_inner .data .image{
	float: left;
	display: inline;
}

.popup_inner .data .image img{
	border: 3px solid #000;
}

.popup_inner .data .info{
	float: left;
	display: inline;
	padding: 0 0 0 10px;
}

.popup_inner .data .info h2{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0;
	font-family: inherit;
}

.popup_inner .data .info ul.spec li,
.popup_inner .data ul.full_specs_items li{
	padding: 0 0 1px 0;
	color: #525252;
	font-size: 11px;
	font-family: inherit;
	text-align: left;
}

.popup_inner .data .info ul.spec li label,
.popup_inner .data ul.full_specs_items li label{
	text-decoration: underline;
	font-weight: bold;
	padding: 0 5px 0 0;
}

.popup_inner .data .info ul.pallet{
	margin: 10px 0 0 0;
}

.popup_inner .data .info ul.pallet li{
	padding: 0 0 5px 30px;
	color: #000;
	font-size: 12px;
	height: 20px;
}

.popup_inner .data .info ul.pallet .price-unit,
.product .in-store .price-unit,
.product ul.pallet .price-unit{
	font-size: 10px;
}

.popup_inner .data .info ul.pallet li span{
	display: block;
	float: left;
	line-height: 20px;
}

.popup_inner .data .info ul.pallet li span.pallet_itm_desc{
	color: #ffc119;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100px;
}

.popup_inner .data .info ul.pallet li.full{
	background: transparent url(../../images/frontend/pallet_full.png) no-repeat 0 50%;
}

.popup_inner .data .info ul.pallet li.half{
	background: transparent url(../../images/frontend/pallet_half.png) no-repeat 0 50%;
}

.popup_inner .data .info ul.pallet li.carton{
	background: transparent url(../../images/frontend/pallet_carton.png) no-repeat 0 50%;
}

/*DOWN-RIGHT*/
.viewport-right {}
.viewport-right .popup{
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
}
.viewport-right .popup .arrow{
	position: absolute;
	top: 0;
	left: 382px;
	z-index: 100;
}
.viewport-right .popup .arrow .arrow_up{ display:inline; }
.viewport-right .popup .arrow .arrow_down{ display:none;}

.viewport-right .popup .popup_inner{ 
	background: #f0f0f0 url(../../images/frontend/popup_background_up.jpg) repeat-x 0 0;
}

/*UP-LEFT*/
.viewport-bottom {}
.viewport-bottom .popup{
	margin: 0 0 0 10px;
	width: 426px;
	height: auto;
	padding: 0;
}

.viewport-bottom .popup .arrow{
	position: absolute;
	top: 200px;
	left: 12px;
	right: auto;
	z-index: 101;
}

.viewport-bottom .popup .arrow .arrow_up{ display:none; }
.viewport-bottom .popup .arrow .arrow_down{ display:inline;}

.viewport-bottom .popup .popup_inner{ 
	background: #f0f0f0 url(../../images/frontend/popup_background_down.jpg) repeat-x 0 100%;
	margin: 0;
}

/*UP-RIGHT*/
.viewport-right.viewport-bottom {}
.viewport-right.viewport-bottom .popup{
	margin: 0 0 0 10px;
	border: 0;
}

.viewport-right.viewport-bottom .popup .arrow{
	position: absolute;
	top: 200px;
	left: 384px;
	z-index: 100;
}

.viewport-right.viewport-bottom .popup .arrow .arrow_up{ display:none; }
.viewport-right.viewport-bottom .popup .arrow .arrow_down{ display:inline;}

.viewport-right.viewport-bottom .popup .popup_inner{ background: #f0f0f0 url(../../images/frontend/popup_background_down.jpg) repeat-x 0 100%;}


/*PRODUCT*/
.product{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.product h1.subcat_title{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.product ul.spec{
	padding: 20px 0 0 0;
}

.product ul.spec li{
	padding: 0 0 1px 0;
	color: #525252;
	font-size: 11px;
	font-family: inherit;
}

.product ul.spec li label{
	text-decoration: underline;
	font-weight: bold;
	padding: 0 5px 0 0;
}

.product .full_specs{
	width: 86px;
	height: 17px;
	margin: 20px 0;
}

.product .in-store{
	font-family:inherit;
	font-size: 12px;
	color: #000;
	text-decoration: line-through;
}

.product .in-store label{
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 5px 0 0;
}

.product ul.pallet{
	margin: 35px 0 0 0;
}

.product ul.pallet li{
	padding: 0 0 5px 30px;
	color: #000;
	font-size: 12px;
	height: 20px;
	float: left;
	display: inline;
	width: 110px;
}

.product ul.pallet li span{
	display: inline;
	line-height: 14px;
}

.product ul.pallet li span.pallet_itm_desc{
	color: #ffc119;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100px;
	display: inline;
}

.product ul.pallet li.full{
	background: transparent url(../../images/frontend/pallet_full.png) no-repeat 0 50%;
}

.product ul.pallet li.half{
	background: transparent url(../../images/frontend/pallet_half.png) no-repeat 0 50%;
}

.product ul.pallet li.carton{
	background: transparent url(../../images/frontend/pallet_carton.png) no-repeat 0 50%;
}

.product .main_picture{
	float: left;
	display: inline;
	width: 225px;
	margin: 38px 30px 0 0;
	z-index: 300;
}

.product .main_picture .picture{
	width: 219px;
	height: 273px;
	border: 3px solid #000;
	overflow: hidden;
	/*position:relative;*/
	z-index:10001;
}

/*
.picture .prod_images{
	float: left;
}
*/

.product .main_picture .picture ul{
	position: relative;
	z-index: 10001;
}

.product .main_picture .picture ul li{
	float: left;
	display: inline;
	z-index:10002;
}

.product .main_picture img{
	/*border: 3px solid #000;*/
}

.product .prod_thumbs{
	float: left;
	display: inline;
	width: 185px;
	height: 279px;
	margin: 40px 0 0 0;
	vertical-align:bottom;
	position: relative;
}

.product .category-logo{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 75px;
	padding: 0 0 5px 0;
	text-align: center;
}

.product .prod_thumbs ul{
	height: 71px;
	position: absolute;
	bottom: 0px;
	top: auto;
	padding: 0 0 0 2px;
}

.product .prod_thumbs ul li{
	float: left;
	padding: 0 4px 0 0;
}

.product .prod_thumbs ul li.last{
	padding: 0;
}

.product .line_dotted_hor{
	width: 100%;
	height: 1px;
	background: transparent url(../../images/frontend/line_dotted_hor.png) repeat-x 0 0;
	margin: 20px 0;
	display: inline;
}

.product .products{
	width: 100%;
}

.product .products .logo{
	float: left;
	display: inline;
	height: 50px;
}

.product .products .vert_spacer{
	background: transparent url(../../images/frontend/line_vert_spacer_lighter.jpg) no-repeat 50% 50%;
	width: 5px;
	height: 50px;
	float: left;
	display: inline;
	margin: 0 10px;
}

.product .products .titles{
	float: left;
	display: inline;
	height: 50px;
	padding: 8px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #525252;
}

.product .products .titles h1{
	font-size: 20px;
	color: #525252;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.product .products .titles .subtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*jqZoom*/
.jqZoomWindow
{
	border: 3px solid #000;
	margin: -2px 0 0 0;
}