/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	min-width: 1024px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
	font-family: Arial, sans-serif;
	font-size: 150%;
	color: #FFCC33;
	margin: 0px;
	padding: 0px;
	float: left;
	vertical-align: middle;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #CC6600;
	margin: 0px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #333333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

h4{
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color: #efefef;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: right center;
}
.IS {
	background-image: url(graphics/HeaderGraphic_IS.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.analog {
	background-image: url(graphics/HeaderGraphic_AnalogRadios.gif);
}

.digital {
	background-image: url(graphics/HeaderGraphic_DigitalRadios.gif);
}

.accessories {
	background-image: url(graphics/HeaderGraphic_Accessories.gif);
}

h5{
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #334d55;
	padding: 0px;
	text-decoration: underline;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul{
 list-style-type: square;
}

.circle {
 list-style-type: circle;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	border-bottom: 1px solid #aaaaaa;
	width: 100%;
	background-image: url(graphics/masthead-background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 80%;
	margin: 0px;
}

#navBar{
	float: left;
	width: 18%;
	margin: 0px;
	padding: 0px;
	background-color: #BBBBBB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;
	clear: left;
	overflow: hidden;
}

#headlines{
	width: 150px;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aaaaaa;
	float: right;
}

#content{
	width: 58%;
	float: left;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #FFCC33;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: right;
	float: right;
}

#globalNav img{
 display: block;
}

#globalNav a {
	padding: 0 4px 0 0;
	color: #FFFFFF;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	padding: 1px;
	clear: right;
}
#breadCrumb a {
	color: #FFFFFF;
	text-decoration: none;
}
#breadCrumb a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#breadCrumb a:hover {
	text-decoration: underline;
}


/************** .feature styles ***************/

.feature{
	font-size: 80%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2%;
	padding-left: 2%;
}

.feature h3{
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #333333;
	background-color: #EEEEEE;
}


/************** .story styles *****************/

.story{
	font-size: 80%;
	padding-left: 10px;
}

.story h3{
	font-size: 110%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #EEEEEE;
}
.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	border-top: 1px solid #000000;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #dddddd;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	color: #660000;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #efefef;
}

#sectionLinks a:hover{
	background-color: #FFFFFF;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	font-size: 80%;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 20px;
	padding-left: 1%;
	width: 20%;
	overflow: hidden;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


#title {
	background-image: url(graphics/background.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

#innertitle {
	background-image: url(graphics/motorola-logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 60px;
}

/************** #hovmenu styles **************/

#hovmenu {
	background-color:#aab300;
	border: thin dashed #FFFFCC;
	text-align:center;
	font-size: 80%;
	z-Index:999;
	visibility:hidden;
	position:absolute;
	width:17%;
	padding: 10px;
	color: #FFFFFF;
}
#hovmenu a {
	color:#FFFFFF;
}
#hovmenu a:visited {
	color:#FFFFFF;
}
#hovmemu a:hover {
	text-decoration:underline;
}
#menu {
	display:none;
}
.promobigimage {
	background-color: #FFFFFF;
	background-image: url(graphics/promo-Q411-mainpage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-top: 215px;
	margin: 0px;
}
                  
#promohead {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	padding: 3px;
	color: #000000;
}

#promoimage {
	height: 150px;
	background-color: #EEEEEE;
	background-image: url(graphics/promo-Q411.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
table {
	font-size: 9px;
}
#logo {
	margin-left: 7px;
	padding-bottom: 8px;
	padding-left: 210px;
	background-image: url(graphics/axcess-logo-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 70px;
}
#homecontent {
	float: left;
	width: 80%;
}
#hometherest {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B6121C;
}
.coverimage {
	margin-top: -5px;
	margin-left: 10px;
}
#flash {
	margin-bottom: 10px;
	margin-left: 15px;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	position: relative;
	width: 278px;
}
#introtext {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
#pdfdownload {
	text-align: right;
	margin-top: 0px;
	margin-bottom: -20px;
	margin-right: 110px;
}
.new {
	background-image: url(graphics/new.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.new a:hover {
	background-image: url(graphics/new.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.gray {
	color: #7F7F7F;
}
.xlargegreen {
	font-size: x-large;
	font-weight: bold;
	color: #aab300;
}
.green {
	color: #aab300;
}

