html,body {
	margin:0;
	padding:0;
}
body {	
	color:#000;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-size:13px;
	line-height:18px;
	text-align:center;
}
html.ready {
	background:#fdfdfa url(images/topo.gif) no-repeat center 0;
	/*background-attachment:fixed;*/
}
body {
	background: url(store_images/header_bg.png) repeat-x 0 0;
}
body.mceContentBody {
	background-image:none !important;
	background-color:#fff !important;
	margin:20px !important;
	width:681px !important;
	text-align:left;
}

body.mceContentBody a {
	color:#000 !important;
}

/*********************************************
 * 
 * COMMON OVERRIDES / RESET 
 *
 *********************************************/
h1,h2,h3,h4,h5,h6,p,ol,ul,dl,form,blockquote,pre {
	margin:0;
	padding:0;
}

img {
	border:none;
}
hr {
	margin:0 0 18px 0;
	padding:0;
	border-top:1px solid #e2e2e2;
	border-bottom:none;
	border-left:none;
	border-right:none;
}
a {
	color:#000;
}
a:focus, :focus {
	outline:none;
}
a:link, a:visited {
	text-decoration:underline;
}
a:hover, a:active {
	text-decoration:none;
}
p {
	margin-bottom:18px;
}
ul {
	list-style-type:none;
}
ol {
	margin-left:18px;
}

h1,h2,h3 {
	font-weight:bold;
}
h1 {
	color:#216c2d;
	font-size:22px;
	line-height:24px;
	padding:14px 15px;
	text-transform:uppercase;
	background:url(store_images/headline.gif) no-repeat 0 0;
	
}
h2 {
	color:#216c2d;
	font-size:18px;
	line-height:18px;
	margin-bottom:9px;
	text-transform:uppercase;
}
h3 {
	color:#216c2d;
	font-size:16px;
	line-height:18px;
	margin-bottom:6px;
}
h4 {
	color:#216c2d;
	font-size:14px;
	line-height:18px;
	margin-bottom:6px;
}


/*********************************************
 * 
 * TYPOGRAPHY 
 *
 *********************************************/
p.intro {
	font-size:14px;
}

.price-sale, .text-pricespecial {
	color:#CC0000;
}
.price-old, .text-pricestrike {
	color:#979797;
	text-decoration:line-through;
}
#text-regularprice {
	color:#979797;
}
#text-yourprice {
	color:#CC0000;
}
#text-percentage, .price-percentage {
	display:none;
}

.alt {
	color:#868686;
}
.inputRequirement {
	color:#CC0000;
}

#content-main h1 {
	margin-left:-15px;
	margin-right:-15px;
}

#content-left h2 {
	color:#fff;
	font-weight:bold;
	padding:6px 8px 4px 8px;
	background-color:#216c2d;
}



/*********************************************
 * 
 * LAYOUT STYLES 
 *
 *********************************************/
.border {
	padding:3px;
	border:1px solid #d1d1d1;
}
.borderHero {
	padding:5px;
	border:1px solid #d1d1d1;
}
.border img, .borderHero img {
	display:block;
}
.borderSnug {
	border:1px solid #d1d1d1;
}
.borderSnug img {
	display:block;
}
.block {
	margin-bottom:10px;
}

.extend {
	margin-left:-15px;
	margin-right:-15px;
}
.extend .extend, .extend h1 {
	margin-left:0 !important;
	margin-right:0 !important;
}

.sbContain {
	padding-left:10px;
	padding-right:10px;
}

p.slim {
	margin-bottom:8px;
}

.sgBox {
	margin:5px;
	padding-bottom:10px;
}

.fright {
	float:right;
}
.fleft {
	float:left;
}

.search-table {
	display:none;
}

/*********************************************
 * 
 * LAYOUT ELEMENTS 
 *
 *********************************************/
#wrap {
	width:960px;
	margin:0 auto;
	text-align:left;
}
#header {
	position:relative;
	height:130px;
}
#logospace, #sgNav, #sgSearch, #sgConnect {
	position:absolute;
}
#logospace {
	left:29px;
	top:16px;
}
#sgSearch {
	top:21px;
	left:262px;
	color:#ffc20e;
}
#sgConnect {
	text-align:right;
	text-transform:uppercase;
	top:15px;
	right:0;
}
#sgConnect span {
	display:block;
}
#sgCall {
	color:#fff;
	font-size:18px;
	padding-bottom:4px;
}
#sgLinks, #sgLinks a {
	color:#ffc20e;
	font-size:15px;
	text-decoration:none;
}
#sgLinks a:hover, #sgLinks a:active {
	color:#fff;
}
#sgNav {
	top:88px;
	left:236px;
}

