/*		NS Reset CSS				*/
/*		Author: Nikita Seleckis		*/
/*		Last update: 2008-05-26		*/
html,body,address,blockquote,div,p,pre,h1,h2,h3,h4,h5,h6,hr,a{color: #564e4e;}

html,body,address,blockquote,div,p,pre,h1,h2,h4,h5,h6,hr,a,
dd,dl,dt,ul,ol,li,ins,kbd,q,samp,small,span,strong,sub,sup,tt,var,
img,object,
caption,table,tbody,td,tfoot,th,thead,tr, u,s,center,dir,menu,strike,xmp,
input,textarea,select,button,form,fieldset,legend,label,
abbr,acronym,menu,big,br,cite,code,del,dfn,em,i,
b,font
{
	margin: 0;
	padding: 0;
	/*vertical-align: baseline;*/
	text-align: left;
	text-indent: 0;
	font: normal 12px/1.2 Tahoma, Verdana,"Lucida Sans Unicode",sans-serif;
	text-decoration: none;
	list-style-type: none;
}
h3{
  color: #377EB1;
  font-family: Arial,Tahoma,Verdana,"Lucida Sans Unicode",sans-serif;
  font-size: 14px;
  font-weight: normal;
}


/*applet,iframe,embed {
	display: none;*/								/* remove depricated, use object instead */
/*}*/
hr,img,object {
	border: 0;
}
input,select,button {
	vertical-align: middle;						/* make all controls align middle to textline in all browsers */
}
textarea {
	vertical-align: top;						/* ...and all textareas, but... */
}
input,button{
	overflow: visible;							/* remove padding in buttons in IE */
}
select[size]{
	vertical-align: top;						/* make align top to textline for all selectboxes which has attribute "size",.. */
}

select[size="1"] {
	vertical-align: middle;						/* ...if attribute "size" of a selectbox is set to "1", make it align middle to textline */
}

caption,td,th,tr {
	vertical-align: top;
}
table {
	border-collapse: collapse;
}
optgroup {
	color: black;								/* optgroup in Opera has black background and white text... */
	background: white;							/* ...so let's fix it */
	font-style: normal;							/* works only in FF */
}
optgroup option {
	padding-left: 22px;							/* make padding in FF almost the same as in other browsers */
}
hr {
	color: black;
	background-color: black;
	height: 1px;
	margin: 7px 0;								/* crossbrowser hr */
}
ol li, ul li{
	vertical-align: bottom;						/* fixing margins for IE, if there are elements with "display: block" in list items */
}
ol li{
	list-style-type: decimal;
}
ul li{
	list-style-type: disc;
}
q { quotes: '\00AB' '\00BB' '\201E' '\201C'; }	/* russian quotes */
q:before	{ content: '\00AB'; }
q:after		{ content: '\00BB'; }
q q:before	{ content: '\201E'; }
q q:after	{ content: '\201C'; }

sub, sup{
	position: relative;							/* this method is better, there will not be extra padding in textline */
	font-size: 11px;
}
sub{
	top: 5px;
}
sup{
	top: -5px;
}

div.header_phone
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 60px;
	text-align: right;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}

div.footer_phone
{
	float: right;
	padding-right:90px;
	padding-top:35px;
	color:#fff;
}

a.link_to_main
{
	position: absolute;
	top: 90px;
	left: 75px;
	color: #fff;
	font-weight: bold;
}
.header .header_phone{
 margin-left:272px;
 margin-right:64px;
 padding-top:10px;
}
.footer .footer_phone
{
    float: right;
    padding-right: 34px;
    padding-top: 35px;
}

.catalog_nav
{

}

.catalog_filter
{
	float: right;
	text-align: right;
	padding-right: 10px;
}


.catalog_filter a{
	background-color:#aeaead;
	color:#fff;
	font-size:10px;
	padding:2px 6px;
	text-decoration:none;
	line-height:1.2;
}
.stock_cont {width:180px; overflow:hidden}

.catalog_item p.green {
    color: #85A405 !important;
    font-size: 12px;
    font-weight: bold;
}
