
/* Reset */
p, ol, dl, ul, p, h1, h2, h3, h4, h5, h6, form, .radio {
    margin: 0;
    padding: 5px;
    display: block;
    list-style: none;
    border: none;
    font-weight: normal;
    font-size: 100%; 
	clear: both;
}
img {
    border: none;
}
.radio {
    display: inline;
}



/* General */
html, body {
    margin: 0;
    padding: 0;
}
body {
	text-align: center; /* IE5- */
	font-family: Verdana;
	font-size: 70%;
	line-height: 140%;
	color: #000000;
	background-color: #F8F8F9;
}
#page {
    text-align: left; /* IE5- */
    width: 970px;
    margin: auto;
    position: relative;
    border: 1px solid #A1A0A3;
    border-top: none;
}
#dialog_page {
    text-align: left; /* IE5- */
    width: 90%;
    margin: auto;
    padding: 10px;
    position: relative;
}
fieldset {
    display:inline;
    padding: 10px;
}
textarea {
    overflow: auto;
}
input, select, textarea {
    font-family: verdana;
    font-size: 100%;  
    border: 1px solid #CCCCCC;
}

input.buttonLong,
input.button {
    height: 20px;
    padding: 0px 6px 3px 6px;
    cursor: hand;
    background: #666666 url(/images/button_bg.gif) repeat top left;    
    color: #FFFFFF;
    border: 1px solid #CCCCCC;
    font-weight:normal;
    font-size: 10px;
    text-align: center;
}

input.radio, input.checkbox {
    border:none;
}

input[type=hidden] {
    display: none;
}

label {
    font-weight: bold;
}
a:link {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}
a:visited {
    color: #FF0000;
    font-weight: normal;
    text-decoration: none;
}
a:hover {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: underline;
}
dl {
    display:block;
}

dt {
    width: 180px;
    text-align:left;
    margin-left:3px;
    float:left;
	font-weight: bold;   
}

dd {
    text-align:left;
    margin-left:185px;    
}

.tr_hover
{ 
    background-color:#A1A0A3; 
    cursor:hand; 
    color:#000000;
}

.error_msg, .required, .important_msg, .unread
{
    color:#e2001a;
    font-weight:bold;
}

#keepAliveImg{
    position:absolute;
    left: -1000;
}

.inline
{
    display: inline;
}

.displayNone
{
    display:none;
}
/* for demo site only */
#w3ss_selectCss {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #A1A0A3;
    width: 150px;
    z-index:9999999;
    font-size:80%;
}


/* table_list */
.table_list{
    width: 95%;
    border-collapse: collapse;
    border: 1px solid #E6E7E8;
    margin: 1em 10px; 
}
.table_list th{
    background-color: #E6E7E8; 
}
.table_list td{
    border-bottom: 1px solid #E6E7E8; 
}





/* Text content */
.text_container {
    /*margin: 1em 10px;*/
}

.text_container ul,
.text_container ul li
{
    list-style:disc;
    margin-left: 10px;
}

.text_container ol,
.text_container ol li
{
    list-style:decimal;
    margin-left: 10px;
}

#main_primary .text_container {
	background-color:#999999;
	border: 0px solid #FFFFFF;
}

#main .text_container {
	background-color:#cccccc;
}

#main_primary .text_container p, #main_secondary .text_container p {
    /*margin: 1em 0;*/
	text-align:center;
	
}
#main_secondary h1 {
    background-color: #e2001a;
    font-size: 120%;
    color: #fff;
    padding: .3em 10px .3em 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#main h1 {
    background-color: #e2001a;
	font-size:18px;
    color: #000000;
	padding: .3em 10px .3em 0px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px;
	text-align: center;
	line-height:110%;
}
#confirmDiv h2,
#main h2 {
    background-color: #e2001a;
	font-size: 120%;
    color: #000000;
    padding: .3em 10px .3em 3px;
    font-weight: bold;
    letter-spacing: 0px;
}
#main h3 {
	font-size: 120%;
	color: #000000;
	padding: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #e2001a;
}





