@charset "utf-8";
/* CSS Document */
.ie6hide{
	_display:none;
}
.ie6show{
	display:none;
	_display:inherit;
}
#cent_col p img{
	position:relative;	
}

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	margin:0;
	padding:0;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
} 
#signup_pop{
	display:none;
	color:#FFFFFF;
	z-index:9;
	position:fixed;
	width:100%;
	height:100%;
	background: url(../images/bg-black.png) 0 0 repeat;
}
#signup_container{
	width:830px;
	height:280px;
	margin:150px auto;
	background:url(../images/bg-dk.png) 0 0 no-repeat;
	_background: url(../images/bg-dk.gif) 0 0 no-repeat;
}
#signup_content{
	width:230px;
	height:260px;
	margin:0px auto;
}
#thankyou_content{
	width:230px;
	height:260px;
	margin:0px auto;
}

#signup_footer{
	width:830px;
	margin:0 auto;
	text-align:right;
}
a, a:visited{
	color: #999999;
	text-decoration:none;
}

h3{
	font-size:12px;
	margin:5px 0px;
	padding:0px 0px 0px 5px;
	font-weight:bold;
}
#cent_col h3{
	font size:13px;
	padding:0px;
	color:#000;
}
#container {
	position:absolute;
	z-index:1;
	left:50%;
	margin-left:-430px;
	height: 100%;
	width: 860px;
	background-image: url(../images/bg-white.png);
	background-repeat: repeat-y;
}
#navigation {
	padding-top:20px;
	width:804px;
	height:82px;
	display:block;
	background-image: url(../images/bg-white.png);
	background-repeat: repeat-y;
	padding:20px 28px 0px 28px;

}
.rule{
	width:804px;
	height:1px;
	background: url(../images/rule.png) 0 0 no-repeat;
	display:block;
}
.midrule{
	width:630px;
	height:1px;
	background: url(../images/rule-small.png) 0 0 repeat-x;
	display:block;
	margin-top:20px;
}
#logo_holder{
	float:right;
	width:187px;
	height:79px;
}
#nav_holder{
	padding:23px 0px;
	float:left;
	width:600px;
	height:32px;
}
#content{
	margin-top:12px;
	width:804px;
	background-image: url(../images/bg-white.png);
	background-repeat: repeat-y;
	padding:0px 28px 20px 28px;;
}
#largeContent{
	width:804px;
	height:595px;
}
#midContent{
	width:630px;
}
#collection{
	padding-bottom:60px;
}
#footer{
	padding-top:20px;
	width:804px;
	height:44px;
	text-align:right;
	background-image: url(../images/bg-white.png);
	background-repeat: repeat-y;
	padding:0px 28px;

}
#title{
	padding-bottom:10px;
}
#left_col{
	float:left;
	width:164px;
	margin-right:12px;
	max-height: 460px; /* this sets the max-width value for all standards-compliant browsers */
	max-width: 175px; /* this sets the max-width value for all standards-compliant browsers */
	overflow:auto;
}
* html #left_col { 
	height: expression( document.body.clientHeight > 459 ? "460px" : "auto" ); /* sets max-width for IE */
	width: expression( document.body.clientHeight > 174 ? "175px" : "auto" ); /* sets max-width for IE */
	overflow:auto;
}

