/*
Theme Name:  
Theme Variation: 

Version:     1.0
Copyright:   All rights resevered.
*/

/* START reset.css */
/* CSS Mini Reset */

html,body,div,form,fieldset,legend,label {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;}

/* Tables still need 'cellspacing="0"' in the markup. */
/* table {border-collapse:separate;border-spacing:0;}
caption,td {text-align:left;font-weight:normal;}
table,td,th {border:0;vertical-align:top;} */

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before,blockquote:after,q:before,q:after {content: "";}
blockquote, q {quotes: "" "";}

/* Remove annoying border on linked images. */
a img {border:none;}

/* Add dotted underline and change cursor to help. */
abbr[title],dfn[title] {border-bottom:1px dotted rgb(0,0,0);cursor:help;}

/* Safari stop horizontal expand */
textarea {overflow:auto;resize:vertical;}

address {font-style:normal;}

/* IE needs this style for HTML5 elements to work. */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}

/* END reset.css */

/* 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,.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix,*:first-child+html .clearfix{*zoom:1;} /* ie */


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

/* Defaults */
/* table {font-size:13px;line-height:18px;width:100%;}
table 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,0.15);
	font: bold 10px/18px sans-serif;
	padding: 10px 15px!important;
	}
table th:first-child {border-left:1px solid #ccc;border-left:1px solid rgba(0,0,0,0.15);}
table th:last-child {border-right:1px solid #ccc;border-right:1px solid rgba(0,0,0,0.15);}
table td {border-top:1px solid #ccc;border-top:1px solid rgba(0,0,0,0.15);padding:6px 8px;}
caption {font-size:13px;line-height:18px;position:relative;} */

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

.index th {
	font: 10px/12px arial,helvetica,sans-serif;
	padding: 5px;
	text-transform: uppercase;
	}
.index td {padding:10px;}
.controls td {border:0;}

#table-billing-address td,#table-shipping-address td {padding:2px;border-top:0;}
#table-shopping-cart,#table-billing-address,#table-shipping-address {margin-bottom:36px;}

#table-checkout-methods td {border-top:0;}


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

/* Default Styles */
input[type="text"],input[type="email"],input[type="tel"],input[type="password"],select {margin:4px;padding:2px;}
input[type="radio"] {vertical-align:text-bottom;}
input[type="checkbox"] {vertical-align:bottom;}
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;}
.disabled {background:#d4d0c8!important;color:#808080!important;}

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

/* Login Page */
#frmLogin {padding:18px;}
#frmLogin table#table-login td,#frmLogin table#table-login th {padding:10px 5px 0 0;}
#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,0.15);}


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

/* Buttons - Default styles */
.button {
	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top, #fff, #ededed);
	background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%);
	border: 1px solid #adadad;
	color: #050505 !important;
	display: inline-block;
	*zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline; /* ie6 & ie7 */
	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,0.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(000,000,000,0.1),
		inset 0 0 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0 1px 2px rgba(000,000,000,0.1),
		inset 0 0 2px rgba(255,255,255,1);
	box-shadow:
		0 1px 2px rgba(000,000,000,0.1),
		inset 0 0 2px rgba(255,255,255,1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
	}
.button:hover {
	color: #111 !important;
	border: 1px solid #939393;
	background: #c0c0c0;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top, #fff, #dcdcdc);
	text-decoration: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	-moz-box-shadow:0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow:0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.2);
	}
.button:active {
	color: #999 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top, #ededed, #fff);
	position: relative;
	top: 1px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
input::-moz-focus-inner,button::-moz-focus-inner {border:0;}

/* 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 */
#breadcrumbs {font:10px/18px sans-serif;margin-bottom:18px;}

/* 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;
	*display: inline; /* ie6 & ie7 */
	min-width: 15px;
	padding: 2px 5px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	*zoom: 1;/* ie6 & ie7 */
	}
.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
*************************************************************************************/

ul.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: 0;
	text-align: left;
	width: auto;
	}
ul.ss-messages li {display:block;padding:10px 15px;}
	
