@charset "UTF-8";
/* CSS Document */
body {
	background-color: #000000;
	background-repeat: repeat-y;
}

span.orangeBold {
	color: #f08e27;
	font-weight:bold;
}

span.greyLight{
	color:#FFF;
	font-size:11px;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #f08e27;
}
.searchPadding {
	padding: 10px;
	text-align:right;
	vertical-align:middle;
}
.searchInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	border: 0px;
	
}
.vehicleCompatibility {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border: 0px;
	color:#FF9933;
	
}
.searchSubmit {
	background-image: url(images/iSimple_07.jpg);
}
.mainTDPadding {
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;	
}
.solutionsTitle {
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F5951D;
}

.copyRightLayers {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:white;
}

#mainTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	/*border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;*/
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

#green{
	color:#0F0;
	font-weight:bold;
}


#red{
	color:#F00;
	font-weight:bold;
}

#layerAdvSolutions {
	position:relative;
	width:448px;
	height:52px;
	z-index:2;
	left: 404px;
	top: 125px;
	visibility: hidden;
}
#layerAdvSolutions {
	position:absolute;
	width:694px;
	height:55px;
	z-index:2;
	left: 207px;
	top: 53px;
}
#advSol, #wiredSol, #wirelessSol, #bluetoothSol, #accessories {
	position:     absolute;
	top:          110px;
	left:         50%;
	width:        600px;
	margin-left:  -300px; /* half of the width */
	z-index:2;
	visibility: hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 12px;*/
	color:white;
	overflow: hidden;
	border: 1px dotted #FF6600;
	padding: 5px;
}
a:link {
	color: #ff7700;
}
a:visited {
	color: #ff7700;
}
a:hover {
	color: #ff7700;
}
a:active {
	color: #ff7700;
}
.newproduct {
 background: url(images/newproduct.png) no-repeat; 
}
.newproduct2 {
 background: url(images/newproduct2.png) no-repeat left;
 padding-left:32px; 
}