body {
	font: 					100% Verdana, Arial, Helvetica, sans-serif;
	background-color:		#000000;
	background-position:	top;
	background-attachment:	fixed;
	background-repeat:		no-repeat;
	margin: 				0;
	padding: 				0;
	text-align: 			center;
	color: 					#000000;
}
img {
	border:					0;
}
/*Preloading div for preloading background images*/
div#preload { display: none; }
/*End Preloading div for preloading background images*/
img a:link, img a:active, img a:visited, img a:hover {
	border:					none;
}
a {
	outline: 				0;
}

/*###########################
# Container area Styles end #
#############################*/
#container {
	width: 					932px;
	margin: 				0 auto;
	text-align: 			left;
	overflow:				hidden;
}
/*###########################
# Container area Styles end #
#############################*/


/*###########################
# Header area Styles begin ##
#############################*/
#header {
	background-repeat:		no-repeat;
	position:				relative;
	height:					98px;
	z-index:				2;
}

#headerHomeLink {
	position:				relative;
	width:					130px;
	height:					80px;
	cursor:					pointer;
}






/*shopCart styles begin*/
#shopCart {
	background-image:		url(/images/layout/header/shopCart-background.jpg);
	background-repeat:		no-repeat;
	height:					38px;
	width:					163px;
	position:				absolute;
	top:					3px;
	left:					760px;
	padding:				13px 0 0 45px; /*used for position of items within #shopCart*/
	z-index:				1;
}
#shopCart a:link, #shopCart a:visited, #shopCart a:active {
	font-size:				8pt;
	color:					#000000;
}
#shopCart a:hover {
	text-decoration:		none;
}
/*shopCart styles end*/


/*catalogLinks styles begin*/
#catalogLinks {
	position:				absolute;
	top:					16px;
	height:					20px;
	left:					434px;
	font-size:				11px;
	color:					#ffffff;
	z-index:				998;
}
#catalogLinks a:link, #catalogLinks a:visited, #catalogLinks a:active {
	color:					#ffffff;
	text-decoration:		none;
	padding-left:			10px;
}
#catalogLinks a:hover {
	text-decoration:		underline;
}
/*catalogLinks styles end*/

/*breadCrumbTrail styles begin*/
#breadCrumbTrailDiv {
	background-repeat:		no-repeat;
	height:					43px;
}
#breadCrumbTrail {
	vertical-align:			bottom;
	padding:				18px 0 0 20px;
}
#breadCrumbTrail h1 {
	font-size:				12px;
	font-weight:			normal;
	margin:					0;
	color:					#ffffff;
}
#breadCrumbTrail h1 a:link, #breadCrumbTrail h1 a:visited, #breadCrumbTrail h1 a:active {
	color:					#ffffff;
	text-decoration:		none;
}
#breadCrumbTrail h1 a:hover {
	text-decoration:		underline;
}
#breadCrumbTrail .currentPage {
	color:					#999999;
	font-size:				12px;
}
/*breadCrumbTrail styles end*/


/*###########################
# Header area Styles end ####
#############################*/




/*###########################
# Content area Styles begin #
#############################*/
#mainContent {
	padding: 				5px 15px 10px 15px;
	background-repeat:		repeat-y;
	background-color:		#000000;
	position:				relative;
	z-index:				1;
}
#homeMainContent {
	width:902px;
	padding: 				5px 15px 10px 15px;
	background-repeat:		repeat-y;
	background-color:		#000000;
	position:				relative;
	z-index:				1;
}
#mainContentBottom {
	height: 				10px;
	width:					932px;
}
#mainContent a:link, #mainContent a:visited, #mainContent a:active {
	color:					#CCCCCC;
	text-decoration:		none;
}
#mainContent a:hover {
	text-decoration:		underline;
}
.centerText {
	width:					100%;
	text-align:				center;
}
.topLink {
	margin-right:			10px;
}
.topLink a:link, .topLink a:active, .topLink a:visited {
	color:					#99FF00;
	text-decoration:		none;
	font-size:				12px;
}
.topLink a:hover {
	text-decoration:		none;
}
/*collectionBar styles begin*/
#collectionsBar {
	background-color:		#000000;
	margin:					0 auto;
	width:					932px;
	height:					100px;
	padding-top:			5px;
	padding-bottom:			45px;
	position:				relative;
	text-align:				center;
}
div.sliderGallery {
	position:				relative;
	overflow:				hidden;
	height:					145px;
	width:					774px;
	margin:					0 auto;
}
#thumbs {
	position:				absolute;
	width:					10000em;
	top:					3px;
	left:					0px;
}
#thumbs div {
	float:					left;
	width:					155px;
	height:					140px;
	cursor:					pointer;
}
#thumbs div.hover {
	border:					none;
}
#thumbs div.active {
	border:					none;
}
a.prev, a.next {
	display:				block;
	position:				absolute;
	/*top:					30px; top position if there is a navi*/
	top:					25px;
	width:					28px;
	height:					135px;
	cursor:					pointer;
}
a.prev, a.prev:active {
	left:					45px;
	background-image:		url(/images/index/collections/layout/leftArrow-dim.png);
}
a.next, a.next:active {
	left:					859px;
	background-image:		url(/images/index/collections/layout/rightArrow-dim.png);
}
a.prev:hover {
	background-image:		url(/images/index/collections/layout/leftArrow-lit.png);
}
a.next:hover {
	background-image:		url(/images/index/collections/layout/rightArrow-lit.png);
}
/* position and dimensions of the navigator */
div.navi {
	margin:					0 auto 3px auto;
	width:					100px;
	height:					20px;
	text-align:				center;
	display:				none;
}
/* items inside navigator */
div.navi a {
	width:					20px;
	height:					20px;
	float:					left;
	margin-left:			3px;
	background-color:		#ffffff;
	;
	cursor:					pointer;
}
/* mouseover state */
div.navi a:hover {
	background-color:		#70A1EE;
}
/* active state (current page state) */
div.navi a.active {
	background-color:		#999999;
}
/*collectionBar styles end*/

/*indexSEO styles begin*/
#indexSEO {
	background-color:		#000000;
	color:					#999999;
	width:					153px;
	height:					auto;
	float:					left;
	font-size:				10px;
	padding:				10px;
}
#indexSEO a:link, #indexSEO a:visited, #indexSEO a:active {
	color:					#CCCCCC;
	text-decoration:		none;
}
#indexSEO a:hover {
	text-decoration:		underline;
}
#indexSEO h2 {
	color:					#ffffff;
	font-size:				10px;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}
/*indexSEO styles end*/

/*indexMessage styles begin*/
#indexMessage {
	position:				relative;
	width:					714px;
	margin-left:			180px;
	height:					342px;
	background-color:		#000000;
	overflow:				hidden;
	padding:				7px 0 7px 5px;
	text-align:				left;
	z-index:				1;
}
#message1, #message2, #message3, #message4 {
	display:none;
	position: absolute;
}
#message1 {
	display: block;
}
#messageNav {
	z-index: 				89;
	position: 				absolute;
	background-color:		#000000;
	top: 					304px;
	bottom: 				10px;
	right:					4px;
	text-align:				right;
	height:					41px;
	padding:				0px 0px 1px 0px;
}
#messageNav img {
	border: 				2px solid #000000;
	vertical-align:			middle;
}
#messageNav a:link, #messageNav a:visited, #messageNav a:active {
	display:				inline;
	margin-right:			2px;
	text-decoration:		none;
	border:					none;
}
/*indexSEO styles end*/

