/* CSS Document */

#content-right{
	float: right;
	width: 355px;
	margin: 55px 80px 10px 0;
	text-align: justify;
}
#content-right p{
	font-size: 1.5em;
	display: inline;
	color: #999;
	margin: 1em 0;
	opacity: .5;
	filter: alpha(opacity=50);
}
/*right hand column backgrounds*/
.new-cars{
	background: url(../images/citroen-future.gif) bottom right no-repeat;
	height: 250px;
}
.right-service{
	background: url(../images/right-service-xsara.jpg) right bottom no-repeat;
	height: 300px;
}
.right-used{
	background: url(../images/right-id19-used.gif) right bottom no-repeat;
	height: 300px;
}
.right-berlingo{
	padding-top: 100px;
}
.right-c2{
	background: url(../images/right-c2-2.jpg) right bottom no-repeat;
	height: 500px;
}
.right-c3{
	background: url(../images/right-c3.jpg) right bottom no-repeat;
	height: 500px;
}
.right-c4{
	background: url(../images/right-c4.jpg) right bottom no-repeat;
	height: 300px;
}
.right-c5{
	background: url(../images/right-c5.jpg) right bottom no-repeat;
	height: 300px;
}
.right-c6{
	background: url(../images/right-c6.jpg) right bottom no-repeat;
	height: 300px;
}
.right-dispatch{
	background: url(../images/right-dispatch.jpg) right bottom no-repeat;
	height: 355px;
}

#content-full-width{
	margin: 10px 80px 10px 90px;
}
.full{
	padding: 5px 10px;
	margin: 0 0 10px 0;
}
.full p {
	width: 370px;
}
.full-bg{
	background: #F0F0F0;
}
.float-right{
	float: right;
	padding-left: 150px;
}

/*news item specific styles*/
.news-ds3{
	background: #F0F0F0 url(../images/news/ds3.jpg) no-repeat top right;
	height: 520px;
}
.news-c3{
	background: url(../images/news/new-c3.jpg) no-repeat top right;
}
.news-ccrosser{
	background: #F0F0F0 url(../images/news/news-crosser.jpg) no-repeat bottom right;
	height: 160px;
}
.news-c5{
	background: #FFF url(../images/news-c5.jpg) no-repeat bottom right;
	height: 170px;
}
.news-c0{
	background: #F0F0F0 url(../images/news-c0.jpg) no-repeat bottom right;
}
.news-c4{
	background: #F0F0F0 url(../images/news-c4.jpg) no-repeat bottom right;
	height: 289px;
}
.news-newsberlingo{
	background: url(../images/news/news-2008berlingo.jpg) no-repeat bottom right;
}
.news-nemo{
	background: url(../images/news/news-nemo-combi.jpg) no-repeat bottom right;
	height: 200px;
}
.news-berlingodiesel{
	background: url(../images/news/news-berlingo-diesel.jpg) no-repeat right;
}
.news-dispatch{
	background: url(../images/news/dispatch.jpg) no-repeat right;
}

/*used cars special*/
#content-right-used{
	float: right;
	width: 355px;
	margin: 10px 80px 10px 0;
}
#content-right-used p{
	display: block;
	padding: 15px 0 0 140px;
	height: 55px;
	margin: 0;
	font-size: 1em;
}
#content-right-used p a{
	color: #333;
	text-decoration: none;
}
#content-right-used p a:hover{
	color: #333;
	text-decoration: underline;
}
.newused{
	background: url(../images/newused-id19.jpg);
}

h2 a:link, h2 a:visited{
	color: #F00;
	text-decoration: none;
}
h2 a:hover, h2 a:active{
	color: #F00;
	text-decoration: underline;
}

