/* .header-box {
	background:#FFD633;
}
.header-box a {
	display:block;
	height:268px;
	background:url(../images/header.jpg) no-repeat;
	background-position:center;
	text-align: right;	
}
.header-box a img {
	display:inline-block;
	margin:150px 20px;
}
.content-box {
	background:url(../images/bg.jpg);
} */
body {
	background:url(../images/4-fon-dlya-sayta.gif) ;
/* 	background-size:100%;
	background-position:; */
	background-attachment:fixed;
	color:#333;
}
.container.header-box {
	background:#fff;
}
.container.header-box a .logo span {
	color:#9fd100;
}
.container.header-box a {
	color:#777;
	text-decoration:none;
}
.top-contacts {
	padding-top:10px;
}
.top-contacts i,
.top-contacts span {
	display: inline-block;
	margin-right:5px;
	color:#9fd100;
	font-size:18px;
}
.container.content-box  {
		background:rgba(255,255,255,.9);
}
.slider {
	padding:30px;
	color:#fff;
	background:#ddd;
}
.slider .box {
	border:10px solid #fff;
}
/* menu */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background:#9fd100;
	color:#fff;
}
.navbar-default {
	background-color: #fff; 
    border-color: #fff; 
}
.navbar-nav > li > a {
/*     padding-top: 7px;
    padding-bottom: 7px; */
	padding:7px 10px;
	
		font-size:12px;
}
nav.navbar {
	margin:10px 0;
}
.home-page {
	padding:30px;
	font-size:18px !important;
}
.footer {
	min-height:176px;
	background:#9fd100;
}
.footmenu .nav.menu li a {
	color:#fff;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
	display:inline-block;
}
.footmenu .nav.menu li a:hover {
	color:#fff;
	text-decoration:underline;
	background:none;
}
/* jshoop */
.jshop h1 {
	font-size:36px;
	margin:20px 0;
	color:#9fd100;
}
.image_block img, .productfull .image_middle > span > a > img {
	/* width:150px;
	height:150px;
	overflow:hidden;
	margin:10px auto; */
	border-radius:3px;
	border:7px solid #9fd100;
}

.image_block {
	text-align: center;
}
.block_product .buttons a, table.prod_buttons .buttons input, .address_block input[type="submit"],.jshop input[type="submit"], .gotocateg {
	color:#9fd100;
	border:3px solid #9fd100;
	background:transparent;	
}
.block_product .buttons a:hover,
.block_product .buttons a:active,
table.prod_buttons .buttons input:hover,
table.prod_buttons .buttons input:active ,
.address_block input[type="submit"]:hover,
.address_block input[type="submit"]:active ,
.jshop input[type="submit"]:hover,
.jshop input[type="submit"]:active, 
.gotocateg:hover,
.gotocateg:active {
	color:#fff;
	background:#9fd100;
	border:3px solid #9fd100;
	box-shadow:none;
	text-decoration:none;
}
.block_product .buttons, 
.block_product .description, 
.jshop_price,.not_available {
	text-align: center;
	margin-top:10px;
}
.block_product .name {
	text-align: center;
	font-size:18px;
	margin-top:10px;
}
#list_product_image_thumb img {
	width:100px;
}
/* cart */
.col-md-6.jshop_prod_cart .jshop_img_description_center img{
	max-width:100px;
	margin:10px auto;
}
.jshop_register .control-group {
	float:left;
	width:49%;
}
textarea#order_add_info {
	width:100%;
}
#jshop_module_cart i {
	color:#9fd100;
}
#jshop_module_cart i.fa-shopping-cart {
	font-size:36px;
}
.footer .custom,
.footer  h3 {
	color:#fff;
}
.jshop_pagination .pagination ul{
	list-style:none;
}
.jshop_pagination .pagination ul li {
	display:inline-block;  
    border: 3px solid #9fd100;
    box-shadow: none;
	
	border-radius:3px;
}
.jshop_pagination .pagination ul li:hover {

}
.jshop_pagination .pagination ul li a {
	color:#9fd100;
	display: block;
	padding-left:6px;
	padding-right:6px;
}
.jshop_pagination .pagination ul li a:hover,
.jshop_pagination .pagination ul li a:active {
	color:#fff;
	text-decoration:none;
		background: #9fd100;
}
.jshop_pagination .pagination ul li span.pagenav{
	display: block;
	color:#fff;
padding-left:6px;
	padding-right:6px;
	background: #9fd100;
}
/* list categories */
.jshop_list_category  {
	margin-top:30px;
}
.jshop_list_category .image {
	text-align: center;
	margin-bottom:10px;
}
.jshop_list_category .image img {
	border-radius:3px;
	border:7px solid #9fd100;
}
.jshop_list_category .catname {
	text-align: center;
}
.jshop_list_category .catname a {
	display:inline-block;
}
.gotocateg {
	padding:6px 12px;
	border-radius:4px;
}