/* 
include the reset min css
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

/*
include the base min css
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;} em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}


@charset "utf-8";

body {
	font-size: 67.5%;
}

/* default styles */
ul {
    list-style: none;
    margin: 0px;
}

ul li {
    list-style: inherit;
}

input {
    vertical-align: middle;
}

/* layout */
#page {
    width: 960px;
    margin: 0px auto;
}

/* Header Styles */

#header hr {
    clear: both;
}

#header #logo {
    float: left;
    clear: right;
}

#header #site_links li {
    float: right;
}

#header #telephone {
    font-size: 200%;
    font-weight: bold;
}

/* Sidebar Styles */
#sidebar {
    width: 220px;
}
#sidebar p.feature_image {
	text-align:center;
	width:100%;
}

/* Content Styles */
#content {
    padding: 10px 230px 10px 10px;
}

/* Footer Styles */
#useful_links {
	text-align:center;
	padding:2px;
}
#useful_links a {
	margin:0;
	padding:0;
	vertical-align:top;
}

#footer {
    clear: both;
}

#footer .column {
    float: left;
    padding: 10px;
}

/* Footer Styles */
#footer {
    font-size: 80%;
	margin-bottom:4px;
}
#footer #logo_information {
    float:right;
}
#footer #company_information {
    float:left;
}
#footer #company_information p {
    margin: 0px;
}

#footer #shopping_information {
    float:right;
	text-align:right;
	width:35%;
}
#footer #shopping_information img {
	vertical-align:middle;
	padding-right:2px;
}



/* Message Panel Styles */
#message_panel {
	padding: 4px;
	font-size: 120%;
	background-color: #FFFFCC;
	border:2px solid #999999;
	color: #333333;
	text-decoration: none;
	min-height:50px;
    vertical-align:middle;
    overflow: hidden;
    margin: 0px 0px 1em;
}
#message_panel span {
    height: 50px;
	vertical-align:middle;
	font-size:100%;
	color:#006666;
}
#message_panel img {
    display:block;
    float:left;
    margin-right: 10px;
    vertical-align:middle;
}

/* Product Layout Style */
.promotion_splash {
    width: 82px;
    height: 207px;
    background-image: url( '/images/large_special_offer.png' );
}

#product_image {
    float: left;
    width: 11.6em;
    border: solid 1px #666666;
    text-align: center;
    position: relative;
    margin: 0em 1em 1em 0em;
}

#product_image #image_container {
    line-height: 125px;
    vertical-align: middle;
}

#product_image a img {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#lead_time {
    font-weight: bold;
    font-style: italic;
    text-align: right;
}

/* Dialog Styles */
#dialog {
    position: fixed;
    overflow: hidden;
    border-style: solid;
    border-width: 2px;
    background-color: #ffffff;
    padding: 5px;
}

#dialog iframe {
    width: 100%;
    height: 100%;
    border: none;
}

#mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
}

#order_progress_dialog {
	position: fixed;
    border: 2px solid #000000;
    background-color: #e0e0e0;    
    padding: 10px;
    height: 86px;
    width: 320px;
    margin-left: -150px;
    margin-top: -43px;
    top: 50%;
    left: 50%;
    z-index: 10001;
	text-align: center; 
}
#order_progress_dialog h4{
	font-size: 15px; 
}
#order_progress_dialog .description{
	margin-top: 10px;
	font-size: 10px; 
}
#order_progress_dialog .image{
	margin-top: 10px; 
}

#dialog_body h2,
#dialog h2 {
    text-align: center;
    font-style: italic;
    vertical-align: middle;
}

#dialog_body h2#favourites_dialog {
    text-align: left;
    font-style: normal;
    position: static;
	font-weight:normal;
	font-size:120%;
	margin-left:10px;
}

#dialog_body h2 img {
    vertical-align: middle;
}
/*
    Account Page & Order Management Styles

    These are used to style the links for the page options because we can't use
    h4 and p elements inside a elements due to the XHTML spec.
*/
#b2c_account a,
#order_processing a,
#shopping_tools a,
#config_options a,
#your_orders a,
#manage_account a,
#b2c_account a span,
#order_processing a span,
#shopping_tools a span,
#config_options a span,
#your_orders a span,
#manage_account a span,
#reports a, #reports a span {
    display: block;
}

