/*Main stylesheet for KMI ClubVersion 1.0Colours:Black: #000Dark Grey: #333Light Grey (borders): #d7d7d7Purple: #93117e*/ /* Import reset styles */@import 
url("reset.css");
body {
	background: url('../images/navigation-background.png') 0 100px repeat-x;
	font: 62.5%/ 1.5em normal  Arial, sans-serif;
	color: #333;
}

a {
	text-decoration: none;
}

a:active {
	outline: none;

}

.hide {
	display: none !important;

}

a:focus {
	-moz-outline-style: none;
	outline: none;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

#viewbasket{
	display: inline;
	float: left;
}

.promobadge{
	position: absolute;
	margin-left: -99px;
	z-index: 1000;


	
	}

/****** GENERAL ******/p,li,label {
/*	font: 11px/ 16px , Arial, sans-serif;
 */font: 12px/ 16px  Arial, sans-serif;
}

label {
	font-weight: bold;
}

a,a:visited {
	color: #93117e;
}
a:hover {
color: #333;
}

a img {
	border: none;
}

h2 {

	color: #93117e;
	margin: 0 0 20px 0;
}

.hidden {
	display: none;
}

.boldtext {
	font-weight: bold;
}

strong.purplehighlight {
	color: #93117E;
	font-weight: bold;
}

.required {
	color: #93117E;
	font-size: 14px;
}

li.active a {
	margin: 0px 0px 3px 0px;
	
	}

.requiredFields {
	padding: 4px 0px 0px 0px;
	font-size: 12px;
}

ul.messages  {
	border:0 !important;
}

.messages li {
	min-height: 15px !important;
	margin-bottom:11px !important;
	padding:10px 8px 2px 32px !important;
	font-weight:bold !important;
}

.messages ul li {
	margin:0 0 3px 0 !important;
	border:0 !important;
	padding:0 !important;
}

.error-msg {
	color:#df280a !important;
	background: url(/skin/frontend/kmiclub/default/images/error_msg_icon.gif) no-repeat 10px 10px !important;
}

.success-msg {
	border:1px solid #95a486 !important;
	color:#3d6611 !important;
	background:#eff5ea url(/skin/frontend/kmiclub/default/images/success_msg_icon.gif) no-repeat 10px 10px !important;
}

.notice-msg {
	border:1px solid #ffd967 !important;
	background:#fffbf0 url(/skin/frontend/kmiclub/default/images/note_msg_icon.gif) no-repeat 10px 10px !important;
	color:#3d6611 !important;
}

.warning-msg {
	border:1px solid #666e73 !important;
	background:#e6e6e6 url(/skin/frontend/kmiclub/default/images/warning_msg_icon.gif) no-repeat 10px 10px !important;
	color:#000000 !important;
}

/****** HEADER ******/
#header {
	height: 100px;
	position: relative;
}

#headerlogo {
	position: absolute;
	left: 10px;
	top: 6px;
}

#basketinfo {
	position: absolute;
	right: 10px;
	top: 7px;
	height: 23px;
	width: 650px;
}

#basketinfo	p {
	line-height: 23px;
	font-size: 11px;
	font-weight: bold;
	margin: 0 19px 0 0;
	text-transform: uppercase;
	width: 516px;
	float: left;
	text-align: right;
}

#basketinfo span {
	font-size: 13px;
	line-height: 23px;
	margin: 0 14px;
	color: #b7b7b7;
}

#searchbox {
	position: absolute;
	right: 10px;
	top: 62px;
	height: 23px;
	width: 203px;
	float: right;
	text-align: right;
}

#searchinput {
	float: left;
	background: url('../images/search-background.png') 0 0 no-repeat;
	height: 23px;
	width: 163px;
	vertical-align: middle;
}

#searchinput input{
	padding: 0px 9px 0px 3px !important;
	margin: 0px 0px 0px 0px;
	color: #333;
	height: 23px !important;
	font-size: 14px;
}

#searchbutton {
	float: left;
	height: 23px;
	width: 30px;
	margin: 0 0 0 10px;
}

input#s, input#sfn {
	border: none;
	background: none;
	width: 163px;
	height: 23px;
	color: #959595;
	outline: none;
	padding: 3px 9px 0;
}
/****** NAVIGATION ******/
#navigation {
	height: 30px;
}

#nav {
	height: 30px;
	width: 960px;
	list-style: none;
}

#nav li {
	float: left;
	list-style: none;
}

#nav a,#nav a:visited {
	background: url('../images/navigation-sprite.png') 0 0 no-repeat;
	height: 30px;
	display: block;
	outline: none;
}

#nav a.brands,#nav a:visited.brands {
	background-position: 0 0;
	width: 70px;
}

#nav a:hover.brands, #nav li.active a.brands, .brandsactive  {

	background-position: 0 -30px !important;
}

#nav a.skincare,#nav a:visited.skincare {
	background-position: -70px 0;
	width: 100px;
}

.skincareactive, #nav a:hover.skincare,#nav li.active a.skincare {
	background-position: -70px -30px !important;
}

#nav a.bath,#nav a:visited.bath {
	background-position: -170px 0;
	width: 110px;
}

#nav a:hover.bath,#nav li.active a.bath, .bathbodyactive {
	background-position: -170px -30px !important;
}

#nav a.haircare,#nav a:visited.haircare {
	background-position: -280px 0;
	width: 95px;
}

#nav a:hover.haircare,#nav li.active a.haircare, .haircareactive {
	background-position: -280px -30px !important;
}

#nav a.fragrance,#nav a:visited.fragrance {
	background-position: -375px 0;
	width: 110px;
}

#nav a:hover.fragrance,#nav li.active a.fragrance, .fragranceactive {
	background-position: -375px -30px !important;
}

#nav a.men,#nav a:visited.men {
	background-position: -485px 0;
	width: 65px;
}

#nav a:hover.men,#nav li.active a.men , .menactive{
	background-position: -485px -30px !important;
}

#nav a.mother-baby,#nav a:visited.mother-baby {
	background-position: -550px 0;
	width: 133px;
}

#nav a:hover.mother-baby,#nav li.active a.mother-baby, .motherbabyactive{
	background-position: -550px -30px !important;
}

#nav a.gifts,#nav a:visited.gifts {
	background-position: -683px 0;
	width: 92px;
}

#nav a:hover.gifts,#nav li.active a.gifts {
	background-position: -683px -30px;
}

#nav a.offers,#nav a:visited.offers {
	background-position: -775px 0;
	width: 92px;
}

#nav a:hover.offers,#nav li.active a.offers {
	background-position: -775px -30px;
}

#nav a.blog,#nav a:visited.blog {
	background-position: -867px 0;
	width: 93px;
}

#nav a:hover.blog,#nav li.active a.blog {
	background-position: -867px -30px;
}
/****** HOME CONTENT ******/
#banner {
	height: 368px;
	overflow: hidden;
	position: relative;
	padding: 1px 0px 0px 0px;
}

#controls {
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 100;
}

div.control {
	float: left;
	width: 26px;
	height: 12px;
	background: #e5e5e5;
	margin: 1px 2px 0 0;
}

div.activecontrol {
	background: #999;
}

#controls p {
	display: inline;
	line-height: 13px;
	font-weight: bold;
	margin: 0 0 0 19px;
}

#controls span {
	font-size: 13px;
	line-height: 13px;
	margin: 0 11px;
	color: #b7b7b7;
}