#content {
	border:1px solid #d1d1d1;
	background:#fff url(store_images/column_bg.gif) repeat-y 0 0;
	margin-bottom:18px;
}
#content-main {
	float:right;
	width:681px;
	padding-top:10px;
	margin-right:25px;
}
* html #content-main {
	display:inline;
}
#content-left {
	float:left;
	width:227px;
}

#networks li {
	float:left;
	padding:0 5px;
}
#networks li.middle {
	padding:0 15px;
}

#cobrand {
	border-top:1px solid #d2d2d2;
	padding:10px 0;
	text-align:center;
}
#footer {
	font-size:10px;
	padding-bottom:40px;
}
#footer a {
	display: -moz-inline-block;
	display:inline-block;
	margin-right:10px;
}
#copyright {
	padding-top:8px;
}


/*********************************************
 * 
 * Form Defaults & Custom Forms
 *
 *********************************************/
input.text {
	color:#999999;
	border-left:2px solid #666666;
	border-top:2px solid #666666;
	border-right:2px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
	padding:3px;
}

#sgSearch label {
	float:left;
	line-height:23px;
	padding-right:10px;
}
#sgSearch .prettyWrap {
	height:23px;
	float:left;
	background:url(store_images/prettysearch_center.jpg) repeat-x 0 0;
}
#sgSearch .prettyLeft {
	float:left;
	height:23px;
	width:6px;
	background:url(store_images/prettysearch_left.jpg) no-repeat 0 0;
}
#sgSearch .prettyRight {
	display:none;
}
#sgSearch input.pretty {
	color:#999999;
	padding-top:4px;
}
#sgSearch input.prettyDone {
	border:none;
	border-color:#fff;
}
#sgSearch input.prettySubmit {
	float:left;
}

#sgJoin{
	padding-left:5px;
	padding-right:5px;
}
#sgJoin input.text {
	width:140px;
	margin-right:6px;
}
#sgJoin input.text, #sgJoin input.submit {
	float:left;
}

#sgAccount form {
	padding-left:8px;
	padding-right:8px;
}
#sgAccount input.text {
	width:180px;
	margin-bottom:8px;
}

/*********************************************
 * 
 * Top navigation 
 *
 *********************************************/
ul#sgNav li {
	float:left;
	margin-right:20px;
}
ul#sgNav a {
	font-size:18px;
	display:block;
	height:34px;
	line-height:1.8em; /*30px;*/
	position:relative;
	text-transform:uppercase;
}
.firefox ul#sgNav a {
	line-height:1.9em;
}
ul#sgNav span {
	display:block;
	height:34px;
	padding-left:16px;
	padding-right:6px;
	background:url(store_images/topnav_off_left.png) no-repeat 0 0;
}
ul#sgNav span.end {
	position:absolute;
	top:0;
	right:-10px;
	width:10px;
	padding:0;
	background:url(store_images/topnav_off_right.png) no-repeat 0 0;
}

ul#sgNav a:link, ul#sgNav a:visited, ul#sgNav a:hover, ul#sgNav a:active {
	color:#fff;
	text-decoration:none;
}

ul#sgNav a:hover span, ul#sgNav a.active span {
	background:url(store_images/topnav_on_left.png) no-repeat 0 0;
}
ul#sgNav a:hover span.end, ul#sgNav a.active span.end {
	background:url(store_images/topnav_on_right.png) no-repeat 0 0;
}

/*********************************************
 * 
 * Store Navigation 
 *
 *********************************************/
.navlink span, .navlink br {
	display:none;
}
.navlink a {
	display:block;
	color:#44380d;
	font-size:16px;
	padding:3px 8px 2px 8px;
	margin-bottom:4px;
	text-transform:uppercase;
}
.navlink a:link, .navlink a:visited, .navlink a:hover, .navlink a:active {
	text-decoration:none;
}
.navlink a:hover, a.link-department-select {
	color:#fff;
	background-color:#808765;
}

