.newsPanel
{
    padding-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 10px;
}
.newsPanel .newsItem
{
    margin-top: 20px;
    color: #333333;
}
.newsPanel .newsItem .newsTab {}
.newsPanel .newsItem .newsTab .newsHead
{
	font-weight: bold;
	font-size: 1.1em;
}
.newsPanel .newsItem .newsTab .newsDate
{
	background-color: #663399;
	color: #FFF;
	display: inline;
	font-weight: bold;
	margin-right: 4px;
	font-size: 1.1em;
	padding-right: 1px;
	padding-left: 1px;
}
.newsPanel .newsItem .newsContent
{
    text-align: justify;
    margin-top: 3px;
}
.newsPanel .newsItem .newsContent a.newsLink
{
    color: #663399;
    font-size: 0.8em;
    text-decoration: underline;
}
.newsPanel .newsItem .newsContent a.newsLink:hover
{
    text-decoration: none;
}

.ads
{
    padding-right: 10px;
    padding-left: 10px;
}
.ads .ad_wrapper
{
    background-position: left top;
    margin-top: 20px;
    width: 180px;
    position: relative;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.ads .ad_wrapper .ad_text
{
    padding-right: 20px;
    padding-left: 20px;
    vertical-align: middle;
}
.ads .ad_wrapper .ad_text a
{
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.ads .ad_wrapper .ad_text a:hover
{
    text-decoration: underline;
}
.ads .banner1
{
    background-image: url('../images/site/home/badge_001.gif');
    height: 100px;
}
.ads .banner2
{
    background-image: url('../images/site/home/badge_002.gif');
    height: 100px;
}
.ads .banner3
{
    background-image: url('../images/site/home/badge_003.gif');
    height: 100px;
}
.ads .banner4
{
    background-image: url('../images/site/home/badge_004.gif');
    height: 100px;
}

.10-pix-pad {
	padding: 10px;
}
.10-pix-margin {
	margin: 10px;
}

#cart
{
    font-family: Arial, Helvetica, sans-serif;
    padding-right: 10px;
    padding-left: 10px;
}
#cart .cart_kop {
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0063A7;
	font-weight: bold;
	color: #0063A7;
	margin-bottom: 10px;
	padding-left: 3px;
}
#cart .item {
	font-size: 12px;
	color: #550000;
	line-height: 16px;
	padding-left: 3px;
	padding-top: 8px;
}
#cart .cart_btn_wrap {
	padding-top: 10px;
	padding-bottom: 10px;
}
#cart .legenda {
	font-size: 10px;
	color: #0063A7;
	padding: 3px;
}
#cart .legenda.lijn {
	border: thin solid #0063A7;
}
#cart .mycart_menu {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#cart .mycart_menu ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	list-style-type: none;
	font-size: 14px;
	line-height: 1.4em;
}
#cart .mycart_menu ul li {
}
#cart .mycart_menu ul li a {
	color: #0063A7;
	text-decoration: none;
}
#cart .mycart_menu ul li a:hover {
	text-decoration: underline;
}
#readonly {
	position: absolute;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px;
	background-color: #F60;
	color: #FFF;
	border: 2px solid #C00;
	width: 600px;
	left: 0px;
	top: 10px;
	z-index: 999;
}

