body {
	text-align:center;
	margin:0;
	background-image:url(../images/topBackground.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
	
}
body, table, td {
	font-family: Century Gothic, Trebuchet MS, sans-serif;
	font-size:12px;
	color:#312a25;
	font-weight:normal;
}

.sortable {font-size:12px;}
.sortable th {
	border-bottom:1px solid #312a25;
	text-align:left;
}

.sortable {font-size:12px;cursor:pointer;}
.sortable th {border-bottom:1px solid #312a25;text-align:left;text-decoration:underline;}
.sortable th h3 {}
.sortable td { padding: 2px 0;}
.sortable .head h3 {cursor:pointer;}
.sortable .desc, .sortable .asc {cursor:pointer;}
.sortable .desc h3 {cursor:pointer;}
.sortable .asc h3 {cursor:pointer;}
.sortable .head:hover, .sortable .desc:hover, .sortable .asc:hover {cursor:pointer;text-decoration:none;}
.sortable .evenrow td {background-color:#FFFFFF;}
.sortable .oddrow td {background-color:#e2ded8;}
.sortable td.evenselected {background-color:#FFFFFF;}
.sortable td.oddselected {background-color:#e2ded8;}


#controls {width:980px; margin:0 auto; height:20px}
#perpage {float:left; width:200px}
#perpage select {float:left; font-size:11px}
#perpage span {float:left; margin:2px 0 0 5px}
#navigation {float:left; width:580px; text-align:center}
#navigation img {cursor:pointer}
#text {float:left; width:200px; text-align:right; margin-top:2px}

/* suggestions */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}
.ac_results strong {
	background-color: #C3C3C3;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	text-align:left;
	margin: 0px;
	padding: 1px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}

.ac_loading {
	/*background: white url('http://jquery.bassistance.de/autocomplete/demo/indicator.gif') right center no-repeat;*/
}

.ac_odd {
	background-color: #e2ded8;
}
.ac_even {
	background-color: #FFFFFF;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/* --- */


.trDark {
	background-color:#e2ded8;
}
.trLight {
	background-color:#FFFFFF;
}
th {
	border-bottom:1px solid #312a25;
	text-align:left;
}
.trDarkH {
	background-color:#b6b1ac;
}
.trLightH {
	background-color:#b6b1ac;
}

img { border:0; }

/* Elements */
#top {
	height:113px;
}
#top .logo {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-495px;
}
#topAuthed {
	color:#c2b89d;
	float:right;
	font-size:11px;
	margin-top:5px;
}
#topAuthed a:link, #topAuthed a:active, #topAuthed a:visited {
	color:#efece5;
}

ul#menuTop {
	height:27px;
	color:#ffffff;
	font-size:14px;
	
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#menuTop a {
	display:block;
	color:#ffffff;
	text-decoration:none;
	padding:4px 14px 0px 14px;
}
ul#menuTop ul {
	margin:0;
	padding:0;
}
ul#menuTop li {
	height:27px;
	float:left;
	margin:0;
	
}
ul#menuTop li:hover {
	background-image:url('/images/menuTopHoverBackground.gif');
}
#outerContainer {
	position:absolute;
	top:168px;
	left:50%;
	margin-left:-495px;
	width:990px;
}
#leftContainer {
	float:left;
	width:230px;
}
#leftContainer .menuLeftHeaderDark {
	background-image:url(/images/menuLeftHeaderDarkBackground.gif);
	background-repeat:no-repeat;
	width:100%;
	height:33px;
	color:#ffffff;
	font-size:14px;
}
#leftContainer .menuLeftHeaderDark .padding {
	padding:6px 0px 0px 12px;
}

#leftContainer h1 {
	background-image:url(/images/menuLeftHeaderDarkBackground.gif);
	background-repeat:no-repeat;
	padding: 0;
	height:29px;
	color:#ffffff;
	font-size:14px;
	margin: 0;
	padding:4px 0 0 12px;
}
#leftContainer p {
	background-color:#e6e3dd;
	font-size:12px;
	border-bottom:1px solid #c3c3c3;
	padding: 12px;
	margin: 0 0 10px 0;
}

#leftContainer .menuLeftHeaderLight {
	background-image:url(/images/menuLeftHeaderLightBackground.gif);
	background-repeat:no-repeat;
	width:100%;
	height:33px;
	color:#362f2a;
	font-size:14px;
}
#leftContainer .menuLeftHeaderLight .padding {
	padding:6px 0px 0px 12px;
}
#leftContainer .menuLeftContent {
	background-color:#e6e3dd;
	font-size:12px;
	border-bottom:1px solid #c3c3c3;
	margin: 0 0 10px 0;
}
#leftContainer .menuLeftContent .padding {
	padding:12px;
}

#rightContainerOuter {
	float:right;
	width:733px;
}
#rightContainer {
	padding:0;
}
.mainDefault {
	background-image:url(/images/mainCenterBackground.gif);
	background-repeat:repeat-y;
}
.mainDefault .padding {
	padding:15px 15px 15px 15px;
}

