

/*==============================================================

	Version : 2009.04.14

==============================================================*/


/* @group BASE */

/* @group FRIENDLY SETTINGS */

img, a img { border:0; } /* nobody likes default border around images */

.clear { display: inline-block; }   
.clear:after { content: "."; display: block; height: 0;   clear: both; visibility: hidden; }
* html .clear { height: 1%; }
.clear { display: block; }

/* @end */
/* based on YUI 2.3 base.css */

/* Idioms */

ul.mod {
	list-style-image:none;
	list-style-position: outside;
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.mod li {
	list-style: none;
}

/* @end */

/* @group Web Form */

ul.form {
	margin: 0;
	padding: 0;
}

ul.form li {
	list-style: none;
	margin: 0 0 18px 0;
}

ul.form li label {
	color: #888;
	display: block;
}

div.form div.item, div.webform div.item {
	padding: 5px;
}

cat_button {}

input.cat_textbox,
textarea.cat_listbox,
select.cat_dropdown,
select.cat_listbox {
	width: 300px;
}

.cat_dropdown_small {
	width: 200px;
}

.cat_dropdown_smaller {
	width: 150px;
}

.cat_textbox_small, .cat_listbox_small {
	width: 200px; /* DON'T TOUCH THIS */
}

.cat_listbox {
	height: 120px;
	width: 300px;
}

table.webform,
table.reporting {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}

table.webform td {
	line-height: 24px;
	padding: 6px;
}
.webform-results td {font-size:1.4em; padding:6px;}
.webform-results td td {font-size:1em;}

.form label, .webform label {
	font-size: 11px;
}

.form input, .webform input {
	margin-right: 3px;
}
span.req {color:#900;}

/* Ask the Tech Form, Newsletter Signup Form */
#asktech, #signup {
	width:230px;
	margin:10px 0 20px;
}
#asktech h5, #signup h5 {
	display:block;
	width:230px;
	height:48px;
	margin-bottom:6px;
	background:url(../images/asktech.png) no-repeat;
	text-indent:-5000px;
	}
	#signup h5 {
		height:60px;
		background:url(../images/signup.png) no-repeat;
}
#asktech p, #signup p {
	font-size:1.2em;
	line-height:1.3em;
	margin-bottom:1em;
}
#asktech label, #signup label {
	font-size:1.1em;
}
#asktech input.cat_textbox,
#asktech textarea.cat_listbox,
#signup input.cat_textbox,
#signup textarea.cat_listbox {
	width:230px;
}

/* @end */

/* @group System Message */

.system-message, .system-error-message {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	color: #666;
	margin: 18px;
	min-height: 110px;
	height: auto !important;
	height: 110px;
	padding: 36px 36px 36px 180px;
}

.system-message {
	background: #f9f9f9 url(/CatalystImages/ok.png) no-repeat 29px 18px;	
}

.system-error-message {
	background: #f9f9f9 url(/CatalystImages/error.png) no-repeat 26px 26px;
}

.system-message h1, .system-error-message h1 {
	color: #000;
	margin: 0 0 18px 0;
}
.system-message h4, .system-error-message h4 {
	color: #000;
	font-size:2em;
	margin:0 0 1em 0;
}
.system-message p, .system-error-message p, 
.system-message ul, .system-error-message ul {
	color: #000;
	font-size:1.2em;
	line-height:1.3em;
	margin:0 0 1em 0;
}
.system-message li, .system-error-message li {
	list-style:disc;
	margin:0 0 0.5em 1em ;
}

.system-message a:link, .system-error-message a:link {
	color: #1969bc;
}

.ok {
	background: #E9FBE3;
	color: #21A347;
	margin-bottom: 18px;
}

.error {
	background: #FBE3E4;
	color: #D12F19;
	margin-bottom: 18px;
}

/* @end */

/* @group Announcement */

.announcement-list {
	font-size: 11px;
}

.announcement-list h2 {
	font-size: 14px;
	margin: 0 0 3px 0;
}

.announcement-list span.date {
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 0 6px;
}

.announcement-details span.date {
	display: block;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 18px;
}

/* @end */

/* @group Blog */

/* NOTE: div.post-list exists in FORUMS as well */


.blog-list {
	background: #f9f9f9;
	border: 1px solid #eee;
	color: #000;
	font-size: 11px;
	margin: 0 0 18px;
	padding: 18px;
}

.blog-list h3 {
}

.blog-list span {
	color: #888;
}

.blog-container h3 {
	font-size:1.8em;
	line-height:1.3em;
	font-weight:bold;
	margin-bottom:0.5em;
}

.blog-container p {
	font-size:1.4em;
	line-height:1.3em;
	margin:0 0 1em;
}
.blog-container li {
	list-style:disc;
	font-size:1.4em;
	line-height:1.3em;
	margin:0 0 1em 1.5em;
}
.blog-container p.description {font-size:1.2em;}

.blog-post h2.post-title {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	margin: 0;
	padding: 0 0 3px 0;
}

.blog-post .post-details {
	color: #888;
	font-size: 11px;
	margin: 0 0 18px;
}

.blog-container .post-list {
	float: left;
	width: 560px;
	padding-right:10px;
	border-right:solid 1px #E7E7E7;
}

.blog-post .post-body {
	margin: 0 0 36px;
}

.comment-list {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin-bottom: 10px;
	padding: 20px;
}

