@charset "utf-8";
* {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, a
{ margin : 0; padding : 0; }

body {
  color: #000000;
  font-family: tahoma, verdana, arial;
  font-size: 12px;
  background: #FFF;
  font-weight: normal;
}

A:visited { text-decoration: none; color: #000;} 
A:link { text-decoration: none; color: #000;}
A:hover { text-decoration: underline; color: #000;}

A.active:visited { text-decoration: underline; color: #000;} 
A.active:link { text-decoration: underline; color: #000;}
A.active:hover { text-decoration: none; color: #000;}

.submit {
  position: absolute;
  color: #FFF;
  border: 0;
  padding: 0;
  margin: 0;
  background: #FFF;
  left: -8000px;
  top: -8000px;
}

div.clear {
	clear: both;	
}


hr {
	height: 1px;
	border: 0 none;
	width: 100%;
	background-color: #CCC;
}

div.page {
	margin: 0 auto;
	width: 990px;
	height: auto;
}

div.top {
	position: relative;
	height: 0px;
	width: 990px;
	height: 85px;
	border-bottom: 1px solid #E5E5E5;	
}

div.top .logo {
	position: absolute;
	width: 155px;
	height: 52px;
	top: 25px;
	left: 0px;
}

div.top .telefon {
	position: absolute;
	top: 33px;
	left: 320px;
	width: 350px;
	height: 55px;
	text-align: center;
	font-size: 14px;
}

div.top .telefon span {
	display: block;
	margin-top: 5px;
	color: #666666;
	font-size: 12px;
}

div.top .panel-right {
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	width: 320px;
	height: 80px;
	text-align: center;
	font-size: 14px;
}

div.top .panel-right .panel-login {
	display: block;
	float: right;
	padding: 5px 15px 8px 15px;
	background: #CCCCCC;
	font-size: 12px;
	color: #000;
}

div.top .panel-right .panel-order {
	display: block;
	float: right;
	padding: 10px 0 10px 0;
	text-align: right;
	font-size: 12px;
	color: #000;
}

div.top .panel-right .panel-order span.txt-order {
	color: #666666;
}

div.top .panel-right .panel-menu {
	display: block;
	float: right;
	padding: 0px 0 0px 0;
	text-align: right;
	font-size: 12px;
	color: #8E2500;
}

div.top .panel-right .panel-menu A:visited { text-decoration: none; color: #8E2500;} 
div.top .panel-right .panel-menu A:link { text-decoration: none; color: #8E2500;}
div.top .panel-right .panel-menu A:hover { text-decoration: underline; color: #8E2500;}

div.top-menu {
	width: 100%;
	height: 25px;
	margin-top: 3px;
}

div.top-menu .top-menu-left {
	float: left;
	margin-top: 5px;
	font-size: 14px;
	color: #8E2500;
}

div.top-menu .top-menu-left A:visited { text-decoration: none; color: #8E2500;} 
div.top-menu .top-menu-left A:link { text-decoration: none; color: #8E2500;}
div.top-menu .top-menu-left A:hover { text-decoration: underline; color: #8E2500;}

div.top-menu .top-menu-search {
	float: right;
	position: relative;
}

/*
 * search
 */

#formSearch input {
	width: 160px;
	font-size: 12px;
	padding: 4px 20px 3px 5px;
	float: right;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#formSearch input:focus  { outline: none; }

#formSearch .btn-search {
	position: absolute;
	float: right;
	top: 5px;
	right: 5px;
	background: url(../img/s.png) no-repeat 0 0;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

div.top-info {
	width: 988px;
	height: 23px;
	border: 1px solid #CCC;
	background: #8C2300;
	color: #FFF;
	margin-top: 2px;
}

div.top-info span {
	display: block;
	text-align: center;
	padding-top: 3px;
	font-size: 12px;
	font-weight: bold;
	
}

/*
 * main-cnt
 */

div.main-cnt {
	width: 100%;
	height: auto;
	min-height: 500px;
	padding-bottom: 20px;
}

div.main-cnt h1 {
	padding: 0px 0 10px 0;
	margin: 0px;
	font-weight: normal;
	font-size: 14px;
	color: #444444;
}

div.main-cnt-left {
	float: left;
	width: 245px;
	height: auto;
	font-size: 12px;
	color: #000;	
}

div.main-cnt-right {
	float: right;
	width: 735px;
	height: auto;
	font-size: 12px;
	color: #000;	
}


/*
 * main-down
 */

div.main-down {
	width: 100%;
	height: 55px;
	background: #EEEEEE;
	color: #000;
	font-size: 10px;
}

div.main-down .main-down-cnt {
	position: relative;
	width: 990px;
	margin: 0 auto;
	height: auto;
}

div.main-down .main-down-left {
	float: left;
	padding: 20px 0 0 0;
	width: 250px;
	line-height: 1.5em; 
}

div.main-down .main-down-center {
	position: absolute;
	top: 20px;
	left: 410px;
	color: #999;
}

div.main-down .main-down-right {
	float: right;
	padding: 10px 0 0 0;
}

div.main-down .main-down-right a {
	display: block;
	float: right;
	width: 32px;
	height: 32px;
	margin-left: 3px;
}

div.main-down .main-down-right span {
	float: right;
	font-size: 12px;
	padding: 8px 5px 0 0;
	text-align: right;
}

/*
 * url-line
 */

div.url-line {
	width: 100%;
	height: auto;
	margin: 10px 0 5px 0;
	color: #444444;
}

div.url-line A:visited { text-decoration: none; color: #444444;} 
div.url-line A:link { text-decoration: none; color: #444444;}
div.url-line A:hover { text-decoration: underline; color: #444444;}

div.url-line A.active:visited { text-decoration: underline; color: #444444;} 
div.url-line A.active:link { text-decoration: underline; color: #444444;}
div.url-line A.active:hover { text-decoration: none; color: #444444;}

div.url-line-catalog {
	position: relative;
	width: 100%;
	height: auto;
	padding: 5px 0 5px 0;	
	border-bottom: 1px solid #CCC;
}

div.url-line-catalog.first {
	border-top: 1px solid #CCC;
}

div.url-line-catalog a {
	display: block;
	line-height: 18px;
	height: 18px;
	width: 205px;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.url-line-catalog span {
	position: absolute;
	top: 6px;
	right: 0px;
	float: right;
}

/*
 * tbForm
 */

table.tbForm {
	width: 320px;
	border: 0px none;	
}

table.tbForm.inform {
	width: auto;
}

table.tbForm td {
	color: #535353;
	font-size: 12px;	
	border: 0px none;	
	padding: 0;
}

table.tbForm.inform td {
	padding: 5px 0 5px 0;
}

table.tbForm textarea {
	width: 430px;
	height: 85px;
	resize: none;
	overflow: auto;
}
table.tbForm textarea:focus { outline: none; }
table.tbForm input:focus { outline: none; }

table.tbForm td A:visited { text-decoration: underline; color: #444444;} 
table.tbForm td A:link { text-decoration: underline; color: #444444;}
table.tbForm td A:hover { text-decoration: none; color: #444444;}

table.tbForm td.name2 A:visited { text-decoration: underline; color: #444444;} 
table.tbForm td.name2 A:link { text-decoration: underline; color: #444444;}
table.tbForm td.name2 A:hover { text-decoration: none; color: #444444;}

table.tbForm td.name {
	text-align: right;
	padding: 8px 4px 1px 1px;
	vertical-align: top;
}

table.tbForm td.name2 {
	text-align: left;
	padding: 12px 2px 8px 1px;
	vertical-align: top;
	
}

table.tbForm td.name3 {
	text-align: left;
	padding: 8px 2px 8px 1px;
	vertical-align: top;
	
}

table.tbForm td.name4 {
	text-align: right;
	padding: 8px 4px 1px 15px;
	vertical-align: top;
}

table.tbForm td.mess {
	color: #D90000;
}

table.tbForm div.mess {
	color: #8E2500;
}

table.tbForm td input[type=text] {
	width: 320px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	padding: 5px 2px 5px 2px;
}

table.tbForm td input[type=password] {
	width: 320px;
	border: 1px solid #CCC;
	font-size: 12px;
	padding: 5px 2px 5px 2px;
}

table.tbForm td.val {
	padding: 15px 0 4px 0;
}

table.tbForm td.val2 {
	padding: 5px 0 4px 0;
}

/*
 * btn main
 */

div.btn-grey {
	position: relative;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;  
	border: 1px solid #CCCCCC;
  	background: #FFC978;
	cursor: pointer;
	width: 175px;
	height: 26px;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EFEFEF 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EFEFEF 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #EFEFEF 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #EFEFEF));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EFEFEF 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #EFEFEF 100%);
}

div.btn-grey div {
	text-align: center;
	font-size: 14px;
	color: #525252;
	padding: 4px 15px 0 15px;
}

div.btn-grey:hover {
	background: #F1F1F1 repeat-x top;
  	background-position: 0px 0px;
}

div.btn-blue {
	position: relative;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;  
	border: 1px solid #0099D3;
  	background: #FFC978;
	cursor: pointer;
	width: 175px;
	height: 26px;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #47C6F1 0%, #0099D3 50%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #47C6F1 0%, #0099D3 50%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #47C6F1 0%, #0099D3 50%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #47C6F1), color-stop(0.5, #0099D3));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #47C6F1 0%, #0099D3 50%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #47C6F1 0%, #0099D3 50%);
}

div.btn-blue div {
	text-align: center;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	padding: 4px 15px 0 15px;
}

div.btn-blue:hover {
	background: #00A9E4 repeat-x top;
  	background-position: 0px 0px;
}

/*
 * panel page
 */
div.panel-page {
	width: 735px;
	height: 29px;
	margin: 0 0 15px 0;	
}

div.panel-page .left {
	float: left;
	padding-top: 7px;
}

div.panel-page .num {
	float: right;
}

div.panel-page .right {
	float: right;
	padding-top: 7px;
}

div.panel-page.catalog-page .right {
	float: right;
	padding-top: 3px;
}

div.panel-page .pagination {
	float: right;
	width: 242px;
	margin-left: -2px;
}

/* pagination - for global or pagination widget */
.pagination {
	color:#222;
	font-size:12px;
	height:29px;
}

.pagePrevious {
	background:url(../img/pagination-controls.png) 0 -29px no-repeat;
	display:block;
	float:left;
	height:29px;
	margin-right:8px;
	width:27px;
}
.pagePrevious:hover {
	background-position:0 -58px;
}
.pagePrevious.disabled {
	background-position:0 0;
	cursor:default;
}
.pageNumberInput {
	background:url(../img/pagination-controls.png) 0 -87px no-repeat;
	float:left;
	height:25px;
	margin:1px 10px 0 0;
	padding-top:6px;
	width:40px;
}
.pageNumberInput input[type="text"] {
	background:none;
	border:none;
	line-height:12px;
	padding:0 3px;
	text-align:center;
	width:40px;
}

.pageNumberInput input[type="text"]:focus { outline: none; }

.pageCount {
	float:left;
	height:29px;
	margin-right:13px;
	position:relative;
	top:7px;
}
.pageNext {
	background:url(../img/pagination-controls.png) -27px -29px no-repeat;
	display:block;
	float:left;
	height:29px;
	width:27px;
}
.pageNext:hover {
	background-position:-27px -58px;
}
.pageNext.disabled {
	background-position:-27px 0;
	cursor:default;
}

/*
 * news
 */

div.news-item {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #CCC;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

div.news-item table {
	width: 100%;
}

div.news-item table td {
	padding: 2px;
	font-size: 10px;
}
div.news-item table td.data {
	width: 80px;
	font-size: 12px;
}

div.news-item table td.name {
	font-size: 12px;
}

div.news-item table td.news-info {
	padding: 5px 2px 5px 2px;
}

div.news-item table td.url {
	text-align: right;
}

div.news-title {
	width: auto;
	height: auto;
	font-size: 12px;
	line-height: 1.7em;
	padding: 10px 0 10px 0;
}

/*
 * catalog
 */

a.catalog-img {
	display: block;
	width: 272px;
	height: auto;
	float: left;
	margin: 33px 0px 0px 70px;
}

a.catalog-img:hover {
	text-decoration: none;
}

a.catalog-img .catalog-img-url {
	display: block;
	width: 272px;
	height: 272px;
	border: 1px solid #E5E5E5;
}

a.catalog-img .catalog-img-url img {
	margin: 10px;	
}

a.catalog-img .catalog-img-txt {
	display: block;
	width: 272px;
	height: auto;
	text-align: center;
	padding: 5px 0 5px 0;
	font-size: 18px;
	color: #000000;
}

/*
 * panel-item
 */
div.panel-item {
	width: 100%;
	height: auto;
}

div.panel-item .panel-item-title {
	display: block;
	font-size: 12px;
	color: #444444;
	font-weight: bold;
	padding: 0 0 10px 3px;
}

div.panel-item .panel-item-list {
	float: left; 
	width: 142px;
	height: auto;
	margin: 0 2px 0 2px;
}

div.panel-item .panel-item-list a.photo {
	display: block;
	width: 140px;
	height: 140px;
	border: 1px solid #E5E5E5;	
	text-align: center;
	line-height: 140px;
	vertical-align: middle;
}

div.panel-item .panel-item-list a.name {
	display: block;
	height: auto;
	padding: 5px 4px 5px 4px;
	font-size: 10px;
}

div.panel-item .panel-item-list .price {
	display: block;
	height: auto;
	padding: 2px 4px 2px 4px;
	font-size: 14px;
	color: #B20000;
}

div.panel-item .panel-item-list .price2 {
	display: block;
	height: auto;
	padding: 2px 4px 10px 4px;
	font-size: 10px;
	color: #444444;
}

div.panel-item .panel-item-list a.photo img {
	vertical-align: middle;
	display: inline-block;
}

div.panel-item .panel-item-list a.photo .vertical-align-fixed {
	width: 0px;
	font-size: 1px;
	vertical-align: middle;
	line-height: 140px;
}


/*
 * tovar
 */

div.tovar {
	width: 232px;
	height: auto;
	float: left;
	margin: 5px 12px 20px 0;
}

div.tovar a.photo {
	display: block;
	width: 230px;
	height: 230px;
	border: 1px solid #E5E5E5;	
	text-align: center;
	line-height: 230px;
	vertical-align: middle;
}

div.tovar a.photo img {
	vertical-align: middle;
	display: inline-block;
}

div.tovar a.photo .vertical-align-fixed {
	width: 0px;
	font-size: 1px;
	vertical-align: middle;
	line-height: 230px;
}

div.tovar .status {
	display: block;
	width: 80px;
	height: 12px;
	margin: 7px 2px 0px 2px;
}

div.tovar .status.fn3 {
	background: url(../img/fn3.jpg) no-repeat 0 0;
}

div.tovar .status.fn4 {
	background: url(../img/fn4.jpg) no-repeat 0 0;
}

div.tovar .status.fn {
	background: url(../img/fn.jpg) no-repeat 0 0;
}

div.tovar .price {
	display: block;
	color: #B20000;
	font-size: 16px;
	padding: 7px 0 3px 2px;
}

div.tovar .price2 {
	display: block;
	color: #444444;
	font-size: 10px;
	padding: 1px 0 5px 2px;
}

/*
 * filter
 */

div.f-line {
	width: 240px;
	height: auto;
	border-bottom: 1px solid #E5E5E5;
	padding: 5px 0 5px 0;
	margin: 7px 0 5px 0;
}

div.f-line.first {
	margin-top: 15px;
	border-bottom: 0px none;	
}

div.f-line .f-line-left {
	float: left;	
	font-size: 12px;
	color: #000000;
}

div.f-line.first .f-line-left {
	font-size: 14px;
	color: #000000;
}

div.f-line .f-line-right {
	float: right;	
	padding-top: 1px;
}

div.f-line .f-line-right a {
	color: #8E2500;
	text-decoration: underline;
	font-size: 10px;	
	cursor: pointer;
}

div.f-line .f-line-right a:hover {
	text-decoration: none;
	cursor: pointer;
}

div.f-line.first .f-line-right {
	padding-top: 4px;
}

div.f-line-price {
	width: 240px;
	height: auto;
	padding: 10px 0 15px 0;
}

div.f-line-price span {
	display: block;
	float: left;
	padding: 3px 8px 0 12px;
	font-size: 12px;
	color: #444444;
}

div.f-line-price input {
	float: left;
	width: 32px;
	padding: 4px 3px 4px 3px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.f-line-price input:focus  { outline: none; }

div.f-line-check {
	width: 240px;
	height: auto;
	padding: 7px 0 2px 0;
}

div.f-line-check input {
	float: left;
	margin: 0 10px 0 25px;
	font-size: 14px;
	width: 14px;
	height: 14px;
	border: 1px solid #CCCCCC;
}

div.f-line-check input:focus  { outline: none; }

div.f-line-check span {
	float: left;
	font-size: 12px;
	color: #444444;
}

/*
 * tovar-item
 */

div.tovar-item {
	width: 100%;
	height: auto;
	margin: 10px 0 5px 0;
}

div.tovar-item h1 {
	color: #000000;
	font-size: 20px;	
}

div.tovar-item .tovar-item-left {
	float: left;
	width: 370px;
	height: auto;
}

div.tovar-item .tovar-item-right {
	float: right;
	width: 340px;
	height: auto;
}

div.tovar-item .tovar-item-right .line {
	width: 340px;
	height: 1px;
	background: #E5E5E5;
	margin: 5px 0 5px 0;
}

div.tovar-item .status {
	display: block;
	width: 80px;
	height: 12px;
	margin: 7px 2px 0px 2px;
}

div.tovar-item .status.fn3 {
	background: url(../img/fn3.jpg) no-repeat 0 0;
}

div.tovar-item .status.fn4 {
	background: url(../img/fn4.jpg) no-repeat 0 0;
}

div.tovar-item .status.fn {
	background: url(../img/fn.jpg) no-repeat 0 0;
}

div.tovar-item .price {
	display: block;
	color: #B20000;
	font-size: 16px;
	padding: 10px 0 7px 2px;
}

div.tovar-item .price2 {
	display: block;
	color: #444444;
	font-size: 10px;
	padding: 2px 0 7px 2px;
}

div.soc {
	width: auto;
	height: auto;
	margin-top: 8px;	
}

div.soc img {
	float: right;	
	margin-left: 3px;
}

div.soc span {
	float: right;	
	color: #444444;
	padding-top: 3px;
	padding-right: 10px;
}

div.tovar-item span.filter {
	display: block;
	padding: 2px 0 2px 0;
}

.photo_gal {
	
}

.photo_gal .photo-btn {
	width: 365px;
	height: 365px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 365px;
	border: 1px solid #E5E5E5;
}

.photo_gal .photo {
	border: 0 none;
	display: inline-block;
	vertical-align: middle;
	line-height: 365px;
}

.photo_gal  .photo-small-btn {
	float: left;
	width: 85px;
	height: 85px;
	margin: 5px 5px 0 0;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 85px;
	border: 1px solid #E5E5E5;
}

.photo_gal .photo-small {
	border: 0 none;
	display: inline-block;
	vertical-align: middle;
	line-height: 85px;
}

.vertical-align-fixed-small {
	width: 0px;
	font-size: 1px;
	vertical-align: middle;
	line-height: 85px;
}

.vertical-align-fixed-big {
	width: 0px;
	font-size: 1px;
	vertical-align: middle;
	line-height: 365px;
}

/*
 * eventBox
 */

#eventBox {
	display: none;
	width: 350px;
	min-height: 40px;
	border: 1px solid #CCC;
	background: #FFF;
	text-align: left;
}

#eventBox .page-title-div {
	width: 100%;
	height: 31px;
}

#eventBox div.page-title {
	width: 100%;
	height: 21px;
	border: 0px;
	background: #D7E9EE;
		
}

#eventBox .page-title div {
	color: #333;
	padding: 4px 0 0 10px;
	font-size: 10px;
}

#eventBox .eventBox-border {
	margin: 5px;
	border: 1px solid #CCC;

}

#eventBox .eventBox-cnt {
	clear: both;
	padding: 0px 10px 5px 10px;
	
}

#eventBox .eventBox-btn {
	padding: 15px 5px 0px 5px;
	height: 25px;
}

div.info-tovar .btn_photo {
	width: 85px;
	height: 85px;
	display: inline-block;
	line-height: 85px;
	border: 1px solid #CCC;
	text-align: center;
	vertical-align: middle;	
}

div.info-tovar .btn_photo.no-img {
	background: #FFF url(/library/photo.png) no-repeat 50% 50%;
}

div.info-tovar .btn_photo img {
	border: 0 none;
	display: inline-block;
	vertical-align: middle;
	line-height: 85px;
}

/*
 * order
 */

table.order-info {
	width: 735px;
	
}

table.order-info tr th {
	padding: 7px;
	font-weight: normal;
	background: #FFF9E9;
	color: #555555;
	font-size: 10px;
	border: 1px solid #BFE1E6;
	text-align: left;
}

table.order-info tr td {
	padding: 14px 7px 14px 7px;
	font-weight: normal;
	background: #FFF;
	color: #545454;
	font-size: 10px;
	border: 0px none;
	text-align: left;
}

table.order-info tr td span {
	color: #999999;
}

table.order-info tr td div.name {
	color: #545454;
	font-size: 12px;
	height: 43px;	
}

table.order-info tr td .item-btn {
	width: auto;
	height: 15px;
	margin-top: 3px;
}


table.order-info tr td:first-child {
	border-left: 0px none;	
}

table.order-info tr td:last-child {
	border-right: 0px none;	
}

table.order-info input:focus, table.order-info textarea:focus { outline: none; }

table.order-info input[type=text] {
	width: 60px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	padding: 2px;
	text-align: right;
}

div.btn-list-order {
	width: 100%;
	height: 24px;
	border-bottom: 1px solid #C8E6EB;
	margin-bottom: 15px;
		
}

div.btn-list-order a {
	display: inline-block;
	margin-left: 5px;
	border: 1px solid #C8E6EB;
	padding: 4px 0 4px 0;
	text-align: center;
	background: #FFF;
	text-decoration: none;
	width: 158px;	
	color: #525252;
	font-size: 12px;
	border-bottom: 1px solid #C8E6EB;
}

div.btn-list-order a.active, div.btn-list-order a:hover {
	background: #D8EEF1;	
}

div.photo-small-btn {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0px 5px 0 0;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 100px;
	border: 1px solid #CCC;
}

div.photo-small-btn img {
	border: 0 none;
	display: inline-block;
	vertical-align: middle;
	line-height: 100px;
}

span.tovar-name {
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	top: auto;
	bottom: 0;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255,255,255,0.5)), color-stop(100%, #ffffff));background-image:-webkit-linear-gradient(top, rgba(255,255,255,0.5),#ffffff);background-image:-moz-linear-gradient(top, rgba(255,255,255,0.5),#ffffff);background-image:-o-linear-gradient(top, rgba(255,255,255,0.5),#ffffff);background-image:-ms-linear-gradient(top, rgba(255,255,255,0.5),#ffffff);background-image:linear-gradient(top, rgba(255,255,255,0.5),#ffffff);*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#80FFFFFF', endColorstr='#FFFFFF'),progid:DXImageTransform.Microsoft.AlphaImageLoader()
}

.vertical-align-fixed-cart {
	width: 0px;
	font-size: 1px;
	vertical-align: middle;
	line-height: 100px;
}

div.btnOrderGrey {
	position: relative;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;  
	border: 1px solid #CCCCCC;
  	background: #FFC978;
	cursor: pointer;
	width: 175px;
	height: 26px;
	/*background: url(../img/btn_order2.png) #FEFEFE repeat-x top;
	background-position: 0px -50px;*/
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EFEFEF 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EFEFEF 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #EFEFEF 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #EFEFEF));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EFEFEF 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #EFEFEF 100%);
  	
}

div.btnOrderGrey div {
	text-align: center;
	font-size: 14px;
	color: #525252;
	padding: 4px 15px 0 15px;
}

div.btnOrderGrey:hover {
	background: url(../img/btn_order2.png) #F1F1F1 repeat-x top;
  	background-position: 0px 0px;
}

div.btnOrder {
	position: relative;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;  
	border: 1px solid #FF9900;
  	background: #FFC978;
	cursor: pointer;
	width: 175px;
	height: 26px;
	background: url(../img/btn_order.png) #FFC978 repeat-x top;
  	background-position: 0px -50px;
}

div.btnOrder div {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 4px 15px 0 15px;
	text-shadow:0 1px 0 #B25900;
}

div.btnOrder:hover {
	background: url(../img/btn_order.png) #FFC978 repeat-x top;
  	background-position: 0px 0px;
}

div.btnOrderL {
	position: relative;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;  
	border: 1px solid #FF9900;
  	background: #FFC978;
	cursor: pointer;
	width: 83px;
	height: 24px;
	background: url(../img/btn_order.png) #FFC978 repeat-x top;
  	background-position: 0px -50px;
}

div.btnOrderL div {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 4px 15px 0 15px;
	text-shadow:0 1px 0 #B25900;
}

div.btnOrderL:hover {
	background: url(../img/btn_order.png) #FFC978 repeat-x top;
  	background-position: 0px 0px;
}

span.up {
	float: left;
	display: block;
	width: 14px;
	height: 15px;
	background: url(../img/cart.jpg) no-repeat -2px -2px;
	cursor: pointer;
	border: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
	margin-left: -1px;
}

span.down {
	float: left;
	display: block;
	width: 14px;
	height: 14px;
	background: url(../img/cart.jpg) no-repeat -2px -23px;
	cursor: pointer;
	border: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
	margin-left: -1px;
}