/* theme.css contains styles that support different sizes of theme images */
@import url("theme.css");
SPAN.float
{
float: right;
position: static;
}
/* Overall page style from theme */
body {
	margin: 0px;
	padding: 0px;
	
	background-color: #c1c7c1;
/*	background-color:#c1c7c1;
	 background: -moz-linear-gradient(top, #c1c7c1, #8b9b92);
	background: -webkit-gradient(linear,left top, left bottom, from(#c1c7c1), to(#8b9b92));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#c1c7c1', EndColorStr='#8b9b92', GradientType=0);                
		*/

	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
}
/* Style settings for CSS page design */
#content_container_css {
	width: 1010px;
	margin: 10px auto 15px auto;
	padding: 15px;
	background-color: #fff;

	border: 2px double palette3;  
	outline: 1px solid #a1b69a;
	outline-offset: -9px;

/*	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 25px #fff;
	-webkit-box-shadow: 0px 0px 25px #fff;
	box-shadow: 0px 0px 25px #fff; */
}

.page_header_css {
	margin:0px;
	padding-bottom: 10px;
}
.page_header_left_content_css, .page_header_centre_content_css {
	float:left;
		}
.page_header_centre_content_css {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #a1b69a;
display:block; 
margin-left:auto; 
margin-right:auto;
	width: 480px;
	}
.page_header_right_content_css {
	float: right;
	text-align: right;
	padding-top: 5px;
	padding-right:1px;
	font-size: 12px;
	}
.page_header_centre_content_words_css {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 19px;
	color: #a1b69a
	margin: ;   
	}
.page_header_right_content_telno_css {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 20px;
	color: #a1b69a;
	margin-left: 100px;
	}
.page_header_text_css {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px;
	color: #a1b69a;
	margin: auto;
	}
.page_body_content_css {
	padding-top: 10px;
}
.page_body_left_column_css {
	float: left;
	width: 180px;
	padding-right:10px;
	}
.page_body_right_column_css {
	float: left;
	width: 810px;
	}
	
.page_body_far_right_column_css {
	float: right;
	width: 100px;
	}

.page_body_right_column2_css {
	float:right;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
	width: 20px;
	}

.search_box_css {
	display: inline; 
	vertical-align: middle; 
	border-style:solid; 
	border-width:1px;
	border-color: #a1b69a;
	}
.page_header_divider_css {
	margin: 10px 0px;
	height: 1px;
	background-color: #a1b69a;
}
.page_horiz_menu_items_css {
	width: 100%;	
	text-align: left;
	padding: 2px 0px;
	border: 1px solid #a1b69a;
	border-right-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #a1b69a;
}
.page_horiz_menu_items_right_css {
	float: left;
	padding: 2px 0px;
	border: 1px solid #a1b69a;
	border-right-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #a1b69a;
}
.link_menu_outer_css {
	background-color: #a1b69a;
	display: inline-block;
	text-align: center;
	padding: 1px 1px 1px 1px;
	width: 92px;
	margin: 0px 0px;
/*	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #a1b69a;
	-moz-box-shadow: 0px 0px 5px #a1b69a;
	-webkit-box-shadow: 0px 0px 5px #a1b69a; */
}
.link_menu_inner_css {
	background-color: #fff;
	padding:5px 1px 7px 1px;
/*	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; */
}
.link_menu_inner_css:hover {
	background-color: #a1b69a;
	color: #fff !important;
}
.link_menu_inner_css a:link {
	display: inline-block;
	color : #666666;
	text-decoration: none;

}
.link_menu_inner_css a:visited {
	color : #666666;
	text-decoration: none;
	display: inline-block;
}
.link_menu_inner_css a:active {
	color : #fff;
	text-decoration: none;
	display: inline-block;
}
.link_menu_inner_css a:hover {
	background-color: #a1b69a;
	color: #fff !important;
	text-decoration: none;
	display: inline-block;
}
#share_widgets {
	float: right;
	margin-top: 1px;
}
.link_menu_outer_css_fb {
	float: left;
}

.link_menu_inner_css_fb {
}

.link_menu_outer_css_share {
	margin-top: 2px;
	float: left;
}
.link_menu_inner_css_share {
	/* padding: 3px 0px 4px 0px; */
}

/* end of new css layout */



.fragment_layout_using_css {
	float: left;
	width: 800px; 
	}
.text_heading_left_column	{
	margin: 0px 0px 6px 0px;
	padding: 5px;
	line-height:normal;
	font-weight: 900;
	background-color: #a1b69a;
	font-size: 13px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0px 0px 5px #a1b69a;
	-moz-box-shadow: 0px 0px 5px #a1b69a;
	-webkit-box-shadow: 0px 0px 5px #a1b69a;
	}
.text_heading_left_column:hover	{
	background-color: #a6a6a6;
	}

.text_heading_left_column_cascade	{
	margin: 0px 0px 6px 0px;
	padding: 0px;
	line-height:normal;
	font-weight: 300;
	background-color: #a1b69a;
	font-size: 13px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0px 0px 5px #a1b69a;
	-moz-box-shadow: 0px 0px 5px #a1b69a;
	-webkit-box-shadow: 0px 0px 5px #a1b69a;
	}
.text_heading_left_column_cascade:hover	{
	background-color: #a6a6a6;
	}
/* End Style settings for CSS page design */

/* test code for curved menus */
a.nav_fb, a.nav:link, a.nav:visited {
float: left;
overflow:hidden;
}

a.nav, a.nav:link, a.nav:visited {
float: left;
display:block;
padding:3px 1px 3px 1px;
width:93px;
font-size: 10px;
/* height:17px; */
background:#fff; 
border:1px solid #a1b69a; 
margin-top:2px;
margin-right:2px; 
text-align:center; 
text-decoration:none; 
/* line-height:25px; */
overflow:hidden;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0px 0px 5px #a1b69a;
	-moz-box-shadow: 0px 0px 5px #a1b69a;
	-webkit-box-shadow: 0px 0px 5px #a1b69a;
}
a.nav:hover {
	background-color: #a1b69a;
	color: #fff !important;
}
/* test code for curved menus */

/* Start of cascading menu */
#vertnav{
list-style: none;
margin-left:0px;
}

