/* ICONOGRAPHY 2010 - Standard Screen CSS */
body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 120%;
	color: #666;
	font-size: x-small; /* for IE5 */
	f\ont-size: small; /* everyone else */
	background: #FFF url("/images/bkg_body.jpg") no-repeat top center fixed; 
}
#tinymce {
	background: #fff;
	padding: 5px;
}
/************* COMMON ***************/
a {
	color: #00A850;
	text-decoration: underline;
}
a:hover {
	color: #00612e;
	text-decoration: none;
}
a.pageselected {
	color: #FFF;
	background: #02a04b;
	padding: 1px 6px;
	font-weight: bold;
	text-decoration: none;
}
p {
	margin: 0 0 0.8em 0;
	padding: 0;
	font-size: 90%;
}
li {
	margin: 0.5em 0;
	padding: 0;
	font-size: 90%;
}
h1 {
	font-size: 170%;	
	line-height: normal;
	font-weight: bold;
	letter-spacing: -0.01em;
	padding: 0;
	margin: 0 0 0.6em 0;
	color: #555;
	clear: both;
}
h2 {
	font-size: 155%;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 0.6em 0;
	padding: 0; 
	color: #555;
}
h3 {
	font-size: 140%;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 0.6em 0;
	padding: 0;
	color: #555;
}
h4 {
	font-size: 120%;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 0.4em 0;
	padding: 0;
	color: #555;
}
h5 {
	font-size: 100%;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 0.2em 0;
	padding: 0;
	color: #555;
}
.red {
	color:#C00;
}
.grey {
	color: #999;
}
.note {
	font-size: 75%;
	color: #999;
	font-weight: normal;
}
hr {
	border: 0;
	border-bottom: 1px dashed #CCC;
	height: 1px;
	padding: 0;
	margin: 0;
	clear: both;
}
/******************** HEADER ***********************/
#wrapouter {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#wrap {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	position: relative;
	background: #FFF;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#container {
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	display: inline;
}
#header {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
	display: inline;
	min-height: 115px;
	height: auto !important;
	height: 115px;
	font-size: 85%;
	z-index: 998;
}
#header .logo {
	position: absolute;
	top: 30px;
	left: 10px;
}
#header .right {
	padding: 6px 0 0 0;
	width: 49%;
}
#header a {
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#header .searchbox {
	position: absolute;
	right: 245px;
	top: 45px;
	height: 28px;
	margin: 0;
	padding: 5px 0;
	background: url("/images/bkg_search.gif") no-repeat right center; 
}
#header .searchbox label {
	font-size: 105%;
	font-weight: bold;
	margin-right: 10px;
	position: relative;
	top: 3px;
}
#header .searchbox form {
    padding: 0 0 0 0;
    width: 300px;
}
#header .searchbox #keyword {
    border: 0 none;
    color: #999999;
	background: none;
    font-size: 140%;
	margin: 0 10px;
    padding: 5px 10px 5px 0;
    width: 240px;
}
#header .topnavigation {
    color: #999999;
    position: absolute;
    right: 12px;
    top: 8px;
	text-align: right;
}
#header .topnavigation a {
	margin: 0 12px 0 0;
    padding: 0 12px 0 0;
	color: #666666;
    font-weight: bold;
	border-right: 1px solid #CCC;
	}
#header .topnavigation a:hover {
	color: #666;
}
#header .topnavigation .telephonenumber {
	padding: 0 0 0 25px;
	margin: 0;
	font-weight: bold;
	color: #333;
	background: url("/images/icon_telephone.gif") no-repeat center left;
}
#header .accountbasket {
	border: 1px solid #DDD;
	background: #F3F3F3;
	position: absolute;
    right: 10px;
    top: 38px;
    width: 220px;
	height: 50px;
	min-height: 50px;
	overflow: hidden;
	z-index: 999;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
