/*
Company:	Parts Central USA
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html, body {
	background: url(../images/page-bkg.gif) repeat-x 0 0 #fff;
}
body {
	
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 806px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

/* Body */
div#bd {
	width: 806px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(../images/side-bkg.gif) repeat-x 0 0 #e5e5e5;
}
div#bd-inner {
	width: 806px;
	background: url(../images/bd-inner-bkg.gif) repeat-y 185px 0;
}

/* Footer */
div#ft {
	width: 806px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #d6d6d6;
}
div#ft ul {
	padding: 10px 0;
	margin: 0;
}
div#ft ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#ft ul li:first-child a {
	border: none;
}
div#ft ul li a {
	padding: 0 5px;
	border-left: 1px solid #262626;
	font-size: 77%;
}
div#ft ul li a:link, div#ft ul li a:visited {
	text-decoration: none;
}
div#ft ul li a:hover {
	color: #be0404;
}
div#ft p {
	font-size: 77%;
	color: #262626;
	padding: 0 0 0 5px;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 806px;
	height: 227px;
	background: url(../images/partscentral-logo.jpg) no-repeat 0 0;
	clear: both;
}
div#logo a {
	display: block;
	height: 100%;
}
div#logo a:link, div#logo a:visited {
	color: #fff;
	text-decoration: none;
}
div#logo span {
	display: block;
}
div#logo span.logo-text {
	text-indent: -9000px;
}
div#logo span.tagline {
	color: #fff;
	font-size: 85%;
	padding: 170px 0 0 25px;
}

/* Side */
div.side {
	width: 174px;
	padding: 0 8px 8px 8px;
	float: left;
	display: inline;
}

/* Main */
div.main {
	width: 410px;
	margin-left: 27px;
	float: left;
	display: inline;
}

/* Info */
div.info {
	width: 146px;
	margin: 0 5px 0 0;
	float: right;
	display: inline;
}

/* Side Cart */
div.info .cart {
	padding: 10px;
}


/* Product List Home */
div.prod-list-home div.product {
	border-top: 1px solid #d6d6d6;
	padding: 20px 0;
}
div.prod-list-home div.prod-pic {
	float: left;
	display: inline;
}
div.prod-list-home div.prod-text {
	width: 290px;
	float: right;
	display: inline;
}
div.prod-list-home h2 {
	font-size: 123.1%;
	color: #be0404;
	margin: 0 0 10px 0;
	font-weight: normal;
}

div.prod-list-home p.price 
{
	font-size: 100%;
	color: #262626;
	width: 140px;
	float: left;
	display: inline;
}

div.prod-list-home p.price span { /* Added 12/29/2009 */
	color: #be0404;
}

div.prod-list-home a.view-btn {
	margin-right: 6px;
	margin-top: 19px; /* Added 12/29/2009 */
}

div.prod-list-home a.add-cart-btn { 
	margin-top: 19px; /* Added 12/29/2009 */
}


/* Product Detail */
div.prod-detail {
	margin-bottom: 20px;
}
div.prod-detail .prod-pic {
	float: left;
	display: inline;
}
div.prod-detail div.prod-text {
	width: 230px;
	float: right;
	display: inline;
}
div.prod-detail p.list-price {
	font-size: 93%;
	color: #262626;
	margin: 0;
}

div.prod-detail p.our-price { /* Updated 12/31/2008 */
	font-size: 93%;
	color: #000000;
	margin: 0 0 10px 0;
}

div.prod-detail p.our-price span { /* Added 12/31/2008 */
	color: #be0404;
}

div.prod-detail p.prod-number {
	font-size: 93%;
	color: #262626;
	margin: 0 0 10px 0;
}

/* View & Add to Cart Buttons */
.product a.view-btn {
	background: url(../images/red-btn.gif) repeat-x 0 0;
	line-height: 18px;
	padding: 0 10px;
	display: block;
	font-size: 93%;
	float: left;
	display: inline;
}
.product a.view-btn:link, .product a.view-btn:visited {
	color: #fff;
	text-decoration: none;
}
.product a.add-cart-btn {
	background: url(../images/gray-btn.gif) repeat-x 0 0;
	line-height: 18px;
	padding: 0 10px;
	display: block;
	font-size: 93%;
	float: left;
	display: inline;
}
.product a.add-cart-btn:link, .product a.add-cart-btn:visited {
	color: #fff;
	text-decoration: none;
}