#features {
	border-top: 1px solid #d7d7d7;
	padding: 10px 0 0 0;
	margin: 17px 0 0 0;
	height: 299px;
}

div.feature {
	float: left;
	width: 235px;
	height: 299px;
	display: inline;
}

#stylingtips {
	margin: 0 0 0 -5px;
	width: 250px;
}

#competition {
	background: url('../images/win-products.jpg') 0 0 no-repeat;
	position: relative;
}

#registerinput {
	position: absolute;
	top: 175px;
	right: 28px;
	height: 23px;
	width: 175px;
	background: url('../images/email-background.png') 0 0 no-repeat;
}

#registerbutton {
	position: absolute;
	top: 219px;
	left: 24px;
	height: 21px;
	width: 71px;
}

input#e {
	border: none;
	background: none;
	width: 183px;
	height: 23px;
	color: #959595;
	outline: none;
	padding: 1px 9px 0 2px;
}

/****** BREADCRUMBS ******/
#breadcrumbs {
	height: 25px;
	border-bottom: 1px solid #d7d7d7;
	padding: 1px 10px 0px 10px;
	margin: 0;
}

#breadcrumbs strong{
	font-size: 11px;
}

#breadcrumbs p {
	line-height: 27px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}

#breadcrumbs a {
	text-decoration: underline;
}
/****** MAIN ******/
#mainbody {
	overflow: hidden;
	margin: 20px 0;
}

#maincontent {
	float: right;
	width: 730px;
	padding: 0px 0px 20px 0px;
	color: #333333;
}

#maincontent h4, #maincontent-1column h4 {
	font-size: 24px;
	line-height: 24px;
	margin: 6px 0px 24px;
	padding: 0 10px;
	color: #93117e;
	font-weight: bold;
}

h4.flushtotop {
	font-size: 24px !important;
	margin: 0px !important;
	padding: 3px 0px 20px 0px !important;
	border-bottom: none !important;
}

.registersub {
	font-size: 18px !important;
	font-weight: bold;
	padding-bottom: 20px !important;
}

#maincontent-1column p {
	font-size: 12px;
	line-height: 18px;
	color: #333;
}

#maincontent p {
	font-size: 12px;
	color: #333;
}

#basketinfo a {
	font-size: 11px;
	text-decoration : none;
}

#maincontent a, #maincontent-1column a {
	text-decoration: underline;
	padding: 0px;
}

#maincontent span, #maincontent-1column span {
	color: #93117e;
}

/****** NEWSLETTER ******/
#signup p {
	font-weight: bold;
}

#signup h4 {
	font-size: 14px;
	margin: 28px 0 0 0;
	color: #93117e;
}

 #signup h1, #checkouthead h3 {
font: 24px/ 24px Arial, sans-serif;
color: #93117e !important;
margin: 20px 0 15px 0;
}

#signupoptions,#interest {
	margin: 27px 0;
	overflow: hidden;
	clear: both;
}

div.checkboxes {
	float: left;
	width: 210px;
}

div.checkboxes	p {
	margin: 0 0 4px 0;
}

#signupform input {
	position: relative;
	top: 2px;
}

#signupform label {
	margin: 0 0 0px 12px;
	font-weight: bold;
}

#signupform #messages .success-msg{
	width: 310px;

}

#emailsection {
	overflow: hidden;
}

#emailinput {
	float: left;
	width: 355px;
	height: 23px;
}

#emailinput label {
display: block;
float: left;
width: 80px;
height: 24px;
line-height: 24px;
margin: 0;
}

#frmemail{
	width: 265px;
	
	}

#emailbutton {
float: left;
width: 56px;
height: 23px;
margin: 0 0 0 12px;
}
/****** SHOP ******/
#shopbodyhome {
overflow: hidden;
margin: 0px 0;
}

#shopbody {
overflow: hidden;
margin: 20px 0 0 0;
}

#sidenavigation {
float: left;
width: 162px;
}

#shopbody h1 {
	font-size: 24px;
	margin: 23px 0px;
	line-height: 24px;
	}

#sidenavigation ul {
margin: -1px 0 18px 0;
}

#sidenavigation ul li {
margin: 0 0 3px 0;
}

#sidenavigation ul a,#sidenavigation ul a:visited {
background: #cccccc;
line-height: 16px;
font-weight: bold;
display: block;
width: 146px;
padding: 3px 0 2px 10px;
color: #333}

#sidenavigation ul a:hover,#sidenavigation ul li.active a, li.level1active a, li.level1active a:hover  {
background: #333;
color: #fff;
}

/* hide anything but the top level in side navigation */
#sidenavigation ul.level0 {
  display: none;
}

#sidenavigation .parent ul.level0 {
  display: block;
}

/*
.category-offers #sidenavigation .parent ul.level0 {
  display: none;
}
*/




li.level1active a  {
padding: 2px 0px 2px 15px !important;
width: 141px !important;
color: #93117e !important;
background: white !important;

}

li.level1active a:hover  {
background: #333 !important;
color: #fff !important;
}

#sidenavigation img {
margin: 0 0 0px 0;
}

#shopmain {
float: right;
width: 790px;
}

#shopmaintop {
background: url('../images/shop-main-top.png') 0 0 no-repeat;
height: 47px;
margin: 11px 0 0 0;
}

#shopmainbody {
background: url('../images/shop-main-body.png') 0 0 repeat-y;
overflow: hidden;
padding: 0 25px 0 20px ;
}

#shopmainbottom {
background: url('../images/shop-main-bottom.png') 0 0 no-repeat;
height: 47px;
margin: 7 0 16px 0;
 }

div.tab {
float: left;
height: 39px;
width: 205px;
text-align: center;

}

div.tab p {
line-height: 39px;
font-weight: bold;
color: #000;
}

div.tab, div.tab h1 {
line-height: 39px;
font-weight: bold;
color: #000;
display: inline;
font-size: 12px !important;
}

div.tab span {
color: #93117e;
margin: 0 6px;
}

div.bottomtab {
margin: 8px 0 0 0;
}

#productfilter {
float: right;
height: 25px;
width: 500px;
margin: 7px 10px 0 0;
text-align: right;
font-size: 12px;
 }

#productfilter select{
margin: 0px 0px 0 10px;
padding: 0;
width: 100px;
 }

#filterform select {
width: 159px;
padding: 2px 0 2px 2px;
font-size: 11px;
margin: 0 0 0 3px;
}

#filterform	label {
line-height: 25px;
font-weight: bold;
color: #000;
}

#pagination {
float: right;
height: 39px;
width: 330px;
margin: 8px 10px 0 0;
text-align: right;
}

#pagination	p {
line-height: 39px;
font-weight: bold;
}

#pagination .pagenumber {
margin: 0 3px;
}

#pagination a.pagenumber {
text-decoration: underline;
}

#pagination .next,#pagination .viewall {
margin: 0 0 0 12px;
text-transform: uppercase;
}

.product-pricing li {
padding: 0px 15px;
}

.price {
white-space: nowrap;
}

div.product {
width: 350px;
padding: 0 10px 0 0;
margin: 24px 0;
overflow: hidden;
}

#shopbody .upsell h4          {
  margin: 10px 0px 0px 0px; 
  font-size:20px;
  line-height:30px;
  color: #93117E;
}

.upsell div.product {
  margin: 12px 0 12px 0;
}

.upsell {
  clear: both;
}


div.leftcolumn,div.product img {
float: left;
}

