﻿
/* Reset */
p, ol, dl, ul, p, h1, h2, h3, h4, h5, h6, form, .radio {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    border: none;
    font-weight: normal;
    font-size: 11px;
    clear: both;
}
img {
    border: none;
}
.radio {
    display: inline;
}


/* General */
html, body {
    margin: 0;
    padding: 0;
	height: 100%;
}

body {
    text-align: center; /* IE5- */
    font-family: Arial;
    font-size: 11px;
    line-height: 140%;
    color: #000000;
    background-color: #000000;
}
#page {
    text-align: left; /* IE5- */
    width: 1022px;  /*970px */
    margin: auto;
    position: relative;
    /*border: 1px solid #A1A0A3; */
    border-top: none;
	/*background-color:#FFFFFF;*/
	height:100%;
	background:url(/images/bg-stripe.png) #fff repeat-y top left;	
}
#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: Arial;
    font-size: 11px;  
    /*border: 1px solid #A1A0A3;*/
}

input.buttonLong,
input.button {
    height: 19px;
    padding: 0px 6px 3px 6px;
    cursor: hand;
    background-color: #A1A0A3;    
    color: #fff;
    border: 1px none #ABABAB;
    font-weight:normal;
    font-size: 11px;
    text-align: center;
}

input.radio, input.checkbox {
    border:none;
}

input[type=hidden] {
    display: none;
}

label {
    font-weight: bold;
}
a:link {
    color: #ABABAB;
    font-weight: bold;
    text-decoration: none;
}
a:visited {
    color: #ABABAB;
    font-weight: bold;
    text-decoration: none;
}
a:visited:hover, a:hover {
    color: #ABABAB;
    font-weight: bold;
    text-decoration: none;
}

dl {
    display:block;
}

dt {
    width: 180px;
    text-align:left;
    margin-left:0px;
    float:left;    
}

dd {
    text-align:left;
    margin:0px;    
}

.tr_hover
{ 
    background-color:#A1A0A3; 
    cursor:hand; 
    color:#ffffff;
}

.error_msg, .required, .important_msg, .unread
{
    color:#ff0000;
    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 {
    margin: 1em 15px;
}
#main_primary .text_container p, #main_secondary .text_container p {
    margin: 1em 0;
}
#main_secondary h1 {
    background-color: #F5A414;
    font-size: 120%;
    color: #fff;
    padding: .3em 10px .3em 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#main h1 {
    background-color: #FFFFFF;
    font-size: 150%;
    color: #ABABAB;
    padding: .3em 10px .3em 15px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
}
#confirmDiv h2,
#main h2 {
    background-color: #FFFFFF;
    font-size: 120%;
    color: #CCCCCC;
    padding: .3em 10px .3em 10px;
    font-weight: bold;
    letter-spacing: 1px;
}
#main h3 {
    font-size: 12px;
    color: #000000;
    padding: 0px ;
    font-weight: bold;
    letter-spacing: 1px;
}





/* Dialog styles */


#dialog_page h1 {
    font-size: 150%;
    color: #A1A0A3;
    padding: .3em 10px .3em 0px;
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#dialog_page h2 {
    font-size: 120%;
    color: #A1A0A3;
    padding: .3em 10px .3em 0px;
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}
#dialog_page h3 {
    font-size: 120%;
    color: #A1A0A3;
    padding: 10px;
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}




/* Menu */
#main_menu {
    padding-left: 10px;
}
#main_menu_container {
    overflow: hidden;
	float:left;
	height: 42px;
	background-color:#ffffff;	
}
#main_menu_container img {
    /*display: inline;*/
}

#main_menu_container li {
	height:34px;	
	float:left;
}
#main_menu_container a {
	display: block;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1em 1em;
	text-decoration: none;
	background-color:#000000;
	border-style: thin;	/*border-right-style: url(/images/meu/tussen.jpg) center center;	background: url(/images/menu/menu_off.jpg) center center repeat-x;*/
	border-color: #333333;
	border-width: 1px;
}