/* Product Sorter */
div.prod-sorter {
	background: url(../images/prod-sorter-bkg.gif) repeat-x 0 0;
	height: 25px;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}
div.prod-sorter p {
	height: 25px;
	margin: 0;
	font-size: 93%!important;
	font-weight: bold;
	color: #262626;
}
div.prod-sorter p a {
	background: url(../images/prod-arrow-down.gif) no-repeat 100% 50%;
	padding: 0 12px 0 0;
	font-weight: normal;
}
div.prod-sorter p a:link, div.prod-sorter p a:visited {
	color: #be0404;
	text-decoration: none;
}
div.prod-sorter p span {
	display: block;
	line-height: 25px;
}
div.prod-sorter p.view-as {
	width: 150px;
	float: left;
	display: inline;
}
div.prod-sorter p.sort-by {
	width: 230px;
	float: left;
	display: inline;
}

/* Pager */
p.pager {
	text-align: right;
}
p.pager a {
	padding: 3px;
}
p.pager a:link, p.pager a:visited {
	text-decoration: none;
}
p.pager a.current:link, p.pager a.current:visited {
	color: #be0404;
}

/* Product Gallery */
table.prod-gallery {
	width: 100%;
}
table.prod-gallery td {
	border: none;
	border-bottom: 1px solid #d6d6d6;
	padding: 20px 10px;
}
table.prod-gallery .prod-pic {
	float: left;
	display: inline;
}
table.prod-gallery div.prod-text {
	width: 100px;
	float: right;
	display: inline;
}
table.prod-gallery h2 {
	font-size: 108%;
	font-weight: normal;
	margin: 0 0 1px 0;
	color: #be0404;
}
table.prod-gallery p.prod-number {
	font-size: 85%;
	color: #434343;
	margin: 0 0 10px 0;
}
table.prod-gallery p.price {
	font-size: 93%;
	color: #262626;
	margin: 0 0 10px 0;
}

table.prod-gallery p.price span { /* Added 12/29/2008 */
	color: #be0404; 
}


/* Product Gallery */
table.prod-list {
	width: 100%;
}
table.prod-list td {
	border: none;
	border-bottom: 1px solid #d6d6d6;
	padding: 20px 10px;
	vertical-align: top;
}
table.prod-list td.name {
	width: 210px;
}
table.prod-list td.price {
	text-align: right;
	width: 100px; /* Added 12/29/2008 */
}

table.prod-list td.price span { /* Added 12/29/2008 */
	color: #be0404;
}

table.prod-list a.add-cart-btn {
	white-space: nowrap;
	float: right;
}
table.prod-list h2 {
	font-size: 108%;
	font-weight: normal;
	margin: 0 0 2px 0;
	color: #be0404;
}
table.prod-list p.prod-number {
	font-size: 85%;
	color: #434343;
	margin: 0;
}
table.prod-list td.price p {
	font-size: 93%;
	color: #262626;
	margin: 0;
}


/* Product List Info (side) */
div.info div.product {
	padding: 10px 25px 25px 25px;
}
div.info div.product h3 {
	font-size: 93%;
	color: #be0404;
	margin: 5px 0 2px 0;
	font-weight: normal;
}
div.info div.product p.price {
	font-size: 93%;
	color: #262626;
	margin: 0 0 10px 0;
}

div.info div.product p.price span { /* Added 12/29/2008 */
	color: #be0404;
}

/* Breadcrumb */
div.main p.bc {
	margin: 0 0 20px 0;
}
div.main p.bc a:link, div.main p.bc a:visited {
	text-decoration: none;
}
/* @end */

