@charset "utf-8";

* {
    margin:0;
    padding:0;
}

html {
	background-attachment: fixed;
	background-image: url(/theme/normal/img/layout/verylrgreygradient3.jpg);
	background-repeat: repeat;
	background-position: center top;
}

body {
    font:12px/1.2 Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

a:link, a:visited {
	color: #D32D2F;
	text-decoration: none;
}

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

.more {
    font-size:85%;
    font-weight:bold;
}

.more:before {
    content:"\00BB\0020";
}

img {
    border:none;
}

.pageblock {
    width:200px;
    display:inline;
    float:left;
    margin:0 24px 0 0;
    line-height:1.5em;
}

.pageblockcenter {
    clear:both;
    margin:10px 0 10px 186px;
}

#container {
    position:absolute;
    top:8px;
    left:50%;
    margin:0 0 0 -485px;
    width:970px;
	border: 1px solid #F9A02C;
	background-color: #FFFFFF;
}

#header {
	background-image: url(/theme/normal/img/layout/topimage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 970px;
	height: 180px;
}

#topnav {
    float:right;
    margin:136px 26px 0 0;
}

#topnav li {
    float:right;
    width:80px;
    margin:0 0 0 19px;
    text-align:center;
    list-style-type:none
}

#topnav a:active,#topnav a, #topnav a:visited {
    color:#FEF2DC;
    text-decoration:none;
    font-weight:bold;
}

#topnav a:hover {
    color:#F9A02C;
    text-decoration:underline;
}

#content {
	position: relative;
	float: left;
	width: 675px;
	margin:0 0 0 10px;
}

#sidebar {
	position: relative;
	float: right;
	width: 280px;
	margin: 0 auto 0 auto;
}

#footer {
	float: left;
	height: 100px;
	width: 950px;
	font-size: 80%;
	color: #999999;
	border-top: 2px solid #000;
	background-image: url(/theme/normal/img/layout/footerlogos.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer h4 {
    margin:6px 0 0 20px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #333333;
	text-decoration: none;
}

#footernav {
    margin:6px 0 0 20px;
}

#footernav li {
    display:inline;
    list-style-type:none;
}

#footernav li:after {
    content:' |';
}

#footernav li a {
    font-weight:bold;
    text-transform:uppercase;
}

.sidebox {
    width:237px;
    margin:0 auto 10px auto;
}

.sideboxtop {
	background-image: url(/theme/normal/img/layout/sidebox-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: none;
	width: 237px;
	height: 20px;
}

.sideboxmiddle {
	background-image: url(/theme/normal/img/layout/sidebox-middle.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 237px;
	margin:-10px 0 0 0;
}

.sideboxbottom {
	background-image: url(/theme/normal/img/layout/sidebox-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: none;
	width: 237px;
	height: 20px;
}

.sidebox p {
    margin:0 0 0 8px;
}

h1 img, h2 img, h3 img, h4 img {
    vertical-align:middle;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #D52D2D;
	margin:0 0 10px 0;
}

#content>h3 {
    margin:0 0 6px 0;
    width:688px;
    min-width:688px;
}

#content>h3 .icon {
    float:right;
}

.subheader {
	font-size: 130%;
	font-weight: bold;
	color: #333;
}

p {
	line-height: 1.7em;
	margin-bottom: 10px;
}

.sidebox h3 {
    margin:0 0 0 4px;
	font-size: 120%;
	font-weight: bold;
	color: #333333;
}

.sidebox ul {
    margin:0 2em 0 2em;
    list-style-type:none;
}

.sidebox li {
}

.sidebox li a, .sidebox li a:visited {
    border-bottom:1px dotted #666666;
    border-top:1px dotted #666666;
    color:#D52D2D;
    font-weight:bold;
    text-decoration:none;
    display:block;
    line-height:1.5em;
    margin:10px 0 0 0;
    text-transform:uppercase;
}

.sidebox li a:before {
    content:"\00BB\0020";
}

.sidebox li a:hover, .sidebox li a:active {
	background-color: #FFFFFF;
	color: #F99E29;
}

/* Forms */

#dialog>form>fieldset {
    width:auto;
}

fieldset {
    width:470px;
    margin:0 0 0 10px;
    border:none
}

legend {
    color:#D52D2D;
    font-weight:600;
    padding:4px 0 10px 4px;
}

label {
    float:left;
    width:200px;
    border-bottom:dotted 1px black;
    line-height:1.6em;
}

fieldset div {
    clear:both;
    margin:0 4px 10px 4px;
}

input[type=checkbox] {
    width:auto;
    float:left;
    margin-top:3px;
/*    line-height:1.6em;*/
}

input[type=checkbox] + label {
    border-bottom:none;
    margin:0 0 0 6px;
}

div.submit {
    text-align:right;
    margin:0 10px 10px 0;
}

input[type=submit] {
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
}

/* Form validation */
form .required>label:after {
    color:#DD2330;
    font-weight:bold;
	content:' *';
}

/* Messages */

#flash-msg, #authMessage {
    margin:0 0 4px 4px;
    font-size:1.2em;
    font-weight:bold;
}