div.rightcolumn {
float: right;
}

div.productdetails {
float: right;
width: 225px;
height: 140px;
padding: 15px 0 0 0;
position: relative;
}

.productrowdivider {
width: 100%;
height: 1px;
background-color: #d7d7d7;
float: left;
}

div.productdetails h2 {
font-size: 12px;
line-height: 18px;
font-weight: bold;
margin: 0 0 7px 0;
color: #93117e;
}

div.productdetails  p {
padding: 0px 0px 10px 	}

div.productdetails .price p {
line-height: 13px;
color: #333;
font-weight: bold;
 font-size: 16px;
 padding-top: 2px;
}

div.productprice {
position: absolute;
bottom: 10px;
height: 18px;
width: 225px;
padding: 7px 0 0 0;
margin: 10px 0px 0px 0px;
border-top: 1px solid #d7d7d7;
}

div.price {
float: left;
font-size: 14px;
}

div.price p,span.price {
  padding-right: 0px;
}

#donation-form span.price {
  padding: 0;
}

.price-review{
	text-align: center;
	align: center;
	}
	
.cart-price-review{
		text-align: center;
	align: center;
	
	}

.cart-price-review .price {
	
	padding-right:0px !important;
}

div.addtobasket {
float: right;
width: 137px;
}

div.addtobasket p {
font-size: 9px;
line-height: 18px;
font-weight: bold;
margin: 0 4px 0 0;
text-transform: uppercase;
width: 69px;
float: left;
text-align: right;
}

#terms {
border-top: 1px solid #d7d7d7;
margin: 20px 0;
padding: 20px 0px 0;
}

#terms h5 {
font-size: 11px;
line-height: 16px;
font-weight: bold;
}

#shopbody h5.shop, h2.shop {
font-size: 18px;
line-height: 18px;
margin: 25px 0 12px 0;
color: #93117E;
}
h1.register {
font-size: 18px;
line-height: 18px;maincontent
margin: 0px 0 12px 0px;
color: #93117E;
}

#productinfo {
overflow: hidden;
padding: 0px 0px 0px 10px;
}

#information {
float: left;
width: 400px;
padding: 0px 0px 40px 0px;
}

#tabs {
height: 34px;
width: 400px;
list-style: none;
}

#tabs	li {
float: left;
list-style: none;
}

#tabs a,#tabs a:visited {
background: url('../images/product-tabs-sprite.png') 0 0 no-repeat;
height: 34px;
display: block;
outline: none;
}

#tabs a.description,#tabs a:visited.description {
background-position: 0 0;
width: 100px;
}

#tabs a:hover.description,#tabs li.active a.description {
background-position: 0 -34px;
}

#tabs a.ingredients,#tabs a:visited.ingredients {
background-position: -100px 0;
width: 100px;
}

#tabs a:hover.ingredients,#tabs li.active a.ingredients {
background-position: -100px -34px;
}

#tabs a.tips,#tabs a:visited.tips {
background-position: -200px 0;
width: 67px;
}

#tabs a:hover.tips,#tabs li.active a.tips {
background-position: -200px -34px;
}

#tabs a.clubcomments,#tabs a:visited.clubcomments {
background-position: -267px 0;
width: 133px;
}

#tabs a:hover.clubcomments,#tabs li.active a.clubcomments {
background-position: -267px -34px;
}

.product_tab{
border-left: 1px solid #D5D5D5;
border-right: 1px solid #D5D5D5;
height: 100%;
min-height: 220px;
}

 #productdetailform {
border-left: 1px solid #D5D5D5;
border-right: 1px solid #D5D5D5;
}

.addproductbuttons {
height: 5px;
border-bottom: 1px solid #D5D5D5;
padding: 0px 0px 10px 0px;
}

.product_tab p {
font-size: 12px;
line-height: 20px;
padding: 30px 15px 23px;
}

.product_tab a {
font-size: 12px;
line-height: 12px;
padding: 0 0 0 15px;
}

#information table {
font-size: 13px;
line-height: 13px;
font-weight: bold;
margin: 0px 10px 15px;
width: 380px;
border-bottom: 1px solid #d7d7d7;
}

#information td {
padding: 0 10px;
}

#information td.size {
width: 130px;
height: 27px;
}

#information td.price {
width: 130px;
height: 25px;
}

#information td.quantity {
width: 80px;
height: 25px;
}

#quantity {
width: 50px;
}

#productdetailform a {
display: block;
font-size: 12px;
line-height: 25px;
width: 150px;
font-weight: bold;
float: left;
padding: 0 0 0 20px;
}

#detailsubmit {
float: right;
padding: 0 17px 0 0;
}

#productimage {
float: right;
width: 540px;
text-align: right;
position: relative;
padding: 23px 0 0 0;
}
img.badge {
position: absolute;
top: 0;
right: 0;
z-index: 100;
}
h5.related {
padding: 0px 0px 0px 10px;
}

#relatedproducts {
border-top: 1px solid #d7d7d7;
border-bottom: 1px solid #d7d7d7;
padding: 20px 10px;
overflow: hidden;
margin: 0px 0px 25px 0px;
}

.quantity input {
text-align: center;
font-weight: bold;
}

div.relproduct {
float: left;
width: 140px;
margin: 0 15px 0 0;
text-align: center;
}

div.relproduct	a {
font-weight: bold;
}

div.lastproduct {
margin: 0;
}
h5.relate d{
padding: 0px 0px 0px 10px;
}
/****** CHECKOUT ******/.checkout h4 {
font: 18px Arial, sans-serif !important;
color: #93117e !important;
font-weight: bold !important;
 margin: 0px 0px 18px 0px !important;
}

.checkout p {
font-size: 12px;
color: black !important;
margin: 0px 0px 5px 0px !important;
}

#paymentsteps {
background: #e8e8e8;
height: 33px;
margin: 8px 0 0 0;
}

#paymentsteps p {
font: 18px/ 33px Georgia, "Times New Roman", Times, serif;
font-weight: bold;
color: #000;
text-align: center;
}

#paymentsteps span {
color: #93117e;
}

#paymentsteps img {
margin: 0 40px;
}

#checkouthead {
border-bottom: 1px solid #d7d7d7;
padding: 0 10px 0px 7px;
position: relative;
margin: 0px 0px 25px 0px;
 }

#checkoutfooter {
position: relative;
 top: 20px;
height: 95px;
clear: both;
border-top: solid 1px #D7D7D7;
margin: 15px 0px 0px 0px;
}

#checkoutfooter p {
margin: 16px 0 0 0;
padding: 0 10px;
}

#checkoutfooter h1,  #maincontent-1column h1 {
font: 24px/ 24px Georgia, "Times New Roman", Times, serif;
color: #93117e !important;
margin: 20px 0;
}

#checkouthead h1 {
font: 24px/ 24px Arial, sans-serif;
color: #93117e !important;
margin: 20px 0 15px 0;
}

#checkoutsignin {
background: url('../images/sign-in-background.png') 0 0 no-repeat;
height: 240px;
width: 730px;
margin: 44px auto 20px;
padding: 15px 35px 40px 35px;
position: relative;
}

#checkoutforgotten {
background: url('../images/sign-in-background-small.png') 0 0 no-repeat;
height: 225px;
width: 350px;
margin: 48px auto 20px;
padding: 40px 118px 20px 85px;
position: relative;
}

