/* 
========================================================================
CACTUSHOP.CSS
========================================================================
*/


/*
------------------------------------------------------------------------
COMMON ELEMENTS
------------------------------------------------------------------------
*/
/* ------------ Typographic settings --------------------------------- */
body, td, select, input {
	font-family: Verdana,Arial,Helvetica,Sans-Serif; 
	font-size: 8pt; 
	line-height:16px;
	font-weight: normal; 
	color: #808080;
}

th {
	text-align: left;
}

/* Headings and Text */
h1 {
	font-size: 13pt;
	font-weight: bold;
	color: #00693F;
	margin: 10px 0 4px 0;
}

h2 {
	font-size: 9pt;
	color: #9DD272;
	margin: 0px;
	padding: 0px;
}

h3 {
	line-height:18px;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #00693F;
	/*       t   r   b   l */
	margin: 2px 0px 2px 0;
	padding: 0px 0px 0px 5px;
}

h4 {
	line-height:18px;
	font-size: 8pt;
	color: #FFFFFF;
	/*       t   r   b   l */
	margin: 10px 0px 4px 0;
	padding-bottom: 0px;
}

h5 {
	margin: 20px 0px 5px 0px;
	font-size: 7.5pt;
	color: #336677;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 2px 2px 2px 0px;
	text-align: left;
	font-weight: normal; 
}

pre {
	color: #009900;
}

.breadcrumbtrail {
	color: #999999;
}

/* Hyperlinks */
A:link, A:visited {
	text-decoration: none; 
	color: #00693F;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

A:hover	{
	text-decoration: none; 
	color: black;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/* General site warnings & alerts */
.warning {
	font-style: normal;
	font-weight: bold;
	color: red;
	font-size: 7.5pt;
}

/* Products */
.products .minprice {
	color: Red;
}

.quantitydiscount {
	padding: 10px 0px 5px 0px;
	font-size: 7.5pt;
}



/* ------------ Site Colour Scheme and Layout ------------------------- */
body {
}

/* Boxes for general display */
.box {
}

.pad{
}

.pad  h5 {
	margin: 0px;
	padding: 0px;
}

.boxinset {
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
}


/* Shortened column format boxes */
.products_shortened .box {
	width: 175px;
	height: 280px;
	margin: 0px 5px 5px 0px;
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
	border-top: solid 1px #CBD5DB;
	border-left: solid 1px #CBD5DB;
	border-bottom: solid 1px #E2EAEF;
	border-right: solid 1px #E2EAEF;
	font-size: 7.5pt;
}

.subcategories_shortened .box {
	width: 175px;
	height: 260px;
	margin: 0px 5px 5px 0px;
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
	border-top: solid 1px #CBD5DB;
	border-left: solid 1px #CBD5DB;
	border-bottom: solid 1px #E2EAEF;
	border-right: solid 1px #E2EAEF;
	font-size: 7.5pt;
}

/* Line between products */
.products_extended .product {
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 10px;
}

.products_normal .product {
	margin: 0px;
	padding: 0px;
}

.products_normal .product a, .products_normal .product a:visited{
	color: #00693F;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.products_normal .product a:hover{
	color: black;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.normal_list{
	/*       t   r   b   l */
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.normal_list  ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.normal_list  li {
	/*
	float: left;
	clear: both;
	*/
	list-style-type: circle;
	list-style-position: Inside;
	/*       t   r   b   l */
	padding: 0px 0px 0px 5px;
	margin: 0px;
}

/* tables */

/*
*/

/* 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 tr.alt {
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
}

.siteinfo table tr {
	background-image: none;
	background-position: top left;
	background-repeat: repeat-x;
}

.siteinfo table tr.alt {
	background-image: none;
	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 td, table th {
	padding: 3px;
}

table th {
	background-color: #FFFFFF;
}

/*
------------------------------------------------------------------------
SPECIFIC ELEMENTS
------------------------------------------------------------------------
*/
/* ------------ Mini-basket ------------------------------------------ */
#basketlines a {
	display: block;
	text-decoration: none;  
	color: black;
	padding: 1px 2px 2px 3px;
}

#basketlines a:hover {
	color: #FFFFFF;
	background-color: #00693F;
	border-right: solid 1px #9DD272;
	border-bottom: solid 1px #9DD272;
	padding: 1px 1px 1px 3px;
}

#baskettotals {
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
	color: Red;
	font-weight: bold;
	text-align: right;
}

#baskettotals p {
	border-bottom: solid 1px #CBD5DB;
}

#basketempty, #baskethidden {
	font-style: italic;
}	

#basketlines {
	border-top: solid 1px #CBD5DB;
}

#basketlines li {
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: solid 1px #CBD5DB;
}

#basketlines li.alt {
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#basketlinks a {
	display: block;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	padding: 1px 1px 1px 3px;
}

#basketlinks a:hover {
	display: block;
	color: #FFFFFF;
	background-color: #00693F;
	border-right: solid 1px #9DD272;
	border-bottom: solid 1px #9DD272;
	padding: 1px 1px 1px 3px;
}

/* ------------ Other Elements --------------------------------------- */

/* Reviews */
.reviews {
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 5px;
}

.reviews .box {
	background-color: #E2EAEF;
	border-top: solid 1px #CBD5DB;
	border-bottom: solid 1px #CBD5DB;
}

/* Carry On Shopping / Cross Selling */
.carryonshopping {
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 5px;
}

/* Attributes */
.attributes {
	/*border-bottom: solid 1px #CBD5DB;*/
}

.attributes td {
	/*background-color: #E2EAEF;*/
	/*border-top: solid 1px #CBD5DB;*/
}

/* Promotions */
.product .promotions, .basket .promotions {
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}

