/**
 * @author Tom Blondeau <tom.blondeau@gmx.net>
 *
 * change 09/05/05
 */
 
.invisible {
	display: none;
}

body, td, th, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;

	color: #3b3b3b;
}

input, textarea, select {
	color: black;
}
form {
	display: inline;
	margin: 0;
	padding: 0;
}
/* basic layout definitions BEGIN */
body {
	text-align: center;
	padding: 0;
	margin: 0;
}
#page {
	position: relative;
	width: 469px; 
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#content {
	position: relative;
	display: block;
	width: 440px;
	margin: 25px 0 10px 20px;
	clear: both;
}
/* basic layout definitions END */
/* Standard template BEGIN */
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #3b3b3b;
	
}
#content a {
	color: #460007;
	padding: 0 0 0 8px;
	background: url(../img/_layout/marker_navi.gif) no-repeat left center;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content .back {
	background: url(../img/_layout_neu/marker_back.gif) no-repeat 2px 5px;
}

#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: normal;
	color: #df2027;
	padding: 0;
	margin: 0;
}

#content p {
	margin: 2px 0 10px 0;
}
#content table {
	border: none;
	border-style: none;
	border-collapse: collapse;
	padding: 0;
}
#content td,
#content th {
	border: none;
	border-style: none;
	vertical-align: top;

	font-weight: normal;
	padding: 0;
}
#content th {
	text-align: left;
}
#content hr {
	position: relative;
	/*left: -10px;*/
	display: block;
	height: 3px;
	border: none;
	/*border-top: 1px solid #D8B7B9;
	border-collapse: collapse;*/
	margin: 10px 0;
	background: url(../img/_layout_neu/underline_gr_1.gif) repeat-x;
}
#content h1 {
	display: block;
	width: 440px;
	height: 62px;
	padding: 0;
	margin: 0;
	/*background: url(../img/_layout/popup_head_bg.gif) repeat-x top left;*/
}
.order-step {
	position: absolute;
	top: 33px;
	left: 226px;
	width: 200px;
	text-align: right;
	color: #652e86;
}
.form {
	position:relative;
	display: block;
	width: 380px;
	margin: 20px 0 0 20px;
}
/* Standard template END */

/* Form fields BEGIN */
form {
	margin: 0;
	padding: 0;
}

.controls {
	width: 375px;
	overflow: hidden;
}
.submit, 
.back{
	border: none;
	color: #df2027;
	padding: 0 0 0 8px;
	background: url(../img/_layout_neu/marker_navi.gif) no-repeat 2px 5px;
	text-decoration: none;
}
.submit {
	float: right;
}
.back {
	float: left;
	background: url(../img/_layout_neu/marker_back.gif) no-repeat 2px 4px;
}
/* Form fields END */
/* Select Play BEGIN */
.select_play {
	width: 385px;
}
.select_play .field_date {
	width: 60px;
	height: 35px;
}
.select_play .field_num_select {
	width: 265px;
	height: 35px;
}
.select_play .field_num {
	height: 35px;
}
/* Select Play END */
/* Select Shipping BEGIN */
.select_shipping {
	width: 200px;
}
.select_shipping .field_date {
	width: 60px;
	height: 18px;
}
.select_shipping .field_num {
	height: 18px;
	text-align: right;
}
#content .select_shipping .total_label {
	text-align: right;
}
/* Select Shipping END */
/* Address BEGIN */
.field,
#content .address_table .field {
	border: 1px solid #666666;
	margin: 0 2px 0 0;
	
}
#content .address_table td {
	padding-top: 2px;
	padding-bottom: 2px;
}
#content .address_table th{
	padding: 2px 10px 2px 0;
}
.full,
#content .address_table .full {
	width: 215px;
}
#content .address_table .first {
	width: 50px;
}
#content .address_table .firstsecond {
	width: 170px;
}
#content .address_table .secondthird {
	width: 160px;
}
#content .address_table .third {
	width: 40px;
}
/* Address END */