/*   
  Unico - Premium & Responsive ocStore Theme
  Version: 1.5
  Author: Komissarov Igor ( inguard )
  Ulvia Lab. © 2014 All Rights Reserved
  Website: http://ulvia.com/
*/
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body, input, textarea, select{
	color: #555;
	font-family: 'Roboto Condensed';
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
body, td, th, input, textarea, select, a {
	font-size: 13px;
}
body {
	background-color: #fff;
}
h4, h5, h6 { 
	font-weight: normal;
}
h1, h2, h3, .welcome {
	color: #09f;
	margin: 0;
	padding: 5px 10px;
	font-size: 22px;
	font-weight: 400;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}

.welcome-text p {
	background-color:#fff;
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
	padding:10px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
a, a b {
	color: #9c3;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a b:hover {
	color: #09f;
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #f9f9f9;
	border: 1px solid #DADADA;
	padding: 2px;
	margin-left: 0px;
	margin-right: 0px;
}
input[type='text'], input[type='password'] { width: 150px;}
select {
	background: #f9f9f9;
	border: 1px solid #DADADA;
	padding: 2px;
	width: 156px;
}
label {
	cursor: pointer;
}
b {
   font-weight: 400;
}
.welcome-text {
   margin-bottom: 20px;
}
.text {
   text-align: left;
}

/* layout */
#container {
	width: 1200px;
	margin: auto;
	text-align: left;
	padding: 0px 10px 10px;

}
#column-left {
	float: left;
	width: 220px;
}
#column-right {
	float: right;
	width: 220px;
}
.cont { background-color: #fff;}
#column-right + #content {
	margin-right: 240px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 240px;
}
/*#column-left, #column-right {margin-top:72px;}*/
/*#content {margin-top:87px;}*/
/* header */
.header-top {
    background-color: #f9f9f9;
	height:40px;
	position:relative;
   -moz-box-shadow: 0 0 0 1px #eee;
   -webkit-box-shadow: 0 0 0 1px #eee;
   box-shadow: 0 0 0 1px #eee;
	z-index:1;
}
.header-background {
    background-color: #fff;
	position: absolute;
	height: 140px;
	width:100%;
	top: 0;
}
#header {
	height: 70px;
	margin: 15px 0;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: absolute;
	z-index:2;
    cursor: pointer;
	width:290px;
}
.header-contacts {
	margin: 0;
	color: #777;
	width: 290px;
	position: absolute;
	text-align: right;
	font-size:18px;
	right: 0;
	top: 0px;
	padding: 0;
}
.header-contacts ul {
	background-color:#fff;
    position: absolute;
    display:none;
	list-style-type: none;
	margin:0px;
	right: 0;
	padding:5px;
	width:280px;
	-moz-box-shadow: 0 5px 10px #ccc;
	-webkit-box-shadow: 0 5px 10px #ccc;
	box-shadow: 0 5px 10px #ccc;
	z-index:9999;
}
.header-contacts ul li.no-link {
	padding: 5px;
	color: #777;
	border-bottom: 1px solid #eee;
	background: #fff;
	text-align:left;
	font-size: 12px;
}
.header-contacts ul li i {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	font-size: 18px;
	height: 24px;
	line-height: 26px;
	margin-right:3px;
	text-align: center;
	width: 24px;
}
.header-contacts ul li a {
	padding: 5px;
	margin-bottom: 1px;
	color: #777;
	text-align:left;
    display: block;
	font-size: 12px;
}
.header-contacts ul li a:hover {
/*	background-color: #09f;*/
	color: #fff;
}
.header-contacts span{
	color: #777;
	padding: 8px 5px 0;
	text-align:center;
	margin: 0;
	height:32px;
	display:inline-block;
	vertical-align: middle;
}
.span-time-work{
  font-size: 0.8em;
  display: block !important;
  text-align: right !important;
  margin-top: -12px !important;
 }
.header-contacts:hover span{
/*	background-color: #fff;*/
	color: #09f;
}
.header-list { display:none;}
#language ul, #mylinks ul, #currency ul {
	background-color:#fff;
    position: relative;
    display:none;
	list-style-type: none;
	margin:0px;
	padding:5px;
	width:182px;
	-moz-box-shadow: 0 5px 10px #ccc;
	-webkit-box-shadow: 0 5px 10px #ccc;
	box-shadow: 0 5px 10px #ccc;
	z-index:100;
}
#language ul { right: 0;}
#mylinks ul { width:185px;}
#language, #currency{
    position: absolute;
	z-index:99;
    cursor: pointer;
	color:#777;
	height: 40px;
	line-height: 40px;
	top:-55px;
	width:97px;
	font-size: 12px;
}
#mylinks {
    position: absolute;
	z-index:99;
    cursor: pointer;
	color:#777;
	height: 40px;
	line-height: 40px;
	top:-55px;
	font-size: 12px;
	right: 0px;
}
#mylinks .my-icon-fonts, #currency .my-icon-fonts {
	color:#777;
    vertical-align:middle;
    width:28px;
	padding:0;
	text-align:center;
	display: inline-block;
	margin: 0;
}
#mylinks:hover, #currency:hover, #language:hover {
	background-color: #fff;
	color: #09f;
}
#mylinks:hover > i, #currency:hover > i {color: #09f;}
#mylinks .small-icon-fonts, #currency .small-icon-fonts, #language .small-icon-fonts {
	padding: 7px 5px;
	margin-bottom: 1px;
	color: #777;
	text-decoration: none;
    display: block;
	font-size: 12px;
	line-height: 12px;
}
#mylinks .small-icon-fonts {
  display: inline;
}
#language .small-icon-fonts {
	padding: 10px 5px;
}
#mylinks .small-icon-fonts:hover, #currency .small-icon-fonts:hover, #language .small-icon-fonts:hover {
	/*background-color: #09f; */
	color: #fff;
}
#mylinks .small-icon-fonts i, #currency .small-icon-fonts i {font-size: 18px;}
#currency .choice-active, #language .choice-active, #currency .choice-active:hover, #language .choice-active:hover {
	background-color: #09f;
	color: #fff;
}
#currency {
	left: 98px;
}
#language {
	left: 193px;
}
#language .my-icon-fonts {
    vertical-align:middle;
	padding:5px 6px 7px;
	margin: 0;
}
#language a img {margin:0 10px 0 5px;}
#cart-total {
  vertical-align: top;
  float: left;
  margin-top: -10px;
  width: 233px;
}
#min-total {
  margin-top: -34px;
  float: right;
  width: 159px;
  margin-right: 47px;
}
#header #cart {
	position: absolute;
	max-width: 290px;
	top: 16px;
	right: 300px;
	z-index: 9;
	text-align: right;
}
#header #cart .heading {
	line-height: 39px;
	z-index: 1;
}
#header #cart .heading a {
	color: #777;
	display: block;
	padding: 0 0 0 10px;
	height: 40px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#header #cart .heading a i {
	color: #fff;
	background: #6cf;
	text-align:center;
	margin:0;
	font-size:29px;
	width:40px;
	height:40px;
	line-height:40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#header #cart .content {
    width: 280px;
	clear: both;
	display: none;
	padding: 10px 5px;
	background: #FFF;
	-moz-box-shadow: 0 5px 10px #ccc;
	-webkit-box-shadow: 0 5px 10px #ccc;
	box-shadow: 0 5px 10px #ccc;
}
#header #cart .heading a:hover, #header #cart.active .heading a {color: #6cf;}
#header #cart .heading a:hover i , #header #cart.active .heading a i {
    color: #6cf;
	background-color: #fff;
}
#header #cart .checkout a.button {padding:10px 8px;}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	padding: 0 5px;
	text-align:left;
	border-bottom: 1px solid #DADADA;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #DADADA;
	text-align: left;
}
.mini-cart-info .name small {
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove i {
	padding: 5px;
	cursor: pointer;
}
.mini-cart-info .remove i:hover {
	color:#6cf;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	padding: 4px;
	font-weight: bold;
}
#header #cart .checkout {
	text-align: center;
	clear: both;
	background: transparent;
	padding: 0;
}
#header #cart .empty {
	color: #999;
	text-align: center;
}
#header #cart .checkout span {
	border-top:1px solid #dadada;
	margin-top:10px;
	padding-top:10px;
	display:block;
}
#header #cart .empty img, #header #cart .checkout span img {
	max-width:280px;
}
#header #search {
	position: absolute;
	left: 356px;
	top: 16px;
}
#header .button-search {
	position: absolute;
	right: 0; 
    background-color: #ccc;
	color: #fff;
	text-align: center;
	width: 70px;
	height: 40px;
	line-height: 44px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#header #search input {
	background-color: #fff;
