/*---------
Global Styles
-----------*/

body {
	margin:0;
	padding:0;
	font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#333;
	background-color:#FFF;}

a             {color:#1C7AB7; text-decoration:none;}
a:hover       {text-decoration:underline;}


input, form, textarea {margin:0; padding:0;}
form { display: inline; }
select, input { font-size: 12px; }

h1            { font-size:20px; margin:0; }
h1.product    { font-size:18px; color:#333; padding-bottom:0px; margin-bottom:0px; }
h2.product    { font-size:16px; color:#333; padding:0px; margin:0px; }
h1.category   { font-size:18px; color:#333; padding-top:0px; margin-bottom:4px; margin-top:4px;}


img { border:none;}

.clear{clear:both;}

.small, .small a, .small a:active, .small a:visited { font-size:11px; }
.small a:hover { font-size:11px; }

.spacer{clear:both; height:4px; display:block; line-height:1px;}


.float_right {float:right;}
.float_left {float:left;}

.search_form ,.search_form input, .search_form select {margin:0px; padding:0px; font-size:12px;}


/*---------
Page Layout
-----------*/

div#header {margin:0;}
div#header_left {margin:0; padding:10px; float:left; padding-left:20px; width:520px;}
div#header_right{margin:0; padding:10px; float:left; padding-left:20px; width:390px; text-align:right;}
div#search {margin:0; height:35px; width:100%; padding-top:5px; background:#4C4C4C url(/assets/themes/search_bg.gif) bottom no-repeat; clear:both; color:#fff; font-weight:bold; font-size:12px;}
div#container{text-align:left}
 
div#container{width:980px; margin:0 auto; background:#FFF;}
div#wrapper{float:left;width:100%}
div#content{margin:0;}
div#content_col_2 {margin: 0 0 0 205px;}
div#content_col_3 {margin: 0 205px; width:560px; overflow:hidden;}
div#column_left{float:left;width:200px; margin-left:-980px; margin-right:5px;} /* make sure width is less than content margins for IE6 and margin-left is equal to container width */
div#column_right{float:left;width:205px;margin-left:-205px}
div#footer{clear:both; width:100%; border-top:1px solid #999; text-align:center;}
div#footer_bottom{width:980px;margin:0 auto; text-align:center; font-size:11px; color:#999; margin-top:5px; margin-bottom:5px;}
.column_padding {padding:5px 0 5px 0;}
.content_padding { padding:5px; overflow:hidden;}



/*-------
Quick Links - Top Of Page
----------*/

div.quick-links{color:#FFF; background:#4C4C4C url(/assets/themes/search_bg.gif) bottom no-repeat; height:30px;margin:0;width:980px;}
div.quick-links ul{float:right; margin:5px 8px 0 0;}
div.quick-links ul li{border-left:1px solid #FFF; display:inline; float:left; line-height:11px; padding:0 10px;}
div.quick-links ul li.first{border-left:none;}
div.quick-links ul li a{color:#FFF; font-weight:bold;}
div.quick-links ul li a.cart_link{background:none; color:#FFF; padding:0;}

/*-------
Footer Links - Bottom Of Page
----------*/

.footer-links {text-align:center; padding:5px;}
.footer-links a {}

/*------------
Tab Navigation
-------------*/


#menu{clear:both;padding-left:50px;position:relative;}
#menu ul{margin:0;padding:0;}
#menu ul li{display:inline;float:left; font-weight:bold; list-style:none; margin:0 2px 0 0;padding:0;}
#menu ul li a{background:#edeeef url(/assets/themes/top-nav-tab.gif) no-repeat 0 0; color:#656565; display:block;line-height:2.5em;padding-left:6px;text-decoration:none;}
#menu ul li a span{background:#edeeef url(/assets/themes/top-nav-tab.gif) no-repeat 100% 0;display:block;padding:0 11px 0 5px;}
#menu ul li a:hover{background-position:0 -400px;color:#fff;}
#menu ul li a:hover span{background-position:100% -400px;}
#menu ul li.selected a,#menu ul li.selected a:hover{background-position:0 -200px;color:#fff;}
#menu ul li.selected a span,#menu ul li.selected a span:hover{background-position:100% -200px;text-decoration:none;}


/*------------
Buttons
-------------*/

/* Large Buttons */

a.large_actionbutton{
background: transparent url('/assets/themes/buttons/square-green-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 12px; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.large_actionbutton, a:visited.large_actionbutton, a:active.large_actionbutton{
color: #FFF; /*button text color*/
font-weight:bold;
}

a.large_actionbutton span{
background: transparent url('/assets/themes/buttons/square-green-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.large_actionbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.large_actionbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: FFF;
}

a.large_infobutton{
background: transparent url('/assets/themes/buttons/square-grey-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 12px; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.large_infobutton, a:visited.large_infobutton, a:active.large_infobutton{
color: #FFF; /*button text color*/
font-weight:bold;
}

a.large_infobutton span{
background: transparent url('/assets/themes/buttons/square-grey-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.large_infobutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.large_infobutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: FFF;
}

/* Default Buttons */

a.actionbutton{
background: transparent url('/assets/themes/buttons/square-green-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 12px; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.actionbutton, a:visited.actionbutton, a:active.actionbutton{
color: #FFF; /*button text color*/
font-weight:bold;
}

a.actionbutton span{
background: transparent url('/assets/themes/buttons/square-green-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.actionbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.actionbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: FFF;
}

a.infobutton{
background: transparent url('/assets/themes/buttons/square-grey-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 12px; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.infobutton, a:visited.infobutton, a:active.infobutton{
color: #FFF; /*button text color*/
font-weight:bold;
}

a.infobutton span{
background: transparent url('/assets/themes/buttons/square-grey-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.infobutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.infobutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: FFF;
}

a.searchbutton{
background: transparent url('/assets/themes/buttons/search_left.gif') no-repeat top left;
display: block;
float: left;
font: bold 12px; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.searchbutton, a:visited.searchbutton, a:active.searchbutton{
color: #FFF; /*button text color*/
}

a.searchbutton span{
background: transparent url('/assets/themes/buttons/search_right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.searchbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.searchbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: FFF;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden;
width: 100%;
}


/*-------
Vertial Menu 
-------*/

.verticalmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 190px; /* Main Menu Item widths */
}
 
.verticalmenu ul li{
position: relative;
}

/* Top level menu links style */
.verticalmenu ul li a, .verticalmenu ul li a:visited, .verticalmenu ul li a:active{
display: block;
overflow: auto; /*force hasLayout in IE7 */
padding: 2px 2px 2px 8px;
}

.verticalmenu ul li a:link, .verticalmenu ul li a:visited, .verticalmenu ul li a:active{

}

.verticalmenu ul li a:visited{
}

.verticalmenu ul li a:hover{
}

/*Sub level menu items */
.verticalmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
border: solid 1px #CCC;
background:#FFF;
}

.verticalmenu a.subfolderstyle{
background: url(/assets/themes/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .verticalmenu ul li { float: left; height: 1%; }
* html .verticalmenu ul li a { height: 1%; }
/* End */


/***-----
Breadcrumb 
-----***/

.breadcrumb{
font: bold 11px; margin:0px; padding:4px;
}

.breadcrumb a, .breadcrumb a:visited, .breadcrumb a:active{
background: transparent url(/assets/themes/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 10px; /*adjust bullet image padding*/}

.breadcrumb a:hover{
text-decoration: underline;
}

/***----- 
Sortby
-----***/

.sortby {font-weight:normal; padding-top:4px; padding-bottom:4px;}
.sortbyon, .sortbyon a, .sortbyon a:visited, .sortbyon a:active{
	font-weight:bold;
}
.sortbyoff, .sortbyoff a, .sortbyoff a:visited, .sortbyoff a:active{
	font-weight:normal;
}

/***----- 
View Type
-----***/

.viewby {font-weight:normal; padding-top:4px; padding-bottom:4px; text-align:right;}
.viewbyon, .viewbyon a, .viewbyon a:visited, .viewbyon a:active{
	font-weight:bold;
}
.viewbyoff, .viewbyoff a, .viewbyoff a:visited, .viewbyoff a:active{
	font-weight:normal;
}

/*--------- 
Boxes
----------*/

.box_product_listing {padding:4px; background:#F7F7F7; font-weight:bold; border:1px solid #CCC; margin-bottom:8px;}

.box_default { border:1px solid #CCC; margin-top:5px;}
.box_default .header { padding:6px; background:#F7F7F7; font-weight:bold;}
.box_default .content { text-align: left; background:#FFF; padding:8px;}
.box_default ul {list-style-type:none; margin:0; padding:0;}
.box_default li {padding:4px; border-bottom: dotted 1px #E9E9E9;}
.box_default li .title, .title a , .title a:active , .title a:visited { font-size:11px; overflow: hidden;}
.box_default li .title a:hover { text-decoration:underline; font-size:11px; }
.box_default li .image {float:left; margin-right:4px; border:1px solid #F4F4F4;}
.box_default li .price { font-size:11px; }

.box_advert { border:1px solid #CCC; margin-top:5px;}
.box_advert .header { padding:6px; background:#333; color:#FFF; font-weight:bold;}
.box_advert .content { background:#FFF; padding:8px;}

.box_cart { border:1px solid #CCC; margin-top:5px;}
.box_cart .header { padding:6px; background:#666; color:#FFF; font-weight:bold;}
.box_cart .content { text-align: left; background:#FFF; padding:8px;}
.box_cart ul {list-style-type:none; margin:0; padding:0;}
.box_cart li {padding:0px;}
.box_cart li .title, .title a , .title a:active , .title a:visited { font-size:11px; overflow: hidden;}
.box_cart li .title a:hover { text-decoration:underline; font-size:11px; }
.box_cart li .image {float:left; margin-right:4px; border:1px solid #F4F4F4;}

.box_top_sellers {margin-top:5px; border:1px solid #CCC;}
.box_top_sellers .header {padding:6px; background:#1C7AB7; color:#FFF; font-weight:bold;}
.box_top_sellers .content {text-align: left; background:#FFF; padding:8px;}
.box_top_sellers ul {list-style-type:none; margin:0; padding:0;}
.box_top_sellers li {padding:4px; border-bottom: dotted 1px #E9E9E9;}
.box_top_sellers li .title, .title a , .title a:active , .title a:visited { font-size:11px; overflow: hidden;}
.box_top_sellers li .title a:hover { text-decoration:underline; font-size:11px; }
.box_top_sellers li .image {float:left; margin-right:4px; border:1px solid #F4F4F4;}
.box_top_sellers li .price { font-size:11px; }

.box_history {border:1px solid #CCC; margin-top:5px;}
.box_history .header {padding:6px; background:#1C7AB7; color:#FFF; font-weight:bold;}
.box_history .content {text-align: left; background:#FFF; padding:8px;}
.box_history ul {list-style-type:none; margin:0; padding:0;}
.box_history li {padding:4px; border-bottom: dotted 1px #E9E9E9;}
.box_history li .title, .title a , .title a:active , .title a:visited { font-size:11px; overflow: hidden;}
.box_history li .title a:hover { text-decoration:underline; font-size:11px; }
.box_history li .image {float:left; margin-right:4px; border:1px solid #F4F4F4;}
.box_history li .price { font-size:11px; }

.box_upsell {border:1px solid #CCC; margin-top:5px;}
.box_upsell .header {padding:6px; background:#1C7AB7; color:#FFF; font-weight:bold;}
.box_upsell .content {text-align: left; background:#FFF; padding:8px;}
.box_upsell ul {list-style-type:none; margin:0; padding:0;}
.box_upsell li {padding:4px; border-bottom: dotted 1px #E9E9E9;}
.box_upsell li .title, .title a , .title a:active , .title a:visited { font-size:11px; overflow: hidden;}
.box_upsell li .title a:hover { text-decoration:underline; font-size:11px; }
.box_upsell li .image {float:left; margin-right:4px; border:1px solid #F4F4F4;}
.box_upsell li .price { font-size:11px; }

.box_info {border:1px solid #CCC; margin-top:5px;}
.box_info .header {padding:6px; background:#1C7AB7; color:#FFF; font-weight:bold;}
.box_info .content {text-align: left; background:#FFF; padding:8px;}

.box_customer{ border:1px solid #CCC; margin-top:5px;}
.box_customer .header {padding:6px; background:#1C7AB7; color:#FFF; font-weight:bold;}
.box_customer .content {text-align: left; background:#FFF; padding:8px;}
.box_customer ul{padding:0; margin:0; list-style:none;}
.box_customer li {width:100%; display:block; }
.box_customer li a, .box_customer li a:active, .box_customer li a:visited{padding: 2px 2px 2px 10px; text-decoration:none; display:block;}
.box_customer li a:hover{text-decoration:none; background:#1C7AB7; color:#FFF;}

.box_categories {margin-top:5px; border:1px solid #CCC;}
.box_categories .header { padding:6px; background:#1C7AB7; color:#FFF; font-weight:bold;}
.box_categories .content {text-align: left; background:#FFF; padding:4px;}
.box_categories ul{padding:0; margin:0; list-style:none;}
.box_categories li.current{padding:5px; padding-top:0px;}
.box_categories li.current a{padding:5px; color:#1C7AB7;}
.box_categories li.lv1{width:100%; display:block; }
.box_categories li.lv1 a, .box_categories li.lv1 a:active, .box_categories li.lv1 a:visited{padding: 2px 2px 2px 10px; text-decoration:none; display:block;}
.box_categories li.lv1 a:hover{text-decoration:none; background:#1C7AB7; color:#FFF;}
.box_categories li.lv2{width:100%; display:block; padding:0 0 0 10px; margin-bottom:5px; font-size:11px; }
.box_categories li.lv2 a{padding:0 0 0 10px; margin-bottom:5px; font-size:11px;}
.box_categories li.lv3{padding:0 0 0 15px; margin-bottom:5px; font-size:11px;}
.box_categories li.lv3 a{padding:0 0 0 15px; margin-bottom:5px; font-size:11px;}

.box_brands {margin-top:5px; border:1px solid #CCC;}
.box_brands .header {padding:6px; background:#666; color:#FFF; font-weight:bold;}
.box_brands .content {text-align: left; background:#FFF; padding:4px;}
.box_brands ul{padding:0; margin:0; list-style:none;}
.box_brands li.lv1{width:100%; display:block; }
.box_brands li.lv1 a, .box_brands li.lv1 a:active, .box_brands li.lv1 a:visited{padding: 2px 2px 2px 10px; text-decoration:none; display:block;}
.box_brands li.lv1 a:hover{text-decoration:none; background:#1C7AB7; color:#FFF;}

.box_blog {margin-top:5px;  border:1px solid #CCC;}
.box_blog .header {padding:6px; background:#1C7AB7; color:#FFF; font-weight:bold;}
.box_blog .content { text-align: left; background:#FFF; padding:4px;}
.box_blog ul {list-style-type:none; margin:0; padding:0;}
.box_blog li {padding: 0 0 5px 10px;}
.box_blog li .title {}
.box_blog li .subtitle {font-size:11px;}
.box_blog li .image {float:left;}

.box_article { border:1px solid #CCC; margin-top:5px;}
.box_article .header {padding:6px; font-weight:bold; background:#1C7AB7;}
.box_article .content {text-align: left; background:#FFF; padding:4px;}
.box_article ul {list-style-type:none; margin:0; padding:0;}
.box_article li {padding: 0 0 5px 10px;}
.box_article li .title, .title a , .title a:active , .title a:visited { font-size:11px; height:45px; overflow: hidden;}
.box_article li .title a:hover { text-decoration:underline; font-size:11px; }
.box_article li .image {float:left; margin-right:4px; border:1px solid #F4F4F4;}

.box_payment_methods { margin-top:5px;}
.box_payment_methods .header { padding:0 6px 0 6px; font-weight:bold; text-align:center;}
.box_payment_methods .content { text-align: left; background:#FFF; padding:4px;}
.box_payment_methods ul {list-style-type:none; margin:0; padding:5px 0 0 0;}
.box_payment_methods li {padding: 0 0 5px 20px; float:left;}

/*----
Category Pages
------*/

/*general styles*/

.category_filter {  padding:8px; margin-bottom:4px;}
.category_subtitle { font-size:16px; font-weight:bold; padding-bottom:10px; }
.category_description { border:1px solid #CCC; padding:8px; margin-bottom:4px; }


/*Product Thumbnail: Gallery */
.thumb_header {margin-top:4px; margin-bottom:4px; color:#333; font-size:14px; font-weight:bold; padding:6px; border-bottom:1px dotted #333;}
.thumb {  width:785px; padding: 0; margin:0; overflow:hidden;}
.thumb ul { margin:0; padding:0; list-style-type:none; }
.thumb li { float:left; margin: 4px; padding: 2px 1px 2px 1px; width:177px; height:215px; border: solid 1px #E9E9E9; overflow:hidden;}
.thumb .title { width:132px; height:30px; overflow:hidden; text-align:center; }
.thumb .title A { width:132px; height:30px; overflow:hidden; text-align:center; font-size:11px;}
.thumb .price{ font-size:12px; font-weight:bold; padding-top:2px; height:18px; width:135px; color:#333;}
.thumb .save{ font-size:12px; font-weight:bold; color:#C00;}
.thumb .rrp{ width:132px; font-size:11px; height:18px; overflow:hidden;}
.thumb .promo{ width:132px; font-size:12px; height:16px; overflow:hidden; color:#C00; font-weight:bold;}

/*Product Thumbnail: Gallery Home*/
.thumb_home {width:600px; padding: 0; margin:0; overflow:hidden;}
.thumb_home ul { margin:0; padding:0; list-style-type:none; }
.thumb_home li { float:left; margin:2px; padding: 2px 1px 2px 1px; width:177px; height:215px; border: solid 1px #E9E9E9; overflow:hidden;}
.thumb_home .title { width:132px; height:30px; overflow:hidden; text-align:center; }
.thumb_home .title A { width:132px; height:30px; overflow:hidden; text-align:center; font-size:11px;}
.thumb_home .price{ font-size:12px; font-weight:bold; padding-top:2px; height:18px; width:135px; color:#333;}
.thumb_home .save{ font-size:12px; font-weight:bold; color:#C00;}
.thumb_home .rrp{ width:132px; font-size:11px; height:18px; overflow:hidden;}
.thumb_home .promo{ width:132px; font-size:12px; height:16px; overflow:hidden; color:#C00; font-weight:bold;}

/*Product Thumbnail: List View */
.thumb_list {  width:785px; padding: 0; margin:0; overflow:hidden;}
.thumb_list ul { margin:0; padding:0; list-style-type:none; }
.thumb_list li { float:left; margin: 2px; padding: 4px 1px 2px 4px; width:775px;  border-bottom: dotted 1px #E9E9E9; overflow:hidden;}
.thumb_list .image { float:left; width:130px; }
.thumb_list .description { float:left; width:380px; padding-right:10px; overflow:hidden;}
.thumb_list .subtitle {font-size:12px; font-weight:bold;}
.thumb_list .short_description { margin-bottom:4px; font-size:12px;}
.thumb_list .title, .thumb_list .title a, .thumb_list .title a:hover,.thumb_list .title a:active, .thumb_list .title a:visited{ font-weight:bold; font-size:14px;}
.thumb_list .pricing {float:left; width:110px; }
.thumb_list .price{ font-size:12px; font-weight:bold; padding-top:2px; color:#333;}
.thumb_list .save{ font-size:12px; font-weight:bold; color:#C00;}
.thumb_list .rrp{ font-size:11px; overflow:hidden;}
.thumb_list .promo{ font-size:12px; overflow:hidden; color:#C00; font-weight:bold;}
.thumb_list .buy {float:left; width:130px; }


/*Product Thumbnail: List View */
.thumb_child {  width:785px; padding: 0; margin:0; overflow:hidden;}
.thumb_child ul { margin:0; padding:0; child-style-type:none; }
.thumb_child li { float:left; margin: 2px; padding: 4px 1px 2px 4px; width:775px;  border-bottom: dotted 1px #E9E9E9; overflow:hidden;}
.thumb_child .image { float:left; width:60px; }
.thumb_child .description { float:left; width:300px;  overflow:hidden;}
.thumb_child .subtitle {font-size:12px; font-weight:bold;}
.thumb_child .qty {float:left; font-size:12px; width:120px; font-weight:bold; }
.thumb_child .bulk {float:left; font-size:12px; width:70px; }
.thumb_child .short_description { margin-bottom:4px; font-size:12px;}
.thumb_child .title, .thumb_child .title a, .thumb_child .title a:hover,.thumb_child .title a:active, .thumb_child .title a:visited{ font-weight:bold; font-size:14px;}
.thumb_child .pricing {float:left; width:100px; }
.thumb_child .price{ font-size:12px; font-weight:bold;}
.thumb_child .save{ font-size:12px; font-weight:bold;}
.thumb_child .rrp{ font-size:11px; overflow:hidden;}
.thumb_child .promo{ font-size:12px; overflow:hidden; font-weight:bold;}
.thumb_child .buy {float:left; width:110px; padding-left:10px;}


/*Brand Thumbnail: Column */
.thumb_brand {  padding: 0; margin:0; overflow:hidden;}
.thumb_brand ul { margin:0; padding:0; list-style-type:none; }
.thumb_brand li { float:left; margin: 2px; padding: 2px 1px 2px 1px; width:140px; height:140px; overflow:hidden; border: solid 1px #E9E9E9;}

/* start thumb buttons */

span.thumb_buttons{display:block;font-family:Arial,Helvetica,sans-serif;font-size:11px;height:22px;line-height:22px;text-align:center;}
span.thumb_buttons span{margin-right:5px;}
span.thumb_buttons span.current{background-color:#333;border:1px solid #003;color:white;padding:3px 5px;}
span.thumb_buttons span a:link,
span.thumb_buttons span a:visited,
span.thumb_buttons span a:active{background-color:#F7F7F7; border:1px solid #CCC; color:#333;padding:3px 5px;text-decoration:none;}
span.thumb_buttons span a:hover{background-color:#333;border:1px solid #003;color:#fff;padding:3px 5px;}

/* start add all to cart button */

span.thumb_add_all_buttons{display:block;font-family:Arial,Helvetica,sans-serif;font-size:11px;height:22px;line-height:22px;text-align:right;}
span.thumb_add_all_buttons span{margin-right:5px;}
span.thumb_add_all_buttons span.current{background-color:#333;border:1px solid #003;color:white;padding:3px 5px;}
span.thumb_add_all_buttons span a:link,
span.thumb_add_all_buttons span a:visited,
span.thumb_add_all_buttons span a:active{background-color:#F7F7F7; border:1px solid #CCC; color:#333;padding:3px 5px;text-decoration:none;}
span.thumb_add_all_buttons span a:hover{background-color:#333;border:1px solid #003;color:#fff;padding:3px 5px;}

/* start paging */

span.paging{display:block;font-family:Arial,Helvetica,sans-serif;font-size:12px;height:30px;line-height:30px;text-align:center;}
span.paging span{margin-right:10px;}
span.paging span.text{font-weight:bold;}
span.paging span.current{background-color:#333;border:1px solid #333;color:white;padding:3px 8px;}
span.paging span a:link,
span.paging span a:visited,
span.paging span a:active{border:1px solid #CCC;color:#333;padding:3px 8px;text-decoration:none;}
span.paging span a:hover{background-color:#FFF;border:1px solid #333;color:#333;padding:3px 8px;}

/* Text Advert */
DIV.textadvert{  padding: 0; margin:0; overflow:hidden;}
DIV.textadvert UL { margin:0; padding:0; list-style-type:none; }
DIV.textadvert LI { float:left; margin:4px; padding:4px; width:275px; height:115px; border: solid 1px #E9E9E9; overflow:hidden;}
DIV.textadvert .image{ float:left; padding:5px;}
DIV.textadvert .headline { padding-top: 10px; padding-bottom: 2px; font-weight:bold; font-size:12px;}
DIV.textadvert .text { padding-bottom: 2px; font-size:11px;}

/*-------
Product Display Page
--------*/

/* Product Essentials Layout - Top Section */

.product_essentials_left{ width:260px; margin-right:10px; float:left; padding-bottom:5px;}
.product_essentials_right{ width:467px; float:left;
}

/* Image Box */

UL.image_box {margin:0; padding:0; list-style-type:none;}
UL.image_box LI { margin:0; padding:4px; margin: 4px; float:left;}

/* General Styles*/

.productqtybox {font-size:14px; border: 1px solid #CCC; font-weight:bold;}
.productprice {font-size:22px; color:#333; font-weight:bold;}
.productwasprice {text-decoration:line-through; font-size:22px; color:#333; font-weight:bold;}
.productrrp {text-decoration:line-through;font-size:16px;}
.productsave {font-size:16px; color:#C00; font-weight:bold;}
.productpromo{font-size:22px; font-weight:bold; color:#CC0000;}
.productsoldout { font-size: 11px; color:#C00; font-weight:bold;}
.productinstock {font-size: 11px; color:#390; font-weight:bold;}
.productmultilevelqty{font-size: 12px; font-weight:bold;}
.productmultilevelprice{font-size: 12px; font-weight:bold; color:#333;}
.productheader{font-size: 16px; color:#333; font-weight:bold; padding-top:5px; padding-bottom:5px;}
.productoptions td{font-size: 12px; color:#333; font-weight:bold; padding:3px;}
.productavailability td{padding:3px;}
.productdetailsheader{font-size: 18px; color:#333; font-weight:bold; padding-top:10px; padding-bottom:5px; border-top:1px solid #CCC; margin-top:10px;}
.productdetails ul {padding:10px;}
.productdetails li {margin-left:20px;}


/* ------------------------------
Shopping Cart and Checkout
------------------------------ */

.shopping_cart {border:1px solid #CCC;}
.shopping_cart .cartheader {background:#666; font-weight:bold; font-size:16px; padding:6px; color:#FFF;}
.shopping_cart .cartcontent {padding:8px;}

.checkout_box {border:1px solid #CCC;}
.checkout_box .header {background:#333; font-weight:bold; font-size:16px; padding:6px; color:#FFF;}
.checkout_box .content {padding:8px;}

.splitO { border-bottom: 1px solid #CCCCCC;}

.hdr_small, .hdr_small A, .hdr_small A:hover,
.hdr_small A:link, .hdr_small A:visited, .hdr_small A:active {
	font-weight: bold;
	font-size : 14px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.item_list {font-size:11px;}
.item_list TD.header {font-size:11px; font-weight:bold;}
.item_list TD.item0 {font-size:11px;}
.item_list TD.item1 {font-size:11px;}

.item_list TD.shitem_d_0 {font-size:11px; border-bottom:1px dotted #CCCCCC; }
.item_list TD.shitem_d_1 {font-size:11px; border-bottom:1px dotted #CCCCCC; }

.item_list TD.shitem0 {font-size:11px; border-bottom:1px dotted #CCCCCC; }
.item_list TD.shitem1 {font-size:11px; border-bottom:1px dotted #CCCCCC; }
.item_list TD.store_total {font-size:11px; font-weight:bold; border-bottom:2px solid #CCCCCC;}

.comment_ctrl {  background-color:#EEEEEE; border: 1px solid #CCCCCC; }

.ototal { color: #CC0000; font-weight:bold; font-size:14px;}

.gift_t { font-size: 14px; color: #006600; font-weight: bold;}

/* Message Boxes */

.warnbox {
	border: 1px solid #F90;
	margin: 4px;
	background-color:#FFFFD2;
}
.warnbox ul {
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
	margin-top:5px;
	margin-bottom: 0px;
}
.warnbox li 
{
padding-left: 22px;
padding-bottom: 5px;
background-image: url(/assets/cpanel/icons/error_delete.png);
background-repeat: no-repeat; 
}

.errorbox {
	border: 1px solid #CC0000;
	margin: 4px;
	background-color: #FF9999;
}
.errorbox ul {
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
	margin-top:5px;
	margin-bottom: 0px;
}
.errorbox li 
{
padding-left: 22px;
padding-bottom: 5px;
background-image: url(/assets/cpanel/icons/error_delete.png);
background-repeat: no-repeat;
font-weight:bold; 
}
.successbox {
	border: 1px solid #669900;
	margin: 4px;
	background-color: #E0FBAE;
}

.successbox ul {
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
	margin-top:5px;
	margin-bottom: 0px;
}
.successbox li 
{
padding-left: 22px;
padding-bottom: 5px;
background-image: url(/assets/cpanel/icons/accept.png);
background-repeat: no-repeat;
font-weight:bold;
}

/* Checkout Progress Bar*/

.checkout_steps{float:left;display:inline; margin:0px; padding-left:0px; font-size:1.1em;} 
.checkout_steps li{color:#B9B9B9;float:left;font-weight:bold;display:block;margin:0 1px 0 1px;height:37px;width:75px!important;padding:10px 0 0 47px;background-repeat:no-repeat;} 
.checkout_steps li.checkout_steps_arrow{text-align:center;float:left;display:block;vertical-align:middle;width:17px!important;padding:18px 0 18px 0;margin:0 3px 0 0;background:no-repeat;} .checkout_steps li.i{background:url(/assets/themes/checkout/cart_off.gif);width:55px!important;background-repeat:no-repeat;} 
.checkout_steps li.i_on{background-image:url(/assets/themes/checkout/cart_on.gif);color:#333;width:55px!important;} 
.checkout_steps li.ii{background-image:url(/assets/themes/checkout/cart_off.gif);} 
.checkout_steps li.ii_on{background-image:url(/assets/themes/checkout/cart_on.gif);color:#333;} 
.checkout_steps li.iii{background-image:url(/assets/themes/checkout/cart_off.gif);} 
.checkout_steps li.iii_on{background-image:url(/assets/themes/checkout/cart_on.gif);color:#333;} .checkout_steps li.iiii{background-image:url(/assets/themes/checkout/cart_off.gif);} 
.checkout_steps li.iiii_on{background-image:url(/assets/themes/checkout/cart_on.gif);}

/* Top Menu Styles */

.sf-menu-container {
	background:#269DDC url(/assets/themes/menu_bg.gif) repeat-x;
	height:33px; /* this sets the height of your menus */
	padding-top:4px;}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {

}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** SKIN - Styling ***/
.sf-menu {
	float:	left;
}
.sf-menu a {
float:left; padding:7px 17px 7px; color:#FFF; font-weight:bold; text-transform:uppercase; font-size:14px;text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/

}
.sf-menu li {
background: url(/assets/themes/horz_nav_rt.gif) right top no-repeat;
}
.sf-menu li li {
	background:#1B78B5;
	border-bottom: 1px solid #859FD4;
	border-right:1px solid #859FD4;
	border-left:1px solid #859FD4;
}
.sf-menu li li li {
	background:#269DDC;
	border-bottom: 1px solid #859FD4;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #CCC;
	outline: 0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/assets/themes/arrows.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/assets/themes/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/**-------------New Boxes -------------**/

.left-nav {
	background: url(/assets/themes/box_body.gif) repeat-y;
	margin: 0 0 0px 0;
}
.left-nav-header {
	background: url(/assets/themes/box_header.gif) no-repeat;
	padding: 4px 0 0 15px;
	height:36px;
}
.left-nav-header-grey {
	background: url(/assets/themes/box_grey_header.gif) no-repeat;
	padding: 4px 0 0 15px;
	height:36px;
}
.left-nav-header .header{
	padding: 8px 0 0 0;
	color: #fff;
	height:35px;
	font-weight:bold;
	font-size:14px;
}
.left-nav-header-grey .header{
	padding: 8px 0 0 0;
	color: #fff;
	height:35px;
	font-weight:bold;
	font-size:14px;
}
.left-nav-body{
	background: url(/assets/themes/box_bottom.gif) no-repeat bottom left;
	padding: 10px;
	margin-bottom:10px;
}

.left-nav-body ul {list-style-type:none; margin:0; padding:0;}
.left-nav-body li {padding:4px; border-bottom: dotted 1px #E9E9E9;}
.left-nav-body li .title, .title a , .title a:active , .title a:visited { font-size:11px; overflow: hidden;}
.left-nav-body li .title a:hover { text-decoration:underline; font-size:11px; }
.left-nav-body li .image {float:left; margin-right:4px; border:1px solid #F4F4F4;}
.left-nav-body li .price { font-size:11px; }
.left-nav-body li.current{padding:5px; padding-top:0px;}
.left-nav-body li.current a{padding:5px; color:#1C7AB7;}
.left-nav-body li.lv1{padding:2px; width:100%; display:block;  border-bottom: none; }
.left-nav-body li.lv1 a, .left-nav-body li.lv1 a:active, .left-nav-body li.lv1 a:visited{padding: 2px 2px 2px 10px; font-weight:bold;}
.left-nav-body li.lv2{width:100%; display:block; padding:0 0 0 10px; margin-bottom:5px; font-size:11px; }
.left-nav-body li.lv2 a{padding:0 0 0 10px; margin-bottom:5px; font-size:11px;}
.left-nav-body li.lv3{padding:0 0 0 15px; margin-bottom:5px; font-size:11px;}
.left-nav-body li.lv3 a{padding:0 0 0 15px; margin-bottom:5px; font-size:11px;}

/*********

Range Slider Styles

*********/


/* slider root element */
.slider { 
	background:#999 url(/assets/themes/range_grade.png) repeat-x 0 0; 
	height:6px; 
	position:relative; 
	cursor:pointer;
	border:1px solid #333;
	width:130px;
	float:left; 
	clear:right;
	margin-top:10px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	-moz-box-shadow:inset 0 0 8px #000;
}

/* progress bar (enabled with progress: true) */
.progress {
	height:6px; 
	background-color:#C5FF00; 
	display:none;
	opacity:0.6;
}

/* drag handle */
.handle { 
	background:#fff url(/assets/themes/range_grade.png) repeat-x 0 0; 
	height:15px;
	width:15px;
	top:-6px;
	position:absolute; 
	display:block; 
	margin-top:1px;
	border:1px solid #000;
	cursor:move;
	-moz-box-shadow:0 0 6px #000;
	-webkit-box-shadow:0 0 6px #000;
	-moz-border-radius:14px;
	-webkit-border-radius:14px; 

}

/* the input field */
.range {
	border:1px inset #ddd;
	float:left;
	font-size:14px;
	margin:0 0 0 5px;
	padding:3px 0;
	text-align:center;
	width:30px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 		
}

/******
Filter
*****/

.list
{
margin-left: 0;
padding-left: 10px;
list-style: none;
}

.list li
{
padding-left: 18px;
padding-bottom: 5px;
background-image: url(/assets/bullet.gif);
background-repeat: no-repeat;
width:190px;
float:left;
}