.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;
}
/*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);


}







#navcontainer
{
background: #3F82BE;
width: 174px;;
margin: 0 auto;
padding:0;
font-family: georgia, serif;
font-size: 12px;
text-align: center;

}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 174px;
text-transform: lowercase;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	color: #333333;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0.5em;
	background-color: #bfd4e7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAF0F7;
	border-right-color: #B1CBE2;
	border-bottom-color: #CADCEC;
	border-left-color: #fff;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #bfd4e7;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #FFFFFF;
	background: transparent;
	border-color: #aaab9c #fff #fff #ccc;
}


ul#navlist2
{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 174px;

}

ul#navlist2 li
{
display: block;
margin: 0;
padding: 0;
}
ul#navlist2 li a
{
	display: block;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAF0F7;
	border-right-color: #B1CBE2;
	border-bottom-color: #CADCEC;
	border-left-color: #fff;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0.25em;
	padding-right: 0;
	padding-bottom: 0.25em;
	padding-left: 0.25em;
	font-weight:bold;
	text-transform: lowercase;
}




