@import url("common/grid.css");
.product-image{
	background:url(../images/bigimg-bg.jpg) no-repeat left top;
	width:342px;
	height:253px;
	padding:9px 9px 9px 9px;
	}
.product-image td{
	width:342px;
	height:253px;
	vertical-align:middle;
	text-align:center;
	}

.td-descriptionbox{
	width:110px;
	padding:0 10px 0 25px;
	border-right:1px solid #dfdfdb;
	}

.list-typ1{
	list-style-type:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
.list-typ1 li{
	background:url(../images/bullet1.gif) no-repeat left 12px;
	padding:5px 0 5px 10px;	
	}

.td-navi-box{	
	padding:0 0 0 15px;
	text-align:right; 
	}
	
.common-btn-typ1{
	background:url(../images/btnbg.gif) repeat-x left bottom #e3f3ff;
	border:1px solid #8ab3d5;
	font-family:Arial, Helvetica, sans-serif;
	color:#256396;
	text-align:center;
	padding:5px 10px;
	width:120px;
	display:block;
	margin-bottom:10px;
	}
.common-btn-typ1:hover{
	background:url(../images/btnbg-hover.gif) repeat-x left bottom #f7ffff;
	color:#008888;
	}
	
/* PRODUCT THUMBNAIL IMAGE CSS
------------------------------------*/
.th_image {
	margin:10px 0px 0 0px;
	position:relative;
	min-height:1px;
	padding:5px 25px;
	
	}
.th_image  img{cursor:pointer;}

.navarrow-left,
.navarrow-right{
	font-size:0px; 
	line-height:0px; 
	overflow:hidden; 
	border:none; 
	display:inline-block;
	text-align:left;
	text-decoration:none;
	text-indent:-99999px;
	background:url(../images/navarrow1.gif) no-repeat;
	width:16px;
	height:80px;
	position:absolute;
	}
.navarrow-left{ background-position:0px -100px; left:0px; top:0px;}
.navarrow-left:hover,
.navarrow-left-active{ background-position:0px 0px; }

.navarrow-right{ background-position:-114px -100px; right:16px; top:0px;}
.navarrow-right:hover,
.navarrow-right-active{ background-position:-114px 0px; }






