body {
	font-family: Calibri, 'Trebuchet MS', 'Lucida Grande', sans-serif;
	padding: 0;
	margin: 0;
	background: black url(images/bg.png) repeat-x center top;
	color: #b3b3b3;
}

ul#cards > li {
	background: url(images/card_bg.png) no-repeat left bottom;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	height: 200px;
}
ul#cards li.closed {
	opacity: 0.65;
	-moz-opacity: 0.65;
	-webkit-opacity: 0.65;
	filter: alpha(opacity=65);
}
ul#cards li.closed div {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	filter: alpha(opacity=65);
}
ul#cards li.closed:hover, ul#cards li.closed:hover div {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
}
.clear {
	float: none;
	clear: both;
}
ul#cards .contentFrame .contentBody {
	padding: 0;
}
.contentBody {
	overflow: auto;
}

#about .contentBody {
	background: url(images/about.jpg) bottom left no-repeat;
	width: 596px;
	height: 379px;
}
#about .contentBody div {
	padding-left: 236px;
	padding-top: 136px;
	padding-right: 20px;
}

.contentBody {
	font-size: 13px;
}

.contentBody a:link {
	color:#ed1c24;
	text-decoration:underline;
	font-weight:bold;
}

.contentBody a:visited{
	color:#ed1c24;
}

ul#membersclubBenefits li {
	list-style: disc;
	margin-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
ol#membersclubTerms li {
	list-style: decimal;
	margin-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.store {
	float: none;
	clear: both;
	height: 1%;
	overflow: hidden;
	zoom: 1;
	border-top: 1px dotted #7f7f7f;
	padding: 2px 0;
}
.storeContent {
	padding: 10px;
	height: 1%;
	overflow: hidden;
	zoom: 1;
	background: #c0e3e5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.store strong {
	display: block;
	float: none;
	clear: right;
}
.address {
	float: left;
	width: 50%;
}

#pit .contentBody small {
	display: block;
	font-size: 11px;
	padding-top: 10px;
	border-top: 1px dotted #7f7f7f;
}

ul#MercMenu {
	list-style: none;
	list-style-type: none;
	display: block;
	height: 26px;
	zoom: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
/*	border-top: 1px #ff0000 solid;*/
/*	border-bottom: 1px #ff0000 solid;*/
	background: url(../images/st_bg.png);
	text-align: center;
	padding: 0;
	margin: 0;
}
ul#MercMenu li {
	list-style: none;
	list-style-type: none;
	display: inline;
	float: left;
	background: none;
	line-height: 14px;
	position: static;
	width: auto;
	text-align: center;
	padding: 0;
	margin: 0;
}
ul#MercMenu li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	height: 26px;
	padding: 4px 6px;

}
ul#MercMenu li a:hover, ul#MercMenu li a.active {
	background: #f00;
	background: url(../images/st_bg_over.png);
	color: #fff;
}
#MercApparelsBody {
/*	overflow: hidden;*/
	display: block;
	float: none;
	clear: both;
	zoom: 1;
}
.item {
	border: 1px solid #c2c2c2;
	float: left;
	width: 178px;
	height: 260px;
	display: inline-block;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 11px;
}
.productImage {
	background: #c2c2c2 url(images/loader.gif) no-repeat center center;
/*	border-bottom: 1px solid #c2c2c2;
	margin-bottom: 1px;
*/	height: 139px;
}
.productTitle {
	font-weight: bold;
}
.productPrice {
	font-weight: bold;
	color: #f33334;
}
.productTitle, .productDescription, .productId, .productPrice, .productSize {
	padding: 0px 5px;
}
.productTitle {
	margin-top: 3px;
}
.loaderBg {
	background: url(images/loader.gif) no-repeat center center;
}
#cardContainer {
	height: 580px;
}

img#promoItems {
	float:left;
}

#promoText {
	width:380px;
	float:left;
	margin-right:5px;
}

ul#cards li .tl {
	position:absolute; top: 0; left: 0; background: url(../images/r_card_tl.png) no-repeat left top; height: 4px; width: 4px; font-size: 0;
}
ul#cards li .tr {
	position:absolute; top: 0; right: 0; background: url(../images/r_card_tr.png) no-repeat right top; height: 4px; width: 4px; line-height: 0; font-size: 0;
}
ul#cards li .bl {
	position:absolute; bottom: 0; left: 0; background: url(../images/r_card_bl.png) no-repeat left bottom; height: 4px; width: 4px; font-size: 0;
}
ul#cards li .br {
	position:absolute; bottom: 0; right: 0; background: url(../images/r_card_br.png) no-repeat right bottom; height: 4px; width: 4px; font-size: 0;
}

#iphoneHint {
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
