@charset "utf-8";
/* CSS Document */

#helper {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: -10;
}

#page #content #buy_panel {
	font-size: 15px;
	color: #555555;
	background-color: #FFF;
}
#page #content #buy_panel .buy_panel_border {
	padding-right: 20px;
	padding-left: 20px;
}
#page #content #buy_panel h1 {
	font-size: 18px;
	font-weight: normal;
	float: left;
}
#page #content #buy_panel .buy_panel_border #amount_ .amount_value {
	font-size: 18px;
	font-weight: normal;
}
#page #content #buy_panel .buy_panel_border #amount_ {
	background-image: url(http://2dbin.com/designes/2dbin/images_home/amount_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 45px;
	line-height: 45px;
	float: right;
}
#page #content #buy_panel #order {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
#page #content #buy_panel #order #buy_form #qty_line  {
	width: 170px;
	margin-right: auto;
	margin-left: auto;
}

#page #content #buy_panel #order #buy_form #qty {
	font-size: 15px;
	color: #252525;
	background-color: #fffde8;
	height: 15px;
	border: 1px solid #737373;
	display: inline;
	width: 80px;
	text-align: center;
	padding: 5px;
}

#page #content #buy_panel #order #buy_form #minus {
	display: inline;
	float: left;
}
#page #content #buy_panel #order #buy_form #plus {
	display: inline;
	float: right;
}
#page #content #buy_panel #order .splitter {
	height: 24px;
}
#page #content #buy_panel #order #buy_form #topay_table {
	background-image: url(http://2dbin.com/designes/2dbin/images_home/topay_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 312px;
	background-color: #fffde8;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#page #content #buy_panel #order #buy_form #topay_table .topay_border {
	padding-right: 50px;
	padding-left: 50px;
}
#page #content #buy_panel #order #buy_form #topay_table .topay_border .topay_splitter {
	background-image: url(http://2dbin.com/designes/2dbin/images_home/topay_splitter.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 18px;
}
#page #content #buy_panel #order #buy_form #topay_table .name {
	float: left;
	width: 120px;
}
#page #content #buy_panel #order #buy_form #topay_table .value {
	text-align: right;
	float: right;
	width: 80px;
}
#page #content #buy_panel #order #buy_form #topay_table #topay_total_splitter {
	background-image: url(http://2dbin.com/designes/2dbin/images_home/topay_total_splitter.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 32px;
}