#vertnav ul { 
	padding:0px;
	margin:0px;
	list-style: none;
   z-index:99;
   overflow:visible;
   position:absolute; 
   background-color:#fff;
   width:18.5em;
   /* change this for the width of the cascade items block */
}

#vertnav li { 
	position: relative;
	color: #fff;
}
/* #vertnav ul li{ 
	background-color:#DFDFDF;
	margin-bottom: 0px;
}

#vertnav li{ border-width:1px 1px 0 1px;}
#vertnav li:last-child{border-bottom:1px solid #CECECE;}
*/
#vertnav a {
	text-decoration:none; 
    display:block;
    padding: 2px 0px 2px 2px;  
    margin:0.2em 0 0.2em -0.1em; /*helps Opera with hover */
    width:auto; /*helps IE with hover */
    margin-left: 0px;
    color: #fff;
    height:1.2em;
    	margin: 0px 0px 2px 0px;
		padding: 5px;
		line-height:normal;
		font-weight: 300;
		background-color: #a1b69a;
		font-size: 14px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		box-shadow: 0px 0px 5px #a1b69a;
		-moz-box-shadow: 0px 0px 5px #a1b69a;
		-webkit-box-shadow: 0px 0px 5px #a1b69a;
		}
#vertnav li:hover, #vertnav a:hover{
    background-color:#a6a6a6;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		box-shadow: 0px 0px 5px #a1b69a;
		-moz-box-shadow: 0px 0px 5px #a1b69a;
		-webkit-box-shadow: 0px 0px 5px #a1b69a; 
}

#vertnav ul, #vertnav ul ul, #vertnav ul ul ul{
    display:none; 
    position:absolute; 
    top:0; 
    left:179px;
    padding-left:;
/* change this for the position of the cascade items block */
}

#vertnav li:hover ul ul, #vertnav li:hover ul ul ul{
    display:none; 
 		background-color: #a1b69a;  
}

#vertnav li:hover ul, #vertnav ul li:hover ul, #vertnav ul ul li:hover ul{
    display:block;
}

li>ul { 
	top: auto;
	left: auto;
}
/* Win IE only \*/
* html #vertnav li{float:left;} 
/* end holly hack */
/* End of cascading menu */


.wct_button
        {
        width:150px;
        	font-size: 13px;
	color: #999;
	font-style: normal;
	font-weight: bold; 
	text-align: center;

        }
.wct_detail_button
        {
        width:140px;
        }
/* Style settings for tabbed navigation */
ul.tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.tabs li {
  float: left;
  padding: 0;
  margin: 0;
  padding-top: 0;
  background: url(http://www.whitecloud.co.uk/tab_right.png) no-repeat right top;
  margin-right: 1px;
}

ul.tabs li a {
  display: block;
  padding: 0px 10px;
  color: #fff;
  text-decoration: none;
  background: url(http://www.whitecloud.co.uk/tab_left.png) no-repeat left top;
}

ul.tabs li a:hover {
  color: #ff0;
}
/* Style settings for tabbed navigation */

/* Style settings for popup link window */
#pup {
  position:absolute;
  z-index:200; /* aaaalways on top*/
  padding: 3px;
  margin-left: 10px;
  margin-top: 5px;
  width: 250px;
  border: 1px solid black;
  background-color: #777;
  color: white;
  font-size: 1.1em;
}
/* End Style settings for popup link window */

/* begin general styles for all themes */
/* now at tope of stylesheet 
body {
	margin: 0px;
	padding: 0px;
	
	background-color: #fff;
	/*background-color:#c1c7c1;
	 background: -moz-linear-gradient(top, #c1c7c1, #8b9b92);
	background: -webkit-gradient(linear,left top, left bottom, from(#c1c7c1), to(#8b9b92));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#c1c7c1', EndColorStr='#8b9b92', GradientType=0);                
		*/

	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
}
*/
p, table, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #666666;   
	margin-top: 0px;
}

form {
	margin: 0px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #c0c0c0;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: none;
}

a.checkout-checkoutbg {
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	border: #ffffcc 2px solid;
	border-top: #ffffcc 2px solid;
	border-right: #666666 1px solid;
	border-bottom: #666666 1px solid;
}
a.checkout-checkoutbg:link {
	color: #ffffcc;
	text-decoration: none;
}

a.checkout-checkoutbg:visited {
	color: #ffffcc;
	text-decoration: none;
}

a.checkout-checkoutbg:hover {
	color: #ffffcc;
	text-decoration: underline;
}

a.checkout-checkoutbg:active {
	color: #ffffcc;
	text-decoration: underline;
}

a.checkout-textcolor:link {
	color: #666666;
	text-decoration: none;
}

a.checkout-textcolor:visited {
	color: #666666;
	text-decoration: none;
}

a.checkout-textcolor:hover {
	color: #666666;
	text-decoration: underline;
}

a.checkout-textcolor:active {
	color: #666666;
	text-decoration: underline;
}

ul {
	list-style-type: square;
}
.wctbreadcrumb {
	color: #8b9b92;
	text-decoration: none;
}

.actCHECKOUTEM {
	background-color: #9294af;
}

.actCHECKOUTBG {
	background-color: #ffffcc;
}

.actlarger {
	font-size: 13px;
/* 	color: #666666; */
	color: #a1b69a;
}

.actsmaller{
	font-size: 12px;
	color: #666666;
}
.actsearch  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #666666;
	text-decoration : none;
	background-color: #ffffff;
	border: 1px solid #a1b69a;
	}
.actxxsmall {
	font-size: 12px;
	color: #666666;
}

.actxsmall {
	font-size: 13px;
	color: #666666;
}

.actsmall {
	font-size: 13px;
	color: #666666;
}

.actregular {
	font-size: 13px;
	color: #666666;
}

.actlarge{
	font-size: 16px;
	color: #666666;
}

.actxlarge {
	font-size: 18px;
	color: #666666;
}

.actxxlarge {
	font-size: 18px;
	color: #666666;
}

.actwarningcolor {
	color: #000000;
}
	
.actrequiredcolor {
	color: #000000;
}

.actsearchhighlightcolor {
	color: #a1b69a;
}

.actrequired {
	color: #000000;
}

.actwarning {
	font-size: 13px;
	color: #000000;
}

.actwelcome {
	font-size: 13px;
	color: #666666;
}

