*{	font:12px/12px Tahoma, Geneva, sans-serif;}
#mainWrapper
{
	width:960px;
	margin:0 auto;
	background:url(../images/store-bg.jpg) no-repeat #000;
	display:block;
	position: relative;
	z-index:100;
}

#page-title
{
	position:absolute;
	top:80px;
	left:190px;
	z-index:1;
}

#left-col { }

#product-details
{
	width:374px;
	height:465px;
/*	background:url(../images/store-left-col-bg.png) no-repeat;
*/	display:block;
	float:none;
	clear:both;
	margin:0 0 0 40px;
}

#lg-photo-container
{
	margin:0;
	padding:0;
	width: 363px;
	height:314px;
	background:url(../images/ajax-loader.gif) center center no-repeat;
}

#lg-photo-container img
{
	width: 363px;
	height:314px;
	margin:0;
	padding:0;
}

#product-details p
{
	font:12px/16px Tahoma, Geneva, sans-serif;
	color:#fff;
	padding:0px 15px;
}

#add-to-cart
{
	margin:0 auto;
	padding:0 0 0 20px;
	width:300px; 
}

#add-to-cart * { float:left; }

#add-to-cart label
{
	color:#c49f45;
	font:12px/12px Tahoma, Geneva, sans-serif;
	display:block;
	padding:5px 10px 0 0;
}

#add-to-cart #qBox
{
	width: 55px;
	height:30px;
	background:url(../images/cart-qBox-bg.jpg) repeat-x bottom;
	border:none;
	padding:0;
	font:12px/12px Tahoma, Geneva, sans-serif!important;
	margin:0 5px;
	display:block;
}
#add-to-cart a
{
	float:left;
	font-size:11px;
	color:#fff;
	height:12px;
	padding-top:6px;
}
#add-to-cart a:hover
{
	color:#27ab00;
}	

/*..................... RIGHT-COL.......................*/

#right-col
{
	position:absolute;
	left:400px;
	width:530px;
	height:400px;
	top:150px;
	margin:0;
	padding:0;
}

ul#sub-nav
{
	list-style-type:none;
	display:block;
	height:50px;
	margin:0;
	padding:0;
	float:right;
	clear:both!important;
}

ul#sub-nav li
{
	float:left;
	height:34px;
}

ul#sub-nav li a
{
	display:block!important;
	height:34px;
}

ul#signs-container
{
	list-style-type:none;
	float:left!important;
	width:500px;
}

ul#signs-container li
{
	width:162px;
	height:164px;
	float:left!important;
	position: relative;
}

ul#signs-container li a:hover { cursor:pointer!important; }

#view-accessories
{
	position: absolute;
	left:687px;
	top:616px;
}

#hoverDots
{
	postion:absolute!Important;
	z-index:200!Important;
	width:162px;
	height:164px;
}

#header-cart
{
	background: url(../images/header-cart-bg.png) no-repeat;
	width:86px;
	height:31px;
	position:absolute;
	left:800px;
	top:10px;
}

.orderBtn input
{
	z-index:300!Important;	
	position: absolute;
	background:url(../images/button-order.png) no-repeat;
	width:90px;
	height:46px;
	text-indent:-9999em;
	font-size:0pt;
	top:130px;
	left:100px;
	border:0pt none;
	display:block;
}
.orderBtn input:hover
{
	cursor:pointer!important;	
}
#instructions
{
	position: absolute;
	left:715px;
	top:694px;
	color:#fff;
	width:200px;
}