/* Dialog styles */


#dialog_page h1 {
    font-size: 150%;
    color: #e2001a;
    padding: .3em 10px .3em 0px;
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#dialog_page h2 {
    font-size: 120%;
    color: #e2001a;
    padding: .3em 10px .3em 0px;
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}
#dialog_page h3 {
    font-size: 120%;
    color: #e2001a;
    padding: 10px;
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}




/* Menu */
/* GAC MDO 10-09-09 aanpassing tbv melding SC62130 */
#main_menu_container {
	background-color: #000000;
	overflow: hidden;
	width: 970px;
	/* height: 35px;*/
}
#main_menu_container img {
    display: inline;
}
#main_menu_container a {
    display: block;
    float: left;
    color: #e2001a;
    font-weight: bold;
    padding: .3em 1em;
    text-decoration: none;
}
#main_menu_container li.selected a, #main_menu_container li a:hover {
	background-color: #000000;
	color: #FFFFFF;
}
#main_menu_container ul {
}
#main_menu_container li {
    float: left;
}
#main_menu {
/*    padding-left: 207px; */
    padding-left: 80px;
}


/* Editor menu */
#editor_menu_container {
    overflow: hidden;
    width: 540px;
    height: 50px;
    margin: 5px 20px;
    position: absolute;
    top: 35px;
    right: 3px;
    color: #F8F8F9;
    text-align: right;
}
#editor_menu_container a {
    color: #F8F8F9;
}
#tp_impersonate, 
#login_info_container {
    float: none;
    clear: both;
    padding-top:5px;
}
#w3ss_adminMenuUl li {
    float: left;
    margin-right: 10px;
}





/* PRODUCT TREE */
#product_catalog_container h3 {
    background-color: #000000;
    font-size: 125%;
    color: #e2001a;
    padding: .3em 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px;
}




/* Header */
img#w3ss_TopBanner
{
    display:inline;
}

#w3ss_AdminNoLogoTxt
{
    display: inline;
}

#w3ss_AdminChangeLogo
{
    display: none;
}


#w3ss_logoSpacer
{
    width: 1px;    
	height: 1px;
}

#header {
    //background: #E6E7E8 url(/images/topbanner/VeltecBMC.png) top left no-repeat;
	background: #E2001A;
}
#logotype {
    padding: 0 0 0 0;
}
#flag_container {
    position: absolute;	
    top: 114px;
    left: 5px;	
}
#flag_container img {
    border: 0;
    filter: alpha(opacity=100);
    opacity: 1;
}
#flag_container img.selected {
    border: 0;
    filter: alpha(opacity=100);
    opacity: 1;
}
#flag_container img:hover {
    border: 0;
    filter: alpha(opacity=100);
    opacity: 100;
}

#flag_container li {
    float: left;
}
#flag_container a {
    display: block;
    margin-right: 3px;
}


/* Top image */
#TopImage {
    margin-bottom: -1em;
}



/* Footer */
#tp_footer {
	color: #FFFFFF;
	padding: 1px;
	text-align:center;
	font-weight: bold;
	background-color: #000000;
	border:1px solid #000000;
	height:23px;
	padding-top:6px;
}

#tp_footer a {
    color: #FFFFFF;
    font-weight: normal;
	font-weight: bold;
}





/* Panes */
#pane_container {
    clear: both;
    overflow: hidden;
    width: 100%;
	background-color:#000000;
	padding-top:0px;
    padding-bottom: 0em;
}
#pane_container.wide {
    /*background: url(/images/bg-stripe-wide.png) #fff repeat-y top left;*/
	background-color:#000000;
}   
.pane {
    float: left;
	padding-top:0px;
	min-height:600px;
	background-color:#cccccc;
}

#pane1, #main_secondary {
    width: 219px;
	border-left:1px solid #000000;
    background-color: #000000;
	color:#FFFFFF;
}

