div.boxview {
	height:100%;
	width:99%;
	text-align:left;
	background:white;
	border:2px solid #333335;
}

div.boxview .header{
	height:24px;
	width:100%;
	background: url(../images/box/header.gif) repeat-x center; 
	color: white; 
	font-size:1.2em; 
	font-weight: bold; 
	line-height:24px;
}

div.boxview .header span {
	padding-left: 8px;
}

div.boxview .content {
	color:#333; 
	text-align: justify;
}

div.boxview table {
	width: 100%;
}

#product_body {
	background-color: #FFFFFF;
	font-size: .8em;
	padding: 5px;	
}

div.itemview div.url, div.faqitem div.url {
	display: none;
}

div.itemview {
	/*height:100%;*/
	text-align:left; 
	background:#fff; 
	border:1px solid #5588bb;
	margin: 10px 10px 17px 10px;
	position: relative;
}

div.itemview table.header {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #5588bb;
	font-weight: normal; 
	line-height: 14px;
	font-size: .9em;
}

div.itemview table.header tr{
	background: url(../images/box/TabStrip0.gif) repeat-x top;
}

div.itemview table.header td{
	padding: 6px;	
	color: black;
}

div.itemview table.header td.date{
	width: 130px;
	text-align: right;
	vertical-align: top;
}

div.itemview .content{
	padding: 5px;
	color: black;
	font-size: .9em;
}

.hover {
	background-color: #FF9;
}

.read_full{
	margin-left: 10px;
	color: black;
}

.ui_loading{
	background-image: url(../images/box/ajax-loader.gif);
	width: 128px;
	height: 15px;
}

div.faqitem {
	text-align:left;  
	border:1px solid #5588bb;
	position: relative;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border-top: none;
}

div.faqitem span {
	text-decoration: underline;
}

div.faqitem_header {
   padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border:1px solid #5588bb;
	background: url(../images/box/TabStrip0.gif) repeat-x top;
	margin-top: 15px;
	color: #0d1919;
	font-weight: bold;
}