body {
	margin: 0;
	padding: 0 0 20px 0;
	border: 0;
	color: #373535;
	font: 12px/1.5 Helvetica, Arial, sans-serif;

}

/* offscreen - mark up for mobile devices, screan readers. */
.offscreen, .print {
	display: none;
}

.clearboth {
	clear: both;
}

h1 {
	color: #BDBEBF;
	font-size: 17px;
}
h2 {
	color: #BDBEBF;
	font-size: 14px;
	margin-bottom: 0px;
}
h3 {
	color: #373535;
	font-size: 12px;
	margin-bottom: 0px;
}
h4,h5,h6 {
	font-size: 12px;
	margin-bottom: 0px;
}


a {
	color: #fe3c23;
	text-decoration: none;
}
a:visited {
	color: #f46533;
}
a:hover {
	text-decoration: underline;
}

p {
	margin-top: 0px;
}

.largefont {
	font-size: 14px;
}

.btn {
	font-weight: bold;
	color: #000;
	border: 1px solid #babcbf;
	background: #fff url(/images/buttonbg.gif) bottom left repeat-x;	
}

a.btnlink {
	padding: 3px 8px 3px 8px;
	border: 1px solid #babcbf;
	background: #fff url(/images/buttonbg.gif) bottom left repeat-x;
	color: #000;	
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a.btnlink:visited {
	color: #000;	
}
a.btnlink:visited {
	text-decoration: none;
}

.tbleditions td {
	padding-bottom: 20px;
}


/* Subscription - artists */

.artistoptions {
    margin: 20px 0 10px 0;
}

div#artistlist {
    margin: 0 0 10px 0;
}

div#artistlist ul {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}

div#artistlist ul li {
    margin: 2px 0;
}

div#artistlist ul#artistslist1 {
    width: 320px;
}

div#artistlist ul#artistslist2 {
    width: 160px;
}

div#artistlist ul li.odd {
    background-color: #ecebeb;
}

.err {
    color: Red;
}
