body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background: #fff url(../images/pageback.png) repeat-x top;
}

.clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	visibility: hidden;
}


img {
	border: 0;
}

/*forms*/
legend {
	font-weight: bold;
	color: #333;
	text-transform: capitalize;
}

form {

}


input {

}
#errors {
	/*margin: 0 0 10px 0;*/

}
#errors ul{
	border-top: 1px solid #f60;
	border-bottom:  1px solid #f60;
	background: #edeeee url(../images/alertBack.png) repeat-x bottom;
	text-align: left;
	padding: 5px;
	margin: 0 0 5px 0;
	color: #000;
}
#errors li {
	margin: 3px;
	list-style: none;
}

form.contactform {

}

form.contactform label {
	width: 200px;
	text-transform: capitalize;
	float: left;
	display: block;
	margin: 1px 0;
}

form.contactform input {
	margin: 1px 0;
}

form.contactform textarea {
	margin: 1px 0;
}

/*end forms*/

/* top */
.top { 
	top: 0; 
	width: 100%; 
	height: 96px;	
	max-height: 96px;
	min-width: 800px;
}

div.topleft {
	float: left;
	padding:10px 0 0 10px; 
	margin: 0;
	min-width: 250px;
	width: 33%;
}

.topmiddle {
	min-width: 250px;
	float: left;
	width: 33%;
	padding: 5px 0 0 0;
}

div.topright {
	padding:0;
	margin: 0;
	float: left;
	text-align: right;
	/*min-width: 250px;*/
	width: 33%;
}

div.topright form {
	padding: 0 5px;
	margin: 0;
}

div.top input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

/* end top */

/*start navigation*/
div.topnavigation  {
	margin-top: 0;
	width: 100%;
	text-transform: capitalize;
}

#menu { 
	margin: 0 auto; 
	padding: 0; 
	height: 39px; 
	width: 1000px; 
	display: block;
}

#menu ul {
	overflow: hidden; 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	height: 39px; 
	width: auto;
}

#menu ul li {
	background: url(../images/navLiSep.png) repeat-x top;
	display: block; 
	float: left; 
	padding: 0 1px; 
	margin: 0 1px 0 0; 
	list-style: none; 
	/*line-height: normal; */
	height: 38px; 
}

#menu ul li a {
	background: url(../images/navLiBack.png) repeat-x top; 
	border: none; 
	color: #ddd; 
	display: block; 
	font-weight: normal; 
	text-decoration: none;  
	padding-top: 11px; 
	padding-bottom:12px; 
	padding-left:12px; 
	padding-right:12px; 
	text-align: center;
	font-size: 120% !IMPORTANT;
}

#menu ul li a:hover {
	background: url(../images/navLiBackHover.png) repeat-x top;  
	color: #333;
}

#menu ul li.search {
	background: 0 !IMPORTANT;
	border: none; 
	color: #ddd; 
	display: block; 
	font-weight: normal; 
	text-decoration: none;  
	padding-top: 11px; 
	padding-bottom:12px; 
	padding-left:12px; 
	padding-right:12px; 
}
#menu ul li.search form {
	margin: -5px 0 0 0;
	padding: 0;
}
#menu ul li.search form input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 2px;
	border: 0;
	background: url(../images/searchInputBack.png) repeat ;
	color: #333;
	/*height: 20px;*/
	vertical-align: middle; 
}
#menu ul li.search form input.searchbutton {
	background: 0;
	border: 0;
	vertical-align: middle;
}

a.back {
	color: #f60;
	text-decoration: none;
	margin: 0 10px;
}

a:hover.back {
	color: #f60;
	text-decoration: underline;
}

div.pagination  {

}

div.pagination a  {
	color: #333;
}

div.pagination a  {
	color: #F60;
}

p.feedback {
	/*margin: 10px 5px;*/
	width: 100%;
	text-align: center;
}

p.feedbacktext{
	text-align: left;
	font-size: 80%;
	color: #666;
	padding: 0 !IMPORTANT;
	margin: 5px 0 !IMPORTANT; 
}
/*end navigation */

div.content {
	width: 1000px; 
	margin: 0 auto;
}

/* LEFT */
div.left { 
	width: 130px;
	min-width: 130px;
	float: left;
	margin: 3px 0;
}


/* CENTRE */
div.centre {
	min-width: 700px;
	width: 700px;
	float: left;
	margin: 5px;
}

