@charset "utf-8";
/* CSS Document */
.categoryTable,.categoriesTable{
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border-spacing:2em 0.5em;
}
.categoryTableTd,.categoriesTableTd{
	width:180px;
	min-width:180px;
	max-width:180px;!important
	height:190px;
	border:1px solid #c0a264;
	background-color:#333;
	overflow:hidden;
	padding-top:5px;
	padding-bottom:5px;
	
	
}

.categoriesImageHolder, .categoryImageHolder{
	width:	160px;

	position:relative;
	overflow:hidden;
	max-height:149px;!important
	text-align:center;	
	margin-left:auto;
	margin-right:auto;
	border:1px solid #c0a264;
}

.categoriesImageHolder:hover, .categoryImageHolder:hover{
	border:2px solid #c0a264;
}
.categoriesImageHolder img, .categoryImageHolder img{
	width:	160px;
	height:auto;
	position:relative;
	top:0;
	bottom:0;
	margin:auto;
	margin-left:auto;
	margin-right:auto;
	
}
.categoriesTitleHolder{
	text-align:center;
	color: #c0a264;
}
#breadCrumbs{
	margin-top:-20px;
	margin-bottom:20px;
}
#breadCrumbs, #breadCrumbs a{
	color: #c0a264;
}
#breadCrumbs a:hover{
	font-weight:bold;
}
#breadCrumbs img{
	margin-top:10px;
}
#galleryBlurp{
	margin-top:10px;
}
#galleryBlurp p{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
/****************************************************item************************/
#makeMeScrollable{
	border:1px solid #c0a264;
	margin-top:10px;
	padding-bottom:10px;
	background-color: #666;
}
#makeMeScrollable img{
	margin-top:0;
	border:1px solid #c0a264;
	cursor: pointer;
}

#itemImageHolder{
	float:left;
	width:400px;
	height:auto;
	margin-right:15px;
	background-color:#333;
	border:1px inset #c0a264;
	padding-top:10px;
	padding-bottom:10px;
}

#mainItemImageHolder{
	width:380px;
	height:300px;
	overflow:hidden;
	vertical-align:middle;
	position:relative;
	border:1px solid #c0a264;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
}
#itemMainImg{
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	width:380px;
	height:auto;
	
}
.itemSliderImage{
	height:85px;
	width:auto;
}

#itemContent{
	padding:5px;
	width:455px;
	margin-left:425px;
}
#itemContent p {
	margin-bottom:10px;	
}

/****************************************************/