.promotion .box {
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
	border-top: solid 1px #CBD5DB;
	border-left: solid 1px #CBD5DB;
	border-bottom: solid 1px #E2EAEF;
	border-right: solid 1px #E2EAEF;
}

.promotionfooter {
	color: #aaa;
	margin-top: 8px;
}

/* Compare */
.compare td {
	border-top: solid 1px #CBD5DB;
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
}


/* ------------ Forms ------------------------------------------------ */
select, input, textarea {
	font-weight: normal;
	color: black;
	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: red;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 7.5pt;
	margin: 0 1px 3px 0;
	border-right: solid 1px #9DD272;
	border-bottom: solid 1px #9DD272;
	padding: 1px 3px 1px 3px;
	width: auto;
	overflow: visible;
}

input.lsubmit {
	background-color: #00693F;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 7.5pt;
    /*       t    r   b   l */
	margin: 20px 1px 3px 0;
	border-right: solid 1px #9DD272;
	border-bottom: solid 1px #9DD272;
	padding: 1px 3px 1px 3px;
	width: auto;
	overflow: visible;
	float: left;
	display: inline;
}

input.rsubmit {
	background-color: #00693F;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 7.5pt;
    /*       t    r   b   l */
	margin: 20px 1px 3px 0;
	border-right: solid 1px #9DD272;
	border-bottom: solid 1px #9DD272;
	padding: 1px 3px 1px 3px;
	width: auto;
	overflow: visible;
	float: right;
	display: inline;
}

input.smallsubmit {
	display: in-line;
	margin: 0;
	font-size: 7.5pt;
	text-decoration: none; 
	color: #EE6600;
	font-weight: bold;
	border-right: solid 1px #9DD272;
	border-bottom: solid 1px #9DD272;
	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;
}

/* --- Category menu ------------------------------------------------- */

#categorymenu {
	margin: 0 0 5px 0;
	padding: 0;
	/*border-top: solid 1px #CBD5DB;*/
}

#categorymenu ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#categorymenu ul li {
	list-style: none;
	float: none;
	clear: both;
	padding: 0;
}

#categorymenu ul li div {
	font-size: 8pt;
	font-weight: normal;
	background-color: transparent; 		
}

#categorymenu ul li div a , ul li div a:visited{
	font-weight: normal;
	display: block;
	padding: 1px 2px 2px 2px;
	color: #808080;
	/*background-image: url(../templateimages/back_fade2.png);*/
	/*border-bottom: solid 1px white;*/
}


#categorymenu ul li div a:hover {
	color: black;
	/*background-color: #DD7700;*/
	/*background-image: none;*/
	/*border-right: solid 1px #990000;*/
	/*border-bottom: solid 1px #990000;*/
}

#categorymenu ul {
	list-style-type: circle;
}

#categorymenu ul ul li div {
	font-weight: normal;
}

#categorymenu ul ul li div a,  ul ul li div a:visited{
	font-weight: normal;
	color: #00693F;
	padding-left: 10px;
}

#categorymenu ul ul ul li div a {
	padding-left: 20px;
}

#categorymenu ul ul ul ul li div a {
	padding-left: 30px;
}

#categorymenu ul ul ul ul ul li div a {
	padding-left: 40px;
}

#categorymenu ul ul ul ul ul ul li div a {
	padding-left: 50px;
}

/* ------------ 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: #FFFFFF;
	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;
	padding-right: 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;
}

.checkout .section h4 {
	line-height:18px;
	font-size: 8pt;
	color: #9DD272;
	/*       t   r   b   l */
	margin: 10px 0px 4px 0;
	padding-bottom: 0px;
}

#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;
}

/* ------------ Customer --------------------------------------------- */
.customer .section {
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.vieworder {
	margin-bottom: 15px;
}

/* ------------ Site Map --------------------------------------------- */
.sitemap ul {
	padding: 0;
	margin: 0;
}

.sitemap ul li {
	display: block;
	float: left;
	width: 260px;
	margin: 5px;
	padding: 0;
	border-top: solid 1px #CBD5DB;
	border-left: solid 1px #CBD5DB;
	border-bottom: solid 1px #E2EAEF;
	border-right: solid 1px #E2EAEF;
	list-style-position: inside;	
	list-style-type: none;
}

.sitemap ul li div.pad {
	padding: 15px;
}

.sitemap ul ul {
	padding: 0;
	margin: 0;
}

.sitemap ul ul li {
	float: none;
	width: 100%;
	width: 100%;
	padding: 3px 10px 3px 10px;
	margin: 0;
	border: 0;
}

/* ------------ Miscellaneous ---------------------------------------- */
/* horizontal rule */
hr {
	color: #DDDDDD; 
	background-color: #DDDDDD; 
}

/* Controls the first news item */
#newsitem1 h1 {

}

/* 'Top items' boxes on home page */
#toplists ul li div a:hover {
	color: red;
}

/* Search keyword highlight */
em.highlight {
	background-color: #FFF522;
	font-style: normal;
}

/* Strapline font styling */
.product em.strapline {
	font-style: normal;
	color: #339900;
	font-weight: bold;
	font-size: 7.5pt;
}

/* styles for common features on your content pages */
.page .cutout {
	margin: 12px;
	border-top: solid 1px #CBD5DB;
	border-left: solid 1px #CBD5DB;
	border-bottom: solid 1px #E2EAEF;
	border-right: solid 1px #E2EAEF;
}

.page .cutout_left {
	float: left;
}

.page .cutout_right {
	float: right;
}

.page .right {
	text-align: right;
}

/* style used to highlight explanations of demo data. This can be safely remove
when you have your own styles */
.demodataexpl {
	clear: both;
	color: #008800;
	background-color: #AAEEAA;
	font-size: 7.5pt;
	font-weight: bold;
	display: block;
	padding: 10px;
	margin-top: 10px;
	border: dotted 1px #008800;
}


