html, body {
	font:normal normal 0.875em/1.3em Arial, Helvetica, sans-serif;
	color: #000;
}
body {
	margin: 0;
	background:#fff url(../styleImages/backgrounds/pageBg.png) 0 0 repeat-x;
}
/*#################################

General items

##################################*/
a {
	color:#906;
}
h1 {
	font-size:2.125em;
	line-height:1em;
	font-weight:100;
	color:#906;
	padding:0 0 20px 0;
	margin:0;
}
h2 {
	font-size:1.6em;
	font-weight:100;
	color:#906;
}
h3 {
	font-size:1.3em;
	font-weight:900;
	color:#906;
	border-top:1px solid #ccc;
	padding:10px 0 0 0;
	margin:20px 0 0 0;
}
img {
	border: none;
}
form, div {
	margin: 0;
	padding: 0;	
}
p {
	margin: 0;
	padding: 0 0 10px 0;	
}
.textbox {
	background-color: #fff;
	border: 1px solid #999;
	padding: 2px 3px;
}
.textboxDisabled {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	color: #e1e1e1;
}
.submit {	
	color: #fff;
	font-size: 11px;
	background-color: #A56D9C;
	border: 1px solid #7B3768;
	padding:2px 5px;
}

br.clear, br.clearLeft {
	height: 0px;
	line-height: 0em;
	visibility: hidden;
	margin: 0;
	font-size: 0;
}
br.clearLeft {
	clear:left;
}
br.clear {
	clear:both;
}
.breadCrumb a.txtLocation {
	color:#666;
	text-decoration:none;
}
.breadCrumb a.txtLocation:hover {
	color:#906;
	text-decoration:underline;
}
/*#################################

General holders

##################################*/
.pageSurround {
	width:960px;
	margin:0px auto;
	background-color:#fff;
	
}
.pageWidth {
	margin: 0px auto;
	width:940px; /*set width of website content*/
}
.contentHolder {
	padding-top:150px;
}
body#viewCat .contentHolder,
body#viewProd .contentHolder {
	padding-top:180px;
}
.homeContent {
	padding-right:20px;
	width:470px;
	float:left;
}
.homeContent h1 {
	padding:0 0 10px 0;
	margin:0;
	line-height:100%;
}
.homeContent h2 {
	padding:0 0 10px 0;
	margin:0;
	line-height:120%;
	color:#444;
}
.breadCrumb {
	color:#666;
	position: absolute;
	top: -32px;
	left: -210px;
}
.winner {
	float:right !important;
	width:220px;
	padding-right:20px;
}

/*#################################

Header area

##################################*/
#headerWidth{
	margin:0 auto;
	padding: 0;	
	width: 940px; /*set width of website header*/
}
#headerHolder {
	height: 150px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
#userSession {
	float:left;
	width:400px;
	text-align:right;
	padding-top:15px;
}
#userSession span.telephone {
	padding-left:20px;
	background:#fff url(../styleImages/backgrounds/telephone.png) 0 0 no-repeat;
}
.shoppingBasket,
.shoppingBasketFlash{
	width:190px;
	height:78px;
	float:right;
	margin-top:10px;
	border:1px dashed #B5B5B5;
	background:#fff url(../styleImages/backgrounds/shoppingBasket.png) 10px 25px no-repeat;
}

.shoppingBasketFlash{
	background: #b4438e url(../styleImages/backgrounds/shoppingBasketFlash.png) 10px 25px no-repeat;
	border:1px dashed #480031;
	color: white;
}

.shoppingBasketFlash a{
	color: white;
}

.viewBasket {
	padding: 25px 0 0 58px;
	font-weight:900;
}
.basketTotal {
	padding: 0 0 0 58px;
}
#siteLogo {
	float:left;
	width:318px;
	height:75px;
	padding-top:20px;
}
#searchForm {
	float:left;
	width:404px;
	text-align:right;
	padding-top:15px;
}
#topCategories {
	clear:both;
}
.searchButton {
	float:right;
	margin-top:-5px;
}
.searchBox {
	background-color: #fff;
	border: 1px solid #999;
	padding:2px;
	float:right;
}

/*---------------------------------
  Main (horizontal) menu
----------------------------------*/

