﻿/* @group BASE */

/* @group FRIENDLY SETTINGS */

img, a img { border:0; } /* nobody likes default border around images */


.clear { display: inline-block; float:left;}   
.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 */

.invoice {
	text-align: left; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-style:normal; 
	color:#666;
}

.text {
	text-align: left; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-style:normal; 
	color:#666;
	
	}

.page_name{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#9f9f9f;
	margin:0;
	padding:0;
	font-weight:bold;
	font-style: italic;
}

.page_title {
	text-align: left; 
	font:Georgia; 
	ont-size:24px; 
	font-style:italic; 
	color:#999;
	}
	
	.page-text {
	text-align: left; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-style:normal; 
	color:#666;
	}
	
	.page-text a:link {
	color:#138872;
    text-decoration:none;
	}
	
		.page-text a:visited {
	color:#138872;
    text-decoration:none;
	}
	
		.page-text a:hover{
	color:#138872;
    text-decoration:underline;
	}
	
	
	
.req {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	color: #900;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
	
	.pagination {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-align:center;
	padding:12px;
	text-align:center;
	}
	
.pagination a:link{
color:#138872;
text-decoration:underline;
		}
		
.pagination a:active {
color:#138872;
text-decoration:underline;
		}
		
.pagination a:hover{
color:#138872;
text-decoration:none;
		}
		
.pagination a:visited{
color:#666;
text-decoration:underline;
		}

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: 9px;
	height: auto;
}

cat_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-image: url(../Images/button-background86.png);
}

input.cat_textbox,
textarea.cat_listbox,
select.cat_dropdown,
select.cat_listbox {
	width: 200px;
	background-color: #f2f6c8;
	border: thin solid #b6b917;
	}


.cat_dropdown_small {
	width: 200px;
}

.cat_dropdown_smaller {
	width: 150px;
}

.cat_textbox_small, .cat_listbox_small {
	width: 130px; /* DON'T TOUCH THIS */
}

.cat_listbox {
	height: 120px;
	width: 300px;
}

table.webform,
table.reporting {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
}

table.webform td {
	line-height: 24px;
	padding: 6px;
}

.form label, .webform label {
	font-size: 12px;
	font-style:normal;
	text-align: left;
	float: left;
	position: relative;
	
}

.form input, .webform input {
	margin-right: 3px;
}

.form {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;

	}

.label {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	text-align:right;
	vertical-align:middle;
}

/* @end */

/* @group System Message */


.system-message {
 font-family:Arial, Helvetica, sans-serif;
 color:#666;
font-size:12px;
font-style:normal;
}

.system-message p{
color:#666;
font-size:12px;
font:Arial;
padding:5px 0 0 30px;
margin:0px;
font-style:normal;
}

.system-error-message p{
color:#666;
font-size:12px;
font:Arial;
font-style:normal;
padding:5px 0 0 30px;
margin:0px;
}

.system-error-message li{
color:#666;
font-size:12px;
font:Arial;
font-style:normal;
margin:0px;
}

.system-error-message a{
	 font-family:Arial, Helvetica, sans-serif;
	 font-style:normal;
     color: #138872;
	text-decoration:none;
}
.system-error-message {
 font-family:Arial, Helvetica, sans-serif;
 font-style:normal;
 font-size:12px;
 color:#666;
}

.system-message h1, .system-error-message h1 {
	padding: 0px 0px 0px 30px;
	font-size:18px;
	 font-family:Arial, Helvetica, sans-serif;
	 font-style:normal;
 font-size:14px;
 color:#666;
	margin:0px;
}

.system-message a:link, .system-error-message a:link {
	font-style:normal;
	color: #138872;
	text-decoration:none;
}

.system-message a:visited, .system-error-message a:visited {
	font-style:normal;
	color: #138872;
	text-decoration:underline;
}


.system-message a:hover, .system-error-message a:hover {
	font-style:normal;
	color: #138872;
	text-decoration:none;
}

.webform-results{
padding-left:30px;
}

.ok {
		 font-family:Arial, Helvetica, sans-serif;
	 font-style:normal;
 font-size:14px;
 color:#666;
}

