/* -----------------------------------------------
Client: Tim DeBoom
Function: Screen CSS definitions.
Author:   Jason Walle | jason@skirtsports.com
Modified:  February 5, 2009
Copyright: Copyright (C) 2009 SkirtSports, Inc.
----------------------------------------------- */
@import url("thickbox.css");
@import url("jquery.lightbox-0.5.css");

/* Global
----------------------------------------------- */
body {
	padding: 0; 
	margin: 0; 
	background: #3ab54a url(/images/bg_body.png) repeat-x;
	text-align: center;
}

body div{
	text-align: left;
}

body, p, td, div {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #485056;
	line-height: 140%;
}

/* Layout
----------------------------------------------- */
#wrapper {
	width: 990px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#container {
	width: 990px;
	margin: 0;
	padding: 0;
	background: #fff url(/images/shared/container-bg.gif) repeat-y;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#footer {
	clear: both;
	width: 990px;
	height: 9px;
	background: #fff url(/images/shared/footer.gif);
}

.homeText {
	color: #fff;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 0 15px 0;
	padding: 0;
}

.homeLyrics {
	color: #fff;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	margin: 0 0 15px 0;
	padding: 0 5px;
}


/* MASTHEAD
---------------------------------------------*/
#masthead {
	padding: 0;
	margin: 0;
	height: 121px;
}
	#skirtFlash {
		position: absolute;
		top: 25px;
		right: 225px;
		width: 480px;
		height: 51px;
		padding: 0;
		color: #fff;
		text-align: right;
	}

	#currentPromotion {
		position: absolute;
		top: 13px;
		left: 300px;
		padding: 5px 10px;
		background-color: #fff;
		border: 1px solid green;
		color: #333;
	}

	#topLogout {
		position: absolute;
		top: 43px;
		right: 12px;
		height: 22px;
		padding: 0;
		color: #fff;
		text-align: right;
	}
	
	#topLogout a:link, #topLogout a:visited {
		font: normal normal bold 12px/normal Arial, Helvetica, sans-serif;
		color: #eee;
		text-decoration: none;
	}
	
	#topLogout a:hover, #topLogout a:active {
		text-decoration: underline;
	}

	#cartSummary {
		position: absolute;
		top: 97px;
		width: 200px;
		right: 17px;
		padding: 0;
		text-align: right;
		color: #333;
		border-top: 1px solid #CFB5C2;
		z-index: 99999;
	}
	
	.cartSummaryText {
		font: normal normal bold 11px/normal Arial, Helvetica, sans-serif;
		color: #333;
		text-decoration: none;
		margin: 0 5px;
	}
	
	a.cartSummaryLink:link, a.cartSummaryLink:visited {
		font: normal normal normal 11px/normal Arial, Helvetica, sans-serif;
		color: #333;
		text-decoration: underline;
	}
	
	a.cartSummaryLink:hover, a.cartSummaryLink:active {
		text-decoration: none;
	}

#content {
	padding: 10px 23px 23px 23px; 
	clear:both;
}
	#content p {
		margin: 6px 0px 15px 0px; 
		padding: 0px; 
		letter-spacing: 0;
	}

/* CONTENT HOMEPAGE
---------------------------------------------*/
#contentHome {
	padding: 0 8px 0 8px;
	margin: 0;
}	

	#contentHome #leftColumn {
		width: 640px;
		margin: 10px 5px 10px 10px;
		padding: 0;
		float: left;
		background-color: #fff;
	}

		#contentHome #leftColumn p {
			margin: 6px 0px 12px 0px;
			padding: 0px;
			font-size: 110%;
			line-height: 160%;
			background-color: #fff;
		}
	
	#contentHome #rightColumn {
		width: 310px;
		margin: 5px 5px 0 0;
		float: right;
	}

		#contentHome #rightColumn .column_module {
			background: url(/images/home/right-column-module-bg.gif) repeat-y;
			width: 310px;
		}
		
		#contentHome #rightColumn .column_module_inner {
			background: url(/images/home/right-column-module-bottom.gif) no-repeat bottom left;
			padding-bottom: 1px;
			height: 355px;
		}

		#contentHome #rightColumn img {
			margin: 10px auto 0 auto;
			display: block;
			border: 0;
		}

		#contentHome #rightColumn p {
			font-size: 12px;
			margin: 0 0 0 15px;
			padding: 0;
		}	

		#contentHome #rightColumn p.title {
			font-size: 13px;
			font-weight: bold;
			margin: 0 0 0 15px;
			padding: 0;
		}

		#contentHome #rightColumn .price {
			padding: 0;
			margin: 0;
			font-size: 11px;
			font-weight: bold;
			color: #bf126d;
		}


	#contentHome #bottomFeatures {
		margin: 0px 5px 10px 5px;
		padding: 0;
		background-color: #fff;
	}
	
		#contentHome #bottomFeatures .column_module {
			background: url(/images/home/column-module-bg.gif) repeat-y;
			width: 241px;
			float: left;
		}
		
		#contentHome #bottomFeatures .column_module_inner {
			background: url(/images/home/column-module-bottom.gif) no-repeat bottom left;
			padding-bottom: 1px;
			height: 280px;
		}



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: 9px Geneva, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0 0 0 10px;
}

