body {
	background: white;
}

#corner_block {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 200px;
	width: 240px;
	background: #B36B00;
	text-align: center;
	z-index: 1;	
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}


#top_block {
	position: absolute;
	top: 10px;
	left: 250px;
	height:100px;
	width: 750px;
	background: #FFCC80;
	z-index: 1;	
	color: black;
	border: 1px solid black;
}

#logo_block {
	position: absolute;
	top: 40px;
	left: 15px;
	height: 50px;
	width: 290px;
	background: #FF9900;
	text-align: center;
	z-index: 4;
	border: 2px solid white;
	
}

#logo_title {
	position: absolute;
	text-decoration: none;
	top: 10px;
	left: 11px;
	font-size: 20px;
	font-weight: bold;
	color: black;
	
}

#menu_block {
	position: absolute;
	top: 110px;
	left: 15px;
	height: 700px;
	width: 205px;
	background: #FFCC80;
	z-index: 3;
	border: 1px solid black;
}

#menu_category {
	position: relative;
	top: 15px;
	left: 10px;
}

#menu_item {
	position: relative;
	top: 15px;
	left: 15px;
	font-size: 12px;
}



#product_image {
	margin-top: 80px;
	border-right: 0px dotted black;
	border-bottom: 0px dotted black;
	width: 400px;
	height: 400px;
	text-align: center;
}

#product_info_heading {
	text-decoration: none;
	font-style: none;
	font-size: 18px;
	font-weight: bold;
}

#full_product_image {
	text-align: center;
	vertical-align: top;
	border: 0px solid black;
	font-size: 13px;
	width: 350px;
}

#full_product_info {
	text-align: left;
	border: 0px solid black;
	font-size: 13px;
}




#listing_price {
	color: black;
	font-family: "Times New Roman", Arial, sans-serif; 
	font-size: 11px;
	font-weight: none;
}

input.submit
{
	color: white;
	font-family: "Times New Roman", Arial, sans-serif; 
	font-size: 12px;
	background: #FFCC80;
	border-style: single;
	border-width: 1px;
	border-color: black;
	width: 100px;
}


a {
	color: #3D3D40;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial;
}

a:hover {
	color: red;
}

a.content {
	color: #3D3D40;
	font-size: 11px;
	text-decoration: underline;
	font-weight: none;
}

a.content:hover {
	color: red;
}


a.logo {
	text-decoration: none;
	color: white;
	font-size: 20px;
	font-family: "Times New Roman", Arial, sans-serif; 

}

a.logo:hover {
	text-decoration: none;
	color: white;
}


a.bold_link {
	text-decoration: underline;
	font-family: Verdana, Arial;
	color: black;
	font-weight: bold;
	font-size: 12px;
}

a.bold_link:hover {
	text-decoration: none;
	color: red;
}

#product_display_block {
	position: absolute;
	top: 30px;
	left: 250px;
	width: 750px;
	height: 550px;
	background: white;
	z-index: 2;	
	color: black;
	border: 1px solid black;
	margin-bottom: 3px;
}

#product_display_padding {
	height: 15px;
	border: 0px solid black;
}

#welcome_block {
	position: absolute;
	top: 20px;
	left: 35px;
	border: 0px solid black;
	width: 385px;
	height: 500px;	
	font-size: 12px;
	font-family: Arial, sans-serif; 
}

#home_banner {
	position: absolute;
	top: 20px;
	left: 385px;
	border: 0px solid black;
}


#main_category_label {
	position: absolute;
	top: 23px;
	left: 0px;
	height: 24px;
	width: 300px;
	background: #B36B00;
	color: white;
	font-size: 14px;
	z-index: 4;
	text-align: right;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	font-weight: bold;
}

#main_category_info {
	position: absolute;
	top: 60px;
	left: 40px;
	height: 200px;
	width: 650px;
	background: white;
	color: black;
	font-size: 12px;
	z-index: 4;
	text-align: left;
	border: 0px solid black;
	font-family: Arial, sans-serif;
}



