/***********************************
		COMMON HTML STUFF
************************************/
* /*Set's border, padding and margin to 0 for all values*/
{ 
	padding: 0;
	margin: 0;
}

body {
	font-size: 11px;
	font-family: arial;
	text-align: center;
	color: #666;
}


/***********************************
		LINKS
************************************/

a {
	text-decoration: underline;
	color: #666;
}

a:hover {
	text-decoration: underline;
}

a.pdfLink {
	background: url(../Images/icons/icon_pdf.gif) right top no-repeat;
	padding-right: 20px;
	color: #222222;
	text-decoration: underline;
}

a.wordLink {
	background: url(../Images/icons/icon_word.gif) right top no-repeat;
	padding-right: 20px;
	color: #222222;
	text-decoration: underline;
}

a.extLink 
{
	background: url(/Dacia/images/icons/icon_ext_link.gif) right 1px no-repeat;
	padding-right: 15px;
}

/*
a[href $='.pdf'] {
	background: url(../Images/icons/icon_pdf.gif) right top no-repeat;
	padding-right: 20px;
	color: #222222;
	text-decoration: underline;
}

a[href $='.doc'] {
	background: url(../Images/icons/icon_word.gif) right top no-repeat;
	padding-right: 20px;
	color: #222222;
	text-decoration: underline;
}
*/

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

/***********************************
		IMAGE
************************************/

img 
{
	border: 0;	
}

/***********************************
		HEADINGS
************************************/

h1 {
	font-size: 48px;
	color:#0abdf3;
}

h2 {
	font-size: 42px;
	display: inline;
}

h3 {
	font-size: 22px;
	color: #9d9ea2;
}

h4 {
	color: #660000;
	font-size: 16px;
	margin: 20px 0 20px 0;
	display: inline;	
}

h5 {
	font-size: 20px;
}

/***********************************
		PAGE STRUCTURE
************************************/

#pageWrapper {
	width: 961px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#topLinks {
	float: right;
	margin: 0 15px 0 0;
	height: 15px;
	padding: 2px 0 2px 0;
	display: inline;
}

#topWrapper {
	width: 100%;
	height: 100px;
	background: url(../images/backgrounds/bg_top_narrow.png) left top no-repeat;
	float: left;
}

#topWrapper .logo {
	margin: 16px 0 0 31px;
	float: left;
	display: inline;
}

#topNavigation {
	float: left;
	margin: 73px 0 0 60px;
}

#breadcrumbs {
	float: left;
	width: 100%;
	height: 28px;
}

#leftArea {
	float: left;
	width: 255px;
	display: block;
	min-height: 200px;
}



.modelSelectorArea {
	float: left;
	margin: 30px 0 0 0px;
	display: inline;
	width: 602px;
	height: 145px;
}

.modelHeading 
{
	float: left; 
	width: 103px;
	margin: 0 0 0 59px;
	display: inline;
}

.startPageLinkArea {
	float: right;
	margin: 26px 60px 0 13px;
	display: inline;
}

.startPageLinkArea a {
	font-size: 1.18em;
	color: #666;
	font-weight: bold;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 15px 0 0;
	background: url(../images/icons/arrow_grey_right.gif) right 5px no-repeat;
	clear: both;
	text-decoration: none;
}

#footer 
{
	position:relative;
	background: url(../images/backgrounds/bg_footer.png) left top no-repeat;
	float: left;
	width: 100%;
	height: 41px;
	margin: 20px 0 20px 0;
	text-align: center;
}

.mainArea {
	font-size: 1.09em;
	float: left;
	width: 628px;
}

#slogan {
		font-size: 1.2em;
		position:absolute;
		bottom:0px;
		right:0px;
}

/***********************************
		START PAGE
************************************/
.startArea
{
	font-size: 1.09em;
	float: left;
}

.startPage 
{
	margin-top:-15px;
	height:346px;
	width: 962px;
}

.CampaignOne
 {
 	height:340px;
 	margin-right:2px;
	width: 776px;
	overflow:hidden;
}

.CampaignTwo 
{
	height:210px;
	width: 184px;
 	margin-bottom:2px;
	overflow:hidden;
}

.CampaignThree 
{
	float:left;
	height:128px;
	width: 184px;
	overflow:hidden;
}
    
  



/***********************************
		GENERAL BOXES
************************************/

 .ContentAlternative {
	display:none;
	visibility:hidden;
}

.mainheading {
	float: left;
	margin: 13px 0 0 0;
}

.mainheading object 
{
	display: block;
}

.introText {
	margin: 28px 0 50px 0;
	width: 608px;
	float: left;
}

.box608 {
	width: 608px;
	float: left;
}

