/* ****************************************************************************************** */
/* FONTS 																																											*/
/* ****************************************************************************************** */

body 
{ 
	font-family: Arial;
	font-size: 12px;
	color: #5E5E5E;
}

td
{
	font-family: Arial;
	font-size: 12px;
	color: #5E5E5E;
}

.browse_products_catagory_heading
{
	font-family: Arial;
	font-size: 9.5pt;
	color: #4C4C4C;
	font-weight: bold;
}

.page_heading
{
	font-family: Arial;
	font-size: 13pt;
	color: #3D36C7;
	font-weight: bold;
}

.browse_products_table
{
  padding-left: 4px;
}

.product_details_title
{
	font-family: Arial;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
}

.product_code
{
	font-family: Arial;
	font-size: 10px;
	color: #000080;
}

.product_price_inc_gst
{
	font-family: Arial;
	font-size: 10pt;
	color: #4037C8;
}

.product_price_ex_gst
{
	font-family: Arial;
	font-size: 9pt;
	color: #5E5E5E;
}

.add_to_basket_hyperlink
{
	font-family: Arial;
	font-size: 10pt;
}

.tutorial_files_size
{
	font-family: Arial Narrow;
	font-size: 10px;
	color: #999999;
	margin-left: 2px;
}

.checkout_process_title
{
	font-family: Arial;
	font-size: 8.5pt;
	color: #407000;
}

.checkout_process_active_stage
{
	font-family: Arial;
	font-size: 8.5pt;
	color: #FFFFFF;
}

.checkout_process_inactive_stage
{
	font-family: Arial;
	font-size: 8.5pt;
	color: #407000;
}

.finishing_code
{
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
}

.small_note
{
	font-family: Arial;
	font-size: 8pt;
	color: #4C4C4C;
}

.small_note_grey
{
	font-family: Arial;
	font-size: 8pt;
	color: #898989;
}

.hyperlink_small
{
	font-family: Arial;
	font-size: 8pt;
}

.order_tracking_number
{
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
}

.call_us_on
{
	padding-top: 3px;
	margin-right: 5px;
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;
}

.content_area_title
{	
	font-family: Arial;
	font-size: 9pt;
	color: #333333; 
	font-weight: bold;
}

.footer
{	
	font-family: Arial;
	font-size: 10px;
	color: #CCCCCC;
}

a.footer_link:link, a.footer_link:visited, a.footer_link:active
{
	font-family: Arial;
	font-size: 10px;
	color: #CCCCCC;
  text-decoration: underline;
	font-weight: normal;
	background: transparent;
}

a.footer_link:hover
{
	font-family: Arial;
	font-size: 10px;
  color: #A8A8A8;
  text-decoration: underline;
	font-weight: normal;
	background: #F2F2F2;
}

#product_search_title
{
	font-family: Arial;
	font-size: 11px;
	color: #666666; 
	font-weight: bold;
	margin-top: 6px;
	margin-left: 6px;
}

.product_search_textbox
{
	font-family: Arial;
	font-size: 8.5pt;
	width: 100px;
	height: 15px;
	margin-top: 11px;
	margin-left: 6px;
}

#shopping_basket_title
{
	font-family: Arial;
	font-size: 11px;
	color: #666666; 
	font-weight: bold;
	margin-top: 6px;
	margin-left: 6px;
}

.discount_text
{
	color: #5CA200; 
}


#total_price
{
	float: left;
  width: 80px;
	font-family: Arial;
	font-size: 11px;
	color: #666666; 
	margin-top: 2px;
	margin-left: 6px;
}

#view_shopping_basket_hyperlink
{
	float: right;
	width: 70px;
	height: 9px
	font-family: Arial;
	font-size: 8pt;
	color: #007DC9;
	margin-top: 2px;
}

#total_price_and_view_basket_container
{
	float: left;
	height: 10px	
	width: 166px;
}

#basket_icon_and_items_in_basket_container
{
	float: left;
	height: 16px	
	width: 166px;
}

#basket_icon
{
	float: left;
	width: 21px;
	height: 16px;
	margin-top: 10px;
	margin-left: 6px;
}

