/* COMMON */
html,body{
height: 100%;
margin: 0;
font-size: 12px;
font-family: arial,verdana;
text-decoration: none;
}
#body_table{
margin: auto;
padding-left: 5px;
padding-right: 5px;
text-align: left;
}
.spacer{
clear: both;
margin: 0;
padding: 0;
line-height: 0;
}
.bold{
font-weight: bold;
}
a{
cursor: pointer;
outline: none;
}
img{
border: none;
}
strong{
font-weight: normal;
}
.centered{
text-align: center;
}
.left{
float: left;
}
.right{
float: right;
}
.nomargin{
margin: 0;
padding: 0;
}

/* PAGE */
td.page{
border-left: 7px solid #FFFFFF;
border-right: 7px solid #FFFFFF;
}

/* COLUMNS */
.columns{
position: relative;
}
td.column_left,
td.column_right{
position: relative;
background-image: url('/images/common/column_left.gif');
background: none;
}
td.column_left{
padding-bottom: 214px; /* PADDING TO ALLOW FOR MULTI-BUY GRAPHIC TO SET AT BOTTOM OF COLUMN */
}

/* UPPERCONTENT */
/* LOWERCONTENT */
.uppercontent,
.lowercontent{
padding: 6px;
color: #000000;
line-height: 18px;
text-align: justify;
}
.uppercontent{
background-image: url('/images/common/upper_content_bg.gif');
background-position: left top;
background-repeat: repeat-x;
}
.uppercontent a,
.lowercontent a{
color: #010101;
}
.uppercontent img.lifestyle{
float: right;
margin-left: 10px;
}
.lowercontent{
padding-top: 24px;
}

/* H1 */
h1{
margin: 0;
padding: 0;
margin-top: 4px;
background-image: url('/images/common/h1_bg.gif');
background-position: right top;
background-repeat: no-repeat;
color: #4d4d4d;
font-size: 24px;
font-weight: bold;
text-align: left;
}
h1 span{
display: block;
padding-top: 4px;
padding-bottom: 4px;
}

/* H2 */
h2{
border-bottom: 2px solid #e0e0e0;
color: #4d4d4d;
font-size: 18px;
font-weight: bold;
}

/* CRUMBTRAIL */
#crumbtrail{
text-align: left;
}
.crumbtrail_inner{
margin-top: 8px;
}
#crumbtrail a{
display: -moz-inline-stack;
display: inline-block;
height: 22px;
background-image: url('/images/common/crumbtrail_a.gif');
background-repeat: no-repeat;
background-position: right center;
background-color: #ff921a;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}
#crumbtrail a span{
display: -moz-inline-stack;
display: inline-block;
height: 22px;
background-image: url('/images/common/crumbtrail_a.gif');
background-repeat: no-repeat;
background-position: left center;
padding-left: 6px;
margin-right: 6px;
line-height: 22px;
}

/* PROMOTIONS */
.promotions{
padding-top: 3px;
text-align: center;
}

/* SEARCH BASKET LINE */
.search_basket_line{
position: relative;
height: 31px;
margin-top: 1px;
background-color: #4c4c4c;
}

/* SEARCHBOX */
#searchbox{
display: table-cell;
float: right;
height: 23px;
width: 197px;
margin-top: 4px;
margin-right: 21px;
background-image: url('/images/common/searchbox.gif');
background-repeat: no-repeat;
background-color: #FFFFFF;
}
.searchbox_top{
display: none;
}
.searchbox_middle{
zoom: 100%;
position: relative;
left: 9px;
width: 181px;
}
.searchbox_string{
display: table-cell;
float: left;
width: 149px;
height: 12px;
margin-top: 1px;
padding-top: 4px;
border: 1px solid #FFFFFF;
background: transparent;
color: #4c4c4c;
font-size: 11px;
font-weight: bold;
}
.searchbox_submit{
display: table-cell;
float: right;
width: 26px;
height: 19px;
margin-top: 2px;
border: 1px solid #FFFFFF;
border: none;
background-image: url('/images/common/searchbox_submit.gif');
background-repeat: no-repeat;
color: #FFFFFF;
font-size: 0pt;
text-align: left;
cursor: pointer;
}

/* BASKETBOX */
#basketbox{
position: relative;
display: table-cell;
float: right;
width: 273px;
height: 31px;
background-color: #4c4c4c;
}
#basketbox .basketbox_top{
display: table-cell;
float: left;
width: 91px;
height: 31px;
background-image: url('/images/common/basketbox_top.gif');
background-repeat: no-repeat;
}
#basketbox .basketbox_top span{
display: none;
}
#basketbox a{
display: block;
color: #FFFFFF;
text-decoration: none;
}
#basketbox a span.basketbox_items,
#basketbox a span.basketbox_value{
display: block;
font-size: 12px;
text-indent: 14px;
}
#basketbox a span.basketbox_checkout{
position: absolute;
right: 0;
top: 6px;
right: 6px;
display: table-cell;
width: 72px;
border: 1px solid red;
border: none;
background-color: #4c4c4c;
color: #FFFFFF;
font-size: 10pt;
font-weight: bold;
text-transform: uppercase;
text-decoration: underline;
text-align: center;
cursor: pointer;
}

