/*==============================================================

	Version : 2009.08.10

==============================================================*/


/* @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: 9px;
    margin:0px;
    *padding:7px !important; padding-top:0px;

}

input.cat_textbox,
textarea.cat_listbox,
select.cat_dropdown,
select.cat_listbox {
	width:64%;
}

.cat_dropdown_small {
	width: 65%;
    border:1px solid #585858;
    height:24px;
}

.cat_dropdown_smaller {
    width:31%;
}

.cat_textbox_small, .cat_listbox_small {
    width:64%;
}

.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 {
color:#646464;
display:block;
float:left;
font-family:trebuchet MS;
font-size:14px;
font-weight:bold;
width:34%;
text-align:left;
}

.shop-checkout shop-form .form label, .webform label {
color:#646464;
display:block;
float:left;
font-family:trebuchet MS;
font-size:14px;
font-weight:bold;
width:14%;
text-align:left;
}







.form input, .webform input {
border:1px solid #585858;
height:20px;
margin-right:3px;
width:64%;
}



.cat_button{
background:url(../Images/CssImg/search-bg.jpg) no-repeat !important;
border:0 none !important;
color:#373737;
cursor:pointer;
font-family:arial;
font-size:14px;
height:36px!important;
cursor:pointer;
margin:5px 0 0 50% !important;
padding:0 10px 3px 10px;
*padding:2px 0px 3px 0px;
text-align:center!important;
font-weight:bold;
width:90px !important;


}
.cat_button3{
background:url(../Images/CssImg/search-bg.jpg) no-repeat !important;
border:0 none !important;
color:#373737;
cursor:pointer;
font-family:arial;
font-size:14px;
height:36px!important;
cursor:pointer;
/*margin:5px 0 0 20% !important;*/
padding:0 10px 3px 10px;
*padding:2px 0px 3px 0px;
text-align:center!important;
font-weight:bold;
width:90px !important;


}
.cat_button2{
background:url(../Images/CssImg/search-bg2.jpg) no-repeat !important;
border:0 none !important;
color:#373737;
cursor:pointer;
font-family:arial;
font-size:14px;
height:36px!important;
cursor:pointer;
margin:5px 0 0 7% !important;
*margin:5px 0 0 13% !important;
padding:0 10px 3px 10px;
*padding:2px 0px 3px 0px;
text-align:center!important;
font-weight:bold;
width:120px !important;


}


/* @end */

/* @group System Message */

.system-message, .system-error-message {
	border: 1px solid #eee;
	color: #343132;
	height: auto !important;
	padding:7px 15px 15px 15px;
}

/*.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;
    font-size:20px;
}

.system-message a:link, .system-error-message a:link {
	color: #af097e;
}

.system-message p{color:#A10072;
font-size:12px;
font-weight:bold;
letter-spacing:1px;
padding-bottom:3px;}

.webform-results
{background:transparent url(../Images/CssImg/ok.gif) no-repeat scroll 35px 20%;
color:#4D4D4D;
margin-top:5px;
font-size:12px;
padding-left:195px;}

.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 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: 20px;
	margin: 0;
	padding: 0 0 3px 0;
}

.blog-post .post-details {
	color: #888;
	font-size: 12px;
	margin: 0 0 18px;
}

.blog-container .post-list {
	float: left;
	width: 69%;text-align: left;	
}

.blog-post .post-body {
	margin: 0 0 36px;
                      font-size: 14px;
}

.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: 14px;
	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: 12px;
}

.blog-container .side-panel {
	float: right;
	width: 27%;text-align:left;
}

.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: 14px;
	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: 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: 180px;
	margin: 0 6px 6px 0;
	overflow: hidden;
	width: 180px;
}

.shop-catalogue h4 {
	font-size: 12px;
	height: 27px;
	line-height: 27px;
	margin: 0;
	text-indent: 9px;
}

.shop-catalogue h4 a {
	color: #000;
	text-decoration: none;
}

.shop-catalogue h4 a:hover {
	color: #C21B8C;
	text-decoration: none;
}

.shop-catalogue .image {
	/* Image size should be 150px by 120px */
	height: 120px;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px;
	text-align: center;
}

.shop-main {
	margin-top: 0px;
    font-family:verdana;
width:100%;
}

