/*
body
{
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
}
*/
/*
a, a:link, a:active, a:visited
{
	color: #000666;
	text-decoration: none;
}
a:hover
{
	color: #FF6600;
	text-decoration: underline;
}
*/

a
{
	color: #006666;
	text-decoration: none;
}
a:hover
{
	color: #FF6600;
	text-decoration: underline;
}

.copyright
{
	font-size: 9px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	color: #999999;
	text-align: right;
	cursor: hand;
}

.dev
{
	font-size: 6px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	color: #999999;
	text-align: right;
	cursor: hand;
}

.counters
{
	text-align: center;
}

.contacts
{
	text-align: right;
}

.category_list
{
	margin-left: 5px;
}
.goods_list
{
	border: 0;
	width: 99%;
}
.goods_list caption
{
	font-weight: bold;
}
.goods_list th
{
	text-align: center;
	border: 1px solid #E0E0E0;
	background: #FAFAFA;
}
.goods_list tr
{
}
.goods_list td
{
	text-align: left;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	background: #FEFEFE;
}
.goods_list a
{
	color:#666; 
	text-decoration: underline;
}
.goods_list a:hover
{
	color:#FF6600;
	text-decoration: underline;
}
.goods_item
{
	width: 99%;
	text-align: left;
	background: #FEFEFE;
}
.goods_item caption
{
	font-weight: bold;
}
.goods_item th
{
}
.goods_item tr
{
}
.goods_item td
{
	border: 1px solid #E0E0E0;
}
.vendor_list
{
}
.vendor_item
{
	float: left;
	width: 100px;
	height: 15px;
	/*padding-left: 10px;*/
}
.vendor_item a
{ 
	color:#666; 
	text-decoration: underline;
}
.vendor_item a:hover
{
	color:#FF6600;
	text-decoration: underline;
}
.article, .article a
{
	color:#999;
}
.article_categories
{
}
.article_list
{
}
.article_text
{
}
.tag_cloud
{
	font-size: 8px;
}
