html, body {
	margin: 0;
	padding: 0;
	}
img {
	margin: 0;
	padding: 0;
	border: 0;
	}
form {
	padding: 0;
	margin: 0;
	}
body {
	font-size: 12px;
	text-align: center;
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Arial, sans-serif;
	background: #5F9EC7;
	}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	}
.vertical {
	vertical-align: middle;
	}
table, td {
	margin: 0;
	padding: 0;
	border: 0;
	}
#pageTitle {
	color: #636363;
	margin: 28px 0 25px 25px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	}
.textPanelPad {
	padding: 0 30px;
	text-align: left;
	}
.textPanelPadWide {
	padding: 0 60px;
	text-align: left;
	}
.textPanelPad a, .textPanelPadWide a {
	color: #3f81a7;
	}
.cleanField {
	color: #3f81a7;
	font-size: 14px;
	line-height: 14px;
	padding: 2px 5px;
	border: 1px solid #3f81a7;
	}
.noborder {
	border: 0;
	}
.manillaBox {
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #ffffe6;
	}
h2 {
	color: #636363;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-top: 28px;
	}
h2.noPad {
	margin-top: 0;
	}
h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	}
.floatHeading, .floatHeadingSm, .floatHeadingMd {
	float: left;
	display: inline;
	width: 550px;
	margin-top: 0;
	}
.floatHeadingSm {
	width: 200px;
	margin: 5px 0 10px 0;
	}
.floatHeadingMd {
	width: 400px;
	}
.floatHeadingInt {
	float: left;
	display: inline;
	width: 400px;
	}
.rightBtns, .rightBtnsMd, .rightBtnsInt {
	float: right;
	display: inline;
	width: 200px;
	text-align: right;
	}
.rightBtnsMd {
	width: 400px;
	}
.rightBtnsInt {
	margin-top: 18px;
	}
.buttons {
	height: 32px;
	}
.buttons a, .buttons button {
	margin: 0 7px 0 0;
	background-color: #f1f1f1;
	border: 1px solid #333;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 5px 10px 6px 7px; /* Links */
	}
.buttons button{
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px; /* IE6 */
	}
.buttons button[type]{
	padding: 5px 10px 5px 7px; /* Firefox */
	line-height: 17px; /* Safari */
	}
.buttons button img, .buttons a img{
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
	}
	
	/* Standard Buttons */
button:hover, .buttons a:hover{
	background-color: #dff4ff;
	/* border: 1px solid #c2e1ef;*/
	color: #336699;
	}
.buttons a:active{
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
	}
	/* END Standard Buttons */
	
	/* Positive Buttons */
button.positive, .buttons a.positive{
	color: #529214;
	}
.buttons a.positive:hover, button.positive:hover{
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
	}
.buttons a.positive:active{
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
	}
	/* END Positive Buttons */
	
	/* Negative Buttons */
.buttons a.negative, button.negative{
	color: #d12f19;
	}
.buttons a.negative:hover, button.negative:hover{
	background-color: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
	}
.buttons a.negative:active{
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
	}
	/* END Negative Buttons */
	
	/* Button Image Shortcuts */
.buttons .accept {
	text-indent: 20px;
	background-image: url('img/icons/tick.png');
	background-position: 7px 55%;
	background-repeat: no-repeat;
	}
.buttons .cancel {
	text-indent: 20px;
	background-image: url('img/icons/cross.png');
	background-position: 7px 55%;
	background-repeat: no-repeat;
	}
.buttons .add {
	text-indent: 20px;
	background-image: url('img/icons/add.png');
	background-position: 7px 55%;
	background-repeat: no-repeat;
	}
.buttons .edit {
	text-indent: 20px;
	background-image: url('img/icons/pencil.png');
	background-position: 7px 55%;
	background-repeat: no-repeat;
	}
.buttons .delete {
	text-indent: 20px;
	background-image: url('img/icons/delete.png');
	background-position: 7px 55%;
	background-repeat: no-repeat;
	}
.buttons .emailgo {
	text-indent: 20px;
	background-image: url('img/icons/email_go.png');
	background-position: 7px 55%;
	background-repeat: no-repeat;
	}
.buttons .emailadd {
	text-indent: 20px;
	background-image: url('img/icons/email_add.png');
	background-position: 7px 55%;
	background-repeat: no-repeat;
	}
