/*
*	DreamWhite theme by Dreamvention
*	Ver: 2.2
*	Date: 21.12.2012
*	Author: Dmitriy Zhuk
*	Web: www.dreamvention.com
*
*
*	Reset
*/
#browser_support {
  display: none;
}
img {
  border: none;
  outline: 0;
}
*:active {
  outline: 0;
}
ul {
  margin: 0px;
  margin-left: 20px;
  padding: 0px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 130px;
}
a:active,
a:selected,
a:visited,
a:focus {
  border: none;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/*
*	Inputs
*/
textarea,
input {
  font-family: 'PT Sans Narrow', sans-serif;
  border: 1px solid #CFCFCF;
  width: 198px;
}
label {
  display: block;
}
label + input[type=text],
label + input[type=password],
label + textarea,
label + select,
label ~ .selectbox {
  margin: 5px 0px 10px 0px;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 30px;
  padding: 4px 10px;
  margin-bottom: 9px;
  font-size: 18px;
  line-height: 20px;
  color: #333333;
  border: 1px solid #72A947;
  -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #72A947;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(67, 196, 211, 0.075), 0 0 8px rgba(67, 196, 211, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(67, 196, 211, 0.075), 0 0 8px rgba(67, 196, 211, 0.6);
  box-shadow: inset 0 1px 1px rgba(67, 196, 211, 0.075), 0 0 8px rgba(67, 196, 211, 0.6);
}
textarea {
  overflow: auto;
  vertical-align: top;
  height: auto;
}
select {
  width: 100%;
  border: 1px solid #bbb;
  background-color: #ffffff;
  height: 24px;
  padding: 10px;
  font: 14 x/18px 'PT Sans Narrow', sans-serif;
  font-size: 14px;
  color: #333333;
  text-shadow: 1px 1px #ffffff;
  background: none;
  border: 1px solid #72A947;
  -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
select,
input[type="file"] {
  height: 40px;
  line-height: 30px;
}
select[multiple],
select[size] {
  height: auto;
}
.large-field {
  width: 198px;
}
select.large-field {
  width: 220px;
  font-size: 14px;
  height: 40px;
  padding: 10px;
}
.captcha {
  border: 1px solid #72A947;
  vertical-align: middle;
}
/*
*	Main
*/
body {
  margin: 0;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 16px;
  line-height: 20px;
  overflow-x: hidden;
}
.layout {
  width: 960px;
  margin: 0 auto;
}
.layout > .wrap {
  padding: 0px 0px 0px 0px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
p {
  line-height: 20px;
  margin: 0 0 10px;
}
.hr {
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 15px;
}
.required {
  color: #72A947;
}
a {
  color: #343536;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
  color: #72A947;
}
h1 {
  font-size: 28px;
  line-height: 34px;
}
h2 {
  font-size: 24px;
  line-height: 34px;
}
h3 {
  font-size: 20px;
  line-height: 34px;
}
h4 {
  font-size: 18px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
/*
*	Grid
*/
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
/*
*	Icons
*/
a > [class^="icon-"],
a > [class*=" icon-"] {
  margin-right: 5px;
}
.arrow-up,
.simonfilters .clear_filters_global,
.box-filter .filter_group .clear_filters_local_container .clear_filters_local,
.simonfilters .clear_filters_global,
.product-filter .selectbox .select .trigger,
[class^="icon-"],
[class*="icon-"] {
  width: 16px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
  vertical-align: text-top;
  background-image: url(../image/dreamtheme.png);
  background-repeat: no-repeat;
}
.page-sub-title [class^="icon-"],
.page-sub-title [class*="icon-"],
a [class^="icon-"],
a [class*="icon-"] {
  margin-top: 3px;
}
[class^="icon-stars-"],
[class*="icon-stars-"] {
  width: 50px;
  height: 12px;
}
[class^="icon-large-"],
[class*="icon-large-"] {
  width: 24px;
  height: 24px;
  line-height: 25px;
}
[class^="icon-large-stars-"],
[class*="icon-large-stars-"] {
  width: 74px;
  height: 13px;
}
[class^="icon-large-increase"],
[class*="icon-large-increase"],
[class^="icon-large-decrease"],
[class*="icon-large-decrease"] {
  width: 19px;
  height: 19px;
}
.icon-arrow-up-down {
  background-position: -16px 0px;
}
.icon-close {
  background-position: -32px 0px;
}
.icon-compare {
  background-position: -48px 0px;
}
.icon-grid {
  background-position: -64px 0px;
}
.icon-list {
  background-position: -80px 0px;
}
.icon-limit {
  background-position: -96px 0px;
}
.icon-sort {
  background-position: -112px 0px;
}
.icon-phone {
  background-position: -128px 0px;
}
.icon-skype {
  background-position: -144px 0px;
}
.icon-icq {
  background-position: -96px -16px;
}
.icon-mail {
  background-position: -160px 0px;
}
.icon-edit {
  background-position: -176px 0px;
}
.icon-search {
  background-position: -192px 0px;
}
.icon-home {
  background-position: -208px 0px;
}
.icon-profile {
  background-position: -224px 0px;
}
.icon-cart {
  background-position: -240px 0px;
}
.icon-radio {
  background-position: -256px 0px;
}
.icon-download {
  background-position: -272px 0px;
}
.icon-view {
  background-position: -288px 0px;
}
.icon-reorder {
  background-position: -304px 0px;
}
.icon-return {
  background-position: -320px 0px;
}
.icon-arrow-up {
  background-position: -336px 0px;
}
.icon-wishlist {
  background-position: -352px 0px;
}
.icon-comment {
  background-position: -368px 0px;
}
.icon-address {
  background-position: 0px -16px;
}
.icon-bullet {
  background-position: -16px -16px;
}
.icon-gift {
  background-position: -32px -16px;
}
.icon-transaction {
  background-position: -48px -16px;
}
.icon-increase {
  background-position: -64px -16px;
}
.icon-decrease {
  background-position: -80px -16px;
}
.icon-success {
  background-position: 0px -48px;
}
.icon-error {
  background-position: -16px -48px;
}
.icon-attention {
  background-position: -32px -48px;
}
.icon-in-stock {
  background-position: -48px -48px;
}
.icon-out-of-stock {
  background-position: -64px -48px;
}
.icon-trash {
  background-position: -32px 0px;
}
.icon-vk {
  background-position: -80px -48px;
}
.icon-fb {
  background-position: -96px -48px;
}
.icon-tw {
  background-position: -112px -48px;
}
.icon-gp {
  background-position: -128px -48px;
}
.icon-pt {
  background-position: -144px -48px;
}
.icon-stars-0 {
  background-position: -80px -80px;
}
.icon-stars-1 {
  background-position: -80px -96px;
}
.icon-stars-2 {
  background-position: -80px -112px;
}
.icon-stars-3 {
  background-position: -80px -128px;
}
.icon-stars-4 {
  background-position: -80px -144px;
}
.icon-stars-5 {
  background-position: -80px -160px;
}
.icon-large-stars-0 {
  background-position: 0px -80px;
}
.icon-large-stars-1 {
  background-position: 0px -96px;
}
.icon-large-stars-2 {
  background-position: 0px -112px;
}
.icon-large-stars-3 {
  background-position: 0px -128px;
}
.icon-large-stars-4 {
  background-position: 0px -144px;
}
.icon-large-stars-5 {
  background-position: 0px -160px;
}
.icon-large-increase {
  background-position: -144px -80px;
}
.icon-large-decrease {
  background-position: -176px -80px;
}
.icon-large-wishlist {
  background-position: -208px -80px;
}
.icon-large-compare {
  background-position: -240px -80px;
}
.icon-large-cart {
  background-position: -272px -80px;
}
.icon-arrow:hover,
*:hover > .icon-arrow {
  background-position: 0px -192px;
}
.icon-arrow-up-down:hover,
*:hover > .icon-arrow-up-down {
  background-position: -16px -192px;
}
.icon-close:hover,
*:hover > .icon-close {
  background-position: -32px -192px;
}
.icon-compare:hover,
*:hover > .icon-compare {
  background-position: -48px -192px;
}
.icon-grid:hover,
*:hover > .icon-grid {
  background-position: -64px -192px;
}
.icon-list:hover,
*:hover > .icon-list {
  background-position: -80px -192px;
}
/*.icon-limit:hover, *:hover > .icon-limit{background-position:-96px -192px}
.icon-sort:hover, *:hover > .icon-sort{background-position:-112px -192px}*/
/*.icon-phone:hover, *:hover > .icon-phone{background-position:-128px -192px}
.icon-skype:hover, *:hover > .icon-skype{background-position:-144px -192px}
.icon-mail:hover, *:hover > .icon-mail{background-position:-160px -192px}*/
/*.icon-edit:hover, *:hover > .icon-edit{background-position:-176px -192px}*/
.icon-search:hover,
*:hover > .icon-search {
  background-position: -192px -192px;
}
.icon-home:hover,
*:hover > .icon-home {
  background-position: -208px -192px;
}
/*.icon-profile:hover, *:hover > .icon-profile{background-position:-224px -192px}*/
/*.icon-cart:hover, *:hover > .icon-cart{background-position:-240px -192px}*/
.icon-radio:hover,
*:hover > .icon-radio {
  background-position: -256px -192px;
}
.icon-download:hover,
*:hover > .icon-download {
  background-position: -272px -192px;
}
.icon-view:hover,
*:hover > .icon-view {
  background-position: -288px -192px;
}
.icon-reorder:hover,
*:hover > .icon-reorder {
  background-position: -304px -192px;
}
.icon-return:hover,
*:hover > .icon-return {
  background-position: -320px -192px;
}
.icon-arrow-up:hover,
*:hover > .icon-arrow-up {
  background-position: -336px -192px;
}
.icon-wishlist:hover,
*:hover > .icon-wishlist {
  background-position: -352px -192px;
}
.icon-comment:hover,
*:hover > .icon-comment {
  background-position: -368px -192px;
}
/*.icon-address:hover, *:hover > .icon-address{background-position:0px -208px}*/
.icon-bullet:hover,
*:hover > .icon-bullet {
  background-position: -16px -208px;
}
.icon-gift:hover,
*:hover > .icon-gift {
  background-position: -32px -208px;
}
/*.icon-transaction:hover, *:hover > .icon-transaction{background-position:-48px -208px}*/
.icon-increase:hover,
*:hover > .icon-increase {
  background-position: -64px -208px;
}
.icon-decrease:hover,
*:hover > .icon-decrease {
  background-position: -80px -208px;
}
.icon-success:hover,
*:hover > .icon-success {
  background-position: 0px -240px;
}
.icon-error:hover,
*:hover > .icon-error {
  background-position: -16px -240px;
}
.icon-attention:hover,
*:hover > .icon-attention {
  background-position: -32px -240px;
}
.icon-in-stock:hover,
*:hover > .icon-in-stock {
  background-position: -48px -240px;
}
.icon-out-of-stock:hover,
*:hover > .icon-out-of-stock {
  background-position: -64px -240px;
}
.icon-trash:hover,
*:hover > .icon-trash {
  background-position: -32px -192px;
}
.icon-vk:hover,
*:hover > .icon-vk {
  background-position: -80px -240px;
}
.icon-fb:hover,
*:hover > .icon-fb {
  background-position: -96px -240px;
}
.icon-tw:hover,
*:hover > .icon-tw {
  background-position: -112px -240px;
}
.icon-gp:hover,
*:hover > .icon-gp {
  background-position: -128px -240px;
}
.icon-pt:hover,
*:hover > .icon-pt {
  background-position: -144px -240px;
}
.icon-large-increase:hover {
  background-position: -144px -272px;
}
.icon-large-decrease:hover {
  background-position: -176px -272px;
}
.icon-large-wishlist:hover,
*:hover > .icon-large-wishlist {
  background-position: -208px -272px;
}
.icon-large-compare:hover,
*:hover > .icon-large-compare {
  background-position: -240px -272px;
}
.icon-large-cart:hover,
*:hover > .icon-large-cart {
  background-position: -272px -272px;
}
.icon-arrow-white {
  background-position: 0px -384px;
}
.icon-arrow-up-down-white {
  background-position: -16px -384px;
}
.icon-close-white {
  background-position: -32px -384px;
}
.icon-compare-white {
  background-position: -48px -384px;
}
.icon-grid-white {
  background-position: -64px -384px;
}
.icon-list-white {
  background-position: -80px -384px;
}
.icon-limit-white {
  background-position: -96px -384px;
}
.icon-sort-white {
  background-position: -112px -384px;
}
.icon-phone-white {
  background-position: -128px -384px;
}
.icon-skype-white {
  background-position: -144px -384px;
}
.icon-mail-white {
  background-position: -160px -384px;
}
.icon-edit-white {
  background-position: -176px -384px;
}
.icon-search-white {
  background-position: -192px -384px;
}
.icon-home-white {
  background-position: -208px -384px;
}
.icon-profile-white {
  background-position: -224px -384px;
}
.icon-cart-white {
  background-position: -240px -384px;
}
.icon-radio-white {
  background-position: -256px -384px;
}
.icon-download-white {
  background-position: -272px -384px;
}
.icon-view-white {
  background-position: -288px -384px;
}
.icon-reorder-white {
  background-position: -304px -384px;
}
.icon-return-white {
  background-position: -320px -384px;
}
.icon-arrow-up-white {
  background-position: -336px -384px;
}
.icon-wishlist-white {
  background-position: -352px -384px;
}
.icon-comment-white {
  background-position: -368px -384px;
}
.icon-address-white {
  background-position: 0px -400px;
}
.icon-bullet-white {
  background-position: -16px -400px;
}
.icon-gift-white {
  background-position: -32px -400px;
}
.icon-transaction-white {
  background-position: -48px -400px;
}
.icon-increase-white {
  background-position: -64px -400px;
}
.icon-decrease-white {
  background-position: -80px -400px;
}
.icon-success-white {
  background-position: 0px -432px;
}
.icon-error-white {
  background-position: -16px -432px;
}
.icon-attention-white {
  background-position: -32px -432px;
}
.icon-in-stock-white {
  background-position: -48px -432px;
}
.icon-out-of-stock-white {
  background-position: -64px -432px;
}
.icon-vk-white {
  background-position: -80px -432px;
}
.icon-fb-white {
  background-position: -96px -432px;
}
.icon-tw-white {
  background-position: -112px -432px;
}
.icon-gp-white {
  background-position: -128px -432px;
}
.icon-pt-white {
  background-position: -144px -432px;
}
.icon-stars-0-white {
  background-position: -80px -464px;
}
.icon-stars-1-white {
  background-position: -80px -480px;
}
.icon-stars-2-white {
  background-position: -80px -496px;
}
.icon-stars-3-white {
  background-position: -80px -512px;
}
.icon-stars-4-white {
  background-position: -80px -528px;
}
.icon-stars-5-white {
  background-position: -80px -544px;
}
.icon-large-stars-0-white {
  background-position: 0px -464px;
}
.icon-large-stars-1-white {
  background-position: 0px -480px;
}
.icon-large-stars-2-white {
  background-position: 0px -496px;
}
.icon-large-stars-3-white {
  background-position: 0px -512px;
}
.icon-large-stars-4-white {
  background-position: 0px -528px;
}
.icon-large-stars-5-white {
  background-position: 0px -544px;
}
.icon-large-increase-white {
  background-position: -144px -464px;
}
.icon-large-decrease-white {
  background-position: -176px -464px;
}
.icon-large-wishlist-white {
  background-position: -208px -464px;
}
.icon-large-compare-white {
  background-position: -240px -464px;
}
.icon-large-cart-white {
  background-position: -272px -464px;
}
.icon-arrow-dark {
  background-position: 0px -576px;
}
.icon-arrow-up-down-dark {
  background-position: -16px -576px;
}
.icon-close-dark {
  background-position: -32px -576px;
}
.icon-compare-dark {
  background-position: -48px -576px;
}
.icon-grid-dark {
  background-position: -64px -576px;
}
.icon-list-dark {
  background-position: -80px -576px;
}
.icon-limit-dark {
  background-position: -96px -576px;
}
.icon-sort-dark {
  background-position: -112px -576px;
}
.icon-phone-dark {
  background-position: -128px -576px;
}
.icon-skype-dark {
  background-position: -144px -576px;
}
.icon-mail-dark {
  background-position: -160px -576px;
}
.icon-edit-dark {
  background-position: -176px -576px;
}
.icon-search-dark {
  background-position: -192px -576px;
}
.icon-home-dark {
  background-position: -208px -576px;
}
.icon-profile-dark {
  background-position: -224px -576px;
}
.icon-cart-dark {
  background-position: -240px -576px;
}
.icon-radio-dark {
  background-position: -256px -576px;
}
.icon-download-dark {
  background-position: -272px -576px;
}
.icon-view-dark {
  background-position: -288px -576px;
}
.icon-reorder-dark {
  background-position: -304px -576px;
}
.icon-return-dark {
  background-position: -320px -576px;
}
.icon-arrow-up-dark {
  background-position: -336px -576px;
}
.icon-wishlist-dark {
  background-position: -352px -576px;
}
.icon-comment-dark {
  background-position: -368px -576px;
}
.icon-address-dark {
  background-position: 0px -592px;
}
.icon-bullet-dark {
  background-position: -16px -592px;
}
.icon-gift-dark {
  background-position: -32px -592px;
}
.icon-transaction-dark {
  background-position: -48px -592px;
}
.icon-increase-dark {
  background-position: -64px -592px;
}
.icon-decrease-dark {
  background-position: -80px -592px;
}
.icon-success-dark {
  background-position: 0px -624px;
}
.icon-error-dark {
  background-position: -16px -624px;
}
.icon-attention-dark {
  background-position: -32px -624px;
}
.icon-in-stock-dark {
  background-position: -48px -624px;
}
.icon-out-of-stock-dark {
  background-position: -64px -624px;
}
.icon-vk-dark {
  background-position: -80px -624px;
}
.icon-fb-dark {
  background-position: -96px -624px;
}
.icon-tw-dark {
  background-position: -112px -624px;
}
.icon-gp-dark {
  background-position: -128px -624px;
}
.icon-pt-dark {
  background-position: -144px -624px;
}
.icon-stars-0-dark {
  background-position: -80px -656px;
}
.icon-stars-1-dark {
  background-position: -80px -672px;
}
.icon-stars-2-dark {
  background-position: -80px -688px;
}
.icon-stars-3-dark {
  background-position: -80px -704px;
}
.icon-stars-4-dark {
  background-position: -80px -720px;
}
.icon-stars-5-dark {
  background-position: -80px -736px;
}
.icon-large-stars-0-dark {
  background-position: 0px -656px;
}
.icon-large-stars-1-dark {
  background-position: 0px -672px;
}
.icon-large-stars-2-dark {
  background-position: 0px -688px;
}
.icon-large-stars-3-dark {
  background-position: 0px -704px;
}
.icon-large-stars-4-dark {
  background-position: 0px -720px;
}
.icon-large-stars-5-dark {
  background-position: 0px -736px;
}
.icon-large-increase-dark {
  background-position: -144px -656px;
}
.icon-large-decrease-dark {
  background-position: -176px -656px;
}
.icon-large-wishlist-dark {
  background-position: -208px -656px;
}
.icon-large-compare-dark {
  background-position: -240px -656px;
}
.icon-large-cart-dark {
  background-position: -272px -656px;
}
/*
*	Custom icon settings
*/
.arrow-up {
  width: 6px;
  height: 5px;
  background-position: -340px -197px;
}
.icon-large-wishlist {
  background-position: -208px -464px;
}
.icon-large-compare {
  background-position: -240px -464px;
}
.button-search .icon-search {
  background-position: -191px -382px;
  height: 19px;
}
.cart-box-icon .icon-large-cart {
  background-position: -272px -464px;
}
.cart-box .icon-arrow {
  background-position: 0px -384px;
}
#button-cart .icon-cart {
  background-position: -240px -384px;
}
#menu > ul > li > a > .icon-arrow {
  background-position: 0px -576px;
  margin-top: 3px;
}
#menu > ul > li:hover > a > .icon-arrow {
  background-position: 0px -192px;
}
.product-filter .selectbox .select .trigger {
  background-position: 0px -576px;
}
.product-filter .selectbox:hover .select .trigger {
  background-position: 0px -192px;
}
.product-filter .limit .icon-limit {
  background-position: -96px -576px;
}
.product-filter .sort .icon-sort {
  background-position: -112px -576px;
}
.product-filter .product-compare .icon-compare {
  background-position: -48px -576px;
}
.product-filter .product-compare:hover .icon-compare {
  background-position: -48px -192px;
}
.product-filter .sort:hover > .icon-sort {
  background-position: -112px -192px;
}
.product-filter .limit:hover > .icon-limit {
  background-position: -96px -192px;
}
.display .icon-list {
  background-position: -80px -576px;
}
.display .icon-grid {
  background-position: -64px -576px;
}
.display .active .icon-list {
  background-position: -80px -192px;
}
.display .active .icon-grid {
  background-position: -64px -192px;
}
.box-filter .filter_group .clear_filters_local_container .clear_filters_local {
  background-position: -32px 0px;
}
.simonfilters .clear_filters_global {
  background-position: -32px 0px;
}
.icon-large-increase:hover {
  background-position: -144px -80px;
}
.icon-large-decrease:hover {
  background-position: -176px -80px;
}
.icon-large-increase {
  background-position: -144px -272px;
}
.icon-large-decrease {
  background-position: -176px -272px;
}
#tab-review .icon-edit {
  background-position: -176px -384px;
  margin-right: 10px;
  margin-top: 2px;
}
.icon-large-wishlist:hover,
*:hover > .icon-large-wishlist {
  background-position: -208px -464px;
}
.icon-large-compare:hover,
*:hover > .icon-large-compare {
  background-position: -240px -464px;
}
.icon-large-cart:hover,
*:hover > .icon-large-cart {
  background-position: -272px -464px;
}
.icon-remove {
  background-position: -32px 0px;
}
.icon-remove:hover {
  background-position: -32px -192px;
}
.load-next-page.toggle .icon-arrow,
.toggle .icon-arrow {
  background-position: 0px -384px;
  margin-top: 2px;
}
#menu > ul > li > div > ul > li > .group-menu a i.icon-bullet {
  background-position: -16px -592px;
}
#menu > ul > li > div > ul > li > .group-menu a:hover i.icon-bullet {
  background-position: -16px -208px;
}
.box-heading i {
  margin-top: 2px;
}
#profile .link-profile:hover .icon-profile {
  background-position: -224px -192px;
}
a:hover > .icon-cart {
  background-position: -240px -192px;
}
a:hover > .icon-edit {
  background-position: -176px -192px;
}
.icon-stars-0 {
  background-position: -80px -272px;
}
.icon-stars-1 {
  background-position: -80px -288px;
}
.icon-stars-2 {
  background-position: -80px -304px;
}
.icon-stars-3 {
  background-position: -80px -320px;
}
.icon-stars-4 {
  background-position: -80px -336px;
}
.icon-stars-5 {
  background-position: -80px -352px;
}
.icon-large-stars-0 {
  background-position: 0px -272px;
}
.icon-large-stars-1 {
  background-position: 0px -288px;
}
.icon-large-stars-2 {
  background-position: 0px -304px;
}
.icon-large-stars-3 {
  background-position: 0px -320px;
}
.icon-large-stars-4 {
  background-position: 0px -336px;
}
.icon-large-stars-5 {
  background-position: 0px -352px;
}
/*
*	Table
*/
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}
.table th {
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #e3e3e3;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-right-topleft: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}
/*
*	Buttons
*/
.selectbox {
  vertical-align: middle;
  cursor: pointer;
  width: inherit;
}
.selectbox .select {
  height: 18px;
  width: auto;
  padding: 10px 45px 10px 6px;
  font: 16 x/18px 'PT Sans Narrow', sans-serif;
  color: #333333;
  text-shadow: 1px 1px #ffffff;
  background: none;
  border: 1px solid #72A947;
  -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
.selectbox .select:hover {
  background-position: 0 -10px;
}
.selectbox .select:active {
  background: #f5f5f5;
  box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.1);
}
.selectbox.focused .select {
  border: 1px solid #5794BF;
}
.selectbox .select .text {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.selectbox .trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 100%;
}
.selectbox .trigger .arrow {
  position: absolute;
  top: 18px;
  right: 8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #343536;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.selectbox:hover .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}
.selectbox .dropdown {
  top: 29px;
  width: auto;
  margin: 0;
  padding: 4px 4px 8px 4px;
  border: none;
  border-radius: none;
  background: none;
  box-shadow: none;
  font: inherit;
}
.selectbox .dropdown ul {
  top: 27px;
  min-width: 180px;
  margin: 0;
  padding-top: 2px;
  background: #ffffff;
  border-top: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  font: inherit;
  z-index: 130;
}
.selectbox .dropdown ul li {
  padding: 3px 10px 4px !important;
  color: #555;
}
.selectbox .dropdown ul li:hover,
.selectbox .dropdown ul li.selected {
  text-decoration: none;
  color: white;
  background-color: #72A947;
}
.selectbox li.disabled {
  color: #AAA;
}
.selectbox li.disabled:hover {
  background: none;
}
#cart .dropdown-list-border,
.selectbox .dropdown-list-border,
.dropdown-menu .dropdown-list-border,
.category-menu .dropdown-list-border {
  width: 100%;
  height: 3px;
  background: #72A947;
  margin-bottom: 2px;
}
.selectbox .dropdown .dropdown-list-border {
  margin-top: 3px;
  margin-bottom: 0px;
}
.arrow-up {
  line-height: 5px;
  margin-top: -5px;
  margin-left: 30px;
  position: absolute;
  display: block;
}
/*
*	buttons
*/
.button,
.btn {
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  background: none repeat scroll 0 0 #72A947;
  border: medium none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
  padding: 0 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.15s ease-in-out 0s;
  -moz-transition: background 0.15s ease-in-out;
  /* FF 4 */

  -webkit-transition: background 0.15s ease-in-out;
  /* Safari & Chrome */

  -o-transition: background 0.15s ease-in-out;
  /* Opera */

  vertical-align: text-top;
}
.button:hover,
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background: #343536;
  color: #ffffff;
  text-decoration: none;
  transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  /* FF 4 */

  -webkit-transition: background 0.15s ease-in-out;
  /* Safari & Chrome */

  -o-transition: background 0.15s ease-in-out;
  /* Opera */

}
.btn:active,
.btn.active {
  background: #343536;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:focus {
  outline: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #72A947;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background: #343536;
  color: #ffffff;
}
.btn-primary:active,
.btn-primary.active {
  background: #343536;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-buy {
  background: #72A947;
}
.btn-buy:hover,
.btn-buy:active,
.btn-buy.active,
.btn-buy.disabled,
.btn-buy[disabled] {
  background: #343536;
}
.btn-buy:active,
.btn-buy.active {
  background-color: #343536;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #51a351;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #343536;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}
.buttons .right * {
  display: inline-block;
}
.buttons .right + .buttons .button {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 10px;
}
.form-inline * {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-bottom: 0px !important;
}
.btn-group {
  white-space: nowrap;
  position: relative;
  z-index: 150;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
 /* z-index: 1000;*/
  display: none;
  float: left;
  min-width: 160px;
  padding-bottom: 2px;
  margin: 4px 0 0;
  list-style: none;
  background-color: #ffffff;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  
}
.dropdown-menu a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
  z-index:3000 !important;
}
.dropdown-menu li {
z-index: 3000 !important;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #72A947;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0088cc;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.open {
  /*z-index: 1000;*/
}
.open > .dropdown-menu {
  display: block;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
/*
*	Tabs
*/
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
/*
*	tooltips
*/
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
/*
focus in bootsrap 1144 line
*/
/*
*	Header
*/
#header_top_border {
  min-height: 3px;
  background: #72A947;
  font-size: 14px;
  position: relative;
  padding-bottom: 1px;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
#header_links li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  float: right;
}
#header_links li a {
  padding: 2px 4px;
  margin: 0px 2px;
  color: #ffffff;
}
#header_links li a:hover {
  background: #343536;
  text-decoration: none;
}
#header_bg {
  background: url(../image/banner_background.jpg) center;
  padding-bottom: 0px;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