.comment-list h5 {
	display:block;
	width:200px;
	height:22px;
	margin-bottom:6px;
}
.comment-list td {
	width:259px;
}
.comment-list h5#blog-comments {
	background:url(../images/blog_comments.png) no-repeat;
	text-indent:-5000px;
}
.comment-list h5#blog-post-comm {
	background:url(../images/blog_post_comm.png) no-repeat;
	text-indent:-5000px;
}
.comment-list div.item {
	margin-bottom:8px;
}
.comment-list div.comment-box {
	margin:-1.2em 0 0;
}
.comment-list div.item p {
	font-size:1.2em;
	line-height:1.3em;
	margin-bottom:0.5em;
}
.comment-list label {
	display:block;
	float:left;
	width:70px;
	padding-top:0;
	margin-right:10px;
	font-size:1.0em;
	line-height:1.3em;
}
.comment-list input.cat_textbox_small {
	width:160px;
}

.comment-list input#Captcha {
	width: 160px;
}

.comment-list textarea.cat_listbox_small {
	width: 240px;
	height: 170px;
}

.blog-comment-container {
	border: 1px solid #e9e9e9;
	margin: 0 0 18px;
}

.blog-comment-container  .comment-details {
	background: #eee;
	font-size: 11px;
	padding: 6px;
}

.blog-comment-container .comment {
	background: #fff;
	padding: 9px;
}

span.flag {
	margin: 0 6px;
	vertical-align: middle;
}

input#fullname, input#website, input#emailaddress {
	width: 300px;
}

textarea.comment {
	height: 160px;
	width: 100%;
}

.forum-registration textarea.comment {
	height: 70px;
	width: 270px;
}

.post-body .links {
	font-size: 11px;
}

.blog-container .side-panel {
	float: right;
	width: 150px;
}

.side-panel h4 {
	margin: 0 0 1em;
}

.BlogTagCloud {
	margin: 0 0 18px;
}

.BlogRecentPost ul, .BlogTagList ul, .BlogPostArchive ul {
	margin: 0;
	padding: 0;
}

.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li {
	font-size: 11px;
	list-style: none;
	margin: 0 0 9px;
}

p.page-nav {
	text-align: center;
} 

p.page-nav a {
	margin: 0 9px;
}

.blog-post dl {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 0 0 18px;
	padding: 18px;
}

.blog-post dt {
	color: #000;
}

.blog-post dd {
	margin: 0 0 9px;
}

/* @end */

/* KAMPERS KORNER */

.kamp-container .kamp-content {
	float: right;
	width: 560px;
	padding-left:10px;
	border-left:solid 1px #E7E7E7;
}
.kamp-container .side-panel {
	float: left;
	width: 150px;
}

/* end */

/* @group Booking */

.booking-list {
	margin: 0 0 9px;
}

.booking-list span.date {
	margin: 0 9px 0 0;
}

.booking-container h1, .form-container h2 {
	margin: 0 0 18px;
}

.form-container {
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 18px;
}

.form-container input#FirstName, .form-container input#LastName, .form-container input#EmailAddress, .form-container input#Company, .form-container input#WorkPhone {
	width: 260px;
}

.go-back {
	margin: 18px 0;
}

/* @end */

/* @group Calendar */

div.select-month-year {
	padding: 9px 0;
}

table.module-calendar {
	border: 1px solid #888;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

table.module-calendar td {
	border: 1px solid #d7d7d7;
	font-size: 11px;
	height: 80px;
	overflow: hidden;
	padding: 0;
	vertical-align: top;
}

table.module-calendar td span {
	background: #f7f7f7;
	color: #333;
	display: block;
	font-size: 11px;
	padding: 0 2px;
	text-align: right;
}

tr.day-of-week td {
	background: #d7d7d7;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	text-align: center;
	vertical-align: middle;
}

table.module-calendar td.events span {
	background: #2BABFA;
	color: #fff;
	font-weight: bold;
}

table.module-calendar td.events {
	background: #EEF5FA;
}

table.module-calendar td ul {
	margin: 9px 0;
	padding-left: 24px;
}

table.module-calendar td.last-month {
	background: #eee;
}

table.module-calendar td.next-month {
	background: #eee;
}

/* @end */

/* @group Catalogue and Products */

.shop-catalogue {
	width:720px;
	height: 80px;
	margin: 0 0 5px 0;
	padding-top:5px;
	border-bottom:1px solid #CCC;
	position:relative;
}
.shop-catalogue h4 {
	font-size: 1.6em;
	margin: 0 auto 5px;
	min-height:80px;
	position:absolute;
	left:270px;
}
.shop-catalogue .image {
	/* Image size should be 150px by 80px */
	width:150px;
	height: 80px;
	margin: 0;
	overflow: hidden;
	position:absolute;
	top:0;
	left:100px;
}
#middle li.catalogueItem,
#middle div.details ul#pricing li,
#middle ul.catalogueList li,
#middle .shop-product-small li {
	list-style:none;
	margin:0 0 0.5em 0;
}
#middle div.details ul#pricing li.priceSale {
	margin:0;
}
/* Shop Header */

.shop-main .header {
	margin: 0 0 10px;
}

.shop-main .breadcrumbs { 
	/*float: left;
	width: 40%;*/
	font-size:1.5em;
	margin:5px 0 10px;
}
#catCartDetails a.cartLink {
	font-size:1.6em;
	margin:5px 0 10px;
}
.shop-main #catDesc { /* For catalog descriptions */
	margin:10px 0;
	text-align:center;
}
.shop-main .note,
p.note { /* For catalog descriptions */
	background-color:#FF0;
	border:1px dotted #900;
	padding:6px;
	display:inline;
	margin:5px auto;
}
p.note { display:block;}

div#note-video { /* For catalog descriptions */
	border:2px dashed #900;
	padding:10px 10px 10px 90px;
	display:block;
	margin:0 auto;
	background:url(../images/icon_video.png) no-repeat 10px 10px #FFFFCC;
	min-height:70px;
	width:400px;
	text-align:left;
	vertical-align:middle;
}
#middle div#note-video p {
	font-size:1.6em;
	font-family:"Comic Sans MS", cursive;
}
#middle .description div#note-video p {
	font-size:1.15em;
}
.shop-main .cart-summary {
	float: right;
	width: 40%;
}

