
body {background:#202020 url('images/fa-bg.jpg')}


/* main heading color */
h1,h2 { color:#666 }
/* general styling */
.even { background-color:#eee }
.price { color:black }
.discount { color:#8a0f8a }
.price del { color:#aaa }
a.product { color:#333 }
table.products a.product:visited { color:#333 }
zinput.field-error { border:1px solid #333 }
#main {background:white;}

/* template header styling */
header {}
header img { width:80%;height:auto;}
#logo {padding:0;margin:30px;}

/* cart panel styling */
header #nsc_cart_container { background: #2B738C;background:-webkit-gradient(linear,left center, right center,from(#388D95),to(#18517C));background:-moz-linear-gradient(left,#388D95,#18517C);background:-o-linear-gradient(left,#388D95,#18517C); }
header #nsc_cart_container a { color:#fff;font-weight:bold }
header #nsc_cart_container a:active,header #nsc_cart_container a:visited { color:white; }
header #nsc_cart_container a,#nav>li>a{background:url("images/mobile_sprites.png") no-repeat}

/* product search styling */
form#search { background-color:#EAEAEA;border:0;border-bottom:1px solid #DADADA }

/* unordered list primary navigaiton */
#nav { border:1px solid #CCC; background-color:#EAEAEA }
#nav li {border-bottom:solid 1px #FFF;border-top:1px solid #DADADA }
#nav li a { color:#333;}
#nav > li.opened { background:#eee;border-radius:5px }
#nav ul a:before { color:#fff }


/* checkout related */
zh4 { color:maroon }
#zcheckout-section-checkoutplugin div.plugin-data { background-color:#ffe2f2; border:1px solid #ff96d1 }

/* footer links */
footer ul { background: #2B738C;background:-webkit-gradient(linear,left center, right center,from(#388D95),to(#18517C));background:-moz-linear-gradient(left,#388D95,#18517C);background:-o-linear-gradient(left,#388D95,#18517C);border:0; }
footer ul li { border:0;border-bottom:1px solid rgba(255,255,255,0) }
footer ul li a { color:#fff;border-bottom:1px solid rgba(255,255,255,0.15) }
footer ul li a:hover { color:rgba(255,255,255,0.15);}
footer ul li a:active,footer ul li a:visited { color:#ccc }
/* primary button style override */
.btn.primary { color:#fff;
  background-color:#acacac;
  background-repeat:repeat-x;
  background-image:-khtml-gradient(linear, left top, left bottom, from(#797979), to(#acacac));
  background-image:-moz-linear-gradient(top, #797979, #acacac);
  background-image:-ms-linear-gradient(top, #797979, #acacac);
  background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #797979), color-stop(100%, #acacac));
  background-image:-webkit-linear-gradient(top, #797979, #acacac);
  background-image:-o-linear-gradient(top, #797979, #acacac);
  background-image:linear-gradient(top, #797979,#acacac);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad7848', endColorstr='#795432', GradientType=0);
  text-shadow:0 -1px 0 rgba(0,0,0,0.25);
  border-color:#fff #fff #af0062;
  border-color:rgba(0,0,0,0.3) rgba(0,0,0,0.3) rgba(0,0,0,0.25);
}

#checkout-section-customer h4 {color:#333}
a.link-sort-down, a.link-sort-up, a.link-sort {color:black}
