/*
DIMENSIONS
=============
*/

#wrapper 
{
	position: relative;
	margin: 0px auto;
	width: 980px;
	margin-top:10px;
	float:none;
	clear:both;	
	/*border: 1px solid #878E94;*/
	_height: 725px;/* underscore-hack for IE */	
	min-height:725px;
}

#header 
{
	position: relative;
	float:none;
	clear:both;
	height: 105px;
}

#nav
{
	position: relative;
	float:none;
	clear:both;
	height:30px;
	/*position: absolute;
	border: 1px solid #878E94;*/
}

#nav_leftitems
{
	position: relative;
	float:left;
	height:30px;
}

#nav_rightitems
{
	position: absolute;
	left:730px;
}


#nav_leftitems div
{
	position: relative;
	float:left;
	margin-right:5px;
}

#content
{
	position: relative;
	float:none;
	clear:both;
	padding-top:10px;
	/*border: 1px solid red;*/
	
}

#leftnav
{
	position: relative;
	float:left;	
	width:157px;
	/*border:solid 1px red;*/
}

#contentleft
{
	position: relative;
	float:left;
	width:676px;
	/*border: 1px solid #878E94;*/
	z-index:0 !important;
	z-index:-1 ;
}

#contentbox
{
	position: relative;
	margin-right:10px;
	margin-left:10px;
	/*border: 1px solid blue;*/
}

#topadverts
{
	position: relative;
	float:none;
	clear:both;
	margin-top:0px;
	margin-bottom:20px;	
}

#productbox
{
	position: relative;
	float:none;
	clear:both;
	border : solid 1px #DEE0E4;
	margin-top:5px;
	margin-bottom:10px;
}

#imagebx
{
	position: relative;
	float:left;
	width:110px;
	padding:5px;
	/*border: 1px solid blue;*/
}

#imagebx img
{
	border: 2px solid #DEE0E4;
}

#productcontent
{
	position: relative;
	float:left;
	width:500px;
	/*border: 1px solid blue;*/
}


#contentright
{
	position: relative;
	float:left;
	width:141px;
	border-left: 1px solid #DEE0E4;
	_height: 540px;/* underscore-hack for IE */	
	min-height:540px;
}

#mybasketsummary
{
	position: relative;	
	/*border:solid 1px red;*/
	background-color: #E50000;
	color:#FFE20F;
	font-weight:bold;
	text-align:center;
	margin:5px;
	margin-top:0px;
}

#mybasketsummary a
{
	color:#FFE20F;
}




#advertbox
{
	position: relative;
	float:none;
	width:130px;
	margin:3px;
}

#advertbox img
{
	 border:solid 2px #DEE0E4;
}



#hack1
{
	position: relative;
	float:none;
	clear:both ;
	/*border: 1px solid #878E94;*/
}


#footer
{
	position: relative;
	margin: 0px auto;
	float:none;
	clear:both;	
	width: 980px;
	height: 20px;
	z-index:-10 ;
}

#footercontent
{
	position: relative;
	text-align:right;
	color:#676666;
	/*border: 1px solid #878E94;*/
}