.buttons .emailedit {
	text-indent: 20px;
	background-image: url('img/icons/email_edit.png');
	background-position: 7px 55%;
	background-repeat: no-repeat;
	}
.buttons .emaildelete {
	text-indent: 20px;
	background-image: url('img/icons/email_delete.png');
	background-position: 7px 55%;
	background-repeat: no-repeat;
	}
.buttons .emailerror {
	text-indent: 20px;
	background-image: url('img/icons/email_error.png');
	background-position: 7px 55%;
	background-repeat: no-repeat;
	}
.buttons .news {
	text-indent: 20px;
	background-image: url('img/icons/newspaper.png');
	background-position: 7px 55%;
	background-repeat: no-repeat;
	}
.buttons .newsAdd {
	text-indent: 20px;
	background-image: url('img/icons/newspaper_add.png');
	background-position: 7px 55%;
	background-repeat: no-repeat;
	}
.buttons .newsDelete {
	text-indent: 20px;
	background-image: url('img/icons/newspaper_delete.png');
	background-position: 7px 55%;
	background-repeat: no-repeat;
	}
.buttons .print {
	text-indent: 20px;
	background-image: url('img/icons/printer.png');
	background-position: 7px 55%;
	background-repeat: no-repeat;
	}
	/* END Button Image Shortcuts */
/* END Buttons */

	
/* Header and Layout */
#mainWhite {
	background-color: #fff;
	}
#mainFade {
	background: url('img/bg-fade.png') top center repeat-x;
	}
#mainWaves {
	background: url('img/bg-waves-high.jpg') top center no-repeat;
	}
#headerBar {
	height: 22px;
	line-height: 22px;
	background-color: #679DC7;
	}
#headerNav {
	width: 975px;
	margin: 0 auto;
	color: #fff;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Arial, sans-serif;
	}
#headerNav a {
	color: #fff;
	text-decoration: none;
	}
#mainContainer {
	position: relative;
	width: 999px;
	margin: 0 auto;
	border: 0px solid #000;
	}
#userNav {
	color: #373737;
	font-size: 12px;
	text-align: right;
	margin: 20px 12px 0 0;
	}
#userNav a {
	color: #000;
	font-weight: bold;
	}
#userCart {
	margin-left: 20px;
	padding-left: 15px;
	background: url('img/icon-cart.png') center left no-repeat;
	}
.headerPad {
	height: 142px;
	}
#logo {
	position: absolute;
	z-index: 2;
	width: 263px;
	height: 96px;
	top: 80px;
	left: 50%;
	margin-left: -476px;
	}
#logoSmall, #logoSmallPrintable {
	position: absolute;
	z-index: 2;
	width: 197px;
	height: 72px;
	top: 50px;
	left: 50%;
	margin-left: -496px;
	}
#logoSmallPrintable {
	display: none;
	}
#designNav {
	position: absolute;
	z-index: 2;
	width: 387px;
	height: 96px;
	top: 111px;
	left: 50%;
	margin-left: 103px;
	background: url('img/design-nav.png') top left no-repeat;
	}
#designNavGirls {
	position: absolute;
	z-index: 2;
	display: block;
	width: 70px;
	height: 32px;
	top: 36px;
	left: 107px;
	text-decoration: none;
	}
#designNavCompetitive {
	position: absolute;
	z-index: 3;
	display: block;
	width: 116px;
	height: 32px;
	top: 36px;
	left: 179px;
	text-decoration: none;
	}
#designNavBoys {
	position: absolute;
	z-index: 4;
	display: block;
	width: 75px;
	height: 32px;
	top: 36px;
	left: 296px;
	text-decoration: none;
	}
#designNavGirlsStar {
	position: absolute;
	z-index: 5;
	top: 32px;
	left: 103px;
	}
#designNavCompetitiveStar {
	position: absolute;
	z-index: 5;
	top: 32px;
	left: 173px;
	}
#designNavBoysStar {
	position: absolute;
	z-index: 5;
	top: 32px;
	left: 293px;
	}
#interior {
	width: 999px;
	margin-top: 0;
	}
#interiorTop {
	background: url('img/bg-interior-top.png') 6px 0px no-repeat;
	}
#interiorBot {
	height: 32px;
	background: url('img/bg-interior-bot.png') 6px 0px no-repeat;
	}
