﻿/* >> GLOBAL */
	html { margin: 0px; padding: 0px; }

	body {
		font-family: Verdana, sans-serif; /* GLOBAL FONT STACK */ 
		font-size:12px; 
		
		margin: 0px; padding: 0px;
		margin-right: auto; margin-left: auto; /* Center Align Layout */

		text-align:left; 
		background-color: #424f54;
		color:#666666; font-size: 11px;
	}
/* << GLOBAL */
	#realDealLink
	{
		left: 46px;
		position:relative;
		}
	
/* >> HEADINGS */
	h1, h2, h3, h4, h5, dt, h6, tfoot, thead, th {
		font-family: Arial, sans-serif;	/* HEADING GLOBAL FONT STACK */
		text-decoration:none; 
		word-spacing:normal; 
		letter-spacing:normal;
		text-transform:none;
		line-height:normal;
	}
	
	h1 {
		font-size:20px; 
		font-weight:normal; 
		font-style:normal; 
		color:#424f54; 
		 /*position : relative;*/
		z-index: 101;
		/*margin-top:-53px; margin-bottom:27px;*/
		/**margin-top: -51px; *margin-bottom: 27px;*/
		/*padding-left: 33px; *padding-left: 42px; */
		overflow: hidden;
		background:transparent url(/images/headdingback.jpg) no-repeat scroll left top;
		border-bottom:1px #cccccc solid; border-right:1px solid #CCCCCC;
		margin-top:0; margin-right:-29px; margin-left:-18px;
		padding:5px 30px 10px 50px;
		}
	#home h1 {border-right:thin #ffffff none;} 
	h2 {
		font-size:18px; 
		font-weight:700; 
		font-style:normal; 
		color:#da002f; 
		margin-top:0px; 
		margin-bottom:0px;
	}
	.articlediv h2 {margin-top:10px; margin-bottom:10px;}	
			
	h3 {
		font-size:16px; 
		font-weight:700; 
		font-style:normal; 
		color:#da002f; 
		margin-bottom:10px;margin-top:10px;
	}		
		
	h4 {
		font-size:14px; 
		font-weight:700; 
		color:#da002f; 
		margin-bottom:10px;margin-top:10px;
	}	
			
	h5, dt {
		font-size:13px;
		font-weight:700; 
		color: #da002f;
		font-style:normal;
		margin-bottom:10px;margin-top:10px;
	}	
			
	h6 {
		font-size:11px; 
		font-weight:700; 
		color: #da002f;
		font-style:normal;
		margin-bottom:10px;
		margin-top:10px;
	}	
		
	tfoot, thead {
		font-size:12px;
	}
				
	th {
		vertical-align:baseline; 
		font-size:14px; 
		font-weight:bold;
	}
/* << HEADINGS */


/* >> OTHER TEXT */
	small {font-size:.7em;}	
	big {font-size:1.17em;}	
	blockquote, pre	{}
/* << OTHER TEXT */

	
/* >> LISTS */
	ul li {list-style-type:square;}
	.CONTENT ul li {margin-bottom:15px;}	
	ul li li {list-style-type:disc;}	
	ul li li li	{list-style-type:circle;}		
	ol li {list-style-type:decimal;}	
	ol ol li {list-style-type:lower-alpha;}	
	ol ol ol li	{list-style-type:lower-roman;}
	ol ul li {list-style-type:square;}
/* << LISTS */


/* >> TABLES */
	td {
		vertical-align:top; text-align:left;
	}
