body{
	margin: 0;
	padding: 0;
}

/*BBO POPUP*/
#bbopopup {
    display: none;
    width: 960px;
    height: 450px;
    margin: 0 auto;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -480px;
    margin-top: -225px;
    z-index: 999999999;
}
#bbomask {
    display: none;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: black;
    position: fixed;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0;
    z-index: 99999999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
}
#closepopup {
    display: block;
    width: 960px;
    height: 40px;
}
.closepopupx {
    display: block;
    width: 60px;
    height: 40px;
    float: right;
    text-align: center;
    color: #555;
    background: #fff;
    font-size: 24px;
    line-height: 40px;
    font-family: arial;
    cursor: pointer;
}
.closepopupx:hover {
    color: #000;
    background: #eee;
}
#BBO_iframeContent {
    display: none;
    width: 960px;
    height: 410px;
}
/*STOP BBO POPUP*/


#pcontent,#n_pcontainer{
	display: block;
	width: 960px;
	margin: 0 auto;	
	background: #fff;
}

.ptitle{
	display: block;	
	padding-top: 24px;
	text-align: center;	
}
.ptitletext{
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 4px;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size: 26px;
	line-height: 36px;
	font-style: italic;	
	color: #000;
	border-bottom: 1px solid #000;
}
.videolink{
	cursor: pointer;
}






.bannercontainer{
	display: block;
	margin-top: 10px;
	margin-bottom: 4px;
	border: 1px solid #000;
}
.bannercontainer img{
	display: block;
}
.bleft{
	display: block;
	background: #fff;
	float: left;
	width: 50%;	
	min-height: 160px;
	overflow: hidden;
}
.bright{
	display: block;
	background: #fff;
	float: right;
	width: 50%;	
	min-height: 160px;
	overflow: hidden;
}
.bfull{
	display: block;
	overflow: hidden;
}

























.tabcontainer{
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}
.tabmenu{
	display: table;
	width: 100%;
}
.tabbutton{
	display: table-cell;
	padding-top: 16px;
	padding-bottom: 16px;
	font-family: arial;
	font-size: 14px;
	text-align: center;	
	vertical-align: middle;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	cursor: pointer;
}
.tabbutton:hover{
	background: #eee;
}
.tabmenu > .tabbutton:first-child {
    border-left: 1px solid #000;
}
.butactive{
	background: #eee;	
}
.tabcontent{
	display: none;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	font-family: arial;
}
.tabactive{
	display: block;	
}

.tabcontentitem{
	display: block;	
	float: left;
}
.prodimage{
	display: block;
	text-align: center;
}
.prodimage img{
	display: block;
	width: 100%;
	max-width: 220px;
	margin: 0 auto;
}

.prodname{
	display: block;
	padding: 12px;
	text-align: center;
	background: #eee;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
}
.prodtext{
	display: block;
	padding-left: 14px;
	padding-right: 14px;
	text-align: center;
	background: #fff;
	vertical-align: middle;
	font-size: 13px;
}

.clear{
	display: block;
	clear: both;
	
}

.download{
	display: block;
	text-align: right;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-family: arial;
}
.download span{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	margin-top: 10px;
	color: #555;
}
.download a{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	background: #eee;
	font-size: 14px;
	margin-left: 12px;	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px;	
}
.download a:hover{
	background: #ccc;
}















