/* COMMON */
body,html{
margin: 0;
background-color: #FFFFFF;
font-size: 12px;
font-family: tahoma,arial,verdana;
text-align: center;
}
#body_table{
margin: auto;
width: 990px;
background-color: #FFFFFF;
text-align: left;
}
a{
outline: none;
}
img{
border: none;
}

/* PAGE */
.page{
border-left: 14px solid #FFFFFF;
border-right: 14px solid #FFFFFF;
}

/* MAIN DESCRIPTION */
#main_description{
margin-bottom: 4px;
}

/* H2 */
h2{
margin: 0;
padding: 0;
border-bottom: 2px solid #411e5e;
background-color: #dacae3;
color: #411e5e;
font-size: 22px;
font-weight: normal;
text-align: center;
}
h2 span{
padding-top: 4px;
padding-bottom: 4px;
}

/* CRUMBTRAIL */
#crumbtrail{
padding-bottom: 4px;
color: #9550ab;
font-size: 10px;
text-align: left;
}
#crumbtrail a{
padding-left: 4px;
padding-right: 4px;
color: #411e5e;
font-size: 10px;
}

/* H1 */
h1{
margin: 0;
padding: 0;
border-bottom: 2px solid #411e5e;
background-color: #dacae3;
color: #411e5e;
font-size: 22px;
font-weight: normal;
text-align: center;
}
h1 span{
padding-top: 4px;
padding-bottom: 4px;
}

/* BANNER */
#banner{
height: 208px;
background-image: url('/images/common/banner.jpg');
background-repeat: no-repeat;
background-position: right 36px;
}
.logo{
display: table-cell;
float: left;
width: 367px;
height: 134px;
background-image: url('/images/common/logo.gif');
background-repeat: no-repeat;
}

/* FOOTER */
#footer{
height: 102px; 
margin-top: 4px;
border-top: 3px solid #9550ab;
border-bottom: 3px solid #9550ab;
}
#footer .nutshell{
display: table-cell;
float: left;
width: 472px;
margin-left: 8px;
color: #9550ab;
font-weight: bold;
text-align: justify;
}
#footer .nutshell p{
margin: 0;
padding: 0;
margin-top: 6px;
margin-bottom: 6px;
}
#footer .contact_details{
display: table-cell;
float: right;
width: 495px;
height: 100px;
margin-top: 1px;
background-color: #9550ab;
color: #FFFFFF;
}
#footer .contact_details .address{
display: table-cell;
float: left;
width: 200px;
margin-top: 10px;
margin-left: 10px;
font-weight: bold;
}
#footer .contact_details .tel{
display: table-cell;
float: left;
width: 240px;
height: 32px;
margin-top: 18px;
margin-left: 30px;
background-image: url('/images/common/footer_tel.gif');
background-position: left center;
background-repeat: no-repeat;
font-size: 22px;
font-weight: bold;
text-indent: 46px;
}
#footer .contact_details .email{
display: block;
float: left;
width: 240px;
margin-top: 4px;
margin-left: 30px;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
letter-spacing: 1.5px;
}

/* BASKETBOX SEARCHBOX LINE */
.basketbox_searchbox{
height: 30px;
background-color: #dacae3; 
}
.basketbox_searchbox .nutshell{
display: block;
padding-top: 8px;
padding-left: 8px;
color: #9550ab;
font-size: 11px;
font-weight: bold;
letter-spacing: 1px;
}

/* SEARCHBOX */
#searchbox{
display: table-cell;
float: right;
width: 235px;
height: 30px;
background-color: #9550ab;
}
#searchbox form{
margin: 0;
padding: 0;
}
.searchbox_top{
display: table-cell;
float: left;
width: 60px;
color: #FFFFFF;
font-weight: bold;
}
.searchbox_top span{
display: block;
padding-top: 7px;
padding-left: 11px;
}
.searchbox_middle{
display: table-cell;
float: left;
padding-top: 3px;
color: #FFFFFF;
font-weight: bold;
}
.searchbox_string{
display: table-cell;
float: left;
width: 110px;
height: 19px;
border: 1px solid #411e5e;
color: #411e5e ;
text-indent: 4px;
}
.searchbox_submit{
display: table-cell;
float: left;
width: 40px;
height: 23px;
margin-left: 10px;
border: 1px solid #FFFFFF;
border: none;
background-color: #9550ab;
color: #FFFFFF;
font-weight: bold;
}