/* << TABLES */


	
/* >> LINKS */
	a, a:active, a:hover, a:link, a:visited {
		font-weight:700; 
		text-decoration:underline; 
		color:#BC1036;
	}	
	.bgwhite a, .bgwhite a:active, .bgwhite a:hover, .bgwhite a:link, .bgwhite a:visited {color:#BC1036 !important;}
	a:hover { color: #dc1440; }
/* << LINKS */
	
	
/* >> REQUIRED */
	.REQUIRED, .required {
		color:#ff0000; 
		font-size:12px; 
		font-weight:500;
	}
/* << REQUIRED */


/* >> IMAGES */
	img {
		border:thin #000000 none;
	}
	
	.aleft {
		float:left; 
		padding-right:10px; 
		padding-bottom:10px;
	}
	
	.aright {
		float:right; 
		padding-left:10px; 
		padding-right:10px;
	}
/* << IMAGES */


/* >> WIDTH AND HEIGHT */
	/* >> WIDTH */
		.w50 {width:50px;}
		.w75 {width:75px;}
		.w100 {width:100px;}
		.w150 {width:150px;}
		.w200 {width:200px;}
		.w250 {width:250px;}
		.w300 {width:300px;}
		.w350 {width:350px;}
		.w400 {width:400px;}
		.w550 {width:550px;}
		.w600 {width:700px;}
	/* << WIDTH */
	
	
	/* >> HEIGHT */
		.h50 {height:75px;}
		.h75 {height:75px;}
		.h100 {height:75px;}
		.h200 {height:200px;}
		.h275 {height:275px;}
		.h600 {height:600px;}
	/* << HEIGHT */
/* >> WIDTH AND HEIGHT */
	
/* >> TEMPLATE */

	/* >> MAIN TABLE */
		#MainTable {
			margin: 0px; padding: 0px;
			margin-right: auto; margin-left: auto; /* Center Align Layout */
			
			width: 923px;
			
			background-image: url('../images/topHeaderAreaBg.gif'); background-repeat: repeat-x;
			background-color: #edecec;
		}
			
	/* << MAIN TABLE */


	/* >> TOPNAV */	
		#TopCol {
		border-collapse: collapse;			overflow:hidden;*margin-bottom:-2px;

		}
		
		#TopCol a#millburnLogo {
			background-image:url(../images/millburnLogo.gif);
			background-repeat:no-repeat;
			color:#434E54;
			display:block;
			float:left;
			height:0;
			margin-left:15px;
			margin-top:40px;
			padding-top:37px;
			text-decoration:none;
			width:600px;
			margin-bottom:10px;
			-margin-bottom:0px;
			line-height: 17px;
		}		
		#TopCol div#audiLogo {
			float: right; display: block;
			
			margin-right: 25px; margin-top: 34px;
			width:93px; height:49px;
			
			background-image: url('../images/audiLogo2.gif'); background-repeat: no-repeat;
			
			clear: right;
		}


		
		#TopCol div.TOPNAV {
			margin-top: 26px;
			display: inline-block;
			height: 46px !important;
			width: 660px;
			background-image: url('../images/topNavBg.gif'); background-repeat: no-repeat;
			float:left;
		}
		
		#TopCol div.TOPNAV ul {
			float: right;
			margin:0; padding:0; padding-top: 1px;
			margin-right: 1px;
			display: inline-block;
			height: 45px !important;
		}
		
		#TopCol div.TOPNAV ul li {
			display: inline-block; height: 45px; margin-left: 0px; margin-right: 0px; padding-left: 0px; 
			overflow: hidden;
			width: auto;
			background-image: url('../images/topNavLinkDivider.gif'); background-repeat: repeat-y;
			text-align: center;
			float: left; height: 45px;

		}
		
		#TopCol div.TOPNAV ul li a {
			color: white; text-decoration: none; font-weight: bold;
			margin-left:2px;
			padding-left: 17px; padding-right: 17px;	
			display: block;
			font-size:11px;
			padding-top: 14px;
		}
		
		#TopCol div.TOPNAV ul li a:hover, #TopCol div.TOPNAV ul li a.active {
			background-image: url('../images/topNavLinkActiveBg.gif');
			background-repeat: repeat-x;
			height: 100%;
		}
		
		div#leftNavTopRed {
			float:left;			
			margin-top: 26px; margin-left: 15px;

			display: inline-block; width:225px; height: 36px; 
			background-image: url('../images/leftNavTopBg.gif'); background-repeat: no-repeat;
			text-align: left;
			color: white;
			padding-left: 13px; padding-top: 10px;
			/*padding-top:1px;*/
		}
		
		div#leftNavTopRed a { color: #edecec; text-decoration: underline; font-weight: bold; font-size: 11px; }
		
		div#leftNavTopRed div#smaller {
			background-image: url('../images/whiteArrow.gif');  background-position: left 10px; background-repeat: no-repeat;
			margin-top: 0px; padding-left : 10px; color: #edecec !important; font-size: 11px; font-weight: bold; padding-top: 6px;
			line-height:13px;
		}
		
		div#leftNavTopRed div#bigger {
			margin-top: 0px; padding-left : 10px; color: #fcfcfc !important; font-size: 14px;  font-weight: bold; margin-top: -9px;
		}




	/* << TOPNAV */

		
	/* >> LEFTNAV  */
		#LeftCol {
			vertical-align:top; text-align: center;
			width:225px;
			padding-left:15px;
			border-collapse:collapse;
		}
		
		.LEFTNAV ul {
			margin-left: 0px;
		}
		
		
		.LEFTNAV {
			text-align: left;
			width:199px !important;
			line-height:12px; 
			padding-top:12px; 
			padding-left: 12px !important; padding-right: 12px !important;
			
			background-color: white;
			border-left:1px #cccccc solid; border-right:1px #cccccc solid; border-top:1px #cccccc solid;
			border-collapse: collapse;
		}
		
				
		.LEFTNAV ul {
			list-style: none;
			padding-left: 0px !important;
			margin-top: 0px; margin-bottom: 0px;
		}
				
		.LEFTNAV ul li {
			list-style: none;
			border-bottom: 1px #bfc2c5 dotted;
			display: block;
			border-collapse: collapse;
		}
		
		.LEFTNAV a {
			font-size: 11px !important;
			font-weight: bold !important;
		}
		
		
		.LEFTNAV ul li a {
			padding-top: 5px; padding-bottom: 5px;
			
			min-height: 13px;
			height: auto !important;
			height: 13px;

			font-size:12px; 
			background-image: url('../images/blueArrow.gif') !important; background-repeat: no-repeat; background-position: 3px 8px;
			padding-left: 17px; 			height: 100%;
			display: block;
			color:#667983 !important; 
			text-decoration:none !important;
		}
		
		
		.LEFTNAV ul li a:hover, .LEFTNAV ul li a.active {
			background-color: #d9dcdd;
		}

		
		
		.LEFTNAV ul li ul { background-color: #f0f1f2; }
		.LEFTNAV ul li ul li { border-bottom: none !important;}		
		.LEFTNAV ul li ul li a { background-image: none !important;	}
		
		
		
		.LEFTNAV img.CTA {
			text-align:center;
			border-bottom: 1px #bfc2c5 dotted;
			padding-top: 9px; padding-bottom: 9px;
			width: 202px;
		}
				
		#LeftCol #leftNavBottom {
			background-image: url('../images/leftNavBottom.gif'); 
			background-repeat: no-repeat; 
			height: 4px; width: 225px;
			display: block;
			overflow: hidden;
		}
	/* << LEFTNAV  */

		
	/*  >> MAIN CONTENT TABLE */
		.fullWidthRoundedTop {
			background-image: url('../images/fullWidthRoundedTop2.jpg'); background-repeat: no-repeat;
			display: block;
			width: 661px; height: 9px;
			margin-top: 6px;
			z-index: 50;
			border-collapse: collapse;
						overflow:hidden;

		}
		
		.additionalBox {
			background: white;
			text-align: center;
			width: 643px; height: 210px;
			border-left: 1px #cccccc solid; border-right: 1px #cccccc solid;
			padding-top: 7px; padding-bottom: 13px; padding-left: 8px; padding-right: 8px;
			margin-top:25px;
		}
		
		.additionalBox p {
			font-size: 13px;
		}
		
		.additionalBox h1 {
			margin-left: -8px; margin-right: -8px; margin-top:-4px;
}
		
		.fullWidthRoundedTop h1 {
			margin: 0; padding: 5px 30px 10px 50px !important;
			padding-left: 52px; padding-top: 11px;
		}
		
		a.modelThumb {
			display: inline-block;
			width: 125px;
			float: left;
			text-decoration: none;
			margin-bottom: 5px; margin-top: 5px;
		}
		
		a.modelThumb div.text {
			background-image: url('../images/blueArrow.gif') !important; background-repeat: no-repeat; background-position: 0px 5px;
			padding-left: 10px; text-align: left;
			color: #da002f !important;
			font-size: 13px;
			display: block;
			margin-bottom: 3px;
		}
		

		
		a.modelThumb:hover div.text {
			text-decoration: underline;
		}
		
		.fullWidthRoundedBottom {
			background-image: url('../images/fullWidthRoundedBottom.gif'); background-repeat: no-repeat;
			display: block;
			width: 661px; height: 5px;
			z-index: 50;
		}


		.moreButton {
			margin-top: 5px; margin-bottom: 5px;
			display: inline-block; width: 78px; height: 21px;
			background-image: url('../images/moreButton.gif'); background-repeat: no-repeat;
			background-position: 0 0;
		}
		
		.moreButton:hover { background-position: 0 -21px;}
		.redButton {
	}
	.featured_car table {
		height: 100%;
}

