/******* Begin Styles for ??? *********/
body
{
	/*
	EDITED BY BILLY 11-12-07
	margin: 0;
	background: #FFF;
	color: #000;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 0.7em;
	*/

	padding: 0px;
	margin: 0px;
	background: #FFF;
	background-color: transparent;
	font-family: Arial, Tahoma;
	font-size: 0.7em;
	color: #666;
}

ul#newnav
{
	height: 28px;
	background: #89898B url('/digitalAssets/1414_header-nav-bg.gif') repeat-x;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#newnav li
{
	position: relative;
	float: left;
	height: 28px;
	margin: 2px 0 0 0;
	border-left: 1px solid #878787;
	border-right: 1px solid #606060;
	font-size:11px;
}

ul#newnav li ul
{
	display: none;
	position: absolute;
	top: 23px;
	left: 0;
	width: 150px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #CCC;
	border: 1px solid #888;
}

ul#newnav li:hover ul
{
	display: block;
}

ul#newnav li ul li
{
	position: static;
	float: none;
	height: auto;
	margin: 1px;
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 1px solid #AAA;
}

ul#newnav li a
{
	float: left;
	padding: 5px 16px 0 16px;
	height: 25px;
	color: #FFF;
	text-decoration: none;
	display:block;
}

ul#newnav li ul li a
{
	display: block;
	float: none;
	padding: 3px 7px;
	height: auto;
	color: #000;
	text-decoration: underline;
}

ul#newnav li a:hover,
ul#newnav li a.active
{
	background: #FF7902 url('/digitalAssets/1415_header-nav-bg-hover.gif') repeat-x;
}

ul#newnav li ul li a:hover,
ul#newnav li ul lia.active
{
	background: #FFF;	
}


body.mailmapper
{
	background: #FFF3EB url(images/mailmap_bg.gif) repeat-x;
}

a:link
{
	color: #FF6600;
	text-decoration: none;
}

a:visited
{
	color: #FF6600;
	text-decoration: none;
}

a:hover
{
	color: #FF6600;
	text-decoration: underline;
}

a:active
{
	color: #FF6600;
	text-decoration: underline;
}

em
{
	color: #666;
	font-style: normal;
}

strong
{
	color: #FF6600;
	font-weight: bold;
}
/******* End Styles for ??? *********/

/******* Begin Styles for navigation *********/
.navbar {

}

.func-nav {
	color: #AAA; 
	background: #CCC;
	padding: 2px 0 6px 20px;
	text-align: left;
	font-size: 75%;
	font-family: Arial, Tahoma, sans-serif;
	border-bottom: 2px solid #EEE;
	height:20px;
}

.func-nav a 
{
	color: #282828;
}

.mybasket {
	color: #FFF; 
	padding-right: 0px;
	font-size: 75%;
	font-family: Arial, Tahoma, sans-serif;
}

.sub-nav {
	border: 1px solid #CCC;
	margin: 0px;
	padding: 1px;
	width: 151px;
}

.sub-nav DIV 
{
	margin-top: 1px;
	border-bottom: 1px solid #EEE;
	border-right: 1px solid #EEE;
	padding-left: 10px;
	font-size: 75%;
	font-family: Arial, Tahoma, sans-serif;
}

.sub-nav UL {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: square;
	color: #F60;
}

.sub-nav UL LI {
	font-weight: normal;
}

.this {
	font-weight: bold;
	color: #F60; 
}
/******* End Styles for navigation *********/


/******* Begin Styles for main content *********/
.content {
	padding-right: 20px;
}

/*
EDITED BY BILLY 11-12-07
*/

p
{
	margin: 10px 0;
	padding-bottom:10px;
	font-size: 70%; 
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	margin: 10px 0;
	color: #FF6600;
}

h1 {font-size: 145%; margin: 0 10px 20px 10px}
h2 {font-size: 125%;}
h3 {font-size: 100%; font-weight: bold; padding-left:10px;}
h4 {font-size: 90%; font-weight: bold; padding-left:10px;}
h5 {font-size: 90%; font-weight: bold;}
h6 {font-size: 85%; font-weight: bold;}



	/* EDITED BY BILLY 11-12-07 
	h1, h1 strong
	{
		font-weight: normal;
		color: #FF6600;
		font-size: 150%;
	}

	H2
	{
		border-bottom: 1px solid #FFC29A;
	}

	H3
	{
		font-weight: normal;
		color: #FF6600;
	}

	H3.mailmap {
		font-weight: normal;
		color: #FF6600;
	}

	H4 {
		font-weight: bold;
		color: #FF6600;
	}

	h1, h2, h3, h4
	{
		margin: 0;
		line-height: 160%;
	}

	P 
	{
		font-size: 75%;
		margin: 6px 0;
		padding: 0px;
	}
	
	P.indent {
		line-height: 1.4em;
		margin-top: 0px;
		padding-left: 40px;
		font-size: 75%;
		font-family: Arial, Tahoma, sans-serif;
	}
	*/
	

PRE {
	padding-left: 20px;
}

HR {
	margin: 10px 0;
	color: #F60;
	background-color: #CCC;
	height: 1px;
	border: 0;
}

OL.normal, UL.normal {
	margin-left: 20px;
}

OL.normal LI, UL.normal LI {
	line-height: 1.4em;
	font-size: 75%;
	font-family: Arial, Tahoma, sans-serif;
	font-weight: normal;
}

UL 
{
	
	list-style-image:url('/digitalAssets/1685_left-bullet-w.gif');
	padding-left: 20px; 
	margin-left: 20px;
}

LI{
	line-height: 1.4em;
	font-size: 75%;
	font-family: Arial, Tahoma, sans-serif;
	font-weight: normal;
}

UL.hp-offer {
	list-style-type: square;
	margin-top: 0px;
	color: #F60;
}

UL.hp-offer LI {
	line-height: 1.4em;
	font-size: 75%;
	font-family: Arial, Tahoma, sans-serif;
	font-weight: normal;
}

.bl {
	color: #000;
}

LI UL {
	padding-left: 10px; 
	margin-left: 10px;
}

LI UL LI {
	font-size: 100%;
	font-weight: normal;
}

DL	{
	font-size: 75%;
	font-family: Arial, Tahoma, sans-serif;
}

DT	{
	padding-left: 20px; 
	font-weight: bold;
	color: #F60;
}

DD	{
	padding-bottom: 10px;
}

DIV.buttons {
	margin-top: 10px;
	text-align: right;
}

DIV.top {
	text-align: right;
	font-family: Arial, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 65%;
	color: #F60;
	margin-top: 5px;
	margin-bottom: 5px;
	}

DIV.standout {
	font-size: 75%;
	font-family: Arial, Tahoma, sans-serif;
	color: #F60;
	background-color: #FFF0E6;
}

DIV.standout2 {
	background-color: #FFE0CC;
	font-size: 65%;
	font-family: Arial, Tahoma, sans-serif;
	color: #000;
}

TABLE.con {
	border-collapse: collapse;
	margin-left: 20px;
	font-size: 12px;
}

TABLE.con TH {
	color: #FF6600;
	font-weight: bold;
	border: 1px solid #E6E2E3;
	padding: 3px 5px;
}

TABLE.con TD {
	border: 1px solid #E6E2E3;
	padding: 3px 5px;
}

TABLE.con TD.left-indent {
	padding-left: 45px;
	font-weight: normal;
	color:#666;
	background:url('/digitalAssets/1685_left-bullet-w.gif') 25px 7px no-repeat;
}

TABLE.con TD.left {
	padding-left: 25px;
	font-weight: normal;
	color:#666;
	background:url('/digitalAssets/1685_left-bullet-w.gif') 10px 7px no-repeat;
}

TABLE.con TD.left-nodot {
	padding-left: 25px;
	font-weight: normal;
	color:#666;
	background:none;
}

TABLE.con TD.price {
	background: #FFF none;
	color: #F60;
	text-align:right;
}

TABLE.con TD.total {
	color: #F60;
	font-weight: bold;
	text-align: right;
}

TABLE.con TD.total-left {
	color: #F60;
	font-weight: bold;
	padding-left: 13px;
}

TABLE.con TD.bare {
	border: 0 none;
}


TABLE.details {
	border-collapse: collapse;
}

TABLE.details TD {
	background: #FFF none;
	color: #000;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Tahoma, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

TABLE.details TD.left {
	padding-left: 20px;
	color: #F60;
}

TABLE.details TD.right {
	color: #F60;
}

TABLE.details TD.mandatory, .hilite {
	font-family: Arial, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 120%;
	color: #F60;
}


.input1	{width: 40px;}
.input2 {width: 160px;}
.input3 {width: 200px;}
.input4	{width: 80px;}

.select-cards {
	font-size: 95%;
	font-family: Arial, Tahoma, sans-serif;
}

/* Styles for DHTML menus */

#parent	{position: relative;}
.el {
	top: 25px; 
	z-index: 10; 
	position: absolute; 
	/*layer-background-color: #FFE1CD;*/
	border: 1px solid #F60; 
	margin: 0px; 
	background: #FFE1CD none; 
	padding: 0px;
	width: 150px; 
	visibility: hidden;
}
.el DIV {
	border-style: solid;
	border-color: #FFBC90;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	font-size: 75%;
	font-family: Arial, Tahoma, sans-serif;
}

.el-sub {
	z-index: 20; 
	position: absolute; 
	/*layer-background-color: #FFE1CD; */
	border: 1px solid #F60; 
	margin: 0px; 
	background: #FFE1CD none; 
	padding: 0px;
	width: 150px; 
	visibility: hidden;
}
.el-sub DIV {
	border-style: solid;
	border-color: #FFBC90;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	font-size: 75%;
	font-family: Arial, Tahoma, sans-serif;
}
#el1	{left:  20px;}
#el2	{left:  138px;}
#el4	{left:  285px;}
#el6	{left:  205px;}
#sub1	{left:  167px; top: 3.3em;}
#sub2	{left:  167px; top: 4.8em;}
#sub3	{left:  167px; top: 6.3em;}
#sub4	{left:  167px; top: 7.8em;}
#sub5	{left:  167px; top: 9.3em;}

TABLE.con2 {  }
TABLE.con3 { background: #FFF url(none); color: #000; font-weight: normal; text-align: left; font-size: 75%; font-family: Arial, Tahoma, sans-serif; border-left-color: #F60; border-right-color: #F60; border-bottom-color: #FF9E5D; border-top-color: #FF9E5D; padding-left: 5px; padding-right: 5px; padding-top: 2px; padding-bottom: 2px; ; border: 1px solid}
TABLE.con3 TH.left-orange { border-left-width: 7px; }


H3{
	color: #FF6600;
	font-weight: bolder;
	font-size: 15px;
	margin-bottom: 2px;
	margin-top: 8px;
}