#fineprint #rightCol {
	float: right;
	color: #fefefe;
	font: 9px Geneva, Verdana, Arial, Helvetica, 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 Geneva, Verdana, Arial, Helvetica, 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: verdana;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h1 {
	font-size: 170%;
	padding: 0 0 5px 0;
}

h2 {
	font-size: 150%;
	color: #B32018;
	margin: 0;
	padding: 0 0 10px 0;
	text-decoration: none;
}

h3 {
	font-size: 130%;
	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 : #990000;
	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;}


.required {
	color: #c00;
	font-weight: bold;
}

.requiredField {
	background-color: #FFEFF0;
	border: 1px solid #c00;
}



/*-------------------------------------------------
FLASHES
-------------------------------------------------*/

#Flash {
	text-align: left;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 30px;
	font-size: 14px;
	margin: 10px auto;
}

.login #Flash {
  margin-top: 12px;
  font-size: 12px;
}

#Flash.good {
	border-color: #9c9;
	color: #060;
	background: url(/images/alertgood_icon.gif) #E2F9E3 left 4px no-repeat;
}

#Flash.good p {
	color: #060;
}


#Flash.bad {
	border-color: #c99;
	color: #fff;
	background: url(/images/alertbad_icon.gif) #c00 left no-repeat;
}

#Flash.bad p {
	color: #fff;
}

/*------------- 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; }



.ifxElement {
	background-color: #a8e9fd;
	border: 3px dashed #02afe3;
	padding: 10px;
	position: absolute;
	width: 520px;
	height: 270px;
	top: 60px;
	left: 100px;
	text-align: center;
	letter-spacing: 0px;
	overflow: hidden;
}

#ifxElement strong {
	font-size: 2em;
}



#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;
	}

.submitButton, .genericButton {
	height: 25px;
	background-color: #ff3399;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 0 15px;
	margin: 0;
	border-top: 1px solid #FF8FC8;
	border-right: 1px solid #BF1771;
	border-bottom: 1px solid #BF1771;
	border-left: 1px solid #FF8FC8;
}

.orderButton {
	width: 150px;
	height: 25px;
	background-color: #ff3399;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	border-top: 1px solid #FF8FC8;
	border-right: 1px solid #BF1771;
	border-bottom: 1px solid #BF1771;
	border-left: 1px solid #FF8FC8;
}

a.callOutButton:link, a.callOutButton:visited {
	background-color: #e43d90;
	padding: 5px; 
	border-top: 1px solid #e578af;
	border-right: 1px solid #b01d66;
	border-bottom: 1px solid #b01d66;
	border-left: 1px solid #e578af;
    color: #fefefe;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}


a.callOutButton:hover, a.callOutButton:active {
	background-color: #24afe9;
	padding: 5px; 
	border-top: 1px solid #ace0fd;
	border-right: 1px solid #0076c4;
	border-bottom: 1px solid #0076c4;
	border-left: 1px solid #ace0fd;
    color: #fefefe;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}

input[type="submit"] {
	background-color: #e43d90;
	padding: 5px; 
	border-top: 1px solid #e578af;
	border-right: 1px solid #b01d66;
	border-bottom: 1px solid #b01d66;
	border-left: 1px solid #e578af;
    color: #fefefe;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}


input[type="submit"]:hover {
	background-color: #24afe9;
	padding: 5px; 
	border-top: 1px solid #ace0fd;
	border-right: 1px solid #0076c4;
	border-bottom: 1px solid #0076c4;
	border-left: 1px solid #ace0fd;
    color: #fefefe;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}

input[type="button"] {
	background-color: #e43d90;
	padding: 5px; 
	border-top: 1px solid #e578af;
	border-right: 1px solid #b01d66;
	border-bottom: 1px solid #b01d66;
	border-left: 1px solid #e578af;
    color: #fefefe;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}


input[type="button"]:hover {
	background-color: #24afe9;
	padding: 5px; 
	border-top: 1px solid #ace0fd;
	border-right: 1px solid #0076c4;
	border-bottom: 1px solid #0076c4;
	border-left: 1px solid #ace0fd;
    color: #fefefe;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}

td.tdHeader {
	background-color: #B32018;
	color: #fff;
	font-weight: bold; 
	font-size: 10px; 
}