div.centrelarge {
	min-width: 615px;
	width: 800px;
	float: left;
	margin: 5px;
}

div.centre a, div.centrelarge a {
	color: #f60;
	text-decoration: underline;
}

div.centre h1, div.centrelarge h1 {
	font-size: 140%;
	color: #333;
	text-align: left;
	font-weight: normal;
	text-transform: capitalize;
	margin: 0;
	padding: 0 0 5px 0;
}

div.centre h2, div.centrelarge h2 {
	font-size: 110%;
	color: #333;
	text-align: left;
	font-weight: normal;
	text-transform: capitalize;
	margin: 5px 0 0 0 !IMPORTANT;
	padding: 0 !IMPORTANT;
}

div.centre p, div.centrelarge p {
	font-size: 100%;
	color: #999;
	padding: 0 0 5px 0;
	margin: 5px 0 0 0 !IMPORTANT;
}

div.images {
	
}


div.manufacturernav {
	/*background: #fff url(../images/navManBack.png) repeat 0 11px;*/
}

h2.search {
	color: #666; 
	font-weight: bold; 
	font-size: 100%;
}

p.search {
	font-size: 80%;
}

p.search a {
	color: #f60;
	font-size: 90%;
	text-transform: lowercase;
}

ul.manufacturernav {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	width: 100%;
	border-top: 1px solid #ababab;
	border-bottom: 10px solid #ababab;
	background: #fff url(../images/manNavUlBAck.png) repeat-x bottom;
}

ul.manufacturernav p {
	margin: 3px; 
	padding: 0; 
	color: #333; 
}

ul.manufacturernav  li {
	 float: left; 
	 /*background: #fff url(../images/manNavLiBAck.png) repeat-x bottom;*/
}

ul.manufacturernav  li a {
	width: 200px; 
	 margin: 2px 0 2px 4px; 
	 padding: 5px 0 5px 0; 
	 display: block; 
	 vertical-align: middle;
	 color: #000;
	 text-indent: 5px;
	 text-transform: capitalize;
	 text-decoration: none;
	 background: url(../images/manArrow.png) no-repeat left;
}

ul.manufacturernav  li a:hover {
	 text-decoration: underline;
}

a.mannavon {
	color: #000;
	text-transform: underline !IMPORTANT;
	background: #f60!IMPORTANT;
	display: block
}
/*end*/


div.trolley {
	margin: 10px 10px;
	float: right;
	text-align: left;
	background: url(../images/trolley_top_back.png) no-repeat top center;
	width: 226px;
	min-width: 226px;
	height: 59px;
}
div.trolley p{
	padding: 0 10px 1px 10px;
	margin: 0;
	font-size: 80%;
}
div.trolley h1{
	color: #727e1a;
	margin: 0;
	padding: 0 10px;
	font-size: 110%;
}

a.trolley {
	float: left;
	padding: 0 10px;
}

div.tailpipedetails {
	width: 100%;
}

span.addedtotrolley {
	color: #fc0;
	margin: 2px;
}

div.tailpipedetails ul{
	list-style: none;
	margin: 0 auto;
	display: block;
}

div.tailpipedetails ul li{
	display: block;
	float: left;
	background: #5b5b5b url(../images/tailpipeThumbsBack.png) no-repeat;
	width: 185px;
	height: 70px;
	margin: 2px;
	color: #fff;
}

div.tailpipedetails ul li a img{
	float: left;
	margin: 2px;
	display: block;
	border: 1px solid #333;
}

div.tailpipedetails ul li a:hover img{
	border: 1px solid #f60;
}

div.tailpipedetails ul li a{
	color: #fff;
	text-decoration: none;
	margin: 0 0 3px 0;
}

div.tailpipedetails ul li a:hover{
	color: #f60;
	text-decoration: underline;
}

div.tailpipedetails ul li form{
	margin: 0;
	padding: 0;
}

div.tailpipedetails ul li input{
	margin: 3px 0;
}


/*RIGHT*/

div.right {
	float: left;
	width: 150px;
	min-width: 150px;
	display: block; 
	margin: 3px 0;
}


/*column*/
div.column {
	width: 130px;
	clear: both;
	margin: 5px auto 5px auto;
	font-size: 90%;
}

div.column p{
	padding: 0 4px;
	margin: 2px 0;
	color: Gray;
}

