body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #666666;
	text-align: center;
	margin: 0px;
	background:url(images/generic/bg.jpg);
	background-position:center top;
	background-attachment:fixed;
/*
	background:url(images/generic/background.jpg);
	background-position:center top;
	background-attachment:fixed;
	background-color:#221e1f;
*/
	color:#333;
	padding-top:75px;
}
html {
	height:100%;
}
h1 {
	font-size:16px;
	margin:0px;
	padding:0px;
	margin-top:4px;
	margin-bottom:6px;
}
h2 {
	font-size:14px;
	margin:0px;
	padding:0px;
	margin-top:3px;
	margin-bottom:5px;
}
h3 {
	font-size:13px;
	margin:0px;
	padding:0px;
	margin-top:3px;
	margin-bottom:5px;
}
p {
	padding:0px;
	margin:0px;
	margin-top:8px;
	margin-bottom:9px;
}
a, a:visited {
	text-decoration:underline;
	color:#333;
}
a:hover {
	text-decoration:underline;
	color:#2c170a;
}
form {
	margin:0px;
}
.small_text {
	font-size:9px;
}
.small_text_grey {
	font-size:9px;
	color:#666;
}
.red_text {
	color:#F00;
}
.black_heading {
	font-size:12px;
	margin:0px;
	padding:0px;
	margin-top:4px;
	margin-bottom:10px;
	color:#333333;
	padding-top:2px;
	padding-bottom:2px;
	text-transform:uppercase;
	font-weight:bold;	
}
.black_lowercase {
	font-size:11px;
	margin:0px;
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
	color:#333333;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;
	font-variant:normal;
}
.grey_text_element {
	font-size:11px;
	margin:0px;
	padding:0px;
	margin-top:4px;
	margin-bottom:4px;
	color:#000;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#ffffff;
}
#back_link {
	position:absolute;
	margin-left:0px;
	background:url(images/generic/item_count_back.jpg);
	background-repeat:repeat-y;
	background-position:right;
	height:22px;
	padding-right:6px;
	padding-left:6px;
	margin-top:0px;
	line-height:21px;
	text-align:center;
}
#back_link a {
	font-size:11px;
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
#back_link a:hover {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
#main_container {
	width:1000px;
	margin:0px auto;
}
#main_content {
	text-align:left;
	background:url(images/generic/mid_frame02.jpg);
	background-position:top;
	background-repeat:repeat-y;
	min-height:627px;
	height:auto !important;
	height:627px;
}

#menu_container {
	padding-top:24px;
	padding-left:110px;
}

#main_logo {
	position:absolute; margin-left:-80px; margin-top:-80px; z-index:100;
}

#main_menu_container {
	width:119px;
	position:absolute;
	text-align:left;
}
.menu_title a {
	line-height:20px;
	height:20px;
	color:#FFFFFF;
	background:url(images/generic/arrow.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:30px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	display:block;
	width:129px;
}
.menu_title a:hover {
	text-decoration:none;
	background-color:#34302e;
	border-bottom:1px solid #666666;
	border-top:1px solid #666666;
}
#main_menu_list {
	margin:0px;
	padding:0px;
	list-style:none;
	margin-bottom:12px;
}
#main_menu_list li a {
	color:#FFFFFF;
	height:16px;
	line-height:16px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	display:block;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	padding-left:30px;
}
#main_menu_list li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:1px solid #666666;
	border-top:1px solid #666666;
	background-color:#34302e;
}
#menu_search_container {
	margin-top:15px;
	margin-left:10px;
}
#search_form {
	margin:0px;
}
.search_field {
	font-size:11px;
	color:#000000;
	line-height:normal;
	border:none;
}
.search_text {
	WIDTH: 105px
}

.search_go {
	font-weight:bold;
	color:#666666;
	border:none;
	font-size:11px;
	background-color:#999999;
	text-align:center;
	margin-left:2px;
	padding:0px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:1px;
	padding-top:1px;
}
#display_panel {
	margin-left:119px;
	width:840px;
}
#cart_cover {
	float:right;
	padding-right:20px;
	color:#333;
	text-transform:uppercase;
	font-weight:bold;
	line-height:21px;
	text-align:left;
}
#cart_cover a {
	color:#333;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
#cart_cover a:hover {
	color:#CCCCCC;
	text-decoration:none;
}
#cart_cover .cart_members {
	color:#333;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	border-left:1px solid #FFFFFF;
	padding-left:12px;
	margin-left:12px;
}
#cart_cover .cart_members:hover {
	color:#CCCCCC;
	text-decoration:none;
}

