@charset "utf-8";
/* CSS Document */
.total_table td{
	padding-bottom: 10px;
}

/***********************************************
 Tabellen under varukorgen
***********************************************/
#cart_sum_text_step_one, #cart_sum_vat_step_one, #cart_sum_price_step_one, 
#cart_sum_text_step_two, #cart_sum_vat_step_two, #cart_sum_price_step_two, 
#cart_sum_text_step_three, #cart_sum_vat_step_three, #cart_sum_price_step_three, 
#cart_sum_text_step_four, #cart_sum_vat_step_four, #cart_sum_price_step_four{
	font-weight: bold;
}

#total_payment_text_step_one, #total_payment_number_step_one,
#total_payment_text_step_two, #total_payment_number_step_two,
#total_payment_text_step_three, #total_payment_number_step_three,
#total_payment_text_step_four, #total_payment_number_step_four
{

}

#total_payment_none_text_step_one, total_payment_none_number_step_one, 
#total_payment_none_text_step_two, total_payment_none_number_step_two, 
#total_payment_none_text_step_three, total_payment_none_number_step_three,
#total_payment_none_text_step_four, total_payment_none_number_step_four
{

}

#total_delivery_text_step_one, #total_delivery_number_step_one,
#total_delivery_text_step_two, #total_delivery_number_step_two,
#total_delivery_text_step_three, #total_delivery_number_step_three,
#total_delivery_text_step_four, #total_delivery_number_step_four
{

}

#total_delivery_none_text_step_one, #total_delivery_none_number_step_one,
#total_delivery_none_text_step_two, #total_delivery_none_number_step_two,
#total_delivery_none_text_step_three, #total_delivery_none_number_step_three,
#total_delivery_none_text_step_four, #total_delivery_none_number_step_four
{

}

#total_sum_text_step_one, #total_sum_number_step_one,
#total_sum_text_step_two, #total_sum_number_step_two,
#total_sum_text_step_three, #total_sum_number_step_three,
#total_sum_text_step_four, #total_sum_number_step_four{

}

#total_vat_text_step_one, #total_vat_number_step_one,
#total_vat_text_step_two, #total_vat_number_step_two,
#total_vat_text_step_three, #total_vat_number_step_three,
#total_vat_text_step_four, #total_vat_number_step_four{

}

#total_currency_text_step_one, #total_currency_number_step_one,
#total_currency_text_step_two, #total_currency_number_step_two,
#total_currency_text_step_three, #total_currency_number_step_three,
#total_currency_text_step_four, #total_currency_number_step_four
{

}

#total_sum_text_step_one, #total_sum_number_step_one,
#total_sum_text_step_two, #total_sum_number_step_two,
#total_sum_text_step_three, #total_sum_number_step_three,
#total_sum_text_step_four, #total_sum_number_step_four{
	font-weight: bold;
}
/************************************************/




/************************************************
	Minivarukorg
************************************************/
#cart{
	color: #6B0707;
	top: 10px;
	left: 5px;
	position: absolute;
	z-index: 998;
	width: 160px;
	height: 70px;
}

#cont_curr{
	position: absolute;
	top: 83px;
	left: 5px;
	width: 160px;
	z-index: 1000px;
}

#cont_curr select{
	margin-left: 5px;
}

#cont_cart{
	
}

#currency_form{
	width: 160px;
}

form #currency_form{
	
}

#select_currency{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#change_currency{
	float: left;
	text-align: right;
}

#searchbutton{
	margin-left: 10px;
}

.cart_container{
	/*position: absolute;
	right: 0px;
	width: 160px;
	bottom: 0px;*/
}

.cart_container:hover{

}

.cart_container h2{
	display: block;
	margin-bottom: 5px;
	width: 180px;
	color: inherit;
}

.cart_container a{
	color: inherit;
	width: 180px;
	display: block;
	height: 20px;
	margin-top: 5px;
}

.text_total{
	float: left;
	width: 60px;
}

.text_products{
	float: left;
	width: 120px;
}

.text_products{
	float: left;	
}

.text_total{
	float: left;
}

.num_products, .price_total{
	text-align: right;
}


/************************************************/
#carttable .cart_item_row, #printtable .cart_item_row{
	padding-bottom: 20px;
}

#carttable th{
	background: #660000;
	color: #DBAA67;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#carttable th.first{

}

#carttable td.odd input, #carttable td.even input{
	border: none;
}

#carttable td{
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

#carttable .first_even{
}

#carttable .first_odd{
}