.categoryblock {
	padding:2px 8px;
}
.categoryblock a {
	display:inline;
	padding:0;
	font-size:12px;
	text-transform:none;
	font-weight:bold;
}
.categoryblock a:link, .categoryblock a:visited {

}
.categoryblock a:hover, .categoryblock a:active, a.link-category-select, a.link-subcategory-select {
	background-color:transparent;
	color:#808765 !important;
}

.nav-subcategory {
    padding-left:10px;
}
.categoryblock .nav-subcategory a {
    font-weight:normal;
}

/*********************************************
 * 
 * TAB NAVIGATION 
 *
 *********************************************/
a.sgTabLink {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	float:left;
	padding-left:15px;
	line-height:40px;
	text-transform:uppercase;
	margin-right:10px;
	background:url(store_images/tabNav.gif) no-repeat 0 0;
}
a.sgTabLink span {
	float:right;
	width:15px;
	height:40px;
	background:url(store_images/tabNav.gif) no-repeat 100% 0;
}
a.sgTabLink:hover {
	color:#666;
	background-position:0 -40px;
}
a.sgTabLink:hover span {
	background-position:100% -40px;
}
a.sgTabLink.tabActive, a.sgTabLink.tabActive:hover {
	color:#000;
	background-position:0 -80px;
}
a.sgTabLink.tabActive span, a.sgTabLink.tabActive:hover span {
	background-position:100% -80px;
}
#sgTabNav, a.sgTabLink {
	display:none;
}
#sgTabsWrap.loaded {
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	background:url(store_images/tabSides.gif) repeat-y 0 0;
	padding-top:18px;
	padding-bottom:18px;
	margin-top:-1px;
}
#sgTabsWrap.loaded .contain {
	padding-left:15px;
	padding-right:15px;
}



/*********************************************
 * 
 * Products
 *
 *********************************************/
#productListWrap ul.productList {
	border-bottom:1px solid #e2e2e2;
	margin-bottom:10px;
}
ul.productList li {
	float:left;
	width:157px;
	text-align:center;
	font-size:11px;
	line-height:14px;
	margin:0 10px 10px 10px;
}
ul.productList li img {
	display:block;
	margin:0 auto 4px auto;
}


/*********************************************
 * 
 * Product Categories
 *
 *********************************************/
/** 

NOT GOING TO WORK w/o editable CATS TEMPLATE

ul.productCats li {
	float:left;
	padding:10px;
	width:328px;
	border:1px solid #d1d1d1;
	font-size:11px;
	line-height:14px;
	margin:0 10px 10px 0;
}
ul.productCats li.last {
	margin-right:0;
}
ul.productCats h3 {
	text-transform:uppercase;
}
ul.productCats h3 a:link, ul.productCats h3 a:visited {
	color:#216c2d;
	text-decoration:none;
}
ul.productCats h3 a:hover, ul.productCats h3 a:active {
	color:#216c2d;
	text-decoration:underline;
}
ul.productCats div {
	padding-left:130px;
}
ul.productCats img.thumb {
	float:left;
}
ul.productCats p.btn {
	text-align:right;
	margin-bottom:0;
}
**/

table.cattablebody {
    border-collapse:collapse;
    padding:0;
    margin:0;
}
table.cattablebody td {
    padding:0;
}
table#categorypictures {
    border-collapse:collapse;
}
tr.cattablerowimage td {
/*
    border-top:1px solid #e2e2e2;
    border-right:1px solid #e2e2e2;
    border-left:1px solid #e2e2e2;
*/
}
tr.cattablerowtext td {
/*
    border-bottom:1px solid #e2e2e2;
    border-right:1px solid #e2e2e2;
    border-left:1px solid #e2e2e2;
*/	
    padding:4px 8px;
    font-size:12px;
    line-height:16px;
}
td.cattabletext {

}

/*********************************************
 * 
 * Product Details
 *
 *********************************************/
#productImages {
	float:left;
	width:300px;
}
#productImage {
	text-align:center;
}
#productImage img {
	float:none;
}
#productInfo {
	float:right;
	width:384px;
}
#productInfo h1 {
	background:none;
	font-size:26px;
	padding:0;
}
#productInfo h2.brand {
	color:#999;
	text-transform:none;
}
#productOpts {
	padding:18px 0 0 0;
	margin-bottom:18px;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
}
#productPrice {
	font-size:18px;
	padding-bottom:18px;
}
#productPrice span {
	padding-right:18px;
}
#productBuy {
	position:relative;
}
#productBuy img.wishlist {
	position:absolute;
	left:160px;
	top:6px;
}

