/****************************************************************************/
/* general elements that apply to all pages */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	margin: 0px;
	padding: 3px;
	padding-left: 0px;
}

h2 {
	font-size:14px;
	font-weight: bold;
	font-weight:bold;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/****************************************************************************/
/* some general classes */

.new {
	color:#FF0000;
	font-weight: bold;
}

.floatright {
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
}

.floatleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

.floatcenter {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

.floatcenter div {
	margin-left: auto;
	margin-right: auto;
}

.backlink {
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 10px;
	margin-right: 2px;
}

.forwardlink {
	background-image: url(../images/forward.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 10px;
	margin-left: 2px;

}

.oddbar {
	background-color: #e6e6e6;
	color: #333333;
}

.evenbar {
	background-color: transparent;
	color: #333333;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.border {
	border: 1px solid #333333;
	margin: 0px;
	padding: 0px;
}

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

.confirm {
	color: #000000;
	font-weight: bold;
}


/****************************************************************************/
/* Links */

.imagelink img {
	text-decoration: none;
	border: 0px;
}

a:link { 
	text-decoration: none;
	color: #000000;
}

a:visited { 
	text-decoration: none;
	color: #000000; 
}

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

.adminlink {
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	letter-spacing: normal;
	background-color: #fafafa;
	border: 1px solid #adadad;
	padding-left: 2px;
	padding-right: 2px;
}

.button {

}

.button a{
	padding: 2px 5px;
	white-space: nowrap;
}
.button a:link, .button a:visited
{
	text-decoration: none;
	color: #333333;
	background-color: #e6e6e6;
	border: 1px outset black;
}
.button a:hover
{
	text-decoration: none;
	color: #000000;
	background-color: #CCCCCC;
}

/****************************************************************************/
/* containers */

#containercontainer {
	width: 750px;
	margin: 0 auto;
}

#container {
	padding: 0px 0px 0px 0px;	
	border: 1px solid #333333;
	background-color: #FFFFFF;
	text-align: justify;
	background-image: url(../images/);
}

/* header at the top of the page (probably the same across the whole site) */
#pageheader {
	height:140px;
	width: auto;
	background-color: #FFFFFF;
	background-image:url(../images/logoanim.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}

#pagecontent {
	float:  left;
	width: 567px;
	min-height:300px;
	margin: 0px;
	padding: 0px;
	overflow: hidden; /*stops it from sliding down below the side menu in IE*/
}

#pagetitle {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-left: 20px;
}

#pagesubtitle {
	padding: 10px;
	padding-left: 20px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

/* Page preview - contains warning that we're in preview mode */
#pagepreview {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

/* Page text - contains all the sections */
#pagetext {
	padding: 10px;
	padding-left: 20px;
}

/* page section - contains text and an image floated left or right */
.pagesection {
	clear: both;
	/*width: 537px;*/
	width: 505px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.pagesection .indentleft {
	margin: 0px;
	padding: 0px;
	margin-left: 10px; /* this has to match the padding-right on floatleft images */
}

.pagesection .indentright {
	margin: 0px;
	padding: 0px;
	margin-right: 10px; /* this has to match the padding-left on floatright images */
}

.pagesection .noindent {
	margin: 0px;
	padding: 0px;
}

/* scrollable div.  Have to specify its height in the markup */
.scrollbox {
	padding-top: 10px;
	width: 95%;
	border: 1px solid #adadad;
	background-color: #f2f2f2;
	position:relative;
	overflow:scroll;
}

/* hide this from IE6 because it doesn't seem to be able to cope with scrolling */
.scrollbox[class] {
	overflow: scroll;
}

.paddingbox {
	padding-left: 10px;
}

#pagefooter {
	clear: both;
	padding: 10px;
	font-size: 9px;
	color: #666666;
	text-align: right;
	height: 20px;
}

.categorylist {
	margin: 0;
	padding: 0px;
	list-style-position: inside;
}

.pagesection h3 {
	margin-top: 0;
	padding-top: 0;
	font-size: 13px;
	letter-spacing: normal;
}

/***********************************************************************************************/

body {
	margin: 0;
	margin-top: 10px;
	color: #333333;
	background-color: #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url(../images/background.gif);
	background-position: center top;
	background-repeat: repeat-y;
}

