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

body {
	margin:0;
	padding:0;
	font-size:12px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#333;
	background-image: url(/assets/themes/fabricboard.jpg)}

a             {color:#00949F; 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; }
h1.category   { font-size:18px; color:#333; padding-top:0px; margin-bottom:4px; margin-top:4px;}

img { border:0;}

.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; background: #EEE url(/assets/themes/header_bg.gif);}
div#search {margin:0; height:32px; width:100%; padding-top:5px; background:#9C8136 url(/assets/themes/search_bg.gif); clear:both; color:#fff; font-weight:bold; font-size:12px;}
div#container{text-align:left}
 
div#container{width:980px;margin:0 auto; border:4px solid #9C8136; margin-top:15px; background:#FFF;}
div#wrapper{float:left;width:100%}
div#content{margin:0;}
div#content_col_2 {margin: 0 185px 0 0}
div#content_col_3 {margin: 0 185px; width:600px; overflow:hidden;}
div#column_left{float:left;width:175px; 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:185px;margin-left:-185px}
div#footer{clear:both; width:100%; background:#9C8136 url(/assets/themes/search_bg.gif); 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;}
.content_padding { padding:5px; overflow:hidden;}


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

div.quick-links{background:#00BACA; height:22px;margin:0;width:980px;}
div.quick-links ul{float:right; margin:5px 8px 0 0;}
div.quick-links ul li{color:#FFF; border-left:1px solid #FFF;display:inline;float:left;line-height:11px; padding:0 10px;}
div.quick-links ul li.first{color:#FFF; 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 {color:#FFF; text-align:center; padding:5px;}
.footer-links a {color:#FFF;}

/*------------
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-gray-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*/
}

a.large_infobutton span{
background: transparent url('/assets/themes/buttons/square-gray-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-gray-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*/
}

a.infobutton span{
background: transparent url('/assets/themes/buttons/square-gray-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;
}

.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: 150px; /* 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 */
text-decoration: none;
padding: 2px 2px 2px 8px;
}

.verticalmenu ul li a:link, .verticalmenu ul li a:visited, .verticalmenu ul li a:active{
background-color: #fff; /*background of tabs (default state)*/
}

.verticalmenu ul li a:visited{
}

.verticalmenu ul li a:hover{
	text-decoration:none;
	background:#00BACA;
	color:#FFF;
}

/*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;}
.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:4px; 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_daily_deal { border:1px solid #CCC; margin-top:5px;}
.box_daily_deal .header { padding:4px; background:#F7F7F7; font-weight:bold;}
.box_daily_deal .content { background:#FFF; padding:8px;}


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

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

.box_cart { border:1px solid #CCC; margin-top:5px;}
.box_cart .header { padding:6px; background:#9C8136; 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:#00BACA; 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:#00BACA; 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:#00BACA; 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:#00BACA; 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:#00BACA; 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:#00BACA; color:#FFF;}

.box_categories {margin-top:5px; border:1px solid #CCC;}
.box_categories .header { padding:6px; background:#00BACA; 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:#00BACA;}
.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:#00BACA; 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:#9C8136; 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:#00BACA; color:#FFF;}

.box_blog {margin-top:5px;  border:1px solid #CCC;}
.box_blog .header {padding:6px; background:#00BACA; 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:#00BACA;}
.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;}


/* Easy Slider - Slide  Show*/

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:593px;
		height:229px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:593px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(/assets/themes/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(/assets/themes/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#E6F2FF;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#00BACA;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* end: slideshow */

/*----
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; background:#00BACA; color:#FFF; font-size:14px; font-weight:bold; color:#FFF;padding:6px; border:1px solid #CCC;}
.thumb {  width:600px; padding: 0; margin:0; overflow:hidden;}
.thumb ul { margin:0; padding:0; list-style-type:none; }
.thumb li { float:left; margin: 2px; padding: 2px 1px 2px 1px; width:140px; height:220px; border: solid 1px #E9E9E9; overflow:hidden;}
.thumb .title { width:132px; height:35px; overflow:hidden; text-align:center; }
.thumb .title A { width:132px; height:35px; overflow:hidden; text-align:center; font-size:11px;}
.thumb .price{ font-size:12px; font-weight:bold; padding-top:2px; height:18px; width:135px; color:#000;}
.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: List View */
.thumb_list {  width:600px; 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:590px; height:50px; border-bottom: dotted 1px #E9E9E9; overflow:hidden;}
.thumb_list .image { float:left; width:50px; }
.thumb_list .description { float:left; width:300px;  overflow:hidden; }
.thumb_list .title, .title A, .title A:hover,.title A:active, .title A:visited{ font-size:11px;}
.thumb_list .pricing {float:left; width:90px; }
.thumb_list .price{ font-size:12px; font-weight:bold; padding-top:2px; color:#000;}
.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; }


/*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-size:11px;height:22px;line-height:22px;text-align:center;}
span.thumb_buttons span{margin-right:5px;}
span.thumb_buttons span.current{background-color:#00BACA;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:#00BACA;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:#00949F;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:#00949F;border:1px solid #003;color:#fff;padding:3px 5px;}

/* start paging */

span.paging{display:block;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:#00BACA;border:1px solid #00BACA;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 #00BACA;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:255px; margin-right:10px; float:left; padding-bottom:5px;}
.product_essentials_right{ width:305px; float:left;
}

/* Image Box */

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

/* General Styles*/

.productqtybox {font-size:14px; border: 1px solid #CCC; font-weight:bold;}
.productprice {font-size:22px; color:#000; font-weight:bold;}
.productwasprice {text-decoration:line-through; font-size:22px; color:#00BACA; 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:#00BACA;}
.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;}



/**
jCarousel Styles
 */
 
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
	overflow:hidden;
	display:block;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


/* Vertical Carousel Skin */

.jcarousel-skin .jcarousel-container {
}

.jcarousel-skin .jcarousel-container-vertical {
    width: 150px;
    height: 60px;
    padding: 40px 0px;
}


.jcarousel-skin .jcarousel-clip-vertical {
    width:  150px;
    height: 60px;
}

.jcarousel-skin .jcarousel-item { /*edit this to edit item size */
    width: 150px;
    height: 60px;
}


.jcarousel-skin .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 50px;
    width: 50px;
    height: 27px;
    cursor: pointer;
    background: transparent url(/assets/themes/next_vertical.gif) no-repeat 0 0;
}

.jcarousel-skin .jcarousel-next-vertical:hover {
    background-position: 0 -27px;
}

.jcarousel-skin .jcarousel-next-vertical:active {
    background-position: 0 -54px;
}

.jcarousel-skin .jcarousel-next-disabled-vertical,
.jcarousel-skin .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -81px;
}

.jcarousel-skin .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 50px;
    width: 50px;
    height: 27px;
    cursor: pointer;
    background: transparent url(/assets/themes/prev_vertical.gif) no-repeat 0 0;
}

.jcarousel-skin .jcarousel-prev-vertical:hover {
    background-position: 0 -27px;
}

.jcarousel-skin .jcarousel-prev-vertical:active {
    background-position: 0 -54px;
}

.jcarousel-skin .jcarousel-prev-disabled-vertical,
.jcarousel-skin .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -81px;
}

/**
 *  Items
 */
.jcarousel-skin li .title, .title a , .title a:active , .title a:visited { font-size:11px; overflow: hidden;}
.jcarousel-skin li .title a:hover { text-decoration:underline; font-size:11px; }
.jcarousel-skin li .image {float:left; margin-right:4px; border:1px solid #F4F4F4;}


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

.shopping_cart {border:1px solid #CCC;}
.shopping_cart .cartheader {background:#00BACA; 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:#00BACA; 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:#666;float:left;font-weight:bold;display:block;margin:0 1px 0 1px;height:37px;width:75px!important;padding:10px 0 0 52px;background-repeat:no-repeat;} 
.checkout_steps li.checkout_steps_arrow{text-align:center;float:left;display:block;vertical-align:middle;width:20px!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:#00BACA;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:#00BACA;} 
.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:#00BACA;} .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-image:url(/assets/themes/fabricboard.jpg);
	height:32px; /* this sets the height of your menus */}

/*** 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:#00949F; font-weight:bold; text-transform:uppercase; 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 repeat-y;
}
.sf-menu li li {
	background:	#D9E8EF url(/assets/themes/fabricboard.jpg);
	border-bottom: 1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}
.sf-menu li li li {
	background:#ECF4F6;
	border-bottom: 1px solid #FFF;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #666;
	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;
}

/***----- 
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;
}