ul.ss-messages.msg-success {background-color:#eff5ea;border-color:#cfe5bc;color:#3d6611;}
ul.ss-messages.msg-error {background-color:#ffeeee;border-color:#e5bcbc;color:#d91a00;}
ul.ss-messages.msg-warning {background-color:#fafaec;border-color:#fcd344;}


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

ul.posts {
	margin: 16px 0 32px 0;
	padding: 0;
	}
ul.posts li {
	list-style-type: none;
	margin: 0 0 10px;
	overflow: hidden;
	}
ul.posts.inline li {
	display: inline;
	line-height: 138%;
	margin: 0;
	}
ul.posts li.last {
  margin:0;
	}

.posts span.post-meta {
	color: #666;
	font-size: 11px;
	}
.posts span.post-author {
	font-style: italic;
	}
.posts li.exerpt {
	border-bottom: 1px solid #dfdfdf;
	display: block;
	padding: 10px 0;
	margin:0;
	}

.posts li.exerpt 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;
	}


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

#ssWishlist .productStatus {color:#acacac;text-shadow:0 1px 0 rgba(255,255,255,0.2);}
#ssWishlist .productPrice {font-weight:bold;}
#ssWishlist .wlTotal td {font-size:18px;}
#ssWishlist .wlTotal td:last-child {font-weight:bold;}
.shareWishlistDetails {margin:18px 0;}
.shareWishlistDetails td {padding:10px;}
.shareWishlistDetails tr td:first-child {font-weight:bold;text-align:right;width:20%;}


/************************************************************************************
CONTENT
*************************************************************************************/


/************************************************************************************
E-COMMERCE - Sorting Tools
*************************************************************************************/

/* Tools - (Sort By / Items / View Mode) */
body #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, 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;
	}
body #ss-tools ul {
	display: block;
	float: left;
	font-family: arial,"helvetica neue",helvetica,sans-serif;
	font-size: 11px;
	margin: 0 25px 0 0;
	padding: 0;
	}
body #ss-tools li {
	color: #999;
	color: rgba(0,0,0,0.5);
	display: inline-block;
	*display: inline; /* ie6 & ie7 */
	list-style: none;
	line-height: 18px;
	padding: 0;
	*zoom: 1;
	}
body #ss-tools a {font-size:11px;padding:2px 5px;}
body #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 */
body #ss-tools ul#ss-view-mode {margin-right:0;}

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

/* 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 ul li {
	display: inline-block;
	*display: inline; /* ie6 & ie7 */
	letter-spacing: normal;
	margin: 0 10px 10px 0;
	padding: 0;
	width: 220px;
	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;
	*display: inline; /* ie6 & ie7 */
	letter-spacing: normal;
	margin: 32px 0 0 0;
	*zoom: 1; /* ie7 */
	}
.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;font-size:14px;line-height:22px;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 .ss-product-name {font-size:14px;}
	#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;
	}
img.ss-product-thumb {display:block;}
	#ss-product-images {float:left;}
	#ss-product-images img {-ms-interpolation-mode:bicubic;}
	#ss-product-images .panel {padding:0;}
	#ss-product-description {width:auto;}

