/* Welsh Enterprises 2008 */

/* Imported CSS files ------------------------------------------------------
----------------------------------------------------------------------------*/

@import "jquery.lightbox-0.5.css";
@import "oscommerce.css";

/*---------------------------------------------------------------------------
---------------------------------------------------------------------------*/



/* GENERAL RULES
-------------------------------------------------------------------- */

* {
	/* overwrite all default browser settings */
	margin: 0;
	padding: 0;
	}

html {
	min-height: 100%;
	}
	
body {	
	
	min-height: 100%;
	
	background-color: #F2F2E9;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	
	text-align: center; /* part 1 of centering solution */
	
	/* global font settings */
	font-family: arial, helvetica, sans-serif;
	
	/* main text color */
	color: #000000; 
	font-size: 14px;

	line-height: 22px;
}

a{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0px;
	font-size: 14px;
}

a:link { 
	color: #000000;
	}
a:visited { 
	color: #000000;
	}
a:active { 
	color: #000000;
	}
a:hover { 
	color: #000000;
	text-decoration: underline;
	}
	
/* removes border on all images */

img {
	border-style: none;
	}
	
ul {
	list-style: none;
	}
	
/*
---- FORM STYLES --------
						*/
form ul {
	width: 98%;
	font-size: 12px;
	background-color: #E2E1CE;
	border: 1px solid;
	}

form li {
	padding: 8px 0px 8px 8px;
	border: 1px;
	}
	
.form_heading01 {
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0px 5px 0px;
	}
	
.newsletter_signup {
	color: #3B6E00;
	font-weight: bold;
	}
	
/*
---- LINK SPANS --------
						*/

.green_ link {
	}

.green_link a {
	color: #5CAD00;
	}
	
.green_link a:hover {
	color: #5CAD00;
	}
	
.green_link a:visited {
	color: #5CAD00;
	}
	
.green_link a:active{
	color: #5CAD00;
	}
	
.white_link {
	}

.white_link a {
	color: #fff;
	}
	
.white_link a:hover {
	color: #fff;
	}
	
.white_link a:visited {
	color: #fff;
	}
	
.white_link a:active{
	color: #fff;
	}
	
/*-------------------------------------------------------------------*/

/* GENERAL SITE STRUCTURE
-------------------------------------------------------------------*/

#container {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	
	text-align: left; /*part 2 of centering solution*/
	}	
	
#content {
	float: left;
	width: 960px;
	min-height: 100%;
	background-image: url(images/content_back.gif);
	background-repeat: repeat-y;
	background-color: #fff;
	}
	
/* Used for AJAX photo gallery displayed on site. For the actual image see the included file at the top */

	#gallery {
		background-color: #444;
		padding: 10px;
		width: 520px;
	}
	
	#gallery ul { 
		list-style: none; 
	}
	
	#gallery ul li { 
		display: inline;
		float: left; 
	}
	
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { 
		color: #fff; 
	}
	
/* END AJAX stlyes */

/* GENERAL SITE STRUCTURE (left column specific)
------------------------------------------------------*/

#left_col {
	width: 560px;
	float: left;
	padding: 0px 14px 20px 16px;
	}

/* GENERAL SITE STRUCTURE (right column specific)
------------------------------------------------------*/

/* container for entire right column */	
#right_col_container {
	float: right;
	width: 367px;
	min-height: 100%;
}

/*references top box with search */
#right_col_outer {
	float: left;
	padding: 0px 0px 0px 8px;
	}

#right_col {
	padding: 0px 10px 0px 10px;
	}
	
.search {
	padding: 2px;
	color: #fff;
	}
	
.search_outer {
	width: 320px;
	float: left;
	padding: 10px 0px 10px 10px;
	border: solid 2px;
	background-image: url(images/search_back.gif);
	background-color: #3B6E00;
	}

.search_box {
	}
	
.search_box input {
	width: 290px;
	font-size: 18px;
	}
	
.search_button {
	float: left;
	}
	
.search_title {
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	}
	
#models_right_outer {
	width: 332px;
	float: left;
	padding: 10px 0px 12px 0px;
	clear: both;
	border-bottom: solid 2px;
	}

#models_right {
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	}
	
#models_right_title {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid;
	margin: 5px 0px 10px 0px;
	padding: 10px 0px 8px 0px;
	}
	
#models_right a {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	}
	
