/*

BHS CURTAINS GLOBAL CSS FILE
Created: 20/09/2008
Modified: N/A (see changelog)
Author: Blueleaf

Changelog:

- No entries yet

*/

/* 1 - RESETS */

* {
	margin:0;
	padding:0;
}

/* 2 - REDEFINITIONS */

body {
	font-size:75%;
	font-family:Arial,Sans-Serif;
	background:#d9cfc3;
}

img {
	border:0;
}

h1 {
	font-family:Arial, Sans-Serif;
	font-size:180%;
	font-weight:normal;
	margin:0;
	padding-top:4px;
	padding-bottom:15px;
}

h2 {
	font-family:Arial, Sans-Serif;
	font-size:150%;
	margin-top:5px;
	font-weight:normal;
	margin:0;
	padding-top:4px;
	padding-bottom:10px;
}

h3 {
	background:#000000;
	color:#fff;
	padding:5px;
	font-size:100%;
	font-weight:bold;
	margin:0;
}

p {
	margin-top:10px;
	margin-bottom:10px;
	line-height:120%;
}

a:link { color:#000000; text-decoration:dotted; }
a:hover { text-decoration:none; }
a:visited { color:#000000; }
a:active { color:#000000; }

input {

}

#main ul {
	margin-left:20px;
}

/* 2 - IDS */

#page {
	width:815px;
	margin:0px auto;
}

#header {
	background: #d9cfc3 url(../images/backgrounds/header_bg.gif) top left no-repeat;
	width:805px;
	height:25px;
	margin-bottom:10px;
	padding-top:13px;
	padding-left:10px;
}

#basketlink {
	margin-left:20px;
	padding-left:17px;
	background:transparent url(../images/backgrounds/header_basketlink_bg.gif) center left no-repeat;
}

#checkoutlink {
	margin-left:20px;
	font-weight:bold;
}

#header_search {
	display:inline;
	float:right;
	margin-right:20px;;
}

#header_search_form {
	display:inline;
}

#header_search input {
	font-size:75%;
}

ul#navigation {
	background: #ffffff url(../images/backgrounds/navigation_bg.gif) top left no-repeat;
	margin-top:10px;
	width:800px;
	height:31px;
	padding: 6px 5px 14px 10px;
	list-style:none;
}

ul#navigation li {
	float:left;
	font-size:120%;
	line-height:160%;
}

ul#navigation li a {
	display:block;
	height:24px;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	background: #000000 url(../images/backgrounds/navigation_li_black_bg.gif) top left repeat-x;
}

ul#navigation li a:hover {
	color:#000000;
	text-decoration:none;
	background: #ffffff url(../images/backgrounds/navigation_li_white_bg.gif) top left repeat-x;
}

#home { width:63px; }
#whatsnew { width:103px; }
#curtains { width:75px; }
#blinds { width:68px; }
#trackspoles { width:108px; }
#kids { width:48px; }
#stores { width:58px; }
#info { width:48px; }
#howto { width:63px; }
#contact { width:73px; }
#bhs { width:88px; }

body.home ul#navigation li#home a { color:#000000; background: #ffffff url(../images/backgrounds/navigation_li_white_bg.gif) top left repeat-x; }
body.whatsnew ul#navigation li#whatsnew a { color:#000000; background: #ffffff url(../images/backgrounds/navigation_li_white_bg.gif) top left repeat-x; }
body.curtainpage ul#navigation li#curtains a { color:#000000; background: #ffffff url(../images/backgrounds/navigation_li_white_bg.gif) top left repeat-x; }
body.blindpage ul#navigation li#blinds a { color:#000000; background: #ffffff url(../images/backgrounds/navigation_li_white_bg.gif) top left repeat-x; }
body.trackspoles ul#navigation li#trackspoles a { color:#000000; background: #ffffff url(../images/backgrounds/navigation_li_white_bg.gif) top left repeat-x; }
body.kidspage ul#navigation li#kids a { color:#000000; background: #ffffff url(../images/backgrounds/navigation_li_white_bg.gif) top left repeat-x; }
body.stores ul#navigation li#stores a { color:#000000; background: #ffffff url(../images/backgrounds/navigation_li_white_bg.gif) top left repeat-x; }
body.info ul#navigation li#info a { color:#000000; background: #ffffff url(../images/backgrounds/navigation_li_white_bg.gif) top left repeat-x; }
body.howto ul#navigation li#howto a { color:#000000; background: #ffffff url(../images/backgrounds/navigation_li_white_bg.gif) top left repeat-x; }
body.contact ul#navigation li#contact a { color:#000000; background: #ffffff url(../images/backgrounds/navigation_li_white_bg.gif) top left repeat-x; }
body.bhs ul#navigation li#bhs a { color:#000000; background: #ffffff url(../images/backgrounds/navigation_li_white_bg.gif) top left repeat-x; }