#main_secondary_right {
    width: 220px;
	background-color: #cccccc;
/*	border-right:1px solid #000000;*/
	color:#000000;
	float:right;
	margin-right:0px;
}
#main {
    width: 750px;
	margin-left:0px;
	background-color:#cccccc;
}
#main_primary {
    width: 520px;
	border-right:5px solid #000000;
	border-left:5px solid #000000;
}






/* Replacement for Sub menu */
#B2C_item_tree_replacement_container {
}

#product_catalog_container
{

}

/* Search box */
#search_container {
    margin: 1em 15px 1em 15px;
}
#search_container #q {
    width: 85%;
}

#search_advanced a {
    font-size: 85%;
	color:#FFFFFF;
}

#simple_search_Item_Description
{
    border: 2px solid #FFFFFF;
    width: 101px;
}
#searchResultPages li
{
    float:left;
    text-align: center;
    background-color: #e2001a;
    color: #fff;
    margin:0;
    padding: .3em 1em;
    text-decoration: none;
}


.w3ss_paging{
    width: 100%;
    clear:both;
    float:none;
    margin: 0px 0px;
    padding:0px;
    vertical-align:left;
    background:  #FFFFFF url(/images/common/pagingBg.gif) repeat top left;
    border: 0px solid #000000;
    height: 25px;         
}

.w3ss_paging .w3ss_pagingLeft,
.w3ss_paging .w3ss_pagingRight
{
    vertical-align:middle;
    padding: 0px 0px;
}


.w3ss_paging .pages
{
    display:inline;
    width: 100px;
}

.w3ss_paging select
{
    margin-right:20px;
    font-size:80%;
}

.w3ss_paging a
{
    margin: 0px 8px;
    color:#000000;

}

.w3ss_paging a:hover
{
    color: #e2001a;
}

.w3ss_paging .pages a
{
    margin: 0px 2px;
    color:#000000;
}

.w3ss_paging .pages a.selectedPage
{
    background-color: #000000;
    color: #e2001a;
    padding:2px;
    font-weight:bold;
}

.w3ss_paging .w3ss_pagingLeft
{
    display:inline;
    float:left;
    margin:5px 15px;
	color:#000000;
}

.w3ss_paging .w3ss_pagingRight
{
    display:inline;
    float:right;
    text-align:right;
    margin:5px 55px;
    clear:right;
}


/* Shopping cart */
#shoppingCart{
    float:left;
    text-align: right;
    margin-top: 0px;
    width: 960px;
    background-color: #000000;
    color: #FFFFFF;
    font-weight: bold;
/*	padding-top:2px;*/
	padding-bottom:8px;
	padding-right:10px;
    text-decoration: none;
	height:20px;
}

#crumbsNav {
    float:left;
    text-align: center;
    margin-top: 0px;
    width: 970px;
    background-color: #000000;
    color: #FFFFFF;
    font-weight: bold;
	padding-top:10px;
	padding-bottom:3px;
    text-decoration: none;
	height:20px;
}

#shoppingCart #priceType {
    display: inline;
    padding-right:20px;
    text-align: center;
    vertical-align: middle;
}
#shoppingCart select {
    display: inline;
    font-family: lucida console, courier new;           /* these fonts should be in fixed width to give a straight right margin */
    font-size: 100%;
	color:#FF0000;
}

#checkout_list ul li
{
    text-align:center;
    display:block;
    float:left;
}


#checkout_list ul li hr
{
    margin: 10px 0px 0px 0px;
    color:black;
    width:80px;
    height:1px;
}

#checkout_list ul li img
{
    border:0;
}





/* ORDER LINES */
#th_price,
#th_instock,
#th_qty,
#th_total,
#th_remove,
#th_amount,
#th_remainingAmount {
    text-align: right;
}
.order_line_price,
.order_line_inventory,
.order_line_quantity,
.order_line_amount,
.order_line_delete,
.order_line_freight_amount,
.order_line_remaining_amount {
    text-align: right;
    padding-right: 5px;
}