#header > .top {
  padding: 16px 0px 0px 0px;
  margin-bottom: 20px;
}
#logo {
  margin: 32px 0px 0px 10px;
  position: relative;
  z-index: 5;
}
#logo img{
  max-width: 210px;
}
#header .right {
  display: table-cell;
}
#header .right > div {
  float: left;
  margin: 0px 0px 0px 10px;
  position: relative;
  z-index: 15;
}
#header .right > div:last-child {
  margin-right: 0px;
}
#header > .top > .layout > .wrap > .right {
  margin-bottom: 10px;
  min-width: 740px;
}
#header > .top > .layout > .wrap .right > .right {
  float: right;
}
#header .center {
  clear: right;
}
#header .center > .right {
  min-width: 685px;
}
#search .input-search,
#search .button-search {
  display: inline-block;
}
#search .input-search {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  text-transform: uppercase;
  margin-bottom: 0;
  width: 310px;
  height: 30px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  position: relative;
  z-index: 5;
}
#search .button-search.first {
  position: absolute;
  cursor: pointer;
  margin: 0px 0px 0px 300px;
  padding: 10px 12px;
  background: #72A947;
  z-index: 6;
}
#search .button-search.last {
  display: none;
  cursor: pointer;
}
#header .dropdown-toggle {
  line-height: 20px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0px 0px 0px 0px;
}
#header .dropdown-toggle i {
  margin-top: 4px;
}
#currency .dropdown-toggle {
  font-size: 16px;
}
#currency .dropdown-toggle i {
  margin-top: 3px;
}
#header .right > #profile {
  margin-left: 15px;
  position: relative;
  z-index: 5;
}
#profile .dropdown-toggle {
  font-size: 16px;
}
#currency .currency-item {
  padding: 4px 6px;
  display: inline-block;
  cursor: pointer;
}
#language .dropdown-toggle {
  font-size: 16px;
}
#contacts {
  line-height: 20px;
  width: 450px;
  float: left;
  text-align: center;
}
#contacts a {
  padding: 0px 5px;
  font-size: 18px;
}
#contacts > div {
  display: inline-block;
  padding-right: 10px;
  zoom: 1;
  *display: inline;
  margin-bottom: 5px;
}
#contacts > div ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#contacts > div ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  list-style: none;
}
#contacts i {
  margin-top: 3px;
}
#header #cart {
  position: relative;
  z-index: 4;
}
#header .social-links a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 4px 0px 0px 10px;
}
#header #cart {
  float: right;
}
#header #cart .heading {
  float: right;
  padding-left: 0px;
  padding-right: 0px;
  background: none;
  position: relative;
  z-index: 122;
}
#header #cart .heading h4 {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 3px;
}
#header #cart .heading .cart-box {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 12px;
  background: #72A947;
  margin-left: 1px;
  vertical-align: text-top;
  line-height: 40px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  height: 40px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
}
#header #cart .heading .cart-box-icon {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 8px 8px;
  background: #72A947;
  vertical-align: text-top;
  font-size: 16px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  height: 40px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
}
#header #cart .heading .cart-box-icon i {
  margin: 0px;
}
#header #cart .dropdown-toggle i {
  margin-top: 3px;
}
#cart-total {
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 10px;
  color: #ffffff;
}
#header #cart .content {
  clear: both;
  display: none;
  position: absolute;
  z-index: 121;
  top: 47px;
  right: 0;
  min-height: 150px;
  min-width: 400px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#header #cart .content .wrap {
  padding: 10px;
  height: 100%;
  position: relative;
}
#header #cart.active .content {
  display: block;
}
#header #cart .content .arrow-up {
  margin-left: 340px;
}
.mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
.mini-cart-info td {
  color: #000;
  vertical-align: top;
  padding: 10px 5px;
}
.mini-cart-info .image img {
  text-align: left;
}
.mini-cart-info .name a {
  text-transform: uppercase;
  color: #343536;
}
.mini-cart-info .name small {
  color: #666;
}
.mini-cart-info .quantity {
  text-align: right;
}
.mini-cart-info td.total {
  text-align: right;
}
.mini-cart-info .remove {
  text-align: right;
}
.mini-cart-info .remove img {
  cursor: pointer;
}
.mini-cart-total {
  text-align: right;
}
.mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  margin-bottom: 5px;
}
.mini-cart-total td {
  color: #000;
  padding: 4px;
}
.mini-cart-total .title {
  width: 90%;
  color: #333333;
  font-size: 16px;
}
.mini-cart-total .text {
  color: #333333;
  font-size: 16px;
}
.mini-cart-total tr:last-child td {
  color: #343536;
  font-weight: bold;
  padding-top: 20px;
}
.mini-cart-totall td {
  padding: 2px;
  border-top: none;
}
#header #cart .checkout {
  text-align: right;
  clear: both;
  height: 40px;
}
#header #cart .checkout a {
  float: right;
  margin-left: 1px;
}
#header #cart .empty {
  padding-top: 50px;
  text-align: center;
}
/* menu */
#menu {
  height: 40px;
  padding: 0px 5px;
  text-align: center;
  background: url(../image/header_footer_separator.png) repeat-x top;
  display: inline-block;
  width: 100%;
}
#menu > ul {
  list-style: none;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: left;
  margin: 0;
  padding: 0;
}
#menu > ul > li {
  position: relative;
  float: left;
}
#menu > ul > li > a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 19px 8px 10px 8px;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}
#menu > ul > li > a > .icon-arrow-down {
  margin: 2px 0px 0px 0px;
  position: relative;
  line-height: 16px;
  display: inline-block;
}
#menu > ul > li:hover > a {
  color: #72A947;
  text-decoration: none;
}
.category-menu .dropdown-list-border {
  display: none;
}
#menu > ul > li > a > .arrow-up {
  display: none;
}
#menu > ul > li:hover > a > .arrow-up {
  display: block;
  position: relative;
  margin: 1px auto -10px auto;
}
#menu > ul > li > div {
  display: none;
  background: #FFFFFF;
  position: absolute;
  z-index: 105;
  border-top: 3px solid #72A947;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#menu > ul > li:hover > div {
  display: table;
}
#menu > ul > li > div > ul {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
}
#menu > ul > li ul + ul {
  padding-left: 20px;
}
#menu > ul > li ul > li {
  display: inline-block;
}
#menu > ul > li > div > ul > li > a {
  text-decoration: none;
  padding: 4px;
  color: #333333;
  display: block;
  white-space: normal;
  width: 200px;
  margin-bottom: 5px;
}
#menu > ul > li > div > ul > li > a:hover {
  color: #72A947;
}
#menu > ul > li > div > ul > li .sub-cat-img {
  width: 40px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}
