/* Helper Classes */
.form-row {
	height:36px;
}

.form-row label {
	position:relative;
	top:9px;
	width:110px;
}

.form-row-double {
	height:72px;
}

label {
    display: block;
    float: left;
}

.form-row-small {
	height:36px;
}

.form-row-small label {
	position:relative;
	top:9px;
}

.form-row-radio {
    display: inline;
	position:relative;
	top:13px;
}

.form-row-radio label {
    margin-left: 30px;
}

.small-dropdown {
    width: 60px;
}

.small-input[type=text] {
    width: 60px;
}

.form-txt {
    position: relative;
    top: 9px;
}

.form-row-xtra {
    margin: 5px 0 10px 0;
}

.form-row-xtra label {
	position:relative;
	top:9px;
	width:110px;
}

body {
	background: #fff;
}

#wrapper {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding-top: 10px;
    background: url('../images/bg.png') no-repeat center top;
}

#header {
    position: relative;
    background: url('../images/header.png') no-repeat #dedede;
    width: 970px;
    height: 100px;
    margin: 0 auto;
}

.mail-order-num {
    position: absolute;
    top: 0;
    right: 15px;
    color: #0576bc;
    font-family:"Trebuchet MS",Arial,sans-serif;
    font-size:16px;
    font-weight:bold;
    letter-spacing:-1px;
}

#utility-nav {
    position: absolute;
    bottom: -30px;
    right: 25px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #333;
}

#header-basket {
    position: absolute;
    bottom: 5px;
    right: 15px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #333;
    float: left;
    width: 200px;
    height: 36px;
    padding: 2px 5px;
    margin: 0 0 0 10px;
    border: 1px solid #efefef;
    background: #cfcfcf;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.h-basket-heading {
    float: right;
    color: #0576bc;
    font-family:"Trebuchet MS",Arial,sans-serif;
    font-size:16px;
    font-weight:bold;
    letter-spacing:-1px;
}

.h-basket-price {
    color: #ff1234;
    font-weight:bold;
}

.h-basket-link {
    display: block;
    margin-top: -18px;
    text-align: right;
}

.logout-txt {
}


#content-area {
    width: 970px;
    background: #fff;
    margin: 0 auto;

}

#content {
    width: 970px;
    background: #fff;
}

#content-full {
    width: 970px;
}

#partscontent {
    float: right;
    width: 559px;
}

/*sidebar styling*/
.sidebar {
    float: right;
    width:250px;
    padding: 0 5px;
    padding-left: 10px;
    margin-left: 5px;
    background:#191919;
    border: 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.sidebar {
    color: #84c5c6;
}

.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4 {
    color: #72b2db;
}

.wide-box {
    background:#191919;
    border: 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0 5px;
}

/*header styling*/
h1, h2, h3, h4 {
    color: #0576bc;
    font-family:"Trebuchet MS",Arial,sans-serif;
    font-weight: 200;
}

h1 {
    font-size: 2.8em;
    line-height: 32px;
}

h2 {
    font-size: 2.4em;
    line-height: 32px;
}

h3 {
    font-size: 2.0em;
    line-height: 32px;
}

h4 {
    font-size: 1.6em;
    line-height: 32px;
}

.welcome-title {
    margin: 20px 0 20px 0;
    line-height: 28px;
}

.welcome-title span {
    font-size: inherit;
    color:#7cca1c;
}

.welcome-subtitle {
    text-align: center;
    margin: 0 0 30px 0;
}

.welcome-subtitle em {
    font-size: inherit;
    color:#7cca1c;
}

/*table styling*/
table {
    width: 100%;
}

thead {
    background: #cccccc;
    background: url('../jquery/ui/images/ui-bg_gloss-wave_75_005995_500x100.png') 50% 50% repeat-x;
    color: #ffffff;
}

thead th {
    text-align: left;
    border: none;
    padding: 5px;
}

td {
    border: none;
    border-bottom: 1px dashed #333;
    padding: 5px;
}

.red-row {
    color: red;
}

.blue-row {
    color: blue;
}

.orange-row {
    color: orange;
}

.green-row {
    color: green;
}

/*messages*/
.message {
    padding:27px 32px;
	margin:13px 0;
	padding-left:80px;
}

.message ul li {
    list-style-type:disc;
}

.error {
    background: #f8c7ca url('../images/error.png') 10px 50% no-repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border:1px solid #e7767b;
}

.warning {
    background:#ffe48a url('../images/warning.png') 10px 50% no-repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border:1px solid #f3bb00;
}

.info {
    background:#d9e7f6 url('../images/info.png') 10px 50% no-repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border:1px solid #8dadee;
}

.success {
    background:#c3fac6 url('../images/success.png') 10px 50% no-repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;    
    border:1px solid #369c3b;
}

#footer {
    position: relative;
    width: 970px;
    background: url(../images/footer-bg.png) no-repeat center top #fff;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    padding: 20px 0;
    color: #333;
}