#models_right a:hover {
	background-color: #BAD190;
	text-decoration: none;
	border-top: dashed 1px #6E7C55;
	border-bottom: dashed 1px #6E7C55;
}

/* BLOG portion on right column */

#blog_right_outer {
	float: left;
	width: 332px;
	clear: both;
	background-image: url(images/right_blog_back.gif);
	background-repeat: repeat-x;
	background-color: #282A24;
	margin: 20px 0px 20px 0px;
	}

#blog_right {
	padding: 10px;
	color: #fff;
	line-height: 20px;
	}
	
#blog_right_heading_shell {
	width: 312px;
	height: 30px;
	border-bottom: 2px solid;
	border-color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	}
	
#blog_right_heading_shell a {
	color: #F27327;
	padding: 10px 0px 0px 0px;
	}

#blog_right_heading {
	float: left;
	width: 185px;
	font-size: 24px;
	font-weight: bold;
	padding: 0px 0px 12px 0px;
	}
	
#blog_right_heading a {
	font-size: 22px;
	color: #fff;
	}
	
#blog_right_icon {
	float: left;
	width: 115px;
	}

.blog_right_tagline {
	}
	
.blog_right_title {
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 2px;
	border-color: #606557;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 4px 0px;
	clear: both;
	}
	
.blog_right_title a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	}
	
.blog_right_title a:hover {
	color: #5CAD00;
	text-decoration: none;
	}

.blog_right_text {
	}

.blog_right_text a {
	color: #fff;
	font-size: 12px;
	}
	
.blog_right_text a:hover {
	color: #5CAD00;
	text-decoration: none;
	}
	
/* end BLOG in right column */


/* Accessories in right column */
#accessories_right_outer {
	float: left;
	width: 332px;
	clear: both;
	background-image: url(images/right_blog_back.gif);
	background-repeat: repeat-x;
	background-color: #282A24;
	margin: 0px 0px 20px 0px;
	}

#accessories_right {
	padding: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	}
	
#accessories_right_heading {
	font-size: 24px;
	font-weight: bold;
	border-color: #fff;
	border-bottom: 2px solid;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 12px 0px;
	}
	
#accessories_right_heading a {
	font-size: 22px;
	color: #fff;
	}
	
#accessories_right_text {
	padding: 15px 0px 15px 0px;
	}
	
#accessories_right_links {
	border-top: solid 1px;
	border-bottom: solid 1px;
	padding: 10px 0px 10px 0px;
	line-height: 22px;
	}
	
#accessories_right_links li {
	padding: 3px 0px 3px 0px;
	}
	
#accessories_right_links a:link {
	color: #fff;
	}
	
#accessories_right_links a:visited {
	color: #fff;
	}
	
#accessories_right_links a:active {
	color: #fff;
	}
	
#accessories_right_links a:hover {
	color: #fff;
	}
	
/* end of accessories right column */

/*
-------------------------------------------------------------------*/

/* HEADER
-------------------------------------------------------------------*/

#header {
	width: 960px;
	background-color: #fff;
	}
	
#header_top {
	float: left;
	width: 960px;
	height: 120px;
	background-color: #fff;
	background-image: url(images/header_back.jpg);
	background-repeat: no-repeat;
	}
	
#header_image {
	float: left;
	width: 500px;
	padding: 10px 0px 0px 0px;
	}
		
#header_links {
	width: 940px;
	padding: 10px;
	float: left;
	background-color: #3B6E00;
	background-image: url(images/header_link_back.gif);
	background-repeat: repeat-x;
	}
	
#header_phone {
	width: 305px;
	float: right;
	font-size: 20px;
	font-weight: bold;
	padding: 0px 15px 0px 0px;
	}

#breadcrumb_links {
	float: left;
	padding: 10px 10px 10px 20px;
	background-color: #E2E1CE; /*#5CAD00;*/
	width: 930px;
	}
	
#breadcrumb_links a {
	color: #000;
	}
	
#breadcrumb {
	float: left;
	width: 600px;
	}
	
.header_cart_outer {
	float: right;
	width: 290px;
	padding: 13px 0px 0px 0px;
	}

.header_cart {
	font-size: 12px;
	width: 150px;
	float: left;
	line-height: 18px;
	padding: 18px 0px 0px 0px;
	}
	
.header_cart_title {
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-bottom: solid 1px;
	margin-left: 30px;
	}
	
.header_cart_items {
	float: left;
	}
	
