/* CSS Document */
body{
margin: 0 0 0 0;

}
td {
font-size: 11px;
color: #696969;
font-family: "Arial", "Helvetica", "sans-serif";
}
a{
color: #946A48;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
h1{
font-size: 12px;
color: #2d5a73;
font-weight: bold;
}
.form{
font-size: 11px;
color: #696969;
font-family: "Arial", "Helvetica", "sans-serif";
}
.button{
font-size: 11px;
color: #696969;
font-family: "Arial", "Helvetica", "sans-serif";
border: 1px solid #9a9a9a; 
background-color: #fff;
line-height: 15px;
}
/*--------------------MAIN LAYOUT TABLE--------------------*/
#layout { 
border-top: 4px solid #19007A;
width: 760px;
}
/*--------------------NAVIGATION--------------------*/
#nav{
height: 24px;
background-color: #2d5a73;
text-align: right;
}
/*--------------------PRODUCT NAV--------------------*/

.product a{
display: block;
width: 128px;
border-right: 2px solid #f5e9d4;
}
.product a:hover{
border-right: 2px solid #f68b38;
text-decoration: none;
}
.subcat{
padding-left: 10px;
}
.subcat a{
color: #2d5a73;
display: block;
width: 119px;
border-right: 2px solid #DEEEF7;
}
.subcat a:hover{
border-right: 2px solid #369;
text-decoration: none;
}

/*--------------------CONTENT--------------------*/
#content{
margin: 10px 0 20px 0;
}
.chinese{
color: #2d5a73;
}
.tbl{
border-bottom: 1px dashed #a9a9a9;
padding-left: 10px;
}
.tbl_title{
background-color: #f5e9d4; 
border-bottom: 1px solid #a9a9a9; 
padding-left: 10px
}
.product_title{
color: #2d5a73;
font-weight: bold;
font-size: 13px;
}
.img_product{
border: 1px solid #a9a9a9;
}
/*--------------------COLUMN @ INDEX--------------------*/
#index_column{
border: 1px solid #a9a9a9;
}
#index_column .title{
color: #83003f;
line-height: 24px;
font-weight: bold;
}
.price{
color: #db8d47;
font-size: 12px;
font-weight: bold;
}
.more a{
color: #2d5a73;
font-weight: bold;
text-decoration: none;
}
.more a:hover{
text-decoration: underline;
}
.sale a{
color: #946A48;
font-weight: bold;
text-decoration: none;
}
.sale a:hover{
text-decoration: underline;
}
/*--------------------FOOTER--------------------*/
#footer{
height: 45px;
background-color: #ECECEC;
padding-top: 16px;
padding-left: 8px;
padding-right: 8px;
}
#footer td {
font-size: 11px;
}
#footer a{
color: #946A48;
text-decoration: none;
}
#footer a:hover{
text-decoration: underline;
}