#checkoutforgotten label{
font-weight: bold;
font-size: 12px;
padding: 0px 45px 0px 0px;
line-height: 14px;
top: 3px;
position: relative;
margin: 0px !important;
 vertical-align: top;
}

#checkoutforgotten .button-set p {
padding: 0px 0px 20px 0px !important;
}

#checkoutforgotten .button-set a, .button-set a  {
font-size: 12px !important;
font-weight: bold !important;
}

#checkoutforgotten input#email_address{
width: 245px;
margin-bottom: 15px;
}

#signinform {
width: 484px;
}

#signinform label {
font-size: 12px;
line-height: 12px;
font-weight: bold;
}

#signinemail label {
display: block;
margin: 0 0 20px 0;
}

#signinemail input {
width: 300px;
margin: 0 0 20px 0;
}

div.radioinput {
height: 14px;
margin: 0 0 20px 0;
width: 300px;
}

#signinform .radioinput	label {
display: inline;
width: 250px;
padding: 0 0 0 10px;
}

#signinform .radioinput input {
display: inline;
position: relative;
top: 1px;
}

#userpassword div {
overflow: hidden;
margin: 18px 0;
}

#userpassword label {
display: block;
float: left;
width: 150px;
line-height: 22px;
}

#userpassword input {
width: 150px;
}

#signinproceed {
position: absolute;
height: 31px;
width: 116px;
right: 25px;
bottom: 25px;
}

#checkoutleft {
float: left;
width: 435px;
}

#checkoutright {
float: right;
width: 435px;
}

#checkoutdetails input.shortfield {
font-size: 12px;
border: none;
background: #e9e9e9;
height: 21px;
padding: 2px 0 0 3px;
width: 43px;
}

.cart_buttons {
margin-top: 5px;
}

.checkoutproceed {
float: right;
}

#checkoutproceedtop {

}

#confirmationtop {
	
	float: right;
	padding: 0px 0px 0px 0px;
	margin: -42px 0px 0px 0px;
	
	}

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

#carttopbuttons {
float: right;
margin: -45px 0px 0px 0px;
}

#checkoutproceedbottom {
top: 16px;
}

#printreceipttop,#printreceiptbottom {
position: absolute;
left: 50%;
width: 150px;
margin: 0 0 0 -75px;
text-align: center;
}

#printreceipttop {
bottom: 20px;
}

#printreceiptbottom {
top: 20px;
}
a.print {

font-size: 12px;
line-height: 17px;
padding: 0 0 0 20px !important;
font-weight: bold;
background: url('/skin/frontend/kmiclub/default/images/print.png') 0center no-repeat;
margin: 0px 0px 0px 15px;
}
a.reorder {
font-size: 12px;
line-height: 17px;
padding-left: 20px !important;
font-weight: bold;
background: url('/skin/frontend/kmiclub/default/images/print.png') 0center no-repeat;
}

#checkoutdetails p.requiredtext {
font-size: 12px;
line-height: 12px;
text-align: right;
clear: both;
}

#requiredoptions {
float: right;
width: 300px;
font-size: 12px;
line-height: 12px;
}

#requiredoptions p {
font-size: 12px;
line-height: 12px;
float: left;
width: 150px;
}

#requiredoptions a {
float: right;
width: 150px;
text-align: right;
}
img.creditcardlogos {
margin: 15px 0 15px 135px;
}

#checkoutdetails label.invoiceaddress {
display: inline;
width: 215px;
margin: 0 0 0 135px;
}

#frmsameaddress,#frmconfimterms {
display: inline;
}

#frmsameaddress {
position: relative;
top: 4px;
}

#recentorders {
}

#recentorders td {
padding: 12px 10px;
font-size: 12px;
line-height: 12px;
border-bottom: 1px solid #d7d7d7;
vertical-align: top;
}

#recentorders tr.toprow td {
padding: 12px 10px;
font-size: 13px;
line-height: 13px;
border-bottom: 1px solid #000;
font-weight: bold;
}

#recentorders tr.lastrow td {
border-bottom: 1px solid #000;
}

#basketitems {
width: 960px;
}

#basketitems td {
padding: 12px 0px;
font-size: 12px;
line-height: 12px;
font-weight: bold;
border-bottom: 1px solid #d7d7d7;
vertical-align: top;
}
th.item, td.item {
padding: 20px 0px 20px 12px !important;
}
td.item {
color: #93117E;
}
td.total, td.total {
padding: 12px 12px 12px 0px !important;
}

#basketitems tr.toprow td {
padding: 12px 10px;
font-size: 14px;
line-height: 13px;
border-bottom: 1px solid #000;
}

#basketitems tr.lastrow td {
border-bottom: 1px solid #000;
}

#basketitems tr td.tacenter {
text-align: center;
}

#basketitems tr td.taright {
text-align: right;
padding: 12px 20px;
}

#basketitems td p {
font-size: 12px;
line-height: 12px;
margin: 10px 0 0 0;
font-weight: bold;
}

#basketitems colgroup.checkitem {
width: 320px;
}

#basketitems colgroup.checksize {
width: 145px;
}

#basketitems colgroup.checkprice {
width: 130px;
}

#basketitems colgroup.checkquantity {
width: 115px;
}

#basketitems colgroup.checktotal {
width: 90px;
}

#basketitems div.productdesc {
overflow: hidden;
}

#basketitems div.productdesc p {
line-height: 18px;
color: #93117e;
position: relative;
text-align: left;
}

#basketitems div.productdesc p.code {
font-weight: normal;
color: #000;
}

.basketrow {
padding: 25px 0px 25px 0px !important;
}

#basketitems div.productdesc img {
float: left;
padding: 0 0px 0 0;
}

#basketitems input.quantityfield {
width: 25px;
text-align: center;
}

#basketitems a.changequantity	img {
position: relative;
top: 3px;
margin: 0 8px;
}

#basketitems a.updatequantity {
display: block;
margin: 30px 0 0 0;
font-weight: normal;
text-decoration: underline;
}

#basketitems td.totalshighlight, #checkouttotals p.totalshighlight, .greyhighlight{
background-color: #f4f4f4;
}

#checkouttotals {
float: right;
width: 430px;
text-align: right;
padding-bottom: 15px;
}

#checkouttotals div.subtotal {
position: relative;
height: 32px;
overflow: hidden;
border-bottom: 1px solid #d7d7d7;
margin: 0}

#checkouttotals div.total {
position: relative;
height: 62px;
overflow: hidden;
border-bottom: 1px solid #93117e;
}

#checkouttotals #discount {
color: #93117e;
}

#promotioncode {
background: #d7d7d7;
}

#promocode {
width: 100px;
}

#checkouttotals p.subtotallabel,#checkouttotals p.subtotalamount{
font-size: 12px;
line-height: 32px;
text-align: right;
text-transform: uppercase;
font-weight: bold;
position: absolute;
bottom: 0;
margin: 0px 0px 0px;
color: #000;
padding: 0px 0px 0px 12px;
}

#checkouttotals p.totalamount,#checkouttotals p.totallabel {
font-size: 12px;
line-height: 42px;
text-align: right;
text-transform: uppercase;
font-weight: bold;
position: absolute;
bottom: 0;
margin: 0px 0px 0px;
color: #000;
}

#checkouttotals p.subtotallabel {
left: 0;
}

#checkouttotals p.subtotallabel input{
width: 120px;
}

#checkouttotals p.subtotalamount {
padding: 0 19px 0 0;
/* width: 126px; */
right: 0;
}