#cent_col{
	float:left;
	width:464px;
	margin-right:0px;
	overflow:hidden;
}
.overflow{
overflow:visible!important;
}
#right_col{
	float:left;
	width:164px;
}
.column_item{
	width:144px;
	overflow:hidden;
	padding:5px 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bfbfbf;
	border-right-color: #bfbfbf;
	border-bottom-color: #bfbfbf;
	border-left-color: #bfbfbf;
}
.column_item p, #bottom_col_ext .rev, .addthis_button{
	padding-left:5px;
}
.addthis_button{
	padding-top:5px;	
}
.style_option{
	font-size:11px;
	height:13px;
	background:url(../images/button.jpg) 0px 2px no-repeat;
	padding-left:15px;
	margin:0px auto 5px 7px;
	display:block;
	overflow:hidden;
}
.style_option:hover{
	background-position:0px -11px;
}
.style_option2{
	font-size:11px;
	height:13px;
	background:url(../images/button2.jpg) 0px 2px no-repeat;
	padding-left:15px;
	margin:0px auto 5px 7px;
	display:block;
	overflow:hidden;
}
.style_option2:hover{
	background-position:0px -11px;
}
#bottom_col{
	margin-top:275px;
}
#bottom_col_ext{
	margin-top:178px;
}
#small_banner{
	height:44px;
	padding:5px 0px;
}
#small_banner_lingerie_holder{
	height:24px;
	margin:10px 0px;
	padding:10px;
	background-color:#330033;
}
#small_banner_swim_holder{
	height:24px;
	margin:10px 0px;
	padding:10px;
	background-color:#00ccff;
}
#small_banner_text{
	height:24px;
}
#flash_container{
	height:132px;
}

#global_nav{
	list-style: none;
	margin:0px;
	padding: 0;
}
#global_nav li {
	float:left;
	margin: 0 10px 0 0px;
	padding: 0;
}
#global_nav li a {
	outline:none;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -1000em;
	height:32px;
}
/*-----------------------------------------------------------------
*/
#lingerie_link{
	width:65px;
	background-image:url(../images/menu/lingerie.png);
}
#swimwear_link{
	width:83px;
	background-image:url(../images/menu/swimwear.png);
}
#news_link{
	width:43px;
	background-image:url(../images/menu/news.png);
}
#advice_link{
	width:54px;
	background-image:url(../images/menu/advice.png);
}
#signup_link{
	width:63px;
	background-image:url(../images/menu/signup.png);
}
#retailer_link{
	width:69px;
	background-image:url(../images/menu/retailers.png);
}
#banner{
	width:804px;
	height:85px;
}
.product_holder{
	width:228px;
	margin:20px 31px 0px 0px;
	float:left;
}

.product_holder h4, #small_banner h4, #midContent h4{
	font-size:14px;	
	margin:0px;
	padding:5px 0px;
}

#small_banner h4{
	margin-left:175px;	
}
#small_banner #news_logo{
	margin-left:215px;	
}
#sitemap h2{
	font-size:20px;
}
#sitemap h3{
	font-size:16px;
	margin:10px 0px;
	padding:0px;
}
/*
-----------------------------------------------------------------
roll over states
------------------------------------------------------------------
*/


