/* CSS Document */
/*TYPOGRAPHY
----------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-family: verdana, tahoma, sans-serif;
	font-size:62.5%;
	background-color: #de006d;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#printHeader{
	display: none;
	}
/*This makes sure that the font size stays the same in nested elements*/
TH, TD, LI LI, LI P, TD P, BLOCKQUOTE P {
	font-size:1em
	}
/*This sets the font size at 11px [but still allows font scaling]*/
#faux{
	font-size: 1.1em;
	line-height: 1.4em;
	}
p	{
	padding:0px;
	margin:0 0 10px 0;
	}
h1, h2, h3, h4{
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0px;
	color: #dd7da8;
	}
h1 {
	font-size: 22px;
	line-height: 26px;
}
h2 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

h3 {
	font-size: 30px;
	line-height: 16px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
h6{
	color: #a8e0ff;
	font-size: .9em;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0px;
	}
A, A:active, A:visited   {
	COLOR: #555555;
	text-decoration: none;
	font-weight: bold;
	
}
A:hover {
	COLOR: #FD3192;
	text-decoration: underline;
}
#footer A, #footer A:active, #footer  A:visited   {
	COLOR: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footer A:hover {
	COLOR: #FFFFFF;
	text-decoration: underline;
}
input, select{
	font-size:10px;
	}
strong {
	font-weight: bold;
	}
ol{
	padding:0 0 0 10px;
	margin: 0 0 10px 20px;
	}
ul{
	padding:0px;
	margin: 0 0 10px 10px;
	}
li{
	margin: 0 0 3px 0;
	padding: 0px;
	}
ul li{
	list-style: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding: 0 0 0 12px;
	}
.top5{
	margin: 0 0 10px 0;
	}
.top5 li{
	padding: 1px 0 1px 15px;
	background-position: 4px 7px;
	}
.pageTitle{
	padding: 0px;
	margin: 0;
	}
.pageTitle2{ /*For Page titles with no subtitle [date etc] underneath*/
	padding: 0 0 10px 0;
	margin: 0;
	}
label, .fakeLabel{
	color: #999999;
	font-weight: bold;
	}
input, select {
	color: #666;
	}
a img {
	border: none;
	}
	
	
	
/*STRUCTURE
----------------------------------------------------*/
html, body, #wrapper {
	height: 100%;
	}
#wrapper {
	margin: 0 auto;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#faux {
	z-index: 0;
	padding: 15px 0 10px 10px;
	margin: 0 auto;
	background-color: #fff;
	width: 960px;
}
#header, #header2 {
	padding: 0px;
	margin: 0 auto;
	position: relative;
	width: 960px;
	height: 160px;
}
#header2 {
	background-image: url(../images/header_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display:inline-block; /*This fixes a weird bug in IE6 where the background of #header2 is cut off*/
}
.headerTop{
	position:absolute;
	top:0;
	right:0;
	}
#navbar, #navbar2{
	padding: 0;
	margin: 0px;
	}
#rightcolumn { 
 	display: inline;
 	margin: 0;
 	padding: 20px;
 	width: 300px;
 	float: right;
	border: 1px solid #E5E5E5;
}
#leftcolumn {
	float: left;
	width: 520px;
	padding: 20px;
	display: inline;
	border: 1px solid #E5E5E5;
}
#singlecolumn{
	margin: 0 10px;
	padding: 10px;
	background-color: #FFF;
	}
#footer {
	clear: both;
	margin: 0px;
	padding: 22px 10px ;
	color: #999;
	height: 80px;
	text-align: center;
	background-color: #de006d;
	background-image: url(../images/footerBG.gif);
	background-repeat: repeat-x;
}
.clear { clear: both; background: none; }
.promo, .newsImg {
	margin-bottom: 10px;
	}




/*NAVIGATION
----------------------------------------------------*/
#navbar{
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 0;
	position: absolute;
	left: 180px;
	top: 95px;
	width: 780px;
	height: 65px;
	}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.4em;
	z-index: 5;
}

#nav a {
	font-weight: bold;
	color: #e4e4e4;
	text-decoration: none;
	display: block;
}
#nav a:hover {
	color: #fff;
	text-decoration: none;
}
#nav li li a {
	display: block;
	font-weight: normal;
	color: #e4e4e4;
	padding: 0.2em 10px;
	z-index: 10;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #962d69;
	border-width: 0 5px;
	color: #fff;
	text-decoration: none;
	z-index: 10;
}

#nav li li:hover {
	background-color: #5d1044;
	z-index: 10;
}

