/* 0. Global Styles/Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

.hidden
{
  display: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 62.5%;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    background: #ffc215;
    color: #555;
}

img {
    border: 0px;
}

/* 1. Globar Classes */
.clear {
    clear: both;
}

.clearfix {
    display: block;
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow:hidden;
}

.first {
    margin-left: 0px;
    padding-left: 0px;
}

.last {
    margin-right: 0px;
    padding-right: 0px;
}

.top {
    margin-top: 0px;
    padding-top: 0px;
}

.bottom {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/* 2. Container/Header/Navigation */
div#container {
    text-align: left;
}

div#container .hwide, div#container .fwide {
    width: 100%;
}

div#container .fixed {
    width: 960px;
    margin: 0 auto;
}

/* 2.1 Header */
div#header {
    width: 960px;
    margin: 0 auto;
  background: url("/resources/images/header-background.gif") repeat-x;
}

/*left aligned logo */
div#header h1 {
  text-align: left;
  margin-left: -18px;
}

/* div#header-top {
    text-align: center;
    position: relative;
    padding: 40px 0px 40px 0px;
} */

div#header-top {
    text-align: center;
    position: relative;
    padding: 40px 0px 2px 0px;
}

div#header-top h1 a img {
  width: 968px;
  height: 133px;
  margin: -36px 0 0 -170px;
}

div#header-top fieldset {
    position: absolute;
    top: 32px;
    right: 25px;
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    color: #000;
  text-align: right;
}

div#header-top fieldset p {
    margin-bottom: 5px
}

div#header-top fieldset a {
    color: #000;
    text-decoration: none;
}

div#header-top fieldset .ftxt {
    border: 1px solid #000;
    color: #555555;
    width: 100px;
    padding: 3px 3px 3px 20px;
    background: #eaeaea url("/resources/images/icon-search.gif") no-repeat 5px 5px;
}

/* 2.2 Navigation */
div#nav-cont {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  background: #fff;
}

ul#main-nav {
    width: 960px;
    margin: 0 auto;
}

ul#main-nav li {
    float: left;
    font-size: 1.4em;
    border-right: 2px solid #000;
    padding: 0;
}

ul#main-nav li.spacer {
  padding: 10px;
}

ul#main-nav li.cart {
    float: right;
    border-left: 2px solid #000;
}

ul#main-nav li.cart a {
    background: url("/resources/images/icon-shop-cart.gif") no-repeat 2px 12px;
    padding-left: 20px;
}

ul#main-nav li.last {
    float: right;
    border-right: 0px;
}

ul#main-nav a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 10px;
}

ul#main-nav a:hover,ul#main-nav a.current {
    background: #ffde0c;
}

ul#main-nav a.active {
    background: #ffde0c;
}

/* 3. Body/Content/Sidebar */
div#body {
background: #fff;
}

div#body .cwide {
    float: none;
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 930px;
}

div#body-in {
    width: 930px;
    margin: 0 auto;
  border: 20px solid #fff;
}

div#home {
    width: 959px;
    margin: 0 auto;
  border: 20px solid #fff;
}

div#home .home-cont {
    border: 1px solid #000;
    padding: 6px;
}

ul#slider {
  overflow: hidden;
  height: 360px;
  width: 945px;
}


/* 3.1 Content */
div#content {
    float: left;
    width: 649px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #000;
}

div#content h1 {
    font-size: 2em;
    color: #000;
    background: #ffc215;
    border: 1px solid #000;
    padding: 10px 20px 10px 20px;
    margin-bottom: 20px;
}

div#content h2 {
    font-size: 1.4em;
    border-bottom: 1px solid #000;
    padding: 0px 20px 10px 20px;
    margin-bottom: 20px;
}

div#content h3 {
    font-size: 2em;
    color: #000;
    padding: 0px 20px 10px 20px;
}