#b2c_account a,
#order_processing a,
#shopping_tools a,
#config_options a,
#your_orders a,
#manage_account a,
#reports a {
    text-decoration: none;
}

#b2c_account a .header,
#order_processing a .header,
#shopping_tools a .header,
#config_options a .header,
#your_orders a .header,
#manage_account a .header,
#reports a .header {
    font-weight: bold;
}

#user_information p,
#budgetary_constraints p {
    width: 48%;
    float: left;
    padding: 0px 1%
}

#user_information label,
#budgetary_constraints label {
    width: 45%;
    float: left;
}

#user_information input,
#user_information select,
#budgetary_constraints input,
#budgetary_constraints select {
    width: 53%;
    float: left;
}

#account_options_permissions p,
#configure_department p,
#configure_restriction_list p {
    clear: left;
    padding: 11px 0px;
}

#account_options_permissions label {
    float: left;
    width: 22%;
}

#account_options_permissions select {
    width: 35%;
    float: left;
}

#account_options_permissions em {
    display: block;
    width: 41%;
    float: left;
    padding: 0px 5px;
}

#configure_cost_centre p {
    float: left;
    width: 50%;
}

#configure_cost_centre label {
    float: left;
    width: 43%;
}

#configure_cost_centre input,
#configure_cost_centre select {
    float: left;
    width: 54%;
}

#configure_department label {
    float: left;
    width: 17%;
}

#configure_department input,
#configure_department select,
#configure_department textarea {
    float: left;
    width: 82%;
}

#configure_restriction_list label {
    float: left;
    width: 10%;
}

#configure_restriction_list input {
    width: 88%;
    float: left;
}

/* Cost centre, department and restriction list selectors are added to make sure
   this style overrides the normal styling in that fieldset */
#configure_cost_centre .list_selections p,
#configure_department .list_selections p,
#configure_restriction_list .list_selections p,
.list_selections p {
    width: 46%;
    float: left;
    clear: none;
}

#configure_cost_centre .list_selections label,
#configure_department .list_selections label,
#configure_restriction_list .list_selections label,
.list_selections label {
    display: block;
    height: 3em;
    width: auto;
}

#configure_cost_centre .list_selections select,
#configure_department .list_selections select,
.list_selections select {
    width: 100%;
    height: 10em;
}

.list_selections div {
    width: 8%;
    float: left;
    text-align: center;
    padding: 62px 0px 0px 0px;
}

#order_reference_details p {
    width: 50%;
    float: left;
}

#order_reference_details span {
    font-weight: bold;
    float: left;
    width: 9em;
}

#order_address_details .order_address {
	width:49%;
	float:left;
}

#order_controls {
    clear: both;
}

#approval_pending img {
    float: left;
    padding: 1em;
}

#approval_pending p {
    padding: 0em 0em 0em 5em;
}


/*
    B2B Account Application Form Styles
*/
#b2b_account_register_left, #b2b_account_register_right,
#b2b_account_register_accounts_left,#b2b_account_register_accounts_right,
#b2b_account_register_wdyhau_left,#b2b_account_register_wdyhau_right,
#b2b_account_register_trade_left,#b2b_account_register_trade_right
 {
	width:46%;
}
#b2b_account_register_left,
#b2b_account_register_accounts_left,
#b2b_account_register_wdyhau_left,
#b2b_account_register_trade_left
 {
	float:left;
}
#b2b_account_register_right,
#b2b_account_register_accounts_right,
#b2b_account_register_wdyhau_right,
#b2b_account_register_trade_right
 {
	float:right;
}

#b2b_account_register input,
#b2b_account_register_accounts input,
#b2b_account_register_accounts select,
#b2b_account_register_wdyhau input,
#b2b_account_register_wdyhau select,
#b2b_account_register_trade input {
	width:98%;
}