#nav li {
	float: left;
	padding:0;
	margin: 0;
	position: relative;
	background-image: none;
	z-index: 5;
}
#nav li ul {
	position: absolute;
	left: -999em;
	background-color: #4a0a35;
	z-index: 10;

}
#nav li li{
	border-bottom: 1px solid #d83d89;
	margin: 0;
	padding: 0;
	background-color: #de006d;
	height: auto;
	z-index: 10;
	width: 10em;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	top: 65px;
	background-color: #de006d;
	direction: ltr; /*This is here because IE is shithouse*/
	z-index: 10; 
}
a.cfspmLogo {
	float: right;
	width: 110px;
	height: 65px;
	text-indent: -9999px;
	background: url("../images/nav/gfxLogo(CFSPM).gif") no-repeat;
}


/*HOMEPAGE
----------------------------------------------------*/
.hpModule {
	float: left;
 	margin: 20px 0 10px 10px;
	width: 240px;
/*	height: 250px;*/
	display: inline;
	position: relative;
}

#hpMainItem {
	width: 300px;
	background-color: #FCE4F1;
	padding: 0;
	float: left;
}
#hpMainItem img {
	padding: 20px 20px 0;
}
#leftcolumnHP {
	float: left;
	width: 590px;
	margin-bottom: 20px;
	display: inline;
}
.hpMidCol{
	float:left;
	width: 255px;
	border: 1px solid #e2e2e2;
	padding: 3px 10px 10px 10px;
	margin-left: 10px;
	}
.hpItem{
	padding: 5px 0;
	margin: 0px;
	border-top: 1px solid #fbd8ea;
}


.mainTtl{
	color:#e70175;
	font-size:2.2em;
	line-height:1.1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	}
.hpMainImg{
	float:left;
	border: 1px solid #ccc;
	}
.hpMainTxt{
	width: 260px;
	padding: 20px;
	float: left;
	display: inline;
	}
.loveYourLocal{
	margin-bottom: 20px;
	}
.featurePic{
	border: 1px solid #c4dae4;
	margin: 3px 0 7px 0;
	}
#miniStoreFinder .name{
	width:166px;
	height: 11px;
	padding: 2px;
	}
#miniStoreFinder .cat{
	width: 225px;
	}
#miniStoreFinder .submit{
	margin:0px;
	padding:0px;
	}
#miniStoreFinder table{
	margin-bottom: 10px;
	}

/*SEARCH
----------------------------------------------------*/
#search{
	position: absolute;
	left: 817px;
	top:15px;
	margin: 5px 10px;
	}
#header2 #search{
	position: relative;
	float: right;
	z-index: 20;
	margin: 10px 20px 0 0;
	}
#search input.field{
	margin: 0;
	height: 14px;
	padding: 2px 2px 2px 19px;
	background-image: url(../images/search_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #e469a3;
	border-right: none;
	color: #666666;
	width: 80px;
	}
#search input.searchSubmit{
	margin:0;
	padding: 0;
	}
#searchResults{
}
.searchType{
	margin: 20px 0;
	padding-top: 7px;
	border-top: 1px solid #D7D7D7;
	}


/*NEWS
----------------------------------------------------*/
.newsPod{
	position: relative;
	padding: 3px;
	margin: 0 0 5px;
	border: 1px solid #DDDDDD;
	}
.newsPod .thumb{
	float: left;
	border: 1px solid #C4C4C4;
	margin-right: 1px;
	}
.newsPod h3{
	font-size: 1.1em;
	margin: 3px 0 3px 0;
	padding: 0px;
	}
.newsPod .podText{
	float: left;
	width: 400px;
	margin-left: 10px;
	position:relative;
	z-index: 1;
	}
.newsPod .podText p{
	padding: 0px;
	margin: 0 0 3px 0;
	}
.date {
	margin: 0 0 3px 0;
	color: #999;
	font-size: .9em;
}
.paginate{
	padding: 5px;
	background-color: #E9E9E9;
	text-align:center;
	border: 1px solid #DDDDDD;
	}
#newsList{
	padding: 10px 0 0 0;
}

/*EVENTS
----------------------------------------------------*/
#eventsList{}
.eventHeader{
	background-color: #DD7DA8;
	color: #fff;
	/*font-size: 1.2em;*/
	padding:3px 5px;
	margin:10px 0 0px 0;
	font-weight: bold;
	}
.featEvent{
	padding: 3px;
	margin: 0 0 5px;
	border: 1px solid #DDDDDD;
	}
.featEvent .thumb{
	float: right;
	border: 1px solid #C4C4C4;
	}
.featEvent h3{
	font-size: 1.1em;
	margin: 3px 0 3px 0;
	padding: 0px;
	}
.featEvent .podText{
	float: left;
	width: 270px;
	margin-left: 3px;
	}

