/* CSS Document */

body{
	background-color: #E5ECF3;
	font:Arial, Helvetica, sans-serif;
	font-size:10pt;	
}

p{
	font:Arial, Helvetica, sans-serif;
	font-size:10pt;	

}

A:visited {
	color:#010066;
	font-size: 10pt;
	text-decoration: none;
	border: none
}
A:link {
	color:#010066;
	font-size: 10pt;
	text-decoration:none;
	border: none
}

A:hover {
	font-size: 10pt;
	color: #B698E2;
	text-decoration: underline;
	border: 4px #B698E2;
	

}


h4 {
margin: 0;
} 


h7 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16pt;
	font-weight:bold;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
}



ul.power_supply {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	}
A.scrollto {
	font:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#0066FF;
	text-decoration:underline;
	border: none	
}

A.scrollto:hover {
	color:#339966;
	text-decoration:none;
	border: none	
}
div.general_specs{
	width:625px;
	height:100px;
	background-color:transparent;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	
}

div.prod_left{
	float:left;
	width:300px;
	/*background-color:#CC00FF;*/
	margin-left:60px;
	vertical-align:middle;
}

div.prod_right{
	float:left;
	width:320px;
	/*background-color:#0099FF;*/
	margin-right:60px;
	
}

table.list{
	border-style: solid;
	border-width: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 100%;
	empty-cells: show
}


table.product{
	border-style: solid;
	border-width: 1px;
	font-family: arial;
	font-size: 10pt;
	empty-cells: show
}

tr.header{
	background-color: #d9ede7;
	font-family: arial;
	font-size: 12pt;
	font-weight:bold;
}



table.genspecs{
	border-color:#000000;
	border-width:1px;
	border-style:solid;}


div.invisdible{
	position:absolute;
	left: 0px;
	bottom: 0px;
	font-size:1px;
	width: 978px;
	height: 28px;
}
td.bottomline{
	border-style: solid;
	border-width: 1px;
	border-color: #aaaadd #aaaadd #000000 #aaaadd;
}

table.product{
	border-style: solid;
	border-width: 1px;
	border-color: #000000 #000000 #000000 #000000;
	font-family: arial;
	font-size: 10pt;
}



table.bun {
	border-style: solid;
	border-width: 1px;
	border-color: #aaaadd #aaaadd #aaaadd #aaaadd;
	
}
td.bun {
	border-style:solid;
	border-width: 1px;
	border-color: #330066 #330066 #330066 #330066;
}


#special_message {
	position: absolute;
	visibility:visible;
	width: 350px;
	height: 250px;
	left: 30%;
	top: 300px;
	background-color:#FFFF66;
	border: 2px solid #000;
	padding: 10px;
}

#close {
	float: right;
}