#top_menu_container {
	height:50px;
	background:url(images/generic/mid_frame01.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#footer_container {
	margin-top:0px;
	text-align:left;
	height:40px;
	background:url(images/generic/mid_frame03.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-weight:bold;
	padding-left:33px;
	padding-right:39px;
}
#footer_left {
	float:left;
}
#footer_right {
	float:right;
	text-align:right;
	color:#FFFFFF;
	font-size:11px;
	height:24px;
	line-height:24px;
	font-weight:bold;
	padding-left: 5px;
}
#footer_right a {
	color:#FFFFFF;
	font-size:11px;
	height:24px;
	line-height:24px;
	text-decoration:underline;
	font-weight:bold;
}
#footer_right a:hover {
	color:#000;
	text-decoration:underline;
}
#footer_menu_list {
	margin:0px;
	padding:0px;
	list-style:none;
}
#footer_menu_list li {
	float:left;
	line-height:24px;
	font-weight:bold;
}
#footer_menu_list li a {
	height:24px;
	line-height:24px;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:6px;
	padding-right:6px;
	font-weight:bold;
	border-right:1px solid #FFFFFF;
}
#footer_menu_list li a:hover {
	color:#000;
	text-decoration:none;
}

#cart_drop {
	background-color: #f5f6f6;
	padding: 5px;
	position: absolute;
	padding-top:5px;
	margin-top:22px;
	width:320px;
	z-index:1001;
}
#cart_items, #cart_drop_title {
	margin:0px auto;
	width:300px;
}
.cart_items_text, #cart_drop_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:normal;
	text-transform:none;
}
#cart_separator {
	height:5px;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:10px;
	margin-right:10px;
	background:url(images/cart/cart_line.jpg) center no-repeat;
}
#cart_subtotal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-transform:none;
	margin-left:10px;
	margin-right:10px;
	text-align:right;
	margin-bottom:7px;
}
#home_cart_buttons {
	height:32px;
}
#cart_button_cover {
	height:23px;
	padding-top:1px;
}
* html #cart_button_cover {
	width:297px;
}
#cart_button_item {
	background:url(images/generic/small_button.png);
	background-repeat:no-repeat;
	width:144px;
	height:23px;
	text-align:center;
	float:left;
	margin-right:3px;
}
#cart_button_item a {
	line-height:22px;
}
#cart_button_item a:hover {
	color:#FFF;
}
#button_left {
	float:left;
	text-align:center;
	margin-right:4px;
}
#button_left a {
	display:block;
	background:url(images/cart/dark_button.jpg);
	background-repeat:no-repeat;
	width:156px;
	height:20px;
	line-height:20px;
	color:#cccccc;
}

#button_left a:hover, #button_right a:hover
{
	color:#FFFFFF;
}
#button_right {
	float:right;
	text-align:center;
}
#button_right a {
	display:block;
	background:url(images/cart/light_button.jpg);
	background-repeat:no-repeat;
	width:156px;
	height:20px;
	line-height:20px;
	color:#333;
}
.generic_wide_button_black {
	border:1px solid #999;
	margin-bottom:10px;
}
.generic_wide_button_grey {
	border:1px solid #999;
	margin-bottom:10px;
}
.generic_wide_button_black_element {
	border:4px solid #fff;
	display:block;
	background-color:#000;
	text-align:center;
}
.generic_wide_button_grey_element {
	border:4px solid #fff;
	display:block;
	background-color:#808285;
	text-align:center;
}

#generic_content_cover {
	min-height: 565px;
	height:auto !important;
	height:565px;
	text-align:left;
	margin:0px;
	padding:0px;
}
#generic_content {
	background-color:#FFF;
	margin-right:8px;
	padding:0px;
	padding-left:9px;
	padding-bottom:9px;
	padding-top:9px;
	text-align:left;
}
#generic_content_container {
	border:1px solid #d0cfcf;
	min-height: 565px;
	height:auto !important;
	height:565px;
	padding-left:10px;
	padding-top:12px;
	padding-bottom:10px;
	background:url(images/generic/mid_lines.jpg);
	background-repeat:repeat-y;
}
#thumb_generic_content_container {
	border:1px solid #999999;
	min-height: 565px;
	max-height: 720px;
	height:720px;
	padding-top:15px;
	padding-bottom:15px;
	overflow: auto;
	width: 822px;
	scrollbar-face-color:#999999;
	scrollbar-arrow-color:#999999;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#666666;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-3dlight-color:#999999;
	scrollbar-darkshadow-Color:#444444;
}
#styleguide_container {
	/*border:1px solid #dcb364;*/
	height:auto !important;
	padding:0px;
}
#page_content_container {
	border:1px solid #d0cfcf;
	min-height: 560px;
	height:auto !important;
	height:560px;
	padding-left:5px;
	padding-bottom:5px;
	background:url(images/generic/mid_lines.jpg);
	background-repeat:repeat-y;
	padding-top:15px;
}