#main {
	background: #ffffff url(../images/backgrounds/box_bg.gif) top left repeat-y;
	width:815px;
	min-height:400px;
}

#main_left {
	width:531px;
	margin-left:7px;
	margin-right:9px;
	float:left;
	padding:7px;
	padding-top:0px;
	margin-top:3px;
}

#main_right {
	width:231px;
	float:left;
	padding:7px;
	padding-top:0px;
	margin-top:3px;
}

#footer {
	background: #ffffff url(../images/backgrounds/border_top_bg.gif) top left no-repeat;
	width:815px;
	height:220px;
	margin-top:14px;
}

#navigation_bottom {
	background: #ffffff url(../images/backgrounds/border_bottom_navigation_bg.gif) top left no-repeat;
	width:805px;
	height:35px;
	margin-bottom:14px;
	color:#ffffff;
	line-height:190%;
	padding-left:10px;
}

#navigation_bottom a {
	color:#ffffff;
}

/* 3 - CLASSES */

.column {
	width:185px;
	height:200px;
	float:left;
	margin-left:15px;
	margin-top:15px;
}

.column h2 {
	font-size:120%;
	font-weight:normal;
	margin-bottom:10px;
}

.column a {
	display:block;
	width:175px;
	height:20px;
	border-top:1px dotted #666666;
	font-size:90%;
	line-height:180%;
	text-decoration:none;
	color:#666666;
	background:#ffffff url(../images/backgrounds/column_a_bg.gif) top right no-repeat;
}

.column a:hover {
	text-decoration:underline;
}

/* 4 - CLEARING */

.fc:after { 
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden; 
} 
.fc { display: inline-block; }


/* 5 - From Cxp */

#SearchContainer, #HowToContainer, #SecurityContainer, #PrivacyContainer, #StockistContainer, #RegBenefitsContainer  {
	display:block;
	width:234px;
	background:#efeef4;
}

#SearchContainer { 
	height:248px;
	background:url("../images/search-back.gif") top left no-repeat;
}
#SearchContainerBlinds {
	height:248px;
	background:url("../images/search-back-blinds.gif") top left no-repeat;
}
#SearchInner {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:100px;
}

#HowToContainer { 
	height:158px;
	background:url("../images/howto-back.gif") top left no-repeat;
}

#HowToInner {
	padding-top:105px;
	padding-left:15px;
}

#SecurityContainer { 
	height:158px;
	background:url("../images/security-back.gif") top left no-repeat;
}

#SecurityInner {
	padding-top:105px;
	padding-left:15px;
}

#PrivacyContainer { 
	height:158px;
	background:url("../images/privacy-back.gif") top left no-repeat;
}

#PrivacyInner {
	padding-top:105px;
	padding-left:15px;
}

#StockistContainer { 
	height:89px; 
	background:url("../images/stockist-back.gif") top left no-repeat;
}
#StockistInner {
	padding-right:5px;
	padding-top:2px;
}

#BasketContainer {
	width:234px;
	height:110px;
	background:#efeef4;
	margin-bottom:11px;
}

#ComparisonContainer {
	width:234px;
	height:69px;
	padding-left:15px;
	padding-top:90px;
	background:url("../images/comparisons-back.gif") top left no-repeat;
	margin-bottom:10px;
}

#BasketInner {
	padding-right:5px;
}

#NavContainer {
	
}

.pagination select {
	margin-top:5px;
}

.curtaindetails img {
	border:2px solid #efeef4;
}

.curtainoptions p {
	padding-left:5px;
	padding-right:5px;
}

.curtainoptions h1 {
	background:#fff;
}

.curtainoptions select {
	width:165px;
	font-size:90%;
}