#interiorWide {
	width: 999px;
	padding-top: 20px;
	background: url('img/bg-wide.png') top center no-repeat;
	}
#interiorWideSmallTop {
	width: 999px;
	padding-top: 20px;
	background: url('img/bg-wide.png') top center no-repeat;
	}
#heightSpacer {
	float: left;
	display: inline;
	width: 1px;
	height: 760px;
	overflow: hidden;
	}
#leftNav {
	float: left;
	display: inline;
	width: 247px;
	padding-top: 30px;
	text-align: left;
	}
#leftNav a {
	display: block;
	color: #fff;
	height: 23px;
	line-height: 20px;
	padding-left: 40px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: 'Trebuchet MS', Trebuchet, Arial, sans-serif;
	}
#leftNav a:hover {
	color: #FBE152;
	}
#leftNav a.leftNavOn {
	color: #236c90;
	background: url('img/bg-leftnav-on.png') top right no-repeat;
	}
.leftNavSection {
	margin: 0px 0 5px 39px;
	}
.leftNavDivider {
	height: 1px;
	font-size: 1px;
	margin: 15px 0px 15px 25px;
	border-top: 1px solid #810049;
	background-color: #F96DB3;
	}
#rightPanel {
	float: left;
	display: inline;
	width: 700px;
	margin-left: 25px;
	}
#footer {
	height: 78px;
	background: url('img/bg-footer.png') top left repeat-x;
	}
#footerContainer {
	width: 935px;
	margin: 0 auto;
	padding-top: 17px;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	font-family: Tahoma, Arial, sans-serif;
	}
#footerContainer a {
	color: #fff;
	text-decoration: none;
	}
.footerCol {
	float: left;
	display: inline;
	}
.footerCol1 {
	width: 70px;
	}
.footerCol2 {
	width: 100px;
	}
.footerCol3 {
	width: 115px;
	}
.footerCol4 {
	width: 145px;
	}
.footerCol5 {
	width: 70px;
	}
#footerNav {
	float: left;
	display: inline;
	width: 500px;
	text-align: left;
	}
#footerCopyright {
	float: right;
	display: inline;
	width: 420px;
	font-size: 11px;
	text-align: right;
	}
/* END Header and Layout */

/* Homepage */
#homeSlides {
	position: relative;
	display: block;
	width: 950px;
	height: 323px;
	margin: 0 auto 10px auto;
	}
#homeSlideLoader {
	padding-top: 155px;
	color: #636363;
	font-size: 16px;
	font-weight: bold;
	}
.homeSlide {
	position: absolute;
	top: 0;
	left: 0;
	}
#homeSections {
	width: 975px;
	height: 185px;
	margin: 0 auto;
	background: url('img/home-sections.png') top left no-repeat;
	}
#homeShop {
	float: left;
	display: inline;
	width: 325px;
	height: 177px;
	}
#homeSizing {
	float: left;
	display: inline;
	width: 325px;
	height: 185px;
	}
#homeSales {
	float: left;
	display: inline;
	position: relative;
	width: 325px;
	height: 148px;
	}
#homeSignupBox {
	position: absolute;
	width: 200px;
	height: 20px;
	top: 80px;
	left: 46px;
	color: #636363;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	border: 0;
	outline: 0;
	background-color: #fff !important;
	}
#homeSignupBtn {
	position: absolute;
	width: 45px;
	height: 30px;
	top: 77px;
	left: 250px;
	}
#homeSignupResponse {
	position: absolute;
	width: 274px;
	height: 18px;
	top: 112px;
	left: 25px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	}
#homeText {
	margin: 10px 20px 50px 20px;
	color: #636363;
	font-size: 14px;
	text-align: justify;
	line-height: 22px;
	font-family: Tahoma, Arial, sans-serif;
	}
.boldPink {
	color: #cb2f56;
	font-weight: bold;
	}
/* END Homepage */

/* Store */
.pagination {
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
	}
.pagination a {
	color: #5c5c5c;
	text-decoration: none;
	}
#storeImages {
	margin-left: 4px;
	}
.prodListing3Thumb, .prodListing3ThumbSmall {
	float: left;
	display: inline;
	position: relative;
	width: 232px;
	height: 277px;
	padding: 0;
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Tahoma;
	}
.prodListing3ThumbSmall {
	height: 200px;
	}
