body {
	height: auto;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	}

body#background {
	background: #E6DEBD url('images/bg.png') repeat-x fixed;
	}

#header {	
	margin: 0;
	height: 141px;
	width: 922px;
	background-color: #E6DEBD; 	
	}

.headerimg {
	margin: 0;
	float: left;
	background: url('images/cooking_video_logo.jpg') no-repeat;
	height: 141px; 	
	width: 375px;
	}

.headerAd {
	
	float: right;
	margin: 38px 25px 0 0;
	border:3px inset black;

}


/* Start Main Page */
#page {	
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #FECC69;
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #FECC69;
	background-color: #ffffff;
	height: auto;
	margin: 0px;
	padding: 15px;
	width: 922px;	
	}

/* End Main Page */


/* Start Generic Sidebar Information */
.sidebarbg {
	background-color: #ffffff;
	} 

#selected {	
	background: url('images/selected.png') no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	background-color: #ffffff;
	padding: 3px;
	display: block;
	color: #333333;
	padding-right: 10px;
	padding-left: 19px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;	
	display: block;
	text-decoration: none;
	} 
/* End Generic Sidebar Information */

/* Start Sidebar Left */
#sidebar {	
	margin-top: 10px;
	float: left;
	width: 175px;
	background-color: #ffffff;
	text-align: left;	
	}

#sidebar h2 {
	padding-left: 10px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: arial;
	font-size: 13px;
	display: block;
	text-decoration: none;
	height: 17px;
	background: url('images/h2bg.png') no-repeat;
	background-color: #993333;
	} 

#sidebar ul {
	margin-left: 1px;
	margin-right: 1px;
	padding: 0px;
	padding-bottom: 0px;
	} 

#sidebar ul li {
	display: block;
	} 

#sidebar ul li a {
	background: url('images/sidebarn.png') no-repeat;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding: 3px;
	margin: 0px;
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	display: block;
	padding-right: 10px;
	padding-left: 25px;
	text-decoration: none; 	
	} 

#sidebar ul li a:hover {
	background: url('images/sidebarn.png') no-repeat;
	background-color: #efefef;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding: 3px;
	margin: 0px;
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	display: block;
	padding-right: 10px;
	padding-left: 25px;
	text-decoration: none;
}

/* End Sidebar Left */

/* Start Sidebar Right */
#sidebarright {
	margin-top: 10px;
	float: right;
	width: 175px;
	background-color: #ffffff;
	text-align: left;	
}

#sidebarright h2 {
	padding-left: 10px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #ffffff;	font-family: arial;
	font-size: 13px;
	display: block;
	text-decoration: none;
	height: 17px;
	background: url('images/h2bg.png') no-repeat;
	background-color: #993333; 	
} 

#sidebarright ul {
	margin-left: 1px;
	margin-right: 1px;
	padding: 0px;
	padding-bottom: 0px;
}

#sidebarright ul li {
	display: block;
}

#sidebarright ul li a {
	background: url('images/sidebarn.png') no-repeat;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding: 3px;
	margin: 0px;
	color: #333333
	font-family: Arial;
	font-size: 12px;
	display: block;
	padding-right: 10px;
	padding-left: 25px;
	text-decoration: none; 	
}

#sidebarright ul li a:hover {
	background: url('images/sidebarn.png') no-repeat;			background-color: #efefef;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding: 3px;
	margin: 0px;
	color: #333333;
	font-family: Arial;
	font-size: 12px;	display: block;
	padding-right: 10px;
	padding-left: 25px;
	text-decoration: none;
	} 

/* End Sidebar Right */








/* Start Content Area */
#content {
	margin-top: 10px;
	margin-left: 15px;
	width: 550px;
	background-color: #FFFFFF;
	text-align: left;
	border-width: 0px;
	border-style: solid;
	border-color: #cacaca;
} 
.narrowcolumn {
	width: 558px;
	float: left;
}

#content h1 {
	text-align: center;
	padding: 10px;
	color: #ffffff;
	font-size: 18px;
	display: block;
	background: url('images/h1bg.png') no-repeat;
	background-color: #750c0c;
	height: 22px;
	width: 530px;	
}/* End Content Area */


/* Start Product Information */

