.category_product{
	width:179px;
	height:179px;
	background-image:url("../img/products_round_white_bg.png");
	background-repeat:no-repeat;
	padding-top:15px;
	padding-right:20px;
	padding-left:10px;
}

.category_product_over{
	width:179px;
	height:179px;
	background-image:url("../img/products_round_white_bg_over.png");
	background-repeat:no-repeat;
	padding-top:15px;
	padding-right:20px;
	padding-left:10px;
}

#outerContent{
	margin-left:auto;
	margin-right:auto;
	background:url("../img/products_bg.png");
	background-repeat:no-repeat;
	width:1024px;
	height:auto;
}


div.subImageContainer{
	height: 60px;
	width: 60px;
	background:url("../img/round_white_small_bg.png");
	background-repeat:no-repeat;
}

div.subImageSelectedContainer{
	height: 60px;
	width: 61px;
	background:url("../img/round_small_bg.png");
	background-repeat:no-repeat;
}

img.subImageSelected{
	height: 53px;
	width: 53px;
	margin: 2px;
	cursor: pointer;
}

img.subImage{
	height: 53px;
	width: 53px;
	margin: 2px;
	cursor: pointer;
}

img.selectedImage{
	height: 300px;
	width: 300px;
	margin:20px;
	cursor: pointer;
}

td{
	/*padding: 15px;
	padding-top:0px;*/
}

td.mainText{
	padding-right:40px;
	padding-left:15px;
	width: 256px;
	line-height: 18px;
	text-align:justify;	
	font-size:11px;
}

td.mainText ul{
	padding-left:15px;
}

#productNavLink{
	padding-right: 10px;
	margin-right: 10px;
	border-right: #b51b1e solid 2px;
	font-weight:bold;
	text-decoration:none;
}

#productNavLink:hover{
	color:red;
}

.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;
	width:600px;
}

.retired td{
	width:179px;
	height:179px;
	background-image:url(/img/products_round_white_bg.png);
	background-repeat:no-repeat;
	/*padding-bottom:25px;
	padding-right:50px;*/
}

.retired .item{
	width:178px;
	padding-bottom:35px;
	padding-left:15px;
	padding-top:15px;
	text-align:center;
}

/** Product Detail **/
.product-detail{
	width:720px;
	float:left;
	margin-left:15px;
}

.product-detail #navHolder{
	margin-bottom:15px;
}

.product-detail .content{
	
}

.product-detail .image-container{
	float:right;
	margin-left:40px;
	margin-bottom:40px;
}

.product-detail .image-container .main-image{
	float:left;
	height: 370px;
    width: 370px;
}

.product-detail .image-container .sub-images{
	float:right;
}
