body {	
	font-family:Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	margin:0;
	padding-top:10px;
	background-color:#e3e3e3;
	background-image:url(imgs/bg.gif);

}
td {	
	font-family:Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #252525;
}
H1 {
	font-family:Tahoma;
	font-size: 20px;
	font-style: normal;
	font-weight:normal;
	color: #000000;
	margin-bottom:25px;
	margin-left:0px;
	margin-top:0px;
	padding:0;

}
H2 {
	font-family:Tahoma;
	font-size: 16px;
	font-style: normal;
	font-weight:normal;
	color: #000000;
	margin-bottom:25px;
	margin-left:0px;
	margin-top:0px;
	padding:0;

}

a {	
	color:#007dd7;
	text-decoration:underline;
}
a:hover {	
	color:#007dd7;
	text-decoration:underline;
}
/*a:visited {
	color:#3a6e93;
	text-decoration:underline;	

}*/

.logo {
	width:373px;
	height:160px;
	position:absolute;
	left:0px;
	top:10px;
	z-index:110;


	}
.flower {
	width:292px;
	height:169px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:100;
	background-image:url(imgs/flower.gif);
	background-repeat:no-repeat;
	background-position: left top;

	}

.big {
	font-size: 22px;
}

.small {
	font-size: 11px;
}
.white {
	color:ffffff;
}
.blue td {
	color:#007dd7;
}
.red td {
/*	color:#ec008c;*/
color:#e0195a;

}
.grey {
	color:#898989;
}
.menu {
	line-height:30px;
	font-size:18px;
	padding-top:55px;
}
.man {
	color:#FFFFFF;
	background-color:#007dd7;
	/*background-color:#e0195a;*/
	padding-left:3px;
	padding-right:3px;
	padding-top:1px;
	padding-bottom:1px;
	text-decoration:none;	
}
.man:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.man:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.woman {
	color:#FFFFFF;
	background-color:#007dd7;
	/*background-color:#e0195a;*/
	padding-left:3px;
	padding-right:3px;
	padding-top:1px;
	padding-bottom:1px;
	text-decoration:none;
}
.woman:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.woman:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.menu_act{
background-color:#e0195a;
	padding-left:3px;
	padding-right:3px;
	padding-top:1px;
	padding-bottom:1px;
	color:#FFFFFF;
}
.menu_act:hover{
	color:#FFFFFF;
	text-decoration:none;
}
.center {
	padding-left:25px; 
	padding-right:30px; 
}
.punktir  {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	border:1px dashed #d1d1d1;

}
.textovka {
	color:#898989;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	padding-bottom:20px;
}

.webtext {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:normal;
	padding-bottom:20px;
	text-align:justify;
}

.but {
	height:24px;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color:#efefef;
	border-left:1px solid #efefef;
	border-top:1px solid #efefef;
	border-right:1px solid #a6a6a5;	
	border-bottom:1px solid #a6a6a5;
	background-image:url(imgs/but_bg.gif);
	background-repeat:repeat-x;
	background-position: left top;
	cursor:pointer;
	padding:0;
}

.butbig {
	height:35px;
	font-family: Tahoma;
	font-size: 20px;
	font-style: normal;
	color: #000000;
	background-color:#efefef;
	border-left:1px solid #efefef;
	border-top:1px solid #efefef;
	border-right:1px solid #a6a6a5;	
	border-bottom:1px solid #a6a6a5;
	background-image:url(imgs/butbig_bg.gif);
	background-repeat:repeat-x;
	background-position: left top;
	cursor:pointer;
	padding:0;
}
.tovar {
	float:left;
	width:150px;
	height:350px;
	margin-right:28px;
}
.tovarname {
	padding-top:8px;
	padding-bottom:5px;
}
.tovarlogo {
	height:27px;
	background-color:#000000;
	text-align:center;
}
.tovarprice {
	font-size:16px;
}
.tovarfoto {
	border:3px solid #ffffff;
	margin-top:3px;
	margin-right:7px;
}
.tovarfotoactiv {
	border:3px solid #007dd7;
	margin-top:3px;
	margin-right:7px;	

}


.input {
	font-family:Tahoma;
	font-size:11px;
	height:18px;
	padding-left:3px;
	margin:0;
	
}

.input_adres {
	width:200px;
	height:120px;
	font-family:Tahoma;
	padding:3px;
	margin:3px;
}

.footer {
	font-size:11px;
	height:100px;
	color:#626262;
	padding-left:25px;
}
.footer a {
	color:#626262;
}

.feedback{
width: 50%;
}
.feedback td{
padding: 5px 0;
}
.feedback td.first{
width: 40%;
}
.feedback td.second{
width: 60%;
}
.feedback td input{
width: 99%;
border: 1px solid #000;
}
.feedback td textarea{
width: 99%;
border: 1px solid #000;
}


.filter{
	margin: 10px 0;
	position: relative;
}
.filter .sort{
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
}
.filter .sort a{
	text-decoration: none;
}
.filter .sort span{
	background: #E0195A;
	padding: 2px 4px;
	margin: 0 3px;
}
.filter .sort span a{
	color: #fff;
}
.filter .sizes {
	position: relative;
}
.filter .sizes a {
	border-bottom: 1px dashed #007DD7;
	text-decoration: none;
}
.filter .sizes .popup, .basket_popup{
	position: absolute;
	z-index: 9;
	background: #fff;
	border: 3px solid #E0195A;
	padding: 10px 20px;
	font-size: 14px;
	left: 20px;
	top: 10px;
	display: none;
}
.filter .sizes .popup .items{
	margin: 8px 0;
}
.filter .sizes .popup input{
	
}

.spacer{
height:1px;
line-height:1px;
font-size:1px;
clear:both;
}

.shadow {width:100%; z-index:5; height:100%; background:url(imgs/shadow.png); position:absolute; left:0; top:0; display: none;}