#menu > ul > li > div > ul > li .sub-cat-title {
  width: 156px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  color: #939292;
  text-transform: uppercase;
}
#menu > ul > li > div > ul > li a:hover .sub-cat-title {
  color: #333333;
}
#menu > ul > li > div > ul > li > .group-menu {
  font-size: 14px;
  margin-bottom: 15px;
  margin-left: 40px;
}
#menu > ul > li > div > ul > li > .group-menu a {
  display: block;
}
#menu > ul > li > div > ul > li > .group-menu i {
  float: left;
  margin: 4px 0px;
}
#menu > ul > li > div > ul > li > .group-menu a span {
  display: inline-block;
  width: 132px;
  color: #333333;
}
#menu > ul > li > div > ul > li > .group-menu a:hover span {
  color: #72A947;
}
.column-header-layout > .wrap > div > * {
  margin: 15px 0px 0px 0px;
}
/*
*   Notifications
*/
#notification {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -50px 0px 0px -150px;
  z-index: 1001;
}
#notification > div {
  padding: 15px;
  width: 300px;
  min-height: 120px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px 0px;
  background: url(../image/box_header_bg.png) repeat-x;
  background-color: #ffffff;
}
.attention,
.warning,
.success,
.error {
  margin: 0px 0px 15px 0px;
  padding: 8px 14px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.attention > .close,
.warning > .close,
.success > .close,
.error > .close,
#notification > div > .close {
  float: right;
  margin-top: 3px;
  cursor: pointer;
}
.attention {
  border: 1px solid #fbeed5;
  color: #c09853;
}
.error {
  background-color: #f2dede;
  color: #b94a48;
}
.warning {
  background-color: #f2dede;
  color: #b94a48;
}
.success {
  background-color: #dff0d8;
  color: #468847;
}
.success-page i.icon-success {
  margin-top: 3px;
}
#notification > div .close {
  float: right;
  display: block;
  position: absolute;
  right: 10px;
  top: 15px;
}
#notification_holder {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 1000;
}
#notification > div .title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #e3e3e3;
  font-size: 16px;
  text-transform: uppercase;
}
#notification > div .content {
  color: #777777;
}
#notification > div .content img {
  float: left;
  margin-right: 10px;
}
#notification > div .content .name {
  font-size: 16px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 10px;
}
#notification > div .content .btn {
  float: right;
  margin-left: 1px;
}
#notification > div .content a:hover {
  text-decoration: none;
}
.error .close,
.warning .close {
  display: none;
}
/*
*	Breadcrumbs
*/
.breadcrumb {
  padding: 8px 0px;
  margin: 0 0 10px;
  list-style: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb .active {
  color: #999999;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb span {
  color: #777777;
  font-size: 12px;
}
.breadcrumb a span:hover {
  color: #72A947;
}
.breadcrumb .breadcrumb-separator {
  font-size: 12px;
  color: #343536;
  margin: 0 5px;
}
/*
*	Common
*/
#container {
  /*border-top: 1px solid white;*/

  padding-top: 15px;
}
#content {
  width: 100%;
  margin-bottom: 15px;
}
#column-left {
  float: left;
  width: 220px;
  margin-right: 20px;
}
#column-right {
  float: right;
  width: 220px;
  margin-left: 20px;
}
#column-left + #content {
  width: 720px;
  float: left;
}
#column-right + #content {
  width: 720px;
  float: left;
}
#column-left + #column-right + #content {
  width: 480px;
}
.well,
.box {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px 0px;
  background: url(../image/box_header_bg.png) repeat-x;
}
.well {
  padding: 15px 10px 10px 10px;
}
[id*="column-"] > div,
#content > .wrap > div,
#column-right > div,
#column-left > div,
.box,
.well,
#menu {
  margin-bottom: 20px;
}
#column-extra1 > div {
  margin-bottom: 5px;
}
.page-title {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 15px;
}
.page-sub-title {
  font-size: 18px;
  line-height: 22px;
  margin: 5px 0px;
  margin-bottom: 15px;
}
.h3,
.page-small-title {
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.box ul {
  margin: 0px;
  padding: 0px;
}
.box ul li {
  list-style: none;
}
.no-borders {
  border: none;
  box-shadow: none;
  background: none;
}
.modal-header title,
.box .box-heading {
  padding: 18px 0px 12px 0px;
  margin: 0px 14px;
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #e3e3e3;
  font-size: 16px;
  text-transform: uppercase;
}
.no-borders .box-heading {
  border: none;
  background: none;
  color: #343536;
  font-weight: normal;
  text-shadow: none;
  font-size: 24px;
  text-transform: capitalize;
}
.box .box-content {
  padding: 10px 14px 10px 14px;
  border-top: none;
}
.no-borders .box-content {
  padding: 0px;
  background: none;
  border: none;
}
.box .box-content ul li {
  padding: 5px 0px 5px 0px;
}
.box .box-content ul li.devider {
  height: 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}
/*module slideshow*/
.slideshow .nivoSlider {
  /*	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .4);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .4);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .4);*/

}
/* module category*/
.box-category ul {
  margin: 0px;
  padding: 0px;
}
.box-category ul li {
  list-style: none;
}
.box-category ul li {
  margin: 0px !important;
  padding: 1px 0px 1px 0px !important;
}
.box-category ul li ul li {
  padding: 3px !important;
  font-size: 14px;
  line-height: 16px;
}
.box-category ul li ul {
  display: none;
  margin-left: 20px;
}
.box-category ul li.active a {
  font-weight: bold;
}
.box-category ul li .sub-category-item a {
  font-weight: normal;
}
.box-category ul li .sub-category-item a.active {
  font-weight: bold;
}
.box-category ul li.active ul {
  display: block;
}
/*
* Home
*/
.home-page .page-title {
  display: none;
}
/*
*	Account
*/
/*login*/
.account-login-page .forgotten {
  margin-left: 1px;
}
.login-content .left,
.login-content .right {
  width: 48%;
}
.account-account-page ul li {
  list-style: none;
}
.account-account-page i {
  margin-right: 5px;
}
.login-content form {
  margin-bottom: 2px !important;
}
/*register*/
.account-register-page .left.box,
.account-register-page .right.box {
  width: 48%;
}
.account-register-page .h2 {
  padding: 10px 5px;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #efefef;
}
/*return*/
.account-return-page .left.box,
.account-return-page .right.box {
  width: 48%;
}
.account-wishlist-page .price-old {
  text-decoration: line-through;
  font-size: 14px;
}
.account-order-info-page .page-sub-title {
  display: none;
}
/*
*	Affiliate
*/
.affiliate-login p {
  line-height: 20px;
}
.affiliate-register-page .left.box,
.affiliate-register-page .right.box {
  width: 48%;
}
.affiliate-account-page ul li {
  list-style: none;
}
.affiliate-account-page i {
  margin-right: 5px;
}
.affiliate-login-page .forgotten {
  margin-left: 1px;
}
/*
*	Checkout
*/
.checkout-cart-page .cart-info {
  overflow: visible;
}
.checkout-cart-page .cart-info th {
  text-transform: uppercase;
  border-bottom: 1px solid #e3e3e3;
}
.checkout-cart-page .cart-info tbody .name a {
  text-transform: uppercase;
}
.checkout-cart-page .cart-info tbody .name div,
.checkout-cart-page .cart-info tbody .name small {
  color: #777777;
}
.checkout-cart-page .value-quantity {
  padding: 4px 7px 3px 7px;
  width: 20px;
  margin-bottom: 0px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
}
.checkout-cart-page .cart-info .quantity-controls {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.checkout-cart-page .cart-info .quantity-controls .quantity-btn {
  display: block;
  height: 20px;
  width: 19px;
}
.checkout-cart-page .cart-info .quantity-controls .quantity-btn i {
  margin-top: 0px;
}
.checkout-cart-page button {
  border: none;
  background: none;
  padding: 0px;
  margin: 0px;
}
.checkout-cart-page #total .title {
  width: 90%;
  color: #333333;
  font-size: 18px;
}
.checkout-cart-page #total .text {
  color: #333333;
  font-size: 18px;
}
.checkout-cart-page #total tr:last-child td {
  color: #343536;
  font-weight: bold;
  padding-top: 20px;
}
.checkout-cart-page #total td {
  padding: 2px;
  border-top: none;
}
.checkout-cart-page .gift-title {
  display: none;
}
.checkout-checkout-page .checkout-heading {
  padding: 10px 5px;
  border-bottom: 1px solid #efefef;
}
.checkout-checkout-page .checkout-content {
  margin-top: 15px;
  display: none;
}
.checkout-checkout-page .h2 {
  padding: 10px 5px;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #efefef;
}
.checkout-checkout-page .forgotten {
  margin-left: 1px;
}
.checkout-heading .text-modify {
  float: right;
  font-size: 14px;
  cursor: pointer;
}
.checkout-checkout-page > div {
  clear: both;
  margin-bottom: 15px;
}
.checkout-checkout-page .left.box,
.checkout-checkout-page .right.box {
  width: 48%;
}
.checkout-checkout-page .checkboxes {
  float: left;
  width: 60%;
  padding-bottom: 10px;
}
.checkout-checkout-page #payment-new .left,
.checkout-checkout-page #payment-new .right {
  width: 48%;
}
.checkout-checkout-page #shipping-new .left,
.checkout-checkout-page #shipping-new .right {
  width: 48%;
}
.checkout-checkout-page .checkout-product tr .total {
  text-align: right;
}
.checkout-checkout-page .checkout-product .price {
  text-align: right;
}
.checkout-checkout-page .checkout-product th {
  text-transform: uppercase;
  border-bottom: 1px solid #e3e3e3;
}
.checkout-checkout-page .checkout-product tfoot td {
  padding: 2px;
  text-align: right;
}
.checkout-checkout-page .checkout-product tfoot .price b {
  color: #333333;
  font-size: 18px;
  font-weight: normal;
}
.checkout-checkout-page .checkout-product tfoot tr:last-child td.price b,
.checkout-checkout-page .checkout-product tfoot tr:last-child td {
  color: #343536;
  font-weight: bold;
  font-size: 18px;
  padding-top: 20px;
}
.checkout-cart-page .cart-remove-item {
  margin-top: 0px;
  margin-left: 10px;
  height: 25px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 42px;
  vertical-align: middle;
}
.checkout-cart-page .cart-remove-item i {
  margin-right: 0px;
}
.checkout-cart-page #shipping .button {
  margin-bottom: 15px;
}
.checkout-checkout-page .right {
  margin-bottom: 15px;
}
.checkout-checkout-page .cart-extra-options .radio {
  margin-bottom: 15px;
}
.checkout-checkout-page .cart-total tr td {
  padding: 5px;
  border: none;
}
.checkout-checkout-page .cart-total tr:last-child span {
  font-weight: bold;
  color: #343536;
}
.checkout-checkout-page .well,
.checkout-checkout-page .box {
  margin: 0px 3px 20px 3px;
}
#payment-address .hr {
  padding-top: 15px;
}
/*
*	Error
*/
/*
*	Information
*/
.sitemap-page .left,
.sitemap-page .right {
  width: 48%;
}
.information-contact-page .input-captcha {
  margin-top: 10px;
}
.information-contact-page .enquiry {
  width: 90%;
}
/*
*	Module
*/
.product-item {
  text-align: center;
  width: 240px;
  height: 390px;
  float: left;
  margin-bottom: 12px;
}
.product-item .wrap {
  padding: 10px 5px 20px 5px;
}
.product-item .wrap:hover .name a {
  color: #343536;
}
.product-item .image {
  margin-bottom: 6px;
}
.product-item .noimage {
  width: 100%;
  height: 195px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-bottom: 6px;
}
.product-item .noimage img {
  width: 195px;
  height: 195px;
}
.product-item .product-info {
  clear: both;
}
.product-item .name {
  margin-bottom: 6px;
  padding: 0px 4px 0px 4px;
  height: 42px;
  font-size: 16px;
  text-transform: uppercase;
  color: #333333;
  overflow: hidden;
}
.product-item .name a {
  color: #333333;
}
.product-item .name a:hover {
  color: #343536;
}
.product-item .description {
  display: none;
}
.product-item .price {
  padding: 0px 4px 0px 4px;
  height: 40px;
  overflow: hidden;
  color: #343536;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
}
.product-item .price .price-new {
  color: #343536;
  font-size: 20px;
}
.product-item .price .price-old {
  font-size: 14px;
  color: #333333;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-decoration: line-through;
  font-weight: normal;
  margin-bottom: 3px;
}
.product-item .price .price-tax {
  font-size: 12px;
  padding-top: 6px;
  font-weight: normal;
}
.product-item .right {
  clear: both;
  float: none;
  text-align: center;
  width: 100%;
}
.product-item .cart {
  text-align: center;
  display: inline-block;
}
.product-item .cart .input {
  display: inline-block;
}
.product-item .wishlist,
.product-item .compare {
  font-size: 0px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: text-top;
  margin-left: 1px;
}
.product-item .wishlist a,
.product-item .compare a {
  background: #72A947;
  display: block;
  padding: 8px;
  line-height: normal;
  color: #333333;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  /* FF 4 */

  -webkit-transition: background 0.15s ease-in-out;
  /* Safari & Chrome */

  -o-transition: background 0.15s ease-in-out;
  /* Opera */
}
.right .wishlist > a > i + .text,
.right .compare > a > i + .text {
  display: none;
}
.product-item .wishlist a:hover,
.product-item .compare a:hover {
  background: #343536;
  transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  /* FF 4 */

  -webkit-transition: background 0.15s ease-in-out;
  /* Safari & Chrome */

  -o-transition: background 0.15s ease-in-out;
  /* Opera */
}
.product-item .wishlist i,
.product-item .compare i {
  margin: 0px;
}
.product-item .rating {
  display: block;
  height: 20px;
  margin-bottom: 6px;
}
.product-item .rating img {
  display: inline-block;
  line-height: 14px;
  vertical-align: text-top;
  margin-top: 1px;
}
.product-item .wrap .right {
  display: none;
}
.product-item .wrap:hover .right {
  display: block;
}
.column .banner {
  margin-left: -5px;
}
/*
*	iosSlider
*/
/* slider container */
.iosSlider {
  /* required */

  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 410px;
}
/* slider */
.iosSlider .slider {
  /* required */

  width: 100%;
  height: 100%;
}
/* slide */
.iosSlider .slider .slide {
  /* required */

  float: left;
  width: 240px;
}
.iosslider-nav {
  position: relative;
  width: 100%;
  z-index: 1;
}
.iosslider-nav .next {
  background: url(../image/button-next.png) left;
  width: 11px;
  height: 23px;
  float: right;
  right: 0px;
  margin-top: 100px;
  margin-right: -14px;
  position: absolute;
}
.iosslider-nav .prev {
  background: url(../image/button-previous.png) left;
  width: 11px;
  height: 23px;
  float: left;
  margin-top: 100px;
  margin-left: -14px;
  position: absolute;
}
.iosslider-nav .next:hover,
.iosslider-nav .prev:hover {
  background-position: right;
}
.unselectable {
  display: none;
}
.carousel-slider .iosSlider {
  height: 100px;
}
.carousel-slider .iosSlider .slider .slide {
  width: 192px;
  text-align: center;
}
.carousel-slider .iosSlider .slider .slide img {
  display: inline-block;
}
.carousel-slider .iosslider-nav > div {
  margin-top: 30px;
}
/*
*	Filter
*/
.simonfilters .clear_filters_global {
  font-size: 0px;
  margin-top: 2px;
  float: right;
}
.box-filter .filter_group {
  padding: 0px !important;
  margin-bottom: 10px;
}
.box-filter .filter_group .filter_ul {
  margin-bottom: 15px;
}
.box-filter .filter_group:last-child .filter_ul {
  margin-bottom: 0px;
}
.box-filter .filter_group.expanded,
.box-filter .filter_group.collapsed {
  background: none !important;
}
.box-filter .filter_group.collapsed .filter_title {
  background: url(../image/filter_checkboxes_list.png) no-repeat !important;
  background-position: -14px -176px !important;
}
.box-filter .filter_group.expanded .filter_title {
  background: url(../image/filter_checkboxes_list.png) no-repeat !important;
  background-position: -2px -188px !important;
}
.box-filter .filter_group .filter_title {
  border-bottom: none !important;
  color: #333 !important;
  padding: 0px 0px 0px 14px !important;
  left: 0px !important;
  cursor: pointer;
}
.box-filter .filter_group .clear_filters_local_container {
  float: right;
}