.actlogotext {
	font-size: 13px;
	color: #D9090E;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.actlogout {
	font-size: 13px;
	color: #000000;
}

.thinborder1 {
	border: 1px solid #ffffff;
}

.thinborder2 {
	border: 1px solid #ffffff;
}

.thinred {
	border: solid 1px #666666;
	border-top: 0px;
}

.thinred2 {
	border: solid 1px #ffffff;
	border-top: 0px;
} 

.content_left {
	text-align: left;
	float: left;
	margin-right: 20px;
}

.content_right {
	text-align: left;
	float: left;
}

.boxheading {
	font-weight: bold;
	text-transform: uppercase;
	color: #c1c7c1;
}

a.boxlink:link{
	color: #c1c7c1;
	text-decoration:none;
}

a.boxlink:visited{
	color: #c1c7c1;
	text-decoration:none;
}

a.boxlink:hover{
	color: #c1c7c1;
	text-decoration:underline;
}

a.boxlink:active{
	color: #c1c7c1;
	text-decoration:none;
}



div.CheckoutCartSection {
	margin-top: 0px;
	margin-bottom: 10px;
}

table.checkout#idTableCheckoutSection {
	margin-bottom: 0px;
}

table.checkout-cart {
	width: 770px;
	border-collapse: collapse;
	padding: 0px 0px;
	margin-bottom: 5px;
}

table.checkout-cart th{
	font-weight: bold;
	background-color: #ffffcc;
	border-top: solid 1px #9294af;
	border-bottom: solid 1px #9294af;
	padding: 4px 4px;
}

table.checkout-cart td{
	padding: 4px 4px;
}

table.checkout {
	width: 770px;
	border-collapse: collapse;
	padding: 0px 0px;
	text-align: left;
	margin-bottom: 5px;
}

table.checkout th {
	background-color: #9294af;
	font-size: 13px;
	font-weight: bold;
	color: #ffffcc;
	text-align: left;
	padding: 5px 2px;
	border-bottom: solid 3px #c1c7c1;
}

table.checkout th.instruction {
	font-size: 13px;
	font-weight: normal;
}

table.checkout th.change {
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px;
	text-align: right;
}

.checkout-change-button	{
	line-height: 13px;
	height: 20px;
	width: 86px;
	margin: 0px 1px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size : 13px;
	background-color: #ffffff;
	border: 1px solid #666666;
	color: #a1b69a;
	background-image: url('theme_icon_add_to_cart.gif');
	word-spacing: normal;
	}

table.checkout td {
	background-color: #ffffcc;
	border-right: solid 1px #c1c7c1;
	border-bottom: solid 1px #c1c7c1;
	padding: 2px 2px;
}

table.checkout#idBothAddressesTable col {
	width: auto;
}

td#idCheckoutHelpLabel,
table.checkout#idBothAddressesTable col.prompt {
	width: 130px;
}

.cart {
	background-color: #ffffcc;
	border-bottom: solid 1px #9294af;
}

.checkout-cartheading {
	font-weight: bold;
	background-color: #ffffcc;
	border-top: solid 1px #9294af;
	border-bottom: solid 1px #9294af;
}

.cartheading {
	background-color: #9294af;
	font-weight: bold;
	color: #ffffcc;
}

h2.checkout-heading {
	background-color: #9294af;
	font-size: 13px;
	font-weight: bold;
	color: #ffffcc;
	padding: 5px 2px;
	border-bottom: solid 3px #c1c7c1;
	width: 770px;
}

h3.checkout-heading {
	width: 770px; 
	padding: 3px 0;
	background-color: #9294af;
	font-size: 13px;
	font-weight: bold;
	color: #ffffcc;
	border-bottom: solid 3px #c1c7c1;
}

.checkout-subheading {
	font-weight: bold;
	padding: 0;
	margin: 0;
}

img.cartthumbnail {
	border: 0px;
	margin-left: 2px;
	margin-right: 2px;
	width: 25px;
}

input.normal-button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #c1c7c1;
	background: #ffffff;
	padding: 5px;
	border: solid 1px #666666;
}

input.highlight-button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #c1c7c1;
	background: #666666;
	padding: 5px;
	border: solid 1px #666666;
}

.checkout-field-label {
	width: 160px;
}

.checkout-field-input {
	width: auto;
}

.checkout-field-input input, .checkout-field-input select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-color: #c1c7c1;
	padding: 2px;
}

.InvoiceField input, .InvoiceField select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-color: #c1c7c1;
	padding: 2px;
}

.DeliverField input, .DeliverField select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-color: #c1c7c1;
	padding: 2px;
}

table.checkout#idBothAddressesTable select {
	width: 211px;
}

input.checkbox {
	background-color: #ffffcc;
	border: 0;	
}

.checkout-field-area {
	background: #ffffcc;
	border-bottom: solid 2px #c1c7c1;
	width: 770px;
}

.checkout-field-area p {
	margin: 0;
	padding: 4px;
}

div.checkout-buttons {
	width: 770px; 
	height: 50px; 
	margin-top: 20px;
}
	
.left { 
	float : left; 
	width : 50%; 
}

.right { 
	float : right; 
	width : 40%; 
}

.spacer { 
	clear : both; 
}

.checkout-help-hide { 
	display: none; 
}

/* Checkout Progress Indicator */

p.checkout-progress-heading {
	width: 300px;
	margin: 0px auto;
}

#checkout-progress-indicator {
	width: 300px;
	height: 19px;
	background-image: url('cpi-background.gif');
	margin: 0 auto 0px auto;
}

.checkout-progress-0 {
	width: 75px;
	height: 19px;
	background-color: #666666;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-1 {
	width: 150px;
	height: 19px;
	background-color: #666666;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-2 {
	width: 225px;
	height: 19px;
	background-color: #666666;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-3 {
	width: 300px;
	height: 19px;
	background-color: #666666;
	background-image: url('cpi-main.gif');
	float: left;
}

#checkout-progress-indicator .cpi-end {
	width: 8px;
	padding: 0;
	margin: 0;
	border: 0;
	height: 19px;
	background-image: url('cpi-end.gif');
	background-position: right;
	background-repeat: no-repeat;
	float: left;
}

#actinic-sitemap {
	margin-left: 5px;
}

#actinic-sitemap ul {
	margin-bottom: 0;
	padding-bottom: 0;
}


/* end of general styles for all themes */

