/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/*                                                                        */
/*  Legal Centre                                                          */
/*  Copyright 2009                                                        */
/*                                                                        */
/*  Cascading Style Sheet                                                 */
/*                                                                        */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/*  Author: Colin MacDonald, Pure Innovation Limited                      */
/* ---------------------------------------------------------------------- */


/* CONTENT BOXES (lists, product desc etc) */


/* ###################################### */
/* COMMON */
/* ###################################### */

div.contentBoxContainer 
{
  position: relative;
  margin-bottom: 20px;
	float: left;
	clear: both;
	width:100%;
}

/* ###################################### */
/* DARK GREY GRADIENT BOXES */
/* ###################################### */

div.contentBoxDarkGrad
{
  position: absolute;
  width: 731px;
  top: 0px;
  left: -14px;
  padding: 0 9px 0 9px;
  background: url(/images/content_box_dark_grad_bg.png) no-repeat;
}

div.contentBoxDarkGrad h3
{
  font-size: 1.4em;
  font-weight: normal;
  color: #FFFFFF;
  margin: 18px 0 6px 20px;
}

/* Scrollable Boxes */

div.contentBoxDarkGrad div.scrollBox
{
  width: 359px;
  height: 293px;
	margin-bottom: 15px;
} 
  
div.contentBoxDarkGrad div.scrollBox.greenBg
{
  background: url(/images/content_box_green_scroll_box_bg.png) no-repeat;
}

div.contentBoxDarkGrad div.scrollBox.pinkBg
{
  background: url(/images/content_box_pink_scroll_box_bg.png) no-repeat;
}

div.contentBoxDarkGrad div.scrollBox div.top
{
  position: relative;
} 

div.contentBoxDarkGrad div.scrollBox div.top h4
{
  font-size: 1.7em;
  font-weight: normal;
  color: #FFFFFF;
  margin: 17px 0 0 20px;
} 

div.contentBoxDarkGrad div.scrollBox div.top div.badge
{
  position: absolute;
  width: 82px;
  height: 82px;
  top: -30px;
  right: 0px;
}

div.contentBoxDarkGrad div.scrollBox div.bottom
{
  padding: 30px 17px 17px 17px;
  font-weight: bold;
  color: #838383;
} 

div.contentBoxDarkGrad div.scrollBox div#green_scroll,
div.contentBoxDarkGrad div.scrollBox div#pink_scroll
{
  overflow: auto;
  position: relative;
}

div.contentBoxDarkGrad div.scrollBox div#green_scroll ul,
div.contentBoxDarkGrad div.scrollBox div#pink_scroll ul
{
  padding: 0;
  margin: 0;
  list-style: none;
}

div.contentBoxDarkGrad div.scrollBox div#green_scroll ul li, 
div.contentBoxDarkGrad div.scrollBox div#green_scroll ul li a
{
  color: #63A91B;
}

div.contentBoxDarkGrad div.scrollBox div#pink_scroll ul li, 
div.contentBoxDarkGrad div.scrollBox div#pink_scroll ul li a
{
  color: #CF286F;
}


/* Growable Boxes */

div.contentBoxDarkGrad div.growBox
{
  width: 359px;
  margin-bottom: 15px;
} 

div.contentBoxDarkGrad div.growBox div.top
{
  position: relative;
	height: 53px;
} 

div.contentBoxDarkGrad div.growBox div.middle
{
  padding: 18px;
	font-weight: bold;
	color: #838383;
}

div.contentBoxDarkGrad div.growBox div.bottom
{
  height: 11px;
}

div.contentBoxDarkGrad div.growBox.greenBg div.top
{
  background: url(/images/content_box_green_grow_box_top_bg.png) no-repeat;
}

div.contentBoxDarkGrad div.growBox.greenBg div.middle
{
  background: url(/images/content_box_green_grow_box_middle_bg.png) repeat-y;
}

div.contentBoxDarkGrad div.growBox.greenBg div.bottom
{
  background: url(/images/content_box_green_grow_box_bottom_bg.png) no-repeat;
}

div.contentBoxDarkGrad div.growBox.pinkBg div.top
{
  background: url(/images/content_box_pink_grow_box_top_bg.png) no-repeat;
}