.shop-main .description ul {
	margin: 0 0 0 18px;
	padding: 0;
}

.shop-main .description li {
	list-style: square;
}

/* Basket Status */
#basket {
	width:230px;
	background:url(/images/bg_basket_btm.png) no-repeat bottom;
	margin-bottom:30px;
}
#basket-inner {
	width:230px;
	background:url(/images/bg_basket_top.png) no-repeat top;
	padding-top:10px;
	position:relative;
}
p#yourcart {
	display:block;
	width:230px;
	height:30px;
	text-indent:-5000px;
	background:url(/images/yourcart.png) no-repeat;
	margin:0 0 10px;
}
span#catCartSummary {
	font-size:1em;
	text-align:center;
	margin:0 10px 0.5em
}
table.cartSummaryTable {
	margin:0 10px 10px;
	display:block;
	width:210px;
}
td.cartSummaryItem {
	font-size:1.6em;
	line-height:1.3em;
	text-align:center;
	width:210px;
}
a.cartSummaryLink {
	display:block;
	width:94px;
	height:28px;
	margin:8px auto 0;
	text-indent:-5000px;
	background-position:top;
	background-image:url(/images/btn_viewcart.png);
}
a.cartSummaryLink:hover {background-position:bottom;}

a#btn-viewcart,
a#btn-shopmore {
	display:block;
	width:150px;
	height:41px;
	margin:10px auto 30px;
	background-position:top;
	text-indent:-5000px;
	background-image:url(../images/btn_viewcart_lg.png);
	}
	#middle.wide a#btn-viewcart {
		margin:0;
		float:right;
		clear:both;
	}
	#middle.wide a#btn-shopmore {
		width:200px;
		margin:0 0 0 0px;
		background-image:url(../images/btn_shopmore_lg.png);
}
a#homebtn {
	display:block;
	width:150px;
	height:41px;
	margin:0 0 30px;
	background-position:top;
	text-indent:-5000px;
	background-image:url(../images/btn_home_150.png);
}

body#shipping-pg a#btn-viewcart {display:none;}
a:hover#btn-viewcart,
a:hover#btn-shopmore,
a:hover#homebtn {
	background-position:bottom;
}
p#pricematch {
	display:block;
	width:462px;
	height:37px;
	margin:0;
	background-position:top;
	text-indent:-5000px;
	background-image:url(../images/price-match.png);
	position:relative;
	left:180px;
	top:-80px;
}


.shop-main ul {
	margin: 0;
	padding: 0;
}
.shop-main li {
	list-style: none;
}

table.catalogueTable {
	border-collapse:collapse;
	border-spacing:0;	
	width: 100%;
	margin: 0 0 10px;
}

table.catalogueTable td {
	padding: 0;
}

table.productTable {
	border-collapse:collapse;
	border-spacing:0;	
	table-layout: fixed;
}

table.productTable td {
	padding: 0 10px 10px 0;
/*	width:242px;*/
	max-width:720px;
	vertical-align:top;
}
table.productSmall td {
	width:242px;
}

/* Small Product View */

.shop-product-small {
	background:url(/images/bg_prodsmall.png) repeat-x bottom;
	border: 1px solid #CCC;
	width:232px;
	max-width:232px;
}

#middle .shop-product-small h5 {
	font-size: 1.4em;
	line-height:1.3em;
	font-weight:bold;
	text-align:center;
	margin: 0;
	min-height: 40px;
	padding:0 10px 8px;
}
#middle .shop-product-small h5 a { text-decoration:none;}

.shop-product-small ul {
	padding: 0 10px 6px;
	position:relative;
}

#middle .shop-product-small ul li {
	font-size:1.2em;
	margin-bottom:0.4em;
}

.shop-product-small li.priceSaleSml {
	/*color:#06F;*/
	color:#000;
	text-align:left;
	font-weight:bold;
	font-size:1.2em;
}
#middle .shop-product-small li.priceBigDSml {
	color:#060;
	font-weight:bold;
	font-family:"Comic Sans MS", cursive;
	text-align:left;
	font-size:1.7em;
	padding-top:0.2em;
}
.shop-product-small li.quantity {
	display:block;
	width:53px;
	position:absolute;
	top:-4px;
	right:5px;
	background:url(../images/li_addcart_qty.png) no-repeat 0 3px;
	padding:0 0 0 24px;
}
.shop-product-small li.quantity input.productTextInput {
	width: 30px;
	height:12px;
}
.shop-product-small li.btnAddCart {
	display:block;
	width:77px;
	height:23px;
	position:absolute;
	top:-2px;
	right:10px;
}
/* div.call uses the Custom 2 field to switch beetween the li.btnInfo button and li.btnAddToCart button */
/* div.noprice uses the Custom 4 field to switch beetween the li.btnInfo button and li.btnAddToCart button */
.shop-product-small li.btnInfo {display:none;}

.shop-product-small ul.call li.btnInfo,
.shop-product-small ul.noprice li.btnInfo {display:block;}

.shop-product-small ul.call li.btnInfo a,
.shop-product-small ul.noprice li.btnInfo a {
	display:block;
	width:77px;
	height:23px;
	position:absolute;
	top:-2px;
	right:10px;
	text-indent:-5000px;
	background:url(../images/btn_moreinfo.png) no-repeat;
}
.shop-product-small ul.noprice li.priceSaleSml,
.shop-product-small ul.noprice li.priceBigDSml {text-indent:-9999px;}

.shop-product-small ul.call4price li.priceBigDSml {text-indent:-9999px;}

