body {
	margin: 0;
	padding: 0;
	background: url(../styleImages/backgrounds/pageBg.jpg) repeat-x #01342a;
	font: normal 10pt Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, fieldset, label, blockquote {
	margin: 0;
	padding: 0;
	border: none;
}
h1 {
	color: #00765d;
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0.4em 0;
}
h2 {
	color: #00765d;
	font: normal 1.5em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0.2em 0;
}
h3 {
	color: #00765d;
	font: normal 1.2em Georgia, "Times New Roman", Times, serif;
	margin: 3em 0 0.5em 0;
}
h4 {
	color: #00765d;
	font: normal 1.2em Georgia, "Times New Roman", Times, serif;
	margin: 1em 0 0.5em 0;
}
h5 {
	color: #c1c288;
	font: normal 1.2em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0.5em 0;
}
h6 {
	color: #00765d;
	font: normal 1.1em Georgia, "Times New Roman", Times, serif;
	margin: 0.7em 0 0.5em 0;
}
p {
	font: normal 10pt Arial, Helvetica, sans-serif;
	margin: 0.7em 0 0.5em 0;
}

/* Tables */
table {
	border-collapse: collapse;
	margin: 10px 0 20px 0;
}
th {
	border: 1px solid #c2c18b;
	padding: 3px;
	text-align: left;
	background: #c2c18b;
}
td {
	border: 1px solid #c2c18b;
	padding: 3px;
}
td.highlight {
	border: 1px solid #c2c18b;
	padding: 3px;
	background: #c2c18b;
}
table.noBorder {
	border-collapse: collapse;
	margin: 0 0 0 0 !important;
}
table.noBorder td {
	border-color: #fff !important;
}
table.noBorder td table td {
	border-color: #c2c18b !important;
	padding: 3px;
}
table.noBorder td table.noBorder td {
	border-color: #fff !important;
	padding: 3px;
}

/* Forms */
fieldset {
	padding: 10px 0 10px 0;
	font: normal 11px Arial, Helvetica, sans-serif;
}
fieldset br {
	clear: both;
}
label {
	float: left;
	display: inline;
	width: 130px;
	font-size: 11px;
}
input, select {
	font-size: 11px;
	border: 1px solid #01342a;
}
label input {
	float: left;
	display: inline;
	width: 120px;
	margin: 2px 5px 0 0 !important;
	padding: 2px 3px 2px 3px !important;
}
label select {
	float: left;
	display: inline;
	width: 120px;
	margin: 2px 5px 0 0 !important;
	padding: 2px 3px 2px 3px !important;
}
label.long {
	width: 250px;
}
label.long input, label.long select, label.long textarea {
	width: 250px;
	font: normal 11px Arial, Helvetica, sans-serif;
	border: 1px solid #01342a;
}
label.short {
	width: 75px;
}
label.short input, label.short select, label.short textarea {
	width: 65px;
	font: normal 11px Arial, Helvetica, sans-serif;
	border: 1px solid #01342a;
}
label.noWidth {
	width: auto !important;
}
label.noWidth input, label.noWidth select, label.noWidth textarea {
	width: auto !important;
	font: normal 11px Arial, Helvetica, sans-serif;
	border: 1px solid #01342a;
}
.radiocheck {
	float: none;
	display: block;
	padding: 2px 0 0 0;
}
.radiocheck input {
	float: none;
	border: none;
	width: auto !important;
	padding: 0 !important;
}
input.button {
	color: #fff;
	font: bold 11px Arial, Helvetica, sans-serif;
	background: #00765d;
	border: 1px solid #01342a;
	width: auto !important;
	margin: 16px 0 0 0 !important;
	padding: 1px 1px 1px 1px !important;
}

#searchForm {
	float: left;
	display: inline;
	width: 180px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#searchForm fieldset {
	float: none;
	width: 180px;
	text-align: right;
	padding: 4px 0 0 0;
}
#searchForm label {
	float: none;
	width: auto !important;
	color: #e0dec5;
	font-weight: bold;
}
#searchForm input {
	float: none;
	width: 100px;
	margin: 0px 0 0 2px !important;
	padding: 2px 3px 2px 3px !important;
}
#searchForm input.button {
	float: none;
	width: 60px !important;
	margin: 0 0 0 0 !important;
	padding: 1px 1px 1px 1px !important;
	color: #00765d;
	background: #c2c18b;
	border: 1px solid #01342a;
	font: bold 11px Arial, Helvetica, sans-serif;
}

#menu {
	width: 770px;
	margin: 0 auto;
	height: 28px;
}
#wrap {
	width: 770px;
	margin: 0 auto;
}
#left {
	float: left;
	display: inline;
	width: 208px;
	overflow: hidden;
	color: #e0dec5;
	font-size: 11px;
}
#left a {
	color: #fff;
}
#left a:hover {
	color: #e0dec5;
}
#leftContent {
	padding: 0;
}
#left fieldset {
	padding: 0;
}
#left .box {
	background: #01342b;
	border: 1px solid #c2c18b;
	width: 157px;
	padding: 10px;
	margin: 16px 13px 0 13px;
}
#left .box ul li {
	padding: 0;
	margin: 0 0 0 0;
	display: block;
}
#left .box li ul li {
	padding: 0;
	margin: 0 0 0 15px !important;
	display: list-item;
	list-style: disc;
}
#left label {
	float: left;
	display: inline;
	width: 110px;
	font-size: 11px;
}
#left label input {
	float: left;
	display: inline;
	width: 100px;
	font-size: 11px;
	border: 1px solid #01342a;
	margin: 2px 5px 0 0 !important;
	padding: 2px 3px 2px 3px !important;
}
#left input.button {
	color: #00765d;
	background: #c2c18b;
	border: 1px solid #01342a;
	padding: 1px 1px 1px 1px !important;
	font: bold 11px Arial, Helvetica, sans-serif;
}
#left input.buttonInline {
	width: auto !important;
	margin: 2px 0 0 0 !important;
	padding: 1px 1px 1px 1px !important;
	color: #00765d;
	background: #c2c18b;
	border: 1px solid #01342a;
	font: bold 11px Arial, Helvetica, sans-serif;
}

