﻿
#popup { 
	background: 	url('../images/transparent.png');
	margin-top:		80px;
	padding: 		10px;
	left: 			50%;
	margin-left: 	-310px;
	top:			0px;
	text-align: 	center;
	position: 		absolute;
	border: 		1px solid #084300;
	z-index:		100;
	display: 		block;
}

/* twitter */ 		
		#twitter {
			float: left;
			display: block;
			width: 500px;
			height: 227px;
		}
		
		#twitter .icon {
			display: block;
			background: url('http://www.carworldautomotive.nl/images/twitter_header.jpg');
			width: 500px;
			height: 30px;
			margin-bottom: 7px;
			border:1px solid #000;
		}

		
		#twitter li { 
			list-style: none; 
			display: block; 
			padding: 7px; 
			padding-right: 15px; 
			line-height: 12px; 
			text-align: left; 
			margin-bottom: 9px;
			border: 1px solid #d6d6d6;
		}
		#twitter li .tweet_text { clear:both; font-size: 11px; color: #000; }
		#twitter li .tweet_time { clear:both; font-size: 11px; display:block; color: #ababab; }
		#twitter a { text-decoration: none; font-size: 11px; color: #000; font-weight:bold; }