.curtainoptions input {
	font-size:90%;
}

#dialog td {
	margin-right:3px;
	margin-left:3px;
	border:1px solid #efeef4;
}

table {
	font-size:90%;
}

th {
	text-align:left;
}

#eyeletselection {
	margin-top:5px;
	margin-bottom:0px;
	clear:both;
}

#cover {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#fff;
	filter:alpha(Opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5
}

#dialog {
	display:none;
	margin-left:150px;
	top:75px;
	width:530px;
	height:500px;
	position:absolute;
	z-index:100;
	background:#efeef4;
	padding:10px;
	border:1px solid #000000;
}

#dialog2 {
	display:none;
	margin-left:150px;
	top:75px;
	width:430px;
	height:630px;
	position:absolute;
	z-index:100;
	background:#efeef4;
	padding:10px;
	border:1px solid #000000;
}

#priceplacerminuscurtain {
	visibility:hidden;
}

#cols {
	background: url(../images/colsbg.gif) repeat-y;
	margin-top:10px;
}

div#trailimageid {
	border:1px solid #000000;
	display:none;
	padding:10px;
	background:#efeef4;
	position:absolute;
	z-index:3;
}

ul#nav	{
	width:266px;
	height:57px;
	background: transparent url(../images/curtains/stagesfull.gif) top left no-repeat;
	margin: 0px;
	padding: 0px;
	position: relative;
}

ul#nav li {
	position: absolute;
	margin: 0px;
	padding: 0px;
	list-style:none;
	top: 0px;
	line-height:0px;
	font-size:1px;
	float:left;
}

ul#nav li, ul#nav a {
	height: 57px;
	display: block;
	margin: 0px;
	padding: 0px;
}

ul#nav li a {
	text-indent: -9999px;
	text-decoration: none;
}

#s1		{left: 0px; width:89px; }
#s2		{left: 89px; width:89px;}
#s3		{left: 178px; width:88px; }

#s1 a:hover		{background: transparent url(../images/curtains/stagesfull.gif) 0px -57px no-repeat;}
#s2 a:hover 	{background: transparent url(../images/curtains/stagesfull.gif) -89px -57px no-repeat;}
#s3 a:hover 	{background: transparent url(../images/curtains/stagesfull.gif) -178px -57px no-repeat;}

body#stage1 #s1  {background: transparent url(../images/curtains/stagesfull.gif) 0px -57px no-repeat;}
body#stage2 #s2  {background: transparent url(../images/curtains/stagesfull.gif) -89px -57px no-repeat;}
body#stage3 #s3  {background: transparent url(../images/curtains/stagesfull.gif) -178px -57px no-repeat;}


ul#nav2	{
	width:178px;
	height:57px;
	background: transparent url(../images/blinds/stagesfull.gif) top left no-repeat;
	margin: 0px;
	padding: 0px;
	position: relative;
}

ul#nav2 li {
	position: absolute;
	margin: 0px;
	padding: 0px;
	list-style:none;
	top: 0px;
	line-height:0px;
	font-size:1px;
	float:left;
}

ul#nav2 li, ul#nav2 a {
	height: 57px;
	display: block;
	margin: 0px;
	padding: 0px;
}

ul#nav2 li a {
	text-indent: -9999px;
	text-decoration: none;
}

#bs1		{left: 0px; width:89px; }
#bs2		{left: 89px; width:89px;}
#bs3		{left: 178px; width:88px; }

#bs1 a:hover		{background: transparent url(../images/blinds/stagesfull.gif) 0px -57px no-repeat;}
#bs2 a:hover 	{background: transparent url(../images/blinds/stagesfull.gif) -89px -57px no-repeat;}

body#stage1 #bs1  {background: transparent url(../images/blinds/stagesfull.gif) 0px -57px no-repeat;}
body#stage2 #bs2  {background: transparent url(../images/blinds/stagesfull.gif) -89px -57px no-repeat;}

.termsbox {
	border: 1px solid #000000;
	width:440px;
	height:70px;
	overflow:auto;
	background:#fff;
	padding:5px;
}

.bluehoriz {
	width: 500px;
	border-top: 1px solid #000000;
	margin-top:25px;
	margin-bottom:10px;
}