/*
------------------------------------------------------------------------
ADVANCED CHANGES
These styles should not need to be changed - such as element 
positioning and padding that most stores would not need to alter
------------------------------------------------------------------------
*/
/* ------------ Boxes ------------------------------------------------ */
.boxheader {
	margin: 15px 0px 0px 0px;
}

.pad_shortformat {
	padding: 20px;
}

div.spacer {
  	clear: both;
}

/* ------------ Forms ------------------------------------------------ */
form { 
	margin: 0; 
	display: inline;
	padding: 0;
}


.inputform {
	margin-bottom: 12px;
	zoom: 100%; /* To fix IE 'invisible text' rendering bug (http://archivist.incutio.com/viewlist/css-discuss/57305) */
}

.inputform label {
	width: 180px;
	float: left;
}

.inputform label.checklabel {
	width: auto;
	float: none;
}

.inputform h5 { 
	display: inline;
	font-size: 9pt;
	color: #9DD272;
}

.inputform div {
	float: left;
	margin-bottom: 5px;
}

.inputform br {
	display: block;
	clear: both;
}

.inputform input.submit {
	margin-left: 180px;
	width: auto;
}

.inputform input {
	width: 180px;
}

input.radio, input.checkbox {
	border-style: none;
	background-color: transparent;
	display: inline;
	width: 20px;
}

.column2 {
	padding-left: 180px;
	margin-bottom: 20px;
	width: auto;
}

textarea { 
	width: auto; 
}

/* ------------ Mini-basket ------------------------------------------ */
#numberofitems {
	margin: 0px 0px 5px 0px;
	padding: 0;
	font-size: 7.5pt;
}

#numberofitems em {
	font-style: normal;
	font-weight: bold;
}

/* Lines of the basket */
#basketlines {
	padding: 0;
	margin: 0;
}

#basketlines li {
	list-style: none;
	font-size: 7.5pt;
	clear: both;
}

#basketlines em {
	font-style: normal;
}

#baskettotals p em {
	margin-left: 5px;
}

#baskettotals em {
	font-style: normal;
}

#baskettotals #taxexception {
	font-weight: normal;
}

#basketlinks {
	margin: 5px 0px 0px 0px;
	padding: 0;
	font-size: 7.5pt;
}

#basketlinks li {
	list-style: none;
}

#basketlinks img {
	border: 0;
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
}

#basketempty, #baskethidden {
	padding: 0px 3px 0px 3px;
	margin: 0;
}	

#baskettotals p {
	padding: 0px 3px 0px 3px;
	margin: 0;
	font-size: 7.5pt;
}

/* ------------ Speed order page ------------------------------------- */
.speedordertable {

}

.speedorder table {
	width: 100%;
	margin: 0 auto;
}

.speedorder td, .speedorder th {
	text-align: left;
	padding-left: 0px;
	padding-right: 10px;
}

.speedorder .productcode input {
	width: 100%;
}

.speedorder .quantity input {
	width: 50px;
	text-align: right;
}

.speedorder div.submit {
	margin-top: 15px;
	text-align: left;
}

/* ------------ 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: 400px;
}

.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;
}


/* Billing details typography */
.billtotal em {
	font-style: normal;
}

.billtotal, .gatewaymessage {
    /*       t    r   b   l */
	margin: 15px 5px 30px 0;
}

.billtotal {
	font-size: 10pt;
}

#termspopup {
	font-size: 7.5pt;
	}

/* ------------ Search ----------------------------------------------- */
.trythesecategories {
	margin: 8px 0px 8px 0px;
}

.trythesecategories ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

.trythesecategories ul li {
	display: inline;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

#resultsheader {
	margin: 8px 0 8px 0;
}

.search .pricefields input {
	width: 4em;
}


/* ------------ 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: red;
	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;
}

/* ------------ Shipping rates --------------------------------------- */
.shippingtable {
	width: 100%;
	margin-bottom: 20px;
}

.shippingtable .price, .shippingtable .price_1, .shippingtable .price_2 {
	text-align: right;
	white-space: nowrap;
}

/* ------------ Customer --------------------------------------------- */
.section tbody td {
	padding: 2px;
}

.section table {
	margin-bottom: 2px;
}

.section th {
	text-align: left;
}

.savebasketstable .date, .wishliststable .date {
	width: 130px;
}

.savebasketstable .actions, .wishliststable .actions, .orderhistory .view {
	text-align: right;
	width: 130px;
}

.orderdetails label {
	width: 30%;
	float: left;
}

.orderdetails div {
	float: left;
	margin-bottom: 4px;
}

.orderdetails br {
	display: block;
	clear: both;
}

.orderdetails div.tick {
	float: none;
	margin-bottom: 0;
}

.orderdetails div.tick img {
	margin-right: 8px;
}

.downloadableproductstable .codenumber, .downloadableproductstable .orderdate {
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
}

.customer .links div {
	width: 48%;
	margin: 0;
	padding: 0;
	float: left;
}

.wishlist #chkUpdateItems {
	margin: 0;
	width: 20px;
	text-align: left;
	float: left;
	padding: 0;
}

/* ------------ Affiliate -------------------------------------------- */
.affiliatestatstable {
	width: 100%;
}

.affiliatestats .total {
	text-align: right;
	padding-right: 12px;
}

.affiliatestats .graph {
	text-align: center;
}

.affiliatestats h2 {
	margin-top: 16px;
}


/* ------------ Categories ------------------------------------------- */
.category h2 {
	margin: 0px;
	padding: 0px;
}

.subcategories {
	margin-bottom: 0px;
}

.subcategories_normal {
/*	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;*/
	padding-bottom: 10px;
}

.subcategories_extended {
/*	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;*/
	padding-bottom: 10px;
}

