/*******************************
	GENERAL
*******************************/

#column1{
	float: left;
}
#column2{
	float: left;
}
#column3{
	float: left;
}
#column4{
	float: left;
}

/* Loading Area*/
.cms_loadwindow{
	background-image: url(../../images/homepage/mask.png) !important;
	background-color: transparent !important;
	background-image: none;
	background-color: #787878;
	border:1px solid #AFAFAF;text-align:center;
	filter:alpha(opacity=75);
}

.cms_loadwindow_text{
}
/********************************
	LOGIN
********************************/
#area163{
	width: 250px;
	padding: 0px;
}
#area164{
clear:both; 
float:left;
padding-top: 30px;

}
#format_login_user_text{
	color: #004794;
	font-size: 12px;
	font-weight: none;
	float: left;
	padding: 2px;
	text-transform: capitalize;
	vertical-align: bottom;
	margin-bottom: 25px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
#format_login_user_box{
	float: left;
	padding-bottom:30px;

}
.loginInput{
	width: 100px;
	height: 14px;
	border: #168DC0 solid 1px;
}
#format_login_password_text{
	float: left;
	color: #004794;
	font-size: 12px;
	font-weight: none;
	padding: 2px;
	vertical-align: bottom;
	text-transform: capitalize;
	float:left;
	clear:both;
}
#format_login_password_box{
	float: left;
	padding-left: 3px;
	
}
#format_login_register{
	width: 46px;
	height: 14px;
	background: transparent url(../../images/homepage/register_button.jpg) no-repeat top;
	margin-top: 3px;
	margin-left: -125px;
	float: left;
}
#format_login_register a:hover{
	width: 46px;
	height: 14px;
	background: transparent url(../../images/homepage/register_button.jpg) no-repeat bottom;
}
#format_login_register a img{
	width: 46px;
	height: 14px;
}
#format_login_button{
	background: transparent url(../../images/homepage/btn_go.jpg) no-repeat top;
	width: 38px;
	height: 17px;
    padding-left:10px;
	float: left;
}
#format_login_button a:hover{
	width: 38px;
	height: 17px;
	background: transparent url(../../images/homepage/btn_go.jpg) no-repeat bottom;
}
#format_login_button a img{
	width: 38px;
	height: 17px;
}

/*****************************
	LOGOUT
*****************************/
#area2213{
	padding: 5px;
}
#format_logout_text{
	color: #004794;
	padding-top:20px;
	font-weight: bold;
	display:inline;
}
#format_logout_user_text{
	color: #004794;
	padding-left: 15px;
		display:inline;
}
#format_logout_button{
	width: 70px;
	height: 17px;
	display:inline;
	vertical-align:middle;
   padding-left:15px;
  
}

#format_logout_button a img{
	background: transparent url(../../images/homepage_buttons/btn_logout.jpg) no-repeat;
	width: 70px;
	height: 17px; 
}
#format_logout_button a img:hover{
	background: transparent url(../../images/homepage_buttons/btn_logout.jpg) no-repeat bottom;
	width: 70px;
	height: 17px;
}

#format_myaccount_button{
	width: 87px;
	height: 20px;
	float: left;
	margin-top: 3px;
	margin-left: 5px;
	background: transparent url(../../images_homepage_buttons/ret_myacc.gif) no-repeat top;
}

#format_myaccount_button a:hover{
	width: 87px;
	height: 20px;
	background: transparent url(../../images_homepage_buttons/ret_myacc.gif) no-repeat bottom;
}

#format_myaccount_button a img{
	width: 87px;
	height: 20px;
}
/******************************
	REGISTRATION FORM
******************************/
#area18{

}

#area18 form table{
width: 80%;
}

#area18 form td{
	
}
/******************************
	SEARCH FORM
******************************/
#area2215{
	padding: 0;
	margin: 0;
}
#format_search_form_box{
	
}
#format_search_form_box input{
	float: left;
	width: 160px;
	height: 16px;
	border: #168DC0 solid 1px;
	margin-top: 3px;
}