.pagination {
	clear:both;
	text-align:left;
	padding-top:10px;
	line-height:150%;
	width:515px;
}

.pagination .fl {
	padding-left:5px;
}

.pagination .fl a {
	border:1px solid #666666;
	padding:2px 4px;
}

.pagination .fl strong {
	border:1px solid #666666;
	padding:2px 4px;
	background:#000000;
	color:#ffffff;
}

.selectoptions {
	margin-top:2px;
}

.buttons {
	border:1px solid #efeef4;
	background:#000000;
	color:#fff;
	padding:2px;
	cursor:hand;
	font-size:100%;
}

.bluestage {
	background:#efeef4;
	padding:15px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-top:10px;
}

.whitestage {
	padding:15px;
	margin-top:10px;
}

.leftinterim {
	float:left;
	width:170px;
}

.leftinterimp1 {
	float:left;
	width:310px;
}

.interimright {
	float:left;
	width:170px;
	background:#d9d9d9;
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}

.interimfarright {
	float:left;
	width:150px;
	margin-left:20px;
}

.headingbox {
	float:left;
	width:120px;
	margin-right:10px;
}

.boxinterim {
	float:left;
	width:135px; 
	height:150px; 
	border:1px solid #000000;
	margin:10px;
	padding:5px;
}

.blindchoicebox {
	width:150px;
	height:55px;
	background:#ffffff;
	padding:5px;
	margin-right:11px;
	text-decoration:none;
	cursor:hand;
}

.blindchoicebox:hover, .blindchoicebox:visited,.blindchoicebox:active {
	background:#efeef4;
	text-decoration:none;
	cursor:hand;
}

.blindchoicelink:hover {
	background:#e0e0e0;
	text-decoration:none;
	cursor:hand;
}

.blindchoicelink {
	display:block;
	height:100%;
	text-decoration:none;
}

.greyborder {
	margin-bottom:5px;
	border:1px solid #999999;
	float:right;
}

input.addtobasketbutton {
	border:1px solid #efeef4;
	background:#000000;
	color:#fff;
	padding:2px;
	font-size:150%;
	width:180px;
	margin-left:7px;
}

.smaller {
	font-size:85%;
}

.error {
	color:#ff0000;
	margin-bottom:10px;
}

a.imglink {
	text-decoration:none;
}

.postcodebox {
	width:100px;
	margin-right:5px;
}

.curtainselects {
	width:138px;
}

.baskettable {
	background:#efeef4;
	padding:5px;
	margin:0;
}

.baskettd {
	border-bottom:1px solid #000000; padding-bottom:10px;
}

.widget {
	padding-left:5px; padding-bottom:5px; 
}

.quantity {
	width:20px;
	text-align:center;
}

.mapoverlay {
	position:absolute;
	top:316px;
	left:auto;
	width: 523px; 
	height: 498px;
	border: 1px #999999 solid;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/overlaybg.png');
	vertical-align:middle;
	text-align:center;
	z-index:200;
}
.mapoverlay[class] {
	background: transparent url(../images/overlaybg.png) top left repeat;
}

.homepagechoice {
	border:1px solid #000000;
	width:95px;
	height:88px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	padding:5px;
}

.title { float:left; }
.backlink { float:right; }

.blueline {
	border-top: 1px solid #000000;
	width:230px;
	padding-bottom: #efeef4 10px;
	height:2px;
	font-size:1px;
	line-height:1px;
	display:block;
}

.fabricbox {
	width:151px;
	height:223px;
	border: 1px solid #999999;
	background:#d9d9d9;
	padding:5px;
	float:left;
	margin:5px;
	padding-top:0px;
	text-align:center;
}

.overlayfabricbox {
	background:url(../images/overlay.gif) top center no-repeat;
	position:absolute;
	width:111px;
	height:140px;
	z-index:1;
	margin-left:20px;
}

.overlayfabricboxinterim {
	background:url(../images/overlay.gif) top center no-repeat;
	position:absolute;
	width:111px;
	height:140px;
	z-index:1;
	margin-left:30px;
}

.boxinterimdetails {
	width:133px;
	border:1px solid #000000;
	margin-bottom:5px;
}

.boxinterimdetails .boxp {
	width:127px;
	padding:3px;
	margin:0;
	background:#000000;
	color:#ffffff;
}

