html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #FFFFFF;
	background-image: url(images/test_background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: "Trebuchet ms", helvetica, sans-serif;
} 
 
#pagewidth{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	margin-bottom: 100px;
	font-family: "Trebuchet ms", helvetica, sans-serif, helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	background-color: #FFFFFF;
	text-align: left;
} 
 
#header{
	position:relative;
	height:auto;
	background-color:#FFFFFF;
	width:100%;
	font-size: small;
} 
 
#twocols{
	width:1000px;
	float:right;
	position:relative;
  }
#cart{
	width:960px;
	float:inherit;
	position:relative;
	padding: 20px;
	margin-bottom: 300px;
	z-index: 0;
  }
 
#rightcol{
	width:160px;
	float:right;
	position:relative;
	height: auto;
	padding-right: 20px;
	font-size: small;
 }
 
#maincol{
	float: left;
	display:inline;
	position: relative;
	width:780px;
	height: auto;
	padding-right: 20px;
	padding-left: 20px;
 }
 
#footer{
	height:auto;
	background-color:#FFFFFF;
	clear:both;
	list-style-type: none;
	padding-top: 50px;
 } 

/* *** Float containers fix *** */ 
.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 right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{
	width:100%;
	float:none;
}
}
h1 {
	font-size: x-large;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #057BB8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FF9900;
}
h2 {
	font-size: large;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	padding-left: 5px;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: #057BB8;
	padding-bottom: 5px;
	padding-top: 5px;
}
h3 {
	font-size: medium;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF9900;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	color: #333333;
}
h4 {
	font-size: medium;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-left: 5px;
}
h5 {
	font-size: x-small;
}
ul {
	list-style-type: disc;
	line-height: normal;
	font-size: 13px;
	list-style-position: inside;
	list-style-image: url(images/arrows_bullet.png);
}
a:link {
	color: #025E9F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009AE0;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.content {
	font-size: medium;
	padding: 10px;
	border: 1px dotted #CCCCCC;
	background-color: #DEE9FA;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-weight: bold;
}
.productTitle {
	font-size: large;
	color: #FF9900;
}
.productText {
	font-size: x-small
}

.productHeader {
	font-size: small;
	font-weight: bold;
	color: #008BCE;
}


.headercontent {
	font-size: 14px;
	font-weight: bold;
}

#smallcart {
	font-size: small;
	padding: 10px;
	border: 1px dotted #CCCCCC;
	background-color: #DEE9FA;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.notice {
	font-size: x-small;
	font-weight: bold;
}