#basketsummarylink {
    color: #999;
    display: block;
    float: left;
    font-size: 100%;
    margin: 0;
	padding: 0 0 3px 0;
	width: 100%;
	text-align: right;
	background: url("/images/shopping-bag.gif") no-repeat scroll 2px 20px transparent;
}
#basketsummarylink .baskettitle {
    background: #02a04b;
    color: #FFF;
    font-size: 90%;
    font-weight: bold;
	padding: 0 5px;
    display: block;
	line-height: 160%;
	text-align: left;
	margin: 0 0 5px 0;
}
#basketsummarylink .baskettitle span {
	float: right;
}
#basketsummarylink a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
	line-height: 200%;
    display: block;
}
#basketsummarylink a:hover {
	text-decoration: none;
}
#basketsummarylink strong {
	font-size: 150%;
	font-weight: bold;
	color: #333;
}
#basketfull {
	clear: both;
	float: left;
	background: url("/images/fullbasketbar.gif") no-repeat top right;
	padding-top: 10px;
	width: 220px;
}
#basketfull .basketfullitem {
	padding: 5px;
	width: 210px;
	border-top: 1px dotted #DDD;
	clear: both;
	float: left;
	background: #FFF;
}
#basketfull .basketfullitem p {
	float: right;
	width: 160px;
	font-size: 100%;
	margin: 0;
}
#basketfull .basketfulllink {
	font-size: 100%;
	padding: 1px 5px;
	margin: 0;
	width: 200px;
	border-top: 1px dotted #DDD;
	clear: both;
}
#basketfull .basketfullitem img {
	float: left;
}
/*************************** TABS ****************************/
.tabs {
	width: 960px;
	clear: both;
	float: left;
	line-height: normal;
	margin: 0;
	padding: 0;
	background: #a7a8a3 url("/images/bkg_nav.gif") repeat-x left bottom;
}
.tabs ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	font-weight: bold;
}
.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
.tabs a {
	float: left;
	display: block;
	padding: 7px 16px 9px 16px;
	font-size: 100%;
	text-decoration: none;
	letter-spacing: -0.01em;
	margin: 0;
	color: #FFF;
	text-shadow: 1px 1px 1px #666;
}
.tabs li:hover a {
	background: #FFF url("/images/bkg_tab.gif") repeat-x top left;
	color: #333;
	text-decoration: none;
	text-shadow: none;
}
#subtabs {
	clear: both;
	float: left;
	background: #EEE url("/images/subtabs.gif") repeat-x top left;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #999;
	width: 960px;
}
#subtabs a {
    color: #02a04b;
	text-decoration: none;
	font-weight: bold;
}
#subtabs a:hover {
	text-decoration: underline;
}
#subtabbox1, #subtabbox2, #subtabbox3 {
	float: left;
	display: inline;
	width: 282px;
	padding: 4px 6px 4px 30px;	
	border-left: 1px solid #FFF;
	border-right: 1px solid #CCC;
	font-size: 85%;
}
#subtabbox1 {
	background: url("/images/subtab1icon.gif") no-repeat 4px center;
}
#subtabbox2 {
	background: url("/images/subtab2icon.gif") no-repeat 4px center;
}
#subtabbox3 {
	background: url("/images/subtab3icon.gif") no-repeat 4px center;
}
.breadcrumb {
    background: #00A850;
    clear: both;
    display: inline;
    float: left;
    font-size: 85%;
    line-height: normal;
    margin: 0;
    padding: 5px 15px;
    width: 930px;
	color: #FFF;
}
.breadcrumb a {
	color: #FFF;
	text-decoration: underline;
}
.breadcrumb a:hover {
	text-decoration: none;
}
.hometop {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
/* home image changer */
.homepics {
	width: 724px;
	float: left;
	margin: 0;
	padding: 7px 7px 0 7px;
	position: relative;
}
#imagechanger {
	margin: 0;
	padding: 0;
	width: 724px;
	height: 380px;
	overflow: hidden;
	list-style: none;
}
#imagechangernav {
	position: absolute;
	bottom: 0;
	left: 7px;
	width: 724px;
	padding: 6px 0;
	z-index: 99;
	background: url("/images/transparent.png");
	text-align: center;
}
#imagechangernav a {
	padding: 2px 8px;
	border: 1px solid #999;
	color: #999;
	margin-right: 3px;
	text-decoration: none;
	font-weight: bold;
}
#imagechangernav a.activeSlide {
	color: #FFF;
	border: 1px solid #FFF;
}
#imagechanger li {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.homechangeroverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 955px;
	height: 180px;
	background: url("/images/homechangeroverlay.png") no-repeat top left;
	z-index: 10;
}
.fade {
	
}
#homeright {
	clear: both;
}
.homepicsright {
	width: 320px;
	height: 200px;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.homepicsrightlast {
	margin: 0;
}
.homepicsright .ovboxtitle {
	width: 290px;
	padding: 4px 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	color: #000;
	background: url("/images/transparent.png") repeat top left;
	background: rgba(255,255,255,0.6);
	font-size: 100%;
	font-weight: bold;
}
.homepicsright a {
	color: #fff;
	text-decoration: none;
}
.homepicsrightoverlay {
	position: absolute;
	width: 312px;
	height: 250px;
	top: 0;
	left: 0;
	background: url("/images/homeboxoverlay.png") no-repeat top left;
	z-index: 15;
}

/************** MAIN CONTENT *****************/
#main-body {
	width: 100%;
	padding: 0;
	margin: 0 0 0 0;
	float: left;
	clear: both;
	display: inline;
	position: relative;
}
#content {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	background: #FFF url("/images/sidebar.gif") repeat-y top left;
}
.sideheading {
    clear: both;
    color: #333333;
    display: block;
    font-size: 125%;
    font-weight: bold;
    letter-spacing: -0.01em;
    line-height: 110%;
    margin: 0;
    padding: 16px 10px 4px 16px;
    width: 192px;
}
#rightbar .sideheading {
	background: #00A850 url("/images/greenbar.gif") repeat-x bottom left;
	color: #FFF;
}
#rightbar .navbox {
	background: url("/images/rightbar.gif") repeat-y top right;
}
.sideheading span {
	float: right;
	font-size: 70%;
}
#recentlyviewed .sideheading, .fullwidth .sideheading {
    width: 935px;
}
/******************* left column and navigation ***********************/
#sidebar {	
	float: left;
	margin: 0;
	padding: 5px 0 50px 0;
	width: 222px;
}
.navbox {	
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
}
.navbox .nav {
	width: 190px;
	padding: 4px 16px;
	margin: 5px 0 10px 0;
	float: left;
	clear: both;
}
.navbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}	
.navbox li { 
	margin: 0;
	padding: 0;
	width: 100%;
	display: inline;
	position: relative;
	z-index: 777;
}
.navbox li a {
	display: block;
	text-decoration: none;
	padding: 3px 8px;
	margin: 0;
	color: #333;
	font-weight: bold;
}
.navbox li a:hover {
	background: #02a04b;
	color: #FFF;
}
.navbox ul li ul {
	font-size: 95%;
	margin-left: 20px;
	display: none;
}
/* sub nav links */
.tabs ul li:hover ul { display: block; z-index: 999; }

.tabs ul li {
	position: relative;
	z-index: 888;
	background: url("/images/menu_divider.gif") no-repeat left center transparent;
}
.tabs ul li.current {
	background: #00a850;
}
.tabs ul li ul {
	background: #FFF;
	width: 220px;
	display: none;
	font-weight: bold;
	left: 0;
	margin: 0;
	padding: 2px;
	position: absolute;
	top: 32px;
	z-index: 888;
	border-left: 1px solid #CCC;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.4);
	box-shadow: 0 3px 3px rgba(0,0,0,0.4);
}
.tabs ul li ul li {
	padding: 0;
	margin: 0;
	width: 220px;
	background-image: none;
}
.tabs ul li:hover ul li a {
	background-image: none;
}
.tabs ul li ul li a {
	padding: 5px 15px;
	margin: 0;
	width: 190px;
	color: #555;
	font-size: 100%;
	font-weight: normal;
	text-shadow: none;
	letter-spacing: 0;
}	
.tabs li.current ul li a {
	background: none;
}
.subnav, .subnavmenu li a {
	color: #555 !important;
}
.subnav:hover, .subnavmenu li a:hover {
	background: #02a04b !important;
	color: #FFF !important;
	border-radius: 0 !important;
}
.subnavheader {
	border-bottom: 1px solid #CCCCCC;
    color: #333333;
    display: block;
    font-weight: bold;
    margin: 0 15px 4px 15px;
    padding: 10px 0 5px;
    width: 190px;
}

