* {
	margin: 0;
	padding: 0;
}

html {
	font-family: Cambria, Georgia, serif;
	font-size: 62.5%;
	color: #222222;
	background: #d2e0ed url(http://img2.pict.com/fb/9a/04/1250624/0/fan.png) no-repeat center top;
}

hr {
border-color:#D7E7F4;
border-style:solid;
border-width:1px 0 0;
clear:both;
height:0;
margin:18px 0;
}

#wrapper {
	width: 900px;
	margin: 0 auto 50px;
	background: #fff;
	border: 4px solid #3672ae;
	border-top: none;
}

img {
	border: none;
}

/* @group Type Style */

.clear {
	clear: both;
}

p {
	font-size: 14px;
	line-height: 17px;
}

a {
	color: #69c;
	font-size: 17px;
}

.blockLink {
	color: #1f69b2;
	padding: 3px;
	margin: 0 -3px;
}

a:hover {
	background: #5f9ad4;
	color: white;
}

.block a {
	display: block;
}

.imageLink {
	float: left;
}

a.inlineLink {
	display: inline !important;
	clear: none !important;
	width: auto;
	padding: 2px;
	margin: 0 -2px;
}

h1 {
	font-size: 30px;
	line-height: 39px;
}

h1.comment {
	font-weight: normal;
	font-size: 19px;
	line-height: 29px;
	color: #b9b6a6;
}

h2 {
	font-size: 22px;
	margin-bottom: 8px;
}

h3 {
	font-size: 16px;
	color: #26629d;
	margin-bottom: 4px;
}


h3 .highlight {
	color: #5c5c5c;
}

ul {
	margin: 8px 2em;
	font-size: 15px;	
	line-height: 20px;
}

.comment {
	font-style: italic;
}

#code {
	float: left;
	clear: left;
	width: 100%;
	font-size: 11px;
	text-align: left !important;
	background: #b6d9fe;
	height: 50px;
	margin: 5px 0 0 1px;
	font-family: Monaco, "Courier New", Courier, mono;
	border: none;
}

/* @end */


#header {
	background: #69c url(/assets/469/Banner-logo.png) no-repeat;
	height: 98px;
	position: relative;
}

#header h1, #header h2 {
	text-indent: -5000px;
}

#content {
	clear: left;
}

.blockContainer {
	position: relative;
	margin-top: 45px;
	clear: left;
	padding: 0 32px;
}

.block {
	/*margin: 0 32px;*/
	min-height: 50px;
}

#intro.blockContainer {
	background: #353535;
	color: white;
	padding: 28px 32px;
	margin-top: 0;
}

#intro a {
	color: inherit;
	padding: 2px;
	margin: 0 0 0 -1px;
}

#intro a:hover {
	background: #222;
	color: white;
}

#merchantsProviders.blockContainer {
	background: #eef6ff;
	float: left;
	padding: 10px 32px;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #d7eaff;
	#width: 836px;
}

.block p {
	clear: left;
	font-size: 17px;
	line-height: 22px;
	margin-bottom:8px;
}

li {
	position: relative;
	margin: 0 0 5px 0;
	padding: 2px 0 0 0;
	min-height: 25px;
	font-size: 17px;
	color: #1b5289;
	font-weight: bold;
	list-style: disc;
}

.numbered li {
	list-style: decimal;
}

.badged {
	margin: 0 64px;
}

.badged li {
	background: none;
	padding: 0;
	min-height: 35px;
}

.badge {
	position: absolute;	
	left: -40px;
	top: -4px;
}

li span {
	font-weight: normal;
	color: #222;
}

#intro p {
	color: #cecece;
}

#definitions.blockContainer {
	background: #eaeaea;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #ccc;
	padding: 2px 32px;
}

#definitions h2 {
	font-size: 16px;
}

#definitions p {
	font-size: 14px;
	line-height: 16px;
	color: #3a3a3a;
}

.block .question {
	font-weight: bold;
}

.block .answer {
	margin-bottom: 30px;
	color: #222222;
}

.colL, .colR {
	width: 45%;
	float: left;
}

.colL {
	padding-right: 4%;
	margin-right: 4%;
	border-right: 1px solid #d7eaff;
}

.pop {
	position: relative;
	white-space: nowrap;
}

.pop .preview {
	display: none;
	position: absolute;
	padding: 3px;
	background: #eee;
	border: 1px solid #7ba0c6;
	bottom: 2.4em;
	left: -15px;
}

.preview .triangle {
	position: absolute;
	bottom: -19px;
	left: 10px;
}

.pop:hover .preview {
	display: block;
}

