html{
	margin: 0px;
	padding: 0px;
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

td {
	font-size: 10px;
}
.header_links {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.header_links a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.header_links a:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}


/**********
headings
**********/

h1, h2, h3, h4, h5, h6{
	font-family: Arial;
}

h1, h1 a {
	font-size: 18px;
	color: #99ccff;
	padding: 0px 0px 3px 0px; 

}

h2, h2 a {
	font-size: 15px;
	color: #56b1f7;
	padding: 0px 0px 3px 0px; 
}

h3, h3 a {
	font-size: 14px;
	color: #96BC30;
}

h3 a:hover{
	color: #56b1f7;
}


h4{
	font-size: 15px;
	color: #ff3366;
	display: inline;
}



h5 {
	color: #56b1f7;
	font-size: 12px;
	display: inline;
	margin: 0px;
	padding: 0px;
}

.page_title, .page_title a {
	font-size: 14px;
	color: #99CC33;
}

.ordinary, .ordinary a{
	font-size: 14px;
	color: #80A82B;
}

.xx-small {
	font-size: xx-small;
}
.x-small {
	font-size: x-small;
}
.small {
	font-size: small;
}
.medium {
	font-size:medium; 
}
.large {
	font-size: large;
}

.sale {
	color: #FF0000;
}

/**********
express bar links
**********/

.express {
	font-size: 5px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.express a {
	font-size: 9px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.express a:hover {
	font-size: 9px;
	color: #D3E195;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}


/*******************
generic but handy
*******************/

.inline{
	display:inline;
}

.nopadding{
	padding: 0px;
}

.nomargin{
	margin: 0px;
}

.floatright{
	float:left;
}

.floatleft{
	float:right;
}

.padright{
}

.padleft{
}

.bull {
	font-size: 10px;
	font-weight: bold;
	padding:2px;
	margin: 0px;
}

/*******************
buttons and links 
*******************/

/*generic links*/

a {
	color: #608000;
	text-decoration: none;
}

a:hover {
	color: #99cc00;
	cursor: pointer;
}

.taglinks a{
	color: #CCCCCC;
}

/*specific links - header*/

.header_links {
	color: #ffffff;
	text-decoration: none;
}
.header_links a{
	color: #ffffff;
}
.header_links a:hover {
	color: #000000;
}

/*specific links - homepage*/

.homepage {
	font-size: 10px;
	color: #fb5c7e;
	padding: 0px;
}

/*specific links - footer*/

.footer{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.footer a {
	font-size: 10px;
	color: #FFFFFF;
}

.footer a:hover {
	font-size: 10px;
	color: #3A76A7;
}

/*turn links into a button*/

.buttonise a{
	font-size: 10px;
	font-weight: bold;
	color: #99cc00;
	background-color:#FFFFFF;
	border: 1px dashed #99cc00;
	height: 30px;
	line-height:30px;
	text-decoration:none;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	display: inline;
}

.buttonise a:hover{
	color: #ffffff;
	background-color:#99cc00;
}

/*generic submit buttons (eg. class="submit")*/

input.submit{
	font-size: 10px;
	font-weight: bold;
	height: 30px;
	cursor: pointer;
	border-width: 1px;
	border-style: dashed;
	padding: 8px 15px 8px 15px;
}

input.submit:hover{
	border-width: 1px;
	border-style: solid;
}

/* make submit button look the same as text buttons */

input.textize{
	color: #99cc00;
	background-color:#FFFFFF;
	border: 1px dashed #99cc00;
}

input.textize:hover{
	color: #ffffff;
	border-color: #99cc00;
	background-color:#99cc00;
	border-style: solid;
}

/*specific styles for submit buttons (eg. class="submit poll")*/

input.cssopt{
	margin: 0px;
	padding: 0px;
}

input.login{ /*delete?*/
	height: 18px;
	padding: 0px;
	color: #608000;
	background-color:#FFFFFF;
	border: 1px dashed #608000;
}

input.login:hover{ /*delete?*/
	color: #ffffff;
	border-color: #99cc00;
	background-color:#99cc00;
	border-width: 1px;
	border-style: solid;
}

/*******
other
*******/

.onsalenow_bg {
	background-image:url(../images/header/onsalenow_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.onsalenow_mag {
	border: 1px #999999 solid
}

.onsalenow_issue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.loginbar {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	border: 1px solid #CCCCCC;
	padding: 2px;
	background-color:#ffffff;
}

.leaderboard {
	padding-right: 10px;
	padding-bottom: 5px;
}

/*home page sale*/

#sale_alerts {
	overflow-y: auto;
	overflow-x: hidden;
	height: 250px;
	margin: 0px;
	padding: 0px;
}

.story {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 25px;
}

.story_sources {
	color: #666666;
}

.story_intro {
	font-weight: bold;
	color: #333333;
}

.story_keywords {
	color: #ADADAD;
}

.summarybox{
	padding: 10px;
	border: 1px dashed #6666cc;
}

.bottom_break{
	border-bottom: 1px solid #DDDDDD;
}

.left_break{
	border-left: 1px solid #DDDDDD;
}

hr{
	height:1px;
	padding:0px;
	border-top: 1px dashed #95D0FD;
	border-bottom: none;
	width: 95%;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

.nonfocustext {
	color: #999999;
}


/*************
shadowed box
*************/

div.shadow {
	background: url(chi_shadow.gif) no-repeat bottom right;
	position: relative;
	margin:0px;
	padding:0px;
	overflow: hidden;
}

table.inner {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	position: relative;
	vertical-align: bottom;
	border-bottom-style: none;
}

.imageloader {
	background-attachment: fixed;
	background-image: url(/images/loading_image.gif);
	background-repeat: no-repeat;
	background-position: 250px 450px;
}
td.sideborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}