#th_desc,
#th_contact {
    text-align: left;
}
.order_line_desc {
    text-align: left;
}

#th_date, 
#th_dueDate {
    text-align: center;
}
.order_line_date {
    text-align: center;
}

.order_line_quantity_td {
    text-align: right;
}
.order_line_amount .price {
    font-weight: normal;
    color: #000000;
    font-size: 100%;
}





/* View Basket */
#theItemTable{
    width: 95%;
    border-collapse: collapse;
}
#theItemTable td {
    border-bottom: 1px solid #E6E7E8;
}

#theItemTable td#freight_ruler_cell {
    border-bottom: 1px solid #fff;
}
#freight_ruler{
    display:none;
}

#div_calc{
    text-align: right;
    width: 95%;
    margin-bottom: 20px;
}
#view_basket_calc_container #calc_table,
#view_summary_calc_container #calc_table{
    border-collapse: collapse;
    width: 300px;
    display: inline;
}
#view_basket_calc_container #calc_table{
    margin-right: 75px;
}

#div_calc td {
    border-bottom: 1px solid #E6E7E8;
    text-align: left;
    width: 150px;
}

#div_calc #calcDiscount,
#div_calc #calcAmount,
#div_calc #calcAmountIncVAT,
#div_calc #calcVAT{
    text-align: right;
}

#div_calc #calcAmountIncVAT{
    border-top: 2px solid #E6E7E8;
}
#view_basket_button_container{
    text-align: center;
}
#div_no_items{
    display:none;
}

#itemNos {
    width: 450px;
    height: 50px;
}




/* Enter Details */
#order_details_container,
#order_details_logon_form,
#shipping_adress,
#shipping_container,
#enter_details_password_container{
    float:clear;
}

#order_details_logon_form A{
    display: block;
    margin-top: 10px;
}

#order_details_container label,
#shipping_adress label,
#shipping_container label,
#enter_details_password_container label{
    width: 23%;
    display:inline;
    float: left;
    margin: 2px;
}

#order_details_container .textbox,
#order_details_container select,
#shipping_adress .textbox,
#shipping_container .textbox,
#enter_details_password_container .textbox{
    width: 24%;
    display:inline;
    float: left;
    margin: 2px;                                                                                                             
}
#order_details_comment {
    clear:both;
    float:none;
}

#order_details_address,
#order_details_address2,
#order_details_postcode,
#order_details_shipping_address,
#order_details_shipping_address2,
#order_details_shipping_postcode{
    float: none;
    clear: both;
}

#order_process_buttons{
    text-align: right;
}

#order_details_credit_cards{
    margin-top: 10px;
    margin-left: 50px;
}

#order_details_deliveryType{
    display: block;
}

#order_details_deliveryType .radio{
    float: left;
}

#show_change_shipping_address{
    display: block;
    float: none;
    clear: both;
    margin-bottom: 40px;
}

#show_change_shipping_address .radio{
    float: left;
}

#shipping_adress .radio
{
    float:left;
    clear:left;
}

#shipping_adress .shippingAddress
{
    display:block;
    float:left;
    width:450px;
    padding: 2px 5px 10px 5px;
}

#shipping_adress #order_details_shipping_fields
{
    float:none;
    clear:both;
}




/* VIEW SUMMARY */

#parameterForm address {
    margin-left: 180px;
}




/* Send Order */
#send_order_cc_info, 
#send_order_no_cc_info {
    margin-top: 30px;
    margin-bottom: 20px;
}

#send_order_cc_error {
    display: none;
    color: red;
    font-weight: bold;
    font-size: 120%;
    margin:30px;
}

#send_order_cc_trans_error {
    display: none;
    color: red;
    font-weight: bold;
    font-size: 120%;
    margin:30px;
}

#send_order_open_cc_btn {
    margin: 50px;
}

