BODY {
	background-image: url(/images/bg.jpg);
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom: 20px;
}
BODY, TD {
	font-family: Arial, Tahoma;
	font-size: 13px;
	color: Black;
}
TD.page_title {
	padding-left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: White;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	text-transform: lowercase;
}
TD.cart_sum {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.cart_sum_price {
	color: #00A2FF;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
A:link, A:active, A:visited  {
	color: #DE0F0F;
	text-decoration: underline;
}
A.qnav:link, A.qnav:active, A.qnav:visited  {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}
H2 {
	font-family: Verdana;
	font-weight: normal;
	font-size: 14px;
	color: #DE0F0F;
	font-weight: bold;
}
FORM {
	margin: 0px;
	padding: 0px;
}

TH.keeper {
	font-size: 12px;
	background-color: silver;
	height: 22px;
}
TD.keeper {
	background-color: #EEEEEE;
}
TD.keeper_white {
	background-color: #FFFFFF;
}
.noborder {
	border: 0px;
}
.width_100 {
	width: 100px;
}
.width_120 {
	width: 120px;
}
.green {
	background-color: Green;
	color: White;
}
.gray {
	color: Gray;
}

INPUT, TEXTAREA, SELECT, OPTION, BUTTON {
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid Gray;
	height: 18px;
}
INPUT.auth {
	font-size: 10px;
	width: 90px;
	height: 18px;
	background-image: url(/images/input_bg_small.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #00A2FF;
}
INPUT.auth_submit {
	font-size: 10px;
	width: 60px;
	background-color: #B3B99A;
	height: 18px;
	color: #DE0F0F;
}
TD.copyright {
	font-family: Tahoma;
	font-size: 10px;
}

P.error {
	color: #CF2727;
}
P.success {
	color: #007101;
}
TABLE.adminpanel {
	border: 1px outset #DCDCDC;
	background-color: #DCDCDC;
}
TD.adminpanel {
	font-family: Tahoma;
	color: Black;
	font-size: 11px;
}
A.adminpanel:link, A.adminpanel:active, A.adminpanel:visited {
	color: Black;
	text-decoration: none;
}

A.item_title:link, A.item_title:active, A.item_title:visited {
	color: #4682B4;
	text-decoration: none;
	font-size: 18px;
	font-family: Tahoma;
	font-weight: normal;
}
.item_title {
	color: #4682B4;
	text-decoration: none;
	font-size: 22px;
	font-family: Tahoma;
	font-weight: normal;
}
.item_category_title {
	font-size: 11px;
	color: Gray;
	
}
.item_price_field{
	font-weight: bold;
}
.item_price_count{
	font-size: 18px;
	color: #00A2FF;
	font-family: Arial, Helvetica, sans-serif 
}
.item_anonse {
	margin-bottom:11px;
	margin-top: 11px;
	font-size: 11px;
}

TH.list {
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	color: Black;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	background-color: #B3B99A;
}
TD.list {
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
TD.list_devider {
	background-color: #DFE2D3;
	height: 10px;
}
TH.detail {
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	color: Black;
	text-align: center;
	vertical-align: middle;
	height: 16px;
	background-color: #B3B99A;
}
TD.detail {
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

TD.forum_group {
	text-align: center;
	vertical-align: middle;
	height: 38px;
	background-color: Silver;
	font-weight: bold;
	color: Black;
}
TD.forum_row {
	background-color: #EEEEEE;
	height: 32px;
}
TD.forum_add_row {
	background-color: #DDDDDD;
}
TH.forum_topic_title {
	background-color: #DE0F0F;
	font-family: Tahoma;
	color: White;
	font-weight: bold;
	font-size: 14px;
	height: 36px;
}
.newslist {
	font-size: 10px;
}


.hidden { display: none; }

.sape { text-align: center; font-size 50%; }
