@charset "UTF-8";
#leftColumn {
	margin: 0px;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	width: 400px;
}
#leftColumnProd {
	margin: 0px;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	width: 280px;
	float: left;
}
#something {
	background-image: url(../images/productImages/somethingText.png);
	background-repeat: no-repeat;
	height: 76px;
	width: 201px;
	font-size: 1px;
	text-indent: -10000px;
	margin-bottom: 20px;
	margin-top: 0px;
}
#shoes a {
	background-image: url(../images/productImages/shoes.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	width: 95px;
	padding-top: 95px;
	float: left;
	color: #9D2B2B;
	font-weight: bold;
}
#shoes a:hover {
	background-image: url(../images/productImages/overImages/shoes_over.png);
}
#bodywear a {
	background-image: url(../images/productImages/bodywear.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	width: 95px;
	padding-top: 95px;
	float: left;
	margin-top: 0px;
	margin-left: 40px;
	color: #9D2B2B;
	font-weight: bold;
}
#bodywear a:hover {
	background-image: url(../images/productImages/overImages/bodywear_over.png);
}
#accessories a {
	background-image: url(../images/productImages/accessories.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	width: 95px;
	padding-top: 95px;
	float: left;
	margin-left: 40px;
	color: #9D2B2B;
	font-weight: bold;
}
#accessories a:hover {
	background-image: url(../images/productImages/overImages/accessories_over.png);
}
#productLinks {
	height: 110px;
	font-size: 90%;
	text-align: center;
	width: 365px;
	padding-top: 30px;
	float: right;
	margin-top: 100px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#shoesText {
	background-image: url(../images/productImages/shoesText.png);
	background-repeat: no-repeat;
	height: 53px;
	width: 109px;
	font-size: 1px;
	text-indent: -10000px;
	margin-bottom: 20px;
}
#bodywearText {
	background-image: url(../images/productImages/bodywearText.png);
	background-repeat: no-repeat;
	height: 63px;
	width: 202px;
	font-size: 1px;
	text-indent: -10000px;
	margin-bottom: 20px;
}
#accessoriesText {
	background-image: url(../images/productImages/accessoriesText.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 205px;
	font-size: 1px;
	text-indent: -10000px;
	margin-bottom: 20px;
}
#customOrder {
	width: 360px;
	margin-left: -180px;
	height: 400px;
}
#customOrder h2 {
	background-image: url(../images/customOrderText.png);
	background-repeat: no-repeat;
	text-indent: -10000px;
	height: 49px;
	width: 252px;
	text-align: left;
	margin-left: 20px;
}
#backProduct {
	margin-top:15px;
	position: absolute;
	left: 500px;
	top: 102px;
}
#backProduct a {
	text-align: right;
	width: 150px;
	font-size: 90%;
	color: #9D2B2B;
}
#backProduct a:before {
	content: "\3C\ ";
	color: #9D2B2B;
}
#saveMoney {
	width: 500px;
	margin-left: -250px;
	height: 360px;
}
.TabbedPanelsContent.TabbedPanelsContentVisible h2 {
	color: #9D2B2B;
	margin: 0px;
	background-image: url(../images/greySwirl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
#productHead {
	background-image: url(../images/productImages/productHead.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 500;
	height: 55px;
	width: 204px;
	right: 0px;
	top: -83px;
}
#shoesHead {
	background-image: url(../images/productImages/shoesHead.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 500;
	height: 67px;
	width: 135px;
	right: 0px;
	top: -83px;
}
#bodyHead {
	background-image: url(../images/productImages/bodyHead.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 500;
	height: 79px;
	width: 252px;
	right: 0px;
	top: -83px;
}
#accessoriesHead {
	background-image: url(../images/productImages/accessoriesHead.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 500;
	height: 56px;
	width: 255px;
	right: 0px;
	top: -85px;
}