#mainContent .layoutImageBottom {
	display:block;
}
#mainContent .layoutImageTop {
	display:block;
}
.roundedCorners {
	-moz-border-radius: 	10px;
	-webkit-border-radius: 	10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
/*insidePage styles begin*/
#insidePageBanner, #insidePageWrapper {
	width:					860px;
	background-color:		#000;
	position:				relative;
	margin:					0 auto;
	padding:				10px;
	font-size:				12px;
	color:					#999999;
}
.bigImage {
	border:					none;
	float:					right;
	margin-left:			10px;
}
#buttonProminent {
	width:					100%;
	margin:					20px 0px 20px 0px;
	height:					21px;
	padding:				2px 7px 3px 6px;
}
#buttonProminent a:link, #buttonProminent a:visited, #buttonProminent a:active {
	background-color:		#1A3153;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				12px;
	text-decoration:		none;
	font-weight:			bold;
	color:					#FFF;
	padding:				2px 7px 3px 6px;
	border:					2px solid #4F7CFB;
	height:					21px;
	line-height: 			21px;
	text-transform:			uppercase;
}
#buttonProminent a:hover {
	color:					#FFF;
	background-color:		#0F1E33;
	text-decoration:		none;
}
#buttonProminentGreen h2 {
	width:					300px;
	height:					50px;
	margin:					20px 0px 20px 0px;
	padding:				2px 7px 3px 6px;
}
#buttonProminentGreen h2 a:link, #buttonProminentGreen h2 a:visited, #buttonProminentGreen h2 a:active {
	background-color:		#1A3153;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				12px;
	text-decoration:		none;
	font-weight:			bold;
	color:					#FFF;
	padding:				2px 7px 3px 6px;
	border:					2px solid #4F7CFB;
	text-transform:			uppercase;
}
#buttonProminentGreen h2 a:hover {
	color:					#FFF;
	background-color:		#0F1E33;
	text-decoration:		none;
}
#insidePageVideo {
	width:					860px;
	padding:				10px;
	background-color:		#000;
	position:				relative;
	margin:					10px auto;
}
#insidePagePopular {
	width:					860px;
	height:					115px;
	padding:				10px;
	background-color:		#000;
	position:				relative;
	margin:					10px auto;
}
#insidePagePopular .popularItem {
	background-image:		url(/images/layout/insidePages/popularItem-background.png);
	background-repeat:		no-repeat;
	width:					211px;
	height:					89px;
	float:					left;
	margin-left:			3px;
	color:					#999999;
	font-size:				10px;
}
#insidePagePopular .itemPictureDiv {
	width:					47px;
	height:					70px;
	float:					left;
	position:				relative;
	margin:					10px 7px 10px 7px;
}
#insidePagePopular .itemPictureDiv a:link, #insidePagePopular .itemPictureDiv a:visited, #insidePagePopular .itemPictureDiv a:active, #insidePagePopular .itemPictureDiv a:hover {
	border:					none;
	cursor:					pointer;
}
#insidePagePopular .itemPicture {
	position:				absolute;
	width:					47px;
}
#insidePagePopular .starRating {
	margin-right:			15px;
}
#insidePagePopular h3, #insidePageVideo h3 {
	margin:					15px 0 10px 0;
	color:					#ffffff;
	font-size:				10px;
	padding:				0 2px 0 0;
}
#insidePageBottomLeft {
	width:					310px;
	background-color:		#000;
	float:					left;
	margin-left:			12px;
	padding:				10px;
	position:				relative;
	font-size:				12px;
	color:					#999999;
}
#insidePageBottomLeft a:link, #insidePageBottomLeft a:visited, #insidePageBottomLeft a:active {
	font-size:				11px;
	color:					#80ABF9;
	text-decoration:		none;
}
#insidePageBottomLeft a:hover {
	text-decoration:		underline;
}
#insidePageBottomLeft .twitterBird {
	position:				absolute;
	left:					2px;
	top:					5px;
}
#insidePageBottomLeft .twitterHeader {
	margin-left:			45px;
}
#insidePageBottomLeft .tweetBubbleLeft, #insidePageBottomLeft .tweetBubbleRight {
	height:					61px;
	width:					251px;
	margin:					5px auto;
	font-size:				11px;
	color:					#999999;
	padding:				10px 25px 20px 25px;
}
#insidePageBottomLeft .tweetBubbleLeft {
	background-image:		url(/images/layout/insidePages/tweetBubble-left.jpg);
}
#insidePageBottomLeft .tweetBubbleRight {
	background-image:		url(/images/layout/insidePages/tweetBubble-right.jpg);
}
#insidePageBottomRight {
	width:					520px;
	position:				relative;
	margin-left:			352px;
	background-color:		#000;
	padding:				10px;
}
#insidePageBottomRight .reviewItem {
	background-image:		url(/images/layout/insidePages/reviewItem-background.jpg);
	background-position:	bottom;
	background-repeat:		no-repeat;
	background-color:		#000000;
	width:					397px;
	margin:					0 auto;
	font-size:				12px;
	color:					#999999;
	padding:				10px 25px 20px 70px;
	position:				relative;
}
#insidePageBottomRight h3 {
	font-size:				12px;
	color:					#CCCCCC;
	margin:					0;
}
#insidePageBottomRight .productImage {
	position:				absolute;
	left:					10px;
	top:					15px;
	width:					47px;
	margin:					0;
}
#insidePagePopular h2, #insidePageVideo h2, #insidePageBottomLeft h2, #insidePageBottomRight h2 {
	font-size:				16px;
	color:					#ffffff;
	margin:					0 0 5px 0;
}
#insidePagePopular h2 a:link, #insidePagePopular h2 a:visited, #insidePagePopular h2 a:active, #insidePageBottomLeft h2 a:link, #insidePageBottomLeft h2 a:visited, #insidePageBottomLeft h2 a:active, #insidePageBottomRight h2 a:link, #insidePageBottomRight h2 a:visited, #insidePageBottomRight h2 a:active {
	color:					#80ABF9;
	text-decoration:		none;
	font-size:				11px;
}
#insidePagePopular h2 a:hover, #insidePageBottomLeft h2 a:hover, #insidePageBottomRight h2 a:hover, #insidePageBottomLeft h2 a:link, #insidePageBottomLeft h2 a:visited, #insidePageBottomLeft h2 a:active, #insidePageBottomRight h2 a:link, #insidePageBottomRight h2 a:visited, #insidePageBottomRight h2 a:active {
	text-decoration:		underline;
}
#insidePagePopular h3 a:link, #insidePagePopular h3 a:visited, #insidePagePopular h3 a:active {
	color:					#ffffff;
	text-decoration:		none;
}
#insidePageBottomRight h3 a:link, #insidePageBottomRight h3 a:visited, #insidePageBottomRight h3 a:active {
	color:					#cccccc;
	text-decoration:		none;
}
#insidePagePopular h3 a:hover, #insidePageBottomRight h3 a:hover {
	text-decoration:		underline;
}
#insidePageBanner h4 {
	margin:					0;
	color:					#ffffff;
	font-size:				12px;
}
#insideMiniPageDiv {
	width:					870px;
	padding:				10px;
	background-color:		#000;
	position:				relative;
	margin:					0 auto;
	color:					#999999;
	font-size:				12px;
}
#insideMiniPageDiv h4 {
	font-size:				18px;
	color:					#ffffff;
	margin:					0;
}
#insideMiniPageDiv h2 {
	font-size:				18px;
	color:					#ffffff;
	margin:					10px 0 10px 55px;
}
#insideMiniPageDiv h3 {
	font-size:				14px;
	color:					#ffffff;
	margin:					0;
}
#returnPolicyText {
	width:					510px;
	padding:				10px;
	border:					1px dashed #333333;
}
#returnPolicyText h2 {
	margin-left:			0;
}
#privacyPolicyText {
	width:					510px;
	padding:				10px;
	border:					1px dashed #333333;
}
#privacyPolicyText h2 {
	margin-left:			0;
}
#rightPositionedImages {
	text-align:				center;
	position:				absolute;
	top:					15px;
	left:					570px;
}
.faqLogo {
	position:				absolute;
	left:					10px;
	top:					10px;
}
#siteMapDiv {
	width:					870px;
	padding:				10px;
	background-color:		#333;
	position:				relative;
	margin:					0 auto;
	color:					#999999;
	font-size:				10px;
}
#siteMapDiv a:link, #siteMapDiv a:visited, #siteMapDiv a:active {
	color:					#ffffff;
	text-decoration:		none;
}
#siteMapDiv a:hover {
	text-decoration:		underline;
}
#siteMapDiv h2 {
	font-size:				18px;
	color:					#ffffff;
	margin:					0;
}
#siteMapDiv h3 {
	font-size:				12px;
	color:					#ccc;
	margin:					0;
}
#siteMapDiv h3 a:link, #siteMapDiv h3 a:active, #siteMapDiv h3 a:visited {
	color:					#ccc;
	text-decoration:		none;
}
#siteMapDiv h3 a:hover {
	text-decoration:		underline;
}
#siteMapDiv .siteTable {
	border-top: 			1px solid #ccc;
	border-bottom: 			1px solid #ccc;
}
#siteTableTop {
	text-align:				center;
}
#siteTableTop a:link, #siteTableTop a:visited, #siteTableTop a:active {
	text-decoration:		none;
	color:					#ccc;
	font-weight:			bold;
}
#siteTableTop a:hover {
	text-decoration:		underline;
}
#siteMapDiv .sectionBottomCell {
	border-bottom: 			1px solid #ccc;
}
#siteMapDiv .siteMapSocial {
	background-color:		#111211;
	background-image:		url(/site-map/images/siteMapSocial-background.jpg);
	background-position:	top;
	background-repeat:		no-repeat;
	height:					220px;
	border-top: 			1px solid #ccc;
	border-bottom: 			1px solid #ccc;
}
#quickSearch {
	background-image:		url(/site-map/images/quickSearch-background.jpg);
	background-repeat:		no-repeat;
	height:					32px;
	width:					168px;
	padding:				5px 0 0 0; /*used for position of items within #search*/
	z-index:				3;
}
#quickSearch a:link, #quickSearch a:visited, #quickSearch a:active {
	text-decoration:		none;
	color:					#000000;
	font-weight:			bold;
	font-size:				13px;
}
#quickSearch input {
	width:					105px;
}
#ourCompanyPageDiv {
	width:					860px;
	background-color:		#000;
	position:				relative;
	margin:					0 auto;
	padding:				10px;
	font-size:				12px;
	color:					#999999;
}
#ourCompanyPageDiv h2 {
	color:					#ffffff;
	font-size:				18px;
	margin:					0;
	font-weight:			normal;
}
#ourCompanyPageDiv h3 {
	color:					#ffffff;
	font-size:				14px;
	margin:					0;
	font-weight:			normal;
}
#fabricChoices {
	background-color:		#227FFB;
	padding:				2px 4px 2px 4px;
	color:					#000000;
}
/*insidePage styles end*/


/*hope styles begin*/
#hopeHeaderContainer {
	width:					900px;
	height:					337px;
	padding:				0;
	margin:					0;
	background-color:		#f0c3dd;
}
#hopeLogo  {
	float: 					left;
	width:					448px;
	height:					337px;
	padding:				0;
	margin:					0;
}
#hopeHeaderRight  {
	float: 					left;
	width:					452px;
	height:					337px;
	padding:				0;
	margin:					0;
}
#hopeHeaderRightBrowseTop  {
	width:					451px;
	height:					168px;
	background-image:		url(../hope/images/s-hope-browsetop.jpg);
	background-repeat:		none;
	padding:				0;
	margin:					0;
}
#hopeHeaderRightBrowseTopContent  {
	width:					285px;
	height:					162px;
	font-family:			Helvetica;
	font-size:				13px;
	font-weight:			normal;
	color:					#885ab6;
	padding:				90px 0 0 30px;
	margin:					0;
}
#hopeHeaderRightBrowseBottom  {
	width:					451px;
	height:					84px;
	background-image:		url(../hope/images/s-hope-browsebottom.jpg);
	background-repeat:		none;
	padding:				0;
	margin:					0;
}

