body {
	background: #efefef repeat-x url(../Resources/grad.jpg);
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	padding-bottom: 24px;
}

fieldset.border {
	border-style: solid;
	border-color: #cccccc;
	border-width: 3px;
	background-color: white;
	padding: 8px 0;
}

dl.address, div#references {
	margin-top: 0;
	padding: 4px;
	margin-right: 0;
	margin-left: 12px;
	margin-bottom: 6px;
	float: right;
	width: 250px;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	background-color: #ffffcc;
	clear: right;
}

div#references {
	font-size: 11px;
	background-color: #efffe0;
	padding-top: 0;
	padding-bottom: 0;
}

div#references h3 {
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
	padding: 0;
}

div#references h4 {
	margin-top: 4px;
	margin-bottom: 2px;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}

div#references ul {
	padding: 4px;
}

div#references li:first-child {
	border-top-style: none;
	border-top-width: 1px;
	border-top-color: transparent;
	padding-top: 0;
}

div#references li {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999999;
	padding-top: 4px;
	padding-bottom: 4px;
}

div#references li {
	margin-bottom: 4px;
	margin-top: 4px;
}

.refauthor {
	font-style: italic;
	display: block;
	text-align: right;
}

dl.address dd, dl.address dt {
	margin: 0;
	list-style-type: none;
	padding: 0;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

dl.address dd {
	padding-left: 6px;
}

div#leftbar {
	width: 150px;
	float: left;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

.caption {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}

h3.caption {
	margin: 0;
	margin-bottom: 12px;
	padding: 0;
}

div.property {
	padding: 2px 2px 2px 4px;
	background-color: #e6e6e6;
	color: #333333;
	float: left;
	width: 392px;
	font-size: 11px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 3px;
}

ul.horizontal_list {
	margin: 14px 0 0;
	padding: 0;
}

ul.horizontal_list li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	margin: 0 3px 0 0;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	width: auto;
	font-size: 12px;
	background-color: #ccff99;
	border-right-style: solid;
	border-right-color: #999999;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-top-width: 1px;
}

input#big_search {
	background-color: #ffffcc;
	font-size: 18px;
	width: 450px;
}

input.big_search {
	font-size: 18px;
}

input#start_search {
	margin-bottom: 12px;
}

.clearer {
	height: 0px;
	clear: both;
	font-size: 0;
	line-height: 0;
}

p {
	margin-top: 0px;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: .4em;
}

div#leftbar h3 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	margin-top: 6px;
}

input#start_search {
	margin: 3px 0 0;
	padding: 0;
}

input[type='text'], textarea {
	border-style: solid;
	border-color: #c3c3c3;
	border-width: 1px;
	border-top-color: #7c7c7c;
	border-bottom-color: #ddd;
	width: 400px;
	background: #fff url(../Resources/formshadow.gif) repeat-x left top;
}

input[type='text']:focus, textarea:focus {
	border: 1px solid #b4d5ff;
	border-top-color: #7eadd9;
	background-color: #fff;
}

input[type='file'] {
	border-style: solid;
	border-color: #999;
	border-width: 1px;
	border-bottom-color: #ccc;
	margin-bottom: 12px;
}

select {
	width: 400px;
}

input[type='button'] {
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	border-top-color: #999999;
	border-left-color: #999999;
	background-color: #33cc66;
	border-bottom-color: #333333;
	border-right-color: #333333;
	margin-left: 5px;
}

input[type='submit'] {
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	border-top-color: #999999;
	border-left-color: #999999;
	background-color: #4177d2;
	border-bottom-color: #333333;
	border-right-color: #333333;
	color: #ffffff;
	float: none;
	clear: none;
}

input[id='delete'] {
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	border-top-color: #999999;
	border-left-color: #999999;
	background-color: #d4d4d4;
	border-bottom-color: #333333;
	border-right-color: #333333;
	color: #000000;
}

div#PageDiv {
	width: 750px;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	height: 100%;
	padding-bottom: 16px;
	position: relative;
	border-bottom: 1px solid #929292;
}

form {
	padding: 0;
	margin: 0;
}

/*label {
	width: 80px;
	text-align: right;
	float: left;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 11px;
	clear: both;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-top: 2px;
}*/

.listings {
	margin-left: 84px;
	margin-top: 16px;
}

div.preview {
	padding-left: 88px;
}