div#content h4 {
    font-size: 2em;
    color: #FF0000;
    padding: 0px 20px 10px 20px;
    font-style:italic;
}
div#content h5 {
    font-size: 2em;
    padding: 0px 20px 10px 20px;
    font-weight: normal;
}
div#content h6 {
    font-size: 1.4em;
    color: #6E2235;
    padding: 0px 20px 10px 20px;
    margin-bottom: 20px;
}

div#content h3 a {
    color: #000;
    text-decoration: none;
}

div#content p {
    padding: 0px 20px 20px 20px;
    font-size: 1.4em;
    line-height: 1.4em;
}

div#content p.last {
    padding-bottom: 0px;
    line-height: 1.8em;
  color: #000;
}

div#content span.price {
    font-weight: bold;
    font-size: 1.4em;
    margin-left: 40px;
}

div#content ul, div#content ol {
    font-size: 1.4em;
    margin-left: 40px;
    padding-bottom: 20px;
}

div#content ol li {
  list-style-type: decimal;
}

#content ul li {
    list-style-type: square;
}

/* div#content a {
    color: #000;
    text-decoration: none;
}

div#content a:hover {
    text-decoration: underline;
} */

div#content a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

div#content a:hover {
    text-decoration: underline;
}

div#content .prod-two-col {
}

div#content .ptc-left {
    float: right;
    width: 170px;
    padding: 0px 0px 0px 20px;
}

div#content .ptc-left p {
  font-size: 1.2em;
  text-align: center;
  margin: 5px 0 0 0;
}

div#content .ptc-right {
    float: left;
    width: 450px;
}

div#content .sep-line {
    border-bottom: 1px solid #000;
    padding-top: 20px;
    margin-bottom: 20px;
}

div#content .white-area {
    background: #ffc215;
    padding: 10px 0px 10px 0px;
    border: 2px solid #000;
    margin: 0px 15px 20px 15px;
}

div#content .fbtn, div#sidebar .fbtn {
    background: #000;
    color: #fff;
    border: 0px;
    padding: 3px 25px 3px 25px;
    cursor: pointer;
}

div#content .ftxt {
    border: 1px solid #000;
    color: #000;
    color: #999;
    padding: 3px;
    text-align: right;
    width: 50px;
}

div#content .ftxt2 {
    border: 1px solid #000;
    color: #999;
    font-weight: bold;
    padding: 3px;
    width: 100px;
}

div#content .ftxt3 {
    border: 1px solid #000;
    color: #999;
    font-weight: bold;
    padding: 7px;
    width: 350px;
}

div#content .cart-two-col {
    border: 2px solid #000;
    padding: 10px;
    background: #ffc215;
}

div#content .ctc-left {
    float: left;
    color: #000;
    font-size: 1.4em;
}

div#content .ctc-right {
    float: right;
}

div#content .checkout-two-col {
/*    font-family: Arial, sans-serif;*/
}

div#content .chtc-left {
    float: left;
    width: 350px;
}

div#content .chtc-right {
    float: right;
    width: 500px;
}

table#cart, table.cart {
    width: 100%;
    margin-bottom: 20px;
}

table.cart {
    margin-left: 20px;
  width: 500px;
}

table#cart td, table#cart th, table.cart td, table.cart th {
    font-size: 1.4em;
    padding: 20px 5px 20px 5px;
    vertical-align: middle;
    border-bottom: 1px solid #000;
  color: #000;
}

table.product_compare_table p {
  margin-left: -20px;
}

table.cart tr.total {
  font-size: 1.5em;
}

table.cart td, table.cart th {
  font-size: 1.4em;
  padding: 10px 5px;
  vertical-align: bottom;
}

table.cart td.order_status span {
  display: block;
  width: 20px;
}

ul#pagination {
    float: right;
    color: #000;
    padding-top: 20px;
}

ul#pagination li {
    padding: 3px 3px 3px 3px;
    float: left;
    list-style-type: none;
    margin-right: 3px;
}

ul#pagination a {
}

ul#pagination a:hover {
}

/* 3.2 Sidebar */
div#sidebar {
    float: left;
    width: 240px;
}

div#sidebar h2 {
    font-size: 2em;
    color: #000;
    background: #ffc215;
    border: 1px solid #000;
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
}