#format_search_form_button{
	float: left;
	background: transparent url(../../images/homepage/search_icon.jpg) no-repeat top;
	width: 16px;
	height: 20px;
	margin-top: 3px;	
}
#format_search_form_button a:hover{
	background: transparent url(../../images/homepage/search_icon.jpg) no-repeat bottom;
	width: 16px;
	height: 20px;
}
#format_search_form_button a img{
	width: 16px;
	height: 20px;
}

/******************************
	SEARCH RESULTS
******************************/
#format_search_header{
	margin-bottom: 10px;
}
#format_search_header_pages{
	text-align: right;
	margin-bottom: 5px;
	margin-right: 10px;
}
#format_search_header_pages a{
	text-decoration: underline;
}
#area2257{
	margin-top: 10px;
}
#format_search_results_retail{
	clear: all;
	width: 510px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#format_search_results_retail_thumb{
	height: 60px;
	width: 60px;
	padding-left: 10px;
	padding-top: 5px;
	border: #18507E solid 1px;
	margin-right: 5px;
	background: white;
}
#format_search_results_retail_name{
	width:310px;
}
#format_search_results_retail_name a{
	font-weight: bold;
}
#format_search_results_retail_code{

}
#format_search_results_retail_unit{

}
#format_search_results_retail_price{
	font-weight: bold;
}
#format_search_results_retail_stock{
	padding: 10px;
}
#format_search_results_retail_quantity{
	margin-top:3px;
}

#format_search_results_retail_addButton img{
	height: 17px;
	width: 82px;
	border: 0px;
	margin-top:3px;
} 
#format_search_results_retail_addButton a img{ 
	background-image: url(../../images/homepage_buttons/btn_add2cart.jpg); 
	background-repeat: no-repeat;
} 
#format_search_results_retail_addButton a:hover img{ 
	background-image: url(../../images/homepage_buttons/btn_add2cart.jpg);
	background-repeat: no-repeat;
	background-position: 0 -17px ;
}
#format_search_results_retail_addFav img{
	height: 20px;
	width: 121px;
	border: 0px;
	margin-left:15px;
	margin-top:3px;
	float: left;
} 
#format_search_results_retail_addFav a img{ 
	background-image: url(../../images/homepage_buttons/btn_addtofav.gif); 
	background-repeat: no-repeat;
} 
#format_search_results_retail_addFav a:hover img{ 
	background-image: url(../../images/homepage_buttons/btn_addtofav.gif);
	background-repeat: no-repeat;
	background-position: 0 -20px ;
}
#format_search_results_retail_remFav{
	height: 20px;
	width: 121px;
	border: 0px;
	margin-left:15px;
	margin-top:3px;
	float: left;
} 
#format_search_results_retail_remFav a img{ 
	background-image: url(../../images/homepage_buttons/btn_removefav.gif); 
	background-repeat: no-repeat;
	height: 20px;
	width: 121px;
} 
#format_search_results_retail_remFav a:hover img{ 
	background-image: url(../../images/homepage_buttons/btn_removefav.gif);
	background-repeat: no-repeat;
	background-position: 0 -20px ;
	height: 20px;
	width: 121px;
}

/**************************************
	PRODUCT DETAILS
**************************************/
#area2256{
	
}
#format_product_details_retail_image{
	padding: 10px 10px 10px 10px;
	/*border: #999999 solid 1px;*/
	margin-right: 5px;
	width: 210px;

}
#format_product_details_retail_thumbs span{
	display: block;
}
#format_product_details_retail_thumbs ul{
	margin-left: 0px;
	list-style: none;
}
#format_product_details_retail_thumbs ul li{
	display: inline;
}
#format_product_details_retail_thumbs ul li a{
	text-decoration: none;
}
#format_product_details_retail_thumbs ul li a img{
	/*border: #DCDCDC solid 1px;*/
	border: none;
}

