body { background-color: #aee6e2; }
p {}
td {}
a:link { color: blue }
a:visited { color: purple }
.tiny { color: #8b0f16; font-size: 10px; font-family: tahoma; }
.itemlink { color: #8b0f16; font-size: 11px; font-family: tahoma; font-weight: bold; }
.dropdown { color: #424242; font-size: 12px; font-family: tahoma; width: 170px; height: 20px; }
.greystndrd { color: #424242; font-size: 12px; font-family: Arial; font-weight:bold;}
.greystndrd2 { color: #424242; font-size: 12px; font-family: Arial; }
.grey_tab { color: #424242; font-size: 12px; font-family: Arial;  background-color:#FFFFFF; font-weight:bold;cursor:pointer;cursor:hand;}
.grey_tab2 { color: #424242; font-size: 12px; font-family: Arial; background-color:#ebebe8;cursor:pointer;cursor:hand;}
.white { color: #fff; font-size: 12px; font-family: Arial; }
.topbar { color: #6c7713; font-size: 13px; font-family: Arial; font-weight: bold; }
a.topbar { color: #6c7713; font-size: 13px; font-family: Arial; font-weight: bold; }
a:hover.topbar { color: #6c7713; font-size: 13px; font-family: Arial; font-weight: bold; }
.dark { color: #424242; font-size: 12px; font-family: verdana; font-weight: bold; }
.nav { color: #424242; font-size: 11px; font-family: Arial; font-weight: bold; }
a.nav { color: #424242; font-size: 11px; font-family: Arial; font-weight: bold; }
.nav a{ color: #424242; font-size: 11px; font-family: Arial; font-weight: bold; }
.indnt { padding-left: 7px; }
.indnt2 { padding-left: 15px; }
.indnt3 { padding-left: 20px; }
a:hover { color: purple }
a:active { color: red }
h1 { color: #b43d1a; font-size: 17px; font-family: Arial; font-weight: 400; }
.grey { color: #7d7676; font-size: 11px; font-family: Arial; }
.grey a{ color: #7d7676; font-size: 11px; font-family: Arial; }
.orange { color: #b43d1a; font-size: 17px; font-family: Arial; font-weight: 400; }
.price { color: #a90a0a; font-size: 11px; font-family: Arial; font-weight: normal; }
.price3 { color: #a90a0a; font-size: 12px; font-family: Arial; font-weight: bold; }
.price2 { color: #db3c0d; font-size: 12px; font-family: Arial; font-weight: bold; }
.pricedtl { color: #bf4d24; font-size: 14px; font-family: Arial; font-weight: 400; }
.green { color: #6a8310; font-size: 11px; font-family: arial, arial; font-weight: bold; }
.green a{ color: #5a6d14; font-size: 11px; font-family: arial, arial; font-weight: bold; }

/* start sizes*/
.size_div
{
display:inline;
border: 1px solid #999999;
padding:2px;
margin:2px;
width:49px;
height:25px;
text-align:center;
cursor:pointer;
cursor:hand;
float:left;
}
.size_div_hover
{
display:inline;
border: 2px solid #999999;
padding:1px;
margin:2px;
width:49px;
height:25px;
text-align:center;
cursor:pointer;
cursor:hand;
float:left;
}
.size_div_selected
{
display:inline;
border: 2px solid orange;
padding:1px;
margin:2px;
width:49px;
height:25px;
text-align:center;
cursor:pointer;
cursor:hand;
float:left;
}

.color_div
{
display:inline;
border: 1px solid #999999;
padding:1px;
margin:2px;
width:29px;
height:29px;
text-align:center;
cursor:pointer;
cursor:hand;
float:left;
}
.color_div_hover
{
display:inline;
border: 2px solid #999999;
padding:0px;
margin:2px;
width:29px;
height:29px;
text-align:center;
cursor:pointer;
cursor:hand;
float:left;
}
.color_div_selected
{
display:inline;
border: 2px solid orange;
padding:0px;
margin:2px;
width:29px;
height:29px;
text-align:center;
cursor:hand;
cursor:pointer;
float:left;
}

