body {
font-family:"Cuprum",sans-serif;
font-size: 16px;
margin:0;
/*background:#e5e9d9;*/
background:#ffffff;
 overflow-y: scroll;
}
a {
	text-decoration: none;
}
.clear {
clear:both;
}
/******************HEADER*******************/
#header{
	margin:0 auto;
width: 100%;
height: 386px;
background: url('header.jpg') no-repeat center top;
/*background-size: 100%;*/
	background-size: cover;
/*box-shadow: 0px 5px 7px #888888;*/
}
#header_in {
margin:0 auto;
width:980px;
/*height:100%;*/
/*box-sizing:border-box;*/
}
#h_stamp {
	position:absolute;
	background:url("s_stamp.png") no-repeat center;
	background-size:calc(100%*190/203);
	height:160px;
	width:calc(150px*254/203);
	margin-left:660px;
	margin-top:100px;
	z-index:99;
}
#zoo_store {
font-size:30px;
font-weight:bold;
margin-top: 10px;
position:relative;
color:#2e3047;
}
.h_green {
height:30px;
font-size: 20px;
font-weight: bold;
background: #43455c;
color: white;
box-sizing:border-box;
margin-top: 10px;
position:relative;
width:700px;
text-align:right;
padding-top:5px;
padding-right:10px;
}
.h_green a {
	color: white;
}
#eticat_holder {
float:left;
}
#eticat {
	margin-top:0px;
width:700px;
height: 214px;
background: url('s_header.png') no-repeat center center;
background-size: 100%;
/*float:left;*/
}
#h_purple {
height:30px;
font-size: 20px;
font-weight: bold;
background: #43455c;
color: white;
box-sizing:border-box;
margin-top: 15px;
position:relative;
width:700px;
text-align:left;
padding-top:5px;
padding-left:10px;
}
#h_purple a{
	color: white;
}
#basket {
		margin-top:15px;
width:165px;
height:240px;
background: url('basket.png') no-repeat center center;
background-size: 100%;
float:right;
text-align:center;
}
#basket_entry {
color:white;
font-size:19px;
font-weight:bold;
margin-top:170px;
}
#basket_entry a {
	color: white;
}
#phone {
	margin-top:15px;
float:right;
font-size:50px;
/*color:#ff0099;*/
color: #2e3047;
font-weight:bold;
text-shadow: 0px 0px 1px #444;
}
#criteria {
	float:left;
	padding-top:25px;
}
#crit {
	margin-top: 5px;
		font-size:16px;
		background-color: white;
		color:#444;
		display: inline-block;
		/*background: url('search.jpg') no-repeat;*/
}
#maglass {
	/*margin-top: 5px;*/
	position: relative;
	top: 5px;
	display: inline-block;
	background: url('search.png') no-repeat bottom left;
	height: 20px;
	width: 20px;
}
#kill_crit {
	position: relative;
	top: 1px;
	right: 20px;
	font-weight: bold;
	color: white;
	font-size: 1.2em;
	display: inline-block;
	cursor: pointer;
	//display: none;
}
#result {
	display: none;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	/*margin-left: 2px;*/
	min-width: 350px;
	max-height: 770px;
	overflow-x: auto;
	position: absolute;
	background-color: white;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	box-shadow: 0px 5px 7px #888888;
	z-index: 999;
}
#result a {
	text-decoration: none;
	color:#444;
	font-weight: bold;
	}
/******************HEADER*******************/
/**************ROOT MENU******************/
#root {
	height:50px;
	//background-color:black;
	margin-left: 180px;
	margin-top: 15px;
	}
.ritem a {
	color: #43455c;
}
	.ritem {
		//background-color:#ded6d6;
		padding-top: 10px;
		padding-right: 25px;
		//padding-left: 15px;
		padding-bottom: 15px;
		height:20px;
		display: inline-block;
		cursor:pointer;
	}
	/*.ritem:hover {
		background-color: #ff0099;
		color:white;
	}*/
	.rcat {
		font-size: 24px;
		font-weight: bold;
        //text-shadow: -0.1px -0.1px #888;
    //text-shadow: 0px 0px 1px #999;
		//color:#ff0099;
	}
	.rsub {
		position: absolute;
		display:none;
		width:170px;
		background-color: #ff0099;
		color: white;
		padding-bottom: 15px;
		padding-left: 15px;
		//margin-left: -15px;
	}
	.sitem {
		padding-top: 10px;
		font-weight: bold;
		border-bottom: 1px white solid;
        text-shadow: -0.1px -0.1px #888;
	}
	.sitem:hover {
		background-color: #777;
		color:#00ff99;
	}
	.sitem a {
		color: white;
	}
	.sitem a:hover {
    //font-style: oblique;
	}