.maincategory {
	padding-bottom: 10px;
	width: 100%;
	border: 0;
	overflow: hidden;
}

.subcategory {
	margin: 0;
	padding: 0px 0px 1px 0px;
}

.subcategories_normal .subcategory {
	margin: 0;
	padding: 15px 0px 1px 0px;
}

.subcategories_extended .subcategory {
	margin: 0;
	padding: 15px 0px 1px 0px;
}

.subcategory strong {
	display: block;
	margin-bottom: 4px;
}

.subcategories_extended .subcategory img, .productlist_image img, .maincategory img {
	float: right;
	margin: 0px 0px 10px 10px;
}

.subcategories_shortened .subcategory_image {
	display: block;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

.subcategories_link .subcategory_image {
	display: block;
	float: right;
	clear: both;
	margin: auto;
		/*       t   r   b   l */
	margin: 5px 3px 5px 5px;
}

.subcategories .subcategory .pad, .maincategory .pad {
	margin: 0 0 0 0;
	zoom: 100%; /* To fix IE 'invisible text' rendering bug (http://archivist.incutio.com/viewlist/css-discuss/57305) */
	overflow: hidden; /* To fix image flow in extended view, mozz/opera */
}

/* For the shortened design */
.subcategories_shortened .subcategory {
	display: block;
	float: left;
	margin-bottom: 0px;
	
}

.subcategories_shortened .subcategory .pad {
	padding: 10px;
}

/* Style specifically for the 'link'. We remove most of the box styling for link mode */
.subcategories_link .subcategory .pad {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
}



/* ------------ Products --------------------------------------------- */
/* ------------ Attributes ------------------------------------------- */
.attributes {
	/*       t   r   b   l */
	margin: 0px 0 10px 0;
	padding: 0;
	width: 100%;
}

.pad .attributes  h1, .pad .attributes  h3{
	padding: 0px 0px 0px 5px;
}


.attributes h1{
	line-height:18px;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #00693F;
	/*       t   r   b   l */
	margin: 0px 0px 4px 0;
	padding: 0px 0px 0px 0px;
}

/* Paddings on various items */
.attributes h2 {
	padding: 0;
	/*      t   r   b   l*/
	margin: 10px 0px 0px 0px;
	font-size: 9pt;
	color: #00693F;
	margin-bottom: 5px;
}

.attributes h3{
	line-height:18px;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #00693F;;
	/*       t   r   b   l */
	margin: 10px 0px 4px 0;
	padding: 0px 0px 0px 0px;
}

.right {
	float: right;
	display: inline;
	/*       t   r   b   l */
	padding: 0px 5px 0px 0px;
}

.attributes table {
	width: 100%;
	border-collapse: collapse;
}

/* Product attributes table */
.attributes table tr {
	background-image: none;
}

/* ******************************************************************************************************************************* */
/* new product categories */

#details .pad{
	padding: 0px 0px 5px 0px;
}

#details h3{
	line-height:18px;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #00693F;
	/*       t   r   b   l */
	margin: 10px 0px 4px 0;
	padding: 0px 0px 0px 0px;
}

#details .pad h3{
	padding: 0px 0px 5px 5px;
}

.category_image {
	display: block;
	float: right;
	clear: both;
	margin: auto;
	/*       t   r   b   l */
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 5px;
}

/* ******************************************************************************************************************************* */

#overview .pad, #included  .pad, #basicitinerary .pad , #about .pad, #map .pad , #itinerary .pad, #weather .pad {
	padding: 5px 0px 5px 0px;
}

#overview h3, #included  h3, #basicitinerary h3, #about h3, #map h3, #itinerary h3, #weather h3{
	line-height:18px;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #00693F;
	/*       t   r   b   l */
	margin: 10px 0px 4px 0;
	padding: 0px 0px 0px 5px;
	clear: both;
}

.reviews h2 {
	line-height:18px;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #00693F;
	/*       t   r   b   l */
	margin: 10px 0px 4px 0;
	padding: 0px 0px 0px 5px;
	clear: both;
}

#basicitinerary h4, #itinerary h4{
	color: #00693F;
	margin: 0px;
	/*       t   r   b   l */
	padding: 0px 5px 0px 0px;
	display : inline;
}

#overview h3 a, #overview h3 a:visited, #included  h3 a, #included  h3 a:visited , #basicitinerary h3 a, #basicitinerary h3 a:visited , #about h3 a, #about h3 a:visited {
	line-height:18px;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #00693F;
	/*       t   r   b   l */
	padding: 0px 5px 0px 5px;
	font-weight: bold;
}

#overview h3 a:hover, #included h3 a:hover , #basicitinerary h3 a:hover , #about h3 a:hover {
	line-height:18px;
	font-size: 8pt;
	color: black;
	/*       t   r   b   l */
	margin: 10px 0px 4px 0;
	padding: 0px 0px 0px 5px;
}

/*
.pad #basicitinerary  h3 , .pad #about h3, .pad #map h3, .pad #itinerary , .pad #weather{
	padding: 0px 0px 0px 5px;
}
*/

#weather table tr {
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#weather  table tr.alt {
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#weather table tr.subheader td {
	border-top: solid 1px #CBD5DB;
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
}

/* Other links */
.bookinglinks {
	height: 20px;
	clear: both;
}

.generaltemplate .bookinglinks .onpagelink {
	display: none;
}

.pdflink {
	height: 20px;
	background-color: #00693F;
	float: left;
	text-align: left;
	padding: 0px 5px 0px 5px;
	display: inline;
}

.pdflink a, .pdflink a:visited {
	color: #FFFFFF;
	background-color: #00693F;
	font-weight: bold;
	/*       t   r   b   l */
	padding: 0px 5px 0px 5px;
}

