/* Layout and styling for basic three column (menu, content, additional) page with branding and footer */
/* Coded by Jamie Freeman */
/* www.message.uk.com */

/* General styling */


body {
	padding: 0px;
	background: #FFFFFF;
	color: #000;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.4;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow-x: hidden;
}

td {
	font-size: 0.8em;
}

html>body td {
	font-size: 1em;
}

img {
	border: none;
}

#content img {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

p {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 4px;
	margin-top: 2px;
	font-weight: bold;
}

#content #tab_box #details p {
	margin-bottom: 4px;
	margin-left: 0px;
	padding-left: 0px;
}

h1 {
	position: absolute;
	top: 4px;
	line-height: 1;
	margin: 0;
	font-size: 1.4em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

p.designer {
	padding: 0;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-top: -8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

h2, h3 {
	font-weight: bold;
	line-height: 1.4;
	color: #000;
	width: 336px;
}

a {
	color: #7b7b76;
	text-decoration: none;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

#additional .date {
	font-style: normal;
	color: #CCCCCC;
	font-size: 10px;
	font-weight: bold;
}

#additional #range {
	position: absolute;
	top: 272px;
}

#content .date {
	font-style: italic;
	color: #666666;
}

.datenav {
	font-weight: bold;
}


/* These style the cookie trail current page and the 'you are here' bit. */

.youAreHere {
	color: #7b7b76;
	font-weight: bold;
	margin-right: 5px;
	font-size: 9px;
}

.yourPage {
	color: #333333;
	font-weight: bold;
	font-size: 9px;
}

.search_descrip {
	font-style: italic;
	color: #666666;
	font-size: 0.9em;
}

.login {
	font-size: 0.7em;
}

/* This styling denotes the currently selected section */

#menu .current {
	color: #000;
}

#branding h1 {
	margin: 0px;
	padding: 5px;
	color: #FFFFFF;
}

#branding p {
	margin: 0px;
	padding: 5px;
	color: #FFFFFF;
}

td {
	margin: 0px;
	padding: 2px;
	background-color: #E2E3FF;
}

#sender_message {
	width: 300px;
	height: 8em;
}

#sender_name, #sender_email {
	width: 200px;
}

/* Layout areas */

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	background: #FFFFFF;
	width: 945px;
	padding: 118px 0 0 0;
	margin-top: 22px;
}

#branding {
	height: 67px;
	width: 135px;
	top: 0;
	left: 0;
	position: absolute;
	background: transparent url(images/_interface/branding.png) no-repeat top left;
	border-right: 1px solid #b1ce4a;
	z-index: 10;
}

#menu {
	position: absolute;
	top: 0;
	left: 135px;
	height: 45px;
	width: 540px;
}

#menu ul {
	overflow: visible;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a {
	float: left;
	text-decoration: none;
	padding: 4px 9px 2px 9px;
	margin: 0;
	text-align: left;
	color: #333333;
	display: block;
	width: 71px;
	font-size: 1.2em;
	font-weight: 800;
    }
    
    #menu a.current, #menu a:hover {
    	background-color: #e3e4e5;
		color: #1a171b;
    }
		
#menu li {
	float: left;
	width: 88px;
	height: 45px;
	margin: 0;
	padding: 0 0px;
	border-left: 2px solid #b1ce4a;
	}
	
	#menu li.home {
	height: 67px;
	z-index: 100;
	border: q solid #b1ce4a;
	}

	#menu li.about {
		border-color: #ad96c2;
	}

	#menu li.products {
		border-color: #b9a97e;
	}

	#menu li.designers {
		border-color: #eea839;
	}

	#menu li.press {
		border-color: #ed87b2;
	}

	#menu li.how-to-buy {
		border-color: #5ec5ed;
	}

#slider {
	position: relative;
	float: right;
}

#search {
	width: 110px;
	bottom: 0;
	left: 9px;
	font-weight: normal;
}

#search #term {
	width: 110px;
	height: 16px;
	margin: 0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Sets style for sub-menu items which link to a section rather than a page. */
.sub_section {
	margin-left:30px;
	padding-left: 20px;
}

/*Sets style for protected sub-menu items */
.protected_sub_section {
	margin-left:30px;
	padding-left: 20px;
}

/*Sets style for protected sub-menu entries */
.protected {
	margin-left:30px;
	padding-left: 20px;
}