/* BANNER */
#banner{
padding-top: 28px;
position: relative;
}
#banner .logo{
position: absolute;
width: 308px;
height: 63px;
left: 336px;
top: 14px;
cursor: pointer;
}

/* NAV_EXTRA */
#nav_extra{
border-top: 30px solid #e0e0e0;
font-size: 0pt;
}
.nav_extra_top{
display: none;
}
#nav_extra a img{
border-top: 1px solid #FFFFFF;
}

/* NAV_BANNER */
#nav_banner{
padding-top: 8px;
padding-bottom: 8px;
text-align: right;
}
#nav_banner a{
color: #4c4c4c;
text-decoration: none;
}

/* NAV_LEFT */
#nav_left{
width: 170px;
}
.nav_left_top{
height: 43px;
border-top: 2px solid #FFFFFF;
background-image: url('/images/common/nav_left_top.gif');
background-repeat: no-repeat;
color: #4c4c4c;
font-size: 14px;
font-weight: bold;
text-align: center;
}
.nav_left_top span{
display: block;
padding-top: 12px;
}
.nav_left_middle{
}
#nav_left a{
display: block;
width: 170px;
}
.nav_left_lvl1{
border-top: 1px solid #FFFFFF;
background-image: url('/images/common/nav_left_lvl1.gif');
background-position: left bottom;
background-repeat: repeat-x;
background-color: #52779a;
color: #FFFFFF;
text-decoration: none;
}
.nav_left_lvl1 span{
display: block;
padding: 8px;
padding-top: 10px;
padding-bottom: 10px;
}
.nav_left_lvl2{
}
.nav_left_lvl2 span{
}
.nav_left_lvl2:hover,
.nav_left_lvl2:hover span,
.nav_left_lvl2_selected,
.nav_left_lvl2_selected span{
}

/* NAV_HELP */
#nav_help{
width: 170px;
}
.nav_help_top{
height: 43px;
border-top: 15px solid #FFFFFF;
background-image: url('/images/common/nav_help_top.gif');
background-repeat: no-repeat;
color: #4c4c4c;
font-size: 14px;
font-weight: bold;
text-align: center;
}
.nav_help_top span{
display: block;
padding-top: 12px;
}
.nav_help_middle{
}
#nav_help a{
display: block;
width: 170px;
}
.nav_help_lvl1{
border-top: 1px solid #FFFFFF;
background-image: url('/images/common/nav_help_lvl1.gif');
background-position: left bottom;
background-repeat: repeat-x;
background-color: #f49b65;
color: #2e2e2e;
text-decoration: none;
}
.nav_help_lvl1 span{
display: block;
padding: 8px;
padding-top: 10px;
padding-bottom: 10px;
}
#nav_help a.multibuy_left,
#nav_help a.coming_soon{
display: block;
border-top: 5px solid #FFFFFF;
}

/* NAV_FEEDBACK */
#nav_feedback{
width: 170px;
margin-top: 3px;
margin-right: 23px;
padding-bottom: 5px;
border: 1px solid #630460;
background-color: #ececec;
}
.nav_feedback_top{
width: 160px;
margin-left: 5px;
border-bottom: 1px solid #630460;
color: #630460;
font-size: 14px;
font-weight: bold;
}
.nav_feedback_top span{
display: block;
padding-top: 6px;
padding-bottom: 6px;
}
.nav_feedback_middle{
border-top: 4px solid #ececec;
color: #000000;
font-style: italic;
}
#nav_feedback .feedback{
margin-bottom: 10px;
padding-left: 4px;
padding-right: 3px;
text-align: right;
}
#nav_feedback .customer_name{
display: block;
font-weight: bold;
}

/* FOOTER */
#footer{
height: 200px;
margin-top: 4px;
padding-top: 20px;
padding-left: 20px;
border-top: 2px solid #1c4d7c;
background-color: #e0e0e0;
color: #4c4c4c;
}
#footer a{
color: #4c4c4c;
}
#footer .title{
margin-bottom: 8px;
border-bottom: 1px solid #6f6f6f;
font-weight: bold;
}

/* FOOTER: CONTACT DETAILS */
#footer .contact_details{
display: table-cell;
float: left;
width: 348px;
}
#footer .tel_email{
display: table-cell;
float: right;
text-align: right;
}

/* FOOTER: PAYMENT DETAILS */
#footer .payment_options{
clear: both;
display: table-cell;
float: left;
margin-top: 28px;
width: 348px;
}

/* NAV_DEPARTMENTS */
#nav_departments{
display: table-cell;
float: left;
width: 280px;
margin-left: 68px;
}
#nav_departments .nav_departments_top{
margin-bottom: 8px;
border-bottom: 1px solid #4c4c4c;
font-weight: bold;
}
#nav_departments a{
display: block;
margin-right: 14px;
margin-bottom: 4px;
}

/* FOOTER: SITE_BUILT_BY */
#footer .site_designed_by{
clear: both;
padding-top: 26px;
font-weight: bold;
}
#footer #nav_departments .site_designed_by a{
display: inline;
float: none;
margin-right: 0;
}

