/* © 2008 */
/* XHTML / CSS Helen Barclay'08 */
@import url(headers.css);
@import url(list.css);
@import url(details.css);
@import url(forms.css);
@import url(lightbox.css);
@import url(adminbar.css);	/* for cactushop admin */

/* -- GLOBAL STYLES
-------------------------------------------------------------------------------*/
html, body {
	margin:0;
	padding:0;
 }

body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1.8em;
	color:#666;
	background:#fff;
	 }


/* -- RESET DEFAULT
-------------------------------------------------------------------------------*/
body, p, h1, h2, h3, h4, h5, ul, li, oll oi, form, input, fieldset, label, dl, dt, dd {
	margin:0; padding:0;
}

fieldset {
	border:none;}

.invisible, hr {
	display:none; }

ul li ol oi{
	list-style: none;
}

legend {
	display: none;
}

select {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cleaner{
	clear:both;
}

/* -- GLOBAL LINK STYLES
-------------------------------------------------------------------------------*/
a {
	outline:none; }

a:link, a:visited, a:active {
	color:#f8941e;
	text-decoration:none;
	 }

a:hover {
	color:#000000;
	text-decoration:underline;
}

img {
	border:none;
}

h1 {
	color: #f8941e;
	line-height:24px;
	font-weight:normal;
	margin:0 10px 0 0;
}

h2 {
	color: #333333;		/* #f8941e */
	line-height:24px;
	font-weight:normal;
	margin:0px 10px 10px 0;
	font-size: 1.4em;
}

h3 {
	font-size:1.4em;
	font-weight:normal;
	color:#f8941e;
}

h4 {
	color: #333333;		/* #f8941e */
	line-height:24px;
	font-weight:normal;
	margin:0px 10px 10px 0;
	font-size: 1.4em;
}

/* -- SITE WRAPS
-------------------------------------------------------------------------------*/
#sitewrapper {
	margin:0 auto;
	width:950px;
	font-size:1.2em;
	}


.orange-txt {color:#F8941E;}
.sale-txt {color:#ff0000;}
.strike {text-decoration: line-through;}
.bold {font-weight:bold;}
.align-left{float:left; display:inline;}
.align-right{float:right; display:inline;}



/* -- HEADER AREA
-------------------------------------------------------------------------------*/
#navigation {
	float:left;
	display: inline;
	background-repeat: no-repeat;
	background-position: bottom;
	padding:10px 10px 0 10px;
	margin:0 0 2px 0;
	border-bottom:solid 5px #e5e5e5;
	width:930px;
}

#header-nav {
	float:right;
	display:inline;
	text-align:right;
	padding:0;
	margin:0 0 20px 0;
}

ul.global-nav li {
	float:left;
 	display:inline;
	margin:0;
	height:43px;
	list-style-type: none;
	padding:15px 15px 0 15px;
	background-position: right;
	color:#666666;
}

ul.global-nav li.shopping {
	padding:15px 0 0 40px;
	background: url(../../images/global/shopping-bag.gif) no-repeat;
	background-position:top left;
}

ul.global-nav li.end {
	background:none;
	padding:0 0 0 15px;
}

ul.global-nav li table {
	margin:-6px 0 0 0;
}


ul.global-nav li a:link, ul.global-nav li a:active, ul.global-nav li a:visited {
	color:#F8941E;
	text-decoration:none;
}

ul.global-nav li a:hover {
	color:#000000;
}


/*-------------------------------------------------------------------------------*/

/* -- CAT NAV
-------------------------------------------------------------------------------*/
#top-nav{
	float:left;
	display:inline;
	padding:5px 0 5px 0;
	width:950px;
	margin:0 0 10px 0;
	background: url(../../images/global/nav-bg.gif) no-repeat;
}

ul#cat-nav{
	float:left;
	display:inline;
  	list-style: none;
	margin:3px 0 0 0;
}