#cookie {
	clear: both;
	position: absolute;
	left: -2px;
	top: -50px;
	padding: 0;
	width: 800px;
	font-weight: bold;
	font-size: 9px;
	margin-top: 10px;
}

#content {
	position: relative;
	width: 700px;
	margin: 0 0 0 45px;
	padding: 33px 9px 0 9px;
	float: left;
	clear: left;
	border-right: 2px solid #cccccc;
	border-left: 2px solid #97be0d;
	min-height: 310px;
	display: inline; /* fix ie double margin float bug */
}

		#content.home {
			border-left-color: #7b7b76;
			border-right-color: #b1ce4a;
			background: transparent url(images/_interface/bg_home2.png) repeat-y top center;
		}
		
			#content.home h1 {
	top: 9px;
	letter-spacing: 0px;
	width: 320px;
	height: 30px;
			}
		
			#content.home p {
	color: #FFFFFF;
	margin-bottom: 15px;
	font-size: 23px;
	line-height: 26px;
	margin-right: 15px;
	margin-top: 3px;
	font-weight: bold;
			}
			
				#content.home p em {
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
				}

		#content.home_sub {
			background: transparent url(images/_interface/bg_home.png) repeat-y top center;
		}
				
#clear {
	margin: 0;
	padding: 0;
	clear: both;
	/* height: 29px; */
}

#content.products #secondary {
	display: none;
}

#content.home #secondary, #content.home_sub #secondary, #content.about #secondary, #content.press #secondary, #content.how-to-buy #secondary {
	width: 339px;
	position: relative;
	top: -38px;
	right: 0px;
	float: right;
	display: block;
	margin-bottom: -43px;
}

	#content.home #secondary p, #content.about #secondary p, #content.press #secondary p, #content.how-to-buy #secondary p {
	padding: 0;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	}
			
		#content.home #secondary img, #content.about #secondary img, #content.press #secondary img, #content.how-to-buy #secondary img {
	padding-left: 0;
	padding-right: 0;
		}

		#content.about {
	border-right-color: #ad96c2;
	background: transparent url(images/_interface/bg_about.png) repeat-y top center;
	border-left-color: #ad96c2;
		}

		#content.products {
	border-right-color: #b9a97e;
	background: transparent url(images/_interface/bg_products.png) repeat-y top center;
	border-left-color: #b9a97e;
		}
		
			#content.products_index {
	border-right-color: #b9a97e;
	border-left-color: #b9a97e;
			}

			#content.products p, #content.products_index p  {
	color: #7b7b76;
	margin-bottom: 22px;
	font-size: 1.1em;
	line-height: 1.4em;
			}
			
			#content.products div#designer_thumbs, #content.products div#product_thumbs, #content.products_index div#designer_thumbs, #content.products_index div#product_thumbs  {
	width: 540px;
	float: right;
	top: -33px;
	right: -10px;
	position: relative;
			}
			
				#content.products div.product_box, #content.products_index div.product_box {
	width: 160px;
	height: auto;
	margin-bottom: 9px;
	padding: 0 9px 0 9px;
	float: left;
	border-left: 2px solid #b9a97e;
	position: relative;
	overflow: hidden;
				}

		#content.designers {
	border-right-color: #eea839;
	background: transparent url(images/_interface/bg_designers.png) repeat-y top center;
	border-left-color: #eea839;
		}

			#content.designers p {
	color: #7b7b76;
	margin-bottom: 8px;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-top: 2px;
			}
			
			#content.designers p em {
				color: #7b7b76;
				margin-bottom: 22px;
				font-size: 2em;
				line-height: 1.2;
				margin-top: 0;
				font-style: normal;
			}
			
			#designer_portrait {
	position: relative;
	width: 340px;
	height: 76px;
	top: -34px;
	background: transparent;
	margin-bottom: 10px;
			}
			
			#content.designers img {
				position: absolute;
				top: -4px;
				right: 0;
				width: 87px;
				height: 110px;
			}
			
			#content.designers div#designer_thumbs, #content.designers div#product_thumbs {
	width: 360px;
	float: right;
	top: -33px;
	right: -9px;
	position: relative;
	font-size: 1.1em;
	font-weight: bold;
			}
			
				#content.designers div.designer_box {
	width: 79px;
	height: 100px;
	margin-bottom: 9px;
	float: left;
	border-left: 2px solid #eea839;
	position: relative;
	padding-top: 0;
	padding-right: 90px;
	padding-bottom: 0;
	padding-left: 9px;
				}
					
					#container #content div.designer_box p {
	width: 10px;
	position: relative;
	top: 2px;
	font-size: 10px;
	line-height: 12px;
					}
				
					#container #content div.designer_box img {
						position: absolute;
						right: 6px;
						top: -5px;
						width: 75px;
						height: 100px;
					}
					
				#content.designers div.product_box {
	width: 160px;
	height: auto;
	margin-bottom: 9px;
	float: left;
	border-left: 2px solid #eea839;
	position: relative;
	overflow: hidden;
	padding-top: 0;
	padding-right: 9px;
	padding-bottom: 0;
	padding-left: 9px;
				}

					#container #content div.product_box p {
	position: relative;
	top: 2px;
	font-size: 1.0em;
	margin: 0;
					}

					#container #content div.product_box img {
						position: relative;
						height: 110px;
						width: auto;
						left: -4px;
						top: 0;
					}
					
		#content.press {
	border-right-color: #ed87b2;
	background: transparent url(images/_interface/bg_press.png) repeat-y top center;
	border-left-color: #ed87b2;
		}

		#content.how-to-buy {
	border-right-color: #5ec5ed;
	background: transparent url(images/_interface/bg_how-to-buy.png) repeat-y top center;
	border-left-color: #5ec5ed;
		}

