#accessories {
	width: 780px;
}

#accessories-title {
	width: 780px;
	height: 90px;
	background: #e6e6eb;
}

#accessories-title h2 {
	margin: 0;
	padding: 55px 0 0 8px;
}

#accessories-hero {
	height: 260px;
	background: #e6e6e6;
}

#accessories-menu {
	position: relative;
	height: 24px;
	margin: 0;
	background: #9999a3;
}

#accessories-menu h3 {
	width: 200px;
	height: 24px;
	margin: 0;
	background: #666;
	display: inline;
	float: left;
	font-size: 10pt;
}

#accessories-menu h3 a {
	width: 200px;
	height: 24px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#accessories-menu h3 a span {
	display: block;
	padding: 4px 0 0 3px;
	color: #fff;
}

#accessories-menu ul#accessories-tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	width: 572px;
}

#accessories-menu ul#accessories-tabs li {
	margin: 0;
	padding: 0;
	display: inline;
	width: 94px;
	height: 24px;
	float: left;
}

#accessories-menu ul#accessories-tabs li a {
	width: 96px;
	height: 24px;
	display: block;
	font-size: 8.5pt;
	font-weight: bold;
	color: #fff;
}

#accessories-menu ul#accessories-tabs li a span {
	display: block;
	padding: 4px 0 0 4px;
}


#accessories-menu ul#accessories-tabs li a:hover {
	background: #666;
}

#accessories-menu ul.accessories-tab-items {
	position: absolute;
	top: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	width: 96px;
	background: #999;
	display: none;
}

#accessories-menu ul.accessories-tab-items a {
	display: block;
	width: 96px;
	height: 24px;
	background: #999;
	color: #fff;
	font-weight: bold;
	font-size: 8.5pt;
}

#accessories-menu ul.accessories-tab-items a span {
	display: block;
	padding: 2px 0 0 4px;
}

#accessories-main {
}

#accessories-sidebar {
	width: 184px;
	display: inline;
	float: left;
	margin-left: 8px;
	color: #666;
	font-size: 8.5pt;
	line-height: 140%;
	padding-top: 48px;
}

#accessories-sidebar a {
	color: #666;
}

#accessories-content {
	width: 578px;
	display: inline;
	float: right;
	font-size: 9pt;
	line-height: 140%;
}

#accessories-content .accessory-item {
    width: 30%;
    margin: 8px 8px 8px 8px;
    float: left;
    height: 120px;
}

#accessories-tabs {
    margin-left: 0px;
    text-align: center;
}
#accessories-tabs ul li {
    list-style-type: none;
    display: inline;
    margin: 16px 16px 16px 16px;
    color: red;
}

#accessories-content .accessory-item img {
    width: 180px;
}

#accessories-content img.carhero {
    width: 578px;
    margin: 16px 0 0 0;
}

#accessories-content img.carsprite {
    margin: 16px 0 0 0;
}

#accessories-content .accessory-item p {
    font-weight: bold;
}

#accessories-content .accessory-category {
    width: 100%;
    clear: both;
}

#accessories-content .accessory-category p {
    font-weight:bold;
}

#accessories-content h3 {
    margin:24px 0 0 0px;
}

#accessories-content a:link,
#accessories-content a:visited
 {
    color: #3b7ab2;
    text-decoration: none;
}


