body, p, td{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
 	color: #000000;
}

h1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #FF1808;
	text-transform: uppercase;
}

h2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
}

li{list-style-image:url(images/dot4.gif);
border-bottom:1px #cccccc solid;}

a, img { outline: none; }


A.sitemap_0:link { text-decoration: underline; color: #820101;  font-weight:bold; }
A.sitemap_0:visited { text-decoration: underline; color: #820101;  font-weight:bold;  }
A.sitemap_0:active { text-decoration: underline; color: #820101;  font-weight:bold;  }
A.sitemap_0:hover { text-decoration: none; color: #820101; font-weight:bold; }


.white{

	font-size: 11px;
 	color: #ffffff;
 
}


.tb1{
border:1px #636363 solid;
height:27;
}

.bg1{
	font-size: 11px;
 	color: #ffffff;
	height:27;
	background-image:url(images/bg1.gif);
}
.bg2{
	font-size: 11px;
 	color: #ffffff;
	height:27;
		background-image:url(images/bg2.gif);
}


A:link { text-decoration: underline; color: #820101; }
A:visited { text-decoration: underline; color: #820101; }
A:active { text-decoration: underline; color: #820101; }
A:hover { text-decoration: none; color: #820101; }

A.white:link { text-decoration: none; color: #ffffff; }
A.white:visited { text-decoration: none; color: #ffffff; }
A.white:active { text-decoration: none; color: #ffffff; }
A.white:hover { text-decoration: underline; color: #ffffff; }

A.twhite:link {
	text-decoration: none;
	color: #ffffff;
	text-transform : uppercase;
}
A.twhite:visited { text-decoration: none; color: #ffffff; 	text-transform : uppercase;}
A.twhite:active { text-decoration: none; color: #ffffff; 	text-transform : uppercase;}
A.twhite:hover { text-decoration: underline; color: #ffffff; 	text-transform : uppercase;}



A.title2:link { text-decoration: none; color: #000000; }
A.title2:visited { text-decoration: none; color: #000000; }
A.title2:active { text-decoration: none; color: #000000; }
A.title2:hover { text-decoration: underline; color: #000000; }

.stdinput{
	border: 1px #333333 solid; 
	font-size: 10px;
}

.velo_image
{
	border-top:1px #b5b5b5 solid;
	border-left:1px #b5b5b5 solid;
	border-right:1px #b5b5b5 solid;

	border-bottom:3px #ff0000 solid;

}

.product_image
{	border-top:1px #b5b5b5 solid;
		border-bottom:1px #b5b5b5 solid;
}

.product_content
{	border-top:3px #ff1808 solid;
		border-bottom:3px #ff1808 solid;
		padding: 2 2 10 1;
}

th{
	color:#8c1818;
}

.property_table{
	background-color: #f2f2f2;
}

.top_table{
	background-color:#b5b5b5;
}

.stdbutton{
		border: 1px #333333 solid;
	font-size: 10px;
	background-color : #8c1818;
	font-weight: bold;
	color:#ffffff;
}


.borders
{
	border-top:1px #b5b5b5 solid;
	border-left:1px #b5b5b5 solid;
	border-right:1px #b5b5b5 solid;
}

.borders2
{
	border-bottom:1px #b5b5b5 solid;
	border-left:1px #b5b5b5 solid;
	border-right:1px #b5b5b5 solid;
}

.bglight{
	background-color : #DCDCDC;
}

.bgdark{
		background-color : #EFEFEF;
}

.active_ware
{
		background-color : #EFEFEF;

}

.vvod2{
	width: 230px;
	font-size: 10px;
}

/*ul.optsel
{ 
  margin: 0;
  padding: 0; 
  list-style: none;
  width: 150px;
  border-bottom: 0px;
}

ul.optsel li
{ 
  position: relative;
}

li.optsel ul
{ 
  position: absolute; 
  left: 149px; 
  bottom: 0; 
  display: none; 
}

ul.optsel li a
{
  display: block; 
  text-decoration: none; 
  color: #777; 
  background: #fff; 
  padding: 5px; 
  border-bottom: 0; 
  border: 1px solid #ccc; 
}

li.optsel:hover ul, li.optsel.over ul 
{ 
  display: block; 
}*/

/* Root = Vertical, Secondary = Vertical */
ul.navmenu,
ul.navmenu li,
ul.navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 150px; /*For KHTML*/
  list-style: none;
}

ul.navmenu:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul.navmenu li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul.navmenu a {
  /*border: 1px solid .FFF;*/
  border-right-color: .CCC;
  border-bottom-color: .CCC;
  padding: 0 6px;
  display: block;
  background: #ffffff;
  color: #6B7976;
  /*font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;*/
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul.navmenu a:hover,
ul.navmenu li:hover a,
ul.navmenu li.iehover a {
  background: #af4932;
  color: #ffffff;
}

/* 2nd Menu */

ul.navmenu li:hover li a,
ul.navmenu li.iehover li a {
  background: #ffffff;
  color: #6B7976;
  width: 110px;
}

/* 2nd Menu Hover Persistence */
ul.navmenu li:hover li a:hover,
ul.navmenu li:hover li:hover a,
ul.navmenu li.iehover li a:hover,
ul.navmenu li.iehover li.iehover a {
  background: #b7b7b7;
  color: #ffffff;
}

/* 3rd Menu */
ul.navmenu li:hover li:hover li a,
ul.navmenu li.iehover li.iehover li a {
  background: #ffffff;
  color: #6B7976;
  width: 110px;
}

/* 3rd Menu Hover Persistence */
ul.navmenu li:hover li:hover li a:hover,
ul.navmenu li:hover li:hover li:hover a,
ul.navmenu li.iehover li.iehover li a:hover,
ul.navmenu li.iehover li.iehover li.iehover a {
  background: #b7b7b7;
  color: #ffffff    ;
}

ul.navmenu ul,
ul.navmenu ul ul,
ul.navmenu ul ul ul {
  display: none;
  position: absolute;
  bottom: 0;
  left: 139px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul.navmenu li:hover ul ul,
ul.navmenu li:hover ul ul ul,
ul.navmenu li.iehover ul ul,
ul.navmenu li.iehover ul ul ul {
  display: none;
}

ul.navmenu li:hover ul,
ul.navmenu ul li:hover ul,
ul.navmenu ul ul li:hover ul,
ul.navmenu li.iehover ul,
ul.navmenu ul li.iehover ul,
ul.navmenu ul ul li.iehover ul {
  display: block;
}
div#tdovelon_txt
{
 text-align:justify;
 font-weight: normal;
}

div#newsbox h1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bolder;
	color: black;
	text-transform: none;
}