div.preview img {
	border-style: dashed;
	border-color: #cccccc;
	border-width: 1px;
}

div.listings dl {
	margin-left: 0;
	padding-left: 2px;
}

dt {
	font-weight: bold;
	margin-top: 6px;
}

dd {
	margin: 0 0 4px;
	padding-left: 4px;
}

input, textarea, select {
	margin: 2px 0 2px 0;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

input[type='text'].search {
	width: 110px;
}

ul#navbar, img.navbar, div#sidebar {
	width: 150px;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

div#sidebar {
	width: 116px;
	margin-top: 14px;
	margin-bottom: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
}

div#sidebar h4 {
	font-size: 14px;
}

div#sidebar h4 a {
	text-decoration: none;
}

div#sidebar h4 a:hover {
	background-color: #7dd949;
	color: #fff;
}

ul#navbar li {
	list-style-type: none;
}

div#wrapper ul#navbar {
	width: 130px;
	margin-left: -10px;
	margin-top: -9px;
	position: relative;
}

#intro {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #5b5b5b;
	line-height: 22px;
}

ul#navbar li a {
	display: block;
	padding: 4px 6px 5px 6px;
	text-decoration: none;
	color: #333;
	background-color: #dbf1c3;
	border-bottom: #808080;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	font-weight: bold;
}

ul#navbar li a:hover {
	color: #fff;
	background-color: #7dd949;
}

ul#navbar li a#here {
	background-color: #c7e3a6;
	color: #000;
	border-bottom-color: #ffffff;
}

td, th {
	padding: 4px;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 11px;
	border-bottom: #CCC;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	vertical-align: top;
}

div.role {
	padding: 6px 6px 6px 0;
	margin: 0 0 4px;
	border-style: solid;
	border-color: #c0c0c0;
	border-width: 1px;
	background-color: #efefef;
	border-top-color: #8e8e8e;
}

div.group {
	background-color: #efefcc;
	border-top-color: #c0c0c0;
}

div.file {
	background-color: #e8e7fc;
	border-top-color: #c0c0c0;
}

div.searchbox {
	width: 120px;
	float: right;
	clear: right;
	padding-right: 16px;
	text-align: right;
}

#alltabs div.searchbox {
	width: 400px;
	float: right;
	clear: none;
	padding-right: 0;
	padding-top: 8px;
	margin-right: 0;
}

form.searchform {
	margin: 0;
	padding: 0;
}

#alltabs form.searchform {
	margin: 0;
	padding: 0;
}

#alltabs input[type='text'].search {
	
}

#alltabs form.searchform fieldset.quiet label {
	text-align: right;
	float: right;
	width: 400px;
	margin: 0;
	font-size: 14px;
	padding: 3px 0 0;
}

#alltabs form.searchform fieldset.quiet label input.search {
	margin-left: 6px;
}

form#search_guide {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

table {
	border-right: #CCC;
	border-left: #CCC;
	border-width: 0 1px 0 1px;
	border-style: none solid none solid;
	width: 100%;
}

body {
	margin: 0 0 15px;
	padding: 0;
}

th {
	color: #FFF;
	background-color: #939393;
	text-align: left;
}

.even {
	background-color: #FFF;
}

.odd {
	background-color: #EDF3FD;
}

#addnew {
	padding-top: 16px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

hr {
	height: 1px;
	border-style: none;
	color: #939393;
	background-color: #939393;
	margin: 12px 0;
	float: left;
	clear: both;
	width: 100%;
}

div#main, div#home {
	width: 570px;
	padding: 0;
	margin: 0;
	position: relative;
}

div#wrapper div#main, div#wrapper div#home {
	width: 568px;
	float: right;
	clear: right;
}

div#home {
	width: 748px;
}

#header {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../Resources/header.jpg);
	padding-left: 186px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #333333;
	font-weight: normal;
	margin-left: -24px;
	margin-right: -6px;
}

#homeheader {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../Resources/homeheader2.jpg);
	color: #333333;
	font-weight: normal;
	margin-left: -24px;
	margin-right: -30px;
	margin-bottom: -40px;
	height: 268px;
}

#homeheader h1, #homeheader p {
	color: #515151;
	font: normal normal 16px/20px Georgia, Palatino, "Times New Roman", Times, serif;
}

#homeheader h1 {
	padding-top: 66px;
	padding-left: 253px;
	padding-right: 260px;
}