ul#cat-nav li {
    float:left;
    display:inline;
	 padding:0 20px 0 20px;
	 font-size: 1.2em;
	 /*background: url(../../images/global/nav-divider.gif) no-repeat;*/
	 background-position:right;
	}

ul#cat-nav li a:link, ul#cat-nav li a:visited, ul#cat-nav li a:active {
	color:#000;
	text-decoration:none;
}

ul#cat-nav li a:hover {
	color:#000;
	background:#F8941E;
}


#search{
	float:right;
	display:inline;
	margin:0 10px 0 0;
}

/* -- HOMEPAGE CLASSES
-------------------------------------------------------------------------------*/
.home-image{
	width:310px;
	height:230px;
	overflow:hidden;
	float:left;
	display:inline;
	margin:0 10px 0 0;
	position:relative;
}

/* SB added these for text titles instead of images */
.home-title {
	color: #f8941e;
	font-size: 1.6em;
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}
.home-caption {
	padding: 0px 0px 10px 10px;
	margin: 0px 0px 0px 0px;
}
.home-intro {
	padding: 0px 0px 10px 10px;
	margin: 0px 0px 0px 0px;
}

.image01{background: url(../../images/home/main1.jpg) no-repeat;}
.image02{background: url(../../images/home/main2.jpg) no-repeat;}
.image03{background: url(../../images/home/main3.jpg) no-repeat;}

.transparent-bg {
	background: url(../../images/global/transparent-bg.png) no-repeat;
	width:310px;
	margin:180px 0 0 0;
	cursor:pointer;
}

.transparent-bg-over {
	background: url(../../images/global/transparent-bg.png) no-repeat;
	width:310px;
	margin:60px 0 0 0;
}

.transparent-bg p, .transparent-bg-over p {
	padding:0 10px 10px 10px;
}


#homepage-top{
	float:left;
	display:inline;
	border-bottom:solid 5px #e5e5e5;
	margin:0 0 10px 0;
}


.product{
	float:left;
	display:inline;
	text-align: center;
	width:150px;
	margin:0 10px 0 0;
	line-height:1.4em;
	font-size: 0.9em;

}

.home-featured{
	float:left;
	display:inline;
	width:150px;
	height:135px;
	margin:0 10px 0 0;
	line-height:1.4em;
	font-size: 0.9em;
	border-bottom:solid 5px #F8941E;
}

.home-featured h3 {
	margin:10px 0 0 0;
	font-weight:bold;
}

.home-featured h4 {
	color:#F8941E;
}

.home-featured ul{
	list-style-image: url(../../images/buttons/arrow.gif);
	padding:0 0 0 17px;
	margin:5px 0 0 0;
}

.home-featured li{
	height:1.8em;
}

.home-featured li a:link, .home-featured li a:active, .home-featured li a:visited {
	color:#666666;
	text-decoration:none;
	font-size:1.2em;
	font-weight:normal;
}

.home-featured li a:hover{
	color:#F8941E;
}



.product img {
	border-bottom:solid 5px #F8941E;
}

.end {
	margin:0;
}

.home-banners{
	float:left;
	display:inline;
	width:310px;
}

.banner01{height:85px; background:url(../../images/banners/advert01.gif) no-repeat; margin:0 0 10px 0;}
.banner02{height:95px; margin:0;}

.banner01 form {
	padding:45px 0 0 5px;
}
.email-button{
	text-align:right;
	background:url(../../images/buttons/email-button.gif) no-repeat;
	color:white;
	width:50px;
	height:26px;
	border:none;
}

#help-wrap{
	clear:both;
	border-top:solid 5px #e5e5e5;
}

#help-wrap p {
	margin:0 0 20px 0;
}

/*----FOOTER STYLES---------------------------------------------------------------------------*/



#footer{
	clear:both;
	margin:20px 0 0 0;
	padding:0 0 50px 0;
	border-top:solid 5px #e5e5e5;
}

#footer-left{
	float:left;
	display:inline;
	margin:10px 0 0 0;
}

