html {
  color: #000;
  background: #FFF;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
  font: inherit;
}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
legend {
  color: #000;
}
html {
  overflow-y: scroll;
}
body {
  color: #1d3644;
  background: #FFFFFF;
  width: auto;
  margin: 0px;
  min-width: 1255px;
}
body,
input,
select,
textarea {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  min-height: 18px;
}
h1,
.h1 {
  font-size: 20px;
  color: #ff7200;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 10px;
}
h2,
.h2 {
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0;
}
h3,
.h3 {
  font-size: 13px;
  font-weight: bold;
  margin: 10px 0;
}
p {
  margin: 8px 0;
}
a {
  color: #5593c1;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #ff7100 !important;
}
img {
  vertical-align: top;
}
hr {
  height: 1px;
  font-size: 1px;
  padding: 0;
  margin: 3px 0;
  background-color: #dddddd;
  border: none;
}
em {
  font-style: italic;
  color: #FF7200;
}
small {
  color: #999999;
  font-size: 11px;
}
strong {
  font-weight: bold;
}
acronym {
  border-bottom: none;
}
button,
input,
select,
.button {
  vertical-align: middle;
}
button,
textarea,
select,
input[type='text'],
input[type='password'],
input[type='number'],
.button,
.tab {
  border: solid #b9b9b9 1px;
}
textarea,
select,
input[type='text'],
input[type='password'],
input[type='number'] {
  padding: 2px;
}
input[type='checkbox'],
input[type='radio'] {
  background: none;
  border: none;
  vertical-align: middle;
  margin: -1px 2px 0 0;
}
label {
  display: inline-block;
  padding: 3px 0;
}
ul {
  padding-left: 20px;
}
li {
  list-style: disc;
}
iframe {
  border: none;
}
th {
  font-weight: bold;
}
.clear {
  display: block;
  height: 1px;
  clear: both;
}
.wide {
  width: 100% !important;
}
.wrap {
  white-space: normal;
}
.hide {
  display: none;
}
.odd {
  background-color: #f8f8f8;
}
.orange {
  color: #ff7100;
}
.red {
  color: #CB0000;
}
.bold {
  font-weight: bold;
}
.gray {
  color: #797979;
}
.disabled_text {
  color: #acacac;
}
.box {
  margin: 7px;
}
.left {
  float: left;
}
.right {
  float: right;
}
ul.inline li {
  padding: 0 3px;
  display: inline-block;
}
.nowrap {
  white-space: nowrap;
}
.colorBox {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  color: #797979;
}
.colorBox .head {
  background-color: #fc7000;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fc7000),to(#c25600));
  background-image: -khtml-gradient(linear,left top,left bottom,from(#fc7000),to(#c25600));
  background-image: -o-linear-gradient(top,#fc7000,#c25600);
  background-image: -moz-linear-gradient(top,#fc7000,#c25600);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#fc7000,endColorstr=#c25600);
  -pie-background: linear-gradient(#fc7000,#c25600);
  behavior: url(/css/PIE.htc);
  padding: 5px 15px;
  margin-bottom: 5px;
  color: #fff !important;
  text-transform: uppercase;
}
.colorBox .head a {
  color: #fff;
  text-transform: none;
}
.colorBox .head a:hover {
  color: #fff !important;
}
.colorBox .box {
  margin: 7px 15px;
}
.colorBox select,
.colorBox .ui-multiselect {
  width: 203px !important;
}
.colorBox select .ui-multiselect-checkboxes,
.colorBox .ui-multiselect .ui-multiselect-checkboxes {
  max-height: 200px;
}
ul.float-list {
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 500px;
  width: auto;
  outline: none;
}
ul.float-list > li {
  width: 232px;
  vertical-align: top;
  min-height: 265px;
  display: inline-block;
  outline: none;
  margin: 5px;
}
.currency {
  color: #4f4f4f;
}
ul.pagination {
  text-align: right;
}
ul.pagination li {
  display: inline-block;
  margin-left: 5px;
}
ul.pagination li a {
  display: block;
  padding: 1px 6px;
  color: #acacac;
  border: 1px solid #ddd;
}
ul.pagination li a.active {
  color: #4f4f4f;
  border-color: #ff7100;
}
ul.pagination li a:hover {
  color: #ff7100;
}
.form-layout {
  border-collapse: collapse;
  border-spacing: 0;
  white-space: nowrap;
}
.form-layout th {
  text-align: right;
  padding: 0 1px 8px 7px;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
}
.form-layout td {
  padding: 0 1px 8px 7px;
  white-space: nowrap;
  vertical-align: top;
}
.form-layout .section th,
.form-layout .section td {
  border-top: solid #ddd 1px;
  padding-top: 8px;
}
.form-layout .section th p:first-child,
.form-layout .section td p:first-child {
  margin-top: 0;
}
.form-layout .hint,
.form-layout .newHint,
.form-layout .validationHint {
  display: none;
}
.form-layout .toolbox {
  padding: 8px 1px 8px 7px;
}
.form-layout .toolbox > div {
  color: #5593c1;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}
.form-layout input[type='text'],
.form-layout input[type='number'],
.form-layout input[type='password'],
.form-layout textarea,
.form-layout .i-box {
  width: 250px;
}
.form-layout select.text,
.form-layout .ui-multiselect {
  width: 256px !important;
}
#hintbox-outher,
#newHintbox-outher {
  display: none;
  position: absolute;
  max-width: 350px;
  background: transparent url('img/l_s.gif') no-repeat;
  padding-left: 10px;
}
#hintbox-inner,
#newHintbox-inner {
  background: #F1F5F7;
  border: 1px solid #D4E3E9;
  border-left: none;
  padding: 5px;
  -moz-box-shadow: 5px 5px 5px #EFEFEF;
  -webkit-box-shadow: 5px 5px 5px #EFEFEF;
  -khtml-box-shadow: 5px 5px 5px #EFEFEF;
}
#newErrorbox-outher {
  display: none;
  position: absolute;
  max-width: 350px;
  background: transparent url('img/l_s_err.gif') no-repeat;
  padding-left: 10px;
}
#newErrorbox-inner {
  background: #FFE3E3;
  border: 1px solid #DD0000;
  border-left: none;
  padding: 5px;
  -moz-box-shadow: 5px 5px 5px #EFEFEF;
  -webkit-box-shadow: 5px 5px 5px #EFEFEF;
  -khtml-box-shadow: 5px 5px 5px #EFEFEF;
}
.menu-bar {
  width: 100%;
  text-align: center;
  background: #f2f2f2;
  padding: 0;
}
.menu-bar li {
  display: inline-block;
}
.menu-bar li:first-child > a span {
  border-left: none;
}
.menu-bar li > a,
.menu-control > a {
  display: inline-block;
  padding-bottom: 8px;
  position: relative;
}
.menu-bar li > a span,
.menu-control > a span {
  display: inline-block;
  padding: 0 12px;
  border-left: solid #b9b9b9 1px;
}
.menu-bar li > a {
  padding-top: 8px;
}
.menu-control:hover > a {
  z-index: 4;
  background: url(img/main-menu-icon-h.png?1) no-repeat center bottom;
}
.menu-control:hover .menu {
  display: block;
}
.menu {
  display: none;
  background: url(img/DropDivBG.png);
  border: 1px solid #ddd;
  padding: 9px 5px;
  text-align: left;
  position: absolute;
  line-height: 16px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.25);
  z-index: 3;
}
.menu li {
  display: block;
  padding: 2px 4px;
  white-space: nowrap;
}
.menu li.separator {
  border-top: 1px solid #dfdfdf;
  margin-top: 7px;
  margin-bottom: 1px;
}
.popup {
  display: none;
}
#header,
#content,
#bottom-content {
  margin: 0 20px 15px 20px;
}
#header .top-line {
  padding-top: 15px;
  position: relative;
  vertical-align: bottom;
  height: 65px;
}
#header .top-line #logo {
  float: left;
  display: block;
  background: url(img/logo.jpg) no-repeat;
  width: 235px;
  height: 65px;
}
#header .top-line #languages {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  text-transform: lowercase;
}
#header .top-line #languages li {
  display: inline;
  padding: 0 5px;
  border-left: 1px solid #b9b9b9;
}
#header .top-line #languages li:first-child {
  border: none;
}
#header .top-line #languages li.active {
  color: #ff7100;
}
#header .top-line .phone {
  float: right;
  margin-top: 9px;
}
#header .top-line .phone .n {
  color: #ff7100;
  font-size: 12px;
  height: 30px;
  line-height: 15px;
  padding-left: 35px;
  background: url(img/phone-icon.png) no-repeat center left;
}
#header .top-line .phone .menu-control > a {
  padding: 0 0 8px 5px;
}
#header .top-line .phone .menu {
  right: 0;
  top: 79px;
  padding: 15px 15px;
}
#header .top-line .phone .menu H3 {
  margin-top: 0;
  padding-top: 0;
}
#header .top-line .container {
  padding: 5px 125px 0 235px;
  height: 65px;
}
#header .top-line .container .user-info,
#header .top-line .container .search {
  height: 60px;
}
#header .top-line .container .user-info {
  width: 340px;
  background: url(img/head-tab-right-bg.png) repeat-x left bottom;
  background: url(img/head-tab-center.jpg) no-repeat left bottom, url(img/head-tab-right.jpg) no-repeat right bottom, url(img/head-tab-right-bg.png) repeat-x left bottom;
}
#header .top-line .container .user-info .key,
#header .top-line .container .user-info .cart {
  margin-top: 4px;
  position: relative;
  text-transform: uppercase;
}
#header .top-line .container .user-info .key {
  margin-left: 70px;
  background: url(img/key-menu.png) no-repeat left center;
  padding-left: 51px;
  float: left;
}
#header .top-line .container .user-info .key .menu {
  top: 33px;
  text-transform: none;
}
#header .top-line .container .user-info .key a {
  padding-top: 8px;
}
#header .top-line .container .user-info a.key {
  margin-top: 13px;
}
#header .top-line .container .user-info .cart {
  margin-right: 50px;
  background: url(img/cart-menu.png) no-repeat left center;
  padding: 8px 0 8px 51px;
  float: right;
  text-transform: uppercase;
}
#header .top-line .container .user-info .cart .cart-count {
  position: absolute;
  background: #ff7100;
  top: 0;
  left: 18px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  color: #fff;
  line-height: 14px;
  font-size: 9px;
  padding: 0 5px;
}
#header .top-line .container .search {
  background: url(img/head-tab-left-bg.png) repeat-x left bottom;
  background: url(img/head-tab-left.jpg) no-repeat left bottom, url(img/head-tab-left-bg.png) repeat-x left bottom;
}
#header .top-line .container .search > div {
  padding: 5px 0 0 75px;
}
#header .top-line .container .search .search-box {
  width: 100%;
}
#header .top-line .container .search .search-box .first {
  width: 150px;
  border: 1px solid #bcbcbc;
}
#header .top-line .container .search .search-box .second {
  background: url(img/search-input-bg.png) repeat-x center center #D5D5D5;
  border: solid #bcbcbc 1px;
  padding: 0 5px;
}
#header .top-line .container .search .search-box .third {
  width: 35px;
  border: 1px solid #bcbcbc;
}
#header .top-line .container .search td input,
#header .top-line .container .search td select,
#header .top-line .container .search td .ui-multiselect {
  width: 100%;
}
#header .top-line .container .search select,
#header .top-line .container .search .ui-multiselect {
  color: #797979;
  background: #ececec;
  border: none;
}
#header .top-line .container .search select {
  padding: 4px 2px 5px 2px;
}
#header .top-line .container .search .ui-multiselect {
  height: 23px !important;
  max-width: 150px !important;
}
#header .top-line .container .search input {
  border: none;
  color: #676767;
  background: url(img/search-input-bg.png) repeat-x center center #D5D5D5;
  padding: 0;
  margin: 0;
}
#header .top-line .container .search input[type="submit"] {
  border: none;
  background: url(img/search-icon.png) no-repeat center center #ff7100;
  padding: 4px 5px;
  cursor: pointer;
}
#header .menu-bar li > a {
  color: #797979;
}
#header .menu-bar li > a span {
  padding: 0 8px;
  text-transform: uppercase;
}
#header .menu-bar li.active {
  background: url(img/main-menu-icon-a.png?1) no-repeat center bottom;
}
#header .menu-bar .menu {
  padding: 10px 15px;
  top: 151px;
}
#header .menu-bar .menu div {
  float: left;
  width: 250px;
}
#header .menu-bar .menu div a {
  line-height: 16px;
  display: block;
  margin-left: 10px;
  color: #797979;
}
#header .menu-bar .menu div a.node {
  font-weight: bold;
  text-transform: uppercase;
  margin: 5px 0 0 0;
}
ul.property {
  padding: 0;
}
#announcement {
  width: 100%;
  background: #f2f2f2;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
}
#breadcrumbs {
  font-size: 12px;
  color: #797979;
  text-transform: uppercase;
  padding: 0 0 10px 0;
}
#breadcrumbs a {
  color: #797979;
}
#breadcrumbs li {
  display: inline;
  color: #797979;
  padding-left: 16px;
  margin-left: 2px;
  background: url(img/breadcrumbs-sep.png) no-repeat left center;
}
#content .menu-box {
  margin-bottom: 15px;
}
#content .menu-box ul.category {
  border: 1px solid #ddd;
  padding: 0;
}
#content .menu-box ul.category .menu-icon {
  position: absolute;
  display: block;
}
#content .menu-box ul.category ul {
  padding: 0;
}
#content .menu-box ul.category li {
  list-style: none;
}
#content .menu-box ul.category li a {
  border-top: 1px solid #ddd;
  color: #797979;
  display: block;
  padding: 5px 20px;
}
#content .menu-box ul.category li a .text-wrapper {
  position: relative;
  display: block;
}
#content .menu-box ul.category li a .menu-icon {
  width: 20px;
  height: 20px;
  top: -1px;
  left: -20px;
  background: url(img/menu-icon.png) no-repeat center center;
}
#content .menu-box ul.category li a.active.has-child .menu-icon {
  background: url(img/menu-down-icon.png) no-repeat center center;
}
#content .menu-box ul.category li a:hover,
#content .menu-box ul.category li a.selected,
#content .menu-box ul.category li a.active {
  color: #ff7100;
}
#content .menu-box ul.category li a:hover .menu-icon,
#content .menu-box ul.category li a.selected .menu-icon,
#content .menu-box ul.category li a.active .menu-icon {
  background: url(img/menu-icon-h.png) no-repeat center center;
}
#content .menu-box ul.category li a.has-child:hover .menu-icon,
#content .menu-box ul.category li a.selected.has-child .menu-icon,
#content .menu-box ul.category li a.active.has-child .menu-icon {
  background: url(img/menu-down-icon-h.png) no-repeat center center;
}
#content .menu-box ul.category > li:first-child > a {
  border-top: none;
}
#content .menu-box ul.category > li > a {
  background-color: #f9f9f9;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#f1f1f1));
  background-image: -khtml-gradient(linear,left top,left bottom,from(#f9f9f9),to(#f1f1f1));
  background-image: -o-linear-gradient(top,#f9f9f9,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f9f9f9,#f1f1f1);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#f9f9f9,endColorstr=#f1f1f1);
  -pie-background: linear-gradient(#f9f9f9,#f1f1f1);
  behavior: url(/css/PIE.htc);
  padding: 5px 25px;
  text-transform: uppercase;
}
#content .menu-box ul.category > li > a .menu-icon {
  left: -30px;
  top: -3px;
  width: 30px;
  height: 25px;
  background: url(img/menu-icon-l2.png) no-repeat center center !important;
}
#content .menu-box ul.category > li.active > a,
#content .menu-box ul.category > li > a:hover {
  background-color: #fc7000;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fc7000),to(#c25600));
  background-image: -khtml-gradient(linear,left top,left bottom,from(#fc7000),to(#c25600));
  background-image: -o-linear-gradient(top,#fc7000,#c25600);
  background-image: -moz-linear-gradient(top,#fc7000,#c25600);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#fc7000,endColorstr=#c25600);
  -pie-background: linear-gradient(#fc7000,#c25600);
  behavior: url(/css/PIE.htc);
  color: #fff !important;
  text-decoration: none;
}
#content .menu-box ul.category > li.active > a .menu-icon,
#content .menu-box ul.category > li > a:hover .menu-icon {
  background: url(img/menu-icon-l2-h.png) no-repeat center center !important;
}
#content .banners-layout {
  width: 100%;
}
#content .banners-layout td {
  vertical-align: top;
  width: 25%;
}
#content .banners-layout td a {
  display: block;
  position: relative;
  margin: 7px;
  border: 1px solid #E4E4E4;
  background-repeat: no-repeat;
  background-position: center center;
}
#content .banners-layout td a span {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 35px;
  padding: 0 40px 0 15px;
  text-transform: uppercase;
  line-height: 32px;
  background: url(img/banners-title-bg.png) no-repeat right top;
  white-space: nowrap;
  font-weight: bold;
}
#content .banners-layout td .b1,
#content .banners-layout td .b2,
#content .banners-layout td .b3,
#content .banners-layout td .b5 {
  height: 410px;
}
#content .banners-layout td .b4,
#content .banners-layout td .b6,
#content .banners-layout td .b7,
#content .banners-layout td .b8,
#content .banners-layout td .b9,
#content .banners-layout td .b10 {
  height: 197px;
}
#content .banners-layout td .b1 {
  background-image: url(img/banners/b1.jpg?4);
}
#content .banners-layout td .b2 {
  background-image: url(img/banners/b2.jpg?4);
}
#content .banners-layout td .b3 {
  background-image: url(img/banners/b3.jpg?4);
}
#content .banners-layout td .b4 {
  background-image: url(img/banners/b4.jpg?4);
}
#content .banners-layout td .b5 {
  background-image: url(img/banners/b5.jpg?4);
}
#content .banners-layout td .b6 {
  background-image: url(img/banners/b6.jpg?4);
}
#content .banners-layout td .b7 {
  background-image: url(img/banners/b7.jpg?4);
}
#content .banners-layout td .b8 {
  background-image: url(img/banners/b8.jpg?4);
}
#content .banners-layout td .b9 {
  background-image: url(img/banners/b9.jpg?4);
}
#content .banners-layout td .b10 {
  background-image: url(img/banners/b10.jpg?4);
}
#bottom-content {
  clear: both;
  overflow: hidden;
}
#bottom-content .bottom_box {
  padding-right: 250px;
  color: #acacac;
}
#bottom-content .bottom_box > div {
  width: 33.33%;
  float: left;
}
#bottom-content .bottom_box h2,
#bottom-content .bottom_box h3.title {
  margin: 20px 0 25px 0;
  color: #5593c1;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
}
#bottom-content .news > div {
  margin-bottom: 10px;
}
#bottom-content .news .img {
  float: left;
  clear: both;
  margin-right: 7px;
}
#bottom-content .news .title {
  color: #7f7f7f;
  font-weight: bold;
}
#bottom-content .news .title small {
  font-weight: normal;
}
#bottom-content .news .title a {
  color: inherit;
}
#bottom-content .news .content {
  text-align: justify;
}
#bottom-content .news .content > a {
  float: right;
}
#footer .menu-bar li > a {
  padding: 16px 0;
}
#footer .bottom-line {
  width: 100%;
  text-align: center;
  color: #acacac;
}
#footer .bottom-line a {
  color: #acacac;
}
#footer .bottom-line ul {
  padding: 8px 0;
}
#footer .bottom-line ul li {
  display: inline;
  padding: 0 15px;
  border-left: 1px solid #b9b9b9;
}
#footer .bottom-line ul li:first-child {
  border: none;
}
#footer .bottom-line ul#references {
  padding: 0 3px 8px 3px;
}
#footer .bottom-line ul#references li {
  border: none;
  padding: 0 3px;
}
#footer .copyright {
  text-align: center;
  padding: 10px 0;
  font-size: 10px;
}
.right-column {
  float: right;
  width: 235px;
  margin: 0 0 5px 15px;
}
.right-column.box {
  margin-right: 0px !important;
}
.right-column .s1 {
  height: 70px;
}
.right-column .s2 {
  height: 150px;
}
.left-column {
  float: left;
  width: 235px;
  margin: 0 15px 15px 0;
}
.left-column.box {
  margin-left: 0px !important;
}
.left-pad {
  padding-left: 250px !important;
}
.right-pad {
  padding-right: 250px !important;
}
.img {
  background: url('img/main.png?1') no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.webmoney-img {
  background-position: 0 -57px;
  width: 88px;
  height: 31px;
}
.mastercard-img {
  background-position: -100px -57px;
  width: 50px;
  height: 31px;
}
.osmp-img {
  background-position: 0 -88px;
  width: 50px;
  height: 31px;
}
.visa-img {
  background-position: -50px -88px;
  width: 50px;
  height: 31px;
}
.visae-img {
  background-position: -100px -88px;
  width: 50px;
  height: 31px;
}
.cash-img {
  background-position: 0 -119px;
  width: 50px;
  height: 31px;
}
.card-img {
  background-position: -50px -119px;
  width: 50px;
  height: 31px;
}
.wm-img {
  background-position: -100px -119px;
  width: 50px;
  height: 31px;
}
.dmd-img {
  background-position: 0 -150px;
  height: 31px;
  width: 50px;
}
.mmps-img {
  background-position: -50px -150px;
  width: 50px;
  height: 31px;
}
.bank-img {
  background-position: -100px -150px;
  width: 50px;
  height: 31px;
}
.email-img {
  background-position: -207px -57px;
  width: 16px;
  height: 16px;
}
.skype-img {
  background-position: -207px -73px;
  width: 16px;
  height: 16px;
}
.delivery-img {
  background-position: -207px -89px;
  width: 16px;
  height: 16px;
}
.delivery1-img {
  background-position: -207px -105px;
  width: 16px;
  height: 16px;
}
.info-img {
  background-position: -207px -121px;
  width: 16px;
  height: 16px;
}
.comment-img {
  background-position: -207px -137px;
  width: 16px;
  height: 16px;
}
.message-information-img {
  background-position: -207px -153px;
  width: 16px;
  height: 16px;
}
.message-error-img {
  background-position: -207px -169px;
  width: 16px;
  height: 16px;
}
.message-success-img {
  background-position: -207px -185px;
  width: 16px;
  height: 16px;
}
.credit-img {
  background-position: -207px -201px;
  width: 16px;
  height: 16px;
}
.cart-img {
  background-position: -207px -217px;
  width: 16px;
  height: 16px;
}
.insurance-img {
  background-position: -207px -233px;
  width: 16px;
  height: 16px;
}
.warranty-img {
  background-position: -207px -249px;
  width: 16px;
  height: 16px;
}
.dropdown-icon {
  background-image: url(img/dropdown-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.check-icon {
  background-image: url(img/check-icon.png) !important;
  background-repeat: no-repeat;
  background-position: center center;
}
p.iconize {
  padding-left: 20px;
}
p.iconize span.img {
  margin: 0 4px 0 -20px;
}
#ajaxActivity {
  width: 100%;
  background: url(img/loader_icon.gif) no-repeat center center;
  height: 30px;
}
.message {
  margin: -5px 20px 10px 20px;
  padding: 5px;
}
.message a {
  text-decoration: underline;
}
.message a:hover {
  color: #5593c1 !important;
  text-decoration: underline;
}
.message .img {
  margin: 1px 5px 1px 0;
}
.message * {
  vertical-align: top;
}
.message.message-error {
  background-color: #FFE3E3;
  border: 1px solid #DD0000;
  color: #550000;
}
.message.message-success {
  background-color: #DFFFDF;
  border: 1px solid #9FCF9F;
  color: #005F00;
}
.message.message-information {
  background-color: #FFFFE1;
  border: 1px solid #D5C8B9;
}
.gallery-wrapper {
  display: none;
}
#fancybox-inner .detailsContentWrapper {
  display: block;
}
.price-base {
  line-height: normal;
}
.price-base * {
  vertical-align: middle;
}
.price-base .currency {
  font-weight: bold;
  font-size: 20px;
}
.price-old {
  line-height: 11px;
  color: #797979;
}
.price-old .currency {
  text-decoration: line-through;
  font-weight: normal;
  color: #797979;
  font-size: 12px;
}
.price-old .currency em {
  color: #797979;
  font-size: 12px;
}
.valid_success {
  border: 1px solid #4D9E20;
}
.valid_error {
  border: 1px solid #BE2222;
  background: #FCBCBC;
}
.promo-column {
  overflow: hidden;
  height: 450px;
}
.promo-column div.prod {
  height: 75px;
  overflow: hidden;
  clear: both;
  text-align: left;
}
.promo-column img {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 5px;
  padding: 2px 2px;
  background: #FFF;
  border: 1px solid #EEE;
}
.promo-column a span {
  display: inline-block;
  overflow: hidden;
  width: 150px;
  line-height: 14px;
  max-height: 30px;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 10px;
}
body.home .promo-column {
  height: 816px;
}
.banner * {
  vertical-align: middle;
}
.banner {
  text-align: center;
  margin-bottom: 10px;
}
.banner h2,
.banner .h2 {
  font-size: 20px;
  font-weight: normal;
  color: #FF7200;
  text-align: left;
  margin-top: 2px;
  margin-bottom: 10px;
}
.banner h2.box-banner {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
}
.ticker .banner {
  margin: 0;
}
.banner h2.middle {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}
.banner h2.middle a {
  margin-right: 5px;
}
.banner H2.box-banner A.img {
  margin-right: 10px;
}
.banner-radius {
  border: 1px solid #CCCCCC;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  overflow: hidden;
  z-index: 2;
}
.alt-border-color {
  border-color: #D9E4EB !important;
}
.banner-pad {
  padding: 10px;
}
.banner li {
  list-style: disc;
}
button,
.button,
.tab {
  display: inline-block;
  white-space: nowrap;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  padding: 7px 15px;
  outline: none;
  color: #444;
  background-color: #EEE;
  width: auto;
  overflow: visible;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}
button::-moz-focus-inner,
.button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:hover,
.button:hover,
.tab:hover {
  border: solid #999 1px;
  text-decoration: none;
  box-shadow: 0 0 8px #999;
  color: #000;
}
button:active,
.button:active {
  background-color: #eee;
  border: solid #999 1px;
  box-shadow: inset 0 0 10px #555;
}
.disabled {
  color: #999 !important;
  cursor: default !important;
  background: #ddd !important;
  border: solid #ccc 1px !important;
  box-shadow: none !important;
}
.small-button {
  padding: 2px;
  border-radius: 2px;
}
.small-button SPAN {
  display: block;
  width: 16px;
  height: 16px;
}
.icon,
.icon-text,
.icon-text-right {
  text-align: left;
  padding: 11px 15px;
}
.icon span,
.icon-text span,
.icon-text-right span {
  background-repeat: no-repeat;
  background-position: left, center;
  display: block;
}
.icon span {
  width: 16px;
}
.icon-text span {
  padding-left: 35px;
  padding-right: 4px;
}
.icon-text-right span {
  background-position: top right;
  padding-left: 15px;
  padding-right: 20px;
}
.cart-add-icon span {
  background-image: url('img/cart-add-icon.png');
  line-height: 26px;
  padding-top: 3px;
  margin-top: -3px;
}
.arrow-left-icon span {
  background-image: url('img/arrow-left-icon.png');
  line-height: 23px;
}
.arrow-right-icon span {
  background-image: url('img/arrow-right-icon.png');
  line-height: 23px;
}
.decor-button {
  padding-left: 50px;
  position: relative;
}
.decor-button span {
  line-height: 26px;
  padding-top: 3px;
  margin-top: -3px;
}
.decor-button .decor {
  position: absolute;
  display: block;
  width: 45px;
  height: 36px;
  background: url('img/b-decoration.png') no-repeat center left;
  left: -6px;
  top: 10px;
  padding: 0px;
}
.green-button {
  background-color: #7DC50A;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#7DC50A),to(#1F6600));
  background-image: -khtml-gradient(linear,left top,left bottom,from(#7DC50A),to(#1F6600));
  background-image: -o-linear-gradient(top,#7DC50A,#1F6600);
  background-image: -moz-linear-gradient(top,#7DC50A,#1F6600);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#7DC50A,endColorstr=#1F6600);
  -pie-background: linear-gradient(#7DC50A,#1F6600);
  behavior: url(/css/PIE.htc);
  border: 1px solid #206701;
  color: #fff !important;
}
.green-button:hover {
  color: #fff !important;
}
.blue-button {
  background-color: #55bce9;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#55bce9),to(#4c8ebe));
  background-image: -khtml-gradient(linear,left top,left bottom,from(#55bce9),to(#4c8ebe));
  background-image: -o-linear-gradient(top,#55bce9,#4c8ebe);
  background-image: -moz-linear-gradient(top,#55bce9,#4c8ebe);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#55bce9,endColorstr=#4c8ebe);
  -pie-background: linear-gradient(#55bce9,#4c8ebe);
  behavior: url(/css/PIE.htc);
  color: #fff !important;
}
.blue-button:hover {
  color: #fff !important;
}
.orange-button {
  background-color: #ff8917;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#ff8917),to(#d86b01));
  background-image: -khtml-gradient(linear,left top,left bottom,from(#ff8917),to(#d86b01));
  background-image: -o-linear-gradient(top,#ff8917,#d86b01);
  background-image: -moz-linear-gradient(top,#ff8917,#d86b01);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#ff8917,endColorstr=#d86b01);
  -pie-background: linear-gradient(#ff8917,#d86b01);
  behavior: url(/css/PIE.htc);
  color: #fff !important;
}
.orange-button:hover {
  color: #fff !important;
}
.small-button {
  line-height: 13px;
  padding: 1px 5px;
  min-height: 21px;
  min-width: 24px;
}
.big-button {
  font-size: 20px;
  line-height: 30px;
  padding: 5px 10px;
}
.disabled-button {
  color: #FFF !important;
  cursor: default !important;
  background: #b2b2b2;
}
.ui-multiselect.ui-widget {
  text-transform: none;
}
.home #bestsellers {
  height: 820px;
}
.order-details {
  width: 100%;
}
.order-details tr {
  border-bottom: solid #eee 1px;
}
.order-details th {
  font-weight: bold;
  text-align: center;
}
.order-details td {
  position: relative;
}
.order-details td,
.order-details th {
  padding: 3px;
  vertical-align: middle;
  white-space: nowrap;
}
.order-details td p {
  margin: 3px;
}
.order-details img {
  border: solid #eee 1px;
}
.order-details .control {
  display: block;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 12px;
  height: 12px;
  background: url(img/delete.gif) no-repeat right;
}
.cartList {
  border: 1px solid #dfdfdf;
  margin: 5px 0;
  padding: 5px 5px;
}
.star {
  display: inline-block;
  line-height: 15px;
  vertical-align: middle;
}
.star img {
  margin-right: 0.3em;
}
.x-icon-none {
  background-position: -160px 0;
}
ul.x-file-control {
  margin: 0;
  padding: 0;
}
ul.x-file-control li {
  margin: 2px;
  position: relative;
  padding: 3px 6px 3px 4px;
  cursor: pointer;
  float: left;
  list-style: none;
}
ul.x-file-control span.ui-icon {
  float: left;
  margin-right: 2px;
}
ul.x-file-control li.x-status {
  cursor: default;
  padding: 4px 0;
}
ul.x-file-control li.x-status .ui-icon {
  background-image: url(/lib/jquery-ui-lightness/images/ui-icons_ef8c08_256x240.png);
}
ul.x-file-control li.x-file-input input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer !important;
}
* html ul.x-file-control li.x-file-input input {
  width: 88px;
  height: 28px;
}
#x-edit-window {
  padding: 2px 0 0 0;
}
#x-edit-widget {
  display: none;
}
.x-file-control textarea {
  display: none;
  visibility: hidden;
}
.ui-dialog .ui-dialog-titlebar-close {
  width: auto !important;
  float: left;
  padding: 1px 4px 3px 4px !important;
  margin-top: -12px;
  cursor: pointer;
  text-decoration: none;
}
.ui-dialog .ui-dialog-titlebar-close span.ui-icon {
  float: left;
}
.x-template {
  display: none;
}
.ui-widget {
  font-size: 12px;
}
.ui-combobox {
  position: relative;
  display: inline-block;
}
.ui-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
  *height: 1.7em;
  *top: 0.1em;
}
.ui-combobox-input {
  margin: 0;
  padding: 0.3em;
}
.ui-multiselect {
  padding: 2px 0 2px 4px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}
.ui-multiselect span.ui-icon {
  float: right;
}
.ui-multiselect span.bLabel {
  display: block;
  overflow: hidden;
}
.ui-multiselect-single .ui-multiselect-checkboxes input {
  position: absolute !important;
  top: auto !important;
  left: -9999px;
}
.ui-multiselect-single .ui-multiselect-checkboxes label {
  padding: 5px !important;
}
.ui-multiselect-header {
  margin-bottom: 3px;
  padding: 3px 0 3px 4px;
}
.ui-multiselect-header ul li {
  float: left;
  padding: 0 10px 0 0;
}
.ui-multiselect-header a {
  text-decoration: none;
}
.ui-multiselect-header a:hover {
  text-decoration: underline;
  color: #fff !important;
}
.ui-multiselect-header span.ui-icon {
  float: left;
}
.ui-multiselect-header li.ui-multiselect-close {
  float: right;
  text-align: right;
  padding-right: 0;
}
.ui-multiselect-menu {
  display: none;
  padding: 3px;
  position: absolute;
  z-index: 10000;
  text-align: left;
}
.ui-multiselect-checkboxes {
  position: relative;
  overflow-y: auto;
}
.ui-multiselect-checkboxes label {
  cursor: default;
  display: block;
  border: 1px solid transparent;
  padding: 3px 1px;
}
.ui-multiselect-checkboxes label input {
  position: relative;
  top: 1px;
  margin-right: 10px;
}
.ui-multiselect-checkboxes li {
  clear: both;
  padding-right: 3px;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
  display: block;
  padding: 3px;
  margin: 1px 0;
  text-decoration: none;
}
.dob .ui-multiselect {
  max-width: 70px !important;
}
* html .ui-multiselect-checkboxes label {
  border: none;
}