#content p {
	width: 333px;
}

#content li {
	margin-left: 30px;
	list-style-image:url(images/_interface/arrow.gif);
}
h4 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 2px;
	color: #666666;
}

#content .slider-wrap {
	width: 358px;
	float: right;
	position: relative;
	margin-top: -24px;
	margin-right: -9px;
} 

#content .slider-wrap img {
	margin: 0;
	padding: 0;
}

#slider1 {
	margin: 0 10px;
}

#content p#cross-links {
	width: 358px;
	padding-top: 9px;
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
	left: 0px;
	background: #ffffff;
}

	p#cross-links a.cross-link {
		margin: 0;
		padding: 0;
	}
	
		p#cross-links a.cross-link img {
	padding: 0;
	width: 71px;
	margin-top: 0;
	margin-right: 9px;
	margin-bottom: 0;
	margin-left: 9px;
	}

#additional {
	padding: 0 0 0 9px;
	background: transparent;
	position: relative;
	width: 167px;
	float: right;
	display: inline; /* fix ie double margin float bug */
	min-height: 343px;
	font-size: 9pt;
}

#additional img {
	padding: 0;
}

#additional p, #additional li {
	padding: 0;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}	

#additional h2, #additional h3 {
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}	


#additional ul {
font-size:1.1em;
padding: 0;
list-style: none;
margin: 0;
padding: 0;
}

#additional .gallery-ul li {
	padding: 0;
	margin-top: 12px;
	display: inline;
}

#additional .gallery-ul {
	padding: 0;
	list-style: none;
}


#additional_panel_top {
	display: none;
}	

#additional_panel_bottom {
	display: none;
}	

#container #footer {
	width: 808px;
	float: left;
	clear: both;
	padding: 0;
	position:relative;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	color: #c5c5c1;
	line-height: 1.2;
	margin-top: 34px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
}

#footer p.copyright {
	display: block;
	float: left;
	clear: left;
	width: 340px;
	margin: 0 9px;
	font-size: 0.9em;
	padding-top: 4px;
	min-height: 41px;
	font-family: Arial, Helvetica, sans-serif;
	color: #c5c5c1;
	line-height: 1.2;
	letter-spacing: -0.2px;
	font-size: 7pt;
}

#footer ul.footer_menu {
	float: left;
	list-style: none;
	position: relative;
	clear: none;
	padding: 0;
	min-height: 45px;
	font-size: 7pt;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

	#footer ul.footer_menu li {
	float: left;
	min-height: 36px;
	}
	
		#footer ul.footer_menu li a {
	display: block;
	width: 79px;
	padding: 4px 0 4px 9px;
	color: #c1c1bd;
		}
		
				#footer ul.footer_menu li a.current, #footer ul.footer_menu li a:hover {
  				  	background-color: #e3e4e5;
					color: #1a171b;
				}

.join p{
width: 300px;
text-align: right;
}

.required{
color: #FF0000;
font-weight: bold;
}

.submit {
border:0;
position:relative;
top:6px;
}

#content .siteMapSubSection li {
	list-style: none;
	margin-left: 0;
	font-weight: bold;
}

