html {
	margin: 0;
	padding: 0;
}

body {
	margin: 50px auto;
	padding: 0;
	width: 1000px;
	height: 625px;
	font: 82% Verdana, Arial, sans-serif;
	color: #fff;
	background-color: #000;
	z-index: 0;
}
a { color: #fff; }
.copyright { display: none; }
/*.copyright { clear: both; margin-top: 8px; font-size: 8px; clear: both; text-align: center; color: #fff; }
.copyright a { font-size: 8px; clear: both; text-align: center; color: #fff; text-decoration: none; }*/
img { border: none; }

#flash_content {
	visibility: visible;
}

/**
 * ThickBox Forms 
 * Edited by Taylan 20081227
 */
#content_outer {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: no-scroll;
	overflow-x: hidden;
	overflow-y: auto; 
}

#content_inner {
	margin: 10px;
	padding: 0;
	height: 375px;
	width: 660px;
}
 
#header {
	margin: 0 0 15px 0;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px solid #4D4D4D;
}

.line {
	margin: 0 0 15px 0; 
	border: 1px solid #4D4D4D;
}

.headerMessage {
	font-size: 72%;
	padding: 5px;
	background-color: red;
	border: 1px solid #eee;
}
 
.form_table { width: 100%; margin-bottom: 15px;}

.form_thead th{
	padding: 5px 0 5px 0;
	color: #fff;
	/*font-style: italic;*/
	text-transform: uppercase;
	text-align: left;
}

.form_tbody td { padding: 4px 0 2px 0; }


.form_table .input input,
.form_table .input select,
.form_table .inputRequirement input,
.form_table .inputRequirement select {
	padding: 2px;
	font-size: 10pt;
	color: #fff;
	background-color: #000;
	border: 1px solid #fff;
}
.inputRequirement {
	font-size: 8pt;
	font-style: italic;
	color: #ddd;
}
#shopping_cart td{
	font: 78% Verdana;
}
#shopping_cart .shopping_cart_first_row {
	padding-right: 10px;
	width: 105px;
	text-align: center;
}
#shopping_cart .shopping_cart_second_row {
	width: 390px;
	border-bottom: 2px solid #4D4D4D;
}
#shopping_cart .shopping_cart_third_row {
	padding-left: 5px;
	width: 160px;
	border-left: 2px solid #4D4D4D;
	border-bottom: 2px solid #4D4D4D;
}
#shopping_cart .shopping_cart_img {
	width: 105px;
	height: 105px;
	border: 1px solid #fff;
}
#shopping_cart h5{
	font-size: 20px;
	color: #4D4D4D;
}
#shopping_cart .shopping_cart_qty {
	display: inline;
}
#shopping_cart .shopping_cart_qty input{
	border: 1px solid #fff;
	color: #fff;
	background-color: #000;
	font-size: 12px;
}
#shopping_cart_total {
	text-align: right;
	color: #4D4D4D;
}
#shopping_cart_total a {
	color: #4D4D4D;
	text-decoration: none;
	font-style: italic;
}
#shopping_cart_total h3 {
	font-size: 20px;
}

#checkoutBar{ width: 100%; }

#checkoutBar .checkoutBar_td { width: 200px; }

.checkoutBarCurrent {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
.checkoutBarTo {
	font-size: 10px;
	font-weight: bold;
	color: #4D4D4D;
}
.checkoutBarLine_on{
	width: 100%;
	border: 1px solid #4D4D4D;
}
.checkoutBarLine_off{
	width: 1px;
}
.checkoutBarLine_off_small{
	width: 50%;
	border: 1px solid #4D4D4D;
}

#checkout_block_address {
	font: 12px Arial;
	font-weight: normal;
	display: inline;
}

#checkout_payment #comments,
#checkout_payment #agb {
	padding: 5px;
	color: #fff;
	background-color: #000;
	border: 2px dotted #4D4D4D;
}

.checkout_confirmation ,
.account_history {
	width: 100%;
	border: 5px solid #4D4D4D;
	font-size: 8pt;
}
.checkout_confirmation thead th,
.account_history  thead th {
	font-size: 9pt;
	padding: 5px;
	border: 1px solid #4D4D4D;
}
.checkout_confirmation tbody td,
.account_history tbody td{
	padding: 5px;
	border: 1px solid #4D4D4D;
}
