/* Site-Specific Classes
----------------------------*/

.page_title { font-weight: bold; color:#003093; }

.body_width { width: 724px; }

.column_left { width: 130px; background-color:#E2E2E2; vertical-align:top; }
.column_left_pad { padding: 2px; }
.column_left_table { width: 130px; }


.center_column { width: 594px; height: 300px; background-color:#FFFFFF; vertical-align:top; }
.center_column_pad { padding: 16px; }
.header_cell { border: 1px solid #CCCCCC; }
.footer_cell { border: 1px solid #CCCCCC; text-align:center; }
.footer_cell_pad { padding: 8px; }

.homepage_content { font-size: 10px; }
.homepage_content strong, b { color:#0B4279; }

.product_image { padding:1px; border:1px solid #959BD6; }

.product_price {
	font-size: 14px;
	color:#CA0505;
	font-weight: bold;
}

.border_left {
	width: 13px;
	vertical-align:top;
	background-image:url(../images/border_left.gif);
	background-repeat:repeat-y;
}

.border_right {
	width: 14px;
	vertical-align:top;
	background-image:url(../images/border_right.gif);
	background-repeat:repeat-y;
}

.search_bg {
	width: 750px;
	height: 23px;
	text-align:right;
	vertical-align:middle;
	background-image:url(../images/anns_search_bg.gif);
	background-repeat:no-repeat;
}

.footer_bg {
	width: 750px;
	height: 20px;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
	font-size: 9px;
}

.footer_bg a { color:#FFFFFF; text-decoration:underline; font-weight: bold; }
.footer_bg a:hover { color:#CACACA; text-decoration:underline; font-weight: bold; }

.level1 {
	margin-left: 4px;
	padding-left: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align:middle;
	list-style-type:none;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.level1 a { color:#09116F; text-decoration: none; font-weight: bold; }
.level1 a:hover { color:#CA0505; text-decoration: none; font-weight: bold; }

.level_sub {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #c6c4c4; }

.left_links_pad { padding-left: 8px; }
.left_links a { text-decoration: none; font-weight: bold; font-size: 10px; }
.left_links a:hover { text-decoration: none; font-weight: bold; font-size: 10px; }

/* Global
----------------------------*/
form { margin: 0px; }
img { border-style: none; }

table { font-size: 11px; }
table a { color:#CA0505; font-weight: normal; text-decoration: underline; }
table a:hover { color: #000000; font-weight: normal; text-decoration: underline; }

table, input, select, textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }

/* Common Classes
----------------------------*/
.body { background: #003093; margin: 0px; }

.bullet { margin-bottom: 1px; width: 4px; height: 4px; }
.subnav_pad { padding: 0px; }
.subnav a { color: #0F1855; font-weight: bold; text-decoration: none; }
.subnav a:hover { color: #5E5E5E; font-weight: bold; text-decoration: none; }

.sitemap_subnav a { color: #626262; font-weight: normal; text-decoration: none; }
.sitemap_subnav a:hover { color: #000000; font-weight: normal; text-decoration: none; }

.crumb { font-size: 10px; }
.crumb a { color: #006468; font-weight: bold; text-decoration: none; }
.crumb a:hover { color: #000000; font-weight: bold; text-decoration: none; }

.footer { font-size: 10px; color:#FFFFFF; }
.footer a { color:#000000; font-weight: bold; text-decoration: none; }
.footer a:hover { color:#000000; font-weight: bold; text-decoration: none; }

.search { 
	font-size: 9px;
	font-weight: bold;
	padding-left: 4px;
	width: 75px;
}

/* Tell a Friend
----------------------------*/
.body_taf { margin:0px; background-color:#EFECEC; }
.body_taf_table { 
	background-color: #FFFFFF; 
	color:#000000; 
	width: 450px; 
	border-style: none; 
}

.textbox {
	width:150px;
	height: 14px;
	border-style: solid;
	border-width: 1px;
	border-color:#333333;
	font-size: 10px;
	padding-left: 4px;
}
.textarea {
	width:300px;
	height: 75px;
	border-style: solid;
	border-width: 1px;
	border-color:#333333;
	font-size: 10px;
	padding-left: 4px;
}

.button {
	font-weight:bold;
	color:#000000;
	background-color:#CCCCCC;
}


/* Misc
----------------------------*/

.misc {
	/* cross-platform opacity support (IE, Moz, Firefox) */
	filter: Alpha(Opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;		
}