.boxinterimdetails p {
	margin-left:5px;
	margin-right:5px;
}

.comparisonbox {
	width:151px;
	height:230px;
	border: 1px solid #efeef4;
	padding:5px;
	float:left;
	margin:5px;
	text-align:center;
}

.linkbox {
	width:150px;
	height:20px;
	padding:5px;
	float:left;
	margin:5px;
}

.linkboxcolour {
	width:150px;
	height:72px;
	padding:5px;
	float:left;
	margin:5px;
}

.linkbox a { text-decoration:none; }
.linkbox a:visited { text-decoration:none; }
.linkbox a:hover { text-decoration:none; }
.linkbox a:active { text-decoration:none; }

.linkboxcolour a { text-decoration:none; }
.linkboxcolour a:visited { text-decoration:none; }
.linkboxcolour a:hover { text-decoration:none; }
.linkboxcolour a:active { text-decoration:none; }

.comparisons {
	margin-left:30px;
}

.curtaindetails {
	float:left;
	padding-left:2px;
	width:288px;
	background:#fff;
}

.curtainoptions {
	float:right;
	width:205px;
	background:#efeef4;
}

.dialogleft {
	float:left;
	width:240px;
}

.dialogright {
	float:left; 
	margin-left:20px;
	width:240px;
}

.leftbox {
	float:left;
	width:240px;
}

.rightbox {
	float:left; 
	margin-left:10px;
	width:240px;
}

.lightbluebox {
	width:500px;
	background:#efeef4;
	padding:10px;
}

.noborder {
	border:0;
}

.measuresavebox {
	padding:5px;
}

.row { 
	overflow:hidden; 
	zoom:1;
	width:220px;
	padding-left:5px;
}

.row span.label {
  float: left;
  width: 40px;
  padding-right:2px;
  padding-top:2px;
  text-align: left;
  font-weight:bold;
}
  
.row span.formw {
  border:0px;
  float: right;
  width: 150px;
  padding-top:2px;
  text-align: left;
}

.row2 { 
	overflow:hidden; 
	zoom:1;
	width:295px;
	padding-bottom:3px;
}

.row2 span.label {
  float: left;
  width: 90px;
  text-align: left;
  font-weight:bold;
}
  
.row2 span.formw {
  border:0px;
  float: right;
  width: 175px;
  text-align: left;
}

.row3 { 
	overflow:hidden; 
	zoom:1;
	width:200px;
	padding-right:5px;
	padding-left:5px;
	padding-top:2px;
}

.row3 span.label {
  float: left;
  width: 100px;
  padding:2px;
  text-align: left;
  font-weight:bold;
}
  
.row3 span.formw {
  border:0px;
  float: right;
  width: 90px;
  padding:2px;
  text-align: left;
}

.row4 { 
	overflow:hidden; 
	zoom:1;
	width:450px;
	padding-bottom:3px;
	padding-left:3px;
}

.row4 span.label {
  float: left;
  width: 150px;
  text-align: left;
  font-weight:bold;
}
  
.row4 span.formw {
  border:0px;
  float: right;
  width: 300px;
  text-align: left;
}

.row4 span.formw select {
	width:230px;
}

.row5 { 
	overflow:hidden; 
	zoom:1;
	width:240px;
	padding-bottom:3px;
}

.row5 span.label {
  float: left;
  width: 80px;
  text-align: left;
  font-weight:bold;
}
  
.row5 span.formw {
  border:0px;
  float: right;
  width: 140px;
  text-align: left;
}

.row6 { 
	overflow:hidden; 
	zoom:1;
	width:295px;
	padding-bottom:3px;
}

.row6 span.label {
  float: left;
  width: 120px;
  text-align: left;
  font-weight:bold;
}
  
.row6 span.formw {
  border:0px;
  float: right;
  width: 135px;
  text-align: left;
}

.row7 { 
	overflow:hidden; 
	zoom:1;
	width:450px;
	padding-bottom:3px;
	padding-left:3px;
}

.row7 span.label {
  float: left;
  width: 220px;
  text-align: left;
  font-weight:bold;
}
  
.row7 span.formw {
  border:0px;
  float: right;
  width: 230px;
  text-align: left;
}

.fl {
	float:left;
}
.fr {
	float:right;
}