#homeheader p {
	padding-left: 40px;
	padding-right: 262px;
	padding-top: 12px;
}

#main h1, #home h1 {
	font-size: 22px;
}

#header h1, #header h2 {
	font-size: 24px;
}

#header h1, #header h2, #header h3 {
	font-weight: normal;
	letter-spacing: normal;
}

div#errors {
	margin: 0;
	padding: 0;
	width: 500px;
	float: left;
}

ul.errors {
	margin: 0 0 6px;
	padding: 12px 12px 8px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	background-color: #ffff33;
	width: 500px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../Resources/error.gif);
}

ul.errors li {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	list-style-type: circle;
	margin-left: 74px;
}

span.sc {
	text-transform: uppercase;
	font-size: 90%;
	letter-spacing: 1px;
}

fieldset.quiet {
	border-style: none;
	margin: 0;
	padding: 0;
	border-width: 0;
}

#alltabs fieldset.quiet {
	width: 400px;
	text-align: right;
}

.delete_role {
	margin: 0;
	float: right;
	color: #cc0033;
	display: inline;
	border-style: none;
	padding: 0;
	font-size: 10px;
	width: auto;
}

span.delete_role input[type='checkbox'] {
	font-size: 9px;
	float: left;
	margin-right: 6px;
	margin-bottom: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

input[type='checkbox'].addfile {
	font-size: 9px;
	float: right;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #999999;
	margin-left: 4px;
}

span.addfile {
	font-size: 9px;
	float: right;
	margin-left: 4px;
}

span.attachedfile {
	float: right;
	margin-left: 4px;
	display: block;
}

span.addfile img {
	vertical-align: middle;
	cursor: pointer;
	margin-top: 1px;
	margin-bottom: 1px;
	border-top-color: #cccccc;
}

#footer {
	font-size: 10px;
	text-align: center;
	clear: both;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 8px;
	width: 100%;
	float: left;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

#topnav {
	font-size: 10px;
	text-align: left;
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 100%;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin-top: 8px;
	padding: 0 0 0 16px;
	font-size: 12px;
}

.visual_break {
	height: 14px;
	clear: both;
	border-bottom-style: solid;
	border-bottom-color: #939393;
	border-bottom-width: 1px;
	margin-bottom: 12px;
}

.hidden {
	color: #999999;
	text-decoration: line-through;
}

.headline {
	margin: 0 0 24px;
	padding-top: 6px;
	padding-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
}

div.handle {
	background-image: url(../Resources/drag.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 11px;
	margin: 4px 0 0;
	border-color: #c0c0c0;
	border-style: solid;
	border-width: 1px;
	border-bottom-style: none;
	border-bottom-width: 0;
}

ul.divlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.imglist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 492px;
	float: left;
}

ul.divlist li, ul.imglist li {
	margin: 0;
	padding: 0;
}

ul.listbox {
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	border-bottom-style: none;
	width: 400px;
	padding: 0;
	list-style-type: none;
	margin: 0;
}

#wrapper ul.listbox {
	margin-bottom: 12px;
	float: none;
}

ul.listbox li {
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	padding: 4px;
	margin: 0;
}

div#gallery {
	height: 400px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 4px;
	padding: 4px;
	overflow: scroll;
	margin-bottom: 12px;
}

.photo {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../Resources/slide.png);
	width: 138px;
	height: 138px;
	margin: 4px;
	float: left;
	text-align: center;
	padding: 6px;
}

div.picframe {
	border-style: solid;
	border-color: #c0c0c0;
	border-width: 1px;
	vertical-align: baseline;
	margin-bottom: 8px;
	background-color: #efefef;
	padding: 6px;
	text-align: center;
	border-top-color: #8e8e8e;
}

ul#images img {
	border-style: none;
}

div.updatelist {
	width: 183px;
	float: left;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	font-size: 10px;
	margin-right: 8px;
	border-bottom-style: none;
	margin-bottom: 8px;
}

div.titlelist {
	width: 569px;
}

div.updatelist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.updatelist ul li {
	padding: 3px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
}

div.updatelist div.head {
	padding: 3px;
	font-weight: bold;
	font-size: 11px;
	border-bottom-color: #939393;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../Resources/head.gif);
}

div.updatelist div.foot {
	padding: 3px;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #e6e6e6;
	text-align: right;
}

