* {
	padding: 0;
	margin: 0;
	}

body {
	text-align: center;
	font-family: Georgia;
	background: url("../images/bg.gif");
	}

p {
	line-height: 130%;
	margin: 0 0 10px 0;
	padding: 0;
	}

td {
	font-size: 12px;
	}

img {
	border: 0;
	}
	
input[type='text'], textarea, select {
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	}

input[type='submit'],
input[type='button'] {
	padding-left: 3px;
	padding-right: 3px;
	}
	
h1 {
	margin-bottom: 15px;
	font-family: Georgia;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #555;
	}
	
h4 {									/*** Used on checkout.php ***/
	padding-bottom: 3px;
	margin-bottom: 6px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	font-weight: bold;
	}
	
.hr {
	font-size: 1px;
	line-height: 1px;
	height: 0;
	border-bottom: 1px solid #ccc;
	}

hr {
	margin-bottom: 10px;
	color: #fff;
	background: #fff;
	border: 1px dotted #999;
	border-style: none none dotted;
	}
	
.clear {
	padding: 0;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	clear: both;
	}

a:link,
a:visited {
	color: #f7983e;
	background: transparent;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a.arrow {
	padding-left: 10px;
	background: url("../images/link_arrow.gif") no-repeat 0 3px;
	font-family: Verdana;
	}

tr.header td,
tr.footer td {
	font-weight: bold;
	}
	
td.label {
	padding: 5px 10px;
	background: #ddd;
	font-size: 13px;
	text-align: right;
	}

td.field {
	padding: 5px 10px;
	background: #eee;
	font-size: 11px;
	}

tr.req_field td.label {
	background: #f99;
	}

tr.req_field td.field {
	background: #fcc;
	}

.external_link_description {
	color: #999;
	}

/*** Site ***/

#site {
	margin: 0 auto;
	text-align: left;
	background: #fff url("../images/site_bg.gif") repeat-y;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 990px;
	}

/*** Header ***/

#header {
	position: relative;
	background: #fcad50;
	width: 990px;
	}

#header #logo {
	float: left;
	text-align: center;
	background: #f7983e;
	width: 200px;
	font-size: 30px;
	font-weight: bold;
	font-family: Tahoma;
	letter-spacing: -1px;
	}

#header #tagline {
	float: right;
	margin-right: 18px;
	height: 53px;
	line-height: 53px;
	font-size: 11px;
	font-style: italic;
	color: #444;
	}

#header #logo a {
	background: transparent;
	}

#header #tabs {
	position: absolute;
	bottom: 0;
	left: 230px;
	}
	
#header #tabs .tab {
	position: relative;
	float: left;
	margin-right: 1px;
	}
	
#header #tabs .tab a {
	display: block;
	float: left;
	font-size: 11px;
	color: #555;
	padding: 0 12px;
	height: 23px;
	line-height: 25px;
	background: #e2decf;
	}
	
#header #tabs .tab .left_corner {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 23px;
	background: url("../identity/1/tab_left_corner_off.gif") no-repeat;
	}
	
#header #tabs .tab .right_corner {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 23px;
	background: url("../identity/1/tab_right_corner_off.gif") no-repeat;
	}
	
#header #tabs .on a {
	background: #fff;
	}
	
#header #tabs .on .left_corner {
	background: url("../identity/1/tab_left_corner_on.gif") no-repeat;
	}
	
#header #tabs .on .right_corner {
	background: url("../identity/1/tab_right_corner_on.gif") no-repeat;
	}
	
/*** Left/Right Column ***/

#left_column,
#right_column {
	float: left;
	font-size: 12px;
	color: #999;
	width: 200px;
	}

#left_column .padding,
#right_column .padding {
	padding: 15px;
	}
	
#left_column h2,
#right_column h2 {
	padding-top: 10px;
	margin-top: 20px;
	margin-bottom: 8px;
	background: url("../images/sidebar_divider.gif") no-repeat;
	font-size: 10px;
	color: #333;
	font-weight: normal;
	letter-spacing: 2px;
	}