#sidebar ul {
    margin: 0;
    padding: 0 !important;
}

#sidebar li {
    margin: 0 0 10px;
    padding: 0 10px 10px;
    border-bottom: 1px solid;
}

#sidebar li a {
    font-size: 14px;
}

#sidebar li li {
    margin: 5px 0 0 15px;
    padding: 0;
    border-bottom: 0;
    list-style: disc;
    font-size: 12px !important;
}

#sidebar li li a {
    font-size: 12px;
    line-height: 12px;
}

/* div#sidebar h3 {
  font-size: 1.5em;
  padding: 10px 0px 5px 20px;
} */

div#sidebar h3 {
  font-size: 1.5em;
  padding: 10px 0px 5px 20px;
  margin-bottom: 5px;
  border-bottom: 1px solid #000;
}

div#sidebar ul {
    padding: 0px 10px 20px 20px;
}

div#sidebar li {
    font-size: 1.4em;
    line-height: 1.4em;
    font-weight: bold;
}

div#sidebar p {
    font-size: 1.4em;
    line-height: 1.4em;
    padding: 0px 10px 20px 20px;
}

div#sidebar p.total {
  font-size: 2.5em;
}

div#sidebar a, div#sidebar li.current {
    color: #000;
    text-decoration: none;
}

div#sidebar a:hover {
    text-decoration: underline;
}

/* 4. Footer/Navigation */
div#container .fnob {
    padding-top: 0px;
    border-top: 0px;
}

div#footer {
    width: 960px;
    margin: 0px auto;
    border-top: 2px solid #fff;
  background: #fff;
}

div#footer-bot {
    border-top: 2px solid #000;
    font-size: 1.4em;
    font-family: Arial, sans-serif;
    background: #ffc215;
    padding-top: 20px;
    overflow: hidden;
}

div#footer-bot-in {
    width: 912px;
    margin: 0px auto;
    padding-bottom: 20px
}

div#footer-bot-in a {
    text-decoration: none;
    color: #000;
}

div#footer-bot-in a:hover {
    text-decoration: underline;
}

div#footer-bot .fb-left {
    float: left;
}

div#footer-bot .fb-right {
    float: right;
}

/* 4.1 Navgation */
ul#foot-nav {
    width: 912px;
    margin: 20px auto;
}

ul#foot-nav li {
    float: left;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.8em;
}

ul#foot-nav li.middle {
    margin: 0px 27px 0px 27px;
}

ul#foot-nav li img {
    border: 1px solid #000;
    padding: 2px;
}

ul#foot-nav a {
    text-decoration: none;
    color: #000;
}

ul#foot-nav a:hover {
}

ul#foot-nav a.active {
}


/*
 * Rating info
 */

span.rating_stars
{
  display: block;
  height: 20px;
  margin-bottom: 18px;
  background: transparent url(/resources/images/rating_stars_large.png) no-repeat -2px -180px;
  padding-left: 100px;
  padding-top: 3px;
  color: #666666;
  font-size: 11px;
}

.rating_selector span.rating_stars
{
  width: 96px;
  padding-left: 0;
  margin-top: 3px;
  cursor: pointer;
}

div#review_form div.rating_selector {
  margin-bottom: -20px;
}

span.rating_stars.rating_1
{
  background-position: -2px -160px;
}

span.rating_stars.rating_15
{
  background-position: -2px -140px;
}

span.rating_stars.rating_2
{
  background-position: -2px -120px;
}

span.rating_stars.rating_25
{
  background-position: -2px -100px;
}

span.rating_stars.rating_3
{
  background-position: -2px -80px;
}

span.rating_stars.rating_35
{
  background-position: -2px -60px;
}

span.rating_stars.rating_4
{
  background-position: -2px -40px;
}

span.rating_stars.rating_45
{
  background-position: -2px -20px;
}

span.rating_stars.rating_5
{
  background-position: -2px 0;
}

div.ratingreport {
  margin: 3px 0 20px 20px;
}

