/** Shopify CDN: Minification failed

Line 14:56 Expected identifier but found "*"
Line 14:74 Expected identifier but found "*"
Line 76:16 Expected identifier but found "*"
Line 82:77 Expected identifier but found "*"
Line 85:32 Expected identifier but found "*"
Line 365:1 Unexpected "html"

**/
/*HTML5 Boilerplate * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, * Kroc Camen, and the H5BP dev community and team.*/
/*HTML5 element display*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }

/*Base*/
/*1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
* http://clagnut.com/blog/348/#c790
*2. Force vertical scrollbar in non-IE
*3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
* www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
*4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
*/

html{font-size:100%;overflow-y:scroll;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}body{margin: 0;font-size:13px;line-height:1.231;}
body,button,input,select,textarea{font-family:sans-serif;color:#222;}.left{float:left;}.right{float:right;}.clear{clear:both;}

/* These selection declarations have to be separate * No text-shadow: twitter.com/miketaylr/status/12228805301 * Also: hot pink! */

::-moz-selection{background:#fe57a1;color:#fff;text-shadow:none;}::selection{background:#fe57a1;color:#fff;text-shadow:none;}

/*Links*/

/*Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test*/
a:hover,a:active{outline:0;}

/*Typography*/
@font-face{font-family:'GrilledCheeseBTNWideBlkRg';src:url('grilledcheese_btn_cn-webfont.eot');src:url('grilledcheese_btn_cn-webfont.eot?#iefix')format('embedded-opentype'),url('grilledcheese_btn_cn-webfont.woff')format('woff'),url('grilledcheese_btn_cn-webfont.ttf')format('truetype'),url('grilledcheese_btn_cn-webfont.svg#GrilledCheeseBTNWideBlkRg') format('svg');font-weight:normal;font-style:normal;}
abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}blockquote{margin:1em 40px;}dfn{font-style:italic;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}
ins{background:#ff9;color:#000;text-decoration:none;}
mark{background:#ff0;color:#000;font-style:italic;font-weight:bold;}

/*Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59*/
pre,code,kbd,samp{font-family:monospace,monospace;_font-family:'courier new',monospace;font-size:1em;}

/*Improve readability of pre-formatted text in all browsers*/
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;}
q{quotes:none;}q:before,q:after{content:"";content:none;}
small{font-size:85%;}

/*Position subscript and superscript content without affecting line-height: gist.github.com/413930*/
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}sub{bottom:-0.25em;}

/*Lists*/
ul,ol{margin:1em 0;padding:0 0 0 40px;}
dd{margin:0 0 0 40px;}
nav ul,nav ol,nav{list-style:none;margin:0;padding:0;}

/*Embedded content*/
/* Improve image quality when scaled in IE7 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/*/
img{border:0;-ms-interpolation-mode:bicubic;}

/*Correct overflow displayed oddly in IE9*/
svg:not(:root){overflow: hidden;}

/*Figures*/
figure{margin:0;}

/*Forms*/
form{margin:0;}fieldset{border:0;margin:0;padding:0;}

/*1. Correct color not inheriting in IE6/7/8/9 * 2. Correct alignment displayed oddly in IE6/7*/
legend{border:0;*margin-left:-7px;padding:0;}

/*Indicate that 'label' will shift focus to the associated form element*/
label{cursor:pointer;}

/* 1. Correct font-size not inheriting in all browsers * 2. Remove margins in FF3/4 S5 Chrome * 3. Define consistent vertical alignment display in all browsers */
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;}

/* 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet) * 2. Correct inner spacing displayed oddly in IE6/7*/
button,input{line-height:normal;*overflow:visible;}

/* 1. Display hand cursor for clickable form elements * 2. Allow styling of clickable form elements in iOS*/
button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;}

/*Consistent box sizing and appearance*/
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;}
input[type="search"]{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}

/* Remove inner padding and border in FF3/4 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}

/*Remove default vertical scrollbar in IE6/7/8/9*/
textarea{overflow:auto;vertical-align: top;}

