/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 	background-image: 
		url('background_repeat.gif');
		background-position: top center;
		background-repeat: repeat;
} 
 
#pagewidth{ 
 width:910px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 background-color:#1c1c1c;
} 
 
#header{
 position:relative; 
 height:140px; 
 width:100%;
 background-color:#000;
} 
 
#leftcol{
 width:180px; 
 float:left; 
 position:relative;
 padding:10px;
  }
 
#twocols{
 width:700px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
	width:180px;
	float:right;
	position:relative;

 }
 
#maincol{
 float: left; 
 display:inline; 
 position: relative; 
 width:480px;
 padding-left:10px;
 padding-right:10px;
 padding-top:10px;

 }
 
#footer{
padding-top:15px;
  clear:both;
  background-color:#060607;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#FFFFFF;
   padding-left:10px;
 padding-right:10px;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

#productdescription{
background-color:#393939;
padding:10px;}

#quantity{
border:thin;
border:#FF0000;
}

#productborder{border-style:solid;
border-width:1px;
padding-left:10px;
padding-right:10px;
}

  
#shoppingcart{
background-color:#393939;
padding:10px;}