.footer-txt {
    color: #333;
    font-family:"Trebuchet MS",Arial,sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -1px;
}

/* primary navigation */
div#menu {
    height:41px;
    background:url(../images/menu/main-bg.png) repeat-x rgb(74,81,85);
    margin: 0 auto;
    width: 970px;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-left: 30px;
}

div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 5px 0 0;
    display: block;
    float: left;
}
div#menu li:hover>ul {
    left: -2px;
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 41px;
    display: block;
    float: left;
    line-height: 41px;
    text-decoration: none;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    margin-top: 5px;
}
div#menu a:hover, div#menu a:hover span { color: #fff; }
div#menu a:hover { color: rgb(218,219,222); }
div#menu li.current a {}

div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
}
div#menu ul ul a.parent span {
    background-position:95% 8px;
    background-image: url(../images/menu/item-pointer.gif);
}
div#menu ul ul a.parent:hover span {
    background-image: url(../images/menu/item-pointer-mover.gif);
}

/* menu::level1 */
div#menu a {
    padding: 0 10px 0 10px;
    line-height: 30px;
    color: #e5e5e5;
}
div#menu span {
    margin-top: 5px;
    color: #333;
}
div#menu ul a:hover span {
    color: #333;
}
div#menu ul ul span {
    color: rgb(169,169,169);
}
div#menu ul ul a:hover span {
    color: rgb(218,219,222);
}
div#menu li { background: url(../images/menu/main-delimiter.png) 98% 4px no-repeat; }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li { background: none; }
div#menu ul ul {
    position: absolute;
    top: 38px;
    left: -999em;
    width: 200px;
    padding: 5px 0 0 0;
    background: rgb(45,45,45);
    margin-top:1px;
}
div#menu ul ul a {
    padding: 0 0 0 15px;
    height: auto;
    float: none;
    display: block;
    line-height: 24px;
    color: rgb(169,169,169);
    margin-top: 0;
}
div#menu ul ul span {
    margin-top: 0;
    padding-right: 15px;
    _padding-right: 20px;
    color: rgb(169,169,169);
}
div#menu ul ul a:hover span {
    color: #fff;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul ul {
    width: 250px;
    padding: 0;
    margin: -38px 0 0 200px !important;
    margin-left:172px;
}

/* colors */
div#menu ul ul ul { background: rgb(41,41,41); }
div#menu ul ul ul ul { background: rgb(38,38,38); }
div#menu ul ul ul ul { background: rgb(35,35,35); }

/* lava lamp */
div#menu li.back {
    background: url(../images/menu/lava.png) no-repeat right -44px !important;
    background-image: url(../images/menu/lava.gif);
    width: 13px;
    height: 44px;
    z-index: 8;
    position: absolute;
    margin: -1px 0 0 -5px;
}
div#menu li.back .left {
    background: url(../images/menu/lava.png) no-repeat top left !important;
    background-image: url(../images/menu/lava.gif);
    height: 44px;
    margin-right: 8px;
}