#hopeHeaderShare  {
	float: 					left;
	width:					452px;
	height:					82px;
	padding:				0;
	margin:					0;
	background-color:		#f0c3dd;
}
#hopePurpleBar  {
	width:					900px;
	height:					9px;
	background-image:		url(../hope/images/s-hope-purplebar.jpg);
	background-repeat:		none;
	padding:				0;
	margin:					0;
}
#hopeAboutHopeStory  {
	width:					900px;
	height:					262px;
	padding:				0;
	margin:					0;
}
#hopeAboutHopeStoryImg  {
	float: 					left;
	width:					238px;
	height:					262px;
	background-image:		url(../hope/images/s-hope-abouthopestory.jpg);
	background-repeat:		none;
	padding:				0;
	margin:					0;
}
#hopeAboutHopeStoryContent  {
	float: 					left;
	width:					661px;
	height:					262px;
	background-image:		url(../hope/images/s-hope-abouthopestorycontent.jpg);
	background-repeat:		none;
	padding:				0;
	margin:					0;
}
#hopecolumn1 {
	float: 					left;
	width:					207px;
	height:					200px;
	font-size:				13px;
	font-weight:			normal;
	color:					#885ab6;
	padding:				0;
	margin:					50px 0 0 0;
}
#hopecolumn2 {
	float: 					left;
	width:					225px;
	height:					200px;
	font-size:				13px;
	font-weight:			normal;
	color:					#885ab6;
	padding:				0;
	margin:					50px 0 0 20px;
}
#hopeMainContent  {
	width:					900px;
	height:					327px;
	padding:				0;
	margin:					0;
	background-color:		#f0c3dd;
}
#hopeGetInvolved  {
	float:					left;
	width:					237px;
	height:					327px;
	background-image:		url(../hope/images/s-hope-getinvolved.jpg);
	background-repeat:		none;
	padding:				0;
	margin:					0;
	background-color:		#f0c3dd;
}
#hopeVideo  {
	float:					left;
	width:					432px;
	height:					327px;
	padding:				0;
	margin:					0;
	background-color:		#f0c3dd;
}
#hopeMovie  {
	float:					left;
	width:					231px;
	height:					327px;
	background-image:		url(../hope/images/s-hope-movie.jpg);
	background-repeat:		none;
	padding:				0;
	margin:					0;
	background-color:		#f0c3dd;
}
#hopeProducts  {
	float:					left;
	width:					900px;
	height:					auto;
	padding:				0;
	margin:					0;
	background-color:		#f0c3dd;
}
/*  Hope Baynote Slider Code  */
#hopeslider-wrap {
	background:				#f0c3dd;
	margin-left:			-5px;
}
#hopeslider-code {
	height: 				400px;
	width: 					900px;
	margin: 				0px 0px 6px 4px;
	padding-top:			3px;
	overflow:				hidden;
}
#hopeslider-code .hopeviewport {
	position: 				relative;
	margin:					0 auto;
	height: 				360px;
	overflow: 				hidden;
}
#hopeslider-code .hopebuttons {
	background-position:	middle;
	display: 				block;
	float: 					left;
	width: 					50px;
	height: 				117px;
	overflow:				visible;
	position: 				relative;
}
#hopeslider-code .hopeprevSlider {
	margin: 				0px;
	float:					left;
}
#hopeslider-code .hopenextSlider {
	margin: 				0px 0 0 8px;
	float:					right;
}
#hopeslider-code .hopedisable {
	visibility: 			hidden;
}
#hopeslider-code .hopeoverview {
	list-style: 			none;
	position: 				absolute;
	padding: 				0;
	margin: 				0;
	left: 					0;
	top: 					0;
}
#hopeslider-code .hopeoverview li {
	float: 					left;
    width: 					175px;
	height: 				auto;
    background-color: 		#000;
    margin: 				0 5px;
    padding: 				6px;
    border-radius: 			10px 10px 10px 10px;
}
.hopeprice {
	font-size:				9px;
	font-weight:			normal;
	color:					#FFF;
	padding: 				-5px 0 0 0;
	margin: 				0;
}
.hopecategorySKU {
	font-size:				9px;
	font-weight:			normal;
	color:					#999;
	font-style:				italic;
}
.hopecategoryStyleName, .hopecategoryStyleName a:link, .hopecategoryStyleName a:active, .hopecategoryStyleName a:hover {
	font-size:				12px;
	font-weight:			normal;
	color:					#fff;
}

/*hope light box*/
.hopelightBoxDiv {
	position: 				fixed;
	top: 					100px;
	left: 					700px;
	z-index:				1000;
	width:					515px;
	height:					765px;
	text-align:				left;
	font-size:				11px;
	background-color:		#f0c3dd;
	border-color:			#8859b5;
	border-width:			5px;
	border-style:			solid;
	padding:				10px;
}
#hopelightBoxClose {
	float:					right;
	width:					50px;
	height:					17px;
	background-image:		url(../hope/images/s-hopestory-close.jpg);
	background-repeat:		none;
	margin:					-15px 0 -20px 200px;
}
#hopelightBoxClose a:link, #hopelightBoxClose a:visited, #hopelightBoxClose a:active,#hopelightBoxClose a:hover {
	text-decoration:		none;
	border:					none;
}
#hopelightBoxcolumn1 {
	float: 					left;
	width:					237px;
	height:					745px;
	font-size:				13px;
	font-weight:			normal;
	color:					#885ab6;
	padding:				10px;
	margin:					0;
}
#hopelightBoxcolumn2 {
	float: 					left;
	width:					237px;
	height:					745px;
	font-size:				13px;
	font-weight:			normal;
	color:					#885ab6;
	padding:				10px;
	margin:					0;
}

/*hope styles eng*/

/*###########################
# Content area Styles end ###
#############################*/




/*###########################
# Footer area Styles begin ####
#############################*/
#footer {
	clear:both;
	background-color:		#000000;
	padding:20px 0 0 0;
	margin-left:12px;
}
#customerHelp {
	width:					960px;
	height:					55px;
	margin:					0 auto;
	background-color:		#000000;
	position:				relative;
}
#customerHelp .helpItem {
	float:					left;
	margin-left:			5px;
	padding-bottom:			5px;
}
#customerHelp .leftItem {
	float:					left;
	padding-bottom:			5px;
}
#customerHelp .liveChatItem {
	float:					left;
	margin-left:			5px;
	padding-top:			6px;
}
.lightBoxDiv {
	position: 				fixed;
	top: 					50%;
	left: 					50%;
	z-index:				1000;
	text-align:				center;
	font-size:				11px;
}
.lightBoxDiv h1 {
	font-size:				32px;
	font-weight:			normal;
	margin:					20px 0 0 0;
}
.lightBoxDiv h2 {
	font-size:				15px;
	margin:					0;
	font-weight:			bold;
}
.lightBoxDiv h3 {
	color:					#ffffff;
	font-size:				13px;
	margin:					0;
}
.lightBoxDiv ul {
	margin:					0 0 7px 0;
}
#overlay {
	background-image: 		url('/images/layout/lightbox/overlay.png');
	background-repeat:		repeat;
	height:					100%;
	display: 				none;
	position: 				fixed;
	top: 					0;
	left: 					0;
	z-index: 				999;
	width: 					100%;
}
* html #overlay {
	background-color: 		#000;
	back\ground-color: 		transparent;
	background-image: 		url('/images/layout/lightbox/trans_pixel.gif');
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/layout/lightbox/overlay.png", sizingMethod="scale");
}
#overlay img {
	border: none;
}
#videoLightbox {
	top:152px;
	margin-left:-265px;
	display:none;
	width:526px;
	height:334px;
	background-color:#000;
}
#contactUsLightbox {
	width:454px;
	height:389px;
	padding:70px 12px 8px 12px;
	margin-left:			-200px;
	margin-top:				-300px;

}
#wallpapersLightbox {
	width:386px;
	height:170px;
	display:none;
	text-align:left;
	color:#fff;
	font-size:13px;
	padding:280px 36px 0px 36px;
	margin-left:			-229px;
	margin-top:				-200px;
}
#wallpapersXT46Lightbox {
	width:386px;
	height:170px;
	display:none;
	text-align:left;
	color:#fff;
	font-size:13px;
	padding:280px 36px 0px 36px;
	margin-left:			-229px;
	margin-top:				-200px;
}
#contactUsLightbox h2 {
	font-size:				12px;
	color:					#fff;
	margin:					0;
}
#contactUsLightbox a:link, #contactUsLightbox a:visited, #contactUsLightbox a:active {
	text-decoration:		none;
	color:					#2D96FF;
}
#contactUsLightbox a:hover {
	text-decoration:		underline;
}
#contactUsLightboxInner {
	background-color:#e6e6e6;
	border:	2px solid #0066CC;
	height:380px;
	position:relative;
}
.liveChatIcon {
	margin-top:				5px;
	margin-bottom:			5px;
	border:					none;
}
.contactSmallText {
	font-size:				9px;
	font-style:				italic;
}
.contactBiggerText {
	font-size:				14px;
	color:					#CCC;
	padding:				0px 8px;
	font-weight:			bold;
}
.lightBoxReturnsContactUs {
	text-align:				left;
	font-size:				11px;
	color:					#999999;
	padding:				5px;
	background-color:		#000;
	-moz-border-radius: 	10px;
	-webkit-border-radius: 	10px;
	-khtml-border-radius: 	10px;
	border-radius: 			10px;
	margin:					0;
	line-height:			1.4;
}
.contactEmail {
	line-height:			1.7;
	top:90px;
	left:28px;
	width:177px;
	height:66px;
}
.physicalAddress {
	top:90px;
	left:216px;
	width:171px;
	height:66px;
}
.tollFree {
	top:175px;
	left:28px;
	width:360px;
	height:24px;
}
.lightBoxCloseContactUs {
	top:360px;
	left:320px;
	width:63px;
}
.lightBoxReturnsContactUs {
	top:360px;
	left:30px;
	width:63px;
	text-align:center;
	padding:4px 5px 5px 5px;
}
.lightBoxCloseContactUs a:link, .lightBoxCloseContactUs a:visited, .lightBoxCloseContactUs a:active {
	color:					#ffffff;
	text-decoration:		none;
}
.lightBoxCloseContactUs a:hover {
	text-decoration:		underline;
}
.liveChat {
	top:220px;
	left:28px;
	width:360px;
}
#shippingLightbox {
	background-image:		url(/images/layout/footer/shipping-lightbox.jpg);
	height: 				478px;
	width:					402px;
	margin-left:			-200px;
	margin-top:				-300px;
}
.shippingDeal {
	margin-top:				30px;
	color:					#2090CC;
}
.groundShipping, .expressShipping, .airShipping {
	text-align:				left;
	font-size:				11px;
	color:					#999999;
	position:				absolute;
	left:					115px;
}
.groundShipping {
	top:180px;
}
.expressShipping {
	top:250px;
}
.airShipping {
	top:335px;
}
.shippingDays {
	position:				absolute;
	left:					35px;
	top:					430px;
	color:					#000000;
}
#investorRelationsLightbox {
	background-image:		url(/images/layout/footer/investorRelations-lightbox.jpg);
	height: 				460px;
	width:					393px;
	margin-left:			-200px;
	margin-top:				-300px;
}
#subsidiaryText {
	position:				absolute;
	text-align:				left;
	top:					328px;
	left:					98px;
	color:					#999999;
}
#chatButton {
	float:					left;
}
/*joinEmail styles begin*/
#joinEmail {
	float:left;
	background-repeat:		no-repeat;
	background-position:	center;
	width:					491px;
	height:					38px;
	margin:					0px 10px 0px 10px;
}
#joinEmail form {
	margin:					6px 0px 0px 5px;
	
	font-size:				11px;
	color:					#ffffff;
	font-weight:			bold;
	height:					20px;
}
#joinEmail label {
	vertical-align:			middle;
}
#joinEmail input {
	width:					398px;
	height:					18px;
}
#joinEmail .emailInterest {
	width:					10px;
	margin-right:			5px;
}
#joinEmail a:link, #joinEmail a:visited, #joinEmail a:active {
	vertical-align:			middle;
	color:					#000000;
	text-decoration:		none;
}
#email_form {
	display:				none;
	height: 				395px;
	width:					479px;
	margin-left:			-237px;
	margin-top:				-300px;
}
#emailTable {
	position:				absolute;
	top:					195px;
	left:					87px;
	width:					300px;
	color:					#ffffff;
}
#emailTable td {
	padding:				5px 0 5px 0;
}
#email_form h1 {
	margin-top:				40px;
}
#email_form label {
	color:					#ffffff;
	font-size:				14px;
	margin-right:			5px;
}
#email_form .message {
	text-align: 			left;
	padding: 				0px;
	color: 					#FBEAD4;
	font-weight: 			bold;
	margin-top:				150px;
	margin-left:			0px;
	width:					300px;
}
#email_form input {
	width:					153px;
}
#email_form .emailInterest {
	width:					10px;
	margin-right:			5px;
}
#email_form select {
	background-color:		#fff;
	margin:					0;
}
#emailButton {
	width:					90px;
	height:					32px;
	line-height:			28px;
	text-decoration:		none;

	color:					#ffffff;
	border:					none;
	font-weight:			bold;
	font-size:				14px;
	cursor:					pointer;
	position:				absolute;
	bottom:					22px;
	right:					30px;
}
#emailButton:hover {
	text-decoration:		underline;
}
.emailOffer {
	font-size:				18px;
	position:				absolute;
	left:					100px;
	top:					108px;
	text-align:				left;
	width:					260px;
}
#lightBoxClose, #lightBoxCancel {
	background-color:		#333333;
	height:					22px;
	color:					#ffffff;
	font-size:				12px;
	position:				absolute;
	line-height:			22px;
	z-index:				99999;
}
#lightBoxClose {
	bottom:					25px;
	right:					30px;
	width:					63px;
}
#lightBoxCancel {
	bottom:					25px;
	right:					220px;
	width:					70px;
}
#lightBoxClose a:link, #lightBoxClose a:visited, #lightBoxClose a:active, #lightBoxCancel a:link, #lightBoxCancel a:visited, #lightBoxCancel a:active {
	color:					#ffffff;
	text-decoration:		none;
}
#lightBoxClose a:hover, #lightBoxCancel a:hover {
	text-decoration:		underline;
}
/*joinEmail styles end*/

