@charset "utf-8";

* { margin: 0; padding: 0; }

/** Main Colors in Use:

	LeftBar Menu Base: #dee8c6
	LeftBar Puck Stroke: #5b7d23
	Text Content: #333
	Headings, H1: #485622 
	Orange from Logo: f89829
	Yellow from Logo: fdb813
	Red: c30404
	RedBlack: 7e0000
**/


body {
  font-family: Arial, "Trebuchet MS", sans-serif;
  font-size: small;
  background:#fff;
  margin: 0 auto;
  min-width: 1000px;
  max-width:1400px;
  color:#485622;
}

#wrapper { width:98%; margin:0 auto; }

img { border:0;}

a, a:link, a:visited{ color:#eb7e1d; text-decoration: none; }
a:hover, a:active{ color: #ACC452; text-decoration: underline; }

.hidden {display:none;}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
tags
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
h1, h2, h3 { color:#485622; margin-bottom:0; }

h1 p, h2 p, h3 p { margin-top:.2em; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
NEW stuff HEADER
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#headercontainer { float:left; width:100%; }
#logo { float:left; margin-top:-3px; }
#hdr_details { float:right; padding-top:15px; }
#hdr_details .hlist{ margin: 0 0 0 0; border: 1px solid white; /* IE6 Support */}

#hdr_details .hlist li{
	display: block;
	float: right;
	list-style-type: none;
	padding-left: 1em;
	text-align: center;
	margin: 0 0 0 0;
}

#headerpromo img{
	float: left;
	display:block;
	padding-left: 50px;
	padding-top: 13px;
}

#hdr_details .combar {
	padding-top: 10px;
	height: 0px; /* IE6 Support */
}

#hdr_details .ad {
	font-weight: bold;
	width: 150px;
}

#hdr_details .ad .subtext {
	font-weight: normal;
	font-size: 70%;
	text-transform:uppercase;
}

li.ad a:link, li.ad a:visited {
	color:#789033;
	font-size:1em;
}

li.ad a:hover {
	text-decoration:underline ! important;
}

li.ad em {
	text-transform:uppercase;
}

li.ad strong {
	font-size:1.1em;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
NEW stuff CONTENT and LEFT NAV
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#mainsection{
	width: 100%;
	min-width: 920px;
	background:#fff;
	color:#92b03d;
	float: right;
	margin-right:0;
	margin-left: -200px;
	padding:10px 0;
}
.content {
	background: #fff;
	color:#333;
	margin:0 5px 0 200px;
	padding:0;
}

#leftbar {
	width: 180px;
	float: left;
	margin: 0;
	padding:10px 0;
}


#mainsection hr{
background:#485622;
height:5px;
margin:0;
}


#mainsection h2{
margin:1em 0 0 0;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Lists 
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.hlist {
margin:0 0 1em 0;
}

.hlist li {
display: inline;
list-style-type: none;
padding-left: 1em;
}

.nodot {
margin-left: 0;
padding-left: 0;
list-style: none;}

dl.table-display
{
width: 21em;
margin: 0;
padding: 0;
}

.table-display dt
{
clear:both;
width: 5em;
float: left;
margin: -4px 0;
padding: 7px 0;
font-weight: bold;
}

.table-display dt.static
{
margin-left: 4.75em;
float: none;
padding: .5em 0;
font-weight: bold;
}

dt#lowpriceg{
margin-left: 5.4em;
}

.table-display dd
{
float: left;
margin: 0;
padding: 5px 0;

font-weight: bold;
font-size:.9em;
color: #485622;
}

.table-display select{
	vertical-align: middle;
	border: 1px solid #bccf88;
	margin-top: -5px;
	margin-left: 10px;
}

.table-display dt select{
	xmargin-top: 0px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
product columns
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.thumbnails{
	padding-top: 10px;
}

.pdt_title {
margin:0;
border-bottom:2px solid #485622;
float:left;
width:100%;
}

.pdt_title h2{
padding-top:2em ! important;
}

.pdt_title .f_left { float:left; width: 65%; }
.pdt_title .f_right { float: right; width: 260px;}

#pdtView{
float: left;
margin-right: 2%;
padding:0;
width: 200px;
}

/* hack for IE6 and lower to prevent double-margin bug */
* html #pdtView{
display: inline;
}

