﻿body {
	background-color:gray;
	font-family: "Times New Roman", Times, serif;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 885px;
	background-color: #EEECE5;
}

#header {
	margin: 0 0 0px 0;
}

#side-a {
	float: left;
	width: 150px;
}

#side-b {
	float: right;
	width: 150px;
}

#content {
	float: left;
	width: 885px;
}

#footer {
	clear: both;
	border-top-color: #ffcc00;
	border-top-style: solid;
	background: #A2A2A2;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	text-align: center;
}
#footer a {
text-decoration:none;
color:#FFFFFF;
}
#footer a:hover {
text-decoration:underline;
}

#copyright {
	clear:both;
}
hr {
	color: #ffcc00;
	height: 3px;	
}
#contact {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	margin: 10px auto;
	left: 200px;
	position: relative;
}
#detail_left {
	padding: 10px;
	float: left;
	width: 600px;
}
#detail_right {
	padding: 0px 20px 0px 0px;
	float: right;
	width: 210px;
	padding-top: 3px;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
}
#detail_top {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	display: block;
	border: thin none black;
}
#detail_main {
	margin: 0 20px 0 20px;
}
#detail_main img {
	text-decoration: none;
	border-width: 0px;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#menu_bar {
	
}
#menu_bar a:hover {
background-color:white;
}
img {
	text-decoration:none;
	border-width:0px;
}
.prod_tbl {
	border: thin solid #000000;
	table-layout: fixed;
	border-collapse: collapse;
}
#detail_bottom {
	clear: none;
	padding-bottom: 20px;
	width: 580px;
	float: left;
	padding-left: 10px;
	border: thin none black;
	display: inline;
	text-align: left;
	font-style: normal;
	font-size: medium;
	font-weight: normal;
}
table.prod_tbl th {
	border: thin solid #000000;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}
table.prod_tbl td {
	border: thin solid #000000;
	border-color: gray;
	background-color: white;
	font-size: medium;
}
.cart_tbl {
	border: thin solid #000000;
	table-layout: fixed;
	border-collapse: collapse;
}
table.cart_tbl td {
	border: thin solid #000000;
	border-style: inset;
	border-color: gray;
}
table.prod_tbl th {
	border: thin solid #000000;
	border-style: inset;
	border-color: gray;
}
#cart_content { 
	float: left;
	width: 100%;
	margin-left:20px;
	margin-right:20px;
}
.addcartbutton {
	font-size: small;
	width: 65px;
	height: 22px;
}