#left_column ul,
#right_column ul {
	list-style: none;
	}

#left_column ul.half {
	width: 85px;
	float: left;
	}
	
#left_column ul li,
#right_column ul li {
	font-size: 13px;
	padding: 2px 0 2px 10px;
	background: url("../images/link_arrow.gif") no-repeat 0 5px;
	}
	
#left_column ul li.on a {
	color: #444;
	font-weight: bold;
	}

#left_column ul li p,
#right_column ul li p {
	font-size: 12px;
	margin-top: 4px;
	color: #999;
	}

#left_column h2.plain,
#right_column h2.plain {
	padding-top: 0;
	margin-top: 0;
	background: transparent;
	}
			
#right_column .sponsor_divider {
	margin: 15px;
	font-size: 2px;
	line-height: 2px;
	background: #ccc;
	width: 170px;
	clear: both;
	}

#right_column .store_thumbs {
	margin: 0 0 3px 3px;
	}
	
#right_column .store_thumbs a {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	}

#right_column table#shopping_cart td {
	padding: 2px 0;
	color: #333;
	}
	
#right_column table#shopping_cart tr.totals td {
	font-weight: bold;
	}
	
#right_column a.blurb_tab {
	display: block;
	padding: 4px 0;
	color: #444;
	text-align: center;
	background: #cac7b6;
	width: 66px;
	font-size: 10px;
	overflow: hidden;
	}

#right_column a.on {
	background: transparent;
	}

#left_column .badge,
#right_column .badge {
	margin-bottom: 10px;
	text-align: center;
	}

#left_column a.text_ad,
#right_column a.text_ad {
	display: block;
	margin: 10px;
	background: url("../images/text_link_bg.png") no-repeat;
	height: 30px;
	line-height: 30px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #555;
	}

#left_column .widget,
#right_column .widget {
	margin: 10px;
	width: 180px;
	}

select.models_menu {
	display: none;
	width: 120px;
	}
	
/*** Middle Column ***/

#middle_column {
	float: left;
	background: #fff;
	font-size: 13px;
	width: 590px;
	}

#middle_column .padding {
	padding: 20px 30px;
	}

#middle_column .article_header {
	margin-bottom: 10px;
	font-family: "Trebuchet MS",Tahoma;
	font-size: 11px;
	letter-spacing: 1px;
	color: #999;
	}
	
#middle_column .article_header .article_type {
	float: left;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	}
	
#middle_column .article_header .article_categories {
	float: left;
	padding-left: 10px;
	text-transform: uppercase;
	}
	
#middle_column h2 {
	padding: 0;
	margin: 0 0 15px 0;
	font-family: Georgia;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #555;
	text-transform: uppercase;
	}

#middle_column h3 {
	padding: 0;
	margin: 0 0 5px 0;
	font-family: Georgia;
	font-size: 12px;
	letter-spacing: 1px;
	color: #555;
	}

#middle_column .images {
	margin-bottom: 15px;
	}
	
#middle_column .images img {
	float: left;
	}
	
#middle_column p {
	line-height: 140%;
	}
	
#middle_column a.continue {
	display: block;
	font-size: 11px;
	letter-spacing: 1px;
	}
	
#middle_column .article_footer {
	margin-top: 10px;
	}
	
#middle_column .article_footer .article_comments {
	float: left;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	font-size: 12px;
	}
	
#middle_column .article_footer .article_author {
	float: left;
	padding-left: 10px;
	font-size: 12px;
	font-style: italic;
	color: #999;
	}
	
#middle_column .divider {
	margin: 20px 0;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: #ccc;
	}

#middle_column #rolodex a {
	display: block;
	float: left;
	padding: 0 5px;
	font-size: 12px;
	height: 19px;
	line-height: 19px;
	}

#middle_column #rolodex a.on {
	font-weight: bold;
	color: #444;
	}

#middle_column table.page_list {
	width: 100%;
	}

#middle_column table.page_list tr.header td {
	padding-bottom: 4px;
	font-size: 10px;
	color: #999;
	font-family: Verdana;
	border-bottom: 1px solid #ccc;
	}