#priceView {
float: left;
width: 250px;
margin-right: 2%;
margin-top:18px; /*to line up with border of image and not lady's head*/
}

#priceView ul {
	padding-left: 0px;
}

#formView{
float: left;
margin-top:28px; /*to line up with border of image and not lady's head*/
}

#orderBox {
	float: left;
	margin-top:0px;
	padding-top: 0px;
	text-align: center;
	width: 280px;
	
	xborder: 1px solid green;
}

#orderBox p.selection {
	padding-top: 5px;
	font-weight: bold;
}

#orderBox .options {
	line-height: 30px;
}

#orderBox select{
	max-width: 280px;
	margin-left: 8px;
	margin-top: -5px;
	padding-top: 0px;
}

#orderBox p.thin {
	padding-top: 0px; padding-bottom: 0px;
}

#orderBox .note {
	font-weight: bold;
	padding: 2px;
}

#orderBox .note label {
	text-transform:uppercase;
	font-size: 75%;
	font-weight: normal;
}

#pdtView img{
display: block;
margin:0 auto;
padding:0;
}


.detail {font-size:.8em;font-weight:bold; }

.impt {font-size:1.5em; color:#eb7e1d; font-weight:bold; margin:.25em 0 .2em 0;}

.impt_note {font-size:1em; color:#eb7e1d; font-weight:bold; text-transform:uppercase;}

.productbadge { text-align: left; padding-top: 10px; margin-left: 20px; }

.productbadgeright { margin-top: -10px; }


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
copyright bar
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div#copyright {
background:#92B03D url(http://www.doulashop.com/images/common/menu_center.gif) repeat-x scroll 0 0;
margin:20px 0 10px 0;
color:#fff;
}

div#copyright p {
text-align:center;
padding:0;
font-size:.8em;
height:25px;
padding-top:5px;

}
div#copyright div {
background:transparent url(http://www.doulashop.com/images/common/menu_left.gif) repeat-y scroll left top;
}