/* other links */
.onpagelink {
	height: 20px;
	/*background-color: #A0AE73;*/
	float: left;
	text-align: left;
	padding: 0px 5px 0px 0px;
	display: inline;
}

.onpagelink a, .onpagelink a:visited  {
	color: #EA1C22;
	font-weight: bold;
	vertical-align: middle;
}

.onpagelink a img, .onpagelink a img:visited{
	padding: 0px 0px 0px 73px;
	display: inline;
	vertical-align: middle;
}

/* ******************************************************************************************************************************* */
/* ------------ Walking Template------------------------------------------- */
.walkingtemplate .attributes h1{
	background-color: #A0AE73;
}

/* Paddings on various items */
.walkingtemplate .attributes h2 {
	color: #A0AE73;
}

.walkingtemplate .reviews h2 {
	background-color: #A0AE73;
}

.walkingtemplate .attributes h3{
	background-color: #A0AE73;
}

/* background */
.walkingtemplate #overview, .walkingtemplate #included  {
	background-color: #E2E7D5;
}

/* information*/
.walkingtemplate #overview h3, .walkingtemplate #included  h3, .walkingtemplate #basicitinerary h3, .walkingtemplate #about h3, .walkingtemplate #map h3, .walkingtemplate #itinerary h3, .walkingtemplate #weather h3 {
	background-color: #A0AE73;
}

.walkingtemplate #basicitinerary h4, .walkingtemplate #itinerary h4{
	color: #A0AE73;
}

.walkingtemplate #included  h3 a, .walkingtemplate #included  h3 a:visited , .walkingtemplate #basicitinerary h3 a, .walkingtemplate #basicitinerary h3 a:visited , .walkingtemplate #about h3 a, .walkingtemplate #about h3 a:visited {
	background-color: #A0AE73;
}

.walkingtemplate #weather table tr {
	background-image: url(../templateimages/back_fade2.png);
}

.walkingtemplate #weather  table tr.alt {
	background-image: url(../templateimages/back_fade2.png);
}

/* other links */
.walkingtemplate .onpagelink {
	background-color: white; /*#A0AE73;*/
}


/* ******************************************************************************************************************************* */
/* ------------ Cycling Template------------------------------------------- */
.cyclingtemplate .attributes h1{
	background-color: #BB890B;
}

/* Paddings on various items */
.cyclingtemplate .attributes h2 {
	color: #BB890B;
}

.cyclingtemplate .reviews h2 {
	background-color: #BB890B;
}

.cyclingtemplate .attributes h3{
	background-color: #BB890B;
}

/* background */
.cyclingtemplate #overview, .cyclingtemplate #included {
	background-color: #EBDCE6;
}


/* information*/
.cyclingtemplate #overview h3, .cyclingtemplate #included  h3, .cyclingtemplate #basicitinerary h3, .cyclingtemplate #about h3, .cyclingtemplate #map h3, .cyclingtemplate #itinerary h3, .cyclingtemplate #weather h3 {
	background-color: #BB890B;
}

.cyclingtemplate #basicitinerary h4, .cyclingtemplate #itinerary h4{
	color: #BB890B;
}

.cyclingtemplate #included  h3 a, .cyclingtemplate #included  h3 a:visited , .cyclingtemplate #basicitinerary h3 a, .cyclingtemplate #basicitinerary h3 a:visited , .cyclingtemplate #about h3 a, .cyclingtemplate #about h3 a:visited {
	background-color: #BB890B;
}

.cyclingtemplate #weather table tr {
	background-image: none;
}

.cyclingtemplate #weather  table tr.alt {
	background-image: none;
}

/* other links */
.cyclingtemplate .onpagelink {
	background-color: white; /*#BB890B;*/
}
	
/* ******************************************************************************************************************************* */
/* ------------ MB Template------------------------------------------- */
.mbtemplate .attributes h1{
	background-color: #627E35;
}

/* Paddings on various items */
.mbtemplate .attributes h2 {
	color: #627E35;
}

.mbtemplate .attributes h3{
	background-color: #627E35;
}

/* background */
.mbtemplate #overview, .mbtemplate #included {
	background-color: #D0D8C2;
}


/* information*/
.mbtemplate #overview h3, .mbtemplate #included  h3, .mbtemplate #basicitinerary h3, .mbtemplate #about h3, .mbtemplate #map h3, .mbtemplate #itinerary h3, .mbtemplate #weather h3 {
	background-color: #627E35;
}

.mbtemplate #basicitinerary h4, .mbtemplate #itinerary h4 {
	color: #627E35;
}

.mbtemplate #included  h3 a, .mbtemplate #included  h3 a:visited , .mbtemplate #basicitinerary h3 a, .mbtemplate #basicitinerary h3 a:visited , .mbtemplate #about h3 a, .mbtemplate #about h3 a:visited {
	background-color: #627E35;
}

.mbtemplate #weather table tr {
	background-image: none;
}

.mbtemplate #weather  table tr.alt {
	background-image: none;
}

/* ******************************************************************************************************************************* */
/* ------------ Short Escape Template------------------------------------------- */
.escapetemplate .attributes h1{
	background-color: #D4B005;
}

/* Paddings on various items */
.escapetemplate .attributes h2 {
	color: #D4B005;
}

.escapetemplate .attributes h3 {
	background-color: #D4B005;
}

/* background */
.escapetemplate #overview, .escapetemplate #included {
	background-color: #F2E7B4;
}


/* information*/
.escapetemplate #overview h3, .escapetemplate #included  h3, .escapetemplate #basicitinerary h3, .escapetemplate #about h3, .escapetemplate #map h3, .escapetemplate #itinerary h3, .escapetemplate #weather h3 {
	background-color: #D4B005;
}

