@font-face {
		font-family: 'Calibri-Bold';
		src: url('../fonts/calibrib.eot');
		src: url('../fonts/calibrib.eot?#iefix') format('embedded-opentype'),
				 url('../fonts/calibrib.woff') format('woff'),
				 url('../fonts/calibrib.ttf') format('truetype'),
				 url('../fonts/calibrib.svg#calibrib') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
		font-family: 'Calibri';
		src: url('../fonts/calibri.eot');
		src: url('../fonts/calibri.eot?#iefix') format('embedded-opentype'),
				 url('../fonts/calibri.woff') format('woff'),
				 url('../fonts/calibri.ttf') format('truetype'),
				 url('../fonts/calibri.svg#calibri') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
	font-family: 'ARESSENCE';
	src: url('ARESSENCE.ttf');
}
html{
	height:100%;
}
body {
	margin:0;
	color:#2f2f2f;
	font:16px/20px 'Calibri', Arial, Helvetica, sans-serif;
	background:#fff;
	height:100%;
	/*-webkit-user-select: none; !* Chrome/Safari *!        */
	/*-moz-user-select: none; !* Firefox *!*/
	/*-ms-user-select: none; !* IE10+ *!*/

	/*!* Rules below not implemented in browsers yet *!*/
	/*-o-user-select: none;*/
	/*user-select: none;*/
}

img {
	border-style:none;
	display:block;
}
a {
	color:#383f41;
	outline:none;
	text-decoration:underline;
}
a:hover {text-decoration:none;}
input, textarea, select {
	font:100% arial,sans-serif;
	vertical-align:middle;
	color:#000;
}
select {
	font-size: 12px;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
header, section, footer, nav, article, aside {display: block;}
.wrap{
	width:100%;
	overflow:hidden;
}
#wrapper{
	width:980px;
	margin:0 auto;
	min-height:100%;
	position: relative;
}
.header{
	zoom:1;
	padding:0 0 24px;
	position:relative;
	z-index:3;
}
.header:after{
	content:"";
	display:block;
	clear:both;
}
.header .logo{
	float:left;
	background: url(../images/logo.png) no-repeat;
	width: 353px;
	height: 141px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
}
.head-box{
	float:right;
	margin:44px 0 0 -20px;
	position:relative;
}
.head-box .title{
	display:block;
	font-size:17px;
	font-family: 'Calibri-Bold';
	margin:0 0 2px;
	text-align:right;
}
.head-box .name-holder{
	height:1%;
	overflow:hidden;
	margin:0 0 4px;
}
.head-box .name-holder .products{
	float:right;
	background: url(../images/bg-prod.png) no-repeat;
	height: 32px;
	padding:8px 2px 0 36px;
	text-decoration:none;
}
.head-box .name-holder .name{
	float:right;
	padding:17px 4px 0 0;
}

.top-nav{
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	background:#000;
}
.top-nav li{
	float:left;
	border-left:1px solid #fff;
	display:table;
	position:relative;
}
.top-nav a{
	display:table-cell;
	vertical-align:middle;
	height:32px;
	padding:0 10px 0 9px;
	font-size:12px;
	line-height:12px;
	text-decoration:none;
	color:#fff;
}
.top-nav ul{
	position:absolute;
	top:32px;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	display:none;
}
.top-nav li:hover ul{
	display:block;
}
.top-nav ul li{
	border:1px solid #5e5e5e;
	border-width:0 1px;
	margin:1px 0 0;
	background: url(../images/bg-drop.png);
	float:none;
	display:block;
}
.top-nav ul li:first-child{
	border-top:1px solid #5e5e5e;
}
.top-nav ul li:last-child{
	border-bottom:1px solid #5e5e5e;
}
.top-nav ul a{
	display:block;
	height:auto;
	white-space:nowrap;
	line-height:20px;
}
.search-form{
	height:1%;
	overflow:hidden;
	margin:0 0 7px;
}
.search-form .submit{
	float:right;
	background: url(../images/bg-submit.png) no-repeat;
	width: 21px;
	height: 21px;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
	padding:0;
	margin:0 0 0 2px;
	border:0;
	cursor:pointer;
}
.search-form select{
	float:right;
	margin:0 0 0 2px;
	color:#949494;
	font-size:11px;
	width:111px;
	height:21px;
}
.search-form .text{
	float:right;
	width:107px;
	height:15px;
	color:#949494;
	font-size:11px;
	padding:2px 7px;
	border:1px solid #cfcfcf;
	border-radius:1px;
	background:none;
}
.nav-holder{
	background:#000;
	margin:0 0 12px;
	position:relative;
	z-index:2;
}
.nav{
	list-style:none;
	margin:0 -20px 0 0;
	padding:0;
	height:1%;
}
.nav:after{
	content:"";
	display:block;
	clear:both;
}
.nav li{
	float:left;
	display:block;
	border-left:1px solid #fff;
	position:relative;
}
.nav a{
	text-decoration:none;
	display:table-cell;
	vertical-align:middle;
	color:#fff;
	font-size:13px;
	line-height:13px;
	text-transform:uppercase;
	height:38px;
	padding:0 11px;
	font-weight:normal;

}
.nav .last a{
	background:#ec3237;
}