/* XT46joinEmail styles begin*/
#xt46_email_form {
	float:left;
	width: 				479px;
	height:					387px;
	background-image:		url(../images/layout/footer/xt46-joinEmail-lightbox.jpg);
	background-repeat:		no-repeat;
	margin-left:			-200px;
	margin-top:				-300px;
	background-color:#3f0;
}
#xt46_emailTable_left {
	float:					left;
	width:					274px;
	color:					#000;
	margin:					29px 0 0 43px;
}
#xt46_emailTable_right {
	float:					left;
	width:					130px;
	color:					#878787;
	margin:					29px 0 0 30px;
}
#xt46_emailTable_left td {
	padding:				5px 0 5px 0;
}
#xt46_emailTable_right td {
	padding:				0;
}
#xt46_email_form input[type="text"]  {
	height:					29px;
	color:					#878787;
}
#xt46_email_form input[type="checkbox"]  {
	height:					20px;
	color:					#878787;
	margin:					0;
	padding:				0;
}
#xt46_email_form .xt46_emailInterest {
	width:					30px;
	height:					10px;
	color:					#878787;
	margin: 				5px 0 0 10px;
	padding:				0;
	vertical-align:			middle;
}
#xt46_email_form select {
	background-color:		#fff;
	margin:					0;
	color:					#878787;
}
#xt46_emailButton {
	float:					left;
	width:					112px;
	height:					22px;
	border:					none;
	cursor:					pointer;
	margin:					43px 0 0 0;
}
#xt46_lightBoxClose, #xt46_lightBoxCancel {
	background-color:		#333333;
	height:					22px;
	color:					#000;
	font-size:				12px;
	z-index:				99999;
}
#xt46_lightBoxClose {
	width:					63px;
}
#xt46_lightBoxCancel {
	width:					70px;
}
#xt46_lightBoxClose a:link, #xt46_lightBoxClose a:visited, #xt46_lightBoxClose a:active, #xt46_lightBoxCancel a:link, #xt46_lightBoxCancel a:visited, #xt46_lightBoxCancel a:active {
	color:					#ffffff;
	text-decoration:		none;
}
#xt46_lightBoxClose a:hover, #xt46_lightBoxCancel a:hover {
	text-decoration:		underline;
}


/* XT46joinEmail styles end*/

/*footerLinks styles begin*/

#socialLinks {
	width:					208px;
	height:					31px;
	float:left;
}
#socialLinks img {
	border:					none;
	vertical-align:			middle;
	margin-top:				3px;
}
#siteLinks {
	width:					892px;
	color: 					#CCCCCC;
	font-size:				10px;
	height:					72px;
	background-position:top left;
	background-repeat:		repeat-x;
	clear:both;
	padding:				20px 0px 0px 20px;
}
#siteLinks a:link, #siteLinks a:visited, #siteLinks a:active {
	color: 					#CCCCCC;
	text-decoration:		none;
}
#siteLinks a:hover {
	text-decoration:		underline;
}
.topSiteLinks {
	font-size:				13px;
	font-weight:			bold;
	line-height:			2;
}
#copyright {
	margin:					20px 0 0 0;
	color:					#666666;
}
/*footerLinks styles end*/

/*customerService styles begin*/
#customerService {
	float:					right;
	margin-right:			16px;
	color:					#FFFFFF;
	text-align:				right;
	font-size:				10px;
	z-index:				10000;
}
#customerService h2 {
	font-size:				14px;
	margin:					2px 0 0 0;
}
#customerService a:link, #customerService a:active, #customerService a:visited, #customerService a:hover {
	color:					#ffffff;
	text-decoration:		none;
}
/*customerService styles end*/

/*###########################
# Footer area Styles end ####
#############################*/

/*################################
# Top Category Page Styles Begin #
##################################*/

.topcategorylandingpage {
	margin: 5px;
}
.topcategorylandingpage #insidePageBanner p img.bigImage {
	margin: 15px 30px 0 0;
}
.topcategorylandingpage #insidePagePopular {
	width:					643px;
	height:					110px;
	padding: 10px;
	background-color:		#000;
	position:				relative;
	margin:					7px;
}
#topcatad {
	height: 				247px;
	width:					188px;
	background-color:		black;
	float:					right;
	margin:					1px 6px 0 12px;
	padding:				9px 7px;
	position:				relative;
	font-size:				12px;
	color:					#999999;
}
#topcatSecondarylinks {
	list-style-type: 	none;
	font-size: 			10px;
	line-height: 		190%;
	border-left: 		1px solid #396ef9;
	margin-top:			0;
	margin-left: 		80px;
	text-indent:		7px;
	padding: 			2px;
}
#topcatSecondarylinks.guys {
	border-left-color:	#396ef9;
}
#topcatSecondarylinks.girls {
	border-left-color: #be1c60;
	line-height: 140%;
}
#topcatSecondarylinks.kids {
	border-left-color:	#396ef9;
}
/*##############################
# Top Category Page Styles End #
################################*/