#items_in_basket
{
	float: left;
	width: 120px;
	height: 16px;
	font-family: Verdana;
	font-size: 11px;
	color: #333333; 
	margin-top: 12px;
}

#shopping_basket_button_container
{
	float: left;
	height: 20px;
	width: 166px;
}

/* ****************************************************************************************** */
/* FORM CONTROLS 																																							*/
/* ****************************************************************************************** */

.form_control_textbox_qty
{
  font-family: Arial;
  font-size: 8.5pt;
  height: 18px;
  width: 30px;
  text-align: right;
}

.shopping_basket_checkout_button
{
	float: right;
	font-family: Arial;
	font-size: 11px;
	width: 60px;
	height: 19px;
	margin-top: 6px;
	margin-right: 8px;	
}

.form_control_button_find
{
	font-family: Arial;
	font-size: 11px;
	width: 42px;
	height: 19px;
	margin-top: 10px;
	margin-left: 6px;
}

.form_control_textbox_login
{
  font-family: Arial;
  font-size: 8.5pt;
	width: 170px; 
	height: 19px;
  margin-right: 3px;  
  margin-left: 3px;
  border-color: #666666;
  border-style: solid; 
  border-width: 1px; 
  padding-left: 2px; 
  padding-right:2px; 
  padding-top: 1px; 
  padding-bottom: 1px;
}

.form_control_textbox_search
{
  font-family: Arial;
  font-size: 8.5pt;
  height: 19px;
  width: 98px;
	margin-left: 8px;
}

.form_control_textbox_large
{
  font-family: Arial;
  font-size: 8.5pt;
  height: 19px;
  width: 300px;
}

.form_control_textbox_medium
{
  font-family: Arial;
  font-size: 8.5pt;
  height: 18px;
  width: 170px;
}

.form_control_textbox_small
{
  font-family: Arial;
  font-size: 8.5pt;
  height: 18px;
  width: 90px;
}

.form_control_textbox_credit_card_no
{
  font-family: Arial;
  font-size: 8.5pt;
  height: 18px;
  width: 40px;
}

.form_control_checkbox_adjustment
{
   position: relative;
   top: 2px;
}

.form_control_radio_button
{
   position: relative;
   top: 2px;
}

.button_standard
{
	font-family: Arial;
	font-size: 8.5pt;
	width: 50px;
	height: 19px;
}

.button_continue_shopping
{
	font-family: Arial;
	font-size: 8.5pt;
	width: 103px;
	height: 19px;
}

.button_continue
{
	font-family: Arial;
	font-size: 8.5pt;
	width: 60px;
	height: 19px;
}

.form_control_drop_list
{
	font-family: Arial;
	font-size: 8.5pt;
}

.button_delete
{
	font-family: Arial;
	font-size: 8.5pt;
	width: 50px;
	height: 19px;
}

.button_update
{
	font-family: Arial;
	font-size: 8.5pt;
	width: 50px;
	height: 19px;
}


/* ****************************************************************************************** */
/* NAVIGATION BUTTON DIVS 																																		*/
/* ****************************************************************************************** */

#css_button a  
{
	width: 102px;
	height: 18px;
	color: #3D36C7;
	background-color: #FFFFFF;
	border-left: 1px solid #B2BBC4;
	border-bottom: 1px solid #B2BBC4;
	padding-top: 2px;
	font-size: 11px; 
	font-family: Tahoma; 
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	float: left;
}

#css_button_current_page a
{
	width: 101px;
	height: 18px;
	color: #3D36C7; 
	background-color: #8FBDEA;
	border-left: 1px solid #B2BBC4;
	border-bottom: 1px solid #B2BBC4;
	padding-top: 2px;
	font-size: 11px; 
	font-family: Tahoma; 
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
	float: left;
}

#css_button a:hover
{
	background-color: #8FBDEA;
	color: #3D36C7;
}

#css_button a:active 
{
	background-color: #8FBDEA;
	color: #3D36C7; 
}

#css_button_current_page a:hover 
{
	background-color: #8FBDEA;
	color: #3D36C7; 
}

#css_button_current_page a:active 
{
	background-color: #8FBDEA;
	color: #3D36C7;
}