.boxcenter {
	width: 188px;
	float: left;
	clear: both;
	padding: 10px 0;
	text-align: center;
}
/* latest products */
.boxpad {
	width: 170px;
	float: left;
	clear: both;
	padding: 10px;
}
.boxtitle {
	color: #000000;
	font-size: 150%;
	margin-bottom: 10px;
}
.productfeat {
	position: relative;
	clear: both;
	width: 100%;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
	float: left;
	font-size: 85%;
	line-height: normal;
	overflow-x: hidden;
	display: inline;
}
.navbox .productfeat {
	border-bottom: 1px solid #DDD;
}
.productfeat .featimage {
	float: left;
	left: 0;
	position: relative;
	text-align: center;
	width: 50px;
}
.productfeat .name {
	float: right;
	width: 130px;
	margin: 0;
	padding: 0;
}
#homefeatured, #recentlyviewed {
	width: 100%;
	float: left;
	clear: both;
	padding: 10px 0 0 0;
	margin: 0;
}
#recentlyviewed {
	border-top: 1px solid #DDDDDD;
}
#featured .productfeat , #recentlyviewed .productfeat {
	width: 150px;
	min-height: 190px;
	height: auto !important; /* IE6 hack */
	height: 190px;
	padding: 5px;
	clear: none;
	text-align: center;
}
#homefeatured .productfeat {
	min-height: 100px;
	height: auto !important; /* IE6 hack */
	height: 100px;
	padding: 10px 5px;
	clear: none;
	text-align: center;
    border: 1px solid #DDDDDD;
    margin: 4px;
    width: 222px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
#recentlyviewed .productfeat {
	width: 150px;
}
#featured .productfeat {
	width: 229px;
	background: #FFF url("/images/featured.png") no-repeat bottom right;
}
.copy .sideheading {
    margin: 0 0 5px;
    padding: 0;
    width: 717px;
}
#recentlyviewed .productfeat  {
	min-height: 100px;
	height: auto !important; /* IE6 hack */
	height: 100px;
}
#featured .productfeat .featimage, #recentlyviewed .productfeat .featimage {
	width: 100%;
}
#homefeatured .productfeat .featimage {
	float: left;
	width: 100px;
}
#featured .productfeat .name, #recentlyviewed .productfeat .name {
	clear: both;
	float: none;
	width: 100%;
	padding-top: 10px;
}
#homefeatured .productfeat .name {
	float: right;
	width: 120px;
	text-align: left;
}
.productfeat .name a {
	font-size: 130%;
	letter-spacing: -1px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.productfeat .name a:hover {
	text-decoration: underline;
}
#rightbar .best .productfeat {
	font-size: 90%;
	height: 12em;
}
#rightbar .best .productfeat .featimage {
	width: 100%;
	position: relative;
}
#rightbar .best .productfeat .name {
	width: 100%;
	text-align: center;
}
#associated {
	width: 100%;
	float: left;
	clear: both;
	padding: 10px 0;
	border-top: 1px dashed #efefef;
}
#associated .productfeat {
	clear: none;
	width: 155px;
	height: 6em;
	margin: 0 5px 6px 0;
}
.price {
	font-size: 150%;
	font-weight: bold;
}
.thumbimagewrap {
	position: relative;
	margin: 0 auto;
}
.thumbimagewrap img {
}
.brandbox, .collectionbox {
	width: 220px;
	height: 80px;
	padding: 30px 10px 10px;
	float: left;
	text-align: center;
	line-height: 80px;
	background: #FFF url("/images/corner-flap.gif") no-repeat bottom right;
}
.collectionbox {
	line-height: 100%;
	height: 200px;
	padding: 10px;
}
.collectionbox img {
	margin-bottom: 10px;
}
.brandbox a, .collectionbox a {
	text-decoration: none;
}
.brandbox a:hover, .collectionbox a:hover {
	text-decoration: underline;
}
/************************ right main content *********************/
.page {
	margin: 0;
	padding: 0;
	float: right;
	width: 738px;
	display: inline;
}
.fullwidth {
	width: 100% !important;
	background: #FFF;
}
.article-text {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.pagecontainer {
	position: relative;
	width: 495px;
	float: left;
	padding: 0;
	margin: 10px 0 0 0;
}
.bannerleft {
	width: 222px;
	float: left;
}	
.bannercenter {
    float: left;
    text-align: center;
    width: 960px;
}	
.bannerright {
	width: 730px;
	float: right;
}
.banner {
	margin-bottom: 8px;
}
#sidebar .banner {
	padding: 0 14px;
	margin: 2px 0 8px 0;
}
.article-text .copy {
	margin: 0;
	padding: 0 0 0 8px;	
	width: 487px;
	float: left;
	clear: both;
	display: inline;
}
.article-text .fullwidth .copy {
	width: 730px
}
.fullwidth .article-text .copy {
	width: 950px
}
.callback .fullwidth .article-text .copy {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #DDDDDD;
    margin: 30px 60px;
    padding: 20px;
    width: 800px;
}
#checkout .copy {
	padding: 10px;
	width: 940px;
	border: none;
}

