/*==============================================================

	Version : 2008.01.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; }
.req {color:#b85336; font-size: 120%;}

/* @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:3px;
}
div.item-highlight {
	padding:5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #eee;
}


/* Input Button */ 
input.cat_button {
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	color:#FFF;
	font-size:100%;
	font-weight:normal;
	background-attachment: scroll;
	background-color: #A53507;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;	/* height: 26px; */
	border: 0px solid #A53507;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
div.button-special input.cat_button {
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	background:#A53507 none repeat scroll 0 0;
	color:#FFF;
	font-size:140%;
	font-weight:normal;
	padding:5px 10px 5px 10px;
}
div.button-special input.productSubmitInput {
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	color:#FFF;
	font-size:120%;
	font-weight:normal;
	padding:5px 10px 5px 10px;
	background-attachment: scroll;
	background-color: #A53507;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
input.cat_textbox_small,
input.cat_textbox,
textarea.cat_listbox,
select.cat_dropdown,
select.cat_listbox {

}

input.cat_textbox,
textarea.cat_listbox,
select.cat_dropdown,
select.cat_listbox {
	width: 300px; 
	padding: 3px;
	border:1px solid #E5DFC7;
}

.cat_dropdown_small {
	width: 200px;
}

.cat_dropdown_smaller {
	width: 150px;
}

.cat_textbox_small, .cat_listbox_small {
	width: 200px; /* DON'T TOUCH THIS */
}

.cat_textbox_small2 {
	width: 130px;
}

.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;
}

.form label, .webform label {
	/* font-size: 12px; */
	color: #333333;
}

.form input, .webform input {
	margin-right: 3px;
}

/* @end */

/* @group System Message */

.system-message, .system-error-message {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #F8F8F0;
	border: 1px solid #E5DFC7;
	color: #333;
	margin: 18px;
	min-height: 110px;
	height: auto !important;
	height: 110px;
	padding: 36px 36px 36px 180px;
}

.system-message {
	background: #F8F8F0 url(/CatalystImages/ok.png) no-repeat 29px 18px;	
}

.system-error-message {
	background: #F8F8F0 url(/CatalystImages/error.png) no-repeat 26px 26px;
}

.system-message h1, .system-error-message h1 {
	margin: 0 0 18px 0;
}

.system-message a:link, .system-error-message a:link {
}

.ok {
	background: #E9FBE3;
	color: #21A347;
	margin-bottom: 18px;
}

.error {
	background: #FBE3E4;
	color: #D12F19;
	margin-bottom: 18px;
}

/* @end */

/* @group Announcement */

.announcement-list {
	margin-bottom: 10px;	
}
.announcement-list span.subject {
	font-size: 110%;
	font-weight: normal;
}
.announcement-list span.date {
	color: #666;
	font-size: 90%;
	font-weight: normal;
	margin-left:10px;
}
.announcement-list p {
	font-size: 100%;
	margin-top: 5px;
}
.announcement-details span.date {
	color: #666;
	display: block;
	font-size: 100%;
	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 h2 {
	font-size: 18px;
	margin: 0 0 3px 0;
}

.blog-list span {
	color: #888;
}

.blog-container h1 {/*
	font-size: 36px;
	line-height: 40px;
	margin: 0 0 6px 0;
*/}

.blog-container p.description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.blog-post h2.post-title {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	margin: 0;
	padding: 0 0 10px 0;
}

.blog-post .post-details {
	color: #888;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.blog-container .post-list {
	float: left;
	width: 69%;
}

.blog-post .post-body {
	margin: 0 0 36px;
}

.blogsitesummary {
	list-style: none;
	padding: 0px;
}

.blogsitesummary .author, .blogsitesummary .date {
	font-size: 90%;
	margin-left: 10px;
}

.comment-list {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin-bottom: 36px;
	padding: 18px;
}

.comment-list h5 {
	font-size: 14px;
	margin: 0 0 18px;
}

.comment-list input#Captcha {
	width: 300px;
}

.comment-list textarea.cat_listbox_small {
	height: 120px;
	width: 100%;
}

.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 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.blog-container .side-panel {
	float: right;
	width: 27%;
	padding:0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.side-panel h4 {/*
	font-size: 12px;
	margin: 0 0 9px;
*/}

.BlogTagCloud {
	margin: 0 0 18px;
}

.BlogRecentPost ul, .BlogTagList ul, .BlogPostArchive ul {
	margin: 0;
	padding: 0;
}

.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li {
	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 */

/* @group Booking */

.booking-list {
	margin-bottom: 10px;	
}
.booking-list span.name {
	font-size: 100%;
	font-weight: normal;
}
.booking-list span.date {
	color: #666;
	font-size: 90%;
	font-weight: normal;
	margin-right:10px;
}
.booking-container h1, .form-container h2 {
}

.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 */


/* @featured products list layout */
ul.productfeaturelist, ul.catalogueList {
	margin: 0px;
	padding: 0px;
}
ul.productfeaturelist li.productItem, ul.catalogueList li.catalogueItem, li.productItem {
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
	top: 0px;
	float: left; 
	display: inline;
}
div.featured_name {
	margin-bottom: 5px;
	display:block;
	text-align: left;
}
div.featured_image {
	text-align: center;
	margin-bottom: 5px;
	display:block;
}
div.featured_image a img{
	/*-moz-border-radius:15px; */
	border:1px solid #555;
}
div.featured_price {
	display:block;
	float: left;
	margin-top: 3px;
}
div.featured_add {
	display:block;
	text-align: right;
}
/* @end */


/* @group Catalogue and Products */

.shop-main {
	margin-top: 0px;
}

.shop-main .header {
	/* border-bottom: 1px solid #ccc; */
	padding: 0px;
	margin: 0px;
}
.shop-main .footer {
	border-top: 1px solid #E5DFC7;
	padding-top: 10px;
	margin-top: 10px;
	text-align: center;
}

.shop-main h4 {
	padding: 0px;
	margin-top: 7px;
	margin-bottom: 7px;
}


.shop-main .breadcrumbs, .shop-cart .breadcrumbs, div#content_main_plain .breadcrumbs {
	float: left;
	width: 400px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	/* border-bottom: 1px solid #ddd; */
}

.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;
}

li.catalogueItemNotFound {
	height: 0px;
	padding: 0px;
	margin: 0px;
}

table.cartSummaryTable {
	border-collapse:collapse;
	border-spacing:0;	
	float: right;
}

td.cartSummaryItem {
	padding: 0;
	color: #333;
}

a.cartSummaryLink {
	margin: 0 0 0 18px;
}


.shop-main ul {
	margin: 0;
	padding: 0;
}

.shop-main li {
	list-style-image: none;
	list-style-type: none;
}

table.catalogueTable {
	border-collapse:collapse;
	border-spacing:0;	
	width: 100%;
	margin: 0 0 18px;
}

table.catalogueTable td {
	padding: 0;
}

table.productTable {
	border-collapse:collapse;
	border-spacing:0;	
	table-layout: fixed;
	width: 100%;
}

table.productTable td {
	padding-right: 3px;
	vertical-align: top;
}

/* --------------------------------------------- */
/* Shop product layout Small */ 

div#product-backup-layout .shop-product-small {
	width: 170px;  /* 170px for 4 on a row, margin-right should be 3 */
}
.shop-product-small, .shop-catalogue {
	width: 228px;  /* 170px for 4 on a row, margin-right should be 3 */
}
.shop-product-small, .shop-catalogue {
	border: 1px solid #E5DFC7;
	color: #333;
	float: left;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 3px;
	margin-left: 0px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	display:inline;
}
.shop-product-large {
	width: 100%;
}
.shop-product-large h2 {
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.shop-product-large h2 a {
	text-decoration: none;
}
.shop-product-small .product-title{
	display: block;
	height: 20px;
	overflow: hidden;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}
.shop-product-small h3 {
	font-size: 110%;
	font-weight: normal;
	margin: 0;
	padding-top: 0px;
	line-height: 1.3em;
}
.shop-product-small h3 a {
	text-decoration: none;
}
.shop-product-small h4 a {
	color: #2796BB;
}

.shop-product-small div.product-info {
	padding: 3px 10px 3px 10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-radius: 10px;
	background-color: #EBE7CC;
}
.shop-product-large div.product-info {
	padding: 0px;
}

.shop-product-large div.product-info-left, div.product-info-left {
	float: left;
	display: inline;
	width: 278px;
}
.shop-product-large div.product-info-right, div.product-info-right {
	float: right;
	display: inline;
	width: 422px;
}

.shop-product-small ul, .shop-product-large ul {
	padding: 0px;
	margin: 0px;
}
.shop-product-small ul li, .shop-product-large ul li {
	margin-bottom: 2px;
	list-style: none;
}

.shop-product-small .image {
	text-align: center;
	min-height: 120px;
	height: 122px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 10px;
}
.shop-product-small .image-backup {
	text-align: center;
	min-height: 100px;
	height: 102px;
	overflow: hidden;
	margin-bottom: 5px;
}
.shop-product-small .image img {
	padding: 0px;
	overflow: hidden;
	border: 1px solid #E5DFC7;
}
.shop-product-small .image-backup img {
	padding: 0px;
	overflow: hidden;
	border: 1px solid #E5DFC7;
	width: 150px;
}
.shop-product-large .image, .product-info-right .image {
	float: right;
	display: inline;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 5px;
	border: 1px solid #E5DFC7;
}
.shop-product-large .imagelink, .product-info-right .imagelink {
	text-align: right;
	font-size: 90%;
}
.shop-product-large .imagelink a, .shop-product-large .imagelink a:hover{
	color: #A53507;
}


.shop-product-large .poplets, .product-info-right .description, .shop-product-large .rateform, .rateform, .shop-product-large .related-products {
	float: right;
	width: 410px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.shop-product-large .description h5, .shop-product-large .rateform h5, .shop-product-large .related-products h5 {
	padding-bottom:5px;
	margin-top:5px;
	margin-bottom:5px;
	line-height: 1em;
	color: #84741E;
	border-bottom: 1px solid #E5DFC7;
}
.shop-product-large .poplets {
	margin-top: 5px;
}
.shop-product-large .poplets img {
	border: 1px solid #E5DFC7;
	margin-right: 4px;
}

.shop-product-large .rating_rank  {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5DFC7;
}
.shop-product-large div.rating_feedback {
	width: 100%;
	display: block;
	float: left;
	padding: 0px;
}

.shop-product-large .related-products table.productTable td {
	width: 130px;
	overflow:hidden;
}

.shop-product-large .related-products table.productTable td img {
	width: 130px;
	overflow:hidden;
	border: 1px solid #E5DFC7;
}


.shop-product-small li.quantity input.productTextInput,
.shop-product-large li.quantity input.productTextInput {
	width: 40px;
	color: #666;
	margin-right: 5px;
}
.shop-product-small input.productSubmitInput, 
.shop-product-large input.productSubmitInput {
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border:0px solid #444;
	color:#FFF;
	font-size:90%;
	font-weight:normal;
	padding:2px 6px; /* #2F9F9F */
	font-family: Georgia, "Times New Roman", Times, serif;
	background-attachment: scroll;
	background-color: #84741e;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
/* Buy Now button
.shop-product-small li.buynow input.productSubmitInput  {
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border:0px solid #444;
	color:#FFF;
	font-size:90%;
	font-weight:normal;
	padding:2px 6px;
	background:#74A53F none repeat scroll 0 0;
}*/



/* supplier text */
div#product-backup-layout .shop-product-small div.supplier{
	display: block;
	height: 30px;
	overflow: hidden;
	margin: 0px;
}
.shop-product-small div.supplier{
	display: block;
	height: 17px;
	overflow: hidden;
	margin: 0px;
}
.shop-product-small li.supplier {
	font-size: 90%;
}
.shop-product-large li.supplier {
	font-size: 100%;
}
li.supplier a {
	/* color: #74A53F; */
}
/* total price text */
li.total_price {
	font-size: 100%;
}
li.total_price strong{
	font-weight: normal;
	color: #84741E;
}
.shop-product-small li.total_price strong {
	font-size: 130%;
}
.shop-product-large li.total_price strong {
	font-size: 150%;
}
li.total_price span.small{
	font-size: 85%;
}
/* product price text */
li.item_price {
	font-size: 90%;
}
li.item_price strong {
	color: #84741E;
	font-weight: normal;
}
/* stock text */
li.stock {
	font-size: 90%;
}
li.stock strong {
	font-weight: normal;
	margin-left: 6px;
}
/* quantity text */
li.quantity {
	font-size: 100%;
}
div.quantity{
	height: 30px;
	overflow: hidden;
	margin: 0px;
	vertical-align: top;
	text-align: right;
}
/* Description text */
.shop-product-small li.description {
	font-size: 90%;
	height: 34px;
	overflow: hidden;
}
/* extra links */
li.extralinks {
	font-size: 90%;
	text-align: right;
	float: right;
	display: inline;
	margin-top: -17px;
	height: 0px;
	width: 100%;
}
img.addtofav{
	position: relative;
	top: 6px;
}
li.buynow {
	text-align: right;
}



.image a, td.actions a {
	/*border: none !important; */
}

.shop-product-large .shop-product-small .image {
 	margin: 0;
	min-height: 160px; 
	height: auto !important; /* for modern browsers */
	height: 160px; /* for IE5.x and IE6 */		
	padding: 18px;
	text-align: center;
	width: auto;
}

td.productItem .comment-form input#Captcha {
	width: 300px;
}

table.productPoplets {
	border-collapse:collapse;
	border-spacing:0;	
	margin: 0 auto;
}


.shop-product-large ul {
	margin: 0;
	padding: 0;
}

.shop-product-large li {
	margin-bottom: 5px;
}

table.cart {
	background: #fff;
	border-collapse:collapse;
	border-spacing:0;	
	border: 1px solid #E5DFC7;
	width: 100%;
	margin-top: 10px;
}

table.cart td {
	border-bottom:1px solid #E5DFC7;
	border-left:1px solid #E5DFC7;
	padding:5px;
	vertical-align:top;
}

table.cart a {
	color: #B85336;
}

table.cart th, table.cart td {
	color: #333;
	padding: 10px;
}



tr.shipping td {
	border-bottom: 1px solid #ddd;
}

tr.discount td.quantity, tr.shipping td.quantity {
	text-align: right;
}

td.quantity input.update {
	margin: 0 0 0 3px;
}

table.cart th {
	background-color:#EBE7CC;
	border-bottom:1px solid #E5DFC7;
	border-left:1px solid #E5DFC7;
	border-top:1px solid #E5DFC7;
	color:#84741E;
	font-size:120%;
	font-weight:normal;
	padding:10px;
	text-align:left;
}

input.cartInputText {
	width: 50px;
}

input#DiscountCode, input#GiftVoucher {
	width: 70px;
}