/*Colors for form validity*/
input:valid,textarea:valid{  }
input:invalid,textarea:invalid{background-color:#f0dddd;}

/*Tables*/
table{border-collapse:collapse;border-spacing:0;}

/*Primary styles Author:*/
/*@group body*/
body{background: #6ea4d2 url('bg1.jpg') repeat-x top center;color:#333333;font-family:'Droid Sans',sans-serif;font-size: 13px;}
h1{color:#1141bc;font-size:19px;margin:0 0 20px 0;}
h2{font-size:20px;font-weight:normal;margin:10px 0 15px;}
h2 a{color:red;text-decoration: underline;}
h2 a:hover{text-decoration:none;}
h3 {color:#1141bc;font-size:16px;}
a {color:#1c4bc3;text-decoration:underline;}
a:hover {color:#1c4bc3;text-decoration:none;}
.btn-wrap a,a.btn,input.btn{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;
	background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.15,rgb(18,66,189)),color-stop(0.6,rgb(82,123,227)));
	background-image:-moz-linear-gradient(center bottom,rgb(18,66,189) 15%,rgb(82,123,227) 60%);
    background-image:-ms-linear-gradient(bottom, rgb(18,66,189) 15%,rgb(82,123,227) 60%);
	color:#FFF;text-decoration: none;
}
.btn-wrap a:hover,a.btn:hover,input.btn:hover {
	background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.15,rgb(82,123,227)),color-stop(0.6, rgb(18,66,189)));
	background-image:-moz-linear-gradient(center bottom,rgb(82,123,227) 15%,rgb(18,66,189) 60%);
    background-image:-ms-linear-gradient(bottom,rgb(82,123,227) 15%,rgb(18,66,189) 60%);
}
input.btn1 {-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;background-color:#2a7902 !important;
	background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.15, rgb(42,120,1)),color-stop(0.6, rgb(80,165,0)));
	background-image:-moz-linear-gradient(center bottom,rgb(42,120,1) 15%,rgb(80,165,0) 60%);
    background-image:-ms-linear-gradient(bottom, rgb(42,120,1) 15%, rgb(80,165,0) 60%);
  	color:#FFF;text-decoration:none;
}
input.btn1:hover{background-color: #50a500 !important;
  	background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.15, rgb(80,165,0)),color-stop(0.6, rgb(42,120,1)));
	background-image:-moz-linear-gradient(center bottom,rgb(80,165,0) 15%,rgb(42,120,1) 60%);
    background-image:-ms-linear-gradient(bottom, rgb(80,165,0) 15%, rgb(42,120,1) 60%);
}
/* @end */