.error {
		 font-family:Arial, Helvetica, sans-serif;
	 font-style:normal;
 font-size:14px;
 color:#666;
}

/* @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 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: 0 0 36px;
}

.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: 69%;	
}

.blog-post .post-body {
	margin: 0 0 36px;
}

.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,input#Captcha {
	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: 27%;
}

.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 {
	font-size: 11px;
	list-style: none;
	margin: 0 0 9px;
}

p.page-nav {
	text-align: center;
} 

p.page-nav a {
	margin: 0 9px;
}
p.featured {
	background:silver;
	border:thin silver
}
.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: 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 {
	background: #fff;
	/*border: 1px solid #ccc;*/
	float: left;
	height: 200px; /*height: 180px;*/
	margin: 0 6px 6px 0;
	overflow: hidden;
	width: 180px;
}

.shop-catalogue h4 {
	font-size: 12px;
	height: 27px;
	line-height: 15px; /*line-height: 27px;*/
	margin: 0;
	/*text-indent: 9px;*/
	text-align:center;
	padding:2px;
}

.shop-catalogue h4 a {
	/*color: #1969bc;*/
	text-decoration: none;
    color:#bbb090;
}

.shop-catalogue .image {
	/* Image size should be 150px by 120px */
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0px; /*padding: 15px;*/
	text-align: center;
}

.shop-main {
	margin-top: 18px;
	margin-right: 20px;
	margin-left: 15px;
}

.shop-main .header {
	height: 27px;
	line-height: 27px;
	margin: 0 0 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#666;
}


.breadcrumbs {
	float: left;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

.shop-main .breadcrumbs {
	float: left;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

.shop-main .breadcrumbs a:link {
	color: #666;
	text-decoration:none;
}

.shop-main .breadcrumbs a:visited {
	color: #666;
	text-decoration:none;
}

.shop-main .breadcrumbs a:hover {
	color: #666;
	text-decoration:underline;
}

.shop-main .cart-summary {
	float: right; /*right*/
	width: 245px; /*40%*/
	position:relative;
	top: -125px;
	right: 20px;
	color:white;
}

.shop-main .description ul {
	margin: 0 0 0 18px;
	padding: 0;
}

.shop-main .description li {
	list-style: none;
}

table.cartSummaryTable {
	border-collapse:collapse;
	border-spacing:0;	
	font-size: 12px;
	float: right;
}

td.cartSummaryItem {
	padding: 0;
}

a.cartSummaryLink {
	margin: 0 0 0 18px;
}

.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 18px;
}

table.catalogueTable td {
	padding: 0;
}

table.productTable {
	border-collapse:collapse;
	border-spacing:0;
	max-width: 644px;
	width: 644px; /*100%* this one affects related products table*/
	margin:0;
}

table.productTable td {
	/*padding: 3px;*/    /*this causes the large product view to have width issues*/
}

.shop-product-small {
	background: #fff;
	border: 1px solid #ddd;
	color: #666;
	float:left;
	padding-top: 5px;
	text-align: center;
	width: 138px;
	height: 310px;
	vertical-align: bottom;
	overflow: hidden;
	position: relative;
}

.shop-product-small h5 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding-bottom: 8px;
	width: 120px;
	height: 40px;
	text-align: center;	/*min-height: 36px;*/
	padding-right: 9px;
	padding-left: 9px;	/*padding: 18px 18px 6px;*/
}

.shop-product-small h4 a {
	color: #138872;
	text-decoration: none;
	font-style:normal;
}

.shop-product-small h5 a {
	color: #138872;
	text-decoration: none;
	font-style:normal;
	width: 138px;
	text-align: center;
}
.shop-product-small h5 a:hover {
	color: #666666;
	text-decoration: none;
	font-style:normal;
	width: 138px;
	text-align: center;
}

.shop-product-small ul {
	background: #fff;
	padding: 10px;
}

.shop-product-small ul li {
	font-size: 11px;
	margin: 0 0 6px;
}

.shop-product-small li.price {
	font-size: 11px;
	vertical-align: bottom;
}

.shop-product-small li.price strong {
	font-size: 11px;
	margin-left: 6px;
	vertical-align: bottom;
		
}

.shop-product-small li.stock {
	font-size: 11px;
	vertical-align: bottom;
}