div.item-highlight input#Amount {
	border: none;
	font-size: 150%;
	color: #B85336;
	background-color: #eee;
}

select.shippingDropDown, input#shippingPostcode {
	width: 300px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div#shippingCalc, div#shippingCalc input {
	margin-top: 5px;
	margin-bottom: 5px;
}

table.cart th.quantity, table.cart td.quantity {
	text-align: right;
	width: 50px;
}

table.cart th.quantity {
	text-align: left;
}

.productitemcell {
	min-height: 70px;
	/* line-height: 20px; */
	margin: 0 0 5px 0;
	overflow: hidden;
}
.productitemcell img {
	height: 60px;
	overflow: hidden;
	border: 1px solid #E5DFC7;
}

table.cart td.actions {
	text-align: right;
}

table.cart td.actions a {
	font-size: 160%;
	font-weight: bold;
	margin: 0 18px 0 0;
	text-decoration: none;
}

a#catshopclear {
	font-size: 100%;
	font-weight: normal;
}

table.cart strong {
}

.shop-form {
	margin: 0 0 18px;
}

.shop-form ul.form {
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 18px;
}

.shop-form label {
	/* font-size: 11px; */
}

.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;
}

.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;
}

/* @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-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

table.border td {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

table.border span { color: #616161; }

/* @end */