/* @group structure */
div#container{background: url("bg_container.png") repeat-y scroll center top transparent;margin:0 auto;overflow:visible;position:relative;width:985px;}
header{background: url("bg_header.png") no-repeat scroll center top transparent;height:220px;}
div#main{margin: 0 auto;overflow:hidden;position:relative;}
section{color:#666666;}
section.home{clear:both;margin:0 auto;overflow:visible;position:relative;width:880px;}
section.products{margin:0 auto 30px;}
section.inner{float:right;margin:0 32px 0 0;width:760px;}
section.blog,section.page,section.update-message{clear:both;margin:0 auto;width:920px;}
aside{float:left;margin:0 0 0 35px;width:140px;}
footer{background: url("bg_footer.png?rfd") no-repeat scroll center top transparent;height: 490px;margin:0 auto;padding:40px 40px 0;width:905px;}
/* @end */

/* @group header */
header h1,header div.logo{background: url("bg_logo.jpg") no-repeat scroll left top transparent;display:block;height:169px;left:19px;position:relative;top: 14px;width:346px;}
header h1 a,header div.logo a{display:block;height:169px;width:346px;text-indent:-99999px;}
header span{color:#FFFFFF;font-size:13px;position:absolute;right:40px;top:8px;z-index:40;}
header span a{color:#FFF;text-decoration:none;}
header span a:hover{color:#FFF;text-decoration:underline;}
div.search{display:block;font-size:14px;font-weight:bold;height:58px;left:425px;position:absolute;text-align:center;top:41px;width:267px;}
div.search form {-webkit-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px;background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.15, rgb(18,66,189)),color-stop(0.6, rgb(82,123,227)));background-image: -moz-linear-gradient(center bottom,rgb(18,66,189) 15%,rgb(82,123,227) 60%);background-image: -ms-linear-gradient(bottom, rgb(18,66,189) 15%, rgb(82,123,227) 60%);color: #FFF;margin: 0 0 6px;padding: 6px 9px;text-align: left;	
}
div.search form input.search {
    background: #FFFFFF;
    border: medium none;
    color: #666666;
    font-size: 11px;
    margin: 0 3px;
    padding: 6px 5px;
    width: 138px;
}
div.search form input.go {
	border: 1px solid #FFF;
	color: #FFF;
	padding: 5px 10px;
}
div.subnews {
    border-left: 1px solid #CCCCCC;
    display: block;
    font-weight: bold;
    height: 58px;
    left: 705px;
    padding: 4px 0 0 4px;
    position: absolute;
    top: 41px;
    width: 252px;
}
a.faceicon,
a.twiticon,
a.pinticon {
    display: inline-block;
    height: 16px;
    text-indent: -99999px;
    width: 16px;
    vertical-align:top;
}
a.faceicon {
    background: url("sprt_socialicon.png") no-repeat scroll -76px top transparent;
    margin: 0 2px;
}
a.twiticon {
	background: url('sprt_socialicon.png') no-repeat top right;
  	margin: 0 2px 0 0;
}
a.pinticon {
	background: url('pinterest.png') no-repeat top right;
}

form {
	padding: 10px 0 0 0;
}
div.subnews input.email {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #666666;
    font-size: 11px;
    margin: 0 3px;
    padding: 6px 5px;
    width: 125px;
}
div.subnews input.subscribe {
	border: none;
	padding: 5px 10px;
}
nav.cartnav {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: url('bg_cartnav.png?rfd') repeat-y top right;
    height: 24px;
    padding: 8px 0 0 20px;
    position: absolute;
    right: 30px;
    top: 115px;
}
nav.cartnav ul {
	float: right;
    margin: 0 10px 0 0;
}
nav.cartnav ul li {
	border-left: 2px solid #1a49c1;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}
nav.cartnav ul li.first {
	border: none;
}
nav.cartnav ul li strong {
    background: url("bg_carticon.png") no-repeat scroll left top transparent;
    color: red;
    padding: 2px 0 2px 28px;
}
nav.cartnav ul li a {
	color: #1a49c1;
	font-weight: bold;
	text-decoration: none;
}
nav.cartnav  ul li a:hover {
	padding: 0 0 3px;
	text-decoration: underline;
}
nav.cartnav  ul li a.total {
	font-weight: normal;
}
nav.main {
	position: absolute;
    right: 30px;
    top: 158px;
    width: 840px;
  	z-index:999;
}
nav.main ul {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.2, rgb(168,17,17)),
	    color-stop(0.6, rgb(237,11,11))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(168,17,17) 20%,
	    rgb(237,11,11) 60%
	);
    background-image: -ms-linear-gradient(bottom, rgb(168,17,17) 20%, rgb(237,11,11) 60%);
	-webkit-box-shadow: 0px 0px 3px 0px #ababab;
	-moz-box-shadow: 0px 0px 3px 0px #ababab;
	box-shadow: 0px 0px 3px 0px #ababab;
    display: block;
    height: 44px;
}

nav.main ul li {
    border-left: 1px solid #8E0B0B;
    border-right: 1px solid #E50C0C;
    display: block;
    float: left;
    height: 44px;
    padding: 0 22px;
    /*position: relative;*/
    z-index: 500;
}
nav.main ul li.first {
	border-left: none;
}
nav.main ul li.last {
	border-right: none;
}
nav.main ul li a {
    color: #FFFFFF;
    display: block;
    font-weight: 700;
    padding: 8px 0 20px;
    position: relative;
    text-decoration: none;
    top: 5px;
}
nav.main ul li a:hover,
nav.main ul li.active a {
	color: #770d0d;
}
nav.main > ul  > li:hover
{
	background: #F2C510;
}
nav.main ul li ul {
    background: none repeat scroll 0 0 red;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    display: none;
    height: auto;
    left: 0;
    list-style: none outside none;
    margin: 0 5px 0 5px;
    padding: 0 20px 20px 0;
    position: absolute;
	width: 810px;
    z-index: 900;
}
nav.main ul li.last ul {
     /*left: -200px;*/
}
nav.main ul li ul li {
    border: medium none;
    float: left;
    height: auto;
    margin: 0;
    padding: 0 10px 5px 26px;
    width: 120px;
}
nav.main ul li ul a {
	display: block;
	padding: 3px 0; 
	height: 15px;
}
nav.main ul li ul a:hover {
	color: #FFF;
	text-decoration: underline;
}
*html nav.main ul li ul {
	margin:0 0 0 -2px;
}
/* @end */

/* @group banner */
section#banner {
    height: 416px;
    margin: 0 auto 15px;
    width: 880px;
}
div#slider {
    height: 300px;
    margin: 0 auto;
    position: relative;
    width: 880px;
    z-index: 1;
}
div.scroll {
    clear: left;
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    width: 880px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
div.scrollContainer div.panel {
    height: 300px;
    width: 880px;
}

div.panel div.overlay {
    background: url("bg_overlay.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    padding: 0 0 15px 20px;
    position: absolute;
    top: 220px;
    width: 100%;
    z-index: 900;
}

div.panel img { z-index: 1; display: block; position: relative; }

div.overlay h4 {
    font-size: 30px;
    margin: 10px 0 0;
    padding: 0;
    text-transform: uppercase;
}
div.overlay p {
	font-size: 18px;
	margin: 0;
}
div.overlay a {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.17, rgb(246,202,5)),
	    color-stop(0.59, rgb(243,219,112))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(246,202,5) 17%,
	    rgb(243,219,112) 59%
	);
    background-image: -ms-linear-gradient(bottom, rgb(246,202,5) 17%, rgb(243,219,112) 59%);
    color: #FE4E01;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 55px 15px 35px;
    position: absolute;
    right: 43px;
    text-decoration: none;
    top: 14px;
}
ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}
ul.navigation li {
    float: left;
    margin-right: 1px;
}
ul.navigation li.first {
	   margin: 0 0 0 40px;
}
ul.navigation a {
	display: block;
	width: 200px;
	height: 95px;
	position: relative;
	text-decoration: none;
}
ul.navigation a img {
	position: absolute;
	-webkit-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
	-webkit-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.24);
	-moz-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.24);
	box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.24);
}
ul.navigation a span {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
    font-weight: bold;
    left: 17px;
    padding: 13px 10px 0;
    position: absolute;
    text-align: center;
    top: 85px;
    width: 145px;
}
ul.navigation a.selected span {
	background: none repeat scroll 0 0 #FFFFFF;
}
img.scrollButtons {
	display: none;
}
.hide {
    display: none;
}
/* @end */

