/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
p {
	line-height:1.6;
	margin:0px;
	padding:0px;
	margin-top:15px;
	margin-bottom:15px;
}
.standard_text {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	margin:0px;
	padding:0px;
	line-height:1.6
}
body {
	background-color:#A6AFB1;
	background-image:url(interface/bg_grad.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-size: 14px;
}
a, .link-a {
	color:#009BC3;
	text-decoration:underline;
	cursor:pointer;
}
a:hover, .link-a:hover {
	color:#666666;
}
h1 {
	font-size: 20px;
	color: #009BC3;
	font-weight:normal;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
}
h2 {
	font-size: 16px;
	color: #333333;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
}
.page {
	width:950px;
	margin-left:auto; 
	margin-right:auto;
	margin-top:0px;
	
	background-image:url(interface/background_adm.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#FFFFFF;

} 
.header {
	width:950px; 
	/*background-image: url(interface/heading.jpg); 
	background-repeat:no-repeat; */
	height:132px; 
}
#menu {
	width:950px; 
	/*background-image: url(interface/menu.jpg); 
	background-repeat:repeat-x; */
	text-transform:uppercase;
	font-weight:bold;
	height:25px;
	background-image:url(interface/background_body.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	
	text-align:center;
	line-height:25px;
	padding-top:25px;
	
	
}
.content {
	width:920px;  
	
	padding:15px; 
	
	/*
	background-color:#FFFFFF; 
	background-image:url(interface/page_bg.jpg);
	background-repeat:no-repeat;*/
}
.footer {
	background-color:#FFFFFF;
	width:948px; 
	height:30px;
	margin-left:auto; 
	margin-right:auto; 
	padding:1px;
	clear:both;
}
#credits {
	font-size:10px; 
	color:#FFF;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#credits a {
	font-size: 10px;
	color: #FFF;
}
#credits a:hover {
	text-decoration: none;
	color: #CCC;
}

#menu a {
	font-size: 14px;
	font-weight:bold;
	color: #333;
	text-decoration:none;
	background-image:none;
	display:block;
	float:right;
	margin-right:5px;
	background-image:url(interface/menu_transparent.png);
	background-repeat:repeat;
	height:25px;
	line-height:25px;
	padding:0px 15px 0px 15px;
	
}
#menu a:hover {
	text-decoration: none;
	/*color: #00A1C9;*/
	text-decoration:none;
	background-position:top;
	background-image:url(interface/menu_full.png);
	background-repeat:repeat;
}
.smaller {
	font-size:12px;
}
li {
	line-height:1.6;
}
ul {
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}
.print_heading {
	display:none;
}
.print_sub {
	display:none;
}
.handybar {
	font-size:12px;
	line-height:18px;
	}
.td_line {
 	border-top:1px solid #CCCCCC;
	}
.article {
	border:#CCCCCC dashed 1px;
	padding:10px;
	margin-top:5px;
	}
.info {
	font-size:9px;
	font-style:italic;
	margin:0px;
	padding:0px;
}
.bg1 {
	background-color:#CED2D7;
	}
#menu li{
	list-style:none;
	display:inline;
}
#menu ul {
	list-style:none;
	display:inline;
}

/* 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:515px; 
	background-image:url(interface/product_menu_bg.jpg); 
	background-repeat:repeat-x;
}
.product {
	cursor:pointer;
	display:block;
	width:250px;
	line-height:30px;
	background-color:#F4F4F4;
	border:1px solid #CCCCCC;
	padding-left:5px;
	color:#009BC3;
	}
.new {
background-image:url(images/new.gif);
background-repeat:no-repeat;
background-position:top right;
}
.product:link {
	color: #009BC3;
	text-decoration: underline;
}
.product:visited {
	text-decoration: underline;
	color: #009BC3;
}
.product:hover {
	text-decoration: none;
	color: #666666;
}
.product:active {
	text-decoration: underline;
	color: #009BC3;
}
.productselected {
	background-color:#FFFFFF;
	border-right:1px #FFFFFF solid;
}

/*Horizontal Tabs*/
.h_tab{
	border:1px solid #CCCCCC; background-color:#F5F5F5; display:block; float:left; line-height:30px; width:auto; padding:0px 5px 0px 5px; margin-left:5px;
	background-image:url(interface/menu_transparent.png);
	}
.h_tab:hover{
	background-image:url(interface/menu_full.png);
	}
.h_tab_selected{
	  background-color:#FFFFFF;
	  border-bottom:#FFFFFF solid 1px;
	}
.none {
	display:none;
	}
.block {
	display:block;
	padding:0px 20px 0px 20px;
	clear:both;
	background-color:#FFFFFF;
	padding-top:30px;
	}

#imageviewer {
	display:none; position:fixed; background-color:#F4F4F4; border:1px #333333 solid;  width:750px;
	top:50px; margin-left:70px; overflow:hidden; max-height:600px;
	
	}
#imageviewerweb {
	display:none; position:absolute; background-color:#F4F4F4; border:1px #333333 solid;  width:750px;
	top:900px;  overflow:hidden; max-height:600px; margin-left:50px;
	
	}
.boarderbottom, #feedback .boarderbottom {
	border-bottom:#CCC solid 1px;
	}
table img, .imageboarders {
	border:#333 solid 1px;
	background-color:#FFF;
	}
.feeback_button {
	border:1px solid #333;
	background-image:url(interface/feeback_button.jpg);
	height:25px;
	color: #009BC3;
	text-align:center;
	line-height:25px;
	cursor:pointer;
	}
.feeback_button:hover {
	text-decoration:underline;
	}
#feedback table {
	margin-top:20px;