/* @group Nav */
div#nav {
	width: 806px;
	height: 44px;
	background: url(../images/nav-bkg.gif) no-repeat 0 0;
	margin: 25px 0 0 0;
}
div#nav ul {
	margin: 0;
	padding: 0 0 0 10px;
}
div#nav ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 1px;
	background: url(../images/nav-div.gif) no-repeat 0 50%;
	float: left;
	display: inline;
}
div#nav ul li:first-child {
	background: none;
}
div#nav ul li a {
	display: block;
	line-height: 44px;
	padding: 0 12px;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul li a.active {
	background-color: #be0404;
}
div#nav ul li:hover a, div#nav ul li.sfhover a {
	background-color: #be0404;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color: #be0404;
	width: 140px;
	border-top: 3px solid #373737;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 5px;
	padding-bottom: 15px;
}
div#nav ul li ul li {
	background-image: none;
	height: auto;
	width: 140px;
	float: none;
	display: block;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 22px;
	padding: 0 5px 0 12px;
	width: 103px;
	margin: 0 0 0 10px;
	font-size: 85%;
	display: block;
	font-weight: normal;
	white-space: nowrap;
	background: url(../images/dropdown-arrow.gif) no-repeat 0 50%;
	border-bottom: 1px solid #db7575;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul a:hover {

}

/* Side Category Nav */
div.side ul {
	margin: 0 5px 0 0;
	padding: 5px 0;
}
div.side ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eaeaea;
}
div.side ul li a {
	display: block;
	padding: 5px 5px 5px 20px;
	background: url(../images/prod-nav-arrow.gif) no-repeat 5px 9px;
	font-size: 85%;
}

div.side ul ul {
	margin: 0;
	padding: 0 0 5px 0;
}
div.side ul ul li {
	border-bottom: none;
}
div.side ul ul li a {
	padding: 3px 5px 3px 35px;
	background: none;
	width: 130px;
}

div.side ul li a:link, div.side ul li a:visited {
	color: #343434;
	text-decoration: none;
}
div.side ul li a:hover, div.side ul li a.active:link, div.side ul li a.active:visited {
	color: #be0404;
}
/* @end */

/* @group Default Headings */
div.main h1 {
	font-size: 138.5%;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #be0404;
}

div.side h2.prod-cat {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 31px;
	background: url(../images/prod-cat-hd.gif) no-repeat 0 0;
	font-size: 93%;
	font-weight: normal;
	color: #fff;
}

div.side h2.prod-cat a {
	font-size: 93%;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
}

div.info h2.weekly-specials {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 31px;
	background: url(../images/specials-hd.gif) no-repeat 0 0;
	font-size: 93%;
	font-weight: normal;
	color: #fff;
}
div.info h2.also-like {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 31px;
	background: url(../images/also-like-hd.gif) no-repeat 0 0;
	font-size: 93%;
	font-weight: normal;
	color: #fff;
}
div.info h2.cart {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 31px;
	background: url(../images/cart-hd.gif) no-repeat 0 0;
	font-size: 93%;
	font-weight: normal;
	color: #fff;
}
div.info h2.cart a {
	display: block;
}
div.info h2.cart a:link, div.info h2.cart a:visited {
	color: #fff;
	text-decoration: none;
}
/* @end */

/* @group Common Text Styles */
div.main p, div.info p {
	font-size: 85%;
	color: #434343;
	line-height: 150%;
}
/* @end */

/* @group Default Lists */
div.main ul, div.main ol {
	font-size: 85%;
	color: #434343;
}
/* @end */

/* @group Forms */
.special {
      padding: 12px 20px 0 0;
      float: right;
      display: inline;
}

form div#nav input.txt {
      width: 150px;
      border: 1px solid #fff;
      font-size: 93%;
      padding: 1px 2px;
}

form div#nav label {
      color: #fff;
      font-size: 93%;
}

form div#nav input.btn {
      border: none;
      background: transparent;
      color: #fff;
      font-size: 93%;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #434343;
	text-decoration: underline;
}
a:hover {
	color: #be0404;
}

.special-link a:link, .special-link a:visited {
	color: #be0404;
	text-decoration: none;
}
.special-link a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

/* start e49 shopping cart css */

.image-spacer {
	padding-top:10px;	
}

.basket {
	width: 110px;
	float: right;
	display: inline;
}

.product strong {
	color: #be0404;
	display:block;
}	

