/*
-----------------------------------------------
Baby's Silkie Base Styles
Version:  July 09, 2005
----------------------------------------------- */


/*-------------------------------------------
	CLEARFIX
-------------------------------------------*/

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

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display:block; }
/* End hide from IE-mac */


/*-------------------------------------------
	BASE
-------------------------------------------*/

body {
	background: #fdfcde url(../images/bg.png) repeat-y;
	color: #333;
	font: 62.5% Trebuchet MS, Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
a {
	color: #939;
}
h1 {
	border-bottom: 3px double #787;
	color: #787;
	font-size: 18px;
	margin: 0 0 1em 0;
	padding-bottom: 3px;
}
h2 {
	border-bottom: 1px solid #787;
	color: #787;
	font-size: 15px;
	line-height: 1.25em;
	margin: 0 0 1em 0;
}
p {
	color: #333;
	line-height: 1.3em;
	margin: 0;
	padding: 0 0 1.25em 0;
}
p, th, td, li, dt, dd {
	font-size: 13px;
}
ul {
	margin-top: 0;
}


/*-------------------------------------------
	LAYOUT AND DESIGN
-------------------------------------------*/

#container {
	position: relative;
	margin: 0;
	padding: 0 0 50px 0;
	width: 768px;
}
#header {
	background: url(../images/header.jpg) no-repeat;
	height: 75px;
	margin: 0;
	padding: 0;
	width: 758px;
}
#header-daisy {
	background: url(../images/header_daisy.gif) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 173px;
	height: 161px;
	z-index: 3;
}
#header-daisy a {
	display: block;
	height: 161px;
	width: 173px;
}
#content {
	margin: 30px 60px 0 140px;
}
#content img {
	border: 1px solid #787;
	padding: 2px;
}
#product-area p {
	line-height: 2em;
}
#product-area p img {
	float: left;
	margin: 0 20px 20px 0;
}
#picture-box {
	border: 1px solid #787;
	border-top: none;
	margin: 0 0 1em 0;
}
#picture-box h2 {
	background-color: #787;
	color: #FFF;
	padding: 2px 4px;
}

/* ORDER AREA */
#order-area {
	clear: both;
}
#order-area table {
	width: auto;
}
#order-area td {
	vertical-align: top;
}
#order-area select {
	margin: 0;
	width: 200px;
}
#order-area textarea {
	width: 250px;
	height: 42px;
	vertical-align: top;
}
#leaves1 {
	background: url(../images/leaves1.gif) no-repeat;
	position: absolute;
	left: 0;
	top: 200px;
	width: 100px;
	height: 100px;
	z-index: 4;
}
#leaves2 {
	background: url(../images/leaves2.gif) no-repeat;
	position: absolute;
	left: 0;
	top: 351px;
	width: 100px;
	height: 100px;
	z-index: 5;
}
#logo {
	background: url(../images/logo.gif) no-repeat;
	position: absolute;
	left: 531px;
	top: 47px;
	width: 179px;
	height: 29px;
	z-index: 6;
}
#logo a {
	display: block;
	height: 29px;
	width: 169px;
}
#extra-height {
	height: 400px;
}


/*-------------------------------------------
	PRODUCT PAGES
-------------------------------------------*/

/* DESCRIPTION AREA */
#description {
	margin-bottom: 20px;
	clear: both;
	background: url(../images/or_divider.png) 50% 52% no-repeat;
}
#description .silkie, #description .blanket { width: 43%; }
#description .silkie { float: left; }
#description .blanket { float: right; }
#description .optional {
	padding-top: 20px;
	clear: both;
}

	/* 3 Column Descriptions */
	#description .flannel,
	#description .minky,
	#description .satin {
		width: 148px;
		float: left;
	}
	#description .flannel,
	#description .minky {
		padding-right: 61px;
		background: url(../images/or_divider.png) 100% 52% no-repeat;
	}


#description h2 {
	margin-bottom: .2em;
	border-bottom: none;
	font-size: 18px;
}
#description p {
	line-height: 1.6;
}

