/************************************************************
Zaypay Payalogue Stylesheet 
Target: Screen
Author: Zaypay
************************************************************/

* {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
}
a:link, a:visited {
	
}
a:active, a:focus {
	outline: 0;
}
img {
	border: 0px;
}
body {
	background-color: #666;
}


/************************************************************

* Positioning

************************************************************/
#container {
	height: 412px;
	width: 547px;
	border: 1px solid #ddd;
	margin: 0px auto;
	position: relative;
	background: #FAFAFA url(/images/payalogue/body-bg.jpg) repeat-x;
	font: 11px/16px "Lucida Grande", Verdana, sans-serif;
}
#header {
	margin-bottom: 15px;
}
#language {
	margin-left: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}
#country {
	float: right;
	margin-right: 16px;
}
.footnote a {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: url(/images/payalogue/powered.gif);
	height: 26px;
	width: 86px;
	text-indent: -4000px;
	display: block;
}
.payalogue_name {
	font-weight: bold;
	font-size: 14px;
}

/************************************************************

* Infotable

************************************************************/
.infotable {
	margin: 16px;
	background: #ffffff;
	border: 1px solid #C8C8C8;
}
.infotable td {
	vertical-align: top;
	padding: 3px;
}
.infotable th {
	text-align: left;
	vertical-align: top;
	padding-top: 3px;
	padding-left: 8px;
	padding-right: 16px;
	text-transform:capitalize;
}
.red-cell {
	background: #CC0000;
	font-weight: bold;
	color: #FFFFFF;
}

/************************************************************

* Button styles

************************************************************/
#logo a {
	background: url(/images/payalogue/logo.jpg);
	height: 48px;
	width: 129px;
	display: block;
	text-indent: -4000px;
}
.close a {
	float: right;
	text-indent: -4000px;
	display: block;
	height: 13px;
	width: 13px;
	background: url(/images/payalogue/btn-close.gif) no-repeat left top;
	margin-top: 10px;
	margin-right: 10px;
}
.close a:hover {
	background: url(/images/payalogue/btn-close.gif) no-repeat left -27px;
}
.btn-phone_mobile a, .btn-phone_landline a, .btn-phone a {
	text-decoration: none;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #C1C1C1;
	background: #FFFFFF url(/images/payalogue/btn-phone.gif) no-repeat 6px center;
	padding: 5px 20px 5px 48px;
	margin-left: 90px;
	margin-top: 4px;
	width: 145px;
	display: block;
}
.btn-phone_landline a {
	background: #FFFFFF url(/images/payalogue/btn-landline.gif) no-repeat 6px center;
}
.btn-phone_mobile a:hover, .btn-phone_landline a:hover, .btn-phone a:hover, .btn-phone a:hover,
.btn-sms a:hover {
	color: #333333;
	text-decoration: underline;
	border: 1px solid #7D7D7D;
}
.btn-sms a {
	text-decoration: none;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #C1C1C1;
	background: #FFFFFF url(/images/payalogue/btn-sms.gif) no-repeat 6px center;
	margin-top: 4px;
	padding: 5px 20px 5px 48px;
	margin-left: 90px;
	width: 145px;
	display: block;
}
.btn-back a {
	margin-left: 92px;
	border: 1px solid #D6D6D6;
	background: #FFFFFF url(/images/payalogue/arrow-back.gif) no-repeat 5px center;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	height: 40px;
	padding: 6px 6px 6px 24px;
}
.btn-back a:hover {
	border: 1px solid #B4B4B4;
	color: #333333;
	background: #F7F7F7 url(/images/payalogue/arrow-back.gif) no-repeat 5px center;
}
.btn-fwd a {
	margin-left: 92px;
	border: 1px solid #D6D6D6;
	background: #FFFFFF url(/images/payalogue/arrow-fwd.gif) no-repeat 5px center;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	line-height: 40px;
	height: 40px;
	padding: 6px 6px 6px 24px;
}
.btn-fwd a:hover {
	border: 1px solid #B4B4B4;
	color: #333333;
	background: #F7F7F7 url(/images/payalogue/arrow-fwd.gif) no-repeat 5px center;
}

.payment_method_title {
	font-size: 11px;
	font-weight: normal;
}

#instructions .shout {
	font-weight: bold;
}

/************************************************************

* Progress

************************************************************/
#progress {
	font-size: 11px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#progress table, #progress table tr, #progress table tr td {
	border: none;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

#progress_a {
}
#progress_b {
	background-color: #fff;
	border: 1px solid #cacaca;
}
#progress_c {
	color: #000;
	background-color: #aa0000;
	padding: 0 2px ! important;
	/*background: #ddd url(/images/payalogue/progressbar.gif) repeat-x fixed top left;*/
}

/************************************************************

* Form items

************************************************************/
form { margin: 0; }
.select-country {
	font-size: 11px;
	margin-right: 4px;
}
.select-language {
	font-size: 11px;
}

/************************************************************

* Miscellaneous

************************************************************/
.clear {
	clear: both;
}
.right-arrow {
	background: url(/images/payalogue/arrow-right.gif);
	height: 14px;
	width: 14px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.highlight {
	font-weight: bold;
	color: #CC0000;
}
p {
	font-size: 120%;
	padding: 0 20px;
}
table#questions th {
	padding: 0 20px;
	text-transform:capitalize;
}
#extra_feedback {
	padding: 5px 10px 5px 10px;
	margin: 16px;
	background: #ffffff;
	border: 1px solid #C8C8C8;
  line-height: 110%;
}
