@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 14px;
	color: #000000;
	background-position: center;
	background-repeat: no-repeat;
	background:transparent;
	
}

body, th, td, input, option, textarea, li, select {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

a:link, a:active, a:visited {
	color:#300;
	font-weight: bold;
	text-decoration: none;	
}

a:hover {
	color:#900;
	text-decoration: none;
}

ul {
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
}

li {
	padding: 0px;
	margin: 0px;
	margin-left: 7px;
	margin-bottom: 3px;
}

img {
	border-width: 0px;
}

h1 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	
	margin-bottom: 10px;
	padding-bottom: 2px;
	text-decoration:none
}

#menu {
	width: 200px;
	height: 380px;
	overflow: hidden;
	background-image: url(menu.jpg);
	padding: 5px;
	float: left;	
}


div#price {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

span#old_price {
	color: #FFFFFF;
	font-size: 22px;
	text-decoration: line-through;
}

span#price {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 22px;
	font-weight: bold;
}

div#list_price {
	color: #FFFFFF;
}

span#list_price {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.products td {
	border: solid 1px black;
	padding: 3px;
	text-align: center;
	vertical-align: top;
}