#footer ul li {
	list-style-type: none;
	display:inline;
	padding:0 10px 0 0;
	margin:10px 0 0 0;
	background: url(../../images/css/footer-divider.gif) no-repeat;
	background-position: right;
}


#footer a:link, #footer a:active, #footer a:visited {
	color:#8d8b8b;
	text-decoration:none;
	font-weight:normal;
}

#footer a:hover{
	color:#F8941E;
	text-decoration:none;
}

#footer p{
	clear:both;
	padding:0 10px 0 10px;
}

.footer-right {
	float:right;
	display:inline;
	text-align:right;
	margin:10px 0 0 0;
}



.boxinset {
	background-position: top left;
	background-repeat: repeat-x;
}


/* ------------ Versions --------------------------------------------- */
/* Clear so it comes below the floating image tag */
.versions {
	clear: both;
	margin-bottom: 10px;
}

.versions strong {
	display: block;
	padding-bottom: 0px;
}

.products_shortenened .versions { /* don't want to clear if we're doing things in shortened format */
	clear: none;
}

/* Versions displayed in options may first have a price line */
.versions .prices {
	padding: 5px;
	text-align:right;
}

.versions .prices span {
	margin-left: 2em;
}

.versions .prices .extax {
	width: 40px;
	border: none;
	overflow: visible;
	background-color: transparent;
	margin: 0;
	text-align: left;
	font-weight: normal;
	padding: 2px;
}


.versions .prices .inctax {
	width: 40px;
	border: none;
	overflow: visible;
	background-color: transparent;
	margin: 0;
	text-align: left;
	font-weight: bold;
	padding: 2px;
}

.versions .prices .weight {
	width: 40px;
	border: none;
	background-color: transparent;
	margin: 0;
	text-align: left;
	font-weight: normal;
	margin-right: 20px;
	padding: 2px;
}

.versions .line {
	text-align: right;
	padding: 5px;
}

.versions .line img {
	float: none;
}

/* Version Table */
.versions table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

.versions div.versionstable {
	width: 100%;
}

.versions tr.description {
	background-image: none;
	background-color: transparent;
}

.versions td.description {
	background-image: none;
	background-color: white;
}

.versions th, .versions td {
	text-align: right;
}

.versions table .stock {
	text-align: center;
}

.versions table .name {
	padding-left: 5px;
}

.versions td.price {
}

.versions table .addtobasket {
	padding-right: 5px;
}

.versions table .addtobasket img {
	float: none;
}

.versions table .description {
	padding: 5px;
	overflow: hidden;
}

.versions table .description img {
	float: left;
	margin-right: 4px;
}

.versions table .name, .versions table .name, .versions table .description {
	text-align: left;
}


/* ------------ Product Options -------------------------------------- */
.optiongroups_block .options {
	padding: 10px;
	margin: 10px 0px 5px 0px;
}

.optiongroups_block .addtobasket {
	text-align: left;
	padding-left: 165px;
	clear: both;
}

.outofstockmessage em {
	display: block;
	margin-top: 10px;
}

.optiongroups_block .option {
	clear: both;
}

.optiongroups_block .option label.optiontitle {
	display: block;
	width: 150px;
	float: left;
	color: #DDDDDD;
	margin-right: 5px;
	font-weight: bold;
}

.versions .option label.optiontitle {
	margin-right: 5px;
}

.optiongroups_block .option div {
	display: inline-block;
	margin-left: 160px;
	margin-bottom: 10px;
}

.optiongroups_block .option div .radiooptions {
	display: block;
}

.optiongroups_block .addtobasket img {
	float: none;
	text-align: right;
}

/* Inline groups */
.optiongroups_line {
	padding: 5px;
	margin-bottom: 5px;
	text-align: left;
	zoom: 100%;
	overflow: hidden;
}

.optiongroups_line .options, .optiongroups_line .option div, .optiongroups_line .option, .optiongroups_line strong, .optiongroups_line label, .optiongroups_line select, .optiongroups_line .addtobasket {
	display: inline;
}

.optiongroups_line label {
	margin-left: 10px;
}

