/* xxxxxxxxxxxxxxxxxxxxxxxx import default css xxxxxxxxxxxxxxxxxxxxxxx */
body{
font-family: tahoma, sans-serif;
}
#header{
background: url('graphics/header.png');
margin: 10px auto 0px auto;
width: 800px;
height: 100px;
border: 1px solid #dddddd;
}
#menu{
width: 798px;
height: 30px;
background: url('graphics/menu.png') no-repeat;
border-top: 1px solid #bbb;
border-left: 2px solid #bbb;
border-right: 2px solid #bbb;
border-bottom: 2px solid #bbb;
margin: 0px auto 0px auto;
}
.mlink A:link {color:#ffffff; text-decoration: none; font-weight: bold;}
.mlink A:visited {color:#ffffff; text-decoration: none; font-weight: bold;}
.mlink A:hover {color:#ffffff; text-decoration: none; font-weight: bold;}

#main{
width: 800px;
height: auto;
clear: both;
margin: 0px auto 0px auto;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
}
#sidebar{
width: 120px;
height: auto;
float: left;
display: inline;
background: #000077;
padding: 10px 15px 15px 15px;
}
.side{
margin: 5px 0px 0px 0px;
}
.slink A:link {color:#ffffff; text-decoration: none; font-weight: bold; font-size: 12px;}
.slink A:visited {color:#ffffff; text-decoration: none; font-weight: bold; font-size: 12px;}
.slink A:hover {color:#ffffff; text-decoration: underline; font-weight: bold; font-size: 12px;}

/* xxxxxxxxxxxxxxxxxxxxxxxx menu items xxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.mtab{
margin: 0px;
padding: 9px 10px 8px 10px;
border-right: 2px solid #bbb;
font-size: 11px;
font-weight: bold;
color: #ffffff;
float: left;
display: inline;
}
.mtab:hover{
margin: 0px;
padding: 9px 10px 8px 10px;
border-right: 2px solid #bbb;
font-size: 11px;
font-weight: bold;
color: #ffffff;
float: left;
display: inline;
background: url('graphics/mtabhov.png');
}
/* xxxxxxxxxxxxxxxxxxxxxxxx Ecommerce css xxxxxxxxxxxxxxxxxxxxxxx */
#catalog{
width: 630px;
height: auto;
float: left;
display: inline;
padding: 10px;
}
.item{
width: 180px;
height: auto;
text-align: center;
padding: 10px;
float: left;
display: inline;
border: 1px solid #dddddd;
margin: 0px 5px 5px 0px;
}
.itemimg{
border: 0px;
width: 150px;
height: 150px;
}
.itemname{
font-size: 10px;
margin: 5px 0px 10px 0px;
}
.itemprice{
font-size: 12px;
font-weight: bold;
margin: 0px 0px 10px 0px;
}
.ecomlink A:link {color: #000000; text-decoration: none; font-size: 12px; font-weight: bold;}
.ecomlink A:visited {color: #000000; text-decoration: none; font-size: 12px; font-weight: bold;}
.ecomlink A:hover {color: #000000; text-decoration: underline; font-size: 12px; font-weight: bold;} 

/* xxxxxxxxxxxxxxxxxxxxx View Products css xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#ileft{
width: 280px;
float: left;
display: inline;
}
#iright{
width: 348px;
float: left;
display: inline;
}
.vimage{
margin: 20px 0px 0px 0px;
width: 280px;
}
#checkout{
width: 326px;
margin: 20px auto 10px auto;
height: auto;
border: 2px solid #dddddd;
}
.vtitle{
background: url('graphics/vtitle.png');
color: #ffffff;
font-weight: bold;
margin: 0px;
padding: 10px 10px 10px 10px;
font-size: 12px;
}
.vdesc{
margin: 10px 15px 5px 15px;
font-size: 12px;
padding-bottom: 10px;
border-bottom: 1px solid #dddddd;
}
.vprice{
font-weight: bold;
font-size: 18px;
margin: 5px 15px 5px 15px;
padding-bottom: 3px;
border-bottom: 1px solid #dddddd;
}
.vsize{
margin: 5px 15px 5px 15px;
font-size: 11px;
padding: 0px 0px 5px 40px;
border-bottom: 1px solid #dddddd;
}
.vquant{
margin: 5px 15px 5px 15px;
font-size: 11px;
padding: 0px 0px 0px 40px;
}
#selsize{
font-size: 10px;
}
#inquant{
margin: 0px 0px 0px 15px;
font-size: 10px;
width: 20px;
}
.addcart{
width: 326px;
height: 60px;
border: 0px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx view cart css xxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.cart{
width: 750px;
margin: 20px auto 0px auto;
font-size: 12px;
border: 1px solid #dddddd;
border-spacing: 0px;
}
.iqty{
width: 20px;
}
.miniimg{
margin: 0px 5px 5px 5px;
float: left;
display: inline;
width: 50px;
height: 75px;
}
.itemname{
margin: 5px;
float: left;
display: inline;
font-weight: bold;
}
.titem{
width: 450px;
border-bottom: 1px solid #dddddd;
}
.tsize{
width: 70px;
padding: 5px 0px 0px 5px;
border-left: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
}
.tup{
width: 75px;
border-left: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
text-align: center;
padding-top: 5px;
}
.tqty{
width: 75px;
border-left: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
text-align: center;
padding-top: 5px;
}
.ttotal{
width: 70px;
border-left: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
text-align: right;
padding: 5px 5px 0px 0px;
}
.hitem{
width: 445px;
background: #000000;
color: #ffffff;
font-weight: bold;
padding: 2px 0px 2px 5px;
border-bottom: 2px solid #dddddd;
}
.hsize{
width: 75px;
background: #000000;
color: #ffffff;
font-weight: bold;
padding: 2px 0px 2px 5px;
border-left: 1px solid #dddddd;
border-bottom: 2px solid #dddddd;
}
.hup{
width: 70px;
background: #000000;
color: #ffffff;
font-weight: bold;
padding: 2px 0px 2px 0px;
text-align: center;
border-left: 1px solid #dddddd;
border-bottom: 2px solid #dddddd;
}
.hqty{
width: 70px;
background: #000000;
color: #ffffff;
font-weight: bold;
padding: 2px 0px 2px 0px;
text-align: center;
border-left: 1px solid #dddddd;
border-bottom: 2px solid #dddddd;
}
.htotal{
width: 70px;
background: #000000;
color: #ffffff;
font-weight: bold;
padding: 2px 0px 2px 0px;
text-align: center;
border-left: 1px solid #dddddd;
border-bottom: 2px solid #dddddd;
}
#tupdate{
border-left: 1px solid #dddddd;
text-align: right;
padding: 5px 5px 5px 0px;
}
#rup{
background: #eeeeee;
}
#subtot{
text-align: right;
padding-right: 5px;
}

/* xxxxxxxxxxxxxxxxxxxxxxx checkout css xxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#checkhead{
margin: 0px 0px 10px 10px;
padding-top: 10px;
}
.checkhead2{
margin: 5px 0px 10px 10px;
font-size: 16px;
}
.checkr{
padding: 0px 20px 0px 20px;
width: 810px;
height: 20px;
clear: both;
margin-bottom: 10px;
}
.checkp{
margin: 0px;
font-size: 12px;
width: 150px;
float: left;
display: inline;
}
.checka{
margin: 0px;
font-size: 14px;
font-weight: bold;
width: 150px;
float: left;
display: inline;
}
.checkai{
margin: 0px;
font-size: 14px;
font-weight: bold;
width: 80px;
float: left;
display: inline;
}
.checkt{
float: left;
display: inline;
}
.checks{
float: left;
display: inline;
margin: 5px 0px 5px 0px;
}
.pht{
float: left;
display: inline;
margin: 0px;
}
.checkph{
width: 50px;
float: left;
display: inline;
margin: 0px 5px 0px 5px;
}