
/* 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: 100%;
    clear: both;
}
img {
    border: none;
}
.radio {
    display: inline;
}



#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: 100%;  
    border: 1px solid #A1A0A3;
}

input.buttonLong,
input.button {
    height: 19px;
    padding: 0px 6px 3px 6px;
    cursor: hand;
    background-color: #A1A0A3;    
    color: #fff;
    border: 1px solid #777;
    font-weight:normal;
    font-size: 10px;
    text-align: center;
}

input.radio, input.checkbox {
    border:none;
}

input[type=hidden] {
    display: none;
}

label {
    font-weight: bold;
}

.error_msg, .required, .important_msg, .unread
{
    color:#ff0000;
    font-weight:bold;
}

#keepAliveImg{
    position:absolute;
    left: -1000;
}

.inline
{
    display: inline;
}

.displayNone
{
    display:none;
}


.w3ss_paging{
    width: 95%;
    clear:both;
    float:none;
    margin: 0px 10px;
    padding:0px;
    background-color:#efefff;
    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: #005900;
}

.w3ss_paging .pages a
{
    margin: 0px 2px;
}

.w3ss_paging .pages a.selectedPage
{
    background-color: #005900;
    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;
}



.kronan_w3ss_paging{
	font-family: Verdana;
	color: #333333;	
	font-size: 9px;
	font-weight: Normal;
	width: 100%;
	clear:both;
	float:none;
	margin: 0px 10px;
	padding:0px;
	background-color:#FFFFFF;
	vertical-align:middle;
	background:  #ffffff url(/images/common/pagingBg.gif) repeat top left;
	border: 0px solid #efefef;
	height: 24px;         
}

.kronan_w3ss_paging .kronan_w3ss_pagingLeft,
.kronan_w3ss_paging .kronan_w3ss_pagingRight
{
    vertical-align:middle;
    padding: 0px 2px;
}


.kronan_w3ss_paging .kronan_pages
{
    display:inline;
    width: 100px;
}

.kronan_w3ss_paging kronan_select
{
    margin-right:20px;
    font-size:80%;
}

.kronan_w3ss_paging a
{
    margin: 0px 8px;
}

.kronan_w3ss_paging a:hover
{
    color: #005900;
}

.kronan_w3ss_paging .kronan_pages a
{
    margin: 0px 2px;
}

.kronan_w3ss_paging .kronan_pages a.selectedPage
{
    background-color: #005900;
    color: #fff;
    padding:2px;
    font-weight:bold;
}

.kronan_w3ss_paging .kronan_w3ss_pagingLeft
{
    display:inline;
    float:left;
    margin:0px;
}

.kronan_w3ss_paging .kronan_w3ss_pagingRight
{
    display:inline;
    float:right;
    text-align:right;
    margin:4px 0px;
    clear:right;
}


/* 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_email,
#order_details_phoneNo,
#order_details_city,
#order_details_countryCode,
#order_details_name,
#order_details_comment,
#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_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;
}


/* 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;
}

/* 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;
}


/* 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;

}





#balanceTable td, #balanceTable th,
#balanceListTable td, #balanceListTable th
{
    text-align: right;
    padding: 3px;
}

.balanceDivider
{
    border-right:2px solid #005900;
    padding:4px;
}


/* change password dialog */
#passwordForm label{
    width: 200px;
    display:inline;
    float: left;
    margin: 2px;
}

#passwordForm .button{
    float: right;
}





.timer_msg
{
    font-size: 10pt;
    font-weight: bold;
    color: #ff0000;
}

.ProductAddButton {
    margin-left: 5px;
}


/* Panes */


#pane1, #main_secondary {
    width: 220px;
    
}


/***************************** Dessa är editerade! Smedby *****************************/
h1 {
    font-size: 21px;
    color: #999999;
    font-family: Verdana;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 18px;
    padding-right: 18px;
    text-align: left;
    font-weight: Bold;
    margin: 0px;
}  
h2 {
    font-size: 13px;
    color: #999999;
    font-family: Verdana;
    text-align: left;
    font-weight: Bold;
    margin: 0px;
}   