.nav ul{
	position:absolute;
	top:38px;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	display:none;
	zoom:1;
	overflow:hidden;
	z-index:10;
	background: url(../images/none.gif);
}
.nav li:hover ul{
	display:block;
}
.nav ul li{
	border:1px solid #5e5e5e;
	border-width:0 1px;
	margin:1px 0 0;
	position: relative;
	z-index: 100;
	background: url(../images/bg-drop.png);
	float:none;
	display:block;
}
.nav ul li:first-child{
	border-top:1px solid #5e5e5e;
}
.nav ul li:last-child{
	border-bottom:1px solid #5e5e5e;
}
.nav ul li:last-child a{
	background:none;
}
.nav ul a{
	display:block;
	height:auto;
	white-space:nowrap;
	text-transform: lowercase;
	line-height:20px;
	position: relative;
	z-index: 100;
}
.nav ul a:first-letter {
	text-transform: capitalize;
}
.intro-box{
	zoom:1;
	overflow:hidden;
}
.intro-box .brands{
	float:left;
	width:72px;
	margin:0 11px 0 0;
	max-height: 644px;
	overflow: hidden;
}
.intro-box .brands img {
	max-width: 68px;
	margin-bottom: 2px;
}
.intro-box .brands ul{
	list-style:none;
	margin:0;
	padding:0;
}
.intro-box .brands ul li{
	padding:0 0 2px;
}
.intro-c{
	float:right;
	width:894px;
}
.carousel1 {
	border: 1px solid #d9d9d9;
	height:1%;
	overflow:hidden;
	margin:0 0 17px;
}
.carousel1 .gholder {
	width: 728px;
	position:relative;
	float:left;
}
.carousel1 .gholder:after {
	content:"";
	display:block;
	clear:both;
}
.carousel1 .gmask-center{
	float:left;
	width:728px;
}
.carousel1 .gmask {
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
}
.carousel1 .gmask .slideset {
	list-style: none;
	width: 99999px;
	float: left;
	padding: 0;
	margin: 0;
}
.carousel1 .gmask .slide {
	float: left;
	width: 728px;
	height: 416px;
}
.carousel1 a.btn-prev,
.carousel1 a.btn-next {
	position:absolute;
	top:191px;
	left:18px;
	background: url(../images/btn-prev.png) no-repeat;
	width: 35px;
	height: 35px;
	text-indent:-9999px;
	overflow:hidden;
	z-index:2;
}
.carousel1 a.btn-next {
	left:auto;
	right:18px;
	background: url(../images/btn-next.png) no-repeat;
}
.carousel1 .ad-holder{
	float:right;
	margin-top:-1px;
	border-left: 1px solid rgb(217, 217, 217);
}
.carousel1 .ad-holder div{
	border-top:1px solid #dcdcdc;
}
.carousel2 {
	background: url(../images/bg-slider.png) no-repeat;
	width: 896px;
	height: 208px;
	margin:0 0 0 -2px;
	position:relative;
}
.carousel2 .gholder {
	width: 100%;
}
.carousel2 .gholder:after {
	content:"";
	display:block;
	clear:both;
}
.carousel2 .gmask-center{
	margin:0 58px;
}
.carousel2 .gmask {
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
}
.carousel2 .gmask .slideset {
	list-style: none;
	width: 99999px;
	float: left;
	padding: 15px 0 0;
	margin: 0;
}
.carousel2 .gmask .slide {
	float: left;
	height: 187px;
	text-align: center;
	width: 187px;
	margin: 0 6px;
}
.carousel2 .gmask .slide a {
	display: block;
	margin: auto;
}
.carousel2 .gmask .slide a img{
	display: block;
	margin: auto;
}

.carousel2 a.btn-prev,
.carousel2 a.btn-next {
	float:left;
	background: url(../images/btn-prev.png) no-repeat;
	width: 35px;
	height: 35px;
	text-indent:-9999px;
	overflow:hidden;
	z-index:2;
	margin:40px 0 0 -5px;
}
.carousel2 a.btn-next {
	float:right;
	margin:40px -5px 0 0;
	background: url(../images/btn-next.png) no-repeat;
}
.intro-c .carousel2 a.btn-prev,
.intro-c .carousel2 a.btn-next {
	float:left;
	background: url(../images/btn-prev.png) no-repeat;
	width: 35px;
	height: 35px;
	text-indent:-9999px;
	overflow:hidden;
	z-index:2;
	margin:84px 0 0 20px;
}
.intro-c .carousel2 a.btn-next {
	float:right;
	margin:84px 20px 0 0;
	background: url(../images/btn-next.png) no-repeat;
}
.carousel2 .ad-holder{
	float:right;
	margin-top:-1px;
}
.carousel2 .ad-holder div{
	border-top:1px solid #dcdcdc;
}
.carousel2 .stick{
	background: url(../images/stick.png) no-repeat;
	width: 127px;
	height: 50px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:1px;
	left:3px;
	z-index:5;
}
.main{
	height:1%;
	padding:0 0 108px;
}
.main:after{
	content:"";
	display:block;
	clear:both;
}
.main h2{
	margin:0 0 16px;
	text-transform:uppercase;
	font-size:18px;
	line-height:20px;
}
.main .faq{
	padding:9px 0 30px;
}
.main .faq strong{
	display:block;
	line-height:17px;
}
.main .faq p{
	margin:0 0 17px;
	line-height:17px;
}
.breadcrumbs{
	list-style:none;
	margin:0 0 11px 233px;
	padding:5px 0 0;
	height:1%;
	overflow:hidden;
}
.breadcrumbs li{
	float:left;
	background: url(../images/bullet.gif) no-repeat 0 8px;
	font-size:14px;
	padding:0 4px 0 10px;
}
.breadcrumbs li:first-child{
	background:none;
	padding-left:0;
}
.breadcrumbs a{
	text-decoration:none;
}
.breadcrumbs a:hover{
	text-decoration:underline;
}
.brands-list{
	list-style:none;
	margin:0;
	padding:0;
}
.brands-list li{
	background: url(../images/separator02.gif) repeat-y 210px 0;
	border-top:1px dotted #c7c7c7;
	overflow:hidden; 
	padding:0 0 10px 39px;
}
.brands-list li:first-child{
	border:0;
}
.brands-list .image{
	float:left;
	margin:0 0px 0 0;
	width: 193px;
}
.brands-list .image img {
	position: relative;
	max-width:193px;
	left: -50px;
	margin: 10px;
}
.brands-list .text-box{
	zoom:1;
	overflow:hidden;
	padding:21px 0 30px;
	line-height:17px;
}

.brands-list .clear {
	clear: both;
}

.brands-list li:first-child .text-box{
	padding-top:0;
}
.brands-list strong{
	display:block;
}
.brands-list p{
	margin:0;
}
.twocolumns{
	height:1%;
	overflow:hidden;
	background: url(../images/separator02.gif) repeat-y 283px 0;
	margin:6px 0 0;
}
.aside{
	float:left;
	width:284px;
}
.aside .title{
	display:block;
	font-family:'Calibri-Bold';
	line-height:26px;
	color:#fff;
	background:#000;
	position: relative;
	padding:0 7px;
}

.aside a.title-link {
	text-decoration: none;
	position: relative;
}

.aside a .title:after{
	content: '';
	width: 0;
	height: 0;
	border-top: transparent 5px solid;
	border-bottom: transparent 5px solid;
	border-right: transparent 5px solid;
	border-left: #FFF 5px solid;
	position: absolute;
	top: 8px;
	right: 5px;
}