.shop-product-small .image {
	height: 135px;
	margin: 10px auto 10px;
	overflow: hidden;
	max-width: 180px;
	text-align: center;
	vertical-align:middle;
}

.image a, td.actions a {
	border: none !important;
}



/* Small Product Backup View */
#feat-prod h4 {
	display:block;
	width:230px;
	height:50px;
	margin:0 auto 6px;
	text-indent:-5000px;
	background:url(../images/feat_prod.png) no-repeat;
}
.shop-product-backup {
	width:230px;
	margin:0 0 20px;
}
.shop-product-backup h5 {
	font-size: 1.6em;
	line-height:1.3em;
	font-weight:bold;
	text-align:center;
	margin: 0 0 0.5em;
}
.shop-product-backup h5 a {
	text-decoration:none;
	color:#000;
}
.shop-product-backup ul {
	padding: 0 0 6px;
	position:relative;
}
.shop-product-backup li.priceBigDSml {
	color:#093;
	font-size:1.5em;
	font-family:"Comic Sans MS", cursive;
	text-align:center;
}
.shop-product-backup .image {
	margin: 0 auto 10px;
	overflow: hidden;
	max-width: 230px;
	text-align: center;
	vertical-align:middle;
}
.shop-product-backup p.btnDetails a {
	display:block;
	width:94px;
	height:28px;
	margin:5px auto 0;
	text-indent:-5000px;
	background:url(../images/btn_details.png) no-repeat top;
	}
	.shop-product-backup p.btnDetails a:hover {background-position:bottom;
}

/* Pagination */

ul#prevnext {
	float:right;
}
ul#prevnext li {
	float:left;
	display:block;
	width:120px;
	height:34px;
	margin:8px auto 0;
	text-indent:-5000px;
}
ul#prevnext li a,
a#searchnext,
a#searchprev {
	display:block;
	width:120px;
	height:34px;
	background-position:top;
	text-indent:-5000px;
}
ul#prevnext li.btn-prev a,
a#searchprev {background-image:url(/images/btn_prev.png);}
ul#prevnext li.btn-next a,
a#searchnext {background-image:url(/images/btn_next.png);}
ul#prevnext li a:hover,
a#searchnext:hover,
a#searchprev:hover {background-position:bottom;}

span#pagination {
	display:block;
	float:none;
	clear:both;
	font-size:1.2em;
	line-height:2em;
	font-weight:bold;
}
span#pagination a {
	border:1px solid #009;
	background-color:#FF3;
	padding:3px 5px;
	margin:0 2px 0 0;
}
span#pagination a:hover {
	background-color:#F00;
	color:#FFF;
}

/* Large Product View */

.shop-product-large {
	margin: 0 0 10px;
	min-width: 720px;
	overflow: hidden;
}
	#middle.wide .shop-product-large {width:980px;
}

.shop-product-large .image {
	margin-left: 250px;
	min-height: 360px;
	height: auto !important; /* for modern browsers */
	height: 360px; /* for IE5.x and IE6 */		
	text-align: center;
}
.shop-product-large .image .description {
	text-align: left;
	font-size:1.4em;
	line-height:1.3em;
	border-bottom:solid 1px #E7E7E7;
	padding-bottom:10px;
	margin-bottom:20px;
}
.shop-product-large .image .description p,
.shop-product-large .image .description li {
	font-size:1.0em;
}

.shop-product-large .shop-product-small .image {
 	margin: 10px auto 10px;
	min-height: 135px; 
	height: auto !important; /* for modern browsers */
	height: 135px; /* for IE5.x and IE6 */		
	overflow: hidden;
	max-width: 180px;
	text-align: center;
	vertical-align:middle;
}

.shop-product-large .shop-product-small ul {
	padding: 9px;
}

.shop-product-large .shop-product-small ul, .shop-product-large .shop-product-small li  {
	margin: 0;
}

.shop-product-large ul li {
	font-size:1.2em;
	margin-bottom:0.4em;
}
#middle .shop-product-large li.priceStockNo {
	font-size:1em;
}
#middle .shop-product-large li.priceSale {
	/*color:#06F;*/
	color:#000;
	font-size:1.4em;
	font-weight:bold;
}
#middle .shop-product-large li.priceBigD {
	color:#093;
	font-size:1.8em;
	font-family:"Comic Sans MS", cursive;
	font-weight:bold;
}
#middle .shop-product-large li.priceBigD span {
	font-size:0.8em;
}
.shop-product-large li.btnAddCart {
	display:block;
	width:128px;
	height:38px;
}
li#addtocart {display:block;}
ul.call li#addtocart {display:none;}
li#callus {display:none;}
ul.call li#callus {
	display:block;
	color:#900;
	font-size:1.4em;
	font-weight:bold;
	background-color:#FF6;
	padding:3px;
}
ul.noprice li.priceSale,
ul.noprice li.priceBigD,
ul.noprice li.priceStockNo,
ul.noprice li#addtocart {display:none;}
li.homedelv, li.homedelv50, li.homedelv85 {
	display:none;
}
ul.call4price li.priceBigDSml,
ul.call4price li.priceBigD {
	text-indent:-9999px;
	background:url(/images/call4price.png) no-repeat top left;
}

#middle ul.res li.homedelv,
#middle ul.res50 li.homedelv50,
#middle ul.res85 li.homedelv85 {
	display:inline;
	background-color:#FF0;
	padding:2px;
	font-size:1.1em;
	font-style:italic;
	color:#00C;
	text-align:center;
	margin-bottom:0.2em;
}
.poplets {
	border-top: 1px solid #eee;
	margin-top: 36px;
	padding: 10px 0 0;
}

.poplets img {
}

table.productPoplets {
	border-collapse:collapse;
	border-spacing:0;	
	margin: 0 auto;
}