/* CSS Specific to 'Executive' */

/* PAGE MAIN FORMATTING ELEMENTS ------------------------------------------------------ */

	/* page header fomatting elements ----------------------------------------------------- */
	.page_header	{
		background-color: #ffffff;
		margin: 0px 0px 0px 0px;
		}
		
	.page_header_content	{
		width: 980px;
		text-align: right;
		height: 125px;
		}
		
	.page_header_home_search_box	{
		padding: 1px;
		margin: 0px;
		background-image:url('theme_dotted_line_2.gif');
		background-color: #ffffff;
		}
	
	.page_header_logo_container	{
		float: left;
		}
	
	.page_header_menu_cart_login_spacing	{
		padding-left: 2px;
		}
	
	.page_header_terms_cart_login_container	{
		float: right;
		text-align: right;
		}
	
	.page_header_terms_container	{
		height: 100px;
		margin: 0px 0px 0px 0px;
		}
		
	.page_header_menu_cart	{
		padding: 3px 5px 4px 19px;
		background-image:url('theme_icon_cart.gif');
		background-color:#a1b69a; 
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		}
	
	.page_header_menu_cart_items	{
		padding: 3px 5px 4px 5px;
		background-color:#a1b69a;	
		border-left: 1px solid #ffffff;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		}
	
	.page_header_menu_login	{
		padding: 3px 5px 4px 17px;
		background-image:url('theme_icon_login.gif');
		background-color:#a1b69a; 
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		}
	/* end page header fomatting elements ------------------------------------------------- */
	
	

	/* page body fomatting elements -------------------------------------------------------- */
	.page_body	{
		padding: 4px 0px 0px 0px;
		}

	.page_body_content	{
		width: 980px;
		text-align: left;
		}
	
	.page_body_content_left_column	{
		float: left; 
		width: 180px;
		margin-right: 5px;
		}
	
	.page_body_content_right_column	{
		float: left; 
		width: 790px;
		
		}
	/* end page body fomatting elements ----------------------------------------------------- */


	/* page footer fomatting elements ------------------------------------------------------- */
	.page_footer	{
	padding: 30px 0px 30px 0px;
	clear:both;
	}
	
	.page_footer_content	{
		width: 950px;
		text-align: left;
		}
	/* end of page footer fomatting elements ------------------------------------------------ */

	/* page left column fomatting elements -------------------------------------------------- */
	.left_column_product_image_description	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 10px 0px;
		}
	/* end page left column fomatting elements ---------------------------------------------- */

/* END OF PAGE MAIN FORMATTING ELEMENTS ------------------------------------------------- */




/* PRODUCT FORMATTING ELEMENTS & LINE ELEMENTS --------------------------------------------------- */
	/* lines -------------------------------------------------------------------------------- */
	.dotted_line_blue	{
		height: 1px;
		background-color: #ffffff;
		background-image:url('theme_dotted_line.gif');
		clear:both;
		}
		
	.solid_line_light_blue	{
		height: 1px;
		padding: 0px;
		margin: 0px;
		background-color: #ffffff;
		clear:both;
		}
		
	.solid_line_blue	{
		height: 1px;
		padding: 0px;
		margin: 0px;
		background-color: #ffffff;
		clear:both;
		}
		
	.dotted_outline_blue	{
		border: 1px dotted #ffffff;
		padding: 8px;
		}		
	/* end lines ---------------------------------------------------------------------------- */
	
	.best_selling_items	{
	padding: 10px;
	background-color: #ffffff;
	}
	
	.best_selling_items_spacing	{
	padding: 0px 0px 8px 8px;
	}
	
	.product_image_cost	{
		margin: 0px 12px 8px 0px;
		text-align: center;
		float: left;
		}
		
	.product_list	{
		margin: 20px 0px 20px 0px;
		}	
/* PRODUCT FORMATTING ELEMENTS AND LINE ELEMENTS -------------------------------------------- */



/* IMAGE FORMATTING ELEMENTS ------------------------------------------------------------ */
	.image_float_right	{
		float: right;
		margin: 16px 0px 15px 20px;
		}
	
	.image_product	{
		margin: 0px 18px 10px 0px;
		text-align: center;
		float: left;
		}
/* END OF IMAGE FORMATTING ELEMENTS ----------------------------------------------------- */




