/* CSS Document */
body {
	font-size: 11px;
	font-family: Tahoma, Helvetica, sans-serif;
}

td {
	font-size: 11px;
	font-family: Tahoma, Helvetica, sans-serif;
}

h1 {
	font-size: 12px;
	font-family: Tahoma, Helvetica, sans-serif;
	margin-bottom: 0px;
}

h2 {
	font-size: 12px;
	font-family: Tahoma, Helvetica, sans-serif;
	margin-bottom: 0px;
}



input {
	 font-family: Tahoma;
	 font-size: 11 px; 
}
input.submit {
	 height: 21 px; 
/*	 border: 1px solid #000000; */
}

input.text {
	 height: 17 px; 
	 border: 1px solid #000000; 
}

table.top td {
	vertical-align: top;
}

.white {
	color: White;
}

.title{
	font-size: 14px;
	font-weight: bold;
}
.catalog_product_title{
	font-size: 12px;
	font-weight: bold;
}

.navigation_path{
	color: #666666;
}


.annotation{
	font-size: 10px;
}
.price{
	font-size: 18px;
	font-weight: bold;
	color: Red;
}
.currency{
	font-size: 11px;
}
a{
	text-decoration: none;
/*	color: Black; */
}

a:hover {
	color: Red;
	text-decoration: underline;
}

a.white{
	text-decoration: none;
	color: #FFFFFF;
}
a.white:hover{
	text-decoration: underline;
	color: #c0c0c0;
}
a.text{
	text-decoration: underline;
	color: Blue;
}
a.text:hover{
	text-decoration: none;
}


tr.THead{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11 px;
	color: #000000;
	font-weight: bold;
	background-color: #cccccc;
	text-align: center;
}

.TBody1{
	background-color: #e9e9e9;
}

.TBody2{
	background-color: #f9f9f9;
}

table.shortdescription td {
	font-size: 10px;
}

.ProductShortDescription {font-size: 9 px;}

/* стили форматирования статьи */
.article_postdate {
	font-size: 9px;
	color: #808080;
	font-weight: normal;
}
