/*Mouse over style for the 6 weeks and 6 months details*/

span:hover { POSITION: relative }
span.sfHover { POSITION: relative }
span DIV { DISPLAY: none } 
span:hover DIV { BORDER-RIGHT: #c0c0c0 1px dotted; BORDER-TOP: #c0c0c0 1px dotted; DISPLAY: block; Z-INDEX: 100; RIGHT: -20px; BACKGROUND: #fff793; BORDER-LEFT: #c0c0c0 1px dotted; BORDER-BOTTOM: #c0c0c0 1px dotted; POSITION: absolute; TOP: 30px; opacity: 0.9 } 
span.sfHover DIV { BORDER-RIGHT: #c0c0c0 1px dotted; BORDER-TOP: #c0c0c0 1px dotted; DISPLAY: block; Z-INDEX: 100; RIGHT: -20px; BACKGROUND: #fff793; BORDER-LEFT: #c0c0c0 1px dotted; BORDER-BOTTOM: #c0c0c0 1px dotted; POSITION: absolute; TOP: 30px; opacity: 0.9 }

/*
span:hover { POSITION: relative }
span.sfHover { POSITION: relative }
span DIV { DISPLAY: none } 
span:hover DIV { BORDER-RIGHT: #c0c0c0 1px dotted; BORDER-TOP: #c0c0c0 1px dotted; DISPLAY: block; Z-INDEX: 100; RIGHT: 0px; BACKGROUND: #fff793; BORDER-LEFT: #c0c0c0 1px dotted; BORDER-BOTTOM: #c0c0c0 1px dotted; POSITION: absolute; TOP: 30px; opacity: 0.9 } 
span.sfHover DIV { BORDER-RIGHT: #c0c0c0 1px dotted; BORDER-TOP: #c0c0c0 1px dotted; DISPLAY: block; Z-INDEX: 100; RIGHT: 0px; BACKGROUND: #fff793; BORDER-LEFT: #c0c0c0 1px dotted; BORDER-BOTTOM: #c0c0c0 1px dotted; POSITION: absolute; TOP: 30px; opacity: 0.9 }
*/

/* Error string for form validation */
.error_strings{ font-family:Verdana; font-size:12px; color:#660000; font-weight:bold;}

/* SELECT CUSTOMER NOTIFICATION CRAP */



#select_customers_block_back 
{
	BORDER-RIGHT: #c0c0c0 1px dotted;
	BORDER-TOP: #c0c0c0 1px dotted;
	DISPLAY: block;
	/*Z-INDEX: 100;
	RIGHT: 0px;*/
	BACKGROUND: #7C94E0;
	BORDER-LEFT: #c0c0c0 1px dotted;
	BORDER-BOTTOM: #c0c0c0 1px dotted;
	POSITION: absolute;
	TOP: 0px;
	opacity: 0.7;
	filter:alpha(opacity=50);
	left: 0px;
	/*height:99.65%;
	width:99.7%;*/
	
}

#select_customer_notice
{
	width: 400px;
	height: 300px;
 	/*background-color: #c0c0c0;
	background-image: url(../../include/images/loading_bar.png);*/
	background-color:#BBCEF2;
	border: #c0c0c0 4px dotted;
	/*
	border-left: #c0c0c0 4px dotted;
	border-bottom: #c0c0c0 4px dotted;
	*/
	background-position: 50% 50%;
	background-repeat:no-repeat;
 	position: absolute;
 	/*left: 25%;
 	top: 25%;*/
	/*margin-top: -100px;
	margin: 2px;
 	margin-top: -12px;
 	margin-left: -63px;*/
 	text-align: center;
	color:#000066;
}


/* END SELECT CUSTOMER NOTIFICATION CRAP */





*
{
	margin: 0px;
	padding: 0px;
}
input
{
	font-size: 0.9em;
}
body
{
	min-width: 760px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	
}
#sales_reps
{
	/*width: 252px;
	height: 50px;
 	background-color: #c0c0c0;
	background-image: url(../images/loading_bar.png);
	background-position: 50% 50%;
	background-repeat:no-repeat;*/
	font-size:16px;
	text-decoration:none;
 	position: absolute;
 	left: 99%;
 	top: 97%;
	/*margin-top: -100px;
	margin: 2px;
 	margin-top: -12px;
 	margin-left: -63px;
 	text-align: center;
	color:#FFFFFF*/
}

#loading
{
	width: 252px;
	height: 50px;
 	/*background-color: #c0c0c0;*/
	background-image: url(../../include/images/loading_bar.png);
	background-position: 50% 50%;
	background-repeat:no-repeat;
 	position: absolute;
 	left: 35%;
 	top: 50%;
	margin-top: -100px;
	margin: 2px;
 	/*margin-top: -12px;
 	margin-left: -63px;*/
 	text-align: center;
	color:#FFFFFF;
}

#Accordion1
{
	/*display:none;*/
}


#my_account, #my_account a:link, #my_account a:visited, #my_account a:hover
{
	text-decoration:none;
	color:#FFFFFF;
}

#my_account_u, #my_account a:link, #my_account a:visited, #my_account a:hover
{
	text-decoration:underline;
	color:#FFFFFF;
}

#error
{
	color:#000000;
	border-color: rgb(255, 0, 0);
	background: rgb(255, 91, 91) none repeat scroll 0%;
	/*color: rgb(255, 255, 255);*/
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
}

#divHeader
{
	height: 50px;
	margin-right: 0px;
	margin-left: 0px;
}
#divMainNav
{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../images/menu_bg.gif);
	background-repeat:repeat-x;
}

#menu_links
{
	font-size:.9em;
	text-decoration:none;
	margin:2px;
}

#footer
{
	font-size:.7em;
	/*position:absolute;
	left: center;
	bottom: 0px;*/
	text-align:center;
	width:100%;
}

#wrapContent
{
	margin-right: 0px;
	margin-left: 0px;
	color: #333333;
}
#columnBox form label
{
	font-size: 0.7em;
	text-transform: capitalize;
	text-align: center;
	display: block;
	margin-bottom: 8px;
}
#columnBox form
{
	text-align: center;
	margin-top: 10px;
}
#columnBox form input
{
	font-size: 0.9em;
	width: 95%;
}

#navUL
{
	list-style-type: none;
	padding-top: 15px;
	padding-bottom: 4px;
	font-size: 0.8em;
}
#navUL li
{
	display: inline;
	color: #FFFFFF;
	margin-right: 15px;
	margin-left: 15px;
}
#navUL a:link, #navUL a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}



#divRightCol
{
	float: right;
	height: 200px;
	width: 290px;
}
#navUL a:hover, #navUL a:focus, #navUL a:active
{
	color: #FFCC33;
}

#divMidCol
{
	margin-right: 300px;
	margin-left: 0px;
	font-size:.9em;
	
}

#divProductBoxes
{
	margin-right: 185px;
	margin-left: 185px;
}


.clearer
{
	line-height: 0px;
	clear: both;
	width: 100%;
}



#divLeftCol
{
	float: left;
	/*height: 200px;*/
	width: 270px;
}

#divMiddleCol
{
	float: left;
	margin-left: 275px;
	margin-right: 185px;
	
	/*overflow:auto;
	height: 200px;
	width: 300px;*/
}

#columnBoxMiddle
{
	float:left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	border: 1px solid #00008A;
	/*overflow:hidden;
	
	position:relative;*/
	width:300px;
	vertical-align:top;
}

#columnBoxMiddle h4
{
	color: #FFFFFF;
	font-size: 0.8em;
	text-transform: uppercase;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	background-color: #00008A;
}

#columnBox form label
{
	font-size: 0.7em;
	text-transform: capitalize;
	text-align: center;
	display: block;
	margin-bottom: 8px;
}
#columnBox form
{
	text-align: center;
	margin-top: 10px;
}
#columnBox form input
{
	font-size: 0.9em;
	width: 90%;
}

#columnBox
{
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border: 1px solid #00008A;
	/*position:relative;*/
}
#columnBox h4
{
	color: #FFFFFF;
	font-size: 0.8em;
	text-transform: uppercase;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	background-color: #00008A;
}

#columnBox h3
{
	font-size: 0.6em;
	text-transform: uppercase;
	/*text-align: center;*/
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