/* TEXT FORMATTING ELEMENTS ------------------------------------------------------------- */

	/* headings ----------------------------------------------------------------------------- */

	h1	{
		font-size: 18px; 
		/* font-size: 11pt; */
		font-weight: 400; 
		margin: 0px 0px 0px 0px;		
		padding: 0px 0px 0px 0px;
		color: #a1b69a;
		/*		font-size: 20px; font-weight: bold; font-family: Goudy Old Style, serif; color: #a1b69a;*/
		}
		
	h1.subheading	{
		font-size: 13px;
		font-weight: 900;
		margin: 0px;
		padding: 0px 0px 14px 0px;
		color: #ffffff;
		}
		
	h2	{
		font-size: 13px;
		font-weight: 900;
		margin: 0px;
		padding: 2px 0px 14px 0px;
		color: #ffffff;
		}
		
	h2.clearall	{
		font-size: 16px;
		font-weight: 900;
		margin: 0px;
		padding: 2px 0px 14px 0px;
		color: #ffffff;
		clear:both;
		}
		
	h3.product	{
		font-size: 13px;
		font-weight: 900;
		margin: 0px;
		padding: 0px 0px 6px 0px;
		color: #ffffff;
		}
		
	h3.product_price	{
		font-size: 13px;
		font-weight: 900;
		margin: 0px;
		padding: 0px 0px 20px 0px;
		}
		

		
	/* end headings ------------------------------------------------------------------------- */
	
	/* list fomatting ----------------------------------------------------------------------- */
	ul	{
		padding: 0px 0px 0px 1px;
		margin: 10px 0px 10px 15px;
		}
	ul li {
		margin-bottom: 10px;
	}
	
	ul.products	{
		line-height: normal;
		padding: 0px 0px 0px 1px;
		margin: 1px 0px 1px 1px;
		font-size: 13px;
		color: #000000;
		}
	/* end list fomatting ------------------------------------------------------------------- */
		
	/* menu text --------------------------------------------------------------------------- */
	.text_menu	{
		
		padding: 2px 0px 2px 0px;
		padding-top:2px;
		font-size : 13px;
		color : #a1b69a;
				position:relative;/* ie6 border fix*/
		}
	.text_menu_search	{
		
		padding: 2px 0px 2px 0px;
		font-size : 13px;
		margin-top: 1px;
		color : #a1b69a;
				position:relative;/* ie6 border fix*/
		}
		
	.WCT_text_menu_cart  {
		padding: 0px 5px 0px 5px;
		font-size : 13px;
		color: #a1b69a;
		border: 1px solid #c1c7c1;    
		position:relative;/* ie6 border fix*/
		}

	text-decoration : underline;
		font-size : 13px;
		margin: 0px;
		}
	

	.text_menu_no_space	{
		word-spacing: normal;
		}
		
	.text_menu_cart	{
		padding: 0px;
		margin: 0px;
		line-height: normal;
		}
		
	.text_menu_cart_items	{
		padding: 0px;
		margin: 0px;
		line-height: normal;
		font-weight: 900;
		}	
	/* end menu text ----------------------------------------------------------------------- */

	/* product text ------------------------------------------------------------------------ */
	.text_product_small_info	{
		font-size: 12px;
		line-height: normal;
		margin: 0px;
		padding: 0px 0px 6px 12px;
		}
	
	.text_product_small_info_heading	{
		margin: 0px;
		padding: 0px 0px 6px 0px;
		line-height:normal;
		color: #ffffff;
		font-weight: 900;
		font-size: 13px;}
		
	.text_product_small_info_price	{
		margin: 0px;
		padding: 8px 0px 0px 0px;
		line-height:normal;
		font-weight: 900;
		font-size: 13px;
		}
		
	/* end product text -------------------------------------------------------------------- */

	.text_breadcrumbs	{
		font-size: 12px;
		color: #ffffff;
		margin: 0px;
		line-height:normal;
		padding: 2px 0px 10px 0px;
		}	
	
	.text_footer	{
		color: #ffffff;
		font-size: 12px;
		padding:0px;
		margin:4px 0px 0px 0px;
		}

	.text_options	{
		font-weight: 900;
		}

	.text_word_spacing_8px	{
		word-spacing: 8px;
		}
	
	.text_terms_conditions	{
		color: #ffffff;
		font-size: 13px;
		border: 0;
		margin: 0;
		padding: 0;
		}
/* END OF TEXT FORMATTING ELEMENTS ----------------------------------------------------- */




/* FORM FORMATTING ELEMENTS ------------------------------------------------------------ */
	/* buttons ----------------------------------------------------------------------------- */
	.form_button	{
		line-height: normal;
		width: 76px;
		margin: 0px;
		padding: 0px 0px 0px 0px;
		font-size : 13px;
		background-color: #ffffff;
		border: 1px solid #666666;
		color: #a1b69a;
		word-spacing: normal;
		}	
	
	.form_button_quick_search	{
		line-height: 13px;
		height: 18px;
		width: 18px;
		margin: 1px 1px 1px 1px;
		padding: 0px 0px 0px 12px;
		font-size : 13px;
		background-color: #ffffff;
		border: 1px solid #666666;
		color: #a1b69a;
		background-image: url('theme_icon_search.gif');
		word-spacing: normal;
		}
	
	.form_button_add_to_cart	{
	line-height: 13px;
	height: 20px;
	width: 86px;
		margin: 0px 1px 0px 0px;
		padding: 1px 0px 1px 6px;
		font-size : 13px;
		background-color: #ffffff;
		border: 1px solid #666666;
		color: #a1b69a;
		/* background-image: url('theme_icon_add_to_cart.gif'); */
		word-spacing: normal;
		}	
	/* end buttons ------------------------------------------------------------------------- */

.form_input_general	{
	line-height: normal;
	font-size : 13px;
	word-spacing: normal;
	}

.form_main_search_box	{
	line-height: 13px;
	width: 76px;
	height: 16px;
	margin: 0px 1px 0px 1px;
	padding: 0px 0px 0px 2px;
	font-size : 13px;
	background-color: #ffffcc;
	border: 1px solid #ffffcc;
	color: #666666;
	vertical-align: top;
	}

.form_main_search_box_td	{
	background-color: #ffffff
}

/* END OF FORM FORMATTING ELEMENTS ------------------------------------------------------ */




/* LINK FORMATTING ELEMENTS ------------------------------------------------------------- */

a.product_section:visited  {
	color : #666666;
	text-decoration : none;
	background-color: #a1b69a;
			font-weight: 300;
	}
	
a.product_section:link  {
	color : #000000;
	text-decoration : none;
	background-color: #a1b69a;
			font-weight: 300;
	}
	
a.product_section:active  {
	color : #000000;
	text-decoration : none;
	background-color: #a1b69a;
			font-weight: 300;

	}
	
a.product_section:hover  {
	color : #c0c0c0;
	text-decoration : none;
	background-color: #a1b69a;
			font-weight: 600;
	}
/* Menu section formatting by Guy 26Jan10 ----------------------------------------------------- */

a.product_menu_section:link  {
	color: #fff;
	text-decoration : none;
	font-size:13px;
	font-weight:normal;
	height:18px;
	letter-spacing:1px;
	text-indent:0;
	}
	
a.product_menu_section:visited  {
	color: #fff;
	text-decoration : none;
	font-size:13px;
	font-weight:normal;
	height:18px;
	letter-spacing:1px;
	text-indent:0;
	}
	
a.product_menu_section:active  {
	color: #fff;
	text-decoration : none;
	font-size:13px;
	font-weight:normal;
	height:18px;
	letter-spacing:1px;
	text-indent:0;
	}
	
a.product_menu_section:hover  {
	color: #fff;
	text-decoration : none;
	font-size:13px;
	font-weight:normal;
	height:18px;
	letter-spacing:1px;
	text-indent:0;
	}
	
/* ------------------------ */

a.link_menu:visited  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #666666;
	text-decoration : none;
	background-color: #ffffff; 
	border: 1px solid #a1b69a;
/*	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0px 0px 5px #a1b69a;
	-moz-box-shadow: 0px 0px 5px #a1b69a;
	-webkit-box-shadow: 0px 0px 5px #a1b69a; */
}
	
a.link_menu:link  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #666666;
	text-decoration : none;
	background-color: #ffffff;
	border: 1px solid #a1b69a;
