body
{
	color: #CCCCCC;
	font-size: 11px;
	background: #333333;
	font-family: Verdana;
}

strong
{
	font-weight: bold;
}

ul.language li
{
	display: inline;
}

h1
{
	padding-bottom: 20px;
}

.header_logo 
{
	color: #FF6600;
	font-size: 34px;
	font-weight: normal;
	font-family: Verdana;
}

ul.menuitems
{
	padding-bottom: 20px;
}

table.container 
{
	width: 977px;
	margin: 20px auto 0 auto;
}

th.menu 
{
	padding: 0;
	width: 647px;
}

th.logo 
{
	padding: 0;
	width: 330px;
}

th 
{
	vertical-align: bottom;
	padding: 30px 0px 15px 0px;
}

td, p 
{
	line-height: 140%;
	vertical-align: top;
}

p
{
	padding: 0 0 10px 0;
}

ul 
{
	float: right;
}

li.inline 
{
	float: left;
}

.menubutton 
{
	width: 100px;
	height: 15px;
	display: block;
	margin-left: 6px;
	padding-bottom: 0px;
}

h2 {
	color: #FF6600;
	font-size: 20px;
	font-weight: bold;
	padding-top: 34px;
	font-family: Verdana;
	padding-bottom: 22px;
}

h3
{
	padding: 4px 0;
	font-weight: bold;
}

img.default_picture 
{
	float: right;
}

a 
{
	color: #FF6600;
	font-weight: bold;
	text-decoration:none; 
} 

a:visited 
{
	color: #FF6600;
	font-weight: bold;
	text-decoration:none;
} 

a:hover 
{
	color: #FF6600;
	font-weight: bold;
	text-decoration:underline;
}

a:active 
{
	color: #FF6600;
	font-weight: bold;
	text-decoration:underline;
}

form td
{
	padding: 2px 2px;	
}

label
{
	font-weight: normal;
	white-space: nowrap;
}

input.txt
{
	border: 0;
	float: right;
	height: 16px;
	width: 203px;
	padding: 0px 2px 2px 2px;
	background: transparent url('/img/public/f_bg_textfield.gif') top left no-repeat;
}
input.date_txt
{
	border: 0;
	float: left;
	height: 16px;
	width: 130px;
	padding: 0px 2px 2px 2px;
	background: transparent url('/img/public/f_bg_date_textfield.gif') top left no-repeat;
}
input.txt_small
{
	border: 0;
	width: 36px;
	float: right;
	height: 16px;
	padding: 0px 2px 2px 2px;
	background: transparent url('/img/public/bg_textfiel_aantal.gif') top left no-repeat;
}

select.txt
{
	width: 207px;
	background: #fff;
	border: 0;
}

input.submit_button, button.submit_button
{
	border: 0;
	color: #fff;
	float: right;
	width: 120px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent url('/img/public/b_active.gif') center left no-repeat;
}


button.submit_button
{
	margin: 0 10px;
	display: block;
}

input.update_kart
{
	color: #fff;
	border: 0;
	float: right;
	font-weight: bold;
	background: transparent url('/img/public/f_pijltje_bijwerken.gif') center right no-repeat;
}
input.delete_kart
{
	color: #fff;
	border: 0;
	float: left;
	font-weight: bold;
	background: transparent url('/img/public/f_pijltje_verwijder.gif') center left no-repeat;
}

table.order_overview td, table.order_overview th
{
	padding: 8px 2px 4px 0;
}

table.order_overview td
{
	border-top: 1px solid #c6c6c6;
}

table.order_overview th
{
	font-weight: bold;
}

td.money
{
	text-align: right;
	white-space: nowrap;
}

td.rightcol
{
	padding-left: 20px;
}

th.amount
{
	float: right;
}

table.order_overview td.total
{
	border-top: 1px solid #FE6404;
	border-bottom: 1px solid #FE6404;
}

table.shoppingkart
{
	width: 100%;
}

table.search_results, table.order_overview
{
	border: 0;
	border-spacing: 0px;
	border-collapse: separate;
}

table.search_results
{
	margin-top: 20px;
}

table.search_results td
{
	width: 84px;
	height: 102px;
	padding: 0 15px 0 0;
}

div.img_container
{
	width: 102px;
	height: 102px;
	border: 1px solid #C6C6C6;		
}

table.search_results div.img_container:hover
{
	border: 1px solid #FE6404;		
}

table.search_results img
{
	border: 0;
	width: 102px;
	height: 102px;
}
.loading {
	background-image: url('/img/ajax-loader.gif');
	width: 16px;
	height: 16px;	
}
.billing_and_shipment td {
	padding: 2px;
}
.txt.form_error {
	border: 0;
	float: right;
	height: 16px;
	width: 203px;
	padding: 0px 2px 2px 2px;
	background-color: transparent;
	background-image: url(/img/public/f_bg_textfield_error.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#ErrorMsg td {
	padding-left: 5px;
	padding-bottom: 5px;
}
