/*Base*/
html
{
	background: #B39B83 url(/content/images/iconic/aha-bg.jpg) repeat-x;
	color: #513319;
    height:100%;
}
body
{
	color: #513319;
	padding: .75em;
    font-family: Arial, Helvetica, sans-serif;
    height:100%;
}
/*Root Nodes*/
#hd
{
	padding-top: 0px;
	margin-top: 0px;
	background-color: #FFF;
}

#hd #title
{
    font-size:146.5%;
    font-family:Georgia;
    font-weight:normal;
    margin-top: 15px;
    margin-left: 7px;
    margin-bottom: 15px;
}


h1
{
	font-size: 146.5%;	
}
h2
{
	font-size: 123.1%;
}
h3
{
	font-size: 108%;
}
h1, h2, h3, h4, h5, h6, strong
{
	font-weight: normal;
	font-family:Georgia;
}
abbr, acronym
{
	border-bottom: 1px dotted #000;
	cursor: help;
}
em
{
	font-style: italic;
}
blockquote, ul, ol
{
	margin: 1em;
}
ol, ul
{
	margin-left: 2em;
}
ol li
{
	list-style: decimal outside;
}
ul li
{
	list-style: disc outside;
}
dl dd
{
}
th, td
{
	border: 1px solid #000;
	padding: .5em;
	text-align:center;
}
th
{
	font-weight: bold;
	text-align: center;
	background-color:#D4BAA0;
}
tr
{
    background-color: #FFFFFF;
}
caption
{
	margin-top: .5em;
	text-align: center;
}
p
{
	padding-top: .75em;
}
a:link
{
    color: #70864e;
    text-decoration: none;
}
a:visited
{
    color: #70864e;
    text-decoration: none;
}
a:hover
{
    color: #4b602c;
    text-decoration: underline;
}
a:active
{
    color: #70864e;    
}

form
{
}
label
{
	font-weight:bold;
	text-transform:uppercase;
}
form label
{
	display: block;
	float: left;
	clear: both;
	width: 35%;
	margin: 0.5em 0 0.5em 0; /* set top margin same as form input - textarea etc. elements */
	padding-right: 0.75em;
	text-align: right;
	font-weight:bold;
	text-transform:uppercase;	
}

form input
{
	margin-top: .5em;
	max-width: 200px;
	float: right;
	clear: right;	
}
form select
{
	float: left;
	margin-top:0.5em;
}
form input[type=checkbox],input[type=radio]
{
	float: left;
	border-style:none;
}
button
{
	height:auto;
}
form input[type=submit],button,input[type=button]
{
    float:none;
    clear:none;
	font-weight:bold;	
	text-transform:uppercase;
	padding:2px;	
	color:#FFFFFF;
	background-color:#70864e;
    border: 1px solid #70864e;    
}
input[type=submit]:hover, input[type=button]:hover
{
	background-color: #4b602c;
	border: solid 1px #4b602c;
}
.formButton
{
	text-align:center;
    margin-left:auto;
    margin-right:auto;
    width:100%;
}
.loginButton
{
    float:right; 
    margin-right:5px;    
}

form input, textarea, select, div textarea
{
	font-family: Arial, Helvetica, sans-serif; 
    color: #000000; 
    border: 1px solid #513319;
    font-size: 10pt;
}

fieldset
{
	padding: 0.75em;
	margin-top: 0.75em;	
	
}

fieldset legend
{
	color: #513319;
	font-family: georgia;
	font-size: 146.5%;
	margin-bottom:0.50em;
}

fieldset p
{
    margin-left:1.5em;
	color: #513319;
	clear: both;
}

fieldset p a
{
	color: #4b602c;
}

fieldset input
{
	float: left;
}

fieldset #errors, #errors
{
	color:Red;	
	font-weight: bold;
	clear: both;
	color:#ff0000;	
}

