body {
	background: #fff url(/assets/images/new-bg.jpg) no-repeat;

    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */

}

.wrapper {
	box-shadow: none;
	background: none;
	padding-top:0px;
}
header {
	padding-top:0px;
}


#topline {
	clear:both;
	padding-top:10px;
	height:34px;
}
#topline input {
	width:100px;
}

.hline .info {
	padding-left:30px;
	padding-top:10px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}

.hline .info .phone {
	font-family: Candara;
	font-size: 32px;
	display:block;
	margin-bottom:18px;
}

.hline .info .callmeback {
	border-radius:3px;
	padding:4px 7px;
	font-size:12px;
	color:#fff;
	background-color:#76c0e3;
	/*display:block;
	float:left;
	color:#fff;
	background-color:#fbb034; */
}

.cart {
	float: right;
	width: 272px;
	height: 76px;
	background: url(/assets/images/basket.png) no-repeat;
	padding-left: 95px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 16px;
	position: initial;
	color: #000;
}

.cart .gotobasket {
	font-weight: bold;
	color: #ff6500;
	padding-right: 10px;
}






.clear {
	clear:both;
}















input[type=submit], button {
	cursor:pointer;
}

input[type=submit]:hover, button:hover {
	background-color:#fbb034;
}
.reglinks {
	float:left;
	color:#fff;
}
.reglinks a {
	color:#fff;
	font-size:13px;
}

.hline {
	height:50px;
	margin-top:20px;
}

.menu {
	border-radius: 5px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	margin-bottom: 1em;
	width: 1258px;
}

.menu .separator {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.71) 50%, rgba(30,87,153,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.71)), color-stop(100%,rgba(30,87,153,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.71) 50%,rgba(30,87,153,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.71) 50%,rgba(30,87,153,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.71) 50%,rgba(30,87,153,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.71) 50%,rgba(30,87,153,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#001e5799',GradientType=0 ); /* IE6-9 */

}

.menu .item.search {
	float:right;
	margin-right: 15px;
}

.menu .item a {
	b_order-radius: 5px;
	font-size:15px;
	padding-top:1px;
}

.menu .item a:hover{
	background-color:#fbb034;
}


.panel-left{
	float: left;
	box-sizing: border-box;
	width: 300px;
	padding: 0 20px;
	margin-right:20px;
	background-color:#f0f8fb;
	border:1px solid #d3e7ef;
	border-radius:7px;
}

.panel-right {
	float: right;
	box-sizing: border-box;
	width: 950px;
	padding: 0 1.5em;
}
p {
	margin: 1.3em 0;
}

.panel-left h2 {
	font-weight:100;
}

.news-header {
	font-weight:100;
	font-size:13px;
}
.news-date {
	font-weight:700;
}


/*** MENU and FOOTER width and border-radius ***/

.menu {
	width: 1258px;
}

footer 

{
	width: 1258px;
	border-radius: 5px;
}

.panel-one .panel-right {
	width: 906px;
}

#accordion {
	width: auto;
	background: none;
	color: #1C75BC;
	padding: 0;
	line-height: 24px;
}

#accordion ul {
	padding-left: 10px;
}

#accordion .has-children {
	background: url(/assets/images/bullet01.png) no-repeat 0 9px;
	padding: 0 0 0 15px;
}

#accordion .has-children .category:hover {
	text-decoration: underline;
}

#accordion a {
	background: none;
	color: #0075b6;
	text-decoration: none;
	background: url(/assets/images/dush.png) no-repeat 0 12px;
	padding: 0 0 0 15px;
}

#accordion a:hover {
	color: #0075b6;
	background: url(/assets/images/dush.png) no-repeat 0 12px;
	text-decoration: underline;
}

#accordion .has-children.closed a {
	background: none;
	color: #0075b6;
}

.good_cont .good_bl {
	margin: 0 14px 15px 0;
}

.bread_cr ul {
	padding: 0;
}

#buyform {
	padding: 0px 0 20px;
}

#buyform table {
	margin-bottom: 20px;
	width: 258px;
}

#buyform table td {
	padding:10px 0;
}

#buyform table tr td:last-child {
	text-align: right;
}

.menu .item:nth-child(9) .submenu, .menu .item:nth-child(7) .submenu {
	display:none;
}

input[value=Купить] {
	cursor: pointer;
}

.basketTable {
	width: 100%;
	border-collapse: collapse;
	background: #f0f8fb;
	border: 1px solid #d3e7ef;
}

.basketTable th, .basketTable td {
	text-align: center;
	padding: 10px;
	border: 1px solid #d3e7ef;
}

.basketTable tr td:first-child {
	text-align: left;
}