.productShadow {
	position: absolute;
	z-index: 10;
	top: 220px;
	width: 232px;
	height: 58px;
	background: url('/img/bg-cat-prod.png') -15px 0px no-repeat;
	}
.prodListing3ThumbSmall .productShadow {
	top: 165px;
	}
.productTitle {
	position: relative;
	z-index: 10;
	color: #5c5c5c;
	font-size: 12px;
	width: 232px;
	height: 17px;
	overflow: visible;
	font-weight: bold;
	text-align: center;
	padding: 4px 0 0 5px;
	}
.productTitle a {
	color: #5c5c5c;
	text-decoration: none;
	}
.productImage {
	position: relative;
	z-index: 5;
	padding: 0;
	border: 0px #DADBE4 solid;
	}
.productPrice {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-family: 'Trebuchet MS', Trebuchet, Arial, sans-serif;
	padding: 5px 0 0 0;
	}
.productPrice a {
	color: #3f81a7;
	text-decoration: underline;
	}
.moreInfoLink {
	text-align: center;
	padding: 5px 0 0 0;
	}
.moreInfoLink a {
	color: #CC3300;
	text-decoration: none;
	font-size: 9px;
	}
.productTitle a:hover, .productPrice a:hover, .moreInfoLink a:hover {
	text-decoration: underline;
	color: #b21f6e;
	}
/* END Store */

/* Designers Splash */
#designersLander {
	width: 999px;
	height: 555px;
	margin-bottom: 50px;
	position: relative;
	background: url('img/bg-designer-landing.png') top left no-repeat;
	}
#trainingImageBtn {
	position: absolute;
	z-index: 2;
	top: 80px;
	left: 62px;
	width: 250px;
	height: 415px;
	}
#competitiveImageBtn {
	position: absolute;
	z-index: 2;
	top: 80px;
	left: 354px;
	width: 250px;
	height: 415px;
	}
#boysImageBtn {
	position: absolute;
	z-index: 2;
	top: 80px;
	left: 640px;
	width: 250px;
	height: 415px;
	}
#trainingBtn {
	position: absolute;
	z-index: 2;
	top: 500px;
	left: 78px;
	}
#competitiveBtn {
	position: absolute;
	z-index: 2;
	top: 500px;
	left: 370px;
	}
#boysBtn {
	position: absolute;
	z-index: 2;
	top: 500px;
	left: 655px;
	}
/* END Designers Splash */

/* Testimonials */
.testimonials {
	margin-bottom: 40px;
	}
.testimonialQuote {
	color: #3f81a7;
	text-align: justify;
	margin-bottom: 10px;
	}
.testimonialAuthor {
	font-weight: bold;
	text-align: right;
	}
/* END Testimonials */

.dataLine, .dataLineAlt, .dataLineUpdated, .subData, .subDataAlt, .subDataUpdated {
	height: 20px;
	line-height: 20px;
	margin: 0 10px;
	padding: 0 10px;
	border: 1px solid #C7D0E9;
	background-color: #C7D0E9;
	}
.dataLineAlt {
	border: 1px solid #CFD9F3;
	background-color: #CFD9F3;
	}
.dataLineHover {
	border: 1px solid #CFD9F3;
	background-color: #fff;
	}
.dataLineUpdated {
	border: 0;
	background-color: #ffffe6;
	}
.subData {
	margin: 0 20px;
	border: 0;
	background-color: #E2E9FE;
	}
.subDataAlt {
	margin: 0 20px;
	border: 0;
	background-color: #F2F5FE;
	}
.subDataUpdated {
	margin: 0 20px;
	border: 0;
	background-color: #ffffe6;
	}
.clickable {
	cursor: pointer;
	}
.adminFabricItem {
	float: left;
	display: inline;
	list-style-type: none;
	width: 100px;
	height: 120px;
	margin: 0 3px 10px 3px;
	text-align: center;
	}
.adminFabricSwatchBorder {
	width: 100px;
	height: 99px;
	padding-top: 1px;
	cursor: move;
	background: #ccc url('img/loading.gif') center center no-repeat;
	}
.adminFabricSwatch {
	display: block;
	clear: both;
	width: 94px;
	height: 94px;
	margin: 0 0 0 1px;
	border: 2px solid #fff;
	}

