* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/bg_body.gif);
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
.black {
	color: #000;
}
.red {
	color: #f00;
}
.btop {
	background-image: url(images/bg_body_top.gif);
	height: 50px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #fff;
	clear: both;
}
.clearb {
	clear: both;
}

.container {
	margin: auto;
	width: 980px;
}
.panel {
	float: left;
	height: 20px;
	width: 980px;
}
.panel .cell {
	float: left;
	height: 20px;
	width: 20px;
}
.panel .ctop {
	float: left;
	background-image: url(images/pnl_topctr.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 940px;
}
.panel .cbot {
	float: left;
	background-image: url(images/pnl_botctr.gif);
	background-repeat: repeat-x;
	width: 550px;
	padding-left: 370px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.content {
	float: left;
	width: 980px;
	background-image: url(images/pnl_bg.gif);
	background-repeat: repeat-y;
}
.content .colleft {
	float: left;
	width: 350px;
	padding-left: 40px;
}
.content .colleft .header {
	float: left;
	height: 99px;
	width: 340px;
	background-image: url(images/bg_hdr.gif);
	background-repeat: repeat-x;
	padding-top: 81px;
	padding-left: 10px;
	margin: 0px;
}
.content .colleft .nav {
	float: left;
	background-image: url(images/bg_nav.gif);
	background-repeat: no-repeat;
	width: 330px;
	background-color: #000;
	background-position: left top;
	padding: 10px;
	text-transform: uppercase;
	font-size: 10px;
}
.content .colleft .nav ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.content .colleft .nav li.selected {
	color: #f90;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-color: #111;
}
.content .colleft .nav li a {
	display: block;
}
.content .colleft .nav li a {
	color: #999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	width: 310px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-color: #000;
}
.content .colleft .nav li a:hover {
	color: #f90;
	border-bottom-color: #666;
	background-color: #111;
}
.content .colleft .address {
	float: left;
	width: 310px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 120px;
	padding-left: 20px;
	background-image: url(images/adr_bg.gif);
	background-position: 0px 323px;
	background-repeat: repeat-x;
}
.content .colright {
	float: left;
	width: 590px;
}
.content .colright .jargon {
	float: left;
	height: 70px;
	width: 550px;
	background-image: url(images/bg_jargon.gif);
	background-repeat: repeat-x;
}
.content .colright .jargon .www {
	float: left;
	height: 34px;
	width: 500px;
	padding-top: 16px;
	padding-right: 50px;
	text-align: right;
}
.content .colright .jargon .slogan {
	float: left;
	height: 50px;
	width: 413px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 112px;
}
.content .colright .jargon .cell {
	float: left;
	height: 70px;
	width: 25px;
}
.content .colright #flash {
	float: left;
	height: 360px;
	width: 550px;
	text-align: center;
}
.content .featured {
	float: left;
	background-image: url(images/bg_featured_item.gif);
	background-repeat: repeat-x;
	width: 550px;
}
.content .featured .cell {
	float: left;
	width: 550px;
	height: 25px;
	background-image: url(images/bg_topfeat.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.content .featured .item {
	float: left;
	width: 550px;
	padding-top: 60px;
}
.content .featured .item .square {
	float: left;
	padding: 20px;
}
.content  .featured  .item  .squareright {
	float: right;
	padding: 20px;
}
.detail {
	float: left;
	width: 575px;
	margin-left: -75px;
	z-index: 999;
	position: relative;
	background-image: url(images/bg_detail.gif);
	background-repeat: no-repeat;
	padding: 25px;
	background-color: #fff;
}
.detail .sold {
	background-color: #FF9900;
	padding: 5px 10px;
}

.detail .flvplayer {
	float: left;
	width: 400px;
	background-image: url(images/player.gif);
	background-repeat: no-repeat;
	height: 385px;
	padding-top: 15px;
	padding-right: 100px;
	padding-left: 100px;
	background-position: 85px 0px;
	text-align: center;
}
.detail .flvplayer #movie {
	float: left;
	height: 320px;
	width: 400px;
}
.detail .movieinfo {
	float: left;
	width: 400px;
	text-align: center;
	color: #666;
	font-size: 15px;
	margin-top: -45px;
	z-index: 9999;
	padding-right: 85px;
	padding-left: 85px;
}
.detail .movieinfo a {
	font-size: 12px;
	text-decoration: none;
}
.detail h1 {
	font-size: 25px;
	margin-bottom: 50px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #f60;
}
.detail h2 
{
	padding-top:10px;
	margin:0px;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-bottom: 5px;
	clear: both;
}
.detail h3 {
	font-size: 20px;
	color: #666;
	font-weight: normal;
	clear: both;
	margin-bottom: 10px;
}
.detail h4 {
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #c60;
}
.detail p {
	color: #888;
	margin-bottom: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 20px;
}
.detail p.clearb {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -20px;
	margin-left: 0px;
}
.detail a {
	color: #09c;
}
.detail b {
	color: #000;
}
.detail .img 
{
	background-color: #f0f0f0;
	padding: 10px;
	border: 1px solid #ddd;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 7px;/**/
}
.detail .img2 {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 7px;
}
.detail .links {
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
	font-size: 11px;
}
.detail .links td {
	padding: 10px;
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
	width: 200px;
}
.detail table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-left-color: #ccc;
	color: #666;
}
.detail table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	padding: 5px;
}
.panel .cbot .foot {
	background-color: #000;
	background-image: url(images/bg_footleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 550px;
	margin-top: 10px;
}
.panel .cbot .foot .footer {
	background-image: url(images/bg_footright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: 500px;
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #666;
	font-size: 11px;
}
.panel .cbot .foot .footer  a {
	color: #999;
}
#n1{height:0px;visibility:hidden;}
#n2{height:0px;visibility:hidden;}
#n3{height:0px;visibility:hidden;}
#n4{height:0px;visibility:hidden;}
#n5{height:0px;visibility:hidden;}
#n6{height:0px;visibility:hidden;}
#n7{height:0px;visibility:hidden;}
#n8{height:0px;visibility:hidden;}
#n9{height:0px;visibility:hidden;}
#n10{height:0px;visibility:hidden;}

button
{
	font-size:9px;
}
.add1
{
	float:left;
	padding-right:3px;
	margin-top:5px;
}
.add2
{
	margin-top:5px;
}
.addtext
{
	height:60px;
}
.addtext
{
	margin-left:180px;
}


