body
	{
	background-color: #f5f5f5;
	margin-left : 0;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	padding : 0;
	padding-left: 0;
	margin : 0;
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
	font-family: arial;
	font-size: 10pt;
	}

.positionLabel
	{
	padding-top:10;
	}
	
.position800
	{
	position:absolute; 
	left:480; 
	top:40;
	color:white;	
	}	

.optionsSpacer
	{
	padding-top:16;
	}
	
		
.companyClr_bg
	{
	background-color: #0C5E99;
	}
	
.companyClr_fnt
	{
	color: #005D98;
	}
		
table.shadowTable
	{
	/*Remove below line to remove shadow. Below line should always appear last within this CSSfilter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='black', Positive='true'); 
	*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#484848,direction=135);
	background-color: white;
	}


table.outlined
	{
	/*background-color: e1e1e1;
	*/
	border-width : 4px;
	border-color : #E8EFF0;
	border-style : solid;
	border-left-width : 4px;
	border-right-width : 4px;
	border-top-width : 4px;
	border-bottom-width : 4px;
	}

	

table.outlinedHeader
	{
	/*background-color: e1e1e1;
	*/
	border-width : 1px;
	border-color : black;
	border-style : solid;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	border-bottom-width : 1px;
	}


.phone
	{
	padding-left:30px;
	font-size: 12pt;
	font-weight: bold;
	color: white;
	}	


.generic
	{
	font-size: 9pt;
	}	

	
.generic_sm
	{
	font-size: 8pt;
	}	


.company_clr
	{
	color: #0E2B88;
	}

.nowOnly
	{
	color: #990000;
	}
	
.specialPrice
	{
	color: black;
	}
	
	
a.company
	{
	color: #0E2B88;
	text-decoration: underline;
	}	


a.company:hover
	{
	color: #990000;
	text-decoration: underline;
	}	

td.bottom_menu
	{
	color: #b4b4b4;
	}
	
a.bottom_menu
	{
	color: #b4b4b4;
	text-decoration: underline;
	}	


a.bottom_menu:hover
	{
	color: #990000;
	text-decoration: underline;
	}	

.bottom_menu_sm	
	{
	font-size:8pt;
	color: gray;
	}

a.bottom_menu_sm
	{
	color: gray;
	text-decoration: none;
	}	

a.bottom_menu_sm:hover
	{
	font-size:8pt;
	color: #990000;
	text-decoration: underline;
	}	


a.topPanel
	{
	font-size:8pt;
	color: white;
	text-decoration: none;
	}	


a.topPanel:hover
	{
	font-size:8pt;
	color: silver;
	text-decoration: underline;
	}	

a.language
	{
	font-size:9pt;
	color: white;
	text-decoration: none;
	padding-right: 30px;
	}	


a.language:hover
	{
	font-size:9pt;
	color: #005D98;
	text-decoration: underline;
	padding-right: 30px;
	}	

	
a.label
	{
	font-size:8pt;
	color: black;
	text-decoration: none;
	}	
	

a.label:hover
	{
	font-size:8pt;
	color: #0E2B88;
	}	


.label
	{
	color: black;
	font-size:14pt;
	font-weight: bold;
	padding-right : 0px;
	text-align:center;
	}		

	
	
form
	{
	margin : 2px;
	}


input.bx
	{
	background-color: white;
	border-color: #7D7D7D;
	border-style: solid;
	border-width: 1;
	font-size: 8pt;
	}	


input.btn
	{
	background-color: #00B0BD;
	border-color: white;
	border-style: solid;
	border-width: 2;
	font-size: 8pt;
	color:white;
	font-weight: bolder;
	padding : 2px;
	}	

select
	{
	font-size: 8pt;
	}	


.hiLite
	{
	color:#990000;
	}
	

td.box_heading
	{
	background-color:#B5C2C1;
	color:white;
	font-weight:bold;
	}	


table.topMenu
	{
	font-family:arial;
	font-size:10pt;
	color: gray;
	}

a.topMenu
	{
	font-weight:normal;
	color:gray;
	font-size:10pt;
	text-decoration: none;
	}	

a.topMenu:hover
	{
	text-decoration: underline;
	font-weight:normal;
	color:black;
	font-size:10pt;
	}	



div.menu 
	{
	width: 100%;
	height: 30px;
	background: #00B0BD;
	vertical-align : middle;
	}

	
div.menu_onPage
	{
	width: 100%;
	height: 30px;
	background: #7FDBE6;
	color: white;
	text-decoration: none;
	font-size: 8pt;
	text-align: right;
	padding-top : 8px;
	padding-right : 20px;
	font-weight: bold;
	}

	
div.menu a 
	{
	display: block;
	width: 100%;
	height: 100%;
	color: white;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	padding-top : 5px;
	padding-right : 4px;
	/*border: 1px solid #ADB3B6;
	*/
	vertical-align : middle;
	}


div.menu a:hover 
	{
	background: #7FDBE6;
	color: white;
/*	border: 1px solid black; */
	}

	
#dhtmltooltip
	{
	/*Remove below line to remove shadow. Below line should always appear last within this CSSfilter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	*/
	position:absolute;
	visibility: hidden;
	}
	
table.detailsPop
	{
	background-color: white;/*e1e1e1;*/
	border-width : 1px;
	border-color : black;
	border-style : solid;
	border-left-width : 1;
	border-right-width : 1;
	border-top-width : 1;
	border-bottom-width : 1;
	font-family: arial;
	font-size: 8pt;
	}

	
table.helpPop
	{
	background-color: #ffffcc;/*e1e1e1;*/
	border-width : 1px;
	border-color : black;
	border-style : solid;
	border-left-width : 1;
	border-right-width : 1;
	border-top-width : 1;
	border-bottom-width : 1;
	font-family: arial;
	font-size: 8pt;
	}


.specialImg
	{
	border-width : 1px;
	border-color : black;
	border-style : solid;
	}
	
td.rightColumnOutlined
	{
	background-color: e1e1e1;
	border-width : 1px;
	border-color : black;
	border-style : solid;
	border-left-width : 1;
	border-right-width : 1;
	border-top-width : 0;
	border-bottom-width : 1;
	}	


table.rightColumn
	{
	background-color: e1e1e1;
	border-width : 1px;
	border-color : black;
	border-style : solid;
	border-left-width : 0;
	border-right-width : 0;
	border-top-width : 0;
	border-bottom-width : 1;
	}

td.rightColumn	
	{
	color: #797878;
	font-size: 8pt;	
	}

.form_qty
	{
	}
			

	

.locationImg
	{
	border-width : 1px;
	border-color : black;
	border-style : solid;
	}	
	
a.featuredLabel
	{
	font-weight:bold;
	color:black;
	font-size:10pt;
	text-decoration: none;
	}	

a.featuredLabel:hover
	{
	text-decoration: underline;
	font-weight:bold;
	color:gray;
	font-size:10pt;
	}	
	