/* Links */
a:link {
	color:#48443b;
	text-decoration:underline;
}
a:visited {
	color:#48443b;
	text-decoration:underline;
}
a:hover {
	color:#bfb8aa;
	text-decoration:underline;
}
a:active {
	color:#48443b;
	text-decoration:underline;
}

/* Headers */
h1 {
	margin:0;
	padding:5px 0 0 15px;
	width:718px;
	height:28px;
	background-image:url(/images/mainHeaderDarkBackground.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:14px;
	font-weight:normal;
}
h1.false {
	background-image: url(../images/mainHeaderRedBackground.gif);
}
#messages ol {
	margin: 0;
	padding: 0 0 0 18px;
}
h1 div {
	padding:6px 0px 0px 12px;
}
h2 {
	margin:0 0 10px;
	padding:0 0 3px;
	color:#312a25;
	font-size:16px;
	font-weight:normal;
	border-bottom:#CCC solid 1px;
}
h3 {
	font-size:14px;
	font-weight:bold;
	margin:0px;
	border-bottom:solid 1px #999999;
	padding-bottom:2px;
	margin-bottom:7px;
}

.categoryHeader {
	font-size:14px;
}

/* Misc */
.iconHeader {
	float:left;
	margin-right:10px;
}
.imgBorderDefault {
	border:1px solid #989896;
}
.borderBDefault { border-bottom:1px solid #2a231f; }

#frontpage .exibitions {
	float:right;
	margin-left:40px;
	width:186px;
}
#frontpage .exibitions ul {
	margin:0;
}
#frontpage .exibitions li {
	list-style-type:none;
	padding:0 0 5px;
	border-bottom:solid 1px #CCC;
}


/* Fieldsets */
.fieldsetHeader {
	color:#000000;
	font-weight:bold;
	font-size:13px;
}
fieldset {
	border:1px solid #bfb8aa;
	padding:8px;
}

/* Tabs */
.tab {
	background-image:url(/images/tabsBackground.gif);
	background-repeat:no-repeat;
	width:92px;
	height:21px;
	float:left;
	cursor:pointer;
	font-size:12px;
	text-align:center;
	margin-right:1px;
	color:#332b27;
}
.tab .padding {
	padding-top:2px;
}
.activeTab {
	background-image:url(/images/tabsActiveBackground.gif);
	background-repeat:no-repeat;
	width:92px;
	height:21px;
	float:left;
	cursor:pointer;
	font-size:12px;
	text-align:center;
	margin-right:1px;
	color:#e6e3dd;
}
.activeTab .padding {
	padding-top:2px;
}

ul.artworksList {
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 703px;
	clear:both;
}
ul.artworksList li {
	float: left;
	padding: 0 6px 12px;
}

.category {
	border:1px solid #bfb8aa;
	width:151px;
	height:195px;
	background-color:#e6e3dd;
	padding:5px;
	float:left;
	cursor:pointer;
}

.category .picture {
	border:4px solid #FFFFFF;
	height: 140px;
}

.category .text {
	padding: 5px 0 0 0;
}

.category .text .caption {
	padding: 2px 0px;
	font-weight:bold;
	font-size:14px;
}

.art {
	border:1px solid #bfb8aa;
	width:151px;
	height:195px;
	background-color:#e6e3dd;
	padding:5px;
	float:left;
	cursor:pointer;
}

.art:hover {
	background-color:#dcd8d1;
}

.art .picture {
	background-color:#FFFFFF;
	border:1px solid #BFB8AA;
	height: 101px;
}

.art .text {
	padding: 5px 0 0 0;
}

.art .text .price {
	padding: 5px 0px;
}

.artworkLarge {
	border:solid 0px #CCCCCC;
}

.artworkThumb {
	float:right;
	margin-left:8px;
}
.artworkThumb a {
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	width:60px;
	height:60px;
	border:solid 3px #39322C;
}

.artworkText {
	font-size:9px;
	color:#686868;
}

.searchSelect {
	width: 116px;
	max-width: 200px;
    padding: 0px 0px;
}
.DividerCell {
    background-image: url(/images/createArtworkDivider.gif);
	background-repeat: repeat-y;
	background-position:top center;
	font-size:0;
	width:40px;
}
.RightCell {
	vertical-align:top;
	width:225px;
}
.LeftCell {
	vertical-align:top;
	width:437px;
}
#wrapper {
	margin:0 auto;
	text-align:left;
	width:990px;
}
#topThumbnails {
	float:right;
	width:600px;
	margin:25px 0px 0px 0px;
}
#bottom {
	margin:15px 0px 30px 0px;
	text-align:right;
	color:#666666;
	font-size:10px;
}
ul {
	list-style-type:square;
	margin-top:5px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:15px;
}
.categoryImg {
	display:block;
	border:solid 4px #ffffff;
	margin-bottom:2px;
}

.detailsRow {
	background-color:#edeae4;
}
.forSale {
	background-color:#e6e3dd;
	padding:10px;
	border:dashed 1px #999999;
}

.clearBoth{
	clear:both;
	height:0;
	font-size:0;
	overflow:hidden;
}
.postalCode {
	width: 50px;
}
.city {
	width: 74px;
	border:none;
}