/*	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0px 0px 5px #a1b69a;
	-moz-box-shadow: 0px 0px 5px #a1b69a;
	-webkit-box-shadow: 0px 0px 5px #a1b69a; */
}

	
a.link_menu:active  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #666666;
	text-decoration : none;
	background-color: #ffffff;
	border: 1px solid #a1b69a;
	}
	
a.link_menu:hover  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #666666;
	text-decoration : none;
	background-color: #a1b69a;
	border: 1px solid #ffffff;
	}
	
a.bright:visited  {
	color : #ff0000;
}
	
a.bright:link  {
	color : #ff0000;
}
	
a.bright:active  {
	color : #ff0000;
	}
	
a.bright:hover  {
	color : #ff0000;
	}
	
/* ------------------------ */

a.link_footer:visited  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_footer:link  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_footer:active  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_footer:hover  {
	color :#ffffff;
	text-decoration : underline;
	}
	
/* ------------------------ */

a.link_breadcrumbs:visited	{	
	color : #666666;
	text-decoration : underline;
	}

a.link_breadcrumbs:link  {
	color : #666666;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:active  {
	color : #666666;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:hover  {
	color : #666666;
	text-decoration : underline;
	}
	
/* ------------------------ */

a.link_cart:visited	{	
	color : #666666;
	text-decoration : underline;
	}

a.link_cart:link  {
	color : #666666;
	text-decoration : underline;
	}
	
a.link_cart:active  {
	color : #666666;
	text-decoration : underline;
	}
	
a.link_cart:hover  {
	color : #666666;
	text-decoration : underline;
	}
	
/* ------------------------ */

a.link_terms_conditions:visited	{	
	color : #a1b69a;
	text-decoration : underline;
	}

a.link_terms_conditions:link  {
	color : #a1b69a;
	text-decoration : underline;
	}
	
a.link_terms_conditions:active  {
	color : #a1b69a;
	text-decoration : underline;
	}
	
a.link_terms_conditions:hover  {
	color : #a1b69a;
	text-decoration : underline;
	}
	
/* ------------------------ */
	

/* END OF LINK FORMATTING ELEMENTS ------------------------------------------------------ */

/* Start of styles new to v9 */

/* Styles for 'Best Seller List in Boxes' and 'New Products List in Boxes' used on the brochure home page */

	.heading_marketing_box	{
		border: 2px solid #666666;
		width: 229px;
		margin: 0px 20px 14px 0px;
	}
		
	.heading_marketing_box p.text_product_small_info_heading	{
		background-color: #666666;
		border-bottom: 2px solid #666666;
		color: #a1b69a;
		font-weight: 900;
		font-size: 13px;
		background-image: url('theme_marketing_header.gif');
		margin: 0px;
		padding: 4px 0px 0px 8px;
		height: 20px;
	}
	
	.heading_marketing_box	p{
		padding: 8px;
	}

	.heading_marketing_box .product_image_cost	{
		padding: 8px;
	}

/* Start of styles for Silver theme */

/* container -------------------------- */

#silver-shadow-left {
	width: 967px;
	padding: 0;
	background: url('silver-theme-shadow-left.png') left repeat-y;
	margin: 0 auto;
}

#silver-shadow-right {
	background: url('silver-theme-shadow-right.png') right repeat-y;
	margin-left: 4px;
	padding: 0;
	width: 963px;
}

#silver-container {
	background: #fff;
	padding: 0;
	margin-right: 4px;
	width: 959px;
	padding-bottom: 6px;
}

#silver-page-bottom-rounded {
	width: 967px;
	margin: 0 auto;
	padding: 0;
	background: url('silver-theme-rounded-footer.png') no-repeat;
}

/* header area ---------------------------- */

#silver-header img {
	margin: 10px;
	float: left;
	display: inline;
}

#silver-login-terms {
	width: 101px;
	height: 24px;
	background: url('silver-theme-login-box.jpg');
	float: right;
	margin-right: 10px;
	display: inline;
}

#silver-login-terms p {
	text-align: center;
	padding-top: 4px;
	margin: 0;
}

#silver-login-terms p a {
	color: #666666;
}

#silver-login-terms p a:hover {
	text-decoration: none;
	color: #000000;
}

#silver-cart-checkout {
	float: right;
	text-align: right;
	clear: right;
	margin-top: 30px;
	margin-right: 10px;
	display: inline;
	text-transform: uppercase;
}

#silver-cart-checkout p {
	padding-bottom: 2em;
}

#silver-cart-checkout p a {
	color: #666666;
}

#silver-cart-checkout p a:hover {
	color: #000000;
}


.silver-cart-link {
	padding-left: 20px;
	background: url('theme_icon_cart.gif') no-repeat left;
}

#silver-nav-bar {
	clear: both;
	margin: 0 10px;
	height: 29px;
	background: url('silver-theme-nav-bar-bg.jpg');
}

#silver-nav-bar-left {
	background: url('silver-theme-nav-bar-left.jpg') no-repeat;
}

#silver-nav-bar-left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 5px;
	height: 29px;
}

#silver-nav-bar-left ul li {
	display: inline;
}

#silver-nav-bar-left ul li a {
	display: block;
	float: left;
	line-height: 29px;
	padding: 0 10px;
	border-right: solid 1px #999;
	color: #666666;
}

#silver-nav-bar-left ul li a:hover {
	text-decoration: none;
	color: #000000;
}

#silver-quick-search-container {
	float: right;
	width: 256px;
	height: 29px;
	background: url('silver-theme-search-bg.jpg');
}

#silver-quick-search {
	background: url('silver-theme-search-end-left.jpg') no-repeat;
	height: 29px;
}

#silver-quick-search-field {
	background: url('silver-theme-search-end-right.jpg') right no-repeat;
	height: 25px;
	padding-top: 4px;
}

input.silver-search-field {
	margin: 2px 0 0 3px;
	border: 0;
	float: left;
	width: 200px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.silver-search-button {
	float: right;
	margin: 2px 3px 0 0;
}

/* sidebar ---------------------------- */

#silver-sidebar-left {
	float: left;
	margin: 10px;
	display: inline;
	width: 210px;
}

.silver-sidebar-list {
	background: url('silver-theme-sidebar-curve-bg.gif');
}