.shop-product-small li.stock strong {
	color: #666;
	margin-left: 3px;
	vertical-align: bottom;
}

.shop-product-small .image {
	max-height: 181px;
	margin: 0 auto 9px;
	overflow: hidden;
	width: 120px;
	max-width: 120px;
	text-align: center;
}

.image a, td.actions a {
	border: none !important;
	color: #007A68;
}

.shop-product-small li.quantity {
	vertical-align: bottom;
}

li.quantity img {
	position: relative;
	top: 8px;
	/* or vertical-align: middle; */
}

.shop-product-small li.quantity input.productTextInput {
	width: 30px;
	border: thin solid #abae0b;
}

.shop-product-small li.quantity input.productSubmitInput {
	width: 30px;
	border: thin solid #abae0b;
	
}
.amount_textbox{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding:0px;
	margin:0px;
}



.shop-product-large {
	background: #fff;
	border: 1px solid #eee;
	color: #666;
	/*margin: 0 0 18px;*/
	min-width: 640px;
	overflow: hidden;
}

.shop-product-large h1 {
	color: #000;
	font-size: 14px;
}

.shop-product-large .image {
	margin-left: 16px; /*36*/
	min-height: 360px;
	height: auto !important; /* for modern browsers */
	height: 360px; /* for IE5.x and IE6 */		
	/*padding: 18px;*/
	text-align: center;
	max-width: 250px;
}

.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;
}

.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 li.price {
	font-size: 14px;
}

.shop-product-large li.instock {
	font-size: 10px;
}

.shop-product-large li.quantity input.productTextInput {
	width: 20px;
	border: thin solid #abae0b;
}


#large_product_table  {
	max-width: 644px;
	
	}


#large_product_image_cell  {
	max-width: 300x;
	
	}

#large_product_table input.productTextInput {
	width: 30px;
	border: thin solid #abae0b;
	font-family:Arial, sans-serif;
	font-size:12px;
	padding-top:3px;
}
         
         
.description{
line-height:16px;
font-size:12px;
color:#666;
}


#large_product_table td.lpt_tagname h1{
	font-size:20px;
	color:#8c8c8c;
	margin-top:3px;
	margin-bottom:3px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#large_product_table td.lpt_tagname{
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #8c8c8c;
}

#large_product_table td.lpt_infolabels{
	color:#8c8c8c;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	padding: 5x;
}
#large_product_table td.lpt_infolabel2{
color:#8c8c8c;
font:Arial;
font-size:12px;
padding:5px;
}

#similiar_products_table td.spacer{
height:30px;
}


.align-bottom {
	vertical-align: baseline;
	position: relative;
	}

#small_product_table{
width:150px;
margin-right:12px;
margin-left:0px;
margin-bottom:20px;
}

#small_product_table td.small_image_bg{
background-image:url(img/small_image_bg.png);
background-repeat:no-repeat;
width:150px;
height:150px;
}
#small_product_table td.spt_tagname{
padding-left:2px;
}
#small_product_table td.spt_tagname h5{
font-size:12px;
color:#8c8c8c;
font-weight:bold;
text-decoration:none;
padding:0;
margin:3px 0 3px 0;
}
            
#small_product_table td.spt_tagname a:link {
color:#007a68;
text-decoration:none;
font-weight:bold;
margin:0;
font-size:12px;
padding:0;}

#small_product_table td.spt_tagname a:active {
color:#007a68;
text-decoration:underline;
font-weight:bold;
margin:0;
font-size:12px;
padding:0;
}
			
#small_product_table td.spt_tagname a:visited {
color:#007a68;
text-decoration:none;
font-weight:bold;
margin:0;
font-size:12px;
padding:0;
}

#small_product_table td.spt_tagname a:hover {
color:#007a68;
text-decoration:none;
font-weight:bold;
margin:0;
font-size:12px;
padding:0;
}

#small_product_table td.spt_viewprod a:link {
color:#007a68;
text-decoration:underline;
margin:0;
font-size:11px;
padding:0;}

#small_product_table td.spt_viewprod a:active {
color:#007a680;
text-decoration:underline;
font-size:11px;
margin:0;
padding:0;
}