.box-filter .filter_group .clear_filters_local_container .clear_filters_local {
  font-size: 0px;
  display: none;
  float: right;
}
.box-filter .filter_group .filter_ul ul li {
  font-size: 16px;
  color: #333;
  padding: 2px 3px 3px 20px;
  cursor: pointer;
  font-weight: normal;
}
.box-filter .filter_group .filter_ul ul li.unchecked {
  background: url(../image/filter_checkboxes_list.png) no-repeat;
  background-position: -2px 0px;
}
.box-filter .filter_group .filter_ul ul li.unchecked:hover {
  background-position: -2px -44px;
  color: #72A947;
}
.box-filter .filter_group .filter_ul ul li.unchecked:active {
  background-position: -2px -22px;
}
.box-filter .filter_group .filter_ul ul li.checked {
  background: url(../image/filter_checkboxes_list.png) no-repeat;
  background-position: -2px -88px;
  color: #72A947;
}
.box-filter .filter_group .filter_ul ul li.checked:hover {
  background-position: -2px -132px;
}
.box-filter .filter_group .filter_ul ul li.checked:active {
  background-position: -2px -110px;
}
/*
*	Price
*/
.filter-style-right,
.filter-style-left {
  background: url(../image/filter_price_ruler_big.png);
  width: 1px;
  height: 10px;
  position: absolute;
  float: left;
  z-index: 2;
}
.filter-style-right {
  right: 0px;
}
.filter-style-center {
  background: url(../image/filter_price_ruler_mini.png);
  height: 5px;
  width: 100%;
  position: absolute;
  z-index: 2;
}
.ui-slider-range.ui-widget-header {
  height: 5px;
  background: #72A947 !important;
}
.box-filter .filter_group .filter_ul ul li.simonfilters_price {
  padding-left: 5px;
}
#simonfilters_price-range {
  background: #C9C9C9;
  height: 5px;
  border: none;
}
.ui-slider-handle {
  background: url(../image/filter_price_button.png) !important;
  width: 21px !important;
  height: 20px !important;
  border: 0px !important;
  outline: 0px !important;
  cursor: pointer !important;
  margin-top: -5px !important;
  margin-left: -0.6em !important;
}
.ui-slider-handle:hover,
.ui-slider-handle:active,
.ui-slider-handle:focus {
  background: url(../image/filter_price_button.png) right !important;
}
#simonfilters_price_amount,
.sfsamount {
  color: #333 !important;
}
/* Product list */
/*.column .box .product-item {
	float:left;
	width:100%;
	margin:0px;
	height:auto;
	margin-bottom:12px;
	text-align:center;
}
.column .box .box-content {
	padding-right:13px;
}
.column .box .product-item .wrap {
	padding:1px;
}
.column .box .product-item .image {
	margin-bottom:6px;
	float:left;
	max-width:150px;
}
.column .box .product-item .product-info {
	clear:none;
	padding:10px 10px 0px 0px
}
.column .box .product-item .name {
}
.column .box .product-item .description {
	display:none
}
.column .box .product-item .price {
	padding:0px 4px 0px 4px;
	height:40px;
	overflow:hidden;
	color:#333333;
	margin-bottom:6px;
	font-weight:bold
}
.column .box .product-item .price .price-new {
}
.column .box .product-item .price .price-old {
	font-size:12px;
	text-decoration:line-through;
	font-weight:normal
}
.column .box .product-item .price .price-tax {
	font-size:12px;
	padding-top:6px;
	font-weight:normal
}
.column .box .product-item .right {
	clear: none;
	float:none;
	text-align:center;
	width: auto
}
.column .box .product-item .cart {
	text-align:center;
	width: auto
}
.column .box .product-item .cart .input {
	display:inline-block
}
.column .box .product-item .wishlist, .column .box .product-item .compare, .column .box .product-item .rating {
	clear: none;
	font-size:0px;
	padding-top:4px;
	padding-bottom:10px;
	display:inline-block
}
.column .box .product-item .rating img {
	display: inline-block;
	line-height: 14px;
	vertical-align: text-top;
	margin-top: 1px;
}*/
/* module category*/
.box-category ul {
  margin: 0px;
  padding: 0px;
}
.box-category ul li {
  list-style: none;
}
/*
*	Product - Category
*/
.category-page .category-info .image {
  float: left;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin-right: 20px;
  margin-bottom: 15px;
  display: none;
}
.category-page .page-sub-title {
  display: none;
}
.sub-category {
  margin: 0px;
  padding: 0px;
}
.sub-category li {
  float: left;
  margin: 0px 10px 14px 0px;
  list-style: none;
}
.sub-category.column {
  width: 33%;
  float: left;
}
.sub-category.column li {
  float: none;
}
.sub-category li a {
  display: block;
  width: 230px;
  height: 80px;
}
.sub-category li .image {
  /*shadow-box*/

  width: 80px;
  height: 80px;
  margin-right: 10px;
  vertical-align: middle;
}
.sub-category li a:hover {
  text-decoration: none;
}
.sub-category li .text {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 130px;
  vertical-align: middle;
}
.sub-category li:hover .text {
  text-decoration: underline;
}
.product-filter {
  clear: both;
  padding: 14px;
}
.product-filter * {
  font-size: 16px;
  line-height: 20px;
}
.product-filter > div {
  float: left;
}
.product-filter > .clear {
  clear: both;
  float: none;
}
.product-filter i {
  margin-top: 5px;
  margin-right: 4px;
}
.product-filter .vr {
  width: 1px;
  background: #e3e3e3;
  height: 28px;
  float: left;
  margin: 0px 20px -13px 20px;
}
.product-filter .display {
  float: right;
}
.display .wrap {
  width: 70px;
}
.display .wrap a {
  float: left;
}
.display .vr {
  margin-left: 0px;
}
.product-filter .product-compare a {
  color: #333333;
}
.product-filter .product-compare a:hover {
  color: #72A947;
}
.product-filter .product-compare a .text {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-top: 1px;
}
.product-filter .product-compare a i {
  margin-top: 3px;
}
.product-filter .selectbox .select {
  width: auto;
  padding: 0 20px 0 20px;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  color: #333333;
  text-shadow: none;
  background: none;
  border: none;
  border-bottom-color: none;
  border-radius: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 99;
}
.product-filter .selectbox:hover .select {
  color: #72A947;
}
.product-filter .selectbox .select .trigger {
  margin-top: 3px;
  border: none;
}
.product-filter .selectbox .select .trigger .arrow {
  display: none;
}
.product-filter .limit .icon-limit,
.product-filter .sort .icon-sort {
  margin-right: -16px;
  position: relative;
}
/*.product-list*/
.product-list .product-item {
  margin-bottom: 12px;
  clear: both;
  height: auto;
  width: 100%;
}
.product-list .product-item .wrap {
  padding: 1px;
}
.product-list .product-item .image {
  float: left;
  margin: 9px 20px 10px 21px;
}
.product-list .product-item .product-info {
  padding: 10px 0px 10px 0px;
  clear: none;
  text-align: left;
}
.product-list .product-item .name {
  margin-bottom: 15px;
  padding: 0px;
  margin-top: 10px;
  height: auto;
  display: block;
  margin-left: 240px;
}
.product-list .product-item .description {
  margin-bottom: 8px;
  display: block;
  width: 295px;
  margin-left: 240px;
}
.product-list .product-item .description a {
  color: #343536;
}
.product-list .product-item .description a:hover {
  color: #72A947;
}
.product-list .product-item .model {
  margin-bottom: 15px;
  font-size: 14px;
  color: #777777;
}
.product-list .product-item .quantity {
  margin-top: 15px;
}
.product-list .product-item .quantity > * {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.product-list .product-item .quantity .quantity-control i {
  display: block;
  cursor: pointer;
  margin-left: 1px;
}
.product-list .product-item .quantity .quantity-control i {
  margin-top: 1px;
}
.product-list .product-item .quantity .quantity-input {
  width: 20px;
  text-align: center;
  margin: 1px 0px 0px 10px;
  height: 23px;
  line-height: 15px;
  padding: 7px 4px;
  font-size: 16px;
  vertical-align: middle;
}
.product-list .product-item .price {
  font-size: 24px;
  color: #343536;
  margin-bottom: 4px;
  font-weight: bold;
  text-align: right;
  margin-top: 10px;
  margin-left: 15px;
  height: 80px;
}
.product-list .product-item .price .price-new {
  color: #343536;
  font-size: 24px;
}
.product-list .product-item .price .price-old {
  text-decoration: line-through;
  font-weight: normal;
  font-size: 18px;
}
.product-list .product-item .price .price-tax {
  font-size: 14px;
  font-weight: normal;
  display: block;
  padding-top: 8px;
  color: #777;
}
.product-list .product-item .right {
  margin-left: 10px;
  margin-top: 20px;
  float: right;
  width: auto;
  display: block;
  margin-right: 10px;
}
.product-list .product-item .rating {
  height: auto;
}
/*.product-grid*/
/*.product-grid .product-item {
	width:240px;
	height:300px;
	float:left;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:12px;
	text-align:center;
}*/
.product-grid .product-item .product-info {
  clear: both;
}
.product-grid .product-item .name {
  margin-bottom: 6px;
  padding: 0px 4px 0px 4px;
  height: 42px;
  overflow: hidden;
}
.product-grid .product-item .description {
  display: none;
}
.product-grid .product-item .price {
  padding: 0px 4px 0px 4px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 6px;
  font-weight: bold;
}
.product-grid .product-item .price .price-old {
  text-decoration: line-through;
  font-weight: normal;
}
.product-grid .product-item .price .price-tax {
  display: none;
}
.product-grid .product-item .right {
  clear: both;
  float: none;
  text-align: center;
  width: 100%;
}
.product-grid .product-item .rating img {
  display: inline-block;
  line-height: 14px;
  vertical-align: text-top;
  margin-top: 1px;
  padding-right: 3px;
}
.pagination {
  clear: both;
}
.pagination .results {
  display: none;
}
.load-next-page.toggle {
  padding: 10px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  background: #7CA958;
  display: none;
  cursor: pointer;
}
.load-wait {
  background: url(../image/loading.gif);
  width: 32px;
  height: 32px;
  display: block;
  margin: 0px 10px;
  clear: both;
  margin: 10px auto;
}
.content.empty {
  padding: 60px 10px 60px 10px;
  margin: 15px 0px;
  text-align: center;
  color: #333333;
  border: 1px solid #72A947;
}
/*
*	Product - Compare
*/
.product-compare-page .compare-remove {
  margin-left: 1px;
}
/*
*	Product - Product
*/
.product-page .left {
  margin-right: 10px;
}
.product-page .left .image a {
  position: relative;
  outline: none !important;
}
.product-page .left .image a .img-zoom {
  background: url(../image/product_magnifier.png);
  width: 59px;
  height: 59px;
  position: absolute;
  display: none;
  left: 50%;
  margin: 160px 0px 0px -20px;
  z-index: 1;
}
.product-page .left .image:hover a .img-zoom {
  display: block;
}
.product-page .left .image a img {
  /*shadow-box*/

  margin-bottom: 10px;
}
.product-page .image-additional a {
  /*shadow-box*/

  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  outline: none !important;
}
.product-info-box-right {
  float: right;
}
.product-info-box-before-tabs {
  clear: both;
}
.product-page .h1 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 15px;
}
.product-page .product-info-right {
  float: none;
  display: block;
  margin-left: 430px;
}
.product-page .product-info-right .description .review {
  padding: 0px 0px 4px 0px;
}
.product-page .product-info-right .description .text {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.product-page .product-info-right .description .model {
  margin-bottom: 8px;
}
.product-page .product-info-right .description .manufacturer {
  margin-bottom: 8px;
}
.product-page .product-info-right .description .reward {
  margin-bottom: 8px;
}
.product-page .product-info-right .description .stock {
  margin-bottom: 22px;
  margin-top: 10px;
  font-size: 12px;
  color: #6A6640;
  text-transform: uppercase;
  border: 1px solid #E9E8CA;
  background: #FEFEF4;
  padding: 3px 10px;
  display: inline-block;
}
.product-page .product-info-right .description .stock i {
  margin-top: 2px;
}
.product-page .product-info-right .price {
  padding-bottom: 25px;
}
.product-page .product-info-right .price > span {
  display: inline-block;
}
.product-page .product-info-right .price .price-title {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.product-page .product-info-right .price .price-normal,
.product-page .product-info-right .price .price-new {
  font-size: 24px;
  font-weight: bold;
  margin: 8px 0px;
  display: block;
  color: #343536;
}
.product-page .product-info-right .price .price-old {
  text-decoration: line-through;
}
.product-page .product-info-right .price .price-tax {
  font-size: 14px;
  color: #333333;
  margin: 5px 0px;
  display: block;
}
.product-page .product-info-right .price .reward {
  font-size: 14px;
  color: #333333;
}
.product-page .product-info-right .price .discount {
  font-size: 14px;
  color: #333333;
  line-height: 16px;
  padding: 8px 0px 0px 10px;
}
.product-page .product-info-right .options-title {
  font-size: 18px;
  font-weight: bold;
}
.product-page .product-info-right .options {
  margin-bottom: 20px;
}
.product-page .product-info-right .options > div {
  margin-bottom: 15px;
}
.product-page .product-info-right .option .text {
  font-size: 16px;
  color: #333333;
  margin-right: 5px;
}
.product-page .product-info-right .option .option-row {
  margin: 5px 5px 5px 0px;
}
.radio,
.checker {
  float: left;
  margin-right: 3px;
}
.product-page .product-info-right .option label {
  font-size: 14px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  cursor: pointer;
}
.product-page .product-info-right .option label {
  line-height: 19px;
}
.product-page .product-info-right .options .error {
  margin-bottom: 10px;
  display: block;
}
.product-page .product-info-right .cart {
  margin-top: 15px;
}
.product-page .product-info-right .cart .cart-buy {
  margin-bottom: 25px;
  height: 40px;
}
.product-page .product-info-right .cart .cart-quantity {
  display: block;
  height: 50px;
}
.product-page .product-info-right .cart .cart-quantity .text-quantity {
  display: block;
  float: left;
  height: 21px;
  margin-right: 5px;
  padding-top: 12px;
}
.product-page .product-info-right .cart .cart-quantity .value-quantity {
  padding: 7px 4px;
  width: 20px;
  height: 23px;
  float: left;
  text-align: center;
  font-size: 16px;
}
.product-page .product-info-right .cart .cart-quantity .value-quantity-control-buttons {
  float: left;
  position: relative;
}
.product-page .product-info-right .cart .cart-quantity .value-quantity-control {
  display: block;
  margin-left: 2px;
  cursor: pointer;
  position: relative;
  margin-top: 0px;
  margin-bottom: 1px;
}
.product-page .product-info-right .cart .cart-buy .value-quantity-control .btn {
  padding: 2px 1px;
}
.product-page .product-info-right .cart .cart-buy #button-cart {
  float: left;
}
.product-page .product-info-right .cart .cart-buy #button-cart .icon-cart {
  margin-right: 10px;
}
.product-page .product-info-right .cart .cart-buy a {
  background: #72A947;
  display: inline-block;
  font-size: 0px;
  padding: 8px;
  line-height: normal;
  vertical-align: text-top;
  color: #333333;
  cursor: pointer;
  margin-left: 1px;
  transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  /* FF 4 */

  -webkit-transition: background 0.15s ease-in-out;
  /* Safari & Chrome */

  -o-transition: background 0.15s ease-in-out;
  /* Opera */

}
.product-page .product-info-right .cart .cart-buy a:hover {
  background: #343536;
  transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  /* FF 4 */

  -webkit-transition: background 0.15s ease-in-out;
  /* Safari & Chrome */

  -o-transition: background 0.15s ease-in-out;
  /* Opera */

}
.product-page .product-info-right .cart .cart-buy a i {
  margin: 0px;
}
.product-page .product-info-right .cart .cart-buy .wishlist .text,
.product-page .product-info-right .cart .cart-buy .compare .text {
  display: none;
}
.product-page .product-info-right .review .review-actions,
.product-page .product-info-right .cart .extra-actions {
  font-size: 11px;
  margin-bottom: 15px;
}
.product-page .product-info-right .review .review-actions a,
.product-page .product-info-right .cart .extra-actions a {
  margin-right: 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.product-page .product-info-right .cart .extra-actions > a {
  margin-bottom: 10px;
  display: none;
}
.product-page .product-info-right .cart .minimum {
  font-size: 12px;
  color: #777;
  margin-top: 10px;
}
.product-page .product-info-right .share {
  margin: 0px 0px;
  height: 18px;
  font-size: 12px;
}
#tabs {
  clear: both;
  margin-top: 20px;
  display: none !important;
}