#account_items {
	width: 100px;
	float: left;
	padding: 18px 0px 0px 30px;
	line-height: 20px;
	}
	
/* drop down menu */
#sddm {
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 30;
	}

#sddm li {
	background-image: url(images/header_button_back.gif);
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-right: solid 1px #fff;
	}
	
#sddm li.first {
	background-image: url(images/header_button_back.gif);
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
	}

#sddm li a {
	display: block;
	margin: 0 1px 0 0;
	padding: 8px 10px 0px 10px;
	width: 112px;
	height: 29px;
	color: #FFF;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	}

#sddm li a:hover {
	background: #5CAD00;
	}

#sddm div {
	position: absolute;
	z-index: 2;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #3B6E00;
	border-bottom: solid 1px;
	border-color: #fff;
	}

#sddm div a {
	position: relative;
	z-index: 2;
	display: block;
	margin: 0;
	padding: 8px 10px 0px 8px;
	width: 140px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #3B4B00;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	}

#sddm div a:hover {
	width: 140px;
	background: #5CAD00;
	text-decoration: underline;
	}
	
/*
-------------------------------------------------------------------*/

/* FOOTER
-------------------------------------------------------------------*/
#footer {
	display: block;
	clear: both;
	height: 30px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	line-height: 20px;
	background-image: url(images/footer_back.gif);
	background-repeat: repeat-x;
	color: #fff;
	}
	
#footer a:link {
	color: #fff;
	font-weight: normal;
	}
	
#footer a:visited {
	color: #fff;
	font-weight: normal;
	}
	
#footer a:active {
	color: #fff;
	font-weight: normal;
	}
	
#footer a:hover {
	color: #fff;
	font-weight: normal;
	}

/* INDEX PAGE
-------------------------------------------------------------------*/

#category_top {
	padding: 30px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: solid 2px;
	
	color: #5CAD00;
	font-size: 26px;
	font-weight: bold;
	}
	
.category_level {
	/*position: relative;*/
	line-height: 25px;
	}
	
.category_level a {
	font-size: 14px;
	}
	
.category_level a:hover {
	color: #244300;
	background-color: #BAD190;
	}
	
.category_list {
	list-style-image:url(images/icons/bullet_01.gif);
	padding: 5px 0px 5px 0px;
	}
	
#prod_list_shell {
	padding: 25px 0px 0px 0px;
	}

.prod_box_shell {
	float: left;
	padding: 0px 0px 20px 0px;
	clear: both;
	}

.prod_box {
	float: left;
	width: 552px;
	padding: 5px 0px 5px 5px;
	background-color: #E2E1CE;
	font-size: 12px;
	line-height: 16px;
	}

.prod_box_image {
	float: left;
	padding: 0px 10px 0px 0px;
	}
	
.prod_box_title {
	float: left;
	width: 350px;
	padding: 2px 0px 0px 0px;
	line-height: 20px;
	}
	
.prod_box_title a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid;
	}
	
.prod_box_title a:hover {
	color: #3B6E00;
	border-color: #5CAD00;
	}
	
.prod_box_sku {
	float: left;
	width: 350px;
	padding: 5px 0px 0px 0px;
	}

.prod_box_text {
	float: left;
	width: 350px;
	padding: 5px 0px 0px 0px;
	}
	
.prod_box_price {
	float: right;
	height: 36px;
	color: #fff;
	background-color: #404339;
	margin: 3px 0px 0px 0px;
	padding: 20px 10px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	}
	
.prod_box_price_call {
	float: right;
	height: 48px;
	color: #fff;
	background-color: #404339;
	padding: 12px 10px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}

#prod_list_nav {
	clear: both;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	}
	
#prod_list_nav a {
	font-size: 16px;
	}	

/* INDEX PAGE FEATURED ITEMS (HOME PAGE include)
-------------------------------------------------------------------*/

#home_tier1 {
	
	}
	
#home_tier1 a {
	cursor: pointer;
	}
	
#home_tier2 {
	clear: both;
	padding: 20px 0px 0px 0px;
	}
	
#home_tier2 a {
	cursor: pointer;
	}
	
#home_tier3 {
	clear: both;
	padding: 20px 0px 0px 0px;
	}
	
#home_tier3 a {
	cursor: pointer;
	}
	
.home_xlg_box_left {
	float: left;
	width: 530px;
	height: 150px;
	padding: 10px;
	border: solid 2px;
	}
	