/* NAV_RIGHT */
#nav_right{
width: 170px;
font-size: 0pt;
}
#nav_right a img{
border-top: 6px solid #FFFFFF;
}

/* SUBSECTIONS */
.subsection{
width: 191px;
margin-top: 4px;
border: 1px solid #b2b2b2;
background-image: url('/images/common/home_sub_bg.gif');
background-position: left bottom;
background-repeat: repeat-x;
}
.subsection a.thumb_name{
display: block;
color: #565656;
text-decoration: none;
text-align: center;
}
.subsection a.thumb_name span{
display: block;
padding-top: 3px;
padding-bottom: 3px;
}
.subsection:hover{
border-color: #630460;
}
.subsection:hover a.thumb_name{
color: #630460;
}

/* PRODUCT THUMBS */
#products{
padding-top: 14px;
font-style: italic;
text-align: center;
}
.product{
width: 204px;
margin-top: 2px;
border: 1px solid #e0e0e0;
padding-top: 6px;
}
.product .inner{
}
#products .product_name{
display: block;
margin-top: 6px;
padding-left: 10px;
padding-right: 10px;
height: 48px;
color: #010101;
font-weight: bold;
}
#products .product_code,
#products .product_moreinfo{
display: table-cell;
float: left;
width: 49%;
margin-top: 12px;
color: #4c4c4c;
text-decoration: none;
text-transform: lowercase;
}
#products .product_moreinfo{
float: right;
text-decoration: underline;
}
#products .product_image{
display: block;
margin-top: 4px;
}
#products .product_price{
clear: both;
display: block;
border: 1px solid #FFFFFF;
border-top: 10px solid #FFFFFF;
background-color: #4c4c4c;
color: #FFFFFF;
font-size: 20px;
text-decoration: none;
text-align: right;
}
#products .product_price span{
display: block;
padding: 5px;
}
#products .product:hover{
border-color: #1c4d7c;
}
#products .product:hover .product_price{
background-color: #1c4d7c;
}

/* MAIN IMG */
#main_img{
margin-top: 6px;
margin-right: 20px;
}

/* GALLERY */
#gallery{
width: 614px;
}
.gallery_main{
display: table-cell;
float: left;
}
.gallery_thumbs a{
display: table-cell;
float: left;
border: 6px solid #FFFFFF;
}
.gallery_thumbs a img{
border: 1px solid #e0e0e0;
}
.gallery_thumbs a:hover img{
border-color: #1c4d7c;
}
#flash_movie_container{
z-index: 10;
position: absolute;
left: 0;
top: 2px;
width: 978px;
border: 1px solid #4c4c4c;
}
#flash_movie_container .top{
padding: 8px;
background-color: #e3e3e3;
font-weight: bold;
text-align: right;
cursor: pointer;
}
#flash_movie_container #flash_movie{
height: 800px;
}

/* MAIN DESCRIPTION */
#main_description{
padding-top: 6px;
}

/* ORDER */
#order{
padding: 12px;
border-top: 6px solid #FFFFFF;
background-color: #e0e0e0;
color: #000000;
}
#order .root_name{
color: #000000;
}
#order table{
width: 100%;
}
#order #order_price br{
display: none;
}
#order #order_price{
color: #000000;
font-size: 12px;
background-color: #FFFFFF;
text-align: center;
}
#order #order_qty_prompt{
padding-top: 8px;
color: #000000;
font-size: 14px;
font-weight: bold;
text-align: right;
}
#order #order_qty_prompt input{
border: 1px solid #000000;
text-align: center;
}
#order #order_qty_prompt .order_button{
margin-top: 4px;
width: 158px;
height: 29px;
padding: 0;
padding-bottom: 4px;
border: none;
background-image: url('/images/common/order_button.gif');
background-repeat: no-repeat;
background-color: #245380;
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
cursor: pointer;
}
/* MULTI ITEMS */
#order #multi_product{
padding: 12px;
background-color: #FFFFFF;
font-weight: bold;
}
/* SELECTOR */
#products_available_list{
color: #000000;
}
#products_available_list h2{
margin: 0;
}
#order #order_price .product_price,
#products_available_list .product_price{
color: #1c4d7c;
font-weight: bold;
text-transform: uppercase;
}

/* TECH SPEC */
table.tech_spec{
border-left: 1px solid #e3e3e3;
}
table.tech_spec th{
padding: 6px;
background-color: #1d4d7d;
color: #FFFFFF;
}
table.tech_spec td{
padding: 6px;
border-right: 1px solid #e3e3e3;
border-bottom: 1px solid #e3e3e3;
}
table.tech_spec td.data{
font-style: italic;
}

/* OFFERS */
a.ishop_offer,
div.ishop_offer{
display: none;
}

/* MULTI-BUY */
.multibuy_promo{
width: 626px;
height: 119px;
background-image: url('/images/common/multi-buy_bg.gif');
background-repeat: no-repeat;
background-color: #6a894b;
color: #FFFFFF;
font-weight: bold;
}
.multibuy_promo .inner{
padding-top: 40px;
padding-left: 10px;
line-height: 22px;
}