#send_order_cc_details_authorizeNet label {
    font-weight:normal;
    display:block;
}
#send_order_cc_details_authorizeNet .button {
    margin:0px; 
    margin-left:70px;
}

#send_order_cc_details_commidea label{
    font-weight:normal;
    display:block;
}

#send_order_cc_details_commidea .button {
    margin:0px; 
    margin-left:70px;
}

#send_order_cc_details_commidea fieldset {
   width:45%;
}

#CC_ProviderLogo label {
    float:left;    
}

#imgLogoCC {
    margin-top:-33px;  
}

#send_order_cc_details_paypal .button {
    margin-left:370px;
}

#send_order_cc_details_paypal_address {
    width:50%;
}

#send_order_cc_details_paypal_address label {
    margin-left:5px;
    font-weight:normal;
    width:35%;
    margin: 2px 1%;
    display:inline; 
    float:left;
}

#send_order_cc_details_paypal_address input ,#send_order_cc_details_paypal select {
    float:left;
    margin-bottom:7px;
     
}

#send_order_cc_details_paypal_creditCard {
    width:60%   
}


#send_order_cc_details_paypal_creditCard label {
    margin-left:5px;
    font-weight:normal;
    width:40%;
    margin: 2px 1%;
    display:inline; 
    float:left;
 
}

#send_order_cc_details_paypal_creditCard  input {
    float:left;
    margin-bottom:7px;
}

#send_order_cc_details_paypal_creditCard  select {
    float:left;
    margin-bottom:7px;
   
}

#send_order_cc_details_paypal_creditCard .redim {
   width:121px; 
}

#send_order_cc_details_paypal  legend {
    font-weight:bold;
    margin:10px; 
    padding:10px;         
}
 
#send_order_cc_netterminal label{
    font-weight:normal;
    display:block;    
} 

#send_order_cc_netterminal .button{
    margin:0px; 
    margin-left:70px;
}
 



/* Order Confirmation */
#confirmation_amount_ruler_container,
#confirmation_freight_ruler_container,
#confirmation_total_ruler_container{
    display:none;
}

#confirmation_freight_line,
#confirmation_amount_line,
#confirmation_vat_line,
#confirmation_total_line{
    font-weight: bold;
}

#confirmation_your_details_container address {
    margin-left: 180px;
}

/* width & height should also be set in pageHader. IE can not reach them from here to calulate the position*/

#confirmDiv
{
    border:10px solid #777;
    background-color:#F8F8F9;
    position: absolute;
    right: 50%;
    top: 50%;
    z-index:5000;
    padding:20px;
    width:303px;
    height:102px;
    text-align:center;
    vertical-align:middle;
    display:none;
    filter: alpha(opacity=85);
    opacity: 0.85;
}




#refreshMenuDiv
{
    margin-right:10px;
    position:relative;
    top:20px;
}




/* Product table - list Mode for tables */
table.product_table {
    border-collapse: collapse;
    border: 1px solid #E6E7E8;
    width: 100%;
}
table.product_table th {
    font-weight: bold;
    padding: .4em 6px;
}
table.product_table td {
    padding: .4em 6px;
    border-top: 1px solid #E6E7E8;
}
table.product_table thead {
    background-color: #E6E7E8;
    color: #fff;
    font-weight: bold;
}
table.product_table thead {
    background-color: #E6E7E8;
    color: #fff;
    font-weight: bold;
}
.product_table .ProductAmount {
    float: left;
}
.product_table .ProductUnit {
    float: left;
    width: 40px;
    text-transform: lowercase;
    text-align: left;
}
table.product_table th#thImg,
table.product_table td.tdImg {
    width: 50px;
}




/* Product List - matrix */

ul.product_matrix a:link{
	color: #000000;
	margin-left:0px;
}

ul.product_matrix a:visited{
	color: #000000;
}
ul.product_matrix a:hover{
	color: #000000;
}