.shop-product-large .details {
	float: left;
	min-height: 360px;
	height: auto !important; /* for modern browsers */
	height: 360px; /* for IE5.x and IE6 */	
	padding:0 10px 0 0;
	width: 220px;
	font-size:1.3em;
	line-height:1.2em;
	position:relative;
}
.shop-product-large .details h3,
td.details h3 {
	font-size:1.5em;
	line-height:1.3em;
	font-weight:bold;
	margin-bottom:0.5em;
}

.shop-product-large ul {
	margin: 0 0 36px;
	padding: 0;
}

.shop-product-large li {
	margin: 9px 0;
}

.shop-cart .breadcrumbs {
	margin: 0 0 18px;
}
.shop-cart h3, .shop-checkout h3 {
	font-size:1.8em;
	line-height:1.3em;
	font-weight:bold;
	margin-bottom:0.5em;
}

.catProdAttributeTitle {
	font-size:0.8em;
	font-weight:bold;
}
.catProdAttributeItem span {
	font-size:0.8em;
	margin-left:0.5em;
}

table.product-chart {
	background-color:#09F;
    border-right:solid 1px #09F;
    border-bottom:solid 1px #09F;
}
table.product-chart th {
	background-color:#09F;
	color:#FF0;
	font-weight:bold;
	text-align:center;
	font-size:18px;
}
table.product-chart td {
	background-color:#FFF;
	text-align:left;
	padding:2px;
	font-size:18px;
    border-top:solid 1px #09F;
    border-left:solid 1px #09F;
}
table.product-chart td.price {
	color:#090;
	text-align:right;
}

/* Related Products */

#related-prods {
	/*width:480px;*/
	width:220px;
}
#related-prods table.productTable td {
	padding: 0 0 10px 0;
	width:220px;
	max-width:220px;
	vertical-align:top;
}
#related-prods .shop-product-small li.btnAddCart {
	display:block;
	width:77px;
	height:23px;
	position:absolute;
	top:4px;
	right:10px;
}
#related-prods .shop-product-small {
	width:230px;
	max-width:230px;
}
#middle #related-prods .shop-product-small h5 {
	font-size: 1.15em;
}
#middle #related-prods .shop-product-small li {
	font-size: 0.9em;
}
#middle #related-prods .shop-product-small li.priceBigDSml {
	font-size: 1.2em;
}

/* View Cart */

table.cart {
	background: #FFF;
	border-collapse:collapse;
	border-spacing:0;	
	border: 1px solid #ddd;
	font-size: 1.1em;
	width: 100%;
}

table.cart td {
	vertical-align: top; /*to make sure the div stack line up at the top */
}
table.cart td#policy {
	background-color:#FFE999;
	border:#FFCA00 2px solid;
}
table.cart td#policy p {
	font-size:1.2em;
}
table.cart td#policy h5 { color:#006;}
table.cart a {}

table.cart th, table.cart td {
	padding: 6px;
}

tr.val td {
	border-bottom: 1px solid #eee;
	font-size:1.5em;
}

tr.shipping td {
	border-bottom: 1px solid #ddd;
	font-size:1.5em;
}
#middle tr.shipping td.disclaimer p {
	font-size:0.8em;
}
tr.total td {
	font-size:1.8em;
}
tr.sub-total td {
	font-size:1.5em;
}

tr.discount td.quantity, tr.shipping td.quantity {
	text-align: right;
}
div#ship-options-container {
	position:relative;
	/*height:64px;*/
	font-size:0.9em;
	width:190px;	
}
div.shippingCountryDiv {
	text-align:left;
	margin-bottom:5px;
	/*display:none;*/
}
div.shippingCountryDiv span {
	font-size:0.8em;
	font-weight:bold;
	font-style:italic;
}
div.shippingDiv {
	/*position:absolute;
	top:30px;
	left:0;*/
	text-align:left;
	margin-bottom:5px;
}
span#shippingSpan {
	/*display:none;
	font-size:0.8em;*/
	font-weight:bold;
	font-style:italic;
}
div.shippingStateDiv {
	/*position:absolute;
	top:0;
	left:0;*/
	text-align:left;
	margin-bottom:5px;
}
span#shippingStateSpan {
	/*display:none;
	font-size:0.8em;*/
	font-weight:bold;
	font-style:italic;
}
div.shippingPostcodeDiv {
	text-align:left;
	margin-bottom:5px;
}
span#shippingPostcodeSpan {
	/*font-size:0.8em;*/
	font-weight:bold;
	font-style:italic;
}
div.shippingResidential {
	font-style:italic;
	text-align:left;
	margin-bottom:5px;
}
div.shippingCalc {
	/*font-size:0.8em;*/
	font-style:italic;
	text-align:left;
	margin-bottom:5px;
	color:#090;
	background-color:#FF0;
}
#middle div.shippingCalc p {
	font-size:0.8em;
	color:#000;
	background-color:#FFF;
}

td.quantity input.update {
	margin: 0 0 0 3px;
}

table.cart th {
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
}

input.cartInputText {
	width: 40px;
}

input#DiscountCode, input#GiftVoucher {
	width: 80px;
}

select.shippingDropDown {
	width: 180px;
}

table.cart th.quantity {
	text-align: right;
}

table.cart td.quantity {
	text-align: right;
}

.productitemcell {
	height: 30px;
	line-height: 1.3em;
	margin: 0 0 3px 0;
	overflow: hidden;
}
span.stockNo .productitemcell {
	display:inline;
	float:left;
	clear:left;
	margin: 3px 1em 0 0;
	font-size:80%;
}

table.cart td.actions {
	text-align: right;
}

table.cart td.actions a {
	font-size: 12px;
	font-weight: bold;
	margin: 0 18px 0 0;
	text-decoration: none;
}

