/* CSS Document */
 html,body {
	 margin:0px;
	 padding:0px;
 }
 
 body {
	 margin:0px;
	 padding:0px;
	 font-family:Verdana, Geneva, sans-serif;
	 font-size:12px;
	 /*background-image:url(../img/pagebg.png);*/
	 background-position:top;
	 background-attachment:fixed;
 }
table,td {
	font-family:Verdana, Geneva, sans-serif;
	/*font-size:12px;*/
}


#header {
	clear:both;
	background-color: #F60;
	color:black;
	padding:20px;
	text-align:center;
}
#footer {
	clear:both;
	background-color: #F60;
	color:black;
	padding:20px;
	text-align:center;
}
#nav {
	clear:both;
}
#nav ul {	
	padding:0px;
	margin:0px;
}
#nav ul li {
	list-style:none;
	padding:5px;
	margin:2px;
	background-color:#CF3;
	display:block;
	float:left;
}
#nav ul a{
	display:block;
	float:left;	
	text-decoration:none;
}
#nav ul a:hover{
 	color:red;
}

 

#content2 {	
	clear:both;
	width:auto;
	background-image:url(file:///C|/AppServ/www/billy_order/img/bg.png);
	padding:8px;
 
	min-height:200px;
 
}




.price{
	color:red;
	font-weight:bold;
	font-size:large;
}

.button {
	background-color:#CCC;
	border:solid 1px #CCC;
	padding:3px;
	border-radius:5px;
	text-decoration:none;
}


/*ROW CLASS */

.thead{
	background-color:#666;
	border-bottom: solid 1px #000;
	color:white;
}
.tbody{
	border-bottom: solid 1px gray;
}	


/*- Page Link--------------------------- */
#page_page img{
	border-radius:10px;
}





/*- Page Link--------------------------- */
#page_link {
	padding:5px;
}
#page_link  li{
	list-style:none;
}
#page_link  li a{
	padding:5px; margin:3px; float:left; background-color:#999; text-decoration:none; border-radius:8px;
}
#page_link  li a:hover {
	padding:5px; margin:3px; float:left; background-color: #F60; text-decoration:none;
}

 