/* Admin Orders */
.orderStatusTitle {
	float: left;
	display: inline;
	width: 250px;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0 0px 0px;
	color: #3c3636;
	clear: both;
	text-shadow: 1px 1px #fff;
	}
.orderPagination {
	float: right;
	display: inline;
	width: 600px;
	text-align: right;
	}
/* END Admin Orders */

.dataHeader {
	color: #fff;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 5px;
	background-color: #3f81a7;
	}
.dataHeader td {
	padding: 3px 10px;
	}
.dataBar, .dataBar td {
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #000;
	}
.dataBarFlex {
	overflow: hidden;
	padding: 0 10px;
	color: #000;
	}
.dataBG1 {
	background-color: #efefef;
	}
.dataBG2 {
	background-color: #fff;
	}
.dataHover {
	background-color: #94C8ED;
	}
.dataUpdated {
	background-color: #4EFD2A;
	}
.dataTitle {
	float: left;
	display: inline;
	width: 410px;
	height: 30px;
	text-align: left;
	line-height: 30px;
	font-weight: bold;
	}
.dataTitleFlex {
	float: left;
	display: inline;
	width: 500px;
	text-align: left;
	padding: 5px 0;
	font-weight: bold;
	}
.dataHandle {
	float: left;
	display: inline;
	width: 20px;
	height: 30px;
	cursor: pointer;
	background: url('img/icons/drag.gif') center left no-repeat;
	}
.dataFolder {
	text-indent: 20px;
	background: url('img/folder.png') center left no-repeat;
	}
.dataOptions {
	float: right;
	display: inline;
	width: 250px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	}
.dataOptionsSmall {
	float: right;
	display: inline;
	width: 50px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	}
.dataOptions a {
	border: 0;
	}
.dataInactive .dataTitle {
	color: #666;
	}
.dataTitleInactive {
	font-size: 11px;
	font-weight: normal;
	margin-left: 10px;
	}
	
/* Product Listings */
.prodBox {
	float: left;
	display: inline;
	width: 115px;
	margin: 5px 5px 20px 5px;
	text-align: center;
	}
.prodBoxFixedHeight {
	height: 170px;
	border-bottom: 1px solid #fff;
	}
.prodName {
	font-weight: bold;
	}
.prodImage {
	text-align: center;
	}
.prodOptions {
	font-size: 10px;
	font-weight: normal;
	}
.prodOptions a {
	color: #0000ff;
	}
/* END Product Listings */

#instructions {
	font-family: Verdana, Tahoma;
	font-size: 12px;
	width: 300px;
	padding: 10px;
	margin: 0 auto;
	background-color: #FFFFE6;
	border: 5px #666 solid;
	}


/* Admin Styles */
#noticeBox, #warningBox, .noticeBox {
	width: 90%;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
	border: 2px solid #ccc;
	background-color: #ffffe6;
	}
.twoCol {
	float: left;
	display: inline;
	width: 50%;
	}
.threeCol {
	float: left;
	display: inline;
	width: 33%;
	}
.boxPad {
	padding: 10px;
	}
.boxBg {
	background-color: #D1DADE;
	margin-bottom:5px;
	}
.boxBgSplit {
	background: #D1DADE url('img/bg-spacer.png') top center repeat-y;
	margin-bottom:5px;
	}
.twoColFixed, .twoColFixedRight {
	float: left;
	display: inline;
	width: 417px;
	}
.twoColFixedRight {
	margin-left: 10px;
	}
.altDataBG1 {
	margin: 0 10px;
	background-color: #f9f9f9;
	}
.altDataBG2 {
	margin: 0 10px;
	background-color: #efefef;
	}
.altDataHover {
	margin: 0 10px;
	background-color: #B0BFCD;
	}
.alt2DataBG1 {
	margin: 0 10px;
	background-color: #DDF8F8;
	}
.alt2DataBG2 {
	margin: 0 10px;
	background-color: #D1EBEB;
	}
.alt2DataHover {
	margin: 0 10px;
	background-color: #C1D1E0;
	}
.dataAlias1 {
	background-color: #ECECEC;
	}
.dataAlias2 {
	background-color: #D3D3D3;
	}
.dataFeatured {
	background-color: #E7CC05;
	}
#noticeBar, #alertBar {
	margin: 10px 40px;
	font-size: 12px;
	text-align: left;
	padding: 10px 20px;
	font-weight: bold;
	background-color: #ffffe6;
	}