/* @group Comment */

.comment-container {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 0 0 10px;
}

.comment-container .header {
	background: #eee;
	font-size: 90%;
	padding: 5px;
}

.comment-container span.name {
	color: #279190;
}

.comment-container span.rating {
	margin: 0 9px;
	vertical-align: middle;
}

.comment-container .content {
	padding: 5px;
	font-size: 90%;
}

.comment-form {
	/* background: #f9f9f9; */
	/* border: 1px solid #eee; */
	/* color: #666; 
	margin: 0 0 18px;*/
	padding: 0px;
}

/*.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;
	font-size: inherit;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.comment-form textarea {
	height: 120px;
}

/* @end */

/* @group FAQ */

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: #C8652A; */
}

div.forum-registration h2 {
	/* color: #666; */
}

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: 60px;
}

table.forum td.posts {
	border-right: 1px solid #eee;	
	width: 60px;
}

table.forum td.lastpost {
	border-left: 1px solid #eee;	
	width: 100px;
}

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: #C8652A;
	font-weight: normal;
}

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: 15px; */
}

.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: 100%;
	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;
}

.forumsitesummary {
	list-style: none;
	padding: 0px;
}

.forumsitesummary li span.date {
	font-size: 90%;
	margin-left: 10px;
}

/* @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 {
	background: #f9f9f9;
	border: 1px solid #eee;	
	padding: 18px;
}

.secure-lost-password input.cat_textbox_small {
	width: 210px;
}

.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 */

