ul#categories_listing, li#category, ul#sub_category_listing, li#sub_category
{
	margin:0px; 
	padding: 0px;
	list-style-type:	none;
}

#sub_category table
{
	font-size: 1em;
	border-collapse: collapse;
}

#nav_title
{
	background: #fffffe; /* background */
	border-bottom: 1px solid #dddddd;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
}

#category_listing_navigation
{
	display: block;
	float: left;
	margin-left: 12px;
	margin-right: 5px;
	padding-bottom: 15px;
	font-weight: bold;
	width: 150px;
	border: 1px solid #dddddd;
	min-height: 300px;
	font-size: 12px;
}

ul#categories_listing
{
	margin: 10px;
}

li#category
{
	background: #6D8097;
	margin-bottom: 15px;
	color: #000001; /* foreground */
	text-align: center;
}

ul#categories_listing li ul
{
	font-weight: normal;
	font-size: 12px;

	background: #fffffe; /* background */
	border: 1px solid #dcdcdc;
	text-align: left;
	color: #dcdcdc;
}

#dot
{
	padding: 0;
	margin: 0;
	font-family: verdana;
	color: #dcdcdc;
}

ul#categories_listing li ul a
{
	text-decoration: none;
	font-weight: bold;
}

/**/




/* Makes and Models */
/*************************/



#product_makes_and_models
{
	float: right;
	padding-right: 10px;
}

#make_container
{
	display: block;
	border: 1px solid #dddddd;
	padding-bottom: 10px;
	margin-bottom: 10px;

}
#description_wrapper
{
	display: block;
	clear: both;
	padding-right: 10px;
	text-align: justify;
}

#make_name
{
	font-size: 14px;
	font-weight: bold;
	background: #fffffe; /* background */
	border-bottom: 1px solid #dddddd;
	color: #fffffe; /* background */
	text-align: center;
	padding: 2px;
}

 #make_description, #models,#models_description
{
	margin-left: 10px;
}

#models
{
	margin-left: expression('13px');
}

#models_description
{
	display: block;
	clear: both;
	margin-top: 5px;

}

#models
{

	clear: both;
	display: block;
}

div#models table tr th
{
	background: #6D8097;
	font-size: 12px;
	color: #fffffd; /* alternate foreground */
}
div#models table tr td
{
	background: #fffffe; /* background */
	font-size: 12px;
	color: #fffffe; /* background */
}
#models table
{
	width: 510px;
	border-collapse: collapse;
	border: 1px solid #000001;
}

#models table td
{
	border-right: 1px solid #000001;
	border-left: 1px solid #000001;
	border-top: 1px solid #000001;
}

#models table th
{
	border-right: 1px solid #000001;
	border-left: 1px solid #000001;
}


#models table td#option_column
{
	background: #000001; /* foreground */
	width: 75px;
}

#make_image_surround img
{
	border: 1px solid #eaeaea;
}

#spacer
{
	height: 5px;
};



/* View Cart Page */
/*************************/
/*set width*/


td#cart_unit_price
{
width: 20px;
text-align: right;
}
td#cart_products_name
{
width: 350px;
}
td#cart_product_total
{
width: 100px;
text-align: right;
}
table#view_cart_table
{
border-collapse: collapse;
font-size: 12px;
color: #000001; /* foreground */
}
#cart_product_quantity
{
width: 50px;
text-align: center;

}
#cart_product_quantity input
{
font-size: 12px;
width: 35px;
	font-family: arial;
	font-size: 12px;
	/*background-color: #000000; /* alternate background */
	/*border: 1px solid #fffffe; /* background */
	/*color: #fffffd; /* alternate foreground */
	color: black; /* alternate foreground */
	width: 70%;
	text-align: center;
	/*border: 1px solid #000001; /* foreground */
}
/*colors and borders*/

#view_cart_items_row_1  td,#view_cart_items_row_2  td, #view_cart_items_row_initial td
{
background: #fffffe; /* background */ 

border-left: 1px solid #000001;
border-right: 1px solid #000001;
}

#blank_row td
{
height: 1px;
border-right: 1px solid #000001;
border-left: 1px solid #000001;
}
td#blank_cart_remove
{
	border-left: 1px solid #000001;
}

td#cart_remove SPAN A
{
	text-decoration: none;
	border: 0px;
	color: #FF7108;
}

td#cart_remove SPAN A:hover
{
	text-decoration: none;
	border: 0px;
}


td#blank_cart_product_total
{
	border-right: 1px solid #000001;
}


#view_cart_table
{
	width: 95%;
	margin: auto;
	margin-top: 20px;
	background: #fffffe; /* background */

}

#cart_remove A
{
	text-decoration: none;
	color: #A9A9A9;
	border-bottom: 1px solid #55554D;
	font-size: 11px;
}

#cart_remove A:hover
{
	text-decoration: none;
	color: #E66904;
	border-bottom: 1px solid #97005D;
	font-size: 11px;
}