hr.pale {
	color: #cccccc;
	background-color: #cccccc;
}

fieldset.upload_box {
	background-color: #FFFFCC;
	border: 1px solid #999999;
	padding: 4px;
	margin: 0 0 12px;
}

div.wait {
	width: 16px;
	height: 16px;
	border-style: none;
	border-width: 0;
	padding: 0;
	float: right;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	margin-top: 4px;
}

.move {
	cursor: move;
}

.unpublished {
	color: #666666;
	background-color: #ffccff;
}

.orphan {
	color: #666666;
	background-color: #ffff99;
}

.parsed {
	color: #009900;
	font-size: 14px;
}

.meta {
	color: #ff6600;
	font-size: 14px;
}

input[type='text'].smallish {
	width: 100px;
}

select.smallish {
	width: 100px;
}

.buy_now {
	background-color: #9999cc;
	border-style: solid;
	border-color: #003366;
	border-width: 1px;
	padding: 4px;
	margin-top: 4px;
}

div.autocomplete {
	position: absolute;
	width: 250px;
	background-color: #fff;
	border: 1px solid #888;
	margin: 0px;
	padding: 0px;
	z-index: 5;
}

div.autocomplete ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.autocomplete ul li.selected {
	background-color: #ffb;
}

div.autocomplete ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px 4px 2px 4px;
	border-bottom: 1px #e6e6e6 solid;
	cursor: pointer;
}

ul.toc {
	margin: 0;
	padding: 8px;
	background-color: #e6ecff;
	background-repeat: repeat-y;
	background-image: url(../Resources/stripes.gif);
	background-position: 42px 0px;
}

ul.toc_list {
	margin: 0;
	padding: 8px;
}

ul.toc li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	list-style-position: inside;
	list-style-type: none;
}

ul.toc_list li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	list-style-position: inside;
	list-style-type: none;
}

li.attachedfile {
	border-top-style: solid;
	border-top-color: #cccccc;
	border-top-width: 1px;
	padding-top: 2px;
	margin-top: 3px;
}

.after {
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	color: #333333;
	clear: left;
}

.before {
	border-top-style: solid;
	border-top-color: #ffffff;
	border-top-width: 1px;
	color: #333333;
}

li.para {
	list-style-type: none;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.editor {
	display: inline;
	margin-left: 8px;
	height: 14px;
}

.inplaceeditor-form, .inplaceeditor-form * {
	display: block;
	padding: 0;
	float: none;
	clear: none;
}

.inplaceeditor-form textarea {
	width: 305px;
}

.delete-button {
	float: left;
	cursor: pointer;
	margin-right: 4px;
}

.add-button {
	cursor: pointer;
	margin-left: 4px;
}

.indent1 {
	padding-left: 20px;
}

.indent2 {
	padding-left: 40px;
}

.indent3 {
	padding-left: 60px;
}

.indent4 {
	padding-left: 80px;
}

.indent5 {
	padding-left: 100px;
}

#add_chapter {
	background-color: #ccff99;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-right-width: 1px;
	border-left-width: 0;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-style: none;
}

.file_form {
	display: block;
	background-image: none;
	margin: 0 0 0 8px;
	padding: 4px;
	background-color: #ccff99;
}

.has_file {
	display: block;
	background-image: url(../Resources/green.png);
	background-repeat: repeat;
}

table.structure, table.structure td {
	border-style: none;
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a img, div#sidebar a img, div#sidebar a:hover img {
	border-style: none;
	background-color: transparent;
}

a#chap-here {
	font-weight: bolder;
	text-decoration: none;
	background-color: #cccccc;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

div.cloud {
	margin: 14px 0 12px;
	font-size: 1em;
	padding: 8px;
	background-color: #feffe1;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	width: 308px;
	float: right;
	clear: right;
}

div.home-cloud {
	margin: 0 0 12px;
	font-size: 1em;
	padding: 8px;
	background-color: #feffe1;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
}

h4.intro {
	color: #666666;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	padding-bottom: 14px;
}

#alltabs div h2 {
	margin: 0 -12px 8px;
	padding: 6px 0 4px 12px;
	color: #707070;
	font: normal normal 22px Georgia, Palatino, "Times New Roman", Times, serif;
	height: 26px;
}

ul#edition_list {
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
}

ul#edition_list li {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