#productEnlarge {
	text-align:center;
}
#productViews {
	margin-top:18px;
	padding-left:15px;
}
#productViews ul {
	margin-left:-10px;
}
#productViews li {
	float:left;
	padding:4px 8px;
}
#productViews img {
	display:block;
}

table#matrixoptions {
	margin-bottom:18px;
}
table#matrixoptions td {
	vertical-align:top;
	padding-top:4px;
	padding-bottom:4px;
}
table#matrixoptions td.matrixcol1 {
	padding-right:10px;
}
#matrixitemoptions p {
	margin-bottom:0;
}

p.text-pricingdetails {
	margin-bottom:0;
}

/*********************************************
 * 
 * Product Specials Block
 *
 *********************************************/
#specialoffers {
	display:none;
	font-size:11px;
	line-height:14px;
}
#page-home #specialoffers {
	display:block;
}
table#panel-specials, table#panel-specials table.navpanelbodybody, table#panel-specials table.navpanelbodycontenttable {
	width:100%;
}
table#panel-specials table.navpanelbodyheader {
	display:none;
}


/*********************************************
 * 
 * Product Reviews
 *
 *********************************************/
.reviewsAverage {
    margin-bottom:18px;
	font-size:14px;
	font-weight:bold;
}
.reviewUseful {
    float:right;
}
.productReview {
    border-top:1px solid #e2e2e2;
    padding-top:18px;
}
.productReview img.star {
	vertical-align:middle;
}
p.productReviewer {
    margin-bottom:4px;
	font-weight:bold;
}


/*********************************************
 * 
 * Brand Slider 
 *
 *********************************************/
.sliderWrap {
	overflow:hidden;
	width:100%;
}

#brands .sliderWrap {
	height:108px;
}
#brands ul.slider {
	width:8000px;
}
#brands ul.slider li {
	float:left;
	width:170px;
	margin-right:10px;
}
#brands ul.slider a {
	display:block;
	border:1px solid #d1d1d1;
}
#brands ul.slider img {
	display:block;
}

/*********************************************
 * 
 * User MCE templates 
 *
 *********************************************/
table.common {
	border-collapse:collapse;
	padding:0;
	margin:0;
}

table.flexL {
	width:100%;
}
table.flexL td {
	vertical-align:top;
}
table.flexL td.first {
	width:20px;
	padding-right:18px;
}

table.flow h3 {
	margin-bottom:0;
}
table.flow h4 {
	margin-bottom:12px;
}
table.flow td {
	padding-top:18px;
	padding-bottom:18px;
	border-bottom:1px solid #E2E2E2;
}
table.flow tr.last td {
	border-bottom:none;
}

table.tce {
	width:100%;
}
table.tce td {
	vertical-align:top;
	width:33%;
}

/*********************************************
 * 
 * Brands List Page
 *
 *********************************************/
ul.sgbrandlist {
	list-style-type:none;
	padding-left:7px;
	padding-right:7px;
}
ul.sgbrandlist li {
	width:100px;
	margin:8px;
	float:left;
}
ul.sgbrandlist a {
	display:block;
}
ul.sgbrandlist img {
	display:block;
}

/*********************************************
 * 
 * MCE / Main Content Overrides 
 *
 *********************************************/
#content-main ol, .mceContentBody ol {
	margin-left:18px;
	margin-bottom:14px;
}
ul.list , .mceContentBody ul {
	margin-bottom:14px;
}
ul.list li, .mceContentBody ul li {
	line-height:14px;
	padding:2px 0 4px 0;
}
ul.list li, .mceContentBody ul li {
	padding-left:12px;
	background:url(store_images/bullet.gif) no-repeat 0 7px;
}


/*********************************************
 * 
 * NS Sprite Buttons
 *
 *********************************************/
