/* @override 
	http://businesscatalyst.com/StyleSheets/ModuleStyleSheets.css
	http://www.businesscatalyst.com/StyleSheets/ModuleStyleSheets.css
	http://businesscatalyst.com/StyleSheets/ModuleStyleSheets.css
	http://businesscatalyst.com/css/modulestylesheets.css
*/

a:link, a:visited {
	color: #0066bc;
	text-decoration: none;
}

a:hover, a:active {
	color: #0066bc;
	text-decoration: none;
}

/* @group Webinar Booking Time Table */

table.time {
	border: 1px solid #d7d7d7;
	border-collapse: collapse;
	margin: 0 0 24px;
}

table.time td {
	border: 1px solid #eee;
	font-size: 12px;
	line-height: 21px;
	padding: 9px;
}

table.time td.var {
	color: #888;
}

table.time td.val {
	color: #000;
}

/* @end */

/* @group BASE */

/* @group FRIENDLY SETTINGS */

fieldset,img{ border:0; margin: 0; }

.clear { display: inline-block; }   
.clear:after { content: "."; display: block; height: 0;   clear: both; visibility: hidden; }
* html .clear { height: 1%; }
.clear { display: block; }

a {
	/* get rid of link outlines in firefox */
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}

a img {
	border: none;
}

/* @end */
/* based on YUI 2.3 base.css */

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;	
}

h1 { font-size: 30px; margin: 0 0 10px; line-height: 1.3em; }
h1 span { color: #bcbcbc;font-weight: normal;}
h2 { font-size: 24px; margin: 0 0 9px; line-height: 1.3em;}
h3 { font-size: 18px; margin: 0 0 2px; line-height: 1.3em; }
h1,h2,h3,h4,h5,h6 { color: #000; font-weight: normal; }
strong { font-weight: bold; }
h1,h2,h3,h4,h5,h6 { color: #000; font-weight: normal; }

abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
}
 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}

blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin: 18px; /* 1em */
}

ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left: 18px; /* 2em */
}

ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}

ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: square outside;
}

dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left: 18px; /* 1em */
}

th {
	/*distinguishing table headers from data cells*/
	font-weight: bold;
}

caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom: 9px; /* 0.5em */
	/*centered so it doesn't blend in to other content*/
	text-align: center;
}

hr {
	clear: both;
	height: 1px;
	color: #ccc;
	background: #ccc;
	border: none;
	margin: 18px 0 18px 0;
}

p {
	margin-bottom: 18px;
}

input {
	padding: 2px;
}

/* 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;
}

.strike { text-decoration: line-through; }

a span { display: none; } /* for image buttons */ 

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

cat_button {}

input.cat_textbox,
textarea.cat_listbox,
select.cat_dropdown,
select.cat_listbox {
	background: #fff !important;
	border: 1px solid #ccc;
	width: 300px;
}

.cat_dropdown_small {
	border: 1px solid #ccc;
	width: 200px;
}

.cat_dropdown_smaller {
	border: 1px solid #ccc;
	width: 150px;
}

input.cat_textbox_small,
input.cat_listbox_small {
	border: 1px solid #ccc;
	width: 200px; /* DON'T TOUCH THIS */
}

.cat_listbox {
	border: 1px solid #ccc;
	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: 11px;
}

.form input, .webform input {
	margin-right: 3px;
}

input.button {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 9px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* @end */

/* @group System Message */

.system-message, .system-error-message {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	color: #666;
	margin: 0;
	min-height: 110px;
	height: auto !important;
	height: 110;
	padding: 30px;
}

.system-message {
	background: #f9f9f9;
}

.system-error-message {
	background: #f9f9f9;
}

.system-message h1, .system-error-message h1 {
	color: #000;
	margin: 0 0 18px 0;
}

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

.ok {
	background: #E9FBE3;
	color: #21A347;
	border-color: 6px solid #CFFBC2;
	margin-bottom: 18px;
}

.error {
	background: #FBE3E4;
	color: #D12F19;
	border-color: 6px solid #FBC2C4;
	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 */

 @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 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: #0066bc;
	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: 18px;
}

.shop-main .header {
	border-bottom: 1px solid #eee;
	height: 27px;
	line-height: 27px;
	margin: 0 0 18px;
}

.shop-main .breadcrumbs {
	float: left;
	width: 40%;
}

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

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;	
	table-layout: fixed;
	width: 100%;
}

table.productTable td {
	padding: 3px;
}

.shop-product-small {
	background: #fff;
	border: 1px solid #ddd;
	color: #666;
}

.shop-product-small h5 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	min-height: 36px;
	padding: 18px 18px 6px;
}

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

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

.shop-product-small ul {
	background: #f9f9f9;
	padding: 18px;
}