#Datalist1 tr td {
}

.featuredCar2 {
	height: 260px;
	width: 152px;
	padding-left:0;
	padding-right: 5px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	margin-right: 2px;
	display: inline-block;
}

.featuredCar2 table {
height: 100%;
text-align: left;
}


.featuredCar2 span.model {
	font-size: 11px;
	font-weight: bold;
}

.featuredCar2 span.price {
	color: #333333;
}

.featuredCar2 span.miles {
	font-size: 11px;
}



.featuredCar2 img {
	width:145px;
	margin-bottom: 5px;
}

#Datalist1 tbody tr td {
text-align: center;
}




.featured_car { padding-right: 19px !important; }
		.redButton a {
			margin-top: 5px; margin-bottom: 5px;
			display: inline-block; width: 78px; height: 21px;
			background-image: url('../images/redButton.gif'); background-repeat: no-repeat;
			background-position: 0 0;
			color: white;
			line-height: 21px;
			text-align: center;
			text-decoration: none;
			margin-right: 5px;
		}
		
		.redButton a:hover { background-position: 0 -21px; text-decoration: underline;}


	
	.btnViewHomeLeft
	{
	background: transparent url(../images/featureButton.jpg) no-repeat scroll 0pt 0pt; 
 	
 	width: 59px; 
 	padding-left: 10px; 
 	height: 20px; 
 	margin-bottom: 3px;
 	float:left;
 	position:absolute;
	}
	
	.btnViewHome {
	background: transparent url(../images/featureButton.jpg) no-repeat scroll 0pt 0pt; 
 	margin-left: 80px; 
 	width: 59px; 
 	padding-left: 15px; 
 	height: 20px; 
 	margin-bottom: 3px;
 	float:left;
 	position:absolute;
 	}
 	
 	#mfc .btnViewHome {
	margin-top:-18px;
	*margin-top:-8px; *margin-left:38px;
}
.btnViewHome a,.btnViewHome a:active, .btnViewHome a:hover, .btnViewHome a:link, .btnViewHome a:visited {
	color:#ffffff;
	font-size:13px;
	position:relative;
	text-decoration:none;
	top:2px;
}