.escapetemplate #basicitinerary h4, .escapetemplate #itinerary h4 {
	color: #D4B005;
}

.escapetemplate #included  h3 a, .escapetemplate #included  h3 a:visited , .escapetemplate #basicitinerary h3 a, .escapetemplate #basicitinerary h3 a:visited , .escapetemplate #about h3 a, .escapetemplate #about h3 a:visited {
	background-color: #D4B005;
}

.escapetemplate #weather table tr {
	background-image: none;
}

.escapetemplate #weather  table tr.alt {
	background-image: none;
}

/* ******************************************************************************************************************************* */
/* ------------ where Template------------------------------------------- */
.wheretemplate .attributes h1{
	background-color: #89993D;
}

/* Paddings on various items */
.wheretemplate .attributes h2 {
	color: #89993D;
}

.wheretemplate .attributes h3{
	background-color: #89993D;;
}

/* background */
.wheretemplate #overview, .wheretemplate #included {
	background-color: #89993D;
}


/* information*/
.wheretemplate #overview h3, .wheretemplate #included  h3, .wheretemplate #basicitinerary h3, .wheretemplate #about h3, .wheretemplate #map h3, .wheretemplate #itinerary h3, .wheretemplate #weather h3 {
	background-color: #89993D;
}

.wheretemplate #basicitinerary h4, .wheretemplate #itinerary h4{
	color: #89993D;
}

.wheretemplate #included  h3 a, .wheretemplate #included  h3 a:visited , .wheretemplate #basicitinerary h3 a, .wheretemplate #basicitinerary h3 a:visited , .wheretemplate #about h3 a, .wheretemplate #about h3 a:visited {
	background-color: #89993D;
}

.wheretemplate #weather table tr {
	background-image: none;
}

.wheretemplate #weather  table tr.alt {
	background-image: none;
}

/* ******************************************************************************************************************************* */
/*
.pad #basicitinerary  h3{
	padding: 0px 0px 0px 5px;
}

#basicitinerary .pad{
	padding: 0px 0px 5px 0px;
}

#basicitinerary h3{
	line-height:18px;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #00693F;
	margin: 10px 0px 4px 0;
	padding: 0px 0px 0px 0px;
}

#basicitinerary h4{
	color: #00693F;
	margin: 0px;
	padding: 0px;
	display : inline;
}

.pad #basicitinerary  h3{
	padding: 0px 0px 0px 5px;
}
*/
/* ******************************************************************************************************************************* */
/*
#about .pad{
	padding: 0px 0px 5px 0px;
}

#about h3{
	line-height:18px;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #00693F;
	margin: 10px 0px 4px 0;
	padding: 0px 0px 0px 0px;
}

.pad #about  h3{
	padding: 0px 0px 0px 5px;
}

.about_image {
	display: block;
	float: right;
	clear: both;
	margin: auto;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 5px;
}
*/
/* ******************************************************************************************************************************* */
/*
#map {
}

#map .pad{
	padding: 0px 0px 5px 0px;
}

#map h3{
	line-height:18px;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #00693F;
	margin: 10px 0px 4px 0;
	padding: 0px 0px 0px 0px;
}

.pad #map  h3{
	padding: 0px 0px 0px 5px;
}
*/
/* ******************************************************************************************************************************* */
/*
#itinerary .pad{
	padding: 0px 0px 5px 0px;
}

#itinerary h3{
	line-height:18px;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #00693F;
	margin: 10px 0px 4px 0;
	padding: 0px 0px 0px 0px;
}

#itinerary h4{
	color: #00693F;
	margin: 0px;
	padding: 0px;
	display : inline;
}

.pad #itinerary  h3{
	padding: 0px 0px 0px 5px;
}
*/

/* ******************************************************************************************************************************* */
/*
#included {
	background-color: #BCF0B2;
}

#included .pad{
	padding: 0px 0px 5px 0px;

}

#included h3{
	line-height:18px;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #00693F;
	margin: 10px 0px 4px 0;
	padding: 0px 0px 0px 5px;
}

.pad #included  h3{
	padding: 0px 0px 0px 5px;
}
*/
/* ******************************************************************************************************************************* */

/*
#weather .pad{
	padding: 0px 0px 5px 0px;

}

#weather h3{
	line-height:18px;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #00693F;
	margin: 10px 0px 4px 0;
	padding: 0px 0px 0px 5px;
}

.pad #weather  h3{
	padding: 0px 0px 0px 5px;
}

#weather table tr {
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#weather  table tr.alt {
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
}
*/
/* ******************************************************************************************************************************* */

/* h2s are used on product.asp to break up main parts of the page */
.product h2 {
	text-align: left;
}

.products_shortened {

}	


.products_shortened .product h2 {
	margin-top: 5px;
	text-align: left;
	font-size: 8pt;
}	

/* Covers info on all 'product' views - including product.asp */
.product em.strapline {
	display: block;
		/*       t   r   b   l */
	margin: 8px 0px 8px 0px;
	padding: 0;
}

.generalspace {
	display: block;
	height: 1px;
}

.product p {
/*       t   r   b   l */
	margin: 0 0 5px 0px;
}

.product .main {
	overflow: hidden;
}

.product img.thumb {
	display: block;
	float: right;
	clear: both;
	margin: auto;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
}

.product img.minithumbr {
	display: block;
	float: right;
	clear: right;
	margin: auto;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
}

.product img.minithumbl {
	display: block;
	float: right;
	clear: left;
	margin: auto;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
}

.about_image {
	display: block;
	float: right;
	clear: both;
	margin: auto;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 5px;
}

.aboutleft {
	background-color: #FFFFFF;
	width: 250px;
}

.aboutright {
	background-color: #FFFFFF;
	float: right;
	width: 150px;
}