.silver-sidebar-list-bottom {
	background: url('silver-theme-sidebar-curve-bottom.gif') no-repeat bottom;
}

.silver-sidebar-list-top {
	background: url('silver-theme-sidebar-curve-top.gif') no-repeat top;
	padding-bottom: 6px;
}

.silver-sidebar-list-top h1 {
	padding: 11px;
	font-size: 14px;
	color: #666666;
}

/* section/brochure lists -------------------------- */

#silver-section-list ul, #silver-brochure-list ul {
	padding: 0;
	margin: 0 1px;
	list-style: none;
	background: url('silver-theme-section-list-gradient.jpg') repeat-x;
	border-top: dotted 1px #858585;
}

#silver-section-list ul li, #silver-brochure-list ul li {
	padding: 0;
	margin: 0;
}

#silver-section-list ul li a, #silver-brochure-list ul li a {
	display: block;
	border-bottom: dotted 1px #858585;
	padding: 5px 11px;
	margin: 0;
	color: #666666;
}

#silver-section-list ul li a:hover, #silver-brochure-list ul li a:hover {
	text-decoration: none;
	color: #000000;
}

.silver-sidebar-list-separator {
	clear: both;
	background-image: none;
	background-color: #fff;
}

/* marketing lists ---------------------------- */

#silver-new-products-list h1, #silver-best-sellers-list h1 {
	border-bottom: dotted 1px #858585;
}

.silver-sidebar-product {
	border-bottom: dotted 1px #858585;
	margin: 0 1px;
	background: #f4f4f4;
	height: 125px;
	overflow: hidden;
}

p.silver-sidebar-product-name {
	font-weight: bold;
	padding: 5px 11px;
	border-bottom: solid 1px #afafaf;
	background: #fff;
	margin: 0;
}

p.silver-sidebar-product-name a {
	color: #ffffff;
}

p.silver-sidebar-product-name a:hover {
	color: #000000;
}

.silver-sidebar-product-image {
	width: 95px;
	height: 100px;
	float: left;
	background: #fff;
	border-right: solid 1px #afafaf;
	text-align: center;
}

.silver-sidebar-product-image img {
	margin-top: 5px;
}

.silver-sidebar-product-description {
	margin: 5px 4px 0 0;
	padding: 0 0 0 100px;
	font-size: 12px;
}

.silver-sidebar-product-more {
	font-size: 12px;
	margin: 5px 0;
	padding: 0 0 0 100px;
}

.silver-sidebar-product-price {
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 100px;
}

/* bulk area -------------------------- */

#silver-bulk {
	float: right;
	width: 718px;
	margin: 10px 10px 10px 0;
	background: url('silver-theme-bulk-bg.gif');
	display: inline;
}

#silver-bulk-bottom {
	background: url('silver-theme-bulk-bottom.gif') no-repeat bottom;
}

#silver-bulk-top {
	background: url('silver-theme-bulk-top.gif') no-repeat top;
	padding: 10px;
}

/* footer ---------------------------- */

#silver-footer {
	margin: 0 10px;
	background: url('silver-theme-footer-bg.jpg');
	clear: both;
}

#silver-footer-left {
	background: url('silver-theme-footer-left.jpg') no-repeat;
}

#silver-footer-right {
	background: url('silver-theme-footer-right.jpg') no-repeat right;
	height: 88px;
}

.silver-address-box {
	float: left;
	display: inline;
	width: 180px;
	margin: 10px 20px;
	height: 68px;
	font-size: 11px;
	color: #666;
}

.silver-copyright-info {
	float: right;
	display: inline;
	margin: 10px 20px;
	height: 68px;
	font-size: 11px;
	color: #666;	
}

/* End of styles for Silver theme */
/* Start of styles for Bobcat theme */

/* general layout --------------------*/

#bobcat-container {
	width: 940px;
	margin: 10px auto;
}

#bobcat-header-area {
	background: url('bobcat-header-bg.gif');
}

#bobcat-logo-area {
	background: url('bobcat-header-top.gif') no-repeat;
	padding: 5px;
}

#bobcat-navigation-bar {
	height: 30px;
	background: url('bobcat-header-bottom.gif') no-repeat;
}

#bobcat-navigation-bar ul {
	margin: 0 5px;
	padding: 0;
	list-style: none;
}

#bobcat-navigation-bar ul li {
	display: inline;
}

li.bobcat-search-field {
	display: block;
	float: left;
	padding: 0;
	height: 30px;
}

li.bobcat-search-field input {
	border: solid 1px #666666;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
	background: #a1b69a;
	color: #666666;
	margin-top: 5px;
}

li.bobcat-search-button {
	display: block;
	float: left;
	padding: 0 10px 0 0;
	height: 30px;
}

#bobcat-navigation-bar ul li a {
	color: #a1b69a;
	display: block;
	float: left;
	line-height: 30px;
	padding: 0 10px;
	border-left: solid 1px #a1b69a;
	text-decoration: none;
	text-transform: lowercase;
}

#bobcat-navigation-bar ul li a:hover {
	background: #ffffff;
}

#bobcat-navigation-bar ul li.bobcat-home-link a {
	border: 0;
}

#bobcat-navigation-bar ul li.bobcat-view-cart {
	float: right;
}

#bobcat-navigation-bar ul li.bobcat-view-cart a {
	background: url('theme_icon_cart.gif') no-repeat left;
	padding-left: 30px;
	border: 0;
}

#bobcat-navigation-bar ul li.bobcat-view-cart a:hover {
	background: #ffffff url('theme_icon_cart.gif') no-repeat left;
}

#bobcat-navigation-bar ul li.bobcat-checkout {
	float: right;
}



#bobcat-bulk-top {
	height: 10px;
	margin-top: 10px;
}

#bobcat-bulk {
	background: url('bobcat-bulk-bg.gif');
	padding: 0 10px;
}

#bobcat-sidebar-left {
	float: left;
	width: 130px;
	margin-right: 30px;
}

#bobcat-sidebar-right {
	float: right;
	width: 130px;
}

#bobcat-content {
	float: left;
	width: 600px;
}

#bobcat-bulk-bottom {
	height: 10px;
	margin-bottom: 10px;
}

#bobcat-footer {
	height: 100px;
	background: #a1b69a;
}

