/* link */
ul,
ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a, a:link, a:active, a:visited {
	color: #e03421;
	text-decoration: underline;
}

a:hover {
	color: #e03421;
	text-decoration: none;
}

button,
input {
	margin: 0;
	padding: 0;
	font-size: 90%;
}

h2 {
	padding: .9em 0 .4em 0;
	margin: 0;
	font-size: 185%;
	font-weight: normal;
}

h3 {
	font-size: 128%;
	margin: 0;
	padding: .5em 0;
	margin-top: 1em;
}

h4 {
	font-size: 100%;
	color: #e03421;
	margin: 0;
	padding: .5em 0;
	margin-top: .7em;
}

h5 {
	font-size: 100%;
	color: #b01d00;
	margin: 0;
	padding: .5em 0;
	margin-top: .8em;
}

hr {
	display: none;
}

p {
	margin: 0;
	padding: .5em 0;
}

table {
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
	margin: .5em 0;
	/*border-left: 1px solid #f0f1f4;*/
	border-bottom: 1px solid #e1e4ef;
	padding-bottom: 1px;
	
}

table th {
	text-align: left;
	background: url('images/table-bg.gif') repeat-x left bottom #e1e4ef;
	padding: .3em 5px;
	font-size: .95em;
	border-bottom: 1px solid #e1e4ef;
	border-top: 1px solid #fff;
}

table td.even {
	
}

table td {
	padding: .3em 5px;
	border-bottom: 1px solid #f0f1f4;
}

.border-none {
	border: none;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;   /* prevent IE expanding the container */
	margin: 0;          /* keep flush with surrounding blocks */
}

.float-right {
	float: right;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.valign-middle {
	vertical-align: middle;
}

.no-background {
	background: none !important;
}

.more-padding {
	padding: .5em 0;
}

.more {
	padding: .3em 0;
	padding-left: .8em;
	background: url('images/more-arrow.gif') left center no-repeat;
}

.more-bigger {
	padding: .3em 0;
	padding-left: .8em;
	background: url('images/li-arrow.gif') left center no-repeat;
}

.no-border {
	border: none !important;
}

.smaller {
	font-size: 95%;
}