.quantitydiscount .link {
	padding: 5px 0px 5px 0px;
}

/* All products in a list format (i.e. not product.asp) */
.products {
	margin-bottom: 0px;
	padding-bottom: 10px;
	overflow: hidden;
}

.products_end {
	clear: both;
}

.products .minprice {
	display: block;
	font-weight: bold;
	padding-top: 10px;
}

.products .product img {
	float: right;
	margin: 0px 0px 10px 10px;
}


.products .product .pad {
	margin-bottom: 0px;
	padding: 0px;
	zoom: 100%; /* To fix IE 'invisible text' rendering bug (http://archivist.incutio.com/viewlist/css-discuss/57305) */
	overflow: hidden; /* To fix image flow in extended view, mozz/opera */	
}

.products .product .product_end {
	clear: both;
}

/* Specific to the shortened display - note: the width of .product is set programmatically
based on the numShortenedFormatCols config setting */
.products_shortened .product img {
	display: block;
	float: none;
	margin: 8px auto;
	text-align: center;
}	

.products_shortened .product {
	display: block;
	float: left;
	margin-bottom: 0px;
}

.products_shortened .minprice {
	text-align: center;
}

.products_shortened em {
	padding: 0px 10px 5px 10px;
}


/* Specific to the 'classic' search display type - no styling, just text and description */
.products_classicsearch .product .pad {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.products_classicsearch .product .pad p {
	margin: 4px 0 8px 0;
}

.products_normal .product {
	margin: 0px;
	padding: 0px;
}

/* To improve the display you may wish to force the height of these boxes */
.products_shortened .product .pad {
	padding: 10px;
}

.products_shortened .product .moredetails {
	display: none;
	visibility: hidden;
}

/* ------------ Wish List -------------------------------------------- */
.wishlist .section {
	margin-bottom: 25px;
}

.wishlist .explanation {
	margin: 0px 0px 15px 0px;
	display: block;
	width: 90%;
	font-size: 8pt;
}

/* ------------ Compare ---------------------------------------------- */
.compare h4 {
	margin-bottom: 5px;
}

.compare tr {
	background-color: transparent;
}

.compare .propertyheader {
	font-weight: bold;
	font-size: 7.5pt;
}

.compare .lastrow td {
	background-color: transparent;
	font-size: 7.5pt;
	padding-bottom: 20px;
}


/* ------------ Reviews ---------------------------------------------- */
.reviews {
	margin: 5px 0 10px 0;
}

.review {
	margin: 0 0 5px 0;
}

.review .pad {
	padding: 10px;
}

.review .stars {
	display: inline;
	margin-right: 2px;
}

.review strong {
	display: inline;
}

.review .reviewer {
	font-style: italic;
}

.review blockquote {
	margin: 15px 20px 15px 20px;
}

.review .date, .review .appliesto {
	text-align: right;
}

/* Review add page */
.addreview form strong {
	display: block;
}

.addreview form p {
	margin: 0px 0px 20px 180px;
}

.addreview textarea {
	width: 340px;
	height: 100px;
}
	
/* ------------ Cross Selling ---------------------------------------- */
.carryonshopping h2 {
	margin-bottom: 8px
}

.carryonshopping h3 {
	margin-top: 5px;
}

.carryonshopping ul {
	margin: 2px 0px 10px 40px;
	list-style-type: none;
	padding: 0;
}

/* ------------ Versions --------------------------------------------- */
/* Clear so it comes below the floating image tag */
.versions {
	clear: both;
	margin-bottom: 10px;
}

.versions strong {
	display: block;
	padding-bottom: 5px;
}

.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: 45px;
	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: #FFFFFF;
}

.versions th, .versions td {
	text-align: right;
}

.versions table .stock {
	text-align: center;
}

.versions table .name {
	padding-left: 5px;
}

.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: right;
	padding: 5px;
	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;
	margin-right: 5px;
}

.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;
}
/* ------------ Homepage Layout Divs --------------------------------- */
.home_region {
	width: 100%;
}


/* ------------ Homepage News ---------------------------------------- */
/* Controls specifically the first news item */
#newsitem1 {
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
}

#newsitem1 .pad {
	margin: 0;
	/*       t   r    b    l  */
	/*padding: 0px 20px 20px 0px;*/
	padding: 0px 0px 20px 0px;
}

#newsitem1 h1 {
	padding-top: 0px;
}


#newsitem1 img {
	float: right;
}

#newsitem1_end  {
	clear: both;
}

/* Other news items */

#newsitems div {
	padding: 0px;
	margin: 0;
}

#newsitems {
	padding: 0;
	margin: 0;
	width: 100%;
}

#newsitems .newsitem {
	width: 50%;
	float: left;
}

#newsitems .newsitem .pad {
/*          t   r     b   l */
	margin: 0px 4px 0px 3px;
}

#newsitems strong {
	display: block;
	padding: 0;
	margin: 0;
}

#newsitems_end  {
	clear: both;
}

/* Other news items special*/

#newsitemsspecial div {
	padding: 0;
	margin: 0;
}

#newsitemsspecial {
	padding: 0;
	margin: 0;
	width: 100%;
}

#newsitemsspecial .newsitem {
	width: 100%;
	float: left;
}

#newsitemsspecial .newsitem .pad {
    /*      t   r    b    l */
	margin: 0px 4px 10px 3px;
}

#newsitemsspecial strong {
	display: block;
	padding: 0;
	margin: 0;
}

#newsitemsspecial_end  {
	clear: both;
}

/* ------------ Top lists -------------------------------------------- */
#toplists {
	padding: 0;
	width: 100%;
	clear: both;
}

#toplists .box {
	width: 33%;
	font-size: 7pt;
	float: left;
}

#toplists .pad {
	margin: 0px 15px 10px 0px;
}

