
img.subImage, img.subImageSelected{
	height: 40px;
	width: 40px;
	margin: 11px 16px 11px 16px;
	cursor: pointer;	
}

.subImageContainer{
	background-image:url("../img/product_image_border.png");
	
	height:63px;
	width:73px;
	margin-bottom:10px;
}

img.selectedImage{
	height: 195px;
	width: 195px;
	margin:20px;
	cursor: pointer;
}


.mainText{
	padding-right:90px;
	padding-left:30px;
	width: 345px;
	line-height: 18px;
	text-align:justify;	
	font-size:11px;
	height:278px !important;
	overflow:auto !important;
}

#main_text_container{	
	height:300px !important;
	overflow:auto !important;
}

#productNavLink{
	padding-right: 10px;
	margin-right: 10px;
	font-weight:bold;
	text-decoration:none;
	color:black;
	font-size:0.9em;
}

#productNavLink:hover{
	color:green;
}

.hidden{
	display:none;
}

img {
	border:none;
}

table.fileTable{
	width: 80%;
	position:relative;
}

th.fileTableHeader h4{
	background-image:url("../img/black_bar.png");
	background-repeat:repeat-x;
	height:19px;
}

#categories{
	margin-left:auto;
	margin-right:auto;
	margin-top:65px;
	width:900px;
	padding-left:40px;
}

#categories td{
	width:171px;
	height:44px;
	background-image:url("../img/category_tab_shadow.png");
	background-repeat:no-repeat;
	padding-right:65px;
	padding-bottom:40px;
}

#categories a:link, #categories a:visited{
	color:#0e2329;
	font-family:Arial Black, Helvetica, sans-serif;
	/*font-weight:bolder;*/
	text-decoration:none;
	font-style:normal;
}

#categories a:hover{
	color:#0ab058;
}

select{
	width: 155px;	
}

.categoryHeader{
	left:250px;
	position:absolute;
	top:33px;
	width:600px;
}

/** New Product Items Page **/
#bottom_text{
		position:relative;
		top:5px;
		left:40px;
		width:90%;
		min-height:520px;
		padding-right:25px;
		padding-top:45px;
		padding-bottom:75px;
		z-index:100;
	}
	
	#bottom_text_bg{
		position: absolute; width: 929px; top: 0pt; z-index: 1; height: 87%; background: url(/img/product_new_table_bottom_1.png) repeat scroll 0pt 0pt transparent;z-index:1;
	}
	
	#bottom_text_wrapper{
		background:url(/img/product_new_table_bottom_2.png) no-repeat 0 bottom;/*height:533px;*/margin:0 auto;width:930px;position:relative;		
	}
	
	#enlarge_link{
		font-size:12px;
		text-decoration:none;
	}
	ul.productNavLinks{
		width:100%;display:inline;position:relative;top:12px;width:100%;
	}
	ul.productNavLinks li{
		display:inline;
		position:relative;
	}
	
	ul.productNavLinks a{
		font-family:Arial Black, Arial, Helvetica, sans-serif;
		text-decoration:none;
	}
	
	ul.productNavLinks a:hover{
		color:green;
		text-decoration:none;
	}
	
	ul.productNavLinks a.small{
		font-size:10px;
	}
	
/** Groove **/
ul.grooveLinks{
	list-style-type:none;font-size:0.87em;position:absolute;top:50px;left:-45px;
}
ul.grooveLinks li{
	padding:1px;
}
ul.grooveLinks img.font{
	padding:5px;
}	

/** Product Detail **/
.product-detail{}


.product-detail .top{
	background:url(/img/product_new_table_top.png) no-repeat;
	height:530px;
	width:930px;
	margin:0 auto;
	text-align:center;
}

.product-detail #selected_image{
	max-height:490px;
	max-width:930px;
}

.product-detail .product-name{
	/*position:absolute;top:43px;
	left:60px;
	width:250px;*/
	height:40px;
	line-height:40px;
	width:890px;;
	text-align:left;
	background:#000;
	padding-left:40px;
}

.product-detail .slides
{
	width:931px;
	height:89px;
	margin:0 auto;
	background:#000;
	border-top:1px solid #838383;
}

.product-detail .slides .left.disabled,
.product-detail .slides .right.disabled{
	visibility:hidden;
}

.product-detail .slides .left{
	width:40px;
	height:100%;
	float:left;
	display:block;
	background:url(/img/green-arrow-left.png) no-repeat center center;
}

.product-detail .slides .right{
	width:40px;
	height:100%;
	float:right;
	display:block;
	background:url(/img/green-arrow-right.png) no-repeat center center;
}

.product-detail .slides .images{
	width:846px;
	height:100%;
	clear:none;
	margin:0 auto;
	
	position:relative;
	overflow:hidden;
	border-left:1px solid #838383;
	border-right:1px solid #838383;
}

.product-detail .slides .images .items
{
	position:absolute;
	width:5000000em;
}

.product-detail .slides .images .image-item
{
	width:169px;
	height:104px;
	text-align:center;
	line-height:104px;
	float:left;
	border-right:1px solid #838383;
	display:block;
}

.product-detail .slides .images .image-item img{
	max-width:169px;
	max-height:104px;
}