a.button-big, a.button-small {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:27px;
	padding-left:10px;
	text-decoration:none;
	text-transform:uppercase;
	
	height:27px;
	display:inline-block;
	white-space:nowrap;
	background:url(store_images/buttons/ns_sprite.gif) no-repeat 0 0;
}
a.button-big .button-left, a.button-small .button-left {
	float:right;
	width:10px;
	height:27px;
	background:url(store_images/buttons/ns_sprite.gif) no-repeat 100% 0;
}
a.button-big .button-text, a.button-small .button-text {
	float:left;
}
a.button-big:link, a.button-big:visited, a.button-small:link, a.button-small:visited {
	color:#fff;
	text-decoration:none;
}

a.button-big .button-right, a.button-small .button-right {
	display:none;
	visibility:hidden;
}


/*********************************************
 * 
 * Cart & Misc Tables
 *
 *********************************************/
table.baskettable {
	border-collapse:collapse;
}
table.baskettable td {
	padding:2px 14px 2px 0;
	border-bottom:1px solid #666;
}
table.baskettable tr.basketlist-hilight td {
	border-bottom:none;
}


/****************************************************
 *
 * One Step Checkout
 *
 ****************************************************/
#checkout-cleaned #content {
	background-image:none;
} 
#checkout-cleaned h1 {
	margin-left:0;
	background-image:none;
	padding-left:0;
}
#checkout-cleaned #cobrand {
	display:none;
}
#page-checkoutstep2 #content-right, #page-checkoutstep2 #content-left {
	display:none;
}
#page-checkoutstep2 #content-main {
	width:928px;
	margin-left:10px;
	margin-right:10px;
}

#page-checkoutstep2 h4.formBox {
    border-top: 2px solid #ccc;
    font-size: 16px;
	font-weight:bold;
    margin-bottom: 10px;
    padding: 6px 0;
}
#page-checkoutstep2 ul.checkout-fields {
	margin-left:0;
}
#checkout-cleaned .checkout-third {
	float:left;
	width:292px;
	margin:0 20px 0 0;
}
#checkout-cleaned #checkout-first-column {
	
}
#checkout-cleaned #checkout-second-column, #checkout-cleaned #checkout-third-column {

}
#checkout-cleaned #checkout-third-column {
	margin-right:0;
}
#checkout-cleaned div.checkout-panel {
	float:none;
	margin-right:0;
	padding-bottom:20px;
	width:auto;
}
#checkout-cleaned ul.checkout-fields {
	padding-bottom:20px;
	margin-bottom:0;
}
#checkout-cleaned ul.checkout-fields li div.two-column, #checkout-cleaned ul.checkout-fields li div.two-column .error-text {
	width:140px !important;
}
#checkout-cleaned #checkout_comment {
	width:90% !important;
}
#checkout-cleaned div.checkout-panel #checkout_webcoupon {
	margin-left:0;
}

#checkout-cleaned #shippingform p {
	color:#333;
	font-size:12px;
	line-height:1.6em;
}
#checkout-cleaned #shippingform label {
	color:#555;
    font-size: 12px;
    padding-bottom: 4px;
}
#checout-cleaned #shippingform span.error-text {
	max-width:292px;
}
#checkout-cleaned #shippingform ul li {
	padding-bottom:0;
}
#checkout-cleaned div.checkout-panel input.textbox, #checkout-cleaned div.checkout-panel select {
    width: 280px;
}
#checkout-cleaned #shippingform input.textbox, #checkout-cleaned #shippingform select {
	margin-bottom:10px;
	padding:2px 5px;
}
#checkout-cleaned #shippingform input#checkout_shipdate {
	width:auto;
}
#checkout-cleaned #shippingform .two-column input.textbox, #checkout-cleaned #shippingform .two-column select {
	width:130px !important;
}

#checkout-cleaned #btn-make-payment .button-left, #checkout-cleaned #btn-make-payment .button-right {
	display:none;
} 
#checkout-cleaned #btn-make-payment .button-text {
	float:none;
	padding:0;
}
#checkout-cleaned a#btn-make-payment {
	background-color:#389016;
	background-image:none;
	font-size:20px;
	line-height:40px;
	height:auto;
	padding:0 20px;
}

#checkout-cleaned #mini-basket th {
	font-size:12px;
}
#checkout-cleaned #mini-basket td {
	font-size:11px;
}

#clean-payment-options div {
	float:left;
	font-weight:bold;
	padding-right:30px;
}

/*********************************************
 * 
 * Clearfixins 
 *
 *********************************************/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