#format_product_details_retail_addFav img{
	height: 20px;
	width: 121px;
	border: 0px;
	margin-top:5px;
	margin-left:45px;
} 
#format_product_details_retail_addFav a img{ 
	background-image: url(../../images/homepage_buttons/btn_addtofav.gif); 
	background-repeat: no-repeat;
} 
#format_product_details_retail_addFav a:hover img{ 
	background-image: url(../../images/homepage_buttons/btn_addtofav.gif);
	background-repeat: no-repeat;
	background-position: 0 -20px ;
}
#format_product_details_retail_remFav{
	height: 20px;
	width: 121px;
	border: 0px;
	margin-left:45px;
	margin-top:3px;
} 
#format_product_details_retail_remFav a img{ 
	background-image: url(../../images/homepage_buttons/btn_removefav.gif); 
	background-repeat: no-repeat;
	height: 20px;
	width: 121px;
} 
#format_product_details_retail_remFav a:hover img{ 
	background-image: url(../../images/homepage_buttons/btn_removefav.gif);
	background-repeat: no-repeat;
	background-position: 0 -20px ;
	height: 20px;
	width: 121px;
}

.format_product_details_subheading{
	font-weight: bold;
}
#format_product_details_retail_name{
	font-size: 13px;
	font-weight: bold;
	background: #5BA7CE;
	color: white;
	padding: 2px;
}
#format_product_details_retail_code{
	margin-top: 5px;
}
#format_product_details_retail_unit{

}
#format_product_details_retail_stock{
	margin-top: 10px;
	margin-bottom: 3px;
}
#format_product_details_retail_price{
	margin-bottom: 3px;
}
#format_product_details_retail_quantity{
	margin-bottom: 3px;
	float: left;
	text-align: center;
}
#format_product_details_retail_quantity input{
	margin-left: 3px;
}
#format_product_details_retail_addButton img{
	height: 17px;
	width: 82px;
	border: 0px;
	margin-top:3px;
	margin-left: 10px;
	float: left;
} 
#format_product_details_retail_addButton a img{ 
	background-image: url(../../images/homepage_buttons/btn_add2cart.jpg); 
	background-repeat: no-repeat;
} 
#format_product_details_retail_addButton a:hover img{ 
	background-image: url(../../images/homepage_buttons/btn_add2cart.jpg);
	background-repeat: no-repeat;
	background-position: 0 -17px ;
}
#format_product_details_retail_description{
	margin-top: 5px;

}

/* Related Items*/

.related_products{
    margin-left: 0px;
}
.related_products li{
    list-style: none;
}

/***************************************
                FEATURE PRODUCTS
***************************************/
#area2259{
	float: left;
	width: 203px;
	height: 120px;
	
}

#area2260{
	float: left;
	width: 203px;
	height: 120px;
}

#area2261{
	float: left;
	width: 203px;
	height: 120px;
}

#area2262{
	float: left;
	width: 203px;
	height: 120px;
}

#area2263{
	float: left;
	width: 203px;
	height: 120px;
}

#area2264{
	float: left;
	width: 203px;
	height: 120px;
}
#format_feature_product_retail_image{
	float: left;
	height: 73px;
	width: 63px;
	margin-top: 15px;
	margin-left: 25px;
	margin-right: 5px;
	border: #18507e solid 1px;
	background: white;
	padding-left: 10px;
	padding-top: 15px;

}
#format_feature_product_retail_image a img{
	text-align: center;
	float: left;	
}
#format_feature_product_retail_name{
	color: #18507e;
	margin-top: 15px;
	text-align: left;
	padding: 0 0 2px 0px;
	font-weight:bold;
	float: left;
	text-decoration: underline;
	height: 35px;
	width: 94px;
}
#format_feature_product_retail_price{
	text-align: left;
	font-weight: bold;
	margin: 2px;
	color: #18507e;	
}
#format_feature_product_retail_quantity{
	color: #18507e;	
	font-weight: bold;
}
#format_feature_product_retail_quantity input{
	border: #185B8B solid 1px;
}
#format_feature_product_retail_addButton img{
	height: 17px;
	width: 82px;
	border: 0px;
	margin-top:3px;
	float: left;
} 
#format_feature_product_retail_addButton a img{ 
	background-image: url(../../images/homepage_buttons/btn_add2cart.jpg); 
	background-repeat: no-repeat;
} 
#format_feature_product_retail_addButton a:hover img{ 
	background-image: url(../../images/homepage_buttons/btn_add2cart.jpg);
	background-repeat: no-repeat;
	background-position: 0 -17px ;
}