/* shop page showing all cats and right col featured prods */
#mainprodcats, .mainprodcats {
	clear: both;
	width: 100%;
	float: left;
	line-height: normal;
}
.magnifiertext {
    background: url("/images/magnifier-icon.gif") no-repeat scroll 5px center #F6F6F6;
    border: 1px solid #EEEEEE;
    clear: both;
    color: #999999;
    font-size: 85%;
    margin: 0 0 0 75px;
    padding: 2px 10px;
    text-align: center;
}
.catintro {
	clear: both;
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	display: inline;
}
.categoryframe {
	width: 161px;
	height: 161px;
	padding: 4px;
	margin: 10px 10px 0 0;
	float: left;
	line-height: normal;
	font-size: 90%;
	background: #fff;
	text-align: center;
	border: 1px solid #efefef;
	overflow: hidden;
	position: relative;
}
.last .categoryframe {
	margin: 10px 0 0 0;
}
.catpix {
	padding: 5px 0 0 0;
}
.catpix img {
	padding: 0;
	margin: 0;
	width: 150px;
}
.catbox {
    bottom: 0;
    left: 0;
    padding: 2px 20px;
    position: absolute;
    width: 130px;
	background: #00A850;;
}
.catbox a {
	color: #FFF;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}
#featured .productframe {
    background: url("/images/product-frame-featured.gif") no-repeat scroll center top transparent;
    width: 165px;
	margin-right: 3px;
}
#featured .productframe.last {
	margin-right: 0;
}
.categoryframe a.name {
	display: block;
	margin: 0;
	font-weight: bold;
	color: #3a3a3a;
}
#pagingoptions {
	margin: 10px 0;
	float: left;
	color: #999;
}
#prodlistoptions {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #EEEEEE;
    clear: both;
    float: left;
    font-size: 90%;
    margin: 0 0 10px;
    padding: 5px 10px;
    width: 700px;
}
#prodlistoptions a {
	color: #BBB;
	font-weight: bold;
	text-decoration: none;
}
#prodlistoptions .left {
	width: 49%;
}
#prodlistoptions .left #options {
	width: 100%;
}
#prodlistoptions .left #options .textfield {
	margin: 0;
	padding: 0;
	width: 160px;
	font-size: 100%;
	float: left;
}
#prodlistoptions .left #options .inputbutton {
	font-size: 100%;
}
#prodlistoptions .right {
	width: 49%;
}
#prodlistoptions .right #perpageoptions {
	float: left;
	clear: both;
	width: 100%;
	margin: 6px 0 0 0;
	text-align: right;
}
#prodlistoptions .right #pagingoptions {
	padding: 10px 0;
	text-align: right;
}
#prodlistoptions .right #perpageoptions .perpageselected, #prodlistoptions .right #pagingoptions .pageselected {
	color: #333;
	text-decoration: none;
}
/**** style switcher ****/
#theme {
	float: left;
	clear: both;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
}
#theme li {
	margin: 0 0 0 6px;
	padding: 0;
	display: inline;
	font-size: 100%;
}
#theme li a {
	border-bottom: none;
	background-image: none;
}
#theme li a img {
	background: #dee6ed;
	margin: 0 2px 0 0;
}
#theme li a:hover img {
	background: #dd0303;
}
#theme li a img#theme-grid {
	background: #333;
}
#theme li a img#theme-list { background: #FFF; border: 0;}
#theme li a img#theme-grid { background: #333; border: 0;}
#theme li a:hover img#theme-grid { background: #333; }
#theme li a:hover img#theme-list { background: #333; }

