@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #282828;
	text-align: center;
	margin: 0px auto;
	width: auto;
}
form {
	margin: 0px;
}
a {
	color: #333333;
}
hr {
	color: #7E2E93;
}
.container {
	text-align: left;
	margin: 0px auto;
	width: 900px;
}
.clear {
	clear: both;
}
.bc {
	display: block;
}
.header {
	position: relative;
	display: block;
	height: 155px;
}
.logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 446px;
	height: 155px;
}
.shipping {
	position: absolute;
	top: 0px;
	left: 473px;
	background-image: url(../images/shipping.png);
	background-repeat: no-repeat;
	height: 155px;
	width: 160px;
}
.phone {
	position: absolute;
	top: 50px;
	right: 0px;
	height: 30px;
	width: 220px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	padding-right: 20px;
}
.cart {
	position: absolute;
	bottom: 10px;
	right: 0px;
	background-color: #FFF;
	height: 60px;
	width: 240px;
	background-image: url(../images/bkg-cart-round.gif);
	background-repeat: no-repeat;
}
.cart .top {
	position:relative;
	height: 30px;
	border-bottom: solid 1px #CCCCCC;
}
.cart .bottom {
	position:relative;
	height: 30px;
}
.cart .welcome {
	position: absolute;
	top: 8px;
	left: 8px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.cart .account {
	position: absolute;
	top: 8px;
	right: 8px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.cart .account a {
	color: #000000;
	text-decoration: none;	
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.cart .bag-text {
	position: absolute;
	top: 8px;
	left: 8px;
}
.cart .bag-text a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/bkg-cart.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.cart .bag-contents {
	position: absolute;
	top: 8px;
	right: 8px;
}
.cart .bag-contents a {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;	
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.nav {
	display: block;
}
.nav .search {
	float: left;
	width: 185px;
	padding-top: 10px;
	text-align: center;
}
.nav .search .mini-button {
	background-image: url(../images/bt-mini-srch.png);
	background-repeat: no-repeat;
	cursor: pointer;
	width: 20px;
	height: 20px;
	border: none;
	display: inline;
}
.nav .search .mini-text {
	height: 16px;
	border: 0px;
	display: inline;
}
.nav .nav-links {
	position: relative;
	float: right;
	width: 700px;
	height: 42px;
	background-color: #7B308A;
	background-image: url(../images/bkg-nav-links.gif);
	background-repeat: no-repeat;
}
.nav .nav-links a {
	float: left;
	padding: 12px 25px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/bkg-nav-links.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-transform: uppercase;
	z-index: -100;
}
.content {
	display: block;
	margin-top: 15px;
}
.left {
	float: left;
	width: 185px;
}
.box-left {
	background-color: #7E2E93;
	display: block;
}
.box-left .box-left-bottom {
	background-image: url(../images/bkg-left-bottom.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 185px;
	background-position: bottom;
	background-color: #7E2E93;
}
.box-left .heading-first {
	padding: 5px;
	background-color: #7E2E93;
	font-family: Impact, Verdana;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
	background-image: url(../images/bkg-left-heading-top.gif);
	background-repeat: no-repeat;
}
.box-left .heading {
	padding: 5px;
	background-color: #7E2E93;
	font-family: Impact, Verdana;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
}
.box-left .left-links a {
	display: block;
	padding: 5px 2px 5px 25px;
	background-color: #F1F1F1;
	border-top: solid 3px #FFF;
	font-family: Impact, Verdana;
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/bkg-left-links.png);
	background-repeat: no-repeat;
	background-position: 7px center;
}
.box-left .left-links a:hover {
	text-decoration: underline;
}
.box-left .left-content {
	display: block;
	padding: 10px 2px 10px 10px;
	background-color: #7E2E93;
	border-top: solid 3px #FFF;
	font-family: Verdana;
	font-weight: normal;
	color: #FFF;
}
.left-newsletter {
	display: block;
	margin-top: 5px;
	background-image: url(../images/bkg-left-newsletter.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 160px;	
}
.right {
	float: right;
	width: 700px;
	background-color: #FFF;
}
.right .title h1 {
	padding: 3px 13px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #07A44B;
	margin: 0px;
	background-image: url(../images/bkg-right-top.gif);
	background-repeat: no-repeat;
}
.right .innertube {
	padding: 15px;
}
.right-no-left {
	float: right;
	width: 900px;
	background-color: #FFF;
}
.right-no-left .title h1 {
	padding: 3px 13px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #07A44B;
	margin: 0px;
}
.right-no-left .innertube {
	padding: 15px;
}
.bc {
	margin-bottom: 18px;
}
.ctgy-subcats {
	width: 25%;
	padding: 6px 3px;
	text-align: center;
	border: solid 1px #CCCCCC;
}
.ctgy-subcats a {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
.ctgy-sort {
	padding: 5px;
	width: 40%;
	background-color: #EFEFEF;
	text-align: left;
	font-weight: bold;
}
.ctgy-view {
	padding: 5px;
	width: 60%;
	background-color: #EFEFEF;
	text-align: right;
	font-weight: bold;
}
.ctgy-view a {
	color: #07A44B;
}
.ctgy-view-all {
	padding: 5px;
	width: 40%;
	text-align: left;
}
.ctgy-pages {
	padding: 5px;
	width: 60%;
	text-align: right;
}
.ctgy-layout {
	width: 25%;
	height: 275px;
	padding: 6px 3px;
	text-align: center;
	border: solid 1px #CCCCCC;
}
.ctgy-layout a {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
.ctgy-layout-girls {
	width: 25%;
	height: 300px;
	padding: 45px 3px 6px 3px;
	text-align: center;
	border: solid 1px #CCCCCC;
	background-image: url(../images/rs_listing_girl.gif);
	background-repeat: no-repeat;
}
.ctgy-layout-girls a {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
.ctgy-layout-boys {
	width: 25%;
	height: 300px;
	padding: 45px 3px 6px 3px;
	text-align: center;
	border: solid 1px #CCCCCC;
	background-image: url(../images/rs_listing_boy.gif);
	background-repeat: no-repeat;
}
.ctgy-layout-boys a {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
.ctgy-space {
}
.heading-rattle {
	padding: 5px 0 5px 8px;
	background-color: #7E2E93;
	font-family: Impact, Verdana;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
	border-left: #FFF solid 3px;
	border-right: #FFF solid 3px;
}
.heading-stroll {
	padding: 5px 0 5px 8px;
	background-color: #089E49;
	font-family: Impact, Verdana;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
	border-left: #FFF solid 3px;
	border-right: #FFF solid 3px;
}
.prod-image {
	text-align: left;
	vertical-align: top;
}
.prod-content {
	text-align: left;
	vertical-align: top;
	width: 100%;
	padding: 3px 0 3px 8px;
}
.prod-name {
	font-weight: bold;
	font-size: 16px;
	color: #07A44B;
	margin-bottom: 10px;
}
.prod-list {
}
.prod-price {
	font-weight: bold;
}
.prod-save {
	font-weight: bold;
	color: #FF0000;	
}
.prod-order {
	display: block;
	padding: 12px 15px;
	background-color: #ECECEC;
	border: 1px solid #7B308A;
}

.footer {
	padding: 15px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
.footer-links {
	margin-bottom: 20px;
}
.footer-links a {
	color: #FFF;
	font-weight: bold;
	margin: 0 12px;
}
.launch-left {
	background-color: #FFF;
	background-image: url(../images/55B9B.gif);
	background-repeat: no-repeat;
	width: 314px;
	height: 275px;
	vertical-align: top;
}
.launch-left .rattle {
	float: right;
	width: 150px;
	height: 261px;
	margin: 5px 5px 0 0;
	padding: 2px;
	text-align: center;
	background-color: #EDEDED;
}
.launch-left .rattle a {
	text-decoration: none;
	color: #FF0000;
	font-size: 13px;
	font-weight: bold;
}
.launch-center {
	background-color: #FFF;
	width: 35px;
}
.launch-right {
	background-color: #FFF;
	background-image: url(../images/27EB6.gif);
	background-repeat: no-repeat;
	width: 314px;
	height: 275px;
	vertical-align: top;
}
.launch-right .stroll {
	float: right;
	width: 150px;
	height: 261px;
	margin: 5px 5px 0 0;
	padding: 2px;
	text-align: center;
	background-color: #EDEDED;
}
.launch-right .stroll a {
	text-decoration: none;
	color: #FF0000;
	font-size: 13px;
	font-weight: bold;
}
.text-field {
	background-image: url(../images/form-text-field.png);
	background-repeat: no-repeat;
	border: none;
	padding: 3px;
	width: 155px;
	margin: 3px 0 0 0;
}
.button {
	background-color: #5B013F;
	background-image: url(../images/form-button.png);
	background-repeat: repeat-x;
	border: 1px solid #41164B;
	color: #FFF;
}
.logn1 {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	width: 50%;
	border: 1px solid #07A44B;
}
.logn2 {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	width: 50%;
	border: 1px solid #07A44B;
}
.logn1 h4, .logn2 h4 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #07A44B;
	padding: 4px;
	margin-top: 0px;
}
