
/***PRODUCT PAGE HACKS***/
.product_left {

	float: left;
	padding: 10px 6px 50px 0;
	margin-left: -80px;
	background: url('../images/product_shadow.png') repeat-y right top;
     width:190px;
}
.product_right {
	width: 540px;
	float: left;
	padding: 10px 20px 0 20px;
	height: 1%; /*holly hack for peekaboo bug*/
}
    .product_right h2 {
    	font-weight: bold;
    }

    /***PRODUCT CATEGORY***/
    .prod_cat {
        border-top: 2px solid #FE9536;
        border-bottom: 2px solid #FE9536;
        padding: 10px;
    }
    .prod_cat_bottom {
        border-bottom: 2px solid #FE9536;
        padding: 10px;
    }

    /***PRODUCT DETAIL***/
    .prod_detail {
        border-top: 2px solid #FE9536;
        border-bottom: 2px solid #FE9536;
        padding: 10px;
        width: 650px;
        margin: auto;
        min-height: 200px;
    }
    
    
/***Product Menu***/
.product_menu {
       width:190px;
	min-width: 135px;
	margin: 10px auto;
	padding: 0;
	border-color: #BCD2E6;
	border-width: 1px;
}
.product_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.product_menu img {
	border: none;
} 
.product_menu li {
	padding: 0;
	margin: 0;
	text-align: center;
}
.product_menu li a {
	height: 37px;
	height: 26px;
	text-decoration: none;	
	color: #FEAC63;
	display: block;
	
	background:  url('../images/product_menu.png') 0 -34px;
	padding: 10px 10px 0 10px;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.product_menu li.active  {

	margin-right:-6px;
}


.product_menu li a:hover, .product_menu li.active a {
	background:  url('../images/product_menu.png') no-repeat left top;
	
}

/***PRODUCTS GALLERY***/
#product_view {
	width: 600px;
	margin: auto;
	padding-top: 15px;
	text-align: center;
}

#product_view a {
	color: #000;
}

#product_gallery ul {
	margin: 0;
	padding: 0;
}

#product_gallery li{
	width:241px;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#FFF;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:28px;
}

#product_gallery  a span{
/*\*/
    position:absolute;
	top:160px;
	left:0px;
	width:241px;
	background:#FFF;
	color:#333;
	font-size: 14px;
	text-transform:uppercase;
	border:1px solid #EEE;
	border-width:0 0 5px 0;
}

#product_gallery a:hover span{	
	top:160px;
	left:0px;
	width:241px;
	background:#666;
	color:#fff;
	
	text-transform:uppercase;
	border:1px solid #EEE;
	
	filter: alpha(opacity=80);
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
} 

#product_gallery h2 {
	padding-top: 20px;
	padding-bottom: 10px;
}

#product_view img{
	border:none;
/* delete line above and uncomment this for an inset effect
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
 */
}