/*	border: 1px solid #09f; */
	color: #999;
	padding: 0 75px 0 10px;
/*	width: 513px;*/
	height: 38px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 1px 1px 2px #999;
	-webkit-box-shadow: inset 1px 1px 2px #999;
	box-shadow: inset 1px 1px 2px #999;
}
#header #search input:focus {
	-moz-box-shadow: 0 0 5px #09f;
	-webkit-box-shadow: 0 0 5px #09f;
	box-shadow: 0 0 5px #09f;
}
#welcome {
	background-color: #eee;
	margin-bottom: 20px;
	position:relative;
	padding: 10px;
	z-index: 5;
}
/* new menu */
#drop {
    position:absolute;
	top: 180px;
	width: 580px;
	background-color: #f6f6f6;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	text-align:left;
	display: none;
   -moz-box-shadow: 0 0 0 1px #eee;
   -webkit-box-shadow: 0 0 0 1px #eee;
   box-shadow: 0 0 0 1px #eee;
}
#drop i {
    vertical-align:middle;
}
#drop .menu_header {
	padding: 5px 10px;
	margin:0;
    z-index: 2;
	cursor: pointer;
}
#drop .menu_header:hover {
	color: #09f;
	background-color: #fff;
}
#drop ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#drop .sub-menu {
	background-color: #eee;	
	padding: 5px;
	z-index: 2;
	display: none;
	position:absolute;
	width: 570px;
   -moz-box-shadow: 0 5px 10px #ccc;
   -webkit-box-shadow: 0 5px 10px #ccc;
   box-shadow: 0 5px 10px #ccc;
}
#drop:focus > .sub-menu, 
#drop:active > .sub-menu, 
#drop .sub-menu:hover { 
}
#unico-menu-drop ul, #unico-menu-drop .sub-menu,
#drop .sub-menu ul { display: none; }
#drop > ul > li {
    display: block;
	position: relative;
	padding: 0;
}
#drop > ul > li > a {
	background-color: #fff;
	color: #777;
	display: block;
	margin: 1px 0;
	padding: 5px;
	text-decoration: none;
}
#drop > ul > li.active > a,
#drop > ul > li:hover > a,
#drop > ul > li ul li > a.active {
	background-color: #09f;
	color: #fff;
}
#drop > ul > li ul {
	padding: 10px;
}
#drop > ul > li ul > li > a {
	background-color: #fff;
	color: #777;
	display: block;
	margin-top: 1px;
	padding: 5px;
	text-decoration: none;
}
#drop > ul > li ul > li > a:hover {
	background-color: #09f;
	color: #fff;	
}
#drop span.menu-button {
    position:absolute;
	margin: -29px 0px 0px;
	padding: 5px;
	right:0;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	width:20px;
	text-align:center;
	cursor:pointer;
	color:#777;
}
#drop li.active a ~ span.menu-button, #drop a:hover ~ span.menu-button,
#drop a.active ~ span:hover.menu-button {color:#fff;}
#drop span.opened {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
#drop span:hover.menu-button {background:transparent; color:#fff;}
#drop .brands-list > ul {padding:0 10px;}
#drop .brands-list > ul:first-of-type {padding-top:10px;}
/* END new menu */

