* {margin:0;padding:0;} 

body {
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
color: #000;
background-color: #EEE;

}

a:link {
color: #0000FF;
}

a:visited {
color: #0000FF;
}

a:hover {
color: #FF0000;
}

a:active {
color: #0000FF;
} 

a.img {
border: 0px;
}

img {
border: 0px;
}

h1 {
font-size: 135%;
font-weight: normal;
color: #800000;
margin: 8px 0 8px 0;
border-bottom: 1px solid #dedede;
}

h2 {
font-size: 120%;
font-weight: normal;
color: #800000;
margin: 8px 0 8px 0;
text-align: left;
}


h3 {
font-size: 110%;
font-weight: normal;
color: #800000;
margin: 8px 0 4px 0;
text-align: left;
}

h4 {
font-size: 100%;
font-weight: normal;
color: #800000;
margin: 8px 0 8px 0;
text-align: left;
}


p {
margin: 10px 0 10px 0;
text-align: left;
line-height:1.4;
}

ul li {
list-style-type: none;
}

.center {
text-align: center;
}

/* see layout.css for width. */
.left-f {
float: left;
text-align: left;
}

/* see layout.css for width. */
.right-f {
float: right;
text-align: right;
}

.clear {
clear: both;
}

hr {
clear: both;
}

.simB {
font-weight: bold;
}

#wrapper {
margin: 0 auto 10px auto;
font-size: 90%;
line-height: normal;
background-color: #FFF;
font-family: Verdana, serif, Geneva;
}

#header {
margin: 0 0 0 0;
background-color: #FFF;
background-image: url('/images/design/body-bg.jpg');
background-repeat: repeat-x;
background-position: top left;
overflow: auto;
zoom: 1;
}

#logo {
float: left;
}

#topSearchBox {
float: right;
margin-right: 20px;
text-align: right;
color: #fff;
font-weight: bold;
}

#topSearchBox input{
display: block;
margin: 5px 0 5px 0;
}


/*topnav, nav id control the top menu*/
#topNavWrapper {
clear: both;
background-color: #12234F;
overflow: auto;
zoom: 1;
padding: 5px 0 0 0px;
}

#topNav, #topNav ul {
list-style: none;
overflow: auto;
zoom: 1;
}

#topNav li a {
display: block;
font-size: 100%;
text-decoration: none;
padding: 8px 10px 8px 10px;
margin: 0 5px 0 5px;
color: #FFF;
background-color: #464D70;


}

#topNav li a:hover {
color: #464D70;
background-color: #FFF;
}

#topNav li {
float: left;
}

#topNav li.last {
float: right;
}

#topNav li.lastAct {
float: right;
}

#topNav li.last a {
background-image: url('/images/design/bg-topNav-cart.gif');
background-repeat: no-repeat;
background-position: center left;
padding-left: 10px;
}

#topNav li.lastAct a {
background-image: url('/images/design/bg-topNav-cart-active.gif');
background-repeat: no-repeat;
background-position: center left;
color: #ff0000;
padding-left: 10px;
}

#breadcrumb {
font-size: 80%;
margin: 10px 0 15px 0;
}

/*leftnav id and leftnavblock class control the left side menu*/
#leftnav {
margin: 0;
padding-top: 5px;
background-color: #FFF;
background-image: url('/images/design/left-nav-right-border.gif');
background-repeat: repeat-y;
background-position: top right;
}

.leftnavblock {
margin: 0;
padding: 5px 0 5px 0;
}

.leftnavblock p{
border-bottom: 1px solid #CCC;
font-size: 90%;
color: #646464;
padding: 2px 0 5px 15px;
margin: 0;
}


#leftnav ul {
list-style: none;
}

ul.leftNavTopLevel li {
display: block;
list-style: none;
font-size: 95%;
}

ul.leftNavTopLevel li a {
display: block;
margin: 3px 5px 3px 5px;
padding: 4px 0 4px 13px;
color: #003366;
background-color: #FFF;
text-decoration: none;
background-image: url('/images/design/bullet-left-nav.gif');
background-repeat: no-repeat;
background-position: center left;

}