a#catshopclear {
	font-size: 10px;
	font-weight: normal;
}

table.cart strong {
}

.shop-form {}
.shop-form fieldset {
	border:1px solid #CCC;
	padding:10px;
	margin:10px 0 20px;
}
.shop-form legend {
	font-size:1.6em;
	font-weight:bold;
	padding:0 5px;
	color:#009;
}
.shop-form div.item {
	margin-bottom:4px;
}
.shop-form div.item p {
	font-size:1.2em;
	line-height:1.3em;
	margin-bottom:0.5em;
}
.shop-form .centered {text-align:center;}
.shop-form .hidden {display:none;}
.shop-form label {
	display:block;
	float:left;
	width:100px;
	padding-top:0.5em;
	margin-right:10px;
	font-size:1.0em;
	line-height:1.3em;
}
.shop-form input.cat_textbox {
	width:220px;
	height:18px;
}
.shop-form input#Amount {
	font-size:2em;
	font-weight:bold;
	background-color:#060;
	color:#FFF;
	width:100px;
	height:24px;
}
.shop-form #ShippingInstructions {
	width:580px;
	height:50px;
}
.shop-form select.cat_dropdown {
	width:220px;
}
.shop-form select.cat_dropdown_smaller {
	width: 100px;
}
.shop-form span.bill_addr {
	display:block;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:1em;
}
.shop-form ul.form {
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 18px;
}


.shop-form ul.form li {
	margin: 0;
	padding: 9px 0;
}

.shop-form li.last {
	border-top: 1px solid #eee;
}

/*.shop-form .checkboxes {
	line-height: 27px;
}*/

input.PaymentMethodType {
	margin: 0 6px 0 0;
}

.shop-form ul.form input.cat_textbox,
.shop-form ul.form select.cat_dropdown,
.shop-form ul.form textarea.cat_listbox {
	width: 260px;
}

.shop-form textarea.cat_listbox {
	height: 100px;
}
#hiddenform2 {
	display:block;
}
p#hiddenform3 {
	display:block;
	font-size:1.8em;
	font-style:italic;
	font-weight:bold;
	color:#900;
	padding-bottom:5px;
	border-bottom:solid 1px #999;
	margin-bottom:10px;
}

.shop-receipt, .shop-quote-receipt {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 18px;
	padding: 18px;
}

.shop-receipt h1, .shop-quote-receipt h1 {
	border-bottom: 1px solid #ccc;
	padding: 0 0 3px;
}

.shop-receipt h2, .shop-quote-receipt h2 {
	font-size: 12px;
	font-weight: normal;
}

/* tabbed panels for view cart page */

ul.TabbedPanelsTabGroup {display:none;}

/* @end */

/* @group Customer Cases */

table.case-list {
	border-collapse:collapse;
	border-spacing:0;	
	margin: 0;
	width: 100%;
}

table.case-list td {
	padding: 6px;
}

table.case-list td.subject,
table.case-list td.category {
	width: 40%;
}

table.case-list td.status {
	width: 20%;
}

table.case-details {
	background: #f9f9f9;
	border-collapse:collapse;
	border-spacing:0;	
	border: 1px solid #eee;
	width: 100%;
}

table.case-details td {
	padding: 6px;
}

table.case-details tr.odd td {
	background: #fff;
}

table.case-details td.var {
	color: #888;
	text-align: right;
	width: 130px;
}

table.case-details td.val {
	color: #000;
}

/* @end */

/* @group Customer Orders */

