@charset "utf-8";

#ordercontain {
	border-top:1px solid #fff;
	margin:0px auto;
	width:560px;
	}

#explanation {
	text-align:left;
	margin:25px 0 0;
	}
	
p {
	margin:1em 0;
	}
	
form {
	text-align:left;
	background-color:#727272;
	width:510px;
	margin:25px 0 50px;
	padding:20px 25px;
	}
	
form p {
	margin:0;
	}
	
#ordertitle {
	color:#fff;
	margin:-8px 0 0 -10px;
	float:left;
	background:url(../images/form_order.gif) no-repeat;
	text-indent:-9999px;
	width:190px;
	height:29px;
	}
	
* html #ordertitle {
	margin:-8px 0 0;
	}
	
#order_name {
	margin:0 0 -3px;
	float:right;
	background:url(../images/form_name.gif) no-repeat;
	text-indent:-9999px;
	width:70px;
	height:26px;
	}
	
#phone {
	margin:0 0 -3px;
	float:right;
	background:url(../images/form_phone.gif) no-repeat;
	text-indent:-9999px;
	width:178px;
	height:26px;
	}
	
#order_email {
	margin:0 0 -3px;
	float:right;
	background:url(../images/form_email.gif) no-repeat;
	text-indent:-9999px;
	width:74px;
	height:26px;
	}
	
#address {
	margin:-6px 0 0;
	background:url(../images/form_address.gif) no-repeat;
	text-indent:-9999px;
	width:188px;
	height:26px;
	}
	
.input_width {
	width:150px;
	}
	
#textarea_address {
	width:245px;
	height:30px;
	padding:2px 0 2px 5px;
	}
	
#ordercontain input, #ordercontain textarea {
	font:12px "Lucida Grande", verdana, helvetica, sans-serif;
	}
	
#order_table {
	clear:both;
	width:510px;
	border-collapse:collapse;
	text-align:left;
	margin:20px 0 10px;
	color:#fff;
	}
	
#order_table a:link, #order_table a:visited {
	color:#fff;
	text-decoration:none;
	}
	
#order_table a:hover {
	color:#fff;
	text-decoration:underline;
	}
	
#order_table a:link img, #order_table a:visited img {
	border-left:none;
	border-top:none;
	border-bottom:1px solid #727272;
	border-right:1px solid #727272;
	}
	
#order_table a:hover img {
	border-color:#fff;
	}
	
tr.first td, tr.first th {
	border-top:1px solid black;
	}

td, th {
	padding:3px 5px;
	}
	
td.price, td.single_cell_price {
	text-align:right;
	}
	
.float_right {
	float:right;
	}

.thumb_width {
	position:relative;
	width:35px;
	}

.thumbnail {
	position:absolute;
	top:-4px;
	left:-5px;
	}
	
.thumbnail_single {
	position:absolute;
	top:5px;
	left:-5px;
	}
	
.thumb_width_single {
	position:relative;
	width:35px;
	height:44px;
	}
	
#single_item td {
	vertical-align:top;
	}
	
.single_cell, .single_cell_price {
	padding-top:6px;
	}
	
#textarea_message {
	margin:0px 0px;
	padding:10px;
	width:487px;
	}
	
.bottom_margin {
	margin:1em 0 20px;
	}