.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 9px;
	overflow: hidden;
	width: 120px;
	text-align: center;
}

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

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

li.quantity img {
	position: relative;
	top: 8px;
	/* or vertical-align: middle; */
}

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

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

.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: 36%;
	min-height: 360px;
	height: auto !important; /* for modern browsers */
	height: 360px; /* for IE5.x and IE6 */		
	padding: 18px;
	text-align: center;
}

.shop-product-large li.price {
	font-size: 14px;
}

.shop-product-large li.instock {
	font-size: 10px;
}

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

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

.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 {
	background: #f9f9f9;
	float: left;
	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;
}

.shop-cart .breadcrumbs {
	margin: 0 0 18px;
}

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

table.cart a {
	color: #0066bc;
}

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

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 {
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

input.cartInputText {
	width: 70px;
}

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

select.shippingDropDown {
	width: 150px;
}

table.cart th.quantity, table.cart td.quantity {
	text-align: right;
	width: 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;
}

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: 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 {
	width: 300px;
}

.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: #0066bc;
}

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 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: #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 {
	background: #eee;
	color: #000;
	display: block;
	height: 24px;
	line-height: 24px;
	margin: 0 0 18px;
	padding: 9px 18px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.search-box .search-input {
	border: 1px solid #bcbcbc;
	font-size: 13px;
	margin: 0 0 0 3px;
	padding: 3px;
	width: 200px;
}

/* @end */

/* @group Photo Gallery */

#imageContainer img {
	margin: 0;
}

/* @end */

/* @group Forums */

div.forum-container a {
	color: #0066bc;
}

.forum-posts-container {
	margin: -24px 0 0;
}

div.forum-posts-container a {
	color: #0066bc;
}

div#action {
	margin-top: 18px;
	text-align: right;
}

div.back-top {
	display: none;
}

div.back-top a {
	text-decoration: none;
}

div#forums a {
	text-decoration: none;
}

div#forums a:hover {
	color: #000;
}

table.header {
	table-layout: auto;
	margin: 0;
	width: 694px;
}

table.header td {
	color: #000;
	padding: 9px;
	text-align: left;
}

table.header td.forums {
	font-size: 18px;
	width: 329px;
}

table.header td.topics, 
table.header td.posts {
	width: 52px;
}

table.header td.latest {
}

ul.forums {
	margin: 0 0 24px;
	padding: 0;
}

ul.forums li.header {
	background: #dcdcdc url(/cssimg/sprites-bg.png) 0 -495px repeat-x;
	border-bottom: 1px solid #cdcdcd;
	margin: 0;
	width: 100%;
}

ul.forums li {
	border-bottom: 1px solid #d7d7d7;
	height: 36px;
	list-style: none;
}


ul.forums img {
	float: left;
	margin: 6px 0 0 9px;
	display: inline;
}

table.forum {
	margin: 0;
	width: 661px;
}

table.forum h3 {
	font-size: 14px;
	text-align: left;
}

table.forum h3 a {
	color: #0066bc;
	display: block;
	text-decoration: none;
}

table.forum h3 a:hover {
	text-decoration: underline;
}

table.forum td {
	font-size: 10px;
	padding: 9px;
	text-align: left;
}

table.forum td.name {
	width: 300px;
}

table.forum td.topics,
table.forum td.posts {
	width: 50px;
}

table.forum td.lastpost {
}

ul.cap-top, ul.cap-bottom {
	height: 36px;
	margin: 0;
	padding: 0;
}

ul.cap-bottom {
	margin: 18px 0 0;
}

ul.cap-top  li, ul.cap-bottom li {
	display: inline;
	height: 36px;
	list-style: none;
}

li.actions a {
	margin-left: 18px;
}

li.actions a img {
	margin: 0;
}

div.forum-container {
	margin-top: -18px;
}

div.forum-container img {
	margin: 0;
}

div.forum-container li.nav-page, div#forums li.breadcrumb {
	float: left;
}

ul.cap-top li.breadcrumb {
	display: none;
}

body#page-support li.breadcrumb {
	color: #000;
	display: inline;
}

.breadcrumb .topic {
	display: none;
}

div.forum-container li.actions, div.forum-posts-container li.actions  {
	float: right;
}

table.topic-list {
	margin-bottom: 36px;
	width: 99%;
}

table.topic-list th {
	color: #000;
	padding-top: 6px;
	padding-bottom: 6px;
}

table.topic-list th.name {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

div#catforumoutput {
	border-top: 1px solid #ccc;
}

table.topic {
	border-bottom: 1px solid #ccc;
	height: 36px;
	width: 100%;
}

table.topic td {
	font-size: 11px;
	padding: 3px 0;
	vertical-align: middle;
}

th.name, td.name {
	width: 50%;
}