table.border {
	border-collapse:collapse;
	border-spacing:0;	
	border-bottom: 1px solid #eee;
}
table.border td {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
table.border span { color: #888; }
table.order-list {
	border-collapse:collapse;
	border-spacing:0;	
	border-bottom: 1px solid #eee;
}
table.order-list th,
table.order-list td {
	border-top: 1px solid #eee;
	font-size:1.2em;
	vertical-align:top;
	text-align:left;
	padding:8px 15px;
}
table.order-list th {
	background-color:#EEE;
	font-weight:bold;
}
table.order-list td.amount {
	text-align:right;
	font-weight:bold;
}
table.order-list a {
}
table.order-list span.number {
}

/* @end */

/* @group Comment */

.comment-container {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 0 0 18px;
}

.comment-container .header {
	background: #eee;
	font-size: 11px;
	padding: 6px 18px;
}

.comment-container span.name {
	color: #000;
}

.comment-container span.rating {
	margin: 0 9px;
	vertical-align: middle;
}

.comment-container .content {
	padding: 18px;
}

.comment-form {
	background: #f9f9f9;
	border: 1px solid #eee;
	color: #666;
	margin: 0 0 18px;
	padding: 18px;
}

.comment-form h3 {
	font-size: 14px;
	margin: 0 0 18px;
}

.comment-form h5 {
	color: #666;
	font-size: 14px;
	margin: 0 0 18px;
}

/*.comment-form li.rating div {
	font-size: 10px;
}*/

/*.comment-form li.rating div input {
	margin: 0 3px;
}*/

.comment-form input.cat_textbox_small,
.comment-form textarea {
	width: 300px;
}

.comment-form textarea {
	height: 120px;
}

/* @end */

/* @group FAQ */

.faq h3 {
	font-size:1.8em;
	line-height:1.3em;
	font-weight:bold;
	margin-bottom:0.5em;
}
.faq-question a {
	display:block;
	font-size:1.4em;
	line-height:1.3em;
	font-weight:bold;
	margin-bottom:0.75em;
}
div.answer {
	font-size:1.2em;
	line-height:1.3em;
	margin:0 0 20px 2em;
}
#middle div.answer p {
	font-size:1.0em;
	margin:0 0 1em 0;
}

table.faq-search {
	background: #f9f9f9;
	border-collapse:collapse;
	border-spacing:0;	
	border: 1px solid #eee;
	margin: 0 0 18px 0;
	width: 100%;
}

table.faq-search label {
	color: #888;
}

table.faq-search td {
	border-collapse:collapse;
	border-spacing:0;	
	padding: 9px;
}

table.faqresultstable {
	background: #fff;
	border-collapse:collapse;
	border-spacing:0;	
	border: 1px solid #eee;
	width: 100%;
}

table.faqresultstable td {
	color: #666;
	padding: 9px;
}

table.faqresultstable a {
	color: #1969bc;
}

table.faqresultstable td.faqresultstableinfo {
	background: #f9f9f9;
	color: #888;
	font-size: 10px;
	padding: 3px 18px;
	text-align: right;
}

table.faqresultstable td.faqresultstablecount {
	padding-left: 18px;
	width: 10px;
}

td.faqresultstablehead {
	background: #fff;
	border-collapse:collapse;
	border-spacing:0;	
	border-bottom: 1px solid #eee;	
	color: #000;
	font-weight: bold;
}

/* @end */

/* @group Forums */

/* NOTE: div.post-list exists in BLOG as well */

.forum-container h1 {
	font-size: 24px;
}

table.topic-list, div.forum-posts-container div.post-list, div.forum-registration {
	color: #666;
}

div.forum-posts-container div.post-list a, div.forum-registration a {
	color: #1969bc;
}

div.forum-registration h2 {
	color: #000;
}

table.forum {
	background: #f9f9f9;
	border-collapse:collapse;
	border-spacing:0;	
	border: 1px solid #eee;
	margin: 0;
	width: 100%;	
}

table.forum td {
	font-size: 11px;
	padding: 9px;
	vertical-align: top;
}

table.forum td.topics {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	width: 90px;
}

table.forum td.posts {
	border-right: 1px solid #eee;	
	width: 90px;
}

table.forum td.lastpost {
	border-left: 1px solid #eee;	
	width: 180px;
}

table.forum .icon {
	float: left;
	width: 50px;
}

table.forum .forum {
	margin: 0 0 0 50px;
}

table.forum h3 {
	margin: 0;
}

table.forum h3 a {
	text-decoration: none;
}

ul.cap-top,
ul.cap-bottom {
	font-size: 11px;
	height: 30px;
	margin: 0 0 18px;
	padding: 0;
}

ul.cap-bottom {
	margin: 18px 0 0;
}

ul.cap-top li,
ul.cap-bottom li {
	display: block;	
	line-height: 30px;
	list-style: none;	
}

ul.cap-top li.user,
ul.cap-bottom li.nav-page {
	float: left;
	width: 200px;
}

ul.cap-top li.actions,
ul.cap-bottom li.actions
{
	float: right;
	font-size: 12px;
	text-align: right;
	width: 350px;
}

ul.cap-top li.actions a,
ul.cap-bottom li.actions a{
	float: right;
	margin: 0;
	padding: 0 9px;
}

table.topic-list {
	background: #f9f9f9;
	border-collapse:collapse;
	border-spacing:0;	
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	width: 100%;
}

table.topic-list th {
	background: #ddd;
	border: 1px solid #ddd;
	color: #000;
	font-size: 10px;
	padding: 6px;
	text-align: left;
}

table.topic-list .name {
	font-weight: bold;
	width: 60%;
}

table.topic-list .name .icon {
	float: left;
	width: 30px;
}

table.topic-list .replies,
table.topic-list .views {
	font-size: 10px;
	text-align: center;
	width: 10%;
}

table.topic-list .date {
	font-size: 10px;
	text-align: right;
	width: 20%;
}

table.topic-list td {
	padding: 0;
}

table.topic-list a {
	color: #1969bc;
}

table.topic {
	border-collapse:collapse;
	border-spacing:0;	
	border-bottom: 1px solid #eee;;
	margin: 0;
	width: 100%;
}

table.topic td {
	padding: 9px;
}

table.topic td.name,
table.topic td.replies,
table.topic td.views {
	border-right: 1px solid #eee;
	vertical-align: middle;
}

.forum-registration {
	border: 1px solid #eee;
	background: #f9f9f9;
	padding: 18px;
}

.forum-registration input.cat_textbox,
.forum-registration textarea.cat_textbox {
	width: 260px;
}

.forum-registration input.cat_button {
	margin: 0 6px 0 0;
}

.forum-posts-container .breadcrumb {
	font-size: 11px;
	padding: 6px;
}

.forum-posts-container h1 {
	font-size: 18px;
	margin: 18px 0;
}

.forum-posts-container h2 {
	background: #eee;
	border: 1px solid #eee;
	color: #888;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 3px 18px;
}

.forum-posts-container table.container {
	border-collapse:collapse;
	border-spacing:0;	
	width: 100%;
}

.forum-posts-container td {
	background: #f9f9f9;	
	border: 1px solid #ddd;
	padding: 18px;
	vertical-align: top;
}

.forum-posts-container td.author {
	font-size: 11px;
	width: 160px;
}

.forum-posts-container h3.name {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.forum-posts-container tr.sub td {
	height: 30px;
	padding: 0 18px;
}

.forum-posts-container td.action a {
	float: right;
	line-height: 30px;
}

/* @end */

/* @group Literature */

p.literature-container img {
	vertical-align: middle;
}

p.literature-container span.icon, p.literature-container span.name {
	margin: 0 3px 0 0;
}


/* @end */

/* @group Secure Zone Markup */

.case-search {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 0 0 18px;
	padding: 18px;
}

.secure-lost-password {
}

.secure-lost-password input.cat_textbox_small {
}

.secure-update-details {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 0 0 18px;
	padding: 18px;
}

.secure-update-details input.cat_textbox,
.secure-update-details select.cat_dropdown {
	width: 260px;
}


/* @end */

/* @group Form Modules */

#four01 form {
}
#four01 div.item {
	margin-bottom:4px;
}
#four01 div.item p {
	font-size:1.6em;
	line-height:1.3em;
	margin-bottom:0.5em;
}
#four01 label {
	display:block;
	float:left;
	width:100px;
	padding-top:0.5em;
	margin-right:10px;
	font-size:1.6em;
	line-height:1.3em;
	color:#000;
}
#four01 label.chkbox,
#four01 #btnSubmit {
	float:none;
	width:auto;
	margin-left:110px;
	margin-bottom:10px;
}
#four01 input.cat_textbox {
	width:260px;
	height:30px;
	font-size:2em;
}
#four01 #lostpass label,
#four01 #lostpass input.cat_textbox_small,
#four01 #lostpass #btnRetrieve {
	float:none;
	width:auto;
	margin-left:110px;
	margin-bottom:4px;
}
#four01 #lostpass label {
	font-size:1.2em;
}
#four01 #lostpass p {
	font-size:1.4em;
	margin-left:110px;
	margin-bottom:0;
}