#prodlist, .prodlist {
	clear: both;
	width: 100%;
	float: left;
	line-height: normal;
	padding: 0;
	margin: 0;
}
.productframe {
	padding: 18px 6px 6px 6px;
	margin: 0;
	float: left;
	line-height: normal;
	font-size: 85%;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.layout145 {
	width: 165px;
	background: url("/images/product-frame-small.gif") no-repeat top center;
}
.layout200 {
	width: 227px;
	background: url("/images/product-frame.gif") no-repeat top center;
}
.layout340 {
	width: 360px;
}
.layout460 {
	width: 480px;
}
.last .productframe {
	border-right: none;
}
.productframe .thumb {
	position: relative;
	overflow: hidden;
	padding: 4px;
	margin: 0;
	text-align: center;
	min-height: 160px;
}
.dropshadow {
	padding: 4px;
	border: 1px solid #EEE;
	-moz-box-shadow: 1px 1px 6px #CCC;
	-webkit-box-shadow: 1px 1px 6px #CCC;
	box-shadow: 1px 1px 6px #CCC;
}
.overlay {
	z-index: 80;
	position: absolute;
	top: 0px;
	left: 0px;
}
.overlay img {
	border: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.productframe .name {
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	font-weight: bold;
}
.productframe .name .desc {	
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	font-weight: normal;
	color: #999;
}
.productframe .name .longdesc {	
	display: none;
}
.productframe .price, .productfeat .price {
	display: block;
	margin: 4px 6px 4px 0;
	padding: 0;
	font-size: 110%;
	color: #00A850;
}
/*** home page featured prods ****/
#featured {
	margin: 15px 0 0 0;
	padding: 0 0 10px 0;
	width: 100%;
	float: left;
	clear: both;
	display: inline;
}
/* product detail page */
#prodpics {
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	width: 100%;
}
#prodpics #mainImageHolder {
	float: right;
	margin: 0;
	width: 375px;
	text-align: center;
	background: #FFF;
	position: relative;
	border: 1px solid #DDD;
	padding: 4px;
	display: inline;
}
#prodpics #mainImageHolder .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 62px;
	height: 62px;
	z-index: 100;
}
#prodpics #mainImageHolder #mainImage1 {
	width: 100%;
}
#prodpics #mainImageHolder #mainImage2 {
	visibility: hidden;
	overflow: hidden;
	display: none;
}
#prodpics #mainImageHolder #mainImage3 {
	visibility: hidden;
	overflow: hidden;
	display: none;
}
#prodpics #mainImageHolder #mainImage4 {
	visibility: hidden;
	overflow: hidden;
	display: none;
}
#prodpics #mainImageHolder #mainImage5 {
	visibility: hidden;
	overflow: hidden;
	display: none;
}
#prodpics #mainImageHolder #mainImage6 {
	visibility: hidden;
	overflow: hidden;
	display: none;
}
#prodpics #thumbs {
	margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
	left: 0;
    width: 84px;
	z-index: 10;
}
#prodpics #thumbs a {
	float: left;
	display: block;
	padding: 0;
	margin: 0 4px 4px 0;
	width: 70px;
	height: 71px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #DDD;
	background: #FFF;
	cursor: pointer;
}
#prodpics #thumbs a.thumblast {
	margin: 0;
}
#prodpics #thumbs a.zoomThumbActive {
	border: 1px solid #BBB;
}
#prodpics #thumbs img {
	padding: 0;
	margin: 0;
	max-width: 70px;
	max-height: 70px;
}
.prodinfocontainer {
	clear: both;
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
	display: inline;
}
.prodinfocontainer .inputbutton {
    float: left;
    margin: 0 0 3px 0;
    width: 200px;
}
#product #variantsubmitbutton {
	float: left;
	margin: 0 4px 0 0;
}
#variant1 {
	float: left;
	margin: 0;
	padding: 0;
}
#variant2 {
	float: left;
	margin: 0;
	padding: 0;
}
/* prod detail attribute icons */
.prodattributes {
	width: 100%;
	float: left;
	clear: both;
	padding: 10px 0 0 0;
	margin: 0;
}
.prodattributes img {
	margin: 0 5px 5px 0;
}
/* prod detail tabs */
.prodtabs {
	float: left;
	clear: both;
	padding: 1px;
	margin: 10px 0 0 0;
	width: 98%;
}
UL.tabNav {
	list-style: none;
	margin: 0;
	padding: 0 2%;
	clear: both;
	width: 96%;
	font-weight: bold;
	overflow: hidden;
	font-size: 100%;
	position: relative;
	top: 1px;
}
UL.tabNav LI {	
	float: left;
	background: #f0f0f0;
	margin: 0 4px 0 0;
	border:1px solid #DDDDDD;
	padding: 0;
	display: inline;
}
UL.tabNav Li A {
	color: #3a3a3a;
	float: left;
	display: block;
	background: #f0f0f0;
	padding: 5px 10px;
	text-decoration: none;
	margin: 0;
}
UL.tabNav LI.current {
	color: #3a3a3a;
	float: left;
	background: #fff;
	border-bottom: none;
	position: relative;
	top: 1px;
	-moz-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 0 2px rgba(0, 0, 0, 0.2);
}
UL.tabNav LI.current A.selected {
	float: left;
	display: block;
	background: #fff;
	padding: 5px 10px;
	text-decoration: none;
	margin: 0;
}
UL.tabNav LI A:focus {
	outline: 0;
}
.undertabs2 {
	float: left;
	width: 445px;
	margin:0;
	padding: 10px;
	clear: both;
	background: #fff;
	display: inline;
	border-top: 1px solid #DDD;
}
/* scrolling box */
.undertabs2 .scroll {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: auto;
}
.undertabs2 .reviewbox {
	border-top: 1px dashed #efefef;
	clear: both;
	float: left;
	padding: 10px 0;
	width: 100%;
	font-weight: 90%;
}
.undertabs2 .reviewbox .top {
	width: 100%;
	padding: 0 0 4px 0;
	float: left;
	clear: both;
	font-weight: bold;
}
.undertabs2 .reviewbox .reviewdetail {
	width: 100%;
	float: left;
	clear: both;
	padding: 0 0 4px 0;
}
/* my account pages */
#accountpage {
	margin: 0;
	padding: 10px 0 0 0;
	width: 100%;
	float: left;
	clear: both;
	border-top: 1px solid #CCC;
}
#accountpage .productframe {
	text-align: left;
	width: 100%;
	padding: 15px 0;
	border-top: 1px dotted #CCC;
}
#accountpage .productframe .notesbox {
	width: 550px;
	margin-right: 10px;
	text-align: right;
}
#accountpage .productframe .notesbox p {
	font-size: 100%;
}
#accountpage .productframe .notesbox form {
	display: inline;
}
#accountpage .productframe .notesbox .textfield {
	width: 540px;
}
.tablink {
	padding: 5px 10px;
	font-weight: bold;
	float: left;
	display: block;
	margin: 0 4px 0 0;
	position: relative;
	top: 1px;
	color: #777;
}
span.tablink {
	color: #333;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background: #FFF;
	position: relative;
	top: 1px;
	-moz-box-shadow: 2px -1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px -1px 2px rgba(0,0,0,0.3);
	box-shadow: 2px -1px 2px rgba(0,0,0,0.3);
}
a.tablink {
	background: #f0f0f0;
	text-decoration: none;
}
.history {
	float: left;
	clear: both;
	padding: 10px 0 10px 0;
	margin: 0;
	border-bottom: 1px dashed #efefef;
	width: 100%;
}
.history .hdate {
	float: left;
	clear: left;
	padding: 0 0 2px 0;
}
.historytwo {
	padding: 10px 0 10px 0;
	display: none;
	border-bottom: 1px dashed #efefef;
	background: #f0f0f0;
	clear: both;
	padding: 10px;
}
.historyadd {
	width: 50%;
	float: left;
	margin: 0; 
	padding: 0 0 8px 0;
}
.historytb {
	background: #F9F9F9;
	border: 1px solid #AAA;
	margin: 0 0 10px 0;
	padding: 6px;
}
/*** site map ****/
.sitemap td {
	margin: 0;
	padding: 2px;
}
.sitemap h4 {
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
}
.sitemaptop {
	margin: 0;
	padding: 0 0 2px 0;
	display: block;
	clear: both;
}
.sitemapsub {
	margin: 0 0 0 18px;
	padding: 0 0 2px 0;
	float: left;
}
.sitemapsub a {
	font-weight: normal;
}
.sitemapsub a:hover {
	color: #3a3a3a;
}
.sitemapprod1 {
	margin: 0 0 0 18px;
	padding: 0;
	display: block;
}
.sitemapprod1 a {
	color: #999;
	text-decoration: none;
}
.sitemapprod1 a:hover {
	color: #3a3a3a;
}
.sitemapprod2 {
	margin: 0 0 0 36px;
	padding: 0;
	display: block;
}
.sitemapprod2 a {
	color: #999;
	text-decoration: none;
}
.sitemapprod2 a:hover {
	color: #3a3a3a;
}
/* shopping basket and checkout */
.basketprocess {
	width: 100%;
	clear: both;
	text-align: center;
	padding: 0;
	margin: 0 0 18px 0;
}
.basketprocess td {
	width: 188px;
	border-bottom: 1px solid #efefef;
	margin: 0;
	padding: 0;
	font-size: 85%;
	text-align: center;
}
.basketprocess td.on {
	background-color: #02a04b;
	color: #FFF;
}
.basketprocess td.on b {
	font-size: 150%;
}
.basketprocess td.off {
	color: #444;
}
.basketimage {
	max-height: 40px;
	max-width: 40px;
}
.odd {
	background: #f6f6f6;
}
/*** news pages ***/
.bloglist, .eventlist {
	width: 425px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 60px;
	float: left;
	clear: both;
	border-bottom: 1px dashed #efefef;
}
.bloglist {
	background: #FFF url("/images/blog.png") no-repeat top left;
}
.eventlist {
	background: #FFF url("/images/event.png") no-repeat top left;
}
.bloglist dt, .eventlist dt {
	font-size: 170%;
	margin: 0 0 8px 0;
	line-height: normal;
}
.bloglist dt span, .eventlist dt span {
	font-size: 60%;
	color: #999;
}
.bloglist dd img, .eventlist dd img {
	padding: 0; 
	background: #FFF;
}
.bloglist dd img.thumb, .eventlist dd img.thumb {
	width: 85px;
	float: left;
	margin: 0 10px 10px 0;
}
.bloglist dd .readmore, .eventlist dd .readmore {
	padding: 8px 0 0 0;
}
.bloglist img {
	max-width: 430px;
}
/**** search page ****/
#pagesearchresults {
	float: left;
	clear: both;
	width: 100%;
	margin: 20px 0 0 0;
}
#pagesearchresults p {
	margin-left: 10px;
}
#pagesearchresults em {
	background: #FF0;
	padding: 0 2px;
}
/************************ right column *********************/
#rightbar {	
	float: right;
	margin: 7px 7px 0 0;
	padding: 0;
	width: 222px;
	display: inline;
}
#rightbar .whitebox {
	width: 168px;
	float: left;
	clear: both;
	padding: 10px;
	margin: 0;
	background: #fff;
}
#rightbar .whitebox .boxtitle {
	font-size: 120%;
	color: #3a3a3a;
}
#rightbar .whitebox .review {
	width: 100%;
	font-size: 90%;
	padding: 10px 0 0 0;
}
#rightbar .whitebox .review .pad {
	width: 100%;
	padding: 0 0 10px 0;
}
#rightbar .whitebox .review a {
	color: #3a3a3a;
}