.product-form h3 {
	padding-left: 9px;
}

.secure-login, .newsletter-form {
	margin-bottom: 15px;
}

.secure-login h3, .newsletter-form h3 {
	background: #eee;
	padding: 10px;
}

.secure-login div.form, .newsletter-form div.form {
	padding-left: 9px;
}

/* @end */

/* @group Search */

.search-box {
	padding: 6px;
}

.search-box input.cat_textbox_small {
	margin: 0 3px 0 0;
}

/* @end */

/* @group Photo Gallery */

#imageContainer img {
	margin: 0;
}

table.photogalleryTable td {
	padding: 5px;
	vertical-align: top;
}
.photogalleryItem img {
	border: 1px solid #E5DFC7;
}

/* @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 Merchant Directory */
table.order-list, table.tablelayout-list{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #E5DFC7;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
table.order-list caption, table.tablelayout-list caption{
	text-indent: -9999px;
}
table th{
	font-weight: normal;
	color: #84741E;
	font-size: 120%;
	text-align: left;
	padding: 10px;
	border-left: 1px solid #E5DFC7;
	border-top: 1px solid #E5DFC7;
	border-bottom: 1px solid #E5DFC7;
	background-color: #EBE7CC;
}
th.logo{
	width: 15%;
	text-align: center;
}
th.info{
	width: 85%;
	border-right: 1px solid #E5DFC7;
}
table.order-list td, table.tablelayout-list td{
	border-left: 1px solid #E5DFC7;
	border-bottom: 1px solid #E5DFC7;
	vertical-align: top;
	padding: 10px;
}
table.tablelayout-list td ul{
	margin: 0px;
}
td.logo {
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 1px solid #fff;
}
td.info{
	padding: 10px;
	border-right: 1px solid #E5DFC7;
}
td.info h4{
	line-height: 1em;
	font-size: 120%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
td.info p{
	margin-top: 2px;
	margin-bottom: 2px;
}
td.info a.catalog{
	color: #2F9F9F;
}
td.info img{
	position:relative;
	top: 5px;
}
td.date {
	width: 120px;
}
td.total {
	width: 130px;
}
span.number {
	font-size: 90%;
}


/* @end */

/* @group Tell a Friend */

.tell-a-friend {
	border: 1px solid #E5DFC7;
	background-color: #EBE7CC;
	color: #333;
	padding: 20px;
}

.tell-a-friend form {
	padding: 0 0 0 36px;
}

.tell-a-friend  h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #E5DFC7;
	color: #333;
	margin: 0;
	padding: 0 0 6px;
}

.tell-a-friend  h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #E5DFC7;
	color: #333;
	margin: 18px 0 9px;
}

.tell-a-friend  td.var {
	text-align: right;
	width: 130px;
}

.tell-a-friend td {
	vertical-align: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}

.tell-a-friend  label {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}

.tell-a-friend  input.cat_textbox_small {
	height: 21px;
}

.tell-a-friend  input.cat_textbox_small, .tell-a-friend textarea.cat_listbox {
	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 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 */