#login_container {
	height:250px;
}
#breadcrumbs_container {
	padding-top:12px;
	padding-left:15px;
	padding-bottom:6px;
}
#breadcrumbs_container a {
	color:#000;
	text-decoration:none;
}
#breadcrumbs_container a:hover {
	color:#000;
	text-decoration:underline;
}
#paging_container {
	line-height:22px;
	color:#333;
	width:848px;
	margin-left:-6px;
	height:22px;
	position:absolute;
	margin-top:0px;
	font-weight:bold;
}
#generic_bar_container {
	line-height:22px;
	color:#333;
	width:841px;
	margin-left:0px;
	height:22px;
	position:absolute;
	margin-top:0px;
	background:url(images/generic/paging_back.jpg);
	background-repeat:repeat-y;
	background-position:right;
	height:22px;
	background-color:#dadada;
}
#paging_container_bottom {
	line-height:22px;
	color:#FFF;
	width:850px;
	margin-left:-6px;
	height:22px;
	position:relative;
	margin-top:3px;
	FONT-WEIGHT: bold;
}
#pages_div {
	float:left;
	background:url(images/generic/paging_back.jpg);
	background-repeat:repeat-y;
	background-position:right;
	height:22px;
	padding-right:9px;
	text-align:right;
	width:712px;
	background-color:#dadada;
}
#pages_div a {
	color:#333;
	text-decoration:none;
	margin-right:4px;
	padding-left:4px;
	padding-right:4px;
}
#pages_div a:hover {
	color:#FFF;
	text-decoration:underline;
}
#carthead_container {
	line-height:22px;
	color:#333;
	width:841px;
	height:22px;
	position:absolute;
	margin-top:3px;
	background:url(images/generic/paging_back.jpg);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#dadada;
}
#cartheadings {	
	height:22px;
	padding-right:9px;
	text-align:right;
	float:right;
}
#cartheadings .heading_item {	
	line-height:22px;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
	color:#333;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	height:22px;
	float:left;
}
#cartheadings .heading_item a, #cartheadings .heading_item a:hover, #cartheadings .heading_item a:visited 
{
	text-decoration:none;
}
#cartheadings .heading_selected {	
	color:#FFF;
	font-size:11px;
	background-color:#3a3734;
	text-decoration:none;
	font-weight:bold;
	line-height:22px;
	height:22px;
	float:left;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
	text-transform:uppercase;
}
#results_div {
	float:left;
	width:115px;
	background:url(images/generic/item_count_back.jpg);
	background-repeat:repeat-y;
	background-position:right;
	height:22px;
	padding-right:6px;
	text-align:right;
	margin-right:5px;
}
#results_div a {
	color:#333;
	text-decoration:none;
}
#results_div a:hover {
	color:#FFF;
	text-decoration:underline;
}

#detail_top_menu {
	background-color:#FFF;
	margin-right:8px;
}
.grey_center {
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
}
.grey_center a {
	padding-left:9px;
	padding-right:9px;
	padding-top:4px;
	padding-bottom:4px;
	color:#333;
	font-weight:bold;
	font-size:12px;
	background-color:#f5f6f6;
	text-decoration:none;
}
.grey_center a:hover {
	color:#000;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
.form_details {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000;
	line-height:normal;
}
.green_textbar {
	position:absolute;
	width:26px;
	height:250px;
}
.green_textbar_long {
	position:absolute;
	width:26px;
	height:430px;
}
#column_cover {
	background-color:#f5f6f6;
	margin-right:30px;
	margin-top:5px;
	min-height:553px;
	height:auto !important;
	height:553px;
	margin-left:25px;
}
* html #column_cover {
	height:auto !important;
	height:580px;
}
#column_cover_small {
	background-color:#f5f6f6;
	margin-right:30px;
	margin-top:5px;
	min-height:250px;
	height:auto !important;
	height:250px;
	margin-left:25px;
}
.login_textbox {
	width:375px;
	margin:0px;
	min-height:250px;
	height:auto !important;
	height:250px;
}
.generic_right_box {
	width:381px;
	margin:0px;
	min-height:250px;
	height:auto !important;
	height:250px;
}
* html .generic_right_box {
	width:376px;
	overflow:hidden;
}
.login_textbox.left_column, .generic_right_box.left_column {
	float:left;
	border-right:5px solid #FFF;
	min-height:550px;
	height:auto !important;
	height:550px;
}
.login_textbox.left_column_small {
	float:left;
	border-right:5px solid #FFF;
	min-height:250px;
	height:auto !important;
	height:250px;
}
.login_textbox.right_column, .generic_right_box.right_column {
	float:left;
	margin:0px;
	border-left:5px solid #FFF;
	margin-left:-5px;
	min-height:565px;
	height:auto !important;
	height:565px;
}