#checkouttotals p.subtotalamount	a {
text-transform: capitalize;
}

#checkouttotals p.totallabel {
font-size: 13px;
width: 250px;
left: 0;
}

#checkouttotals p.totalamount {
font-size: 13px;
padding: 30px 20px 0 0;
width: 126px;
right: 0;
background: #93117e;
color: #fff;
}

#checkouttotals a.infolink {
color: #333;
font-size: 10px;
line-height: 16px;
text-decoration: underline;
position: relative;
top: 10px;
padding: 20px 0px 0px 0px;
margin: 0 20px 0 0;
}

#editorder {
float: left;
width: 125px;
font-size: 12px;
line-height: 32px;
font-weight: bold;
padding: 0 0 0 10px;
}

#confirmationsection {
overflow: hidden;
margin: 20px 0;
}

.thisisdefault {
font-weight: bold !important;
font-size: 12px;
padding: 0px 0px 10px 0px;
 }

.confirmdetails h5 a {
position: absolute;
right: 10px;
}

#receipt {
width: 100%;
margin: 23px auto;
}

#newcustomer {
background: url('../images/new-customer-background.png') 0 0 no-repeat;
width: 510px;
height: 87px;
padding: 20px;
}

#newcustomertext {
float: left;
width: 250px;
}

#newcustomertext h4 {
font-size: 18px;
line-height: 18px;
color: #93117e;
margin: 0 0 20px;
}

#newcustomertext p {
font-size: 12px;
line-height: 18px;
}

#newcustpassword {
float: right;
width: 225px;
margin: 12px 0 0 0;
overflow: hidden;
}

#newcustpassword label,#newcustpassword input.passfield {
width: 220px;
display: block;
float: none;
margin: 0 0 5px 0;
}

#checkoutsignup {
float: right;
}

div.receipttextsection {
padding: 20px 20px 10px 20px;
margin: 0 0 10px 0;
}

div.receiptdetails {
background: #eee;
}

#receipttext p {
font-size: 12px;
line-height: 16px;
margin: 0 0 12px 0;
}

div.receipttextsection table {
width: 510px;
margin: 0 0 12px 0;
}

div.receipttextsection td {
font-size: 12px;
line-height: 16px;
}

div.receipttextsection tr.totalrow td {
font-weight: bold;
padding: 12px 0 0 0;
}

div.receipttextsection tr td.taright {
text-align: right;
}

div.receipttextsection address{
	font-size: 12px;
}

#receipttext colgroup.receiptcode {
width: 175px;
}

#receipttext colgroup.receiptcode {
width: 210px;
}

#receipttext colgroup.receiptquantity {
width: 55px;
}

#receipttext colgroup.receiptlabel {
width: 440px;
}

#receipttext colgroup.receipttotal {
width: 70px;
}
/****** FAQ ******/div.faq {
border-top: 1px solid #d7d7d7;
background: url('../images/faq-shadow.png') 0 bottom no-repeat;
padding: 18px 10px;
}

#faqs h5 {
background: url('../images/faq-toggle-open.png') right top no-repeat;
font-size: 18px;
line-height: 18px;
padding: 0 23px 0 0;
color: #93117e;
margin: 0;
cursor: pointer;
/*	zoom: 1;
 */font-weight: bold;
}

#faqs h5.activefaq {
background: url('../images/faq-toggle-close.png') right top no-repeat;
}

#faqs p {
margin: 18px 0 0 0;
padding: 0;
}

#faqs div.lastfaq {
border-bottom: 1px solid #d7d7d7;
}

#faqs p.showhide {
text-align: right;
font-size: 11px;
line-height: 20px;
margin: 0;
}

#otherquestions {
border-top: 1px solid #d7d7d7;
margin: 27px 0 0 0;
padding: 0 10px;
}

#otherquestions h5 {
font-size: 18px;
line-height: 18px;
color: #93117e;
margin: 18px 0;
font-weight: bold;
}

#otherquestions a,#otherquestions a:visited {
font-size: 12px;
line-height: 18px;
color: #333;
text-decoration: underline;
}
/****** CONTACT ******/div.contentsection {
border-top: 1px solid #d7d7d7;
padding: 18px 10px;
}

div.contentsection h5 {
font-size: 18px;
line-height: 18px;
color: #93117e;
margin: 0 0 18px 0;
font-weight: bold;
}

#maincontent div.contentsection p {
padding: 0 0 0 0;
}

div.lastection {
border-bottom: 1px solid #d7d7d7;
}

#contactForm {
width: 400px;
margin: 20px 10px;
}

#contactForm label {
display: block;
float: left;
font-size: 12px;
line-height: 24px;
width: 96px;
font-weight: bold;
}

#contactForm label span {
color: #93117e;
font-size: 12px;
}

#contactForm div {
clear: both;
margin-bottom: 10px;
overflow: hidden;
}

#contactForm input {
font-size: 12px;

width: 297px;
}

#contactForm select,#contactForm textarea {
font-size: 12px;
font-family: Arial, sans-serif;

width: 300px;

}

#contactForm textarea {
padding: 2px 0 0 3px;
width: 297px;
}

#contactForm label {
	margin-top: -2px;
	}
	
#contactForm  .validation-advice{
	padding-left: 95px;
	}

#submitbutton {
margin: 10px 0 0 0;
height: 23px;
}

#submitbutton p {
float: left;
width: 150px;
font-size: 12px;
line-height: 23px;
padding: 0;
}

#submitbutton input {
float: right;
width: 56px;
height: 23px;
padding: 0;
}
/****** BLOG ******/
#blogcontent {
float: left;
width: 620px;
}

.blogcontent{
padding: 0 10px 15px;

}

#maincontent h5 {
color:#93117E !important;
font-size:20px !important;
font-weight:bold !important;
line-height:24px !important;
}

#blogcontent h4, #maincontent-1column h4 {
font-size: 18px;
line-height: 18px;
color: #93117e;
margin: 6px 0 6px 0;
padding: 0 10px 15px;
font-weight: bold;
border-bottom: 1px solid #333;

}

#blogcontent h5 {
  font-size: 15px;
  line-height: 20px;
  color: #93117e;
  font-weight: bold;
}

#blogcontent blockquote {
  font-size: 12px;
  line-height: 20px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  font-style: italic;
}

#maincontent h4, #maincontent h1  {
font-size: 18px;
line-height: 18px;
color: #93117e;
margin: 6px 0 6px 0;
padding: 0 10px 15px 0px;
font-weight: bold;
font-size: 27px;
}

#blogcontent p {
font-size: 12px;
line-height: 20px;
color: #333;

margin: 0 0 12px 0;
}

#blogcontent p.postauthor {
margin: 11px 0 14px 0;
font-weight: bold;
padding: 0px 0px 0px 11px;
}

#blogcontent .postdetails {
margin: 27px 0 0 0;
border-top: 1px solid #d7d7d7;
border-bottom: 1px solid #d7d7d7;
overflow: hidden;
padding: 0px 10px 0px 0px; 
}

#blogcontent p.tags, div.tags {
font-size: 10px;
line-height: 20px;
margin: 0;
font-weight: bold;
padding: 0px 0px 0px 10px;
}




#blogcontent .postdetails p {
line-height: 35px;
font-weight: bold;
margin: 0;
}

#blogcontent .commentdetails {
float: left;
width: 250px;
padding: 0px 0px 0px 10px;
}