ul.leftNavTopLevel li a:hover {
background-color: #efefef;
}


ul.leftNavSubLevel li {
display: inline;
list-style: none;
border: 0;
}

ul.leftNavSubLevel li a {
font-size: 75%;
display: block;
margin: 1px 5px 1px 10px;
padding: 2px 0 2px 13px;
color: #0000FF;
background-color: #FFF;
text-decoration: none;
border-bottom: 0 dotted #CCC;
background-image: url('/images/desdddddign/bullet-left-nav.gif');
background-repeat: no-repeat;
background-position: center left;
}

ul.leftNavSubLevel li a:hover {
background-color: #EFEFEF;
border-bottom: 0 solid #000;
color: #FF0000;
}
/*content id used on all pages, wrapes the main body of content*/

#contentWrap {
margin: 0 0 5px 0;
padding: 0 0 0 0;
background-color: #FFF;
}

#content {
font-size: 100%;
background-color: #FFF;
}

#contentCheckout {
font-size: 100%;
background-color: #FFF;
padding: 0px 20px 10px 20px;
}

.checkoutBar {
text-align: center;
}

.checkoutBox {
float: left;
margin: 8px;
}

.checkoutBox p{
background-color: #eee;
padding: 8px;
}

.checkoutTotalsBox {
float: right;
margin: 8px;
}

#checkout-totals {
padding-top: 8px;
}

#checkout-totals td{
padding: 3px;
background-color: #eee;
border-bottom: 2px solid #fff;
}

#checkout-totals th{
padding: 3px;
background-color: #eee;
border-bottom: 2px solid #fff;
}

/*catdetails and subcats id used on categories.php*/
#catdetails {
padding: 8px 0 8px 0;
font-size: 100%;
}

/*see layout.css for width*/
#subcats {
margin: 0 auto;
padding: 8px 0 8px 0;
font-size: 90%;
text-align: center;
list-style: none;
overflow: auto;
zoom: 1;
background-color: #f7f7f7;
}


#subcats ul li {
display: inline;
list-style: none;
}

/*see layout.css for width*/
#subcats ul li a{
display: block;
margin: 8px;
padding: 4px 0 4px 0;
list-style: none;
text-align: center;
text-decoration: none;
color: #0000ff;
background-color: #FFF;
border: 1px solid #ccc;
font-weight: normal;
font-size: 105%;
width: 160px;
height: 50px;
float: left;
}



#subcats ul li a:hover{
color: #ff0000;
}


/*prod id and class are used on categories.php*/
#listProdWrap {
clear: both;
background-color: #F8F8F8;
border: 1px solid #eeeeee;
margin: 0 auto;
text-align: center;
padding: 8px 8px 8px 8px;
overflow: hidden;
zoom: 1;
}

.prodListBox {
float: left;
width: 163px;
height: 210px;
margin: 0;
padding: 4px 4px 4px 4px;
background-color: #fff;
border: 1px solid #CCC;
overflow: hidden;
}

.prodListBox em {
color: #8B0000;
font-weight: bold;
font-style: normal;
}

.prodListBox a{
display: block;
padding: 4px 0 4px 0;
margin: 0 0 6px 0;
}

.prodListBoxImage {
margin: 0 auto;
padding: 0;
width: 130px;
height: 130px;
text-align: center;
}


.listProdName a:hover{
color: #FF0000;
}




/*pd id and class are used on product-details.php*/

#pdWrap {
background-color: #F8F8F8;
border: 1px solid #eeeeee;
padding: 8px;
}


#pd-top {
margin: 0px 0 10px 0;
}

/*see layout.css for width*/
#pd-left {
float: left;
width: 310px;
}

#pd-right {
float: right;
text-align: center;
border-style: solid;
border-color: #EEEEEE;
border-width: 1px 1px 1px 1px;
padding: 8px 0 5px 0;
background-color: #FFFFFF;
}

#prod-subinfo {
clear:both;
float: right;
text-align: right;
padding: 8px 0 5px 0;
margin: 8px 0 0 0;
}


