.clear_both {
	clear:both;
}

.red {
	color:#a21206;
}

img {
	border:none;
}


h1 {
	margin:0 0 20px 0;
	padding:0;
	font-family:Trebuchet MS;
	font-size:24px;
	line-height:28px;
	color:#a21206;
}

.h1 {
	font-family:Trebuchet MS;
	font-size:24px;
	line-height:28px;
	color:#a21206;
}

h2 {
	margin:0 0 20px 0;
	padding:0;
	font-family:Trebuchet MS;
	font-size:18px;
	line-height:22px;
	color:#525050;
	font-style:italic;
}

.h2 {
	font-family:Trebuchet MS;
	font-size:18px;
	line-height:22px;
	color:#525050;
	font-style:italic;
}

a {
	font-family:Trebuchet MS;
	font-size:13px;
	line-height:20px;	
	color:#353535;
	text-decoration:underline;
} 

a:hover {
	text-decoration:none;
}

li, .text {
	font-family:Trebuchet MS;
	font-size:13px;
	line-height:20px;	
	color:#353535;
}

#content #left p {
	font-family:Trebuchet MS;
	font-size:13px;
	line-height:20px;	
	color:#353535;
	margin: 0 0 20px 0;
}

#news .title {
	font-family:Trebuchet MS;
	font-size:20px;
	line-height:24px;
	color:#a21206;	
}

.news_row {
	float:left;
	width:600px;
}

.news_date {
	float:left;
	width:120px;	
	
	font-family:Trebuchet MS;
	font-size:13px;
	line-height:20px;	
	color:#a21206;
	font-weight:bold;
}

.news_title {
	float:left;
	width:480px;	
}

.news_title a {
	font-family:Trebuchet MS;
	font-size:13px;
	line-height:20px;	
	color:#353535;
	text-decoration:underline;
} 

.news_title a:hover {
	text-decoration:none;
}

/* Products */
#products .title {
	font-family:Trebuchet MS;
	font-size:20px;
	line-height:24px;
	color:#a21206;	
}

.products_row {
	float:left;
	width:600px;
	margin: 0 0 5px 0;
}

.products_title {
	float:left;
	width:180px;	
}

.products_title a {
	font-family:Trebuchet MS;
	font-size:13px;
	line-height:20px;	
	color:#a21206;
	text-decoration:underline;
} 

.products_title a:hover {
	text-decoration:none;
}

.products_price {
	float:left;
	width:70px;	
	
	font-family:Trebuchet MS;
	font-size:13px;
	line-height:20px;	
	color:#a21206;
	font-weight:bold;
}

.products_text {
	float:left;
	width:350px;	
	
	font-family:Trebuchet MS;
	font-size:13px;
	line-height:20px;	
	color:#353535;
}

.products_text a {
	font-family:Trebuchet MS;
	font-size:13px;
	line-height:20px;	
	color:#a21206;
	text-decoration:none;
	fon-weight:bold;
} 

.products_text a:hover {
	text-decoration:underline;
}
/* EINDE Products */

/* Shopping cart */
.cart_row {
	float:left;
	width:600px;
	margin: 0 0 0 0;
	padding: 20px 0 20px 0;
}
.action {
	padding: 4px 0 4px 0;
}

#shopping_cart_detail .border {
	border-bottom:1px solid #c0c0c0;
}

.cart_articlecode {
	float:left;
	width:130px;
}
.cart_description {
	float:left;
	width:150px;
}
.cart_price {
	float:left;
	width:90px;
}
.cart_amount {
	float:left;
	width:125px;
}
.cart_subtotal {
	float:left;
	width:80px;
}
.cart_icon {
	float:left;
	width:25px;
}
.cart_row .title {
	font-family:Trebuchet MS;
	font-size:13px;
	line-height:18px;	
	color:#a21206;
	font-weight:bold;
}

.cart_row .text {
	font-family:Trebuchet MS;
	font-size:13px;
	line-height:18px;	
	color:#5c5c5c;
}

input.cart {
	width:50px;
	border:1px solid #c0c0c0;
	background: #FFFFFF;
	text-align:center;
}
/* EINDE - Shopping cart */

/* BUTTONS */
.btn {	
	float:left;
	height:22px;
}

.btn_left {
	float:left;
	border:0;
	height:22px;
	width:5px;
	cursor:pointer;
	background: url(../images/layout/btn_left.gif) no-repeat top left;
}

.btn_middle {
	float:left;
	border:0;
	height:22px;
	padding: 0 5px 0 5px;
	font-family:Trebuchet MS;
	font-size:12px;
	line-height:16px;
	color:#FFFFFF;
	cursor:pointer;
	background: #a21206;	
}

.btn_right {
	float:left;
	border:0;
	height:22px;
	width:15px;
	cursor:pointer;
	background: url(../images/layout/btn_right.gif) no-repeat top left;
}
/* EINDE BUTTONS */


#footer span {
	font-family: Trebuchet MS;
	font-size:13px;
	line-height:16px;
	color: #797979;
}

#footer span a {
	color: #797979;
	text-decoration:none;
}

#footer span a:hover {
	text-decoration:underline;
}