﻿/*
 * Global IE fixes
 */
img, div, li { behavior: url(/scripts/iepngfix.htc) }


/*
 * Page Styles
 */
html {
	width: 100%;
}
body {
	width: 100%;
	height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: rgb(255,255,255);
	font: 11px Verdana, Arial, Helvetica, Sans-Serif;
    _text-align: center; /* IE fix */
    _behavior: url(/scripts/csshover.htc); /* IE fix */
}
form {
   	width: 100%;
   	height: 100%;
	margin: 0px;
    padding: 0px;
}
input, select, textarea {
	font: 11px Arial, Helvetica, Sans-Serif;
}
img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
a {
	color: rgb(236,28,36);
	text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.spc {
    height: 0px;
    font-size: 0px;
    line-height: 0px;
	clear: both;
}
.req, .red{
	color: rgb(236,28,36);
}
.error {
	color: rgb(236,28,36);
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
.calendarContainer img {
	position: relative;
	float: left;
	width: 14px;
	height: 20px;
}
.calendarContainer .dateValue {
	width: 150px;
	margin-left: 10px;
	display: block;
	float: left;
}
.outputPanel {
    padding-bottom: 20px;
}
.fieldError {
    background-color: rgb(255,220,220);
}
.notes {
    margin-bottom: 20px;
}
#divBack {
    width: 100%;
    height: 100%;
    background: url('/media/images/back_sides.jpg');
}
#divBase {
    width: 960px;
    height: 100%;
    margin: 0px auto 0px;
    padding: 0px;
	background-color: rgb(255,255,255);
    _text-align: left; /* IE fix */
}
#divPage {
	width: 944px;
    height: 100%;
	margin: 0px 8px 8px 8px;
	padding-top: 8px;
}
.pageTitle {
	font-size: 12px;
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: 8px;
	width: 500px;
}

/*
 * Banner Styles
 */
#divBanners {
	height: 60px;
}
#divBan1, #divBan2 {
	width: 468px;
	height: 60px;
	float: left;
	background-color: #CCCCCC;
}
#divBan1 {
	margin-right: 8px;
}

/*
 * Header Styles
 */
#divHeader {
	width: 944px;
	height: 110px;
	margin: 8px 0px 8px 0px;
	/* overflow: auto; */
	background-color: rgb(0,0,0);
}
#divHeader_logo_sparepartz {
    width: 354px;
    height: 86px;
	float: left;
}
#divHeader_login {
	width: 590px;
	height: 86px;
	color: rgb(255,255,255);
	float: left;
}

/*
 * Footer Styles
 */
#divFooter {
	margin: 8px 0px 8px 0px;
	text-align: right;
	clear: both;
}
#divFooter a {
	color: rgb(89,89,89);
	text-decoration: none;
}
#divFooter a:hover {
	text-decoration: underline;
}

/*
 * Body: Brand Style
 */
.divBrands {
	width: 115px;
	float: left;
	background-color: rgb(89,89,89);
	overflow-x: hidden;overflow-y: auto; /* IE/FF3 fix */
}
.divBrandsHome {
	height: 265px;
}
.divBrands ul {
    margin: 0px;
    padding: 0px;
}
.divBrands li {
	width: 115px;
	height: 14px;
    font: 10px Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
    text-align: left;
	list-style: none;
    border-bottom: solid 1px rgb(52,52,52);
    float: none;
}
.divBrands li a {
	width: 115px;
	height: 14px;
	padding-left: 5px;
    color: rgb(255,255,255);
    text-decoration: none;
	display: block;
}
.divBrands ul li a:hover {
	background-color: rgb(255,0,10);
    text-decoration: none;
}
.divBrands .title {
	color: rgb(255,255,255);
	font-weight: bold;
	margin: 5px 0px 10px 0px;
	text-align: center;
	font-size: 9px;
	text-transform: uppercase;
}

/*
 * Body: Right Nav Style
 */
