@import url("stylesCommon.css");

body{
background: #616161 url(imgs/bgbody.gif);
font-family: "Times New Roman",Georgia, serif;
font-size: 100%;
margin: 0;
text-align: center;
}


#wrapper{
background: url(imgs/bgwrapper.gif) repeat-x;
font-size: 0.875em;
text-align: center;
}

#header{
background: url(imgs/bgheader.png) no-repeat;
height: 175px;
margin: 0 auto;
text-align: left;
width: 845px;
}

#header h1{
text-indent: 1000px;
height: 10px;
width: 100px;
overflow: hidden;
}
#nav{
float: right;
margin: 139px 15px 0 0;
}


#nav a{
margin-left: 15px;
}

#wrapper2{
background: url(imgs/bgcontent.png) repeat-y;
margin: 0 auto;
text-align: left;
width: 845px;
}
#footer{
background: url(imgs/bgfooter.png) no-repeat;
height: 99px;
line-height: 400%;
margin: 0 auto;
text-align: center;
width: 845px;
}



#wrapper2 a, #footer a{
color: #590000;
text-decoration: none;
}

#wrapper2 a:visited, #footer a:visited{
color: #342727;
text-decoration: none;
}

#wrapper2 a:hover, #footer a:hover{
color: #980000;
text-decoration: none;
}

#wrapper2 a:active, #footer a:active{
color: #cc0000;
text-decoration: none;
}

#wrapper2 a:hover ,#wrapper2 a:active ,#wrapper2 a:visited ,#wrapper2 a{
text-decoration: underline;
}

.details_images {
text-align: center;
}

a img{
border: 1px solid #590000;
}

a:visited img{
border: 1px solid #590000;
}

a:hover img, a:active img{
border: 1px solid #cc0000;
}

#footer a{
font-weight: bold;
margin: 0 15px;
}

#content{
padding: 30px 40px;
}


h1{
color: #573812;
padding-bottom: 2px;
}


.separator{
float: left;
width: 100%;
margin: 5px 0 10px 0;
border-bottom: 1px solid #8D6B43;
}

.footerURL{
color: #ffffff;
}
.footerURL a {
color: #aeaeae;
}

th{
background: #7B4A2B;
color: #fff;
font-weight: bold;
text-align: center;
}
.row1{
background: #F4D9A0;
}
.row2{
background: #EDD299;
}

#shopping_cart_table{
margin: 0 auto;
width: 500px;
}

#shopping_cart_totals{
margin: 0 auto;
width: 500px;
}

#shopping_cart_table_actions{
margin: 0 auto;
width: 500px;
}

#shopping_cart_table .item_details{
border-bottom: 1px solid #BF9D53;
padding: 5px;
width: 400px;
}

#shopping_cart_table .item_cost{
border-bottom: 1px solid #BF9D53;
text-align: right;
padding: 5px;
vertical-align: top;
}

#shopping_cart_table .item_qty{
border-bottom: 1px solid #BF9D53;
padding: 5px;
text-align: center;
vertical-align: top;
}

#shopping_cart_table .item_qty input{
text-align: center;
}


.total{
padding: 0 5px 0 0;
text-align: right;
}

#shoppingCartIcon{
float:right;
font-size:18px;
}

#shoppingCartIcon a, #shoppingCartIcon:visited{
text-decoration: none;
}

#shoppingCartIcon a:hover, #shoppingCartIcon:active{
text-decoration: underline;
}


a.itemName, a.itemName:visited{
color: #000 !important;
text-decoration: none!important;
}

a.itemName:hover, a.itemName:active{
color: #980000!important;
text-decoration: underline!important;
}