/* CSS Document */
html, body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px 5px;
	padding: 0px;
}
/*body {
	background-image: url(../images/roses-2.gif); 
}*/
h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/gold-leaf.gif); 
	background-repeat: no-repeat; 
	background-position: 0px 3px; 
	padding: 0px 0px 0px 30px;
	margin: 0px;
}
h3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
td {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
strong {
	font-family: Arial, Helvetica, sans-serif;
}
th {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #c18836;
	white-space: nowrap;
	color: #FFFFFF;
}
ul {
	padding: 0px 0px 0px 25px;
	margin: 0px;
}
img {
	border: 1px solid #c18836;
}
input, textarea {
	font-size: 11px;
	padding: 2px 2px 2px 3px;
	width: 100%;
}
.imgNoBorder {
	border: none;
}
.mainTable {
	width: 980px;
	background-image: url(../images/main-table-bg.gif);
	background-repeat: repeat-y;
	background-position: 44px 0px;
}
.header {
	width: 899px;
	padding-right: 5px;
}
.leftColumn {
	width: 235px;
	/*border-bottom: 1px solid #c18836;*/
	padding: 0px 0px 5px 0px;
	vertical-align: top;
	background-image: url(../images/left-bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.content {
	width: 480px;
	border-bottom: 1px solid #c18836;
	padding: 0px 0px 5px 0px;
	vertical-align: top;
}
.contentInner {
	/*width: 100%;*/
	padding: 5px;
	border-top: 1px solid #c18836;
	border-right: 1px solid #c18836;
	border-bottom: 1px solid #c18836;
	border-left: 1px solid #c18836;
}
.contentTables {
	width: 465px;
}
.searchColumns {
	width: 235px;
}
.searchSep {
	width: 5px;
}
.rightColumn {
	width: 235px;
	/*border-bottom: 1px solid #c18836;*/
	padding: 0px 0px 5px 0px;
	vertical-align: top;
	background-image: url(../images/right-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.footer {
	font-size: 10px;
	vertical-align: top;
	background-repeat: repeat-y;
	background-position: right top;
}
.headingBox {
	border-top: 3px solid #c18836;
	border-right: 1px solid #c18836;
	border-bottom: 1px solid #c18836;
	border-left: 1px solid #c18836;
	padding: 10px 10px 10px 10px;
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 10px;
}
.input {
	font-weight: bold;
	border: 2px inset #FFFFFF;
	width: 139px;
}
.searchButton {
	border: 2px solid #9a7326;
	background-color: #c18836;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	width: 35px;	
}
#menuOuterNormal {
	width: 135px; 
	background-image: url(../images/gold-leaf.gif); 
	background-repeat: no-repeat; 
	background-position: 0px 5px; 
	padding-left: 30px;
}
#menuOuterOver {
	width: 135px; 
	background-image: url(../images/black-leaf.gif); 
	background-repeat: no-repeat; 
	background-position: 0px 5px; 
	padding-left: 30px;
}
.menuInner {
	width: 129px;
	border-bottom: 1px dotted #c18836;
	padding: 3px;
}
.smallText {
	font-size: 10px;
}
.price {
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.details {
	width: 35px;
	border: 1px solid #9a7326;
	background-color: #c18836;
	background-image: url(../images/details-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 10px 4px 29px;
	margin: 3px 2px 0px 0px;
	white-space: nowrap;
	text-decoration: none;
}
.addTo {
	border: 1px solid #c18836;
	background-image: url(../images/add-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #c18836;
	font-weight: bold;
	padding: 3px 10px 4px 29px;
	margin: 3px 2px 0px 0px;
	white-space: nowrap;
	text-decoration: none;
}
.addedBox {
	position: absolute; 
	padding: 3px 0px 5px 0px;
	margin: 1px;
	background-color: #FFFFFF; 
/* for IE */
	filter:alpha(opacity=70);
/* CSS3 standard */
	opacity:0.7;
/* for Mozilla */
	-moz-opacity:0.7;
}
.addedText {
	position: absolute; 
	padding: 3px 0px 3px 0px; 
	margin: 1px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
#odd {
	background-color: #f7f0e6;
}
.require {
	color: #000000;
	font-weight: bold;
	font-size: 17px;
}
.required {
	color: #000000;
	font-weight: bold;
	font-size: 17px;
}
a {
	color: #c18836;
	text-decoration: none;
	font-weight: bold;
	cursor: hand;
}
a:hover {
	text-decoration: underline;
	cursor: hand;
}
a.menu {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.menu:hover {
	text-decoration: none;
}
a.pageLink {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none; 
	padding: 2px 5px 2px 5px; 
	background: #FFFFFF;
	border-right: 1px solid #c18836;
	border-bottom: 1px solid #c18836;
	border-top: 1px solid #c18836;
}
a.pageLink:hover {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #c18836;
	font-weight: bold;
	text-decoration: underline; 
	padding: 2px 5px 2px 5px; 
	background: #FFFFFF;
	border-right: 1px solid #c18836;
	border-bottom: 1px solid #c18836;
	border-top: 1px solid #c18836;
}

a.pageOther {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #c18836;
	font-weight: bold;
	text-decoration: none; 
}
a.pageOther:hover {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none; 
	color: #c18836;
	font-weight: bold;
}
.onPage {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none; 
	padding: 2px 5px 2px 5px; 
	background: #c18836;
	border-left: 1px solid #c18836;
	border-bottom: 1px solid #c18836;
	border-top: 1px solid #c18836;
}