.text_container {
    font-size: 11px;
    background: #FFFFFF;
    color: #333333;
    font-family: Verdana;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    text-align: left; 
    margin: 0px;
}

.text_container a {
    color: #3d5422;
}

.text_container a:hover {
    color: #3d5422;
}



/****************************************************************************/

#main_menu_container {
	clear: both;
}

.main_buy{
  background: #FFFFFF;
  width : 680px;
  padding-left: 110px;

}

.menu {
	font-weight: Bold;
	color: #00502f;
	font-size: 14px; 
	text-decoration: none;
	font-family: Verdana;
	padding: 0px;
}  
.cart {
	font-weight: Bold;
	color: #42639e;
	font-size: 11px; 
	font-family: Verdana;
	margin-left:10px;
	margin-right:10px;
	padding-top:10px;
} 

.cart a {
	color: #42639e;
	text-decoration: none;
	
}

.cart a:hover {
	color: #42639e;
	text-decoration: none;
	
}

#logo_and_dropdown {
	text-align: left;
	padding-left: 25px;
}   

#logo_and_dropdown_logo {
	float: left;
}   

#logo_and_dropdown_country {
	color: #000000;
	font-size: 9px; 
	font-family: Verdana;	
	text-align: right;
	padding-right: 40px;
}

#logo_and_dropdown_country a {
	color: ##000000;
}

#logo_and_dropdown_country a:hover {
	color: ##000000;
}

#header {
	width: 800px;	
} 
#start_flash {
	margin-top: 5px;		
}       
#fotter {
	clear: both; 
	text-align: center;
	width: 798px;	
}
.fotteritem {            
	float: left;
	padding:3px;		
	color: #FFFFFF;
	font-size: 9px; 
	text-decoration: none;
	font-family: Verdana;
}      

/* Panes */

#pane_container {
    clear: both;
    width: 800px;
    padding-top:5px;
    text-align: left;
}         

.pane {
    float: left;
   
}

#main_menu {
    width: 126px;
    margin-right: 9px; 
}
#main_menuBIG {
    width: 166px;
    margin-right: 9px; 
}
 
.main_menu_left_header {
	font-family: Verdana;
	color: #666666;	
	font-size: 9px;
	font-weight: Bold;	
}
   
#main_menu_left {
	background-color: #ffffff;
	font-family: Verdana;
	color: #333333;	
	font-size: 9px;	
	text-align: left;	
	padding-left: 15px;    
	padding-bottom: 30px;
	padding-top: 20px;
}

#main_menu_left a {
	color: #333333;	
	text-decoration: none;
}

#main_menu_left a:hover {
	color: #333333;	
	text-decoration: underline;
}
   
#main_content {
	background-color: #ffffff;
}    


#main_primary {
    margin-right: 9px; 
    width: 505px;
}

#main_primaryBIG {
    margin-right: 9px; 
    width: 600px;
    
}



#main_primary_demo {
    margin-right: 8px; 
    width: 506px;
}


#main_primary_textpage {
	background-color: #ffffff;
}


#main_secondary {
    width: 151px;
}

#padding_right {
	padding-bottom:5px;
}

#main_prod {
 	background: url(/images/img/bg/prod_bg.jpg);
}                                       

#main_prod_text {
	font-family: Verdana;
	color: #333333;	
	font-size: 9px;	
	padding-left: 23px;
	padding-top: 20px; 
	text-align: left;
}

.main_prod_text_header {
	font-family: Verdana;
	color: #333333;	
	font-size: 10px;
	font-weight: Bold;			
}
                      
.main_prod_text_price {
	font-family: Verdana;
	color: #999999;	
	font-size: 21px;
	font-weight: Bold;			
}
                      
#main_prod_order {
	font-family: Verdana;
	color: #333333;	
	font-size: 10px;
	font-weight: Bold;			
	text-align: left;
	padding-top: 20px; 
	padding-left: 20px
}                     

.main_prod_input {
	font-family: Verdana;
	color: #333333;	
	font-size: 10px;
	widht: 40px;
	height: 16px;
}