#right {
	float: left;
	display: inline;
	width: 547px;
	background: url(../styleImages/backgrounds/rightBg.jpg) repeat-y;
}
#right a {
	color: #00765d;
}
#right a:hover {
	color: #01342b;
}
#right ul, #right ol {
	margin: 10px 0 0.5em 40px;
}
#right li {
	margin: 0 0 0.5em 0;
}
#rightContent {
	background: url(../styleImages/backgrounds/rightTopBg.jpg) no-repeat;
	width: 497px;
	padding: 30px;
	min-height: 800px;
	height: auto !important;
	height: 800px;
}
#right img {
	border-color: #c2c18b;
}
#right form {
	width: 450px;
}
#right table form {
	width: auto !important;
}
#right label {
	padding: 0 0 10px 0;
}
#right input.button {
	width: auto !important;
	margin: 16px 0 0 0 !important;
	padding: 1px 1px 1px 1px !important;
}
#right input.buttonInline {
	width: auto !important;
	margin: 2px 0 0 0 !important;
	padding: 1px 1px 1px 1px !important;
	color: #fff;
	font: bold 11px Arial, Helvetica, sans-serif;
	background: #00765d;
	border: 1px solid #01342a;
	text-decoration: none;
}
#right input.buttonInline2 {
	width: auto !important;
	margin: 15px 0 0 0 !important;
	padding: 1px 1px 1px 1px !important;
	color: #fff;
	font: bold 11px Arial, Helvetica, sans-serif;
	background: #00765d;
	border: 1px solid #01342a;
	text-decoration: none;
}
#right a.button {
	color: #fff !important;
	background: #00765d;
	border: 1px solid #01342b;
	text-decoration: none;
	padding: 2px 5px;
	margin: 0 5px 0 0 !important;
	width: auto;
	font-size: 11px;
	font-weight: bold;
}
#right a.buttonInline {
	width: auto !important;
	margin: 20px 0 0 0 !important;
	padding: 1px 1px 1px 1px !important;
	color: #fff;
	font-weight: bold;
	background: #00765d;
	border: 1px solid #01342a;
	text-decoration: none;
	display: inline;
}

.thumb {
	width: 150px;
	height: 250px;
	overflow: hidden;
	float: left;
	display: inline;
	text-align: center;
	margin: 0 15px 20px 0px;
	font-size: 11px;
}
.thumb .imgHolder {
	height: 130px;
	width: 148px;
	overflow: hidden;
	border-top: 1px solid #c2c18b;
	border-right: 1px solid #c2c18b;
	border-left: 1px solid #c2c18b;
	background: #fff;
}
.thumb a.link {
	border-top: 1px solid #c2c18b;
	width: 150px;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 3px 0 0 0;
}

.catThumb {
	width: 150px;
	overflow: hidden;
	float: left;
	display: inline;
	text-align: center;
	margin: 0 15px 10px 0px;
	font-size: 11px;
	height: 170px;
}
.catThumb .imgHolder {
	height: 130px;
	width: 148px;
	overflow: hidden;
	border-top: 1px solid #c2c18b;
	border-right: 1px solid #c2c18b;
	border-left: 1px solid #c2c18b;
	background: #fff;
}
.catThumb a.catLink {
	border-top: 1px solid #c2c18b;
	width: 150px;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 3px 0 0 0;
	font-weight: bold;
	font-size: 12px;
}
.thumb form {
	width: auto !important;
}

a.button {
	color: #00765d !important;
	background: #c2c18b;
	border: 1px solid #01342a;
	text-decoration: none;
	padding: 2px 5px;
	width: auto;
	font-weight: bold;
}

.hidden {
	display: none !important;
}

.txtcartProgressCurrent {
	font-weight: bold;
}
.cartNavi {
	display: block;
	margin: 0 0 20px 0;
	font-size: 11px;
	font-weight: bold;
}
.error {
	color: red;
}
.line {
	border-bottom: 2px dotted #c2c18b;
	height: 2px;
	margin: 20px 0 0 0;
}


#footer {
	clear: both;
	width: 541px;
	color: #c2c18b;
	font-size: 10px;
	text-align: center !important;
	margin: 0 0 0 209px;
	padding: 10px 0 50px 0;
}
#footer a {
	color: #c2c18b;
}

.clear {
	clear: both;
}
/*

div.txtCopyright {
	color: #c2c18b;
	text-align: center;
	font-size: 10px;
	clear: both;
	width: 541px;
	padding-left: 209px;
	margin: 0 auto;
	display: none;
}
div.txtCopyright a, div.txtCopyright a:hover {
	color: #c2c18b;
	text-decoration: none;
}
*/
