body {
background-color: #c7d6e8;
border: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
}

a{
color:#3399CC;
}
a:link{
text-decoration:none;
}
a:visited{
text-decoration:none;
}
a:hover{
text-decoration:underline;
}

/* ------- main ------------*/
#main{
width: 930px;
margin-left: auto;
margin-right: auto;
}

/* ------- TOP ------------*/

#top{
width: 928px;
height:115px;
background-image:url(/images/topborder.gif);
background-repeat: no-repeat;
}

#top #logo{
padding-top: 10px;
padding-bottom: 11px;
padding-left: 20px;
}

/* ------- NAV ------------*/

#nav{
width: 924px;
height: 30px;
border-left: 2px solid #D3D4D0;
border-right: 2px solid #D3D4D0;
background:#1F3E9F url("/images/bg_blue.png") repeat-x;
background-color:#EEE;
}

#nav #navz{
float:right;
}

/* ------- CONTENT ------------*/

#content{
width: 923px;
background-color:#FFF;
border-left: 2px solid #D3D4D0;
border-right: 2px solid #D3D4D0;
padding: 0 1px 55px 0;
}

#content h1{
font-size: 1.5em;
color:#FF99CC;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 30px;
margin-right: 20px;
}

#content .img{
border: 1px solid #999;
padding: 2px;
}

#content p{
padding-left: 30px;
padding-right: 20px;
}

#content #left{
width: 580px;
float: left;
padding: 10px;
}

#content #right{
width: 240px;
float: left;
margin-left: 30px;
margin-top: 30px;
padding: 10px;
border: 1px solid #CCC;
}

#content #right p{
padding: 10px;
padding-top: 5px;
}

#content #right #top{
width: 240px;
height: 25px;
background:#1F3E9F url("/images/bg_blue.png") repeat-x;
text-align: center;
color:#FFFFFF;
padding-top: 5px;
font-weight: bold;
}

#content #center{
width: 760px;
padding-top: 10px;
}

#content #center h1{
font-size: 1.5em;
color:#FF99CC;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 0px;
margin-right: 0px;
text-align:left;
}

#content #prdcenter{
width: 800px;
}

/*-------------------prods ----------------------*/


#prdtop{
width: 680px;
text-align:center;
padding:0;
}

#prdtop h1{
margin: 0;
padding-top: 5px;
padding-bottom: 10px;
}

.prddiv{
width: 30%;
height: 240px;
float:left;
text-align: center;
padding: 3px;
margin-top: 8px;
margin-bottom: 35px;
margin-left: 14px;
/*
border:1px dashed #EEE;
background-color:#EEE;
*/
}

.prddiv .desc{
font-size: 10px;
color:#333;
margin-left: auto;
margin-right: auto;
display:block;
padding: 8px;
}

.prddiv .prodtitle{
font-family: Helvetica, Verdana, Arial, sans-serif;
font-style: italic;
letter-spacing:1.2px;
display: block;
font-size : .9em;
font-weight : bold;
color: #da51c3;
margin-top: 8px;
}

.prddiv .zoom{
margin-left:auto;
margin-right:auto;
height: 12px;
width: 145px;
margin-top: 2px;
margin-bottom: 8px;
}

.prodimg{
padding: 2px;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.prddiv .prodbtns{
margin-left:auto;
margin-right:auto;
text-align:center;
color:blue;
margin-top: -4px;
}

.prodbtns a{
color:#6495ed;
text-decoration:none;
font-size : 11px;
}

.prddiv .price{
font-size: 10px;
color:#d8648a;
margin-top: 5px;
margin-bottom: 6px;
margin-left: auto;
margin-right: auto;
display:block;
}

.buttlink{
font-family:Verdana, Arial, Helvetica, sans-serif;
width: 78px;
font-size: 11px;
color: blue;
cursor: pointer;
background: none;
border: none;
padding: 0;
margin-right: 0;
}
.vd{
display:inline;
}

.bcrumbs{
font-size:1.1em;
padding: 20px 0 25px 0;
text-align:left;
}

#sort{
font-size:1.2em;
padding: 10px 0 15px 0;
}
/*-------------------end prods page ----------------------*/

/* ------ Category boxes ---------*/
.contcat{width:540px; margin-left: auto; margin-right: auto; margin-top:40px; margin-bottom:30px; }
.topcat{width:540px; height:11px; background: url(/images/top-border.gif) no-repeat;}
.titlecat{position: relative; bottom:10px; padding: 8px; background-color:#FFF; margin-left:40px; font-size: 1.1em; font-weight:bold; color:#666;}
.middlecat{width:518px; border-left: 1px solid #D7D7D7; border-right: 1px solid #D7D7D7; padding:10px;}
.bottomcat{width:540px; height: 11px;  background: url(/images/bottom-border.gif) no-repeat;}
.catul{font-size: 1.0em; list-style-image:  url(/images/bullet-cat.gif);}
.catul li{padding-top: 3px;margin-left: -10px;}


/* ------- BOTTOM ------------*/

#bottom{
width: 928px;
text-align:center;
font-size:.8em;
margin:8px 0 10px 0;
}

/* ------- OTHER ------------*/
.clear{clear: both;}

