body {
	background-image: url('/suik1.jpg');
	background-repeat: no-repeat;
	background-position: center top; 
	background-color: #211e1f; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #fff;
}

.container {
	background-repeat: no-repeat;
}
#header {
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	padding-top: 100px;
	height: 130px;
	font-size: 0.95em;
}

#header a, #header a:hover, #header a:active, #header a:visited {
	color: #000;
}

#content {
	min-height: 400px;
}

#progress {
	padding-top: 20px;
}

.title {
	color: #fdaf17;
	line-height: 1.4em;
	padding:  7px 0 5px 7px;
	font-weight: bold;
	font-size: 1.3em;
}

.buttons {
	margin-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;

}

.buttons .next {
	float: right;
	background: transparent;
	background-image: url('/next.png');
	background-repeat: no-repeat;
	background-position: 2px 2px;
	width: 110px;
	border: 0px;
	text-align: right;
	cursor: pointer;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
}
.buttons .previous {
	float: left;
	background: transparent;
	background-image: url('/previous.png');
	background-repeat: no-repeat;
	background-position: right;
	border: 0px;
	width: 110px;
	cursor: pointer;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
}

input {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
}
input.text, input[type="text"] {
	border: 1px solid #999;
	color: #000;
}

select {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	border: 1px solid #fff;
}

.next:hover, .previous:hover {
	color: #fdaf17;
}
a , a:active, a:visited {
	color:#fff;
	text-decoration: none;
	text-decoration: underline;
}
a:hover {
	color:#fdaf17;
	text-decoration:none;
}


table.list td {
	padding: 1px 10px 1px 5px;
}

table.list th {
	font-weight: bold;
	color: #fdaf17;
	text-decoration: underline;
}


#progress ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 20px;
/*	border-bottom: solid 1px #D2D2D2;*/

}
#progress li {
	background-image: url('/bullet.png');
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 20px;
	background-position: 0px 7px;
	font-weight: bold;
	font-size: 1em;
	color: #fff;
	border-style: solid solid none;
/*	border-width: 1px 1px 0;*/
	border-color: #D2D2D2 #D2D2D2;
}

#progress li .progress_step {
	padding-left: 8px;
}

#progress li .current_step {
	color: #fdaf17;
}

fieldset {
	border: 1px solid #555;
}

fieldset label {
	width: 250px;
	float: left;
	padding-top: 5px;
}

fieldset div {
	height: 24px;
}

#footer {
	font-size: 10px;
	text-align: center;
	width:950px;
	margin:0 auto;
}

/* Ogone classes */
.ncoltable3 {
	width: 100%;
}

small {
	font-size: 1em;
}

small small {
	font-size: 0.7em;
}

#submit3 {
	margin-left: 50%;
}
#NCOLPP {
	display: none;
}

.ncoltable3 td {
	text-align: right;
}

.ncoltable3 img{
	text-decoration: none;
}
.ncollogoc {
	width: 10%;
}

.ncollogoc a {
	text-decoration: none;
	border: 0px;
}
#order_now {
	border: 2px solid #FDAF17;
	background-image: url('/cart_go.png');
	background-position: 10px center;
	padding-left: 30px;
	width: 160px;
	color: #FFF;
	height: 40px;
	font-weight: bold;
	text-align: center;
	font-size: 1.6em;
}
