/* -----------------------------------------------
Client: SkirtSports
Function: Screen CSS definitions.
Author:   Jason Walle | jason@skirtsports.com
Modified:  February 25, 2010
Copyright: Copyright (C) 2010 Skirt Sports, Inc.
----------------------------------------------- */
@import url("alerts.css");
@import url("boxes.css");
@import url("buttons.css");
@import url("date-picker.css");
@import url("fancybox.css");
@import url("main-nav.css");
@import url("tables.css");
@import url("thickbox.css");
@import url("validationEngine.jquery.css");

/* Global
----------------------------------------------- */
html, body {
	background: #231f20 url(/images/shared/bg_skirt_power_1280.jpg) top center no-repeat;
	width: 100%;
    height: 100%;
	margin: 0;
	padding: 0; 
	text-align: center;
}

body div{
	text-align: left;
}

body, p, td, div {
	font: 12px Helvetica, Tahoma, Arial, sans-serif;
	color: #485056;
	line-height: 140%;
}

/* Layout
----------------------------------------------- */
#wrapper {
	background-color: #fff;
	width: 990px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 2;
}

#topCap {
	background: #231f20 url(/images/shared/top-cap-rounded.gif) top center no-repeat;
	width: 990px;
	height: 13px;
	margin: 0;
	padding: 0;
}

#bottomCap {
	background: #231f20 url(/images/shared/bottom-cap-rounded.gif) top center no-repeat;
	width: 990px;
	height: 13px;
	margin: 0;
	padding: 0;
}

#container {
	width: 974px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 3;
}

#content {
	padding: 10px; 
}
	#content p {
		margin: 6px 0px 15px 0px; 
		padding: 0px; 
		letter-spacing: 0;
	}


/* MASTHEAD
---------------------------------------------*/
#masthead {
	background-color: #fff;
	border-bottom: 8px solid #27BDB2;
	height: 85px;
	position: relative;
	margin: 0 0 3px 0;
	z-index: 999;
}

#masthead .logo {
	margin: 0;
	padding: 0;
}

#masthead .logo a img {
	border: none;
	width: 265px;
	height: 85px;
}

#masthead .accountLinks {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	height: 35px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

#masthead .accountLinks ul {
	display: block;
	list-style: none;
	margin: 0 -8px 0 0;
	padding: 0;
}

#masthead .accountLinks ul li {
	color: #666666;
	display: inline;
	float: left;
	line-height: 35px;
	list-style-type: none;
	margin-left: -1px;
	padding: 0 8px 0 0;
}

#masthead .accountLinks ul li a {
	border-left: 1px solid #D7D7D7;
	line-height: 18px;
	padding: 0 0 0 8px;
}

#masthead .accountLinks ul li.last a {
	padding-right: 0;
}

#masthead .accountLinks ul li a:hover {
	text-decoration: underline;
}

#topNews {
	background-color: #27BDB2;
	color: #fff;
	text-align: center;
	margin: -3px 0 3px 0;
	padding: 0;
	height: 20px;
}

#topNews #newsItems {
	list-style-type: none;
	background-color: #27BDB2;
	margin: 0;
	padding: 0 0 3px 0;
}

#topNews UL#newsItems LI,
#topNews UL#newsItems LI a {
	color: #fff;
	font-weight: bold;
}

p.small, td.small, .small {
	font-size: 10px;
}

#fineprint {
	position: relative;
	width: 990px;
	margin: 0 auto;
	padding: 5px 0 25px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#fineprint #leftCol {
	float: left;
	color: #fefefe;
	font: 10px Helvetica, Tahoma, Arial, sans-serif;
	text-decoration: none;
	padding: 0 0 0 10px;
}

#fineprint #rightCol {
	float: right;
	color: #fefefe;
	font: 10px Helvetica, Tahoma, Arial, sans-serif;
	text-decoration: none;
	padding: 0 10px 0 0;
}

#fineprint #leftCol a:link,
#fineprint #leftCol a:visited,
#fineprint #rightCol a:link,
#fineprint #rightCol a:visited {
	color: #fefefe;
	font: 10px Helvetica, Tahoma, Arial, sans-serif;
	text-decoration: none;
}

#fineprint #leftCol a:hover,
#fineprint #leftCol a:active,
#fineprint #rightCol a:hover,
#fineprint #rightCol a:active {
	text-decoration: underline;
}