#main_menu_container li a{
    /*background-color: #000000;*/
	background:  url(/images/menu/menu_off_1px.jpg) center center repeat-x;	
	color: #ffffff;
	width:98px;
	text-align:center;
}
#main_menu_container li.selected a{
    /*background-color: #000000;*/
	background:  url(/images/menu/menu_on_1px.jpg) center center repeat-x;		
	color: #000000;
}

#main_menu_container li a:hover {
    /*background-color: #000000;*/
	background: url(/images/menu/menu_on_1px.jpg) center center repeat-x;		
	color: #000000;
}



#menuLeft{
	position:relative;
	float:left;
	top:2px;
	left: 0px;
}

#menuRight{
	position:relative;
	float:left;
	top:2px;
	left: 0px;
}

#ButtonBorder{
	position:relative;
	float:left;
	top:2px;
	left: 0px;
}

/* Editor menu */
#editor_menu_container {
    overflow: hidden;
    width: 200px;
    height: 250px;
    /*margin: 5px 20px;*/
    position: absolute;
    /*top: 35px;*/
    right: 3px;
    color: #F8F8F9;
    text-align: right;
	left:-200px;
	float:left;
}
#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;
}

/* Login container */
#login_container
{
	top:20px;
	position:relative;
	height:160px;
	width:220px;
}

#login_form
{
	top:-10px;
	position:relative;
	height:140px;
}
#login_container h3 {
    background-color: #000000;
    font-size: 12px;
    color: #ABABAB;
    padding: .3em 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#login_container label {
    font-size: 11px;
    color: #ABABAB;
	line-height:20px;
}

#login_container input.button {
	background-color:#000000;
    font-size: 11px;
	text-transform: uppercase;
	text-align:left;
    color: #ABABAB;
	float:right;
	margin-top: 10px;
	margin-right:0px;
}

#login_container input.search {
	background-color:#3F3F3F;
    font-size: 12px;
	text-transform: uppercase;
	text-align:right;
    color: #ABABAB;
	float:left;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left:110px;
	border:none;
	cursor:hand;
	cursor:pointer;
}

#qsearch_Item_No {
	width:195px;
}

#qsearch_Item_Description {
	width:195px;

}

#userName {
	width:195px;
}

#password {
	width:195px;

}

#QSearchPic {
	width: 15px;
	top:7px;
	left:10px;
	position:relative;
	cursor:hand;
	cursor:pointer;	
}

#login_container A:link {
    font-size: 11px;
    color: #ABABAB;
}




/*left shoppingbasket  */
#LeftShoppingBasket
{
	top:30px;
	position:relative;
	height : 90px;
}

#LeftShoppingDetail {
	position:relative;
	top:-30px;
	
}

#LeftShoppingDetail input{
	border: none;
	background-color: #3F3F3F;
	width: 140px; /*margin-left:3px;*/;
	color: #ABABAB;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: Arial;
}

#LeftShoppingBasket h3 {
    background-color: #000000;
    font-size: 120%;
    color: #ABABAB;
    padding: .3em 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#LeftShoppingBasket label {
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	font-family: Arial;
    color: #ABABAB;
	line-height:20px;
}

#LeftShoppingBasket img {
	position:relative;
	top:-22px;
	left:190px;
}


/* BRANDLIST and THEME CONTAINER */
#branding_container
{
	top:30px;
	position:relative;
}

#branding_container h3 {
    background-color: #000000;
    font-size: 120%;
    color: #ABABAB;
    padding: .3em 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
	margin-left:-20px;
	cursor: pointer;
	cursor: hand;
}

/* GAC brand theme styles */
#BrandThemeLink {
	padding: 2px 2px 0px 2px;
	margin-left:6px;
}

#BrandThemeLink a{
	font-family: Arial; 
	font-size: 11px; 
	font-weight:normal; 
	text-decoration:none; 
	color: #ABABAB;	
}

#BrandThemeLinkSelected{
	padding: 2px 2px 0px 2px;
	background-color: #CCCCCC;
	width:98%;	
}
#BrandThemeLinkSelected a{
	margin-left:6px;
	color:#FFFFFF;
	font-family: Arial; 
	font-size: 11px; 
	font-weight:normal; 
	text-decoration:none; 	
}

