@CHARSET "ISO-8859-1";
body {
	background-color: white;
}

#divHeader { 
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	padding: 0px; 
	margin: 0px;
	width: 1000px;
	height: 50px;
	background-color: orange;
}

#divSearchForm { 
	position: absolute;
	z-index: 3;
	top: -40px;
	left: 535px;	
}

#divBottomHeader {
	position: absolute;
	z-index: 1;
	top: 50px;
	left: 0px;
	margin: 0px; 
	padding: 0px; 
	width: 1000px;
	height: 20px;
	background-color: #eeeeee;
}

#divLogo {
	position: absolute;
	z-index: 20;
	top: -5px;	
} 

#divDevicesTab {
	width: 500px;
	text-align: right;
	position: absolute;
	z-index: 5;
	top: 34px;
	float: left;
}

#divGalleryTab { 
	width: 500px;
	text-align: left;
	position: absolute;
	z-index: 5;
	top: 34px;
	left: 50%;
}

#divBody { 
	width: 1000px;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 70px;
	margin-left: 0px;
}

#divMenu { 
	width: 200px;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	margin-left: 0px;
}

#divContent { 
	width: 800px;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: -20px;
	left: 200px;
	margin-left: 0px;
	padding: 15px;
	vertical-align: top;
}

#divFooterLinks { 
	position: relative;
	z-index: 2;
	border-top: 1px solid #eeeeee;
	width: 70%;
	text-align: center;	
}

#aClickLink { 
	display: block;
	position: absolute;
	z-index: 3;
	left: 25px;
	top: 150px;	
}

.classDIVDeviceTypeMenu { 
	padding-left: 0px;
	margin-left: 0px;
}

.classADeviceTypeMenu { 
	color: #ff1166;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;	
	padding-left: 5px;
	margin: 0px;
}

.classDIVDeviceTypeMenuSelected { 
	color: #ff1166;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: url("/images/dtsmbg.png");
}

.classDIVBrandMenu { 
	border-bottom: 1px solid #eeeeee;
	padding-top: 3px;
	padding-bottom: 3px;	
}

.classABrandMenu { 
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	text-decoration: none;
	padding-left: 15px;
}

.classTDSepLeft {
	width: 35px;
	border-right: 1px solid #eeeeee;	
}

.classTDSepRight { 
	width: 35px;
}

.classTRBrandRow { 
	padding-top: 10px;
	padding-bottom: 10px;		
}

a.page, a.page:visited, a.page:hover {
	display: block;
	position: relative; 
	float: left;
	font-family: Verdana, Arial, sans-serif;
	color: #333355;
	font-size: 10pt;
	text-decoration: none;
	border: 1px solid #333355;
	margin: 5px;
	width: 18px;
	text-align: center;
}

a.selectedPage, a.selectedPage:visited, a.selectedPage:hover {
	display: block;
	position: relative; 
	float: left;
	font-family: Verdana, Arial, sans-serif;
	color: #333355;
	font-size: 10pt;
	text-decoration: none;
	border: 1px solid orange;
	margin: 5px;
	width: 18px;
	text-align: center;
}

a.classAFooterLink, a.classAFooterLink:visited { 
	color: grey;
	text-decoration: none;	
	font-size: 9pt;
	font-family: Verdana, Arial, sans-serif;
} 

a.content, a.content:visited {
	font-family: Verdana, Arial, sans-serif;
	color: #333355;
	font-size: 10pt;
	text-decoration: none;
}

a.content:hover {
	font-family: Verdana, Arial, sans-serif;
	color: #333355;
	font-size: 10pt;
	background: #ffff99;
	text-decoration: none;
}

h1.content, h2, h3, h4 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 15pt;
	color: #333355;
}

p.content {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	width: 720px;
}

