/* ---------------------- Bug Fixing ------------------- */
.clearfix:after{ 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix{ 
	height: 1%;
}
 .clearfix{ 
 	display: block;
}
div.left{
	float: left;
}
div.right{
	float: right;
}
div.clear{
	clear: both;
}
div.formfix{ 
	display: none;
}
body{
	margin: 0px; 
	padding: 0px; 
	color: #333;
	background-color: #fff;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
}
/* ----------------------- Layout ------------------- */
div#center-container{
	color: #fff;
	width: 100%;
	min-width: 768px;
}
div.mainarea{ 
	width: 53.5%;
	color: #000;
	float: left;
	min-width: 415px;
	border-bottom: 20px solid White;
}
div#main-left-container{
	width: 22%; 
	color: #fff;
	min-width: 166px;
	float: left;
}
div#main-left166{ 
	float: right;
	width: 166px;
}
/* //////// */
div#main-right-container{
	width: 22%; 
	color: #fff;
	float:left;
}
div#main-right168{ 
	float: left;
	width: 168px;
	height: 1%;
}
/* ----------------------- Margins ------------------- */
div.margin1{
	width: 1%; 
	color: #000;
	float:left;
	height: 10px;
}
/* /////////////////////////// Old Style Layout ////////////////////////// */
div.wrap2col{  
	width: 52.5%;
	color: #000;
	float: left;
}
div.basketwrap{  
	width: 68%;
	color: #000;
	float: left;
	padding-right: 1px;
}
div.basketwrap1{  
	width: 100%;
	color: #000;
	float: left;
	padding-right: 1px;
}
div.wrap3col{ 
	clear: both;
	color: #000;
	width: 100%;
}
div.col3{
	width: 31.75%;
	color: #000;
	float:left;
}
div.col3spacer{ 
	width: 2.25%;
	color: #000;
	float:left;
}
div.center-left{
	width: 49%; 
	color: #000;
	float:left;
}
div.center-right{
	width: 49%;
	color: #000; 
	float:left;
}
div.center-col{ 
	width: 2%;
	color: #000;
	float:left;
	_width: 1.5%;
}
div.wrap2col{  
	
	color: #000;

	/*border: 1px solid #3300FF;*/
}
div.wrap3col{ 
	color: #000;
	/*border-top: 13px solid #fff;*/
	/*border: 1px solid Blue;*/
}