/*sub navigation*/

#sub-nav {
    text-align: left;
    font: bold 11px verdana, arial, sans-serif;
    list-style-type: none;
    padding: 0;
    padding-left: 37px;
    margin: 0 auto;
    width: 970px;
}

#sub-nav li {
    display: inline;
}

ul#sub-nav li a
{
    margin-right: 40px;
    text-decoration: none;
    color: #46b4c1;
}

ul#sub-nav li a:hover
{
    margin-right: 40px;
    text-decoration: none;
    color: #0576bc;
}

ul#sub-nav li.selected a
{
    color: #0576bc;
}


ul#sub-nav li span a
{
    font-family:"Trebuchet MS",Arial,sans-serif;
    font-size: 1.6em;
}

ul#sub-nav li span a:hover
{
    color: red;
}


div#sitemap {
    margin: 10px 10px 0 10px;
}

div#sitemap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div#sitemap ul .parent {
    float: left;
    display: block;
    width: 138px;
    padding: 10px;
    text-decoration:none;
    font-size: 11px;
    font-weight: bold;
    font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
    color: #0576BC;
    text-align: left !important;
}

div#sitemap li ul li {
    text-align: left !important;
}

div#sitemap li ul li a {
    font-size: 9px;
    color: #333;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

div#sitemap li ul li a:hover {
    color: #aaa;
}

div#sitemap .footer-col {
    float: left;
    width: 158px;
    margin-bottom: 20px;
}

div#sitemap .footer-link-group {
}

div#sitemap .footer-col-wide {
    float: left;
    width: 316px;
    text-align: right;
}

#corporate-links {
    margin-top: 15px !important;
    margin-bottom : 40px !important;
}

#corporate-links li {
    font-family: "Trebuchet MS", Arial, elvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
    text-align: right !important;
    color: #999;
    margin-bottom: 10px;
}

#corporate-links li a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #aaa;
}

#corporate-links li a:hover {
    color: #333;
}


#customer-service-links {
    margin-top: 15px !important;
    margin-bottom : 40px !important;
}

#customer-service-links li {
    font-family: "Trebuchet MS", Arial, elvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
    text-align: right !important;
    color: #999;
    margin-bottom: 10px;
}

#customer-service-links li a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #aaa;
}

#customer-service-links li a:hover {
    color: #333;
}


.clear {
    clear: both;
    *clear: none;
}

.carsearchbox {
    position: relative;
    float: left;
    width: 404px;
    height: 276px;
    background: url('../images/searchbg.png') no-repeat;
    color: #333;
}

.carsearchbox h2 {
    font-family:"Trebuchet MS",Arial,sans-serif;
    letter-spacing: -1px;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    text-align: right;
    padding: 5px 20px 0 0;
    margin: 0;
}

.carsearchbox p {
    display: block;
    float: right;
    width: 200px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 12px;
    text-align: right;
    padding: 5px 20px 0 0;
}

.carform {
    display:block;
    float: left;
    width: 200px;
    padding: 25px 0 0 20px;
}

.carform table {
    padding-bottom:0;
    margin-bottom:0;
}

.carform tr {
}

.carform td {
    line-height: 16px !important;
    font-size: 10px !important;
}

.carform .form-row {
    height: 27px;
}

.carselect {
    color: #111;
    text-align: center;
    width: 150px;
    border: 1px solid #0576bc;
    padding: 1px;
    padding-top: 2px;
    font-size: 10px;
}

#engs {
    width: 100px;
}

#years {
    width: 100px;
}

.carselect option {
    color: #111;
    text-align: center;
    border-bottom: 1px dashed #999;
    padding: 2px;
}

.vrmform {
    display:block;
    float: right;
    width: 100px;
    padding: 95px 25px 0 0;
}

.vrmform p {
    display: block;
    width: 100px;
    padding: 0;
    margin-bottom: 25px;
}

.vrmform input {
    color: #111;
    text-align: center;
    width: 100px;
    border: 1px solid #0576bc;
    padding: 1px;
    padding-top: 2px;
    font-size: 10px;
}