ul.product_matrix {
    padding: 1em 0 1em 15px;
}
ul.product_matrix li {
    width: 30%;
    float: left;
    border: 2px solid #E6E7E8;
    margin-right: 0px;
	margin-left:0px;
    margin-bottom: 0px;
    _margin-bottom: 0px; /* for win-ie */
}
ul.product_matrix li {
    height:180px;
}
ul.product_matrix li[class] {
    min-height: 250px;
	max-height: 250px;
	background-color: #FFFFFF;
	border: 0px solid #999999;
	text-align: left;
}

ul.product_matrix .product_field_caption{
    margin-top: 0px;
    margin-bottom: px;
	margin-right:3px;
    float: left;
	font-weight: bold;
}


ul.product_matrix .product_info{
    padding: 5px;
}
ul.product_matrix .product_image{
    text-align: center;
    padding: 15px;
    min-height: 70px;
}
ul.product_matrix .product_add{
    margin: 20px;
	text-align: center;
}
ul.product_matrix .price_prefix{
    display: none;
}
ul.product_matrix .price_details{
    margin-top: 10px;
    display:inline;
}
ul.product_matrix .product_inventory{
    margin-top: 0px;
    margin-bottom: 0px;
    float: right;
}



/* some ie css bug work arounds */
ul.product_matrix li.matrix_spacer{
    clear: both;
    float: none;
    width: 90%;
    margin: 0px;
    padding: 0px;
    border: 0px solid red;
    height: 0px;
    overflow: hidden;
    display:block;
}
.matrix_row {
    clear: both;
    float: none;
}
ul.product_list_list li.matrix_spacer{
    display: none;
}





/* Product Variants */
.vnt_main_container ,
.vnt_sub_container{
    margin-top: 30px;
    float: none;
}

.variant_matrix th{
    text-align: center;
}
.variant_matrix td{
    border: 1px solid #A1A0A3;
    margin: 0;
}
.variant_matrix {
    border-collapse:collapse;
}

.variant_matrix .textbox{
    border: none;
    width: 35px;
    float: left;
    background: none;
}

.variantMtrxPrice {
    font-size: 70%;
    float: left;
}

.variantMtrxInventory {
    font-size: 70%;
    float: left;
}

.vnt_main_container label ,
.vnt_sub_container label{
    width: 80px;
    display: inline;
    float: left;
    margin: 5px;
}

.vnt_main_container select,
.vnt_sub_container select{
    width: 120px;
    display: inline;
    float: left;
    margin: 2px;
}

.vnt_cbo_qty_buy_container,
.vnt_mtx_buy_container,
.vnt_imgmtx_buy_container {
    clear: both;
    float: none;
    display: block;
    margin-top: 15px;
    text-align: right;
}




/* Page IDs */


/* ITEM PAGE */
.item_page_data_container {
    margin-right: 20px;
    margin-bottom: 20px;
}

.item_page_purchase_container{
    margin-top: 10px;
	padding-bottom:5px;
	text-align:right;
	padding-right:30px;
}
.priceTxt {
    display:inline;
    margin-right: 20px;
}
.price_prefix {
    display: inline;
}
.price {
    display: inline;
    font-size: 120%;
    color: #FF0000;
    font-weight: bold;
	margin-left:3px;
}
.ProductUnit {
    display: inline;
	
}




/* history & statement details */
#history_details_general_container dt,
#history_details_invoicing_container dt,
#history_details_shipping_container dt,
#statement_details_general_container dt,
#statement_details_invoicing_container dt,
#statement_details_shipping_container dt {
    font-weight: bold;   
}

#history_details_general_container dd,
#history_details_invoicing_container dd,
#history_details_shipping_container dd,
#statement_details_general_container dd,
#statement_details_invoicing_container dd,
#statement_details_shipping_container dd {
    width: 180px;
    float: left;
}

#history_details_back,
#statement_details_back{
    float: none;
    clear: both;
    padding-top: 20px;
}





/* ADVANCED SEARCH */