.box121 {
	width: 121px;
	float: left;
}

.box150 {
	width: 150px;
	float: left;
}

.box290 {
	width: 290px;
	float: left;
}

.box310 {
	width: 310px;
	float: left;
}

.space50 {
	float: left;
	margin: 0 0 50px 0;
}

.space40 {
	float: left;
	margin: 0 0 40px 0;
}

.space30 {
	float: left;
	margin: 0 0 30px 0;
}

.space20 {
	float: left;
	margin-bottom: 20px;
}

.space10 
{
	margin: 10px 0;	
}

.space5 
{
	margin: 0 0 5px 0;
}

.space2 
{
	margin: 0 0 2px 0;
}

.tableBox 
{
	width: 608px;
	float: left;
}
/***********************************
		PRICE
************************************/
.price 
{
	float: left;
	margin: 10px 0 -25px 0;

}
/***********************************
		MODEL OVERVIEW
************************************/
.carThumb {
	float: left;
	width: 125px;
}

.infoText {
	float: left;
	margin: 10px 0 0 25px;
	width: 450px;
}

.priceInfo {
	float: right;
	margin: 5px 0 0 25px;
	font-size: 11px;
}

.priceFromLabel
{
	float: right;
	margin: 5px 0 0 0;
	font-size: 13px;
	color: #9d9ea2;
	font-weight: bold;
}

.read-more {
	float: right;
	margin: 10px 0 0 0;
}

.read-more a {
	font-weight: bold;
	text-decoration: underline;
}

.greyLine {
	float: left;
	width: 608px;
	height: 1px;
	background: #ccc;
	margin: 10px 0 20px 0;
}

.brandName 
{
	font-size: 11px;
	color: #9d9ea2;
}

.modelName 
{
	font-size: 18px;
	color: #0abdf3;
}

/***********************************
		MODEL START
************************************/

.carIntroBox {
	float: left;
	width: 608px;
	margin: 20px 0 30px 0;
}

.carImage {
	float: left;
	width: 265px;
}

.carImageText {
	float: left;
	color: #9d9ea2;
	font-size: 1.45em;
	margin: 0px 0 0 28px;
	width: 315px;
}

.modelStartBox {
	float: left;
	width: 180px;
	margin: 10px 0 0 34px;
}

.box1 {
	margin-left: 0;
}

.modelStartBoxHeading {
	float: left;
	width: 165px;
	height: 20px;
	background: #0abdf3;
	padding: 8px 0 0 15px;
}

.modelStartBoxHeading a {
	color: white;
	font-weight: bold;
	background: url(../images/icons/arrow_white_right.gif) right 4px no-repeat;
	text-decoration: none;
	padding: 0 15px 0 0;
}

.modelStartBoxImage {

}

/***********************************
		SHOWROOM
************************************/
.showRoomSelect {
	float: left;
	width: 608px;
	margin: 30px 0 30px 0;
}

.showRoomSelect div.item {
	float: left;
	width: 115px;
	height: 25px;
	background: #9d9ea2 url(../images/backgrounds/bg_ShowroomSelect.gif) right top no-repeat;
	color: #fff;
	margin: 0 2px 0 0;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.27em;
	font-weight: bold;
	padding: 6px 0 0 15px;
}

.showRoomSelect div.selected {
	background: #0abdf3 url(../images/backgrounds/bg_ShowroomSelect_selected.gif) right top no-repeat;
}

.flashContainer {
	float: left;
}

/***********************************
		TWO COLUMNS PAGE
************************************/
.leftside {
	float: left;
	width: 235px;
	overflow: hidden;
}

.rightside {
	float: left;
	margin: 0 0 0 30px;
	width: 343px;
	display: inline;
}

.space30 {
	margin: 0 0 30px 0;
}

/***********************************
		PRESENTATION PAGE 2
************************************/
.bottomBorder 
{
	border-bottom: 1px solid #ccc;	
	padding-bottom: 10px;
}

.itemText 
{
	float: left;
	margin: 0;
}

/***********************************
	TECH SPECIFICATION /COMPARE CARS
************************************/

.tableBox {
	float: left;
	margin: 30px 0 30px 0;
}

table.VariantTable {
	border-collapse: collapse;
	border-spacing: 5px;
}

table.VariantTable td {
	border-left: 3px solid #fff;
	padding: 3px 6px;
}

table.VariantTable tr.modelSubHeading td {
	font-size: 14px;
	color: #9d9ea2;
	padding: 0 6px;
}

table.VariantTable tr.modelSubHeading td.empty
{
	width: 206px;
}

table.VariantTable tr.selectModel td {
	width: 131px;
	padding: 0 0 5px 0;
}