/*############################
# Blog Styles                #
##############################*/
#contentTD {
	padding:				10px;
}
#contentTD .archiveLabel {
	margin:					0 0 10px 0;
	text-align:				left;
	color:					#999999;
	border-bottom:			1px dotted #227FFB;
}
#postTD {
	text-align:				left;
	font-size:				14px;
}
#postTD .floatLeftImage {
	float:					left;
	border:					1px solid #999999;
	margin: 				5px 10px 10px 0px;
	padding: 				0pt;
}
#postTD .floatRightImage {
	float:					right;
	border:					1px solid #999999;
	margin: 				5px 0px 10px 10px;
	padding: 				0pt;
}
#postTD small {
	color:					#999999;
}
#postTD .postHeaderTitle {
	margin:0;
}
#postTD a:link, #postTD a:visited, #postTD a:active {
	font-weight:			bold;
}
.postWrapper {
	background-color:		#000000;
	margin-bottom:			30px;
	padding: 20px 30px 10px;
	-webkit-box-shadow: #777 0 1px 2px;
}
.postWrapper .entry {
	color:					#999999;
	margin-top: 			22px;
}
#postTD .postHeaderTitle, #postTD .postHeaderTitle a:link, #postTD .postHeaderTitle a:visited, #postTD .postHeaderTitle a:active {
	color:					#FFFFFF;
	font-weight: 			normal;
	font-size: 				21px;
	margin-bottom: 			12px;
}
.postHeaderTitle a:hover, #postTD a:hover {
	text-decoration:underline;
	color:#999999;
}
#contentTD .postmetadata {
	color:					#FFFFFF;
	font-size:				11px;
	font-weight:			bold;
	border-bottom:			1px dotted #227FFB;
	border-top:				1px dotted #227FFB;
	margin-bottom:			0;
	padding:				5px;
	text-align:				left;
}
#contentTD .postmetadata a:link, #contentTD .postmetadata a:visited, #contentTD .postmetadata a:active {
	font-size:				10px;
	color:					#999999;
}
#contentTD .postmetadata a:hover {
	text-decoration:underline;
}
.postComments {
	color:					#227FFB;
	font-weight:			bold;
	padding:				5px;
	font-size:				12px;
}
.PSR_stars {
	width:85px;
}
.PSR_votes {
	font-size:10px;
	float:left;
	margin-left:38px;
}
.PSR_tvotes {
	font-size:10px;
	float:left;
}
#contentTD .postComments a:link, #contentTD .postComments a:visited, #contentTD .postComments a:active {
	color:					#227FFB;
	text-decoration:		none;
}
#contentTD .postComments a:hover {
	color: #227FFB;
}
#sidebarTD {
	width:					240px;
}
#sidebar-wrapper {
	border-left: 			1px groove #4373b9;
}
#sidebar-box {
	text-align:				left;
	margin:			        0 10px 0 10px;
	background-color:		#000000;
	padding:				5px;
}
#sidebar-box .imgHeader {
	margin:					0 0 5px 5px;
}
#sidebar-box ul li {
	list-style-type:		none;
}
#sidebar-box h2 {
	font-size:				16px;
	color:					#227FFB;
	font-size: 				14px;
	margin-bottom: 			2px;
}
.newStylesBox, .popularStylesBox {
	font-size:				10px;
}
.newStylesBox table, .popularStylesBox table {
	text-align:				center;
}
.newStylesBox img, .popularStylesBox img {
	border:					1px solid #999999;
}
.collectionsBox a:link, .collectionsBox a:visited, .collectionsBox a:active {
	font-size:				14px;
}
.categoriesBox, .archivesBox {
	font-size:10px;
	color:#ffffff;
}
.categoriesBox ul, .archivesBox ul {
	padding-left:			10px;
	margin:					0;
}
.collectionsBox ul {
	padding-left:			20px;
	margin:					0;
}
.collectionsBox li, .categoriesBox li, .archivesBox li {
	list-style-type:		none;
}
.socialBox {
	background-repeat:		no-repeat;
	height:					128px;
	width:					209px;
	font-size:				12px;
	padding:				0 0 0 15px;
}
.flickrBox {
	background-repeat:		no-repeat;
	height:					118px;
	width:					209px;
	font-size:				12px;
	padding:				0 0 0 15px;
}
#respond {
	text-align: 			left;
	padding:				5px;
	border-top:				1px solid #227FFB;
}
#respond h3 {
	margin:					0 0 5px 0;
}
#respond #commentform label {
	text-align:				left;
}
#commentform {
	margin-left:			15px;
}
#commentform p {
	color:					#999999;
	font-size:				12px;
}
#comments, #commentlist, .comment-body {
	text-align:left;
}
#comments, #respond h3 {
	font-size:				14px;
	color:					#227FFB
}
.commentlist {
	padding-left:			5px;
}
.commentlist li {
	width:					578px;
	border:					1px solid #227FFB;
	font-size:				12px;
	color:					#999999;
	list-style-type:		none;
	padding:				5px;
	margin:					0 0 15px 15px;
}
.widgettitle {
	background-repeat:		no-repeat;
	background-position:	left;
	height:					15px;
	margin:					0 0 5px -10px;
}
#twitter-3 .widgettitle {
	font-size:				16px;
	color:					#227FFB;
	margin:					0 0 0 -18px;
}
#twitter-3 .widgettitle a:link, #twitter-3 .widgettitle a:visited, #twitter-3 .widgettitle a:active {
	color:					#227FFB;
	text-decoration:		none;
}
#twitter-3 .widgettitle a:hover {
	text-decoration:		underline;
}
.widgetBox ul {
	margin:					0;
	padding:				0 0 0 20px;
}
.widgetBox ul ul {
	padding:				0;
}
.tweets li {
	border-bottom:			1px dotted #227FFB;
	font-size:				12px;
	padding:				5px;
	margin-left:			-12px;
	color:					#999999;
}
#followOnTwitter {
	text-align:				left;
	margin-top:				5px;
	font-size:				10px;
}
.blogSearchBox #searchform label {
	display:				none;
}
.blogSearchBox #s {
	width:					130px;
}
.blogSearchBox #searchform #searchsubmit, #commentform #submit {
	border: 				1px solid #FBEAD4;
	background-color: 		#227FFB;
	color: 					#FBEAD4;
}
.blogSearchBox #searchform #searchsubmit:hover, #commentform #submit:hover {
	border: 				1px solid #FBEAD4;
	background-color: 		#999999;
	color: 					#000000;
}
#blogHeaderLinks {
	height:					46px;
	width:					753px;
	position:				absolute;
	top:					41px;
	left:					170px;
	z-index:				2;
}
#blogHeaderLinks a:link, #blogHeaderLinks a:visited, #blogHeaderLinks a:active {
	text-decoration:		none;
	border:					none;
	color:					#cccccc;
	font-size:				12px;
}
.twitter-share-button {
	margin-left:			510px;
}
/*############################
# Blog Styles                #
##############################*/


/*#######################################
# Web Site Mainenance area Styles begin #
#########################################*/
#websiteMaintanceTable {
	background-color:		#000000;
	color:					#227FFB;
	padding:				10px;
	font-size:				10px;
}
/*#####################################
# Web Site Mainenance area Styles end #
#######################################*/


/*######################
# Baynote Styles begin #
########################*/
#indexBaynoteDiv {
	width:					900px;
	background-color:		#000000;
	padding:				7px 0 7px 0;
	z-index:				1;
}
#indexBaynoteDiv h2 {
	font-size:				12px;
	color:					#FFFFFF;
	font-weight:			bold;
	margin:					0 0 5px 10px;
	padding:				0;
}
#indexBaynoteDiv table {
	width:					890px;
	margin-left:			5px;
}
#indexBaynoteDiv td {
	width:					20%;
	text-align:				left;
}
#indexBaynoteDiv img {
	width:					55px;
	margin:					3px 0 0 3px;
}
#indexBaynoteDiv .popularProduct {
	background-image:		url(/images/layout/insidePages/popularItem-background.png);
	background-repeat:		no-repeat;
	width:					211px;
	height:					89px;
	margin-left:			3px;
	color:					#999999;
	font-size:				10px;
	position:				relative;
}
#indexBaynoteDiv .popularProduct .productAttributes {
	position:				absolute;
	top:					15px;
	left:					68px;
}
#indexBaynoteDiv .productName {
	font-size:				10px;
	font-weight:			bold;
	padding:				0 2px 0 0;
}
#indexBaynoteDiv .productPrice {
	font-size:				10px;
	color:					#CCCCCC;
}
#indexBaynoteDiv .productName a:link, #indexBaynoteDiv .productName a:visited, #indexBaynoteDiv .productName a:active {
	color:					#FFFFFF;
	text-decoration:		none;
}
#indexBaynoteDiv .productName a:hover .productName a:hover {
	text-decoration:		underline;
}
.baynoteRecsTable {
	margin-top:				10px;
	color:					#FFFFFF;
}
.baynoteProductInfo {
	text-align:				left;
	margin:					5px 0 0 5px;
}
.baynoteRecsTable .skuText {
	font-size:				10px;
	font-style:				italic;
}
.baynoteRecsTable .baynoteProductName {
	font-size:				15px;
}
/*####################
# Baynote Styles end #
######################*/


/*####################
# holiday pickmeups  #
######################*/

#holidaypickmeups {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#666;
	font-size:11px;
	width: 122px;
}
#holidaypickmeups a:link {
	font-decoration:none;
	color:#666;
}
#holidaypickmeups a:visited {
	font-decoration:none;
	color:#666;
}
#holidaypickmeups a:hover {
	font-decoration:none;
	color:#666;
}
#holidaypickmeups a:active {
	font-decoration:none;
	color:#666;
}
#holidaypickmeups h5 {
	font-size:13px;
	color:#b40421;
	font-weight:bold;
	margin:0px;
}
#holidaypickmeups_pink {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#F56586;
	font-size:11px;
	line-height:1.1;
	width: 118px;
}
#holidaypickmeups_pink a:link {
	font-decoration:none;
	color:#F56586;
}
#holidaypickmeups_pink a:visited {
	font-decoration:none;
	color:#F56586;
}
#holidaypickmeups_pink a:hover {
	font-decoration:none;
	color:#F56586;
}
#holidaypickmeups_pink a:active {
	font-decoration:none;
	color:#F56586;
}
#holidaypickmeups_pink h5 {
	font-size:13px;
	color:#F56586;
	font-weight:bold;
	margin:0px;
}
#holidaypickmeups_red {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#b40421;
	font-size:11px;
	line-height:1.1;
}
#holidaypickmeups_red a:link {
	font-decoration:none;
	color:#b40421;
}
#holidaypickmeups_red a:visited {
	font-decoration:none;
	color:#b40421;
}
#holidaypickmeups_red a:hover {
	font-decoration:none;
	color:#b40421;
}
#holidaypickmeups_red a:active {
	font-decoration:none;
	color:#b40421;
}
#holidaypickmeups_red h5 {
	font-size:13px;
	color:#b40421;
	font-weight:bold;
	margin:0px;
}

/*####################
# springsale         #
######################*/

#springsale_blue {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#38b8f3;
	font-size:11px;
	width: 122px;
}
#springsale_blue a:link {
	font-decoration:none;
	color:#38b8f3;
}
#springsale_blue a:visited {
	font-decoration:none;
	color:#38b8f3;
}
#springsale_blue a:hover {
	font-decoration:none;
	color:#38b8f3;
}
#springsale_blue a:active {
	font-decoration:none;
	color:#38b8f3;
	text-align: right;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#springsale_green {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#3ea91c;
	font-size:11px;
	width: 122px;
}
#springsale_green a:link {
	font-decoration:none;
	color:#3ea91c;
}
#springsale_green a:visited {
	font-decoration:none;
	color:#3ea91c;
}
#springsale_green a:hover {
	font-decoration:none;
	color:#3ea91c;
}
#springsale_green a:active {
	font-decoration:none;
	color:#3ea91c;
	text-align: right;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/*  Baynote Slider Code  */
#slider-wrap {
background:#000;
margin-left:-5px;
}
#slider-code {
	height: 219px;
		width: 776px;
		margin: 0px 0px 6px 4px;
		padding-top:3px;
	overflow:hidden;
}
#slider-code .viewport {
	margin:0 auto;

	height: 219px;
	overflow: hidden;
	position: relative;
}
#slider-code .buttons {
background-position:middle;
	display: block;
	float: left;
	width: 20px;
	height: 219px;
	overflow: visible;
	position: relative;
}
#slider-code .nextSlider {
	margin: 0px;
	float:right;
}
#slider-code .disable {
	visibility: hidden;
}
#slider-code .overview {
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
}
#slider-code .overview li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0px;
	height: 219px;

	width: 146px;
}

/* Wallpapers */
.wallpapersPreview{
    width:250px;
    height:275px;
    float:left;
    margin-left:30px;
    margin-top:5px;
    text-align:center;
    padding-top:10px;
}


#errorpage {
	margin:0 auto;
	width:566px;
	padding:120px 128px 0px 128px;
	height:360px;
	color:#fff;
	font-size:12px;
}
#errorpage a:link {
	color:#ff0;
	text-decoration:underline;
}
#errorpage a:visited {
	color:#ff0;
	text-decoration:underline;
}
#errorpage a:hover {
	color:#ff0;
	text-decoration:underline;
}
#errorpage a:active {
	color:#ff0;
	text-decoration:underline;
}


/*###########################
# Index Slides Styles begin #
#############################*/
#slidesWrapper {
	position:				relative;	
	width:					885;
	padding:				40px 0px 0px 0px;
	height:					416px;
	margin:					0 auto;
	background-color:		#000;
}

