body {
font-family:"Times New Roman", Times, serif;
font-size:14px;
font-style:italic;
color:#666;
text-align:center;
}
img {margin:0px;}
a { 
text-decoration:none;
font-size:16px;
font-weight: bold;
}
a:link {color: #333}
a:visited {color: #333}
a:hover {color: #999}
a:active {color: #ccc}
img {border:none;}
h1 {
font-style:italic;
letter-spacing:4px;
font-size:36px;
text-shadow:Gray;
}

/* cart stuff */
#gallery .gallery {
	border:1px solid #CCCCCC;
	margin:8px;
	float:left;
}
#gallery .gallery .title {
	margin:2px;
}
#gallery .gallery .image {
	width:140px;
	height:110px;
	position:relative;
}
#gallery .gallery .image img {
	position:absolute;
	top:50%;
	left:50%;
}
.pagination {
	clear:left;
}
#product_container {
	background:url('images/bg.jpg') bottom left;
	width:530px;
	height:380px;
	margin:10px auto;
}
#product {
	border:1px solid #CCCCCC;
	width:520px;
	height:370px;
	background:white;
	float:left;
}
#product #image {
	margin:4px;
	height:350px;
	width:350px;
	position:relative;
	float:left;
	text-align:left;
}
#product #image img {
	position:absolute;
	top:50%;
	left:50%;
}
#product #details {
	float:left;
	width:150px;
	text-align:left;
	margin-top:80px;
}
#product #options .option {
	margin:5px 0px;
}
#product #add_to_cart {
	margin:12px 0px;
}
#cart table {
	border:1px solid #CCCCCC;
}
#cart table td {
	border-top:1px solid #CCCCCC;
}
#cart table th {
	background:#666666;
	color:#FFFFFF;
	padding:1px;
}
#cart table td.image {
	width:60px;
	height:60px;
	font-size:9px;
}
#cart table td.image img {
	margin:2px;
}
#order_form {
	width:750px;
	margin:0px auto;
}
#order_form #details {
	float:left;
	text-align:left;
	width:350px;
	border-right:1px dotted #CCCCCC;
}
#order_form #details label {
	width:100px;
	display:block;
	float:left;
}
#order_form h3 {
	border-bottom:1px dotted #CCCCCC;
}
#order_form #details .input {
	margin-top:5px;
}
#order_form #cart {
	
}
#order_form #cart table {
	margin:0px auto;
	width:210px;
}
#order_form #cart td {
	height:auto;
}
#order_form #cart tr.subtotal {
	font-weight:bold;
}
#order_form #details #print_button {
	text-align:center;
	margin:20px auto;
	background:#CCCCCC;
	border:2px solid #666666;
	width:70px;
	padding:10px 0px;
}
#order_form #details input.text {
	border:none;
	border-bottom:1px solid #666666;
}
#order_form #details #print_button input {
	display:block;
	margin:0px auto;
}
label {
	width:200px;
	display:block;
	float:left;
}
div#upload_form {
	width:550px;
	border:1px solid #CCCCCC;
	margin:0px auto;
}
div.form_row {
	text-align:left;
	clear:left;
	width:500px;
	margin:10px;
}
div.submit_row {
	clear:left;
	width:500px;
	margin:10px;
}
select {
	width:120px;
}
/* category list */
.cat_image {width:100px;height:100px} 
ul#category
{
	text-align:left;
	list-style-type:none;
	list-style-image:none;
}
ul#category li
{
	clear:left;
}
ul#category div.cat_image
{
	float:left;
	width:60px;
	height:60px;
	margin:5px;
}
ul#category div.cat_image img
{
	margin:0px auto;
	display:block;
}
ul#category div.cat_link
{
	float:left;
	line-height:60px;
}