#carttable .odd{
	background: #F8DFA9;
	color: #993300;
}

#carttable .even a, #carttable .even a:active{
	color: #993300;
}
#carttable .even a:hover{
	color: white;
}

#carttable .odd a, #carttable .odd a:active{
	color: #993300;
}

#carttable .odd a:hover{
	color: white;
}

#carttable td.even, #carttable td.odd{
	border-right: 1px solid #660000;
	border-bottom: 1px solid #660000;
}

#carttable td.first_even, #carttable td.first_odd{
	border-left: 1px solid #660000;
	border-right: 1px solid #660000;
	border-bottom: 1px solid #660000;
}


#carttable td.first_even, #carttable td.even{
	
}

#carttable tr.total{
	background: #FFFFFF;
	border: none;
	font-weight: bold;
	text-decoration: underline;
}

#carttable td.total, div#carttable td.totalsum{
	border: none;
}

#carttable td.total.even, #carttable td.totalsum.even{
	background: #FFFFFF;
	padding: 5px;
}

#carttable td.total.odd, #carttable td.totalsum.odd{
	background: #EAEAEA;
	padding: 5px;
}

#carttable td.total.odd{
}

/********************************************
	PRINT TABLE
********************************************/
#printtable{
	background: #FFFFFF;
	padding: 5px;
	color: #000000;
	margin-top: 10px;
}

#printtable table#total_step_one{
	float: right;
}

table#total_step_one{
	float: right;
}

.bestallform{
	clear: both;
}

#printtable td{
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

#printtable th{
	background: #666666;
	color: #FFFFFF;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#printtable th.first{
	
}

#printtable .even a:hover{
	color: #0000FF;
}

#printtable a{
	color: #0000FF;
}

#printtable .odd a:hover{
	color: #0000FF;
}

#printtable .odd a, #printtable .odd a:active{
	color: #0000FF;
}

#printtable td.first_even, #printtable td.first_odd{
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#printtable td.even, #printtable td.odd{
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#printtable tr.total{
	background: #FFFFFF;
	border: none;
	font-weight: bold;
	text-decoration: underline;
}

#printtable td.even, #printtable td.first_even{
	background: #EAEAEA;
}

#printtable td.total, #printtable td.totalsum{
	border: none;
}

#printtable td.total.even, #printtable td.totalsum.even{
	background: #FFFFFF;
	padding: 5px;
}

#printtable td.total.odd, #printtable td.totalsum.odd{
	background: #EAEAEA;
	padding: 5px;
}

#printtable td.total.odd{
}
/***********************************************************/


.webshop_cart_total_label{
	font-weight: bold;
}

.webshop_cart_total_sum{
	font-weight: bold;
}

#carttable td.totalsum.odd, #printtable td.totalsum.odd{
}

#searchform{
	margin-top: 25px;
	margin-bottom: 40px;
}

div#buyerterms{	position:relative; display:none; border: 1px solid #333333; margin:0 auto; margin-bottom: 10px; }
	div#buyerterms #image{position:absolute; top:0px; right:0px;}	
	div#buyerterms p.close{	text-align:right;}
	div#buyerterms #image img{border:none;}
	
div.listElement{
	width: 130px;
	height: 240px;
	float: left;
	margin-bottom: 20px;
	margin-right: 45px;
	padding-top: 10px;
}

.listElement img{

}

div.image_box{
	
}

div.image_box img{
	
}

div.info{
	
}

div.info h3 a, div.info h3 a:visited, div.info h3 a:active{
	text-decoration: none;
}

div.info h3 a:hover{
	text-decoration: underline;
}

div.info h3{
	text-transform: uppercase;
	height: 20px;
}

div.info p.info{
	height: 60px;
}

div.info p.price{
	text-transform: uppercase;
	height: 10px;
}

div.info.padding{
	
}

table.article_list{
	color: #993300;
	background: #D5CFC1;
	border: 1px solid #660000;
}

table.article_list input{
	border: none;
}

fieldset{
	border: 1px solid #993300;
}

table.article_list th{
	color: #DBAA67;
	background: #660000;
}

#productinfo{
	float: left;
	width: 544px;
	margin-right: 30px;
}

#images{
	margin-top: 38px;
	margin-left: 15px;
	float: right;
	width: 160px;
}

#main_image{
	margin-bottom: 10px;
}

.thumbs{
}

.image_small{
	float: right;
	width: 50px;
	height: 50px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.intresseform textarea{
	width: 215px;
	height: 80px;
}