.vrmform .form-row {
    height: 15px;
}

.cfbwrap {
    padding-top: 5px;
}

.savecarbutton, .changecarbutton, .vrmsearchbutton {
    margin: 0 auto;
}

.savecarbutton input {
    width: 80px;
    font-size: 10px;
    background: #0576bc;
}

.changecarbutton input {
    width: 90px;
    font-size: 10px;
    background: #0576bc;
    margin-top: 0;
}

.vrmsearchbutton input {
    width: 80px;
    font-size: 10px;
    background: #0576bc;
}

div#car {
    display: none;
}

.search {
    margin-bottom: 10px;
}

.box {
    float: left;
    padding: 5px;
    background:#191919;
    border: 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.box h3 {
    color: #ffffff;
}

.altbox {
    float: left;
    width: 292px;
    height: 258px;
    padding: 5px;
    background:#191919;
    border: 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: 5px;
    color: #84c5c6;
    overflow: hidden;
    text-overflow: ellipsis-word;
    word-wrap: break-word;
}

.altbox h3 {
    color: #ffffff;
}


.signup {
    text-decoration: none;
}

.signuptxt h3 {
    color: #84c5c6;
    text-decoration: none;
}

.signuptxt a {
    text-decoration: none;
}

.signuptxt a h3 {
    padding-left: 20px;
    color: red;
}

.signuplink a {
    font-size: 24px;
    letter-spacing: 4px;
    color: #ffffff;
    text-decoration: none;
}

.signuplink a:hover {
    color:  #46b4c1;
    text-decoration: #ffffff;
}

.addcarlink {
    text-align: right;
}


.containcentre {
    background: #ffffff;
    text-align: center;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 3px;
}

.containcentre h3 {
    color: #0576bc;
}

#partsfilters {
    background: #efefef;
    border: 1px solid #cccccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 0 5px 0;
    padding: 0 5px 15px 5px;
    font-weight: bold;
}

#filters {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#filters select {
    color: #111;
    text-align: center;
    font-size: 10px;
    margin: 0;
    padding: 0;
}

#filters option {
    color: #111;
    text-align: center;
    border-bottom: 1px dashed #999;
    padding: 2px;
}

.reset-filter-link {
    color: #0576bc;
    font-family:"Trebuchet MS",Arial,sans-serif;
    font-weight: 200;
    font-size: 1.2em;
    text-decoration: none;
}

.productlisting {
    list-style: none;
}

.product {
    list-style: none;
    min-height: 90px;
    height: auto !important;
    height: 90px;
    padding: 5px;
    background:#efefef;
    border: 1px solid #cccccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 0 5px 0;
}

.product-row {
    float: left;
    width: 460px;
}

.product-row table {
    margin: 0;
}

.product-row td {
    border: none;
}

.imagethumb-local {
    float: left;
    width: 80px;
    background: #ffffff;
    border: 1px solid #cccccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
	padding:5px 0;
}

.imagethumb {
    float: left;
    width: 80px;
    background: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
	padding:25px 0;
}

#preview {
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

.producttitle {
    padding: 5px;
    color: #0576bc;
    font-family:"Trebuchet MS",Arial,sans-serif;
    font-size: 1.4em;
}

.productnumber {
    width: 100px;
    text-align: right;
    padding: 5px;
    color: #46b4c1;
    font-family:Tahoma,Arial,Helvetica,sans-serif;
    font-size: 1.0em;
    color: red;
}

.productnotes {
    padding: 5px;
    color: #222222;
    font-family:Tahoma,Arial,Helvetica,sans-serif;
    font-size: 1.0em;
}

.productprice {
    width: 90px;
    text-align: right;
    padding: 5px;
    color: #178812;
    font-family:"Trebuchet MS",Arial,sans-serif;
    font-size: 1.8em;
}

.productform {
    padding: 0 5px;
}

