@import '/Public/Styles/RPM-Shared/Import.css';

/*NEW 07-16-2007*/


#vehicles
{
	margin: 10px 0;
}
#vehicles table
{
	border-collapse: collapse;
	width: 100%;
}
#vehicles td
{
	border: 1px solid #aaa;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
#vehicles .make
{
	text-align: left;
	font-weight: bold;
	background: #AAA;
	color: #fff;
	padding: 5px;
}
#vehicles .titles
{
	background: #CCC;
}
#vehicles .partnumber
{
	width: 10%;
	white-space:nowrap;
}
#vehicles .year
{
	width: 10%;
	white-space:nowrap;
}
#vehicles .specsname, #vehicles .specsvalue
{
	font-size: 11px;
	font-style: oblique;
}
#vehicles .specsvalue
{
	text-align: left;
}
#vehicles tr.odd
{
	background: #f3f7fe;
}
#vehiclefilters a
{
	margin: 0 5px 5px 0;
}
#groupdetails
{
	background: #f0f0f0;
	border: 1px solid #aaa;
	margin-bottom: 10px;
	padding: 5px;
}
#tabs
{
	margin: 15px 0;
}
.filtervehicles
{
	padding: 10px;
	margin: 10px 0;
	background: #f0f0f0;
	border: 1px solid #AAA;
}
.filtervehicles a
{
	margin-right: 5px;
}
#alpha .search
{
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
}
#alpha .search input[type=text]
{
width: 100px;
}
#alpha .search h4
{
border-bottom: 1px solid #AAA;
margin-bottom: 5px;
}



/*-------------------------------------------------------
CSS Stylesheet

 This section of the StyleSheet defines the look & feel of the website and can be edited freely without 
 disturbing the layout of the site. 

 Created: 08/26/2006
 Updated: 04/06/2007

///////////////////////////////////////////////////////*/
/*-------------------------------------------------------------------
Layout
===================================================================*/
#header
{
	background: #FFF;
}
#main
{
	background: #FFF;
}
#fixednav #main
{
	background: url('/Public/Images/bg_fixed_nav.png') #FFF;
	background-position: left;
	background-repeat: repeat-y;
}
/*-------------------------------------------------------------------
~~Base
===================================================================*/
body
{
	background: #333;
color: #333;
	background-repeat: repeat-y;
	background-position: center;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
img
{
	border: 0;
}
p
{
	line-height: 1.5;
}
h1
{
	font-size: 18px;
	letter-spacing: -.5px;
	font-weight: bold;
	line-height: 1;
}
h2
{
	font-size: 14px;
	line-height: 1.286;
}
h3
{
	font-size: 12px;
	line-height: 1.5;
	border: 1px solid #AAA;
	padding: 5px;
	background: #F9F9F9;
}
a, h1, h2, h3, .module
{
	color: #cc6600;
}
a:hover
{
	color: #666;
}
a:visited: 
{
#3300cc;
}
/*-------------------------------------------------------------------
~~Header
===================================================================*/

/*TOP Most Portion - Logo & Links */
#branding {
margin: 0 -10px;
}

#branding #logo
{
	padding: 10px 0;
	float: left;
}
#branding #nav
{
    margin: 5px -2.5px 0 0;	
    font-size: 11px;
	text-align: center;
	float: right;
}
#branding ul
{
	margin: 0;
	padding: 0;
}
#branding li
{
	display: inline;
    list-style: none;
    margin: 0 2.5px;
}
#branding ul a
{
    padding: 5px 10px;
    border-left: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
    border-right: 1px solid #AAA;
    background: #F0F0F0;
	font-weight: bold;
    color: #000;
    text-decoration: none;
}
#branding ul a:hover
{
    padding: 5px 10px 10px 10px;
    border-bottom: 2px solid #AAA;
}
/*STACKED Navigation*/
#headernav
{
	height: 90px;
	margin: 0 -10px;
	background: #000;
	color: #FFF;
	font-size: 11px;
}
#headernav a
{
	color: #FFF;
}
#headernav #categories, #headernav #ourshop
{
	padding: 10px 0;
	margin: 0 0 0 10px;
}
#headernav #categories a, #headernav #ourshop a
{
	text-decoration: none;
	font-weight: bold;
}
#headernav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#headernav a:hover
{
}
#headernav #selectedapplication
{
	padding: 10px 0;
	float: right;
	text-align: right;
}

/*MENU Navigation*/
#headermenu
{
	width: 938px;
	margin: 0 -10px;
    padding: 10px 0;
	position: relative;
	background: #000;
	color: #FFF;
}
#headermenu a
{
	color: #FFF;
}
/* The menu adapter renders an unordered list (ul) in HTML for each tier in the menu. */
/* So, effectively says: style all tiers in the menu this way... */
#headermenu ul ul
{
	background: url('/Public/Images/bg_blk_85.png');
}
/* The menu adapter generates a list item (li) in HTML for each menu item. */
/* Use this rule create the common appearance of each menu item. */
#headermenu ul.AspNet-Menu li
{	
}
/* The menu adapter generates a list item (li) in HTML for each menu item. */
/* Use this rule create the common appearance of each menu item. */
#headermenu ul.AspNet-Menu li.AspNet-Menu-WithChildren
{	
	padding: 10px;
	font-weight: bold;
}
/* Within each menu item is a link or a span, depending on whether or not the MenuItem has defined it's */
/* NavigateUrl property. By setting a transparent background image here you can effectively layer two images */
/* in each menu item. One comes from the CSS rule (above) governing the li tag that each menu item has. */
/* The second image comes from this rule (below). */
#headermenu ul.AspNet-Menu li a, #headermenu ul.AspNet-Menu li span
{
}

/* When a menu item contains no submenu items it is marked as a'leaf'and can be styled specially by this rule. */
#headermenu ul.AspNet-Menu li.AspNet-Menu-Leaf a, #headermenu ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
	padding: 4px 2px 4px 8px;
	border-bottom: 0;
	font-weight: normal;
}
/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li. So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
#headermenu ul.AspNet-Menu li a:hover, #headermenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
}
#headermenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
	background: url('/Public/Images/bg_blk_85.png');
	font-weight: bold;
}
/* -------------------------------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Horizontal. */
/* Note that the example menu in this web site uses absolute positioning to force the menu to occupy */
/* a specific place in the web page. Your web site will likely use a different technique to position your */
/* menu. So feel free to change all the properties found in this CSS rule if you clone this style sheet. */
/* There is nothing, per se, that is magical about these particular property value choices. They happen to */
/* work well for the sample page used to demonstrate an adapted menu. */
#headermenu .AspNet-Menu-Horizontal
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 300;
}
/* This rule controls the width of the top tier of the horizontal menu. */
/* BE SURE TO MAKE THIS WIDE ENOUGH to accommodate all of the top tier menu items that are lined */
/* up from left to right. In other words, this width needs to be the width of the individual */
/* top tier menu items multiplied by the number of items. */
#headermenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
}
/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
/* Remember that only the topmost tier of the menu is horizontal. The second and third tiers are vertical. */
/* So, they need a much smaller width than the top tier. Effectively, the width specified here is simply */
/* the width of a single menu item in the second and their tiers. */
#headermenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
	width: 38em;
	left: 0;
	top: 100%;
}
/* Generally, you use this rule to set style properties that pertain to all menu items. */
/* One exception is the width set here. We will override this width with a more specific rule (below) */
/* That sets the width for all menu items from the second tier downward in the menu. */
#headermenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
	width: 9em;
}
/* This rule establishes the width of menu items below the top tier. This allows the top tier menu items */
/* to be narrower, for example, than the sub-menu items. */
/* This value you set here should be slightly larger than the left margin value in the next rule. See */
/* its comment for more details. */
#headermenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
	text-align: left;
	width: 19em;
}
#headermenu #selectedapplication_menu
{
    padding: 0 10px;
}
#headermenu #selectedapplication_menu a
{
	margin: 0px 0 0 5px;
}
/* End of header div */
#endheader
{
}
/*-------------------------------------------------------------------
~~Fixed Nav
===================================================================*/
#alpha #welcome
{
	background: url('/Public/Images/bg_blk_65.png');
	color: #fff;
	padding: 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#alpha #welcome ul {
	list-style-type: none;
	padding: 5px 0;
	margin: 0;
	border-top: 1px solid #fff;
	font-size: 11px;
}
#alpha #welcome a 
{
	color: #FFF;
}
#alpha h4 {
	padding: 5px 0;
	margin: 0;
	font-size: 13px;