/* Product - Flags */
.ss-product .flag-new,.ss-product .flag-sale,.ss-product .flag-featured {
	background: #d8d4d4; /* IE 6,7,8 */
	background: rgba(0,0,0,0.4);
	color: #fff;
	font: 12px/15px helvetica,arial,sans-serif;
	padding: 4px 6px;
	position: absolute;
	right: 0;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
	bottom: 12px;
	-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 {
	background: #f0b10a;
	background: -moz-linear-gradient(top, #f0b10a 52%, #e5a508 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(52%,#f0b10a), color-stop(50%,#e5a508));
	background: -webkit-linear-gradient(top, #f0b10a 52%,#e5a508 50%);
	background: -o-linear-gradient(top, #f0b10a 52%,#e5a508 50%);
	background: -ms-linear-gradient(top, #f0b10a 52%,#e5a508 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b10a', endColorstr='#e5a508',GradientType=0 );
	background: linear-gradient(top, #f0b10a 52%,#e5a508 50%);
	text-shadow: 0 -1px 0 rgba(0,0,0,.1);
	}
.ss-product .flag-sale {
	background: #c21c1c;
	background: -moz-linear-gradient(top, #c21c1c 50%, #a81d17 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#c21c1c), color-stop(50%,#a81d17));
	background: -webkit-linear-gradient(top, #c21c1c 50%,#a81d17 50%);
	background: -o-linear-gradient(top, #c21c1c 50%,#a81d17 50%);
	background: -ms-linear-gradient(top, #c21c1c 50%,#a81d17 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c21c1c', endColorstr='#a81d17',GradientType=0 );
	background: linear-gradient(top, #c21c1c 50%,#a81d17 50%);
	text-shadow: 0 -1px 0 rgba(0,0,0,.1);
	}
.ss-product .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-image: url(//sscdn.net/im/clear.gif)\9; /* IE8 and below */  
	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;
	filter: alpha(opacity = 30);
	opacity: 0.30;
	}
.enlarge:hover {
	filter: alpha(opacity = 30);
	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);}

/* Category View */
.ss-product-name {font:normal 11px/18px sans-serif;margin:0;text-align:left;}
.ss-product-status {font-weight:bold;}
.ss-product-status span {color:#85b141;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,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;font-size:9px;list-style:none;margin:0;padding:0;*zoom:1;}

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

/* Product Options */ 
.ss-options-radio li {
	display: inline-block;
	*display: inline; /* ie6 & ie7 */
	width: 50px;
	margin: 5px 5px 18px 5px;
	text-align: center;
	zoom: 1;
	}
.ss-options-radio label {cursor:pointer;display:block;}
.ss-options-radio 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 {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
	}
ul.ss-product-additional-tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
	}
ul.ss-product-additional-tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
	}
ul.ss-product-additional-tabs li a:hover {background:#ccc;}   
html ul.ss-product-additional-tabs li.active, html ul.ss-product-additional-tabs li.active a:hover {
	background: #fff;
	border-bottom: 1px solid #fff;
	}
.ss-product-additional-tab-container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	}
.ss-product-additional-tab-content {padding:20px;}

/* Product Options */
.ss-product-options {margin:18px 0;}
	.ss-product-options ul,.ss-product-options li {margin:0;padding:0;}
	  .ss-product-options li {margin:0 10px 12px 0;}

/* Add to Cart */
form#add-to-cart {margin-top:18px;}
	.ss-qty,.ss-add-to-cart {display:inline;}
	#ss-product-description .ss-qty,#ss-product-description .ss-add-to-cart {}

/* 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;font-size:14px;line-height:22px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;}



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

/* Defaults */
.checkout-methods,.checkout-subscriptions {clear:both;}
.ss-data-table {line-height:18px;margin-bottom:22px;}
.ss-data-table td {padding:10px 15px;}
.ss-data-table input[type="text"],
.ss-data-table input[type="email"],
.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-shopping-cart th,#table-shopping-cart td,#ssWishlist td {
	padding: 10px 15px;
	text-align: left;
	vertical-align: top;
	}

/* Table Header */
#table-shopping-cart th,#table-address th,#ssWishlist th {
	font: bold 10px/18px sans-serif;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	white-space: nowrap;
	}

/* Table Body */
#table-shopping-cart .ss-cart-code {font-family:monospace;font-size:10px;}
#table-shopping-cart ul.ss-cart-product-options {font-family:sans-serif;font-size:10px;}

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

/* Buttons */
#table-shopping-cart td.ss-cart-update .button {margin-right:5px;vertical-align:middle;}

/* Other */
#table-shopping-cart td input,
#table-shopping-cart td.ss-cart-remove .button {margin:0;}

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


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

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

/* Gift Message */

textarea#giftMessage {width:99%;}

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

.ss-minicart {margin-bottom:18px;}
.ss-minicart tbody {border-bottom:1px solid rgba(0, 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;}

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

/* automatic self-clear floats */
#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,
.group:after {
	content: " "; 
	clear: both;
	display: block; 
	height: 0; 
	visibility: hidden;
	}
    
/* IE7 */
*:first-child+html #ss-tools,
*:first-child+html .ss-pagination,
*:first-child+html #ss-subcategory-list ul,
*:first-child+html .ss-category,
*:first-child+html .ss-product-detail,
*:first-child+html .ss-product-detail-image-thumbs ul,
*:first-child+html .ss-related-products,
*:first-child+html .group,
*:first-child+html #wrap {
	min-height: 1px;
	}

/* END base.css */


/************************************************************************************
GLOBAL DEFAULT STYLES
*************************************************************************************/
.curved {
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
behavior:url('ie-css3.htc');}

.box-shadow {
  -moz-box-shadow: 0px 3px 5px  #999; /* Firefox */
  -webkit-box-shadow: 0px 3px 5px #999; /* Safari, Chrome */
  box-shadow: 0px 3px 5px #999; /* CSS3 */
  behavior: url('ie-css3.htc');
}

.bevel{
box-shadow: 
  0 1px 2px #333, /*bottom external highlight*/
  0 -1px 1px #666, /*top external shadow*/ 
  inset 0 -1px 1px rgba(0,0,0,0.5), /*top internal highlight*/ 
  inset 0 1px 1px rgba(255,255,255,0.8); /*bottom internal shadow*/
}

.text-indent,#searchBtn,#subscribeBtn{display:block;overflow:hidden;text-indent:-999em;font-size:0;line-height:0;}
/* clear floats */
.clearall,#nav-bar ul,#header-section{overflow:visible}
.clearall:after,#nav-bar ul:after,#header-section:after{display:block;visibility:hidden;clear:both;height:0;content: ""; }
/* simple clear */
#content,#searchForm,#footer-links ul,#footer-section{overflow:hidden;_overflow:visible;zoom:1}

@font-face {
    font-family: 'YanoneKaffeesatzLight';
    src: url('fonts/YanoneKaffeesatz-Light-webfont.eot');
    src: url('fonts/YanoneKaffeesatz-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/YanoneKaffeesatz-Light-webfont.woff') format('woff'),
         url('fonts/YanoneKaffeesatz-Light-webfont.ttf') format('truetype'),
         url('fonts/YanoneKaffeesatz-Light-webfont.svg#YanoneKaffeesatzLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'YanoneKaffeesatzRegular';
    src: url('fonts/YanoneKaffeesatz-Regular-webfont.eot');
    src: url('fonts/YanoneKaffeesatz-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/YanoneKaffeesatz-Regular-webfont.woff') format('woff'),
         url('fonts/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'),
         url('fonts/YanoneKaffeesatz-Regular-webfont.svg#YanoneKaffeesatzRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* h1,h2,h3{font-family:'YanoneKaffeesatzLight';line-height: 0.8;} */
h1,h2,h3{line-height: 1;}
h1{color:#005cd0;text-transform:uppercase;font-size:30px;font-weight:normal}
h2{color:#0150b3;font-size:20px;font-weight:normal}
h3{color:#43a1f9;font-size:18px;font-weight:normal}

body{background:#F2EEE3;font-family:Arial, Helvetica, sans-serif;font-size:14px;line-height:1.4;color:#181818}
#wrapper{width:940px;margin:0 auto;}
#topWrapper{width:100%;background:#fff url('bg-wrapper.jpg') repeat-x 0 0;}
#header-section{position:relative;width:100%;z-index:101;}
#logo{position:absolute;top:5px;left:-15px}
#search{float:right;}
	#nav-bar{width:900px;background:transparent url('bg-nav-bar.jpg') repeat-x 0 50%;clear:both;display:block;float:right;height:50px}
	#nav-bar ul{padding:0;margin:0;list-style-type:none;display:block;float:right}
	#nav-bar ul li{position:relative;float:left;width:auto;_width:1%;white-space:nowrap;}
	#nav-bar ul li a{display:block;color:#fff;font-weight:normal;font-family:'YanoneKaffeesatzLight';text-transform:uppercase;font-size:18px;padding:10px 10px 5px;text-decoration:none;line-height:26px;}
	#nav-bar ul li a:hover{text-decoration:underline}
	#nav-bar ul ul{position:absolute;top:50px;left:0;display:none}
	#nav-bar ul ul li{width:150px;float:none;border-top:1px solid #F2EEE3;}
	#nav-bar ul ul li a{padding:5px 10px;font-size:16px;text-transform:none;background:#3079D6;}
	#nav-bar ul ul li a:hover{background:#005CD0;text-decoration:none;}
	#nav-bar ul ul ul{position:absolute;top:-1px;left:150px;border-left:1px solid #F2EEE3;}
#content{padding-bottom:20px;}
#main-content{background:#fff;}
#masthead img{display:block}
#content-left{float:left;width:670px;margin-right:20px}
#content-left a:link {text-decoration:underline;color:#005CD0}
#content-left a:visited {text-decoration:none;color:#005CD0}
#content-right{float:right;width:255px;background:#0154BC;padding:10px;width:230px;height:1000px;margin-top:20px}
#content-right a:link {text-decoration:underline;color:#fff}
#content-right p{color:#fff;}
#content-right h2{display:block;width:210px;margin:1px 0;color:#fff;font-weight:normal;background:#3079D6 url('bg-h2-right-block.jpg') repeat-x 0 50%;font-weight:normal;font-family:'YanoneKaffeesatzLight';text-transform:uppercase;font-size:20px;padding:5px 10px}
#content-right h2 a:link {text-decoration:none;color:#fff;display:block;background:transparent url('ico-arrow.jpg') no-repeat 100% 50%}
#content-right h2 a:visited {text-decoration:none;color:#fff;display:block;background:transparent url('ico-arrow.jpg') no-repeat 100% 50%}
	.right-block img{display:block}
	

#searchForm{padding:20px 0}
#searchBtn{background:transparent url('bg-searchBtn.jpg') no-repeat 50%;width:10px;width:20px;height:30px;float:left;border:0;}
#searchWord{float:left;color:#909090;font-size:11px;width:177px;height:20px;padding:0;}
#email{width:179px;float:left;margin-right:5px!important}
#subscribeBtn{width:61px;height:25px;float:left;background:transparent url('bg-subscribe.png') 0 0;border:0;}

#footer-section{width:940px;margin:0 auto;padding:20px 0}
#footer-section label,
#payment-options .h2-footer{color:#012859;font-size:18px;font-family:'YanoneKaffeesatzRegular';display:block;margin-bottom:5px}
#footer-section input{margin:0;color:#666;}
#footer-left{float:left;width:450px;}
#footer-right{float:right;width:250px}

#footer-links{clear:both;padding:5px 0}
#footer-links ul{padding:0;margin:0;list-style-type:none;}
#footer-links ul li{float:left;}
#footer-links ul li.first a{border:none;}
#footer-links ul li a{color:#438ce9;text-transform:uppercase;text-decoration:none;border-left:1px solid #438ce9;margin-right:5px;padding-left:5px;font-size:11px}
#footer-links ul li a:hover{text-decoration:underline}

#copyright,#credits{color:#01326c;font-size:11px}
#credits{}
#credits img{margin-bottom:-10px;}
#payment-options .h2-footer{}

/*mini cart link*/
#minicartwrap{float: left;
    padding:25px 0 0 630px;
    width: 100px;}
#minicartwrap a{ text-decoration:none;
color:#438CE9;}
#minicartwrap a:hover{text-decoration:underline;}

div.ss_plugin ul.postsLayout01 li.exerpt h2 {
    font-size: 18px;
    line-height: 18px;
}

#content .cal-mini {
    margin: 10px 5px 18px;
    width: 222px;
}

#content-right .cal-mini table {
    font-size:10px;
    color: white;
}

#content .cal-mini .fc-today {
    color: #0154BC;
    background: #ffffff;
}

#content .cal-mini .fc-has-event { background: #438CE9; color: #ffffff; }


#ss-calendar th.fc-widget-header {
  background: #0154BC;
  color: #ffffff;
}

#ss-calendar {
  padding-top: 20px;
}

