#Store a, #Store img {
	outline: none;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: Helvetica, Arial, sans-serif;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

#Store {
	margin: 60px auto;
	font-size: 16px;
}

/* @group Sidebar */

#Sidebar {
	float: right;
	width: 30%;
}
#CatNav {
	width: 100%;
	list-style: none;
}
#CatNav dl, #CatNav dt, #CatNav dd, #CatNav ol, #CatNav ul, #CatNav li {
	margin: 0;
	padding: 0;
}
#CatNav a {
	margin-bottom: 3px;
	padding-top: 11px;
	padding-left: 5%;
	padding-bottom: 11px;
	color: #92d4f9;
	text-decoration: none;
	float: left;
	clear: left;
	width: 95%;
	font-size: 15px;
	font-weight: bold;
	background: url(images/Nav_bg.jpg) no-repeat;
	text-transform: uppercase;
}
#CatNav a:hover {
	color: #EB0DA4;
}

/* @end */

/* @group Ads */

.LongBanner {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.LongBanner img {
	width: 100%;
	height: auto;
}
.SideBanner {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.SideBanner img {
	width: 100%;
	height: auto;
}

/* @end */

#Content {
	float: left;
	width: 67%;
}
.ProductTitle {
	float: left;
	width: 100%;
	color: #EB0DA4;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -1px;
	margin: 0 0 18px;
}

/* @group Product Listing */

#ProductsListing {
	float: left;
	clear: both;
	width: 100%;
}
.ProdPair {
	width: 48%;
	margin-bottom: 30px;
}
.Product {
	width: 46%;
	border-bottom: 2px solid #3d4046;
	border-right: 1px solid #1f2322;
	border-left: 1px solid #1f2322;
}
.Product img {
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.ListProd {
	position: relative;
	width: 100%;
	height: 80px;
	float: left;
	margin: 0;
	padding: 0;
}
.Product:hover .ListProd {
	height: 78px;
	border-top: 2px solid #92d4f9;
}
.ListProd a {
	text-decoration: none;
	color: #92d4f9;
}

.ListProd a:hover {
	color: #EB0DA4;
}
.ListProdPrice {
	position: absolute;
	right: 10px;
	bottom: 47px;
	left: 10px;
	height: 1.2em;
	overflow: hidden;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
.DetailLink {
	visibility: hidden;
	letter-spacing: 3px;
	font: normal 16px "Courier New", Courier, mono;
	margin-left: 3px;
	vertical-align: middle;
}
.ListProdPrice:hover .DetailLink {
	visibility: visible;
}
.ListProdName {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	text-align: center;
}

/* @end */

/* @group Product Page */

#ProductImage {
	width: 48%;
	height: auto;
}
#ProductImage img {
	width: 100%;
	height: auto;
}
#ProdDetail {
	width: 48%;
}
.ProdPrice {
	font-size: 23px;
	font-weight: bold;
	float: left;
	width: 310px;
	margin: 10px;
	color: #EB0DA4;
}
.ProdPrice i {
	font-size: 16px;
	font-variant: small-caps;
	vertical-align: super;
	font-weight: normal;
	font-style: normal;
}
#ProdDetail p {
	margin: 10px;
	line-height: 18px;
}
#ProdDetail strong {
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #92d4f9;
}
form.foxycart {
	margin-left: 10px;
}
.OptionLabel {
	text-transform: uppercase;
	color: #92d4f9;
}
.AddButton {
	color: #92d4f9;
	font-size: 12px;
	border: 2px solid #3d4046;
	padding: 7px;
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: bold;
	background-color: transparent;
}
.AddButton:hover {
	color: #EB0DA4;
}

/* @end */

/* @group Current Category */

#Sidebar.CatClothing #CatClothing, #Sidebar.CatGear #CatGear {
	color: #EB0DA4;
}

/* @end */

#StoreFooter .AuthorizeNetSeal {
	margin: 40px auto 0 auto;
}
