/* Product Banner */
#product-banner 
{ color: #fff;
  background: url('Images/banner-bg.png') top left no-repeat; 
  height: 217px; 
  padding-top: 30px;
  width: 980px;
}


#product-banner h1 { 
	font-size: 24px;
	margin-bottom: 12px;
}

#product-banner .large { 
	margin-top: 0px;
}


#product-banner ul { 
	margin-left: 10px;
	line-height: 24px;
	margin-bottom: 30px;
}

#product-banner h3 { 
	margin-bottom: 10px;
	/*font-family: Georgia, serif;*/
	font-weight: normal;
}

/*Banner Buttons */
/*blue large button*/
#product-banner .button 
{
    margin-right: 10px;
}
/*
#product-banner .button.lg.blue span
{
	background: transparent url('Images/blue_lg_lt.gif') no-repeat 0 0;
}
#product-banner .button.lg.blue 
{
    background: transparent url('Images/blue_lg_gt.gif') no-repeat top right;
	color: #FFFFFF;	
}
*/
/*green large button*/
/*#product-banner .button.lg.green span
{
	background: transparent url('Images/green_lg_lt.gif') no-repeat 0 0;
}
#product-banner .button.lg.green 
{
	background: transparent url('Images/green_lg_gt.gif') no-repeat top right;
	color: #FFFFFF;	
}*/



/*Product Features*/
.product-feature { display: block; 
                   margin-bottom: 40px;
}


/* --- Feature Icons ---- */
.product-feature .icon { width: 32px; height: 32px; float: left; margin-right: 10px;
                  background: url(images/computrace-icons.png) top left no-repeat; 
 }
 
 .product-feature.lojack .icon { background-image: url(images/lojack-icons.png); 
 }
.product-feature h3  
{
  margin-top: 3px;
  line-height: 22px;
}   
                  
.icon.inactive { background-position: bottom; }

/* Icons */
.assets .icon, .app-licenses .icon { }
.data-delete .icon, .security-config .icon { background-position: -32px 0px; }
.tracking .icon, .patch .icon { background-position: -64px 0px; }
.recovery .icon, .comp-imaging .icon { background-position: -96px 0px; }
.guarantee .icon, .asset-inventory .icon { background-position: -128px 0px; }
.power .icon { background-position: -160px 0px; }


/* Absolute Manage */
.app-licenses .icon, 
.security-config .icon, 
.patch .icon, 
.comp-imaging .icon, 
.asset-inventory .icon,
.power .icon { background-image: url(images/manage-icons.png); }


.hero 
{ margin-top: 35px;
}
/*------------- Product Nav------------*/

.product_nav li 
{
 float:left;
 list-style:none outside none; 
 text-transform: uppercase; 
 font-size: 16px;
 line-height: 17px;
}

.product_nav li a
{
 display: block;
 width: 100%;
 padding: 10px;
 padding-bottom: 20px;
 color: #fff;
 text-decoration: none;
 border-right: 1px solid #fff;
}

.product_nav li.omega a
{
 border-right: 0px;
}

.product_nav li a:hover
{
 background: #00639e;
}

.product_nav li span
{
 font-size: 11px;
 font-weight: normal;
}

.product_nav .selected a, .product_nav .selected a:hover
{
 background-image: url('images/selected-arrow.png');
 background-repeat: no-repeat;
 background-position: bottom center;
 color: #FFF;
}



/* Product Table */

.product_table {
	BORDER-SPACING: 0px; WIDTH: 100%;  font-size: 11px; line-height: 1.3;
}
.product_table TD {
	BORDER-BOTTOM: #fff 1px solid; PADDING-BOTTOM: 3px; PADDING-LEFT: 10px; BORDER-SPACING: 0px; PADDING-RIGHT: 10px; BACKGROUND: #f3f1ed; VERTICAL-ALIGN: middle; PADDING-TOP: 3px
}
.product_table TD.darker {
	BACKGROUND: #e6e4e0
}
.product_table TR.hover TD {
	BACKGROUND: #e9e9d9
}
.product_table TH {
	PADDING-BOTTOM: 7px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; BACKGROUND: #eae8e4; PADDING-TOP: 7px
}
.product_table TD.first_col {
	WIDTH: 250px
}
.product_table .second_col {
	TEXT-ALIGN: center
}
.product_table .third_col {
	TEXT-ALIGN: center
}
.product_table .price_row TD {
	PADDING-BOTTOM: 7px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; BACKGROUND: #e8e6d4; PADDING-TOP: 7px
}
.product_table .first_head {
}
.product_table .last_head {
}
.product_table THEAD .first_head {
}
.product_table THEAD .last_head {
}
.product_table .no_style .first_head {

}
.product_table .no_style .last_head {
}

.product_table .actions {
	TEXT-ALIGN: right; WIDTH: 60px; MARGIN-LEFT: 5px; FONT-SIZE: 10px; FONT-WEIGHT: bold
}
.product_table .no_style TH {
	BACKGROUND: #fff; PADDING-TOP: 8px
}
.product_table .no_style TH A.button_link {
	MARGIN: 0px 10px; FLOAT: none
}
.product_table .no_style TH A.button_link SPAN {
	FLOAT: none
}

/* Tab Strip */

#content-main .RadTabStrip  
{
    margin-bottom: 30px;
    background: #FFFFFF url(../Global/Images/tabstrip-bg.gif) repeat-x bottom;
}
#content-top .RadTabStrip
{
    background: #FFFFFF url(../Global/Images/tabstrip-bg.gif) repeat-x bottom;
    margin-bottom: 10px;
}

/*Resource Overrides */

/*Hide status*/
#content-main .resources-list .status
{
	display: none;
}



/*Last Call to Action overrides - Pam */
.lastcall .large
{
    display:none;
}
.lastcall .button
{
    margin-top: 0px !important;
}
