/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* END YAHOO FONTS-GRIDS-RESETS */

html {
	height: 95%;
	padding-top: 0px;
}

body {
	text-align: center;
	margin: 0 auto;
	height: 100%;
	
}

a {
	
}

table {
	width: 100%;
}

td, th {
	vertical-align: top;
}

#site-wrapper {
	background-color: #fff;
	margin: 0 auto;
	width: 540px;
}



#header {
	width: 540px;
	height: 108px;
}

#footer {
	width: 540px;
	height: 33px;
}

#top-title {
	text-align: left;
	position: relative;
	color: #617061;
	font-weight: bold;
	font-size: 16px;
	top: 25px;
	left: 10px;
	text-transform: uppercase;
}

#sections-title {
	text-align: right;
	color: #ccc;
	position: relative;
	font-weight: bold;
	font-size: 16px;
	top: -10px;
	right: 203px;
	text-transform: lowercase;
}

#sections-list {
	display: block;
	height: 130px;
	position: relative;
	text-align: left;
	color: #617061;
	margin: 0 auto;
	top: -33px;
	font-size: 20px;
}

#sections-list ul {
	margin: 0 auto;
	position: absolute;
	right: 6px;
	padding: 0px 10px 10px 10px;
	top: 0;
	width: 164px;
}

#sections-list li.active {
	list-style-type: disc;
	font-weight: bold;
}

#sections-list a {
	color: #617061;
	text-decoration: none;
}

#sections-list a:hover {
	font-weight: bold;
}

#sections-list li:hover {
	list-style-type: disc;	
}


#section-name {
	position: relative;
	text-align: left;
	top: 32px;
	left: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

#main {
	text-align: left;
	padding: 0 30px;
}

h1 {
	font-size: 48px;
	text-transform: uppercase;
	color: #9caa9c;
	font-weight: bold;
	display: block;
}

h2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #bd9a52;
	font-weight: bold;
	display: block;
}


h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #617061;
	font-weight: bold;
	display: block;
}

h3 sup {
	font-size: 12px;
}

h3 sup a {
	text-decoration: none;
	color: #bd9a52;
}

blockquote {
	margin: 15px 40px;
}

/*
** TABLE LIST
*/
.table-list {
	margin-bottom: 30px;
}

.tr-head th {
	border-bottom: 1px solid #9caa9c;
	color: #bdcfbd;
	font-weight: bold;
	text-transform: uppercase;
}

.table-list tr {
	font-weight: bold;
}

.table-list td {
	padding: 5px 0;
}

.table-list td a {
	color: #bd9a52;
	text-decoration: none;
}

.table-list td a:hover {
	text-decoration: underline;
}

.table-list tr.even {
	color: #617061;
}

.table-list tr.odd {
	background-color: #e0ede0;
	color: #617061
}


/*
** FORMS
*/

#login-section {
	text-align: center;
}

#login-section #login_form {
	margin: 0 auto;
	padding: 15px;
	width: 50%;
	border: 1px solid #bd9a52;
}

.message-form label {
	display: block;
	color: #bd9a52;
	font-size: 16px;
	font-weight: bold;
}

.text-field, .text-field-long, .textarea-field {
	margin-bottom: 10px;
}

.text-field {
	border: 1px solid #9caa9c;
	width: 300px;
	font-size: 16px;
}

.text-field-long {
	border: 1px solid #9caa9c;
	width: 100%;
	font-size: 16px;
}

.textarea-field {
	border: 1px solid #9caa9c;
	width: 100%;
	height: 400px;
	font-size: 16px;
}


/*
** FORMS -> Buttons
*/
a.button {
	margin-top: 10px;
	display: block;
    color: #fff;
	font-size: 20px;
    height: 38px;
    padding-right: 14px; /* sliding doors padding */
    text-decoration: none;
    text-transform: uppercase;
}

a.button span {
	display: block;
    line-height: 26px;
    padding: 6px 0 6px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #fff;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 6px 18px; /* push text down 1px */
}

.green-button {
	float: right;
	background: transparent url('images/button-green-right.gif') no-repeat scroll top right;
}

.green-button span {
	background: transparent url('images/button-green-left.gif') no-repeat scroll top left;
}

.red-button {
	float: left;
	background: transparent url('images/button-red-right.gif') no-repeat scroll top right;
}

.red-button span {
	background: transparent url('images/button-red-left.gif') no-repeat scroll top left;
}

.orange-button {
	float: left;
	margin-left: 15px;
	background: transparent url('images/button-orange-right.gif') no-repeat scroll top right;
}

.orange-button span {
	background: transparent url('images/button-orange-left.gif') no-repeat scroll top left;
}

/*
** CLEARS
*/
.clear {
	overflow: hidden;
	width: 100%;
}

/*
** General classes
*/
a.back-link {
	display: block;
	font-size: 18px;
	margin-top: 30px;
	color: #617061;
	text-decoration: none;
}
 a.plain{
font-size: 18px;
	margin-top: 30px;
	color: #617061;
	text-decoration: none;
}
a.plain:hover{
font-size: 18px;
	margin-top: 30px;
	color: #6170FC;
	text-decoration: underline;
}
}
a.back-link:hover {
	text-decoration: underline;
}

div.error {
	color: #900;
	font-weight: bold;
}

.pager {
	font-size: 16px;
	font-weight: bold;
}

.pager a {
	color: #617061;
	text-decoration: none;
}

.quote {
	font-size: 30px;
}

/*
** AJAX LOADER GIF
*/
.loading {
	height: 450px;
	text-align: center;
	background: #fff url('images/ajax-loader.gif') center center no-repeat;
}

/*
** VIEW QUESTION PAGE
*/

div.question {
	font-size: 14px;
}
.question h2 {
	padding-left: 50px;
	font-size: 20px;
}

.question h3 {
	margin-top: 20px;
	font-size: 16px;
}

/*
** GENERAL OVERRIDES
*/
.lower {
	text-transform: lowercase;
}

div.collection{
margin-bottom:8px;
padding-bottom:10px;
border-bottom:3px solid #617061;
}
div.products{
margin-bottom:8px;
padding-bottom:10px;
border-bottom:3px solid #617061;
}
span.nblabel {
	color: #bd9a52;
	font-size: 16px;
	font-weight: bold;
}
span.aorp{
  color:#617061;
}