font-weight:bold;
text-transform: uppercase;
}
#alpha #categorylist, #alpha #brandlist
{
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
}
#alpha #categorylist ul, #alpha #brandlist ul
{
	list-style-type: none;
	padding: 5px 0;
	margin: 0;
	border-top: 1px solid #AAA;
	font-size: 11px;
}
/*-------------------------------------------------------------------
~~Footer
===================================================================*/
#footer a
{
	color: #FFF;
}
#footer #copyright
{
	float: left;
	padding: 10px 0;
	color: #FFF;
}
#footer #poweredby
{
	float: right;
	padding: 10px 0;
}
/*-------------------------------------------------------------------
~~AJAX
===================================================================*/
.popup
{
	background: url('/Public/Images/bg_blk_85.png');
	color: #FFF;
	padding: 15px;
	border: 1px solid #000;
}
.popup h2
{
	color: #FFF;
	margin-top: 0;
}
.popup .action
{
	padding: 10px 0 0 0;
	border-top: 1px solid #FFF;
}
.display
{
	visibility: hidden;
}
.updateprogress
{
	text-align: center;
}

/*-------------------------------------------------------------------
~~MODULES
===================================================================*/
.module
{
	border: 1px solid #333;
	background: #111;
	padding: 5px;
	margin-bottom: 10px;
}
.module span 
{
	padding: 5px 0;
}
.module .section
{
	border-bottom: 1px solid #AAA;
}
.module .label
{
	width: 45px;
	float: left;
	font-weight: bold;
}
.module .receipt
{
	display: block;
	float: right;
	width: 155px;
}
/*-------------------------------------------------------------------
~~Default.aspx (HomePage)
===================================================================*/
#homepagefeatures
{
}
#homepagefeatures table
{
	border-collapse: collapse;
	width: 100%;
}
#homepagefeatures td
{
	text-align: center;
	width: 25%;
	padding: 20px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
#homepagefeatures img
{
	margin: 0 0 10px 0;
}
/*-------------------------------------------------------------------
~~ItmBrand.aspx (Brands Page)
===================================================================*/
#allbrands
{
}
#allbrands table
{
	border-collapse: collapse;
	width: 100%;
}
#allbrands td
{
	text-align: center;
	width: 25%;
	padding: 20px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
#allbrands img
{
	margin: 0 0 10px 0;
}
/*-------------------------------------------------------------------
~~ItmGroup.aspx (Product Listing Page)
===================================================================*/
#navigationcolumn ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigationcolumn li
{
	margin: 2px 0;
}
#navigationcolumn .options
{
	padding: 0 10px 10px 10px;
	border-bottom: 1px dotted #000;
	margin: 0 0 10px 0;
}
#navigationcolumn #vehicle
{
}
#navigationcolumn #brand
{
}
#navigationcolumn #category
{
}
#productcolumn
{
}
#productcolumn table
{
	border-collapse: collapse !important;
}
#productcolumn td
{
	border: 0;
	border-top: 1px dotted: #000 !important;
	border-bottom: 1px dotted #000 !important;
}
/*-------------------------------------------------------------------
~~ItmGroupDetail.aspx (Product Group Detail Page)
===================================================================*/
#contentcolumn .section
{
	padding: 10px 0;
	margin: 10px 0;
	border-top: 1px dotted #000;
}
#contentcolumn .content
{
	margin: 0px 20px;
}
#contentcolumn #images
{
	background: #F0F0F0;
	border: 1px solid #AAA;
	padding: 10px;
}
#contentcolumn #mainimage
{
	text-align: center;
	background: #FFF;
	padding: 10px;
	color: #AAA;
	border: 1px solid #AAA;
}
#contentcolumn #mainimage img
{
	padding: 10px;
}
#contentcolumn #additionalimages
{
	padding: 10px 0 0 0;
}
#contentcolumn #additionalimages
{
}
#contentcolumn #additionalimages .content
{
}
#contentcolumn #additionalimages .borderimages input
{
	background: #AAA;
	padding: 1px;
}
#contentcolumn #description
{
}
#contentcolumn #description .content
{
}
#contentcolumn #additionalimages table
{
	width: 100%;
}
#contentcolumn #additionalimages td
{
	width: 16.67%;
}
/*Reviews coming in v1.1'Lithium"*/
#contentcolumn #reviews
{
}
#contentcolumn #reviews .review
{
	padding: 5px;
	margin: 0 20px 10px 20px;
	background: #FFF;
	border: 1px solid #000;
}
#contentcolumn #reviews .reviewheading
{
	background: #000;
	margin: -5px;
	padding: 5px;
	color: #FFF;
}
#actioncolumn
{
}
.yourprice
{
	text-align: center;
	font-size: 15px;
	color: #C20000;
	font-weight: bold;
	margin: 5px 0;
	padding: 5px;
	background: #FFF;
	border: 1px solid #AAA;
}
.addtocartbutton
{
	width: 100%;
	font-weight: bold;
	padding: 3px;
}
/*-------------------------------------------------------------------
~~ShoppingCart.aspx (Shopping Cart)
===================================================================*/
#shoppingcart
{
}
#shoppingcartsummary
{
	text-align: right;
	margin: 20px 0 0 0;
	padding: 10px;
	color: #FFF;
	background: #000;
}
#cartactions
{
	padding: 40px 0;
	text-align: right;
}
/*-------------------------------------------------------------------
~~Login.aspx
===================================================================*/
#login
{
	margin: 0 60px 100px 60px;
}
#login .label
{
	width: 150px;
	float: left;
	margin: 2px 0;
	padding: 2px 0;
}
#login br
{
	clear: both;
}
#login .loginmodule
{
	border: 1px solid #AAA;
	background: #F0F0F0;
	padding: 10px;
	height: 150px;
}
#login .logininstructions
{
	height: 45px;
	font-weight: bold;
}
#login .logininputs
{
	height: 60px;
}
#login .loginsubmit
{
	border-top: 1px solid #AAA;
	padding: 5px 0;
	text-align: right;
}
/*-------------------------------------------------------------------
~~Checkout.aspx
===================================================================*/
#checkout fieldset .label
{
	text-align: right;
	width: 150px;
	float: left;
	margin: 2px 0;
	padding: 3px 5px;
}
#checkout fieldset
{
	border: 0;
	padding: 0 0 0 50px;
}
#checkout fieldset .styledinput
{
	width: 200px;
	margin: 2px 0;
	padding: 2px 5px;
	border: 1px solid #AAA;
}
#checkout fieldset .styledselect
{
	width: 212px;
	margin: 2px 0;
	padding: 2px;
	border: 1px solid #AAA;
}
#checkout br
{
	clear: both;
}

#cartsummary
{
	border-right: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	background: #F9F9F9;
	padding: 5px;
	margin-bottom: 10px;
	text-align: right;
}
#cartsummary span 
{
	padding: 5px 0;
}
#cartsummary .section
{
	border-bottom: 1px solid #AAA;
	
}
#cartsummary .label
{
	float: left;
	font-weight: bold;
	width: 750px;
}
#cartsummary .receipt
{
	display: block;
	float: right;
	width: 150px;
}
#processorder
{
	margin: 15px 0 0 0;
	padding: 5px;
	border-top: 1px solid #AAA;
}
/*-------------------------------------------------------------------
~~Order.aspx (Order Page)
===================================================================*/
#orderheading
{
	line-height: 25px;
	border-bottom: 2px solid #000;
}
/*-------------------------------------------------------------------
~~OurShop/Default.aspx (Our Shop Area)
===================================================================*/
#ourshopnavigation
{
}
#ourshopcontent
{
}
/*-------------------------------------------------------------------
~~Data Web Controls
===================================================================*/
.GridViewStyle, .DetailsViewStyle
{
	width: 100%;
	border-collapse: collapse;
}
.GridViewStyle td
{
	text-align: left;
	padding: 5px;
	border: 1px solid #AAA;
}
.AlternatingRowStyle
{
	background: #FFF;
}
.RowStyle
{
	background: #FFF;
}
.HeaderStyle th
{
	border: 1px solid #AAA;
	background: #fff url(/Public/Images/bg_silver.gif) repeat-x left center;
	color: #000;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}
/*Used for Empty Datalists, Gridviews, etc.*/
.empty
{
	padding: 25px;
	border: 5px solid #AAA;
	text-align: center;
	color: #AAA;
}
/*-------------------------------------------------------------------
~~DetailsView
===================================================================*/
.AspNet-DetailsView
{
	width: 100%;
	position: relative;
}
.AspNet-DetailsView textarea
{
	width: 100%;
	height: 250px;
}
.AspNet-DetailsView input[type='text'], .AspNet-DetailsView input[type='password']
{
	font-size: 11px;
	border: 1px solid #AAA;
	width: 250px;
	padding: 3px;
}
/* Please refer to FormViewExample.css for comments on these rules. */
div.AspNet-DetailsView-Header
{
	border: 1px solid #AAA;
	background: #fff url(/Public/Images/bg_silver.gif) repeat-x left center;
	color: #000;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}
div.AspNet-DetailsView-Data ul
{
}
/* Each field defined for the DetailsView generates an individual list item (li) in the rendered HTML. */
/* Each li effectively is a row in a table (though no table tag is generated by the adapter). */
div.AspNet-DetailsView-Data li
{
	padding: 5px 0 !important;
	color: #000;
	background-color: #FFF;
	border-bottom: 1px solid #AAA;
	vertical-align: middle;
	min-height: 1.4em; /* ADDED for Firefox */
}

/* Every other field is marked as being'Alternate.'*/
/* This allows you to define an'alternating row'style (though the adapter doesn't actually generate an HTML table). */
div.AspNet-DetailsView-Data li.AspNet-DetailsView-Alternate
{
	background-color: #f3f7fe;
}

/* This corresponds to the HeaderText attribute of an <asp:BoundField>. */
span.AspNet-DetailsView-Name
{
	position: absolute;
	left: 0;
	font-weight: bold;
	padding: 0 5px;
	display: block;
	width: 40%;
	text-align: right;
}

/* This corresponds to the DataField attribute of an <asp:BoundField>. */
span.AspNet-DetailsView-Value
{
	display: block;
	margin-left: 44%;
}

/* --------------------------------------------------------------------------------------------------- */
/* Please refer to FormViewExample.css for comments on these rules. */
.AspNet-DetailsView-Pagination
{
	background-color: #284775;
	text-align: center;
	padding: 4px 0 4px 0;
	position: relative;
}

.AspNet-DetailsView-ActivePage
{
	color: White;
	margin-left: 4px;
}

.AspNet-DetailsView-OtherPage
{
	color: #00FFFF;
	text-decoration: none;
	margin-left: 4px;
}
/*-------------------------------------------------------------------
~~Year Make Model Submodel Form
===================================================================*/
#ymmform
{
	margin: 0;
	padding: 0;
}
#ymmform select
{
	width: 100%;
	margin: 2px 0 2px 0;
}
#ymmform input
{
	width: 100%;
	margin: 2px 0 2px 0;
	padding: 2px;
	font-weight: bold;
}