#Brand_openclose {
	position:relative;
	margin-bottom:-3px;	
	margin-right:0px;
	margin-top:0px;
	margin-left:0px;
	left:210px;
	cursor: pointer;
	cursor: hand;	
}

#Theme_openclose {
	position:relative;
	margin-bottom:-3px;
	margin-right:0px;
	margin-top:0px;
	margin-left:0px;	
	left:210px;
	cursor: pointer;
	cursor: hand;	
}

/* PRODUCT TREE */
#product_catalog_container
{
	top:30px;
	position:relative;
}

#product_catalog_container h3 {
    background-color: #000000;
    font-size: 120%;
    color: #ABABAB;
    padding: .3em 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#product_catalog_container label {
    font-size: 11px;
    color: #ABABAB;
	line-height:20px;
}


/* Header */
img#w3ss_TopBanner
{
    display:none;
}

#w3ss_AdminNoLogoTxt
{
    display: inline;
}

#w3ss_AdminChangeLogo
{
    display: none;
}


#w3ss_logoSpacer
{
    width: 1px;
    height: 0px;
}

#header {
    /*background: rgb(255,255,255) center center no-repeat;
	
	float: left;*/
	width:1022px;
}
#logotype {
    padding: 0 0 0 0;
}

#Logo2009{
	background-color:#ffffff;
    width: 50px;
	float:right;
    margin-top:23px;
    margin-bottom:20px;	
	/*height:100%;
	left:50px;
	margin-left:5px;

	position:relative;
	top:-260px;
	*/
}

#imgLogo2009 {
	height:300px

}

#flag_container {
    position: absolute;
    top: 99px;
    left: 5px;
}
#flag_container img {
    border: 0;
    filter: alpha(opacity=30);
    opacity: 0.3;
}
#flag_container img.selected {
    border: 0;
    filter: alpha(opacity=100);
    opacity: 1;
}
#flag_container img:hover {
    border: 0;
    filter: alpha(opacity=100);
    opacity: 1;
}

#flag_container li {
    float: left;
}
#flag_container a {
    display: block;
    margin-right: 3px;
}


/* Top image */
#TopImage {
    margin-bottom: -1em;
}



/* Footer */
#tp_footer {
	/*background: #fff no-repeat top left;
	right: 24px;
	left:230px;
	position:relative;*/
	color: #ABABAB;
	padding-top:20px;
	padding-bottom:20px;
	/*margin-right: 24px;*/
	text-align:center;
	float:left;
	width:113%;
	background: url(/images/tp_footer.png) no-repeat top left;
	overflow:hidden;
	
}

#tp_footer a {
    color:#ABABAB;
    font-weight: normal;
}


/* Panes */
#pane_container {
    /*clear: both;*/
    overflow: hidden;
    width: 1022px;
    background-color: #FFFFFF;
    padding-bottom: 0em;
	float:left;	
	background:url(/images/bg-stripe.png) #fff repeat-y top left;
}

#pane_container.wide {
	background-color: #FFFFFF;
    /*background: url(/images/bg-stripe-wide.png) ;*/
}   
.pane {
    float: left;
}

#pane1{
	width: 220px;
	background-color: #3F3F3F;
	/*overflow:hidden;
	float:left;
	top:0px;
	left:0px;
	height:100%;
	position: absolute;*/
}

##main_secondary {
    width: 220px;
    background-color: #ffffff;
	height:100%;
}
#main {
    width: 750px;
	margin-top:20px;
}
#main_primary {
    width: 530px;
	margin-top:20px;
}






/* Replacement for Sub menu */
#B2C_item_tree_replacement_container {
}



/* Search box */
#search_container {
    margin: 1em 15px 1em 15px;
}
#search_container #q {
    width: 85%;
}

#search_advanced a {
    font-size: 85%;
}

#simple_search_Item_Description
{
    border: 1px solid #A1A0A3;
    width: 101px;
}
#searchResultPages li
{
    float:left;
    text-align: center;
    background-color: #F5A414;
    color: #fff;
    margin:0;
    padding: .3em 1em;
    text-decoration: none;
}