.qtytxt {
    margin-top: 9px;
    color: #333;
    font-weight: bold;
    font-size: 13px;
    width: 25px;
}

.qty-field[type=text] {
    width: 40px;
    margin: 0 5px 0 0;
}

.embutton {
    margin-top: -4px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 3px;
    color: #178812;
}


.basket-qty-field[type=text] {
    width: 50px;
    line-height: 0;
    margin-top: -10px;
}

.basket-updateqty-btn {
    width: 80px;
    margin-top: -10px;
}

.basket-remove-btn {
    width: 80px;
    margin-top: -10px;
}

.basket-remove-col {
    width: 90px;
}

.td-txt-right {
    text-align: right;
    padding-right: 15px;
}

.tr-alt {
    background: #efefef;
}

.em-note {
    color: red;
}

#order-number {
    background: #efefef;
    padding: 5px;
    margin: 5px 0;
    border: 1px solid #222;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#address-details {
    float: left;
    width: 300px;
    padding: 5px;
    margin: 5px 0;
    background: #efefef;
    border: 1px solid #222;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#order-status-details {
    float: right;
    padding: 5px;
    margin: 5px 0;
    text-align: right;
    background: #efefef;
    border: 1px solid #222;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#ordered-product-details {
    margin-top: 5px;
}

#order-refund {
    float: right;
    padding: 5px;
    margin: 5px 0;
    text-align: right;
    background: #efefef;
    border: 1px solid #222;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#payment-details {
    float: left;
    width: 500px;
    padding: 5px;
    margin: 5px 0;
    background: #efefef;
    border: 1px solid #222;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#related-orders {
    float: left;
    width: 500px;
    padding: 5px;
    margin: 5px 0;
    background: #efefef;
    border: 1px solid #222;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#related-orders a {
    margin-left: 200px;
}

#update-order-status {
    float: left;
    width: 500px;
    padding: 5px;
    margin: 5px 0;
    background: #efefef;
    border: 1px solid #222;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#order-status-history {
    float: left;
    padding: 5px;
    margin: 5px 0;
    text-align: right;
    background: #efefef;
    border: 1px solid #222;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* tooltip */

.aToolTip {
	border:2px solid #444;
	background:#555;
	color:#fff;
	margin:0;
	padding:6px 12px;
}

.aToolTip .aToolTipContent {
	position:relative;
	margin:0;
	padding:0;
}

a.aToolTipCloseBtn {
	display:block;
	height:18px;
	width:18px;
	background:url(../images/closeBtn.png) no-repeat;
	text-indent:-9999px;
	outline:none;
	position:absolute;
	top:-15px;
	right:-15px;
	margin:2px;
	padding:4px;
}

a.mintex-link {
    display: block;
    float: left;
    width: 238px;
    height: 71px;
    text-indent: -9999px;
    background: url(../images/mintex-box.png);
    margin: 0 6px 0 0;
}

a.mahle-link {
    display: block;
    float: left;
    width: 238px;
    height: 71px;
    text-indent: -9999px;
    background: url(../images/mahle-box.png);
    margin: 0 6px 0 0;
}

a.gates-link {
    display: block;
    float: left;
    width: 238px;
    height: 71px;
    text-indent: -9999px;
    background: url(../images/gates-box.png);
    margin: 0 6px 0 0;
}

a.comma-link {
    display: block;
    float: left;
    width: 238px;
    height: 71px;
    text-indent: -9999px;
    background: url(../images/comma-box.png);
    margin: 0 0 0 0;
}

 #no_car_tip {
    display:none;
    background:transparent url(../images/tooltips/white_arrow.png);
    font-size:12px;
    height:70px;
    width:160px;
    padding:25px;
    color:#B22222;
    z-index: 10000;
    position: absolute;
    top:-30px;
    left:0;
 }

#payments {
    width: 316px;
    height: 110px;
    background: url(../images/payments.png) no-repeat right #fff;
    margin-top: 20px;
}

#autocat {
    position : absolute;
    bottom: 100px;
    right: 10px;
}

