#promo {
	margin: 10px auto 0 auto;
	width: 980px;	
	padding:0;
	text-decoration:none;
	-moz-border-top-left-radius:5px;
	-moz-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	background:none;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-top: solid 1px #CCC;
}

h1 {
	margin: 0;
}


.clear {
	clear: both;
	line-height: 1px;
}

a { 
	outline-color: #888;	
}
	
		h3 {
			margin: 0;	
			padding: 7px 0 0 0;
			font-size: 16px;
			text-transform: uppercase;
		}

		div#promo_list {
			width:980px;
			height: 240px;
			overflow: hidden;
			position: relative;
		}

		div#promo_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}

		ul#tabs {
			left: 0;
			z-index: 2;
			width: 320px;
		}

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
		}
		
		ul#tabs li img {
			padding: 5px;
			border: none;
			float: left;
			margin: 10px 10px 0 0;
		}

		ul#tabs li a {
			color: #222;
			text-decoration: none;	
			display: block;
			padding: 10px;
			height: 60px;
			outline: none;
		}

		ul#tabs li a:hover {
			text-decoration: underline;
		}

		ul#tabs li a.current {
			background:#1F1F1F;
			width:268px;
			color: #FFF;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
			right: 0;
			width:694px;
			height: 240px;

		}

		ul#output li {
			position: absolute;
			width: 463px;
			height: 240px;
}
		ul#output li a{
			border: 0;
			text-decoration: none;
}