#small_product_table td.spt_viewprod a:visited {
color:#007a68;
text-decoration:underline;
font-size:11px;
margin:0;
padding:0;
}
			
#small_product_table td.spt_viewprod a:hover {
color:#007a68;
text-decoration:underline;
font-size:11px;
margin:0;
padding:0;}

#small_product_table td.spt_price{
color:#8c8c8c;
font-size:11px;
font-family:Arial, sans-serif;
padding-left:2px;
}
			
#similiar_products_table{
	background-image:url(/img/similiar_items_bg.gif);
	background-repeat:no-repeat;
	height:400px;
	margin-top:20px;
	width:644px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 70px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
			
#similiar_products_table a:link {
font-size:11px;
color:#ffffff;
}
		   
#similiar_products_table a:active {
font-size:11px;
color:#ffffff;
}
			
#similiar_products_table a:visited {
font-size:11px;
color:#ffffff;
}
			
#similiar_products_table a:hover {
font-size:11px;
color:#ffffff;
text-decoration:underline
}

#similiar_products_table td.spacer{
font-size:11px;
height:20px;
}

.similar_products_info{
color:#ffffff;
}

.question_form{
font-family:Ariel,sans-serif;
font-size:11px;
color:#a59d80;
margin-top:0px;
margin-bottom:0px;
line-height:13px;
padding:0px;
}
.form_textfield{
border : 1px solid #bbb090;
font:Arial, sans-serif;
font-size:11px;
width:170px;
color:#54514c;
}
.prodsearch_textfield{
font:Arial, sans-serif;
font-size:11px;
border : 1px solid #bbb090;
width:160px;
margin-left:8px;
color:#54514c;
}

#signupnews{
margin-top:-10px;
}
.gift_voucher{
margin-top:0px;
}
#product-search{
height:69px;
}
.subscribenews{
background-color:#FFFFFF;
margin:0;
padding:0;
}


/*Page title on top of every page eg. Contact Us, Gift Certificate*/

.page_title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#9f9f9f;
	margin:0;
	padding:0;
	font-weight:bold;
	font-style: italic;
}

/*Gift Certificate*/

.giftcertFields{
background:url(../img/giftcert/gift_certificate_bg_01.gif) top left no-repeat;
width:394px; 
height:310px;
}

.giftcert_textbox{
border : 1px solid #bbb090;
width:355px;
padding: 2px 2px 2px 2px;
font:Arial, sans-serif;
font-size:11px;
color:#54514c;
margin:6px 0px 8px 0px;
}

.giftcert_listbox{
border : 1px solid #bbb090;
width:355px;
padding: 2px 2px 2px 2px;
font:Arial, sans-serif;
font-size:11px;
color:#54514c;
margin:6px 0px 8px 0px;
overflow:auto;
}

#giftcertForm{
margin:60px 0px 0px 24px;
}

#giftcertForm label{
font-size:11px;
font-weight:bold;
color:#bbb090;
}

/*Check out page*/

#checkoutlogin{
background:url(../img/checkoutloginBg.gif) top left no-repeat;
color:#ffffff;
width:640px;
height:200px;
}

#checkoutlogin td{
padding:5px;
}

.checkout_textbox{
border: 1px solid #cac1a0;
padding: 2px 2px 2px 2px;
font:Arial, sans-serif;
font-size:11px;
color:#54514c;
width:200px;
margin:3px 0px 3px 0px;
}

#checkoutloginBox{
margin:25px 0px 0px 20px;
}

#checkoutloginBox a:link{
font-size:11px;
color:#ffffff;
text-decoration:none;
font-weight:normal;
}
#checkoutloginBox a:visited{
font-size:11px;
color:#ffffff;
text-decoration:none;
font-weight:normal;
}
#checkoutloginBox a:hover{
font-size:11px;
color:#ffffff;
text-decoration:underline;
font-weight:normal;
}

#checkoutlogin label{
font-size:11px;
font-weight:bold;
color:#ffffff;
}

#checkoutlogin a{
font-size:12px;
font:Arial, sans-serif;
color:#ffffff;
font-weight:bold;
text-decoration:underline;
}
/*My Account*/
.orderHistoryTxt{
margin-left:2px;
font-family:Arial, sans-serif;
font-style:normal;
font-weight:bold;
color:#666;
font-size:12px;
}