#content .siteMapSubSubSection li {
	list-style: none;
	margin-left: 0;
	font-weight: normal;
}	

#content .siteMapSubSection .sub_section {
	margin-left:30px;
	padding-left: 20px;
	background: url(images/_interface/folder.gif) no-repeat left top;
}

#login-form {
	margin: 0;
	background-color: #CCC;
	width: 31em;
	padding: 0.5em 1em;
}

#login-form label {
	display: block;
	width: 7.5em;
	text-align: right;
}

#login-form #un {
	display: block;
	width: 20em;
	margin-left: 9em;
	margin-top: -1.8em
}

#login-form #pw {
	display: block;
	width: 15em;
	margin-left: 9em;
	margin-top: -1.8em
}

#login-form #login {
	margin-left: 9em;
}

.alert {
	color: #FF0000;
	font-weight: bold;
	padding-left: 15px;
	background: url(cms/images/warning.gif) no-repeat left center;
}


/*--------------------------------*/
/*                                */
/*      SweetCart styling         */
/*                                */
/*--------------------------------*/


#productSelector {
	margin: 0 29px 5px 29px;
	background-color: #E8E8E8;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#productSelector h2 {
	padding-left: 10px;
}

#productSelector p {
	padding-left: 10px;
}

#productSelector form {
	padding-left: 8px;
	padding-bottom: 5px;
}

#cart {
	margin: 0 29px 5px 29px;
	background-color: #E8E8E8;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
}

#cart h2 {
	padding-left: 10px;
}

#cart p {
	padding-left: 10px;
}

#cart li {
	padding-left: 10px;
}

#edit-cart {
	margin: 1.8em 0 10px 0;
}

#edit-cart label {
	display: block;
	width: 8.5em;
	text-align: right;
	margin-right: 10px;
}

#edit-cart tr {
	font-size: 0.9em;
}

#edit-cart tr.odd {
	font-size: 1em;
}

#edit-cart tr th {
	padding: 2px 20px 2px 4px;
}

#edit-cart tr td {
	padding: 2px 18px 2px 6px;
}

#edit-cart #email, #edit-cart #delivery_name {
	display: block;
	width: 250px;
	margin-left: 10.5em;
	margin-top: -1.8em
}

#edit-cart #delivery_address {
	display: block;
	width: 250px;
	height: 7em;
	margin-left: 10.5em;
	margin-top: -1.8em
}

#content #delivery_postcode {
	display: block;
	width: 80px;
	margin-left: 10.5em;
	margin-top: -1.8em
}

#edit-cart .cart-submit {
	display: block;
	width: auto;
	margin-left: 10.5em;
	margin-top: 0em
}

#edit-cart .remove input {
	margin-top: 5px;
}

#edit-cart .quantity input {
	width: 2em;
	margin: 4px 0;
}

#crt_customer_note {
	width: 240px;
	height: 7em;
}

#selector #productOptions label {
	margin-right: 4px;
}

#selector #productOptions #option {
	/* margin-left: -4px; */
}



/*--------------------------------*/
/*                                */
/*      Comments styling        */
/*                                */
/*--------------------------------*/

.comment {
	border: solid 1px #ebebeb;
	padding: 0 5px 0 5px;
	font-size: 89%;
	margin-bottom: 5px;
}	

.comment .comment_credit {
	padding: 5px 10px;
	margin: 0 -5px;
	display: block;
	background-color: #ebebeb;
}

.comment p {
	margin: 5px;
}

#commentForm{
	padding: 5px;
	background-color: #fff;
	border: solid 1px #CCC;
	margin-bottom: 5px;
}

#commentForm submit {
	padding-left: 70px;
}

#commentForm label {
	clear:both;
	display: block;
	float: left;
		width: 70px;
	padding: 0px 5px;
	margin: 0px 0 5px 0;
	text-align: right;
	font-size: 10px;
	line-height: 13px;
}

#commentForm fieldset {
	background-color: #CCC;
	border: none;
}

#commentForm legend {
	background-color: #fff;
	border: none;
	border: solid 1px #CCC;
	padding: 0 8px 0 8px;
}

/* coda slider */		
h3 {
	padding-bottom: 2px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0px;
}

.stripViewer .panelContainer .panel ul {
	text-align: left;
	/* margin: 0 15px 0 30px; */
	margin: 0;
}

/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 100%;
	height: 460px;
	background: #fff;
	overflow: hidden
}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: auto;
	clear: both;
	background: #fff;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0;
}

