body, .text {
	color: #000000;
	font-size: 10px;
	font-family: verdana;
}

.produseheader {
	color: #FFFFFF;
	font-size: 10px;
	font-family: verdana;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #4C77BA;
	height: 20px;
}

.pricelistseparator {
	font-weight: bold;
	background-color: #EEEEEE;
}

.smaller {
	font-size: 9px;
	letter-spacing: 0px;
}

.fastcontact {
	color: #FFFFFF;
	font-size: 11px;
	font-family: arial;
	letter-spacing: 1px;
	text-decoration: none;
	line-height: 12px;
}

.fastcontact:hover {
	text-decoration: underline;
}

.prodsubmenu {
	color: #E44B1C;
	font-size: 11px;
	font-family: arial;
	letter-spacing: 2px;
	text-decoration: none;
}

.prodsubmenu:hover {
	text-decoration: underline;
}

.newsletter
{
width:100%;
height:40px;
float:left;
display:inline;
}

.newsletterLink a
{
float:right; 
display:inline; 
margin:20px 50px 0px 0px;
color:#e64b1d;
font-weight:bold;
font-size:14px;
text-decoration:none;
position:relative;
}

.newsLetterDiv
{
width:300px;
min-height:100px;
height:auto !important;
height:100px;
float:left;
display:none;
background:#fff;
border:2px solid #34afe1;
position:absolute;
z-index:50;
left:50%;
top:50%;
padding:0px 20px 20px 20px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius: 10px; 
behavior:url(border-radius.htc);
}

.newsLetterTitle
{
width:100%;
min-height:10px;
height:auto !important;
height:10px;
float:left;
display:inline;
font-size:12px;
font-weight:bold;
text-align:center;
margin:10px 0px 10px 0px; 
}

.newsLetterRow
{
width:100%;
min-height:10px;
height:auto !important;
height:10px;
float:left;
display:inline;
}

.newsLetterRow tr td
{
font-size:10px;
}

.newsLetterClose
{
width:100%;
height:10px;
float:left;
display:inline;
font-size:12px;
text-align:right;
margin-top:10px;
}

.newsLetterClose a
{
text-decoration:none;
}

.textField
{
width:150px;
height:20px;
float:left;
display:inline;
border:1px solid #4b76b9;
}

.contactbutton {
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	font-weight: bold;
	background-color:#FFFFFF;
	font-family: arial;
	color:#000000;
	font-size: 10px;
	letter-spacing: 1px;
	filter:alpha(opacity=50);
	opacity:.50;
	cursor:pointer;
}

.contactbutton:hover{
	border:1px solid #000;
	font-weight: bold;
	background-color:#FFFFFF;
	font-family: arial;
	color:#000000 !important;
	font-size: 10px;
	letter-spacing: 1px;
	filter:alpha(opacity=100);
	opacity:1;	
}