.myaccount_table{
	font-size:12px;
	font-family:Arial, sans-serif;
	color:#666;
	line-height:16px;
}
.myaccount_table a:link{
	font-size:12px;
	font-family:Arial, sans-serif;
	color:#138872;
	line-height:16px;
	text-decoration:none;
}
.myaccount_table a:visited{
font-size:11px;
font-family:Arial, sans-serif;
color:#54514c;
line-height:16px;
text-decoration:none;
}
.myaccount_table a:hover{
font-size:11px;
font-family:Arial, sans-serif;
color:#54514c;
line-height:16px;
text-decoration:underline;
}

.myaccount_header{
	font-family:arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding: 4px 0px 4px 0px;
	color:#999;
}
.suggest{
margin-top:10px;
}
.cat_image{
margin-bottom:0px;
}
/* Contact Us Form*/
    .cat_listbox2{
    border : 1px solid #bbb090;
    font-family:Arial, sans-serif;
    font-size:11px;
    width:228px;
    height:88px;
    padding-top:6px;
    padding-bottom:6px;
    padding-left:2px;
	color:#54514c;
    }
    .cat_textbox2{
    border : 1px solid #bbb090;
    font-family:Arial, sans-serif;
    font-size:11px;
    width:228px;
    padding-top:6px;
    padding-bottom:6px;
    padding-left:2px;
	color:#54514c;
    }
    .drop2{
    border : 1px solid #bbb090;
    font-family:Arial, sans-serif;
    font-size:11px;
    width:78px;
    }
    .contact_label label{
    font-family: arial, sans-serif;
    color:#bbb090;
    font-size:11px;
    font-weight:bold;
    }
	.contactus_select select{
    border : 1px solid #bbb090;
    font-family:Arial, sans-serif;
    font-size:11px;
    width:78px;
	}
	#contact_us_form_table h1{
	font-family:Arial, sans-serif;
	font-size:18px;
	color:#bbb090;
	margin:0;
	padding:0;
	font-weight:normal;
	}
	#contact_us_form_table p{
	font-family:Arial, sans-serif;
	font-size:11px;
	color:rgb(83, 83, 75);
    margin:0;
	padding:0;
	}
/*********************************************************/
.search-box{
	background-color: #FFFFFF;
	padding-left: 25px;
	float: left;
	position: relative;
	padding-top: 25px;
	width: 190px;
}
.cat_textbox_small{
	background-color: #f2f6c8;
	margin: 0px;

	border: thin solid #b6b917;
	width: 140px;
	height: 18px;
}

.sidebarsearchbtn{
	background-image: url(../images/Go_SearchBTN.gif);
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	width: 31px;
	background-position: left top;
	padding: 0px;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	cursor:pointer;
}

#searchresults {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
	line-height: normal;
}

.searchresults {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
	line-height: normal;
}

.searchresults a:link {
	color: #138872;
	text-decoration:none;
}

.searchresults a:visited {
	color: #138872;
	text-decoration:none;
}

.searchresults a:hover {
	color: #138872;
	text-decoration:underline;
}
	

td.productItem {
	width: 138px;
	overflow: hidden;
}
td.comment-form input#Captcha {
width: 300px;
}
.poplets {
	margin-top: 36px;
	padding: 10px;
	float:left;
}

.poplets img {
	border: 1px solid #ddd;
}

table.productPoplets {
	border-collapse:collapse;
	border-spacing:0;	
	margin: 0 auto;
}
/* edited before */

.large_prod_img {
align:left; 
valign:middle;
width:250px;
max-width:250px;
}
                                               
.shop-product-large .details{
	background: #f9f9f9;
	min-height: 360px;
	height: auto !important; /* for modern browsers */
	height: 360px; /* for IE5.x and IE6 */	
	padding: 18px;
	/*width: 30%;*/
}
/************************************/
.shop-product-large ul {
	margin: 0 0 36px;
	padding: 0;
}

.shop-product-large li {
	margin: 9px 0;
	padding: 5px;
}

