/* GLOBAL */
html, body       { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0; width: 100%; height: 100.02%;  vertical-align: top; }

td {vertical-align: top;}

#main_table { width: 100%; vertical-align: top;  }

#header_table { height: 80px; vertical-align: top; }
.header_table { height: 80px;}

.header_left {	text-align: left; width: 25%; }

.header_center {	text-align: center; width: 50%;	vertical-align: middle;	font-weight: bolder; }

.header_right { text-align: right; width: 25%;}

#top_nav_table { height: 37px; background-image: url(../images/nav_background.gif); background-repeat: repeat-x; background-position: top; }

td.top_nav { height: 20px; text-align: center;	padding-top: 15px;    }

#body_table {
	height: 100%;
	vertical-align: top;
}
.body_table {
	height: 100%;
}

a { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;  text-decoration: none;  font-weight: bold;  color: #c40000;    }

a:hover {
	text-decoration: underline;
}

a.make_sub_nav{ font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;  text-decoration: none;  font-weight: normal; color: #c40000;}
a.make_sub_nav:hover {text-decoration: underline;}

a.top_nav{
	color: #FFFFFF;
	padding: 5px;
}

a.top_nav:hover {
	background-color: #FFFFFF;
	color: #c40000;

	text-decoration: underline;
}

.top_nav_selected{
	color: #000000;
	text-decoration: underline;
	background-image: url(../images/nav_pointer.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 0px 5px 7px 5px;
	}

table.column_table{
	margin-top: 1px;
	height: 100%;
	}

table.main_table{
	height: 100%;
	}

td.left_column{
	height: 100%;
	}

td.main_column{
	border: 1px solid #bcbcbc;
	height: 100%;
}

td.column{
	height: 100%;
}
td.center_column{
	height: 100%;
	padding: 0px 1px 0px 1px;
}

td.column_content{
	padding-top: 8px;
	text-align: left;
}

.grey_arrow {
	background-image: url(../images/grey_arrow.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
}
.red_arrow {
	background-image: url(../images/red_arrow.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
}

.left_nav_selected{
	color: #000000;
	}
td.product_thumbnail{
	text-align: center;
	vertical-align: top;
	width: 180px;
}

.product_photos{
	border: 1px solid #727272;
}
.no_photo_image{
	border: 1px solid #b8b8b8;
}

div.item_detail_wrapper{
	color: #7f7f7f;
}

.item_detail_wrapper{
	color: #7f7f7f;
}

.item_title{
	font-weight: bold;
	color: #000000;
}

.item_header{
	font-weight: bold;
}
table.product_subnav{
	background-color: #FFFFFF;
	border: 1px solid #cfcfcf;
}

td.product_subnav{
	width: 97px;
	background-color: #FFFFFF;
	border: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	padding: 1px 1px 1px 1px;
	font-size: 11px;
	}

div.product_subnav{
	background-color: #999999;
	border: 1px solid #7a7a7a;
	color: #FFFFFF;
	margin: 2px;
	height: 16px;
	width: 93px;
	padding: 1px 0 0 0;
	text-align: center;
	}

div.product_subnav_dropdown{
	margin: 2px;
	height: 16px;
	width: 112px;
	text-align: center;
	padding: 1px 0 0 0;
	}

option.product_subnav{
	background-color: #FFFFFF;
	width: 112px;
	height: 17px;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	}

select.product_subnav{
	background-color: #FFFFFF;
	width: 112px;
	height: 17px;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	}

a.product_subnav	{
	color: #FFFFFF;
	font-weight: bold;
}

td.product_subnav_filler{
	background-color: #f2f2f2;
}

span.disabled{
	color:#CCCCCC;
	font-weight: bold;
}

input {
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.input_btn {
	border: thin solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #c40000;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 4px;
	width: 100%;
}