.home_xlg_box_right {
	float: left;
	width: 530px;
	height: 150px;
	padding: 10px;
	border: solid 2px;
	}
	
.home_lg_box_left {
	float: left;
	width: 245px;
	height: 150px;
	padding: 5px 10px 10px 10px;
	border: solid 2px;
	}
	
.home_lg_box_right {
	float: right;
	width: 245px;
	height: 150px;
	padding: 5px 10px 10px 10px;
	margin: 0px 7px 0px 0px;
	border: solid 2px;
	}
	
.home_sm_box_left {
	float: left;
	width: 110px;
	height: 150px;
	padding: 5px 10px 10px 10px;
	border: solid 2px;
	}
	
.home_sm_box_right {
	float: left;
	width: 110px;
	height: 150px;
	padding: 5px 10px 10px 10px;
	margin: 0px 0px 0px 5px;
	border: solid 2px;
	}
	
.home_title_1 {
	width: 551px;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	}
	
.home_box_price {
	position: relative;
	font-weight: bold;
	z-index: 1;
	}
	
#article_shell {
	clear: both;
	float: left;
	width: 550px;
	padding: 25px 0px 0px 0px;
	}
	
p.article {
	padding: 0px 0px 15px 0px;
	}
	
#article_shell_title {
	font-size: 26px;
	font-weight: bold;
	border-bottom: 2px solid;
	}
	
#article_column_left {
	float: left;
	width: 250px;
	padding: 20px 0px 0px 0px;
	}
	
#article_column_left p a {
	color: #337900;
	}
	
#article_column_right {
	float: right;
	width: 250px;
	padding: 20px 0px 0px 0px;
	}
	
#article_column_right p a {
	color: #337900;
	}
	
.article_title {
	font-size: 16px;
	font-weight: bold;
	color: #337900;
	border-bottom: solid 1px;
	margin: 0px 0px 8px 0px;
	line-height: 28px;
	}
	
.article_title a:link {
	font-size: 16px;
	color: #337900;
	}
	
.article_title a:active {
	font-size: 16px;
	color: #337900;
	}
	
.article_title a:visited {
	font-size: 16px;
	color: #337900;
	}
	
.article_title a:hover {
	font-size: 16px;
	color: #337900;
	text-decoration: none;
	background-color: #E7F4D1;
	}
	
.article_source {
	color: #757575;
	border-top: dashed 1px #ccc;
	border-bottom: dashed 1px #ccc;
	margin: 15px 0px 0px 0px;	
	}
	
.article_source a:link {
	color: #757575;
	}
	
.article_source a:visited {
	color: #757575;
	}

.article_source a:active {
	color: #757575;
	}
	
.article_source a:hover {
	color: #333;
	}
	
#home_about_welsh {
	clear: both;
	width: 550px;
	padding: 25px 0px 0px 0px;
	}
	
#home_about_welsh_title {
	font-size: 26px;
	font-weight: bold;
	border-bottom: 2px solid;
	}
	
#home_about_welsh_col_1 {
	float: left;
	width: 550px;
	padding: 20px 0px 0px 0px;
	}
	
#home_about_welsh_col_1 a {
	color: #337900;
	}
	
/* INDEX PAGE SUB SECTION HEADERS (ie used jaguar wheels button on wheels page)
-------------------------------------------------------------------*/

#used_wheels_button {
	width: 557px;
	height: 110px;
	margin: 0px 0px 20px 0px;
	color: #fff;
	background-image: url(images/used_wheel_button.jpg);
	cursor: pointer;
	}
	
#used_wheels_button_text {
	padding: 20px 0px 0px 285px;
	text-align: center;
	}
	
#five_speed_button {
	width: 557px;
	height: 110px;
	margin: 0px 0px 20px 0px;
	color: #fff;
	background-image: url(images/5_speed_gearbox.jpg);
	cursor: pointer;
	}
	
/* CONTACT PAGE
-------------------------------------------------------------------*/

.contact_heading {
	font-size: 16px;
	font-weight: bold;
	padding: 25px 0px 5px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: solid 1px;
	}
	
.contact_text {
	font-size: 14px;
	line-height: 24px;
	}
	
.contact_text li {
	padding: 0px 0px 10px 0px;
	}

/* ACCESSORIES PAGE
-------------------------------------------------------------------*/