.stripViewer .panelContainer .panel .wrapper img {
	width: 340px;
}

.stripNav {
	display: none;
}
		
		
/* tabs area */

#tab_box {
	width: 326px;
	margin-left: -9px !important;
	overflow: hidden;
	position: relative;
	top: -5px;
	margin-bottom: 80px;
	padding-left: 0px;
}

#tab_box.tabbed {
	height: 120px;
}

#tab_box div.tabbed {
	margin-top: 30px;
	width: 342px;
	margin-left: 9px;
}

#details.tabbed {
	position: relative;
	font-size: 10px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	padding-left: 0px;
}

#designer.tabbed {
	position: relative;
	display: none;
	font-size: 10px;
	line-height: 13px;
}

	#content #designer.tabbed p {
	position: relative;
	width: 254px;
	padding-top: 4px;
	padding-left: 90px;
	margin-bottom: 4px;
	}

	#designer.tabbed img {
		position: absolute;
		left: -5px;
		top: 0;
		width: 79px;
		height: 100px;
	}

#enquire.tabbed {
	position: relative;
	display: none;
	font-size: 10px;
	line-height: 13px;
}

#downloads.tabbed {
	position: relative;
	display: none;
	font-size: 10px;
	line-height: 13px;
	padding-top: 20px;
}

#content div#enquire p {
	font-size: 10px;
	color: #7b7b76;
	margin-bottom: 8px;
}

div#enquire form {
	width: 340px;
	margin: -5px 0 49px -9px;
	background: #e3e4e5;
	padding: 5px 9px 25px 9px;
}

div#enquire textarea {
	width: 329px;
	height: 41px;
}

div#enquire input#name, div#enquire input#email {
	width: 256px;
}

div#enquire input#answer {
	175px;
}

div#enquire p#button {
	margin-top: 5px;
}

/* tabs */

h2.tabbed {
	position: absolute;
	display: block;
	top: 0;
	cursor: pointer;
	font-size: 1.1em;
	background: transparent;
	width: 70px;
	padding: 4px 9px 2px 11px;
	z-index: 10;
	line-height: 1.4;
	margin: 0;
	font-weight: 800;
	color: #7b7b76;
}

h2.tabbed_hover, h2.tabbed_current {
	position: absolute;
	display: block;
	top: 0;
	cursor: pointer;
	font-size: 1.1em;
	background: #e3e4e5;
	width: 70px;
	padding: 4px 9px 2px 11px;
	z-index: 10;
	line-height: 1.4;
	margin: 0;
	font-weight: 800;
	color: #1a171b;
}

h2#goto_details {
	left: -2px;
}

h2#goto_designer {
	left: 88px;
}

h2#goto_enquire {
	left: 178px;
}

h2#goto_downloads {
	left: 178px;
	width: 72px;
	padding-right: 7px;
}
#additional li a.current {
	padding: 0;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	color: #000000;
}
home_image {
	margin: 0px;
}
#HowToBuyIntro {
	width: 650px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 17px;
min-height
	color: #666666;
}
div.product {
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ededed;
	padding-bottom: 44px;
	float: left;
	margin-top: 20px;
}
div.product p  {
	color: #999999;
	font-size: 12px;
	line-height: 17px;
	width: auto !important;
}
.product  h2 {
	color: #333333;
	font-size: 14px;
	margin-bottom: 4px;
	margin-top: 0px;
	width: auto;
}
.product  p.price  {
	color: #990000;
	font-size: 14px;
	margin-top: 7px;
	margin-bottom: 10px;
}
ul.thumbs  {
	list-style-type: none;
	float: right !important;
	width: 390px;
	list-style-image: none !important;
	margin: 0px;
	padding: 0px;
	clear: both;
}
ul.thumbs li {
	list-style-type: none;
	float: right;
	list-style-image: none !important;
	margin: 0px !important;
	padding: 0px !important;
	}
ul.thumbs    li           a img    {
	padding: 0px !important;
	border: 1px solid #EAEAEA;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 3px;
}
ul.thumbs li a:hover img {
	border: 1px solid #999999;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
.product  p a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
.product  p a.button span   {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
.product  p a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
.product  p a.button:active span   {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}#details.tabbed p {
	margin-left: 0px;
	padding-left: 0px;
	float: left;
	width: 311px;
}
#content.home p a {
	color: #FFFFFF;
}
#content.home p a:hover {
	color: #900;
}
