.storeListItem h4{
margin: 5px 0;
font-weight: bold; 
display: block;
height: 20pt;
text-align: center;
}

.storeListTitle:link, .storeListTitle:visited, .storeListTitle:active {
color: #8d4421;
text-decoration: underline;
}


.storeAddToCart {
margin: 5px auto;
width: 130px;
text-align: center;

}

.storeListPrice {
color: #3a1c00;
margin: 5px auto 0 auto;
display: block;
font-size: 16pt;
height: 16pt;
font-weight: bold;
text-align: center;
}
.storeListTitle img {
text-decoration: none;

}
.storeListItem p {
margin-left: 10px;
font-size: 8pt;
height: 36pt;
width: 170px;
}

.storeListImage {
background: url("/images/prodImgBg.jpg") no-repeat;
width: 190px;
height: 190px;
}
.storeListImage img {
margin: 14px 0 0 14px;
}

#pricebox img {
margin-bottom: 5px;
}

#pricebox {
float:right;
margin:3px 5px;
background-color: #FFF3CA;
text-align:center;
font-size: 1em;
}

#pricebox strong {
font-weight: bold;
}

/******               Store sidebar                ********/

#nav_categories {
padding-left: 10px;
margin: 10px 0;
}

#nav_categories > li {
border: 1px solid #e2e2e2;
display:block;
list-style-image: none;
list-style-type: none;
margin-bottom: 10px;
font-family: NegotiateFree, Arial;
font-size: 12pt;
text-align: center;
font-weight: normal;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-box-shadow: 0px 0px 5px 0px #e2e2e2;
-webkit-box-shadow: 0px 0px 5px 0px #e2e2e2;
}

#nav_categories > li > a,#nav_categories > li > h3  {
display: block;
border: none;
background-color: #e2e2e2;
color: #434343;
text-align: center;
padding-top: 2px;
margin-bottom: 10px;
border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
}

#nav_categories > li > ul {
background-color: white
color: white;
font-size: 10pt;
text-align: left;
padding-top: 2px;
font-family: Arial, Sans-Serif, Helvetica;
margin-bottom: 10px;

}

#nav_categories > li > ul > li {
list-style-type: none;
text-indent: 1em;
}
#nav_categories > li > ul > li > a, #nav_categories > li > ul > li > a:link,#nav_categories > li > ul > li > a:visited, #nav_categories > li > ul > li > a:active,#nav_categories > li > ul > li > a:hover {
color: #434343;
}

.shippingnote {
font-size: 10px;
color: #595959;
font-style: italic;
}

#contentHeader {
text-align: right;
border-bottom: 1px dotted #555;
margin-bottom: 20px;
}
#contentHeader h2 {
font-size: 30pt;
font-weight: bold;
font-family: NegotiateFree;
color: #3a1c00;
line-height: 26pt;
margin: 0;
}
#contentHeader em {
display: block;
margin: 5px 0 5px 0;
font-family: Georgia, Serif;
font-size: 8pt;
}