.accessories_text {
	font-size: 14px;
	line-height: 22px;
	padding: 20px 0px 15px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: solid 1px;
	}
	
#accessories_list {
	line-height: 24px
	}
	
#accessories_list li {
	padding: 5px 0px 5px 0px;
	}
	
#accessories_list a {
	font-size: 18px;
	}

/* PRODUCT INFO
-------------------------------------------------------------------*/
#product_shell {
	width: 550px;
	padding: 10px 0px 0px 0px;
	}
	
.product_title {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 15px 0px 0px 0px;	
	border-bottom: 1px solid;
	}
	
.product_desc {
	clear: both;
	}
	
.product_desc_title {
	clear: both;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0px 4px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid;
	}
	
.product_image {
	float: left;
	}
	
.product_model {
	float: left;
	width: 160px;
	background-color: #E2E1CE;
	font-size: 12px;
	margin: 0px 0px 0px 11px;
	padding: 8px;
	}
	
.product_part_num {
	width: 170px;
	float: left;
	padding: 0px 0px 0px 11px;
	}
	
.product_part_num_title{
	font-size: 12px;
	font-weight: bold;
	padding: 12px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: solid 1px;
	}
		
.product_model_title {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid;
	}
	
.product_price_box {
	float: right;
	width: 175px;
	padding: 160px 10px 0px 0px;
	}
	
.product_price_box_call {
	float: left;
	width: 150px;
	padding: 160px 10px 0px 10px;
	font-size: 16px;
	font-weight: bold;
	}
	
.product_price_box_sale {
	float: right;
	width: 175px;
	padding: 138px 10px 0px 0px;
	}
	
.product_price_box_in01 {
	float: right;
	height: 20px;
	padding: 4px 0px 4px 0px;
	color: #2B2D26;
	font-size: 24px;
	font-weight: bold;
	}
	
.product_price_box_in02 {
	clear: both;
	float: right;
	padding: 10px 0px 0px 0px;
	}

/* BLOG PAGE
-------------------------------------------------------------------*/

#blog_shell {
	padding: 25px 15px 0px 0px;
	line-height: 22px;
	}
	
.blog_title {
	font-size: 20px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: solid 2px;
	}
	
#blog_nav {
	font-size: 14px;
	font-weight: bold;
	background-color: #ccc;
	padding: 10px;
	margin: 10px 0px 0px 0px;	
	text-align: center;
	}
	
.blog_btm_border {
	margin: 0px 0px 35px 0px;
	border-bottom: solid 2px;
	}
	
.link_to_this {
	}
	
.link_to_this a {
	border-bottom: dashed 1px;
	margin: 0px 0px 10px 0px;
	}

/* INSTALLATION GUIDES
-------------------------------------------------------------------*/

.installation_guide_pdf {
	background-color: #E2E1CE;
	padding: 8px;
	line-height: 30px;
	}

.installation_guide_text {
	padding: 20px 0px 0px 15px;
	}
	
.installation_guide_text li {
	list-style-image:url(images/icons/bullet_01.gif);
	padding: 0px 0px 20px 0px;
	}
	
.installation_guide_text a {
	font-size: 14px;
	}
	
.installation_special {
	color: #fff;
	background-image: url(images/account_back.gif);
	background-repeat: repeat-x;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	}
	
.installation_special a {
	color: #fff;
	}
	
.installation_special a:hover {
	color: #fff;
	}
	
.installation_special a:visited {
	color: #fff;
	}
	
.installation_special a:active {
	color: #fff;
	}
	
/* INSTALLATION GUIDE SUB PAGE (used as a shell for various installation guide pages)
-------------------------------------------------------------------*/

#install_guide_shell {
	padding: 10px 0px 0px 0px;
	line-height: 22px;
	}
	
.install_guide_box01 {
	border-bottom: dashed 1px;
	border-top: dashed 1px;
	border-color: #ccc;
	padding: 10px 0px 10px 0px;
	margin: 15px 0px 0px 0px;
	}
	
/* CATALOG PAGE
-------------------------------------------------------------------*/

#catalog_shell {
	padding: 18px 0px 0px 0px;
	}
	
#catalog_shell li{
	width: 550px;
	float: left;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: dashed 1px #ccc; 
	border-top: dashed 1px #ccc; 
	}

.catalog_text {
	float: left;
	}
	
.catalog_text a {
	font-size: 20px;
	}
	