div.cloud a:link, div.cloud a:visited, div.home-cloud a:link, div.home-cloud a:visited {
	padding-top: .1em;
	padding-right: .3em;
	padding-bottom: .1em;
	padding-left: .3em;
	text-decoration: none;
	color: #003399;
	margin-top: -.4em;
	margin-bottom: -.4em;
	margin-right: -.3em;
	margin-left: -.3em;
}

div.cloud a:hover, div.cloud a:active, div.home-cloud a:hover, div.home-cloud a:active {
	color: #ffffff;
	background-color: #0066cc;
	text-decoration: none;
}

ul.listbox li.warning {
	background-color: #ffd389;
	background-image: url(../Resources/warning.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

ul.listbox li dl {
	font-size: 10px;
	display: inline;
	float: left;
	padding: 4px 4px 1px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	margin-right: 1%;
	width: 22%;
	margin-bottom: 2px;
	margin-top: 2px;
}

ul.listbox li dl dt {
	margin-top: 0;
	margin-bottom: 2px;
}

ul.fullwidth {
	width: 574px;
}

.sfo {
	background-color: #fcffd8;
}

.pen {
	background-color: #e1f9ff;
}

.oak {
	background-color: #ffebf4;
}

.ccc {
	background-color: #e4ffdb;
}

.spacer24 {
	height: 24px;
}

#edit_listing {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	margin-bottom: -3px;
	float: left;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
}

li p {
	padding: 0;
	margin: 0;
}

ul.taglist {
	padding: 0;
	margin: 0;
	float: left;
	width: 492px;
}

li.taglist {
	list-style-type: none;
	display: inline;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	float: left;
	margin-right: 6px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	background-color: #e6e6e6;
	margin-bottom: 6px;
}

li.addnew {
	background-color: #ccff99;
}

div.edition {
	margin-bottom: 0;
	padding: 0 12px 4px;
	border-style: solid;
	border-color: #7dd949;
	border-width: 6px;
	border-top-style: solid;
	background-color: #fff;
	margin-top: 0px;
	border-top-color: #999999;
	border-top-width: 1px;
	background-repeat: repeat-x;
	background-image: url(../Resources/yellow.gif);
	background-position: left top;
	float: left;
	width: 712px;
}

div#wrapper {
	padding: 0 12px 4px 10px;
	min-height: 400px;
	border-style: solid;
	border-color: #7dd949;
	border-width: 6px;
	background-color: #fff;
	margin-top: 0px;
	position: relative;
	background-repeat: repeat-y;
	background-image: url(../Resources/pale.jpg);
	background-position: left top;
}

div#top {
	height: 6px;
	margin: 0 -12px 4px -10px;
	padding: 0;
	background-repeat: repeat-x;
	background-image: url(../Resources/white.gif);
	background-position: left top;
}

div#shadow {
	height: 12px;
	width: 750px;
	background: url(../Resources/shadow.jpg) no-repeat center top;
	float: left;
	clear: both;
}

span.location {
	font-size: 38px;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

div.edition p {
	clear: both;
	margin-bottom: 8px;
}

ul.tabs {
	padding: 0;
	margin: 0;
	border-top: 1px solid #a0b6a9;
	height: 24px;
}

.tabs li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}

.tabs a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	width: 186px;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
	height: 18px;
	text-align: center;
	cursor: pointer;
	border-right-style: solid;
	border-right-color: #aeaeae;
	border-right-width: 1px;
	background: url(../Resources/button.jpg) repeat-x left top;
}

.tabs a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background-position: 0 -13px;
}

.tabs a.active, .tabs a.active:hover {
	color: #000;
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../Resources/tab.gif);
	border-left-style: solid;
	border-left-color: #aeaeae;
	border-left-width: 1px;
	width: 185px;
}

#tab_1 {
	
}

div.random_reference {
	width: 310px;
	padding: 8px;
	padding-top: 15px;
	float: right;
	margin-top: 0px;
	margin-right: 0;
	clear: right;
	background: url(../Resources/reference_1.jpg) no-repeat left top;
}

div.random_reference p, div#references p {
	font: italic 13px/18px Georgia, Palatino, "Times New Roman", Times, serif;
}

div.random_reference span.refbottom {
	display: block;
	width: 326px;
	height: 30px;
	margin: -8px -8px -8px -8px;
	background: url(../Resources/reference_2.jpg) no-repeat left top;
}