/*
    Contact Us Styles
*/
#cu_enquiry_type_left, #cu_enquiry_type_right {
	width:46%;
}
#cu_enquiry_type_left {
	float:left;
}
#cu_enquiry_type_right {
	float:right;
}
#cu_your_details_left, #cu_your_details_right {
	width:46%;
}
#cu_your_details_left,
#cu_fs_your_details_left {
	float:left;
}
#cu_your_details_right,
#cu_fs_your_details_right {
	float:right;
}
#cu_fs_your_details input {
	width:100%;
}
#cu_fs_your_message textarea {
	width:100%;
}

/* Checkout Styles */
#checkout_progress {
	line-height: 28px;
}

#checkout_progress .completed {
    color: #999999;
}

#checkout_progress .uncompleted {
	color: #CCCCCC;
}

#checkout_progress .current {
	color: #666666;
}

#checkout_progress .step {
	display: -moz-inline-box;
	display: inline-block;
    width: 32%;
}

#checkout_progress .step img {
	margin: 0px 0px 4px 0px;
    vertical-align: middle;
}

/* Checkout Delivery Styles */
#enter_address p {
    clear: left;
}

#enter_address p label {
    float: left;
    width: 10em;
}

#enter_address p input,
#enter_address p select {
    width: 44em;
}

/*
   Checkout confirmation Styles
*/
#co_delivery_details label, #co_payment_details label {
	width:180px;
	display:block;
	float:left;
}

#checkout_terms, #register_terms {
	text-align:center;
	font-size:120%;
	font-weight:normal;
}

/*
   Checkout payment details Styles
*/
#co_payment_details p {
	padding:2px;
	margin:0px;
}

#co_payment_details label {
	width:160px;
	display:block;
	float:left;
}
#co_payment_details #billing_customer_address_book_postcode {
	width:70px;
}
#co_payment_details #customer_payment_method_cv2, #co_payment_details #customer_payment_method_issue_number {
	width:50px;
}

#co_payment_details #billing_system_countries_id {
	width:200px;
}

/*
   Frequently asked questions Styles
*/
#frequently_asked_questions {
}

/*
   Password reminder Styles
*/
#password_reminder p {
	text-align:center;
}
#password_reminder input {
	width:300px;
}

/*
   Newsletter Subscribe Styles
*/
#newsletter_subscribe p {
	text-align:center;
}
#newsletter_subscribe #customer_email_address {
	width:300px;
}

/*
   Mini login styles
*/
#mini_login {

}
#mini_login_form p,
.sidebar_box ul {
    clear: both;
}

#mini_login_form button {
    float: right;
}

/*
   Profile mobile Styles
*/
#profile_mobile p {
	padding:2px;
	margin:0px;
}

#profile_mobile label {
	width:160px;
	display:block;
	float:left;
}


/*
   Profile personal Styles
*/
#profile_personal p {
	padding:2px;
	margin:0px;
}

#profile_personal label {
	width:285px;
	display:block;
	float:left;
}
#profile_personal input {
	width:250px;
}
#profile_personal #customer_newsletter_opt_in,
#profile_personal #customer_third_party_opt_in {
	width:auto;
	border: none;
}

/*
   Order Search Styles Styles
*/
.order_search p {
	padding:2px;
	margin:0px;
}

.order_search label {
	width:90px;
	display:block;
	float:left;
}
.order_search p {
  float: left;
  width: 290px;
}

/*
   address book Styles
*/
#address_view p {
	padding:2px;
	margin:0px;
}
#address_view p.delete {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 120%;
}

#address_view label {
	width:170px;
	display:block;
	float:left;
}

#address_view #customer_address_book_postcode {
	width:70px;
}

/*
   Customer Profile Information Styles
*/
#customer_first_name {width: 250px;}
#customer_last_name {width: 250px;}
#customer_email_address {width: 250px;}
#customer_email_address_confirmation {width: 250px;}
#customer_password {width: 250px;}
#customer_password_confirmation {width: 250px;}
#customer_account_code {width: 250px;}

/*
   address edit Styles
*/
#address_edit p {
	padding:2px;
	margin:0px;
}