/* product detail */
#product #rightbar .proddesc {	
	margin: 0 0 1em 0;
	padding: 0;
	color: #3a3a3a;
	font-size: 90%;
}
#product #rightbar .proddesc p {	
	font-size: 100%;
}
#product .big {
	font-size: 140%;
	display: block;
	margin: 0;
	padding: 4px 0 4px 0;
	font-weight: bold;
}
/********************* footer *********************/
#footer {
	margin: 0;
	padding: 0;
	width: 960px;
	float: left;
	clear: both;
	display: inline;
	line-height: normal;
}
#footer p {
	color: #999;
}
#footer h5 {
	font-weight: bold;
	color: #666;
}
#footer #footerlinks {
	color: #FFF;
	padding: 8px 20px;
	margin: 0 10px 10px 10px;
	width: 900px;
	float: left;
	font-size: 85%;
	background: #a1a39e url("/images/bkg_footer.gif") repeat-x top left;
}
#footer #footerlinks ul {
	color: #FFF;
	margin: 0;
	padding: 0;
	float: left;
}
#footer #footerlinks li {
	display: inline;
	margin: 0 10px;
	font-size: 100%;
}
#footer #footerlinks p {
	color: #FFF;
	margin-top: 0;
	margin-bottom: 0;
}
#footer #footerlinks a {
	padding: 0;
	color: #FFF;
	text-decoration: none;
}
#footer #footerlinks a:hover {
	text-decoration: underline;
}
#footer a {
	padding: 0 2px;
	text-decoration: none;
	color: #777;
}
#footer a:hover {
	text-decoration: underline;
	color: #02a04b;
}
.copyright {
	float: left;
	font-size: 100%;
	margin-right: 10px;
}
.credit {
	float: right;
	font-size: 100%;
}
#footertop {
	clear: both;	
	border-top: 1px solid #DDD;
	padding: 15px 0;
	float: left;
	width: 100%;
}
#footertop {
	background: url("/images/bkg_footertop.gif") repeat-x top left;
}
#footertop .left {
	padding: 0 1%;
	width: 13%;
	background: url("/images/footer_divider.gif") no-repeat center left;
	min-height: 100px;
}
#footertop #sagepay {
	width: 21%;
}
#footertop ul {
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
}
#footertop li {
	margin: 0.2em 0;
}
#quicksubscribe .textfield {
	width: 160px;
	font-size: 100%;
}
#quicksubscribe label {
	font-size: 85%;
	color: #999;
}
/********************* MISC ***********************/
.mid {
	vertical-align: middle;
}
a img {
	border: none;
}
.hide {
	display: none;
}
dl, dt, dd {
	margin: 0 0 5px 0;
	padding: 0;
}
#confbox, #errbox {
	clear: both;
	float: left;
	margin: 10px auto;
	padding: 15px 5%;
	width: 90%;
	text-align: center;
	font-weight: bold;
}
#confbox {
	color: #009900;
	border-top: 1px solid #009900;	
	border-bottom: 1px solid #009900;
	background: #EEFFEE;
}
#errbox {
	color: #CC0000;
	border-top: 1px solid #CC0000;	
	border-bottom: 1px solid #CC0000;
	background: #FFEEEE;
}
#errbox a {
	color: #CC0000;
	text-decoration: underline;
}
#errbox a:hover {
	color: #000000;
}
.noticebox {
	color: #333;
	border: 1px solid #CCCC00;	
	background: #FFFFEE;
	padding: 5px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
/**** form styles ****/
fieldset { 
	margin: 0; 
	padding: 0; 
	border: none; 
}
form {
	clear: both;
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
	font-size: 90%;
}
.productfeat label {
	font-size: 85%;
}
.textfield {
	background:url("/images/bkg_field.jpg") repeat-x scroll left top #FFFFFF;
	border:1px solid #AAA;
	color:#999;
	font-size:115%;
	margin:0 0 6px 0;
	padding:4px 6px;
	vertical-align:middle;
	width:90%;
	-moz-box-shadow: -1px -1px 1px #DDD;
	-webkit-box-shadow: -1px -1px 1px #DDD;
	box-shadow: -1px -1px 1px #DDD;
}
.textfield.textfieldxsmall {
	width: 10%;
}
.textfield.textfieldsmall {
	width: 33%;
}
.textfield.textfieldmedium {
	width: 66%;
}
.requirederror {
	border-color: #C00;
}
.qty {
	width: 1.5em;
	border: 1px solid #999;
	font-size: 130%;
	text-align: center;
}
.rrp {
	color: #333;
}
.inputbutton {
	color: #888;
	font-weight: bold;
	padding: 2px 10px;
	margin: 0;
	text-shadow: 1px 1px 0 #EEE;
	text-decoration:none;
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	background: url('/images/gradient.gif') repeat-x bottom;
	background-image: -moz-linear-gradient(center top, rgba(255, 255, 255, 0.6), rgba(220, 220, 220, 0.6));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.6)), color-stop(1, rgba(220, 220, 220, 0.6)));
	border-top: 1px solid rgb(200, 200, 200);
	border-right: 1px solid rgb(150, 150, 150);
	border-bottom: 1px solid rgb(150, 150, 150);
	border-left: 1px solid rgb(200, 200, 200);
	text-align: center;
	cursor: pointer;
}
.inputbutton:hover, .inputbutton:focus {
	-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	border-top: 1px solid rgb(170, 170, 170);
	border-right: 1px solid rgb(120, 120, 120);
	border-bottom: 1px solid rgb(120, 120, 120);
	border-left: 1px solid rgb(170, 170, 170);
	color: #444;
	text-decoration: none !important;
	background: url('/images/gradient-on.gif') repeat-x bottom;
	background-image: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.6), rgba(195, 195, 195, 0.6));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.6)), color-stop(1, rgba(200, 200, 200, 0.6)));
}
a.inputbutton {
	color: #888;
}
a.inputbutton:hover {
	color: #444;
}
a.bluebutton {
	color: #FFF;
}
a.bluebutton:hover {
	color: #FFF;
}
.biginputbutton {
	font-size: 140%;
	padding: 3px 20px;
}
.bluebutton {
	border: 1px solid #289033;
	color: #FFF;
	text-shadow: 1px 1px 0 #287390;
	background: #267f3c url('/images/blue-gradient.gif') repeat-x top;;
	background: -moz-linear-gradient(top, #ccead8 0%, #00a850 5%, #00a850 41%, #007f41 62%, #006335 95%, #004f2c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccead8), color-stop(5%,#00a850), color-stop(41%,#00a850), color-stop(62%,#007f41), color-stop(95%,#006335), color-stop(100%,#004f2c)); /* Chrome,Safari4+ */
}
.bluebutton:hover, .bluebutton:focus {
	border: 1px solid #000;
	color: #FFF;
	text-shadow: 1px 1px 0 #000;
	background: #333 url('/images/blue-gradient-on.gif') repeat-x top;;
	background: -moz-linear-gradient(top, #999999 0%, #444444 8%, #444444 37%, #222222 65%, #222222 93%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(8%,#444444), color-stop(37%,#444444), color-stop(65%,#222222), color-stop(93%,#222222), color-stop(100%,#000000));
}
.promotion {
	float: left;
	width: 89%;
	padding: 1% 10% 1% 1%;
	margin: 5px 0;
	background: #FFF url("/images/offer.gif") no-repeat top right;
	border: 1px dashed #efefef;
}
.promotion img {
	float: left;
	margin-right: 15px;
}
.promotiontext {
	margin-left: 80px;
}
.categoryheaderimage {
	margin-bottom: 10px;
}
.categorylogoimage {
	float: right;
	margin: 0 0 5px 10px;
	position: relative;
	top: -40px;
}
#newvoucher {
	vertical-align: middle;
}
#jquery-live-search {
	background: #FFF;
	color: #333;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;
	width: 276px !important;
	z-index: 888;
	margin-left: -8px;
	margin-top: 0;
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
}
#jquery-live-search a {
	color: #211728;
}
#jquery-live-search p {
	font-weight: bold;
}
#jquery-live-search ul {
	padding: 0;
}
#jquery-live-search li {
    border-top: 1px dotted #CCCCCC;
    clear: both;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 5px 0;
    width: 100%;
}
.quicksearchimage {
	float: left;
	margin-right: 5px;
	height: 40px;
	width: 40px;
}
.quicksearchimage img {
	height: 40px;
	max-width: 40px;
}
.quicksearchsummary {
	font-size: 85%;
	color: #999;
}
.loginprompt {
	width: 420px;
	height: 14em;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
.flashwrap {
	position: relative;
}
.flashcover {
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}
.flashcover a, .flashcover img {
	display: block;
	height: 100%;
	width: 100%;
	border: 0;
}
#brandjump {
	width: 100%;
	padding-left: 12px;
	border: 1px solid #3a3a3a;
}
.foldout {
	clear: both;
	padding: 5px 0;
	color: #999;
	width: 100%;
	border-top: 1px solid #CCC;
}
.foldouttoggle {
	cursor: pointer;
	padding-left: 20px;
	background: url("/images/expand.gif") no-repeat center left;
	font-weight: bold;
	text-decoration: none;
}
.foldouttoggle:hover {
	text-decoration: underline;
}
.foldoutopen {
	background: url("/images/collapse.gif") no-repeat center left;
}
.foldoutbox {
	display: none;
}
.postcodeanywherebox {
	width: 460px;
	background: #f4f6f7;
	border: 4px solid #efefef;
	padding: 5px;
	margin: 10px 0;
}
#presearch {
	margin: 10px 0;
	clear: both;
	float: left;
	width: 100%;
	font-weight: bold;
	color: #02a04b;
}
#presearch .inputbutton {
	float: right;
	margin-right: 5px;
	font-size: 11px;
}
.filternavbox .productfeat {
	width: 175px;
	color: #333;
	font-size: 100%;
	padding: 4px;
	margin: 5px 0 0 0;
	border: 0;
}
#filterform {
	
}
.label {
	display:block;
	padding:2px 0 4px;	
	border: 1px solid #CCC;
	background: #F6F6F6;
	margin: 2px 0;
}
.selectedlabel {
	background: #02a04b;
	color: #FFF;
	font-weight: bold;
}
.sublabel {
	color: #999;
	margin-left: 25px;
	font-size: 85%;
	font-weight: normal;
}
.selectedlabel .sublabel {
	color: #FFF;
}
.addtobasket select {
	width: 140px;
}
.inbasket .itemcount {
	background: url("/images/tick.png") no-repeat center left;
	padding-left: 30px;
	float: left;
	line-height: 220%;
}
.pricebox {
	float: right;
	text-align: right;
	margin: 4px 0 0 4px;
}
.prodinfocontainer h1 {
	clear: none;
	float: left;
	width: 360px;
}
.sitemapbox {
	width: 216px;
	float: left;
	padding-bottom: 20px;
	margin: 0 10px 20px 10px;
	border-bottom: 1px dotted #CCC;
}
.copytable td {
	border: 1px solid #efefef;
}
#homepagetext {
	color: #333;
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 5px 10px;
	z-index: 10;
	background: url("/images/transparent.png") repeat top left;
	background: rgba(255,255,255,0.6);
	max-width: 280px;
	width: auto !important; /* IE6 fix */
	max-width: 280px;
	max-height: 300px;
	height: auto !important; /* IE6 fix */
	max-height: 300px;
}
#homepagetext p {
	margin: 0.2em 0;
}
#myaccount {
	background: #333;
	padding: 5px 10px;
	color: #FFF;
	margin: 0 0 10px 0;
}
#myaccount h2 {
	font-size: 230%;
	color: #FFF;
	margin: 0 0 5px 0;
}
#myaccount p {
	margin: 0;
}
.brandlogo {
	margin-bottom: 15px;
}
#variant1 label, #variant2 label {
	background: none repeat scroll 0 0 #FFF;
    border: 1px solid #CCC;
    display: block;
    float: left;
    margin: 0 2px 2px 0;
    padding: 4px 12px;
    position: relative;
}
#variant1 label:hover, #variant2 label:hover {
	background: #EEE;
	border: 1px solid #999;
}
#variant1 label input, #variant2 label input {
	position: absolute;
	right: 99999px;
	top: 0;
}
#variant1 label.varianton, #variant1 label:active, #variant2 label.varianton, #variant2 label:active {
	background: #02a04b;
	color: #FFF;
	border: 1px solid #900;
}
#variant1 label.variantoff, #variant2 label.variantoff {
	background: #FFF;
	color: #EEE;
	border: 1px solid #EEE;
}
.categorybannerimage {
	margin-bottom: 1px;
}
.categorybannerheader {
    background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 15px;
    padding: 2px 10px;
}
#countryflag {
	margin: 0 10px 0 30px;
}
/* brand scroller */
div.scrollingHotSpotLeft {
	width: 20px;
	height: 100%;
	position: absolute;
	z-index: 200;
	left: 0;
	background: #FFF url("/images/arrow-left.gif") no-repeat center center;
}