#view_cart_table th
{
border-right: 1px solid #000001;
border-top: 1px solid #000001;
background: #000000; /* alternate background */
font-size: 12px;
color: #fffffd; /* alternate foreground */
}
#cart_total_row td
{
padding-top: 5px;
font-size: 14px;
}
td#cart_total_price
{
border-left: 1px solid #000001;
text-align: right;
}

td#cart_total_text
{
vertical-align: bottom;
font-weight: bold;
text-align: right;
}

td#cart_total_price
{
font-weight: bold;
}




/* Draw line around table (special border) */
td#cart_total_text 
{
border-top: 1px solid #000001;
border-right: 1px solid #000001;
}
td#cart_remove, th#cart_remove
{
border-left: 1px solid #000001;
}
td#cart_product_total, th#cart_product_total
{
border-right: 1px solid #000001;
}
#cart_total_price
{
height: 40px;
vertical-align: bottom;
background: #fffffe; /* background */
border-top: 1px dashed #000001;
border-right: 1px solid #000001;
border-bottom: 1px solid #000001;
}
#cart_quantity_total
{
height: 40px;
vertical-align: bottom;
background: #fffffe; /* background */
border-top: 1px dashed #000001;
border-bottom: 1px solid #000001;
text-align: center;
}



/**************************
  IE specific "corrections"
**************************/

ul#sub_category_listing
{
	background: white
}

li#category
{
	padding-left: 0px;
}

#category span
{
	margin-left: 8px;
}

#cart_discount_row td
{
	border-top: 1px solid #000001;
	border-left: 1px solid #000001;
	border-right: 1px solid #000001;
}

#cart_discount_row input
{
	font-family: arial;
	font-size: 12px;
	/*background-color: #000000; /* alternate background */
	/*border: 1px solid #fffffe; /* background */
	/*color: #fffffd; /* alternate foreground */
	width: 70%;

}

#cart_discount_price 
{
	text-align: center;
}
#cart_discount_text
{
	padding-left: 5px;
}

/* Login Pre-Checkout */
table#account_login
{
	width: 80%;
}
table#account_login td
{
	text-align: right;
}

table#account_login td#last_row,
	table#account_login  td#password,
	table#account_login  td#email
	{
		text-align: left;
	}
/*table#account_login td
{
	padding: 3px;
}*/

table#account_login td#last_row
{
	text-align: center;
}
#edit_profile
{
	margin-top: 1em;
}

BODY
table.general_table
{
	border: 1px solid #000001;
	border-collapse: collapse;
	font-size: 12px;
	padding: 3px;
	background: #fffffe; /* background */
	color: #000001; /* foreground */
	margin: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	width: 60%;
}

.general_table TD
{
	padding: 4px;
}

table.general_table INPUT.general_input
{
	/*background: #000000; /* alternate background */
	/*border: 1px solid #000001;
	font-size:12px;
	font-family: arial;
	color: #fffffd; /* alternate foreground */
}

table.general_table SELECT
{
	background: #000000; /* alternate background */
	border: 1px solid #000001;
	font-size:12px;
	font-family: arial;
	color: #fffffd; /* alternate foreground */
}

table.general_table SELECT OPTION
{
	background: #000000; /* alternate background */
	font-size:12px;
	font-family: arial;
	color: #fffffd; /* alternate foreground */
}

table.general_table th
{
	background: #000000; /* alternate background */
	color: #fffffd; /* alternate foreground */
	text-align: center;
	padding: 3px;
}

#pre_checkout_login
{
	 width: 80%;
}


#subtotal_left, #subtotal_right
{
	border-left: 1px solid #000001;
	border-top: 2px solid #000001;
}


#shipping_left, #tax_left, #total_left, #shipping_right, #tax_right, #total_right
{
	border-top: 1px dotted #000001;
}
#shipping_right, #tax_right, #total_right
{

	border-left: 1px solid #000001;

}

#subtotal_right, #total_right,#shipping_right, #tax_right, #total_right
{
	text-align: right;
}


#modify_row
{
	border-top: 1px solid #000001;

}

#total_left, #total_right
{
	font-weight: bolder;
}


TABLE#shipping TD
{
	border-top: 1px dotted #000001;
	padding: 2px;

}

TABLE#billing TD
{
	border-color: #000001;
	padding: 3px;
	border-bottom:1px dotted #000001;

}


TH#cart_unit_price
{
	width: 80px;
}

#view_cart_table TD
{
	padding: 2px;
}

td#cart_update_cell
{
	background: #fffffe; /* background */
	border-left: 1px solid #000001;
	border-bottom: 1px solid #000001;
	border-right: 1px solid #000001;
	width: 340px;
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
}

td#continue
{
	background: #fffffe; /* background */
	border-left: 1px solid #000001;
	border-bottom: 1px solid #000001;
	border-top: 1px solid #000001;
	padding-top: 5px;
	padding-left: 3px;
}

#cart_product_quantity
{
	width: 85px;
}

#profile_nav IMG
{
	margin-left: 15px;
}

#password_sent
{
	margin-top: 40px;
	font-size: 14px;
	font-weight: bold;
}

#member_account
{
	display: none;
}

SPAN#error
{
	display: block;
	clear: both;
	color: red;
}

#shipping, #accounting, #billing
{
	width: 700px;
}