#blogcontent .sharethis {
float: right;
width: 320px;
text-align: right;
}

#blogcontent .commentdetails a {
margin: 0 11px 0 0;
padding: 0px 10px 0px 0px;
}

#blogcontent a.addcomment {
background: url('../images/add-comment.png') right 2px no-repeat;
padding: 0 25px 0 0;
}

#blogcontent .sharethis a {
margin: 0 0 0 11px;
}

#blogcontent span {
color: #93117e;
}

#blogcontent a {
text-decoration: none;
}

div.blogpost {
margin: 0 0 60px 0;
}

div.blogpost img {
display: block;
margin: 0 auto 15px;
}

#blogsidebar {
float: right;
width: 230px;
}

div.sidebarsection {
padding: 14px 10px 0;
margin: 0 0 30px 0;
border-top: solid 1px black;
}

div.sidebarsection h5 {
font-size: 14px;
line-height: 18px;
color: #93117e;
margin: 0 0 15px;
font-weight: bold;
}

div.sidebarsection ul a,div.sidebarsection ul a:visited {
line-height: 22px;
color: #333;
}

div.sidebarsection ul a:hover {
color: #93117e;
}

#blogsearch {
height: 23px;
width: 203px;
}

#blogsearchinput {
float: left;
background: #e9e9e9;
height: 23px;
width: 163px;
}

#blogsearchbutton {
float: left;
height: 23px;
width: 30px;
margin: 0 0 0 10px;
}
input#bs {
border: none;
background: none;
width: 163px;
height: 23px;
color: #000;
outline: none;
padding: 3px 6px 0;
}
/****** FOOTER ******/.footer-container {
clear: both;
}

#footerhead img {
  display: block;
}

#footerlinks {
background: #ececec;
position: relative;
padding: 0 12px 0 0;
clear: both;
display: block;
overflow: hidden;
}

#footerlinks h4,#footerlinks ul li {
font-size: 11px;
line-height: 16px;
font-weight: bold;
}

#footerlinks h4 {
color: #333;
}

#footercopynotice {
  background: #dcdcdc;
}

#footercopynotice  p {
  font-size:11px;
  font-weight:bold;
  line-height:16px;
  padding: 7px 0 7px 23px;
}

div.linksection {
float: left;
padding: 15px 20px 15px 23px;
}

#toggle {
position: absolute;
right: 5px;
top: 5px;
height: 18px;
width: 18px;
outline: none;
}
a.open {
background: url('../images/close-button.png') 0 0 no-repeat;
}
a.closed {
background: url('../images/open-button.png') 0 0 no-repeat;
}

#footeroptions {
  height: 70px;
  margin: 0 0 20px 0;
  padding-bottom: 0;
  background: url('../images/footer-options-bg.jpg') top left no-repeat;
}

#footeroptions	p {
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
  padding: 13px 0 0 0;
  text-transform: uppercase;
  text-align: right;
}

#footeroptions a.social-link img {
  margin-bottom: 5px;
  margin-right: 4px;
}

#footerappeal {
  position: absolute;
  top: 12px; 
  right: 18px;
  text-align: center;
}

/****** ORDERS ******/.col-1 {
float: left;
clear: both;
}

.col-2 {
float: right;
}

#order-items {
clear: both;
}

.cart-price {
margin: 0px;
white-space: nowrap;

}

.totalshighlight .cart-price {
	
	padding-right: 20px !important;
	
	}

#order-links {
text-align: center}

.order-info {
text-align: center;
font-size: 12px;
padding: 20px;
font-weight: bold;
}
/******** FORMS ******/.button-set {
clear: both;
}

.button-set input {
float: right;
}
/* NO SEARCH RESULTS */
#nosearchresults {
height: 160px;
width: 620px;
margin: 100px auto 160px auto;
}

#nosearchresults h3{
font-size: 25px;
color: #666666;
font-weight: bold;
padding: 0px 0px 20px 0px;
}

#nosearchresults p{
font-size: 15px;
color: #666666;
font-weight: bold;
width: 100%;
 }

#nosearchresults p.first{
padding: 0px 0px 37px 0px;
margin: 0px 0px 37px 0px;
border-bottom: solid 1px #d7d7d7;
}

#nosearchresults label{
display: inline;
		float: left;
font-size: 15px;
color: #666666;
font-weight: bold;
padding: 3px 14px 0px 0px;
}
/****** PURCHASE PATH ******/.purchasepath {
margin: 60px 0px 100px 0px;
min-height: 100%;
}

.purchasepathcol1 {
display: inline;
float: left;
width: 710px;

padding: 0;
}

.purchasepathcol2  {
display:inline;
float:left;
margin:0 0 0 5px;
width:225px;
}

#sagepay-iframe {
	overflow: hidden;
	
}

.purchasepathsection {
padding: 20px 0 20px 10px;
width: 700px;
float: left;
 display: inline;
border-bottom: 1px #D6D6D6 solid;
}

#checkout-step-review .purchasepathsection {
padding: 20px 0;
width: 710px;
}

.purchasepathsection label{
font-size: 12px;
 font-weight: bold;
line-height: 24px;
}

.purchasepathsection input#email{
width: 300px;
}
label.radio {
line-height: 30px;
	padding: 0px 0px 0px 10px;
}

#andmypasswordis {
font-size: 12px;
 padding: 5px 0px 0px 30px;
}

#andmypasswordis input {
width: 144px;
 }

#checkoutmethodforgotten {
padding: 20px 0px 0px 0px;
 font-size: 12px;
display: inline;
float: left;
}

#checkoutmethodproceed {
float: right;
display: inline;
position: relative;
top: 15px;
 }

.headercompleted {
float: right;
 display: inline;
}
strong.requiredstar {
color: #A00C84;
}

.purchasepath label {
font-weight: bold;
 font-size: 12px;
}

.purchasepath h6 {
font-size: 24px;
margin: 0 0 23px 0;
color: #000;
}
h6.complete {
color: #93117e;
	}

#logincol1 {
width: 333px;
float: left;
 display: inline;
padding: 0px 0px 0px 15px;
font-size: 13px;
 }

#logincol2 {
font-size: 13px;
 width: 350px;
float: left;
 display: inline;
padding: 0px 0px 0px 0px;
}

#logincol2 input {
width: 220px;
 border: 1px #999 solid;
background-color: white;
height: 20px;
margin: 0px 0px 15px 0px;
 }
td.item {
color: #93117E;
}

.checkout-review-table {
width: 710px;
}

.checkout-review-table th {
padding: 12px;
text-align: right;
}

.checkout-review-table td {
padding: 20px 12px;
text-align: right;
font-size: 12px;
font-weight: bold;
}

.checkout-review-table td.item , .checkout-review-table th.item {
text-align: left;
}

.checkout-select-address {
padding: 15px 0px 15px 10px;
}

#billinginfocol1 {
width: 333px;
float: left;
 display: inline;
padding: 15px 0px 0px 10px;
}

#billinginfocol2 {
width: 350px;
float: left;
 display: inline;
padding: 15px 0px 0px 0px;
}

#billinginfocol1 div.label, #billinginfocol1 div.label, .billinglabel {
float: left;
width: 90px;
clear: both;
height: 30px;
 }

#billinginfocol1 div.field, #billinginfocol1 div.field , .billingfield {
clear: right;
vertical-align: top;
}

#billinginfocol1 div.label, #billinginfocol1 div.label {
float: left;
width: 82px;
clear: both;
height: 30px;
 }

