@charset "UTF-8";
/* CSS Document */
/*
Colors for So Cal Imports - Prothane
http://www.colorschemer.com
the_disillusioned_anarchist
#1b4698 - Dark Blue
#5caedc - Light Blue
#000000 - Black
#3d3d3d - Dark Grey(almost black)
#787878 - Medium Grey
#e6e6e6 - Light Grey
#ffffff - White
#fea501 - Orange
#fafe02 - Yellow
#A00000 - Dark Red
*/
p {
}
#page_title h1 {
	font-size: 12px;
	float: right;
	clear: right;
	margin-top: 10px;
	margin-right: 5px;
	overflow: hidden;
	font-weight: bold;
	color: #FFF;
}
h2 {
	font-size: 11px;
}
h3 {
	font-size: 10px;
	padding-left: 10px;
}
/* BOF Form Styles */
form {
	display: inline;
}
label {
	font-weight: bold;
}
input {
	padding: 2px 4px;
}
select {
	border: 1px solid #3d3d3d;
}
checkbox, radio {
	border-style: none;
}
textarea {
	width: 100%;
	border: 1px solid #3d3d3d;
}
/* EOF Form Styles */
/* BOF Header Block Styles - template_top.php */
#socal_header {
	margin: 0px;
	padding: 0px;
	height: 134px;
	width: 100%;
	border-bottom: 2px solid #3d3d3d;
	background: #3d3d3d; /* Old browsers */
	background: #0e244e; /* Old browsers */
	background: -moz-linear-gradient(top,  #0e244e 10%, #5caedc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#0e244e), color-stop(100%,#5caedc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0e244e 10%,#5caedc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0e244e 10%,#5caedc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0e244e 10%,#5caedc 100%); /* IE10+ */
	background: linear-gradient(top,  #0e244e 10%,#5caedc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e244e', endColorstr='#5caedc',GradientType=0 ); /* IE6-9 */
}
#socal_logo_container {
	margin: 0px auto;
	width: 960px;
	overflow: hidden;
	background: url(/images/logo_background.png) no-repeat left top;
}
#socal_logo {
	padding: 0px;
	width: 170px;
	float: left;
	margin: 5px 20px 0px;
	height: 105px;
}
#socal_sub_logo {
	padding: 0px;
	margin-top: 30px;
	float: left;
	width: 690px;
	margin-left: 50px;
}
.socal_logo_image {
	margin: 0px;
	padding: 0px;
}
#socal_header_nav  {
	width: 100%;
}
.socal_header_nav_center {
	margin: 0px auto;
	width: 960px;
}
#socal_header_shortcuts {
	background: #e6e6e6;
	margin: 0px 5px 0px 0px;
	padding: 0px 10px 4px 5px;
	height: 20px;
	border-top-style: none;
	float: right;
}
.socal_nav_link {
	float: right;
	line-height: 24px;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	font-weight: bold;
}
.socal_nav_link a {
	margin-right: 7px;
}
.socal_nav_link a:hover {
	color: #5caedc;
}
.socal_right_margin {
	margin-right: 7px;
}
.socal_header_nav_menu {
	border-top: 1px solid #3d3d3d;
	border-right-style: none;
	border-left-style: none;
	line-height: 19px;
	height: 22px;
	overflow: hidden;
	width: 960px;
	color: #ffffff;
	font-weight: bold;
	margin: 0px auto;
	clear: left;
	float: left;
}
.socal_header_nav_menu a {
	color: #ffffff;
}
.socal_header_nav_menu a:hover {
	color: #1b4698;
}
#socal_navlist {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 3px 0px;
	float: left;
	width: 650px;
	line-height: 18px;
}
#socal_navlist li {
	border-right: 1px solid #fff;
	float: left;
	padding: 0px 5px;
	font-size: 12px;
	display: inline;
}
#socal_navlist li.socal_last {
	border-right: none;
}
#socal_searchbox {
	text-align: right;
	color: #fafe02;
	font-weight: bold;
	font-size: 12px;
	margin-right: 10px;
	float: right;
	line-height: 18px;
	margin-top: 2px;
} 
#socal_searchbox input {
	font-style: italic;
	color: #787878;
	font-size: 10px;
	height: 12px;
	margin-top: -2px;
} 
/* EOF Header Block Styles - template_top.php */

/* BOF Company Logos - index.php */
#welcome_logos {
}
.welcome_logos {
	margin-top: 15px;
}
#welcome_logos ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
#welcome_logos li {
	padding-right: 2px;
	padding-left: 2px;
	display: inline;
}
#welcome_logos .first {
}
#welcome_logos .last {
}
#welcome_logos img {
	vertical-align: middle;
	border-style: none;
}
/* EOF Company Logos - index.php */