div#menu {
	background: #fff url(../styleImages/backgrounds/menuBg.png) 0 5px repeat-x;
	padding:0;
	height:37px;
}


/* LEVEL 1 (White text) */

div#menu li:hover ul, 
div#menu li.over ul { /* Keep the 'over' state, it is required by JavaScript to make the menu work in IE */
	display: block;
}

div#menu ul {
	margin: 0;
	padding: 0 0 0 6px;
	list-style: none;
}

div#menu ul li {
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	background: transparent url('../styleImages/nav-separator.png') right 10px no-repeat;
}


div#menu ul li a {
	display: block;
	text-decoration: none;
	margin-top: 5px;
	padding: 7px 8px;
	border-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.125em;
	font-weight: bold;	
	color: #fff;
}

div#menu ul li a:hover{
	background-color: #7C3869;
	border-left: 1px solid #7C3869;
	margin-left: -1px;
}

div#menu ul li.selected a:hover,
div#menu ul li.parent a:hover{
	border-left: none;
}

div#menu ul li.selected,
div#menu ul li.parent{
	background: transparent url('../styleImages/nav-active-left.jpg') left top  no-repeat;
}

div#menu ul li.selected{
margin-left: -1px; /* Remove separator */
}

div#menu ul li.home.selected{
margin-left: 0; /* Don't separator */
}

div#menu ul li.selected li,
div#menu ul li.selected li a{
margin-left: 0;
}


div#menu ul li.selected a,
div#menu ul li.parent a{
	margin-top: 0;
	padding-top: 12px;
	padding-left: 0px;
	margin-left: 16px;
	background: transparent url('../styleImages/nav-active-right.jpg') right top no-repeat;
}

div#menu ul li.selected a:hover,
div#menu ul li.parent a:hover{
	margin-left: 16px; /* For IE */
}

div#menu ul li.selected ul a:hover,
div#menu ul li.parent ul a:hover{
	margin-left: 0;
}


/* LEVEL 2 */

div#menu ul ul {
	position: absolute;
	left: 0;
	top: 35px;
	display: none;
	background: #FFFFFB url('../styleImages/nav-menu-bg.jpg') left top repeat-x;
	border: 2px solid #7C3869;
	min-width: 100%;
	padding: 10px 0;
	z-index: 99;
}

div#menu ul ul li{
	float: none;
	display: block;
	background: none;
	border-bottom: 1px solid #FFFFFB; /* Needed for IE */
}

div#menu ul li.selected ul li,
div#menu ul li.parent ul li{
	background: none;
}

div#menu ul ul a {
	background: none;
	color: black;
	font-size: 12px;
	padding: 1px 15px;
	white-space: nowrap;
	margin: 0;
	font-weight: normal;
}

div#menu ul ul a.haschildren {
	font-weight: bold;
}

div#menu ul ul a:hover{
	margin-left: 0;
}

div#menu ul ul li.parent{
	background: none;
}

div#menu ul ul li.parent a{
	background: none;
	padding: 1px 15px;
	margin: 0;
}

div#menu ul ul li.selected a{
	color: #7C3869;
	color:#906;
}

div#menu ul ul li.selected a:hover{
	font-weight: normal;
	text-decoration: none;
}


div#menu ul li.selected li a{
	color: black;
}

div#menu ul li.selected ul a,
div#menu ul li.parent ul a{
	background: none;
	padding: 1px 15px;
	margin-top: 0;
	margin-left: 0;
}

div#menu ul ul a:hover{
	background: none;
	border-left: none;
	text-decoration: underline;
	color: #7C3869;
	color:#906;
}

/* LEVEL 3 */

div#menu ul ul ul{
	background: none;
	border:none;
	position: relative;
	top: 0;
	padding:0; 
	margin-bottom: 25px;
}

div#menu ul ul ul li{
	padding-bottom: 0;
}

div#menu ul ul ul a{
	color: black;
}

/*---------------------------------
  'Shop by Colour' (left-hand) menu
----------------------------------*/

ul#colour-nav {
	padding: 0;
	margin: 0;
	position: relative; /* Needed for IE or background images don't load properly */
}
ul#colour-nav li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	background: transparent url('../styleImages/category-arrow.png') 0px 5px no-repeat;
	border-bottom: 1px solid #EFEFEB; /* Needed for IE */
}
ul#colour-nav li a{
	display: block;
	text-decoration: none;
	color: black;
}