div.contentBoxDarkGrad div.growBox.pinkBg div.middle
{
  background: url(/images/content_box_pink_grow_box_middle_bg.png) repeat-y;
}

div.contentBoxDarkGrad div.growBox.pinkBg div.bottom
{
  background: url(/images/content_box_pink_grow_box_bottom_bg.png) no-repeat;
}

div.contentBoxDarkGrad div.growBox div.top h4
{
  font-size: 1.7em;
  font-weight: normal;
  color: #FFFFFF;
  padding: 17px 0 0 20px;
} 

div.contentBoxDarkGrad div.growBox div.top div.badge
{
  position: absolute;
  width: 82px;
  height: 82px;
  top: -14px;
  right: 0px;
}

div.contentBoxDarkGrad div.growBox.greenBg ul,
div.contentBoxDarkGrad div.growBox.pinkBg ul
{
  padding: 0;
  margin: 0;
  list-style: none;
}

div.contentBoxDarkGrad div.growBox.greenBg ul li, 
div.contentBoxDarkGrad div.growBox.greenBg ul li a
{
  color: #63A91B;
}

div.contentBoxDarkGrad div.growBox.pinkBg ul li, 
div.contentBoxDarkGrad div.growBox.pinkBg ul li a
{
  color: #CF286F;
}
/* ###################################### */
/* SIMPLE LIGHT CONTENT BOX */
/* ###################################### */

div.contentBoxLight {
    background: url(/images/content_box_light.png) no-repeat top left;
    padding: 30px 30px 0 35px;
    min-height: 100px;
}
div.contentBoxLight h2 {
    background: none;
}

/* ###################################### */
/* SINGLE SCROLLING LIST BOXES */
/* ###################################### */

div.singleScrollBox 
{
  width: 749px;
  height: 500px;
  position: absolute;
  top: -4px;
  left: -14px;
}

div.singleScrollBox.pink 
{
  background: url(/images/scroll_box_single_pink_bg.png) no-repeat;
}

div.singleScrollBox.pinkTall 
{
  background: url(/images/scroll_box_single_pink_tall_bg.png) no-repeat;
	height: 1500px;
}

div.singleScrollBox.green 
{
  background: url(/images/scroll_box_single_green_bg.png) no-repeat;
}

div.singleScrollBox div.top 
{
  position: relative;
  height: 95px;
}

div.singleScrollBox div.top h3 
{
  font-size: 1.7em;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 65px;
  margin-left: 40px;
}

div.singleScrollBox div.top div.badge
{
  position: absolute;
  width: 82px;
  height: 82px;
  top: -6px;
  right: 28px;
}

div.singleScrollBox div.bottom
{
  margin-left: 23px;
}


/* ###################################### */
/* GROWING LIST BOXES */
/* ###################################### */

div.singleGrowBox { width: 749px; position: absolute; top: -4px; left: -14px; }