/* @group twitter */
div.tweet {
    background: url("bg_tweet.png") no-repeat scroll left top transparent;
    display: block;
    height: 150px;
    margin: 35px auto;
    width: 557px;
}
div.tweet p {
	display: block;
    /*left: 152px;*/
    line-height: 1.5;
    position: relative;
    /*top: 62px;*/
    width: 327px;
}
div.tweet .twtr-hd {
    display: none;    
}
div.tweet .twtr-bd {
    margin-left: 250px;
    width: 281px;
    margin-top:12px;
    line-height: 1.5;
}
div.tweet .twtr-ft {
    display: none;    
}
div.tweet .twtr-user {
    display: none;    
}
div.tweet .twtr-tweets {
    height: 66px;  
    overflow: hidden;
}
div.tweet p em {
	color: #cccccc;
	font-size: 12px;
}
div.tweet .twitter-container{
    width:280px;
    float:right;
    margin-right:20px;
    margin-top:30px;
    overflow:hidden;
    height:88px;
}
div.tweet .twitter-container iframe{
    margin-top:-50px;
    border:0px;
}
div.follow {
	height: 40px;
	margin: 0 auto 30px;
	width: 270px;/*width:300px;*/
}
a.twitfollow {
    background: url("sprt_socialicon.png") no-repeat scroll -99px top transparent;
    color: #666666;
    float: left;
  	padding: 0 0 0 25px;
    position: relative;
    text-decoration: none;
    top: 5px;
}
div.follow iframe.twitfollow {
  width: 83px !important;
}
/*a.pinterest-button {
    background: url("pinterest-icon.png") no-repeat;
  	display: inline-block;
  	width: 20px; height: 20px;
  	margin: 0;
    padding: 0;
    position: relative;
}*/
a.likeface {
	background: url('bg_facebook_hold.png') no-repeat top left;
	float: right;
	height: 24px;
	width: 288px;
	text-indent: -99999px;
}
/* @end */

