body{
	font-family: Arial,Helvetica,sans-serif;

}

td, input, select, textarea
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px
}

.button
{
	background-color:#C7BDB8;
}

a
{
}

a.login
{
	color: #FFFFFF;
}

h1
{
	font-family: arial, helvetica, sans-serif;
	color: #F17E39;
	font-size: 25px;
	font-weight: 400;
	
}



h2
{
	font-family: arial, helvetica, sans-serif;
	color: #F17E39;
	font-size: 17px;
	font-weight: 700;
}

h3
{
	
	font-size: 14pt;
	
}
h4{
	margin: 10px 0;
}

input.login
{
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	height: 18px;
	width: 98px;
}

input.standard
{
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	width: 200px;
}

td.orange, tr.orange
{
	background-color: #F17E39
}

td.white, tr.white
{
	background-color:#FFFFFF
}

.button
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.txt_heading
{
	font-size:19px
}

.txt_subheading
{
	font-size:13px;
	font-weight:700
}

.txt_small
{
	font-size:12px;
	color:#666666;
}

.txt_alert
{
	color:#CC0000;
	font-weight:700;
}

.txt_red
{
	color:#CC0000;
}

.txt_advice
{
	color:#3C8232;
	font-weight:700;
}

.txt_login
{
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight:700;
}

.txt_white
{
	color: #FFFFFF;
}
table.MsoNormalTable td{
	padding:2px 4px;
}

table.MsoNormalTable .heading td{
	padding:0;
}

/* @group Johnsonbox */

.johnsonbox.orange{
	width: 504px;
	margin: 20px auto;

}

.johnsonbox.orange h1{
	margin-top: 0;
}

.johnsonbox.orange p{
	margin-top: 0;
}

.johnsonbox.orange .johnsonbox-top{
	height: 16px;
	background: url(../images/jb-orange-top.jpg) no-repeat 0 0;
	width: 491px;
	display: block;
	
}

.johnsonbox.orange .johnsonbox-inner{
	background: url(../images/jb-orange-inner.jpg) repeat-y 0 0;
	padding: 10px 25px 5px 25px;
	display: block;
	margin-top: -2px;
}

.johnsonbox.orange .johnsonbox-bottom{
	height: 38px;
	background: url(../images/jb-orange-bottom.jpg) no-repeat 0 0;
	width: 504px;
	display: block;
}


.johnsonbox.yellow{
	width: 490px;
	margin: 20px auto;
}

.johnsonbox.yellow h1{
	margin-top: 0;
}

.johnsonbox.yellow p{
	margin-top: 0;
}

.johnsonbox.yellow .johnsonbox-top{
	height: 12px;
	background: url(../images/jb-yellow-top.jpg) no-repeat 0 0;
	width: 490px;
	
}

.johnsonbox.yellow .johnsonbox-inner{
	background: url(../images/jb-yellow-inner.jpg) repeat-y 0 0;

	padding: 7px 25px;
}

.johnsonbox.yellow .johnsonbox-bottom{
	height: 12px;
	background: url(../images/jb-yellow-bottom.jpg) no-repeat 0 0;
	width: 490px;
	display: block;
}

.johnsonbox.red{
	width: 490px;
	margin: 20px auto;
	background: #ffffe8;
	border: #ff4848 4px solid;

}

.johnsonbox.blue{
	width: 490px;
	margin: 20px auto;
	background: #e8f1ff;
	border: #cc0000 2px solid;
	
}

.johnsonbox.red .johnsonbox-inner{
	padding: 7px 25px;
}

.johnsonbox.blue .johnsonbox-inner{
	padding: 7px 25px;
}

/* @end */
input.btn-proceed-to-confirmation{
	background: url(../images/btn-proceed-to-confirmation.gif) no-repeat 0 0;
	height: 54px;
	display: block;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	width: 327px;
	border: none;
	cursor: pointer;
}

input.btn-proceed-to-confirmation:hover{
	background-position: 0 -54px;
	
}

.dropcaps{
	float:left;
	font-family:'Times New Roman';
	font-size:77px;
	line-height:58px;
	margin-right:2px;
}
ol.graphical,
ul.graphical{
	list-style: none;
	padding: 0;
	margin: 0;	
}

ul.graphical.red-cross,
ul.graphical.green-tick{
	padding: 0 0 0 70px;
}

ul.graphical.red-cross li{
	background:transparent url(../images/bullet/red-cross-felt-pen.gif) no-repeat scroll 8px 4px;
	margin-bottom:10px;
	padding-bottom:5px;
	padding-left:30px;
}

ul.graphical.green-tick li{
	background:transparent url(../images/bullet/green-tick.gif) no-repeat scroll 0 0;
	margin-bottom:10px;
	padding-bottom:5px;
	padding-left:30px;
	padding-top:2px;
}

ol.graphical li{
	margin-bottom:10px;
	padding-bottom:5px;
	padding-left:30px;
	padding-top:2px;
}

ol.graphical li.num-1{
	background: url(../images/bullet/list-number01.png) no-repeat 0 0;
}

ol.graphical li.num-2{
	background: url(../images/bullet/list-number02.png) no-repeat 0 0;
}

ol.graphical li.num-3{
	background: url(../images/bullet/list-number03.png) no-repeat 0 0;
}

ol.graphical li.num-4{
	background: url(../images/bullet/list-number04.png) no-repeat 0 0;
}

ol.graphical li.num-5{
	background: url(../images/bullet/list-number05.png) no-repeat 0 0;
}

ol.graphical.blue-num{
	padding: 0 0 0 70px;
}

ol.graphical.blue-num li{
	padding: 4px 0 10px 40px;
}

ol.graphical.blue-num li.num-1{
	background: url(../images/bullet/num-1.gif) no-repeat 0 0;
}

ol.graphical.blue-num li.num-2{
	background: url(../images/bullet/num-2.gif) no-repeat 0 0;
}

ol.graphical.blue-num li.num-3{
	background: url(../images/bullet/num-3.gif) no-repeat 0 0;
}

h3.youtube, td.youtube { text-align: center; }
td.youtube { padding-bottom: 2ex; }
#choose-currency-form select { font-weight: bold; background-color: #fbec5d; }