#listing_content {
	position: absolute;
	top: 115px;
	left: 250px;
	height: 100%;
	width: 750px;
	background: white;
	z-index: 2;	
	color: black;
	border: 0px solid black;

}

#product_type_label {
	position: relative;
	top: 20px;
	left: 399px;
	height: 25px;
	width: 350px;
	border: 1px solid black;
	z-index: 4;
	background: #B36B00;
	color: white;
	font-size: 12px;
	text-align: left;
	font-family: Arial, sans-serif; 
}

#product_type_label_position {
	position: relative;
	top: 4px;
	left: 5px;

}

#label_prefix {
	color: black;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

#product_type_info {
	position: relative;
	top: 20px;
	left: 10px;
	height: 70px;
	width: 655px;
	background: white;
	color: black;
	font-size: 12px;
	z-index: 4;
	text-align: left;
	font-family: Arial, sans-serif; 
	border-bottom: 1px solid black;
	padding: 10px;
}

#thumbnail_row {
	position: relative;
	top: 40px;
	left: 10px;
	border: 0px solid black;
	width: 735px;
	height: 360px;
}

td.product_image_cell {
	width: 140px;
	height: 140px;
	text-align: center;
	border-bottom: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
	vertical-align: center;
}

td.product_info_cell {
	height: 140px;
	padding-left: 5px;
	text-align: left;
	font-family: Arial, sans-serif; 
	color: black;
	font-weight: none;
	font-size: 12px;	
	vertical-align: middle;
	
}

#next_page_button 
{	
	color: white;
	font-family: Arial, sans-serif; 
	font-size: 12px;
	background: #B36B00;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	width: 100px;
}

#buy_button 
{	
	color: white;
	font-family: Arial, sans-serif; 
	font-size: 12px;
	background: #B36B00;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	width: 100px;
}

#top_ads {
	position: relative;
	top: 8px;
	left: 100px;
}

#search_block {
	position: absolute;
	top: 10px;
	left: 370px;
}

#search_input {
	color: gray;
	font-family: "Microsoft sans serif",Georgia, Arial, sans-serif; 
	font-size: 12px;
	background: white;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	width: 170px;
}

#search_index_input {
	color: gray;
	font-family: "Microsoft sans serif",Georgia, Arial, sans-serif; 
	font-size: 12px;
	background: white;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	width: 95px;
}

#search_submit {
	color: white;
	font-family: Arial, sans-serif; 
	font-size: 12px;
	background: #B36B00;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	width: 87px;
}


#view_cart_block {
	position: absolute;
	top: 79px;
	left: 650px;
	background: white;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid white;
}

#startop{
	z-index: 5;
	background-image: url("star.gif");
	background-repeat: repeat-x;
	height: 12px;
}

#starbottom{
	z-index: 4;
	background-image: url("star_back.gif");
	background-repeat: repeat-x;
	width: 70px;
	height: 12px;
} 

#add_cart_button {
	color: white;
	font-family: Arial, sans-serif; 
	font-size: 11px;
	background: #B36B00;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	text-align: center;
	vertical-align: middle;
	height: 15px;
	padding: 3px;
	width: 80px;
}

#cart_block {
	position: absolute;
	top: 60px;
	left: 0px;
	height: 200px;
	width: 650px;
	background: white;
	color: black;
	font-size: 13px;
	z-index: 4;
	text-align: left;
	border: 0px solid black;
	font-family: Arial, sans-serif; 
}



#cart_heading_row{
	color: white; 
	background: #B36B00;
	font-family: Arial, sans-serif; 
	font-size: 13px;
}

#cart_item_row{
	color: black; 
	background: #F7F7F7;
	vertical-align: top;
	font-family: Arial, sans-serif; 
	font-size: 12px;
}


