/* CSS Document */

/* Sub Stylesheets */
@import url("sub.css");
@import url("SpryTabbedPanels.css");

/* General */
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626262;
	line-height: 14px;
	text-align: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
}
html {
	overflow-y: scroll;
}
form, ul, dl, table, th, td {
	margin: 0;
	padding: 0;
}
sup {
	font-size: 50%;
	vertical-align: text-top;
}
table {
	margin-bottom: 15px;
	border-collapse: collapse;
}
img {
	border: none;
}
a {
	color: #808080;
	text-decoration: none;
}
a:hover {
	color: #353535;
}

/* Layout */
#container {
	width: 850px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	position: relative;
	margin: 0 0 8px 0;
	padding-right: 172px;
	font-size: 10px;
	border: 1px solid #CCCCCC;
}
#body {
	clear: both;
	position: relative;
	padding-bottom: 20px;
	border: 1px solid #e3e4e5;
	background-color: white;
}
#menu {
	fSfloat: left;
	width: 808px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-bottom: 5px;
}
#footer {
	clear: both;
	margin: 8px 0 0 0;
	background: url(../images/footer_tag.gif) no-repeat 20px 0;
	color: #808080;
	font-size: 10px;
	text-align: right;
	bborder: 1px solid #CCCCCC;
}
#footer div {
	margin-top: 8px;
}

/* Header */
#header .headermenu {
	float: right;
}
#header .headermenu li {
	float: left;
	list-style: none;
	padding: 0 7px 0 12px;
	background: url(../images/header_link_separator.gif) no-repeat left center;
}
#header .headermenu li.start {
	background-image: none;
}
#header .headermenu, #header .search {
	margin-top: 8px;
}
#header .search {
	float: right;
}
#header .searchfield {
	float: left;
	margin: 0;
	padding: 0 4px;
	width: 94px;
	height: 14px;
	border: 1px solid #d6d7d9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
}
#header .searchbutton {
	float: left;
}

/* Main Menu */
#menu ul {
	list-style: none;
	margin-left: 45px;
	height: 16px;
}
#menu li {
	float: left;
	padding: 0 16px 0 16px;
	border-right: 1px solid #dfe0e1;
}
#menu li a {
	display: block;
	height: 16px;
}
#menu li#accutec a {
	background: url(../images/menu/accutec_graters.gif);
	width: 97px;
}
#menu li#serving a {
	background: url(../images/menu/serving.gif);
	width: 44px;
}
#menu li#cooking a {
	background: url(../images/menu/cooking.gif);
	width: 48px;
}
#menu li#baking a {
	background: url(../images/menu/baking.gif);
	width: 39px;
}
#menu li#essentials a {
	background: url(../images/menu/essentials.gif);
	width: 56px;
}
#menu li#cleaning a {
	background: url(../images/menu/cleaning.gif);
	width: 51px;
}
#menu li#treats a {
	background: url(../images/menu/frozen_treats.gif);
	width: 78px;
}
#menu li#accutec a:hover, #menu li#serving a:hover,
#menu li#cooking a:hover, #menu li#baking a:hover,
#menu li#essentials a:hover, #menu li#cleaning a:hover,
#menu li#treats a:hover {
	background-position: 0 -16px;
}
#menu li#accutec.active a, #menu li#accutec.active a:hover,
#menu li#serving.active a, #menu li#serving.active a:hover,
#menu li#cooking.active a, #menu li#cooking.active a:hover,
#menu li#baking.active a, #menu li#baking.active a:hover,
#menu li#essentials.active a, #menu li#essentials.active a:hover,
#menu li#cleaning.active a, #menu li#cleaning.active a:hover,
#menu li#treats.active a, #menu li#treats.active a:hover {
	background-position: 0 -32px;
}
#menu li#accutec {
	padding-left: 0;
}
#menu li#treats {
	border: none;
}
#menu .menu-tree {
	clear: both;
	margin: 5px 0 5px 98px;
	height: 16px;
}