#address_edit label {
	width:170px;
	display:block;
	float:left;
}
#address_edit input {
	width:230px;
}

#address_edit #customer_address_book_default_delivery {
	width:auto;
}

#address_edit #customer_address_book_postcode {
	width:70px;
}

/*
   address delete confirmation Styles
*/
#address_delete_confirm p {
	padding:2px;
	margin:0px;
}

#address_delete_confirm label {
	width:200px;
	display:block;
	float:left;
}

/*
   register confirmation Styles
*/
#register_login_confirm p, #register_delivery_address_confirm p {
	padding:2px;
	margin:0px;
	clear: left;
}

#register_login label, #register_login_confirm label, #register_delivery_address_confirm label {
	width:180px;
	display:block;
	float:left;
}

#register_login #business_account_apply {
	font-size:120%;
	margin:12px;
}

/*
   Shopping basket Styles
*/
#shopping_basket,
#split_shopping_basket {
	width: 99%;
	padding: 0.5%;
}

#shopping_basket .quantity,
#shopping_basket .our_price,
#shopping_basket .vat,
#shopping_basket .total,
#shopping_basket .quantity input,
#split_shopping_basket .quantity,
#split_shopping_basket .our_price,
#split_shopping_basket .vat,
#split_shopping_basket .total,
#shopping_basket .our_price_discount,
#shopping_basket .vat_discount,
#shopping_basket .total_discount,
#split_shopping_basket .our_price_discount,
#split_shopping_basket .vat_discount,
#split_shopping_basket .total_discount {
	text-align:right;
}

#shopping_basket .our_price_free,
#shopping_basket .vat_free,
#shopping_basket .total_free,
#split_shopping_basket .our_price_free,
#split_shopping_basket .vat_free,
#split_shopping_basket .total_free {
	text-align:right;
	text-decoration: line-through;
}

#shopping_basket .quantity input {
    width: auto;
}

#shopping_basket .cost_centre select,
#split_shopping_basket .cost_centre select {
    width: auto;
	text-align:left;
}

#shopping_basket .remove,
#split_shopping_basket .remove {
	width:16px;
	text-align:center;
}

#pricing_panel .price_break {
	text-align: right;
}
#shopping_basket .total_label,
#split_shopping_basket .total_label, .total_label {
	text-align:right;
	background-color:#999999;
}

#shopping_basket #delivery_conditions {
	display:none;
}


#shopping_basket .total_data,
#split_shopping_basket .total_data, .total_data {
	text-align:right;
	font-weight:bold;
	width: 90px;
}


/*
   Shopping basket Styles
*/
#order_list {
	width:100%;
	padding:2px;
}

#order_list .right {
	text-align:right;
}
#order_list .left {
	text-align:left;
}
#order_list .center {
	text-align:center;
}

#order_list td a {
	display:inline;
}

/* Sitemap Styles */
.site_map_column {
    float: left;
    padding: 0em 1%;
    width: 48%;
}

.site_map_column_wide {
    float: left;
    padding: 0em 1%;
    width: 98%;
}


.site_map_column li,
.site_map_column_wide li {
	font-size: 150%;
	font-weight: bold;
	list-style-type: none;
	margin: 0em 0em 1em;
	padding: 2%;
	width: 96%;
}

.site_map_column li ul,
.site_map_column_wide li ul {
    margin: 0em 0em 1em;
    min-height:48px;
}

.site_map_column li ul li,
.site_map_column_wide li ul li {
    font-size: 80%;
    font-weight: normal;
    list-style-image:none;
    list-style-position: outside;
    list-style-type:disc;
    margin: 0em 0em 0em 10%;
    padding: 0em;
    width: 90%;
}
/* Product Search Styles */
#frmadvancedsearch input {
    width: 80%;
}

#frmadvancedsearch p img {
    float: left;
    margin: 10px;
}

/* Print Estimate of Shopping Basket */
#print {
    width: 650px;
    margin: 0px auto;
}

#print a {
    text-decoration: none;
}