.optiongroups_line .addtobasket {
	display: block;
	float: right;
	width: 100px;
	text-align: right;
	margin-left: 20px;
}
.optiongroups_line .addtobasket img {
	float: none;
}

.versions .prices .inctax {
	width: 40px;
	border: none;
	overflow: visible;
	color: #DDDDDD;
	background-color: transparent;
	margin: 0;
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
	padding: 2px;
}


/* Tables */
table caption {
	font-size: 10pt;
	color: #DD7700;
}

/*
table {
	border-collapse: collapse;
	width: 100%;
}

table tr {
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
}
table td, table th {
	padding: 3px;
}
*/
table tr.alt {
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
}

table tr.highlight {
	background-color: #FFF522;
	background-image: none;
}

.versions tr.highlight td {
	background-image: none;
	background-color: #FFF522;
}

table tr.header {
	background-color: transparent;
	background-image: none;
}

table tr.header th {
	font-size: 7.5pt;
	font-weight: bold;
	background-image: none;
	background-color: transparent;
}

table tr.subheader td {
	border-top: solid 1px #CBD5DB;
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
}

table th {
	background-color: white;
}



/* ------------ Input Styles -------------------------------------- */

input.search-button {
	text-align:right;
	background:url(../../images/buttons/search.gif) no-repeat;
	color:white;
	width:21px;
	height:27px;
	border:none;
}

input.radio, input.checkbox {
	border-style: none;
	background-color: transparent;
	display: inline;
	width: 20px;
}

input {
	border:solid 1px #e5e5e5;
	color:#8d8b8b;
	padding:2px;
}

input.search {
	padding:1px 0 1px 2px;
	margin:0 4px 0 0;
	width:210px;
	border:solid 1px #F8941E;
}

/*
input.addtobasket-button {
	text-align:right;
	background:url(../../images/buttons/add-to-basket.gif) no-repeat;
	width:159px;
	height:49px;
	border:none;
}
*/

input.addtobasket {
	background-color: #DD7700;
	color: white;
	font-weight: bold;
	font-size: 7.5pt;
	border-style: outset;
	border-left: solid 1px #FF6666;
	border-top: solid 1px #FF6666;
	border-right: solid 1px #990000;
	border-bottom: solid 1px #990000;
	margin: 0 1px 3px 0;
	padding: 1px 3px 1px 3px;
	width: auto;
	overflow: visible;

}


/* ------------ Checkout and Basket ---------------------------------- */
/* Card details box during checkout */
.carddetails {
	background-color: #FFFFFF;
	border: none;
}

/* shipping methods line during checkout */
.basket .shippingmethodline {
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 8px 0 20px 0;
}

.basket tr.separate {
	height: 20px;
	background-color: white;
	background-image: none;
}