/* BOF Product Info - product_info.php */
#information {
	width: 390px;
	float: right;
	margin-bottom: 10px;
}
#image {
	width: 320px;
	float: left;
	margin-bottom: 10px;
}
.main_image img {
	-webkit-box-shadow: 0px 0px 1px #000;
	-moz-box-shadow: 0px 0px 1px #000;
	width: 300px;
	height: auto;
}
.info_header {
	font-weight:bold;
	border-bottom: 1px solid #000;
	margin-top: 5px;
	display: block;
	line-height: 18px;
	font-size: 12px;
}
.field_title {
	font-weight: bold;
	padding-right: 5px;
}
.field_value {
	font-weight: bold;
	color: #1b4698;
}
.field_value a {
	font-weight: bold;
	color: #1b4698;
}
.field_value a:hover {
	font-weight: bold;
	color: #5caedc;
}
.note {
	padding-left: 22px;
	font-size: 10px;
	display: block;
}
.ups_ground {
	font-size: 10px;
	color:red;
	line-height: 1.5;
	display: block;
	margin-left: 22px;
}
.ship_quote {
	color: #A00000;
	line-height: 1.5;
	display: block;
	margin-left: 22px;
	margin-top: 15px;
	font-weight: bold;
}
#tabs {
	width: 710px;
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
}
.ymm_box {
	overflow: hidden;
	background: #fea501; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafe02 10%, #fea501 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#fafe02), color-stop(100%,#fea501)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafe02 10%,#fea501 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafe02 10%,#fea501 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafe02 10%,#fea501 100%); /* IE10+ */
	background: linear-gradient(top,  #fafe02 10%,#fea501 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafe02', endColorstr='#fea501',GradientType=0 ); /* IE6-9 */
}
.ymm {
	overflow: hidden;
	margin: 0px 0px 10px;
}
.ymm_row {
	width: 100%;
	float: left;
	overflow: hidden;
}
.ymm_header {
	width: 213px;
	border-bottom: 1px solid #666;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 0px 5px;
}
.ymm_info {
	width: 213px;
	float: left;
	padding: 1px 0px 1px 5px;
	margin: 0px 5px 1px 0px;
	background: #e6e6e6;
}
/* EOF Product Info - product_info.php */

/* BOF Product Results - product_listing.php */
.productlistHeading {
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	line-height: 22px;
	margin: 0px;
	width: 708px;
	border-bottom: 2px solid #1b4698;
}
.productlistHeader_desc {
	width: 598px;
	float: left;
	padding-left: 5px;
}
.productlistHeader_price {
	width: 95px;
	float: right;
}
.productListingData {
	float: left;
	width: 698px;
	margin-bottom: 10px;
	border-bottom: 1px solid #787878;
	padding-bottom: 5px;
}
.productListing_image {
	float: left;
	width: 110px;
	vertical-align: top;
}
.productListing_image img {
	float: left;
	width: 100px;
}
.productListing_info {
	float: left;
	width: 495px;
	vertical-align: top;
}
.productListing_price {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	padding-bottom: 2px;
	vertical-align: top;
}
.title {
	font-weight: bold;
}
.description {
	font-size: 10px;
}
.price_red {
	color: #A00000;
	line-height: 1.5;
	margin-right: 5px;
}
.pagelisting {
	padding: 2px 2px 2px 6px;
	text-align: left;
	vertical-align: top;
	font-size: 10px;
}
/* EOF Product Results - product_listing.php */

/* BOF Featured Product Display - featured_products.php */
.contentContainerFeatured {
	width: 218px;
	margin-bottom: 10px;
	float: left;
	height: 200px;
	margin-right: 3px;
	margin-left: 3px;
	padding: 5px;
}
.contentFeatured {
	font-size: 9px;
}
/* EOF Featured Product Display - featured_products.php */

/* BOF Nivo Slider - index.php */
#slider {
	position:relative;
	width:708px; /* Change this to your images width */
	height:273px; /* Change this to your images height */
	background:url(/images/loading.gif) no-repeat 50% 50%;
	z-index: 0;
	overflow: hidden;
	border: 1px solid #000;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
/* EOF Nivo Slider - index.php */

/* BOF Shopping Cart - shopping_cart.php */
.cartHeader_qty {
	width: 80px;
	float: left;
	padding-left: 5px;
}
.cartHeader_desc {
	width: 515px;
	float: left;
}
.cartHeader_price {
	width: 95px;
	float: left;
	text-align: right;
	padding-right: 5px;
}
.cart_row {
	width: 695px;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
.cart_row_qty {
	width: 80px;
	float: left;
}
.cart_row_qty button {
	margin-top: 3px;
	margin-bottom: 3px;
}
.cart_row_data {
	width: 510px;
	float: left;
}
.cart_row_data img {
	float: left;
	padding: 2px 5px 2px 2px;
	margin-bottom: 20px;
}
.cart_row_price {
	width: 100px;
	float: left;
	text-align: right;
}
.cart_attrib_desc {
	font-size: 9px;
	font-style: italic;
	color: #787878;
	text-decoration: none;
	line-height: 16px;
	}
/* EOF Shopping Cart - shopping_cart.php */

/* BOF Security Logos - login.php, create_account.php */
#security_logos {
}
.security_logos {
	margin-top: 15px;
}
#security_logos ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
#security_logos li {
	padding-right: 20px;
	padding-left: 20px;
	display: inline;
}
#security_logos .first {
}
#security_logos .last {
	border-right-style: none;
}
#security_logos img {
	vertical-align: middle;
	border-style: none;
}
/* EOF Security Logos - login.php, create_account.php */