/****************************
	TOP LEVEL CATEGORIES
*****************************/
#area2221{
	width: 152px;
	margin:5px;
}
ul.search_category{
	list-style-type: none;
	margin:0px;
	padding: 0px;
}
.format_category_listing_top_level{
	
}
.format_category_listing_top_level a{
	color: #FFFFFF;
	padding-left: 12px;
	font-size: 9px;
}

.search_category li{
	margin-top: 5px;
}

/******************************
	PAGE CATEGORIES
******************************/
#area2224{
	margin-bottom: 20px;
}
#format_category_listing_wimage{
	color: #000000;
	vertical-align: middle;
	clear: both;
	margin-bottom: 70px;
}
#format_category_listing_wimage_image{
	border: #79889B solid 1px;
	width: 120px;
	height: 80px;
	float: left;
	text-align: center;
	vertical-align: middle;
}
#format_category_listing_wimage_image img{
	text-align: center;
	margin: auto auto;
}
#format_category_listing_wimage_name{
	color: #000000;
	vertical-align: middle;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 30px;
	float: left;
}
#format_category_listing_wimage_name a{
	vertical-align: middle;
}

/********************************
	CATEGORY CRUMBS
********************************/
#area2216{
}

.format_category_crumb_basic{

}

/*********************************
	CATEGORY HEADER
*********************************/
#area2224{

}
#format_category_header_basic{
	background: #1C537A;
	color: white;
	padding: 2px;
	font-size: 14px;
}

/********************************
	NEWS LISTING
********************************/
/* The entire News Listing */
#area2226{

}
/*Individual News Items in the List*/
#area2226 table{
	margin-left: 6px;
	margin-right: 6px;
}
#format_news_listing_heading{
	float: left;
	margin-top: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #13476E;
}
#format_news_listing_date{
	float: left;
	width: 100%;
	margin-top: -43px;
	font-size: 10px;
	color: #1D73B1;
	font-weight: normal;
	margin-bottom: 5px;
	border-bottom: #BED2F1 solid 1px;
}
#format_news_listing_body_short{
	font-size: 11px;
	font-weight: normal;
	color: #1D73B1;
}
#format_news_listing_more {
	color: #980203
	
} 

/********************************
	NEWS LISTING HOMEPAGE
********************************/
/* The entire News Listing */
#area2243{

}
/*Individual News Items in the List*/
#area2243 table{

}
#format_news_listing_homepage_heading{
	font-size: 14px;
	font-weight: bold;
	color: #13476E;
}
#format_news_listing_homepage_date{
	width: 100%;
	font-size: 10px;
	color: #1D73B1;
	font-weight: normal;
	border-bottom: #BED2F1 solid 1px;
}
#format_news_listing_homepage_body_short{
	font-size: 11px;
	font-weight: normal;
	color: #1D73B1;
}
#format_news_listing_homepage_more {
	color: #980203
	
} 

/************************************
	DETAILED NEWS 
*************************************/	
#area2220{
	padding: 0;
	margin: 0;
	}
#format_news_detail_date{
	font-size: 10px;
	font-weight: normal;
	color: #18507e;
	margin-bottom: 5px;
	}
#format_news_detail_heading{
	font-size: 16px;
	font-weight: 700;
	color: #18507e;
	margin-bottom: 5px;
	}
#format_news_detail_body{
	font-size: 12px;
	font-weight: normal;
	color: #18507e;
	}	
	
