/*
	@data: 		09/06/09
*/

/*--------------------------------------------------------------------------------
	basic
--------------------------------------------------------------------------------*/

* {
	margin:0;
	padding:0; }

html { height:100%; }

body {
	background:#ffffff url('../images/bg-body.gif') repeat-x left top;
	color:#292B31;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:0.75em;
	height:100%; }

h1 { font-size:138.5%; }

h2 { font-size:123.1%; }

h3 { font-size:108%; }

h1,h2,h3 { margin:0.6em 0 0.5em 0; }

h1,h2,h3,h4,h5,h6,strong { font-weight:bold; }

abbr,acronym {
	border-bottom:1px dotted #000;
	cursor:help; }

em { font-style:italic; }

blockquote,ul,ol,dl { margin:1em; }

ol,ul,dl { margin-left:2em; }

ol li { list-style: decimal outside; }

ul li { list-style: disc outside; }

dl dd { margin-left:1em; }

table {
	border-spacing:0;
	border-collapse: collapse;
	margin:0;
	
}

.note {
	padding-top: 20px;
	font-size: 0.8em
}

.alt {
	background:#f2f7ff;
}

th,td {
	border:1px solid #e0e0e0;
	padding:.5em; }
	
thead tr {
	background:#646d91;
	color:#FFF;
}

#content th a { 
text-decoration: underline;
color:#FFF; 
}

th {
	font-weight:bold;
	text-align:center; }

caption {
	margin-bottom:.5em;
	text-align:center; }

p,fieldset { margin-bottom:1em; line-height:1.5em; }

a {
	color:#0c296a;
	text-decoration:none; }

	a:focus { outline:none; }

	a img { border:0; }

/*--------------------------------------------------------------------------------
	layout
--------------------------------------------------------------------------------*/

#wrapper {
	width:100%;
}

#main {
	width:930px;
	margin:0 auto;
}

#header {
	height:100px;
}

#container {
	background:#FFF;
	margin:8px 0 0 0;
}

#sidebar {
	width:218px;
	float:left;
	border:1px solid #e2e2e2;
}

#content {
	width:684px;
	float:right;
	padding:0 12px;
}

#footer {
	clear:both;
	font-size:11px;
	text-align:center;
	border-top:1px solid #E0E0E0;
	margin:10px 0;
	padding:10px 0;
}

/*--------------------------------------------------------------------------------
	header
--------------------------------------------------------------------------------*/

#header h1, #header ul, #header form {
	margin:0;
	float:left;
}

#header h1 {
	padding:37px 0 0 0;
}

#header ul {
	padding:51px 0 0 20px;
}

#header ul li {
	display:inline;
}

#header form {
	background:url('../images/bg-search.gif') no-repeat right bottom;
	margin:0;
	padding:55px 80px 0 0;
	float:right;
}

#header form p {
	padding-bottom:10px;
}

.cctable {
	margin:0px;
}

#header form #s {
	border:1px solid #7f9db9;
	padding:2px;
}

/*--------------------------------------------------------------------------------
	sidebar
--------------------------------------------------------------------------------*/

#sidebar h3 {
	background:url('../images/bg-sidebar-h3.gif') no-repeat left top;
	margin:0;
	padding:4px 10px;
	color:#0c296a;
	text-transform:uppercase;
}

#sidebar ul {
	margin:0;
}

#sidebar ul li {
	list-style:none;
}

#sidebar ul.categories li a {
	padding:6px 10px;
	background:#f5f9ff;
	border-bottom:1px solid #e2e2e2;
	display:block;
}

#sidebar ul.categories li a span {
	color:#535353;
	font-size:11px;
	font-weight:normal;
}

#sidebar ul.categories li a:hover {
	background:#FCFBFF;
}

#sidebar ul.categories li a:hover { text-decoration:none; }

#sidebar ul.categories li:last-child a {
	border-bottom:0;
}

#sidebar ul.categories  li a {
	font-size:13px;
	font-weight:bold;
}

#sidebar ul.banks {
	padding:10px 0;
}

#sidebar ul.banks li {
	padding:2px 10px;
}

#sidebar ul li a:hover {
	text-decoration:underline;
}

#sidebar p {
	padding:5px 10px 0;
	font-size:11px;
	font-weight:bold;
}


#sidebar p span.btnToggle {
	color:#0c296a;
	cursor:pointer;
	text-decoration:underline;
}

#sidebar ul.list-inline  {
	padding:10px 0;
}

#sidebar ul.list-inline li {
	float:left;
	width:60px;
	padding:2px 10px;
}

#sidebar ul.simple-list {
	padding:5px 0;
}

#sidebar ul.simple-list li {
	padding:3px 10px;
}

/*--------------------------------------------------------------------------------
	content
--------------------------------------------------------------------------------*/

#content h1 {
	font-size:2.1em;
	font-weight:normal;
	color:#292b31;
	letter-spacing:-1px;
}

#content h2 {
	font-size:1.8em;
	font-weight:normal;
	color:#292b31;
	letter-spacing:-1px;
}

#content a {
	color:#2f4fb6;
}

#content a:hover { text-decoration:underline;}

#content ul li {
	list-style:square;
	line-height:1.5em;
}

.box {
	border-bottom:1px dashed #cccccc;
	padding:0 0 20px 0;
}

.box .left, .box .center {
	float:left;
	width:222px;
}

.box .right {
	float:right;
	padding:30px 0 0 0;
}

.box .center {
	font-size:14px;
	padding:10px 0 0 0;
	color:#666666;
}

.box .center span {
	color:red;
}

.box .center span strong {
	font-size:16px;
}

.more {
	background:#f2f7ff;
	text-align:right;
	padding:5px;
	margin:0;
}


/*--------------------------------------------------------------------------------
	tools
--------------------------------------------------------------------------------*/

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }

.alignright {
	float:right;
	padding:10px 0 0 0;
}

/*--------------------------------------------------------------------------------
	ads / misc
--------------------------------------------------------------------------------*/

.creditcard-ad {
	padding-top: 10px;
	width: 100%;
	height: 300px;
}