h1, h2 {
	letter-spacing: normal;
}

a img {
	border: 0;
}

#container {
	/*background: url(../images/middle.jpg);*/
	border: 0;
	text-align:left;
}

#pageheader {
	background-repeat: no-repeat;
}

#pageheader h1 {
	margin-left: -500px;
}

.pagesection {
	text-align: left;
}

#pagetitle {
	padding-top:0;
	text-align:left;
}

#pagetitle a:link, #pagetitle a:visited, #pagetitle a:active{
	border-bottom: 1px solid;
}

#pagetitle .titletext {
	font-size:1.5em;
}

#pagetitle a:hover{
	border-bottom: none;
}

.pagesection a:link, .pagesection a:visited {
	text-decoration: underline;
}

#pagetitle a:hover, .pagesection a:hover {
	text-decoration: none;
}

.pagesection p {
	margin-top: 0;
	margin-bottom: 1em;
}

.pagesection, .pagetext {
	white-space:normal;
}

.discreet, .discreet  {
	font-size: 80%;
	color: #666666;
}

.discreet a {
	color: #666666;
}

.error {
	color: #FF0000;
}

/*dl {
	margin-top: 0;
	width: 100%;
	float: left;
}

dt {
	font-weight: normal;
	width: 130px;
	margin-top: 5px;
	float: left;
	clear: left
}

dd {
	width: 320px;
	margin-top: 5px;
	float: left;
	margin-left: 10px;
}*/

dl.table-display
{
width: 550px;
margin: 0;
padding: 0;
}

.table-display dt
{
width: 130px;
float: left;
margin: 0 0 0 0;
padding: .3em;
padding-left: 0;
border-top: 1px dotted #DDDDDD;
font-weight: normal;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.table-display dd
{
float: left;
width: 330px;
margin: 0 0 0 0;
padding: .3em;
border-top: 1px dotted #DDDDDD;
}

.feedback dt {
	width: 80px;
}

.feedback dd {
	width: 380px;
}


/*******************************/
/* Specific page colours */

/* Home */
#section384 #pagetitle h1,
#section384 #mainmenu ul li a,
#section384 #breadcrumbs,
#section384 #breadcrumbs a
{
	color: #843A3A;
}

/* Artists */
#section22 #pagetitle h1,
#section22 #pagetitle a,
#section22 #mainmenu ul li a,
#section22 #breadcrumbs,
#section22 #breadcrumbs a
{
	color: #996600;
}
#section22 form, #section22 .box_that_looks_like_a_form{
	border-color: #996600;
	background-color: #FFFFE5;
}

/* Shop */
#section319 #pagetitle h1,
#section319 #pagetitle a,
#section319 #mainmenu ul li a,
#section319 #breadcrumbs,
#section319 #breadcrumbs a
{
	color: #D69463;
}
#section319 form, #section319 .box_that_looks_like_a_form{
	border-color: #D69463;
	background-color: #F0D8C6;
}

/* Exclusives */
#section41 #pagetitle h1,
#section41 #pagetitle a,
#section41 #mainmenu ul li a,
#section41 #breadcrumbs,
#section41 #breadcrumbs a
{
	color: #996666;
}
#section41 form, #section41 .box_that_looks_like_a_form{
	border-color: #996666;
	background-color: #ECE1E1;
}

/* News */
#section69 #pagetitle h1,
#section69 #pagetitle a,
#section69 #mainmenu ul li a,
#section69 #breadcrumbs,
#section69 #breadcrumbs a
{
	color: #343695;
}

/* News */
#section63 #pagetitle h1,
#section63 #pagetitle a,
#section63 #mainmenu ul li a,
#section63 #breadcrumbs,
#section63 #breadcrumbs a
{
	color: #CE9473;
}

/* Friends - probably not needed */
#section331 #pagetitle h1,
#section331 #pagetitle a,
#section331 #mainmenu ul li a,
#section331 #breadcrumbs,
#section331 #breadcrumbs a
{
	color: #B5BD94;
}

/* Features */

/* Members */
#section39 #pagetitle h1,
#section39 #pagetitle a,
#section39 #mainmenu ul li a,
#section39 #breadcrumbs,
#section39 #breadcrumbs a
{
	color: #006666;
}
#section39 form, #section39 .box_that_looks_like_a_form{
	border-color: #006666;
	background-color: #DDEEEE;
}

