.store_cart {
	border: 1px solid #333333;
	width: 700px;
}
.store_cart_item {
	font-size: 10px;
}
.store_cart_head {
	background-color: #666666;
	color: #FFFFFF;
}
.store_cart_small {
	font-size: 10px;
}
.store_product_list {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

.store_product {
	border: 1px solid #333333;
	width: 700px;
}
.store_product_head {
	background-color: #666666;
	color: #FFFFFF;
}
#productform
{
width: 50px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
font-weight:bold;
}
/*td,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}*/
/*input,select,option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #666666;
}*/

.storemenu{
	text-decoration: none;
	color: #000066;
}

.storemenu:hover{text-decoration:underline;}
.productphoto{
	height: 150px;
	width: 150px;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	line-height:150px;
}

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 150px;
    height: 150px;
		border-style:solid;
		background-image:url(/images/thumbback.jpg);
	border-color:#999999;
	border-width:0px;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
/*.searchform {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 14px;
	height: 20px;
	width: 185px;
	background: transparent;
	background-image: url(/searchback.gif);


}
*/