/*---------------------------------
  'Shop by Category' (left-hand) menu
----------------------------------*/

ul#mainmenu-nav {
	padding: 0;
	margin: 0;
	position: relative; /* Needed for IE or background images don't load properly */
}
ul#mainmenu-nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: transparent url('../styleImages/category-arrow.png') 0px 5px no-repeat;
	border-bottom: 1px solid #EFEFEB; /* Needed for IE */
}

ul#mainmenu-nav li a.hide{
	display: none;
}

ul#mainmenu-nav li ul li{
	padding: 0;
	border-bottom: 1px solid #EFEFEB; /* Needed for IE */
}

ul#mainmenu-nav li.haschildren ul li.haschildren, ul#mainmenu-nav li.haschildren ul li.haschildren ul li{
	background: transparent url('../styleImages/category-arrow.png') 0px 5px no-repeat;
	padding-left:10px;
	margin-left:0;
}
ul#mainmenu-nav li.haschildren ul li{
	background: transparent url('../styleImages/category-arrow.png') 0px 5px no-repeat;
	padding-left:10px;
	margin-left:10px;
}
ul#mainmenu-nav li.haschildren {
	padding: 0 0 15px 0;
	margin:0;
	background: none !important;
}
f
ul#mainmenu-nav li a{
}

ul#mainmenu-nav li a.haschildren{
	font-weight: bold;
}

ul#mainmenu-nav li.selected a{
	color:#906;
}

ul#mainmenu-nav li.selected li a{
	color: black;
}

ul#mainmenu-nav li a{
	display: block;
	text-decoration: none;
	color: black;
}


ul#mainmenu-nav li.haschildren a,
ul#mainmenu-nav li.selected li a{
	padding: 0;
}

ul#mainmenu-nav li a.haschildren{
	padding: 0;
}

ul#mainmenu-nav li.selected a:hover{
	text-decoration: none;
}

ul#mainmenu-nav li a:hover,
ul#mainmenu-nav li.selected li a:hover{
	color:#906;
	text-decoration: underline;
}

ul#mainmenu-nav ul{
	margin: 0;
	padding: 0;
}

/*---------------------------------
  Category menu
----------------------------------*/


ul#categoryList{
	margin: 0;
	padding: 0;
	width:720px;
}

ul#categoryList li{
	width: 170px;
	background: #A56D9C url('../styleImages/subcat_arrow.png') 152px 110px no-repeat;
	float: left;
	display: inline;
	margin: 10px 10px 0 0;
	padding: 0;
	border: none;
}

ul#categoryList li a.imgHolder{
	width: 170px;
	height: 100px;
	display: block;
	border-bottom:1px solid #fff;
}

ul#categoryList li a{
	margin: 0;
	padding: 0;
	cursor:pointer;
}

ul#categoryList li a.hide{
	display: none !important;	
}

ul#categoryList li a.title{
	color: white;
	font-size: 12px;
	line-height:12px;
	text-decoration: none;
	display: block;
}
a.title span{
	padding-right:20px;
	display:block;
	height:28px;
	line-height:115%;
}

ul#categoryList li a.title:hover{
	text-decoration: underline;
}
ul#categoryList li.haschildren{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	list-style: none;
	background: white url('../styleImages/categoryList-bg.png') left top repeat-x;
	width: 100%;
	border: 1px solid #E1E1D9;
}

ul#categoryList li.haschildren.hide{
	background: none;
	border: none;
}

ul#categoryList li.haschildren a.haschildren{
	margin: 0;
	padding: 10px 0 0 10px;
	color: white;
	font-size: 18px !important;
	display: block;
	text-decoration: none;
	border-top: none;
	height: 18px;
	line-height:18px;
}

ul#categoryList li.haschildren li a{
	padding: 0;
	margin: 0;
	height: auto;
	font-size: 12px;
}

ul#categoryList li.haschildren li a.title{
	padding: 6px 0 0 7px;
	font-size: 12px;
	margin: 0 0 10px 0; /* IE6.css has a separate rule for this */
}


/* LEVEL 2 */