#main_info {   
	margin-bottom: 3px; 
}

#main_info_header {   
	background: #42639e;
	widht: 505px;
	height: 18px;	
	padding-top: 2px;
	padding-left: 25px;
	text-align: left;
	font-family: Verdana;
	color: #FFFFFF;	
	font-size: 11px;
	font-weight: Bold; 
	cursor: pointer;
}

#main_info_text {     
	Background: #FFFFFF;
	widht: 505px;
	text-align: left;
	font-family: Verdana;
	color: #333333;	
	font-size: 11px;   
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 15px;
}  



/****************************** Product Matrix ***************************************/

/***************************** Dessa är editerade! *****************************/
ul.product_matrix {
    	list-style: none;
    	padding: 0;
	margin: 0;
}

ul.product_matrix li {
	background: #FFFFFF;	
	width: 167px;
	float: left;
	border: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 15px;
	text-align: left;
}
      
ul.product_matrix .li_middle {
		
	width: 2px;
	float: left;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
      
ul.product_matrix .product_image {
   	text-align: center;
    	padding: 3px;
	margin-bottom: 15px;
    	min-height: 70px;
}

ul.product_matrix .price_details {
	margin-top: 10px;
	display:inline;
	padding-left: 25px;
	font-family: Verdana;
	color: #999999;	
	font-size: 19px;
	font-weight: Bold;    
}

ul.product_matrix .price_prefix {
	display: inline;
	padding-left: 15px;
    	font-family: Verdana;
	color: #999999;	
	font-size: 19px;
	font-weight: Bold;
}

ul.product_matrix .product_text {
         background: #FFFFFF;
	padding-left: 10px;
	font-family: Verdana;
	color: #333333;	
	font-size: 9px;
	font-weight: Normal;    
}

ul.product_matrix .product_title {
	padding-left: 20px;
	font-family: Verdana;
	color: #333333;	
	font-size: 9px;
	font-weight: Normal; 
	margin-bottom: 15px;   
}  

ul.product_matrix .product_title a {
	color: #42639e;	   
	font-weight: Bold; 
	text-decoration: none; 
}

ul.product_matrix .product_title a:hover {
	text-decoration: underline;
}

.product_image {
   	text-align: center;
    	padding: 3px;
	margin-bottom: 15px;
}

.price {
	margin-top: 10px;
	display:inline;
	padding-left: 15px;
	font-family: Verdana;
	color: #999999;	
	font-size: 19px;
	font-weight: Bold;    
}

.product_text {
	padding-left: 16px;
	font-family: Verdana;
	color: #333333;	
	font-size: 9px;
	font-weight: Normal;    
}

.product_title {
	padding-left: 16px;
	font-family: Verdana;
	color: #333333;	
	font-size: 9px;
	font-weight: Normal; 
	margin-bottom: 15px;   
}  

.product_title a {
	color: #42639e;	   
	font-weight: Bold; 
	text-decoration: none; 
}

.product_title a:hover {
	text-decoration: underline;
}

.product_add{
	font-family: Verdana;
	color: #333333;	
	padding-left: 15px;
	font-size: 10px;
	font-weight: Bold;			
	text-align: left;
}


.matrix_row {
    clear: both;
    float: none;
}

ul.product_list_list li.matrix_spacer{
    display: none;
}

/****************************************************************************/




ul.product_matrix li {
    height:180px;
}
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_info{
    padding: 5px;
}

ul.product_matrix .product_add{
    margin: 0px;
    margin-top: 20px;
    text-align: right;
}

ul.product_matrix .product_inventory{
    margin-top: 0px;
    margin-bottom: 0px;
    float: right;
}


.product_matrix li{
    width: 180px;
}


/* 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;
}


/* Shopping cart */
#shoppingCart, 
#crumbsNav {
    float:left;
    text-align: center;
    margin-top: 10px;
    width: 100%;
    background-color: #A1A0A3;
    color: #fff;
    font-weight: bold;
    padding: .3em 1em;
    text-decoration: none;
}

#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%;
}

#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;
}




     