span.rating_stars_small
{
  display: block;
  height: 15px;
  text-align: left;
  padding-left: 80px;
  line-height: 1.4em;
  font-size: 1.2em;
  background: transparent url(/resources/images/rating_stars_small.png) no-repeat -3px -135px;
  margin: 8px 0;
}

.rating_selector span.rating_stars_small
{
  width: 96px;
  padding-left: 0;
  margin-top: 3px;
  cursor: pointer;
}

span.rating_stars_small.rating_1
{
  background-position: -3px -120px;
}

span.rating_stars_small.rating_2
{
  background-position: -3px -90px;
}

span.rating_stars_small.rating_3
{
  background-position: -3px -60px;
}

span.rating_stars_small.rating_4
{
  background-position: -3px -30px;
}

span.rating_stars_small.rating_5
{
  background-position: -3px top;
}

/*
 * Review list
 */
 
div.review_list span {
  margin-left: 20px;
}
 
div.review_list p.description {
  font-style: italic;
  margin-top: -10px;
}

div.review_list p {
  margin-top: -10px;
}

/* ul.review_list p.description
{
  padding-bottom: 10px;
  color: #999;
  font-size: 11px;
} */

ul.review_list li
{
  border-bottom: 1px solid #ddd;
}

ul.review_list li:last-child
{
  border-bottom: none;
}

.custom_data td
{
  padding-left: 75px!important;
}

.custom_data label.eng_text
{
  margin-top: 5px;
  padding-bottom: 1px;
  display: block;
}

input.cb
{
  margin-left: -1px;
}

tr.no_border_bottom td,
tr.no_border_bottom th
{
  border-bottom: none!important;
  padding-bottom: 0!important;
}

textarea.cb_control
{
  margin-left: 18px;
  width: 100%;
  font: normal 12px Arial;
}

/*
 * Lemonstand Forms
 */

ul.form li
{
  clear: both;
}

ul.form li.left
{
  float: left;
  width: 45%;
}

ul.form li.right
{
  width: 49%;
  clear: right;
  float: right;
}

ul.form label
{
  font-size: 1em;
  display: block;
  margin-bottom: 0.2em;
}

ul.form li.form_header
{
  font-size: 12px;
  color: #333;
  font-weight: bold;
  margin-bottom:0.5em;
  margin-top:1.5em;
}

ul.form span.comment
{
  display: block;
  margin-top: 2px;
  color: #666;
  font-size: 11px;
  font-weight:normal;
}

ul.form input.text,
ul.form textarea
{
  width: 100%;
  border: 1px solid #bfbfbf;
  background: white url(../images/input_bg.gif) no-repeat left top;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.2em;
  padding: 0.4em;
  color: #333;
}

ul.form input.text:focus,
ul.form textarea:focus
{
  background: #ffffcc url(../images/input_bg_active.gif) no-repeat left top;
  border: 1px solid #aaa;
}

ul.form textarea
{
  line-height: 150%;
}

ul.form li.text div
{
  padding-right: 1.2em;
}

ul.form select
{
  width: 100%;
}

ul.form li
{
  margin-bottom: 1em;
}

ul.form li.checkbox div
{
  float: left;
}

ul.form li.checkbox input
{
  margin: 0;
  padding: 0;
}

ul.form li.checkbox label
{
  color: #333;
  margin-left: 20px;
  font-weight: normal;
}

ul.form li.radio_horizontal label
{
  margin-bottom: 0.5em;
}

ul.form li.radio_horizontal div
{
  float: left;
  margin-bottom: 0.5em;
}

ul.form li.radio_horizontal input
{
  margin: 0;
  padding: 0;
  float: left;
}

ul.form li.radio_horizontal div span
{
  display:block;
  margin-left: 20px;
  margin-right: 1.5em;
}

ul.form li.radio_horizontal div label
{
  color: #333;
  font-weight: normal;
}

ul.form li.radio_horizontal img
{
  display: block;
  margin-bottom: 0.3em;
}