.info {
    color:#008000;
    font-style:italic;
    margin:0 18px 0 0;
}

.error, #authMessage.message {
    color:#DD2330;
    font-style:italic;
}

.error-message {
    color:#DD2330;
    font-style:italic;
    font-weight:bold;
    float:left;
}

.icon {
    cursor:pointer;
    color: #D32D2F;
}

.icon:hover {
    text-decoration:underline;
    color: #F99E29;
}

.itemdesc {
    margin:10px 0 0 4px;
}

.red {
    color:red;
    font-weight:bold;
}

#new {
    background:#FFF;
    border:1px solid #F99E29;
    margin:0 0 6px 0;
    width:688px;
    max-width:688px;
    min-height:20px;
}

#new h1 {
    background-color:#CFCFCF;
    color:#000;
}

#new h1 img {
    float:right;
    margin:3px 3px 0 0;
}

.auction h1 img {
    float:right;
    margin:3px 3px 0 0;
}

li img {
    vertical-align:middle;
}

.itemlink {
    cursor:pointer;
	color: #D32D2F;
	text-decoration: none;
	padding:4px 2px 4px 2px;
}

.viewlink {
    margin: 0 0 0 4px;
    width:204px;
    border:1px solid #F9A02C;
}

.itemdelete {
    text-align:right;
    background-color:grey;
}

#uploadifyUploader {
    float:right;
    width:24px;
}

.photolist li {
    list-style-type:none;
    display:inline;
    margin:0 0 10px 6px;
}
.photolist .icon {
    margin:-54px 0 0 -16px;
}

.photolist {
    margin:0 0 10px 0;
}

.itemdescr {
    width:196px;
    height:90px;
    min-height:90px;
    max-height:90px;
    overflow:auto;
    border:1px solid #F99E29;
    margin:-1px 0 0 4px;
    padding:2px 4px 2px 4px;
    line-height:1.2em;
    background-color:#FEF4E8;
}

.itemname {
    width:200px;
    padding:0 2px 0 2px;
    font-weight:bold;
    border:1px solid #F99E29;
    margin:-1px 0 0 4px;
    background-color:#FEF4E8;
}

.auctionitems .manage {
border-top:1px solid #F9A02C;
margin:0 0 8px 6px;
width:200px;
padding:0;
float:left;
}

.auctionitems .manage .itemdelete,.auctionitems .manage .itemphotos, .auctionitems .manage .itemname, .auctionitems .manage .itemdescr   {
    width:190px;
    padding:0 4px 0 4px;
    border-bottom:1px solid #F99E29;
    border-left:1px solid #F99E29;
    border-right:1px solid #F99E29;
    border-top:0;
    margin:0;
    background-color:#FEF4E8;
}

.auctionitems .manage .itemdelete {
    background-color:#F99E29;
}

.auctionitems .manage .itemdelete img {
    margin:-4px 0px 0 0;
}

.headerrow {
    font-weight:bold;
    background-color:#F99E29;
}

.auctiondescr {
    background:#FFF;
    border:1px solid #F99E29;
    margin:0 0 6px 0;
    width:688px;
    max-width:688px;
    min-height:20px;
}

.auctiondescr p {
    margin:0 0 10px 10px;
    text-align:center;
}

form img {
    margin:0 30px 0 0;
    cursor:pointer;
}

/* Adjustments */

.t {background: #FEF4E8 url(/theme/normal/img/layout/sidebox/orange-border.gif) 0 0 repeat-x; width: 20em}
.b {background: url(/theme/normal/img/layout/sidebox/orange-border.gif) 0 100% repeat-x}
.l {background: url(/theme/normal/img/layout/sidebox/orange-border.gif) 0 0 repeat-y}
.r {background: url(/theme/normal/img/layout/sidebox/orange-border.gif) 100% 0 repeat-y}
.bl {background: url(/theme/normal/img/layout/sidebox/bl.gif) 0 100% no-repeat}
.br {background: url(/theme/normal/img/layout/sidebox/br.gif) 100% 100% no-repeat}
.tl {background: url(/theme/normal/img/layout/sidebox/tl.gif) 0 0 no-repeat}
.tr {background: url(/theme/normal/img/layout/sidebox/tr.gif) 100% 0 no-repeat; padding:10px} 
.sbcontent {
}

.auction h3 {
    margin:0 0 6px 0;
    width:688px;
    min-width:688px;
}
div.auction {
    background-color:#FEF4E8;
    border:1px solid #F9A02C;
    float:left;
    clear:both;
    margin:0 0 6px 0;
    width:688px;
    max-width:688px;
    padding-bottom:6px;
}

ul.auctioncat, ul.auctionitems {
    list-style-type: none;
    margin:8px 0 0 0;
    float:left;
    width:670px;
}

ul.auctioncat>li {
    float:left;
    margin:0 0 10px 6px;
    width:200px;
    max-width:200px;
}

.auctiontitle {
    margin: 4px 0 0 4px;
}

.auctionitems li {
    list-style-type:none;
    width:200px;
    float:left;
    margin:0 10px 10px 0;
}