.generic_right_box.right_column_small {
	float:left;
	margin:0px;
	border-left:5px solid #FFF;
	margin-left:-5px;
	min-height:250px;
	height:auto !important;
	height:250px;
}
* HTML .generic_right_box {
	WIDTH: 376px; OVERFLOW: hidden
}
.left_column.login_textbox {
	MIN-HEIGHT: 550px; FLOAT: left; HEIGHT: auto !important; BORDER-RIGHT: #fff 5px solid
}
.left_column.generic_right_box {
	MIN-HEIGHT: 550px; FLOAT: left; HEIGHT: auto !important; BORDER-RIGHT: #fff 5px solid
}
.left_column_small.login_textbox {
	MIN-HEIGHT: 250px; FLOAT: left; HEIGHT: auto !important; BORDER-RIGHT: #fff 5px solid
}
.right_column.login_textbox {
	BORDER-LEFT: #fff 5px solid; MARGIN: 0px 0px 0px -5px; MIN-HEIGHT: 565px; FLOAT: left; HEIGHT: auto !important
}
.right_column.generic_right_box {
	BORDER-LEFT: #fff 5px solid; MARGIN: 0px 0px 0px -5px; MIN-HEIGHT: 565px; FLOAT: left; HEIGHT: auto !important
}
.right_column_small.generic_right_box {
	BORDER-LEFT: #fff 5px solid; MARGIN: 0px 0px 0px -5px; MIN-HEIGHT: 250px; FLOAT: left; HEIGHT: auto !important
}
.generic_textbox {
	margin:0px;
	padding:10px;
}
.generic_textbox_content {
	min-height:250px;
	height:auto !important;
	height:250px;
}



#generic_base_content {
	margin-top:5px;
	text-align:center;
	margin-right:30px;
	margin-left:25px;
}
#generic_grey_bar_top {
	background:url(images/generic/paging_back.jpg);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#F5C966;
	margin-bottom:5px;
	margin-right:0px;
	margin-left:-10px;
	height:15px;
}
.form_generic {
	margin:0px;
}
.form_item_container {
	margin-bottom:10px;
}
.form_text_large {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:15px;
	border:1px solid #ccc;
	width:100%;
	margin-top:3px;
}
.form_text_large_half {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
/*	line-height:15px; */
	border:1px solid #ccc;
	width:40%;
	margin-top:3px;
}
.form_text_large_60 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
/*	line-height:15px; */
	border:1px solid #ccc;
	width:65%;
	margin-top:3px;
}
.form_text_large_third {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
/*	line-height:15px; */
	border:1px solid #ccc;
	width:33%;
	margin-top:3px;
}
.form_text_large_40 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
/*	line-height:15px; */
	border:1px solid #ccc;
	width:40px;
	margin-top:3px;
}
.form_text_small {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:15px;
	border:1px solid #ccc;
	width:25px;
	margin-top:3px;
}
.form_button_cover {
	margin-bottom:10px;
	text-align:center;
}
.form_button {
	color:#333;
	font-size:12px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px;
	cursor:pointer;
	width:257px;
	text-align:center;
	height:23px;
	line-height:22px;
	background:url(images/generic/generic_button1.png);
	border:none;
}
.form_button_grey {
	color:#333;
	font-size:12px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px;
	cursor:pointer;
	width:257px;
	text-align:center;
	height:23px;
	line-height:22px;
	background:url(images/generic/generic_button2.png);
	border:none;
}
.button_text_link {
	color:#333;
	font-size:12px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px;
	cursor:pointer;
	width:257px;
	text-align:center;
	height:23px;
	line-height:22px;
	background:url(images/generic/generic_button2.png);
	margin:0px auto;
}
.button_text_link2 {
	color:#333;
	font-size:12px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px;
	cursor:pointer;
	width:257px;
	text-align:center;
	height:23px;
	line-height:22px;
	background:url(images/generic/generic_button1.png);
	margin:0px auto;
}
.button_text_link a, .button_text_link2 a {
	color:#333;
	font-size:12px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	text-decoration:none;
}
.button_text_link2 a {
	color:#333;
}
.button_text_link2 a:hover, .button_text_link a:hover 
{
	color:#FFFFFF;
}