/* PRICE */
#description .price {
	margin-top: .3em;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
}
#description .price span {
	margin: -.2em 0 0 .2em;
	display: inline-block;
	font-size: .5em;
	font-weight: normal;
	vertical-align: top;
}
#description .price em {
	display: none;
}

	/* NEW PRICE */
	#description .price.new {
		color: #939;
		font-style: normal;
	}
	
	/* OLD PRICE */
	#description .price.old {
		font-size: 16px;
		font-weight: normal;
	}
	#description .price.old span,
	#description .price.old strong {
		margin: 0;
		font-size: 1em;
		vertical-align: baseline;
	}
	#description .price.old em {
		display: inline;
	}


/* ORDER AREA */
#order-area {
	margin-bottom: 20px;
	background-color: #e3e2c7;
}
#order-area h2 {
	margin: 0;
	padding: .5em;
	border-bottom: none;
	background-color: #9C9;
	color: #FFF;
}
#order-area dl {
	margin: 0;
	padding: 4.3em 0 1.3em;
	position: relative;
}
#order-area dt {
	position: absolute;
	top: 1em;
	color: #787;
	cursor: pointer;
}
#order-area dt.selected {
	background: #FFF;
}
#order-area dt#order-silkie		{ left: 1em; }
#order-area dt#order-blanket	{ left: 11em; }
#order-area dt#order-flannel	{ left: 1em; }
#order-area dt#order-minky		{ left: 11em; }
#order-area dt#order-all-satin	{ left: 20.5em; }
#order-area dt label {
	padding: .5em 1em;
	display: block;
}
#order-area dd {
	margin: 0 1em;
	padding: 1em;
	background: #FFF;
}
#order-area dd p {
	margin-bottom: 1em;
	padding-bottom: .8em;
	border-bottom: 1px solid #9C9; 
	font-style: italic;
}


/*-------------------------------------------
	PHOTO GALLERY
-------------------------------------------*/

#galleryIntro {
	float: left;
	width: 230px;
}
#gallery {
	float: right;
}


/*-------------------------------------------
	PREEMIE PAGE
-------------------------------------------*/

body.preemie p.intro {
	padding-top: 20px;
}
body.preemie p.intro img {
	margin-top: -20px;
}
body.preemie #description {
	background: none;
}


/*-------------------------------------------
	PREEMIE PAGE
-------------------------------------------*/

body.pillow p.intro {
	padding-top: 20px;
}
body.pillow p.intro img {
	margin-top: -20px;
}
body.pillow #description {
	background: none;
}


/*-------------------------------------------
	PREMADE PAGE
-------------------------------------------*/

body.premade #content { overflow: hidden; }
body.premade #content ul { margin: 0 -28px 20px 0; padding: 0; list-style: none; overflow: auto; }
body.premade #content li { margin: 0 28px 20px 0; width: 170px; min-height: 225px; float: left; }
body.premade #content li img { padding: 0; border: 0; }

body.premade span.price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	vertical-align: top;
}
body.premade span.price span {
	margin-left: .2em;
	font-size: .5em;
	font-weight: normal;
	vertical-align: super;
}
body.premade span.price + input { float: right; }


/*-------------------------------------------
	EXTRA STYLES
-------------------------------------------*/

.clearit {
	clear: both;
}
.extra-pic {
	text-align: center;
	width: 25%;
	float: left;
	font-size: 11px;
}
.extra-pic img {
	display: block;
}
.float-left {
	float: left;
	margin: 0 20px 20px 0;
}
.float-right {
	float: right;
	margin: 0 0 20px 20px;
}
.limited {
	color: #F00;
	font-size: 11px;
	text-transform: uppercase;
}
.limit {
	color: #F00;	
}
.new {
	font-style: italic;
	font-weight: bold;
}
.small {
	font-size: 11px;
}
#content img.paypal-icon {
	border: 0;
}
#content img.no-border {
	padding: 0;
	border: 0;
}
.p1 {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
p.preemie {
	text-align: right;
}