body {
	background-color: #666666;
	margin: 10px;
}
table.header {
	background: url(images/back_white.gif) repeat-y center;
}
td.header {
	background: #666666 url(images/header.jpg) center no-repeat;
}
p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: white;
	line-height : 130%;
	margin-top: 8px; margin-bottom: 8px;
}
li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: white;
	line-height : 130%;
}
h3 {
	font-family: verdana, Arial, sans-serif;
	font-size: 15px;
	color: #FFE271;
	font-weight: normal;
	margin-top: 4px; margin-bottom: 8px;
}
h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: white;
	margin-top: 4px; margin-bottom: 8px;
}
a:hover { color: #FFE271;text-decoration: underline; }
a:link {color: #66FFFF;text-decoration: underline;}
a:visited {color: #ff99ff;text-decoration: underline;}

table.tech { background-color: #C7C7C7; }
table.tech td { background-color: #787878; }
table.tech th { background-color: #666666; }
table.tech p { margin: 0; }
table.tn {
	background-color: #787878;
}
div#tn {
	background-repeat: no-repeat;
	background-image: url(images/gal_tn.gif);
	background-color:  #333333;
	padding: 6px 17px 6px 7px;
	border: 0;
}
div#scr {
	background-repeat: no-repeat;
	background-image: url(images/gal_scr_1.gif);
	padding: 9px 0px 0px 9px;
	border: 0;
}
div#tex {
	width: 428px; height: 110px; 
	background-color: #666666;
	border: 1px solid #C7C7C7;
}
table.panel {
	height: 110px; 
	background-color: #666666;
	border: 1px solid #C7C7C7;
	margin-bottom: 10px;
}
INPUT.field,TEXTAREA.field{
	font:11px tahoma;
	width: 100%;
	border: 1px solid #C7C7C7;
	background-color:#666666;
	padding:1px;
	height:18px;
	color: white;
}
TEXTAREA.field {
	height:150px;
}
INPUT.button {
	background:#A3A3A3;
	border: 1px solid #333333;
	color: #333333;
	height: 20px;
	font: 11px verdana;
}
TD.productSmallTitle,TD.productSmallTitle2 {
	font: bold 10px verdana;
	color: #333333;
	text-transform:uppercase;
	background-image:url(images/pr_bg.gif);
	padding-left: 5px;
	padding-right: 5px;
}
TD.productSmallTitle2 { background-image:url(images/spd_bg.gif);}

a.tab_selected {
    display:block;
    background: url(images/tab_selected.png);
    background-repeat : no-repeat;
    width:150px;
    height:30px;
    min-width:150px;
    min-height:30px;
    text-decoration:none;
    vertical-align : middle;
    overflow:hidden;
  }


a.tab_normal {
    background-image : url(images/tab_normal.png);
    background-repeat : no-repeat;
    display : block;
    height : 30px;
    min-height : 30px;
    min-width : 150px;
    overflow : hidden;
    text-decoration : none;
    vertical-align : middle;
    width : 150px;
  }
  
a.tab_normal span
{
    display: block;
    height : 20px;
    min-height : 20px;
    min-width : 150px;
    text-decoration : none;
    vertical-align : middle;
    width : 150px;
    padding-top:10px;
    color:white;
    cursor:pointer;
}

a.tab_selected span
{
    display: block;
    height : 20px;
    min-height : 20px;
    min-width : 150px;
    text-decoration : none;
    vertical-align : middle;
    width : 150px;
    padding-top:10px;
    color:#514100;
    cursor:pointer;
	font-weight:bold;
	font-size:16px;
}
TD.TabTitle {
	font: bold 13px verdana;
	color: #FFE271;
	text-transform:uppercase;
	background-image:url(images/subhlab.gif);
	background-repeat:no-repeat;
	width: 307px;
	height: 19px;
	padding-left: 5px;
	padding-right: 5px;
}