ul#categoryList ul{
	margin: 0 -10px 0 0;
	padding: 0;
}

ul#categoryList ul li{
	height:auto;
}

/* LEVEL 3 */

ul#categoryList ul ul{
	margin: 0 -10px 0 10px;
	padding: 0;
}
/*#################################

Category page

##################################*/
.productOverview {
	border:1px solid #ECEBE1;
	padding:10px 10px 0px 10px;
	margin:0 5px 5px 0;
	text-align:center;
	width:155px;
	float:left;
	height:235px;
}
.productOverview img {
	padding-bottom:8px;
}
.productOverview a.productLink {
	font-weight:900;
	text-decoration:none;
	font-size:13px;
	line-height: 1.2em;
	/*
	height: 2.5em;
	overflow: hidden;
	display: block;
	*/
}
.productOverview span.txtPrice {
	font-size:16px;
	font-weight:900;
	line-height:130%;
}
.productOverview span.txtSale {
 	color: #900;
	font-size:16px;
	font-weight:bold;
}
/*#################################

Footer Content

##################################*/
#footerHolder {
	clear:both;
	width:940px;
	margin:0px auto;
	padding:10px;
	background-color: white;
}
#footer {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
	padding:10px 0;
}
#footer a {
	color:#000;
}
#footer a:hover {
	color:#906;
}
#footer span {
	padding:0 3px;
}
#copyRight a.twitter {
	text-indent:-3000px;
	background:#fff url('../styleImages/twitter-small.gif') 2px 7px no-repeat;
	display:inline-block;
	width:65px;
	height:24px;
}
#copyRight a.facebook {
	text-indent:-3000px;
	background:#fff url('../styleImages/facebook.gif') 2px 7px no-repeat;
	display:inline-block;
	width:65px;
	height:24px;
}
#copyRight {
	padding:10px 0;
	font-size:11px;
	line-height:28px;
	background:#fff url('../styleImages/backgrounds/cc.gif') right 8px no-repeat;
}
#copyRight a.electric {
	text-decoration:none;
	color:#999;
}
#copyRight a.electric:hover {
	color:#906;
	text-decoration:underline;
}
/*#################################

Left sidebar

##################################*/
.boxTitleLeft, .boxTitleRight {
	font-size:1.25em;
	font-weight: 900;
	color: #fff;
	background-color: #A56D9C;
	height: 14px;
	padding: 6px 0 8px 7px;
}
.boxContentLeft, .boxContentRight {
	background:#EFEFEB url("../styleImages/backgrounds/boxContentBg.jpg") 0 0 repeat-x;
	padding: 10px 7px;
	margin-bottom: 10px;
}
.boxContentCategories {
	background:#EFEFEB url("../styleImages/backgrounds/boxContentBg.jpg") 0 0 repeat-x;
	padding: 10px 0 0 0;
	margin-bottom: 10px;
}
.boxCategories {
	background-color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 190px; 
	float: left;
}
ul.siteDocsList {
	list-style:none;
	margin:0;
	padding:0;
	position: relative; /* Needed for IE or background images don't load properly */
}
ul.siteDocsList li {
	margin:0 0 5px 0;
	padding:10px 0 8px 33px;
}
ul.siteDocsList li a {
	font-weight:900;
	font-size:1.125em;
	text-decoration:none;	
}
ul.siteDocsList li a:hover {
	text-decoration:underline;	
}

ul.siteDocsList li.postagePrices {
	background: transparent url("../styleImages/backgrounds/postagePrices.gif") left top no-repeat;
}

ul.siteDocsList li.contactUs {
	background: transparent url("../styleImages/backgrounds/contactUs.gif") left top no-repeat;

}
ul.siteDocsList li.testimonials {
	background: transparent url("../styleImages/backgrounds/testimonials.gif") left top no-repeat;
}

ul.siteDocsList li.exhibitons {
	background: transparent url("../styleImages/backgrounds/exhibitions.gif") left top no-repeat;
}

ul.siteDocsList li.showroom {
	background: transparent url("../styleImages/backgrounds/showroom.gif") left top no-repeat;

}
ul.siteDocsList li.delivery {
	background: transparent url("../styleImages/backgrounds/delivery.gif") left top no-repeat;
}


