body {
	text-align: center;
	margin-top: 5px;
}

/*********** General ***********/

body,tr,th,td,input,select,textarea {
	font: normal 12px Calibri, Tahoma, Verdana, sans-serif;
	color:#003366;
}


ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0 25px;	
}

a {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

strong, b { font-weight: bold; }

em, i { font-style: italic; }

/*********** End: General ***********/




/*********** Global additional classes ***********/

.f-left {
	float: left;
}
.f-right {
	float: right;
}
.clear {
	clear: both;
}
/*********** End: Global additional classes ***********/



/*********** Layout ***********/

/* container */
#container {
	position: relative;
	width: 835px;
	margin: 0 auto;
	text-align: left;
	
}
/* header */
#header {
	clear: both;
}
/* logo */
#logo {
	float: left;
	height: 117px;
	width: 611px;
}
	#logo h1 {
		position: absolute;
		top: 0;
		left: 0;
		text-indent: -999em;
		background: url(../images/logo.jpg) no-repeat;
		width: 611px;
		height: 117px;
	}
	#logo h1 a {
		display:block;
		overflow:hidden;
		height:100%;
	}

#minicart-top {
	float: left;
	padding: 20px 20px;
}	
	
/* topmenu */
#topmenu {
	clear: both;
	margin-top: 10px;
	float: right;
	/* padding-top: 127px; */
	height: 20px;
}
	#topmenu ul li {
		float: left;
		padding: 0 15px 0 15px;
	}
	#topmenu ul li a {
		color: #FF6600;
		font-weight: bold;
		text-decoration: none;
	}
	#topmenu ul li a:hover {
		text-decoration: underline;
	}

	
/* navbar */
#navbar {
	height: 20px;
	padding: 5px 10px;
	background-color: #e0e0e0;	
}

#search {
	float: left;
}

#langselect {
	float: right;
}

/* main area */

#main {
	clear: both;
	margin: 10px 0 0 0;
}

/* columns */
#leftcol {
	float: left;
	width: 140px;
	/* margin: 0 10px 0 30px; */
	margin: 0 10px 0 0;
	text-align:left;
}

#rightcol {
	float: right;
	width: 150px;
}

/* menu blocks */
.menublock {
	margin: 0 0 10px 0;
	line-height: 16px;
}
	.menublock h4 {
		/*background-color: #e0e0e0;*/
		font-weight: bold;
		padding-top: 5px;
		padding-bottom: 5px;
		color:#ff9933;
	}
	
.menucontent {
	padding: 5px 0 10px 0;
}
	.menucontent ul {
		list-style-type: none;

	}
	.menucontent ul li {
		list-style:none;
		font-weight:bold;
	}
	
		.menucontent ul li a{
		color:#003366;
		text-decoration:none;
		}


#maincontent {
	float: left;
	/* width: 635px; */
	width: 665px;
	margin: 0px 10px 20px 10px;
}
/* content blocks */
.contentblock {
	clear: both;
	line-height: normal;
	padding-bottom: 15px;
}
	.contentblock h1 {
		font-weight: bold;
		font-size: 13px;
		padding: 5px;
		color:#003366;

	}


.content {
	padding-top: 10px;
}
	.content p {
		margin: 0 0 5px 0;
	}


/* login */
#login input.logintextfield {
	width: 145px;
	margin-bottom: 5px;
}

/* footer */
#footer {
	border-top: 1px solid #e0e0e0;
	padding-top: 10px;
	clear: both;
}
	#copyright {
		float: right;
	}
	#footermenu {
		float: left;
	}
		#footer ul li {
			float: left;
		}
		#footer ul li a {
			text-decoration: none;
		}
		#footer ul li a:hover {
			text-decoration: underline;
		}



/*********** End: Layout ***********/

		
/*********** Productlist ***********/

.productlist {
	clear: both;
}
ul.productlist li {
	float: left;
	width: 141px;
	margin: 0 10px 10px 0;
	text-align: center;
	/*border: 1px solid #e0e0e0;*/
}
.productlist h2 {
	/*height: 35px;*/
}
.productlist h2 a {
	text-decoration: none;
	color:#003366;
	font-weight:bold;
	white-space:nowrap;
}
.productlist-thumb {
	width: 141px;
	height: 141px;
	margin: 0 auto;
	overflow: hidden;
}
.productlist-thumb img {
	/*width: 100px;
	height: auto;*/
	width: 141px;
}
.productlist-listprice {
	text-decoration: line-through;
}
.productlist-price {
	font-weight: bold;
	color: #003366;
	font-size: 14px;
}
.productlist-details {
	display: block;
	clear: left;
}
.productlist-nav {
	clear: both;
	margin-bottom: 10px;
}
.productlist-resultpages {
	float: left;
	margin-bottom: 10px;
}
.productlist-resultpages ul li {
	float: left;
	padding: 0 5px;
	margin-right: 3px;
	border: 1px solid #e0e0e0;
}
.productlist-resultpages ul li.descr {
	border: none;
}
.productlist-resultpages ul li.act {
	font-weight: bold;
	background-color: #e0e0e0;
}
.productlist-orderby {
	float: right;
}
.productlist-orderby ul li {
	float: left;
	padding: 0 5px;
	margin-right: 3px;
}

