body
{
	margin-top: 0px;
	background-color: #ffffff;
}
* {font-family: Tahoma, Arial;}
* {font-size:12px;}

pre
{
	font-family: Tahoma, Arial;
	font-size:12px;
}

a:link {color: #0e80c1;}
a:visited {color: #0e80c1;}
a:active {color: #0e80c1;}
a:hover {color: #0e80c1;}
a.red:link {color: #ff7300; text-decoration: none;}
a.red:visited {color: #ff7300; text-decoration: none;}
a.red:active {color: #ff7300; text-decoration: none;}
a.red:hover {color: #ff7300; text-decoration: underline;}
a.black:link {color: #000000; text-decoration: none;}
a.black:visited {color: #000000; text-decoration: none;}
a.black:active {color: #000000; text-decoration: none;}
a.black:hover {color: #000000; text-decoration: underline;}
a.white:link {color: #ffffff; text-decoration: none;}
a.white:visited {color :#ffffff; text-decoration: none;}
a.white:active {color :#ffffff; text-decoration: none;}
a.white:hover {color :#ffffff; text-decoration: underline;}

h1
{
	font-size: 18px;
	color:#898989;
	text-decoration: none;
	margin: 0px;
	font-weight: normal;
}
h2
{
	color: #000000;
	font-size: 17px;
	font-weight: normal;
}
.title
{
	color: #000000;
	font-size: 18px;
	font-style: bold;
}
.title_white
{
	color: #ffffff;
	font-size: 18px;
	font-style: bold;
}
.title_red
{
	font-size: 18px;
	color: #ff7300;
}
.v_line
{
	width: 26px;
	height: 26px;
	background-image: url('../images/v_line.gif'); 
}
.v_title
{
	background-image: url('../images/v.gif');
	background-repeat:no-repeat;
	padding-left: 25px;
	background-color : #ffffff;
}
.form_field
{
	width: 90%;
}
.form
{
	padding-bottom: 10px;
}
.red
{
	color: #ff7300;
}
.form_error
{
	color: #c10e0e;
	font-size: 10px;
}
.products_list
{
	padding-bottom: 10px;
}
.products_list th
{
	font-style: bold;
}
.products_list td.info
{
	padding-left: 10px;
}

#searchMenu
{
	height: 60px; 
	background-image: url('../images/search_bg.gif');
	padding-left: 20px;
	padding-right: 20px;
}
#searchForm
{
	position: relative;
	top: 15px;
}
#whatSearch
{
	width: 100%;
	margin-left: 10px;
	margin-right: 10px;
}