/*STANDARD, DEFAULT SETTINGS*/
/*Text*/
BODY, P, TD, TH {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

.smallprint, .smallprint A {
	font-size: 10px;
	font-weight: normal;
}

/*Colours*/
.red {
	color: #CC0000;
}

.grey {
	color: #CCCCCC;
}

.channel {
	color: #003000;
}

/*Headers*/
H1, H2, H3, H4, H5, H6 {
	margin: 0px;
}

H1 {
	font-size: 200%;
}

H2 {
	font-size: 175%;
}

H3 {
	font-size: 150%;
	text-transform: capitalize;
}

H4 {
	font-size: 125%;
	text-transform: capitalize;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #D42626;
}

H4 A {
	font-size: 100%;
}

H5 {
	font-size: 100%;
}

H6 {
	font-size: 75%;
}

/*Links*/
A {
	font-size: 12px;	
}

A:link {
	color: #FF4D00;
	text-decoration: none;
}

A:visited {
	color: #D74343;
	text-decoration: none;
}

A:active {
	color: #FF4D00;
	text-decoration: underline;
}

A:hover {
	color: #000000;
	text-decoration: underline;
}

A.channel:link {
	color: #006600;
	text-decoration: none;
}

A.channel:visited {
	color: #009900;
	text-decoration: none;
}

A.channel:active {
	color: #00CC00;
	text-decoration: underline;
}

A.channel:hover {
	color: #000000;
	text-decoration: underline;
}

/*Images*/
IMG.jacket {
	border: solid 1px #CCCCCC;
}

/*Tables*/
TH {
	background-color: #F5F2F2;
	border: solid 1px #911B1B;
	text-align: left;
}

.maintable {
	border-left: solid 10px white;
	border-bottom: solid 10px white;
	padding: 6px;
}

TD.maintable {
	border: solid 1px red;
}

DIV.maintable {
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

/*Lists*/
UL{
	list-style-image : url("../images/standard/bullet.gif");
}

/*JOURNALS SECTION*/
/*Tables*/
TABLE.pricetable{
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
	text-align: left;
}

TD.pricetable_leftcell {
	font-weight: bold;
	padding-right: 20px;
	border-bottom: solid 1px grey;
}

TD.pricetable_rightcell {
	font-weight: normal;
	border-bottom: solid 1px grey;
}

#buttons {margin: 10px 0;}
#buttons a {margin: 0 0 5px 0; display: block; width: 121px; height: 22px;}
#buttons a span {display: none;}
#buttons a:hover {background-position: -121px 0;}
a.subsinfo, a.subsinfo:visited {background: url("../images/btn_subs_info.png") 0 0 no-repeat;}
a.subscribe, a.subscribe:visited {background: url("../images/btn_subs_now.png") 0 0 no-repeat;}
a.issues, a.issues:visited {background: url("../images/btn_issues.png") 0 0 no-repeat;}
a.current, a.current:visited {background: url("../images/btn_current_issue.png") 0 0 no-repeat;}
a.submit, a.submit:visited {background: url("../images/btn_submit.png") 0 0 no-repeat;}