/* CSS Document */

body {
	background-color: #663300;
	margin: 1px;
}

table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

.topper {
	color: #FFFFFF;
	height: 130px;
	background-image: url(images/temp_banner.jpg);
	padding: 5px;
	font-size: 14px;
}
.topper a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 26px;
	font-style: bold;
}

.topBar {
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
	padding: 5px;
	background-image: url(images/Sub_banner.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #663300;
	border-bottom-color: #663300;
	width: 800px;
}

.topBar a {
	color: #FFFFFF;
	text-decoration: none;
}

.menu {
	margin: 0;
	width: 150px;
	color: #FFFFFF;
	background-color: #996633;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #663300;
	padding: 5px;
}
.menu a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.submenu a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.main {
	/* margin-left: 160px; */
	background-color: #FFFFFF;
	color: #666666;
	padding: 5px 10px 5px 10px;
}
.main a {
	color: #663300;
	text-decoration: none;
}
.main h1 {
	font-size: 14px;
	font-weight: bold;
}

.botBar {
	font-size: 11px;
	text-align: right;
	color: #FFFFFF;
	padding: 5px;
	background-image: url(images/Sub_banner.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #663300;
	border-bottom-color: #663300;
}

.imgBorder {
	border: 1px solid #663300;
}

.vendorImg {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-top-color: #663300;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
	border-left-width: 1px;
	border-left-style: solid;
	text-align: right;
	width: 175px;
	height: 75px;
}
.vendor {
	padding: 5;
	border: 1px solid #663300;
	background-color: #996633;
	text-align: center;
	width: 175px;
}
.vendor a {
	color: #FFFFFF;
	text-decoration: none;
}

.item {
	background-color: #996633;
	color: #FFFFFF;
	padding: 5px;
}

.item a {
	color: #FFFFFF;
	text-decoration: none;
	font-style: bold;
}

.itemImg {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-bottom-color: #663300;
	border-right-color: #663300;
	border-top-color: #663300;
	border-left-color: #663300;
	border-left-width: 1px;
	border-left-style: solid;
	width: 72px;
	padding: 0px;
}
.itemDesc {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-bottom-color: #663300;
	border-right-color: #663300;
	border-top-color: #663300;
	border-left-color: #663300;
	border-left-style: none;
	padding: 5px;
	color: #666666;
}
.underLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}

.itemName {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	width: 550px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}

.itemPrice {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	width: 150px;
	text-align: right;
	font-size: 14px;
	color: #FFFFFF;
	padding: 5px;
}

.thumbBox {
	margin: 5px;
	text-align: center;
	vertical-align: center;
}

.price {
	font-weight: normal;
	float: right;
}