.pd-name {
padding: 0 0 8px 0;
margin: 8px 0 8px 0;
text-align: left;
}

.pd-caption {
font-weight: bold;
text-align: left;
font-size: 110%;
}

.pd-details {
clear: both;
padding: 18px 8px 18px 8px;
border-style: solid;
border-color: #EEEEEE;
border-width: 1px 1px 1px 1px;
background-color: #FFFFFF;
}

.pd-image {
text-align: center;
border-style: solid;
border-color: #EEEEEE;
border-width: 1px;
background-color: #fff;
}

.pd-price {
font-weight: bold;
font-size: 120%;
padding: 0 0 8px 0;
color: #000;
text-align: center;
font-style: normal;
}

.pd-price em{
color: #8B0000;
}

.pd-addtocart p{
text-align: center;
padding: 8px 0 8px 0;
}

/*viewcart, shipquote id and class are used on checkout-view-cart.php*/
#viewcart {
margin: 8px 0 0 0;
font-size: 90%;
clear: both;
background-color: #FFF;
}

#viewcart td,th {
padding: 5px;
}

.viewcartHeadline {
background-color: #B2B3B6;
}

.viewcartLineItem {
background-color: #E9E9E9;
}

.viewcartFiller {
background-color: #DDDDDD;
}

.viewcartTotals {
background-color: #CCCCCC;
}

#checkout {
margin: 0 40px 0 40px;
}

.checkoutHeadline {
overflow: auto;
zoom: 1;
}

.checkoutHeadlineLeft {
float: left;
}

.checkoutHeadlineRight {
float: right;
}

#viewcart-shipping {
margin: 0 0 16px 0;
font-size: 90%;
}

#viewcart-shipping {
padding: 4px 0px 4px 0px;
text-align: left;
border-style: solid;
border-color: #CCC;
border-width: 2px 2px 2px 2px;
background-color: #EEE;
font-weight: bold;
}

.shipquote{
border-color: #EEEEEE;
border-width: 0 3px 3px 3px;
border-style: solid;
background-color: #FFFFFF;
padding: 0 10px 4px 10px;
}


.featured-box {
padding: 0 10px 10px 10px;
margin: 10px 0 10px 0;
background-color: #f7f7f7;
overflow: auto;
zoom: 1;
}



/*order-receipt id used on account-order-details*/
/*see layout.css for width*/
#order-receipt {
margin: 10px auto;
padding: 5px;
border: 1px solid #000;
background-color: #FFFFFF;
color: #000;
}

.order-headline {
background-color: #DDD;
color: #000;
padding: 5px;
font-weight: normal;
}

/*searchresults id and searchodd-searcheven classes are used on search.php*/
#searchresults a {
display: block;
padding: 5px 0 5px 0;
font-weight: bold;
}

.searchodd {
padding: 0 5px 0 5px;
margin: 5px 0 5px 0;
background-color: #FFFFFF;
clear:both;
height: 135px;
}

.searcheven {
padding: 0 5px 0 5px;
margin: 5px 0 5px 0;
background-color: #003366;
clear:both;
height: 135px;
}


#categoryTree li {
display: inline;
}

#categoryTree li a:hover {
background-color: #333;
}

#categoryTree li a {
margin: 0px;
padding: 5px 5px 5px 20px;
display: block;
background-image: url('/images/design/icon-folder-small.gif');
background-position: center left;
background-repeat: no-repeat;
}

#categoryTree li li a {
margin: 0px 0px 0px 30px;
padding: 5px 5px 5px 20px;
font-size: 97%;
display: block;
}

#categoryTree li li li a {
margin: 0 0 0 50px;
padding: 5px 5px 5px 20px;
font-size: 92%;
display: block;
}


/*footer id  are used in footer.php*/
#footer {
clear: both;
text-align: center;
margin: 5px 0 5px 0;
border-top: 1px solid #ccc;
font-size: 80%;
background-color: #fff;
color: #000;
}

#footer p{
padding: 4px 0px 4px 0px;
text-align: center;
}

#webDesignLink {
font-size: 80%;
font-style: italic;
text-align: center;
}