/**************ROOT MENU******************/
/***************LEFT MENU*************/
.c_cat {
	color:#ff0099;
	font-size: 16px;
}
.m_filter,.m_filter a {
	font-size: 18px;
	color:#777;
	padding-top: 10px;
	padding-bottom: 10px;
}
.m_filter_cur,.m_filter_cur a {
	font-size: 18px;
	color:#ff0099;
	padding-top: 10px;
	padding-bottom: 10px;
}
.m_option,.m_option a {
    padding-top: 5px;
    padding-bottom: 5px;
	font-size: 16px;
	color:black;
}
/**************END lEFT MENU***********/
/****************CONTENT*******************/
#wrap {
	margin:0 auto;
width: 980px;
min-height:300px;
}
/**********menu**********/
#menu {
width: 160px;
//color: #444;
/*min-height: 300px;*/
float: left;
text-align: left;
//font-size: 20px;
font-weight: bold;
box-sizing:border-box;
margin-top:50px;
margin-bottom:50px;
margin-left:20px;
}
#menu a {
	text-decoration: none;
	//color:#444;
}
.cat {
font-size: 16px;
color:#444;
line-height: 25px;
cursor:pointer;
}
.sub {
display:none;
font-size: 12px;
font-weight: bold;
line-height: 14px;
cursor:pointer;
}
.subcat {
padding-left:10px;
padding-top:5px;
padding-bottom:5px;
cursor:pointer;
font-size: 14px;
line-height: 14px;
}
/********menu*************/
/********prod*************/
#prod {
width: 795px;
min-height: 600px;
float:right;
box-sizing:border-box;
padding-top:15px;
padding-bottom:20px;
}
#nav {
display: inline-block;/*this is for follow with SORT divs*/
float:left;
font-size: 14px;
color:#444;
}
#nav a {
	color:#444;
	text-decoration: underline;
}
#sort {
	float:right;
display: inline-block;/*this is for follow with NAV div*/
font-size: 14px;
color:#444;
}
#sort a {
	color: #111;
	text-decoration: underline;
}
#total_prod {
	display: block;
	color: #111;
	font-size: 16px;
	/*font-weight: bold;*/
}
.sort {
	color: #111;
	text-decoration: underline;
}
.item {
		float:left;
width: 198px;
height: 300px;
margin-top:20px;
margin-bottom:20px;
box-sizing:border-box;
border: 1px solid #e5e9d9;
text-align:center;
overflow:hidden;
border-radius: 5px;
/*cursor:pointer;*/
}
.item:hover {
border: 1px solid #339966;
}
.item_img {
display:block;
margin-top:10px;
padding-bottom:10px;
height: 130px;
}
.item_name {
color: #444;
margin-top:15px;
font-weight:bold;
font-size: 14px;
display:block;
padding-left:5px;
padding-right:5px;
height:45px;
overflow:hidden;
}
.item_price {
	color:green;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}