.side-nav {
	list-style:none;
	margin:0;
	padding:8px 10px 8px 5px;
}
.side-nav li{
	background: url(../images/bullet02.gif) no-repeat 1px 5px;
	padding:0 0 3px 13px;
	font-size:13px;
	line-height:16px;
}
.side-nav a span{
	text-decoration:none;
}

.side-nav a {
	text-decoration: none;
}

.side-nav a:hover {
	text-decoration: underline;
}

.content{
	float:right;
	width:670px;
}
.paging-holder{
	height:1%;
	overflow:hidden;
	padding:0 0 23px;
}
.paging-holder .breadcrumbs{
	margin:0;
	float:left;
	padding:0;
}
.paging{
	float:right;
	list-style:none;
	margin:0;
	padding:0;
}
.paging li{
	float:left;
	margin:0 0 0 1px;
}
.paging a{
	float:left;
	width:px;
	height:16px;
	line-height:16px;
	color:#7d7d7d;
	text-decoration:none;
	font-size:14px;
	padding:0 4px;
}
.paging .active a{
	color:#fff;
	background:#868686;
}
.catalog{
	list-style:none;
	margin:0 -20px 0 0;
	padding:0;
}
.catalog li{
	display:inline-block;
	vertical-align:top;
	width:200px;
	text-align:center;
	margin:0 17px 25px 5px;
	position: relative;
}
.catalog .image{
	position:relative;
	width: 200px;
	height: 200px;
	vertical-align: bottom;
	display: table-cell;
}
.catalog .image img{
	margin:0 auto;
	position: relative;
	display: block;
}
.catalog p{
	margin:5px 0 0 0;
	font-size:12px;
	line-height:15px;
}
.catalog strong{
	display:block;
	font-size: 14px;
	line-height:14px;
}

 .image .deals {
	position:absolute;
	top:0;
	right:0;
}

.catalog .image .stick{
	background: url(../images/stick02.png) no-repeat;
	width: 51px;
	height: 29px;
	text-indent:-9999px;
	overflow:hidden;
	padding-bottom: 5px;
}
.order-box .order-title{
	display:inline-block;
	vertical-align:top;
	background: url(../images/bg-title.gif) no-repeat 100% 0;
	height: 35px;
	font-size:24px;
	font-family:'Calibri-Bold';
	padding:11px 43px 2px 0;
	margin:4px 0 0 4px;
}
.order-table{
	border-collapse:collapse;
	padding:0;
	margin:0;
	width:100%;
	border-top:1px dotted #c7c7c7;
}
.wrap-type{
	margin:0 0 25px;
}
.table-form .order-table{
	border:0;
}
.order-table td{
	border-bottom:1px dotted #c7c7c7;
	border-left:1px dotted #c7c7c7;
}
.order-table tr td:first-child{
	border-left:0;
}
.table-form .order-table tbody tr:last-child td{
	border-bottom:0;
}
.order-table td{
	padding:4px 11px 5px;
	text-align:center;
	vertical-align:middle;
	font-size:16px;
	line-height:14px;
}
.order-table .date{
	width:84px;
}
.order-table .details{
	width:383px;
}
.order-table .sum{
	width:116px;
}
.order-table .delivery-date{
	width:130px;
}
.order-table .status{
	width:143px;
	padding: 4px 11px 5px;
}
.order-table .detail,
.order-table .confirmed,
.order-table .waiting{
	float:right;
	border:1px solid #bcbcbc;
	width:146px;
	color:#fff;
	font-size:12px;
	text-decoration:none;
	margin:14px 0 0;
	font-family:'Calibri-Bold';
}
.order-table .confirmed {

}
.order-table .confirmed,
.order-table .waiting{
	display:block;
	float:none;
	margin:0 auto;
}
.order-table .detail span,
.order-table .confirmed span,
.order-table .waiting span{
	display:block;
	background:#96989a;
	text-align:center;
	border:solid #fff;
	border-width:2px;
	height:19px;
	line-height:19px;
}
.order-table .confirmed span{
	background:#000;
}
.order-table .waiting span{
	background:#ed3237;
}
.order-table .images{
	list-style:none;
	margin:0;
	padding:0;
	width:210px;
	float:left;
}
.order-table .images li{
	float:left;
	margin:0 5px 0 16px;
}
.order-table tbody .sum{
	font-size:19px;
}
.order-table .delivery-date span{
	display:block;
	padding:0 0 0 43px;
	background: url(../images/ico.png) no-repeat;
	height: 38px;
	line-height:38px;
	font-size:12px;
}
.order-table .done{
	text-align:center;
	display:block;
	font-size:12px;
	line-height:15px;
	text-decoration:none;
	background: url(../images/close.gif) no-repeat 100% 50%;
	background-position: 100% 2px;
}
.delivery-form{
	border:1px solid #bcbcbc;
	box-shadow:0 3px 6px rgba(0,0,0,0.3);
	padding:10px 17px 21px 27px;
	margin:0 48px 0 38px;
	position:absolute;
	width: 900px;
}
.delivery-form .title{
	background: url(../images/ico02.png) no-repeat;
	height: 46px;
	line-height:40px;
	padding:4px 0 2px 52px;
	font-size:18px;
	display:block;
}
.delivery-form .title-type{
	background: url(../images/bg-prod.png) no-repeat;
	padding:0 0 2px 40px;
}
.delivery-form p{
	margin:0 0 20px;
}
.delivery-form .form-title{
	display:block;
	text-transform:uppercase;
	font-size:14px;
	margin:0 0 4px;
}
.delivery-form .row{
	height:1%;
	overflow:hidden;
	padding:0 0 8px;
}
.delivery-form label{
	float:left;
	width:157px;
	font-size:15px;
	line-height:21px;
}
.delivery-form select{
	float:left;
	width:151px;
}
.delivery-form .text{
	float:left;
	font-size: 12px;
	width:139px;
	height:17px;
	padding:1px 5px;
	border:1px solid #bcbcbc;
	margin:0 6px 0 0;
	background:none;
}
.delivery-form .note{
	float:left;
	font-size:10px;
	line-height:20px;
	color:#aaa;
}
.delivery-form textarea{
	float:left;
	font-size:12px;
	line-height:20px;
	width:274px;
	height:118px;
	resize:none;
	overflow:auto;
	border:1px solid #bcbcbc;
	padding:4px 5px;
	margin:0;
}
.delivery-form .delivery-note{
	padding:22px 0 14px 4px;
	font-size:12px;
	line-height:14px;
	display:block;
}