/*MST
----------------------------------------------------*/
.textBlock {
	width: 500px;
}
.MSTitem{
	padding: 8px 10px 0 10px;
	margin: 5px 0;
	}
.MSTpod{
	float: left;
	width: 45%;
	margin-right: 20px;
	}
.removeButt{
	float: right;
	}
.MSTheader{
	margin: 20px 0 0 0;
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding: 0 0 5px 0;
	}
/*MISC
----------------------------------------------------*/
.featBox, .MSTitem{
	border: 1px solid #fbdaeb;
	background-color: #F1E1EB;
}

.featBox {
	font-size: .9em;
	padding: 5px 10px 0 10px;
	margin: 5px 0 10px 0;
}
.featBox p{
	margin: 0px;
	padding: 0px;
	}
.featBox h3, .SOsidebar h3{
	margin: 0 0 5px 0;
	padding: 0px;
	}
.featBox ul, .SOsidebar ul{
	padding:0 0 0 10px;
	margin: 0 0 10px 10px;
	}
.MSTbutt{
	padding-bottom:10px;
	}
.MSTbutt-sml{
	position: absolute;
	top: 3px;
	right: 3px !important;
	right: 13px; /*Hack for crappy IE6*/
	z-index: 2;
	}
.SOsidebar{
	background-color: #fff;
	margin-bottom: 10px;
	padding: 5px 5px 0 5px;
	border: 1px solid #fbdaeb;
	font-size: .9em;
	background-color: #fff;
	}
.interweb{
	float: right;
	width: 300px;
	}
#SOList{
	padding: 10px 0 0 0;
}
#SOList h4 {
	width: 230px;
	}
.letterButts{
	width:360px
	}
.letterButts img, .letterButts input{
	float: left;
	margin: 0 5px 5px 0;
	}
.SStype{
	margin-bottom: 20px;
	}
.tableHeader{
	background-color: #D15089;
	color: #fff;
	font-weight: bold;
	}
.zebraStripe{
	background-color: #f8f0f5;
	}
.gallButt{
	margin-bottom: 10px;
	}
.storeOffer{
		border-top: 1px solid #fbdaeb;
		padding: 10px 0 0 0;
		margin-top: 5px;
		}
.sideImg,  .newsImg{
	border: 1px solid #a71872;
	}

.sIFR-hasFlash h1 {
    overflow: hidden;
    }

/* Refer a friend section */
#formArea {
	text-align: left;
	}
.referFriendForm {
	width: 100%;
 }
.referFriendForm input {
	border: 1px solid #ccc;
	width: 140px;
	}
.referFriendForm input:focus {
	background-color: #fff;
	}
.headerFriend {
	text-align: center;
	padding-right: 20px;
	}
.referaFriend {
	width: 600px;
	text-align: left;
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	}
.referaFriend h4 {
    margin-top: 13px;
}
.referFriendForm th {
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	}
.referFriendForm td {
	padding: 8px 20px 8px 0;
	border-bottom: 1px solid #dddddd;
	}
.referFriendForm input.btnRegister {
	text-align: center;
	margin: 0 auto;
	}
.submitBtnSection {
	 text-align: center;
		}
.fashionistaBox	{
	float: left; 
	width: 100%; 
	margin: 10px 0; 
	padding-bottom: 10px;
	border-bottom: 1px solid #E1E1E1; 
	display: inline; 
}
.fashionistaBox img	{
	float: right; 
	margin-left: 25px;
}
table.contactForms {			width: 90%; font-weight: bold; }
table.contactForms td {			height: 30px; }
table.contactForms h2 {			padding-top: 15px; }
table.contactForms .formField {	width: 100%; }
table.contactForms .commentBox {	width: 100%; }
td.firstColumn {				width: 180px; }
/* Brand Tube Testing */
.brandtube {
	margin: 0;
	height: 250px;
	width: 300px;
	position: relative;
}
.brandExpanded {
    width: 300px;
    height: 250px;
	position: absolute;
	left: -300px;
	top: 0px;		
    }  
    
    /* Gift Card CSS to go across all CFSPM Sites */
.searchType li a.giftCard:link, .searchType li a.giftCard:visited, p.giftCardLegend a:link, p.giftCardLegend a:visited 
{
    background-image: url(../images/ico_giftcard.gif);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 3px 30px 3px 0;
}
p.giftCardLegend a:link, p.giftCardLegend a:visited  {
	background-position: left center;
	padding: 3px 0 3px 30px;
	}
p.giftCardLegend {
	text-align: right;
	}

.giftCardAccepted a:link, .giftCardAccepted a:visited 
{
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity = 100);

}
.giftCardAccepted a:hover 
{
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity = 80);
    border: none;
    text-decoration: none;
}
.giftCardAccepted a img 
{
    border: none;
 }