.state1{	background-position:0px 0px;}.state2{	background-position:0px 32px;}.state3{	background-position:0px 64px;}.state4{	background-position:0px 96px;}.state5{	background-position:0px 128px;}.state6{	background-position:0px 160px;}.roll1:hover{	background-position:0px 0px;}.roll2:hover{	background-position:0px 32px;}.roll3:hover{	background-position:0px 64px;}.roll4:hover{	background-position:0px 96px;}.roll5:hover{	background-position:0px 128px;}.roll6:hover{	background-position:0px 160px;}
#global_nav li a.active{background-position:0px 0px;}
#global_nav li #swimwear_link.active{background-position:0px 128px;}
#swimwear_link:hover{background-position:0px 128px;}
ul .active span, ul .active a{ color:#F09; }
/*-----------------------------------------------------------------
*/

.clearer{
	clear:both;
}
.logo_link{
	width:187px;
	height:79px;
	text-indent:-1000em;
	display:block;
}
img{
	border:0;
}
.small_logo{
	background:url(../images/superbra-logo.png) 0 0 no-repeat;
}
.large_logo{
	background:url(../images/superbra-logo-large.png) 0 0 no-repeat;
}
.swim_logo{
	background:url(../images/swimwear-logo-large.png) 0 0 no-repeat;
}


form fieldset{
	padding-top:15px;
	padding-left:0px;
	margin:0px;
	border:0;
	color:#000000;
	font-weight:bold;
	font-size:12px;
}
form fieldset input{
	margin-right:55px;
}
form{
	padding-bottom:25px;
}
.box_holder{
	float:left;
	width:150px;
	heigh:28px;
}
.box_holder select{
	width:140px;
	padding:5px;
	font-weight:bold;
	font-size:12px;
	color:#999999;
	margin-right:3px;
}
.box_holder select option{
	margin:2px 0px;
	height:18px;
	font-weight:bold;
	font-size:12px;
	color:#999999;
}
.boxes{
	width:130px;
	height:18px;
	padding:5px;
	font-weight:bold;
	font-size:12px;
	color:#999999;
}
.retailer_box{
	margin-top:20px;
	border: 1px solid #e6e6e6;	
}
.retail_header{
	height:40px;
	padding-top:1px;
	padding-left:10px;
	background-color:#ebffad;
	color:#000000;
}
.retail_info{
	padding:10px;
	color:#999999;
	font-weight:bold;
}
#signup_form, #signup_form input{
	font-weight:normal;
	font-size:11px;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
}
.smallform{
	width:212px;
	color: #666666;
	padding:2px 1px;
	height:16px;
	margin:2px 0px;
}
.legal{
	text-align:left;
	float:left;
	padding-top:8px;
}
.legal a{
	margin-right:10px;
	font-size:10px;
}
.legal a:hover {
	color: #000;	
}
#contact_left p, #contact_right p{
		line-height:14px;
}
#contact_left{
	font-size:11px;
	color:#000;
	float:left;
	width:290px;
	margin-right:94px;
}
#contact_right{
	font-weight:bold;
	font-size:11px;
	color:#000;
	float:left;
	width:405px;
}
.contact_highlight{
	color:#F09;
}
#contact_footer{
	color:#999;
	text-align:right;	
	font-weight:normal;
}
.contact_line{
	margin:5px 0px;
	padding:10px; width:385px; height:18px;	
}
.contact_box{
	margin:5px 0px;
	padding:10px; width:385px; height:120px;	
}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	z-index:3;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash .column_item h4 {
	padding:0px; margin:0px;
	padding-left:5px;
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 16px;
}

.sIFR-hasFlash h2 {
	padding:0px; margin:0px;
	padding-left:5px;
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 16px;
}

.sIFR-hasFlash h3 {
	padding:0px; margin:0px;
	padding-left:5px;
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 25px;
}

.sIFR-hasFlash .rangeName {
	padding:0px; margin:0px;
	padding-top:5px;
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 18px; display:block;
}




/*
-----------------------------------------------------------------
Comp Pages
------------------------------------------------------------------
*/

#compInfo{

	border-top:1px solid black;
	border-bottom:1px solid black;
	margin-top:20px;
	border-collapse:collapse;
}

#compInfo .leftCol { float:left;   width:320px; }

#compInfo .leftCol p {padding-left:5px;}

#compInfo .rightCol { text-align:left; width:460px; padding:10px 20px 10px 0px; }

#question {float:left; width:804px; background:#ffe3ee; padding: 0 0 0 0; margin-top:20px; margin-bottom:20px; font-size:14px; color:#000;}

#questionCol {width:300px; text-align:right; padding:0 10px 0 10px;}

.answerCol {width:120px; text-align:center;}

#compForm { border-collapse:collapse;table-layout: fixed;}

#compForm .col1 {width:148px; padding:2px;}

#compForm .col2 {width:231px; padding:2px;}

#compForm .col3 {width:232px; padding:2px;}

#compForm .col4 {width:144px; padding:2px;}

#compForm .textbox {width:210px; border:1px solid #999999;}

#compForm .drop {width:140px; border:1px solid #999999;}

#compForm .postcode {width:100px; border:1px solid #999999;}

#compForm .submit:link { display:block; background:url(../images/comps/submit.gif) 0 0 no-repeat; width:120px; height:32px; text-indent:-999em; margin-top:10px;}

.legal img { vertical-align:middle; }

a.compLink:link, a.compLink:visited 
{
    color:#ff22a7;
}

#compFormHolder{float:left;}