@charset "utf-8";
/* CSS Document */

.clear{
clear:both;
}
body {
	margin: 0px;
}


#main {
margin: 0;
padding:0;
width: 300px;

}
.style1 {color: #CCCCCC}
.style2 {color: #666666}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.products {
margin-top: 10px;
height: 110px;
width: 680px;
}

.product1 {
float: left;
width: 290px;
}
.product2 {
float: left;
width: 290px;
}
.product3 {
float: left;
width: 290px;
}
.prodImg {
	height: 77px;
	width: 77px;
	float: left;
	margin-left: 5px;
}


.prodDisc {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	width: 150px;
	height: 50px;
	float:right;
	margin-right: 20px;



}
.prodPrice {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:500;
	font-size:12px;
	color:#666666;
	width: 150px;
	float:right;
	margin-top:10px;
	margin-right: 20px;
	padding-bottom: 20px;


}


.titleArea {margin-top: 1px;}
.titleArea:first-of-type {margin-top: 0px;}


.titleArea {
color: #666666;
padding-left: 10px;
float: left;
width: 370px;
border-bottom:thin;
border-bottom-color:#666666;
border-bottom-style:solid;
}
.navArea {
text-align:right;
width: 300px;
float: right;
border-bottom:thin;
border-bottom-color:#666666;
border-bottom-style:solid;
}

.products .product3 .prodImg img {
border:none;
}
.products .product2 .prodImg img {
border:none;
}
.products .product1 .prodImg img {
border:none;
}
.floatRight {
	float: right;
	margin-right: 5px;
}
.wrapper {
	width: 300px;
	height: auto;
}
.leftHeader {
font-size: 18px;
float: left;
color: #666666;
}
.rightNav {
float: right;
}
.navWrapper2{
}