#searchForm label{
    width: 140px;
    display: inline;
    float: left;
}
#searchForm label,
#searchForm input,
#searchForm select{
    margin-top: 3px;
    margin-bottom: 3px;
}
#search_sorting_button {
    padding-left: 300px;
}




/* Terms & Conditions */
#terms_intro, 
#terms_body {
    padding-bottom: 20px;
}
#terms_buttons {
    text-align:center;
    padding: 30px;
}

#terms_close_button{
    position: absolute;
    right: 15px;
    top: 5px;
}



/* Start Page */
#main .news_listing_container {
    margin-top: 0px;
	background-color:#cccccc;
	padding-left:10px;
}
#main .news_listing_container h2 {
	background-color: #e2001a;
	font-size: 120%;
    color: #000000;
    padding: .3em 0px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px;
}
#main .news_listing {
    padding: 0px 0px;
    font-weight: normal;
}
#main .news_listing .date {
    font-weight: bold;
	padding:0px;
    display: inline;
	color:#000000;
}
#main .news_listing_container .news_listing a {
    font-weight: normal;
	color:#000000;
	margin-left:10px;
}
#main .news_listing li {
    margin: 1em 0;
}
#main_image {
    width: 530px;
    height: 324px;
	border-bottom:5px solid #000000;
} 
#start_special_offers_list{
    margin-bottom: 10px;
}

#main .topSales_container h3 {
    background-color: #e2001a;
    font-size: 120%;
    color: #000000;
    padding: .3em 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#top_sales_list a{
    font-weight: normal;
	}
#top_sales_list{
    padding-bottom:20px;
    padding-left: 20px;
}
#top_sales_list li{
    list-style: decimal;
    margin-left: 10px;
}
#main .quickBuy_container h3 {
    background-color: #e2001a;
    font-size: 120%;
    color: #fff;
    padding: .3em 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* Subscription form */
#contactForm label,
#SubscriptionForm  label{
    width:160px;
    display:block;
    float: left;
}

#contactForm .textbox,
#SubscriptionForm  .textbox{
    margin: 2px;
}

#SubscriptionForm_Submit{
    margin-top: 10px;
    margin-left: 200px;
}

#UnSubscriptionForm_Submit{
    margin-top: 10px;
    margin-left: 200px;
}

#main_primary textarea {
	width:90%;	
}

#wic_online_counter,
#wic_busy_counter,
#wic_counter_container {
    display: inline;
}

#wic_help_dialog {
    text-align: center;
}
#wic_help_dialog div{
    text-align: left;
}
#wic_help_dialog .button{
    margin: 20px;
}
.newsfolders
{
    margin-left:65px;
    width:139px;
}
.noBoreder
{
	border:none;
}

.updateSubscriptions 
{
   margin-left:425px;
}


/* customer & contact details */
#contact_details_container,
#customerDetails_container{
    margin-top: 30px;
    float:clear;
}

#contact_details_container label ,
#customerDetails_container label{
    width: 23%;
    display:inline;
    float: left;
    margin: 2px;
}

#contact_details_container .textbox,
#customerDetails_container .textbox,
#customerDetails_container select{
    width: 24%;
    display:inline;
    float: left;
    margin: 2px;
}

#customerDetails_terms_container{
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    float:none;
    clear:both;
}

.contact_details_permission{
    float:left;
    width: 250px;
}

#contact_details_buttons{
    clear: both;
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    
}



/* Request Account */
#request_account_container{
    float:clear;
}

#request_account_container label{
    width: 23%;
    display:inline;
    float: left;
    margin: 2px;
}

#request_account_container .textbox,
#request_account_container select{
    width: 24%;
    display:inline;
    float: left;
    margin: 2px;                                                                                                             
}
#request_account_container Customer_comment {
    clear:both;
    float:none;
}
#reqAcc_address2,
#reqAcc_address,
#reqAcc_postcode,
#reqAcc_comments,
#reqAcc_buttons{
    float: none;
    clear: both;
}
#reqAcc_comments #Customer_Comments{
    width: 74%;
}#reqAcc_buttons{
    padding-top: 35px;
    text-align: right;
}




 
#balanceTable td, #balanceTable th,
#balanceListTable td, #balanceListTable th
{
    text-align: right;
    padding: 3px;
}

