/* post-float clearing */

.focus:after,
.information:after {		
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* setup */

.focus {
	background: #455560 url(../images/focus-background-shadow.gif) 0 0 repeat-x;
}
.information {
	height: 1%;
	background: transparent url(../images/focus-background-shadow.gif) 0 0 repeat-x;
}

/* subnav */

.subnav {
	float: left;
	width: 290px;
	height: 1%;
	background: #455560 url(../images/sidebar-background-shadow.gif) 0 0 repeat-x;
}
.subnav ul {
	margin: 40px;
	font-weight: bold;
	line-height: 1.25em;
	list-style-image: url(../images/sidebar-bullet.gif);
}
.subnav ul li {
	margin-bottom: 1em;
}
.subnav ul li a {
	color: #91daff;
}
.subnav ul li.here a {
	color: #ffffff;
}

/* product image */

.product-image {
	position: relative;
	top: -99px;
	margin-bottom: -120px;
	width: 594px;
	height: 1%;
	background: transparent url(http://business.motorola.com/experiencelte/images/focus-background-glowing.gif) 100% 99px no-repeat;
	text-align: center;
}

/* main text */

.text {
	margin-bottom: 40px;
	color: #fff;
}
.text.columnized {
	background: url(../images/column-vertical-divider.gif) left top no-repeat; 
	float: right;
	width: 594px;
	
}
.text .details {
	margin: 0 20px;
	padding: 4px 15px 0;
	line-height: 1.42em;
	background: transparent url(../images/focus-hrule.gif) 0 0 repeat-x;
	
}
.text h3 {
	margin: 40px 35px 9px 35px;
	height: 20px;
	font-size: 2.0em;
	padding-bottom: 3px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	/*text-indent: -9999px;
	
	overflow: hidden;*/
}


/*
#lte-end-user .text h3 {
	background:url(../images/header-expo-connectivity.gif) top left no-repeat; 
	height: 22px; 
}
#lte-serviceprovider .text h3 {
	background:url(../images/header-gobeyond.gif) top left no-repeat; 
	height: 22px; 
}
#lte-moto .text h3 {
	background:url(../images/header-breathing-broadband.gif) top left no-repeat; 
	height: 21px; 
}
#lte-depth .text h3 {
	background:url(../images/header-perform.png) top left no-repeat; 
	height: 20px; 
}
#lte-flat .text h3 {
	background:url(../images/header-flat.png) top left no-repeat; 
	height: 21px; 
}
#lte-cdma .text h3 {
	background:url(../images/header-cdma.png) top left no-repeat; 
	height: 21px;  
}
*/



.text h4 {
	font-size: 1.17em;
	font-weight: bold;
}
.text h5 {
	margin: 0 0 0.5em;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}
.text p {
	margin: 0 0 1em;
	font-size: 1em;
}
.text .details p.intro {
	margin-top: 1em;
	/*font-size: 1.17em;
	line-height: 1.58em;*/
}
.text ul {
	list-style-image: url(../images/text-bullet.gif);
}
.text ul li {
	margin: 0 0 0.5em 14px;
	font-size: 1em;
}
.text .fullspec h4 {
	margin-top: 24px;
}
.text .fullspec h4 a {
	display: block;
	margin-bottom: 8px;
	width: 245px;
	height: 31px;
	background: transparent url(http://business.motorola.com/experiencelte/images/button-fullspec.gif) 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.text .fullspec h4 a:hover {
	background-position: 0 -31px;
}
.text .fullspec p {
	font-size: 0.92em;
}

.text .viewAddRec h4 {
	margin-top: 24px;
}
.text .viewAddRec h4 a {
	display: block;
	margin-bottom: 8px;
	width: 245px;
	height: 31px;
	background: transparent url(http://business.motorola.com/experiencelte/images/button-viewAddResources.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.text .viewAddRec h4 a:hover {
	background-position: 0 -31px;
}
.text .viewAddRec p {
	font-size: 0.92em;
}