/*******************************/
/* Thumbnail pages */

.artistsection, .artworksection {
	width: 102px;
	padding: 0;
	text-align:center;
	float: left;
	clear: none;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 15px;
	font-size: 10px;
}

.artistsection.firstinrow, .artworksection.firstinrow {
	margin-left: 0;
}

.artistsection.lastinrow, .artworksection.lastinrow {
	margin-right: 0;
}

.artimage img {
	border: 1px solid #996600;
	text-decoration: none;
	height: 100px;
	width: 100px;
}

.noimage {
	border: 1px solid #996600;
	height: 100px;
	width: 100px;
	background: url(../images/noimage.gif);
	background-position: middle center;
	background-repeat: no-repeat;
}

.zoomlink {
	position: absolute;
	z-index: 90;
	width: 18px;
	height: 18px;
	display: block;
	background-image: url(../images/zoomicon.gif);
}

/*******************************/
/* Footer */

#pagefooter {
  text-align:center;
  padding: 5px;
  color: #999999;
  padding-top: 50px;
}

#pagefooter a {
	color: #999999;
	text-decoration:none;
}

#pagefooter a:hover {
	border-bottom: 1px solid #666666;
}

#pagefooter .links a {
	border-bottom: 1px solid #666666;
}

#pagefooter ul {
  margin:0;
  padding: 0;
  margin-top: 5px;
}

#pagefooter li{
  display: inline;
  font-size: 10px;
  padding: 0px 10px 0px 0px;
}

/*******************************/
/* Messages */

.message {
	padding: 10px;
	border-top: 1px dotted gray;
}

.messages {
	width: 100%;
	border: 1px solid #999999;
	padding-bottom: 1em;
}

.messages th {
	font-weight: normal;
}

.messages thead{
	background-color: #DDDDDD;
}

.messages th, .messages td {
	font-size: 90%;
	padding:3px;
}

#toggleinbox, #toggleoutbox {
	background-image: url(../images/expand-down.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 15px;
	outline: none;
	text-decoration: none;
	display:inline;
}

p.messagetext {
	border: 1px solid #cccccc;
	margin-top: 10px;
	padding: 5px;
}

/*******************************/
/* Sales table */

.sales {
	width: 100%;
	border: 1px solid #999999;
	padding-bottom: 1em;
}
.sales th {
	font-weight: normal;
}

.sales thead{
	background-color: #DDDDDD;
}

.sales th, .sales td {
	font-size: 80%;
	padding:3px;
}

tr.unread {
	font-weight: bold;
}

.status0 {
	color:black;
}

.status1 {
	color:green;
}

.status2 {
	color:red;
}

#togglepurchases, #togglesales, #toggleallsales {
	background-image: url(../images/expand-down.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 15px;
	outline: none;
	text-decoration: none;
	display:inline;
}

/*******************************/
/* User logs */
.userlogs thead {
	font-weight: bold;
}

.userlogs td {
	font-size:80%;
}

#animcontrols {
	position:absolute;
	color: #CCCCCC;
	font-size: 80%;
	padding-left: 10px;
	padding-top: 120px;
	outline:none;
}

/*****************************/
/* Site map */

#sitemap .adminlist {
	padding-left: 0;
}

#sitemap ul li {
	background-color: #DDDDDD;
	padding: 5px;
	margin-top: 10px;
	font-weight: normal;
	letter-spacing: normal;
}

#sitemap ul ul li {
	background: none;
	padding: 0;
	margin-top: 0;
}

#sitemap li a{
	text-decoration: none;
}

#sitemap li a:hover{
	text-decoration:underline;
}

ul.sitemap{
	padding-left: 30px;
}


/****************************/
/* Breadcrumbs */

#breadcrumbs {
	padding-left:20px;
	font-size: 80%;
}

#breadcrumbs a {
	text-decoration: none;
	border-bottom: 1px solid;
}

#breadcrumbs a:hover {
	border-bottom: none;
}

/******************************/
/* Search and RSS buttons at top of artist pages */

#pagetitle #artistbuttons {
	float:right;
	padding-right: 45px;
	padding-left: 10px;
	padding-top: 10px;
}

#pagetitle #artistbuttons a {
	border: 0;
	text-decoration: none;
}