/*#################################

Main Content

##################################*/

div#categoryImage{
margin-bottom: -50px;
}

h1.categoryTitle{
padding: 0;
margin-bottom: 20px;
}


.colMid {
	position: relative;
	width: 730px;
	float: right;
}
.boxContent {
	background-color: #fff;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 0px;
	position: inherit;
}
.siteDocs {
	text-align:center;
	padding-top:8px;
}
.pagination {
	padding-top: 3px;
	float:left;
	width:450px;
}
.pagination a {
	color:#333;
}
div.sortByHolder {
	text-align: right;
	margin: 0;
	width:250px;
	float:right;
}
.pageNavigationHolder {
	background-color:#EFEFEB;
	padding:4px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	height:20px;
}
.pageNavigationHolder select{
	padding: 1px;
}

#subCats {
	text-align:justify;
	background-color: #fff;
	text-align: center;
	margin: 0px auto;
	padding: 3px;
	float: left;
	width: 99%;
	position:inherit;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	position:inherit;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#imgThumbSpace{
	line-height: 0px;		
}
#imgThumbSpace img {
	margin-right: 4px;
	margin-bottom: 4px;
	border:1px solid #ECEBE1;
	padding:2px;	
}
div.latestProds {
	text-align: center;
	width: 19%;
	margin-right: 3px;
	margin-bottom: 3px;
	height: 200px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #e1e1e1;
	position: relative;
}
.cart_icon {
	border: none;
	margin: 12px 0px;
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtButton {
	color: #fff;
	background-color: #A56D9C;
	border: 1px solid #7B3768;
	padding: 2px;
	padding:2px 5px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
}
a.txtButton {
	color: #fff;
	background-color: #A56D9C;
	border: 1px solid #7B3768;
	padding: 2px;
	padding:2px 5px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	color: #fff;
	background-color: #7B3768;
	border: 1px solid #7B3768;
	padding: 2px;
	padding:2px 5px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
 	color: #906;
	font-size:16px;
	font-weight:bold;
}
.txtOutOfStock {
 	color: #906;
	font-size:16px;
	font-weight:bold;
}
.txtPrice {
	font-size:16px;
	font-weight:bold;
	color: #333333;
}
.txtContentTitle {
	font-weight: bold;
	color: #fff;
	background-color: #906;
	height: 15px;
	padding: 5px;
}
.RatingTop {
	background-color: #fff;
	padding: 3px;
}

.RatingMain {
	background-color: #fff;
	padding: 3px;
	font-style:italic;
}

.ReviewBot {
	background-color: #fff;
	padding: 3px;
}

.RatingBottom {
	background-color: #e1e1e1;
	padding: 3px;
	color: #fff;
}

a.sortLink {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/*#################################

Product pages

##################################*/
.productImages {
	float:left;
	width:320px;
}
.productInformation {
	float:right;
	width:390px;
}

div#prodAccessories{
border-top: 1px solid #C8C8BB;
border-bottom: 1px solid #C8C8BB;
padding: 10px 0;
margin: 0 0 6px 0;
}

div#prodAccessoriesInner{
background-color: #EFEFEB;
padding: 5px;
}

div#prodAccessoriesInner td{
padding: 5px 8px;
}



/*#################################

Checkout pages

##################################*/
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 100%;
	float: left;
}
.txtBoxSave {
	color: #906;
	padding-left: 16px;
}
.tblList {
}
.tdListTitle {
	background-color: #e1e1e1;
	font-weight: bold;
	color: #fff;
}
.tdEven {
	background-color: #fff;
	border-bottom: 1px dashed #e1e1e1;
}
.tdOdd {
	background-color: #fff;
	border-bottom: 1px dashed #e1e1e1;
}
.txtCartPrice {
	float: right;
	color: #c3e37e;
	padding-right: 3px;
}
.txtCart {
	color: #333333;	
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #333333;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #906;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	color: #fff;
	background-color: #c3e37e;
	border: 1px solid #ccc;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtviewCart:hover {
	color: #fff;
	background-color: #906;
	border: 1px solid #66bbba;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	color: #fff;
	background-color: #e1e1e1;
	border: 1px solid #cccccc;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.cartProgress {
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #ccc;
	text-align: center;
	margin: 10px 0 20px 0;
}
.txtcartProgressCurrent {
	color:#906;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #333333;
	background-color: #F5F5F1;
	padding: 6px;
	border-bottom: 1px solid #CCCCCC;
}
.tdcartEven {
	background-color: #fff;
	border-bottom: 1px dashed #e1e1e1;	
}
.tdcartOdd {
	background-color: #fff;
	border-bottom: 1px dashed #e1e1e1;
}
.tdCartSubTotal {
	padding-top: 10px;
}