.order-box .submit-holder{
	height:1%;
	overflow:hidden;
	margin:0 0 0 -4px;
}
.order-box .text-box{
	border:1px solid #808080;
	width:569px;
	float:left;
}
.order-box .text-box .holder{
	background:#96989a;
	padding:10px 23px 7px 12px;
	min-height:54px;
	border:2px solid #fff;
	color:#fff;
	font-size:13px;
	line-height:13px;
	float: left;
}

.order-box .btns{
	float:right;
	width:269px;
}
.delivery-form .total,
.order-box .btns .total{
	border:1px solid #808080;
	display:block;
	margin:0 0 3px auto;
	width:267px;
}
.delivery-form .total span,
.order-box .btns .total span{
	text-align:center;
	border:2px solid #fff;
	background:#000;
	height:31px;
	font-size:18px;
	line-height:31px;
	display:block;
	color:#fff;
	font-family:'Calibri-Bold';
}
.order-box .continue{
	border:1px solid #808080;
	display:block;
	margin:0 0 3px;
	text-decoration:none;
}
.order-box .continue span{
	text-align:center;
	border:2px solid #fff;
	background:#96989a;
	height:31px;
	font-size:18px;
	line-height:31px;
	display:block;
	color:#fff;
	font-family:'Calibri-Bold';
}
.order-box .submit-wrap{
	border:1px solid #808080;
	display:block;
}
.order-box .submit{
	border:2px solid #fff;
	background:#ed3237;
	width:267px;
	height:35px;
	font-size:18px;
	padding:0 0 2px;
	cursor:pointer;
	color:#fff;
	display:block;
	font-family:'Calibri-Bold';
}
.delivery-form .close{
	position:absolute;
	top:13px;
	right:20px;
	background: url(../images/close2.gif) no-repeat 100% 3px;
	font-size:13px;
	height:13px;
	line-height:13px;
	color:#bebebe;
	padding:0 14px 0 0;
	text-decoration:none;
}
.order-box .prod-num{
	line-height:53px;
	padding:0 0 0 4px;
}
.table-form{
	background: url(../images/bg-table-t.gif) repeat-x;
}
.table-form fieldset{
	background: url(../images/bg-table-b.gif) repeat-x 0 100%;
	padding:4px 0 5px;
	margin:0 0 7px;
}
.cart-table{
	border-collapse:separate;
	padding:0;
	margin:0;
	width:100%;
}
.cart-table td{
	padding:5px 20px;
	border-left:1px dotted #c9c9c9;
	border-bottom:1px dotted #c9c9c9;
}
.cart-table tr td:first-child{
	border-left:0;
}
.cart-table thead td{
	vertical-align:middle;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
.cart-table .last td{
	border-bottom:0;
}
.cart-table .prod{
	width:113px;
}
.cart-table .details{
	width:376px;
}
.cart-table thead .details{
	text-align:left;
	text-indent:42px;
}
.cart-table .number{
	width:92px;
	text-align:center;
}
.cart-table tbody .number{
	font-size:14px;
}
.cart-table .price{
	width:180px;
	padding-left:15px;
	padding-right:6px;
}
.cart-table .total-sum{
	width:111px;
	padding-right:0;
	white-space:nowrap;
}
.cart-table thead .total-sum{
	text-align:right;
}
.cart-table .prod img{
	margin:0 auto;
}
.cart-table tbody .details{
	font-size:13px;
	line-height:14px;
}
.cart-table tbody .details strong{
	display:block;
	padding:0 0 3px;
}
.cart-table tbody .details p{
	margin:0 0 3px;
}
.cart-table tbody .details .article{
	display:block;
	color:#a9a9a9;
}
.cart-table tbody .number select{
	display:block;
	margin:0 auto;
	width:37px;
	font-size:11px;
	float:none !important;
}
.cart-table tbody .price{
	font-size:19px;
	text-align:center;
}
.cart-table .total-sum strong{
	display:block;
	font-size:19px;
	text-align:right;
}
.cart-table .total-sum .delete{
	background: url(../images/btn-delete.png) no-repeat;
	width: 36px;
	height: 29px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 -30px auto;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
.cart-table .delivery{
	font-size:13px;
	line-height:14px;
	padding-left:47px;
}
.cart-table .delivery strong{
	display:block;
	margin:0 0 4px;
}
.cart-table .delivery img{
	float:left;
	margin:0 22px 0 0;
}
.cart-table .delivery p{
	margin:0;
}
.cart-table .delivery .text-wrap{
	height:1%;
	overflow:hidden;
	padding:6px 0 0;
}
.order-box .text-note{
	float:left;
	background:#000;
	color:#fff;
	padding:14px 13px 8px 15px;
	margin:0 11px 0 0;
	width:435px;
	min-height:95px;
	font-size:12px;
	line-height:15px;
}
.order-box .contacts,
.contacts-list .contacts,
.prod-info .contacts{
	float:left;
	width:197px;
	height:106px;
	border:1px solid #bcbcbc;
	background:#e6e7e8;
	padding:9px 10px 0;
	text-align:center;
}
.contacts-list .contacts{
	float:none;
	display:block;
}
.order-box .holder-type{
	padding:0 4px 0 6px;
}
.order-box .contacts .title,
.contacts-list .contacts .title,
.prod-info .contacts .title{
	display:block;
	font-size:12px;
	line-height:14px;
	text-transform:uppercase;
	margin:0 0 2px;
}
.order-box .contacts .schedule,
.contacts-list .contacts .schedule,
.prod-info .contacts .schedule{
	display:block;
	font-size:12px;
	line-height:14px;
}
.order-box .contacts .phone,
.contacts-list .contacts .phone,
.prod-info .contacts .phone{
	display:block;
	background: url(../images/bg-phone.png) no-repeat;
	width: 173px;
	height: 42px;
	padding:2px 0 2px 27px;
	font:21px 'Calibri-Bold';
	text-align:left;
}
.order-box .contacts .phone span,
.contacts-list .contacts .phone span,
.prod-info .contacts .phone span{
	display:inline-block;
	vertical-align:top;
	width:54px;
	text-align:center;
	color:#fff;
}
.order-box .contacts .phone em,
.contacts-list .contacts .phone em,
.prod-info .contacts .phone em{
	display:block;
	font-size:10px;
	font-style:normal;
}
.contacts-box{
	height:1%;
	overflow:hidden;
	padding:12px 0 0;
}
.contacts-box .map-holder{
	float:right;
	border:1px solid #cccdce;
	margin:0 0 20px 13px;
}
.contacts-box .text-box{
	height:1%;
	overflow:hidden;
}
.contacts-list{
	list-style:none;
	margin:0;
	padding:0 0 0 7px;
}
.contacts-list li{
	background: url(../images/bullet03.gif) no-repeat 0 5px;
	padding:0 0 29px 15px;
}
.contacts-list p{
	margin:0 0 9px;
	font-size: 14px;
	line-height:18px;
}
.contacts-list .box{
	border:1px solid #bcbcbc;
	background:#e7e7e7;
	padding:5px 13px;
	font-size: 14px;
	line-height:18px;
	margin:0 129px -14px 0;
}
.contacts-list .box strong{
	display:block;
}
.contacts-list .box dl{
	margin:0;
}
.contacts-list .box dt{
	float:left;
	margin:0 3px 0 0;
}
.contacts-list .box dd{
	margin:0;
}
.contacts-list .box address{
	font-style:normal;
}
.contacts-list .row{
	height:1%;
	overflow:hidden;
	padding:16px 0 0;
}
.contacts-list label{
	float:left;
	width:157px;
	font-size:15px;
	line-height:21px;
}
.contacts-list .text{
	float:left;
	width:139px;
	height:17px;
	padding:1px 5px;
	border:1px solid #bcbcbc;
	margin:0 6px 0 0;
	background:none;
	font:14px 'Calibri';
}
.contacts-list textarea{
	float:left;
	font:14px 'Calibri';
	line-height:20px;
	width:274px;
	height:164px;
	resize:none;
	overflow:auto;
	border:1px solid #bcbcbc;
	padding:4px 5px;
	margin:0;
}
.contacts-list .submit{
	float:left;
	margin:0 0 0 157px;
	padding:1px 10px 0px 0;
	font:12px 'Calibri';
	color:#fff;
	width:96px;
	height:19px;
	background:#000 url(../images/bg-arrow.png) no-repeat 82px 7px;
	border:0;
	cursor:pointer;
	text-align: center;
}
.reg-box{
	float:right;
	width:846px;
	padding:19px 0 0;
}
.forms-wrap{
	height:1%;
	overflow:hidden;
}
.forms-wrap h3{
	margin:0 0 22px;
	font:27px 'Calibri-Bold';
}
.forms-wrap .auth-form{
	float:left;
	width:390px;
	float:left;
}
.forms-wrap p{
	margin:0 0 11px;
	font-size: 15px;
	line-height:17px;
}
.forms-wrap .row{
	zoom:1;
	overflow:hidden;
	padding:0 0 9px;
}
.forms-wrap .auth-form label{
	float:left;
	width:105px;
	line-height:21px;
}
.forms-wrap .auth-form .text{
	float:left;
	width:148px;
	height:17px;
	font-size:11px;
	padding:2px 7px;
	border:1px solid #bcbcbc;
	background:none;
	color:#000;
	margin:0 7px 0 0;
}
.forms-wrap .auth-form .submit{
	float:left;
	width:49px;
	height:23px;
	background:#000;
	color:#fff;
	padding:0 0 2px;
	font:15px 'Calibri';
	border:0;
	cursor:pointer;
}
.forms-wrap .auth-form .forgot{
	font-size:14px;
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 140px;
	position:relative;
	top:-8px;
}
.forms-wrap .reg-form{
	float:right;
	width:390px;
	padding:0 41px 0 0;
}
.forms-wrap .reg-form p{
	padding-top:0px;
	line-height:17px;
	margin:0 0 26px;
}
.forms-wrap .reg-form .create{
	display:block;
	margin:0 0 0 132px;
	width:185px;
	height:23px;
	background:#000;
	color:#fff;
	font-size: 14px;
	line-height:23px;
	text-align:center;
	text-decoration:none;
	cursor: pointer;
}
.forms-wrap .reg-form .rights{
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 132px;
	font-size:14px;
	color:#000;
}
.reg-box .image-holder{
	background:#fff;
	padding:0 50px 0 0;
	margin:-11px 0 0;
}
.reg-box .image-holder img{
	margin:0 auto;
}
.reg-info{
	background:#000;
	color:#fff;
	text-align:center;
	padding:14px 20px 4px 25px;
	width: 829px;
	position: relative;
	left: -28px;
	border-radius: 5px;
}
.reg-info p{
	margin:0;
	padding:0 0 14px;
	color:#fff;
	font-size:14px;
	line-height:17px;
}
.about-box{
	height:1%;
	overflow:hidden;
}
.about-box .images-wrap{
	float:left;
	margin:20px 30px 0 19px;
	width:375px;
}
.about-box .image{
	background: url(../images/bg-image.jpg) no-repeat;
	width: 341px;
	height: 251px;
	padding:35px 0 0 34px;
}
.about-box .columns{
	height:1%;
	overflow:hidden;
	padding:0 0 0 33px;
}
.about-box .columns ul{
	float:left;
	margin:0 0 0 16px;
	width:135px;
	list-style:none;
	padding:0;
}
.about-box .columns ul:first-child li{
	padding:0 0 12px;
}
.about-box .columns li{
	padding:0 0 8px;
}
.about-box .text-box{
	height:1%;
	overflow:hidden;
	padding:17px 29px 0 0;
}
.about-box .text-box p{
	margin:0 0 20px;
	font-size:16px;
	line-height:20px;
}
.about-box .text-box h3{
	margin:0;
	font-size:16px;
	line-height:20px;
}
.about-box .text-box ul{
	list-style:none;
	margin:0;
	padding:0 0 20px;
}
.about-box .text-box ul a{
	text-decoration:none;
}
.about-box .bulleted-list{
	list-style:none;
	margin:0;
	padding:0;
}
.about-box .bulleted-list li{
	background: url(../images/bullet04.gif) no-repeat 0 11px;
	text-indent:9px;
}
.popup{
	display: none;
	position:absolute;
	top:235px;
	left:30%;
	border:1px solid #bcbcbc;
	background:#fff;
	box-shadow:0 3px 6px rgba(0,0,0,0.3);
	width:700px;
	padding:22px 37px 22px 38px;
	z-index:1002;
}
.popup:before {
	content: '';
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, .5);
	top: 0px;
	z-index: -10;
	left: 0px;
}
.popup .close{
	cursor: pointer;
	position:absolute;
	top:13px;
	right:20px;
	background: url(../images/close2.gif) no-repeat 100% 3px;
	font-size:13px;
	height:13px;
	line-height:13px;
	color:#bebebe;
	padding:0 14px 0 0;
	text-decoration:none;
}
.personal-form{
	padding:0;
}
.personal-form .title-holder{
	height:1%;
	overflow:hidden;
	padding:0 0 13px;
}
.personal-form .title-holder .step{
	float:left;
	background: url(../images/bg-step.png) no-repeat;
	width: 45px;
	height: 19px;
	font:13px/19px 'Calibri-Bold';
	color:#fff;
	margin:0 13px 0 0;
	padding:0 8px 0 0;
	text-align:center;
}
.personal-form .title-holder strong{
	float:left;
	font-size:16px;
	line-height:19px;
}
.personal-form .fields-note{
	display:block;
	font-size:12px;
	line-height:14px;
	padding:0 0 13px;
}
.personal-form .fields-note span{
	color:#f00;
}
.personal-form .row{
	height:1%;
	overflow:hidden;
	padding:0 0 7px;
}
.personal-form .row-type{
	padding-bottom:22px;
}
.personal-form label{
	float:left;
	width:170px;
	font-size: 14px;
	line-height:19px;
}
.personal-form label span{
	color:#f00;
}
.personal-form .text{
	float:left;
	border:1px solid #bcbcbc;
	padding:0 5px;
	width:128px;
	height:17px;
	font-size:13px;
	background:none;
	margin:0 6px 0 0;
}
.personal-form .text-small{
	width:27px;
}
.personal-form select{
	float:left;
	margin:0 6px 0 0;
}
.personal-form .select1{
	width:39px;
}
.personal-form .select2{
	width:50px;
}
.personal-form .note{
	float:left;
	font-size:10px;
	line-height:19px;
	color:#656565;
}
.personal-form .capcha-wrap{
	padding:0 0 8px 7px;
	height:1%;
	overflow:hidden;
}
.personal-form .capcha-wrap .label{
	float:left;
	font-size: 15px;
	line-height:19px;
	padding:0 5px 0 0;
}
.personal-form .capcha-wrap .image-wrap{
	float:left;
	padding:0 7px 0 0;
}
.personal-form .capcha-wrap .image{
	border:1px solid #ebebec;
	margin:0 0 3px;
	width:71px;
}
.personal-form .capcha-wrap .other{
	font-size:10px;
	line-height:12px;
	float: right;
	cursor: pointer;
	position: relative;
}
.personal-form .code-text{
	width:68px;
}
.personal-form .checkbox{
	float:left;
	width:15px;
	height:15px;
	padding:0;
	margin:2px 5px 0 0;
}
.personal-form .check-holder label{
	width:auto;
	font-size:12px;
}
.personal-form .next-step{
	float:right;
	display: inline-block;
	background: url(../images/bg-step.png) no-repeat;
	width: 55px;
	height: 19px;
	font:13px/19px 'Calibri-Bold';
	color:#fff;
	margin:0 0 0 3px;
	padding:0 0 0 5px;
	text-align:left;
	text-decoration:none;
	cursor: pointer;
	border: none;
}

.personal-form input[type="button"] {
	background-color: #000;
}

.personal-form .back{
	float:right;
	background: url(../images/back.png) no-repeat;
	width: 55px;
	height: 19px;
	font:13px/19px 'Calibri-Bold';
	color:#fff;
	margin:0 0 0 15px;
	padding:0 0 0 4px;
	text-align:center;
	text-decoration:none;
	cursor: pointer;
}
.personal-form p{
	margin:0;
	font-size:12px;
	line-height:19px;
}
.personal-form .box-title{
	display:block;
	padding:0 0 7px 12px;
	text-indent:-12px;
}
.personal-form .box-title{
	display:block;
	font-size:12px;
	line-height:18px;
}
.personal-form .box{
	padding:0 0 17px 12px;
}
.personal-form .check-list{
	list-style:none;
	margin:0;
	padding:0;
}
.personal-form .check-list li{
	height:1%;
	overflow:hidden;
	padding:0 0 5px;
}
.personal-form .check-list .radio,
.personal-form .check-list .checkbox{
	width:15px;
	height:15px;
	padding:0;
	margin:0 4px 0 0;
	float:left;
}
.personal-form .check-list label{
	display:block;
	zoom:1;
	overflow:hidden;
	font-size:12px;
	line-height:15px;
	width:auto;
}
.personal-form .back{
	float:right;
}
.personal-form .color{
	background: url(../images/bg-color.png) no-repeat;
	font-size:12px;
	padding:0 0 0 18px;
}
.personal-form .select-box{
	border:1px solid #bcbcbc;
	width:506px;
	padding:11px 22px;
	margin:35px auto 0;
}
.personal-form .save{
	display:block;
	background:#000;
	font:12px 'Calibri';
	color:#fff;
	width:126px;
	height:20px;
	margin:0 auto;
	padding:0 0 2px;
	border:0;
	cursor:pointer;
}
.personal-form .edit-box{
	position:relative;
}
.personal-form .edit{
	position:absolute;
	top:2px;
	left:-19px;
	background: url(../images/btn-edit.png) no-repeat;
	width: 13px;
	height: 13px;
	text-indent:-9999px;
	overflow:hidden;
}
#popup2{
	top:100px;
}
.error{
	margin:56px 0 0 112px;
	padding:80px 0 50px 426px;
	background: url(../images/error.png) no-repeat;
	height: 206px;
}
.error strong{
	font-size:16px;
	line-height:17px;
	display:block;
	padding:0 0 20px;
}
.error p{
	margin:0 0 10px;
	font-size:13px;
	line-height:17px;
}
.error ul{
	list-style:none;
	margin:0;
	padding:0 0 0 6px;
}
.error ul li{
	font-size:13px;
	line-height:14px;
	background: url(../images/bullet05.png) no-repeat 0 6px;
	padding:0 0 0 10px;
}
.title-wrap{
	zoom:1;
	overflow:hidden;
	border-bottom:1px dotted #d2d2d2;
	padding:11px 0;
	margin:0 0 21px;
}
.title-wrap h3{
	margin:0;
	font-size:22px;
}
.sitemap{
	padding:0 0 40px;
	height:1%;
	overflow:hidden;
}
.sitemap ul{
	float:left;
	width:300px;
	padding:0 27px 0 0;
	list-style:none;
	margin:0;
}
.sitemap ul li{
	background: url(../images/bullet02.gif) no-repeat 2px 6px;
	padding:0 0 11px 14px;
	line-height:17px;
}
.sitemap ul ul{
	width:auto;
	float:none;
	padding:11px 0 0;
	margin:0 0 -10px;
}
.sitemap ul ul li{
	font-size:14px;
	background: url(../images/bullet06.gif) no-repeat 1px 8px;
	padding-left:21px;
}
.result-title{
	float:left;
	font-size:15px;
	line-height:18px;
}
.result-title strong{
	color:#d43439;
}
.results-list{
	list-style:none;
	margin:0;
	padding:0;
	width:420px;
}
.results-list li{
	height:1%;
	overflow:hidden;
	padding:0 0 22px;
}
.results-list li p {
	font-size: 13px;
	position: relative;
	top: -30px;
	left: 14px;
	margin-bottom: -35px;
}
.results-list .number{
	float:left;
	font-size:13px;
	line-height:16px;
	font-weight:bold;
	width:15px;
}
.results-list a{
	display:block;
	height:1%;
	overflow:hidden;
	font-size:13px;
	line-height:16px;
}
.results-list a span{
	color:#e12e33;
}
.product-box{
	height:1%;
	overflow:hidden;
	background: url(../images/separator02.gif) repeat-y 235px 0;
}
.product-box .prod-info{
	float:left;
	width:226px;
}
.prod-info .image-wrap{
	border-bottom:1px dotted #cdcdcd;
	padding:26px 14px 21px 8px;
	margin:0 0 6px;
}
.prod-info .image-wrap .zoom{
	background: url(../images/btn01.png) no-repeat;
	width: 117px;
	height: 18px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto;
	display:block;
}
.prod-info .image{
	position:relative;
	padding:0 0 21px;
}
.prod-info .image img{
	margin:0 auto;
	max-width: 100%;
}
.prod-info .image .stick{
	top:0;
	right:0;
	background: url(../images/stick02.png) no-repeat;
	width: 51px;
	height: 29px;
	text-indent:-9999px;
	overflow:hidden;
	padding-bottom: 5px;
}
.social-list{
	list-style:none;
	margin:0;
	padding:0 0 18px;
	text-align:center;
}
.social-list li{
	display:inline-block;
	vertical-align:top;
}
.prod-info .title{
	display:block;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
}
.prod-info p{
	margin: 0 0 13px;
	font-size:12px;
	line-height:13px;
}
.item-text{
	float:right;
	width:407px;
	padding:7px 0 0;
}
.item-text .logo{
	margin:0 0 17px;
}
.item-text .char-list{
	margin:0;
	font-size:13px;
	line-height:15px;
	height:1%;
	overflow:hidden;
}
.item-text .char-list dt{
	float:left;
	clear:left;
	font-weight:bold;
	margin:0 3px 0 0;
}
.item-text .char-list dd{
	margin:0 0 18px;
	float:left;
}
.item-text .char-list p{
	display:block;
	margin:0;
}
.item-text .btns-holder{
	float:right;
	width:157px;
	margin:0 0 0 auto;
	padding:0 0 17px;
}
.item-text .btns-holder .total{
	display:block;
	border:1px solid #bcbcbc;
	padding:2px;
	margin:0 0 2px;
}
.item-text .btns-holder .total span{
	height:21px;
	background:#000;
	color:#fff;
	font-size:14px;
	line-height:21px;
	font-family: 'Calibri-Bold';
	display:block;
	text-align:center;
}
.item-text .btns-holder .text-wrap{
	height:1%;
	overflow:hidden;
	margin:0 0 2px;
}
.item-text .btns-holder label{
	float:left;
	border:1px solid #bcbcbc;
	padding:2px;
}
.item-text .btns-holder label span{
	display:block;
	font-size:15px;
	line-height:21px;
	font-family: 'Calibri-Bold';
	width:105px;
	height:21px;
	background:#96989a;
	color:#fff;
	text-align:center;
}
.item-text .btns-holder .text-holder{
	float:right;
	border:1px solid #bcbcbc;
	padding:2px;
}
.item-text .btns-holder .text{
	float:left;
	width:36px;
	height:19px;
	border:1px solid #bcbcbc;
	padding:0;
	margin:0;
	background:none;
	text-align:center;
	font-size:14px;
}