/* SHIPPING INFO
-------------------------------------------------------------------*/
.shipping_info {
	padding: 15px 5px 0px 0px;
	}
	
.shipping_info li {
	list-style-image:url(images/icons/bullet_01.gif);
	padding: 10px 0px 0px 0px;
	}
	
.shipping_info ul {
	padding: 0px 0px 0px 15px;
	}

.shipping_info_heading {
	font-size: 16px;
	font-weight: bold;
	padding: 25px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: solid 1px;
	}
	
.shipping_options {
	padding: 15px 0px 20px 0px;
	border-bottom: solid 1px;
	}

/* SHOPPING CART
-------------------------------------------------------------------*/
.cart_total {
	float: right;
	padding: 10px 0px 0px 0px;
	}
	
.cart_total_price {
	font-size: 18px;
	font-weight: bold;
	}
	
.continue_button {
	padding: 20px 0px 0px 0px;
	}
	
.checkout_button {
	float: right;
	width: 150px;
	padding: 20px 0px 0px 0px;
	font-size: 12px;
	}
	
.cart_subtotal {
	}
	
.cart_subtotal ul {
	margin: 10px 0px 10px 0px;
	padding: 4px 10px 0px 0px;
	text-align: right;
	}
	
.cart_no_items {
	width: 400px;
	font-weight: bold;
	}
	
/* SHOPPING CART CHECKOUT
---------------------------------------------------------------------*/

.address_list {
	line-height: 24px;
	}

.current_shipaddress_title {
	font-weight: bold;
	}

#choose_ship_method {
	font-size: 14px;
	line-height: 18px;
	border: 2px solid;
	border-color: #3B6E00;
	padding: 10px;
	}
	
#choose_bill_method {
	line-height: 18px;
	border: 2px solid;
	border-color: #3B6E00;
	padding: 10px;
	}
	
.choose_bill_address {
	font-size: 14px;
	}
	
.new_bill_address {
	font-size: 20px;
	font-weight: bold;
	color: #3B6E00;
	padding: 20px 0px 5px 0px;
	text-decoration: underline;
	}
	
#choose_ship_method ul {
	background-color: #fff;
	border: 0px;
	line-height: 10px;
	}
	
.choose_ship_method_title {
	font-size: 18px;
	background-color: #3B6E00;
	color: #fff;
	font-weight: bold;
	padding: 8px;
	margin: 15px 0px 0px 0px;
	}	
	
#progress_bar {
	width: 555px;
	height: 90px;
	clear: both;
	background-image: url(images/progress_bar.gif);
	background-position: center right;
	background-repeat: no-repeat;
	}
	
.progress_button_01 {
	position: relative;
	top: 13px; 
	left: 45px;/*45*/
	}
	
.progress_button_02 {
	position: relative;
	top: 13px;
	left: 175px;
	}
	
.progress_button_03 {
	position: relative;
	top: 13px;
	left: 355px;
	}
	
.progress_button_04 {
	position: relative;
	top: 13px;
	left: 505px;
	}

.continue_button_2 {
	float: right;
	padding: 5px 0px 5px 0px;
	}
	
.confirm_title {
	color: #5CAD00;
	font-size: 26px;
	font-weight: bold;
	padding: 20px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 2px solid;
	}

.confirm_button {
	float: right;
	}

.cc {
	}
	
.cc ul {
	width: 558px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	background-color: #E2E1CE;
	border: 1px solid;
	}
	
.cc_title {
	padding: 10px;
	color: #fff;
	background-color: #000;
	font-size: 16px;
	font-weight: bold;
	}
	
.cc_cards {
	width: 100px;
	float: left;
	}
		
#checkout_finished{
	padding: 20px 0px 0px 0px;
	}
	
#checkout_finished h1 {
	color: #5CAD00;
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	}
	
.error_top {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #ff0000;
	height: 40px;
	padding: 10px;
	margin: 10px 0px 0px 0px;
	}
	
.cart_top_image {
	padding: 20px 0px 5px 0px;
	}
	
/* LOGIN PAGE / CREATE ACCOUNT
-------------------------------------------------------------------*/

.login_note {
	background-color: #E2E1CE;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	margin: 20px 0px 0px 0px;
	border: 1px solid;
	}
	
.login_note_text {
	padding: 0px 0px 10px 0px;
	}
	
