@charset "UTF-8";
/* CSS Document */
.productWP{
	width:720px; 
	position:relative;
	padding-top:10px;
	background-color:#FFF;
}

div.pr_container{
	background-color:#fff;
	float: left;
	position: relative;
	width: 720px;
}

div#pr_logger{
	float: left;
	height: 100px;
	position: relative;
	width: 150px;
	padding:20px 15px 0px 15px ;
}

div#pr_menu{
	border-top:1px solid #3399cc;
	height: 28px;
	position: relative;
	width: 700px;
	background-color:#3399cc;
	padding-left:20px;
}

div#pr_menu ul{
	list-style:none;
	display:inline;
}

div#pr_menu li{
	display:inline;
}

.pr_menu_item{
	cursor:pointer;
	height:29px;
	width:135px;
	text-align:center;
	padding-top:5px;
	font-weight:bold;
	float:left;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.pr_menu_item_sel{
	background-color:#fff;
	color:#3399cc;
}

.pr_content{
	width: 690px;
	padding:15px;
}

.pr_content ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:13px;
	margin-left:15px;
	color:#666;
}

.pr_text{
	float: left;
	height: 80px;
	padding: 0px 10px;
	margin: 10px 0px;
}
.pr_text_border{
	width:160px;
	float: left;
	height: 80px;
	border-left: 1px dotted #cccccc;
	padding: 0px 10px;
	margin: 10px 0px;
}
.productbody{
	width:720px;
}
.productText{
	float:left;
	width:500px;
	padding-left:20px;
}
.productImg{
	float:left;
	width:165px;
	margin:0px 20px 0px 10px;
}
/*accordion tab 1*/
div.accordion {
	width:650px;
	position: relative;
}
div.accordion .pr_accordion_toggle{
	padding-left:15px;
	text-align:left;
	width:650px;
	height:20px;	
	cursor:pointer;

	position: relative;
	z-index: 10; 
	background: #fff;
	background-image:url(../assets/arrowacc_off.gif);
	background-repeat:no-repeat;
}
div.accordion .pr_accordion_toggle_active{
	background-image:url(../assets/arrowacc_act.gif);
	width:650px;
}
div.accordion .pr_accordion_content{
	padding-left:15px;
	overflow:hidden;
	width:650px;
}
