/*Classes for Product Page*/
.all_column_outer {
	border: 1px solid #efeeee;
	background: #ffffff;
	text-align: center;
	padding: 2px;
	vertical-align: middle;
	display: table-cell
}
.nw_tb {
	text-align: justify;
	line-height: 18px;
	margin-left: 3%;
}
.nw_tb p {
	text-align: justify;
	padding-left: 3%;
}
.nw_tb table td {
	padding: 6px;
	border: 1px solid #ddeaf2;
	font-size: 12px;
	line-height: 17px
}
.nw_tb table th {
	padding: 6px
}
.nw_tb table.eq {
	border: 0;
	margin-top: 7px;
	background: #f3fafe
}
.nw_tb table.eq td {
	border: 0;
	padding: 0
}
.nw_tb table {
	background: #fff;
	border: 1px solid #ddeaf2;
	border-collapse: collapse;
	width: 100% !important;
	text-align: left;
	margin-top: 15px;
	clear: left
}
.nw_tb p table {
	background: #fff;
	border: 1px solid #ddeaf2;
	border-collapse: collapse;
	width: 100% !important;
	clear: both;
	margin: 0px auto
}
.nw_tb ul {
	margin: 8px 0 8px 0px
}
.nw_tb ol {
	margin: 8px 0 8px 0px
}
.nw_tb li {
	margin: 0 0 0 25px;
	text-align: left;
	list-style: disc
}
.nw_tb ul li ul li {
	margin: 0 0 0 25px;
	text-align: left;
	list-style: circle
}
.nw_tb ul li ul li ul li {
	margin: 0 0 0 25px;
	text-align: left;
	list-style: square
}
/*Classes for Only Product Name*/
.opn_block ul {
	list-style: none outside none
}
.opn_block ul li {
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 5px 15px;
	width: 182px;
	font-size: 14px;
	background: url(../images/im_split_v10.png) no-repeat;
	background-position: -73px -246px
}