/* @group products*/
div.breadcrumb {
	color: #6a90f2;
	margin: 0 0 20px 0;
	padding: 3px 0;
}
div.breadcrumb li {
	color: #6a90f2;
	display: inline-block;
	font-size: 12px;
	padding: 0 2px 0;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	top: 1px;
}
div.breadcrumb a:hover {
	text-decoration: underline;
}
div.item {
    border-right: 1px solid #CCCCCC;
    float: left;
    height: 290px;
    margin: 0 15px 30px 0;
    padding: 0 15px 0 0;
    width: 21%;
}
div.lastitem {
	border: none;
	margin: 0;
	padding: 0;
}
div.item img {
	display: block;
    margin: 0 auto 25px;
}
div.item p.desc {
	height: 35px;
    margin: 0;
    padding: 0;
}
div.item p.desc a {
	color: #333333;
	text-decoration: none;
}
div.item p.desc a:hover {
	text-decoration: underline;
}
div.item p.price {
	color: red;
	margin: 15px 0 15px;
	padding: 0;
}
div.item a.btn {
	display: block;
    margin: 0 auto;
    padding: 5px 8px;
    text-align: center;
    width: 100px;
}
/* @end */

/* @group featured */
#featured div.item {
	width: 22%;
}
a#next,
a#prev {
	display: block;
	height: 17px;
	text-indent: -99999px;
	position: absolute;
	top: 180px;
	width: 15px;
	z-index: 200;
}
a#next {
    background: url("sprt_arrows.png") no-repeat scroll left top transparent;
    left: -29px;	
}
a#prev {
    background: url("sprt_arrows.png") no-repeat scroll right top transparent;
    right: -29px;
}
/* @end */

/* @group article (page) */
article,
div.content {
    border-top: 1px solid #D1D1D1;
    margin: 0 0 25px;
    padding: 20px 0 0;
}
article header {
	background: none;
	height: auto;
}
div.facelike {
	display: block;
	height: 24px;
	margin: 0 100px 30px;
	width: 200px;
}
article .center {
	display: block;
	margin: 0 auto;
}
article img.left,
div.content img.left {
	border: 1px solid #d0d0d0;
	float: left;
	margin: 0 10px 5px 0;
	padding: 6px;
}
time {
	display: block;
    padding: 40px 0 50px;
}
article footer {
    background: none repeat scroll 0 0 transparent;
    border-top: 1px dotted #D1D1D1;
    height: 65px;
    margin: 0;
    padding: 12px 0;
	position: relative;
    width: auto;
}
article footer p {
	float: left;
	margin: 0;
	padding: 0;
}

div.share {
    display: block;
    clear: both;
    float: left;
    width: 200px;
    padding: 15px 0 0;
}
a.socialicon {
	display:block;
	float: left;
	height: 16px;
	margin: 0 4px 0 0;
	text-indent: -99999px;
	width: 16px;
}
a.sharelink {
	border-right: 2px solid;
    float: left;
    margin: 0 7px 0 0;
    padding: 0 7px 0 0;
}
a.shareicon {
	background: url("sprt_socialicon.png") no-repeat scroll left top transparent;
}
a.facebook {
	background: url('sprt_socialicon.png') no-repeat -76px top;
}
a.myspace {
	background: url('sprt_socialicon.png') no-repeat -51px top;
}
a.google {
	background: url('sprt_socialicon.png') no-repeat -25px top;
}
a.twitter {
	background: url('sprt_socialicon.png') no-repeat top right;
}
div.technorati {
    background: url("bg_technorati_hold.png") no-repeat scroll left top transparent;
    display: block;
    height: 90px;
    position: absolute;
    right: 0;
    width: 220px;;
}
section.comments {
	border-top: 1px solid #D1D1D1;
	padding: 20px 0 0 0;
}
section.comments article {
	border-bottom: 1px dotted #D1D1D1;
	border-top: none;
	margin: 25px 0 0;
    padding: 0 0 20px;
}
section.comments article span {
	display: block;
	padding: 0 0 10px;
}
section.leavecomment {
	padding: 20px 0;
}
section.leavecomment ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
section.leavecomment form label {
	display: block;
	font-size: 14px;
	padding: 5px 0;
}
section.leavecomment form label.comments {
	font-size: 12px;
    padding: 5px 0 10px;
}
section.leavecomment form input,
section.leavecomment form textarea {
	border: 1px solid #D1D1D1;
	padding: 3px;
	width: 300px;
}
section.leavecomment form textarea {
	height: 200px;
	width: 650px;
	margin: 0 0 10px;
}
section.leavecomment form input.btn {
	border: none;
	padding: 5px 10px;
	width: auto;
}
/* @group */