#middle_column table.page_list tr.even td {
	background: #f6f6f6;
	}

#middle_column table.page_list td {
	padding: 8px 10px;
	}

#middle_column table.page_list td.name {
	font-size: 13px;
	color: #444;
	}

#middle_column table.page_list td.comments {
	white-space: nowrap;
	text-align: right;
	}

#middle_column table.page_list td.date {
	font-size: 11px;
	color: #999;
	font-style: italic;
	white-space: nowrap;
	}

#middle_column .product_list {
	}
	
#middle_column .store_item {
	float: left;
	margin-left: 10px;
	text-align: center;
	}
	
#middle_column .store_item .caption {
	padding: 8px 0;
	width: 80px;
	font-size: 11px;
	color: #666;
	text-align: center;
	}

#middle_column #prev_next {
	margin-top: 5px;
	font-size: 10px;
	font-family: Verdana;
	}

#middle_column h2.product_detail {
	padding-top: 10px;
	margin-top: 20px;
	margin-bottom: 8px;
	background: url("../images/product_detail_divider.gif") no-repeat;
	font-size: 10px;
	color: #333;
	letter-spacing: 2px;
	}

#middle_column h2 a:link,
#middle_column h2 a:visited {
	text-decoration: none;
	color: #555;
	}

#middle_column h2 a:hover {
	color: #f7983e;
	text-decoration: none;
	}

#middle_column .product_shot_caption {
	margin-top: 4px;
	font-size: 12px;
	line-height: 120%;
	text-align: left;
	}

#middle_column #weekly_flip_buttons {
	float: right;
	padding: 4px 10px;
	}
	
#middle_column #weekly_flip_buttons a {
	display: block;
	float: left;
	margin-left: 2px;
	padding: 2px 6px;
	color: #fff;
	}
	
#middle_column #weekly_flip_buttons a.on {
	background: #f7983e;
	}

#middle_column h3.profile {
	margin-top: 20px;
	color: #666;
	}

#middle_column .profile_box {
	padding: 12px 15px 15px 15px;
	border: 1px dotted #999;
	}

.subtitle {
	margin: 5px 0 15px 0;
	color: #666;
	}
	
.description p {
	font-size: 14px;
	color: #444;
	}
	
.featured_description p {
	font-size: 18px;
	font-style: italic;
	color: #444;
	}

.quick_link .date_n_time {
	margin-bottom: 6px;
	font-size: 11px;
	color: #999;
	}
	
.quick_link .title {
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: bold;
	}
	
/*** Footer ***/

#footer {
	margin: 20px 0;
	text-align: center;
	color: #bbb;
	font-size: 11px;
	line-height: 150%;
	}

/*** Error ***/

#error {
	padding: 0;
	margin-bottom: 15px;
	background-color: #fdd;
	border: 1px solid #ccc;
	clear: both;
}

#error h3 {
	padding: 4px 10px;
	margin: 0;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background: #c00;
}

#error p {
	color: #333;
	margin: 0;
	padding: 5px;
}

#error ul {
	margin: 0;
	padding: 5px 0 5px 25px;
}

#error li {
	padding: 3px 15px 3px 0;
	font-size: 12px;
	list-style: square;
}

#message {
	padding: .5em 1em;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #360;
	background: #cf9;
	border: 1px solid #9c6;
	clear: both;
}

/*** Blog Comments ***/

#comments td {
	line-height: 130%;
	}

#comments td.avatar {
	width: 48px;
	padding-right: 15px;
	}

#comments td.avatar img {
	border: 1px solid #ccc;
	}

#comments .buttons {
	float: right;
	}

#comments .comment {
	padding: 12px 12px 2px 12px;
	border-bottom: 1px dotted #999;
	overflow: hidden;
	}

#comments .name_n_date {
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: bold;
	}

#comments .name_n_date .date {
	margin-left: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	}

#comments .odd {
	}

#post_a_comment {
	line-height: 130%;
	}