.item-text .btns-holder .add-cart{
	background: url(../images/btn02.png) no-repeat;
	width: 158px;
	height: 27px;
	font:14px/27px 'Calibri-Bold';
	color:#fff;
	display:block;
	text-align:left;
	text-decoration:none;
	border: none;
}
.item-text .carousel2{
	background:none;
	width:406px;
	margin-left:-16px;
	padding-left:16px;
	border-top:1px dotted #c5c5c5;
	overflow:hidden;
	height:auto;
}
.item-text .carousel2 .disabled{
	display:none !important;
}
.item-text .carousel2 .image{
	height:130px;
	position:relative;
	display: table-cell;
	vertical-align: bottom;
	padding:10px 0 0px;
	text-align: center;
}

.item-text .carousel2 hr {
	border: none;
}
.item-text .carousel2 .slide{
	text-align:center;
	width:129px;
	margin:0 3px;
	height:auto;
}

.side-nav .li a:hover {
	text-decoration: underline;
}

.item-text .carousel2 p{
	margin:0;
	font-size:10px;
	line-height:12px;
}
.item-text .carousel2 strong{
	font-weight:bold;
	font-size: 12px;
}
.item-text .carousel2 img{
	margin:0 auto;
	display: block;
}
.item-text .carousel2 .gmask-center{
	margin:0;
}
.item-text .carousel2 .btn-prev,
.item-text .carousel2 .btn-next{
	position:absolute;
	top:30px;
	left:0;
	display:none;
}
.item-text .carousel2:hover .btn-prev,
.item-text .carousel2:hover .btn-next{
	display:block;
}
.item-text .carousel2 .btn-next{
	left:auto;
	right:0;
}
.item-text .carousel2 .title{
	display:block;
	font-size:12px;
	padding:15px 0 0;
}
.prod-info .contacts .title{
	font-weight:normal;
}
.palette{
	margin:0 0 60px;
}
img.pallete {
	margin:0 0 18px;
}
.color-select{
	float:left;
}
.color-select select{
	font-size:12px;
	display:block;
	width:151px;
	margin:0;
}
.cart-popup{
	position:absolute;
	top:351px;
	left:30%;
	width:615px;
	padding:16px 40px 20px;
	border:1px solid #bcbcbc;
	background:#fff;
	box-shadow:0 5px 6px rgba(0,0,0,0.3);
	text-align:center;
}
.cart-popup .title{
	display:block;
	font:18px/19px 'Calibri-Bold';
	margin:0 0 8px;
}
.cart-popup p{
	margin:0 0 11px;
	font-size:14px;
	line-height:20px;
}
.cart-popup .back{
	display:block;
	background: url(../images/btn-back.png) no-repeat;
	width: 130px;
	height: 21px;
	padding:0 7px 0 0;
	text-align:center;
	font:13px/21px 'Calibri-Bold';
	color:#fff;
	text-decoration:none;
	margin:0 auto;
}