div#copyright div div {
background:transparent url(http://www.doulashop.com/images/common/menu_right.gif) repeat-y scroll right top;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
generic classes 
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.f_left {
float:left;
width:48%;
}
.f_right {
float:right;
width:48%;
text-align:right;
}

.note {
font-size:.9em;
color:#394a0a;
line-height:2;
}

.bright {
	color:#eb7e1d;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
forms
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
label {
font-size:.9em;
color:#394a0a;
}

input, select {
vertical-align:middle;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
end NEW stuff 
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Product Detail/Content classes
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.productdescription {
	padding-top: 5px;
	padding-bottom: 20px;
}

.productdescription ul {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.productdescription ul.spacylist li {
    padding-bottom: 15px;
} 
 
#relatedproducts{
	clear: both; 
}

div.relatedproduct {
  float: left;
  width: 156px;
  height: 170px;
  padding:0;
  border: 1px solid white;
}

div.relatedproduct p {
	text-align:center;
	font-size:.9em;
	}
	
div.relatedproduct img {
	margin-left:20px;
}

div.relatedproduct:hover {
	border: 1px solid #D49B0D; 
}

.productpagelinks {
	clear: both;
	padding-top: 10px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Category Index Pages
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#indexcontent h1{
	margin:0 0 0 0;
	border-bottom:2px solid #485622;
	width:100%;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Info Pages
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#infocontent h1{
	margin:0 0 0 0;
	border-bottom:2px solid #485622;
	width:100%;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Article Pages
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#articlepage h1{
	margin:0 0 0 0;
	border-bottom:2px solid #485622;
	width:100%;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Product List Pages
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#productlist h1{
	margin:0 0 3px 0;
	border-bottom:2px solid #485622;
	width:100%;
}

h2.title  {
	padding: 4px 10px 2px 8px;
	font-size: 1.25em;
	font-weight: bold;
	border-top: 1px solid #6E8D21;
	border-bottom: 1px solid #6E8D21;
	background:  url(http://www.doulashop.com/images/common/slimheader.gif) top left repeat-x;
}

h2.title a:link, h2.title a:visited, h2.title a:hover, h2.title a:active {
	border: none;
}

h2#sectionHeader {
	margin: 0px 5px 5px 0px;
	text-align: left;
	width: 640px;
	color: white; /*#44531e;*/	
	width: auto;	
}
 
.productlisting {
	height: 22em;
	border: 1px solid white;
	border-bottom: 1px dashed #6E8D21;
	margin-bottom: 2px;
	width: 240px;
	float: left;
	padding-right: 2px;
}

.productlisting:hover {
 	border: 1px solid #D49B0D;
}

.productlisting img {
	padding: 0 20px 0 20px;
	border: 0;
}

.productlisting a, .productlisting a:link, .productlisting a:hover, .productlisting a:active, .productlisting a:visited {
	border: none;
}

#mainsection .productlisting h2 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.15em;
}

.productlisting h2 a{
	color: #485622;
}

.productlisting h2 a:hover, .productlisting h2 a:active{
}

.productlisting .abstract {
	padding: 5px 5px 10px 5px;
	text-align: left;
}

.productlisting .centeredabstract {
	padding: 5px 5px 10px 5px;
	text-align: center;
}

.productlisting .price {
	text-align: center;
	color: #eb7e1d;
	font-weight: bold;
	font-size: 1.25em;
}

.productlisting .abstract {
	padding: 5px 5px 10px 5px;
	text-align: left;
}

.productlisting .mfg {
	padding-top: 2px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 75%;
	color: #485622;
	font-weight: bold;
}

.productlisting .mfg a:link, .productlisting .mfg a:visited {
	color: #485622;
	border-bottom: 1px solid #E9D353;
	font-weight: bold;
}

.productlisting .mfg a:hover, .productlisting .mfg a:active {
	border-bottom: 1px solid #FFFFCC;
}

.productlisting .centeredabstract {
	padding: 5px 5px 10px 5px;
	text-align: center;
}

.productlisting .priceline {
	width: 100%;
	padding-top: 10px;
	text-align: center;
}

.productlisting .priceline .price {
	color: #eb7e1d;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 22px;
	padding-right: 10px; 
}

.productlisting .priceline a, .productlisting .priceline a img {
	padding: 0px;
	margin: 0px;
 	display: inline;
	vertical-align: top;
}

.cents {
	font-size: 85%;
}



.floatclearing { clear: both; }

.floatright { float: right; }
.floatleft { float: left; }

.orderinfo h1{
	padding: 5px 0 5px 5px;
	font-size: 1.5em;
	font-weight: bold;
	color:darkgreen;
}



/* All Footer Styling */

.footer { width: 975px; margin-left: auto; margin-right: auto; padding-top: 0px; }

.footersection { padding: 0 8px 0 8px; float: left; border-right: 1px solid #6E8D21; }
.informationfootersection { height: 130px; }
.resourcesfootersection { height: 130px; }
.productsfootersection { height: 130px; }

.resources { width: 220px; height: 130px; }
.productcategories { width: 220px; height: 150px; }
.information { width: 200px;}
.listsignup { width: 200px; border: 0;}

.footersection h3 { font-size: 1.1em; font-weight: bold; text-align: left; text-transform:none; padding-bottom: 5px;}
.footersection ul { float: left; width: 48%; margin-right: 4px; }
.footersection li { list-style: none; }
.footersection a:link, .footersection a:visited, .footersection a:active, .footersection a:hover { color:#485622; }
.footersection .featuredimg { float: left; padding-right: 5px; border: 0; }

.resources h3 a{ float:right; display: block; padding-top: 3px; padding-right: 20px; font-size: 75%; font-weight: bold;  background: url(http://www.doulashop.com/images/common/ext-link-green.gif) no-repeat 86% 6px; }
#dealslider { display: none; }
#dealslider .deal:hover { cursor: pointer; }
#dealslider .deal:hover p.name { text-decoration:underline; }
#dealslider .deal img{ float:left; }
#dealslider .deal p{ float: right; width: 140px; font-size: 90%; }
#dealslider .deal p.name { padding-top: 5px; }
#dealslider .deal .price { text-align: center; color: #eb7e1d; font-weight: bold; font-size: 1.25em; padding-top: 5px; }
#dealslider .deal img.detailsbutton { padding: 5px 0px 0px 27px; }
#dealslider .deal p.mfg { text-align: right; }

.featuredproduct { width: 280px; }
.featuredproduct h3 a:link, .featuredproduct h3 a:visited{ color: #eb7e1d;}

.listsignup input{ border: 1px solid #6E8D21; background-color: #FFFFCC; color: #6E8D21; padding: 2px; margin: 5px 5px 5px 0px; font-size: x-small; vertical-align: bottom; }

#logobar { text-align:center; padding-top: 10px; margin-left: 10%; margin-right: 10%; padding-bottom: 70px;}
#logobar a { border: none; }
#logobar img { border: none; margin: 10px 5px 0 5px; }

/* IE7 Hacks */
div#copyright p {
	line-height:1.9;
}

/* Page Content Styling */

.question {
	color: #485622;
	font-weight: bold;
	margin-top: 15px;
	padding-left: 0px;
}

.answer {
	margin-left: 25px;
	margin-bottom: 10px;
}

.subtopic {
	color: #485622;
	font-weight: bold;
	margin-top: 15px;
}

.nestedinfo {
	margin-left: 25px;
	margin-bottom: 10px;
}

.nestedtopic {
	margin-left: 25px;
}

.nestedtext {
	margin-left: 50px;
}

ul.nestedbullets {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 25px;
	margin-bottom: 10px;
}

ul.answernestedbullets {
	margin-top: -20px;
	padding-top: 0px;
	margin-left: 35px;
	margin-bottom: -20px;
	padding-top: 0px;
}

.content p{
	padding: 10px 5px 5px 5px;
}

.content ol {
	padding-left: 40px;
}

.content ul {
	padding: 10px 5px 5px 25px;
}

.content h2.title{
	margin-top: 0px;
	color: white;
}

.rightwrap {
	float: right;
	margin: 5px 0 10px 10px;
}

.resource p a:link, .resource p a:visited {
	color: #485622;
	font-weight: bold;
	border-bottom: 1px solid #CCCC99;
}

.resource p a:active, .resource p a:hover {
	color: #485622;
	font-weight: bold;
	border-bottom: 1px solid #FFFF99;
}

.resource p {
	padding-top: 8px;
	padding-bottom: 0;
}

.resource {
	padding-bottom: 20px;
}

.resourcesubmit {
	margin-top: 20px;
	border-top: 1px solid #6E8D21;
}


img.goback {
	float:right;
	margin: 0;
	padding-top: 2px;
	padding-right: 10px; 
}


hr.thickdivider {
	margin: 10px 0 20px 0;
	border: 2px solid #FFFFCC;
}



.content img.rightimage {
	float:right;
	margin: 0;
	padding: 0 0 5px 5px;
}

.content a img {
	border: none;
}






.galleryspinner {
	text-align: center;
	margin: 10px 0px 10px 20px;
}

.rightgalleryspinner {
	text-align: right;
	margin: 10px 0px 10px 20px;
}

.galleryspinner a {
	font-size: 80%;
	text-transform:uppercase;
}

#gallerylink {
	margin-bottom: 5px;
}

#fourhundredsquarespinner { height: 410px; width: 410px;}
#twosixtysquarespinner{ height: 260px; width: 260px; }
#standardspinner { height: 400px; width: 300px; }


/* Enlarged Image Pages */
body.enlargedimage {
	min-width: 600px;
	width: 600px;
	height: 660px;
	background-color: white;
	text-align: center;
	line-height: 1em;
	text-decoration: none;
	padding: 20px 0 0 0 ;
	margin: 0;
}

.enlargedimage a:link, .enlargedimage a:visited {
	text-decoration: none;
	border-bottom: 1px solid #CCCC99;
}

.enlargedimage a:hover, .enlargedimage a:active {
	text-decoration: none;
	border-bottom: 1px solid #FFFFCC;
}



/* SWATCHES */

.swatches {
	padding-top: 3px;
	padding-bottom: 5px;
	float: left;
	width: 100%;
}

.swatches:hover { cursor: pointer }

#bigswatches {
	display: none;
	clear: both;
}

#bigswatch {
	float: left;
	padding: 5px;
}

#bigswatchescloser {
	padding: 0px 10px 5px 10px;
	text-align: center;
}

#bigswatchescloser a:link, #bigswatchescloser a:active, #bigswatchescloser a:hover, #bigswatchescloser a:visited {
	border: none;
	text-decoration: none;
}



/** SWATCHES **/
.swatchheader {
	margin-top: 5px;
	padding: 3px 10px 2px 5px;
	font-size: 1.25em;
	font-weight: bold;
	border-bottom: 1px solid #6E8D21;
	background:  url(http://www.doulashop.com/images/common/header-bg.jpg) top left repeat-x;
}

.swatchheader .headinginstructions {
	padding-left: 50px; 
	font-size:70%;
}




.fortyeightswatchinstructions{
	float: left;
	margin: 2px;
	vertical-align: middle;
	line-height: 48px;
	font-weight: bold;
}

.fourhundredswatchcloser {
	width: 400px;
}

.normalbigswatchcloser {
	width: 250px;
}

.widebigswatchcloser {
	width: 300px;
}

.thinbigswatchcloser  {
	width: 200px;
}

.widerbigswatchcloser {
	width: 400px;
}

.sixtyfortyswatch {
	float: left;
	padding-right: 10px;
	margin: 2px;
	width: 160px;
}

.sixtyfortyswatch img {
	vertical-align: middle;
	border: 1px solid #FFFFCC;
}

.sixtyfortyswatch .label {
	padding-left: 5px;
	vertical-align: middle;
	font-weight: bold;
	line-height: 40px;
}

.sixtyfortyswatchinstructions {
	float: left;
	margin: 2px;
	vertical-align: middle;
	line-height: 42px;
	font-weight: bold;
}

.sixtyhighswatchinstructions {
	float: left;
	margin: 2px;
	vertical-align: middle;
	line-height: 60px;
	font-weight: bold;
}


.fiftyhighswatchinstructions {
	float: left;
	margin: 2px;
	vertical-align: middle;
	line-height: 50px;
	font-weight: bold;
}


.longswatchtext {
	width: 180px;
}

.longerswatchtext {
	width: 220px;
}

.longestswatchtext {
	width: 260px;
}

.threetwentyswatchtext {
	width: 320px;
}


.sixtythirtyswatch {
	float: left;
	padding-right: 10px;
	margin: 2px;
	width: 160px;
}

.sixtythirtyswatch img {
	vertical-align: middle;
	border: 1px solid #FFFFCC;
}

.sixtythirtyswatch .label {
	padding-left: 5px;
	vertical-align: middle;
	font-weight: bold;
	line-height: 30px;
}

.sixtythirtyswatchinstructions {
	float: left;
	margin: 2px;
	vertical-align: middle;
	line-height: 32px;
	font-weight: bold;
}



.sixtythirtythinswatch {
	float: left;
	padding-right: 10px;
	margin: 2px;
	width: 100px;
}

.sixtythirtythinswatch img {
	vertical-align: middle;
	border: 1px solid #FFFFCC;
}

.sixtythirtythinswatch .label {
	padding-left: 5px;
	vertical-align: middle;
	font-weight: bold;
	line-height: 30px;
}

.sixtythirtythinswatchinstructions {
	float: left;
	margin: 2px;
	vertical-align: middle;
	line-height: 32px;
	font-weight: bold;
}




.sixtythirtywideswatch {
	float: left;
	padding-right: 10px;
	margin: 2px;
	width: 200px;
}

.sixtythirtywideswatch img {
	vertical-align: middle;
	border: 1px solid #FFFFCC;
}

.sixtythirtywideswatch .label {
	padding-left: 5px;
	vertical-align: middle;
	font-weight: bold;
	line-height: 30px;
}

.sixtyfortywideswatch {
	float: left;
	padding-right: 10px;
	margin: 2px;
	width: 200px;
}

.sixtyfortywideswatch img {
	vertical-align: middle;
	border: 1px solid #FFFFCC;
}

.sixtyfortywideswatch .label {
	padding-left: 5px;
	vertical-align: middle;
	font-weight: bold;
	line-height: 40px;
}


.eightyswatch {
	float: left;
	padding-right: 10px;
	margin: 2px;
	width: 200px;
}

.eightyswatch img {
	vertical-align: middle;
	border: 1px solid #FFFFCC;
}

.eightyswatch .label {
	padding-left: 5px;
	vertical-align: middle;
	font-weight: bold;
	line-height: 80px;
}

.eightyswatchswatchinstructions {
	float: left;
	margin: 2px;
	vertical-align: middle;
	line-height: 82px;
	font-weight: bold;
}

.productpromo { padding: 0; margin: 0; width: 250px; }

.productpromo .header {
	font-weight: bold;
	font-size: 90%;
	width: 100%;
	text-align: center;
	color: #b70101;
	padding-top: 5px;
	margin-bottom: 0px;
}

.galleryimage {
	float:left;
	margin: 5px;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Resource Pages
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#resourcecontent h1{
	margin:0 0 0 0;
	border-bottom:2px solid #485622;
	width:100%;
}
.resource p a:link, .resource p a:visited {
	font-weight: bold;
	border-bottom: 1px solid #CCCC99;
}

.resource p a:active, .resource p a:hover {
	font-weight: bold;
	border-bottom: 1px solid #FFFF99;
}

.resource p {
	padding-top: 8px;
	padding-bottom: 0;
}

.resource {
	padding-bottom: 20px;
}

.resourcesubmit {
	margin-top: 20px;
	border-top: 1px solid #6E8D21;
}










/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Stuff used in the database product descriptions
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.sectionheader, .swatchheader, .productpagelinks .title {
	color:#333;
	margin-top: 10px;
	padding: 3px 10px 2px 5px;
	font-size: 1.25em;
	font-weight: bold;
	border-bottom: 1px solid #6E8D21;
	background:  url(http://www.doulashop.com/images/common/header-bg.jpg) top left repeat-x;
}

.subsectionheader {
	color: #485622;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 3px 10px 2px 5px;
	font-size: 1.25em;
	font-weight: bold;
	border-bottom: 1px solid #dee8c6;
}

.sectionheader .headinginstructions, .swatchheader .headinginstructions {
	padding-left: 50px; 
	font-size:70%;
}

.productdescription h3.bigtitle {
	color:#333;
	margin-top: 5px;
	padding: 3px 10px 2px 5px;
	font-size: 1.25em;
	font-weight: bold;
	border-bottom: 1px solid #6E8D21;
	background:  url(http://www.doulashop.com/images/common/header-bg.jpg) top left repeat-x;
}

.productdescription h3.bigtitle .headinginstructions {
	padding-left: 50px; 
	font-size:70%;
}


/* Kit Contents */

.kititems {
	padding-top: 10px;
	padding-bottom: 10px;
}

.kititems .title {
	padding: 0 0 2px 0;
	margin: 0;
	color: #485622;
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 1px solid #6E8D21;
}

.kititem {
	clear:left;
	padding: 5px 5px 5px 0px;
}

.kititem h4 {
	margin-left: 93px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 1.1em;
}

.kititem p {
	margin-left: 88px;
}

.kititem a.image:link, .kititem a.image:active, .kititem a.image:hover, .kititem a.image:visited, .kititem a.image img, .kititem img {
	float: left;
	width: 88px;
	border: none;
}


/* SIZE CHARTS */
.productdescription .sizechart {
    font-size: 90%;
    margin-left: 5px;
    margin-top: 10px;
    border: 1px solid #dee8c6;
}

.productdescription .sizechart .header{
    padding: 3px;
    margin: 0;
    font-weight: bold;
    background-color: #dee8c6;
    color: #485622;
}

.productdescription .sizechart table {
    padding: 2px;
    width: 100%;
}

.productdescription .sizechart table thead {
    font-weight: bold;
}

.productdescription .sizechart table thead tr td{
    border-bottom: 1px solid #485622;   
}

.productdescription .sizechart table tr td {
    padding-top: 3px;
}

.productdescription .sizechart table tr td.size {
    font-weight: bold;
    width: 100px;
}

.cooltopic {
	color: #485622;
	font-weight: bold;
	margin-top: 5px;
}

.cooldescription {
	margin-left: 25px;
}

.cdcase {
	float: right;
	margin: 5px 0 10px 10px;
}

.cdcase img {
	padding: 5px;
}



/*jCarousel Basic Stuff */
.jcarousel-container { position: relative; }
.jcarousel-clip { z-index: 2; padding: 0; margin: 0; overflow: hidden; position: relative; }
.jcarousel-list { z-index: 1; overflow: hidden; position: relative; top: 0; left: 0; margin: 0; padding: 0; }
.jcarousel-list li, .jcarousel-item { float: left; list-style: none; }
.jcarousel-next { z-index: 3; display: none; }
.jcarousel-prev { z-index: 3; display: none; }