table.VariantTable tr.modelThumb td 
{
	padding: 10px 0;
}

table.VariantTable tr.modelName td {
	background-color: #0abdf3;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 6px 0 6px 0;
}

table.VariantTable tr.modelName td.empty 
{
	background-color: #fff;
}


table.VariantTable tr.variant td {
	width: 102px;
	background-color: #0abdf3;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 6px 0 6px 0;
}

table.VariantTable tr.variant td.empty {
	background-color: #fff;
}

table.VariantTable tr.SubHeaderRow td {
	font-weight: bold;
	padding: 10px 0 0 5px;
}

table.VariantTable tr.row-0 td {
	background-color: #ccc;
	
}

table.VariantTable tr.row-1 td {
	background-color: #ebebeb;
}

table.priceinfo td {
	text-align: right;
	
}

table.priceinfo td.firstCol {
	text-align: left;
}

table.priceinfo td input {
	float: left;
}


table.VariantTable tr.SummaryRow td {
	background-color: #666;
	color: #fff;
}

table.VariantTable tr.total td {
	font-size: 18px;
	padding: 10px 5px 5px 5px;
}



/***********************************
			NEWS
************************************/

.newsContainer 
{
	width: 608px;
	float: left;
	border-top: 1px solid #ccc;
}


.newsBackBtn 
{
	width: 608px;
	float: left;
	font-weight: bold;
	padding: 20px 0 15px 0;
	border-bottom: 1px solid #ccc;
}

.newsBackBtn a 
{
	text-decoration: none;
	background: url("../Images/icons/arrow_grey_left.gif") left 3px no-repeat;
	padding: 0 0 0 15px;
}

.newsDate 
{
	float: left;
	width: 608px;
	margin: 10px 0 0 0;	
}

.newsHeading 
{
	float: left;
	width: 608px;
	margin: 10px 0 10px 0;
	font-weight: bold;
}

.newsIntro 
{
	float: left;
	width: 608px;
	margin: 10px 0 0 0;
	font-weight: bold;
	
}

.newsText 
{
	float: left;
	width: 608px;
}

.newsText p
{
	margin: 0 0 10px 0;
}

.newsItem 
{
	float: left;
	width: 608px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}

.newsItem div.newsHeading 
{
	margin: 10px 0 0 0;
}

.newsItem div.newsIntro 
{
	margin: 0 0 0 0;
	font-weight: normal;
}

div#newsRightnavigation.White a {
	background: url(/Dacia/images/icons/icon_ext_link.gif) right 5px no-repeat;
	color: #212121;
	text-decoration: underline;
	padding-right: 15px;
	text-align: right;
}

/*********************************
/* SITEMAP TABLE*/
/**********************************/
.sitemapWrapper {
	float: left;
}

.sitemapWrapper table 
{
	width: 100%;
	float: left;
}

.sitemapWrapper table td
{
	padding-right: 20px;
}

.sitemapWrapper table td table td 
{
	padding-right: 5px;
}

.sitemapWrapper table td img 
{
	width: 15px;
	height: 15px;
	margin-left: 10px;
	display: none;
}

.sitemapWrapper table tr.sitemaptop td {
	font-weight: bold;
	background-color: #0abdf3;
	color: white;
	border-top:solid 10px white;
	border-bottom: solid 1px white;
	padding: 2px 7px 2px 7px;
	width: 140px;
}

.sitemapWrapper table tr.sitemaptop td a{
	color: white;
}

a.sitemapItem 
{
	float: left;
	margin: 2px 10px;	
}

/***********************************
			CONTACT
************************************/

.contactLeft 
{
	float: left;
	width: 300px;
	margin: 20px 0 0 0;
	clear: both;
}

.contactRight 
{
	float: left;
	width: 300px;
	margin: 20px 0 0 0;
}

.contactLeft table 
{
	margin: 10px 0 10px 0;
	background-color: #dfe6e8;
	border: 1px solid #0abdf3
}

.contactLeft table td 
{
	padding: 0 5px;
}

.contactLeft table td a
{
}

/***********************************
			FORM
************************************/
select.DropDownList 
{
	font-family: arial;
	font-size: 12px;
	width: 130px;
	height: 18px;
	border: 1px solid #9B9B9B;
	color: #666;
}

/***********************************
			DEALERS
************************************/
.dealerWrapper 
{
	float: left;
	width: 608px;
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
}

.dealerColumn1 
{
	float: left;
	width: 242px;
	margin: 0 18px 0 0;
}

.dealerColumn2 
{
	float: left;
	width: 242px;
	margin: 0 18px 0 0;	
}