h1.leftcol {
	color: #333;
	font-size: 120%;
	font-weight: normal;
	margin: 0 !IMPORTANT;
	padding: 2px !IMPORTANT;
	text-transform: capitalize;
	border-left: 2px solid #F60;
	/*background: #F60;*/
}

ul.leftcol {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}

ul.leftcol li {
	margin: 2px 0 0 2px;
	padding: 0 2px 0 0;
}

ul.leftcol li a{
	text-decoration: none;
	color: #000;
	display: block;
}

ul.leftcol li a:hover{
	text-decoration: none;
	color: #333;
	display: block;
	background: url(../images/leftColHoverBack.png) no-repeat;
}

#placeholder {
position: relative; 
width:150px; 
height:32px; 
font-size: 80%;
/*background: #FF6600;*/
}

a.placeholder  {
color: #000;
text-decoration: none;
}
a:hover.placeholder  {
color: #000;
text-decoration: underline;
}

span.columnbtm {
		
}

/*ends */

/*footer*/
div.footer {
	width: 100%;
	display: block;
	margin: 20px 0 0 0;
	text-align: center;
	color: #DCDCDC;
	padding: 10px 0 0 0;
	border-top: 1px solid #E5E5E5;
}

div.footer a {
	color: #999;
}

/*newsfeed*/
div.latestnews {
	font-size: 80%;
	background: url(../images/latestnews.png) no-repeat top center;
	min-height: 140px;
	height: 140px;
	width: 100%;
	padding: 25px 0 0 0 ;
}

div.newsfeed {
	/*border-top: 1px dotted #60c;*/
	padding: 30px 0 0 0;
	border-top: 1px solid #999;
	border-bottom: 1px dotted #60c;
	font-size: 80%;
	background: url(../images/newsfeedback.png) repeat-x top;
	margin: 0 0 10px 0;
}

div.newsfeed h1, div.latestnews h1 {
	/*font-family: Magneto;*/
	vertical-align: middle;
	color: #60C;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 110%;
	width: 110px;
}

div.newsfeed h2, div.latestnews h2 {
	/*font-family: Magneto;*/
	vertical-align: left;
	color: #333;
	margin: 0;
	padding: 0 0 0 20px;
	text-align: center;
	font-size: 100%;
	width: 110px;
}

div.newsfeed p, div.latestnews p {
	padding: 0 0 0 20px;
	color: #333;
	width: 110px;
}

div.newsfeed a, div.latestnews a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

div.newsfeed a:hover, div.latestnews a:hover {
	color: #f60;
	text-decoration: none;
	font-weight: bold;
}
/*ends*/

/*tables */
table.trolley {
	
}

table.trolley th {
	background: #666;
	color: #fff;
	padding: 3px;
}

table.trolley td {
	padding: 3px;
}

table.trolley td.item {
	border-bottom: 1px dashed #ccc;
}

table.trolley td a{
	color: #f60;
	text-decoration: none;
}

table.trolley td a:hover{
	color: #f60;
	text-decoration: underline;
}

table.trolley td.total{
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
}

td.cardlogos img{
	padding: 5px;
	background: #fff;
}
/*end table*/

/*accordian */
div.trigger, div.trigger2, div.slider, div.slider2  {
  /*
    "hand" is a valid value for IE for this.
    See http://ajaxian.com/archives/2005/12/css_cross_brows.html for some cross-browser details of doing this.
    Note the good suggestions in the comments for improvements.
  */
  cursor: pointer;
}

div.trigger {
	display: block;
	border-top: 1px solid #999;
	border-bottom: 1px solid #ff6600;
	font-weight: bold;
	margin: 1px 0;
	padding: 5px;
	background: url(../images/headerback.gif) repeat-x top;
	color: #000;
	font-size: 110%;
}

div.trigger p {
	margin: 0;
	padding: 0;
	font-size: 80%;
}

