.add_cart {
	padding-top: 10px;
	padding-left: 10px;
}
.cross_out {
	text-decoration: line-through;
}
.red_italic {
	font-style: italic;
	color: #FF0000;
}
#detail td {
	padding: 3px;
}
#product_pictures {
	position: absolute;
	top: 350px;
	left: 400px;
	margin: 10px 0px 0px 10px;
	width: 150px;
}
#product_pictures img {
	margin: 5px 0px;
}
#description {
	position: absolute;
	width: 410px;
	top: 240px;
	left: 0px;
}
#description img {
	margin: 0;
	padding: 0;
}
#product_bot {
	width: 230px;
	position: absolute;
	left: 310px;
	top: 45px;
}
#main ul {
	font-weight: bold;
}
#main li {
	margin: 5px 20px 5px 0px;
	width: 260px;
	vertical-align: top;
}	
.product_box {
	width: 525px;
	margin: 10px 0px 10px 20px;
	clear: both;
}
.product_box p {
	padding-left: 256px;
}
.product_box h2{
	padding-top: 10px;
}
.order {
	position: absolute;
	top: 176px;
	left: 520px;
	width: 220px;
	float: right;
	text-align: center;
	padding: 0 0 2px 0;
	margin: 0px 20px 0px 5px;
	font-weight: bold;
	font-size: 10px;
	border-bottom: 2px solid #822e10;
}
.order_international {
	display: block;
	position: absolute;
	top: 193px;
	left: 520px;
	width: 220px;
	text-align: right;
	font-size: 10px;
	padding: 0;
	margin: 2px 20px 5px 5px;
	clear: both;
	float: right;
	z-index: 900;
}