#products { 
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-style: solid; 
	border-color: #000000; 
	}


#products a img {
	border-width: 1px;
	border-style: solid;
	border-color: #cacaca;
}


#products td {	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	padding: 5px;
}


.itemname a {
	border-style: solid;
	border-color: #cccccc;
	border-width: 0px;
	font-size: 10pt;
	font-family: Arial;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	background-color: ;
}


.itemname a:hover {
	border-color: #333333; 
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	color: #ae0000;
	text-decoration: underline; 
}


.bids {  
	font-size: 10pt;
	font-family: Arial;
	font-weight: ;
	color: #333333;
} 

.price {  
	text-align: center;
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	color: #333333;
} 

.buyprice {  
	text-align: center;
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	color: #333333;
} 

.time {  
	text-align: left;
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
	color: #ae0000;
	paddding-bottom: 9px;
} 

.producttext {  
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
	font-family: Arial;
	color: #333333;
} 



.item-layout5 {
	text-align: center;
	float: left;
	background-color: #f7f7f7;
	height: 220px;
	width: 44%;
	margin-left: 6px;
	margin-top: 6px;
	display: block;
	padding: 10px;
	border-style: dotted;
	border-color: #cccccc;
	border-width: 1px;
}



tr.row0 {
	background-color: #;
}

tr.row0:hover {
	background-color: #;
}

tr.row1 {
	background-color: #;
}

tr.row1:hover {
	background-color: #;
}

/* End Product Information */

/* Start Sort By Box */
#sortbox {
	margin-top: 10px;
	width: 500px;
	background-color: #;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #cacaca;
	}

#sortby {
	text-align: left;
	margin-top: 20px;
	}

#sortby select {
	background-color: #dddddd;
	width: 200px;
	padding: 3px 7px 2px 5px;
	color: #333333;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	float: right;
	}
/* End Sort By Box / eBay Logo */

/* Start Search Box */
#searchside {
	padding: 8px;
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	border-style: solid; 
	border-color: #cc0000; 
	border-width: 0px; 
	text-align: left;
	}

#searchside a {
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	}

.searchform {
	background-color: #dddddd;
	height: 16px;
	width: 142px;
	margin: 6px 0px 6px 0px;
	padding: 3px 7px 2px 5px;
	color: #333333;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	}

#searchside select {
	background-color: #dddddd;
	width: 156px;
	padding: 3px 7px 2px 5px;
	color: #333333;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	}

.searchsubmit {
	text-transform: none;
	background: #575757 url('images/navigation_bg.png') repeat-x;
	padding: 2px 4px 2px 4px;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	}
/* End Search Box */


/* Start Next Page Navigation */
#navigation {

	float: right; 
	width: 580px; 
	padding-top: 10px; 

	}

#navigation ul {
	font-size: 12px;  
	list-style-type: none; 
	float: right; 
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #000000;
	}

#navigation li { 
	display: inline; 
	text-decoration: none;
	margin-left: 0px;
	background: #131454 url('images/navigation_bg.png') repeat-x; 
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #000000;
	float: left; 
	}

#navigation li a {  
	color: #ffffff;
	padding: 4px 6px 4px 6px; 
	font-size: 9pt;
	text-decoration: underline;
	display: block;
	float: left; 
	}

#navigation li strong {  
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #000000;
	color: #ffffff;
	padding: 4px 6px 4px 6px; 
	font-size: 9pt;
	text-decoration: none;
	background-color: #575757;
	display: block;
	float: left; 
	}

#navigation li a:hover {  
	color: #ffffff;
	font-size: 9pt;
	text-decoration: underline;
	background-color: #575757;
	display: block;
	float: left;
	}
/* End Next Page Navigation */


/* Start Miscellaneous */h1#title, h1#title a, h1#title a:hover{	font-size: 40px;	font-weight: bold;	padding: 40px 10px 10px 12px;	text-align: left;	text-decoration: none;	color: #efefef;	}a {	color: #333333;	}h1 {	padding-top: 0;	margin: 0;	}h2 {	padding-top: 0;	margin: 0;	font-size: 1.6em;	}h3 {	font-weight: none;	padding-top: 0;	padding-bottom: 5px;	margin: 0;	font-size: 1.3em;	}