div.scrollingHotSpotRight {
	width: 20px;
	height: 100%;
	position: absolute;
	z-index: 200;
	right: 0;
	background: #FFF url("/images/arrow-right.gif") no-repeat center center;
}

div.scrollWrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea {
	position: relative;
	width: auto;
	height: 100%;
}

#brandscroller {
	clear: both;
	float: left;
	width: 960px;
	height: 70px;
	position: relative;
}

#brandscroller div.scrollableArea a {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	height: 70px;
	width: 140px;
	text-align: center;
}
.productleft {
	width: 460px;
	padding: 0 10px;
	float: left;
}
.productright {
	width: 460px;
	padding: 0 10px;
	float: right;
}
#youcanalso {
	clear: both;
	float: left;
	padding: 10px;
	font-size: 85%;
}
#youcanalso .inputbutton {
	margin: 0 5px 5px 0;
	float: left;
}
.collectionitem {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #DDD;
	padding: 5px 0;
	position: relative;
}
.collectionitemtext {
	margin-left: 80px;
}
.collectionitemimage {
	float: left;
}
.collectionitem .price {
	font-size: 100%;
}
#alsobought, #alsolike {
	border-top: 1px solid #DDD;
	float: left;
	width: 445px;
	padding: 10px;
	margin: 10px 0;
}
#alsobought .productfeat, #alsolike .productfeat {
	float: left;
	clear: none;
	width: 138px;
	margin: 0 5px;
	padding: 0;
}
#alsobought .productfeat .name, #alsolike .productfeat .name {
	float: left;
	clear: both;
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
}
#alsobought .productfeat .featimage, #alsolike .productfeat .featimage {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.qtywrap {
    float: left;
    padding-right: 16px;
    position: relative;
	width: 50px;
}
.qtywrap strong {
	margin-right: 5px;
	line-height: 220%;
}
.qtywrap .qty {
	float: right;
}
.qtyup {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.qtydown {
	position: absolute;
	bottom: 6px;
	right: 0;
	cursor: pointer;
}
.collectionitem .qty, #basket .qty {
	font-size: 110%;
	padding: 2px 4px;
}
.collectionitem .qtywrap, #basket .qtywrap {
    padding-right: 12px;
    margin-right: 0;
}
.collectionitem .qtywrap strong, #basket .qtywrap strong {
	margin-right: 5px;
	line-height: 170%;
}
.collectionitem .qtyup, .collectionitem .qtydown, #basket .qtyup, #basket .qtydown {
	width: 12px;
	height: 11px;
	right: 0;
}
.ajaxloading {
	background: url("/images/ajax-loader.gif") no-repeat center right;
	padding-right: 24px;
}
.attributes img {
	margin: 0 5px 5px 0;
}
.attributes p {
	margin-bottom: 15px;
}
#stockistresults {
	width: 100%;
}
#stockistresults th {
	background: #02a04b;
	color: #FFF;
	font-size: 150%;
	text-align: left;
	padding: 8px 4px;
}
#quickorder, #quickadd {
	margin: 0 20px;
}
#quickorder tr {
	border-top: 1px dotted #DDD;
}
#quickorder .inputbutton {
	margin: 20px 0 40px 0;
}
#quickorder .heading h4 {
	margin: 10px 0 0 0;
}
.latestblog {
	clear: both;
	padding: 10px 16px;
}
#newsletterbox {
    background: url("/images/newsletterbox.gif") repeat-x scroll left bottom #747273;
    clear: both;
    color: #EEE;
    float: left;
    margin: 0 14px;
    padding: 10px;
    width: 170px;
	display: inline;
}
#newsletterbox h5 {
	color: #FFF;
	font-size: 130%;
}
#socialmedia {
	clear: both;
	float: left;
	margin: 16px;
}
#socialmedia a {
	margin-right: 10px;
}
#prescriptionrequired {
	float: left;
	width: 100%;
}
#prescriptionrequired a {
	background: #ffffc3;
	border: 1px solid #febd59;
	padding: 5px 10px;
	float: left;
	text-decoration: none;
}