/* @group page */
div.content h2 {
	font-size: 16px;
}
/* @end */

/* @group product */
div.prodimg {
	color: #999999;
	float: left;
	font-size: 11px;
	padding: 10px 0 0 0;
	text-align: center;
	width: 260px;
}
div.prodimg img {
	display: block;
	margin: 0 auto 10px;
}
div.thumbs {
	padding: 5px 0 0;
}
div.thumbs img {
    display: inline;
    float: left;
    margin: 0 6px 6px 0;
}
div.thumbs img.last {
	margin: 0;
}
div.proddetails {
    border-bottom: 1px dotted #D1D1D1;
    float: right;
    padding: 10px 0;
    width: 490px;
} 
div.prodtitle {
	border-bottom: 1px dotted #D1D1D1;
	margin: 0 0 20px;
}
div.proddetails form {
    float: left;
    width: 300px;
}
div.proddetails form select {
	display: block;
    margin: 0 0 15px;
}
div.proddetails form input.qty {
	width: 20px;
}
div.proddetails form input.addto,
div.proddetails form a.emailwhen {
    border: none;
    display: block;
    padding: 7px 10px;
    text-align: center;
    margin: 20px 0;
}

.emailwhen {
    display: block;
    width: 200px;
}
div.proddetails form a.emailwhen {
    float: left;
}
div.proddetails form a.btn1 {
  	background-color: #a81111 !important;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.15, rgb(168,17,17)),
	    color-stop(0.6, rgb(237,11,11))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(168,17,17) 15%,
	    rgb(237,11,11) 60%
	);
    background-image: -ms-linear-gradient(bottom, rgb(168,17,17) 15%, rgb(237,11,11) 60%);
}
div.proddetails form a.btn1:hover {
  	background-color: #ed0b0b !important;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.15, rgb(237,11,11)),
	    color-stop(0.6, rgb(168,17,17))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(237,11,11) 15%,
	    rgb(168,17,17) 60%
	);
    background-image: -ms-linear-gradient(bottom, rgb(237,11,11) 15%, rgb(168,17,17) 60%);
}
div.proddetails form input.addto {
    margin-right: 25px;
    padding: 9px 10px;
    width: 75px;
}
div.proddetails form input.addto {
	margin-right: 25px;
    padding: 9px 10px;
    width: 85px;
}
div.proddetails div.share {
    clear: none;
    float: right;
    padding: 0;
    width: 220px;
    clear:right;
}

div.proddetails div.share div.spacer {
    padding-bottom:10px;
}

div.proddetails div.share a.socialicon {
    padding-top: 15px;
	margin-bottom: 5px;
}
div.proddetails div.share a.shareicon {
	margin-left: 10px;
}

div#product-buttons {
    margin: 20px 0 0;
}

div#product-buttons {
    margin: 20px 0 0;
}

div.share a.wishlist {
    background: url("sprt_socialicon_2.png") no-repeat scroll left top transparent;
    clear: both;
    display: block;
    height: 19px;
    margin: 0 0 6px;
    text-indent: -99999px;
    width: 119px;
}
div.share a.want {
    background: url("sprt_socialicon_2.png") no-repeat scroll left bottom transparent;
    display: block;
    height: 18px;
    margin: 0 auto;
    text-indent: -99999px;
    width: 61px;
}