div.slider ul {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

div.slider li {
	display: block;
	margin: 2px;
	border-bottom: 1px dashed #ccc;
}

div.slider2 ul {
	display: block;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #999;
	background: #fff url(../images/headerback.gif) repeat-x top;
}
div.slider2 li {
	display: block;
	padding: 0 0 0 20px;
	margin: 2px;
	border: 0 !IMPORTANT;
	text-transform: lowercase;
}
span.modelnote {
	font-size: 80%;
	color: #333;
	margin: 0 0 0 10px;
	text-transform: capitalize !IMPORTANT;
}

div.slider2 li a {
	text-decoration: none;
	color: #f60;
}
div.slider2 li a:hover {
	text-decoration: underline;
	color: #f60;
}
div.slider h2, div.slider2 h3 {
	display: block;
	background: #999 url(../images/headerback.gif) repeat-x top;
	/*border-bottom: 1px solid #999;*/
	border-bottom:1px solid #fff;
	padding: 5px;
	margin: 0;
	font-size: 90%;
	color: #000;
	font-weight: normal;
}

div.slider h2 img, div.slider2 h3 img{
	margin: 0 0 -4px 0;
}

h1.product {
	display: block;
	width: 100%;
	color: #fff !IMPORTANT;
	text-transform: capitalize;
	font-weight: bold!IMPORTANT;
	font-size: 140% !IMPORTANT;
	padding: 5px 0 !IMPORTANT;
	margin: 0 0 2px 0;
	background: #333 /* url(../images/productH1back.png) repeat-x center*/;
	text-indent: 5px;
	border-left: 2px solid #f60;
}

h2.producttitle {
	border: 1px solid #ccc;
	margin: 0;
	line-height: 26px;
	background: url(../images/producttitleback.png) repeat;
	color: #fff;
	text-indent: 5px;
	padding: 5px;
}

a.productlink {
	display: block;
	color: #FF3300;
	font-weight: normal;
	text-decoration: underline;
	float: left;
}

ul.product {
	/*border: 1px solid #FF0000;*/
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #ccc;
}

ul.product h3 {
	background: #E5E5E5; 
	width: auto;
	color: #333;
	font-size: 100%;
	margin: 0 !IMPORTANT;
	padding: 0 !IMPORTANT;
}
ul.productimage, ul.tailpipeimage {
	/*border: 1px solid #FF0000;*/
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
}
li.product{ 
	list-style: none;
	padding: 0 3px;
	margin: 2px 0 0 0;
	/*border-bottom: 1px solid #e5e5e5;*/
}

li.producttitle{ 
	list-style: none;
	text-transform: capitalize;
	color: #333;
}

li.productimage, li.tailpipeimage {
	float: left;
	display: inline;
	margin: 0 1px 2px 1px;
	border: 1px solid #e5e5e5;
	padding: 0;
	background: #fff;
}

li.productimage a{
	color: #666;
	text-decoration: underline;
	padding: 3px;
}

li.productimage a:hover {
	color: #FF0000;
	text-decoration: underline;
}

li.tailpipeimage a{
	color: #666;
	text-decoration: none;
	padding: 3px;
}
li.tailpipeimage a img {
	border: 1px solid #fff;
	text-decoration: none;
}
li.tailpipeimage a:hover img  {
	border: 1px solid #F60;
	text-decoration: none;
}
li.tailpipeimage form {
	margin: 0;
	padding: 0;
}
li.tailpipeimage input.addtotrolley {
	border: 0;
	background: #fff url(../images/cart.gif) no-repeat left;
	padding: 0 0 0 20px;
	cursor: pointer;
	margin: 0;
}
ul.modellist {
	/*margin: 10px 0 10px 0 !IMPORTANT;*/
	padding: 0 0 10px 0 !IMPORTANT;
}

li.modellist {
	float: left; 
	list-style: none;
	border-right: 1px solid #ccc;
	font-weight: bold;
	font-size: 110%;
}
li.modellist a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 5px;
}

li.modellist a:hover{
	background: #fc8f15 url(../images/leftColHoverBack.png) no-repeat right;
	padding: 5px;
}

li.manufacturelist {
	width: 110px; 
	float: left;
	list-style: none;
	border: 1px solid #ccc;
	min-height: 160px;
	height: 160px;
	background: #fff;
	margin: 0 5px 5px 0;

}

li.gallery {
	width: 110px; 
	float: left;
	list-style: none;
	border: 1px solid #ccc;
	min-height: 130px;
	height: 130px;
	background: #fff;
	margin: 0 5px 5px 0;

}

li.manufacturelist a img, li.gallery a img {
	padding: 10px 5px;
	background: #fff !IMPORTANT;
}

li.manufacturelist a, li.gallery a  {
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
	background: #ccc;
	text-indent: 5px;
}
li.manufacturelist a:hover, li.gallery a:hover {
	color: #333;
	text-decoration: none;
	width: 100%;
	display: block;
	background: url(../images/leftColHoverBack.png) no-repeat;
	text-indent: 5px;
}






