body {	font-family: Arial, Tahoma;
	background: url("http://www.noskinagod.ru/index_files/bg_page0.jpg") repeat #f2f2f2;
	background-position: top;
    margin: 0;
}
.nav {
	display: table;
	background: #1f7abc;
	background: linear-gradient(to bottom, #47badb, #1f7abc);
	width: 100%;
}
h1, h2, h4 {	color: #DF5501;}
img {	max-width: 100%;
	border: 0;	}

a {
    color: #1d74a0;
	text-decoration: none;
}
button{	font-size: 16px;
	font-family: Arial, Tahoma;
	color: #1d74a0;
	background:none;
	cursor:pointer;
	border:0;
	margin:0;
	padding:0;
	}
.header {
	display: table;
	width: 100%;
	background: #1f3445;
	background: url("http://www.noskinagod.ru/index_files/bg_heade.jpg") repeat-x 50% 0;
	padding: 5px 0 0 0;
}
.orange{	color: #DF5501;
	}
.header_left {
    float: left;
}
.header_right {
    float: right;
}
.container {    margin-right: auto;
    margin-left: auto;
	max-width: 1005px;
	}
.content {	background: #FFF;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	padding: 10px;
	margin:10px;
	float: left;
	vertical-align: top;
	width: 700px;
	}
.cart_top {	display:none;
	}
.banner {
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	padding: 10px;
	margin:10px;
	vertical-align: top;
	text-align: center;
	width:200px;
	display: inline-block;
	}
.inline-block{	display: inline-block;
	vertical-align: middle;
    margin: 5px;
	}
.order_form{	display: inline-block;
    margin: 5px;
    width: 100px;
    text-align: right;
	}
.order_form1{
	display: inline-block;
    margin: 5px;
    width: 285px;
    text-align: right;
	}
.product-thumb {	display: inline-block;
	vertical-align: top;
	text-align: center;    padding: 0;
	width: 310px;
	background: #f7f7f7;
	}
.product-thumb a {	color: #000;
	}
.product-thumb h3 {	margin: 1px;	}
.withborder {	border: 1px solid #ddd !important;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
    margin: 10px;
	}
.withborder:hover {
	border-color: #ff8d13 !important;
	}

@media (max-width: 671px){
	.content{
		width: 90%;
		padding:
		}
	.hiden{
		display:none;
		}
	.hiden_banner{
		display:none;
		}
	.cart_top{
		display:inline-block;
		}
}

@media (min-width:672px) and (max-width: 834px){
	.content{
		width: 375px;
		}
	.hiden{		display:none;		}
}

@media (min-width:835px) and (max-width: 934px){
	.content{
		width: 530px;
		}
	.product-thumb{
		margin: 10px 1px 10px 1px;
		}
}

@media (min-width:935px) and (max-width: 996px){
	.content{
		width: 635px;
		}
	.product-thumb{		margin: 10px 1px 10px 1px;		}
}



/*MENU*/
#menu {
	text-shadow: 0 -1px #1E6FA2;
	font-weight: bold;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	float: left;
	z-index: 2;
	padding: 5px;
}
#menu > ul > li > a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#menu > ul > li:hover > a {
	background: #1a5c8d;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
#menu > ul > li > div {
	display: none;
	position: absolute;
	padding: 5px;
	border: 1px solid #000000;
	border-radius: 3px 3px 3px 3px;
	background: url('https://www.noskinagod.ru/index_files/menu.png');
	z-index: 100;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #1a5c8d;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