div.proddetails p#price {
    font-size: 16px;
    font-weight: bold;
}

div.proddetails p#price span
{
    color:#D72C2C;
    padding-left:5px;
}

div#tabs {
    clear: both;
    margin: 0;
    padding: 10px 0 0;
}
div#tabs ul.tabnav {
    height: 24px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div#tabs ul.tabnav li {
    float: left;
    margin: 0 15px 0 0;
}
div#tabs ul.tabnav li a {
	color: red;
    padding: 10px 14px 9px;
    text-decoration: none;
    text-transform: uppercase;
}
div#tabs ul.tabnav li.active a {
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(255,255,255)),
	    color-stop(1, rgb(237,237,237))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(255,255,255) 0%,
	    rgb(237,237,237) 100%
	);
    background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(237,237,237) 100%);
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #D1D1D1;
	color: #1141bc;
}
div#tabs div.tab {
    border-top: 1px solid #D1D1D1;
    clear: both;
    padding: 15px 0;
  	/* newly added: font size for product info */
    font-size:14px;
}
div#tabs div.tab p {
	font-size: 14px;  	/* changed: font size 12px to 14px for product info */
}
div#tabs div.tab ul {
    font-size: 12px;
    list-style-type: none;
    padding: 0 0 0 0;
}
div#tabs div.tab ul li {
	margin: 0 0 5px 0;
}

div.gvreviews {
    width:470px; 
    float:right; 
    margin: 20px 0 40px 0;
}

/* @end */

/* @group pagination */
div.pagination {
    clear: both;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 30px 0 0;
    position: relative;
    width: 100%;
}
div.pagination ul {
    clear: left;
    float: left;
    left: 50%;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}
div.pagination ul li {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0 3px;
    position: relative;
    right: 50%;
}
div.pagination ul li a,
ul.toppag li a {
	font-size: 12px;
	text-decoration: none;
}
div.pagination ul li a:hover,
ul.toppag li a:hover {
	text-decoration: underline;
}
h1.toppag {
	float: left;
}
ul.toppag {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.toppag li {
	float: left;
	margin: 0 0 0 5px;
}
/* @end */

/* @group sidebar/aside */
div.browse,
div.browse h4 {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(32,79,197)),
	    color-stop(0.6, rgb(110,148,245))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(32,79,197) 0%,
	    rgb(110,148,245) 60%
	);
    background-image: -ms-linear-gradient(bottom, rgb(32,79,197) 0%, rgb(110,148,245) 60%);
	position:relative;
}
div.browse {
	margin: 0 0 20px;
    padding: 5px;
}
div.browse h4 {
    color: #FFFFFF;
    margin: 0 0 8px;
    padding: 6px 6px 6px 7px;
}
div.browse ul {
	background: #FFF;
	-webkit-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
    list-style-type: none;
    margin: 0;
    padding: 10px;
}
div.browse ul li {
	margin: 0 0 6px;
}
div.browse ul li a {
	color: red;
	text-decoration: none;
}
div.browse ul li a:hover {
	text-decoration: underline;
}
/* @end */

/* @group cart */

body#page-cart div.breadcrumb, form#cartform {
    padding-left:80px; 
}