/* BASKETBOX */
#basketbox{
display: table-cell;
float: right;
width: 255px;
height: 28px;
background-color: #FFFFFF;
border: 1px solid #9550ab;
}
.basketbox_top{
display: none;
}
.basketbox_middle a{
color: #411e5e;
text-decoration: none;
cursor: pointer;
}
.basketbox_items,.basketbox_value,.basketbox_checkout{
display: table-cell;
float: left;
margin-top: 8px;
margin-left: 2px;
font-size: 10px;
font-weight:  bold;
}
.basketbox_items{
padding-left: 2px;
width: 70px;
background-image: url('/images/common/basketbox_symbol.gif');
background-position: left center;
background-repeat: no-repeat;
text-indent: 20px;
}
.basketbox_value{
text-align: center;
width: 103px;
}
.basketbox_checkout{
text-decoration: underline;
text-align: center;
width: 70px;
}

/* NAV_TOP */
#nav_top{
clear: both;
margin-top: 8px;
border-top: 3px solid #dacae3;
border-bottom: 3px solid #dacae3;
background-color: #FFFFFF;
text-align: center;
}
#nav_top a{
display: -moz-inline-stack;
display: inline-block;
margin-left: 8px;
margin-right: 8px;
color: #411e5e;
font-weight: bold;
text-decoration: none;
}
#nav_top a span{
display: block;
padding-top: 4px;
padding-bottom: 6px;
}
#nav_top a.selected{
text-decoration: underline;
}
#nav_top a.red{
color: red;
}

/* COLUMN LEFT */
td.column_left{
background-color: #9550ab;
border-right: 1px solid #411e5e;
padding-bottom: 11px;
}

/* NAV_LEFT */
#nav_left{
width: 170px;
margin-top: 11px;
margin-left: 7px;
margin-right: 7px;
background-color: #FFFFFF;
}
.nav_left_top{
height: 12px;
background-image: url('/images/common/nav_left_lvl1.gif');
background-position: left top;
background-repeat: no-repeat;
background-color: #FFFFFF;
}
.nav_left_top span{
display: none;
}
.nav_left_bottom{
height: 12px;
background-image: url('/images/common/nav_left_bottom.gif');
background-position: left bottom;
background-repeat: no-repeat;
}
a.nav_left_lvl1{
display: block;
width: 166px;
height: 26px;
background-color: #FFFFFF;
color: #411e5e;
font-weight: bold;
text-decoration: none;
text-align: left;
}
a.nav_left_lvl1 span{
display: block;
padding-top: 6px;
padding-left: 6px;
}
a.nav_left_lvl1_selected{
text-decoration: underline;
}
a.nav_left_lvl2{
display: block;
width: 166px;
margin-top: 3px;
margin-bottom: 3px;
border-bottom: 1px solid #FFFFFF;
background-color: #FFFFFF;
color: #411e5e;
text-decoration: none;
}
a.nav_left_lvl2 span{
display: block;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 10px;
padding-right: 6px;
border-right: 5px solid #dacae3;
}
a.nav_left_lvl2:hover{
border-bottom: 1px solid #dacae3;
}
a.nav_left_lvl2_selected span{
border-bottom: 1px solid #dacae3;
border-right: 5px solid #411e5e;
}
#nav_left a.red{
color: red;
}