/*****************************************
	SHOPPING CART
*****************************************/
#area2246{
	background: transparent url(../../images/homepage/cart.jpg) no-repeat;
	width: 180px;
	height: 40px;
	margin: 0px;
}
#format_shopping_cart_basic_price{
	float: left;
	padding-left: 75px;
	font-weight: bold;
	color: #174D7A;
	font-size: 12px;
}
#format_shopping_cart_basic_checkoutButton{
	float: left;
	margin-left:75px; 
	background: transparent url(../../images/homepage_buttons/btn_checkout.jpg) no-repeat top;
	height: 15px;
	width: 70px;
}
#format_shopping_cart_basic_checkoutButton a:hover{
	background: transparent url(../../images/homepage_buttons/btn_checkout.jpg) no-repeat bottom;
	height: 15px;
	width: 70px;
}
#format_shopping_cart_basic_checkoutButton a img{
	height: 15px;
	width: 70px;
}

/**************************************************
	BASKET PAGE
**************************************************/

#format_basket_header_heading{
	font-size: 16px;
	color: #A62617;
	font-weight: bold;
}
#format_basket_header{
	width: 90%;
	font-weight: bold;
	border-bottom: #000000 solid 2px;
}

#format_basket_items{
	width: 90%;
	border-bottom: #CCCCCC solid 1px;
}
#format_basket_items tr td input{
	width: 30px;
	text-align: center;
}


#format_basket_removebtn{
	background: transparent url(../../images/homepage_buttons/bin.gif) no-repeat top;
	height: 17px;
	width: 21px;
}
#format_basket_removebtn:hover{
	background: transparent url(../../images/homepage_buttons/bin.gif) no-repeat bottom;
	height: 17px;
	width: 21px;
}
#format_basket_removebtn a img{
	height: 17px;
	width: 21px;
}

#format_basket_checkout_link{
	background: transparent url(../../images/homepage_buttons/btn_checkout.gif) no-repeat top;
	height: 20px;
	width: 62px;
	float: right;
	margin-top: 5px;
	margin-right: 60px;
}
#format_basket_checkout_link a:hover{
	background: transparent url(../../images/homepage_buttons/btn_checkout.gif) no-repeat bottom;
	height: 20px;
	width: 62px;
}
#format_basket_checkout_link a img{
	height: 20px;
	width: 62px;
}

#format_basket_continue2shop_link{
	background: transparent url(../../images/homepage_buttons/cont2shop.gif) no-repeat top;
	height: 20px;
	width: 130px;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
#format_basket_continue2shop_link a:hover{
	background: transparent url(../../images/homepage_buttons/cont2shop.gif) no-repeat bottom;
	height: 20px;
	width: 130px;
}
#format_basket_continue2shop_link a img{
	height: 20px;
	width: 130px;
}

/****************************************************************
	DETAILS PAGE
*****************************************************************/
#format_order_details{
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#format_order_details tr td{
	border: 0px;
	padding: 5px;
	margin: 0px;
}
#format_order_details_heading{
	font-size: 14px;
	color: #A62617;
	font-weight: bold;
}
.format_order_details_subheading{
	font-weight: bold;
	background: #E7F5FE;
	text-align: right;
	vertical-align: top;
}
.format_order_details_link{
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	color: black;
	text-decoration: none;
}

#format_details_save img{
	height: 20px;
	width: 57px;
	border: 0px;
	float: left;
	margin-top:  10px;
} 
#format_details_save a img{ 
	background-image: url(../../images/homepage_buttons/ret_save.gif); 
	background-repeat: no-repeat;
} 
#format_details_save a:hover img{ 
	background-image: url(../../images/homepage_buttons/ret_save.gif);
	background-repeat: no-repeat;
	background-position: 0 -20px ;
}

#format_details_delete img{
	height: 20px;
	width: 57px;
	border: 0px;
	float: left;
	margin-top:  10px;
	margin-right: 20px;
} 
#format_details_delete a img{ 
	background-image: url(../../images/homepage_buttons/ret_delete.gif); 
	background-repeat: no-repeat;
} 
#format_details_delete a:hover img{ 
	background-image: url(../../images/homepage_buttons/ret_delete.gif);
	background-repeat: no-repeat;
	background-position: 0 -20px ;
}