.w3ss_paging{
    width: 97%;
    clear:both;
    float:none;
    margin: 0px 10px;
    padding:0px;
    background-color:#CCCCCC;
    vertical-align:middle;
    background:  #ffffff url(/images/common/pagingBg.gif) repeat top left;
    border: 1px solid #efefef;
    height: 24px;         
}

.w3ss_paging .w3ss_pagingLeft,
.w3ss_paging .w3ss_pagingRight
{
    vertical-align:middle;
    padding: 0px 2px;
}


.w3ss_paging .pages
{
    display:inline;
    width: 100px;
}

.w3ss_paging select
{
    margin-right:20px;
    font-size:80%;
}

.w3ss_paging a
{
    margin: 0px 8px;
}

.w3ss_paging a:hover
{
    color: #CCCCCC;
}

.w3ss_paging .pages a
{
    margin: 0px 2px;
}

.w3ss_paging .pages a.selectedPage
{
    background-color: #CCCCCC;
    color: #fff;
    padding:2px;
    font-weight:bold;
}

.w3ss_paging .w3ss_pagingLeft
{
    display:inline;
    float:left;
    margin:0px;
}

.w3ss_paging .w3ss_pagingRight
{
    display:inline;
    float:right;
    text-align:right;
    margin:4px 0px;
    clear:right;
}


/* Shopping cart */
#shoppingCart, 
#crumbsNav {
    float:left;
    text-align: center;
    margin-top: 10px;
    width: 100%;
    /*background-color: #A1A0A3;*/
	background:url(/Images/background_naar_kassa.jpg) repeat-x;
    color: #fff;
    font-weight: bold;
    padding: .3em 1em;
    text-decoration: none;
	display:none;
}

#shoppingCart #priceType {
    display: inline;
    padding-right:20px;
    text-align: center;
    vertical-align: middle;
}
#shoppingCart select {
    display: inline;
    font-family: Arial;           /* these fonts should be in fixed width to give a straight right margin */
    font-size: 100%;
}

#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_total,
#th_amount,
#th_remainingAmount {
    text-align: right;
}

#th_remove {
    text-align: right;
	width:20px;
}

.order_line_price,
.order_line_inventory,
.order_line_amount,
.order_line_quantity,
.order_line_delete,
.order_line_freight_amount,
.order_line_remaining_amount {
    text-align: right;
    padding-right: 5px;
}

#th_qty{
    text-align: center;
}

//GAC-RNI 22-06-2007 TP3.2 BEGIN
#th_sqty,
#th_backorder
{
    text-align: right;
}

.order_line_discount
{
    text-align: center;
    padding-right: 5px;
}

.order_line_squantity,
.order_line_backorder
{
    text-align: right;
    padding-right: 5px;
}

//GAC-RNI 22-06-2007 TP3.2 END

#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%;
}

.order_line_delete a{
	background:url(/Images/checkout/x_black.gif) center center no-repeat);	
}
.order_line_delete a:hover{
	background:url(/Images/checkout/x_red.gif) center center no-repeat);	
}

/* 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;
}

#view_basket_calc_container #div_calc{
    text-align: right;
    width: 330px;
	position:relative;
	left:310px;
	float:left
    margin-bottom: 20px;
}

#view_summary_calc_container #div_calc{
    text-align: right;
    width: 330px;
	position:relative;
	left:390px;
	float:left
    margin-bottom: 20px;
}

#view_basket_calc_container #calc_table,
#view_summary_calc_container #calc_table{
    /*border-collapse: collapse;*/
    width: 310px;
    /*display: inline;*/
}
#view_basket_calc_container #calc_table{
    /*margin-right: 43px;*/
}

#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;*/
	margin-left:310px;
}
#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,

#shipping_adress .textbox,
#shipping_container .textbox,
#enter_details_password_container .textbox{
    width: 24%;
    display:inline;
    float: left;
    margin: 2px;                                                                                                             
}

#order_details_container select {
    width: 25%;
    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;
	margin-right:25px;
}

#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_trans_error,
#send_order_cc_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;
}

#CC_ProviderLogo label
{
    float:left;    
}