/* Body */
#col-a {
	float: left;
	width: 120px;
}
#col-a h1 {
	margin: 28px 0 28px 22px;
	width: 68px;
	height: 267px;
}
#col-b {
	float: left;
	width: 655px;
}
#col-c {
	float: left;
	width: 173px;
}
#col-full {
	float: left;
	width: 775px;
}

/* Sub Menu */
#submenu {
	width: 153px;
	margin: 0 10px 0 10px;
	background: url(../images/submenu_line.gif) repeat-y top right;
	line-height: normal;
	text-align: right;
}
#submenu a {
	color: #505050;
	font-size: 10px;
}
#submenu a:hover {
	color: #c13340;
}
#submenu dl {
	margin: 0 0 8px 0;
	padding: 0 3px 0 0;
}
#submenu dt, #submenu dd {
	padding: 0 8px 0 0;
}
#submenu dd {
	margin: 0 0 2px 0;
}
#submenu .active {
	background: url(../images/submenu_active_line.gif) repeat-y top right;
}
#submenu .active dt {
	background: url(../images/submenu_active_dl_bullet.gif) no-repeat right 6px;
	margin-bottom: 6px;
}
#submenu .active dd {
	background: url(../images/submenu_active_dl_bullet.gif) no-repeat right 6px;
}
#submenu .active dt a {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/submenu_active_dt_bullet.gif) no-repeat 0 5px;
	padding-left: 10px;
}
#submenu .active dt a:hover {
	color: #000;
}
#submenu .active dd a {
	color: #808080;
}
#submenu .active dd a:hover {
	color: #353535;
}
#submenu .active dd.active a {
	color: #000;
	font-weight: bold;
}
#submenu .active dd.active a:hover {
	color: #000;
}

/* Home */
#home {
margin-top: 10px;
	margin-bottom: 20px;
	border:1px solid #CCCCCC;
	hheight: 400px;
}
#home-cta {
	position: relative;
}
#home-cta h4 {
	margin-bottom: 5px;
}
#home-cta .cta1, 
#home-cta .cta2, 
#home-cta .cta3 {
	float: left;
	width: 250px;
}
#home-cta .cta1 {
	background: url(../images/home_cta_separator.gif) no-repeat top right;
	margin-right: 12px;
}
#home-cta .cta2 {
	background: url(../images/home_cta_separator.gif) no-repeat top right;
	margin-right: 12px;
}
#home-cta .cta3 {
}
#home-cta .cta-img {
	float: left;
	width: 80px;
	margin-right: 10px;
	text-align: center;
}
#home-cta .cta-desc {
	float: left;
	width: 150px;
}
#home-cta .cta-desc .accutec {
	float: left;
	margin-top: 2px;
	margin-right: 4px;
}
#home-cta-more {
	clear: both;
}
#home-cta-more .cta1,
#home-cta-more .cta2,
#home-cta-more .cta3 {
	float: left;
	width: 240px;
	margin-right: 20px;
}
#home-cta-more .cta3 {
	margin-right: 0;
}
#home-cta-more .more {
	float: right;
	background: url(../images/submenu_active_dt_bullet.gif) no-repeat left center;
	padding-left: 9px;
}