.shop-cart .breadcrumbs {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	margin: 0 0 10px;
}

.shop-cart .breadcrumbs a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-decoration: none;
	margin: 0 0 10px;
}

table.cart {
	border-collapse:collapse;
	border-spacing:0;	
	/*border: 1px solid #ddd;*/
	font-size: 11px;
	/*width: 100%;*/
	width:636px;
	color:#54514c;
}
table.cart tr.val{

}

table.cart tr.var{
height:46px;
}

table.cart tr.var th{
background-image:none;
font-size:12px;
font-weight:bold;
color:#54514c;
}

table.cart tr.total{
height:49px;
color:#666;
}

table.cart tr.total td{
background-image:none;
color:#666;
}
table.cart td.remove {

}

table.cart td.remove a{
color:#138872; 
text-decoration:underline;
}

table.cart a {
	color:#138872;
	text-decoration:underline;
}
table.cart th{
	color: #54514c;
	padding: 0px 0px 0px 9px;
	font-size:12px;
	font-weight:bold;
}
table.cart td {
	color: #666;
	padding: 9px;
}

.bottom-border {
	border-bottom: 1px solid #ddd;	
	}
tr.val td {
	border-bottom: 1px solid #eee;
}

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 {
	border-bottom: 1px solid #eee;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
table.cart td.quantity2{
text-align:left;
}
table.cart td.leftb{
border-left: 1px solid #d5d0ba;
}
table.cart td.rightb{
border-right: 1px solid #d5d0ba;
}
.update2{
	border:0;
	text-decoration:underline;
	color:#FFF;
	cursor:pointer;
	font-size:11px;
	margin:0;
	padding:0;
	width: 50px;
	}

input.cartInputText {
	
	border : 1px solid #9eae08;
	padding:2px 2px 2px 2px;
	width:50px;
}

input#DiscountCode, input#GiftVoucher  {
	width: 50px;
	border : 1px solid #9eae08;
	padding:2px 2px 2px 2px;
}

select.shippingDropDown {
	width: 150px;
	font-size:11px;
	color:#000000;
}

table.cart th.quantity, table.cart td.quantity {
	text-align: right;
	width: 50px; /*original 50px*/
}

table.cart td.quantity {
	width: 50px; /*original 50px*/
}

table.cart th.quantity {
	text-align: left;
}

.productitemcell {
	height: 23px;
	line-height: 20px;
	margin: 0 0 3px 0;
	overflow: hidden;
}

table.cart td.actions {
	text-align: right;
	padding:0px;
	background-color: white;
}

table.cart td.actions a {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0px 0 0;
	text-decoration: none;
}

a#catshopclear {
	font-size: 10px;
	font-weight: normal;
}

table.cart strong {
	font-size: 14px;
}

.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 #eee;
	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;	
	width: 100%;
}

table.order-list td {
	border: 1px solid #eee;
}

table.order-list a {
	margin: 0 9px 0 0;
}

table.order-list span.number {
	font-size: 11px;
}

/* @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 {
	
}

.comment-form textarea {
	height: 120px;
}

/* @end */

/* @group FAQ */

table.faq-search {
	border-collapse:collapse;
	border-spacing:0;	
	border: 1px solid #eee;
	margin: 0 0 18px 0;
	width: 50%;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#666;

}

.answer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#666;
	line-height: normal;
	padding-top: 18px;
	padding-bottom: 18px;
}
	

table.faq-search label {
	color: #666;
	font-size:12px;
}

table.faq-search td {
	border-collapse:collapse;
	text-align:right;
	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: #138872;
}

table.faqresultstable td.faqresultstableinfo {
	color: #666;
	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 {
	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 {
	background: #fff;
	margin-bottom: 8px;
}

.secure-login {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
}

.secure-login h3, .newsletter-form h3 {
	background: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:bold;
	margin: 0;
	padding: 5px 8px;
}

.secure-login div.form, .newsletter-form div.form {
	padding-left: 0px;
}

/* @end */

/* @group Search */

.search-box {
	padding: 6px;
	
}

.search-box input.cat_textbox_small {
	margin: 0 3px 0 0;
	background-color: #f2f6c8;
	border: thin solid #b6b917;
	}

/* @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 */

