#header { 
	background: url(header.png) no-repeat; 
}

.country_flag { 
	margin-right: 10px; 
}

.icon { 
	margin-right: 15px; 
}

.account_box {
	width: 460px;
	padding: 15px;
}

.left { 
	float: left;
}

.left table { 
	border-collapse: collapse; 
	margin-top: 1px; 
}

.right { 
	float: right;
	padding: 0px;
}

.right > table > tbody > tr td:first-child {
	padding: 0px;
}

.sidebar_box {
	padding: 15px;
	margin-bottom: 15px;
	background: #f2f2f2;
	border: 1px solid #808080;
}

.sidebar {
	width: 280px;
}

.article {
	/*width: 650px;
	padding: 15px;
	margin-bottom: 15px;
	background: #f2f2f2;
	border: 1px solid #808080;*/
}

.article .provision { 
	font-size: 110%; font-weight: bold; 
}

.headline { 
	margin-bottom: 5px; 
}

.article a:link, .article a:visited, .article a:active {
	font-size: 130%;
	font-weight: bold;
}

.article .ean { 
	color: #666; 
}

.article .image {
	width: 60px;
	margin-right: 20px;
	text-align: center;
}

.article .detail1 {
	width: 300px;
	padding-left: 15px;
	font-size: 90%;
}

.article .detail2 {
	vertical-align: bottom;
	text-align: right;
	font-size: 90%;
}

.article .detail2 .price {
	font-size: 130%;
	font-weight: bold;
}

.article .button { 
	width: 130px; 
}

.row-active { 
	background: #FFEBDA; 
}

.row-inactive { 
	background: #FFFFFF; 
}