/* Standart menu */
#menu {
	display: inline-block;
	height:60px;
	position:absolute;
	margin: 0;
	padding: 0 40px;
	left:0;
	right:0;
	background-color: #f6f6f6;
   -moz-box-shadow: 0 0 0 1px #eee;
   -webkit-box-shadow: 0 0 0 1px #eee;
   box-shadow: 0 0 0 1px #eee;
}
#menu ul {
	display: table;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	font-size: 14px;
	font-weight: 300;
	height:60px;
	line-height:60px;
	color: #333;
	text-decoration: none;
	display: inline-block;
	padding: 0 10px;
	margin: 0;
	z-index: 2;
	position: relative;
}
#menu > ul > li:hover > a, #menu > ul > li > a.active {
	color: #09f;
}
#menu > ul > li > div {
	display: none;
	background-color: #FFF;
	position: absolute;
	z-index: 11;
	padding: 5px;
	-moz-box-shadow: 0 5px 10px #ccc;
	-webkit-box-shadow: 0 5px 10px #ccc;
	box-shadow: 0 5px 10px #ccc;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 0px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 5px;
	margin: 1px;
	color: #777;
	background-color: #fff;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background-color: #09f;
	color: #fff;
}
#menu .home i {
	font-size: 17px;
}
/* END standart menu */
.breadcrumb {
	font-size: 12px;
	padding: 0 0 10px;
}
.breadcrumb a {
	font-size: 12px;
}
.success, .warning, .attention, .information {
    position: fixed;
	z-index: 99999;
	width: 242px;
	left:50%;
	top:25%;
	margin-left: -145px;
	padding: 10px 10px 10px 32px;
	margin-bottom: 15px;
	color: #555555;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
	text-align:center;
}
.success {
	background: #fff url('../image/success.png') 10px center no-repeat;
	border: 3px double #6cf;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 3px double #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 3px double #F2DD8C;
}
.information {
	background: #fff url('../image/info.png') 10px center no-repeat;
	border: 3px double #6cf;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding: 10px;
	cursor: pointer;
}
.success-order {
	background-color: #fff;
	border: 3px double #6cf;
    position: fixed;
	z-index: 99999;
	width: 242px;
	font-size:16px;
	left:50%;
	top:25%;
	margin-left: -145px;
	padding: 10px;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
	text-align:center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #333;
	font-size: 10px;
	font-weight: normal;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
}
table.form td {
	padding: 10px;
}
input.large-field, select.large-field {
	width: 96%;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	background-color: #fff;
	margin-bottom: 20px;
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
}
table.list td {
	border-bottom: 1px solid #DADADA;
}
table.list thead td {
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
	font-weight: bold;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: top;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.voucher-form {
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
}
.pagination {
	padding: 5px 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
	background-color: #fff;
}
.pagination .links {
	float: left;
	padding-left: 10px;
}
.pagination .links a {
	display: inline-block;
	padding: 4px 10px;
	text-decoration: none;
	color: #6cf;
	
}
.pagination .links a:hover { 
	color: #09f;
	background-color: #fff;
}
.pagination .links b {
	display: inline-block;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background-color: #09f;
}
.pagination .results {
	float: right;
	padding: 3px 10px 0 0;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	background: #09f;
	font-weight: normal;
	border: none;
	text-decoration: none;
	padding: 7px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.button:hover, input.button:hover {
	background: #fff;
	color: #6cf;
}
.buttons {
	overflow: auto;
	padding: 10px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
    display: block;
	background-color: #fff;
	text-align:center;
	overflow:hidden;
	margin-bottom: 5px;
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
}
.htabs a {
	float: left;
	padding: 5px 0;
	color: #999;
	font-size: 14px;
	cursor: pointer;
	text-decoration:none;
	width:20%;
}
.htabs a:hover, .htabs a.selected {
    color: #09f;
}
.htabs i {
	background-color: #fff;
    color: #B4E5FD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 24px;
	height: 32px;
	line-height: 33px;
	width: 32px;
}
.htabs a:hover i, .htabs a.selected i {
	background-color: #09f;
	color: #fff;
}
.tab-content.all-tabs .heading {display:none;}
#column-left .htabs span.all-tabs , #column-right .htabs span.all-tabs  {display:none;}
#column-left .tab-content .heading , #column-right .tab-content.all-tabs .heading  {
	display:block;
   color:#09f;
	margin: 0;
	font-size: 18px;
	font-weight: 400;
}
.rate {unicode-bidi: bidi-override;
  direction: rtl;}
.rate input {display:none;}
.rate label {color:#999;font-size:22px;}
.rate label:hover, .rate label:hover ~ label,
.rate input:checked  + label, .rate input:checked  + label ~ label {color:#6cf;}
.vtabs {
    display: block;
	background-color: #eee;
	width: 280px;
	padding: 5px;
	background: #fff;
	overflow:hidden;
	margin-bottom: 5px;
	text-align: center;
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
	z-index:999;
}
.vtabs a i { font-size: 16px;}
.vtabs a {
	padding: 5px;
	margin: 1px 0;
	display: inline-block;
	color: #6cf;
	font-size: 14px;
	cursor: pointer;
	text-align: left;
	text-decoration:none;
	width: 128px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.vtabs a:hover, .vtabs a.selected {
	background-color: #09f;
	color: #fff;
}
.tab-content {
	padding: 0px;
	margin: 0 0 20px 0;
	z-index: 2;
}
.product-info .tab-content {
	padding:10px;
	background-color: #fff;
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
}
#content .tab-content p, .tab-content .buttons, #content .tab-content .content { background:transparent;}
.tags {
	clear: both;
	text-align:left;
}
.tags a.button {margin: 5px 0;}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	padding: 5px 10px;
	color: #09f;
	font-weight: 400;
	font-size: 22px;
}
.box .box-content {
}
.box .box-content ul {
    list-style: none;
	margin: 0;
	padding: 5px;
/*	background-color: #eee;*/
/*	list-style-image: url(../../../../../image/data/li-img.png);*/
}
.box .box-content > ul, .box-module > ul {
/*	-moz-box-shadow: 0 0 0 1px #eee;*/
/*	-webkit-box-shadow: 0 0 0 1px #eee;*/
/*	box-shadow: 0 0 0 1px #eee;*/
}
.box .box-content ul li {padding: 0;}
.box .box-content ul li a { 
    text-decoration: none;
	background-color: #fff;
	color: #777;
	padding: 5px;
	margin-bottom: 1px;
	display: inline-block;
}
.box .box-content ul li a:hover, .box .box-content ul li a.active {
	background-color: #09f;
	color: #fff;
}
#column-left .box .box-content, #column-right .box .box-content {
}
/* box products */

.box-product {
	width: 100%;
	text-align: center;
}
.box-product > div {
    display: inline-block;
	padding: 5px 8px;
	margin: 5px 0;
	background-color: #fff;
	position: relative;
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
	vertical-align: top;
	width:221px;
}
.box-product .image {
    display: block;
	overflow: hidden;
}
.box-product .image a img {
	margin: 0 0 -4px;
	width:100%;
}
.box-product .mask {position:absolute;}
.box-product .mask div {
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0); 
    -o-transform: scale(0);
    -ms-transform: scale(0);
	transform: scale(0);
	background:#fff;
	height:201px;
	width:201px;
	padding:10px;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#column-right .box-product .mask div, #column-left .box-product .mask div {
	height:65px;
	width:191px;
	overflow:hidden;
}
.box-product div:hover .mask div {
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1); 
    -o-transform: scale(1);
   -ms-transform: scale(1);
	transform: scale(1);
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   z-index:2;
}
.box-product .name { 
	display: block;
	padding: 0 0 5px;
	text-align: center;
	font-size: 14px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width:100%;
}
.box-product .name a { color: #09f; font-size: 14px;}
.box-product .name a:hover { color: #6cf;}
.box-product .price {
	font-weight: normal;
	margin: 0px;
	display: block;
	font-size: 16px;
	padding: 5px 0;
	text-align: center;
	z-index: 10;
}
.box-product .price-old {
    color: #09f;
	text-decoration: line-through;
}
.box-product .rating {
	display: block;
	padding: 0 0 5px;
	text-align: center;
}
.box-product .rating .rating-no, .compare-info td .rating-no {
	color: #999;
}
.box-product .rating .rating-yes, .compare-info td .rating-yes {
	color: #09f;
}
.box-product .price-new {}
.box-product .addcart { padding:0;}
.box-product .addcart a, .box-product .addcart a.status, .status {
	background: #6cf;
	color: #fff;
	font-size: 16px;
	display: block;
	height: 36px;
	line-height: 36px;
	float: left;
	width: 74%;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.icon-caret-down {opacity:.3;}
.product-info .status {
	display: inline-block;
	width: 162px;
	margin-bottom: 0 !important;
	float: none;
}
.box-product .addcart a.status, .status, .product-list .cart a.status, .product-grid .cart a.status {
	background: #B5E5C1;
	color: #fff;
}
.box-product .addcart a:hover.status, .product-list .cart a:hover.status, .product-grid .cart a:hover.status {
	background: #fff;
	color: #090;
}
.product-list .cart a.status, .product-grid .cart a.status {
	height:30px;
	line-height:30px;
}
.product-list .cart a.status {
	float:none;
}
.box-product .addcart i {
	vertical-align:middle;
	line-height: 35px;
}
.box-product .wishlist a, .box-product .compare a {
	color: #09f;
	font-size: 15px;
	float: left;
	display: block;
	height: 36px;
	line-height: 36px;
	position: relative;
	text-align:center;
	width: 13%;
}
.box-product .addcart:hover a {
	background: #fff;
} 
.box-product .addcart:hover a, .box-product .wishlist:hover a, .box-product .compare:hover a {
	color: #6cf;
}
.box-product .my-sale {
    color: #fff;
	font-weight: normal;
	font-size:14px;
	height:38px;
	width:54px;
	text-align: center;
	border: 1px solid #fff;
	background-color: #6cf;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	margin:5px 0 0 5px;
    padding:16px 0 0 0;
}
#column-right .box-product > div, #column-left .box-product > div {
	padding: 5px;
	width:210px;
}
#column-right .box-product .image a img, #column-left .box-product .image a img {
    width:40%;
}
#column-left .box-product .name, #column-right .box-product .name {
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width:100%;
	display: block;
}
/* box category */
ul.box-category > li a.active, ul.box-category > li > a:hover,
ul.box-category > li ul > li > a.active, ul.box-category > li ul > li > a:hover {
	background-color: #09f;
	color: #fff;
}
ul.box-category li a {
	display: block;
}
ul.box-category > li a i {font-size:17px;}
.box-category a.active ~ span.menu-button, .box-category a:hover ~ span.menu-button,
.box-category a.active ~ span:hover.menu-button {color:#fff;}
ul.box-category span.menu-button {
    position:relative;
	margin: -30px 0px 0px;
	padding: 5px;
	float:right;
	cursor:pointer;
	font-size: 10px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	width:20px;
	color:#777;
}
ul.box-category span.opened {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
ul.box-category span:hover.menu-button {background:transparent; color:#09f;}
/* box module*/
.box-content .box-module i {
	font-size: 18px;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 5px;
}
ul.box-filter {
	background-color:#fff;
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
}
ul.box-filter span {
	background-color:#eee;	
	display: block;
	padding: 5px;
}
ul.box-filter > li ul {
	padding: 5px;
	margin: 0;
}
ul.box-filter > li ul li {
	padding: 5px;
	margin-bottom:1px;
	background-color:#eee;
}
ul.box-filter > li span i { 
font-size: 17px;
}
.btn-show-all {
  padding: 10px;
  background-color: #9c3;
  margin-left: -10px;
  cursor: pointer;  
}
.btn-show-all span{
  font-size: 1.2em;
  padding-left: 10px;
  color: #fff;
}
.btn-show-all img{
  float: right;
  margin-top: 5px;
}
/* content */
#content .content {
	padding: 10px;
	overflow: hidden;
	background-color: #fff;
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
	margin-bottom: 20px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}#content .content.account {
	background-color: #eee;
}
#content .content.account ul {
	list-style-type: none;
	display:inline-block;
	margin:0;
	padding:0;
	vertical-align:top;
	width:270px;
}
#content .content.account ul li a {
	padding: 5px;
	margin-bottom: 1px;
	color: #777;
	text-align:left;
	background-color: #fff;
    display: block;
}
#content .content.account ul li a:hover {
	background-color: #09f;
	color: #fff;
}
b { padding: 0 10px;}
#content > p {
    padding: 10px;
	text-align: left;
	background:#fff;
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
	padding: 0px;
	background: #fff;
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
}
#content .category-info p { background: transparent;}
.category-info .image {
	float: left;
	margin-right: 15px;
}
.category-list {
	overflow: auto;
	padding: 10px 0;
}
.category-list ul {
	padding-left:0;
	text-align:center;
	margin:0;
}
.category-list ul li {
    list-style-type:none;
	padding:5px 9px 5px 8px;
	background: #fff;
    display:inline-block;
	margin: 0 0 10px;
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
}
.category-list a img {
    width: 100px;
}
/* manufacturer */
.manufacturer-list {
	border-bottom: 1px solid #DADADA;
	padding: 5px;
	overflow: auto;
	background-color: #FFFFFF;
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
}
.manufacturer-info {
	margin-bottom: 20px;
	padding: 10px;
	background: #fff;
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
}
.manufacturer-heading {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
	border-bottom: 1px solid #DADADA;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}
/* product */
.product-filter {
	padding: 5px 10px;
	background-color: #fff;
	margin-bottom: 10px;
	overflow: auto;
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
}
.product-filter .display b{
	float: left;
	padding: 3px 10px 0 0;
}
.product-filter .display a {
	
}
.product-filter .sort {
	margin: 2px 0 0 0;
	float: right;
}
.product-filter .limit {
	margin: 2px 0 0 15px;
	float: right;
}
.sell, .sell_active {
    width:18px;
	height:18px;
	display:block;
	float:left;
	margin-right:10px;
	padding:5px;
	text-align: center;
}
.sell {
	background-color: #09f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.sell a { color: #fff;}
.sell:hover a  { color: #6cf;}
.sell:hover {
	background: #fff;
}
.sell_active {
    color: #6cf;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.product-compare {
	float: left;
}
.product-compare a {
	text-decoration: none;
	display: block;
	padding: 0 5px;
	line-height: 28px;
	color: #fff;
	background: #09f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.product-compare a:hover {
	color: #6cf;
	background: #fff;
}
.product-list { }
.product-list .left { width:290px; float:left;}
.product-list > div {
    margin: 20px 0 20px;
	background: #fff;
	overflow:hidden;
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
}
.product-list .right {
	margin-left: 290px;
	min-height:280px;
	padding: 5px 10px;
}
.product-list > div + div {
	margin-top: 10px;
}
.product-list .image {
	display: block;
	overflow:hidden;
	padding: 5px;
}
.product-list .image img {
	margin-bottom: -4px;
}
.product-list .image img:hover {
}
.product-list .name {
	padding: 0 0 10px;
}
.product-list .name a {
	text-decoration: none;
	font-size:18px;
	color: #09f;
}
.product-list .name a:hover {
	color: #6cf;
}
.product-list .description {
	padding: 10px;
	background: #eee;
	font-size:14px;
	text-align: left;
}
.product-list .rating {
	padding: 5px 0;
}
.product-list .rating .rating-no {
	color: #999;
}
.product-list .rating .rating-yes {
	color: #09f;
}
.product-list .price {
	min-height: 50px;
	padding: 0 0 10px;
	font-size: 24px;
}
.product-list .price-old {
	color: #09f;
	text-decoration: line-through;
	font-size:18px;
}
.product-list .price-new {
	font-size:24px;
}
.product-list .price-tax {
	font-size: 12px;
}
.product-list .cart, .product-list .wishlist, .product-list .compare {
	display: inline-block;
}
.product-list .cart a, .product-list .wishlist a, .product-list .compare a {
	color: #09f;
	display: inline-block;
	padding: 8px 10px;
	text-align:center;
}
.product-list .cart a {
	font-size: 16px;
	padding: 3px 0;
	background-color: #6cf;
	color: #fff;
    width: 160px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.product-list .cart a i {
	vertical-align:middle;
}
.product-list .cart:hover a, .product-list .wishlist:hover a, .product-list .compare:hover a {
	color: #6cf;
}
.product-list .cart:hover a{
    background: #fff;
}
.product-grid {
	width: 100%;
	overflow: hidden;
	text-align:center;
}
.product-grid > div {
	width:221px;
	display: inline-block;
	padding: 5px 8px;
	margin: 10px 0 10px;
	background: #fff;
	overflow: hidden;
	position: relative;
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
	vertical-align: top;
}
.product-grid .image {
	display: block;
	overflow:hidden;
}
.product-grid .image img {
	margin-bottom: -4px;
	width:100%;
}
.product-grid .name {
    position:relative;
}
.product-grid .name a {
	text-decoration: none;
	display: block;
	font-size: 14px;
	padding: 0px 0px 5px;
	text-align: center;
	color: #09f;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.product-grid .name a:hover { color: #6cf;}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	padding: 0 0 5px;
}
.product-grid .rating .rating-no {
	color: #999;
}
.product-grid .rating .rating-yes {
	color: #09f;
}
.product-grid .price {
	display: block;
	font-weight: 400;
	font-size:16px;
    padding: 5px 0px;    
	text-align: center;    
	z-index: 10;
}
.product-grid .price-old {
	color: #09f;
	text-decoration: line-through;
}
.product-grid .price-new {
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart, .product-grid .wishlist, .product-grid .compare {
    width: 100%;
}
.product-grid .compare a {padding-right:0px;}
.product-grid .cart a, .product-grid .wishlist a, .product-grid .compare a {
	color: #09f;
	display: inline-block;
	padding: 8px 0;
	text-align:center;
	width:28px;
   float:left;
}
.product-grid .cart a {
    background: #6cf;
	color: #fff;
	width:164px;
	font-size: 16px;
	padding: 3px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.product-grid .cart a i { font-size: 28px; vertical-align: middle;}
.product-grid .cart:hover a, .product-grid .wishlist:hover a, .product-grid .compare:hover a {
	color: #6cf;
}
.product-grid .cart:hover a{
    background: #fff;
}
/* Product */
.product-info {
	margin-bottom: 0;
}
.product-info > .left {
	float: left;
	margin: 0 0 20px 0;
}
.product-info > .right {
	min-height: 840px;
}
.product-info > .left + .right {
	margin: 0 0 10px 300px;
}
.product-info > .left > .image a img {
	float: left;
	border:5px solid #fff;
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
	text-align: center;
	margin: 0 10px 10px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.product-info .image-additional{
	width: 290px;
	clear: both;
	margin-bottom:8px;
}
.product-info .image-additional img {
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
}
.product-info .image-additional img:hover {

}
.product-info .image-additional a {
	float: left;
	display: block;
}
.product-info .description {
	padding: 10px;
	background-color: #f9f9f9;
	margin: 0 0 10px;
	padding: 10px;
	line-height: 20px;
}
.product-info .description span {
}
.product-info .description a {
	color: #6cf;
	text-decoration: none;
}
.product-info .description a:hover {
    color: #09f;
}
.stock-icon i {color:#0a0;font-size:14px;}
.product-info .right .price {
	background-color: #f9f9f9;
	margin: 0 0 10px;
	padding: 10px;
	font-size: 24px;
	font-weight: bold;
}
.product-info .right .price-old {
	font-size: 18px;
	text-decoration: line-through;
}
.product-info .price-new {
	color: #09f;
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: bold;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: bold;
}
.product-info .price .discount {
	font-size: 12px;
	font-weight: bold;
}
.plus-block {width: 50%; display: inline-block;}
.prod-block {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	background-color: #f9f9f9;
	margin-bottom:10px;
}
.prod-block p {padding:10px;}
.prod-block img {max-width: 100%;}
.product-info .box-product > div {width:205px;}
.product-info .box-product {text-align: left;}
.product-info .box-product .image a img {width: 100%;}
.product-info .box-product .name {width:100%;}

#column-left + #column-right   + #content .product-info .box-product > div {width:191px;}
#column-left + #column-right   + #content .product-info .box-product .image a img {width:100%;}
#column-left + #column-right   + #content .product-info .box-product .name {width:100%;}

#column-left + #content .product-info .box-product > div,
#column-right   + #content .product-info .box-product > div {width:201px;}
#column-left + #content .product-info .box-product .image a img,
#column-right   + #content .product-info .box-product .image a img {width:100%;}
#column-left + #content .product-info .box-product .name,
#column-right   + #content .product-info .box-product .name {width:100%;}

.product-info .box-product .price {
	font-weight: normal;
	background-color: transparent;
	margin: 0px;
	font-size: 16px;
	padding: 5px 0;
}
.product-info .box-product .price-old {font-size: 16px;}
.product-info .options {
	padding: 0px 0px 10px;
	margin-bottom: 0;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 20px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	cursor: pointer;
}
.product-info .cart {
	display: inline-block;
}
.product-info .cart div {
	vertical-align: middle;
	margin-bottom:5px;
}
.product-info .cart div > span {
	padding: 5px;
    width:20px;
	height:20px;
	cursor: pointer;
	background-color: #eee;
	font-size:18px;
	line-height:19px;
	text-align: center;
	display: block;
	float:left;
	color: #09f;
	vertical-align:top;
}
.product-info .cart div > span:hover {
	background-color: #fff;
	color: #6cf;
}
.product-info .cart #qty {
    border: none;
    width:30px;
	height:30px;
	margin:0 3px;
	float:left;
	background-color: #eee;
	color:#09f;
	font-size:21px;
	text-align:center;
	padding:0;
}
a.prod_page_button {
	color: #09f;
	display: inline-block;
	padding:0;
	margin:0;
	height:30px;
	width:30px;
	line-height:30px;
	text-align:center;
	background-color: #eee;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

}
a.prod_page_button:hover  {
    background-color: #fff;
	color:#6cf;
}
#button-cart.prod_page_button, #left-button-cart.prod_page_button {
	background-color: #6cf;
	color: #fff;
    width:162px;
	font-size: 16px;
	padding: 3px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#button-cart.prod_page_button:hover, #left-button-cart.prod_page_button:hover {
	background-color: #fff;
	color: #6cf;
}
.header-contacts #customer .heading {
	display: block;
    color:#09f;
	margin: 0;
	font-size: 18px;
	font-weight: 400;
}
#customer a.quick-order {
	background-color: #09f;
	display: inline-block;
	color: #fff;
    width:162px;
	line-height:30px;
	margin:0;
	height:30px;
	text-align:center;
	font-size: 16px;
	padding: 3px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#customer a.quick-order:hover {
	background-color: #fff;
	color: #6cf;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	clear: both;
}
.tab-content input[type='text'] {
	width:144px;
	margin:5px 0;
}
.product-info .review {
	margin-bottom: 20px;
}
.product-info .review > div {
	padding: 8px;
	line-height: 20px;
}
.product-info .review > div > .rating-no {
	color: #999;
}
.product-info .review > div > .rating-yes {
	color: #09f;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	background: #F8F8F8;
	border: 1px solid #DADADA;
	overflow: auto;
	margin-bottom: 20px;
	text-align:left;
}
#tab-review .author {
	float: left;
	margin-right: 10px;
	text-align:center;
	max-width:120px;
}
.review-list .rating {
	float: right;
}
.review-list .rating .rating-no {
	color: #999;
}
.review-list .rating .rating-yes {
	color: #09f;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 10px;
}
.attribute thead td, .attribute thead tr td:first-child {
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	background-color: #fff;
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #DADADA;
	text-align: left;
}
.compare-info tr td:first-child {
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	text-align: center;
	vertical-align: top;
	border-left: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #6cf;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	background-color: #fff;
	border-collapse: collapse;
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
}
.wishlist-info td {
	padding: 4px;
}
.wishlist-info thead td {
	font-weight: bold;
	border-bottom: 1px solid #DADADA;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DADADA;
}
.wishlist-info tbody .image img {
	-moz-box-shadow: 0px 2px 2px #999;
	-webkit-box-shadow: 0px 2px 2px #999;
    box-shadow: 0px 2px 2px #999;
}
.wishlist-info tbody .image:hover img {
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #6cf;
}
.wishlist-info tbody .price {
    font-weight: bold;
}
.wishlist-info tbody .action img {
	cursor: pointer;
	padding: 5px;
}
.login-content {
	overflow: auto;
}
.login-content .left {
	margin-bottom:10px;
	float: left;
	width: 50%;
}
.login-content .right {
	float: right;
	width: 50%
}
.login-content .left .content, .login-content .right .content {
	min-height: 230px;
}
/* orders */
.order-list {
	background-color: #fff;
	padding: 10px 10px 0;
	margin-bottom: 20px;
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	border-top: 1px solid #DADADA;
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-content div b {
font-weight: bold;
}
.order-list .order-info {
	text-align: right;
}
.order-list .order-info img {
	padding:5px;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 20px;
	padding: 10px;
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
	background-color: #fff;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 20px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
.cart-info .quantity input[type="text"] { width: 20px;}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
	background-color: #fff;
}
.cart-info td {
	padding: 10px 10px 5px 5px;
}
.cart-info thead td {
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
	font-weight: bold;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding: 0 10px;
	background-color: #fff;
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
	font-weight: bold;
}
/* checkout */
.checkout {
    padding: 10px;
	background-color: #FFFFFF;
}
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DADADA;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	margin: 10px 0;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 10px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 10px;
}
.checkout-product td {
	padding: 6px;
}
.checkout-product thead td {
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DADADA;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
	font-weight: bold;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DADADA;
	font-weight: bold;
}
#content .contact-info .left, #content .contact-info .right {width:45%;}
#content .contact-info .right > div, .cotact-page-block {
	display:inline-block;
}
.contact-info .left i {
	text-align:center;
	width:30px;
	height:30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right:3px;
	display:inline-block;
	line-height:32px;
}
#content .contact-info .left div, #content .contact-info .right {padding:10px;margin-bottom:20px;}
#content .contact-info input[type='text'] {
	width:144px;
	margin:0 5px 5px 0;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
.sitemap-info .left ul, .sitemap-info .right ul {
	list-style-type: none;
	margin: 0;
	padding:5px 0 5px 30px;
}
.sitemap-info ul li span {
	padding:5px 10px;
	display: inline-block;
	width:120px;
	margin: 10px 0 0 10px;
	background: #eee;
	color: #6cf;
}
.sitemap-info ul li ul li a {
	padding:5px 10px;
	display: inline-block;
	width:120px;
	margin: 1px 0 0 10px;
	background: #fff;
	color: #09f;
}

.sitemap-info ul li ul li:before {
	content:"\21B3";
}
.sitemap-info ul li a {
	padding:5px 10px;
	display: inline-block;
	width:120px;
	margin: 10px 0 0 10px;
	background: #09f;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.sitemap-info ul li a:hover {
	background: #fff;
	color: #6cf;
}
/* unico html block */

.unico-html-220 {width:220px;}
.unico-html-280 {width:280px;}
.unico-html-380 {width:380px;}
.unico-html-460 {width:460px;}
.unico-html-580 {width:580px;}
.unico-html-700 {width:700px;}
.unico-html-780 {width:780px;}
.unico-html-940 {width:940px;}
.unico-html-1180 {width:1180px;}

.unico-html-220,
.unico-html-280,
.unico-html-380,
.unico-html-460,
.unico-html-580,
.unico-html-700,
.unico-html-780,
.unico-html-940,
.unico-html-1180 {display:inline-block;margin:10px;vertical-align: top;}

#content .unico-html p {padding:0 0 10px 0;background-color:transparent;}

.unico-html-220 .unico-html p img {width:200px;}
.unico-html-280 .unico-html p img {width:260px;}
.unico-html-380 .unico-html p img {width:360px;}
.unico-html-460 .unico-html p img {width:440px;}
.unico-html-580 .unico-html p img {width:560px;}
.unico-html-700 .unico-html p img {width:680px;}
.unico-html-780 .unico-html p img {width:760px;}
.unico-html-940 .unico-html p img {width:920px;}
.unico-html-1180 .unico-html p img {width:1160px;}

#column-left .unico-html-220 .unico-html p img,
#column-left .unico-html-280 .unico-html p img,
#column-left .unico-html-380 .unico-html p img,
#column-left .unico-html-460 .unico-html p img,
#column-left .unico-html-580 .unico-html p img,
#column-left .unico-html-700 .unico-html p img,
#column-left .unico-html-780 .unico-html p img,
#column-left .unico-html-940 .unico-html p img,
#column-left .unico-html-1180 .unico-html p img,
#column-left .unico-html-220,
#column-left .unico-html-280,
#column-left .unico-html-380,
#column-left .unico-html-460,
#column-left .unico-html-580,
#column-left .unico-html-700,
#column-left .unico-html-780,
#column-left .unico-html-940,
#column-left .unico-html-1180 {width:200px;
	margin: 0;}

#column-right .unico-html-220 .unico-html p img,
#column-right .unico-html-280 .unico-html p img,
#column-right .unico-html-380 .unico-html p img,
#column-right .unico-html-460 .unico-html p img,
#column-right .unico-html-580 .unico-html p img,
#column-right .unico-html-700 .unico-html p img,
#column-right .unico-html-780 .unico-html p img,
#column-right .unico-html-940 .unico-html p img,
#column-right .unico-html-1180 .unico-html p img,
#column-right .unico-html-220,
#column-right .unico-html-280,
#column-right .unico-html-380,
#column-right .unico-html-460,
#column-right .unico-html-580,
#column-right .unico-html-700,
#column-right .unico-html-780,
#column-right .unico-html-940,
#column-right .unico-html-1180 {width:200px;
	margin: 0;}