.item_desc {
font-weight: normal;
font-size: 12px;
text-align:left;
box-sizing:border-box;
padding:10px;
margin-bottom:10px;
display:block;
overflow:hidden;
}
.item_trans {
background: url("bottom_trans.png") repeat-x bottom;
position:absolute;
height:45px;
width: 190px;
margin-top:253px;
margin-left:2px;
margin-right: 5px;
margin-bottom: 2px;
/*border: 1px solid #e5e9d9;*/
}
.item_discount {
position: absolute;
border-radius: 5px;
padding-top:5px;
color:white;
font-weight:bold;
font-size:0.8em;
float:right;
margin-top: 5px;
//margin-right: 5px;
margin-left: 150px;
//z-index: 100;
//background-color: #ff0099;
background-color: green;
width: 40px;
height: 40px;
}
.item_discount_big {
  text-align: center;
position: absolute;
border-radius: 5px;
padding-top:5px;
color:white;
font-weight:bold;
font-size:0.8em;
float:right;
margin-top: 25px;
//margin-right: 5px;
//margin-left: 150px;
//z-index: 100;
//background-color: #ff0099;
background-color: green;
width: 100px;
height: 100px;
}
#next_page {
	cursor: pointer;
}
#next_page a {
	text-decoration: none;
	color:#444;
	/*margin-bottom: 35px;*/
}
/********prod*************/
/***************ORDER LIST**************/
#order_table {
text-align: left;
font-size: 1em;
/*width: 80%;*/
}
#order_table td {
border-bottom: 1px solid black;
border-right: 1px solid black;
padding-right: 10px;
padding-left: 5px;
}
/****************CONTENT*******************/
/**********************FOOTER*****************/
#footer {
width:100%;
height:150px;
background:#43455c;
box-shadow: 0px -5px 10px #888888;
}
#footer_in {
margin:0 auto;
width:980px;
padding:15px;
box-sizing:border-box;
}
.footer_entry {
float:right;
color:#707793;
text-align:right;
}
/**********************FOOTER*****************/
/*********************PRODUCT SHOW*********/
#product_name {
	font-size: 34px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#product_code {
	font-size: 24px;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
  padding-right:20px;
}
#product_img {
	text-align: center;
	height: 600px;
	width: 600px;
}
#product_item_price {
		color:green;
	font-weight: bold;
	font-size: 34px;
	text-align: right;
  padding-right:20px;
}
#product_descr {
	text-align: left;
	font-size: 15px;
	padding: 30px 30px 30px 0px;
}
#thumbs {

}
.prod_thumb {
	border-radius: 5px;
	float: left;
	width:150px;
	height: 150px;
	display: inline-block;
	text-align: center;
	padding:5px;
	border: 1px solid #e5e9d9;
	cursor: pointer;
}
.prod_thumb:hover {
border: 1px solid #339966;
}
#prod_comment {
text-align: right;
}
/*******BASKET LOGO PER PRODUCT*********/
.bas {
	cursor: pointer;
}
/*********************BASKET SHOW*********/
#show_basket {
padding-top: 35px;
padding-bottom: 50px;
min-height:300px;
}
#show_basket a {
	color:#339966;
}
#show_basket_your {
text-align: right;
font-size: 2em;
padding-bottom: 35px;
}
#basket_tab {
text-align: right;
}
#basket_table {
text-align: left;
font-size: 1.1em;
/*width: 80%;*/
}
#basket_table td {
border-bottom: 1px solid #339966;
border-right: 1px solid #339966;
padding-right: 10px;
padding-left: 5px;
}
#msg {
	background: url('msg.png');
	height:50px;
	width:400px;
	border-radius: 5px;
	text-align: center;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	/*background-color: black;*/
	color: green;
	padding-top: 20px;
	display:none;
	position:fixed;
	    top: auto;
    left: 40%;
        border: 2px solid #339966;
        z-index: 1000;
}
.plus {
	background-color: #ff0099;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	color: white;
	cursor: pointer;
}
.minus {
	background-color: #ff0099;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	color: white;
	cursor: pointer;
}
.minus1 {
	background-color: #ff0099;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	color: white;
}
.qty {
	padding-left: 5px;
	padding-right: 5px;
	display:inline-block;
	min-width: 15px;
	text-align: right;
}
.del_prod {
		cursor: pointer;
}
#basket_empty {
	cursor: pointer;
}
/***********TOP***************/
#top {
	margin-top: 10px;
	//border-top-left-radius: 5px;
	//border-top-right-radius: 5px;
  //  text-shadow: -0.5px -0.5px #777;
font-size: 16px;
font-weight: bold;3
line-height: 25px;
    height: 25px;
background-color: #43455c;
color: white;
padding-left: 10px;
    padding-top: 10px;
}
/*************ORDER**********/
select {
	background-color: white;
	    padding: 5px;
	    font-family:"Cuprum",sans-serif;
font-size: 16px;
width: 200px;
}
#order {
	text-align: right;
}
hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}
#make_order {
	margin-bottom: 15px;
font-size:1.6em;
font-weight: bold;
float: right;
/*text-decoration: underline;*/
}
#diy {
cursor: pointer;
float: right;
width: 200px;
height: 38px;
border-radius: 4px;
background-color: #339966;
margin-top: 15px;
color: white;
font-size: 1.2em;
font-weight: bold;
text-align: center;
/*padding-left: 10px;*/
padding-top: 9px;
box-sizing:border-box;
}
.ord_line {
margin-top: 15px;
float: right;
}
.par {
display: inline-block;
color: #444;
}
.par a {
	text-decoration: none;
	color: #444;
}
.val {
display: inline-block;
}
.val input {
font-family:"Cuprum",sans-serif;
font-size: 14px;
font-weight: bold;
color: black;
}
#show_send {
	float: right;
}
/*#send was here*/
input[type=submit] {
  -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
	cursor: pointer;
	font-family:"Cuprum",sans-serif;
	margin-top: 15px;
	float: right;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: white;
	background-color: #ff0099;
	border-radius: 4px;
	border: 0.5px solid black;
	width: 200px;
	height: 38px;
}
/************FILTERS**********/
#filters {
display: block;
/*text-align: right;*/
padding-top:20px;
}
.filter {
font-weight: bold;
/*display: inline-block;*/
float: left;
min-width: 90px;
padding-left: 20px;
}
.fvalue {
font-weight: normal;
}
.fvalue a {
color: #444;
text-decoration: underline;
}
#chosen_filter {
	padding-top: 20px;
	padding-left: 20px;
	text-align: right;
font-size: 1.2em;
font-weight: bold;
}
/**********USER*********/
#enter {
	text-align: right;
}
#show_enter {
	margin-top: 50px;
text-align: right;
font-size: 2em;
padding-bottom: 35px;
}
#profile {
text-align: right;
}