div.random_reference h4 {
	font-size: 14px;
}

div.random_reference h3 {
	font-size: 18px;
	text-align: center;
}

#tab_2 {
	margin-left: 25%;
}

#tab_3 {
	margin-left: 50%;
}

#tab_4 {
	margin-left: 75%;
}

div.flash {
	margin-top: 0;
	padding: 12px 6px 12px 40px;
	border-style: solid;
	border-color: #6b9974;
	border-width: 4px;
	background-color: #d0ffc1;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../Resources/flash.gif);
	margin-bottom: 12px;
}

div.flash ul {
	margin: 0;
}

div#cart div.flash {
	border-width: 2px;
	margin-bottom: 0;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 35px;
	background-position: -4px -4px;
}

div#cart div.flash ul {
	padding-left: 0;
}

div#cart div.flash ul li {
	padding-left: 0;
	margin-bottom: 4px;
	font-size: 11px;
}

div.error {
	border-color: #dc8c59;
	background-color: #ffff99;
	background-image: url(../Resources/error.gif);
}

div#photo {
	width: 260px;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 12px;
	float: right;
	clear: right;
	text-align: center;
}

div#photo p {
	font-size: 11px;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #333333;
	padding: 0;
	margin-top: 4px;
	margin-bottom: 4px;
}

ul.listbox li dl.listing {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	font-size: 11px;
	float: none;
	border-style: none;
}

ul.listbox li dl.listing dt {
	font-size: 14px;
}

ul.listbox li dl.listing dd {
	font-size: 11px;
	padding: 0;
	margin: 0;
}

dl.tablist {
	width: 325px;
	margin: 0;
	margin-bottom: 10px;
}

dl.tablist dt {
	font-size: 14px;
	font-weight: bold;
	margin: 6px 0 0;
	padding: 3px 0;
	border-bottom: 1px solid #d4d4d4;
}

dl.tablist dd {
	border-bottom: 1px solid #ddd;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0;
}

.right {
	float: right;
	clear: right;
	overflow: visible;
}

/*
#alltabs div.searchbox {
	position: relative;
	top: -115px;
	right: -4px;
	margin-bottom: -18px;
}
*/

div.popularity {
	background-color: #eff3fe;
}

ul + h3 {
	margin-top: 12px;
}

#privacy li {
	padding-bottom: 8px;
}

#privacy li ul {
	margin-top: 6px;
}

#contact label {
	width: 100px;
	display: block;
	text-align: right;
	margin-right: 8px;
	padding-top: 3px;
	float: left;
	clear: left;
}

#contact li input[type='text'], #contact li textarea {
	width: 260px;
	float: none;
	vertical-align: top;
}

fieldset.contact {
	width: 480px;
	padding: 6px;
	margin-top: 5px;
}

#contact fieldset.quiet {
	padding: 9px;
}

legend {
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

a {
	color: #000;
}

#main a, #sidebar a, #topnav a {
	padding: 2px 4px;
	margin: -2px -4px;
}

#main a:hover, #sidebar a:hover, #topnav a:hover {
	background-color: #7dd949;
	color: #fff;
	text-decoration: none;
}

#address_block {
	padding: 0 0 12px;
	margin: 0 0 12px;
	width: 568px;
	float: left;
	border-bottom: 1px solid #999;
}

#address_block li {
	list-style-type: none;
	float: left;
	width: 133px;
	border-left: 1px solid #ccc;
	padding: 0 0 0 5px;
	margin: 0 3px 0 0;
}

#banner_head {
	width: 800px;
	margin: 0 auto;
	padding: 14px 0 0;
}

#banner_head h1 {
	color: #252525;
	font: 16px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

#banner_head h1 img {
	height: 15px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#banner_head h1 a {
	text-decoration: none;
}

#banner_head p {
	float: right;
	width: 300px;
	text-align: right;
	font: 14px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

frame, frameset {
	border: none;
	padding: 0;
	margin: 0;
}

#contactus {
	font-size: 10px;
	text-align: center;
	clear: both;
	margin-top: 0;
	padding-top: 8px;
	padding-bottom: 14px;
	width: 100%;
	float: left;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	border-top: 1px solid #bbb;
	background-color: #e1e1e1;
}

#contactus h4 {
	padding-top: 0;
	font-size: 14px;
	margin-top: 0;
}
