body {
	font-family: "Lucida Grande",lucida,helvetica,sans;
	font-size: 13px;
	color: #333333;
	background-color: #EAE7E2;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

fieldset {
	line-height: 1;
}

.container {
	width: 962px;
	background-repeat: no-repeat;
}
#header {
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	height: 248px;
	background: url("/header.jpg") no-repeat scroll center top #000;
}
#content {
	margin-top: 20px;
	padding: 10px;
	min-height: 400px;
	border: 1px solid #CCCCCC;
	background-color: #fff;
	-moz-border-radius: 8px 8px 2px 8px;
}

#progress {
	background: url("/progress.jpg") no-repeat scroll center top;
	padding-top: 20px;
	height: 373px;
}

.title {
	line-height: 14px;
	padding:  7px 0 5px 7px;
	font-weight: bold;
}

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

.buttons .next {
	float: right;
	background-image: url('/next.gif');
	background-repeat: no-repeat;
	width: 100px;
	border: 0px;
	background-color: #fff;
	cursor: pointer;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #606060;
}

.buttons .previous {
	float: left;
	background-image: url('/previous.gif');
	background-repeat: no-repeat;
	background-position: right;
	border: 0px;
	background-color: #fff;
	width: 100px;
	cursor: pointer;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #606060;
}

input {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #606060;
}
select {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #606060;
}

.next:hover, .previous:hover {
	color: #CC0000;
}
a {
	color:#606060;
	text-decoration: none;
}
a:hover {
	color:#CC0000;
	text-decoration:underline;
}


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

table.list th {
	color: #303030;
	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.gif');
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-left: 8px;
	background-position: 7px 7px;
	font-weight: bold;
	font-size: 1.1em;
	color: #333;
	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: #CC0000;
}


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

fieldset div {
	height: 24px;
}

#head_container {
	width: 1072px;
	height: 248px;
	margin: auto auto;
	font-size: 12px;
	font-family: georgia,trebuchet,serif;
	font-style: italic;
	font-weight: normal;
}

#lang {
	margin-right: 55px;
	margin-top: 16px;
}

#lang a {
	color: #666666;
}

#lang a.active {
	color: #999;
	font-weight: bold;
}

#footer {
	text-align: center;
	color: #c9c9c9;
	width: 100%;
	background-color: #696867;
	margin: auto auto;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer a {
	color: #c9c9c9;	
}

#order_now {
	border: 2px solid #888;
	background-image: url('/cart_go.png');
	background-position: 10px center;
	padding-left: 30px;
	width: 160px;
	color: #666;
	height: 40px;
	font-weight: bold;
	text-align: center;
	font-size: 1.4em;
}


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
