body {
	background-color: #4D5874;
	overflow-x: hidden;
}
body, html{
   margin: 0;
   padding: 0;
   margin-top: 10px;
}
div#product {
	width: 740px;
	height: 100%;
	margin: 0 auto;
}
h1 {
   margin:0;
   padding: 0;
   padding-bottom: 10px;
	height: 25px;
	font: .9em "MS PGothic";
	color: #B5BCCE;
	text-align: center;
   background: transparent url(line_long.gif) no-repeat center 15px;
}
div#image {
	width: 705px;
	margin: 0 auto;
	background: transparent url(line_long.gif) no-repeat center 360px;
}
div#image img {
	border: 1px #999 solid;
}
div#image p {
	font: .8em/1.4em "MS PGothic";
	color: #FFF;
}
/*
*/
div#buttons {
	width: 170px;
	height: 20px;
	margin: 0 auto;
	margin-top: 20px;
	background: transparent url(line_90_short.gif) no-repeat center center;
	text-align: center;
}
/*div#buttons img {
	border: none;
}*/
/*
*
* NAV LINKS
*
*/
div#buttons span {
	margin: 0 30px;
	font: .8em "MS PGothic";
}
div#buttons span a {
	text-decoration: none;
}
div#buttons span.btn_off {
	color: #66759B;
}
div#buttons span a:link,
div#buttons span a:visited {
	color: #B3B8C4;
}
div#buttons span a:hover {
	color: #E4937E;
}
/*

*/
table#last_info {
	width: 100%;
	border: 1px #DCDCDE solid;
	border-bottom: none;
	border-right: none;
	font: .8em "MS PGothic";
	color: #fff;
	margin-top: 10px;
}
table#last_info td {
	border: 1px #DCDCDE solid;
	border-top: none;
	border-left: none;
	padding: 5px;
	width: 175px;
	height: 25px;
}
table#last_info td#long_td {
	width: 565px;
}
table#last_info td#long_td a:link, table#last_info td#long_td a:visited {
	text-decoration:none;
	color:#9FA9B6;
}
table#last_info td#long_td a:hover {
	text-decoration:none;
	color:#E4937E;
}
table#last_info td.title {
   background-color: #7F8CA6;
   width: 50px;
   text-align: center;
}
div#cargo {
	width: 705px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}