h1, h2, h3, h4, h5 {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h1 {
	font-size: 175%;
	padding: 0 0 5px 0;
}

h2 {
	font-size: 150%;
	color: #ca145e;
	margin: 0;
	padding: 0 0 10px 0;
	text-decoration: none;
}

h3 {
	font-size: 130%;
	color: #bf126d;
	padding: 0;
	margin: 0;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 100%;
}

.required {
	color: #900;
}

a, a:link, a:visited {
	color : #333333;
	text-decoration : underline
}

a:hover, a:active {
	color : #ce1777;
	text-decoration : underline
}

img {
	border: 0;
}

img.left {
	float: left;
	padding: 10px 20px 20px 0;
}

img.right {
	float: right;
	padding: 10px 0 20px 20px;
}

.clear {clear: both; margin: 0; padding: 0;}

.noMargin {margin: 0; padding: 0;}

.required {
	color: #c00;
	font-weight: bold;
}

.requiredField {
	background-color: #FFEFF0;
	border: 1px solid #c00;
}

td.fade {
	background: #fff url(/images/table/bg-table-fade.jpg) repeat-x;
}

.tdHeader {
	color: #fff;
	background-color: #ff3399;
	font-size: 95%;
	font-weight: bold;
}

.tdTitle {
	color: #bf126d;
	font-size: 95%;
	font-weight: bold;
	padding: 3px;
}


/*------------- TABLE ELEMENTS --------------*/
/* data tables */
td.contentHeader { background-color: #2D65B5; color: #FFFFFF; font-size: 11px; border-bottom: 1px solid #0C4087; background: url(../images/bg/contentHeader.gif); padding-left: 5px; }
td.contentHeaderLight { color: #000000; font-size: 11px; border-bottom: 2px solid #ff9acd; border-top: 1px solid #f5c6de; padding-top: 4px; padding-bottom: 4px; background-color: #F3F8FF; background: url(/images/lightContentHeader.jpg) }
td.contentBottom { border-bottom: 1px solid #ffe6f3; font-size: 11px; padding: 3px 5px; }
td.contentBottomPad { border-bottom: 1px solid #CADBE5; font-size: 11px; padding: 2px 0px 3px 5px; }
tr.rowOn { background-color: #FFFFFF; }
tr.rowOnBlue { background-color: #F9FCFF; }
td.contentDarker { border-bottom: 1px solid #C1C1C1; font-size: 11px; }
tr.rowHighlight { border-bottom: 1px solid #CADBE5; font-size: 11px; padding-left: 5px; background-color: #FFFDE9; }



/* ----------------------------------------------
	PRODUCT SIZES
---------------------------------------------- */

#productsizes {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
	border-top: 2px solid #ccc;
}

#productsizes th, #productsizes td {
	padding: 2px;
	font-size: 11px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
}

#productsizes th {
	background-color: #eee;
	font-weight: bold;
	border-right: 1px solid #ccc;
}

#productsizes .qty {
	text-align: center;
}


#productsizes .price {
	text-align: right;
	width: 30px;
}

#productsizes tr.odd td {
	background-color: #FFC;
}

#productsizes td ul {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

#productsizes .title {
	background-color: #FEEBF5;
	text-align: center;
	font-weight: bold;
}

.productDetails {
	font-size: 110%;
}

.productDetails UL {
	padding: 0 0 20px 10px;
	margin: 0 0 0 5px;
}

.productDetails UL LI {
	padding: 5px 0 0 0;
	margin: 0 0 0 5px;
	list-style: disc;
}

.productDetails blockquote {
	color: #444;
	padding: 0 15px;
	line-height: normal;
}



p.packageDiv {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

#sitemap-layout {}

	#sitemap-layout UL {
		padding: 0 0 20px 10px;
		margin: 0 0 0 5px;
	}
	
	#sitemap-layout UL LI {
		padding: 2px 0 0 0;
		margin: 0 0 0 5px;
		list-style: disc;
	}


td.dataGrid {
	border-bottom: 1px solid #ccc;
	padding: 2px;
}

td.cartHeader {
	font-size: 11px; 
	font-weight: bold; 
	color: #fff; 
	background-color: #6F5A64;
	padding: 4px;
	border-bottom: 1px solid #FFB7DB;
}

td.cartSubTotal {
	font-size: 11px; 
	font-weight: bold; 
	color: #222; 
	background-color: #fdffc4; 
	padding: 4px;
	border-bottom: 1px solid #DFDFDF;
}

td.cartShipping {
	font-size: 11px; 
	font-weight: bold; 
	color: #222; 
	background-color: #fdffc4; 
	padding: 4px;
	border-bottom: 1px solid #DFDFDF;
}

td.cartTotal {
	font-size: 14px; 
	font-weight: bold; 
	color: #222; 
	background-color: #EAF3CB; 
	padding: 4px;
	border-bottom: 1px solid #DFDFDF;
}

h3.repeaterTitle {
	color: #BF126D; 
	font-size: 16px; 
	font-weight: bold;
	padding: 20px 0 5px 0;
	margin: 25px 0 12px 0;
	border-top: 1px solid #CFC2C8;
	line-height: 22px;
}


.relatedProductTitle {
	font-size: 12px;
	font-weight: bold;
	color: #9F0055;
	margin: 0 0 5px 0;
	padding: 0;
}

.relatedProductPrice {
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 0;
}

.outfitNumber {
	background: #555;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	margin: 0 15px 0 0;
	text-align: center;
}

#layoutOnlineStores {padding: 0; margin: 0;}
#layoutOnlineStores ul {padding: 0; margin: 0;}
#layoutOnlineStores li {float: left; display: inline; list-style: none; margin: 0 20px 25px 0; width: 200px; text-align: center;}


#layoutDepartments {padding: 0; margin: 0;}
#layoutDepartments ul {padding: 0; margin: 0;}
#layoutDepartments li {float: left; display: inline; list-style: none; margin: 0 15px 25px 0; width: 285px; height: 125px; text-align: center; background-color: #DFDFDF; padding: 5px;}
#layoutDepartments li .photoBox {float: left; width: 100px; border: 2px solid #D3CDC7; padding: 3px; background-color: #fff;}
#layoutDepartments li .copyBox {float: left; width: 160px; height: 112px; background-color: #f9f9f9; margin: 0 0 0 5px; padding: 5px;}
#layoutDepartments li .copyBox h2 {margin: 0; padding: 0; font-size: 13px;}
#layoutDepartments li .copyBox p a {font-size: 11px;}

/*
.layoutSearchResults {margin: 0 0 25px 0; padding: 0 0 10px 0; border-bottom: 1px solid #ccc; clear: both;}
.layoutSearchResults:last-child {border-bottom: none; clear: both;}
*/
.layoutSearchResults {background: #fff; border: 1px solid #ccc; -moz-border-radius:5px; border-radius:5px; -webkit-border-radius:5px; margin: 5px 0 10px 0; padding: 5px 10px;}
.layoutSearchResults .photoBox {float: left; width: 100px; margin: 0 10px 0 0; padding: 3px;}
.layoutSearchResults .copyBox {float: left; width: 460px; margin: 0 0 0 5px;}
.layoutSearchResults .copyBox h2 {margin: 0; padding: 0; font-size: 13px;}
.layoutSearchResults .copyBox p a {font-size: 11px;}

.searchBoxRight {
	background: #fff8cc;
	border: 1px solid #ffdc50;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	margin: 5px 0 10px 0;
	padding: 5px 10px;
}

table.searchResultsSummary td {
	padding: 5px 0;
	vertical-align: top;
}
table.searchResultsSummary td div {
	background: #9ddb84;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	font-size: 20px;
	font-weight: bold;
	color: #346720;
	padding: 11px 10px;
	text-align: center;
}
table.searchResultsSummary td.description {
	padding-left: 14px;
	font-size: 11px;
	color: #555;
	background-image: none;
}
table.searchResultsSummary td.description h2 {
	border: none;
	color: #444;
	font-size: 14px;
	padding: 2px 0 1px 0;
	line-height: 18px;
	background-image: none;
}




.icon-list {
	margin: 5px 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

.icon-list .icon {
	float: left;
	width: 40px;
	margin: 0;
	padding: 0;
}

.icon-list .copy {
	float: left;
	width: 275px;
	margin: 0;
	padding: 0;
}

.icon-list .copy h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.icon-list .copy h3 a {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #222;
}

.icon-list .copy p {
	font-size: 11px;
	margin: 0;
	padding: 0;
}


li.boxNavItem {
	list-style: none;
}
li.boxNavItem a {
	background: transparent url(/images/ui/element-arrow.gif) no-repeat 100% 0;
	border-top: 1px solid #e5e5e5; 
	color: #333; 
	display: block; 
	line-height: 3; 
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none;
}

li.boxNavItem:first-child a { border-top: none; }
li.boxNavItem a:hover { color: #ce1777; }


.eventCalendar {
	background: #FFF url(/images/bg_calendar.gif) no-repeat top right;
	width: 100px;
	height: 100px;
}

.eventCalendarMonth {
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 11px 0 0 0;
	text-transform: capitalize;
	text-transform: uppercase;
}

.eventCalendarDay {
	font-size: 30px;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 8px 0 0 0;
}