.save-profile {
	display:block;
	background: url(../images/btn-back.png) no-repeat;
	width: 139px;
	height: 21px;
	padding:0 20px 0 0;
	text-align:center;
	font:13px/21px 'Calibri-Bold';
	color:#fff;
	text-decoration:none;
	margin:0 auto;
	border: none;
}






.footer{
	width:865px;
	margin:-91px auto 50px;
	padding:0 32px 20px 83px;
}
.footer-box{
	height:1%;
	overflow:hidden;
	padding:0 0 10px;
}
.footer-nav{
	list-style:none;
	margin:0;
	padding:0 0 0 3px;
	float:left;
}
.footer-nav li{
	float:left;
	background: url(../images/separator.gif) no-repeat 0 5px;
	padding:0 12px 0 13px;
	font-size:14px;
}
.footer-nav li:first-child{
	background:none;
	padding-left:0;
}
.footer .social-wrap{
	float:right;
	padding:4px 0 0;
}
.footer .social-wrap span{
	float:left;
	text-transform:uppercase;
	font-size:14px;
	line-height:15px;
	margin:0 4px 0 0;
}
.footer .social{
	float:right;
}
.footer .payment{
	float:right;
	padding:10px 0 0 20px;
}
.footer .copy-holder{
	zoom:1;
	overflow:hidden;
	font-size:13px;
	line-height:15px;
	color:#838383;
	text-align:center;
}