#post_a_comment td {
	padding: 5px 10px 5px 0;
	}

#post_a_comment .name {
	font-size: 13px;
	font-weight: bold;
	color: #DB5D00;
	}

/*** Blog ***/

.post {
	margin-bottom: 30px;
	}

.post .subhead {
	margin-top: 5px;
	color: #555;
	}

.post .posted_on {
	float: left;
	}

.post .comments {
	float: left;
	padding-left: 18px;
	background: url("../images/comments.gif") no-repeat;
	}

.post .tags {
	margin-top: 15px;
	padding: 2px 0 2px 18px;
	background: url("../images/tag.gif") no-repeat;
	}

.post .content {
	margin-top: 15px;
	line-height: 140%;
	font-size: 13px;
	}
	
a.archive:link,
a.archive:visited {
	color: #000;
	}

a.archive:hover {
	background: #000;
	color: #fff;
	}

ul.subscribe_links {
	list-style: none;
	margin-top: 2px;
	}

ul.subscribe_links li {
	padding-left: 17px;
	padding-top: 5px;
	margin-left: 4px;
	margin-top: 5px;
	background: url("../images/feedburner_flame.gif") no-repeat 0 5px;
	line-height: 110%;
	}

ul.subscribe_links li div {
	margin-top: 4px;
	font-size: 12px;
	color: #999;
	}

/*** Custom ***/

table#self_ads {
	margin-top: 10px;
	}
	
table#self_ads td {
	padding-bottom: 15px;
	}
	
table#self_ads td a:link,
table#self_ads td a:visited {
	color: #06c;
	text-decoration: none;
	}
	
table#self_ads td a:hover {
	background: #06c;
	color: #fff;
	text-decoration: none;
	}
	
table#self_ads td.thumb {
	padding-right: 10px;
	}
	
table#self_ads td.thumb a:hover {
	background: transparent;
	}
	
table#self_ads td .name {
	margin-top: 2px;
	font-size: 14px;
	font-weight: bold;
	}
	
table#self_ads td .blurb {
	margin-top: 6px;
	font-size: 11px;
	line-height: 130%;
	}

/*** Forums ***/

.user {
	padding-left: 15px;
	background: url("../images/user_icon.gif") 0 1px no-repeat;
	font-weight: bold;
	color: #555;
	}

#left_column ul.forums li p {
	margin: 4px 0;
	font-size: 10px;
	}

select.per_page {
	font-size: 10px;
	}
	
table.discussion_list {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	width: 100%;
	}

table.discussion_list td {
	padding: 6px 10px;
	border-bottom: 1px solid #ddd;
	}

table.discussion_list tr.header td {
	padding: 4px 10px;
	background: #f8f2ea;
	color: #444;
	font-weight: bold;
	}

table.discussion_list td.subject {
	font-weight: bold;
	}

table.discussion_list td.subject a {
	color: #555;
	text-decoration: underline
	}

table.discussion_list td.subject a:hover {
	text-decoration: none;
	}

table.discussion_list td.author {
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	}

table.discussion_list td.posts {
	text-align: center;
	}

table.discussion_list td.subject .latest_post {
	margin-top: 3px;
	color: #bbb;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	}

table.discussion_list td.subject .latest_post a {
	color: #f7983e;
	text-decoration: none;
	}

table.discussion_list td.subject .latest_post a:hover {
	text-decoration: underline;
	}

table.discussion_list_footer {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 100%;
	}

table.discussion_list_footer td {
	padding: 4px 10px;
	background: #f8f2ea;
	font-family: Verdana;
	text-align: center;
	color: #444;
	border-right: 1px solid #ddd;
	}

a.add_discussion,
a.add_discussion:visited {
	padding-left: 18px;
	background: url("../images/add_icon_12.gif") no-repeat 0 1px;
	}

a.subscribe_to_discussion,
a.subscribe_to_discussion:visited {
	padding-left: 18px;
	background: url("../images/rss_icon_12.gif") no-repeat 0 1px;
	}

a.forum_list,
a.forum_list:visited {
	padding-left: 18px;
	background: url("../images/forum_list_icon_12.gif") no-repeat 0 1px;
	}

blockquote {
	padding: 8px 15px;
	margin-bottom: 10px;
	background: #fff;
	font-size: 11px;
	border: 1px dotted #bbb;
	}

blockquote p {
	margin: 5px 0;
	}

/*** Store ***/

#per_page {
	float: right;
	display: inline;
	margin-top: 5px;
	font-size: 11px;
	}
	