#toplists ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#toplists ul li {
	list-style: none;
	float: none;
	clear: both;
	padding-bottom: 2px;
}

#toplists ul li div {
	display: block;
	font-size: 7.5pt;		
}

/* ------------ Homepage Specials ------------------------------------ */
.specials {
	clear: both;
}

.specials h2 {
	display: block;
	margin-bottom: 12px;
}


/* ------------ Promotions ------------------------------------------- */
/* promotion class controls listing in extended view (with thumbnail) */
.promotion {
	clear: both;
	vertical-align: middle;
	margin: 8px 0px 8px 0px;
	display: block;
}

.promotion img {
	float: right;
	margin-left: 10px;
}

.promotion .box {
	width: 100%;
	margin: 0px 5px 5px 0px;
	font-size: 8pt;
}

.promotion .pad {
	padding: 10px;
	overflow: hidden;
}

/* promotiontext class controls listing in text view */
.promotiontext {
	clear: both;
	vertical-align: middle;
	margin: 8px 0px 8px 0px;
	display: block;
}

.promotiontext .box {
	width: 100%;
	margin: 0px 5px 5px 0px;
	font-size: 8pt;
}

.promotiontext .pad {
	overflow: hidden;
}


/* ------------ Miscellaneous ---------------------------------------- */
body, td {
	padding: 0;
	margin: 0;
}

#popup {
	background: #FFFFFF;
	text-align: left;
	padding: 10px;
}

#popup .pad h3 {
	line-height:18px;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #00693F;
	/*       t   r   b   l */
	margin: 20px 0px 2px 0;
	padding: 0px 0px 0px 5px;
}

#popup .pad h4 {
	display: inline;
	line-height:18px;
	font-size: 8pt;
	color: #00693F;
	/*       t   r   b   l */
	margin: 10px 0px 4px 0;
	padding-bottom: 0px;
}

.extrainfolinks {
	margin: 8px 0px 10px 0px;
	overflow: hidden;
	font-size: 8pt;
}

.extrainfolinks a {
	white-space: nowrap;
}

.extrainfolinks .largeview {
	margin: 5px 0px 0px 0px;
	display: inline;
}

.extrainfolinks .moreinfo {
	margin: 5px 0px 0px 0px;
}

.extrainfolinks .compare {
	margin: 5px 0px 0px 0px;
}

.extrainfolinks .compare a {
	font-weight: normal;
}

.extrainfolinks img {
	float: none;
	margin: 0;
}

/* Carry On Shopping / Cross Selling */
.carryonshopping a {
	font-weight: normal;
}

.nowrap {
	white-space: nowrap;
}

/* horizontal rule */
hr { 
	height: 1px; 
	border-width: 0; 
}



/* Paddings on various items */
h1, h2 {
	padding: 0;
	/*      t   r   b   l*/
	margin: 10px 0px 8px 0px;
}

/* By default disable all borders on images */
img {
	border: none;
	padding: 0px;
	margin: 0px;
}

/* Breadcrumb trail  */
.breadcrumbtrail {
	padding: 3px 3px 3px 0px;
	margin-bottom: 5px;
}

.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;
}

/* Pagination */
.paging { 
	margin: 8px 0 8px 0;
}

.paging a { 
	font-weight: normal;
}

.paging_footer {
	text-align: right;
}

.lightgreen{
	background-color: #9DD272;
}

.orange {
	background-color: #BF9000;
}

.yellow {
	background-color: #D9B500;
}

.discovery {
	background-color: #00693F;
}

.discoverytext{
	color: #00693F;
}

.blog {
	background-color: #9B8A27;
}

.blogtext {
	color: #9B8A27;
}

.blogtemplate {
	color: #9B8A27;
}

.mb {
	background-color: #627E35;
}

.mbtext {
	background: #627E35;
}

.mbtemplate  h3 {
	background: #627E35;
}

.walking {
	background-color: #A0AE73;
}

.walkingtext {
	color: #A0AE73;
}

.walkingtemplate h3 {
	background-color: #A0AE73;
}

.cycling {
	background-color: #BB890B;
}

.cyclingtext {
	color: #BB890B;
}

.cyclingtemplate h3 {
	background-color: #BB890B;
}

.escape {
	background-color: #D4B005;
}

.escapetext {
	color: #D4B005;
}

.escapetemplate  h3 {
	background-color: #D4B005;
}

.where {
	background-color: #89993D;
}

.wheretext {
	color: #89993D;
}

.wheretemplate {
	color: #89993D;
}

.generic {
	background-color: #6D6F72;
}

.generictext {
	color: #6D6F72;
}

.generictemplate {
	color: #6D6F72;
}

.live {
	background-color: #00AEEF;
}

.livetext {
	color: #00AEEF;
}

.searchtint {
	background-color: #00693F;
}

.mbtint {
	background-color: #A0AEEF;
}

.walkingtint {
	background-color: #627E35;
}

.cyclingtint {
	background-color: #BB890B;
}

.escapetint {
	background-color: #D4B005;
}

/* blogger.com additions to css */

/* removes the blogger bar at the top of the page */
#navbar-iframe {
   display: none !important;
}

#comments	{
	border: 0;
	border-top: 1px dashed #eed;
	margin: 10px 0 0 0;
	padding: 0;
	}

#comments h3	{
	margin-top: 10px;
	margin-bottom: -10px;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 1px;
	}	

#comments dl dt 	{
	font-weight: bold;
	font-style: italic;
	margin-top: 35px;
	padding: 1px 0 0 18px;
	color: #998;
	}

#comments dl dd	{
	padding: 0;
	margin: 0;
	}
	
.deleted-comment {
  font-style:italic;
  color:gray;
  }

.post-footer p {
	color: #808080;
	background-color: #FFFFFF;
}