.basket input {
    border:0;
    background: transparent url(../images/gradient-34.gif) no-repeat top left;
    height: 22px;
    width: 40px;
    padding: 3px 3px 0 5px;
}

.basket-quantity {
	float:left;
	padding-top:5px;
	font-size: 93%;
	color: #262626;
}

.basket-text {
	float:left;
	margin-left:3px;
}

.basket-button {
	clear:both;
	height:10px;
	padding-top:10px;
}

.basket a {
	color:#fff;
	text-decoration:none;
}

.basket .basket-button a {
	background: url(../images/gray-btn.gif) repeat-x 0 0;
	line-height: 18px;
	padding: 0 10px;
	display: block;
	font-size: 93%;
	display:block;
}

.checkout-box {
	float:right;
	width:120px;
}

.checkout-box a {
	background: url(../images/red-btn.gif) repeat-x 0 0;
	line-height: 18px;
	padding: 0 10px;
	display: block;
	font-size: 93%;
	float: left;
	display: inline;
	color:#fff;
	text-decoration:none;
}



.basket-button-red {
	clear:both;
	height:10px;
	padding-top:15px;
}

.basket .basket-button-red a {
	background: url(../images/red-btn.gif) repeat-x 0 0;
	line-height: 18px;
	padding: 0 10px;
	display: block;
	font-size: 93%;
	display:block;
}

/* end e49 shopping cart css */

/* start e49 form css */

table.form-view {
	width: 100%;
}

table.form-view td {
	border: none;
	border-bottom: 1px solid #d6d6d6;
	padding: 5px 5px;
	vertical-align: top;
}

table.form-view td.first {
	padding-top:9px;
	width:165px;
	font-weight:bold;
}

table.form-view td.last {
	background: transparent url(../images/gradient-150.gif) 4px 6px no-repeat;
}

table.form-view td.last input {
	border: 0;
	height: 22px;
	width: 145px;
	padding: 3px 0 0 3px;
	background-color: transparent;
}

table.form-view td.multiline {
	background: transparent url(../images/gradient-220-100.gif) 4px 6px no-repeat;
	font-family:sans-serif;
}

table.form-view td.multiline textarea {
	border: 0;
	height: 97px;
	width: 220px;
	padding: 3px 0 0 3px;
	background-color: transparent;
	font-family:sans-serif;
	font-size:13px;
}


table.form-view td.multilinewide {
	background: transparent url(../images/gradient-300-100.gif) 4px 6px no-repeat;
	font-family:sans-serif;
}

table.form-view td.multilinewide textarea {
	border: 0;
	height: 97px;
	width: 300px;
	padding: 3px 0 0 3px;
	background-color: transparent;
	font-family:sans-serif;
	font-size:13px;
}

table.form-view td.zip {
	background: transparent url(../images/gradient-46.gif) 4px 6px no-repeat;
}

table.form-view td.zip input {
	border: 0;
	height: 22px;
	width: 40px;
	padding: 3px 0 0 3px;
	background-color: transparent;
}

table.form-view td.select select {
	border: solid 1px #c4c2c4;
	background-color: #eaeaea;
	width: 150px;
}

table.form-view td.checkbox {
	padding-top: 8px;
}

table.form-view td.checkbox input {
	border: solid 1px #c4c2c4;
	background-color: #eaeaea;
}

.validation {
	color:#be0404;
}

.center-buttons {
	width:220px;
	margin-left:auto;
	margin-right:auto;
}

.center-buttons div {
	float:left;
}

.center-buttons a {
	margin-left:10px;
	line-height: 18px;
	padding: 0 10px;
	display: block;
	font-size: 93%;
	float: left;
	display: inline;
	color:#fff;
	text-decoration:none;
}

.center-buttons a.gray {
	background: url(../images/gray-btn.gif) repeat-x 0 0;
}

.center-buttons a.red {
	background: url(../images/red-btn.gif) repeat-x 0 0;
}

/* end e49 form css */

/* start e49 other */
.disclaimer {
	clear:both;
	float:left;
	font-size:.7em;
	width:160px;
}
/* end e49 other */