.balanceDivider
{
    border-right:2px solid #e2001a;
    padding:4px;
}


/* change password dialog */
#passwordForm label{
    width: 200px;
    display:inline;left;
    margin: 2px;
}

#passwordForm .button{
    float: right;
}




/* forum */
#forum_admin_info{
    width: 400px;
    padding: 5px;
    margin-top: 5px;
    border: 1px solid #e2001a;
}
#forum_path{
    background-color: #E6E7E8;
    margin-top: 5px;
    padding: 3px;
}








    

.timer_msg
{
    font-size: 10pt;
    font-weight: bold;
    color: #e2001a;
}

.ProductAddButton {
    margin-left: 5px;
}

    
/***************************************
CALENDAR
****************************************/
    input.w3ss_calendar
    {
        background-color: white;
        color: black;
        font-family:arial;font-size:10px;
    }
    
    div.calendarTable
    {
        border: 2px solid #2244aa;
    }
    
    #w3ss_DateSelector
    {
        z-index:99999999;
        position:absolute;
        top:0px;
        left:0px;
        float:right;
        padding:4px;
        display:none;
        background-color: #ffffff;
    }
    
    .calendar_date_selected, .calendar_date_selected span
    {
        color:#ffffff;
        background-color:#222222;
        cursor:hand;
    }
    
    .calendar_date_unselected, .calendar_date_unselected span
    {
        color:#000000;
        background-color:transparent;
        cursor:hand;
    }
    
    .calendar_date_unselected_sa_su, .calendar_date_unselected_sa_su span
    {
        background-color:#ffeeee;
        font-family:arial;
        font-size:10px;
        text-decoration: none;
        color:#000000;
    }
    
    
    #w3ss_CalandarTableDays
    {
        z-index:444;
        position:relative;
        left:0px;
        top:0px;
        border:0;
        padding:0;
    }
    
    #w3ss_CalandarTableDays th
    {
        border-bottom: 1px dashed #2244aa;
        align:left;
        text-align:left;
        font-family:arial;font-size:10px;
        text-decoration: none;
        color:black;
    }
    
    #w3ss_CalandarTableDays td
    {
        align:right;
        text-align:right;
        font-family:arial;font-size:10px;
        text-decoration: none;
        color:black;
        width:18px;
        height:14px;
        cursor:pointer;
    }
    
    #w3ss_CalandarTableDays td.weekNo
    {
        width:10px;
        border-right: 1px dashed #2244aa;
        align:right;
        cursor:hand;
        text-align:right;
        font-style:italic;
        font-family:arial;font-size:10px;
        text-decoration: none;
        color:black;
    }
    
    .w3ss_markedDateControl
    {
        color:#ffffff;
        background-color:#000080;
    }
    
    .w3ss_dateControl
    {
        color:#000000;
        background-color:#ffffff;
    }
    
	
	/* GAC Dealer table_list */
	.dealer_table_list{
    	width: 98%;
    	border-collapse: collapse;
    	border: 1px solid #E6E7E8;
    	margin: 1em 10px; 
	}
	.dealer_table_list th{
    	background-color: #E6E7E8; 
	}
	.dealer_table_list td{
    	border-bottom: 1px solid #E6E7E8; 
	}

	/* GAC econ styling */
	.econ_container{
	margin-left: 10px;
	}

	
	
	.promoProducts h3
	{
		text-transform: uppercase;
	}

  #tp_siteMap li a
  {
	color: black;
  }

.openOrders th
{
	background-color : black;
	color : white;
	font-weight : bold;
}

.openOrders td
{

}

.openOrders .subheader
{
	font-weight : bold;
}


.alignRight
{
	text-align: right;
}