#print h1 {
    margin: 40px 0px 0px 0px;
}

#print #header {
    line-height: 100px;
    font-size: 2.2em;
    text-align: right;
    vertical-align: middle;
    position: relative;
    width: auto;
}

#print #header img {
    float: left;
    margin: 18px 0px;
}

#print #menubar {
    line-height: 22px;
    text-align: right;
    padding: 0px 20px;
}

#print #menubar a img {
    border: none;
}

#print #footer {
    border-width: 3px;
    border-top-style: solid;
    padding: 0px 15px;
    clear: both;
}

#print #menubar img {
    vertical-align: middle;
}

#print #shopping_basket {
    margin: 20px 0px;
}


#select_delivery input,
#delivery_shipping input {
    float: left;
    margin: 0.1em 0.5em 0em 0em;
}

#delivery_shipping label {

}

#select_delivery div,
#delivery_shipping div {
    margin: 0px;
    padding: 5px;
    border-width: 2px;
    border-color: #FFFFFF;
    border-style: solid;
}

#delivery_shipping #selected_address {
    padding: 5px;
}

#delivery_shipping .cost {
    display: block;
    float: right;
    width: 6em;
    text-align: right;
    font-weight: bold;
}

#delivery_problem p,
#order_acceptance p {
    display: table-cell;
    height: 5em;
}

#delivery_problem img,
#order_acceptance img {
    float: left;
    padding: 1em
}

#order_references p {
    clear: left;
}

#order_references label {
    float: left;
}

#order_references input,
#order_references textarea {
    width: 780px;
}

#basket_analysis p {
    text-align: right;
}


#basket_analysis #shopping_basket .order_restrictions_status p,
#cost_centre_analysis p,
#order_totals_analysis p {
    display: table-cell;
    text-align: left;
    height: 100%;
}

#approval_comments textarea {
    width: 54em;
}


/*
	Account Reports styles
*/
#account_reports_criteria {

}

#account_reports_criteria label {
	width:80px;
	display:block;
	float:left;
}
#account_reports_criteria select {
    width: 600px;
}
#account_reports_criteria input {
    width: 210px;
}
#account_reports_criteria p.column {
	float:left;
	width:49%;
	padding-right:2px;
}

.underline {
    text-decoration: underline;
}

/* B2B Account Registration Form */
.b2b_account_register p {
	width:50%;
	float:left;
}

.b2b_account_register p label {
	width:155px;
	display:block;
	float:left;
}

/* Data Grid Styles */
.listing .data .product_primary_code {
    width: 8em;
}

.listing .data .product_id {
    width: 50px;
    text-align: center;
}

.listing_footer {
    clear:both;
}

#brand_filter * {
    vertical-align: top;
}

#dialog_body h1 {
    margin: 0px 0px 1em 0px;
    padding: 2px 10px 2px 10px;
}
#favourties_dialog {
    margin: 15px 5px 5px 5px;
}
#favourties_dialog label{
    display: block;
    width: 12em;
    float: left;
    clear: left;
}
#favourties_dialog input, #favourties_dialog select{
    width: 360px;
}

/* Icon Container - This is used to make sure that the icon always appears in
                    the middle vertically */
.icon {
    height: 100%;
    display: table-cell;
    float: left;
}

#card_payments, #account_payments_title {
	display:block;
}

#account_payments, #card_payments_title {
	display:none;
}

#mast_header {
    text-align: center;
}

#frmshopping #left_buttons {
    width: 280px;
    float: left;
    text-align: left;
}
#frmshopping #right_buttons {
    width: 280px;
    float: right;
}

fieldset legend {
    display: none;
}

.listing_header input,
.listing_header select,
.listing_header button {
    vertical-align: middle;
}

.listing_header .page_links,
.listing_footer .page_links {
    float: right;
    padding: 0.5em 0em;
    text-align: right;
}

#shopping_basket .delivery_rate_promotion {
    float: left;
}

#threed_secure_frame {
	background-image: url(../images/Bank_Verification.jpg);
	background-repeat: no-repeat;
	background-position: top center;
    border: none;
    width: 100%;
    height: 500px;
}

