/* Start of CMSMS style sheet '2505 - Forms' */
form#enquiry_form	{
width:280px;
margin:20px 0;
}

.cssform fieldset {
margin-bottom: 20px;
padding: 10px;
border: 1px solid #d3d3d3;
}		

.cssform legend {
padding: 0 10px;
background: #ffffff;
/*text-transform: uppercase;*/
color: #086b37;
font-weight:bold;
font-size: 1.4em;
}

.cssform p{
width:160px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 100px; /*width of left column containing the label elements*/
/*border-top: 1px dashed gray;*/
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -100px; /*width of left column*/
width: 95px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width:150px;
}

.cssform input.short_input{ /*width of short text boxes.*/
width: 80px;
}

.cssform textarea{
width:150px;
height:80px;
}

.cssform textarea.widebox{
width:280px;
height:80px;
}

.cssform .button-container {
text-align:center;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}


/* End of '2505 - Forms' */

/* Start of CMSMS style sheet '2505 - CSS - Main - Table' */
/* main CSS for 250567 - legendary apparel - by www.allanscott.co.uk */

* {
margin:0;
padding:0;
}

body {
text-align: left;
font-family: Helvetica, Arial, Helvetica, sans-serif;
font-size: 75.01%;
line-height: 1em;
}


div, table {
font-size:1em;
}

img {
border: 0;
}

a,
a:link 
a:active {
text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
background-color: inherit; 
color:#086b37;
font-weight:bold;
text-decoration:none;
}

a:visited {
text-decoration: none;
background-color: inherit;
color:#086b37;
}


a:hover {
text-decoration:none;
color:#010101;
}

/*****************
basic layout 
*****************/

html, body {
height:100%;
} 

body {
background-color: #fff;
color:#086b37;
margin:0;
}


/* LAYOUT TABLE =========================================*/

.tblcontainer {
width:1000px;
height:100%;
margin:0 auto;
}

.tblheader	{
height:140px;
border-bottom:3px solid #eed34c;
}

.tblsidebar {
width:130px;
padding:20px 0 0 0;
/*border-right:solid 3px #eed34c;*/
background:url(images/layout/content-bg-swatches.jpg) center 98% no-repeat;
}

.tblcontent {
width:870px;
padding:30px 30px 0 30px;
border-left:solid 3px #eed34c;
background:url(images/layout/content-bg-home.jpg) bottom left no-repeat;
}

.tblcontent2 {/* for 'future designs' graphics */
padding:30px 30px 0 30px;
border-left:solid 3px #eed34c;
background-image:none;
}

.tblcontent3 {/* for 'future designs' text */
padding:0 10px 0 0;
}

.tblcontent3 p {/* for 'future designs' text */
padding:0;
margin:0;
}

.tblcontentleft {
padding:0 30px 0 0;
}


.tblfooter {
height:20px;
border-top:3px solid #eed34c;
}

/* END LAYOUT TABLE ========================*/


/*** header ***/
div#header h1 a {
background:#fff url(images/layout/header.jpg) no-repeat top left; 
display:block;
width:1000px;
height:140px;             /* adjust according your image size */
text-indent: -999em;  /* this hides the text */
text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}


.leftcol {
float:left;
width:48%;
}

.rightcol {
/*float:right;*/
width:350px;
margin:0 20px 60px 0;
}


/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
height: 1px;
padding: 1em;
border-bottom: 1px dotted black;
margin: 1em;
}

div.hr-gold {
clear:both;
height: 1px;
padding:10px 0;
border-bottom: 1px solid #eed34c;
margin:10px 0;
}

/* relational links under content */
div.left49 {
width: 47%;
}

div.right49 {
float: right;
width: 47%;
}

div#bottom-right {/* used for Product Page Title and More Designs button*/
/*float:right;*/
/*padding:500px 0 0 0;*/
margin:-30px 0 20px 0;
text-align:right;
}


/*-- PRODUCT PAGES STUFF --*/

#product-page-title {
margin:0;
}

/*-- product container --*/

#products-container {
float:left;
}

.product-block1 {
float:left;
width:580px;
height:260px;
padding:0;
margin:0 0 20px 0;
border-bottom:1px solid #eed34c;
}


.product-block {
float:left;
width:580px;
height:250px;
padding:0;
margin:0;
}


/*-- small product pics --*/
.smallpic {
float:left;
margin:0 30px 0 0;
border:3px solid #086b37;
}


.product-title {
font-size:1.1em;
font-weight:bold;
color:#086b37;
}

.title-separator {
color:#eed34c;
font-size:1.2em;
font-weight:bold;
padding:0 10px;
}

.product-price {
font-size:1.1em;
font-weight:bold;
color:#086b37;
}


/*-- OTHER LAYOUT --*/

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}


/*-- IMAGES --*/

.image-border {
border:3px solid #086b37;
}

.image-right-border {
float:right;
margin:0 0 0 10px;
border:3px solid #086b37;
}


/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
h1 {
font-size:1.6em; /* font size for h1 */
line-height: 1em;
margin:0 0 20px 0;
color:#086b37;
}

div#bottom-right h1 {
font-size:1.4em;
font-weight:normal;
line-height: 1em;
margin:0 0 0px 0;
color:#98a699;
}