.btnViewHomeLeft a,.btnViewHomeLeft a:active, .btnViewHomeLeft a:hover, .btnViewHomeLeft a:link, .btnViewHomeLeft a:visited {
	color:#ffffff;
	font-size:13px;
	position:relative;
	text-decoration:none;
	top:2px;
}
 	
 	
		#RightCol {
			vertical-align:top; 
			padding-left: 13px;
			*padding-left: 7px;
			height:400px;
		}
		
		#RightCol td {
			vertical-align:top;
		}
		
		
		
		.lifestyleFeature {
			display: inline-block; width: 285px;
			margin-left: 8px; margin-right: 8px;
			padding-bottom: 20px;
			overflow: hidden;
			text-align: left;
			float: left;
		}
		
		.lifestyleFeature h2 {
			display: block;
			height:23px; width:265px; padding-top: 9px; 
						font-weight: normal;
			background-color: #d9dcdd; background-image: url('../images/blueArrow.gif'); background-repeat: no-repeat;
			background-position: 9px 14px;
			border-top: 1px #b0b3b4 solid; border-bottom: 1px solid #cccccc;
			padding-left: 20px;
			color: #bc1036;
			text-align: left;
			margin-bottom: 6px;
		}

		
		.lifestyleFeature img {
			margin: 0; padding: 0
		}
		
		.lifestyleFeature p {
			margin-top: 9px; margin-bottom: 9px;
			text-align: left;
		}
		
		.lifestyleFeature hr {
			width: 284px; height: 1px;  border: none;
			background-color: #cccccc; color: #cccccc;
			
		}
		
		table#meetTheStaff tr td {
			vertical-align: top;
			padding: 10px;
			padding-top: 15px; padding-bottom: 15px;
		}
		#meetTheStaff td img {width:188px !important; height:164px !important; margin-top:15px;}
		
				
		
	/*  << MAIN CONTENT TABLE */

	
	/* >> LEFT CONTENT */
		#BodyTable{
			background-color: white;
			background-image: url('../images/fullWidthRoundedBottom.gif'); background-position: center bottom; background-repeat: no-repeat;
			border-left: 1px #cccccc solid; border-right: 1px #cccccc solid;
			width: 661px;
			padding-bottom:15px;
		}
		
		#BodyCol {
					padding-left: 16px; padding-top: 0; padding-right: 16px; /*padding-top: 20px;*/

		}
			
		.CONTENT {
			font-size:11px; 
			line-height: 16px;
			padding-right:10px;
		}
	/* >> LEFT CONTENT */

	
	
	/* >> RIGHT SIDEBAR */
		#SideBarCol {
			vertical-align:top;
			padding-top: 0px; margin-top: 0px;			
			padding-right: 0px; margin-right: 0px;
			border-collapse: collapse;
			text-align: center;
			width:209px;

		}
		#noSide #SideBarCol {display:none;}
		#noSide h1 {width: 579px;}
	/* >> RIGHT SIDEBAR */

		
	/* >> BOTTOMNAV */
	#FooterCol { padding-top: 10px; text-align: center; }
	.BOTTOMNAV{
		text-align: center;
		color: #667983;
		line-height: 16px;
		margin-bottom: 4px;
	}
	
	.BOTTOMNAV a, #audiusa a  {
		color: #667983 !important; padding-left: 2px; padding-right: 2px;
		font-size: 11px !important;
		font-weight: normal !important; text-decoration: none !important; overflow: hidden;
	}
	#audiusa {margin-top:5px;}
	#audiusa a {line-height:26px;}	
	
	.BOTTOMNAV a:hover, #audiusa a:hover { color: #666666 !important; text-decoration: underline !important; }
	
	#FooterCol div#copyright {
		vertical-align: bottom;
		display: block; width:923px; height: 27px; 
		color: white; text-decoration: none;
		background-image: url('../images/bottomNavBg.gif'); background-repeat: repeat-y;
		background-position: center bottom; 
		padding-top: 18px; font-size: 12px !important;
	}
	
	#FooterCol div#copyright span, #FooterCol div#copyright span a {
		color: white; text-decoration: none; font-weight: normal; font-size: 12px;
	}
	
	#FooterCol div#copyright span a { color: #ffffff; }	
	#FooterCol div#copyright span a:hover { color: #cccccc; text-decoration: underline;	}
	
	#FooterCol a#dchLogo {
		display: inline-block; text-align: center;
		width: 180px; height: 62px;  margin-bottom: 10px;
		background-image: url('../mypictures/Logos/dchLogoSmall.jpg');
		background-repeat:no-repeat;
	}	

	/* << BOTTOMNAV */