.zoom-popup{
	margin: auto;
	display: none;
	position:absolute;
	top:235px;
	left:30%;
	border:1px solid #bcbcbc;
	background:#fff;
	box-shadow:0 3px 6px rgba(0,0,0,0.3);
	width:680px;
	padding:32px 37px 22px 38px;
	z-index:1002;
	text-align: center;
	vertical-align: central;
}

.zoom-popup img {
	max-height: 100%;
	display: block;
	margin: auto;
}
.zoom-popup .close{
	cursor: pointer;
	position:absolute;
	top:13px;
	right:20px;
	background: url(../images/close2.gif) no-repeat 100% 3px;
	font-size:13px;
	height:13px;
	line-height:13px;
	color:#bebebe;
	padding:0 14px 0 0;
	text-decoration:none;
}

.video-popup{
	margin: auto;
	display: none;
	position:absolute;
	top:235px;
	left:30%;
	border:1px solid #bcbcbc;
	background:#fff;
	box-shadow:0 3px 6px rgba(0,0,0,0.3);
	padding:12px 12px 12px 12px;
	z-index:1002;
	text-align: center;
	vertical-align: central;
}

.video-popup p {
	font-size: 11px;
	margin: 0;
	padding: 0;
	width: 500px;
	text-align: left;
	margin-top: 12px;
	line-height: 1;
}