/* Product */
.product-beauty {
	height: 320px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e9e9ea;
	border-top: 1px solid #e9e9ea;
}
#product-header {
	background: url(../images/col_b_line.gif) no-repeat left bottom;
	padding-bottom: 10px;
}
#product-header ul {
	float: right;
	list-style: none;
}
#product-header li {
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #dfe0e1;
}
#product-header li .previous {
	background: url(../images/icons/arrow_previous.gif) no-repeat left center;
	margin-right: 10px;
	padding-left: 10px;
}
#product-header li .next {
	background: url(../images/icons/arrow_next.gif) no-repeat right center;
	margin-left: 10px;
	padding-right: 10px;
}
#product-detail {
	margin-top: 10px;
}
#product-detail #product-detail-shot {
	float: left;
	width: 307px;
	/*height: 308px;*/
	margin-right: 20px;
}
#product-detail #product-detail-shot .product-detail-img {
	width: 305px;
	height: 306px; /* remove after demo */
	border: 1px solid #dcdcdc;
}
#product-detail #product-detail-shot .product-detail-txt {
	padding-top: 5px;
}
#product-detail #product-detail-shot .product-detail-txt span {
	float: left;
	margin-bottom: 5px;
}
#product-detail #product-detail-shot .product-detail-txt .view-large {
	float: right;
	background: url(../images/icons/view_large.gif) no-repeat left center;
	padding-left: 15px;
	margin-bottom: 5px;
}
#product-detail #product-detail-shot .product-detail-txt .view-more {
	color: #c13340;
}
#product-detail #product-detail-shot .product-detail-view {
	clear: both;
}
#product-detail #product-detail-shot .product-detail-view a {
	float: left;
	margin: 0 6px 6px 0;
	width: 52px;
	height: 52px;
	border: 1px solid #dcdcdc;
}
#product-detail #product-detail-shot .product-detail-view a:hover {
	border-color: #999;
}
#product-detail #product-detail-shot .product-detail-view-desc {
	clear: both;
	height: 20px;
	margin-bottom: 8px;
	border-bottom: 1px solid #dcdcdc;
}
#product-detail #product-detail-shot .product-detail-view-desc .bullet {
	background: url(../images/product_detail_view_bullet.gif) no-repeat 0 4px;
	padding-left: 10px;
}
#product-detail #product-detail-shot .product-detail-related-media {
	/* */
}
#product-detail #product-detail-shot .product-detail-related-media .links {
	float: left;
	display: inline;
	width: 95px;
	margin: 0 5px 5px 0;
}
#product-detail #product-detail-shot .product-detail-related-media .recipes {
	background: url(../images/icons/recipes.gif) no-repeat;
	padding: 1px 0 1px 20px;
}
#product-detail #product-detail-shot .product-detail-related-media .video {
	background: url(../images/icons/video.gif) no-repeat;
	padding: 1px 0 1px 20px;
}
#product-detail #product-detail-shot .product-detail-related-media .instructions {
	background: url(../images/icons/instructions.gif) no-repeat 3px 0;
	padding: 1px 0 1px 20px;
}
#product-detail #product-detail-shot .product-detail-related-media .guide {
	background: url(../images/icons/guide.gif) no-repeat;
	padding: 1px 0 1px 17px;
}
#product-detail #product-detail-shot .product-detail-related-media .tips {
	background: url(../images/icons/tips_ideas.gif) no-repeat;
	padding: 1px 0 1px 20px;
}
/* product detail description */
#product-detail #product-detail-desc {
	float: left;
	width: 328px;
	margin-top: 6px;
}
#product-detail #product-detail-desc h1 {
	line-height: 21px;
}
#product-detail #product-detail-desc ul.list {
	margin: 0 0 15px 0;
}
#product-detail #product-detail-desc ul.list li {
	background: url(../images/product_detail_list_bullet.gif) no-repeat 0 6px;
	padding: 0 0 0 10px;
	list-style: none;
}
#product-detail #product-detail-desc th {
	color: #adafb2;
}
#product-detail #product-detail-desc td {
	padding: 2px 0;
}
#product-detail #product-detail-desc .swatches {
	float: left;
	width: 60px;
	margin-right: 5px;
}
#product-detail #product-detail-desc img {
	margin-right: 3px;
}
#product-related-items {
	clear: both;
	margin-bottom: 15px;
	padding-top: 15px;
}
#product-related-items h2 {
	margin: 0;
	padding-bottom: 5px;
	background: url(../images/col_b_line.gif) no-repeat left bottom;
	color: #444;
	font-size: 13px;
	font-weight: normal;
}
#product-category {
	margin-top: 4px;
}
#product-category .prod-row {
	clear: both;
	background: url(../images/prod_item_separator.gif) repeat-y 163px 15px;
	margin-bottom: 30px;
}
#product-category .prod-item {
	float: left;
	display: inline;
	width: 158px;
	margin-left: 4px;
	text-align: center;
}
#product-category .prod-item h5 {
	margin: 0;
	padding: 0 10px;
	font-weight: normal;
	line-height: 12px;
	color: #808080;
}
#product-category .prod-item .prod-item-img {
	height: 99px;
	margin-bottom: 5px;
}
#product-category .prod-item .prod-item-img a {
	display: block;
}