.shop-main .header {
background:url(../Images/CssImg/pink-dot.gif) repeat-x scroll center bottom;
font-family:verdana;
font-size:14px;
height:27px;
line-height:27px;
margin:0 0 18px;
padding-bottom:8px;
}

.shop-main .breadcrumbs {
	float: left;
	width: 55%;
    text-align:left;
    font-family:trebuchet MS;
	font-size:18px;
	padding-left:7px;
    
}

.shop-main .cart-summary {
	float: right;
	width: auto;
}

.shop-main .description ul {
	margin: 0 0 0 18px;
	padding: 0;
}

.shop-main .description li {
	list-style: square;
}

table.cartSummaryTable {
	border-collapse:collapse;
	border-spacing:0;	
	float: right;
}

td.cartSummaryItem {
	padding: 0;
}

a.cartSummaryLink {
	margin: 0 0 0 5px;
}

.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 0px;
}

table.catalogueTable td {
	padding: 0;
}

table.productTable {
	border-collapse:collapse;
	border-spacing:0;	
	table-layout: fixed;
	width: 100%;
}

table.productTable td {
	padding: 3px; 

}

.shop-product-small {
	background: #fff;
	border: 1px solid #ddd; 
text-align:center;
width:auto;

}

.shop-product-small h5 {
background:#5f5f5f;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
margin:0 0 10px;
min-height:15px;
padding:7px;
text-align:center;
}

.shop-product-small h4 a {
	color: #1969bc ;
}

.shop-product-small h5 a {
	text-decoration: none;
    color:#fff;
}

.shop-product-small ul {
	padding: 8px 0 6px 13px;
}

.shop-product-small ul li {
	font-size: 11px;
	margin: 0 0 6px;
}

.shop-product-small li.price {
	font-size: 11px;
}

.shop-product-small li.price strong {
	font-size: 14px;
	margin-left: 6px;
}

.shop-product-small li.stock {
	font-size: 11px;
}

.shop-product-small li.stock strong {
	color: #666;
	margin-left: 3px;
}

.shop-product-small .image {
	height: 120px;
	margin: 0 auto ;
	overflow: hidden;
	width: 134px;
	text-align: center;
}

.image a, td.actions a {
	border: none !important;
}

.shop-product-small li.quantity {
	line-height: 30px;
}

li.quantity img {
	cursor:pointer;
    float:center;
    margin-top:-1px;
    position:static;  width:100px; height:18px; margin-top:5px;
    }

.shop-product-small li.quantity input.productTextInput {
	width: 50px;
}

.shop-product-small li.quantity input.productSubmitInput {

background:#B1047A;
border:0 none;
color:#FFFFFF;
cursor:pointer;
margin-left:11%;
padding:2px 5px;
width:auto;

}

.shop-product-large {
background:#FAFAFA;
border:1px solid #EEEEEE;
color:#666666;
margin:0 0 18px;
overflow:hidden;
}

.shop-product-large .description{width:99%; float:left; text-align:justify}


.shop-product-large h1 {
	color: #000;
	font-size: 14px;
}

.shop-product-large .image {
height:auto !important;
min-height:160px;
padding:5px;
text-align:center;
float:right;
width:50%;
}

.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 {
	
}

.shop-product-large li.quantity input.productTextInput {
    float:left;
    height:18px;
    margin-right:5px;
    padding-right:5px;
    width:50px;
}

td.productItem .comment-form input#Captcha {
	width: 300px;
}
td.productItem {
color:#eae8e9;
}

.price
{
color:#000000;
}
.stock
{
color:#000000;
}
.quantity
{
color:#000000;
}





.poplets {
	border-top: 1px solid #eee;
	margin-top: 36px;
	padding: 9px 0;
}

.poplets img {
	border: 1px solid #ddd;
}

table.productPoplets {
	border-collapse:collapse;
	border-spacing:0;	
	margin: 0 auto;
}

.shop-product-large .details {
float:left;
height:auto !important;
padding:18px;
}

.shop-product-large ul {
margin:0 0 36px;
padding:0;
}

.shop-product-large li {
	margin: 9px 0;
}

.shop-cart .breadcrumbs {
    font-family:verdana;
    font-size:14px;
    margin:10px 0px 10px 0px;
    text-align:left;
}

table.cart {
	background: #f9f9f9;
	border-collapse:collapse;
	border-spacing:0;	
	border: 1px solid #ddd;
	font-size: 11px;
	width: 100%;
}