.basket .section {
	width: 100%;
	padding-top: 10px;
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.basket .totals {
	border-top: solid 1px #CBD5DB;
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: right;
	margin-top: 18px;
	padding-top: 5px;
	margin-bottom: 8px;
}

.basket .applycoupon {
	border-top: solid 1px #CBD5DB;
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
	margin-top: 18px;
	padding-top: 5px;
	margin-bottom: 8px;
}

.checkout .section {
	width: 99%;
	padding-top: 10px;
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#fieldsrequired {
	color: #888888;
	font-size: 7.5pt;
}

.shippingmethodstable .subheader .name {
	font-weight: bold;
	font-size: 7.5pt;
	color: #DD7700;
	margin-bottom: 4px;
	padding-bottom: 0px;
}

/* ------------ Basket ----------------------------------------------- */
.basket .baskettable {
/*	width: 100%;*/
}

.basket .price_1, .basket .price_2, .basket .price, .basket .quantity, .basket .remove, .basket .tax, .basket .total {
	text-align: right;
	white-space: nowrap;
}

.basket .quantity input {
	text-align: right;
}

.basket .totals em {
	line-height: 30px;
	color: darkOrange;
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
}

.basket .totals .controls {
	margin-top: 8px;
}

.basket .links {
	margin-top: 3px;
	overflow: hidden;
	width: 100%;
	text-align: left;
}

.basket .links div {
	width: 48%;
	margin: 0;
	padding: 0;
	float: left;
}

.basket .links div p {
	margin: 0;
	padding: 4px 4px 0 0px;
}

.basket .links img {
	margin-right: 4px;
}

.basket .continueshopping {
	margin-top: 8px;
	text-align: right;
}

.basket .continueshopping .submit {
	float: left;
	text-align: center;
}

/* ------------ Checkout --------------------------------------------- */
/* step 1 - login form */
.emailreminder {
	width: 100%;
	padding-top: 15px;
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
}

/* step 3 - shipping methods */
.shippingmethodstable {
	width: 100%;
	padding-bottom: 8px;
}

.shippingmethodstable .price_1, .shippingmethodstable .price_2, .shippingmethodstable .price {
	text-align: right;
	white-space: nowrap;
	padding-right: 30px;
}

.euvat {
	padding-bottom: 8px;
}

.checkout textarea {
	width: 500px;
}

.carddetails {
	width: 100%;
}

.carddetails .inside {
	padding: 0px;
}

.shippingmethodline strong {
	padding-right: 16px;
}

.step4 input.submit {
	margin-left: 0px;
}

#strMailingListHTML {
	display: block;
	margin: 10px 0 5px 0;
}

/* ------------ Forms ------------------------------------------------ */
select, input, textarea {
	font-weight: normal;
	color: darkBlue;
	background-color: #DCE4E9;
	border-color: #cccccc;
	border-style: inset;
	border-width: 1px;
	margin-bottom: 3px;
}

select:focus, input:focus, textarea:focus {
	font-weight: normal;
	color: black;
	background-color: #F7F7FF;
	border-color: #cccccc;
	border-style: inset;
	border-width: 1px;
	margin-bottom: 3px;
}

input.submit {
	background-color: #DD7700;
	color: white;
	font-weight: bold;
	font-size: 7.5pt;
	border-style: outset;
	border-left: solid 1px #FF6666;
	border-top: solid 1px #FF6666;
	border-right: solid 1px #990000;
	border-bottom: solid 1px #990000;
	margin: 0 1px 3px 0;
	padding: 1px 3px 1px 3px;
	width: auto;
	overflow: visible;
}

input.smallsubmit {
	display: in-line;
	margin: 0;
	font-size: 7.5pt;
	text-decoration: none;
	color: #EE6600;
	font-weight: bold;
	padding: 0px 2px 0px 2px;
	text-align: left;
	font-weight: bold;
	background-color: transparent;
	border: none;
}

/* form error messages */
.errors {
	display: block;
	width: 85%;
	color: red;
	background-color: #FFEEEE;
	border: dotted 1px red;
	margin: 18px;
	padding: 12px;
}

.errors label {
	border-bottom: dotted 1px red;
}



/* Breadcrumb trail  */
.breadcrumbtrail {
	padding: 3px 3px 3px 0px;
	margin-bottom: 10px;
}

.breadcrumbtrail ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}

.breadcrumbtrail ul li {
	margin-left: 0;
	border: none;
	list-style: none;
	display: inline;
}


/*Styles for the account section of the site*/

.panel {
	float:left;
	display:inline;
	margin:20px 0 10px 0;
	padding:0;
	background:#EEEEEE;
	width:470px;
}

.panel-wrap {float:left; display:inline; padding:10px 10px 5px 10px; width:450px;}

.tl, .tr, .bl, .br {
	font-size:1px; /* for winMSIE 6 */
	width:5px;
	height:5px;
	background:url(../../images/global/corner.gif) no-repeat;
	}

.tr {
	float:right;
	display:inline;
	background-position:-5px 0;
	}

.bl {
	float:left;
	display:inline;
	background-position:0 -5px;
	}

.br {
	float:right;
	display:inline;
	background-position:-5px -5px;
}