/* NAV_HELP */
#nav_help{
width: 170px;
margin-top: 11px;
margin-left: 7px;
margin-right: 7px;
background-color: #FFFFFF;
}
.nav_help_top{
height: 38px;
background-image: url('/images/common/nav_help_top.gif');
background-position: left top;
background-repeat: no-repeat;
color: #9550ab;
font-weight: bold;
text-align: center;
}
.nav_help_top span{
display: block;
padding-top: 15px;
}
.nav_help_bottom{
height: 12px;
background-image: url('/images/common/nav_help_bottom.gif');
background-position: left bottom;
background-repeat: no-repeat;
}
#nav_help a{
display: block;
background-image: url('/images/common/nav_help_lvl1_bg.gif');
background-position: 6px center;
background-repeat: no-repeat;
color: #9550ab;
}
#nav_help a span{
display: block;
padding-top: 6px;
padding-bottom: 8px;
padding-left: 23px;
padding-right: 6px;
}

/* NAV_RECENT */
#nav_recent{
width: 185px;
}
.nav_recent_top{
border: 1px solid #411e5e;
background-color: #dacae3;
color: #411e5e;
font-weight: bold;
text-align: center;
}
.nav_recent_top span{
display: block;
padding-top: 6px;
padding-bottom: 6px;
}
#nav_recent a{
display: table-cell;
float: left;
margin: 2px;
}
#nav_recent br{
display: none;
}
#nav_recent img{
width: 88px;
}
#nav_recent .product_name{
display: none;
}

/* PRODUCT FEATURED / FEATURED PRODUCTS */
#product_featured{
clear: both;
width: 185px;
}
.product_featured_top{
border: 1px solid #411e5e;
background-color: #dacae3;
color: #411e5e;
font-weight: bold;
text-align: center;
}
.product_featured_top span{
display: block;
padding-top: 6px;
padding-bottom: 6px;
}
#product_featured a{
clear: both;
display: block;
margin: 2px;
padding-top: 5px;
font-weight: bold;
text-decoration: none;
}
#product_featured img{
float: left;
width: 88px;
padding-right: 4px;
}
#product_featured a .product_name{
color: #411e5e;
text-decoration: underline;
}
#product_featured a .price{
padding-top: 8px;
color: #9550ab;
}

/* PRODUCT_THUMBS */
#products{
}
#products td{
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid #e3e3e3;
}
#products .product{
width: 190px;
}
#products a{
display: block;
text-decoration: none;
}
#products form{
margin: 0;
padding: 0;
}
#products a .product_name{
display: block;
height: 36px;
color: #411e5e;
font-weight: bold;
}
#products a .product_price{
color: #9550ab;
font-weight: bold;
}
#products a .product_image{
display: block;
margin-top: 4px;
}
#products a.product_moreinfo{
display: table-cell;
float: left;
width: 104px;
margin-top: 4px;
margin-left: 3px;
color: #411e5e;
font-weight: bold;
text-align: center;
}
#products .product_order_button{
display: table-cell;
float: right;
width: 69px;
margin-right: 5px;
}
#products .product_order_button input{
width: 69px;
height: 24px;
border: 1px solid #FFFFFF;
border: none;
background-image: url('/images/common/thumbnail_buy_button.gif');
background-position: center center;
background-repeat: no-repeat;
background-color: #9550ab;
color: #FFFFFF;
font-weight: bold;
text-align: center;
text-transform: uppercase;
}

/* SUBSECTIONS */
.subsections{
}
.subsections a{
position: relative;
display: block;
width: 179px;
height: 112px;
background-image: url('/images/common/subsection_bg.gif');
background-position: left top;
background-repeat: no-repeat;
color: #411e5e;
font-weight: bold;
text-decoration: none;
text-align: center;
cursor: pointer;
}
.subsections a .thumb_name{
z-index: 10;
position: relative;
display: block;
padding-top: 6px;
}
.subsections a .thumb_image{
position: absolute;
left: 0;
bottom: 3px;
display: block;
width: 179px;
}
.thumb_content{
display: none;
}

/* ORDER BUTTON */
#order{
padding: 12px;
width: 100%;
border: 2px dashed #9550ab;
text-align: center;
}
#order:hover{
border-color: #411e5e;
}
#order table{
width: 100%;
}
#order form{
margin: 0;
padding: 0;
}
td.order_qty_prompt{
}
.order_button{
border: 1px solid #411e5e;
background-color: #9550ab;
color: #FFFFFF;
font-weight: bold;
cursor: pointer;
}