table.cart td {
	vertical-align: top; /*to make sure the div stack line up at the top */
}

table.cart a {
	color: #bf158a;
}

table.cart th, table.cart td {
	color: #666;
    padding:12px 15px;
}

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 #EEEEEE;
color:#5E5E5E;
font-family:arial;
font-size:12px;
font-weight:bold;
text-align:left;
background:#ededed;
}

input.cartInputText {
	width: 70px;
}

input#DiscountCode, input#GiftVoucher {
	width: 70px;
}

select.shippingDropDown {
	width: 150px;
}

table.cart th.quantity {
	text-align: right;
}

table.cart td.quantity {
	text-align: right;
}

.productitemcell {
height:23px;
line-height:20px;
margin:0 0 3px;
overflow:hidden;
}

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 {
	font-size: 14px;
}

.shop-form {
	margin: 0 0 18px;
}

.shop-form ul.form {
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 6px;
}

.shop-form label {
width:20% !important;
padding-top:0px;

}

.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 {

}

.shop-receipt h1, .shop-quote-receipt h1 {

}

.shop-quote-receipt p{font-size:13px}

.shop-receipt h2, .shop-quote-receipt h2 {
color:#AA0078;
float:left;
font-size:13px;
font-weight:normal;
padding-right:10px;
}

/* @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 {
background:transparent url(../Images/CssImg/pink-dot.gif) repeat-x scroll center bottom;
color:#A82378;
font-family:trebuchet MS;
font-size:16px;
font-weight:bold;
margin:0 0 10px 7px;
padding:7px 0 10px 1px;
}

/*.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: 75px;
}

/* @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: #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{width:400px}

.product-form .item{padding-bottom:3px!important; *padding-bottom:0px!important; *padding-top:0px!important;}

.product-form h3 {
	padding-left: 9px;
}


.product-form .form label {	
	color:#373737;
	font-size: 16px;
	font-family:arial;
	display:block;.
	float:left;
	width:43%;
    font-weight:normal;
    }
    
    
.product-form input{width:47%;}

.product-form .cat_dropdown_small{width:47%;}


.secure-login, .newsletter-form {
	background: #f9f9f9;
	border: 1px solid #f2f2f2;
	margin-bottom: 18px;
}

.secure-login h3, .newsletter-form h3 {
	background: #eee;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	margin: 0;
	padding: 6px 18px;
}

.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: 0px 25px 8px 0px;
}

/* @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 */

/* @group Web Apps */

/*pagination*/
ul.pagination {
	margin: 0;
	padding: 0;
}

ul.pagination li {
	display: inline;
	list-style: none;
	margin: 0 2px;
}

#outerImageContainer{background-color:#FFFFFF;
height:auto;
margin:0 auto;
position:relative;
min-width:200px !important;
}

#imageDetails{width:auto; float:left}




#prevBLink{width:63px; height:32px; float:left!important; }

#nextBLink {width:80px!important; height:32px; float:right!important; }
 



#imageData #imageDetails{float:none;
display:block !important;
clear:both !important;
text-align:center !important;
margin:0 auto !important;
width:190px !important;
font-size:13px !important;
}

#imageDataContainer{min-width:200px !important ;width:auto}


#imageData #bottomNavClose {clear:both !important;
display:block !important;
float:none !important;
margin:0 auto 10px !important;
padding-bottom:0 !important;
width:66px !important;}

#imageData #numberDisplay{clear:left;
color:#4E7000 !important;
font-weight:bold !important;
padding-top:1em !important;}


#nextLink:hover, #nextLink:visited:hover, #nextBLink:hover, #nextBLink:visited:hover, #nextBLink
{background-postion:center 15% !important;}

#imageData #caption{color:#525252 !important;
font-family:arial !important;
font-size:12px !important;
}

.wide-label{
margin-bottom:9px;
width:auto !important;}


label.check-txt{width:auto !important; float:left;}

.radio{width:20px !important; float:left;margin-left:5px;margin-right:1px !important; border:0px!important}

#Captcha{float:left;
height:33px;
margin-left:5px;
width:17% !important;}

.ver-img{float:left; margin-left:33%}