tr.couponCode td{
background-color: #F5F5F1;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
}

.txtStockWarn {
	color: #FF0000;
}
.txtError {
	font-weight: bold;
	color: #050F72;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding: 2px;
}

.txtCopyright, a.txtCopyright {
	text-align: center;
	padding-top: 5px;
	color: #000000;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
	z-index: 1;
}
.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.sortLink:hover {
	text-decoration: underline;
}
#shipping-select {
	width: 220px;
}

div#deliveryNotes{
	float: right;
	margin-top: 20px; 
	margin-bottom: 3px;
	background-color: #F5F5F1;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

/* start mod: Common code for: Fully Flexible Contact Forms -or- Advanced Contact Forms */
/* by Estelle - http://cubecart.expandingbrain.com */

/* Information displayed after email is sent */
.divEmailInfo {
	margin: 1em auto 1em auto;
	background-color: #E0FFB8;
	padding: 1px 1em;
	position: relative;
}
.divEmailError {
	margin: 1em auto 2em auto;
	padding: 1em;
	color: red;
	background-color: #FFEEE7;
}
.divEmailFields {
	margin: 1em auto;
	padding: 10px;
	width: 95%;
	overflow: auto;
	border: 1px dashed #94DA3A;
}

/* Table and field sizes/alignment */
table.contactForm {
	margin: 0 auto;
	width: 100%;
}
.contactForm input.textbox {
	width: 96%;
}
.contactForm select {
	/*width: 243px;*/
}
.contactForm textarea {
	width: 99%;
	height: 160px;
}

/* This is for the CAPTCHA */
#recaptcha_area {
	margin: 0.5em 0;
}
.recaptcha_theme_white .required, .recaptcha_theme_blackglass .required, .recaptcha_theme_red .required {
	border: 1px solid #cccccc !important;
}
.recaptcha_theme_white .validation-failed, .recaptcha_theme_blackglass .validation-failed, .recaptcha_theme_red .validation-failed {
	border: 2px solid #FF3333 !important;
}
.recaptcha_theme_white .validation-passed, .recaptcha_theme_blackglass .validation-passed, .recaptcha_theme_red .validation-passed {
	border: 1px solid #cccccc !important;
}
.recaptcha_theme_white .validation-advice, .recaptcha_theme_blackglass .validation-advice, .recaptcha_theme_red .validation-advice {
    display: none;
}

/* end mod: Common code for: Fully Flexible Contact Forms -or- Advanced Contact Forms */

form#contactForm1{
	background-color: #F5F5F1;
	border: 1px solid #CCCCCC;
	padding: 15px;
}


form#askaquestion{
	padding: 10px;
	margin: -9px 0 10px 0;
	border: 1px solid #ccc;
	background-color: #EFEFEB;
	width: 246px;
}

form#askaquestion label{
	font-weight: bold;
	display: block;
	margin: 5px 0 0 0;
	float: left;
	width: 75px;
}

form#askaquestion input.inputtext,
form#askaquestion textarea{
	width: 163px;
	float: left;
	padding: 3px;
	margin: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ccc;
}

form#askaquestion input.submit{
	float: right;
}

#msg {
	display:none; 
	position:absolute; 
	z-index:200; 
	background:url('../styleImages/msg_arrow.gif') left center no-repeat; 
	padding-left:7px;
}

#msgcontent {
	display:block; 
	background-color: #CC0000; 
	color: white;
	border-left:none; 
	padding:7px; 
	min-width:150px; 
	max-width:250px;
}

a#closeWindow{
float: right;
}


div#formResponse{
	color: red;
	padding: 10px;
	margin: -9px 0 10px 0;
	border: 1px solid #ccc;
	background-color: #EFEFEB;
	width: 246px;
	font-weight: bold;
}