.dealerColumn3 
{
	float: right;
	width: 88px;	
}

/***********************************
			FAQ
************************************/
 .faqItem 
 {
	float: left;
	width: 608px;
	border-bottom: 1px solid #ccc;	
	padding: 10px 0;
 }

/***********************************
			Leads
************************************/
.checkboxRow 
{
 	text-align:center;
    width:118px;
}


.input140{
	width: 140px;
}


.input290 {
	width: 290px;
}

/***********************************
			MISC
************************************/

.divider 
{
	width: 608px;
	height: 1px;
	float: left;
	background-color: #ccc;
}

.Right 
{
	text-align: right;

	}


.clearFix 
{
	width: 100%;
	float: left;
	clear: both;
}

.icons {
	float: left;
	width: 608px;
	padding: 15px 0;
}

.sales {
	float: right;
	background: url(../Images/icons/icon_dealer.gif) left top no-repeat;
	height: 22px;
	padding: 2px 0 0 33px;
	color: #666;
	margin: 0 0 0 10px;
	font-style: italic;
	
}

.service {
	float: right;
	background: url(../Images/icons/icon_service.gif) left top no-repeat;
	height: 22px;
	padding: 2px 0 0 25px;
	color: #666;
	margin: 0 0 0 10px;
	font-style: italic;
}

.emptyService 
{
	float: right;
	height: 22px;
	padding: 2px 0 0 25px;
	margin: 0 0 0 10px;
}

a.findDealer 
{
	font-weight: bold;
}

/***********************************
			TEASER PAGE
************************************/
#teaserWrapper 
{
	width:750px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#preTeaserWrapper 
{
	width:630px;
	margin: 200px auto 0 auto;
	text-align: center;
}

.teaserHeading 
{
	text-align: center;
}

.teaserContent {
	float: left;
	height: 616px;
	background: url(../Images/backgrounds/bg_Dacia_teaser2.jpg) left 5px no-repeat;
}

.teaserHeading {
	margin: 20px 0 0 52px;
}

span.blueHeading {
	float: left;
	color: #0abdf3;
	font-size: 54px;
}

span.greyHeading {
	float: left;
	color: #9d9ea2;
	font-size: 45px;
	margin: 10px 0 0 0;
}

.emailBox {
	float: left;
	width: 247px;
	margin: 373px 71px 0 425px;
	background-color: #0abdf3;
	display: inline;
}

.emailBoxTop {
	float: left;
	width: 213px;
	height: 63px;
	color: #fff;
	font-size: 14px;
	padding: 5px 17px 4px 17px;
	display: inline;
	/*background: #0abdf3 url(../Images/icons/arrow_white_right.gif) 230px 10px no-repeat;*/
}

.emptyBoxTop 
{
	float: left;
	width: 247px;
	height: 28px;
	display: inline;
	background-color: #0abdf3;
}

.emailBoxContent {
	float: left;
	border: 3px solid #ccc;
	width: 231px;
	background-color: #fff;
	padding: 0 10px 0 0;
}

.textRow {
	float: left;
	margin: 10px 10px 0 10px;
	display: inline;
	font-size: 12px;
}

.formRow {
	float: right;
	margin: 5px 0 0 10px;
	display: inline;
	font-size: 12px;
}

.formRow label {
	float: left;
}

.thankYouRow 
{
	float: left;
	width: 221px;
	height: 100px;
	padding: 10px;
}

input.txtEmail {
	float: right;
	width: 141px;
	height: 16px;
	border: 1px solid #9d9ea2;
	font-size: 11px;
	font-family: arial;
	margin: 0;
}

input.sendButton {
	float: right;
	margin: 0 0 10px 0;
	border: 1px solid #9d9ea2;
	background-color: #fff;
	font-size: 11px;
	font-family: arial;
	color: #666;
	padding: 0;
}

#popUpStart
{
	width: 616px;
	height: 253px;
	position: absolute;
	padding: 30px 40px 0 40px;
	background: url(../Images/backgrounds/bg_popup.png) left top no-repeat;
	display: none;
	font-size: 14px;
}

*html #popUpStart 
{
	background: url(../Images/backgrounds/bg_popup.gif) left top no-repeat;
}

.btnGoOn 
{
	width: 92px;
	height: 28px;
	background: #0abdf3;
	margin: 20px 0 0 0;
	cursor: pointer;
	color: #fff;
}

.btnGoOn span 
{
	background: #0abdf3 url(../Images/icons/arrow_white_right.gif) right 9px no-repeat;
	float: left;
	padding: 5px 15px 0 15px;
}

#popUpStart p 
{
	margin: 10px 0 0 0;
}