#format_order_details_nextbtn img{
	height: 20px;
	width: 48px;
	border: 0px;
} 
#format_order_details_nextbtn a img{ 
	background-image: url(../../images/homepage_buttons/ret_next.jpg); 
	background-repeat: no-repeat;
} 
#format_order_details_nextbtn a:hover img{ 
	background-image: url(../../images/homepage_buttons/ret_next.jpg);
	background-repeat: no-repeat;
	background-position: 0 -20px ;
}

/***********************************************
	PURCHASE ORDER PAGE
***********************************************/
#area2254{
	margin-right: 10px;

}
#area2254 table{
	width: 100%;
}
/* Logo*/
#area2254 table tr td img{
	margin-bottom: 10px;
}
/*Purchase Order Heading*/
.format_purchase_order_heading{
	font-size: 18px;
	color: #A62617;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}

/*Company Info*/
#format_purchase_order_company{
	margin-bottom: 10px;
}
.format_purchase_order_company_info{
	font-size: 8px;
}

/*Details*/
#format_purchase_order_details{
	border: black solid 1px;
	margin: 0px;
	padding: 2px;
	float:right;
	text-align: right;
	width: 150px;
}
.format_purchase_order_details_po_heading{
	background: #5BA7CE;
	color: white;
}
.format_purchase_order_details_po{
	background: #CCEDFE;
	font-weight: bold;
}
.format_purchase_order_details_po_date_heading{
	background: #CCEDFE;
}
.format_purchase_order_details_po_date{
	font-weight: bold;
}
.format_purchase_order_details_login_heading{
	background: #CCEDFE;
}
.format_purchase_order_details_login{
	font-weight: bold;
}
.format_purchase_order_details_order_heading{
	background: #5BA7CE;
	color: white;
}
.format_purchase_order_details_order{
	background: #CCEDFE;
	font-weight: bold;
}
/*Delviery Info*/
#format_purchase_order_delivery{
	margin-bottom: 10px;
}
.format_purchase_order_delivery_heading{
	font-weight: bold;
}
.format_purchase_order_delivery_contact{

}
.format_purchase_order_delivery_street{

}
.format_purchase_order_delivery_suburb{

}
.format_purchase_order_delivery_state{

}
/*Products Table*/
#format_purchase_order_products{
}
#format_purchase_order_products table{
	border: #636365 1px solid;
	width: 100%;
}
#format_purchase_order_products table tr th{
	background: #5BA7CE;
	padding: 2px;
	color: white;
	border-bottom: black 1px solid;	
}
#format_purchase_order_products table tr td{
	padding: 2px;
}
.format_purchase_order_products_quantity{
	text-align: center;
}
.format_purchase_order_products_unit_price{
	text-align: right;
}
.format_purchase_order_products_price{
	text-align: right;
}
/*Instructions Area*/
#format_purchase_order_instructions{
	float: left;
	width: 100%;
	vertical-align: top;
}
.format_purchase_order_instructions_heading{
	text-transform: uppercase;
}
.format_purchase_order_instructions_text{

}
/*Subtotals Table*/
#format_purchase_order_subtotals{
	border-right: #636365 solid 1px;
	float: right;
	padding: 2px;
	font-weight: bold;
}
.format_purchase_order_freight_heading{
	text-transform: uppercase;
	text-align: right;
}
.format_purchase_order_freight{
	border-left: #636365 1px solid;
	border-bottom: #636365 solid 1px;
	text-align: right;
}
.format_purchase_order_subtotal_heading{
	text-transform: uppercase;
	text-align: right;
}
.format_purchase_order_subtotal{
	border-left: #636365 solid 1px;
	text-align: right;
}
.format_purchase_order_gst_heading{
	text-transform: uppercase;
	text-align: right;
}
.format_purchase_order_gst{
	border-left: #636365 solid 1px;
	text-align: right;
}
.format_purchase_order_total_heading{
	text-transform: uppercase;
	text-align: right;
}
.format_purchase_order_total{
	border-left: #636365 solid 1px;
	border-top: #636365 1px solid;
	border-bottom: black solid 1px;
	background: #CCEDFE;
	text-align: right;
}
/*Terms*/
#format_purchase_order_terms{
	margin-top: 10px;
}
/*Buttons*/