table.topic div.icon {
	float: left;
	margin: 0 6px 0 0;
}

table.topic td.name {
	font-size: 12px;
	font-weight: bold;
}

th.replies, td.replies, th.views, td.views {
	font-size: 11px;
	text-align: center;
	width: 10%;
}

th.date, table.topic td.date {
	font-size: 11px;
	padding-left: 24px;
	text-align: left;
	width: 24%;
}

table.topic td.date {
	padding-left: 30px;
}

div#forums h1 {
	font-size: 18px;
	font-weight: bold;
}

div#forums div.forum-registration h2 {
	font-size: 14px;
	font-weight: bold;
}

div#forums div.form {
	margin: 0 0 18px;
}

body#page-support div.user {
	position: absolute;
	right: 18px;
	top: 9px;
}

div.forum-posts-container h2 {
	font-size: 18px;
	margin: 0 0 3px;
}

div.post {
	border-bottom: 1px solid #ccc;
}

table.box {
	font-size: 12px;
	width: 100%;
}

#catforumoutput table.box .action a {
	color: #fff;
	text-decoration: none;
}

div.post table.box .action a:hover {
	color: #fff;
}

div.post td.post {
	font-size: 12px;
	line-height: 18px;
	padding: 18px;
	vertical-align: top;
}

div.post td.action {
	border-top: 1px solid #ddd;
	height: 27px;
	padding: 3px;
	text-align: right;
	vertical-align: middle;
}

div.post h3 {
	background: #eee;
	color: #666;
	font-size: 11px;
	height: 27px;
	line-height: 27px;
	margin: 0;
	padding: 0 9px;
	letter-spacing: 0.1em;
}

div.post td.author {
	padding: 18px 18px 0 0;
	vertical-align: top;
	width: 172px;
	text-align: right;
}

div.post h4.name {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 18px 0;
	text-align: right;
}

div.post p.total-posts {
	font-size: 11px;
	font-weight: normal;
	margin: 18px 0;
}

div.post td.post, div.post td.action {
	border-left: 1px solid #ddd;
}

table.topic td.name .icon img {
	margin: 0 6px 0 0;
}

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

/* @group Blog */

#page #header {
	margin: 0 0 36px;
}

#content {
	overflow: hidden;
}

#pagetitle a {
	color: #000;
	float: left;
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	margin: 0 0 27px;
	letter-spacing: -0.03em;	
}

#post-list {
	float: left;
	width: 660px;
}

#post-list img {
	border: 1px solid #d7d7d7 !important;
	padding: 3px;
	margin: 0 0 18px;
}

#post-list .comment-list img {
	border: none;
	padding: 0;
	margin: 0;
}

.span-5 {
	float: left;
	height: 108px;
	margin: 6px 24px 0 0;
	width: 141px;
}

.span-11 {
	float: left;
	width: 490px;
}

#side {
	float: right;
	width: 270px;
}

.post-date {
	background: #000;
	color: #fff;
	font-size: 12px;
	padding: 3px 9px;
}

.day,
.month,
.year {
	display: inline;
}

.year {
	color: #999;
}

h1.title {
	line-height: 1.2em;
	margin: 0;
}

h1.title a {
	color: #000;
	letter-spacing: -0.06em;
}

.author {
	color: #3d3d3d;
	font-size: 14px;
	margin: 6px 0 18px;
}

hr.space {
  background: #fff;
  color: #fff;
  margin: 0 0 36px;
}

a#rss {
	background: #eee;
	display: block;
	padding: 9px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#side h4 {
	font-size: 14px;
	margin: 0 0 6px;
}

.BlogRecentPost ul,
.BlogPostArchive ul {
	border-top: 1px solid #d7d7d7;
	margin: 0 0 24px;
	padding: 0;
}


.BlogRecentPost li,
.BlogPostArchive li {
	border-bottom: 1px solid #d7d7d7;
	list-style: none;
}

.BlogRecentPost li a,
.BlogPostArchive li a {
	display: block;
	font-size: 11px;
	padding: 6px 0;
	text-decoration: none;
}

.BlogRecentPost li a:hover,
.BlogPostArchive li a:hover {
	background: #eee;
	display: block;
	text-decoration: none;
}

.links {
	background: #eee;
	margin: 18px 0 0;
	padding: 6px 9px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.comment-list {
	background: #eee;
	margin: 3px 0 0;
	padding: 18px;
}

.comment-list h5 {
	font-size: 18px;
	margin: 0 0 18px;
}

.comment-details {
	color: #3d3d3d;
}

.comment-details img {
	vertical-align: middle;
}

.comment {
	background: #fff;
	margin: 3px 0 18px;
	padding: 9px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.habla_conversation_text_span a span{
 display: inline;
}

/* @end */
