/*--------------------------------SUBPAGES TABLE--------------------------*/
/*You will have to provide appropriate color scheme*/
.Product .SubPages
{
	display: block;
	width: 640px;
	clear: both;
	font: normal 11px verdana, sans-serif;
	color: #000;
	/*border: 1px solid #ddd;*/
	background: none;
	margin: 10px 10px 0 0;
}
.Product .SubPages .hdr
{
	display: block;
	font: normal 14px verdana, sans-serif;
	color: #000;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}

.Product .SubPages .hdr td
{
	padding: 2px 5px;
}

.Product .SubPages .body tr .first
{	
	text-align: left;
}

.Product .SubPages .body td
{
	border: 0px;
	padding: 2px 5px;
}

.Product .SubPages img
{
	padding-right: 5px;
	float:left;
}
.Product .SubPages .name
{
	font: 11px arial, verdana, sans-serif;
    color: #4157a2;
    text-decoration: underline;
    display: block;
}
.Product .SubPages .name:hover
{
	color: #a30234;
}
.prod-img
{
	width:312px;
	border: solid 1px #b4c0b9;
}
.prod-img-func
{
	width:302px;
	border-bottom: solid 1px #b4c0b9;
	border-left: solid 1px #b4c0b9;
	border-right: solid 1px #b4c0b9;
	text-align: center;   
	padding: 5px;
}
#scrollPanel
{
	width: 230px;
	overflow: hidden;
}
.but-viewlg
{
	float: right;
	border: solid 1px #ccc;
	width: 41px;
	height: 51px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background: url(../images/but_lrgr.gif) no-repeat 0 0;
	padding: 0;
	margin: 0 0 0 3px;
	z-index: 1;
}
.but-viewlg:hover
{
	background: url(../images/but_lrgr_f2.gif) no-repeat 0 0;
}
.but-viewr
{
	float: right;
	border: solid 1px #ccc;
	width: 9px;
	height: 51px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background: url(../images/arr_img_r.gif) no-repeat 0 0;
	padding: 0;
	margin: 0;
}
.but-viewr:hover
{
	background: url(../images/arr_img_r_f2.gif) no-repeat 0 0;
}
.but-viewl
{
	float: left;
	border: solid 1px #ccc;
	width: 9px;
	height: 51px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background: url(../images/arr_img_l.gif) no-repeat 0 0;
	padding: 0;
	margin: 0;
}
.but-viewl:hover
{
	background: url(../images/arr_img_l_f2.gif) no-repeat 0 0;
}
.but-view
{
	float: left;
	border: solid 1px #fff;
	width: 40px;
	height: 51px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background: url(../images/arr_img_l.gif) no-repeat 0 0;
	padding: 0;
	margin: 0;
}
.but-view:hover
{
    text-decoration: none;
    border: solid 1px #ccc;
}