table.cartitems,
table.total {
    font-size: 12px;
    margin: 0 0 15px;
    width: 100%;
}
table.cartitems td {
    border-bottom: 1px solid #D2D2D2;
    padding: 10px 0;
}
table.cartitems td strong {
}
table.cartitems tr.head {
}
table.cartitems tr.head th {
	border-bottom: 1px solid #D2D2D2;
    font-weight: normal;
    padding: 5px;
    text-align: left;
}
table.cartitems tr.head th.remove {
	color: #FFF;
}
table.cartitems td.product {
	font-weight: bold;
}
table.cartitems td.product img {
	border: 1px solid #999999;
}
input.qty {
    border: 1px solid #999999;
	padding: 3px;
	width: 15px;
}
table.total td {
    padding: 10px 0;
}
a.continue input.continue{
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.2, rgb(168,17,17)),
	    color-stop(0.6, rgb(237,11,11))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(168,17,17) 20%,
	    rgb(237,11,11) 60%
	);
    background-image: -ms-linear-gradient(bottom, rgb(168,17,17) 20%, rgb(237,11,11) 60%);
	padding: 7px 15px;
}
a.continue:hover {
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.2, rgb(237,11,11)),
	    color-stop(0.6, rgb(168,17,17))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(237,11,11) 20%,
	    rgb(168,17,17) 60%
	);
    background-image: -ms-linear-gradient(bottom, rgb(237,11,11) 20%, rgb(168,17,17) 60%);
}
table.total td.sub {
	color: #6e94f5;
	font-size: 16px;
}
table.total td.checkbox {
	color: #999999;
	font-size: 14px;
}
table.total td.checkbox input {
	margin: 0 10px 0 0;
}
div.giftmessage {
	color: #999999;
	float: left;
	font-size: 12px;
    margin: -100px 0 30px;
}
div.giftmessage .message {
	border: 1px solid #D1D1D1;
	height: 120px;
	margin: 10px 0 0 0;
	padding: 3px;
	width: 300px;
}
div.update {
	float: right;
    position: relative;
    top: 0;
    width: 275px;
}

.addcoverspan {
    border: 1px solid;
    padding-left: 5px;
}

input.update.btn {
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.2, rgb(168,17,17)),
	    color-stop(0.6, rgb(237,11,11))
    );
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(168,17,17) 20%,
	    rgb(237,11,11) 60%
	);
    background-image: -ms-linear-gradient(bottom, rgb(168,17,17) 20%, rgb(237,11,11) 60%);
	float: left;
	padding: 10px 0;
	text-align: center;
	width: 80px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color: #FFF;
	text-decoration: none;
    border: none;
}

a.update-btn:hover {
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.2, rgb(237,11,11)),
	    color-stop(0.6, rgb(168,17,17))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(237,11,11) 20%,
	    rgb(168,17,17) 60%
	);
    background-image: -ms-linear-gradient(bottom, rgb(237,11,11) 20%, rgb(168,17,17) 60%);
}

a.btn.continue {
    padding: 6px 15px;
}
input.checkout {
    float: right;
    margin: 0 25px 0 20px;
    padding: 10px 0;
    text-align: center;
    width: 150px;
    border: none;
}
div.authman {
    background: url("bg_authman.png") no-repeat scroll left top transparent;
    display: block;
    bottom: 32px;
    float: left;
    height: 200px;
    margin: -100px 0 0 0px;
/*    left: 492px;*/
    position: relative;
    width: 200px;
    z-index: 2;
}
/* @group */

/* @group footer */


footer ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 20%;
}
footer ul li {
	margin: 0 0 3px;
}
footer ul li h4 {
    color: #FFFFFF;
    font-family: 'GrilledCheeseBTNWideBlkRg';
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0 0 10px;
}
footer ul li span {
    color: #FFFFFF;
    font-family: 'GrilledCheeseBTNWideBlkRg';
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0 0 10px;
}
footer ul li a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
footer ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
div.credits {
	clear: both;
    color: #FFFFFF;
    position: relative;
    top: 100px;
}
div.credits p {
	margin: 0;
	padding: 0;
}
div.credits p a {
	color: #FFF;
	text-decoration: none;
}
a.authorize,
a.paypal {
    display: block;
    margin: 0 auto 20px;
    text-indent: -99999px;
}
a.authorize {
	background: url('sprt_payment.png') no-repeat top center;
	height: 69px;
	width: 88px;
}
a.paypal {
    background: url("sprt_payment.png") no-repeat scroll center -87px transparent;
    height: 56px;
    width: 360px;
}

div.badges { 
    text-align: center;
    margin-bottom: 40px;
}

div.badges img {
    margin-right: 10px;
}

div.badges.upper {
    width: 220px;
}

div.badges.upper .bbb {
    margin-top: 20px;
}


/* @end */

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
#page-cart .breadcrumb{
    margin-bottom:0px;
}
.free_shipping_info_container{width:950px;margin-top:0px;padding-top:0px;text-align:center;display:none;}
.free_shipping_info{text-align:center;display:inline-block;margin:0 auto;border:2px solid red;padding:5px;}
.free_shipping_info span {color:#B63432;line-height:20px;}