/* BOF Shipping Popup - checkout_shipping.php */
#popup_background {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	background:#1b4698;
	border:1px solid #3d3d3d;
	z-index:2;
}
#popup_notify {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:auto;
	width:420px;
	background:#FFFFFF;
	border:2px solid #3d3d3d;
	z-index:3;
	padding:12px;
}
#popup_notify h1 {
	text-align:left;
	color:#6FA5FD;
	font-size:22px;
	font-weight:bold;
	border-bottom:1px dotted #3d3d3d3;
	padding-bottom:2px;
	margin-bottom:20px;
	margin-top: 10px;
}
#popup_notify_close {
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
}
/* EOF Shipping Popup - checkout_shipping.php */

/* BOF Order Confirm - checkout_confirmation.php */
.cart_confirm_header {
	border-bottom: 1px solid #787878;
}
.cart_confirm_desc {
	padding: 0px;
	margin: 0px;
	width: 600px;
	float: left;
	line-height: 16px;
}
.cart_confirm_price {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 70px;
	text-align: right;
	line-height: 16px;
}
.cart_confirm_attrib {
	font-size: 9px;
	font-style: italic;
	color: #787878;
	text-decoration: none;
	padding-left: 20px;
	line-height: 16px;
	}
.order_total {
	border-top: 1px solid #3d3d3d;
	text-align: right;
	float: right;
	margin-top: 40px;
	margin-bottom: 20px;
}
/* EOF Order Confirm - checkout_confirmation.php */
/* BOF Wishlist Styles - wishlist.php */
.wishHeader_image {
	width: 60px;
	float: left;
	padding-left: 5px;
}
.wishHeader_desc {
	width: 520px;
	float: left;
}
.wishHeader_price {
	width: 110px;
	float: left;
	text-align: right;
	padding-right: 5px;
}
.wishHeader_select {
	width: 100px;
	float: left;
}
.wish_row {
	width: 700px;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 5px;
}
.wish_row_image {
	width: 70px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.wish_row_qty button {
	margin-top: 3px;
	margin-bottom: 3px;
}
.wish_row_data {
	width: 520px;
	float: left;
}
.wish_row_data img {
	float: left;
	padding: 2px 5px 2px 2px;
	margin-bottom: 20px;
}
.wish_row_price {
	width: 100px;
	float: left;
	text-align: right;
}
.wish_name {
	width: 300px;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
.wish_email {
	width: 300px;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
/* EOF Wishlist Styles - wishlist.php */

/* BOF STYLES SITE WIDE (NOT PAGE SPECIFIC) */
/* BOF Breadcrumb */
.breadcrumb {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	border-bottom: 2px solid #1b4698;
	margin-bottom: 10px;
	padding-bottom: 2px;
}
/* EOF Breadcrumb */
/* BOF fam fam fam icons */
.socal_icon {
	border-style: none;
	vertical-align: -3px;
	margin-right: 6px;
}
/* EOF fam fam fam icons */
/* BOF Fieldset Styles for grouping items */
.fieldset {
	border: 1px solid #787878;
	padding: 0px 10px 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.fieldset_header {
	position: relative;
	padding: 0px 4px;
	top: -10px;
	left: 0px;
	background-color: #fff;
	font-weight: bold;
	font-size: 12px;
}
/* EOF Fieldset Styles for grouping items */
/* BOF Select Box Styles */
.styled-select select {
	background: transparent;
	width: 165px;
	padding: 0px;
	font-size: 10px;
	border: none;
	height: 16px;
	line-height: 18px;
}
.styled-select {
	float: left;
	width: 150px;
	height: 16px;
	overflow: hidden;
	background: #ffffff url(../images/icons/bullet_arrow_down.png) no-repeat right;
	margin: 2px;
}
/* EOF Select Box Styles */
/* BOF Product Box Styles - Used site wide on several pages to display product */
.product_box_row {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
	width: 700px;
	overflow: hidden;
}
.product_box {
	width: 230px;
	overflow: hidden;
	height: 180px;
	margin: 2px 1px 2px 0px;
	padding: 0px;
	float: left;
}
.product_box_heading {
	float: left;
	width: 228px;
	padding: 2px 5px 3px;
	text-align: center;
	height: 28px;
	overflow: hidden;
}
.product_box_image {
	width: 100px;
	padding: 5px;
	clear: left;
	float: left;
	text-align: left;
	overflow: hidden;
}
.product_box_info {
	padding: 5px;
	margin-left: 125px;
	float: none;
	text-align: left;
}
/* EOF Product Box Styles - Used site wide on several pages to display product */


button {
	margin-right: 2px;
	margin-left: 2px;
}
a.buttonAction:hover {
	color: #FFF;
}
.part_price {
	color: #fea501;
}
/* EOF STYLES SITE WIDE (NOT PAGE SPECIFIC) */

/* BOF Style Extensions - Extends a style in the main style sheet */
.accountLinkList li {
	padding-top: 2px;
	padding-bottom: 2px;
}
a.infoBoxContents { 
  color: #1b4698;
  text-decoration: none;
}
a.infoBoxContents:hover {
  color: #5caedc;
  text-decoration: none;
}
/* EOF Style Extensions - Extends a style in the main style sheet */

.manufacturer_box {
	float: right;
	line-height: 10px;
}

/* UPS Tracking Mod */
.UPSheader {
  font-size: 13pt;
  color: #663300;
  font-weight: 900;
}

.UPSheader2	{
  font-size: 8pt;
  font-weight: bold;
  color: #ffffff;
}

.appheadercolor {
  background-color: #996633;
}

.modulepad {
  padding-left:10px;
  padding-right:10px;
}

.spacing {
  padding-left: 10px;
  padding-right: 10px;
}

.modpadbullet {
  padding-left:6px;
  text-indent: -9px;
  padding-right:5px;
}

TD.ups {
  font-size: 7pt;
}

TD.upsSmall {
  font-size: 6pt;
}

.brownbold {
  color: #663300;
  font-weight: bold;
}
.track_status_bold {
	font-weight: bold;
}
.orange {
	background: #F90;
}

/* BOF jQueryUI overrides */
#jQueryTabs {
	padding: 0px;
	background: none;
	border-width: 0px;
}
#jQueryTabs li {
	font-size: 9px;
}
#jQueryTabs .ui-tabs-nav {
	padding-left: 0px;
	background: transparent;
	border-width: 0px 0px 1px 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
#jQueryTabs .ui-tabs-panel {
	border-width: 0px 1px 1px 1px;
	overflow: hidden;
}
.ui-button .ui-button-text {
	color: #FFF;
}
.socal .ui-button .ui-button-text {
	color: #000;
}
/*button text element */
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.5em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.5em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.5em; padding-right: 2.5em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }
/*button text element */
.socal .ui-button-text-only .ui-button-text { padding: .4em 1em; }
.socal .ui-button-icon-only .ui-button-text, .socal .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.socal .ui-button-text-icon-primary .ui-button-text, .socal .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.5em; }
.socal .ui-button-text-icon-secondary .ui-button-text, .socal .ui-button-text-icons .ui-button-text { padding: .4em 2.5em .4em 1em; }
.socal .ui-button-text-icons .ui-button-text { padding-left: 2.5em; padding-right: 2.5em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }
/* EOF jQueryUI overrides */
.green {
	background: #3F0;
}
.social_media {
	float: right;
	clear: right;
	margin-top: 10px;
	margin-right: 5px;
	overflow: hidden;
	vertical-align: middle;
}
.social_media_list {
	width: 281px;
}
.social_media_list li {
	display:block;
	float: left;
	width: 33.3%;
	text-align: center;
	margin: 0 auto;
}
.wish_box_row {
	background: #e6e6e6;
	margin-bottom: 3px;
	padding: 2px;
}
.image_explain {
	text-align: center;
}
.rep_image {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.rep_image_explain {
	font-size: 9px;
	text-align: center;
}
.footer {
	text-align: center;
}
.mainsred {
	color: #A00000;
}
.bearing_table {
	font: normal 10px Verdana, Geneva, sans-serif;
	background: #F4F4F4;
	border: 1px solid #000;
	width: 100%;
}
.bearing_table_header {
	background: #D6D6D6;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
.bearing_table_subheader {
	background: #EBEBEB;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	border: 1px solid #000;
}
.bearing_table_info {
	border: 1px solid #000;
}
.stock {
	visibility: hidden;
}
.man_filter {
	float: right;
	padding: 0px;
}
.cat_desc {
	padding: 0px;
	clear: both;
}