fieldset #messages
{	
	text-align: center;
	font-weight: bold;
	clear: both;
}

#errors > ul
{
}

#errors  > ul > li
{
}

#errors  > ul > li > label
{
	text-align: left;
	width: 100%;
}




.clear, #clear
{
	clear: both;
	height:0px;
	line-height:0px;
}

#bd
{
    font-size: 93%;
}

#banner-top
{
	padding-bottom: .75em;
}

#show-info
{
	text-align: left;
	padding:10px;
}

.sidebar-info
{
	text-align:center;
	padding:10px;
}
.sidebar-info .headImage
{		
}
.sidebar-info h1
{
    font-size:146.5%;
}
.sidebar-info p, .sidebar-info ul li
{
    font-size:100%;
    text-align:left;
}

#show-info p
{
    font-size:100%;
}
#show-info .headImage
{
	margin-left: -10px;
}

#sidebar
{
	background-color: #EEEDE4;
	margin-right:7px;
	margin-bottom:10px;
}

#show-info H1
{
    font-size:146.5%;
	}

#show-info hr, .sidebar-info hr {
    border: 0;
    color: #513319;
    background-color: #513319;
    height: 1px;
}

#hss-info
{
	float:right;
	padding: .75em;
	text-align: right;
}
#hostess-info
{
	padding: .75em;
	text-align: left;
	clear: both;
	background-color:#D4BAA0;
}

#doc
{	
    background-color: #FFFFFF;
}

#ft
{
	padding: .75em;
	background-color: #EEEDE4;
	font-size: 93%;
	text-align: center;
}


#tabs {
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    font: bold 93% Arial;
    text-transform:uppercase;
    width: 98%;
    height: 25px;
    background-color: #70864e;
}

#tabs ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#tabs li{
    position: relative;
    display: inline;
    float: right;
}

#tabs a, #tabs a:visited
{
    display:block;
    padding: 5px 16px;
    color: #FFFFFF;
    text-decoration: none;
    text-align:center;
    background-color: #70864e;
}

#tabs a:hover{
    color: #FFFFFF;
    background-color: #4b602c
;
}

#tabs .on a{ 
    background-color: #4b602c;
    color: #FFFFFF;
}


#nav-left 
{
    border-right-style:solid;
    border-right-color:#513319;
    border-right-width:1px;
    margin-left:7px;
}

#nav-left  ul {
    margin:0;
    padding:0;
}

#nav-left  li 
{
    list-style: none;
	display: block;
	text-align:right;
	padding-left:25px;
	padding-bottom:10px;
	padding-top:10px;
	padding-right: 13px;
	background-color:#FFFFFF;
	border-bottom-color:#EEEDE4;
	border-bottom-style:solid;
	border-bottom-width:2px;
	text-transform:capitalize;
}

#nav-left .menu-category {
	display: block;
	padding-left:20px;
	padding-bottom:10px;
	padding-top:10px;
	padding-right: 10px;
	text-decoration: none;
	color:#513319;
	font-weight: bold;
	background-color:#EEEDE4;
	text-transform:uppercase;
}

#nav-left a {
	display: block;
	text-decoration: none;
	font-weight: normal;
}

#nav-left li.on {
	color:#513319;
	display: block;
	padding-left:25px;
	padding-bottom:10px;
	padding-top:10px;
	padding-right: 13px;
	text-decoration: none;
	font-weight: normal;
	background-color:#FFFFFF;
	border-bottom-color:#EEEDE4;
	border-bottom-style:solid;
	border-bottom-width:2px;
	text-transform:capitalize;
}

#nav-left a:hover {
	text-decoration: underline;
}

.nav_icon {
	vertical-align: text-top;
}

.widget 
{
	border: 1px solid #64808C;	
	padding: .75em;
	margin: .75em;
}

.feed ul
{
	margin: 0px;
}

.center
{
	text-align: center;
}