#imgLogoCC 
{
    margin-top:-33px;  
}


/* 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 {
    padding: 1em 0 1em 15px;
}
ul.product_matrix li {
    width: 355px;
    float: left;
	height:400px;
    /*border: 2px solid #E6E7E8;*/
    margin-right: 10px;
    margin-bottom: 10px;
    _margin-bottom: 0px; /* for win-ie */
}

ul.product_matrix li[class] {
    height: auto;
    min-height: 180px;
}

ul.product_matrix .product_field_caption{
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
}

ul.product_matrix .product_title{
    font-size: 20px;
    color:#000000;
}

ul.product_matrix a:link{
    font-size: 20px;
    color:#000000;
}
ul.product_matrix a:visited{
    font-size: 20px;
    color:#000000;
}

ul.product_matrix a:hover{
    font-size: 20px;
    color:#000000;
}


ul.product_matrix .product_info{
    padding: 5px;
}
ul.product_matrix .product_image{
    text-align: center;
    padding: 3px;
	width: 225px;
    /*min-height: 70px;*/
}

ul.product_matrix img{
    padding: 3px;
	width: 225px;
	height: 225px;
    /*min-height: 70px;*/
}

ul.product_matrix .product_add{
    margin: 0px;
    margin-top: 20px;
    text-align: right;
}
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;
}



.product_matrix li{
    width: 165px;
}


/* 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;
}

.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_title {
    padding: 0px ;
    font-weight: bold;
    letter-spacing: 1px;
	font-size:20px;
	color:#000000;
}


.item_page_purchase_container{
    margin-bottom: 20px;
}
.priceTxt {
    display:inline;
    margin-right: 20px;
}
.price_prefix {
    display: inline;
}
.price {
    display: inline;
    font-size: 120%;
    color: #BB0000;
    font-weight: bold;
}
.ProductUnit {
    display: inline;
}

/* GAC-RNI 01-05-2007 PRICING LIST CONTAINER STYLING */
#pricing_list_container table{
	border:none;
}

#pricing_list_container  td {
width:40px;
}

#PriceListContainer {
}

#pl_info {
	background-color:#ECEDED;
	font-size:12px;
	font-weight:bold;
	color:#666666;
}



/* 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;
}
#main .news_listing_container h2 {
    background-color: #A1A0A3;
    font-size: 120%;
    color: #fff;
    padding: .3em 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#main .news_listing {
    padding: 0 10px;
    font-weight: normal;
}
#main .news_listing .date {
    font-weight: normal;
    display: inline;
}
#main .news_listing_container .news_listing a {
    font-weight: normal;
}
#main .news_listing li {
    margin: 1em 0;
}
#main_image {
    width: 530px;
    height: 140px;
    margin: 0;
} 
#start_special_offers_list{
    margin-bottom: 10px;
}

#main .topSales_container h3 {
    background-color: #A1A0A3;
    font-size: 120%;
    color: #fff;
    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: #A1A0A3;
    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{
    width: 24%;
    display:inline;
    float: left;
    margin: 2px;
}

#customerDetails_container select{
    width: 25%;
    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;
    
}




 
#balanceTable td, #balanceTable th,
#balanceListTable td, #balanceListTable th
{
    text-align: right;
    padding: 3px;
}

.balanceDivider
{
    border-right:2px solid #F5A414;
    padding:4px;
}


/* change password dialog */
#passwordForm label{
    width: 200px;
    display:inline;
    float: left;
    margin: 2px;
}

#passwordForm .button{
    float: right;
}




/* forum */
#forum_admin_info{
    width: 400px;
    padding: 5px;
    margin-top: 5px;
    border: 1px solid #ff0000;
}
#forum_path{
    background-color: #E6E7E8;
    margin-top: 5px;
    padding: 3px;
}








    

.timer_msg
{
    font-size: 10pt;
    font-weight: bold;
    color: #ff0000;
}

.ProductAddButton {
	font-size:0px;
	background-image:url(/Images/Shop/basket-grey.gif);
	/*margin-left: -5px;*/
	width:35px;
	cursor:pointer;
	cursor: hand;
}

    
/***************************************
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;
    }
    