.social {padding:2px 5px;text-align:left;}
.social strong {line-height:25px;}

.serviceinfo {margin-bottom:20px;}
.serviceinfo label {display:block;}
.sericesect {padding:5px 5px; margin-bottom:5px; margin-top:5px;}
#rssfeed {font-size:11px; color:#667983; font-weight:normal;}


	/* Match your lifestyle */
#matchTable {}
#matchTable td {width:287px}
.matchHead {background:transparent url(/mypictures/match-head.png)no-repeat scroll 0 0; height:37px;padding-top:10px;padding-left:30px}
.matchHead a {text-decoration:none; font-size:16px;}
.matchBody p {margin-bottom:5px;}
.matchFoot {padding-bottom:10px;padding-right:15px;text-align:right;}
.matchFoot hr {width:287px; margin-left:-5px; border-bottom:none; border-left:none; border-right:none;  border-top:2px solid #cccccc;}
.matchFoot a.moreButton {margin-top:0;}

#compareTable td {padding-left:10px; color:#333333;}
#compareTable strong {font-size:14px;}
#compareTable a, #compareTable a:active, #compareTable a:hover, #compareTable a:link, #compareTable a:visited  {color:#ffffff !important; font-size:16px; text-decoration:none; margin-top:10px;}
#compareTable a:hover {text-decoration:underline;}
#compareTable p {margin-top:5px; margin-bottom:5px;}

	/* Tradeins */
#tradeIn {width:610px; height:550px;}

table.cardetail {width: 350px;}

/* << TEMPLATE */


/* >> ADMIN CMS */
	#Admin .fullWidthRoundedTop{display:none;}
	#Admin h1 {background-image:url(none) !important; border-bottom:none; margin-top:10px; margin-bottom:5px}
	.adminlinks a {display:block; line-height:20px;}
	.adminlinks br {display:none;}
	.adminHeader
		{text-align:center; padding-top:20px; margin-top:20px; background-image:none; border-bottom:none;}
	
	.admintable, .head
		{background:#ffffff; width:600px; font-weight:700; font-size:13px;}
	.admintable strong, #DataList1
		{color:#334433; font-weight:700; font-size:13px;}
	.admincol
		{text-align:center; color:#ffffff; font-weight:bold;}
	.admincol, .admincol h1
		{text-align:center; width:550px; color:#424f54; font-weight:bold; background-image:none; border-bottom:thin #ffffff none; margin-top:10px; padding-bottom:0;}
	.smallCopy
		{color:#334433;}
	
	#Pagebody_4_1, #Pagebody_4_1, #pageLeftnav_4_1, #pageleftnav_4_1, #pageSideBar_4_1,  #pagesidebar_4_1,   #CTA_4_1, #intro_4_1
		{width:200px; overflow:hidden;}	
	#errlab
		{font-weight:bold; color:#FF0000;}
	#Leftnav1_admindiv
		{line-height:20px;}
	
	/*Visual Editor */
	.bgwhite, body.bgwhite
		{background-color:#ffffff; background-image:none;}
	.bgwhite h1 {margin-top:0px !important;}
	.Pagebody_EndTab, .Pagebody_EndTab, .pageLeftnav_EndTab, .pageleftnav_EndTab, .pageSideBar_EndTab,  .pagesidebar_EndTab,   .CTA_EndTab, .intro_EndTab 
		{display:none;}
/* << ADMIN CMS */

/* >> POSITIONING, OVERIDES, AND RESET CLASSES */

	/* >> CLEAR */
		.clear { clear: both; height: 0px; overflow: hidden; }
	/* << CLEAR */

	/* << NO BORDERS */
		.noBorders { border: none !important; }
	/* << NO BORDERS */


	/* >> FLOAT RIGHT */
		.floatRight { float: right; }
	/* << FLOAT RIGHT*/


/* << POSITIONING AND RESET CLASSES */



/* >> BROWSER HACKS */

	/* >> Mac Safe Margins*/
		html>body p {margin: 15px 0;}
	/* >> Mac Safe Margins*/
	
	/* >> IE6 */
		div#leftNavTopRed { -margin-left: 7px; -width:224px; }
		#TopCol div.TOPNAV ul li a { -width: 78px; }	
		.LEFTNAV img.CTA { -width: 199px;}		
		a.modelThumb:hover div.text { -text-decoration: none !important; }
	/* >> IE6 */
	
	/* >> FF2 */
		div a.modelThumb { display: -moz-inline-stack; }
	/* << FF2 */





/* << BROWSER HACKS */


.socialbuttons {padding-bottom:15px !important;padding-top:15px !important; margin-bottom:15px !important; margin-top:15px !important}
.modelinfo {float:left; width:175px; margin-bottom:20px;height:175px;}

.featured_car{width: 142px; margin: 3px; background-color: #EEEEEE; border: solid 1px #cccccc; padding: 10px; height:250px !important;}
.featured_car img{ margin-left:-5px; margin-top:-5px; width:150px;}
 .special_car img {width:158px;}
.model { font-weight: 700; font-size: 11px;}
.price {
	font-weight: 700;
	color: #333;
	font-size: 11px;
}
.miles {font-size: 11px;}

.border_gray{ border: solid 1px #cccccc;}
#topPhone {background-color:#bf002f; color:#ffffff; font-weight:700; height:20px; width:923px; margin:15px 0 -20px; padding-top:5px; float:left;}
.ml15 {margin-left:15px;}
.ml220 {margin-left:220px;}
.ml245 {margin-left:245px;}
#Bcredted {text-align:right; position:relative; padding-top:25px; padding-bottom:10px; color:inherit;  font-size:10px;  text-transform:none;}
#Bcredted a, #Bcredted a:active, #Bcredted a:hover, #Bcredted a:link, #Bcredted a:visited {color:inherit; font-size:10px; text-transform:none;}
#Bcredted a:hover {color:inherit;}