#social_bookmarks h5 {
    clear: both;
}
#social_bookmarks img {
    margin:5px;
}

.basket_status {
    background-color: #FFFFFF;
    font-size: 120%;
    position: absolute;
    top: 0px;
}

.faq_answer_hiden {
	display: none;
}
.faq_answer_visible {
	display: block;
}

#orders_awaiting_approval table,
#orders_for_your_approval table {
	width: 100%;
}


#order_view #approval_pending img,
#order_view #order_declined img {
	float: left;
	margin-left: 10px;
}
#order_view #approval_pending p,
#order_view #order_declined p {
	padding-left: 80px;
}

#order_view table#approval_chain {
	width: 100%;
}
#order_view table#approval_chain th,
#order_view table#approval_chain td{
	text-align: left;
}
#process_order_buttons {
	margin-bottom: 10px;
}

.b2b_order_listing {
	width: 100%;
}
.b2b_order_listing th,
.b2b_order_listing td{
	text-align: left;
}
.b2b_order_listing th.total,
.b2b_order_listing td.total{
	text-align: right;
}
.b2b_order_listing th.center,
.b2b_order_listing td.center{
	text-align: center;
}
#order_search_criteria label {
	padding: 0px 10px;
}
#order_search_criteria input {
	width: 236px;
}

#voucher {
    background-color: #FFFFCC;
    border: solid 1px #666666;
    padding: 4px;
    margin-bottom: 5px;
}
#voucher #code {
    font-size: 130%;
    font-weight: bold;
}
#voucher a {
    font-weight: bold;
}
#voucher #conditions {
    font-size: 120%;
    display: block;
    text-align: center;
    color: #ff0000;
    font-weight: bold;
}
#credit_card_example {
	text-align: center;
	margin-bottom: 10px;
}
.hidden {
	display: none;
}

#content span#view_all  {
	display: none;	
}
.basket_feedback {
	display: none;
}

/* Default auto-completer styles */
ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #7c7c7c;
	border-left-color:		#c3c3c3;
	border-right-color:		#c3c3c3;
	border-bottom-color:	#ddd;
	background-color:		#fff;
	text-align:				left;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:				50;
	background-color:		#fff;
}

ul.autocompleter-choices li
{
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				0.2em 1.5em 0.2em 1em;
	display:				block;
	float:					none !important;
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				1em;
	line-height:			1.5em;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#444;
	color:					#fff;
}

ul.autocompleter-choices span.autocompleter-queried
{
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#9FCFFF;
}
input.autocompleter-loading
{
 background-image: url(/images/autocomplete_spinner.gif);
 background-repeat: no-repeat;
 background-position: right 50%;
}
.autocompleter_selection {
	border-bottom: 1px dashed #dddddd;
}
.autocompleter_selection .code {
	display: block;
	color: #00ff00;
}
.autocompleter_selection .printer_id {
	display: none;
}



#printer_list a {
	display: block;
	width: 200px;
	text-align: left;
	height: 30px;
	float: left;
	overflow: hidden;
	line-height: 30px;
}

table#requisition_list {
	width: 100%;
}
table#requisition_list .description {
	text-align: left;		
}
table#requisition_list .link {
	text-align: center;		
	width: 80px;
}

.product_orderpad_item .summary_row	{
	border: solid 1px #dedede;
	margin: 2px 0px;
	padding: 3px;
	line-height: 40px; 
	height: 40px; 
	vertical-align: middle;
}
.product_orderpad_item .summary_row	 form {
	height: 40px;
}
.product_orderpad_item .summary_row span{
	margin: 1px;
	display: block;
	float: left;
}
.product_orderpad_item .summary_row	span.quantity{
	width: 40px;
	text-align: center;
	height: 40px;
	overflow: hidden;
}
.product_orderpad_item  .summary_row span.quantity input{
	text-align: right;
	width: 30px;
}
.product_orderpad_item  .summary_row span.code {
	width: 65px;
	font-size: 110%;
	font-weight: bold;
	height: 40px;
	overflow: hidden;
}
.product_orderpad_item  .summary_row span.info {
	width: 26px;
	font-size: 110%;
	font-weight: bold;
	height: 40px;
	overflow: hidden;
	text-align: center;
}
.product_orderpad_item  .summary_row span.info img{
	vertical-align: middle;
}
.product_orderpad_item  .summary_row span.price {
	width: 80px;
	font-weight: bold;
	text-align: right;
	height: 40px;
	overflow: hidden;
}
.product_orderpad_item  .summary_row span.description {
	width: 360px;
	font-size: 90%; 
	height: 40px;
	overflow: hidden;
}
.product_orderpad_item span.buttons {
	display: inline-block;
	width: 70px;
	text-align: right;
}
.product_orderpad_item .summary_row .basket_feedback {
	display: none;
}