#slides {
	position:				relative;
	z-index:				1;
}

#slides div {
	display: 				none;
	position: 				absolute;
	height: 				400px;
	top:					0px;
	text-align: 			center;
}

#slides img {border: none;}

#slide1 {display: block;}
#slide2 {display: block;}
#slide3 {display: block;}
#slide4 {display: block;}
#slidesFooter {
	position:				absolute;
	bottom:					0px;
	left:					10px;
	width:					880px;
	z-index:				998;
	height:					35px;
}
#slidePromotionArea {
	width:					750px;
	height:					35px;
	position:				absolute;
	font-size:				11px;
	left:					140px;
	bottom:					0px;
	z-index:				-1;
}
.slidePromotionCode {
	color:					#99D665;
	font-weight:			bold;
	text-transform:			uppercase;
	line-height:			35px;
}
.slidePromotionAction {
	color:					#FFFFFF;
	font-weight:			bold;
	text-transform:			uppercase;
}
#slideCallToAction {
	position:				absolute;
	top:					0;
	right:					5px;
}
.slideCallToAction {
	display:				none;
}
#slideNav img {
	border: 				1px solid #CCCCCC;
}
#slideNav {
	z-index: 				89;
	position: 				absolute;
	top:					3px;
	left:					3px;
	font-size:				12px;
}
#slideNav a:link, #slideNav a:visited, #slideNav a:active {
	display:				block;
	width:					25px;
	float:					left;
	margin:					0 5px 0 2px;
}
.placement{width:200px;float:left;text-align:center;}

/* WWP Page */
.wwprow{color:#FFF;margin:20px 10px;position:relative;}
.wwprow div{position:absolute;font-size:12px;}
.wwpitem{color:#FFF;width:31%;background:#162947;position:relative;float:left;margin-left:3.5%;}
.wwpitem:first-child{margin-left:0;}
.wwpitem h2{background:#162947;position:relative;font-style:italic;margin:0;}
.wwpitem h2 span{border:10px solid transparent;border-top-color:#162947;position:absolute;bottom:-20px;right:20px;}
.wwpitem .description,.wwpitem .price{background:#162947;border:1px solid #000;}
.wwpitem .description{padding:.5em;}
.wwpitem .price{position:absolute;bottom:0;right:0;font-weight:bold;font-size:24px;padding:.25em;}
.wwpitem sup{vertical-align:text-top;font-size:75%;}

#wwp-supporttroopsbanner {
	width: 756px;
	height: 124px;
	margin: 0 0 0 5px;
}
#wwp-content {
	position: relative;
	margin: 20px 0 0 0;
	padding: 0;
	background:#000;
	font: normal 10pt Arial, Helvetica, sans-serif;
}
#wwp-products  {
	float:					left;
	width:					730px;
	height:					auto;
	padding:				0;
	margin:					0 0 0 5px;
	background-color:		#fff;
}

/*  WWP Baynote Slider Code  */
#wwp-productsslider-wrap {
	float:					left;
	width:					730px;
	background:				#fff;
	margin:					0;
}
#wwp-productsslider-code {
	float: 					left;
	height: 				276px;
	width: 					580px;
	margin: 				10px 0 0 0;
	padding:				3px 0 0 5px;
	overflow:				hidden;
}
#wwp-productsslider-code .wwp-productsbuttons {
	background-position:	middle;
	display: 				block;
	float: 					left;
	width: 					20px;
	height: 				41px;
	overflow:				visible;
	position: 				relative;
}
#wwp-productsslider-code .wwp-productsprevSlider {
	margin: 				100px 5px 0 0;
	float:					left;
}
#wwp-productsslider-code .wwp-productsnextSlider {
	margin: 				100px 0 0 5px;
	float:					right;
}
#wwp-productsslider-code .wwp-productsdisable {
	visibility: 			hidden;
}
#wwp-productsslider-code .wwp-productsviewport {
	position: 				relative;
	margin:					0 auto;
	height: 				237px;
	overflow: 				hidden;
}
#wwp-productsslider-code .wwp-productsoverview {
	list-style: 			none;
	position: 				absolute;
	padding: 				0;
	margin: 				0;
	left: 					0;
	top: 					0;
}
#wwp-productsslider-code .wwp-productsoverview li {
	float: 					left;
    width: 					156px;
	height: 				auto;
    background-color: 		#fff;
    margin: 				0 15px;
    padding: 				0;
}
/* END WWP Baynote Slider Code  */

#wwp-xt46  {
	float:					left;
	width:					445px;
	height:					110px;
	padding:				0;
	margin:					15px 0 5px 5px;
	font:					normal 12px Arial, Helvetica, sans-serif;
	color:					#fff;
}
#wwp-rangerpanties  {
	float:					left;
	width:					445px;
	height:					110px;
	padding:				0;
	margin:					15px 0 5px 5px;
	font:					normal 12px Arial, Helvetica, sans-serif;
	color:					#fff;
}
.wwp-bottomleft {
	float:					left;
	width:					115px;
	height:					110px;
	background-color:		#000;	
}
.wwp-bottomright {
	float:					left;
	width:					325px;
	height:					110px;
	background-color:		#000;	
}
#wwp-overlayimage {
	position:absolute;
	left: 598px;
	top: 418px;
	z-index:10000;	
}
#wwp-overlaylinkbar {
	position:absolute;
	left: 580px;
	top: 933px;
	z-index:10000;	
}
/* 5ways Page */
#fiveWaysContent {
	padding:20px 36px 0px 36px;margin:0 auto;width:796px; font-size:12px; color:#666;line-height:1.8;
}
#fiveWaysContent a:link {
	color:#00F;
}
#fiveWaysContent a:visited {
	color:#00F;
}
#fiveWaysContent a:hover {
	color:#00F;
}
#fiveWaysContent a:active {
	color:#00F;
}

#americanCheerleaderFrame {
	background-color:#000;
	margin:0 auto;
	height:650px;
	width:860px;
}
/*NEEDED FOR CHAT BUTTON*/
.lpPoweredBy {
display:none;
}

/*###########################
# New Header area Styles begin ##
#############################*/

#header {
	background-repeat:		no-repeat;
	position:				relative;
	height:					98px;
	z-index:				2;
}

#headerHomeLink {
	position:				relative;
	width:					130px;
	height:					80px;
	cursor:					pointer;
}
#headerSoffeHomeLink {
	position:				relative;
	width:					130px;
	height:					96px;
	cursor:					pointer;
	float:left;
}
#headerXt46HomeLink {
	position:				relative;
	width:					110px;
	height:					96px;
	cursor:					pointer;
	float:left;
}

/*catalogLinks styles begin*/
#headerCatalogLinks {
	position:				absolute;
	top:					16px;
	height:					20px;
	left:					450px;
	font-size:				11px;
	color:					#ffffff;
	z-index:				998;
}
#headerCatalogLinks a {
	color:					#ffffff;
	text-decoration:		none;
	padding-left:			10px;
}

/*catalogLinks styles end*/

#headerEmailSignup {
	background-repeat:		no-repeat;
	height:					38px;
	width:					163px;
	position:				absolute;
	top:					3px;
	left:					656px;
	padding:				10px 0 0 45px; /*used for position of items within #shopCart*/
	z-index:				1;
}
#headerEmailSignup a {
	font-size:				12px;
	font-weight:			bold;
	color:					#fff;
	text-decoration:		none;
}


/*shopCart styles begin*/
#headerCart {
	background-repeat:		no-repeat;
	height:					38px;
	width:					163px;
	position:				absolute;
	top:					3px;
	left:					788px;
	padding:				10px 0 0 40px; /*used for position of items within #shopCart*/
	z-index:				1;
}
#headerCart a {
	font-size:				12px;
	color:					#fff;
	text-decoration:		none;
	font-weight:			bold;
}

/*shopCart styles end*/

/*search styles begin*/
#headerSearch {
	position:				absolute;
	top:					44px;
	left:					610px;
	height:					20px;
	width:					198px;
	padding:				0 0 0 26px; /*used for position of items within #search*/
	z-index:				3;
}
#headerSearch a:link, #search a:visited, #search a:active {
	text-decoration:		none;
	color:					#fff;
	font-weight:			bold;
	font-size:				18px;
}
#headerSearch input {
	width:					242px;
	margin:					0px;
	font-size:				17px;
	height:					22px;
}
#searchFloat {
	position:absolute;
	top:5px;
	left:5px;
}
.autocomplete {
	visibility: hidden;
	font-family: Tahoma;
	font-size: 8pt;
	background-color: white;
	border: 1px solid black;
	cursor: default;
	overflow: auto;
	overflow-x: hidden;
	text-align: left !important;
}
.autocomplete_item, .autocomplete_item_highlighted {
	padding: 1px;
	padding-left: 5px;
	color: black;/* ellipsis support goes here? */
}
.autocomplete_item_highlighted {
	background-color: #FEFFAF;
}
DIV.autocomplete_footer {
	margin-top:2px;
	padding-left:4px;
	border-top:1px solid gray;
	padding-top:1px;
	padding-bottom:1px;
}
DIV.autocomplete_footer IMG.autocomplete_footer_branding {
	/*
	 * sli_systems-powered_150_15.gif - specified in autocomplete.js
	 */
        height: 15px;
	width: 150px;
}
IMG.autocomplete_footer_branding {
	border: 0px;
}
/*search styles end*/
/*navBar styles begin*/

#headerNavBarBak {
	width:					932px;
	height:					35px;
	position:				absolute;
	top:					96px;
	left:					50%;
	margin-left:			-466px;	
}

#mensMenuNav,#womensMenuNav,#juniorsMenuNav,#kidsMenuNav,#saleMenuNav {
	float: 					left;
	height:					27px;
	padding:				8px 0px 0px 0px;
	margin:					0;
	cursor:					pointer;
	color:					#ccc;
	font-weight:			bold;
	font-style:				italic;
	font-size:				14px;				
	text-align:				center;
}

