@charset "UTF-8";

#page-container #container #special-offers {
	margin-top: 15px;
	margin-bottom: 10px;
}
#page-container #container #content .right, .left {
	height: 118px;
	margin: 10px 0 0 0;
	width: 345px;
}
#page-container #container #content .right a, .left a {
	color: white;
	display: block;
	height: 78px;
	position: relative;
	padding-left: 137px;
	padding-top: 5px;
	left: -130px;
	text-decoration: none;
	width: 340px;
	margin-right: -340px;
	margin-bottom: -5px;
	z-index: 5;
}
#page-container #container #content .thumb-container {
	float: left;
	background: url('../img/thumb-container.png') no-repeat;
	height: 100%;
	margin-bottom: -10px;
	padding: 19px 0 0 0;
	margin-right: -15px;
	width: 147px;
}
#page-container #container #content .thumb-container img {
	display: block;
	width: 119px;
}
#page-container #container #content .thumb-container-hover {
	background: url('../img/thumb-container_hover.png') no-repeat;
}
#page-container #container #content .line-2 {
	background: url('../img/thumb-container-2.png') no-repeat;
}
#page-container #container #content .line-2-hover {
	background: url('../img/thumb-container-2_hover.png') no-repeat;
}
#page-container #container #content .line-3 {
	background: url('../img/thumb-container-3.png') no-repeat;
}
#page-container #container #content .line-3-hover {
	background: url('../img/thumb-container-3_hover.png') no-repeat;
}
#page-container #container #content .info-container {
	float: right;
	margin: 0 10px 0 0;
	height: 100%;
	width: 195px;
}
#page-container #container #content .info-container-body {
	background: url('../img/info-container.png') no-repeat;
	color: white;
	font-family: arial;
	font-size: 12px;
	height: 86px;
	width: 100%;
}
#page-container #container #content .info-container-body strong {
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	width: 193px;
	margin-left: -2px;
	margin-bottom: 4px;
	display: block;
}
#page-container #container #content .info-container-body-hover {
	background: url('../img/info-container-body_hover.png');
}
#page-container #container #content .info-container-footer {
	background: url('../img/info-container-footer.png') no-repeat;
	color: white;
	font-family: Arial;
	font-size: 11px;
	height: 31px;
	padding: 7px 0 0 0;
	margin: 0 -0 -7px 0;
	text-align: center;
	width: 100%;
}
#page-container #container #content strong {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.zoom_div {
	width: 100%;
	font-size: 10px;
	text-align: right;
	height: 10px;
	padding-right: 0px;
}

* html .zoom_div {
	width: 100%;
	font-size: 10px;
	text-align: right;
	height: 10px;
	padding-right: 0px;
}

* html #zoomimage {
	width: 10px;
	margin-top: -5px;
	margin-left: -250px;
	padding-top: 0px;
	padding-left: -290px;
	height: 10px;
	text-align: left;
}

#zoomimage {
	margin-top: -5px;
	width: 100px;
	padding-top: 0px;
	margin-left: 280px;
	height: 20px;
}

.price_area {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 1px;
}

.price_area tr {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 1px;
}


.price_area td {
	height: 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	

/* Lightbox */

.zoom_div {
	width: 1px;
	height: 1px;
}

#zoomtoolbar {
	height: 1px;
	width: 1px;
}

*html #zoomtoolbar {
	position: relative;
	top: 40px;
	height: 1px;
	width: 1px;
	padding-top: 10px;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