.bobcat-address-box {
	float: left;
	display: inline;
	width: 180px;
	margin: 0 20px;
	height: 80px;
	padding: 10px 0;
	font-size: 11px;
	color: #666666;
}

.bobcat-copyright-info {
	float: right;
	display: inline;
	margin: 0 20px;
	height: 80px;
	width: 200px;
	text-align: right;
	padding: 10px 0;
	font-size: 11px;
	color: #666666;	
}

/* overriding default styles */

.bobcat-sidebar .text_heading_left_column {
	color: #ffffcc;
}

.bobcat-sidebar .dotted_line_blue {
	background-color: #ffffcc;
}
	
.bobcat-sidebar ul {
	color : #a1b69a;
}

.bobcat-sidebar a {
	color : #ffffcc;
}

.bobcat-sidebar .solid_line_blue {
	background-color: #ffffcc;
}

.bobcat-sidebar a.product_section:visited {
	color : #a1b69a;
}
	
.bobcat-sidebar a.product_section:link {
	color : #a1b69a;
}
	
.bobcat-sidebar a.product_section:active {
	color : #a1b69a;
}
	
.bobcat-sidebar a.product_section:hover {
	color : #a1b69a;
}

.bobcat-sidebar .product_image_cost {
	float: none;
	margin: 0;
}


.bobcat-sidebar .text_product_small_info_heading {
	color : #ffffcc;
	text-align: center;
}

.bobcat-sidebar .text_product_small_info_price {
	color : #a1b69a;
	clear: both;
	padding: 5px 0;
	text-align: center;
}

.bobcat-sidebar .text_product_small_info {
	display: none;
	
}




/* End of styles for Bobcat theme */
/* Start of styles for Minimal theme */

/* general layout --------------------*/

#minimal-container {
	width: 940px;
	margin: 10px auto;
}

#minimal-header-area {

}

#minimal-logo-area {

}

#minimal-navigation-bar {
	height: 30px;
}

#minimal-navigation-bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#minimal-navigation-bar ul li {
	display: inline;
}

li.minimal-search-field {
	display: block;
	float: left;
	padding: 0;
	height: 30px;
}

li.minimal-search-field input {
	border: solid 1px #666666;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
	background: #a1b69a;
	color: #666666;
	margin-top: 5px;
}

li.minimal-search-button {
	display: block;
	float: left;
	padding: 0 10px 0 0;
	height: 30px;
}

#minimal-navigation-bar ul li a {
	display: block;
	color: #666666;
	float: left;
	line-height: 30px;
	padding-right: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#minimal-navigation-bar ul li a:hover {
	color: #ffffff;
}


#minimal-navigation-bar ul li.minimal-view-cart {
	float: right;
}

#minimal-navigation-bar ul li.minimal-view-cart a {
	background: url('theme_icon_cart.gif') no-repeat left;
	padding-left: 20px;
	border: 0;
}

#minimal-navigation-bar ul li.minimal-view-cart a:hover {

}

#minimal-navigation-bar ul li.minimal-checkout {
	float: right;
}

#minimal-navigation-bar ul li.minimal-checkout a {
	padding: 0;
}

#minimal-bulk-top {
	height: 10px;
	margin-top: 10px;
	border-top: solid 1px #666666;
}

#minimal-bulk {
}

#minimal-sidebar-left {
	float: left;
	width: 140px;
	margin-right: 30px;
}

#minimal-sidebar-right {
	float: right;
	width: 140px;
}

#minimal-content {
	float: left;
	width: 600px;
}

#minimal-bulk-bottom {
	height: 10px;
	margin-bottom: 10px;
}

#minimal-footer {
	height: 100px;
	border-top: solid 1px #666666;
}

.minimal-address-box {
	float: left;
	display: inline;
	width: 180px;
	margin: 0 20px;
	height: 80px;
	padding: 10px 0;
	font-size: 11px;
	color: #666666;
}

.minimal-copyright-info {
	float: right;
	display: inline;
	margin: 0 20px;
	height: 80px;
	width: 200px;
	text-align: right;
	padding: 10px 0;
	font-size: 11px;
	color: #666666;	
}


.minimal-sidebar .product_image_cost {
	float: none;
	margin: 0;
}


.minimal-sidebar .text_product_small_info_heading {
	text-align: center;
}

.minimal-sidebar .text_product_small_info_price {
	clear: both;
	padding: 5px 0;
	text-align: center;
}

.minimal-sidebar .text_product_small_info {
	display: none;
	
}




/* End of styles for Minimal theme */
/* Copyright Seb Bodger 2010 */

#drop_down .expand {
	padding: 4px 0px;
	font-size: 1.1em;
}

#drop_down .expand a {
	background-image: url(arrow-down.gif);
	background-position: 98% 50%;
	background-repeat: no-repeat;
	padding: 10px;
	border: solid 1px #a6a6a6;
	text-decoration: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #eeeeee;
	color: #626262;
	text-align: left;
	width: 90%;
	margin: 0 5px;
}

#drop_down .expand a:hover {
	color:#FFF;
	background-color:#6c6c6c;
	border: solid 1px transparent;
	text-shadow: 0px 0px 4px #fff;
}

#drop_down .expand a.open {
	background-image: url(arrow-up.gif);
	background-position: 98% 50%;
	background-repeat: no-repeat;
	border: solid 1px transparent;
	color:#FFF;
	background-color:#6c6c6c;
}

#drop_down .collapse {
	font-size: 0.9em;
	margin: 0 5;
	width: 70%;
}

#drop_down .collapse ul {
	padding-left: 25px;
	list-style-type: circle;
	margin: 0px;
}

#drop_down .collapse ul li {
	margin: 13px 0px;
}

#drop_down .collapse ul li ul {
	margin:0px;
	margin-top: 10px;
}

#drop_down .collapse ul li ul li {
	color: #666;
	list-style-type:none;
	margin: 0px;
}

#drop_down .collapse ul li span.spicy_rating {
	height: 20px;
	margin: 0px 10px;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;		/* inline-block hacks for IE */
	*display: inline;
}

#drop_down .collapse .set_menu {
	text-align: center;
}

#drop_down .collapse .set_menu .set_menu_main {
	font-weight:bold;
}

#drop_down .collapse p.top {
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
}

#drop_down .collapse p.top a {
	font-size: 0.8em;
	color: blue;
}