#menuHeader {
	color:					#333;
	font-size:				15px;
	font-weight:			bold;
	margin:					0px 0px 10px 15px;
	cursor:					pointer;
	text-decoration:		none;
}
a#menuHeader {
	text-decoration:none;
}
#menuItems {
	line-height:			1.1;
	border-right:			1px solid #ccc;
}
a.menuLink {
	color:					#999;
	font-size:				13px;
	text-decoration:		none;
}
#mensMenu,#womensMenu,#juniorsMenu,#kidsMenu,#saleMenu {
	padding:				20px 0 0 0;
	width:					900px;
	position:				absolute;
	top:					130px;
	left:					14px;
	display:				none;
	z-index:				10000;
	border-top:				1px solid #ccc;
	border-bottom:			1px solid #3b3a3e;
	border-left:			1px solid #3b3a3e;
	border-right:			1px solid #3b3a3e;
}
#menuContent {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	padding:				0px;
	text-align:				left;
	font-weight:			bold;
	
}
#squawkBox {
	width:130px;
	height:443px;
	margin-top:-44px;
	position:relative;
}
#squawkFrameFB {
	position:absolute;
	top:100px;
	z-index:30;	
}
#squawkFrameTwitter {
	position:absolute;
	top: 108px;
	padding-left:4px;
	z-index:30;	
	display:none;
}
.tweet {
	font-size:10px;
	color:#fff;
}
.tweet a {
	color:#999;
	text-decoration:none;
}
.tweet_list {
	width:126px;
}
#wwIcon {
	top:					486px;
	position:				absolute;
}
#kidsGirls {
display:block;
}
#kidsBoys {
	display:none;
}
#kidsMenuBar {
	height:23px;
	padding-left:490px;
	width:440px;
	border-bottom:1px solid #ccc;
}
#kidsMenuBar a {
	color:					#666;
	font-size:				15px;
	text-decoration:		none;
	font-weight:			bold;
}
#100k-fans-Content {
	width:					860px;
	background-color:		#000;
	position:				relative;
	margin:					0 auto;
	padding:				24px 0px 0px 0px;
	color:					#000000;
}
/*###########################
# XT46 Index Slides Styles begin #
#############################*/
#xt46SlidesWrapper {
	position:				relative;	
	width:					760px;
	padding:				24px 0px 0px 0px;
	height:					506px;
	margin:					0 auto;
	background-color:		#000;
}

#xt46Slides {
	position:				relative;
	z-index:				1;
}

#xt46Slides div {
	display: 				none;
	position: 				absolute;
	height: 				506px;
	top:					0px;
	text-align: 			center;
}

#xt46Slides img {border: none;}
#xt46Slide1 {display: block;}
#xt46Slide2 {display: block;}
#xt46Slide3 {display: block;}
#xt46Slide4 {display: block;}
#xt46SlidesFooter {
	position:				absolute;
	top:					536px;
	left:					10px;
	width:					897px;
	z-index:				998;
	height:					49px;
}
#xt46SlidePromotionArea {
	width:					720px;
	height:					54px;
	position:				absolute;
	font-size:				11px;
	left:					420px;
	bottom:					0px;
	z-index:				-1;
}
.xt46SlidePromotionCode {
	color:					#99D665;
	font-weight:			bold;
	text-transform:			uppercase;
	line-height:			54px;
}
.xt46SlidePromotionAction {
	color:					#FFFFFF;
	font-weight:			bold;
	text-transform:			uppercase;
}
#xt46SlideCallToAction {
	position:				absolute;
	top:					0;
	right:					5px;
}
.xt46SlideCallToAction {
	display:				none;
}
#xt46SlideNav img {
	border: 				1px solid #CCCCCC;
}
#xt46SlideNav {
	z-index: 				89;
	position: 				absolute;
	top:					3px;
	left:					160px;
	font-size:				12px;
}
#xt46SlideNav a:link, #xt46SlideNav a:visited, #xt46SlideNav a:active {
	display:				block;
	width:					54px;
	float:					left;
	margin:					0 7px 0 0;
}
.xt46Placement{width:200px;float:left;text-align:center;}	
/*navBar styles end*/

/*  XT46 Footer Slider Code  */
#xt46Slider-wrap {
	background-color:#000;
	margin-left:-5px;
	height:337px;
}
#xt46Slider-code {
	height: 337px;
	width: 744px;
	padding-top:3px;
	overflow:hidden;
}
#xt46Slider-code .viewport {
	background-color:#000;
	margin:2px 0px 0px 20px;
	height: 337px;
	overflow: hidden;
	position: relative;
}
#xt46Slider-code .buttons {
	background-color:#000;
	background-position:middle;
	display: block;
	float: left;
	width: 56px;
	height: 337px;
	overflow: visible;
	position: relative;
}
#xt46Slider-code .nextSlider {
	margin: 0px;
	float:right;
}
#xt46Slider-code .disable {
	visibility: visible;
}
#xt46Slider-code a {
	text-decoration:none;
	color:#fff;
}
#xt46Slider-code .overview {
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
}
#xt46Slider-code .overview li {
	float: left;
	margin: 0 0 0 2px;
	padding: 0px;
	height: 337px;
	width: 210px;
}
#xt46SliderStyle {
	width:					210px;
	height:					337px;
}
#xt46SliderBottomInfo {
	position: 				absolute;
	bottom:0px;
	color:#fff;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:100px;
	width:200px;
}
.xt46SlideHeader {
	margin-top:0px;
	height:30px;
	padding:3px 15px 0px 46px;
	font-size:11px;
	text-align:right;
}
#xt46SliderNavBar {
	float:left;
	width:144px;
	height:328px;
	margin:0;
	padding:0;
}
#xt46-bottomSliderButton {
	width:144px;
	height:81px;
}

/* Beginning of XT46 Landing Pages Styles */

#xt46-landing-pages-Content {
	width:					760px;
	/*height:					506px;*/
	background-color:		#000;
	position:				relative;
	margin:					0 auto;
	padding:				24px 0px 0px 0px;
	font-size:				12px;
	color:					#FFFFFF;
	margin-left: 8px;
}
#xt46-landing-pages-Content a {
	text-decoration:underline;
	color: #00FF00;
}
#xt46-landing-pages-Content a:hover {
	text-decoration:none;
	color: #00FF00;
}
#xt46-landing-pages-Content h1 {
    font-size: 14px;
}
#xt46-shop-btn {
	background-image:url(http://s7d3.scene7.com/is/image/DeltaApparel/xt46-landing-page-shop-bg?wid=759);
	width: 759px;
	height: 30px;
}
#xt46-shop-btn a {
	text-decoration:underline;
	color: #00FF00;
	font-size: 11px;
}
#xt46-shop-btn a:hover {
	text-decoration:none;
	color: #00FF00;
	font-size: 11px;
}

/* Beginning of XT46 Social Hub Styles */

#socialXT {
	overflow:hidden;
	position:relative;
top:0px;
right:-25px;
}
#socialXTWrapper {
	background-image:       url(https://a248.e.akamai.net/f/248/9086/10h/origin-d3.scene7.com/is/image/DeltaApparel/xt46-fb_get_connected-bg?wid=214);
	width:					214px; /*224 - 20px*/
	height:					453px; /*335-70-10*/
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}
#socialXTFeed {
	height: 500px;
	overflow-x: hidden;
	overflow: hidden;
}
#homeFacebookFeed {
	margin:                 0 -5px;
		position:relative;
top:30px;
right:-9px;
color: #FFFFFF;
overflow: hidden;
overflow-x: hidden;
overflow-y: hidden;
	height: 370px;
}
#socialXTtwit {
	overflow:hidden;
	position:relative;
top:-455px;
right:-250px;
}
#socialXTWrappertwit {
	background-image:       url(https://a248.e.akamai.net/f/248/9086/10h/origin-d3.scene7.com/is/image/DeltaApparel/xt46-twitter-talk-it-up-bg?wid=217);
	width:					217px; /*224 - 20px*/
	height:					453px; /*335-70-10*/
}
#socialXTFeedtwit {
	overflow-y: hidden;
}
#homeTwitterFeed {
	position: absolute;
	height:375px;
	overflow:hidden;
	top: 40px;
	left: 15px;
}
#socialXTyt {
	overflow: hidden;
	position:absolute;
top:595px;
right:50px;
}
#socialXTWrapperyt {
	background-image:       url(https://a248.e.akamai.net/f/248/9086/10h/origin-d3.scene7.com/is/image/DeltaApparel/xt46-youtube-bg?wid=434);
	width:					434px; /*224 - 20px*/
	height:					312px; /*335-70-10*/
}
#socialXTWrapperyt>div {
	width:405px;
	height:311px;
	overflow:hidden;
	position:absolute;
	top:25px;
	left:28px;
}
#socialXTFeedyt {
	overflow-y: hidden;
}
.flickrfeed {
	position:absolute;
	width:430px;
	height:311px;
	background:url(https://a248.e.akamai.net/f/248/9086/10h/origin-d3.scene7.com/is/image/DeltaApparel/xt46-flickr-bg2?wid=430) center no-repeat;
	top:914px;
    right:50px;
	z-index:5;
}
.flickrfeed>div {
	width:405px;
	height:311px;
	overflow:hidden;
	position:absolute;
	top:42px;
	left:28px;
}
#linkSpacer {
	position:absolute;
top:910px;
leftt:455px;
z-index: 20;
}
#linkSpacerWrapper {
	z-index: 21;
}
#Subscribe2{ width: 405px; height: 41px; margin: 0 auto;}

#Subscribe2 .Input {
    background: transparent; 
    position: relative;
}

#Subscribe2 .TextInput{
    color: #d9d9d9;
    font-size: 0.875em;
    width: 214px;
    height: 20px;
    margin: 4px 10px;
    text-align: left;
	position: relative;
	left: 86px;
}
#socialXTblogComp {
	overflow: hidden;
	position:absolute;
top:1230px;
right:50px;
	z-index:4;
}
#socialXTWrapperblogComp {
	background-image:       url(https://a248.e.akamai.net/f/248/9086/10h/origin-d3.scene7.com/is/image/DeltaApparel/xt46-blog-comprehensive-bg3?wid=854);
	width:				854px; /*224 - 20px*/
	height:					349px; /*335-70-10*/
}
#socialXTblog {
	overflow: hidden;
	position:absolute;
top:1230px;
right:50px;
	z-index:15;
}
#socialXTWrapperblog {
	background-image:       url(https://a248.e.akamai.net/f/248/9086/10h/origin-d3.scene7.com/is/image/DeltaApparel/xt46-blog-all-bg3?fmt=png-alpha&wid=854);
	width:				854px; /*224 - 20px*/
	height:					349px; /*335-70-10*/
}
#socialXTFeedblog {
	left: 100px;
	overflow-y: hidden;
}
#socialXTblogWO {
	overflow: hidden;
	position:absolute;
top:1230px;
right:50px;
z-index:14;
}
#socialXTWrapperblogWO {
	background-image:       url(https://a248.e.akamai.net/f/248/9086/10h/origin-d3.scene7.com/is/image/DeltaApparel/xt46-blog-workout-bg3?fmt=png-alpha&wid=854);
	width:				854px; /*224 - 20px*/
	height:					349px; /*335-70-10*/
}
#socialXTFeedblogWO {
	overflow-y: hidden;
}
#socialXTblogSV {
	overflow: hidden;
	position:absolute;
