/*
* General Type and Elements
* ---------------------------------------------------- */
body {
	margin: 0px;
	border: none;
	padding: 0px;
	background-color: #FFF;
	text-align: center;
	}
	
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 150%;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	}

/*body, p, div, td, th, tr, form, ol, ul, li, input, text, textarea, select, .ghost {  */
body {  
	font: normal 11px Arial,Helvetica,sans-serif;
	font-weight: normal; 
	color: #000;
	line-height: 120%;
	}
a          {color: #0A4979; text-decoration:none; font-size:11px; font-weight:bold;}
a:Visited  {color: #0A4979; text-decoration:none; font-size:11px; font-weight:bold;}
a:Active   {color: #0A4979; text-decoration:none; font-size:11px; font-weight:bold;}
a:Hover    {color: #369AC8; text-decoration:underline; font-size:11px; font-weight:bold;}

a.news	        {color: #0A4979; text-decoration:none; font-size:11px; font-weight:bold;}
a.news:Visited  {color: #0A4979; text-decoration:none; font-size:11px; font-weight:bold;}
a.news:Active   {color: #0A4979; text-decoration:none; font-size:11px; font-weight:bold;}
a.news:Hover    {color: #369AC8; text-decoration:underline; font-size:11px; font-weight:bold;}

.smalltext, .smalltext td, .smalltext li {
	font-size: 10px;
	}
h1 {
	font: normal 700 20px arial,helvetica,sans-serif; 
	color: #333;
	margin: 0px 0px 15px 0px;
	border: none;
	padding: 0px 0px 0px 0px;
	}
h2 {
	font: normal 900 16px arial,helvetica,sans-serif; 
	color: #999;
	margin: 0px 0px 2px 0px;
	border: none;
	padding: 0px;
	}
h3, .h3 {
	font: normal 900 14px arial,helvetica,sans-serif; 
	color: #339;
	margin: 0px 0px 2px 0px;
	border: none;
	padding: 0px;
	}
th { text-align: left; font-weight: bold; }
td { vertical-align: top; }
hr {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	border: none; 
	color: #999; 
	background-color: #999; 
	height: 1px;
	}
form {
	padding: 0px;
	margin: 0px;
	}



/*
* Stylized Type
* ---------------------------------------------------- */
.error {
	color: #b52d15;
	padding: 5px 9px 6px 33px;
	background-image: url(/images/error_icon.gif);
	background-color: #fbe0db;
	background-position: 10px 7px;
	background-repeat: no-repeat;
	font-weight: bold;
	margin: 0px 0px 8px;
	border: 1px solid #f6beb4;
	}
.success {
	color: #34821e;
	padding: 5px 9px 6px 33px;
	background-image: url(/images/success_icon.gif);
	background-color: #eaf4e9;
	background-position: 10px 7px;
	background-repeat: no-repeat;
	font-weight: bold;
	margin: 0px 0px 8px;
	border: 1px solid #caeec7;
	}
.ghost { color: #666666; }
.red   { color: #ff0000; }
.required { color: #C00; font-weight: bold; }

.formtable {
	border: 1px solid #333;
	}
.formtable th {
	background-color: #333;
	color: #FFF;
	}
	.formtable th a:link    { color: #FFF; text-decoration:underline; }
	.formtable th a:active  { color: #FFF; text-decoration:underline; }
	.formtable th a:visited { color: #FFF; text-decoration:underline; }
.note {
	margin: 10px 0px 10px 0px; 
	padding: 8px;
	border: 1px solid #CCC; 
	background-color: #EEE;
	color: #333;
	font-size: 10px;
	}
	.note p { float: right; margin: 0px; padding: 0px; border: none; }
.highlightbox, .question, .devnote {
	margin: 10px 0px 10px 0px; 
	padding: 8px;
	border: 1px solid #CC9; 
	background-color: #FFC;
	color: #000;
	font-size: 10px;
	}



/*
* BODY STYLES
* ---------------------------------------------------- */

#Frame {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width:726px;
	text-align:left;
	}
#navband {
	border-bottom: 1px solid #CCC;
	margin: 10px 0px 0px 0px;
	}
.white {
	color: #FFFFFF;
}
.nav {
	font-size: 14px;
	padding: 20px 0px 10px 0px;
	}
	.nav a { font-weight: bold; }
.tools {
	font-size: 11px;
	margin: 0px;
	width:auto;
	white-space:nowrap;
	padding: 0px 0px 10px 0px;
	}
.leftcolumn {
	background-color: #EEE;
	border: 1px solid #CCC;
	}
.columnnav {
	width: 125px;
	border-bottom: 1px solid #FFF;
	border-collapse:collapse;
	background-color: #EEE;
	}
	.columnnav p {
		padding: 5px 2px 5px 8px;
		margin: 0px;
		border-collapse:collapse;
		border-bottom: 1px solid #FFF;
		}
		.columnnav p a:link    { text-decoration:none; }
		.columnnav p a:active  { text-decoration:none; }
		.columnnav p a:visited { text-decoration:none; }
		.columnnav p a:Hover   { text-decoration:underline;}
	
.content {
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	}
	.content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 150%;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	}
	
.highlight {
	color: #FF1827;
	}
	a.highlight  			{color: #FF1827; text-decoration:none;}
	a.highlight:Visited  	{color: #FF1827; text-decoration:none;}
	a.highlight:Active   	{color: #FF1827; text-decoration:none;}
	a.highlight:Hover    	{color: #FF1827; text-decoration:underline;}
	
.location_table {
 	padding: 2px;
	}
	
.main1 {
	font: normal 11px Arial,Helvetica,sans-serif;
	color: #1C2F3A;
		}
		
.main2 {
	font: normal 10px Arial,Helvetica,sans-serif;
	color: #1C2F3A;
		}
		

.table_head {
	line-height: 20px;
	background-color: #244F7A;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	}

.table_head_highlight {
	line-height: 20px;
	background-color: #D70E0E;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	}

.table_list {
	vertical-align: middle;
	}

#bodyholder {
	width: 100%;
	padding: 0px 0px 0px 0px;
	min-height: 300px;
	}
.bodycontent {
	padding: 10px 0px 10px 0px;
	line-height: 150%;
	}
#footer {
	font: normal 11px Arial,Helvetica,sans-serif;
	margin: 20px 0px 0px 0px;
	border-top: 1px solid #CCC;
	text-align: left;
	padding: 10px 0px 10px 0px;
	clear:both;
	color: #666;
	}
	

	a.footer	  			{color: #4E5F6D; text-decoration:none; font-weight: bold;}
	a.footer:Visited  		{color: #4E5F6D; text-decoration:none; font-weight: bold;}
	a.footer:Active   		{color: #4E5F6D; text-decoration:none; font-weight: bold;}
	a.footer:Hover    		{color: #4E5F6D; text-decoration:underline; font-weight: bold;}

/*
* Admin
* ---------------------------------------------------- */
#adminband {
	margin: 0px 0px 20px 0px; 
	padding: 5px 0px 5px 0px; 
	background-color: #FCC;
	color: #666;
	border-bottom: 1px solid #CCC;
	}
	#adminband p {
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
		width:726px;
		text-align:left;
		}
	#adminband a         {color: #666;text-decoration:underline;}
	#adminband a:Visited {color: #666;text-decoration:underline;}
	#adminband a:Active  {color: #666;text-decoration:underline;}
	#adminband a:Hover   {color: #666;text-decoration:none;}
	
table.admin_form {
	border: 1px solid #333;
	}
	
	.admin_form th {
		background-color: #333;
		color: #fff;
		}
		
	.admin_form td {
		padding: 4px 6px;
		}
		
	.admin_form label {
		display: block;
		padding: 2px 20px 0px 0px;
		white-space: nowrap;
		}
		
	label.checkbox {
		display: inline;
		padding: 0px;
		white-space: normal;
		}
		
	input.checkbox {
		width: auto;
		vertical-align: middle;
		margin: 0px 2px 0px 0px;
		}
		
table.admin_list {
	border: 1px solid #333;
	width: 580px;
	}
	
	.admin_list th {
		background-color: #333;
		color: #FFF;
		text-align: left;
		padding: 4px 6px;
		}
		
	.admin_list td {
		padding: 4px 6px;
		}

.page_walker {
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	padding: 5px;
	margin: 5px 0px;
	clear: both;
}

table.clearance_table {
	width: 325px;
	}
	
	.clearance_table td {
		padding: 14px 5px;
		border-bottom: 1px solid #888;
		}
		
		.clearance_table .item_image {
			width: 60px;
			}
			
			.clearance_table .item_image img {
				border: 1px solid #666;
				display: block;
				}
				
		.clearance_table a {
			font-size: 13px;
			line-height: 17px;
			}
			
		.clearance_table .item_number {
			font: normal normal normal 10px/normal Verdana, Arial, Helvetica, sans-serif;
			padding: 2px 0px; 
			color: #999;
			}
			
		.clearance_table .item_short_desc {
			margin: 8px 0px;
			}
			
		.clearance_table .item_regular_price {
			color: #666;
			}
			
		.clearance_table .item_closeout_price {
			font-weight: bold; font-size: 12px;
			}