h2 {
font-size: 1.3em; 
text-align: left; 
padding-bottom: 1px;
line-height: 1.5em;
margin: 0 0 0.8em 0;
color:#086b37;
}

.tblcontent h3 {
color:#086b37;
font-size: 1.1em;
line-height: 1.2em;
margin: 0 0 0.5em 0;
}

h4 { 
font-size: 1.2em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
}

h5 {
font-size: 1.1em;
line-height: 1.3em;
margin: 0 0 0.25em 0;

}

h6 {
font-size: 1em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p, table {
font-size: 1em;
margin: 0 0 1.5em 0; /* some air around p elements */
line-height: 1.4em;
padding: 0;
color:#086b37;
}

blockquote {
border-left: 10px solid #ddd;
margin-left: 10px;
}
strong, b {
/* explicit setting for these */
font-weight: bold;
}
em, i {
/* explicit setting for these */
font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
white-space: pre-wrap;       /* css-3 */
white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
font-family: "Courier New", Courier, monospace;
font-size: 1em;
}

pre {
border: 1px solid #000;  /* black border for pre blocks */
background-color: #ddd;
margin: 0 1em 1em 1em;
padding: 0.5em;
line-height: 1.5em;
font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul, .tblcontent ul,
div#main ol, .tblcontent ol,
div#main dl {
font-size: 1.0em;
line-height: 1.4em;
margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li,
.tblcontent ul li,
.tblcontent ol li {
margin: 0 0 0.25em 3em;
color:#086b37;
}

/* definition lists topics on bold */
div#main dl dt {
font-weight: bold;
margin: 0 0 0 1em;
}
div#main dl dd {
margin: 0 0 1em 1em;
}

div#main dl {
margin-bottom: 2em;
padding-bottom: 1em;
border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */
/* End of '2505 - CSS - Main - Table' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'jQuery-Lightbox' */
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/* End of 'jQuery-Lightbox' */

/* Start of CMSMS style sheet '2505 - Icon - Menu' */
/********************
MENU
*********************/
#menu_vert {
padding-left: 0;
margin-left: 1em;
}

ul#icon-nav {
list-style-type:none;
}


li#nav-bhoys a, li#nav-ghirls a, li#nav-kids a, li#nav-tinytims a, li#nav-accessories a	{
display:block;
height:1%;/* for IE to recognise bg image as link*/
background-position:center top;
background-repeat:no-repeat;
text-align:center;
color:#086b37;
font-weight:bold;
text-decoration:none;
padding:55px 0 0 0;
/*margin:40px 0;*/
margin:20px 0;
}



* html li#nav-ghirls a, * html li#nav-kids a, * html li#nav-tinytims a, * html li#nav-accessories a	{/* IE6 adjustment */
height:30px;
margin:25px 0;
}

* html li#nav-bhoys a {/* IE6 adjustment */
height:30px;
margin:10px 0;
}

li#nav-bhoys a:hover, li#nav-ghirls a:hover, li#nav-kids a:hover, li#nav-tinytims a:hover, li#nav-accessories a:hover	{
color:#010101;
}

li#nav-bhoys a	{
background-image:url(images/layout/icon-bhoys.jpg);
margin:10px 0 30px 0;
}

li#nav-ghirls a	{
background-image:url(images/layout/icon-ghirls.jpg);
}

li#nav-kids a	{
background-image:url(images/layout/icon-kids.jpg);
}

li#nav-tinytims a	{
background-image:url(images/layout/icon-tinytims.jpg);
}

li#nav-accessories a	{
background-image:url(images/layout/icon-accessories.jpg);
}



/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #c0c0c0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
   color: #18507C; /* this will be link color for all levels */
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/dash.gif) no-repeat 2.8em center; 
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #C3D4DF;
}
div#menu_vert a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #385C72;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #385C72;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of '2505 - Icon - Menu' */

/* Start of CMSMS style sheet '2505 - Footer Menu' */
/* FOOTER MENU */

/* hack for Internet Explorer */
* html div#menu_horiz {
/* hide ie/mac \*/
height: 1%;
 /* end hide */
}

div#menu_horiz {
/*width:876px;*/
height:30px;
/*border-left:3px solid #eed34c;*/
margin:0 0 0 117px;
}

* + html div#menu_horiz {/* For IE 7 */
width:876px;
height:40px;
/*border-left:3px solid #eed34c;*/
margin-left:121px;
}

* html div#menu_horiz {/* For IE 6 */
width:876px;
height:40px;
/*border-left:3px solid #eed34c;*/
margin-left:121px;
}

div#menu_horiz ul {
margin:0;
padding:0px 0 0 10px;
}

div#menu_horiz li {
float: left;
list-style: none;
margin: 0 ;
font-size:11px;
}

div#menu_horiz a {
padding: .6em 1em .6em 1em; 
margin:0;
text-decoration: none;
/*color:#086b37;*/
color:#8daf9b;
font-weight:bold;
display: block; /* IE has problems with this, fixed above */
}

div#menu_horiz li a:hover {
margin: 0;
text-decoration:none;
color:#010101;
}


.tblfooter h3 {/* active menu item */
padding: .6em 1em .6em 1em;
margin: 0;
text-decoration:none;
display: block; /* IE has problems with this, fixed above */
color:#010101;
font-size:1em;
}

/* End of '2505 - Footer Menu' */

