#sitemap {
	width: 450px;
	padding-left: 5px;
	list-style-type: none;
}
#sitemap .title{
	font-size: 18px;
	color: #333333;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#sitemap a{
	width: 450px;
	padding-left: 5px;
	list-style-type: none;
}

#sitemap a:hover{
	color:#000000;
}

#sitemap ul li.li1 a{
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
	padding-top: 15px;
	padding-left: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 40px;
}
#sitemap ul li.li2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: bold;
	border-left-style: none;
	color: #333333;
	text-decoration: underline;
}

#sitemap ul li.li3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #A6C631;
	text-decoration: underline;
}

#sitemap ul li.li4 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #A6C631;
	text-decoration: underline;
}

#sitemap ul li.li5 a{
	font-size: 12px;
	color: #A6C631;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: normal;
	text-decoration: underline;

}

#sitemap ul li.li6 a{
	font-size: 12px;
	color: #A6C631;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: normal;
	text-decoration: underline;
}
#sitemap .info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;

}
#sitemap .info2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 20px;

}
#sitemap .info3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 33px;

}
#sitemap .info4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 30px;

}

.item-layout4 {
	text-align: center;
	float: left;
	background-color: #efefef;
	height: 240px;
	width: 28%;
	margin-left: 6px;
	margin-top: 6px;
	display: block;
	padding: 10px;
	border-style: solid; 
	border-color: #cccccc; 
	border-width: 1px; 
	
}
.item-layout5 {
	text-align: left;
	float: left;
	background-color: #efefef;
	height: 110px;
	width: 44%;
	margin-left: 6px;
	margin-top: 6px;
	display: block;
	padding: 10px;
	border-style: solid; 
	border-color: #cccccc; 
	border-width: 1px; 
}

/*-----------------------------------------------------------------------------
[client] ianfernando

version:   1.0
date:      03/26/08
author:    Neil Turner
email:     neilrturner@gmail.com
website:   www.neilsweb.com
-----------------------------------------------------------------------------*/

/* ------------------------------------------ */
/* Defaults, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
html {
 border:0;
 margin:0;
 padding:0;
}

body {
 font-family: Verdana, Tahoma, Arial, sans-serif;
 background:#666666;
 color:#000000;
 margin:0;
 padding:0;
}

/***** Headings *****/

h1, h2, h3, h4, h5, h6, p, ul, li, a {
 margin:0;
 padding:0;
}

a:hover {
	color:#B80707;
}

 /***** Global Classes *****/

.clear         { clear:both; }
.left    { float:left; }
.right   { float:right; }


.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }


/* ------------------------------------------ */
/* START PAGE MARKUP */
/* ------------------------------------------ */

#pagewrap {
	width:974px;
	background:#333333;
	margin:0 auto;
	padding:0px 5px 5px 5px;
}


#content {
	width: 590px;
	background:#ffffff;
	margin:0px 0px 0px 0px;
	float:right;
	padding:5px;
	display:inline;
}

#sidebar {
	width:355px;
	margin:0px 0px 0px 0;
	float:left;
		display:inline;
}

#footer{
	width:971px;
	background:#333333;
	margin:0 auto;
	padding:0px 3px 3px 3px;
	text-align:center;
	color:#ffffff;
	margin-top:30px;
	font-size:12px;
}

#footer a{
	color:#ffffff;
	font-size:12px;
}
/* ------------------------------------------ */
/* HEADER STYLES */
/* ------------------------------------------ */

#header ul{
	width: 100%;
	padding: 4px 0 8px 0;
	background:#464646 url(images/navbg.png) repeat-x center left;
}

#header ul li{
	display:inline;
	padding: 0px 0 0px 5px;
}

#header ul li a{
	padding: 11px 5px 10px 5px;
	color:#fff;
	font-weight:bold;
	text-decoration: none;
	font-size:13px;
}

#header ul li a:hover{
}

/* ------------------------------------------ */
/* CONTENT STYLES */
/* ------------------------------------------ */

#content h1 {
	font-size:18px;
	color:#ffffff;
	background:#464646 url(images/navbg.png) repeat-x top left;
	padding:5px 3px 7px 5px;	
}

#content h2 {
	font-size:18px;
	color:#000000;
	text-align:center;
	padding:5px 3px 7px 5px;	
}



#content p {
	font-size:14px;
	color:#000000;
	background:#ffffff;
	padding:0px 3px 7px 3px;	
	margin:0px;
}

/* ------------------------------------------ */
/* SIDEBAR STYLES */
/* ------------------------------------------ */

#sidebar h2 {
	font-size:18px;
	color:#ffffff;
	background:#464646 url(images/navbg.png) repeat-x center left;
	padding: 5px 5px;
	border: 1px solid gray;
	border-bottom:none;
	margin:10px 0 0px 0px;	
}

#sidebar ul{
	background:#ffffff;	
	margin:0;
	border: 1px solid gray;
	border-top:none;
	width:353px;
}

#sidebar ul li{
	background:#ffffff;	
	margin:0 0 0 0px;
	list-style:none;
}

#sidebar ul li a{
	display:block;
	width:327px;
	background:#ffffff;	
	margin:0 0 0 0px;
	padding: 2px 0 2px 25px;
	text-decoration:none;
	color:#383838;
	background:#ffffff url(images/arrow.png) no-repeat 5px center;
}

