@charset "utf-8";

table {text-wrap:unrestricted; word-wrap:break-word;}
#order_form {
	width: 530px;
	height: 340px;
	border: 1px solid #B2B2B2;
	background-color: #F4F4F4;
	position: absolute;
	z-index: 150;
	display: block;
	top: 100px;
	font-size: 10pt;
	text-align: center;
	left: 0px;
	
}
#order_form h1 {
	margin-bottom: 20px;
	font-size: small;
	font-weight: bolder;
}

#order_form table {
	width: 525px;
	table-layout: fixed;
	text-align: left;
	line-height: 20px;
	margin-right: auto;
	margin-left: auto;
	border-collapse:collapse;
	font-size: 9pt;
	margin-top: 20px;
	margin-bottom: 20px;
}
#order_form td {
	width: 330px;

}


#order_form td#first_column {
	width: 120px;
	font-weight: bolder;
}
#order_form tr#header_row {
	font-weight: bold;
}
#order_form  td#merged {
	text-align: center;
	width: 530px;
}





#currency {
	height: 50px;
	width: 300px;
	font-size: 9pt;
	padding-top: 0px;
	margin-top: 20px;
}
#payment_methods {
	height: 150px;
	width: 500px;
}
#payment_methods img {
	margin-left: 10px;
}
#payment_methods p {
	text-align: left;
}
#price {
	width: 530px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
}

#price_table {
	width: 530px;
	height: 340px;
	border: 1px solid #B2B2B2;
	background-color: #F4F4F4;
	position: absolute;
	z-index: 150;
	display: block;
	top: 170px;
	font-size: 10pt;
	text-align: center;
	left: 0px;
	}

#price_table_head {
	background-image: url(../images/table_header_bk_h25.jpg);
	background-repeat: repeat;
	height: 25px;
	width: auto;
	z-index: 160;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2b2b2;
	line-height: 25px;
}

#price h1 {
	margin-bottom: 20px;
	font-size: small;
	font-weight: bolder;
	line-height: 20px;
}
#price   table {
	table-layout: fixed;
	border-collapse:collapse;
	font-size: 9pt;
	height: 260px;
	margin-top: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}




#price tr#header_row {
	vertical-align: top;
	text-align: center;
}

#price tr#header_row2 {
	vertical-align: top;
	text-align: center;
	font-size: 8pt;
}
#header_row2 td {
	font-size: 8pt;
}
#price   td {
	height: 40px;
	line-height: 12px;
	width: 100px;
	text-align: center;
} 
#price td a {font-size: 8pt; line-height: 18px; vertical-align: bottom;}
#price td#first_column {
	width: 100px;
	text-align: left;
}
#summary_table {
	width: 530px;
	height: 400px;
	border: 1px solid #B2B2B2;
	background-color: #F4F4F4;
	position: absolute;
	z-index: 150;
	display: block;
	top: 100px;
	font-size: 10pt;
	text-align: center;
	left: 0px;
}
#summary_table form {
	margin-top: 20px;
	height: 35px;
}

#summary_table h1 {
	margin-bottom: 20px;
	font-size: small;
	font-weight: bolder;
}

#summary_table table {
	width: 525px;
	table-layout: fixed;
	text-align: left;
	line-height: 20px;
	margin-right: auto;
	margin-left: auto;
	border-collapse:collapse;
	font-size: 9pt;
	margin-top: 5px;
	height: 280px;
}
#summary_table td {
	width: 300px;
	background-color: #FFFFFF;
	border: 1px solid #DFDFDF;
}


#summary_table td#first_column {
	width: 200px;
	font-weight: bold;
	background-color: #F4F4F4;
}
#purchase_closeup {
	height: 250px;
	width: 530px;
	border: 1px solid #B2B2B2;
	background-color: #F4F4F4;
	position: absolute;
	z-index: 150;
	display: block;
	top: 100px;
	font-size: 10pt;
	text-align: center;
	left: 0px;
}
#prvacy {
	width: 300px;
	margin-bottom: 20px;
}


#summary_table tr#header_row {
	font-weight: bold;
	font-size: small;
}
