

.clear{
	clear:both;
}

#main{
	width:800px;
	margin:0 auto;
}

.container{
width:630px;
	
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;


}

.title{

}

.product{
	-webkit-box-shadow:5px 3px wheat;
-moz-box-shadow:5px 3px wheat;
background:none repeat scroll 0 0 black;
border:medium dashed transparent;
color:wheat;
cursor:pointer;
height:100px;
margin:4px;
padding-top:10px;
width:250px;
-moz-border-radius:12px;
-khtml-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius:12px;
border: medium dashed transparent;
margin: 4px;
}
.product:hover{
	border: medium dashed black;
}

.product .pic{
	float:left;
	width:118px;
	height:70px;
	margin: 5px;

}
.prodtitles{
	font-family: Impact;
	text-transform:uppercase;
	font-size: 3em !important;
	}
div.wpsc_product_price  {
	font-size: 2em !important;
	
	width:130px;
}
.product .link,.product .price{
	font-size:10px;
	text-transform:uppercase;
	padding:4px 0;
}

.product .price{
	font-family: arial;
	font-size: 1em;
}

.product .title{
	font-size:16px;
	font-weight:bold;
}