#divRightNav {
	width: 270px;
	overflow: auto;
	float: right;
}
#divRightNav_news {
	width: 270px;
	height: 265px;
	background-color: rgb(85,85,85);
}
#divRightNav_news_title {
	width: 270px;
	height: 23px;
	background: url('/media/images/nav_latestnews.png') no-repeat;
}
#divRightNav_news_title a {
	width: 100%;
	height: 100%;
	display: block;
}
#divRightNav_news_footer {
	width: 260px;
	height: 20px;
	font: 10px Arial, Helvetica, sans-serif;
	color: rgb(255,255,255);
	border-top: solid 1px rgb(52,52,52);
	padding: 4px 0px 0px 10px;
}
#divRightNav_news_footer a {
	color: rgb(255,255,255);
	text-decoration: none;
}
#divRightNav_news_footer a:hover {
	text-decoration: underline;
}
#divRightNav_news_title span {
	display: none;
}
#divRightNav_news_articles {
	height: 218px;
	overflow: auto;
}
#divRightNav_news_articles .article {
	font: 10px Arial, Helvetica, sans-serif;
	color: rgb(255,255,255);
	padding: 5px 10px 5px 5px;
	border-bottom: solid 1px rgb(52,52,52);
	overflow: auto;
	clear: both;
	_width: 235px; /* IE Fix */
}
#divRightNav_news_articles .article .title {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
}
#divRightNav_news_articles .article img {
	margin-right: 5px;
	float: left;
}
#divRightNav_news_articles .article a {
	color: rgb(255,255,255);
	text-decoration: none;
	display: block;
	overflow: auto;
}
#divRightNav_news_articles .article a:hover {
	text-decoration: underline;
}
#divRightNav_buttons {
	margin-top: 8px;
	overflow: hidden; /* IE Fix */
}
#divRightNav_buttons ul {
    margin: 0px;
    padding: 0px;
}
#divRightNav_buttons ul li {
	width: 270px;
	height: 23px;
	margin: 0px 0px 5px 0px;
	_margin: 0px 0px 2px 0px; /* IE Fix */
	padding: 0px;
	list-style: none;
}
#divRightNav_buttons li a {
	width: 270px;
	height: 23px;
	display: inline-block; /* IE Fix */
}
#divRightNav_buttons ul li span {
    display: none;
}
#divRightNav_buttons #bWhatsOn {
    background: url('/media/images/b_whatson.png') no-repeat;
}
div#divRightNav_buttons li#bWhatsOn:hover {
    background: url('/media/images/b_whatson_o.png') no-repeat;
}
#divRightNav_buttons #bMember {
    background: url('/media/images/b_member.png') no-repeat;
}
div#divRightNav_buttons li#bMember:hover {
    background: url('/media/images/b_member_o.png') no-repeat;
}
#divRightNav_buttons #bGift {
    background: url('/media/images/b_gift.png') no-repeat;
}
div#divRightNav_buttons li#bGift:hover {
    background: url('/media/images/b_gift_o.png') no-repeat;
}
#divRightNav_buttons #bLooking4 {
    background: url('/media/images/b_looking4.png') no-repeat;
}
div#divRightNav_buttons li#bLooking4:hover {
    background: url('/media/images/b_looking4_o.png') no-repeat;
}
#divRightNav_buttons #bSizing {
    background: url('/media/images/b_sizing.png') no-repeat;
}
div#divRightNav_buttons li#bSizing:hover {
    background: url('/media/images/b_sizing_o.png') no-repeat;
}
#divRightNav_buttons #bShipping {
    background: url('/media/images/b_shipping.png') no-repeat;
}
div#divRightNav_buttons li#bShipping:hover {
    background: url('/media/images/b_shipping_o.png') no-repeat;
}
#divRightNav_buttons #bEmailFriend {
    background: url('/media/images/b_emailfriend.png') no-repeat;
}
div#divRightNav_buttons li#bEmailFriend:hover {
    background: url('/media/images/b_emailfriend_o.png') no-repeat;
}

/*
 * Result Listings
 */
.resultsTitle, .resultsBody {
    /*width: 994px;*/
    width: 100%;
}
.resultsTitle {
    font-weight: bold;
    margin: 10px 0px 30px 0px;
}
.resultsBody .row {
    line-height: 1.8em;
    clear: both;
}
.altRow {
    background-color: rgb(240,240,240);
}
.resultsTitle .selectBox,
.resultsBody .selectBox {
    width: 70px;
    text-align: center;
    float: left;
}
.cList .selectBox input {
	width: 50px;
}
.resultsTitle .options, 
.resultsBody .options {
    float: right;
}
.resultsBody .options a {
    width: auto;
    display: block;
    margin-right: 15px;
    clear: both;
}
.resultsBody .options a img {
	width: 14px;
	height: 20px;
}
.resultsBody .options ul {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
.resultsBody .options li {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    float: none;
}
.resultsBody .options .links {
    /*width: 150px;*/
    margin-top: -8px;
    padding: 5px;
    position: absolute;
    border: solid 1px Gray;
    background-color: rgb(255,255,255);
    float: left;
    display: none;
    z-index: 10;
}