.productlist-orderby ul li.act {
	font-weight: bold;
}

#product-options-details {
	/* border: 1px solid #000; */
	float: left;
	width: 368px;
}

/*********** End: Productlist ***********/




/*********** Productdetail ***********/

.desc {
	color:#003366;
	font-weight:bold;
}

#productdetail {
	position: relative;
}
#productdetail h2 { 
	margin: 20px 0;
	font-weight: bold;
	font-size: 12px;
	color:#003366;
}
#productdetail ul {
	list-style: square inside;
}
#product-thumb {
	float: left;
	width: 250px;
	padding: 15px;
	overflow: hidden;
	text-align: center;
	margin: 0 15px 15px 0;
}
#product-info {
	float: left;
}

#productdetail-table {
	margin-top: 20px;
}
	#productdetail-table td {
		vertical-align: middle;
		padding: 2px;
	}
/*
.discount-img {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 5px;
	margin-right: 5px;
	width: 57px;
	height: 57px;
	background: transparent url(../../images/save_money.gif) no-repeat;
}
.discount-img div {
	position: relative;
	padding: 25px 0 0 13px;
	color: #fff;
	font-weight: bold;
}
*/

.productdetail-lbl {
	font-weight: bold;
	font-size: 14px;
	color:#ff8f00;
}
#product_price {
	font-weight: bold;
	font-size: 14px;
	color: #ff8f00;
}
.product-listprice {
	text-decoration: line-through;
}
/*
.product-buy {
	float: right;
}
.product-buy input {
	background-color: #ff8f00;
	color: #fff;
	font-weight: bold;
	width: 100px;
	height: 30px;
}
*/
.product-fulldescr {
	clear: both;
}


/*********** Menu addons ***********/
#today_news {
	padding: 0 0 5px 0;
}


td.FormButton { 
	padding: 10px 10px 0 0;
	font-weight: bold;
}
/*********** End: Menu addons ***********/




/*********** Cart ***********/

#cart-items-wrapper {
	clear: both;
	margin: 0 0 15px 0;
}

#cart-items-wrapper h2 {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0;
}

.cart-item  {
	position: relative;
	width: 100%;

	min-height: 100px;
	height: auto !important;
	height: 180px;
	
	overflow: hidden;
	clear: both;
	padding: 10px 0;
	border-bottom: 1px solid #e0e0e0;
}
.cart-thumb {
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	/*border: 1px solid #e0e0e0;*/
	text-align: center;
	margin: 0 10px 10px 0;
}
.cart-thumb img {
	width: 80px;
	height: auto;
}
.cart-product-price {
	font-weight: bold;
	font-size: 14px;
	color: #ff8f00;
}

/*********** End: Cart ***********/



/*********** Buttons ***********/

/* general button style */
a.adv_button {
	background-color: #003366;
	color: #fff;
	padding: 3px 5px;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
	border:1px solid #003366;
}
a.adv_button:hover {
	color: #ff8f00;
	border:1px solid #003366;
	background:#fff;
}

/* action buttons for cart items */
.cart-item a.adv_button {
	font-size: 10px;
	font-weight: normal;
	background-color: #003366;
	border:1px solid #003366;
	color: #fff;
}

.cart-item a.adv_button:hover {
	background-color: #fff;
	color: #ff8f00;
}
/*
#rightcol input, #leftcol input {
	margin-bottom: 5px;
}
*/

input, select {
	margin-bottom: 5px;
}
/*********** End: buttons ***********/

/*detailed mouse over images*/

ul.images {
list-style:none;
padding:0;
margin:0;
margin-top: 10px;
}

li.images {
border:1px solid #b4b4b4;
margin-bottom: 10px;
float:left;
margin-right:17px;
height:74px;
width:70px;
overflow:hidden;
list-style: none;
}
li.imageslast {
margin-right:0px;
height:74px;
width:70px;
overflow:hidden;
}
li.images td {
vertical-align: middle;
height:74px;
}
li.imageslast td {
vertical-align: middle;
height:74px;
}

.Detailed_large {
border:1px solid #b4b4b4;
}

.clicktozoom {
	clear: both;
}

.betalen_img {
	margin-top: 35px;
}
