@charset "UTF-8";

div.block-viewed {
	display: none;
}

.category-products thead {
	border: none;
	margin: 0;
	padding: 0;
}

.category-products th {
	vertical-align: middle;
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding: 0 15px;
}

.category-products td {
	padding-left: 15px;
	height: 25px;
	vertical-align: middle;
}
.category-products tr.even td {
	background: #E7E8E9
}

.category-products table .category {
	width: 245px;
	background-position: left bottom;
}
.category-products table .location {
	width: 115px;
	background-position: center bottom;
}
.category-products table .date {
	width: 175px;
	background-position: center bottom;
}
.category-products table .trainer {
	width: 160px;
	background-position: center bottom;
}
.category-products table .price {
	width: 70px;
	background-position: center bottom;
}
.category-products table .info {
	width: 85px;
	background-position: right bottom;
}
.category-products table .info a {
	display: block;
	color: #000;
	border: none;
	text-decoration: none;
	font-size: 10px;
}

.category-products table .info a.link-more {
	text-indent: 10px;
	height: 18px;
	width: 80px;
	background: url('../images/button-info.png') no-repeat bottom center;
}

.category-products tr.productHead th div {
	position: relative;
	height: 30px;
	line-height: 30px;
}

.category-products  tr.productHead div label {
	display: block;
	background: url('../images/table-filter.png') no-repeat center right;
}
.category-products  tr.productHead div:hover label,
.category-products  tr.productHead div.active label {
	background: url('../images/table-filter_hover.png') no-repeat center right;
}

.category-products tr.productHead th {
	height: 30px;
	background-image: url('../images/tablehead.png');
	background-repeat: no-repeat;
}

.category-products  tr.productHead ol {
	display: none;
	margin: 0;
	padding: 35px 0 0 0;
	position: absolute;
	right: 20px;
	top: 33px;
	z-index:10;
}

.category-products  tr.productHead th:hover ol {
	display: block;
}

.category-products  tr.productHead li {
	color: #FFF;
	margin-top: -40px;
	padding: 0;
	white-space: nowrap;
	background: transparent url("../images/tableToolTip_left.png") no-repeat scroll left 0;
}

.category-products  tr.productHead a {
	color: #FFF;
	display: block;
	height: 50px;
	margin: 0 -35px 0 0;
	padding: 15px 10px 0 10px;
	text-decoration: none;
	background: transparent url("../images/tableToolTip_right.png") no-repeat scroll right 0;
}

.block-layered-nav .block-content {
/*	position: absolute;
	top: 375px;*/
	border: none;
	background: none;
	font-weight: normal;
}

/******************* activeFilter *****************/
.category-products tr.activeFilter th {
	height: auto;
	width: 940px;
	background: url('../images/activeFilter.png') no-repeat top center;
}

.category-products tr.activeFilter p.block-subtitle {
	margin-bottom: 0;
	padding: 5px 0 0 0;
	color: #FFF;
	font-weight: bold;
	float: left;
}

.category-products tr.activeFilter .currently {
	clear: left;
	margin: 0 0 15px 0;
	overflow: hidden;
}

.category-products tr.activeFilter li {
	position: relative;
	top: 0;
	left: -10px;
	display: inline;
	margin: 0 20px 0 0;
	padding: 0 0 0 10px;
	overflow: hidden;
}

.category-products tr.activeFilter li span {
	float: left;
	padding: 5px 5px 0 0;
}

.category-products tr.activeFilter li em {
	float: left;
	font-style: normal;
	padding: 5px 0 0;
}

.category-products tr.activeFilter li em span {
	float: none;
	padding: 0;
	width: auto;
}

.category-products tr.activeFilter  li a {
	background: url("../images/btn-remove.png") no-repeat scroll 0 bottom transparent;
	display: block;
	float: left;
	height: 17px;
	margin: 0 15px 0 5px;
	padding: 5px 0 0;
	width: 24px;
	text-indent: -999px;
}

.category-products tr.activeFilter div.actions {
	float: left;
	line-height: 1.3;
	padding: 5px 0 0 50px;
}
.category-products tr.activeFilter div.actions a {
	color: #FFF;
	text-decoration: none;
}

/******************* product view *****************/
.add-to-cart label {
	color: #666666;
	float: left;
	font-weight: bold;
	margin-right: 5px;
	margin-top: 7px;
}

.add-to-cart .qty {
	float: left;
	margin-right: 5px;
	margin-top: 7px;
}

#product_addtocart_form li {
	height: 197px;
	padding:  20px 20px 20px 320px; /* padding-bottom and height: also have a look at #product_addtocart_form li.product */
	background-color: #E8E9EA;
	margin-top: 55px;
	position: relative;
	background-position: left center;
	background-repeat: no-repeat;
}
#product_addtocart_form li li{
	height: auto;
	background-color: transparent;
	margin-top: 0;
	position: static;
	padding:  0;
}
#product_addtocart_form li.date {
	background-image: url(../images/productSchedule_bg.png);
}
#product_addtocart_form li h1,
#product_addtocart_form li h2{
	position: absolute;
	left: 0;
	top: -45px;
	font-size: 36px;
	color: #A9ABAE;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 0;
}


#product_addtocart_form li.product {
	height: 137px; /* padding-bottom and height: also have a look at #product_addtocart_form li */
	padding-bottom: 80px;
}
#product_addtocart_form .add-to-cart {
	bottom: 15px;
	position: absolute;
	right: 20px;
	width: 220px;
}
#product_addtocart_form .add-to-cart button.button {
	float: right;
}
#product_addtocart_form p.price {
	bottom: 15px;
	font-size: 22px;
	margin: 0;
	position: absolute;
	text-align: left;
}

#product_addtocart_form p.unsaleable {
	position: absolute;
	bottom: 10px;
	left: 510px;
	margin: 0;
	font-size: 1.6em;
	width: 170px;
	text-align: left;
}

#product_addtocart_form li.location iframe, #product_addtocart_form li.product img {
	background: #E8E9EA;
	margin-top: 55px;
	position: relative;
	height: 237px;
	width: 300px;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	border: none;
}

li.trainer div.trainer img {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 300px;
	max-height: 237px;
}
div.trainer ul {
	margin-bottom: 15px;
}
div.trainer li {
	display: none;
}
div.trainer div.vita li {
	display: block;
}
#product_addtocart_form div.trainer h2 {
	margin-bottom: 15px;
	position: static;
	font-size: 16px;
}

/* layer add view */
li.trainer div.vita, div.description {
	display: none;
	padding: 10px;
	border: 2px solid #BEB9A6;
	position: absolute;
	top: 15px;
	left: 252px;
	background: #FFF;
	z-index: 5;
	width: 400px;
}

span.close {
	position: absolute;
	overflow: hidden;
	top: -10px;
	right: -9px;
	width: 20px;
	height: 20px;
	text-indent: -300px;
	background-image: url(../images/btn-close.png);
	overflow: hidden;
}