.video-popup .close{
	cursor: pointer;
	position: absolute;
	bottom:12px;
	right:12px;
	background: url(../images/close2.gif) no-repeat 100% 3px;
	font-size:13px;
	height:13px;
	line-height:13px;
	color:#bebebe;
	padding:0 14px 0 0;
	text-decoration:none;
}

.video-popup iframe {
	border:1px solid #bcbcbc;
}

.cart-popup-close {
	cursor: pointer;
	position:absolute;
	top:13px;
	right:20px;
	background: url(../images/close2.gif) no-repeat 100% 3px;
	font-size:13px;
	height:13px;
	line-height:13px;
	color:#bebebe;
	padding:0 14px 0 0;
	text-decoration:none;
}
.sale {
	color: #FFF;
	font-size: 20px;
	font-family: 'ARESSENCE', sans-serif;
	position: relative;
	height: 35px;
	width: 50px;
	border-radius: 250%;
	padding-left: 0px;
	padding-top: 15px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	text-align: center;
	background: #DE303A;
}

.line-through {
	text-decoration: line-through;
}

div.message {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 300px;
	padding: 20px;
	background: rgba(0, 0, 0, .6);
	border-bottom: 1px solid #333;
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .8);
	color: #FFF;
	text-shadow: 0 1px 0 #000;
	z-index: 100;
}
div.message b.close {
	position: absolute;
	cursor: pointer;
	top: 0px;
	right: 9px;
	display: block;
	z-index: 101;
	height: 10px;
	width: 10px;
}
div.message b.close:hover {
	color: #000;
}

.hidden {
	display: none
}

.cursor-pointer {
	cursor: pointer;
}


.btn-prev, .btn-next {
	display: none;
}

.gholder:hover .btn-prev, 
.gholder:hover .btn-next {
	display: block;
}

.nav ul a:hover,
.nav ul li:last-child a:hover {
	background: rgba(100, 100, 100, 1);
}

.submit-feedback {
	float:left;
	margin:0 0 0 157px;
	padding:3px 10px 0px 0;
	font:12px 'Calibri';
	color:#fff;
	width:96px;
	height:16px;
	background:#000 url(../images/bg-arrow.png) no-repeat 86px 7px;
	border:0;
	cursor:pointer;
	text-align: center;
}

.remove-p-margin p {
	margin: 0;
	padding: 0;
}

.forgot-submit {
	width: 100px;
	height: 23px;
	background: none repeat scroll 0% 0% rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	padding: 0px 0px 2px;
	font: 15px 'Calibri';
	border: 0px none;
	cursor: pointer;
}

.forgot-form p {
	width: 330px;
}

.autorize p {
	width: 330px;
}

.scale70 {
	transform: scale(.7,.7);
	-ms-transform: scale(.7,.7); /* IE 9 */
	-webkit-transform: scale(.7,.7); /* Safari and Chrome */
}

.twitter-tweet{
	max-height: 138px;
}
.Tweet-text .e-entry-title{
	font-size: 11px;
}