@charset "utf-8";
/* CSS Document */

#heading {
width:800px; height:205px; text-align:center; padding:0px; padding-top:25px;  margin-left:auto; margin-right:auto;
}
#heading img {
border:1px solid #A3EB0E; margin-right:6px;
}
#title {
margin-left:auto; margin-right:auto; width:800px; height:88px; text-align:right; padding-top:1px; padding-bottom:10px;
}
#page_title {
border-bottom:1px #035EA5 solid; width:375px; margin-top:50px; float:right;
clear:none;
}
#content {
margin-left:auto; margin-right:auto; width:800px; padding-bottom:30px;
clear:none;
}
#footer {
width:800px; margin-left:auto; margin-right:auto; color:#FFFFFF; font-size:10px;
text-align:right;
}
.tableborders {
	border-left:1px #FFFFFF solid;
	border-bottom:1px #FFFFFF solid;
	background-color:#1B4D89;
	}
.tableborders_BLUEBG {
	border-left:1px #FFFFFF solid;
	border-bottom:1px #FFFFFF solid;
	background-color:#035EA5;
	}
.form_label {
	display:inline;
	width:100px;
	}
	
	
	
	
/* TABS */
.tab {
	display:block;
	border:1px #CCCCCC solid;
	width:100px;
	height:30px;
	line-height:30px;
	background-color:#F4F4F4;
	float:left;
	text-align:center;
	cursor:pointer;
}
.tab:hover {
	text-decoration: none;
	color: #D89E00;
}
.tabselected {
	border-bottom:#FFFFFF; background-color:#FFFFFF;
	}
.topborder {
	display:block;
	border-bottom:1px #CCCCCC solid;
	width:auto;
	height:30px;
	line-height:30px;
	float:left;
	text-align:center;
}
.tabinfobox {
	border:1px #CCCCCC solid; 
	border-top:0px; 
	margin-top:32px; 
	padding:5px;
}
.tabcontainer {
	float:right; 
	width:100px; 
	background-color:#333333;
	background-image:url(interface/product_menu_bg.jpg); 
	background-repeat:repeat-x;
}
.product {
	cursor:pointer;
	display:block;
	width:175px;
	font-size:12px;
	line-height:30px;
	background-color:#FFFFFF;
	border:0px;
	border-bottom:1px solid #A3EB0E;
	padding-left:5px;
	color:#333333;
	}
.new {
background-image:url(images/new.gif);
background-repeat:no-repeat;
background-position:top right;
}
.product:link {
	color: #009BC3;
	text-decoration: underline;
}

.product:hover {
	text-decoration: none;
	color: #000000;
	background-color:#A3EB0E;
}

.productselected {
	background-color:#FFFFFF;
	border-right:1px #FFFFFF solid;
}