﻿@import url("HtmlOverrides.css"); /* Generic HTML Entity Styles from Core DNN Default Skin */
@import url("DnnOverrides.css"); /* DNN-Specific Styles from Core DNN Default Skin */
@import url("Menus.css"); /* Menu Styles */
/* @import url("layout.css");  */
/* @import url("styles_green.css");  */

/******************************************************
              CSS SPECIFIC TO THIS SKIN
 Styles that override core DNN styles may be placed 
 here, but it would be best to place such rules in the
 imported files (above).
*******************************************************/

#cont {
	height: auto;
}

#btm {
	/*
	background: #F4E6C5 url('gfx/landing_bgs/bg_landing_left_new.gif') left repeat-y;
	*/
	width: 789px;
	height: auto;
	min-height: 362px;
	background-color: #F4E6C5 !important;
}

#btm .content {
	float: left; 
	display: inline; 
	width: auto;
	_width: 358px;
	min-width: 358px; 
	max-width: 360px; 
	height: 362px;
	margin-left: 10px; 
	padding: 0 38px 0 0;
	overflow: hidden; 
	/*
	padding: 74px 48px 0 65px;
	height: 362px; 
	width: 364px; 
	*/
}
	
/*
.landing #btm .content h1 { margin:74px 0 0 65px;  }

.landing #btm .content p { margin: 13px 0px 0px 86px; line-height: 1.9em;  }
*/

#btm .links {
	float: right; 
	width: auto;
	min-width: 374px;
	max-width: 376px; 
	height: 362px; 
	overflow: hidden; 
	/*
	display: inline; 
	height: 382px; 
	margin-right: 11px;
	*/
}

/*
*/
#btm .links li a { 
	text-transform: uppercase; 
	color: #fff; 
	font: normal .9em arial; 
	text-decoration: none; 
}
	
#btm .links li a:hover { 
	font-weight: bold; 
}

.search_btn { 
	margin-top: 2px; 
	background: url( 'gfx/btn_Search_techinfo.gif' ) no-repeat; 
	width: 75px; 
	height: 19px; 
	cursor: pointer; 
}

.pg_techinfo #btm .documents { 
	clear: both; 
	float: left; 
	display: inline; 
	width: 601px; 
	height: auto;
	background: #CFA133; 
	margin: 20px 89px; 
	padding: 5px; 
	font: normal .9em arial;
	/*
	*/
}

.pg_techinfo .documents strong { 
	display: inline; 
	margin-bottom: 4px; 
	padding: 0px 5px; 
	color: #fff;
	/*
	display: block; 
	*/
}

.pg_techinfo .documents ul { 
	width: 100%;
	list-style: none; 
	/*
	float: left; 
	width: 600px; 
	*/
}

.pg_techinfo .documents li { 
	clear: left; 
	float: left; 
	color: #32170D; 
	display: inline; 
	padding: 10px 0px 10px 25px; 
	width: 575px; 
}

.pg_techinfo .documents li li {  
	clear: none; 
	float: left; 
	display: inline; 
	padding: 10px 0px 0px 10px; 
	width: 265px; 
	white-space: nowrap;
}

.pg_techinfo .documents li.doctype {
    display: block;
    clear: both;
    width: 100%;
    font-weight: bold;
}

.pg_techinfo .documents li.hl { 
	background-color: #EFBE4A; 
}

.pg_techinfo .documents li a { 
	color: #32170D; 
	font-size: 12px;
	font-weight: normal;
}

.pg_techinfo .documents li a:hover { 
	color: #EFBE4A; 
}

.pg_techinfo .documents li.hl a:hover { 
	color: #DF9D00; 
}

/*
.landing #btm .content {
	height: 382px;
	display: inline; 
	width: 413px; 
	padding: 50px 0 0 0;
	margin-left: 10px; 
	float: left; 
	overflow: hidden; 
	background: #F4E6C5 url('gfx/landing_bgs/bg_landing_left_new.gif') left repeat-y;
}
*/