.button_text_link:hover, .button_text_link_grey:visited, .button_text_link_grey:active {
	color:#FFF;
	text-decoration:none;
}
.button_text_link_grey {
	background-color:#808285;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	line-height:25px;
	height:25px;
	text-align:center;
}
.button_text_link_grey:hover, .button_text_link_grey:visited, .button_text_link_grey:active {
	color:#FFFFFF;
	text-decoration:none;
}
.text_container {
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}
#map_cover {
	text-align:center;
}
#spacer_div {
	clear:both;
	height:8px;
}
#spacer_small {
	clear:both;
	height:1px;
}
.button_black {
	border:1px solid #999;
	margin-bottom:5px;
}
.button_grey {
	border:1px solid #999;
	margin-bottom:5px;
}
.black_element {
	border:4px solid #fff;
	display:block;
	background-color:#000;
	text-align:right;
}
.grey_element {
	border:4px solid #fff;
	display:block;
	background-color:#808285;
	text-align:right;
}

.not_available 
{
	padding-bottom: 10px;
}

#grey_content_container {
	background-color:#e6e7e8;
	padding-left:43px;
	padding-right:10px;
	padding-top:10px;
	margin-top:15px;
}
.align_center {
	text-align:center;
}



#button_1 a {
	background:url(../images/home/fb_off.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:108px;
	width:77px;
	display:block;
}
#button_1 a:hover {
	background:url(../images/home/fb_over.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#fb_over {
	position:absolute;
	margin-left:100px;
	display:none
}

.lounge_box {background-color:#dddddc; padding:15px;}
.lounge_box p.lounge_wide, .lounge_details p.lounge_wide {padding-top:10px; padding-bottom:10px;}
.lounge_amount {padding-left:7px; padding-top:4px; padding-bottom:4px; background-color:#f5f6f6; clear:both}
.lounge_box p.lounge_thin {padding-top:5px; padding-bottom:0px;}
.lounge_details {padding-top:20px; padding-bottom:15px;}
.lounge_details p.lounge_thin2 {padding-top:0px; padding-bottom:4px;}

#top_menu_list li a {color:#FFF; text-decoration:none; padding-left:7px; padding-right:7px; text-transform:uppercase; font-weight:bold;	z-index:1000;}
#top_menu_list li a:hover {	color:#000;	text-decoration:none;}
#top_menu_list, #top_menu_list li ul {padding:0px;margin:0px;list-style-type:none; z-index:1001; margin-left:7px;}
#top_menu_list li {float:left;position:relative; height:14px; padding-top:5px; color:#000}
#top_menu_list li ul li {height:22px; padding-top:0px; line-height:22px; text-align:left; background-color:#64615e;}

* html #top_menu_list { height:22px; float:left}
* html #top_menu_list li {float:left; height:14px; padding-top:5px; color:#FFF; width:auto !important;}

/* style for the top level */
#top_menu_list li a, #top_menu_list li a:visited {display:block; font-size:11px; text-decoration:none; color:#FFF; height:14px; padding-left:7px; padding-right:7px; line-height:14px; font-weight:bold;}

* html #top_menu_list li a {font-size:11px; float:left; text-decoration:none; color:#FFF; height:14px; padding-left:7px; padding-right:7px; line-height:14px; font-weight:bold;}
 
/* style the second level background */
#top_menu_list li ul a.drop, #top_menu_list li ul a.drop:visited { width:150px; line-height:22px; height:22px; color:#FFF; z-index:1001 }
#top_menu_list li ul :hover > a.drop {color:#FFF; z-index:1001} 
#top_menu_list li ul {visibility:hidden; position:absolute; top:19px; left:0; width:154px; z-index:1001}
* html #top_menu_list li ul {top:20px; margin:0px; visibility:hidden}
 
/* style the second level links */
#top_menu_list li ul a, #top_menu_list li ul a:visited {font-size:10px; font-weight:bold; color:#FFF; height:auto; line-height:22px; padding-left:12px; padding-right:12px; display:block; width:130px; border:none; z-index:1001}
* html #top_menu_list li ul a, * html #top_menu_list li ul a:visited {width:150px; height:22px;}
 
/* style the top level hover */
#top_menu_list li ul a:hover{color:#000; font-size:10px; font-weight:bold; z-index:1001;}
#top_menu_list li ul :hover > a {color:#FFF; background:#000000; font-size:10px; font-weight:bold; z-index:1001;}
#top_menu_list li:hover ul, #top_menu_list a:hover ul{visibility:visible; }
#top_menu_list :hover li ul ul{visibility:hidden;}
#top_menu_list :hover li ul :hover ul{ visibility:visible;}

#sale_sign {
	Z-INDEX: 2; POSITION: absolute;
}

#look_book_flash {
	text-align:center;
	background-color:#000;
	height:627px;
	width: 842px;
}