#billinginfocol1 div.field, #billinginfocol1 div.field  {
clear: right;
}

#billinginfocol1 div.field input[type=text], #billinginfocol1 div.field input[type=text], .billingfield  input[type=text]{
float: left;
width: 220px;
 position: relative;
 }

#billinginfocol2 .labelright, #billinginfocol2 .labelright {
float: left;
width: 125px;
height: 30px;
 }

#billinginfocol2 .fieldright, #billinginfocol2 .fieldright  {
float: right;
width: 220px;
padding-bottom: 10px;
}

#billinginfocol2 .field input[type=text], #billinginfocol2 .fieldright input[type=text], #billinginfocol2 .fieldright input[type=password] {
float: left;
width: 220px;
 top: 3px;
}

#billinginfocol2  select {
float: left;
width: 225px;
 position: relative;
 }

#billing-address-select, #shipping-address-select {
margin-top: 15px;
}

#col1bottom {
padding: 80px 0px 0px 0px;
 }

#col1bottom #registerme{
padding: 0px 0px 5px 0px;
color: #666;
}

#col1bottom #registerme label{
padding: 0px 0px 0px 5px;
}

#registermewhy {
font-size: 11px;
font-weight: bold;
 padding: 0px 0px 0px 23px;
}

#col2bottom {
padding: 40px 0px 0px 0px;
 display: block;
float: left;
clear: both;
}

.shipment-methods {
padding: 15px 0 0 10px;
}

.shipment-methods ul li, .shipment-methods dt {
padding: 0 0 15px 0;
}

#shiptothis, #shiptodiff {
clear: right;
}

#shiptothis label, #shiptodiff label  {
font-size: 11px;
font-weight: bold;
 padding: 0px 0px 0px 5px;
}

#billinginfoproceed {
float: right;
display: inline;
position: relative;
}

.purchasepath h4 {
color: #901182;
	font-size: 18px;
	font-weight: bold;
	padding: 4px 0px 12px 10px;
 	border-bottom: 1px #901182 solid; 
}

.purchasepathsectionheader {
padding: 12px 12px 12px 10px;
 border-bottom: 1px #D6D6D6 solid;
height: 18px;
clear: both;
}

.purchasepathcol2 h5{
border-bottom: 1px #D6D6D6 solid;
height: 18px;
clear: both;
padding: 12px 0px 10px 10px;
 font-size: 12px;
font-weight: bold;
}

.purchasepathsectionheader h5{
font-size: 12px;
font-weight: bold;
display: inline;
 float: left;
}

.purchasepathsectionheader img.tick {
position: relative;
float: right;
padding: 0px 10px 0px 0px;
}

.purchasepath h5.pending{
color: #949494;
font-size: 12px;
font-weight: bold;
}

.purchasepath h5 {
color: black;
}

#shippinginfocol1 {
width: 333px;
float: left;
 display: inline;
}

#shippinginfocol2 {
width: 350px;
float: left;
 display: inline;
}

#shippinginfocol1 div.label, #shippinginfocol1 div.label {
float: left;
width: 82px;
clear: both;
height: 30px;
 }

#shippinginfocol1 div.field, #shippinginfocol1 div.field  {
clear: right;
height: 30px;
 }

#shippinginfocol1 div.label, #shippinginfocol1 div.label {
float: left;
width: 82px;
clear: both;
height: 30px;
 }

#shippinginfocol1 div.field, #shippinginfocol1 div.field  {
clear: right;
height: 30px;
 }

#shippinginfocol1 div.field input[type=text], #shippinginfocol1 div.field input[type=text] {
float: left;
width: 220px;
 position: relative;
 top: 3px ;
}

#shippinginfocol2 div.labelright, #shippinginfocol2 div.labelright {
float: left;
width: 125px;
height: 30px;
 }

#shippinginfocol2 div.fieldright, #shippinginfocol2 div.fieldright  {
float: right;
height: 30px;
width: 220px;
}

#shippinginfocol2 div.field input[type=text], #shippinginfocol2 div.fieldright input[type=text] {
float: left;
width: 220px;
 top: 3px;
}

#shippinginfocol2 div.fieldright select {
float: left;
width: 225px;
 position: relative;
 top: 3px;
}


#shippinginfoproceed {
float: right;
display: inline;
position: relative;
margin-top: -34px;
 }

#usebilling {
padding: 30px 0px 10px 10px;
}

#usebilling label{
padding: 0px 0px 0px 10px;
}

#paymentinfocol1 {
width: 343px;
float: left;
 display: inline;
}

#paymentinfocol2 {
width: 350px;
float: left;
 display: inline;
}

#paymentinfocol1 div.label, #paymentinfocol1 div.label {
float: left;
width: 82px;
clear: both;
height: 30px;
 }

#paymentinfocol1 div.field, #paymentinfocol1 div.field  {
clear: right;
height: 30px;
 }

#paymentinfocol1 div.label, #paymentinfocol1 div.label {
float: left;
width: 135px;
clear: both;
height: 30px;
 }

#paymentinfocol1 div.field, #paymentinfocol1 div.field  {
clear: right;
height: 30px;
 }

#paymentinfocol1 div.field input[type=text], #paymentinfocol1 div.field input[type=text] {
float: left;
width: 160px;
 position: relative;
 top: 3px ;
}

#paymentinfocol2 div.labelright, #paymentinfocol2 div.labelright {
float: left;
width: 130px;
height: 30px;
 }

#paymentinfocol2 div.fieldright, #paymentinfocol2 div.fieldright  {
float: right;
height: 30px;
width: 220px;
}

#paymentinfocol2 div.field input[type=text], #paymentinfocol2 div.fieldright input[type=text] {
float: left;
width: 160px;
 top: 3px;
}

#paymentinfocol1 div.field select.full {
float: left;
width: 163px;
 position: relative;
 top: 3px;
}

#paymentinfoproceed {
float: right;
display: inline;
position: relative;
margin-top: -34px;
 }

.paymentlogos {
width: 300px;
 padding: 10px 0px 20px 0px}
select.halfleft {
width: 67px;
 margin: 0px 16px 0px 0px;
 }
select.halfright {
width: 67px;
 }
/****** PURCHASE PATH ******/.validation-advice {
display: block;
clear: both;
color: red;
}

#billinginfocol1 .validation-advice{
position: relative;
}

#billinginfocol2 .validation-advice{
}

.no-display{
/*	visibility: hidden;
 */}

#paymentinfocol1 td.label {
width: 160px;
 }

#paymentinfocol1 td input  {
width: 150px;
 }
td.labelright {
width: 160px;
}
th {
font-size: 12px;
 font-weight: bold;
padding: 15px 0px 5px 0px;
border-bottom: black solid 1px;
}
th.item {
width: 328px;
}
th.size, td.size {
width: 95px;
text-align: center;
}
th.price, td.price {
width: 100px;
text-align: center;
}
th.quantity, td.quantity {
text-align: center;
width: 116px;
}
th.total {
text-align: right;
}
tr.item td {
font-size: 12px;
 font-weight: bold;
padding: 20px 15px 20px 0px;
border-bottom: #D9D9D9 solid 1px;
}
tr.delivery td {
font-size: 12px;
 font-weight: bold;
padding: 15px 15px 15px 0px;
}
tr.grandtotal td {
font-size: 12px;
 font-weight: bold;
padding: 15px 15px 15px 0px;
background-color: #93117E;
text-align: right;
color: white;
}
tr.itemlast td {
font-size: 12px;
 font-weight: bold;
padding: 15px 15px 15px 0px;
border-bottom: black solid 1px;
}
td.total {
text-align: right;
			}