.secure-login, .newsletter-form {
}

.secure-login h3, .newsletter-form h3 {
}

.secure-login div.form, .newsletter-form div.form {
}

/* @end */

/* @group Search */
.search-result {
	margin-bottom:10px;
}
.search-result h4 {
	font-size:1.6em;
	line-height:1.3em;
	margin-bottom:0.5em;
}
.search-result span.counter {
	font-size:0.8em;
	margin-right:0;
}
.search-result span.search-img {
	margin-right:5px;
}
.search-result p {
	font-size:1.2em;
	line-height:1.3em;
	margin:0 0 1em 3em;
}
/* @end */

/* @group Photo Gallery */

#imageContainer img {
	margin: 0;
}

table.photogalleryTable td {
	padding: 9px;
}

/* @end */

/* @group Affiliate Program */

table.affiliate-stats {
	border: 1px solid #d7d7d7;
	border-collapse: collapse;
}

table.affiliate-stats td {
	border: 1px solid #d7d7d7;
	padding: 6px;
}

table.affiliate-stats td.var {
	color: #888;
}

/* @end */

/* @group Tell a Friend */

.tell-a-friend {
	border: 2px solid #333;
	background-color: #fff;
	color: #666;
	padding: 18px;
}

.tell-a-friend form {
	padding: 0 0 0 36px;
}

.tell-a-friend  h1 {
	border-bottom: 1px solid #ccc;
	color: #222;
	font-size: 18px;
	margin: 0;
	padding: 0 0 6px;
}

.tell-a-friend  h2 {
	border-bottom: 1px dotted #ccc;
	color: #222;
	font-size: 12px;
	margin: 18px 0 9px;
}

.tell-a-friend  td.var {
	text-align: right;
	width: 130px;
}

.tell-a-friend td {
	font-size: 11px;
	vertical-align: top;
}

.tell-a-friend  label {
	color: #888;
	font-size: 11px;
}

.tell-a-friend  input.cat_textbox_small {
	height: 21px;
}

.tell-a-friend  input.cat_textbox_small, .tell-a-friend textarea.cat_listbox {
	font-size: 11px;
	width: 300px;
}

/* @end */

/* @group Favourites */

.favourite-registration {
	border: 1px solid #eee;
	background: #f9f9f9;
	padding: 18px;
}

.favourite-registration input.cat_textbox,
.favourite-registration textarea.cat_textbox {
	width: 260px;
}

.favrourite-registration input.cat_button {
	margin: 0 6px 0 0;
}


/* @end */

/* @group eCommerce Browse Panel */

.browse-panel {
	border: 1px solid #d7d7d7;
}

.browse-panel h5 {
	background: #eee url(/CatalystImages/shop_bg-browse-panel.png) repeat-x;
	border-bottom: 1px solid #d7d7d7;
	font-size: 14px;
	margin: 0;
	padding: 9px;
}

.browse-panel h6 {
	background: #f7f7f7;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 3px 9px;
}

.browse-panel ol {
	background: #fff;
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
	padding: 9px;
}

.browse-panel ol.browse-catalogue {
	border-bottom: none;
}

.browse-panel li {
	list-style: none;
	padding: 3px 9px;
}

.browse-panel li span {
	display: inline;
	font-weight: bold;
}

/* @end */

/* @group eCommerce Image Zoom Slider */

img.drag {
	position: relative;
	padding: 0.5em;
	/*margin: 0 0 0.5em 1.5em;*/
	margin: 0;
	cursor: move;
}
 
.slidertrack {
    background-color: #d7d7d7;
    color: #333;
    float: left;
    margin: 0;
    line-height: 0px;
    font-size: 0px;
    text-align: left;
    padding: 4px;
    border: 1px solid;
    border-color: #ccc #aaa #aaa #ccc;
}
 
.slidertrack .sliderslit {
    background-color: #333;
    color: #ccc;
    height: 2px;
    margin: 4px 4px 2px 4px;
    line-height: 0px;
    position: absolute;
    z-index: 1;
    border: 1px solid;
    border-color: #999 #ddd #ddd #999;
}
 
.slidertrack .slider {
    width: 16px;
    background-color: #555;
    color: #333;
    position: relative;
    margin: 0;
    height: 8px;
    z-index: 1;
    line-height: 0px;
    font-size: 0px;
    text-align: left;
    border: 2px solid;
    border-color: #999 #222 #222 #999;
}
 
#zoomcontainer{
    overflow: hidden;
    position: relative;
}

#zoomcontainer img{
    position: absolute;
}


/* @end */






