/********************************************************************************
General Styles for the SocalUTV
********************************************************************************/

/* Basic elements */
body {
	margin:0px;
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}

table {
	border-width:0px;
}

img {
	border-width:0px;
}

a {
  font-weight: bold;
	text-decoration:none;
}

a:link, a:visited {
  color: #FFFFFF;
}

a:hover, a:active {
  color: #BFBFBF;
}


/* Specific Elements */
table.site_edge {
	border: 0px 1px 0px 0px solid #8C8E8C;
}

font.list {	
  color: #FFFFFF;
  font-weight: normal;
  font-size: 20px;
}

font.mainCategory {	
  color: white;
  font-weight: normal;
  font-size: 10px;
}

a.product_listing:link, a.product_listing:active, a.product_listing:visited {
  color: #FFFFFF;
  font-weight: bold;
}
  
font.product_page_title {
  color: #FFFFFF;
  font-size: 23px;
  font-weight: bold;
}

font.vehicle_categories {
  color: #FFFFFF;
  font-size: 17px;
  font-style: italic;
  font-weight: bold;
  text-decoration:none;
}

font.product_description {
  color: #FFFFFF;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-decoration:none;
}

font.features {
  color: #FFFFFF;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  text-decoration:none;
}

font.notes {
  color: #007EFF;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  text-decoration:none;
}

font.price {
  color: #FFFFFF;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  text-decoration:none;
}

font.search_categories {
  color: #F0FF00;  
}

a.product_listing:hover {
  color: #FFFFFF;
}

.outer_table {
  border-style:solid;
  border-color:#000000;
  border-width:0px;
  background-color: #000000;
  margin-left: 10px;
  margin-right: 10px;
}

a.product_listing:link, a.product_listing:active, a.product_listing:visited {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration:none;
}

a.product_listing:hover {
  color: #FFFFFF;
}

a.specials:link, a.specials:active, a.specials:visited {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  text-decoration:none;
}

a.specials:hover {
  color: #5B5A5A;
  font-size: 14px;
  font-weight: bold;
  text-decoration:underline;
}


a.product_listdesc:link, a.product_listdesc:active, a.product_listdesc:visited {
  color: #FF8400;
  font-weight: bold;
  text-decoration:none;
}

a.product_listdesc:hover {
  color: #D42525;
}

a.product_listpartnum:link, a.product_listpartnum:active, a.product_listpartnum:visited {
  color: #F0FF00;
  font-weight: bold;
  text-decoration:none;
}

a.product_listpartnum:hover {
  color: #D42525;
}

a.search_links:link, a.search_links:active, a.search_links:visited {
  color: #FF8400;
  font-weight: bold;
  text-decoration:none;
}

a.search_links:hover {
  color: #D42525;
}

a.subcategories:link, a.subcategories:active, a.subcategories:visited {  
  font-size:14px;
}




img.product_listing {
  border-style: solid;
  border-width: 1px;
  border-color: #FF0000;
  margin-left: 10px;
  margin-right: 10px;
}

img.product_listbrand {  
  margin-left: 10px;
  margin-right: 10px;
}

ul.list {
  list-style: disc outside
}

ul.brand_list {
	list-style-type: none;
	font-size:13px;
	margin-bottom:20px;
}

ul.brand_list li {
	margin-top:5px;
}

tr.red {
  background-color: #A00000
}

td.image_table {
  background-color: #000000
}

tr.black {
  background-color: #000000
}

font.product_table {
  color: #FFFFFF;
  font-size: 10px
}

font.list {
  color: #FFFFFF;
  font-size: 10px
}

font.product_title {
  color: #FFFFFF;
  font-size: 14px
}

font.product_body {
  color: #FFFFFF;
  font-size: 10px
}

ul.list {
  color: #FFFFFF;
  font-size: 10px
}

font.description {
  color: #FFFFFF;
  font-size: 14px
}

img.product_image {
  border-style: none;
  border-width: 0px;
  border-color: #000000;
}

img.decorate {
  border-style: solid;
  border-color: #FF0000;
  border-width: 1px;
}

td.bg { 
  background: url(./images/news_background.jpg) no-repeat fixed top;
}


/* Breadcrumb */

.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:hover, .breadcrumb a:active {
	color:#00FFFF;
}


#breadcrumbSection1 {
	color:#FFFF00;
}

#breadcrumbDivider1 {
	color:#FF0000;
}


/* Specific Divs */
#categoriesMenu {
	padding-bottom:200px;
	font-size: 11px;
}

#categoriesMenu table {
	font-size: 11px;
}

#carOneHeader {
	margin-top:30px;
	margin-left:10px;
	float:left;
}

#carOneImage {
	float:right;
}

#carOneText {
	width:500px;
	margin-left:25px;
	float:left;
}

#footer {
	width:1003px;
  font-size:12px;
	text-align:center;
}

#footer a {
	color: blue;
}

