/* Main Start */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	margin: 0;
	padding: 10px 0; 
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	text-align: center;
	}

	
body#bg {
	background-image: url('images/bg.png');
	}

h1 {
	padding: 0;
	margin: 0;
	}
	
h1#title, h1#title a, h1#title a:hover{
	font-size: 26px;
	letter-spacing: -1px;
	font-weight: bold;
	padding: 10px;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	}

h2 {
	padding: 10px;
	margin: 0;
	font-size: 1.6em;
	}

h3 {
	padding: 5px 0;
	margin: 0;
	font-size: 1.3em;
	}

hr {
	display: none;
	}
	
/* Main Template Start */

#page {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 782px;
	border: 1px solid #cacaca; 
	display: block;
	}

#header {
	margin: 0; 
	padding: 0;
	height: 79px; 
	width: 780px;
	border: 1px solid #ddd; 
	}

.headerimg {
	margin: 0;
	background: url('images/logo.jpg') no-repeat;
	height: 79px; 
	width: 780px; 
	}

#content {   
	width: 572px;
	margin: 10px 0;
	padding: 10px;
	background-color: #f8f8f8;
	border: 1px solid #ddd; 
	text-align: left; 
	} 

#content p {
	padding-bottom: 10px;
	margin-bottom: 10px;
	}	

#content h1 {
	font: 1.6em bold Arial, Helvetica, Sans-Serif;
	color: #ff9708;
	}

.contentcolumn {
	padding: 0;
	margin: 0px;
	width: 100% auto;
	float: right;
	}

#footer {
	margin-top: 0px;
	width: 780px;
	height: 30px;
	clear: both;
	background-color: #ff9708;
	border: 1px solid #cacaca; 
	}

#footer a {
	color: #0000cc;
	text-decoration:underline;
	}

#footer a:hover {
	color: #0000cc;
	text-decoration:underline;
	}

#footer p {
	font: 1.1em Arial, Helvetica, Sans-serif;
	margin: 0 10px 0 0;
	padding: 10px 0 0 0;
	text-align: right;
	color: #000;
	}

/* Main Template End */

/* Sidebar Start */

#sidebar {
	margin: 10px 10px 10px 0;
	float: left;
	width: 175px;
	background-color: #f8f8f8;
   	text-align: left;
	border: 1px solid #ddd; 
	}

#sidebar h2 {
	padding: 6px; 
	margin: 0px; 
	display: block;  
	color: #333;
	font: 13px Arial;
	display: block;  
	text-decoration: none; 
	background-color: #ff9708; 
	border-style: solid; 
	border-color: #ddd; 
	border-width: 0px 0px 1px 0px;
	} 

#sidebar ul { 
	padding: 0px; 
	margin: 0px; 
	} 

#sidebar ul li { 
	display: block; 
	} 

#sidebar ul li a { 
	background-color: #f8f8f8;
	padding: 5px 10px; 
	margin: 0px; 
	color: #333;
	font: 12px Arial;
	display: block; 
	text-decoration: none; 
	border-style: solid; 
	border-color: #ddd; 
	border-width: 0px 0px 1px 0px; 
	} 

#sidebar ul li a:hover { 
	background-color: #ddd;
	padding: 5px 10px; 
	margin: 0px; 
	color: #333;
	font: 12px Arial;
	display: block; 
	text-decoration: none; 
	border-style: solid; 
	border-color: #ddd; 
	border-width: 0px 0px 1px 0px; 
	} 

#selected {  
	padding: 5px 10px; 
	display: block;  
	color: #1f4983;
	font: 12px bold Arial;
	display: block;  
	text-decoration: none; 
	background-color: #ddd; 
	border-style: solid; 
	border-color: #ddd; 
	border-width: 0px 0px 1px 0px;  
	} 

/* Sidebar End */


/* Layout items */

.item-layout4 {
	text-align: center;
	float: left;
	background-color: #efefef;
	height: 240px;
	width: 28%;
	margin: 6px 0 0 6px;
	display: block;
	padding: 10px;
	border: 1px solid #ccc; 
}
.item-layout5 {
	text-align: left;
	float: left;
	background-color: #efefef;
	height: 110px;
	width: 45%;
	margin: 6px 0 0 6px;
	display: block;
	padding: 10px;
	border: 1px solid #ccc; 
}



/* Product Information Start */

#products { 
	width: 100%;
	margin: 0px;
	padding: 0px;
	}

#products td {
	padding: 5px;
	}

tr.row0 {
	background-color: #eee;
	}	

tr.row0:hover {
	background-color: #ddd;
	}

tr.row1 {
	background-color: #fff;
	}

tr.row1:hover {
	background-color: #ddd;
	}

.itemname a {
	font-size: 10pt;
	font-family: Arial;
	color: #00f;
	text-decoration: underline;
	}

.itemname a:hover {
	font-size: 10pt;
	font-family: Arial;
	color: #00f;
	text-decoration: none;
	}

.itemname a:visited {
	font-size: 10px;
	font-family: Arial;
	color: #ae0000;
	text-decoration: none;
	}

.bids {  
	font: 10px Arial;
	color: #000;
	} 

.price, .buyprice,  {  
	font: 10px Arial bold;
	color: #333;
	} 

.time, .bids {  
	font: 10px Arial bold;
	color: #f00;
	} 

.producttext { 
	font: 9pt bold Arial;
	color: #333;
	} 

a img {
	border: 1px #333;
	}

#navigation ul {
	text-align: left; 
	font-size: 12px; 
	padding-left: 5px;  
	list-style-type: none; 
	list-style-image: none;
	background-color: #ddd; 
	}

#navigation li { 
	display: inline; 
	padding: 0 3px; 
	}

#navigation a { 
	color: #00c;
	text-decoration:underline;
	}

#viewmore {
	text-align: right;
	background-color: #fff;
	}

#viewmore a {
	font: 10pt Arial;
	color: #00f;
	}

/* Product Information End */



/* Sort By Box Start */

#sortbox {
	width: 100%; 
	}

#ebaylogo {
	width: 70px;
	float: left;
	padding: 0px;
	}

#sortby {
	text-align: right;
	margin-top: 20px;
	}

#sortby select {
	width: 200px;
	}

/* Sort By Box End */



/* Search Box Start */

#search {
	padding: 12px;
	margin-top: 10px;
	background-color: #ff9708;
	color: #333;
	font: 12px Arial;
	border: 1px solid #ddd; 
	text-align: left;
	}

#search a {
	color: #00f;
	font: 12px Arial;
	}

#search a:hover {
	color: #333;
	font: 12px Arial;
	}

.searchform {
	padding:0;
	margin:0;
	width:390px;
	}

#searchsubmit {
	padding: 2px;
	}

#search select {
	width: 147px;
	}

/* Search Box End */

/* Site Map */

#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 ul li.li1 a{
	font-size: 14px;
	color: #FF0000;
	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: #333333;
	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: #333333;
	text-decoration: underline;
}

#sitemap ul li.li5 a{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: normal;
	text-decoration: underline;

}

#sitemap ul li.li6 a{
	font-size: 12px;
	color: #333333;
	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;

}

/* Contact Us Start */

p#contact {
   font-family: Verdana;
   font-size: 1.2em;
   }

p#error {
   font-family: Verdana;
   font-size: 1.2em;
   color: #cc0000;
   }

td#contact i b {
   font-size: 1.2em;
   color: #cc0000;
   }

/* Contact Us End */

/* Privacy Policy */

ul {
	list-style-type: none;
}

ul li ul li {
       padding: 0 5px;
}

ul li ul li ul li ul li {
       padding: 5px;
}