body {	
	margin-top: 0px;
	background: Gray;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

p{
	margin-top: 2px;
	margin-bottom: 8px;
}

input[type=text]{width: 150px;}

input[type=password]{width: 150px;}

select{width: 150px;}

.success_message{
	color: green;
	font-size: 12px;
	display: block;
	margin: 10px;
	text-align: left;
}

.error_message{
	color: #D42000;
	font-size: 12px;
	display: block;
	margin: 0px 0px 5px 0px;
	text-align: left;
}

.generic_message{
	color: black;
	font-size: 12px;
	display: block;
	margin: 0px 0px 5px 0px;	
	text-align: left;
}

.generic_message a, .generic_message a:link, .generic_message a:active, .generic_message a:visited{
	
	color: black;
	text-decoration: none;
} 


.generic_message a:hover {
	
	text-decoration: underline;
}

.table_general{
	text-align: left;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	font-size: 12px;
	background-color: #c6c6c6;
	height: 50%;
}

.table_general_no_border{
	text-align: left;
	width: 100%;
	border-width: 1px;
	border-style: none;
	font-size: 12px;
}

.tiny_text{
	font-size: 10px;
	text-align: left;
}

.title_box_old{
	color: #D42000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
}

.title_box{
	background: transparent;	
	line-height: 30px;
	font-size: 20px;
	color: #D42000;	
	text-align: left;
	margin: 0px 0px 10px 0px;
}

a:link, a:visited {
	text-decoration: none;	
	color: black;
} 
a:hover {
	text-decoration: underline;
	color: black;
}


.top_menu{
	font-size: 12px;
	width: 100%; /*leave this value as is in most cases*/
	z-index: 10;
	
	
}

.top_menu ul{
	font-size: 12px;
	padding: 0;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	width: 100%; /*width of menu*/
	border: 2px; /*dark purple border*/
	border-width: 1px 0;
	background: black center center repeat-x;
	
}

.top_menu ul li{
	display: inline;
	
	
}


.top_menu ul li a{
	font-size: 12px;
	float: left;
	color: #D42000; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid gray; /*dark purple divider between menu items*/
	
	
}

.top_menu ul li a:visited{
font-size: 12px;
color: #D42000;

}

.top_menu ul li a:hover, .top_menu ul li .current{
font-size: 12px;
color: #D42000 !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: white center center repeat-x /*url(media/indentbg2.gif)*/;
}


.basket_preview_listing{
	border-color: #6c6c6c;
	border-width: 0px;
	border-style: solid;
	width: 100%;
}

.basket_preview_listing_header{
	background-color: #c5c5c5;	
	padding: 2px;
	font-weight: bold;
	text-indent: 2px;
	height: 27px;		
	
}

.basket_preview_listing_field{
	background-color: #E9E9E9;
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4;
	text-indent: 2px;
	height: 25px;		
}

.basket_preview_listing_value{
	background-color: #F4F4F4;	
	text-indent: 2px;
	height: 25px;		
			
}


 
.basket_preview_listing a, .basket_preview_listing a:link, .basket_preview_listing a:active, .basket_preview_listing a:visited{
	
	color: black;
	text-decoration: none;
} 


.basket_preview_listing a:hover {
	
	text-decoration: underline;
}

.basket_preview_field{
	background-color: #E9E9E9;
	width: auto;
	padding: 4px;	
	font-weight: bold;
}

.basket_preview_value{
	background-color: #F4F4F4;	
	width: 55%;
	padding: 2px;
	
	
	
}

.basket_preview_header_contacts{
	background-color: #c5c5c5;	
	padding: 2px;
	font-weight: bold;
	text-indent: 2px;
	height: 12px;		
	
}

.basket_preview_field_contacts{
	background-color: #ffffcc;
	border-width: 0px;
	border-style: solid;
	border-color: #d4d4d4;
	text-indent: 2px;
	height: 18px;		
}

.basket_preview_value_contacts{
	background-color: #ffffcc;	
	text-indent: 2px;
	height: 18px;		
			
}

.basket_preview_buttons{
	background-color: #F4F4F4;		
	padding: 2px;
	text-align: right;
}

.ab_table_listing{
	border-color: #6c6c6c;
	border-width: 1px;
	border-style: solid;
	width: 100%;
	font-size: 12px;
}

.ab_table_listing_header{
	background-color: #c5c5c5;	
	padding: 2px;
	font-weight: bold;
	text-indent: 2px;
	height: 27px;		
	
}

.ab_table_listing_field{
	background-color: #E9E9E9;
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4;
	text-indent: 2px;
	height: 20px;		
}

.ab_table_listing_value{
	background-color: #F4F4F4;	
	text-indent: 2px;
	height: 20px;		
			
}


 
.ab_table_listing a, .ab_table_listing a:link, .ab_table_listing a:active, .ab_table_listing a:visited{
	
	color: black;
	text-decoration: none;
} 


.ab_table_listing a:hover {
	
	text-decoration: underline;
}

.ab_table_field{
	background-color: #E9E9E9;
	width: auto;
	padding: 4px;
	font-weight: normal;	
	font-weight: bold;
}

.ab_table_value{
	background-color: #F4F4F4;	
	width: 55%;
	padding: 2px;
	
	
	
}

.ab_table_header_contacts{
	background-color: #c5c5c5;	
	padding: 2px;
	font-weight: bold;
	text-indent: 2px;
	height: 20px;		
	
}

.ab_table_header_contacts_light{
	background-color: #d7d7d7;	
	padding: 2px;
	font-weight: normal;
	text-indent: 2px;
	height: 20px;		
	
}

.ab_table_field_contacts{
	background-color: #E9E9E9;
	
	text-indent: 2px;
	height: 14px;		
}

.ab_table_value_contacts{
	background-color: #F4F4F4;	
	text-indent: 2px;
	height: 14px;		
			
}

.ab_table_buttons{
	background-color: #F4F4F4;		
	padding: 2px;
	text-align: right;
}

.ab_buttons{
	width: 70px;
}

#main_frame{	
	width: 950px;	
	margin: 0 auto;
	position: relative;
}