td.delivery, td.subtotal{
text-align: right;
}

.reviewtotals tr.grand-total td {
background: #93117e;
color: #ffffff;
}

.opc-please-wait {
display: inline;
 float: left;
}

.opc-please-wait img {
padding-right: 10px;
}

#shipping-please-wait, #shipping-method-please-wait, #payment-please-wait {
float: right;
}

#reviewtotals {
width: 430px;
text-align: right;
padding-bottom: 15px;
}

.pager, .sort-by {
padding-top: 9px;
font-weight: bold;
}

.pagerbottom {
position: relative;
top: -52px;
		}
		
.pagerbottom div span{
	width: 900px !important
}
.pagerbottom div span table{
	width: 785px !important
}

.productlisttoolbar {

}

.productlisttoolbar {
}

.limiter select, .sort-by select {
margin: 0px 0px 0px 4px;
}

.pages{
	margin: -4px 0px 4px 0px;
	
	}

.pages li, .pages ol{
display: inline;
}

.pages li{
position: relative;
font-weight: bold;
padding: 0px 2px 0px 2px;
}

.pages li a{
text-decoration: none;
	}

.pages li a:hover{
text-decoration: underline;
	}

.pages ol{
padding: 0px 0px 0px 0px;

 }
h3.flushtotop {
padding-top: 0px !important;
margin-top: 0px !important;
}

.dashboard-welcome {
padding: 0px 0px 15px 0px;
 }

.dashboardsection {
width: 730px;
			border-bottom: 1px solid #d7d7d7;
}

.dashboardsection input {
width: 350px;
}

.dashboardsection select {
width: 355px;
}

.dashboardsection td{
font-weight: bold;
font-size: 12px;
			height: 25px;
}

.dashboardsection td.first{
padding-top: 12px	;
height: 35px;
}

.dashboardsection td.last{
padding-bottom: 12px;
			height: 35px;
}

.dashboardsection td.label{
color: #93117e;
width: 150px;
}

.dashboardsection td.address{
width: 170px;
padding: 12px 20px 12px 0px;
}

.dashboardsection td.myaddress{
width: 200px;
padding: 20px 20px 20px 0px;
}

.dashboardtop {
border-top: 1px solid #d7d7d7;
}

.register-1 {
width: 450px;
 float: left;
 padding: 0px 0px 0px 10px;
}

.register-1 table {
margin: 0px 0px 30px 0px;
}

.register-1 td.registerlabel,td.registerlabel{
width: 150px;
height: 35px;
}

.register-1 td.registerfield input, td.registerfield input{
width: 300px;
 }

div.customersection				{
 padding: 0px 0px 25px 0px ;
}

div.orderbuttons	{
display: inline-block;
 height: 20px;
 padding: 0 10px 0 37px !important;
 margin: -37px 0 0 25px;
 color: #93117e;
 text-decoration: none;
 font-weight: bold;
 background: #fff url('../images/history/vieworder.png') 12px center no-repeat;
 font-size: 12px;
 float: right;
}

div.orderbuttons	a	{
position: relative;
top: 2px;
}
table.orderdetails				{
width: 740px;
 margin: 0 0px;
 	border-top: 1px solid #d7d7d7;
 border-bottom: 1px solid #d7d7d7;
}
table.orderdetails td			{
color: #666;
 padding: 5px 0;
 font-size: 12px;
 line-height: 12px;
 vertical-align: top;
}
table.orderdetails td.boldtext{
font-weight: bold;
 color: #333;
}
colgroup.orderlabelcol			{
width: 110px;
}
colgroup.orderinfocol			{
width: 190px;
}
colgroup.orderaddresscol		{
width: 234px;
}
colgroup.orderpricelabelcol	{
width: 88px;
}
colgroup.orderpricecol			{
width: 88px;
}

.basiccontent h1 {
font-size: 27px !important;
line-height: 24px !important;
margin: 6px 0px 24px 0px !important;
padding: 0 10px 0px 0px !important;
color: #93117e !important;
font-weight: bold !important;
}

.basiccontent h2 {
font-size: 20px !important;
line-height: 24px !important;
margin: 6px 0px 14px 0px !important;
padding: 0 10px 0px 0px !important;
color: #93117e !important;
font-weight: bold !important;
}

.basiccontent h5 {
color:#93117E !important;
font-size:20px !important;
font-weight:bold !important;
line-height:24px !important;
margin:6px 0 14px !important;
padding:0 10px 0 0 !important;
}

.basiccontent p {
padding: 0px 40px 17px 0px ;
}

.padbottom {
padding: 0px 0px 10px 0px;
}

.introtext {
padding: 0px 0px 35px 0px;
	font-size: 12px;
}

.progresscontent {
padding: 10px 0px 15px 10px;
font-size: 12px;
border-bottom: 1px solid  #c9c9c9;
}

.purchasepathsectionheader a {
text-decoration: none;
 }

div.confirmdetails {
position: relative;
float: left;
width: 230px;
}

.deliveryinfo {
width: 650px;
}

.deliveryinfo td{
padding: 10px;
}

.deliveryinfo strong{
font-weight: bold;
}


.level1 a{
	
	background-color: white !important;
	color: black !important;
	padding-left: 15px !important;
	width: 141px !important;
	
	}

.level1 a:hover{
	background-color: #333333 !important;
	color: white !important;
	padding-left: 15px !important;
	
	}
	
	.level0 .last {
		
		margin: 0px 0px 15px 0px !important;
		}
		
.delivery-totals, .tax-total, #shopping-cart-totals-table  td{
	font-weight: bold;
	font-size: 12px;
	
	}
	
	.level1 a {
	background-color: white !important;	
		
		}
		
#advice-required-entry-promocode {
    color: #DF280A;
    display:none;
}
.required-entry-coupon {
      border : 2px solid red;
}


		#sage-pay-server-iframe {
			
			overflow: hidden;
			
			}
			
			
.totallabel .price {
	color: black !important;
	padding: 0px !important;
	
	}
	
	#recaptcha_table {
		
		margin: 0px 0px 0px 145px !important;
		
		}
		
 #postComment .button-set {
		
		margin: 0px 0px 30px 160px !important;
		
		}	
		
		
.blogcontent ul {
	
	
	list-style: disc !important;
	margin: 10px; 
	padding: 10px;;
	
	
	}
  
.awards_row {
  font-size:12px;
  line-height: 18px;
  clear: both;
  display: block;
  overflow: hidden;
  margin-bottom: 20px; 
}

div.awards_brand_border {
  border-top: 1px solid #d7d7d7;
  clear: both;
}

p.awards_brand_border {
  margin-top: 20px;
}

.awards_single {
  float: left;
  text-align: center;
  margin-right: 10px;
  width: 230px;
}

.awards_center {
  padding-left: 250px;
  padding-right: 240px;
}

.awards_single_title {
  padding-top: 20px;
  font-weight: bold;
  color:#93117E;
}

.awards_single_copy {
  padding-bottom: 20px;
}

			
/* CHROME HACKAROO */			
@media screen and (-webkit-min-device-pixel-ratio:0){
.promobadge {
	
	margin-left: 0px !important;
	
	}
}