#login_shell {
	width: 538px;;
	float: left;
	padding: 10px;
	margin-top: 20px;
	border: 1px solid;
	}
	
#login {
	float: left;
	}
	
#exsisting_customer {
	float: right;
	width: 155px;
	background-color: #E0FFBD;
	padding: 10px;
	margin: 5px 0px 0px 0px;
	border: 1px solid;
	font-size: 12px;
	line-height: 18px;
	}
	
.exsisting_title {
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px;
	margin: 0px 0px 6px 0px;
	}
	
.return_customer {
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0px 15px 0px;
	text-decoration: underline;
	}
	
.account_success {
	font-size: 14px;
	line-height: 24px;
	padding: 20px 0px 0px 0px;
	}
	
.account_success h1 {
	font-size: 18px;
	line-height: 24px;
	}
	
/* CUSTOMER ACCOUNT AREA
-------------------------------------------------------------------*/

.account_box {
	padding: 0px 0px 20px 0px;
	}
	
.account_box li{
	padding: 3px 0px 3px 0px;
	}
	
.account_box h1 {
	width: 550px;
	color: #5CAD00;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid;
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
	}
	
.account_box a {
	font-size: 12px;
	}
	
.welcome_title {
	color: #fff;
	background-image: url(images/account_back.gif);
	background-repeat: repeat-x;
	font-size: 30px;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	padding: 16px 10px 20px 10px;
	}
	
.update_button {
	float: left;
	padding: 0px 315px 0px 0px;
	}
	
.update_button2 {
	float: left;
	padding: 3px 0px 0px 0px;
	}
	
.update_button3 {
	float: left;
	padding: 0px 296px 0px 0px;
	}
	
.address_delete {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid;
	margin-bottom: 6px;
	}
	
.address_title01 {
	font-weight: bold;
	border-bottom: 1px solid;
	margin: 0px 0px 6px 0px;
	}
	
.forget_pass_title {
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0px 15px 0px;
	}
	
/* FLOOR MATS
-------------------------------------------------------------------*/

.floor_mat_shell {
	clear: both;
	}

.floor_mat_text {
	float: left;
	width: 200px;
	margin-top: 15px;
	padding: 10px;
	}
	
.floor_mat_image {
	float: right;
	margin-top: 15px;
	}

/* PARTS REQUEST
-------------------------------------------------------------------*/

.part_request_title {
	width: 532px;
	color: #fff;
	background-image: url(images/account_back.gif);
	background-repeat: repeat-x;
	font-size: 30px;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	padding: 16px 10px 20px 10px;
	}
	
.part_request_intro	{
	width: 532px;
	padding: 8px 0px 8px 0px;
	margin: 10px 0px 15px 0px;
	border-top: dashed 1px #ccc;
	border-bottom: dashed 1px #ccc;
	}
	
.parts_request_body {
	font-weight: bold;
	}

.parts_request_body textarea {
	width:98%;
	}
	
/* SEARCH RESULTS
-------------------------------------------------------------------*/

.search_help {
	width: 475px;
	padding: 10px 0px 0px 20px;
	}

.search_help li {
	list-style-image:url(images/icons/bullet_01.gif);
	padding: 10px 0px 0px 0px;
	}
	
.search_help ul {
	padding: 0px 0px 0px 15px;
	}

/* PARTS PAGE
-------------------------------------------------------------------*/

#parts_page_text {
	background-color: #E2E1CE;
	padding: 15px;
	margin: 10px 0px 0px 0px;
	line-height: 26px;
	}
	
#parts_model_shell {
	padding: 15px 0px 0px 0px;
	}
		

/* SERVICE ITEMS
-------------------------------------------------------------------*/

.service_items {
	}
	
.service_items h1 {
	font-size: 28px;
	color: #3B4C00;
	padding: 25px 0px 10px 0px
	}
	
.service_items h2 {
	font-size: 14px;
	color: #000;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: solid 2px;
	}
	
.service_item_model {
	float: left;
	}
	
/*------------------------------------------------------------------
-------------------- ADMIN PAGES ----------------------------------
--------------------------------------------------------------------*/

/* BLOG PAGE
-------------------------------------------------------------------*/

#admin_blog {
	float: left;
	width: 650px;
	text-align: left;
	padding: 15px 0px 0px 10px;
	}

.blog_entry {
	float: left;
	padding: 8px;
	border: solid 1px;
	}

.news_title {
	float: left;
	}