.tab-title {
  border: none;
  background: none;
  color: #333333;
  font-weight: normal;
  text-shadow: none;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 0px;
  border-bottom: 1px solid #e3e3e3;
}
#tabs .selected {
  color: #555;
  cursor: default;
  background-color: white;
  border: 1px solid #DDD;
  border-bottom-color: transparent;
}
.tab-content > .toggle {
  padding: 10px;
  text-transform: uppercase;
  color: #555555;
  text-align: center;
  background: #D8E4C8;
  display: none;
  cursor: pointer;
}
.tab-content > .text {
  overflow: hidden;
}
#tab-description > div {
  margin-bottom: 15px;
  line-height: 20px;
}
#tab-description .tab-content p {
  line-height: 20px;
  font-size: 14px;
}
#tab-attribute .attribute {
  border: 1px solid #E4E4E4;
  margin-top: 20px;
}
#tab-attribute .attribute th {
  background: #F8F8F8;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
}
#tab-attribute .attribute tbody tr td:first-child {
  padding-left: 30%;
  width: 60%;
}
#tab-attribute .table td,
#tab-attribute .table th {
  border-bottom: 1px solid #efefef;
}
/*tab reviews*/
#tab-review #review {
  padding: 15px 0px;
}
#tab-review #review .review-list .author .name {
  float: left;
  margin-right: 5px;
  font-size: 16px;
  color: #010101;
}
#tab-review #review .review-list .rating {
  padding-top: 3px;
}
#tab-review #review .review-list .date .text_on,
#tab-review #review .review-list .date .date_added {
  margin-top: 0px;
  font-size: 12px;
  color: #777777;
}
#tab-review #review .review-list .date .text_on {
  display: none;
}
#tab-review #review .review-list .text {
  margin: 10px 0px 5px 0px;
  color: #333333;
}
#tab-review #review .review-list {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EFEFEF;
}
#tab-review #review .review-list:last-child {
  border-bottom: none;
}
#tab-review #review .pagination {
  margin-bottom: 10px;
  height: auto;
}
#tab-review #review .pagination .results {
  display: block;
  font-size: 12px;
  color: #777;
  text-align: center;
}
.tab-content #review-title {
  display: block;
  width: auto;
  text-align: left;
  color: #333333;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  -khtml-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  padding: 10px 14px 10px 14px;
  background-color: #FAFAFA;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: rgba(0, 0, 0, 0.0625) 0px 1px 4px 0px;
  display: none;
}
.tab-content .content-review {
  border-top: 1px solid #e3e3e3;
  padding-top: 15px;
}
.tab-content .content-review > div {
  width: 350px;
  margin: 0px 0px 15px 0px;
  text-align: left;
  color: #333333;
}
.tab-content .content-review label {
  padding-bottom: 8px;
}
.tab-content .content-review input[type=text].name {
  margin: 0px auto 0px auto;
  width: 328px;
  color: #777777;
  font-size: 14px;
}
.tab-content .content-review textarea {
  margin: 0px auto 10px auto;
  width: 328px;
  height: 118px;
  padding: 10px;
  resize: none;
  color: #777777;
  font-size: 14px;
}
.tab-content .content-review .small-text {
  font-size: 11px;
  opacity: 0.5;
}
.tab-content .content-review .rating {
  height: 18px;
}
.tab-content .content-review .entry-rating {
  padding-right: 5px;
  float: left;
}
.tab-content .content-review > div .radio-div {
  width: 75px;
  float: left;
  margin-left: 10px;
}
.tab-content .content-review > div .radio-div .radio {
  display: none;
}
.tab-content .content-review > div .radio-div input[type=radio] {
  margin: 0px 0px 0px -4px;
  padding: 0px;
  width: 15px;
  opacity: 0 !important;
  z-index: 2;
  cursor: pointer;
}
.tab-content .content-review > div .star-div {
  width: 74px;
  height: 13px;
  float: left;
  margin: 5px 0px 0px -80px;
}
.tab-content p {
  text-align: justify;
  color: #555555;
  line-height: 18px;
}
.tab-content .content-review input[type=text].captcha {
  margin: 0px auto 0px auto;
  width: 138px;
  float: left;
  color: #777777;
  font-size: 14px;
}
.tab-content .content-review img.captcha {
  margin: 0px 0px 0px 30px;
}
.tab-content .content-review .buttons .btn {
  width: 160px;
  text-align: center;
}
#tab-related .tab-title {
  margin-bottom: 15px;
}
/*
*	Product - Compare
*/
/*
*	Product - Search
*/
.product-search-page .block {
  margin-bottom: 10px;
}
.product-search-page .block > * {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-bottom: 0px;
}
.product-search-page .block:last-child {
  margin: 0px;
}
.product-search-page .block > .entry-search {
  display: none;
}
.product-search-page .block #button-search {
  vertical-align: middle;
}
/*
*	manufacturer-content
*/
.manufacturer-list {
  clear: both;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EFEFEF;
}
.manufacturer-list .manufacturer-heading {
  padding-bottom: 10px;
}
.manufacturer-content ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.manufacturer-content ul li {
  list-style: none;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/*
*	Pagination
*/
.pagination {
  height: 40px;
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a,
.pagination span {
  float: left;
  padding: 0 14px;
  line-height: 38px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a,
.pagination .active span {
  background-color: #f5f5f5;
}
.pagination .active a,
.pagination .active span {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a,
.pagination li:first-child span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a,
.pagination li:last-child span {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a {
  float: right;
}
.pager .previous a {
  float: left;
}
.pager .disabled a,
.pager .disabled a:hover {
  color: #999999;
  background-color: #ffffff;
  cursor: default;
}
/*
*	Footer
*/
html,
body {
  height: 100%;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -296px;
}
#footer,
.push {
  height: 220px;
  clear: both;
}
#footer {
  margin-top: 80px;
  -moz-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
  /*border-top: 1px solid white;*/

}
#footer_bg {
  background: url(../image/banner_background.jpg) center;
}
#footer .top .wrap {
  padding: 20px 20px;
}
#footer .top .column {
  float: left;
  width: 25%;
}
#footer .top .column .title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
#footer .top .column ul li a,
#footer .top .column ul li {
  font-size: 14px;
  color: #333333;
}
#footer .top .column ul {
  margin-left: 15px;
}
#footer .top .column ul li {
  list-style: square;
  font-size: 12px;
}
#footer .top .column ul li:hover a,
#footer .top .column ul li:hover {
  color: #343536;
}
/*
*	Footer bottom
*/
#footer .bottom .wrap {
  padding: 28px 0px;
  background: url(../image/header_footer_separator.png) repeat-x;
}
#footer .footer-logo {
  float: left;
  margin-right: 15px;
}
#footer .copy {
  font-size: 14px;
  float: left;
}
#footer .copy img {
  height: 12px;
}
#footer .payment {
  float: right;
}
#footer .payment ul {
  margin: 0px;
  padding: 0px;
  display: none;
}
#footer .payment ul li {
  float: left;
  margin-left: 10px;
  list-style: none;
}
#footer .paypal {
  background: url(../image/footer_paypal_icon.png);
  display: block;
  width: 54px;
  height: 15px;
}
#footer .visa {
  background: url(../image/footer_visa_icon.png);
  display: block;
  width: 46px;
  height: 15px;
}
#footer .mastercard {
  background: url(../image/footer_mastercard_icon.png);
  display: block;
  width: 25px;
  height: 15px;
}
#footer .webmoney {
  background: url(../image/footer_webmoney_icon.png);
  display: block;
  width: 56px;
  height: 15px;
}
/*
*	Important settings
*/
.hide {
  display: none;
}
.light {
  font-size: 16px;
  color: #737373;
  text-align: justify;
  line-height: 22px;
}
.light ul {
  margin-left: 18px;
}
.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
}
.nivo-controlNav {
  display: none;
}
#cboxLoadedContent {
  padding: 15px;
}
#cboxOverlay {
  background: #333333;
}
