@import "fonts.css";
@import "reset.css";
@import "common.css";

body
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:70%;
background-color:black;
}

p, ul{
margin-top:10px;
margin-bottom:10px;
}

ul{
padding-left:14px;
}

em
{
font-style:italic;
}

td
{
vertical-align:top;
}

h2
{
font-size:130%;
font-weight:bold;
margin-bottom:10px;
}

h3
{
font-size:110%;
font-weight:bold;
margin-bottom:2px;
vertical-align:top;
color:white;
}

b, strong
{
font-weight:bold;
}

img
{
border:0px;
}

a
{
text-decoration:none;
color:#EB712D;
}
a:hover
{
color:black;
}

ul li{
list-style:disc;
}

ul li:hover
{

}

#wrap
{
background-color:#676767;
padding:1px;
margin:0 auto;
text-align: left;
width:830px;
margin-bottom:5px;
}

#frame{
border-top:solid 3px #676767;
border-right:solid 3px #676767;
border-left:solid 3px #676767;
}

.date, .caption
{
font-style:italic;
font-size:90%;
color:#CCCCCC;
}

.caption
{
color:#333333;
}

#latestBlog .date
{
margin-top:2px;
}

#logo
{
margin-top:5px;
/*z-index:0;*/
}

#header
{
height:114px;
background-image:url(../images/logo-header.jpg);
}

#subheader
{
height:63px;
background-image:url(../images/sub-header.jpg);
}

#nav {}
#nav table{
margin:0 auto;
}
#nav .navSpacer{
background-color:#999999;
width:1px;
}

#content
{
background-color:white;
color:#333333;
padding:20px;
}

#footer
{
text-align:center;
margin-top:5px;
color:white;
vertical-align:middle;
height:20px;
}
#footer a{
color:white;
margin:10px;
}
#footer a:hover{
color:black;
}

#oneColTableContainer
{

}

#oneColTableContainer table
{
width:100%;
}

#oneColTableContainer
{

}

.twoColTableRight
{
/*padding:25px 25px 0 25px;*/
}
.twoColTableRightFooter
{
padding:0 0 0 25px;
}
.twoColTableRightFooter img
{
border-bottom:none;
}

td.twoColTableRightFooter
{
vertical-align:bottom;
}

.twoColTableLeft
{
width:1%;
}

.twoColTable
{
width:100%;
}

.twoColTable
{

}

.twoColTable td
{
/*border:1px solid red;*/
}

#pager
{
text-align:center;
margin-top:-10px;
margin-bottom:10px;
}

.productImage{
border:solid 1px #CCCCCC;
}

.productImageBtn
{
margin-bottom:15px;
}

/* product list pages */
#shopProductTable
{
width:100%;
}

#shopProductTable td
{
padding-bottom:5px;
vertical-align:top;
}

#shopProductTable .shopProductTableItem
{
text-align:center;
width:1%;
padding-bottom:10px;
}

.productImage
{
border:1px solid #AAAAAA;
}

.productName
{
color:black;
}


/* product details page */

#nextPrevProduct
{
background-color:#666666;
color:#CCCCCC;
text-align:left;
padding:5px 5px 5px 10px;
}
#nextPrevProduct a{
color:white;
}
#nextPrevProduct a:hover{
color:#E57130;
}

#shopProductDetailsTable
{
width:100%;
}

#shopProductDetailsTable td
{
border:1px solid lightgray;
}

#shopProductDetailsTableRightCol
{

}

#productDetailsText
{
color:black;
padding:10px;
}

#buyItLink
{
font-weight:bold;
font-size:110%;
text-align:center;
display:inline;
}

#buyItLink a
{
color:#E17338;
}
#buyItLink a:hover
{
color:black;
}

#shopProductMainImage
{

}

#cart td
{
padding:5px;
border:1px solid #AAAAAA;
}

#cart
{
margin-bottom:10px;
}

#cart th
{
font-weight:bold;
padding:5px;
}

.cartItemPrice
{
width:5em;
text-align:center;
}

.cartItemQuantity
{
text-align:center;
width:5em;
}

.cartItemAmount
{
text-align:center;
width:5em;
}

.cartRecalculate
{
text-align:right;
}

#contactTable th
{
text-align:right;
width:5em;
padding-right:5px;
padding:5px;
}

ul.errorList{
font-weight:bold;
color:red;
padding:5px;
margin-left:15px;
}