/* Product Detail Large View Popup*/
#product-detail-lrg {
	float: left;
	width: 397px;
	margin-right: 20px;
	text-align: left;
}
#product-detail-img-lrg{
	width: 397px;
	border: 1px solid #dcdcdc;
	text-align: left;
	margin: 0px 0px 20px 0px;
}
#product-detail-lrg  .product-detail-view {
	clear: both;
}
#product-detail-lrg .product-detail-view a {
	float: left;
	margin: 10px 10px 6px 0;
	border: 1px solid #dcdcdc;
}
#product-detail-lrg  .product-detail-view-desc {
	clear: both;
	background: url(../images/product_detail_view_bullet.gif) no-repeat 0 4px;
	margin-bottom: 8px;
	padding: 0 0 5px 10px;
}

/* Classes */
.nodisp {
	display: none;
}
.novis {
	visibility: hidden;
}
.clear {
	clear: both;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.alignright {
	text-align: right;
}
.accent {
	font-weight: bold;
	color: #000;
}
.more {
	background: url(../images/submenu_active_dt_bullet.gif) no-repeat left center;
	padding-left: 9px;
}
.more-wheretobuy {

	font-size: 11px;
	color: #c13340;
}
.more-wheretobuy2 {
font-weight: bold;
	font-size: 14px;
	color: #c13340;
}
.email {
	background: url(../images/icons/email.gif) no-repeat left center;
	padding-left: 15px;
}
.print {
	background: url(../images/icons/print.gif) no-repeat left center;
	padding-left: 18px;
}
.view-arch {
	background: url(../images/submenu_active_dt_bullet.gif) no-repeat 0 5px;
	padding-left: 10px;
	font-size: 12px;
}
.donvier-parts {
	float: right;
	color: #c13340;
}
.donvier-parts:hover {
	color: #c13340;
}
.red {
	color: #c13340;
}
.list-ingre {
	margin-bottom: 10px;
}
.list-ingre li {
	list-style: none;
}
.lang {
	position: absolute;
	top: 8px;
	right: 0px;
	color: #c13340;
}

/* Typography */
h1, h2, h3, h4, h5, p {
	margin: 0 0 12px 0;
}
h1 {
	font-size: 19px;
	font-weight: normal;
	color: #000;
}
h2 {
	font-size: 13px;
	font-weight: normal;
	color: #c13340;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
	color: #000;
}
h5 {
	margin-bottom: 5px;
	font-size: 10px;
	color: #000;
}
table, th, td {
	padding: 1px 0;
	text-align: left;
	vertical-align: top;
	font-size: 100%;
}
table td table {
	margin-bottom: 0;
}
th {
	color: #333;
}
.valign-center {
	vertical-align: middle;
}
strong {
	color: #333;
}
.xlarge {
	font-size: 11px;
}
.xsmall {
	font-size: 9px;
}
.field {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
}

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
.clearfix { height: 1%; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/ .clearfix { display: block; } * html .clearfix { height: 1%; } /* End hide from IE-mac */


.table_stockist td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
.table_stockist  {margin: 25px;}
.bordertop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	
}
.bordertop td {padding:10px;}
strong {
color:#036558;}

#stockists {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	
}
#stockists td {
	padding-bottom:10px;
padding-right: 5px;
	padding-left: 5px;
}
.dottedbottomtd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
}
.paddingtoptd {

	padding-top: 5px;
}
h1{
	font-size:18px;
	color:#036558;
	font-weight: bold;
	margin-top:5px;
}
h2{
	font-size:16px;
	color:#036558;
	font-weight: bold;
	margin-top:5px;
}