/******************************************************************************
 *                         Suponix.com (anDeRan)                              *
 ******************************************************************************/

html, body {
	height: 100%;
}

body {
	padding: 0;
	text-align: center;
	background-color: #FFF;
	color: #717171;
	font: 11px Tahoma;
}

img {
	display: inline;
	vertical-align: middle;
	border-width: 0;
}

a {
	color: #717171;
}

a:hover {
	text-decoration: none;
}

body, form, ul {
	margin: 0;
}

#page {
	width: 750px;
	margin: 10px auto;
	text-align: left;
}

#mainMenu {
	background-color: #323232;
	color: #8F8F8F;
	margin-bottom: 6px;
}

#mainMenu img#nepacenaLogo {
	margin: 8px 26px 8px 20px;
}

#mainMenu a {
	color: #E6DEB7;
}

#mainMenu span#activeItem {
	color: #FFF;
}

#mainMenu #viewCart {
	color: #909090;
}

#subMenu {
	height: 36px;
	background-image: url(../images/submenu_bg.gif);
}

#subMenu img {
	margin: 10px 0 0 20px;
}

#subMenu div {
	margin: -12px 0 0 167px;
	font-size: 12px;
}

#subMenu, #subMenu a {
	color: #323232;
}

#copyright {
	color: #A7A7A7;
	margin-top: 8px;
	line-height: 25px;
}

#copyright div {
	float: right;
	white-space: nowrap; /* Opera 7.5 */
}

#search {
	border: 1px dashed #CCC;
	vertical-align: top;
	font: 11px Tahoma;
	padding: 3px 0 2px;
	color: #3C3C40;
	width: 175px;
	margin-right: 3px;
}

* html #search {
	height: 20px;
}

#shopBtn {
	position: absolute;
	margin: 230px 0 0 662px;
}

.inner {
	padding: 17px 20px;
	width: 510px;
}

* html .inner {
	width: 550px;
}

#inner {
	width: 710px;
}

* html #inner {
	width: 750px;
}

.lItem {
	float: left;
}

.rItem {
	float: right;
}

.clear {
	clear: both;
}

img.rItem {
	margin: 17px 20px 15px 0;
}

#bottomDivider {
	border-bottom: 1px solid #E5E5E5;
}

#collectObject {
	margin-top: 1px;
	vertical-align: top;
}

#productPhoto {
	width: 250px;
	margin-right: 20px;
	font-size: 10px;
}

#productPhoto, #productInfo {
	margin-bottom: -18px;
}

:root #productPhoto, :root #productInfo, * html #productPhoto, * html #productInfo  {
	margin-bottom: -8px;
}

#productPhoto a {
	text-decoration: none;
}

#productPhoto .lItem {
	margin-top: 10px;
}

#productPhoto #prevItem {
	width: 80px;
}

#productPhoto #enlargeItem {
	width: 95px;
	text-align: center;
}

#productPhoto #nextItem {
	width: 65px;
	text-align: right;
}

#productInfo {
	width: 440px;
}

#productInfo .lItem {
	text-align: center;
	margin-top: 10px;
}

#productInfo .lItem strong {
	line-height: 35px;
}

#productInfo .lItem input {
	margin-left: -5px;
}

#productInfo .lItem img {
	border: 1px solid #000;
	margin-right: 8px;
}

ul {
	padding-left: 11px;
}

* html ul {
	padding-left: 14px;
}

.thirdCols {
	width: 33%;
}

#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(../images/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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; 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=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.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 */
	}