/*---------------------------------
  Social Bookmarks by Electric Studio, http;//www.electricstudio.co.uk
----------------------------------*/
.bookmarkHolder {
	position:relative;
	bottom:18px;
	right:0;
	margin:0 auto;
	width:950px;
}
.bookmarkButton {
	float:right;
	width:120px;
	text-align:right;
}
.bookmarkLinks {
	border:solid 2px #D20000;
	background-color:#fff;
	padding:10px;
	width:130px;
	display: none;
	position:absolute;
	bottom:0;
	right:0;
}
.bookmarkLinksInline {
	padding: 10px 0 0 0;
	margin: 0;
	border-top: 1px solid #ccc;
}
.bookmarkLinks p, .bookmarkLinksInline p {
	font-weight:900;
	margin:0;
	padding:0 0 6px 0;
}
.bookmarkLinks ul, .bookmarkLinksInline ul{
	list-style:none;
	margin:0;
	padding:0;
}
.bookmarkLinks ul li{
	text-align:left;
	padding:2px 4px 8px 0 ;
}
.bookmarkLinksInline ul li{
	text-align:left;
	float:left;
	padding:2px 10px 8px 0 ;
}
ul li.delicious {
	background:url("../styleImages/backgrounds/delicious.png") no-repeat 0 0;
}
ul li.digg {
	background:url("../styleImages/backgrounds/digg.png") no-repeat 0 0;
}
ul li.reddit {
	background:url("../styleImages/backgrounds/reddit.png") no-repeat 0 0;
}
ul li.facebook {
	background:url("../styleImages/backgrounds/facebook.png") no-repeat 0 0;
}
ul li.stumbleupon {
	background:url("../styleImages/backgrounds/stumbleupon.png") no-repeat 0 0;
}
ul li.twitter {
	background:url("../styleImages/twitter.gif") no-repeat 0 0;
}
ul li.google {
	background:url("../styleImages/backgrounds/google.png") no-repeat 0 0;
}
ul li.favourites {
	background:url("../styleImages/backgrounds/bookmark.png") no-repeat 0 0;
}
.bookmarkLinksInline ul li a, .bookmarkLinks ul li a {
	padding:0 0 0 23px;
	margin:0 0 0 0px;
}

/*#################################



##################################*/


ul#homepageCategories{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#homepageCategories li{
	width: 360px;
	height: 159px;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	background-color: #964380;
}

ul#homepageCategories li.last{
	margin: 0 0 10px 0;
}

ul#homepageCategories li a{
	background-color: #964380;
	background:url("../styleImages/homepageCategoryArrow.png") no-repeat 340px 137px;
	text-decoration: none;
	width: 100%;
	display: block;
}

ul#homepageCategories li a:hover{
}

ul#homepageCategories li a img{
	border-bottom: 1px solid white;
	margin: 0 0 8px 0;
}

ul#homepageCategories li span{
	margin: 1px 0 3px 10px;
	padding: 0;
	color: white;
	font-size: 18px;
	font-weight: normal;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}


/*#################################

Your Account

##################################*/


ul.account {
  padding:20px 0;
  margin: 0;
  background-color:transparent;
  width:680px;
}
ul.account li {
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0 10px 10px 0;
  text-align: center;
}

ul.account li a {
  display: block;
  width: 120px;
  height: 17px;
  padding:65px 0 10px 0;
  margin:0;
  text-align: center;
  font-size: 100%;
  border: 1px solid #e5e5e5;
  background-position:50% 5px;
  background-repeat:no-repeat;
}
ul.account li a.profile {
	background-image:url(../styleImages/backgrounds/profile.jpg)
}
ul.account li a.viewOrders {
	background-image:url(../styleImages/backgrounds/vieworders.jpg)
}
ul.account li a.changePass {
	background-image:url(../styleImages/backgrounds/changepass.jpg)
}
ul.account li a.newsletter {
	background-image:url(../styleImages/backgrounds/newsletter.jpg)
}

/*#################################

Latest products RSS

##################################*/

a.rssLink {
	background:transparent url(../styleImages/icons/rss.gif) 0 2px no-repeat;
	padding:0 0 0 16px;
}