#return_content {
	background-color:#FFF;
	margin-right:8px;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	min-height: 565px;
		background-color: #f5f6f6;
}


#Return_title 
{
	color: #FFFFFF;
	font-size: xx-large;
	text-align: left; 
}

#grey_title_container {
	height:80px;	
	padding-left:2px;
	background-color:#C0C0C0;
	font-size:11px;
	margin-top:10px;
	margin-bottom:5px;
	position:relative;

}

#grey_title_container2 {
	height:22px;
	line-height:22px;
	padding-left:5px;
	background-color:#C0C0C0;
	font-size:11px;
	margin-top:10px;
	margin-bottom:5px;
}

#grey_title_container3 {
	height:22px;
	line-height:22px;
	padding-left:5px;
	background-color:#C0C0C0;
	font-size:11px;
	margin-top:10px;
	margin-bottom:5px;
	vertical-align: middle;
}

#grey_title_container4 {
	height:22px;
	line-height:22px;
	padding-left:5px;
	background-color:#C0C0C0;
	font-size:11px;
	margin-top:10px;
	margin-bottom:5px;
}

#grey_title_container5 {
	height:22px;
	line-height:22px;
	padding-left:5px;
	background-color:#C0C0C0;
	font-size:11px;
	margin-top:10px;
	margin-bottom:5px;
}

.return_text_container {
	padding-left:5px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
}

th
{
		border-left: #ccc 1px solid;
		border-right: #ccc 1px solid;
		border-top: #ccc 1px solid;
		border-bottom: #ccc 1px solid;
}

.Return_list_header a  
{
	/*display:none;*/
	/*
	text-decoration: none; 
	
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-right:30px;
	padding-left:30px;
	*/
	
	
  color: #000; /* same color as the surrounding text */
  text-decoration: none; /* to remove the underline */
  cursor: text; /* to make the cursor stay as a text cursor, not the hand */

	}


.Return_list_header { 
	text-transform: uppercase;
	color: #000000;
	background-color: White;


	

}

.Return_list_grid_rows {
	color: #000;
	BACKGROUND-COLOR: white;
	border:1px solid #ccc;
}

.Return_list_list_grid {
	BORDER-BOTTOM-COLOR: #000; 
	MIN-WIDTH: 90%; 
	BACKGROUND-COLOR: #dceffd; 
	BORDER-COLOR: #000; 
	BORDER-WIDTH: 0px;
	border-collapse: collapse;
	text-align: center;
}

.Return_list_list_pager {
}

.Return_text_large {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
/*	line-height:15px; */
	margin-top:3px;
	margin-bottom:3px;
}

generic_form_button_cover	{
	width:180px;
	vertical-align: bottom;
}

generic_form_button_cover_small	{
	width:80px;
	vertical-align: bottom;
}

returns_content_container {
	border:1px solid #d0cfcf;
	min-height: 565px;
	height:auto !important;
	height:565px;
	
}

.button_text_link_grey_small {
	background-color:#808285;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	height:15px;
	text-align:center;
}
.button_text_link_grey_small:hover, .button_text_link_grey:visited, .button_text_link_grey:active {
	color:#FFFFFF;
	text-decoration:none;
}
.form_text_grid {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	border:1px solid #fff;
	margin-top:0px;
}
#look_book_flash2 {
	text-align:center;
	background-color:#000;
	height:627px;
}