div#billing_states, div#shipping_states {
  margin: -15px 0 0 20px;
}

/* Shipping Options */

div#shipping_options {
  color: #000;
  font-size: .7em;
  margin: 5px 0 0 -20px;
}

label.shipping_method {
  font-size: 1.4em;
}

/*
 * Scoreboard reports
 */


div#content ul.scoreboard li {
  list-style: none;
}

.scoreboard
{
  padding-bottom: 1em;
}

.scoreboard li
{
  float: left;
  padding: 0 1em 0.3em 0;
  margin-right: 1em;
  border-right: 1px solid #cccccc;
}

.scoreboard li.last
{
  border-right: none;
}

.scoreboard h3
{
  font: normal 1.3em/150% Arial,Helvetica,sans-serif;
  color: #000;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.scoreboard p
{
  font: bold 2.4em Arial,Helvetica,sans-serif;
  color: #333;
  padding-bottom: 0;
}

.scoreboard p.description
{
  font: normal 1.2em Arial,Helvetica,sans-serif;
  color: #666666;
  padding-top: 0.2em;
  padding-bottom: 0;
  line-height: 140%;
}

.scoreboard p.description a
{
  text-decoration: underline;
}

.scoreboard.right li
{
  float: right;
  margin-right: 0;
  padding-right: 0;
}

.scoreboard.right h3,
.scoreboard.right p
{
  text-align: right;
}

/*
 * Compare products table
 */

table.product_compare_table
{
  border-collapse: collapse;
  font-size: 11px;
  width: 100%;
  line-height: 130%;
  color: #333;
}

table.product_compare_table th,
table.product_compare_table td
{
  text-align: left;
  vertical-align: top;
  padding-right: 10px;
}

table.product_compare_table thead
{
  border-bottom: 1px dotted #333;
}

table.product_compare_table thead th,
table.product_compare_table thead td
{
  padding: 0 5px 5px 5px;
}

table.product_compare_table tbody td,
table.product_compare_table tbody th
{
  padding: 5px;
}

table.product_compare_table p
{
  font-size: 1.2em;
}

table.product_compare_table th {
    font-size: 1.4em;
}

table.product_compare_table tr.even td,
table.product_compare_table tr.even th
{
  background-color: #f4f4f4;
}

table.product_compare_table thead img
{
  display: block;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

table.product_compare_table thead h3
{
  font-size: 14px;
  padding-bottom: 0;
  line-height: 140%;
  border-bottom: 0;
  text-align: left;
}

table.product_compare_table thead h3 a
{
  text-decoration: none;
}

table.product_compare_table td.product
{
  border-right: 1px solid #ccc;
}

table.product_compare_table td.product:last-child
{
  border-right: none;
}

table.product_compare_table tr:last-child input
{
  display: block;
  margin: 10px auto 0 auto;
}

/* Compare Products */

.compare_products li
{
  border-bottom: dotted 1px #666666;
}

.compare_products li:hover a.product_link
{
  color: #fff;
}

.compare_products li a.product_link
{
  font-size: 1em;
  float: left;
  padding: 0.5em 0 0.5em 0.4em;
  width: 150px;
  color: #666666;
}

.compare_products li a.remove
{
  float: right;
  text-indent: -1000000em;
  outline: none;
  background: transparent url(/resources/images/delete_icon.png);
  width: 10px;
  height: 10px;
  margin-top: 8px;
  margin-right: 5px;
}

.compare_products li a.remove:hover
{
  background-image: url(../images/delete_icon_hover.png);
}

.compare_products_controls
{
  padding-top: 1em;
}

.compare_products_controls .button
{
  float: left;
}

.compare_products_controls p
{
  float: left;
  margin-left: 5px;
}

.ajax_loading_indicator {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	color:#fff;
	font:bold 12px Arial,Tahoma,Verdana,Helvetica,sans-serif;
	margin:0;
	z-index:100000
}

.ajax_loading_indicator span {
	background:#000;
	display:block;
	width:15em;
	margin:0 auto;text-align:
	center;padding:0.3em 0;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px
}