#format_purchase_order_back img{
	height: 20px;
	width: 62px;
	border: 0px;
	float: left;
	margin-top:  10px;
} 
#format_purchase_order_back a img{ 
	background-image: url(../../images/homepage_buttons/ret_back.jpg); 
	background-repeat: no-repeat;
} 
#format_purchase_order_back a:hover img{ 
	background-image: url(../../images/homepage_buttons/ret_back.jpg);
	background-repeat: no-repeat;
	background-position: 0 -20px ;
}


#format_purchase_order_submit img{
	height: 20px;
	width: 121px;
	border: 0px;
	float: right;
	margin-top: 10px;
} 
#format_purchase_order_submit a img{ 
	background-image: url(../../images/homepage_buttons/btn_submitorder.gif); 
	background-repeat: no-repeat;
} 
#format_purchase_order_submit a:hover img{ 
	background-image: url(../../images/homepage_buttons/btn_submitorder.gif);
	background-repeat: no-repeat;
	background-position: 0 -20px ;
}

/*****************************************************
	CREDIT CARD DETAILS
******************************************************/
#format_credit_card_details_heading{
	font-size: 14px;
	color: #A62617;
	font-weight: bold;

}
#format_credit_card_details_subheading{
	font-weight: bold;
}
.format_credit_card_details_options{

}
.format_credit_card_details_pay {
	text-align: right;
}
.format_credit_card_details_pay input{
	border: 1px #1D74A3 solid;
	color: white;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 10px;
	font-weight: bold;
	background: #4D9CC6;
		filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#80B8D5',EndColorStr='#144F79');
}


/***************************************************
	FACILITIES MENU
**************************************************/
#area94{
	margin-left: 3px;
}
#format_facility_menu{
	list-style: none;
		padding-bottom: 25px;
}
#format_facility_menu li{
	display: inline;
	list-style: none;
	margin-right: 10px;
	font-weight: bold;
	color: #799b02 !important;
}
}
#format_facility_menu a {
	font-weight: bold !important;
	color: #799b02;
}

#format_facility_menu a:visited {
	font-weight: bold !important;
	color: #799b02;
	
}

#format_facility_menu a:visited {
	font-weight: bold !important;
	color: #799b02;
	
}


#format_facility_menu li a:hover {
	text-decoration: underline;
	color: #799b02;
	font-weight: bold;

}

/*********************************************************
	FAVOURITES
*********************************************************/
#area101{
	margin-top: 15px;
}
#format_favourites_heading{
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;
	color: #A72A1B;
}

/*******************************************************
	CHANGE DETAILS
*******************************************************/
#format_change_details{

}
.format_change_details_heading{
	padding-bottom: 15px;
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;
	color: #004794;
}
.format_change_details_subheading{
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}
.format_change_details_save{
	border: 1px #1D74A3 solid;
	color: white;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 10px;
	font-weight: bold;
	background: #4D9CC6;
		filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#80B8D5',EndColorStr='#144F79');
} 
/****************************************************
	ORDER HISTORY
****************************************************/
#format_order_history_heading{
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;
	color: #A72A1B;
}

#format_order_history_list{
	padding: 2px;
}
#format_order_history_list table{
	width: 100%;
}
#format_order_history_list th{
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #A72A1B;
}
#format_order_history_list td{
	font-size: 11px;
}

/*************************
                SITEMAP
*************************/
.cms_sitemap_top{
    text-transform: capitalize;
    background: url(../../images/homepage/menu_arrow.gif) no-repeat;
    padding-left: 15px;

}
.cms_sitemap_second{
	margin-top: 10px;      
	text-transform: capitalize;
	background: url(../../images/homepage/menu_arrow.gif) no-repeat;
	padding-left: 15px;
	margin-left: 30px;
	display: block;
}