.product_orderpad_item .detail_row {
	clear: both;
	display: none;
	visibility: hidden;
	opacity: 0.1;
}

#favourties_dialog .basket_status {
	display: none;
}

span.press_release_date {
	font-weight:bold;
}

h3.press_release_title {
	background-image:none;	
	padding-left:10px;
}

#basket_totals_analysis table {
	width: 100%;
}
#basket_totals_analysis table td {
	vertical-align: middle;
}
#cost_center_analysis table td p,
#basket_totals_analysis table td p {
	margin: 0px;
} 

.reports table#spend_report .total,
.reports table#spend_report .period{
	text-align: right;
}

body#printer_friendly {
	background-image: none;
}

#main_column_print {
	border:1px solid;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	width:600px;
}

#main_column_print h1, #main_column_print h2, #main_column_print h3 {
	font-size:160%;
	display:block;	
	padding-top:10px;	
	padding-left:10px;
	margin-bottom:10px;
}

#main_column_print .total_label {
	background-color:#FFFFFF;
}

#main_column_print #company_invoice_address p {
	text-align:center;
	font-size:120%;
	margin-bottom:0.5em;
}

#main_column_print #additional_info p {
	text-align:left;	
	margin-bottom:0px;
}

#main_column_print span#todays_date {
	float:right;
	font-size:70%;	
	padding-right:10px;
	padding-top:5px;
}

#main_column_print a {
	color:#000000;
	text-decoration:none;
}
#main_column_print #page_break {
	border-top-style:solid;
	border-top-width:1px;
	margin-left:-10px;
	width:620px;
	margin-top:-10px;
	margin-bottom:10px;
}

#main_column_print #shopping_basket {
	width:100%;
}


#shopping_basket_voucher .buttons {
	width: 140px;
	text-align: right; 
	float: right;
	margin: 0px; 
	padding: 0px;
}

#shopping_basket_top_buttons.buttons {
	text-align: left;
}

#shopping_basket_voucher {
	line-height: 32px;
	margin-bottom: 5px;
}

#co_payment_details .payment_module_option {
	width: 180px;
	float: left;
	text-align: center;
	margin: 0px;
}
#co_payment_details .express_checkout_option {
	width: 180px;
	float: left;
	text-align: center;
	margin: 0px;
}
#alternative_payment_methods .payment_module_option {
	text-align: right;
	margin: 6px 20px 6px 0px;
}

div#card_payments {
	width: 100%;
}

div.wide #co_payment_details #order_references p label {
	width: 100%;
}

#process_order_buttons #payment_module_option {
	text-align: right;
}
#content #alternative_payment_methods .express_checkout_option {
	text-align: right;
}
#content #alternative_payment_methods .express_checkout_option img{
	display: inline;
}


#address_search_results {
	padding-right:  34px;
}
#address_search_results .reset_postcode_search {
	text-align: right;
	font-size: 120%;
	color: #666666;
	margin: 5px 0px;
	padding: 0px;
	display: block;
}
#address_search_result_links {
	height:163px;
	overflow-y:scroll;
}	
#address_search_results a.address_option {
	display: block;
	padding: 4px;
	border: solid 1px #dedede;
	margin: 2px;
}
#address_search_results a.address_option:hover {
	background-color: #FFFFCF;
}