#per_page select {
	font-size: 10px;
	}

/*** Shopping Cart ***/

table#cart_contents td {
	padding: 3px 40px 8px 0;
	font-size: 14px;
	}

/*** Checkout ***/

table.order_items tr.order_total td {
	padding-left: 10px;
	font-size: 13px;
	}

table.order_items td {
	padding: 2px 0;
	}

/*** Prev/Next Links ***/

#page_links {
	float: left;
	width: 530px;
	}

#page_links #prev,
#page_links #next {
	float: left;
	padding: 10px 0;
	width: 150px;
	}

#page_links #prev {
	text-align: left;
	}

#page_links #next {
	text-align: right;
	}

#page_links #pages {
	float: left;
	padding: 10px 0;
	text-align: center;
	color: #666;
	width: 225px;
	}

#page_links #prev a,
#page_links #next a {
	padding: 0 10px;
	font-weight: bold;
	}

#page_links #pages a {
	padding: 6px;
	font-weight: bold;
	}

#page_links #pages b {
	padding: 6px;
	}

#page_links #pages a.on {
	color: #930;
	}

#page_links #pages a:hover {
	background: #ff9;
	}

/*** Car Detail ***/

table.car_info td {
	padding: 5px 8px;
	text-align: center;
	}

table.car_info td {
	border-right: 1px solid #ccc;
	}

table.car_info tr.header td {
	padding: 2px 8px;
	background: #eee;
	font-weight: normal;
	color: #666;
	border-bottom: 1px solid #ccc;
	}

.carlos_comments {
	border: 1px dotted #999;
	}

.carlos_comments .comments {
	padding: 0 10px;
	line-height: 130%;
	font-style: italic;
	color: #666;
	}

.section_header_bg {
	margin: 30px 0 10px 0;
	background: url("../images/footer_bottom.gif") no-repeat;
	}

.section_header {
	padding: 2px 0 10px 28px;
	font-weight: bold;
	background: url("../images/more_pics_icon_w_arrow.gif") no-repeat 8px 4px;
	}

.videos_section_header {
	padding: 2px 0 10px 29px;
	background: url("../images/video_icon.gif") no-repeat 7px 1px;
	}

.carlos_comments_section_header {
	padding: 2px 0 10px 26px;
	background: url("../images/carlos_comments_icon.gif") no-repeat 7px 3px;
	}

.pic {
	float: left;
	}

.logo_pic {
	margin-bottom: 5px;
	}

.logo_pic img {
	display: block;
	}

.article .main_caption {
	margin-bottom: 15px;
	padding-left: 14px;
	background: url("../images/caption_icon.gif") no-repeat 0 5px;
	border-bottom: 1px dotted #999;
	}

.article .main_caption p {
	padding: 0 0 5px 0;
	margin: 0;
	font-style: italic;
	color: #999;
	line-height: 140%;
	}

.video .caption {
	padding: 5px 0 0 0;
	margin: 0;
	font-style: italic;
	color: #999;
	line-height: 140%;
	}

/*** Article ***/

.article p {
	margin: 15px 0;
	}

.article .pic {
	margin-top: 15px;
	}

/*** Order Detail ***/

#ordered_items {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	}
	
#ordered_items td {
	padding: 5px 10px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	}
	
#totals {
	float: right;
	margin: 10px 0 20px 0;
	}
	
#totals td {
	padding: 3px 10px;
	text-align: right;
	}

/*** User Profile ***/

.details {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}

.details td {
	padding: 6px 8px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}

.details td.blue {
	text-align: right;
	background: #FFE1BA;
	}