div.singleGrowBox .top { position: relative; height: 95px; }
div.singleGrowBox .top h3 { font-size: 1.7em; font-weight: normal; color: #FFFFFF; line-height: 65px; margin-left: 40px; }
div.singleGrowBox .top .badge { position: absolute; width: 82px; height: 82px; top: -6px; right: 28px; }
div.singleGrowBox.pink .top { background: url(/images/scroll_box_single_pink_bg.png) no-repeat; }
div.singleGrowBox.green .top { background: url(/images/scroll_box_single_green_bg.png) no-repeat; }

div.singleGrowBox .middle { padding-left: 23px; }
div.singleGrowBox.pink .middle { background: url(/images/grow_box_single_pink_middle_bg.png) repeat-y; }
div.singleGrowBox.green .middle { background: url(/images/grow_box_single_green_middle_bg.png) repeat-y; }

div.singleGrowBox div.bottom { height: 11px; }
div.singleGrowBox.pink div.bottom { background: url(/images/grow_box_single_pink_bottom_bg.png) no-repeat; }
div.singleGrowBox.green div.bottom { background: url(/images/grow_box_single_green_bottom_bg.png) no-repeat; }

/* ###################################### */
/* LIST BOX CONTENT TABLES */
/* ###################################### */

div.singleScrollBox div.bottom table,
div.singleGrowBox div.middle table
{
  position: relative;
  width: 97%;
  border-collapse: collapse;
}

div.singleScrollBox div.bottom table tr td,
div.singleGrowBox div.middle table tr td
{
  padding: 16px 0 16px 0;
  border-bottom: 2px dotted #999999;
}

div.singleScrollBox div.bottom table tr td.icon,
div.singleGrowBox div.middle table tr td.icon
{
  width: 60px;
  vertical-align: top;
}

div.singleScrollBox div.bottom table tr td h4,
div.singleGrowBox div.middle table tr td h4
{
  font-size: 1.3em;
}

div.singleScrollBox div.bottom table tr td.button,
div.singleGrowBox div.middle table tr td.button
{
  width: 145px;
}

div.singleScrollBox div.bottom table tr td.button div.price,
div.singleGrowBox div.middle table tr td.button div.price
{
  float: left;
  clear: both;
  text-align: right;
  width: 105px;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

div.singleScrollBox.myBookmarks div.bottom table tr td.button,
div.singleGrowBox div.middle table tr td.button
{
  width: 185px;
}

div.singleScrollBox.myDocuments div.bottom table tr td.button,
div.singleGrowBox div.middle table tr td.button
{
  width: 185px;
}

div.singleScrollBox.myTemplates div.bottom table tr td.button,
div.singleGrowBox div.middle table tr td.button
{
  width: 185px;
}

/* ###################################### */
/* BADGES (on the top right of boxes) */
/* ###################################### */

div.contentBoxContainer div.top div.badge.person
{
  background: url(/images/content_box_green_badge_person.png) no-repeat;
}

div.contentBoxContainer div.top div.badge.people
{
  background: url(/images/content_box_pink_badge_people.png) no-repeat;
}

div.contentBoxContainer div.top div.badge.greenGuide
{
  background: url(/images/content_box_green_badge_guide.png) no-repeat;
}

div.contentBoxContainer div.top div.badge.pinkGuide
{
  background: url(/images/content_box_pink_badge_guide.png) no-repeat;
}


/* ###################################### */
/* PRODUCT BOXES (product description)    */
/* ###################################### */

div.productBox
{
  width: 749px;
  position: relative;
  top: -4px;
  left: -14px;
}

div.productBox div.top
{
  height: 11px;
  background: url(/images/product_box_top.png) no-repeat;
}

div.productBox div.middle
{
  padding: 18px 18px 10px 28px;
  background: url(/images/product_box_middle.png) repeat-y;
}

div.productBox div.middle div.leftColumn
{
  float: left;
  width: 111px;
}

div.productBox div.middle div.rightColumn
{
  float: left;
  padding-left: 26px;
  width: 560px;
}

div.productBox div.middle a.previewTemplate
{
	display: block;
	padding: 8px 50px 0 15px;
	font-size: 12px;
	font-weight: bold;
  width: 66px;
	height: 37px;
  background: url(/images/button_preview_bg.png) no-repeat;
}

div.productBox div.middle a.previewTemplate:hover
{
	text-decoration: none;
}


div.productBox div.middle div.formats
{
  width: 111px;
  height: 54px;
  margin-top: 32px;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	color: #00AEEF;
  background: url(/images/product_box_formats_bg.png) no-repeat;
}

div.format_icons img {
  margin-top: 5px;
  padding: 5px;
}

div.productBox div.middle h3
{
  color: #007CCB;
}

div.productBox div.middle ul
{
	list-style: url(/images/pixel.gif);
	padding: 0;
	margin: 0 0 17px 0;
}

div.productBox div.middle ul li
{
	margin: 5px 0 0 12px;
	padding: 1px 0 1px 25px;
	background: url(/images/bullet_tick.png) no-repeat;
}

div.productBox div.bottom
{
  height: 114px;
  background: url(/images/product_box_bottom3.png) no-repeat;
}

div.productBox div.bottom div.leftColumn
{
  float: left;
  width: 134px;
  padding-left: 20px;
}

div.productBox div.bottom div.leftColumn a
{
  float: left;
  font-size: 1.6em;
  margin: 14px 0 0 30px;
}

div.productBox div.bottom div.rightColumn
{
  float: left;
  padding-left: 12px;
  width: 569px;
}

div.productBox div.bottom div.rightColumn span.price
{
	float: left;
  width: 142px;
	margin: 13px 0 0 20px;
	font-size: 1.2em;
	font-weight: bold;
}

div.productBox div.bottom div.rightColumn span.price span
{
	font-size: 1.4em;
}

div.productBox div.bottom div.rightColumn a.blueBigButton, div.productBox div.bottom div.rightColumn a.pinkBigButton 
{
	margin-top: 11px;
}

div.productBox div.bottom div.subscribeFooter 
{
	float: left;
	margin: 23px 0 0 10px;
	width: 727px;
	height: 98px;
}

div.productBox div.bottom div.subscribeFooter div.rosette 
{
	margin-top: 18px;
}

div.productBox div.bottom div.subscribeFooter p.helpText
{
	width: 100%;
	text-align: center;
  float: left;
  margin-left: 20px;
  margin-top: 15px;
	font-weight: bold;
  color: #FFFFFF;
}

div.productBox div.bottom div.subscribeFooter div.text
{
	float: left;
	width: 500px;
	margin-left: 20px;
	padding-top: 22px;
}

div.productBox div.bottom div.subscribeFooter div.text h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 6px;
}

div.productBox div.bottom div.subscribeFooter div.text p
{
	font-weight: bold;
	color: #FFFFFF;
}

div.productBox div.bottom div.subscribeFooter div.text p span.sectionName
{
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
}

div.productBox div.bottom div.subscribeFooter div.text p span.price
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
  font-weight: bold;
}