.grey-products{background:#bab8b8; padding-top:4px; padding-left:5px}



.productfeaturelist li{float:left;margin:8px 5px;}




.collection-bg .shop-catalogue , .categories .shop-catalogue{background:#BAB8B8; padding:5px 0 0 5px;width:139px; float:left;
border:1px solid #DDDDDD; margin:8px 5px;}

.collection-bg .shop-catalogue .image , .categories .shop-catalogue .image {padding:0px!important; margin-left:0px;width:134px; height:120px}


.collection-bg .shop-catalogue h4 , .categories .shop-catalogue h4 {height:23px; font-size:11px; font-weight:bold; line-height:auto;text-align:center; text-indent:0px;}

.collection-bg .shop-product-small {background:#BAB8B8;padding:5px 0 0 5px; width:139px; *width:137px;}

.collection-bg .shop-product-small a{float:right:}

.collection-bg .shop-product-small img{margin-left:-5px;
width:134px;}

.left-ban2 .shop-product-small .image {margin-bottom:0px}

.shop-checkout .PaymentMethodType {
margin-bottom:4px;
margin-left:155px;
border:0px;
width:20px;}

.shop-checkout .img {float:left;width:150px;}

.shop-checkout .cat_button {float:left;
margin-left:22% !important;
margin-top:25px !important;}


.shop-checkout #CardExpiryMonth{margin-right:9px}

.captchaimg img {float:left;
height:36px;
margin-left:-5%;
}

#CaptchaV2{float:left;
height:32px;
margin-left:10px;
width:85px !important;}

.wide-label{width:auto!important; margin-bottom:9px}

#imageContainer #hoverNav{display:none!important}


.featured-link{float: right; display: block; padding-right:7px}

.featured-link a:link , .featured-link a:visited  {color:#000}

.featured-link a:hover{color:#DE009D; text-decoration:underline}

.page-crumbs{font-size:14px; color:#9A006D; }

.page-crumbs a:link , .page-crumbs a:visited , .page-crumbs a:active {color:#9A006D;}

.page-crumbs a:hover{color:#000} 
.photogalleryItem .img
{
	width:102px!important;
	height:76px!important;
}
table.photogalleryTable td img
{
	width:102px!important;
	height:76px!important;
}
table.photogalleryTable td 
{
	width:102px!important;
	height:76px!important;
}
table.photogalleryTable img
{
	width:102px!important;
	height:76px!important;
}
.product-form .cat_button
{
	background:url(../Images/CssImg/search-bg.jpg) no-repeat !important;
border:0 none !important;
color:#373737;
cursor:pointer;
font-family:arial;
font-size:13px;
/**font-size:12px!important;*/
height:36px!important;
cursor:pointer;
margin:5px 0 0 50% !important;
padding:0 10px 3px 10px;
/**padding:2px 0px 3px 0px;*/
text-align:left!important;
font-weight:bold;
width:90px !important;
}
.product-form div.item
{
padding:3px !important;
}
.faq-question
{
	margin-bottom:5px;
}
.faq-question a
{
		font-family:verdana;
font-size:14px;
text-align:left;
	color:#000 !important;
	
	margin-left:10px;
	padding-left:24px;
	background:url(../Images/CssImg/arrow.png) no-repeat; 
}
.faq-question a:hover
{
		font-family:verdana;
font-size:14px;
text-align:left;
	color:#b85f97!important;
	margin-left:10px;
	background:url(../Images/CssImg/arrow.png) no-repeat; padding-left:24px;
}
.productsearchNext
{
	background:url(../Images/module_next.png) no-repeat !important; 
	height:24px !important;  padding-left:100px !important;  padding-bottom:40px !important;
	width:82px !important; display:inline !important;  color:#eaeaea !important; 
}
.productsearchPrevious
{
	background:url(../Images/module_previous.png) no-repeat !important; 
	height:24px !important; padding-left:40px !important;  padding-bottom:40px !important;
	width:82px !important; display:inline !important; color:#fff !important;  margin-left:360px !important;
}
/* @end */


.productTable.productSmall
{
width:100%;
}

.productSmall
{
width:400px;
}
.regform .form input, .webform input ,input.cat_textbox, textarea.cat_listbox, select.cat_dropdown, select.cat_listbox {
border:1px solid #585858;
height:20px;
margin-right:3px;
width:44%;
}
.bd10 .cartSummaryItem
{
padding-top:7px !important;
}
