body {
	margin: 20px;
	color: #111;
	font-family: Verdana, Arial, "sans";
	font-size: 13px;
	line-height: 19px;
	text-align: center;
}

a { color: #460; text-decoration: none; }
a:hover { color: #460; text-decoration: underline; }

img { border: none }

h1 {
	font-family: Garamond, Georgia, "serif";
	font-weight: normal;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	font-size: 32px;
	color: #2A254B;
	line-height: 30px;
	text-align: left;
}

h2 {
	font-family: Garamond, Georgia, "serif";
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	color: #2A254B;
	text-align: left;
}

h3 {
	font-family: Garamond, Georgia, "serif";
	font-weight: normal;
	font-size: 26px;
	color: #2A254B;
	text-align: left;
}

#container {
	border: 1px solid #CCC;
	width: 700px;
	text-align: justify;
	background-color: transparent;
}

#header {
	border-bottom: 1px solid #CCC;
}

#menu {
	padding: 0px;
	color: #460;
}

#navigation {
	text-align: center;
	width: 100%;
	padding: 0px;
	margin: 5px 0px 3px;
}

#navigation li {
	display: inline;
	list-style-type: none;
	padding: 2px 5px;
}

#navigation a {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	color: #460;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#subNav {
	text-align: center;
	margin: 8px 0px 5px;
	padding: 0px;
	width: 100%;
}

#subNav li {
	display: inline;
	list-style-type: none;
	padding: 2px 5px;
	text-decoration: none;
}

#subNav a {
	color: #460;
	text-decoration: none
}

#subNav a:hover {
	text-decoration: underline;
}

#main {
	margin: 10px;
}

#content {
	margin: 10px 5px;
	padding: 0px;
	padding-top: 10px;
	border-top: 1px solid #CCC;
}

#message {
	background-color: #9C6;
	border: 1px solid #693;
	padding: 5px;
	margin: 10px 5% 20px;
	color: #FFF;
}

#products {
	float: right;
	margin-left: 10px;
	padding: 5px;
	padding-left: 15px;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;	
	font-size: 11px;
	color: #666;
	background-color: #FFF;
	text-align: center;
}

#products a:visited { border: 1px solid #CCC; }
#products a:hover{ border: 1px solid #460; text-decoration: underline; }
#products a { border: 1px solid #CCC; color: #460; }
.prodLink { border: none !important; text-decoration: none; }

#prodImage {
	float: left;
	color: #666;
	font-size:11px;
	text-align: center;
	margin-right: 10px;
	margin-top: 3px;
	border-bottom: 1px solid #CCC;
	padding-top: 2px;
}

#prodImage a:visited { border: 1px solid #CCC; }
#prodImage a:hover{ border: 1px solid #460; }
#prodImage a { border: 1px solid #CCC; color: #460; }

#footer {
	font-size: 10px;
	color: #999;
	text-align: center;
}

table {
	font-size: 13px;
	margin: 15px;
	border: 1px solid #460;
	border-collapse: collapse;
}

thead {
	font-weight: bold;
	background-color: #460;
	color: #FFF;
}

tfoot {
	font-weight: bold;
}

td { padding: 2px; }
#cart td { text-align: right; padding: 5px; }
#delDetails { display: none; }

.selected {
	color: #FFF !important;
	text-decoration: none !important;
	background-color: #460;
	padding: 3px;
}