html, body {
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	color: #746856;
}

body, p, td, th, tr {
	font-size: 12px;
	font-family: Arial,Helvetica;
}

a {
	color: #793620;
	text-decoration: underline;
}
a:hover, a:active {
	color: #ca6500;
	text-decoration: underline;
}

#flashbox {
	background: #FFFFFF;
	background-image: url(wmbrn.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 2px 0px 0px 0px;
	width: 100%;
	height: 540px;
}

#linkhere {
	color: white;
	margin: 0px;
	padding: 0px 4px 0px 0px;
	font-size: 10px;
	text-align: right;
	font-family: Arial,Helvetica;
}
#linkhere a {
	color: white;
}
#linkhere a:hover, #linkhere a:active { color: #C93; }



#artgig, #artgigec
{
	color: #C2B594;
	padding: 0px 4px 0px 0px;
	font-size: 10px;
	text-align: right;
}
#artgig a, #artgigec a { color: #C2B594; }
#artgig a:hover, #artgig a:active, #artgigec a:hover, #artgigec a:active { color: #C93; }




#container {
	text-align: center;
	/*padding: 0px 6px 0px 6px;*/
}
#header
{
	width: 800px;
	margin: auto;
	text-align: left;
	background-image: url(images/header_rpt.jpg);
	background-repeat: repeat-x;
	/*
	border-color: #C2C2C6;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 24px;
	*/
}
#page
{
	width: 784px;
	margin: auto;
	text-align: left;
	background-image: url(images/bkg_rpt.jpg);
	background-repeat: repeat-y;
	padding: 16px 8px 16px 8px;
}
#footer {
	width: 800px;
	margin: auto;
	text-align: left;
	/*
	border-color: #C2C2C6;
	border-width: 1px 0px 0px 0px;
	border-style: solid none none none;
	padding-top: 8px;
	margin-top: 24px;
	*/
	padding-bottom: 8px;
}

form {
}
form .verified {
	/*
	padding-left: 16px;
	*/
}
form .incorrect {
	background-color: #FFF1F1;
}
form .incorrect th {
	border-color: #E15F62;
	border-width: 0px 0px 0px 2px;
	border-style: none none none solid;
}
form .incorrect td {
	border-color: #E15F62;
	border-width: 0px 2px 0px 0px;
	border-style: none solid none none;
}

form .reqind {
	color: red;
}

#regbx {
	background-color: #F0F0F0;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
}
#regbx th {
	text-align: right;
}
#regbx td {
	text-align: left;
}
#regbx .txtinp {
	width: 150px;
}

#loginbx
{
	/*float: right;
	margin-left: 32px;*/
	width: 250px;
	padding: 6px;
	background-color: #F0F0F0;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
}
#loginbx .txtinp {
	width: 150px;
}
#passwordpanel {
	display: none;
}

.userbar {
	background-color: #F0F0F0;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	padding: 6px;
	margin-bottom: 12px;
}


.checkout_indented
{
	margin-left: 5px;
	padding-left: 5px;
	width: 590px;
	border-color: #666 #666 #666 #630;
	border-width: 1px 1px 1px 2px;
	border-style: none none none solid;
}
.checkout_step
{
	margin-top: 10px;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #630;
}

.red { color: #C00; }

.userInfoFrame {
	width: 600px;
	max-width: 600px;
	overflow: hidden;
}
.userInfo {
	width: 300px;
}
.userInfo p {
	margin-top: 10px;
	margin-bottom: 3px;
}
.userInfo p.first {
	margin-top: 0px;
}
.indented{
	margin-left: 5px;
	padding-left: 5px;
	border-color: #666 #666 #666 #630;
	border-width: 1px 1px 1px 2px;
	border-style: none none none solid;
}
.userInfo .indented{
	width: 290px;
}
.userInfoSide {
	width: 300px;
}
.orderHistory {
}
.userInfoSide table { clear: none; }

form#entry {
}
form#entry .verified {
	padding-left: 16px;
}
form#entry .incorrect {
	background-image: url(img/exclamation.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	background-attachment: scroll;
	background-position: 0px center;
}



table.details
{
	border-color: #666;
	border-width: 1px;
	border-style: solid;
}
table.details th, table.details td, table.details p {
	font-size: 11px;
}
table.details th
{
	background-color: #eee;
	padding: 2px 4px 2px 4px;
	text-align: right;
	vertical-align: top;
}
table.details th.header
{
	text-align: left;
	border-color: #fff;
	border-width: 3px;
	border-style: solid none none none;
}
table.details td
{
	background-color: #fff;
	padding: 2px 4px 2px 4px;
	text-align: left;
	vertical-align: top;
}
table.details tr.total td {
	border-color: #666;
	border-width: 1px;
	border-style: solid none none none;
}
table.details tr.odd td { background-color: #F9F3EE; }

.explanation {
	font-weight: normal;
	font-size: smaller;
}