#column-right .unico-html, #column-left .unico-html {
    width: 200px;
}
.unico-html {
	padding: 5px 10px;
	background: #fff;
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
}

#column-right + #content .unico-html-1180, #column-right + #content .unico-html-1180 p img,
#column-left + #content .unico-html-1180, #column-left + #content .unico-html-1180 p img {width:940px;}
#column-left + #column-right  + #content .unico-html-380, #column-left + #column-right  + #content .unico-html-380 p img {width:400px;}
#column-left + #column-right  + #content .unico-html-580, #column-left + #column-right  + #content .unico-html-580 p img {width:460px;}
#column-left + #column-right  + #content .unico-html-780, #column-left + #column-right  + #content .unico-html-780 p img {width:700px;}
#column-left + #column-right  + #content .unico-html-940, #column-left + #column-right  + #content .unico-html-940 p img {width:700px;}
#column-left + #column-right  + #content .unico-html-1180, #column-left + #column-right  + #content .unico-html-1180 p img {width:700px;}

/* social buttons */
.social { text-align: center; margin-bottom:10px; clear: both;}
.socbutton {
	height: 40px;
	line-height: 42px;
	width: 40px;
	text-align:center;
	color: #fff;
	margin: 2px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.socbutton.facebook {background-color: #3b5998;}
.socbutton.twitter {background-color: #00acee;}
.socbutton.tumblr {background-color: #2c4762;}
.socbutton.pinterest {background-color: #cb2027;}
.socbutton.flickr {background-color: #ff1981;}
.socbutton.gplus {background-color: #dd4b39;}
.socbutton.youtube {background-color: #c2302a;}
.socbutton.linkedin {background-color: #4393bb;}
.socbutton.vimeo {background-color: #20b9eb;}
.socbutton.dribbble {background-color: #f16096;}
.socbutton.odnoklassniki {background-color: #ED812B;}
.socbutton.vkontakte {background-color: #597DA3;}
.socbutton.friendfeed {background-color: #2f72c4;}
.socbutton.rss {background-color: #ff6600;}
.socbutton.skype{background-color: #00afef;}
.socbutton.instagram{background-color: #396791;}
.socbutton.yandex {background-color: #ff0000;}
.socbutton.vkrugudruzei{background-color: #F16522;}

.socbutton.facebook:hover {color: #3b5998;}
.socbutton.twitter:hover {color: #00acee;}
.socbutton.tumblr:hover {color: #2c4762;}
.socbutton.pinterest:hover {color: #cb2027;}
.socbutton.flickr:hover {color: #ff1981;}
.socbutton.gplus:hover {color: #dd4b39;}
.socbutton.youtube:hover {color: #c2302a;}
.socbutton.linkedin:hover {color: #4393bb;}
.socbutton.vimeo:hover {color: #20b9eb;}
.socbutton.dribbble:hover {color: #f16096;}
.socbutton.odnoklassniki:hover {color: #ED812B;}
.socbutton.vkontakte:hover {color: #597DA3;}
.socbutton.friendfeed:hover {color: #2f72c4;}
.socbutton.rss:hover {color: #ff6600;}
.socbutton.skype:hover{color: #00afef;}
.socbutton.instagram:hover {color: #396791;}
.socbutton.yandex:hover {color: #ff0000;}
.socbutton.vkrugudruzei:hover{color: #F16522;}
.socbutton:hover {
    background-color: #fff;
}

/* footer */
#footer {
	clear: both;
	min-height: 100px;
	background-color: #333;
	overflow:hidden;
}
#footer h3 {
	color: #09f;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 180px;
	text-align: left;
}
#footer .column ul {
	margin: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#footer .column a {
	text-decoration: none;
	text-align:left;
	color: #999;
	display: block;
	padding: 5px 10px;
	margin: 1px 10px;
}
#footer .column a:hover {
	color: #09f;
}
#footer .wrap {
	max-width: 1200px;
	margin: auto;
	text-align: left;
	padding: 10px;
}
#footer .column p { margin-bottom: 3px; }
.payment-block { float: left; padding: 4px 10px 0; border-top: 1px solid #666;}
#powered {
	text-align: right;
	padding: 10px;
	color:#999;
	border-top:1px solid #666;
}
.footer-category-all {
  max-width: 1200px;
  margin: auto auto 10px auto;
  text-align: left;
  padding: 10px;
  display: block;
  height: 320px;
}
.footer-category-all ul {
	margin: 0px;
	padding-left: 0px;
	list-style-type: none;
}
.footer-category-all ul li{
    display: block;
    float: left;
    width: 25%;
	margin: 2px 0px 2px 0px;
}
.footer-category-all ul li a{
  font-size: 12.778px;
  color: rgb(255, 255, 255);
}
.under-footer {
    clear: both;
	margin: 0;
	padding: 10px;
	color:#999;
	overflow: hidden;
	border-top:1px solid #666;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
	-moz-box-shadow: 0 0 0 1px #eee;
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
}
#topcontrol{
    color:#6cf;
	height:40px;
	width:40px;
	line-height:48px;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#topcontrol:hover {
    color:#fff;
	background-color: #09f;
}
.respons {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin:5px;
}
.respons  iframe, .respons  object, .respons  embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.prod-title {
	font-size:22px;
	padding:5px;
	margin-bottom:5px;
	color:#09f;
}
.prod-img img {width:40%;}
.product-info .disable {display:none;}
.product-info .cart.fix {width:164px;}
.product-info .price.fix {
	margin:5px 0;
	font-size:24px;
}
.product-info .price.fix .price-old {
	font-size:16px;
	text-decoration: line-through;
}
.product-info .price.fix .price-new {
	font-size:24px;
}
.order_one_click {
	padding:5px;
	border:1px solid #eee;
}
.box-news .image{
	text-align:left;
}
.box-product > div.box-reviews {
    display: block;
	padding: 0;
	margin: 10px 0;
	text-align:left;
	width:100%;
	overflow:hidden;
}
.box-product > div.box-reviews .name {
	padding: 5px 10px;
	text-align:left;
	width:auto;
}
.box-product > div.box-reviews .image {
    display:block;
	padding: 5px;
}
.box-product > div.box-reviews img {
	float:left;
	padding: 5px;
	width:100px;
}
.box-product > div.box-reviews .author{
	padding: 5px 10px;
	text-align:right;
	width:auto;
}
.box-product > div.box-reviews .rating {
	padding: 5px 10px;
	text-align:left;
	width:auto;
}
.box-product > div.box-reviews .date {
	padding: 5px 10px;
	text-align:right;
	width:auto;
}
#column-right .box-news img, #column-left .box-news img {margin: 0 5px 0 0; width: 40%;float:left;}
.showbutton {display:none !important;}
#column-right .showbutton, #column-left .showbutton {display:block !important;}
span.required {
	margin:0 !important;
	padding:0 !important;
	color: #FF0000 !important;
	font-weight: bold;
	font-size:14px !important;
	background:transparent !important;
	height:14px !important;
	width:14px !important;
}
span:hover.required {
	color: #FF0000 !important;
}
.fixed {position:fixed;top:20px;}
.ui-menu {
padding: 5px !important;
}
.ui-widget {
font-family: inherit !important;
font-size: inherit !important;
}
.ui-widget-content {
background:#fff !important;
border: none !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
border-radius:0 !important;
	-moz-box-shadow: 0 5px 10px #ccc;
	-webkit-box-shadow: 0 5px 10px #ccc;
	box-shadow: 0 5px 10px #ccc;
}
.ui-menu .ui-menu-item a {
line-height: 1 !important;
border: none !important;
padding: 10px 5px !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
border-radius:0 !important;
color:#777 !important;
margin: 1px 0 !important;
}
.ui-menu .ui-menu-item span {
color:#f00 !important;
float:right !important;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
margin: 1px 0 !important;
}
.ui-menu .ui-menu-item a:hover, .ui-menu .ui-menu-item a:hover span {
color:#fff !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
background: #09f !important;
border: none !important;
color: #fff !important;
}
.pluso-box a b {padding:0;}
:focus {outline: 0 none;}
/***********************************************************************************************/
#polibox {
/*  width: 50%;*/
  float: left;
  margin: -5px 5px 15px 0px;
}
#examples{
/*  width: 20%;*/
  float: left;
}
.box .box-content ul li span {
  text-decoration: none;
  background-color: #fff;
  color: #777;
  padding: 5px;
  margin-bottom: 1px;
  display: block;
  cursor: pointer;
}
.line{
  margin: 20px;
  display: table;
  width: 90%;
}

.line select {
  width: 250px;
  font-size: 16px;
  /* float: right; */
  padding: 2px;
}

.line #qty{
  border: none;
  width: 50px;
  height: 30px;
  margin: 0 3px;
  float: left;
  background-color: #eee;
  color: #09f;
  font-size: 21px;
  text-align: center;
  padding: 0;
}
.line .btn{
  border: none;
  height: 30px;
  margin: 0 3px;
  float: left;
  background-color: #eee;
  color: #09f;
  font-size: 21px;
  text-align: center;
  padding: 0;
}
.line .sbm , .order_one_click .sbm{
  background-color: #09f;
  display: inline-block;
  color: #fff;
  width: 100%;
  line-height: 30px;
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  padding: 3px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.line input[type="radio"] {
  margin-right: 5px;
}
.head h1 {
  text-align: center;
}
.lbl-comment {
  font-size: .8em;
}
.line #itog{
  border: none;
  width: 50px;
  height: 30px;
  margin: 0 3px;
  float: left;
  background-color: #fff;
  color: #09f;
  font-size: 21px;
  text-align: center;
  padding: 0;
}
.poli-box-inner{
border: 1px solid #9c9c9c;
background-image: -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#bfbfbf), color-stop(3%, #f7f7f7), color-stop(12%, #f2f2f2), color-stop(90%, #d9d9d9));
background-image: -webkit-linear-gradient(top, #fcfcfc, #f7f7f7 3%, #f2f2f2 12%, #d9d9d9 90%, #bfbfbf);
background-image: -moz-linear-gradient(top, #fcfcfc, #f7f7f7 3%, #f2f2f2 12%, #d9d9d9 90%, #bfbfbf);
background-image: -o-linear-gradient(top, #fcfcfc, #f7f7f7 3%, #f2f2f2 12%, #d9d9d9 90%, #bfbfbf);
background-image: -ms-linear-gradient(top, #fcfcfc, #f7f7f7 3%, #f2f2f2 12%, #d9d9d9 90%, #bfbfbf);
background-image: linear-gradient(to bottom, #fcfcfc, #f7f7f7 3%, #f2f2f2 12%, #d9d9d9 90%, #bfbfbf);
-webkit-box-shadow: 3px 4px 5px rgba(0,0,0,0.65);
-moz-box-shadow: 3px 4px 5px rgba(0,0,0,0.65);
box-shadow: 3px 4px 5px rgba(0,0,0,0.65);
display: inline-block;
width: 220px;
}
.poli-box{
border: 3px solid #9c9c9c;
background-image: -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#bfbfbf), color-stop(3%, #f7f7f7), color-stop(12%, #f2f2f2), color-stop(90%, #d9d9d9));
background-image: -webkit-linear-gradient(top, #fcfcfc, #f7f7f7 3%, #f2f2f2 12%, #d9d9d9 90%, #bfbfbf);
background-image: -moz-linear-gradient(top, #fcfcfc, #f7f7f7 3%, #f2f2f2 12%, #d9d9d9 90%, #bfbfbf);
background-image: -o-linear-gradient(top, #fcfcfc, #f7f7f7 3%, #f2f2f2 12%, #d9d9d9 90%, #bfbfbf);
background-image: -ms-linear-gradient(top, #fcfcfc, #f7f7f7 3%, #f2f2f2 12%, #d9d9d9 90%, #bfbfbf);
background-image: linear-gradient(to bottom, #fcfcfc, #f7f7f7 3%, #f2f2f2 12%, #d9d9d9 90%, #bfbfbf);
-webkit-box-shadow: 3px 4px 5px rgba(0,0,0,0.65);
-moz-box-shadow: 3px 4px 5px rgba(0,0,0,0.65);
box-shadow: 3px 4px 5px rgba(0,0,0,0.65);
margin: 2px;
height: 300px;
}
#polibox  ul{
  list-style: none;
  margin-left: -30px;
}
#polibox  li{
	vertical-align: top;
	margin: 5px 5px 5px 5px;
}
#polibox  ul li ul li{
  margin: 10px -5px 10px 0px;
  cursor: pointer;
}
#polibox  ul li ul li span:hover{
  border-bottom: 1px dashed #000080;
}
li.poli-box-inner > span a {color: #000;}
#polibox ul li ul li a span  {color: #000;}
/*custom*/
.box_list .small-5.large-4.columns {
padding-top: 1.875em;
padding-bottom: 0.375em;
display: inline-block;
float: none !important;
width: 32%;
vertical-align: top;
}

.prog_list_wrap .prod_itm .prod_img img {
width: auto;
max-width: 100%;
max-height: 100%;
display: block;
margin: 0 auto;
}
.prog_list_wrap .prod_itm .prod_img {
  text-align: center;
  height: 200px;
  display: block;
}