#top_bar{
	height: 101px;
	width: 100%; /*width of menu*/
	background: white repeat-x center center;
	font-size: 1px;
	line-height: 0px;
	display: block;
}

#search_box{
	position: absolute;
	top: 63px;
	left: 6px;
	height: 20px;
	width: auto;
	background: transparent;
	background-repeat: no-repeat;
	margin: 0px;
	vertical-align: top;
}

#menu_red_bar{
	height: 6px;
	width: 100%; /*width of menu*/
	background: #D42000 repeat-x center center;
	font-size: 1px;
	line-height: 0px;
	display: block;
}

#welcome_user{
	position: absolute;
	top: 73px;
	left: 277px;
	height: 20px;
	width: auto;	
	margin: 0px;
	font-size: 12px;
}



#basket{
	position: absolute;
	top: 0px;
	right: 189px;
	height: 40px;
	width: 280px;	
	margin: 0px;
	font-size: 10px;
	background: #ffffcc;
	color: black;
	text-align: left;
	padding: 0px;
	border-color: #D42000;
	border-width: 0px 1px 1px 1px;	
	border-style: solid;
	display: block;
	text-indent: 2px;
}

.basket_view{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 15px;
	width: 60px;	
	margin: 0px;
	font-size: 10px;
	background: black;
	color: #ffffcc;
	text-align: center;
	padding: 0px;
	text-indent: 0px;
	
	
}



.basket_view a, .basket_view a:visited{
	text-decoration:none;
	text-align: center;
	color: #ffffcc;
}

.basket_view a:hover{
	text-decoration:none;
	color: #D42000;
}

.basket_checkout{
	position: absolute;
	top: 0px;
	left: 130px;
	height: 15px;
	width: 60px;	
	margin: 0px;
	font-size: 10px;
	background: black;
	color: #ffffcc;
	padding: 0px;
	text-indent: 0px;
	text-align: center;
}

.basket_checkout a, .basket_checkout a:visited{
	text-decoration:none;	
	color: #ffffcc;
}

.basket_checkout a:hover{
	text-decoration:none;	
	color: #D42000;
}

.basket_edit{
	position: absolute;
	top: 0px;
	left: 65px;
	height: 15px;
	width: 60px;	
	margin: 0px;
	font-size: 10px;
	background: black;
	color: #ffffcc;
	padding: 0px;
	text-indent: 0px;
	text-align: center;
}

.basket_edit a, .basket_edit a:visited{
	text-decoration:none;	
	color: #ffffcc;
}

.basket_edit a:hover{
	text-decoration:none;	
	color: #D42000;
}

.basket_icon{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 15px;
	width: 24px;	
	margin: 0px;
	font-size: 10px;
	background: black;
	color: #ffffcc;
	text-align: center;
	padding: 0px;
	text-indent: 0px;
}

#basket_preview{
	position: absolute;
	top: 0px;
	right: 8px;
	height: auto;
	width: 461px;	
	margin: 0px 0px 40px 0px;
	font-size: 10px;
	background: #ffffcc;
	color: black;
	text-align: left;
	padding: 0px;
	text-indent: 2px;
	border-color: #D42000;
	border-width: 0px 1px 1px 1px;	
	border-style: solid;
	display: none;
	z-index: 1;
}

#message_popup{
	position: absolute;
	top: 200px;
	left: 330px;
	height: auto;
	width: 250px;	
	border-width: 1px 1px 1px 1px;
	border-color: #6c6c6c;
	border-style: solid;
	line-height: 15px;
	text-align: left;	
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	margin: 0px;
	background-color: white;
	visibility: hidden;
}

#footer_links{	
	font-size: 10px;
}

#footer_links ul{	
	margin: 6px;
}

#footer_links ul li{	
	color: black;
	display: inline;
	padding: 5px;
}

#footer_links ul li a{	
	color: black;
}

#footer_links ul li a:visited{		
	color: black;
}

#footer_links ul li a:hover{
	text-decoration:underline;
	color: black;
}


