/*Data table*/
table.data-table
{
	border:1px solid #99BAD7;
	border-collapse:collapse;
}

a
{
	color:008cf0;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #99BAD7;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#F1F5FA;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #99BAD7;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#F1F5FA;
	padding:4px;
	color:#333;
}

/* fix for tag cloud */
div.search-tags-cloud a
{
	line-height: normal;
}

.h-orange-title
{
background:url('images/h2.gif') no-repeat left center; 
font-family:Verdana; 
margin: 0px 0px 0px 22px; 
padding:0px 0px 0px 26px;
font-weight: normal;
color: #a34501; /*#2d2d2d*/
font-size:15px; line-height: 15px;
}

.h-green-title
{
background:url('images/h3.gif') no-repeat left center; 
font-family:Verdana; 
margin: 0px 0px 0px 12px; 
padding:0px 0px 0px 26px;
font-weight: normal;
color: #435f01; /*#2d2d2d*/
font-size:15px; line-height: 15px;
}

/*forum margin fix*/
table.fuser
{
margin-top:11px;
}
table.forum-menu
{
margin-bottom:3px;
}

	/* gray table */
	/* table */
	table.border-gray {empty-cells: show;}
	
	/* rounds */
	table.border-gray td.border-gray-round-tl, td.border-gray-round-tr, td.border-gray-round-bl, td.border-gray-round-rb
	{
		width:5px;
		height:5px;
	}
	table.border-gray td.border-gray-round-tl {background: url(/images/borders/mono_gray/tl_round.gif) left top no-repeat;}
	table.border-gray td.border-gray-round-tr {background: url(/images/borders/mono_gray/tr_round.gif) right top no-repeat;}
	table.border-gray td.border-gray-round-bl {background: url(/images/borders/mono_gray/bl_round.gif) left bottom no-repeat;}
	table.border-gray td.border-gray-round-rb {background: url(/images/borders/mono_gray/rb_round.gif) right bottom no-repeat;}

	/* body */
	table.border-gray td.border-gray-body
	{
		padding: 5px;
	}
	
	/* lines */
	table.border-gray tr.border-gray-head td.border-gray-t-line {border-top: 1px solid #aaaaaa;} 
	table.border-gray tr td.border-gray-l-line {border-left: 1px solid #aaaaaa;}
	table.border-gray tr td.border-gray-r-line {border-right: 1px solid #aaaaaa;}
	table.border-gray tr.border-gray-foot td.border-gray-b-line {border-bottom: 1px solid #aaaaaa;}
	/* end gray table */

/*h-orange-title in the gray table fix*/
table.border-gray div.h-orange-title
{
background:none;
margin: 0px; 
padding: 0px;
}

.bitrix-tv-small-image img{position:relative;} 

/* div.news-detail { font-family:Verdana; font-size:16px; } */
