body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
    margin-top:8px;
    background-image: url(../images/bg.jpg);
}

input, textarea {
    border: 1px solid #bbb /*#245B84*/;
}


input, radio {
    border:none;
}



#container{
	background: #fff;
	color: #333;
	border: 1px solid white;
	line-height: 1.3em;
}

.img_right {
	padding-left:10px;
	padding-bottom:10px;
	float:right;
}
.img_left {
	padding-right:10px;
	padding-bottom:10px;
	float:left;
}

#top{

}

input, button{
	border:1px solid #666;
}

input[type="button"]:hover {background-color:#ccc;color:#000;cursor:pointer}


#top p{
	border:1px solid red;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:white;
	font-weight:bold;
}
#leftnav{
	padding: 1em 1em 1em 0;
	padding:20px;
	border-right:1px solid #aaa;
}

#leftnav p { 
	margin: 0 0 1em 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:right;
	font-weight:bold;
}

#rightnav {
    margin-top: 20px;
    padding: 0 0 1em 1em;
}
#rightnav p {
    font-size: .8em;
	text-transform:italic;
	border:1px solid #ccc;
	padding:15px;
	color:#666;
	background-color:#efefef;
}
#rightnav p span {
    font-size: .8em;
    font-style: italic;
}

#content{
	margin: 20px 0px 0px 0px;
	padding:0px 20px 20px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}

#storycontent{
	border-left: 1px solid gray;
	margin: 20px 0px 0px 0px;
	padding:0px 69px 0px 25px;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/river.jpg);
	height:470px;
	font-size:.9em;
}
#content img {
	padding-right:10px; 
	padding-bottom:10px;
}
#content table {
	width:98%;
	margin:0;
	padding:0;
	border:0;
}
#content table td {

}
#content table tr.header td {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
#footer{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #fff;
	background-color: #4B342A;
	border-top: 1px solid gray;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
}

#content h2 {
	margin: 0 0 .5em 0;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
	color:#003300;
}


a:hover{
	text-decoration:underline;
	color:#003300;
}
a img {
	border:0;
}


#top a:hover {
	text-decoration:underline;
	color:white;
}

.credit {
	font-size:10px;
	color:white;
	text-align:center;
}
#footer, .credit a:link {
	text-decoration:none;
	color:white;
}
#footer, .credit a:hover  {
	text-decoration:underline;
	color:white;
}
#footer, .credit a:visited {
	text-decoration:none;
	color:white;
}
.shoppingCartTable {
	border-collapse:collapse;
	
}

.shoppingCartTable td {
	padding:.5em;
	border-bottom:1px dotted gray;
}

.shoppingCartTable .topRow td {
	border-bottom:2px solid gray;
	font-weight:bold;
}

.shoppingCartTable .bottomRow td {
	border-top:2px solid gray;
	border-bottom:0;
	font-weight:bold;
}


.qtyinput{
 border:1px solid #000;float:left;font-size:xx-small; width:2em;
}


.forminput{
 border:1px solid #000;float:left;font-size:x-small;width:150px;
}


p#message{
	color:blue;
	font-size:1.1em;
	margin:0px 30px 0px 0px;
}

.active {
    color: red;
    font-weight: bold;
	background-color:#efefef;
}



.sublist {
    margin:0;
    padding:0;
    font-size:.9em;
}
.sublist a {
    background: #efefef;
	text-decoration:none;
    padding: 3px 4px;
    white-space: nowrap;
    border: 1px solid #ddd;
    line-height: 2.5;
}

.sublist a:hover {
    background: #666;
	color:#fff;
    white-space: nowrap;
    border: 1px solid #ddd;
    line-height: 2.5;
}

.sublist .current {
    background: #666;
	color:#fff;
    white-space: nowrap;
    border: 1px solid #ddd;
    line-height: 2.5;
}

.ptable {

}

.ptable td {
    vertical-align: top;
    padding-top: 3px;
}

.btn{
float:left;padding:4px;
background: #666;
color:#fff;
}

.btn a:hover{
float:left;padding:4px;
background: #efefef;
color:#000;
text-decoration:none;
}



/* Live Validation Style */
.LV_validation_message{
    font-weight:bold;
    margin: 0px;
	font-size: .7em;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}

select.LV_valid_field,
textarea.LV_valid_field,
input.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}

select.LV_invalid_field,
textarea.LV_invalid_field,
input.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

/* End Live Validation Style */