.feed li
{
	padding-top: .50em;
	text-decoration: none;
	list-style: none;
}


.button
{
	background-color:#70864e;
	color:#ffffff;
	font-weight:bold;
}

.button:hover
{
	background-color:#4b602c;
	border:1px solid #4b602c;
    color:#FFFFFF;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#4b602c;
    border:1px solid #4b602c;
    color:#FFFFFF;
}
.buttons a:active{
    background-color:#12254b;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#4b602c;
    border:1px solid #4b602c;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#12254b;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#12254b;
    border:1px solid #d12f19;
    color:#fff;
}

.content
{
	line-height:1.5em;    
	margin-left:7px;
	margin-bottom:7px;
}
.content_2col_b
{	
	line-height:1.5em;
	margin-right:7px;
	margin-bottom:7px;
}
.content_2col
{	
	line-height:1.5em;
	margin-left:7px;
	margin-right:7px;
	margin-bottom:7px;
}
.content_1col
{
	line-height:1.5em;
	margin-left:7px;
	margin-right:7px;
	margin-bottom:7px;
}
.content H1
{
	line-height:1.5em;    
	
}
.disclaimer
{
	font-size:0.75em;
	line-height:11px;
}
.login
{
    background-color:#EEEDE4;
    width:325px;
    height:230px;
}
.login-welcome
{
    margin-top:7px;
    margin-bottom:7px;
    width:405px;
    height:230px;
    float:right;
    position:relative;
    
}
.login_img1
{
    float:right;
}
.login_img2
{
    float:left;
}

.login-ads
{
   bottom:0;
   left:0;
   position:absolute; 
}
.ad-left
{
    float:left;
    width:180px;
    height:75px; 
    background-color:#70864e;
    vertical-align:bottom;
    color:#FFFFFF;
    text-align:center;
    padding:9px;    
    margin-right:7px;
}
.ad-right
{
    float:right;
    width:180px;
    height:75px; 
    background-color:#70864e;
    vertical-align:bottom;
    color:#FFFFFF;
    text-align:center;
    padding:9px;    
}
.validation-failed,.validation-failed-sel
{
border-color:Red;
border-width:2px;    
}

#validation .bd
{
	text-align: left;
}

#single-content
{
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
}
fieldset.radio-group
{
	clear: both;
    border:1px solid #EEEDE4;
    background-color:#EEEDE4;
}
fieldset.radio-group label
{
	display: inline;
	float:none;
	width:auto;
	text-align: left;
	padding-left: 1em;
	text-transform: none;
}
fieldset.radio-group input
{
	float:none;
	width:auto;
}

#catalogs
{
	text-align: center;
}
.breadcrumb
{
    font-family:Arial;
    font-size:58%;
    margin-top:.5em;
}
.alt
{
	background-color: #EEEDE4;
}
.divLft
{
	float:left;
	margin-top: .5em;
}
.divFntMed
{
	font-size: 140%;
}
.starBullet
{
    margin-left:1.0em;
}
.starBullet a
{
    position:absolute;
    vertical-align:top;
    padding-top:7px;
}

#itemModal .description
{
    text-align:left;
}
#itemModal .left
{
    float:left;
}
#itemModal .detail
{
    float:left; 
    margin-left:5px; 
    text-align:left;
}
#itemModal .detail p
{
    margin-bottom:3px; 
    padding:0px;
}
#itemModal .clr
{
    clear:both;
}
#itemModal input[type=button]
{
    margin-left:4px;
}
.minWishList
{
	background: #EEEDE4;
}

#yui-main hr
{
	border:none;
	border-top:1px solid #513319;
}
.RedHeader
{
	color:Red;	
    font-size:146.5%;
    font-family: Verdana, Georgia, sans-serif;
	font-weight: normal;
	clear: both;
	color:#ff0000;	
}


/*XXXXXXXXXXXXXXXXXXXXXX EXPERIMENTAL XXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
