@charset "UTF-8";
/* CSS Document */


#product_main {
	height: 13px;
}

#product_categories_container {
	padding: 10px 0px 0px 0px;
}

.product_category {
	width: 580px;
	height: auto;
	min-height: 170px;
	border-bottom: 1px solid #d7d7d7;
	position: relative;
}

#product_categories_container p {
	margin: 0px;
}

#product_categories_container .expanded {
	height: auto;
}

#product_categories_container .closed {
	height: 40px;
}

.product_category_image {
	width: 138px;
	height: 137px;
	margin: 0px 0px 0px;
	float: left;
}

.product_category_information {
	width: 410px;
	height: auto;
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	left: 10px;
}

.ie .product_category_information {
	
}

.product_category_information.noImage {
	width: 100% !important;
	left: 0px !important;
}

.product_category_heading {
	color: #666600;
	font-size: 17px;
	font-weight: bold;
	margin: 10px 0px;
}

.closed .product_category_heading {
	background: transparent url(../img/page_layout/arrow_right_large.jpg) no-repeat 6px center;
	padding-left: 27px;
	margin: 18px 0px;
}

.product_category_expand, .product_category_close {
	float: right;
	margin: -30px 0px 10px;
	display: none;
}

#product_categories_container .product_category_expand a, #product_categories_container .product_category_close a {
	color: #666666;
}

#product_categories_container .product_category_close {
	width: 50px;
	border: 1px solid #d7d7d7;
	padding: 4px;
}

#product_categories_container .product_category_close a span {
	color: #666600;
}

.product_category_copy {
	height: auto;
	min-height: 117px;
	line-height: 1.1 !IMPORTANT;
	padding-bottom: 30px;
}

.button {
	background: url(../img/page_layout/mm_button.gif) no-repeat;
	width: 140px;
	margin-top: 0px;
	position: absolute;
	bottom: 4px;
	left: 0px;
	height: 21px;
	color: #FFF !IMPORTANT;
	text-align: center;
	line-height: 21px;
}

a.button:hover {
	background: url(../img/page_layout/mm_button_hover.gif) no-repeat;
}

.button .collections_link {
	color: #ffffff;
	width: 90px;
	margin: 0 auto;
	padding: 4px 0px 0px;
}

a:hover .collections_link {
	color: #fff;
}

.product_category_collection {
	display: none;
	margin-top: 0px;
	text-align: center;
	font-weight: bold;
	color: #999999;
}

.hidden {
	display: none;
}

.visible {
	display: block;
}

.product_category_logo {
	display: inline-block;
	vertical-align: top;
	margin-left: 50px;
	*display: inline;
	zoom: 1;
}

.ie .product_category_logo {

}