#sidebar ul li a:hover{
	background:#EFEFEF url(images/arrow_hov.png) no-repeat 5px center;
}

#sidebar .ads {
	margin:0px;
	background:#ffffff;
	text-align:center;
}

#sidebar .ads img{
	margin:10px;
	text-align:center;

}



/* ------------------------------------------ */
/* TAB MENU STYLES */
/* ------------------------------------------ */
.mypets{ /*header of 1st demo*/
cursor: pointer;
padding: 4px 25px;
border: 1px solid gray;
background: #E1E1E1 url(images/plus.png) no-repeat 5px center;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
	background:#464646 url(images/navbg.png) repeat-x center left;
	color:#ffffff;
}

.thepet {
	background:#ffffff;
	text-align:center;
	border: 1px solid gray;
	border-top: none;
	padding:0 5px 10px 5px;
}

.thepet img {
	margin-top:0px;
}

.thepet p {
	font-size:13px;
		text-align:left;
}

.thepet a {
	color:#333333;
	font-size:14px;
	font-weight:bold;
}



/* ------------------------------------------ */
/* FOOTER STYLES MARKUP */
/* ------------------------------------------ */


#footer ul li  {
display:inline;
list-style:none;
}

#footer ul li a{
font-size:12px;
padding: 0 0 0 5px;
}

#footer p {
	margin: 5px 0 0 0;
	font-size:12px;	
}

/* Product Information Start */

#products { 

	margin: 0px 0px 0 0px;

	padding: 0px;

	border: 0px;

	border-style: solid; 

	border-color: #dddddd; 

	}



#products td {

	padding: 5px;

	}



tr.row0 {

	background-color: #E1E1E1;

	}

	

tr.row0:hover {

	background-color: #4E4E4E;
	color:#75B129;

	}



tr.row1 {

	background-color: #FFFFFF;

	}



tr.row1:hover {

	background-color: #4E4E4E;
	color:#75B129;

	}



.itemname A {

	font-size: 10pt;

	font-family: Arial;

	color: #000000;

	text-decoration: none;

	}



.itemname a:hover {

	font-size: 10pt;

	font-family: Arial;

	color: #B80707;

	text-decoration: none;

	}



.itemname a:visited {

	font-size: 10pt;

	font-family: Arial;

	color: #ae0000;

	text-decoration: none;

	}



.bids {  

	font-size: 10pt;

	font-family: Arial;

	font-weight: ;

	color: #000000;

	} 



.price {  

	font-size: 10pt;

	font-family: Arial;

	font-weight: bold;

	color: #333333;

	} 



.buyprice {  

	font-size: 10pt;

	font-family: Arial;

	font-weight: bold;

	color: #000000;

	} 



.time {  

	font-size: 10pt;

	font-family: Arial;

	font-weight: ;

	color: #ff0000;

	} 



.producttext {  

	font-size: 9pt;

	font-weight: bold;

	font-family: Arial;

	color: #333333;

	} 



a img {

	border: 0px;

	border-color: #333333;

	}



#navigation ul {

	text-align: left; 

	font-size: 12px; 

	padding: 5px;  

	list-style-type: none; 

	list-style-image: none;
	
	color:#ffffff;

	 background: url(http://www.corvette-parts.org/themes/shoes-black/images/navbar1.jpg) 100% 0 repeat;

	}



#navigation li { 

	display: inline; 

	padding-left: 3px; 

	padding-right: 3px; 

	}



#navigation a { 

	color: #ffffff;

	text-decoration:underline;

	}



#viewmore {

	text-align: right;

	background-color: #ffffff;
	
	margin-right:5px;

	}



#viewmore a {

	font-size: 10pt;

	font-family: Arial;

	color: #000000;
	
	padding: 0 1px 5px 3px 3px

	}

/* Product Information End */



/* Sort By Box Start */

#sortbox {

	margin-top:0px; 
	
	padding-top:0px;
	
	width: 590px; 
	
	background-color: transparent ;

	border: 0px;

	border-style: solid; 

	border-color: #dddddd; 

	}


#ebaylogo {

	width: 70px;

	float: right;

	padding: 0px;
	display:inline;
	

	}



#sortby {

	text-align: right;
	
	margin:0px 0 5px 0;

	}



#sortby select {

	margin:0px 0 5px 0;
	
	width: 200px;
	

	}

/* Sort By Box End */



/* Search Box Start */

/* Search Box Start */

#search {

	padding: 12px;

	margin-top: 0px;

	background-color: #ffffff;

	color: #333333;

	font-family: Arial;

	font-size: 12px; 

	text-align: left;

	}



#search a {

	color: #383838;

	font-family: Arial;

	font-size: 12px;

	}



#search a:hover {

	color: #B80707;

	font-family: Arial;

	font-size: 12px;

	}



.searchform {

	padding:0;

	margin:5px 0 5px 0;

	width:290px;

	}



#searchsubmit {

	padding: 2px;

	}



#search select {

	width: 167px;
	
	margin:0 0 5px 0;

	}

/* Search Box End */


#selected {   

	margin: 0 6px 0 0px;
	display: block;   

	color: #B80707;

	font-size: 13px;

	font-weight: bold; 

	text-decoration: none; 


	} 

/* Miscellaneous Start */



* {

	margin:0;

	padding:0;

	}

/* Miscellaneous End */