div.productBox div.bottom div.subscribeFooter div.text p span.subscriptionFrequency
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #999999;
	text-transform: uppercase;
}

div.productBox div.bottom div.subscribeFooter a.pinkBorderButton 
{
	margin: 35px 0 0 14px;
}

/* ###################################### */
/* DRAFT BOX                              */
/* ###################################### */

div.draftBox
{
  width: 749px;
  position: relative;
  top: -4px;
  left: -14px;
}

div.draftBox div.top
{
  height: 11px;
  background: url(/images/product_box_top.png) no-repeat;
}

div.draftBox div.middle
{
  padding: 18px 18px 10px 28px;
  background: url(/images/product_box_middle.png) repeat-y;
}

div.draftBox div.middle div.leftColumn
{
  float: left;
  width: 111px;
}

div.draftBox div.middle div.rightColumn
{
  float: left;
  padding-left: 26px;
  width: 560px;
}

div.draftBox div.middle h3
{
  color: #007CCB;
}

div.draftBox div.middle ul.questionSections
{
  list-style: url(/images/pixel.gif);
  padding: 0;
  margin: 0 0 17px 0;
}

div.draftBox div.middle ul.questionSections li
{
  margin: 5px 0 0 12px;
  padding: 1px 0 1px 25px;
}

div.draftBox div.middle ul.questionSections li.selected
{
	  background: url(/images/bullet_tick.png) no-repeat;
}

div.draftBox div.bottom
{
  height: 163px;
  background: url(/images/product_box_bottom.png) no-repeat;
}

div.draftBox div.bottom div.leftColumn 
{
	float:left;
	padding-left:20px;
	width:134px;
}

div.draftBox div.bottom div.leftColumn a
{
  float: left;
  font-size: 1.6em;
  margin: 14px 0 0 30px;
}

div.draftBox div.bottom div.rightColumn 
{
	float:left;
	padding-left:12px;
	width:569px;
}

div.draftBox div.bottom div.rightColumn a.blueButton 
{
  margin-top: 14px;
}

.map { background: url(/images/directory/directory_03.png) no-repeat top right; min-height: 320px; }

div.locationSearch { background: url(/images/directory/directory_06.png) no-repeat scroll 0 0 transparent; padding: 15px 10px 20px 10px; height: 40px; margin: 10px 0 }
div.locationSearch p { margin: 0; }
div.locationSearch .text { width: 220px !important; padding: 5px; font-size: 1.1em; float: left; margin: 2px 10px 0 0 }

.productBox.noBox .bottom { background-position: bottom; height: 60px; }


div.contentFloat {
    float: left;
    width: 160px;
    padding: 20px;
    background: url(/images/content_box_float.png) no-repeat top center;
    min-height: 200px;
    margin-right: 10px;
    text-align: center;
}

div.contentFloatBig {
    float: left;
    width: 465px;
    padding: 20px;
    background: url(/images/content_box_float_big.png) no-repeat top center;
    min-height: 200px;
}
