body {
	text-align: center;
	font-family: Arial, Helvetica;
	font-size: 10pt;
}
h2 {
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
}
img {
	border: none;
}
form#search {
	text-align: left;
	margin-bottom: 10px;
}
#cart form .submit {
	width: auto;
}
#cart form input {
	width: 300px;
}
#cart form {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
#cart {
	margin: auto;
	text-align: left;
	margin-bottom: 250px;
}
#cart ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#cart ul li {
	float: left;
	width: 150px;
	height: 290px;
	text-align: center;
}
#cart ul li p {
	margin: 2px;
}
#cart .count {
	clear: both;
}
form#index {
	margin: auto;
	margin-top: 200px;
	text-align: left;
	width: 558px;
	margin-bottom: 250px;
}
form#index img {
	margin-bottom: 10px;
}
form#index .searchbox {
	width: 450px;
}
form#index ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
form#index ul li {
	float: left;
	margin: 5px;
	margin-left: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica;
}
form#index ul li a {
	height: 10px;
	background-repeat: no-repeat;
	background-position: middle center;
	
	padding-right: 5px;
}
form#index ul #search a { background-image: url('images/search.gif'); width: 60px; border-right: 2px solid #6D6D6D;}
form#index ul #purchase a { background-image: url('images/purchase.gif'); width: 83px;border-right: 2px solid #6D6D6D;}
form#index ul #publish a { background-image: url('images/publish.gif'); width: 67px;}
form#index ul li a span {display: none;}
form#index ul li a {display: block;}
body p#footer {
	text-align: center;
	clear: both;
	color: #888;
	text-align: center;
}
body p#footer a {
	height: 10px;
	background-repeat: no-repeat;
	background-position: middle center;
	
	padding: 5px;
	font-weight: normal;
	text-decoration: none;
	color: #888;
}
body p#footer a:hover {
	text-decoration: underline;
}
form#index br {
	clear: both;
	height: 1px;
}
#result ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#result ul li {
	float: left;
	width: 150px;
	height: 270px;
}
#result ul li p {
	margin: 2px;
}
#result .count {
	clear: both;
}
#item {
	text-align: left;
}
#item #preview {
	float: left;
}
#item ul {
	margin: 0px;
	/* margin-top: 60px; */
	margin-top: 10px;
	padding: 0px;
	list-style: none;
	width: 300px;
	float: left;
	clear: left;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#item #info {
	margin-left: 310px;
	width: 400px;
}
#item #info form input {
	width: 300px;
}
#item #info form #submit {
	width: auto;
}
#thankyou {
	border: 1px solid brown; 
	background: yellow;
	padding: 10px;
	margin: 20px;
}
#thankyou h2 {
	margin: 0px;
	padding: 0px;
}