top:1230px;
right:50px;
	z-index:13;
}
#socialXTWrapperblogSV {
	background-image:       url(https://a248.e.akamai.net/f/248/9086/10h/origin-d3.scene7.com/is/image/DeltaApparel/xt46-blog-survival-bg3?fmt=png-alpha&wid=854);
	width:				854px; /*224 - 20px*/
	height:					349px; /*335-70-10*/
}
#socialXTFeedblogSV {
	overflow-y: hidden;
}
#socialXTblogMMA {

	position:absolute;
top:1230px;
right:50px;
z-index:12;
}
#socialXTWrapperblogMMA {
	background-image:       url(https://a248.e.akamai.net/f/248/9086/10h/origin-d3.scene7.com/is/image/DeltaApparel/xt46-blog-mma-bg3?fmt=png-alpha&wid=854);
	width:				854px; /*224 - 20px*/
	height:					349px; /*335-70-10*/
	z-index:8;
}
#socialXTFeedblogMMA {
	overflow-y: hidden;
}

#joinEmail2 {
	float:left;
	background-repeat:		no-repeat;
	background-position:	center;
	width:					491px;
	height:					38px;
	margin:					0px 20px 0px 16px;
}
#joinEmail2 form {
	margin:					6px 0px 0px 5px;
	
	font-size:				11px;
	color:					#ffffff;
	font-weight:			bold;
	height:					20px;
}
#joinEmail2 label {
	vertical-align:			middle;
}
#joinEmail2 input {
	width:					398px;
	height:					18px;
}
#joinEmail2 .emailInterest {
	width:					10px;
	margin-right:			5px;
}
#joinEmail2 a:link, #joinEmail a:visited, #joinEmail a:active {
	vertical-align:			middle;
	color:					#000000;
	text-decoration:		none;
}

/*  Facebook Celebrate 100K  */
#fb-celebrate100k {
	float: left;
	width:					860px;
	height:					1100px;
	background-image:       url(https://a248.e.akamai.net/f/248/9086/10h/origin-d3.scene7.com/is/image/DeltaApparel/facebook-celebrate100k?wid=860);
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				10pt;
	font-weight:			normal;

}
#fbc-signupContent {
	width:					472px;
	height:					84px;
	margin:					475px 0 0 180px;
	padding:				10px 10px 0 20px;
}
#fbc-form {
	width:					502px;
	height:					170px;
	margin:					0 0 0 180px;
}
#fbc-mainContent {
	width:					640px;
	height:					160px;
	margin:					80px 0 0 80px;
	padding:				15px 30px 0 30px;
}
#fbc-mainContent-left {
	float:left;
	width:					310px;
	height:					160px;
	padding-right:			10px;
}
#fbc-mainContent-right {
	float:right;
	width:					310px;
	height:					160px;
	padding-left:			10px;
}
#fbc-disclaimer {
	width:					640px;
	height:					85px;
	margin:					0px 0 0 80px;
	padding:				15px 30px 0 30px;
	font-size:				8pt;
}
.fbc-formheader {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				16pt;
	font-weight:			bold;
	text-transform:			uppercase;
	color: 					#5fb63a;
	letter-spacing:			-0.25px;
}

/*  Christmas Countdown Clock  */
#xmas-countdown-clock {
	position: absolute;
	left: 400px;
	bottom: 0px;
	background-color:#369118; 
	width:346px; 
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: -0.50px;
	font-weight: bold;
	color: #fff;
	padding: 3px 0 0 4px;
}
#xcc-text {
	float: left;
	width: 140px;
	height: 31px;
}
#xcc-clock {
	float: left;
	width: 200px;
	margin: 5px 0 0 0;
	padding:	2px;
	background-color:	#FF0000;
	font-size: 			16px;
	text-align:			center;
}

/*  Holiday 2011 Landing Page  */
#h2011-pagecontainer {
	float: left;
	width: 871px;
	height: 1878px;
	background-image: url(http://s7d3.scene7.com/is/image/DeltaApparel/soffe-landingpagebg-holiday?wid=871);
}

/*  Holiday 2011 Slider Code  */
#h2011products-cheer  {
	position:				absolute;
	top:					430px;
	left:					300px;
	width:					570px;
	height:					240px;
	padding:				0;
	margin:					0;
}
#h2011products-workout  {
	position:				absolute;
	top:					1030px;
	left:					35px;
	width:					570px;
	height:					240px;
	padding:				0;
	margin:					0;
}
#h2011products-hangout  {
	position:				absolute;
	top:					1560px;
	left:					300px;
	width:					570px;
	height:					240px;
	padding:				0;
	margin:					0;
}

#h2011products-cheer  {
	position:				absolute;
	top:					430px;
	left:					300px;
	width:					570px;
	height:					240px;
	padding:				0;
	margin:					0;
}

#h2011slider-wrap {
	background-color:		#fff;
	margin:					0;
}
#h2011slider-code {
	height: 				240px;
	width: 					570px;
	margin: 				0;
	padding-top:			0;
	overflow:				hidden;
}
#h2011slider-code .h2011viewport {
	position: 				relative;
	margin:					0 auto;
	height: 				240px;
	overflow: 				hidden;
}
#h2011slider-code .h2011buttons {
	background-position:	middle;
	display: 				block;
	float: 					left;
	width: 					29px;
	height: 				206px;
	overflow:				visible;
	position: 				relative;
}
#h2011slider-code .h2011prevSlider {
	margin: 				0;
	float:					left;
}
#h2011slider-code .h2011nextSlider {
	margin: 				0;
	float:					right;
}
#h2011slider-code .h2011disable {
	visibility: 			hidden;
}
#h2011slider-code .h2011overview {
	list-style: 			none;
	position: 				absolute;
	padding: 				0;
	margin: 				0;
	left: 					0;
	top: 					0;
}
#h2011slider-code .h2011overview li {
	float: 					left;
    width: 					121px;
	height: 				240px;
    margin: 				0 4px 0 4px;
    padding: 				0;
}
#h2011slider-code .h2011overview .h2011divider {
    width: 					121px;
	height: 				7px;
    margin: 				-4px 0 0 0;
    padding: 				0;
}
.h2011price {
	font-size:				11px;
	font-weight:			bold;
	color:					#F068CA;
	letter-spacing:			-0.5px;
	padding: 				0;
	margin: 				0;
}
.h2011categorySKU {
	font-size:				9px;
	font-weight:			normal;
	color:					#999;
	letter-spacing:			-0.5px;
	padding: 				0;
	margin: 				0;
}
.h2011categoryStyleName, .h2011categoryStyleName a:link, .h2011categoryStyleName a:active, .h2011categoryStyleName a:hover {
	font-size:				9px;
	font-weight:			normal;
	color:					#000;
	text-transform:			uppercase;
	letter-spacing:			-0.5px;
	padding: 				0;
	margin: 				0;
}


#xt46-bottomcontent {
	position: absolute;
	top: 1000px;
	left: 0;
	color:#fff;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
	
/*  Alabama Champs Landing Page  */
#alchamps-pagecontainer {
	float: left;
	width: 860px;
	padding: 0 0 30px 0;
	background-color: #fff;
}
#alchamps-pagecontainer h1 {
	font-size: 22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #761B3E;
	padding: 0 10px 10px 20px;
}
#alchamps-pagecontainer p {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #000;
	padding: 0 20px 10px 20px;
}
#alchamps-pagecontainer .al-products {
	float: left;
	width: 200px;
	margin: 0 0 0 10px;
}
#alchamps-pagecontainer .al-products p {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000;
	padding: 0;
	margin: -2px 0 0 0;
}


/*dealoftheday styles begin*/
#headerDealoftheDay {
	position:				absolute;
	top:					54px;
	height:					20px;
	left:					450px;
	font-size:				11px;
	color:					#1ff727;
	z-index:				998;
}
#headerDealoftheDay a {
	color:					#1ff727;
	text-decoration:		none;
	padding-left:			10px;
}
#dealofthedayLightbox {
	position: absolute;
	top: 80px;
	left:860px;
	width:275px;
	height:auto;
	display:none;
	text-align:left;
	background-color: #000;
	color: #fff;
	font-size:13px;
	border: 1px solid #adadad;
}
#dealoftheday-was {
	float: left;
	width: 50px;
	height: 45px;
	color: #adadad;
	margin: 15px 0 0 35px;
	padding: 10px 0 0 0;
	font: bold 16px Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-align:center;
}
#dealoftheday-percent {
	float: left;
	width: 60px;
	height: 55px;
	color: #fff;
	margin: 15px 0 0 0;
	font: bold 24px Arial, Helvetica, sans-serif;
	line-height: 22px;
	text-align:center;
}
#dealoftheday-now-top {
	float: left;
	width: 95px;
	height: 20px;
	color: #1ff727;
	margin: 15px 0 0 0;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align:center;
}
#dealoftheday-now-bottom {
	float: left;
	width: 95px;
	height: 35px;
	color: #1ff727;
	margin: 0;
	font: bold 30px Arial, Helvetica, sans-serif;
	line-height: 24px;
	text-align:center;
}
#dealoftheday-prodimg {
	float: left;
	width: 200px;
	height: 300px;
	margin: 0 0 10px 35px;
	border: 1px solid #adadad;
}
#dealoftheday-prodname {
	float: left;
	width: 270px;
	height: auto;
	color: #adadad;
	font: bold 20px Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align:center;
	text-transform:uppercase;
	margin: 0 0 5px 0;
}
#dealoftheday-prodnotes {
	float: left;
	width: 270px;
	height: auto;
	color: #fff;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align:center;
	text-transform:uppercase;
	margin: 0 0 10px 0;
}
#dealoftheday-hurry {
	float: left;
	width: 270px;
	height: auto;
	color: #fff;
	font: bold 18px Arial, Helvetica, sans-serif;
	line-height: 10px;
	text-align:center;
	margin: 10px 0 0 0;
}
#dealoftheday-est {
	float: left;
	width: 270px;
	height: auto;
	color: #fff;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 10px;
	text-align:center;
	margin: 0 0 15px 0;
}
#dealoftheday-none {
	float: left;
	width: 270px;
	height: auto;
	color: #fff;
	font: bold 18px Arial, Helvetica, sans-serif;
	text-align:center;
	margin: 10px 0 15px 0;
}

