/* START base.css */
/*

Default Theme Styles - contains all the base styles for the frontend CMS product.

*/

/************************************************************************************
STYLING TOOLS
*************************************************************************************/

.v-align      {vertical-align:middle;}
.f-left,.fl   {float:left !important;}
.f-right,.fr  {float:right !important;}
.f-none       {float:none !important;}

.a-left       {text-align:left !important;}
.a-center     {text-align:center !important;}
.a-right      {text-align:right !important;}

.bold         {font-weight:bold !important;}
.nowrap       {white-space:nowrap !important;}

/* Clear Floated Elements */
.clear:after,.cf:after,.cf:after,.clearfix:after{visibility:hidden;display:block;font-size:0;content:"";clear:both;height:0;}
.clearfix,*:first-child+html .clearfix,.cf:after,.clear{*zoom:1;} /* ie */

/* Loading */
.img-loading {
	background-image: url(//sscdn.net/im/spinner.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	}

/* System Messages and Notifications */
.ss-demo-notice {
	border-bottom: 1px solid #d58500;
	border-top: 1px solid #ffe669;
	color: #000;
	font-size: 14px;
	min-height: 40px;
	line-height: 18px;
	padding: 8px 5px 8px 5px;
	text-align: center;
	background-color: #ffdd2f;
	background: -moz-linear-gradient(90deg,#ffc100,#ffdd2f);
	background:     -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffdd2f), to(#ffc100));
	background:  -ms-linear-gradient(top, #ffdd2f 50%,#ffc100 50%); /* IE10 */
	background:   -o-linear-gradient(top, #ffdd2f 50%,#ffc100 50%); /* Opera 11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd2f', endColorstr='#ffc100'); /* ie7 */
	text-shadow: 0 1px 0 #ffe669;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
	}
.ss-demo-notice.fixed {position:fixed;width:100%;z-index:999;}
.ss-demo-notice p {margin:0;padding:0;position:relative;}


/************************************************************************************
DEFAULTS
*************************************************************************************/

/* Definition Lists */
dl {margin-bottom:18px;}
dt {font-weight:bold;}

/* Video & Audio */
video {height:auto;max-width:100%;}


/************************************************************************************
TABLES
*************************************************************************************/

/* Defaults */
table.ss-data-table,table.index,table.tableOptions {font-size:13px;line-height:18px;margin-bottom:22px;width:100%;}
table.ss-data-table th,table.index th {
	background: url(//sscdn.net/im/sprite.png) repeat-x 0 0;
	border-top: 1px solid #ccc;
	border-top: 1px solid rgba(0,0,0,.15);
	font: bold 10px/18px sans-serif;
	letter-spacing: 1px;
	padding: 10px 15px;
	text-align: left;
	text-transform: uppercase;
	}
table.ss-data-table th:first-child,table.index th:first-child {border-left:1px solid #ccc;border-left:1px solid rgba(0,0,0,.15);}
table.ss-data-table th:last-child,table.index th:last-child {border-right:1px solid #ccc;border-right:1px solid rgba(0,0,0,.15);}
table.ss-data-table td,table.index td {border-top:1px solid #ccc;border-top:1px solid rgba(0,0,0,.15);padding:10px 15px;}
table.ss-data-table caption,table.index caption {font-size:13px;line-height:18px;position:relative;text-align:left;}

.columnImage,.columnCounter {width:1%;}

table.index .controls td {border:0;}

/* Shipping and Billing Table */
#table-billing-address td,#table-shipping-address td {padding:2px;border-top:0;}
#table-shopping-cart,#table-billing-address,#table-shipping-address {margin-bottom:22px;}


/************************************************************************************
FORMS
*************************************************************************************/

/* Default Styles */
form {margin-bottom: 18px;}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
select,textarea {
	border: 1px solid #ccc;
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	padding: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
	}
input[type="radio"] {vertical-align:text-bottom;}
input[type="checkbox"] {vertical-align:middle;}
input[type="search"] {-webkit-appearance:textfield;}

.txtFieldDesc {display:block;color:#666;font:italic 10px/18px arial,helvetica,sans-serif;margin:0 2px 2px 2px;}
.asterisk {color:#dc241f;padding:0 0 0 5px;}
input.disabled,textarea.disabled,select.disabled {background:#d4d0c8!important;color:#808080!important;}
.ui-datepicker-trigger {cursor:pointer;}
.savePrefs {padding-left:25%;}

/* Form submission error styles */
.error {background-color:#ffeeee;color:#000;}
label.error {background-color:transparent!important;color:#d91a00!important;}

/* Login Page */
#frmLogin table#table-login .button {margin-top:9px;}
#table-login tbody tr td {border-right:1px solid #ccc;border-right:1px solid rgba(0,0,0,.15);}

/* Password Reset */
#frmSetPassForm {margin-top:20px;}

/* Estimate Shipping */
#form-shipping-estimate {margin:0 0 18px 0;}


/************************************************************************************
BUTTONS
*************************************************************************************/

/* Buttons - Default styles */
.button {
	background-color: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #ffffff, #ededed); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #ededed); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #ededed); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #ededed); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffffff, #ededed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#ededed');
	border-width: 1px;
	border-style: solid;
	border-color: #d3d3d3 #aaaaaa #888 #aaa;
	color: #050505;
	display: inline-block;
	vertical-align: baseline;
	margin: 4px;
	outline: 0 !important;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% arial,helvetica,sans-serif;
	overflow: visible;
	padding: 5px 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	white-space: nowrap;
	width: auto;
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	-o-border-radius: 4px;
	border-radius: .4em;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	transition: background-color .2s ease;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	}
.button:hover {
	background-color: #dcdcdc;
	background:       -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #ffffff, #dcdcdc); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #dcdcdc); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #dcdcdc); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #dcdcdc); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffffff, #dcdcdc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#dcdcdc');
	border: 1px solid #939393;
	color: #111 !important;
	text-decoration: none;
	-moz-box-shadow:0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0,0,0,.2);
	-webkit-box-shadow:0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0,0,0,.2);
	box-shadow:0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0,0,0,.2);
	}
.button:active {
	background-color: #ededed;
	background:       -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #ededed, #ffffff); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ededed, #ffffff); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ededed, #ffffff); /* IE10 */
	background-image:      -o-linear-gradient(top, #ededed, #ffffff); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ededed, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ededed', EndColorStr='#ffffff');
	color: #999 !important;
	position: relative;
	top: 1px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
input::-moz-focus-inner,button::-moz-focus-inner {border:0;}

.button.disabled,
.button.disabled:hover,
.button.disabled:active,
.button[disabled] {
	background-color: #e6e6e6;
	background-image: none;
	border-color: #D3D3D3;
	color: #999;
	cursor: default;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}

.ie9 .button,.ie9 .button:hover,.ie9 .button:active {filter:none !important;-ms-filter:none !important;} /* IE9 Bleeds background with border radius applied */

/* Buttons - Size */
.large {
	font-size: 14px;
	line-height: 18px;
	padding: 8px 12px;
	}
.medium {
	font-size: 12px;
	line-height: 15px;
	padding: 5px 10px;
	}
.small {
	font-size: 11px;
	line-height: 12px;
	padding: 2px 5px;
	}


/************************************************************************************
NAVIGATION
*************************************************************************************/

/* Breadcrumbs */
#ss-breadcrumbs {font-size:10px;line-height:18px;margin:0 0 18px 0;}

/* Pagination */
.ss-pagination {margin:24px 0;text-align:center;}
.ss-pagination div {display:inline-block;}
.ss-pagination .pages {margin-bottom:18px;}
.ss-pagination a {
	background: #fff;
	background: rgba(255,255,255,0.5);
	border: 1px solid #e5e5e5;
	border: 1px solid rgba(0,0,0,0.1);
	display: inline-block;
	margin:0 2px;
	min-width: 24px;
	padding: 2px 6px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
.ss-pagination a.current,.ss-pagination a.current:hover {
	background: #fff;
	border-color: #fff;
	color: #444;
	font-weight: bold;
	text-decoration: none;
	}
.ss-pagination a:hover {background:#fff;text-decoration:none;}
.ss-pagination .next {float:right;}
.ss-pagination .prev {float:left;}
.ss-pagination p {clear:both;display:block;margin:0;}


/************************************************************************************
MESSAGES - System messages
*************************************************************************************/

.ss-messages {
	border-style: solid;
	border-width: 1px;
	display: block;
	font: normal 11px/18px monospace;
	line-height: 18px;
	list-style: none;
	margin: 18px 0 18px 0;
	overflow: hidden;
	padding: 15px;
	text-align: left;
	width: auto;
	border-radius: 4px;
	}
.ss-messages li {display:block;padding:0;}
.ss-messages p {margin: 0;}

.ss-messages.msg-success {background-color:#eff5ea;border-color:#cfe5bc;color:#3d6611;}
.ss-messages.msg-error {background-color:#ffeeee;border-color:#DFB5B4;color:#B94A48;}
.ss-messages.msg-warning {background-color:#fafaec;border-color:#fcd344;}
.msg-success {color:#3d6611;}
.msg-error {color:#B94A48;}
.msg-warning {border-color:#fcd344;}


/************************************************************************************
BLOG / ARTICLES
*************************************************************************************/

.posts {
	list-style: none;
	margin: 16px 0 32px 0;
	padding: 0;
	}
.posts li {
	list-style: none;
	margin: 0 0 10px;
	}
.posts.inline li {
	display: inline;
	line-height: 138%;
	margin: 0;
	}
.posts li.last {
  margin:0;
	}
.posts h2 {
	margin-bottom: 5px;
	padding-bottom: 0;
	}
.posts span.post-meta {
	color: #666;
	font-size: 11px;
	}
.posts span.post-author {
	font-style: italic;
	}
.posts li.exerpt,
.posts li.excerpt {
	border-bottom: 1px solid #dfdfdf;
	display: block;
	padding: 10px 0;
	margin:0;
	}
.posts li.exerpt img,
.posts li.excerpt img {
	background: #fff;
	border: 1px solid #efefef;
	display: block;
	float: left;
	margin: 10px 10px 10px 0;
	padding: 4px;
	}
.posts img.post-image-right {
	background: #fff;
	border: 1px solid #efefef;
	float: right;
	margin: 10px 0 10px 10px;
	padding: 4px;
	}
.posts img.post-image-left {
	background: #fff;
	border: 1px solid #efefef;
	float: left;
	margin: 10px 10px 10px 0;
	padding: 4px;
	}
.posts .post-longdesc,
.posts .post-tags {margin-bottom:20px;}


/************************************************************************************
WISHLIST
*************************************************************************************/

#ssWishlist .productTitle {font-size:13px;}
#ssWishlist .productStatus,#ssWishlist .date {color:#acacac;color:rgba(0,0,0,.5);text-shadow:0 1px 0 rgba(255,255,255,0.2);font-style:italic;}
#ssWishlist .productPrice {font-weight:bold;}
#ssWishlist .wlTotal td {font-size:18px;}
#ssWishlist .wlTotal td:last-child {font-weight:bold;}

/* Share Wishlist */
.shareWishlistDetails {margin:18px 0;width:100%;}
.shareWishlistDetails th {padding:10px;text-align:right;}
.shareWishlistDetails td {padding:10px;}
.shareWishlistDetails tr td:first-child {font-weight:bold;text-align:right;width:20%;}

/* Wishlist Tables */
.columnSelector,.columnImage {width:1%;}


/************************************************************************************
E-COMMERCE - Sorting Tools & Attributes
*************************************************************************************/

/* Tools - (Sort By / Items / View Mode) */
#ss-tools {
	background: url(//sscdn.net/im/sprite.png) repeat-x 0 -2px;
	border: 1px solid #ccc; /* IE */
	border: 1px solid rgba(0,0,0,.08);
	color: #191919;
	clear: both;
	font: normal 10px/18px sans-serif;
	margin: 0;
	padding: 8px 10px;
	width: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
#ss-tools ul {
	display: block;
	float: left;
	font-family: arial,"helvetica neue",helvetica,sans-serif;
	margin: 0 25px 0 0;
	padding: 0;
	}
#ss-tools li {
	color: #999;
	color: rgba(0,0,0,.5);
	display: inline-block;
	list-style: none;
	line-height: 18px;
	margin-bottom: 0;
	padding: 0;
	}
#ss-tools a {padding:2px 5px;}
#ss-tools a:hover {color:#999;color:rgba(0,0,0,0.5);}
#ss-tools li.current a {
	background: rgba(0,0,0,.05);
	color: #000;
	cursor: default;
	font-weight: bold;
	padding: 2px 4px;
	text-decoration: none;
	text-shadow: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

/* View Mode */
#ss-tools ul#ss-view-mode {margin-right:0;}


/* Attributes */
.attribute-breadcrumbs {margin:18px 0 18px 0;padding:0;}
.attribute-breadcrumbs li {*display:inline;display:inline-block;list-style:none;margin:0 4px 4px 0;}
.attribute-breadcrumbs a {margin:0;}


/************************************************************************************
E-COMMERCE - Category View
*************************************************************************************/

/* Globals */
.ss-product-name {font-size:14px;margin-bottom:18px;}

/* Sub-Category List */
#ss-subcategory-list {margin:0 0 18px 0;padding:0;}
#ss-subcategory-list ul {letter-spacing:-4px;list-style:none;margin:0;padding:0;}
#ss-subcategory-list li {
	display: inline-block;
	*display: inline; /* ie6 & ie7 */
	letter-spacing: normal;
	margin: 0 10px 10px 0;
	padding: 0;
	*zoom: 1; /* ie7 */
	}
#ss-subcategory-list ul li a {display:block;margin:0;}
	.ss-subcategory-link {position:relative;}
	.ss-subcategory-link img {background:#fff;display:block;}
	.ss-subcategory-name {font-size:18px;line-height:20px;margin:0;padding:18px 0;}

/* Layout - Applies to all view modes */
ul.ss-category {letter-spacing:-4px;margin:22px 0 0 0;}
ul.ss-category,.ss-product {padding:0;list-style:none;}
.ss-product {
	display: inline-block;
	letter-spacing: normal;
	margin: 32px 0 0 0;
	}
.ss-category li.last {}

/* Layout Mode - Grid View */
#ss-mode-grid .ss-product {margin:0 10px 50px 10px;padding:0;position:relative;vertical-align:top;}
	#ss-mode-grid .ss-product-item {margin:0;padding:0;}
	  #ss-mode-grid .ss-product-thumb-link {display:inline-block;}
		#ss-mode-grid .ss-product .ss-product-name {display:block;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;}
		#ss-mode-grid ul.ss-product-actions {margin:0;padding:0;}

/* Layout Mode - List View */
#ss-mode-list .ss-product {clear:both;display:block;border-bottom:1px solid #ccc;border-bottom:1px solid rgba(0,0,0,0.08);}
#ss-mode-list .ss-product.last {border-bottom:1px solid transparent;}
	#ss-mode-list .ss-product-thumb-link {display:block;float:left;margin:0 22px 22px 0;padding:0;}
	#ss-mode-list ul.ss-product-actions li {vertical-align: middle;}

/* Layout Mode - Mini View */
#ss-mode-mini .ss-product {margin:24px 1% 0 1%;padding:0;}

/* Product - Images */
.ss-product-thumb-link {
	display: block;
	margin-bottom: 18px;
	position: relative;
	}
.ss-product-thumb {display:block;}
	#ss-product-images {float:right;margin-bottom:40px}
	#ss-product-images img {-ms-interpolation-mode:bicubic;}
	#ss-product-images .panel {padding:0;}
	/*#ss-product-description {width:auto;}*/

.no-image {background-color:#f2f2f2;} /* Match BG colour of placeholder */

/* Product - No Image span */
.ss-product-thumb-link span {display:block;}

/* Product - Flags */
.ss-product .flag-new,.ss-product .flag-sale,.ss-product .flag-featured,
.ss-product-detail .flag-new,.ss-product-detail .flag-sale,.ss-product-detail .flag-featured {
	background: #d8d4d4; /* IE 6,7,8 */
	background: rgba(0,0,0,0.4);
	color: #fff;
	display: inline-block;
	font: 12px/15px helvetica,arial,sans-serif;
	margin-bottom: 10px;
	padding: 4px 6px;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
	-moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15);
	-webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15);
	box-shadow: -1px 1px 1px rgba(0,0,0,0.15);
	}
.ss-product .flag-new,.ss-product .flag-sale,.ss-product .flag-featured {
	position: absolute;
	right: 0;
	bottom: 12px;
	}
.ss-product .flag-new,
.ss-product-detail .flag-new {
	background: #f0b10a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(52%,#f0b10a), color-stop(50%,#e5a508)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f0b10a 52%,#e5a508 50%); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(top, #f0b10a 52%, #e5a508 50%); /* FF3.6 */
	background:     -ms-linear-gradient(top, #f0b10a 52%,#e5a508 50%); /* IE10 */
	background:      -o-linear-gradient(top, #f0b10a 52%,#e5a508 50%); /* Opera 11.10+ */
	background:         linear-gradient(top, #f0b10a 52%,#e5a508 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b10a', endColorstr='#e5a508',GradientType=0 );
	text-shadow: 0 -1px 0 rgba(0,0,0,.1);
	}
.ss-product .flag-sale,
.ss-product-detail .flag-new {
	background: #c21c1c;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#c21c1c), color-stop(50%,#a81d17)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c21c1c 50%,#a81d17 50%); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(top, #c21c1c 50%, #a81d17 50%); /* FF3.6 */
	background:     -ms-linear-gradient(top, #c21c1c 50%,#a81d17 50%); /* IE10 */
	background:      -o-linear-gradient(top, #c21c1c 50%,#a81d17 50%); /* Opera 11.10+ */
	background:         linear-gradient(top, #c21c1c 50%,#a81d17 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c21c1c', endColorstr='#a81d17',GradientType=0 );
	text-shadow: 0 -1px 0 rgba(0,0,0,.1);
	}
.ss-product .flag-featured,
.ss-product-detail .flag-featured {}


/************************************************************************************
E-COMMERCE - Product View
*************************************************************************************/

/* Main Image */
.ss-product-detail-image {position:relative;}
.ss-product-detail-image-link img {display:block;}

.enlarge {
	background-image: url(//sscdn.net/im/icnZoom.png);
	background-repeat: no-repeat;
	background-position: 99% 99%;
	bottom: 0;
	cursor: pointer;
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 10;
	text-indent: -9999px;
	opacity: 0.30;
	}
.enlarge:hover {
	opacity: 30;
	}

/* Image Thumbs */
.ss-product-detail-image-thumbs ul {margin:18px 0 0 0;padding:0;letter-spacing:-4px;}
.ss-product-detail-image-thumbs li {
	display: inline-block;
	list-style: none;
	margin: 7px 0 0 7px;
	letter-spacing: normal;
	padding: 0;
	*display: inline; /* ie6 & ie7 */
	word-spacing: -1em;
	*zoom: 1; /* ie7 */
	}
.ss-product-detail-image-thumbs a {display:block;}
.ss-product-detail-image-thumbs img {
	border: 1px solid #e5e5e5;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
	}
.ss-product-detail-image-thumbs li.current a img {border-color:rgba(0,0,0,1);}

/* Social Media Icons */
.ss-product-detail .ss-social-icons {margin:0 0 18px 0;padding:0;vertical-align:baseline;}
.ss-add-to-wishlist,
.ss-social-twitter-btn,
.ss-social-googleplus-btn,
.ss-social-pinterest-btn,
.ss-social-facebook-btn {display:inline-block;vertical-align:top;}


/* Category View */
.ss-product-name {margin:0;text-align:left;}
.ss-product-status,.ss-product-code {font-weight:bold;}
.ss-product-status span,.ss-product-code span {font-weight:normal;}
.ss-product-description {margin:18px 0 18px 0;}
.ss-product-price {display:block;font-size:16px;font-weight:bold;margin:0 0 18px 0;padding:0;}
.ss-product-price.sale {color:#b41014;text-align:left;}
.ss-product-price .rrp {
	color: #767676;
	color: rgba(0,0,0,.5);
	font-size: 12px;
	margin-bottom: 0;
	text-decoration: line-through;
	}

.ss-product .ss-product-actions {margin:0 0 18px 0;padding:0;}
.ss-product .ss-product-actions li {display:inline-block;*display:inline;list-style:none;margin:0;padding:0;*zoom:1;}

/* Product Price */
#ss-product-description .ss-product-price {font-size:23px;}

/* Product Options */
.ss-product-options > div {margin-bottom:18px;}
	.ss-product-options ul,.ss-product-options li {margin:0;padding:0;}
		.ss-product-options li {margin:0 10px 18px 0;padding:0;vertical-align:top;}
			.ss-product-options label {font-weight:bold;overflow:hidden;}
				.ss-product-options span {}

.ss-product-options li {
	display: inline-block;
	*display: inline; /* ie6 & ie7 */
	width: 50px;
	margin: 5px 5px 18px 5px;
	text-align: center;
	zoom: 1;
	}
.ss-product-options label {cursor:pointer;display:block;}
.ss-product-options label:hover img {
	-moz-box-shadow:0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0,0,0,.2);
	-webkit-box-shadow:0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0,0,0,.2);
	box-shadow:0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0,0,0,.2);
	}

/* Product Description */
.ss-product-description-long {clear:both;}

/* Product Description (Multiple) TABS */
ul.ss-product-additional-tabs {
	display: block;
	margin: 0;
	padding: 4px 0 0 1px;
	border-bottom: solid 1px #ddd;
	height: 40px;
	list-style: none;
	}
ul.ss-product-additional-tabs li {
	float: left;
	height: 40px;
	}
ul.ss-product-additional-tabs li a {
	display: block;
	margin: 0 0 0 -1px;
	height: 39px;
	padding: 0px 20px;
	line-height: 40px;
	border: solid 1px #ddd;
	border-width: 1px 1px 0 1px;
	color: #333;
	background-color: #f5f5f5;
	font-size: 16px;
	text-decoration: none;
	}
ul.ss-product-additional-tabs li.active a {
	position: relative;
	height: 40px;
	top: -4px;
	padding-top: 4px;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	color: #111;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	}
.ss-product-additional-tab-container {clear:both;overflow:hidden;margin-bottom:24px;padding:20px;}
.ss-product-additional-tab-container ul {padding-left:35px;}

/* Add to Cart */
.ss-add-to-cart {margin:0 0 18px 0;}
	.ss-qty,.ss-add-to-cart-button {display:inline-block;}

/* Related Products */
.ss-related-products {margin:18px 0;clear:both;}
  .ss-related-products ul {clear:both;margin:0;padding:0;}
	.ss-related-products .ss-product {margin:0 10px 50px 10px;padding:0;position:relative;vertical-align:top;}
	.ss-related-products .ss-product-thumb-link {display:inline-block;}
	.ss-related-products .ss-product-name {display:block;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;}


/************************************************************************************
E-COMMERCE - Shopping Cart
*************************************************************************************/

/* Defaults */
.checkout-methods,.checkout-subscriptions {clear:both;}
.ss-data-table input[type="text"],
.ss-data-table input[type="email"],
.ss-data-table input[type="password"],
.ss-data-table input[type="tel"] {width:180px;}
.ss-data-table select {min-width:188px;_width:188px;}
.ss-data-table label {line-height:24px;white-space:nowrap;}

/* Table Captions */
#table-wishlist th {text-align:left;}

/* Table Header */
#table-shopping-cart th,#table-address th,#table-wishlist th {
	letter-spacing: 1px;
	text-align: left;
	white-space: nowrap;
	}

/* Table Body */
#table-shopping-cart .ss-cart-code {font-family:monospace;font-size:10px;}
#table-shopping-cart .ss-cart-product-options {font-family:sans-serif;font-size:11px;margin:18px 0 18px 18px;padding:0;}
#table-shopping-cart .ss-cart-product-options li {margin:0;padding:0;}

/* Table Footer */
#table-shopping-cart tfoot td {border-bottom:0;}

/* Buttons and Form Elements */
#table-shopping-cart .ss-cart-update .button {margin-right:5px;vertical-align:middle;}
#table-shopping-cart .ss-cart-item-qty input {width:30px;*width:auto;/* IE7 */}

/* Other */
#table-shopping-cart input,
#table-shopping-cart .ss-cart-remove .button {margin:0;}
#table-shopping-cart .ss-cart-wishlist-message:before {
	content: url(/default/images/icnWishlist13x13.png);
	font-size: 11px;
	padding-right: 6px;
	vertical-align: middle;
	}

/* Totals */
#table-shopping-cart .empty {border:0;}

/* Errors */
.ss-data-table input[type="text"].error:not(.disabled),
.ss-data-table input[type="email"].error,
.ss-data-table input[type="password"].error,
.ss-data-table input[type="tel"].error,
.ss-data-table select.error:not(.disabled) {border-color:#E5BCBC;}


/************************************************************************************
E-COMMERCE - Checkout
*************************************************************************************/

/* Billing and Shipping Details*/
.use-billing-details {margin:18px 0;}

/* Newsletter Subscribe */
.ss-subscriber-list {list-style:none;margin:0;padding:0;}
.ss-subscriber-list li {margin:0 0 18px 0;padding:0;}
.ss-subscriber-list li.last {margin:0;}
.ss-subscriber-list label {font-weight:bold;margin:0;}
.ss-subscriber-list span {margin:0;}

/* Gift Message and Shipping Message */
textarea#giftMessage,textarea#shippingMessage {width:99%;}

/* Credit Card Details */
#table-credit-card-details td {padding:10px 15px;}
#table-credit-card-details input[type="text"],#table-credit-card-details select {margin-left:0;}

/* Proceed */
.checkout-proceed {margin-bottom:25px;}

/* Re-captcha */
.checkout-recaptcha {margin-bottom:25px;}
.g-recaptcha ~ .msg-error {margin-top:.25rem;}

/************************************************************************************
E-COMMERCE - Mini Cart
*************************************************************************************/

.ss-minicart {margin-bottom:18px;}
.ss-minicart tbody {border-bottom:1px solid rgba(0,0,0,.1);}
.ss-minicart td {font:normal 10px/18px sans-serif;padding:8px;}
.ss-minicart-totals td {padding:8px;}
#aside-minicart .total {font-weight:bold;}
.cartCurrency,.cartItemOnePrice,.cartItemTwoPrice,.cartItemThreePrice {font-weight:bold;}

/************************************************************************************
USERS - Account Dashboard
*************************************************************************************/

#avatarLink {}
	#avatar {border:8px solid #fff;border-radius:50%;box-shadow:0 2px 3px rgba(0,0,0,.2);}

/************************************************************************************
COMMENTS - Comments and Star Reviews
*************************************************************************************/

/* Defaults */
.ss-star-reviews {color:#666;line-height:18px;margin:0 0 18px 0;}
.ss-star-reviews .ss-star-reviews-desc {_display:inline;display:inline-block;padding:2px 0 0 0;}

/* List mode */
#ss-mode-list .ss-star-reviews {float:right;margin:0 0 18px 40px;}
#ss-mode-list .ss-star-reviews div.rateit {display:block;}

.ss-star-reviews a,.ss-star-reviews a:hover {color:#666;}


/************************************************************************************
EVENTS - Module
*************************************************************************************/

/* List Events */
#ss-list-events article {border-bottom:1px solid rgba(0,0,0,.1);}

/* View Event */
#ss-table-event-details {margin-bottom:22px;width:100%}
	#ss-table-event-details th {padding:2px;text-align:left;width:200px;}
	#ss-table-event-details td {padding:2px;}


/************************************************************************************
POLLS - Module
*************************************************************************************/

.polls label {cursor:pointer;}


/************************************************************************************
DOWNLOADS - Module
*************************************************************************************/

#ss-tools form#download_filter {margin:0;}
#ss-table-downloadables h5 {margin:0;}
#ss-table-downloadables .meta {color:#999;color:rgba(0,0,0,.5);}
#ss-table-downloadables .description {margin:18px 0;}

#ss-downloads ul {list-style:none;padding:0;}
#ss-downloads #ss-tools ul {margin-bottom:0;}
    .ss-downloads-list {margin-top:30px;}
    .ss-downloads-list ul {border-top:1px solid #ccc;border-top:1px solid rgba(0,0,0,.15);float:none;}
    .ss-downloads-list li {border-bottom:1px solid #ccc;border-bottom:1px solid rgba(0,0,0,.15);position:relative;}
    .ss-downloads-list .meta {color:#999;color:rgba(0,0,0,.5);font-size:12px;}
    .ss-downloads-list .pngfix {height:14px;}
    .ss-downloads-list .btn-download {position:absolute;right:20px;top:20px;}


/************************************************************************************
FIX LEGACY BROWSERS - Fixes for older browsers
*************************************************************************************/

/* automatic self-clear floats */
.more-posts:before,
#ss-tools:after,
#ss-subcategory-list ul:after,
.ss-pagination:after,
.ss-category:after,
#ss-mode-list .ss-product:after,
.ss-product-detail:after,
.ss-product-detail-image-thumbs ul:after,
.ss-related-products:after,
.more-posts:after,
.group:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	}


/************************************************************************************
DEVICE SCREEN SIZES
*************************************************************************************/

@media screen and (max-width:480px) {

	/* Defaults */
	body {
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: none;
		}
}

/* END base.css */

#blogBlockMain{float:left;width:65%;padding:10px 3% 0 2%;border-right:1px solid #e4e4e4}#blogBlockMain .blogList{width:auto;margin:0 0 2em 0;border-bottom:1px solid #e4e4e4}#blogBlockMain h1.blogTitle,#blogBlockMain h2.blogTitle{font:300 31px/1.2em 'Roboto',Helvetica,Arial,sans-serif;margin-bottom:.8em;color:#000;text-transform:none}#blogBlockMain .blogAuthor{font:normal 11px/1.4em Helvetica,Arial,sans-serif;text-transform:uppercase;margin:0;color:#777;padding:0}#blogBlockMain .blogImage{padding:1.5em 0}#blogBlockMain .blogImage img{max-width:100%;width:auto;height:auto}#blogBlockMain .blogContent{padding:0 0 1em 0}#blogBlockMain .blogContent img{max-width:100%;width:auto;height:auto}#blogBlockMain .blogContent ul{list-style:disc;margin:0 0 .8em 1.5em}#blogBlockMain .socialBar{padding:0 0 2em 0}#blogBlockMain .blogArticle .socialBar{padding:2em 0 1em 0}#blogBlockMain .blogAboutAuthor{padding:2em;background:#f2f2f2;border:1px solid #ddd;position:relative;border-radius:8px}#blogBlockMain .blogAboutAuthorArrow{width:12px;height:10px;font-size:0;line-height:0;background:url(img_about_arrow.gif) left top no-repeat;position:absolute;top:-10px;left:100px}#blogBlockMain .blogAboutAuthor img{float:left;margin:0 10px 0 0}#blogBlockSide{float:right;width:28%;margin:10px 0 0 0}#blogBlockSide #seoGreyBar{width:auto;height:auto;margin:-10px auto 0 auto;position:relative;padding:0;background:url(bg_bgbar.png) center top repeat-y;color:#fff;text-shadow:1px 1px rgba(50,50,50,.6);border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}#blogBlockSide #seoGreyBar form{padding:20px;margin:0}#blogBlockSide #seoGreyBar input{clear:both;padding:10px;margin:5px 0;box-sizing:border-box;border:0;width:100%;height:40px;border-radius:3px;font:600 14px/40px 'Open Sans',Helvetica,Arial,sans-serif;display:inline-block}#blogBlockSide #seoGreyBar button{display:block;box-sizing:border-box;padding:0 10px;margin:5px auto 5px auto;width:100%;height:40px;border:none;cursor:pointer;background:#ff8419;background:-moz-linear-gradient(top,#ff8419 0%,#ff8112 50%,#ee6f00 51%,#f7790b 100%);background:-webkit-linear-gradient(top,#ff8419 0%,#ff8112 50%,#ee6f00 51%,#f7790b 100%);background:linear-gradient(to bottom,#ff8419 0%,#ff8112 50%,#ee6f00 51%,#f7790b 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8419',endColorstr='#f7790b',GradientType=0);font:600 18px/40px 'Open Sans',Helvetica,Arial,sans-serif;color:#fff;text-shadow:-1px -1px rgba(255,72,16,.8);border-radius:3px;text-align:center;text-decoration:none}#blogBlockSide #seoGreyBar button:hover{background:#f7790b}#blogBlockSide #seoGreyBar i{font-size:70px;line-height:50px;width:auto;float:left;color:#67bd0d}#blogBlockSide #seoGreyBar span.largeText{font:normal 20px/28px 'Open Sans',Helvetica,Arial,sans-serif;display:inline}#blogBlockSide #seoGreyBar span.largeText em{font-size:28px}#blogBlockSide #seoGreyBar span.smallText{padding:0;font:normal 14px/16px 'Open Sans',Helvetica,Arial,sans-serif;color:#d7d4d4}#blogBlockSide form#blogSearch{width:auto;padding:6px 9px;margin:0 auto;border:1px solid #ccc;border-radius:8px}#blogBlockSide form#blogSearch input.inputBox{border:none;margin:0;padding:0;background:none;box-shadow:none;height:24px;width:80%;line-height:24px;display:block;float:left;color:#898989}#blogBlockSide form#blogSearch input.buTTon{background:url(icn_blog_search.gif) right center no-repeat;font-size:0;line-height:24px;height:24px;width:20%;border:none;padding:0;margin:0;display:block;float:left;cursor:pointer}#blogBlockSide .blogCategories{width:auto;margin:20px auto 0 auto}#blogBlockSide .blogCategories ul{list-style:none;padding:0;margin:10px 0 0 0}#blogBlockSide .blogCategories li{color:gray;display:block;padding:7px 0 7px 32px}#blogBlockSide .blogCategories li a{text-decoration:none}#blogBlockSide .blogNewsletter{background:#0b88bc url(bg_blog_newsletter.gif) center top repeat-x;width:auto;padding:20px;margin:20px auto 0 auto;border-radius:10px;font:normal 14px/1.6em Helvetica,Arial,sans-serif;color:#fff;text-align:center}#blogBlockSide .blogNewsletter h3{font:normal 21px/1.2em Helvetica,Arial,sans-serif;margin-bottom:.3em;color:#fff}#blogBlockSide .blogNewsletter input.inputBox{float:left;display:block;margin:0;border:none;padding:0 1%;width:73%;height:38px;line-height:38px;color:#898989;background:#fff}#blogBlockSide .blogNewsletter input.buTTon{float:left;display:block;margin:0;border:none;padding:0;width:25%;height:38px;color:#fff;font-weight:700;text-transform:uppercase;background:#ff7707 url(bg_orange_btn.png) center center repeat-x;cursor:pointer}#blogBlockSide .blogNewsletter input.buTTon:hover{background:#ff7707}#blogBlockSide .blogPromo{width:auto;max-width:250px;margin:30px auto 0 auto;padding:20px 0;background:#02477a url(img_blog_promo.gif) center bottom no-repeat;text-align:center;font:400 15px/20px 'Roboto',Helvetica,Arial,sans-serif;color:#65c402}#blogBlockSide .blogPromo strong{font:400 16px/24px 'Roboto',Helvetica,Arial,sans-serif;color:#fff;text-transform:uppercase}#blogBlockSide .blogPromo strike{color:#537fa1}#blogBlockSide .blogPromo em{color:#fff;font:italic normal 14px/20px Georgia,"Times New Roman",Times,serif}#blogBlockSide .blogPromo a{color:#fff}#blogBlockSide .blogRecent{max-width:250px;margin:30px auto 0 auto}#blogBlockSide .blogRecent h3{font:normal 18px/1.6em Helvetica,Arial,sans-serif;margin-bottom:.3em}#blogBlockMain #comments{margin:30px 0 0 0}#blogBlockMain #post_comment_enabled{border-top:1px solid #ccc;padding-top:10px}#blogBlockMain #comments input.c_input{height:26px;line-height:26px;border:1px solid #ccc}#blogBlockMain #comments textarea.textarea{border:1px solid #ccc}#blogBlockMain #comments input.button{width:160px;height:33px;padding:0;margin:10px 0 0 0;display:block;font:bold 12px/33px 'Open Sans',Tahoma,Geneva,Arial,Helvetica,sans-serif;text-decoration:none;text-align:center;color:#fff;text-shadow:-1px -1px rgba(150,150,150,.6);background:url(btn_blue_med.png) left top no-repeat;position:relative;z-index:100;border:none}#blogBlock #comments input.button:hover{color:#dfdfdf}#blogBlockMain .paging_controls{text-align:center;font:normal 12px/20px Helvetica,Arial,sans-serif;width:100%}#blogBlockMain .paging_controls span.pagelink-current{padding:0 5px;font-weight:700}#blogBlockMain .paging_controls span.pagelink a{padding:0 5px;display:inline-block}#blogBlockMain .ss-social-icons-btn{float:left;width:auto}#blogBlockMain .ss-social-icons-btn.pinit{padding:0 2px}#blogBlockMain iframe.twitter-share-button{width:85px!important;display:inline-block}#blogBlockMain #fb_iframe_widget{width:95px!important}#mainBar.loginPage{width:960px;margin:0 auto;box-shadow:none;border:none;background:none;padding:20px 0 10px 0;border-radius:0}#loginBlock{margin:20px auto 0 auto}#loginBlock #wrapper{width:auto;padding:3px;margin-top:40px;background:url(shadow_8.png) left top repeat;border-radius:8px}#loginBlock .innertube{border:1px solid #ccc;background:#fff;border-radius:8px;padding:10px}#loginBlock #container{float:left;width:50%}#loginBlock img{border:0}#loginBlock .fl{float:left}#loginBlock .fr{float:right}#loginBlock h1{font:italic normal 27px/1.5em Georgia,"Times New Roman",Times,serif;color:#16507b;text-shadow:1px 1px rgba(255,255,255,.6);width:200px;padding:0 0 0 20px;margin:0 0 50px 0}#loginBlock h2{font:normal 24px/1.5em 'Open Sans',Helvetica,Arial,sans-serif;color:#16507b;margin:0;text-align:left;padding:0}#loginBlock .loginTabList{float:none;width:auto;list-style:none;margin:-41px 0 0 0;padding:0}#loginBlock .loginTabList:after{display:block;clear:both;content:" "}#loginBlock .loginTabList li{margin:0 1px 0 1px;padding:0;display:block;float:left}#loginBlock .loginTabList a{display:block;width:auto;padding:0 20px 0 20px;color:#aaa;text-decoration:none;text-align:left;text-shadow:1px 1px rgba(255,255,255,.8);font:normal 14px/30px 'Open Sans',Tahoma,Geneva,Arial,Helvetica,sans-serif;z-index:100;position:relative;border:1px solid #ccc;border-bottom:none;border-radius:8px 8px 0 0;background:rgba(210,210,210,.1)}#loginBlock .loginTabList .active a{background:#fff;color:#797979}#loginBlock .loginTabList .active a:hover{color:#000;text-decoration:none}#loginBlock .loginTabList a:hover,#loginBlock .loginTabList a:focus,#loginBlock .loginTabList a:active{color:#000;outline:0}#loginBlock .loginTabList .active a:link,#loginBlock .loginTabList .active a:visited{cursor:text}#loginBlock. loginTabList a:hover,#loginBlock .loginTabList a:focus,#loginBlock .loginTabList a:active{cursor:pointer}#loginBlock .loginTabsContent{display:none}#loginBlock .contentWrapper{padding:20px 30px;width:auto;height:auto}#loginBlock em.required{color:#a8a8a8;float:right;font-size:11px}#loginBlock p.support{color:#a8a8a8;font:12px Arial,Helvetica,sans-serif;padding-left:35px;margin-top:1.5em;text-align:left}#loginBlock .dividerBot{background-position:0 100%}#loginBlock img.spinner,#loginBlock div.blockUI img.spinner{vertical-align:middle}#loginBlock div.blockUI img.spinner{display:block;width:16px;float:left;margin-right:10px}#loginBlock .ajaxInfoBar{font:normal 11px/18px "Tahoma",Verdana,Arial,Helvetica,sans-serif;background:#e1ffd1;margin:0 0 2px 0;padding:8px 20px 8px 45px}#loginBlock .warning{background:#fff6bf url(/default/images/ajaxInfoBar.gif) no-repeat 5px 0}#loginBlock .error{background:#ffe8e5 url(/default/images/ajaxInfoBar.gif) no-repeat 5px -67px}#loginBlock .success{background:#e1ffd1 url(/default/images/ajaxInfoBar.gif) no-repeat 5px -137px}#loginBlock .info{background:#b4e6f9}#loginBlock a{color:#a8a8a8}#loginBlock a:hover{color:#444}#loginBlock label{font:16px/18px "Trebuchet MS",'Open Sans',Tahoma,verdana;margin:10px 0 0 0;display:block;text-align:left}#loginBlock label.labelLogin{color:#16507b}#loginBlock label.labelLogin span{float:left}#loginBlock input.txtField{background:#fff;border:1px solid #ddd;border-top:1px solid #7c7c7c;color:#000;font-size:16px;margin:2px 0 20px 0;padding:3px 2%;width:95%}#loginBlock input.txtField:focus{background:#fcfbed;border:1px solid #b2b2b2}#loginBlock .submit input,#loginBlock .submit input:focus,#loginBlock .button{cursor:pointer;width:120px;height:33px;padding:0 0 0 0;margin:0;display:block;border:none;font:bold 13px/1em 'Open Sans',Tahoma,Geneva,Arial,Helvetica,sans-serif;text-decoration:none;text-transform:uppercase;text-align:center;color:#fff;text-shadow:-1px -1px rgba(150,150,150,.6);background:url(btn_blue.png) left top no-repeat;z-index:100}#membersMarketBlock{float:right;width:50%;background:#fff}#membersMarketContent{border-left:4px solid #ccc;padding:0 20px}#loginBlock h3{font:normal 22px/1.5em 'Open Sans',Helvetica,Arial,sans-serif;color:#16507b}#membersMarketContent a{color:#16507b}#membersMarketContent img{width:100%;height:auto}#membersMarketContent iframe{width:100%}#loginBlock .bottomTxt{overflow:hidden;padding:10px 0 0 0}#loginBlock .bottomTxt h3{margin:0;border:none;padding:0;height:34px;color:#fff;font-weight:700;text-transform:uppercase;text-decoration:none;text-align:center;background:#67bd0d url(bg_getaquote_green.png) left center no-repeat;width:15%;float:left;font:normal 12px/34px 'Open Sans',Helvetica,Arial,sans-serif;overflow:hidden}#loginBlock .bottomTxt h3 a{color:#fff;text-decoration:none;display:block}#loginBlock .bottomTxt h3 a:hover{color:#000}#loginBlock .tickerTxt{float:left;width:55%;padding:0 2%;font:bold 22px/34px 'Open Sans',Helvetica,Arial,sans-serif;color:#16507b;background:#f9f9f9;overflow:hidden}#loginBlock .tickerTxt a{text-decoration:none;color:#16507b}#loginBlock #blogSubscribe{float:right;width:26%}#loginBlock #blogSubscribe input.inputBox{float:left;display:block;margin:0;border:none;padding:0 2%;width:71%;height:34px;font-size:12px;line-height:34px;color:#000;background:#eaeaea}#loginBlock #blogSubscribe button.buTTon{float:left;display:block;margin:0;border:none;padding:0;width:25%;height:34px;color:#fff;font-weight:700;text-transform:uppercase;background:#ff7707 url(bg_getaquote_orange.png) center center no-repeat;cursor:pointer}#loginBlock #blogSubscribe .buTTon:hover{background:#000}#loginBlock #blogSubscribe a.buTTon{float:left;display:block;margin:0;border:none;padding:0;width:45px;height:34px;line-height:34px;color:#fff;font-weight:700;text-transform:uppercase;text-decoration:none;text-align:center;background:#67bd0d url(bg_getaquote_green.png) left center no-repeat}#contactBlock{z-index:100;position:fixed;top:30%;right:-260px;width:260px;height:300px;background:none;font:400 13px/13px 'Open Sans',sans-serif}#contactBlock span.showTab{width:20px;text-align:center;padding:0 0 0 10px;font-size:40px;line-height:60px;text-align:center;background:#67bd0d;opacity:.8;color:#fff;border-radius:5px 0 0 5px;cursor:pointer;position:absolute;top:0;left:-30px}#contactBlock form,#contactBlock .footerContactBox{display:block;margin:0;padding:10px;width:236px;background:#efefef;border:2px solid #67bd0d}#contactBlock input.inputBox,#contactBlock textarea.textArea{width:85%;color:#888}#contactBlock form label.error{display:block}#contactBlock a,#contactBlock .footerContactBox a{color:#000}#contactBlock h3,#contactBlock .footerContactBox h3{font-size:20px;margin:0 0 .5em 0;color:#67bd0d;text-shadow:1px 1px rgba(0,0,0,.4)}#contactBlock p,#contactBlock .footerContactBox p{margin:0 0 .5em 0}#contactBlock .green-button{width:160px;height:33px;padding:0;margin:0;display:block;font:bold 12px/33px 'Open Sans',Tahoma,Geneva,Arial,Helvetica,sans-serif;text-decoration:none;text-align:center;color:#fff;text-shadow:-1px -1px rgba(150,150,150,.6);background:url(btn_green_med.png) left top no-repeat;position:relative;z-index:100;border:none;cursor:pointer}#contactBlock .green-button:hover{color:#dfdfdf}ul.siteMap,ul.siteMap ul{list-style:none;padding:0;margin:0}ul.siteMap li{padding:0;margin:0 1% 20px 1%;list-style:none;display:inline-block;vertical-align:top;width:31%}ul.siteMap li li{padding:0;margin:0;list-style:none;display:block;width:auto}ul.siteMap li a{text-decoration:none;padding:5px}ul.siteMap li li a{text-decoration:none;padding:5px}ul.siteMap strong{font-size:14px}@media screen and (max-width:980px){#mainBar.loginPage{width:auto;padding:20px 10px 10px 10px}}@media screen and (max-width:840px){#blogBlockMain .blogContent iframe{width:100%;height:300px}#blogBlockMain .blogContent img{width:100%;height:auto}}@media screen and (max-width:640px){#blogBlockMain{float:none;width:auto;padding:10px 0;border-right:none}#blogBlockSide{float:none;width:50%;margin:10px auto 0 auto}#blogBlockSide .blogPromo{display:none}#loginBlock .loginTabList a{padding:0 8px 0 8px}#loginBlock #container{float:none;width:auto;min-height:200px}#membersMarketBlock{float:none;width:auto}#membersMarketContent{border-left:none;border-top:4px solid #ccc}#loginBlock .tickerTxt{width:80%;padding:0 2%;margin-bottom:10px}#loginBlock #blogSubscribe{float:none;width:240px;margin:0 auto;clear:both}#contactBlock{top:40%}}