/* @group Reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

body {
	line-height: 1
}

ol,ul {
	list-style: none
}

blockquote,q {
	quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none
}

:focus {
	outline: 0
}

ins {
	text-decoration: none
}

del {
	text-decoration: line-through
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

button {
	border: none;
}

/* @end */

/* @group Common */

html {
	margin-bottom: 1px;
}

html, body {
	height: 100%;
}

body {
	font: 13px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4d4d4d;
	background-color: #c1d72e;
}

p {
	margin-bottom: 12px;
}

p:last {
	margin-bottom: 0;
}

a {
	color: #a0b800;
	text-decoration: none;
}

a:hover {
	color: #fff;
	background-color: #c1d72e;
}

.right {
	float: right;
}

.left {
	float: left;
}

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

#loading {
	display: none;
}

span.callout {
	margin-bottom: 14px;
	display: block;
	font-size: 1.2em;
}

.darkgreen {
	color: #A0B415;
}

.pad-l-30 { padding-left: 30px; }

/* @end */

/* @group Bones */

.page {
	width: 100%;
	min-height: 720px;
	position: relative;
	background: transparent url(../gfx/ui/bg_page.png) center top no-repeat fixed;
}

.contentOuter {
	width: 1012px;
	margin: 0 auto;
	background: transparent url(../gfx/ui/bg_shadow.png) center repeat-y;
}

.content {
	width: 842px;
	min-height: 500px;
	margin: 0 auto;
	padding-bottom: 24px;
	background-color: #fff;
}

.contentBottom {
	width: 1012px;
	height: 20px;
	margin: 0 auto;
	background: transparent url(../gfx/ui/bg_shadow_b.png) center bottom no-repeat;
}

.main {
	width: 726px;
	min-height: 500px;
	margin: 0 24px;
	padding: 32px;
	border: 2px solid #e5e5e4;
	background: transparent url(../gfx/ui/bg_main.png) right bottom no-repeat;
}

#swfWrap {
	width: 500px;
	display: block;
}

/* @end */

/* @group Header */

.header {
	width: 100%;
	height: 128px;
	position: relative;
	z-index: 1;
	border-bottom: 2px solid #e5e5e4;
	background: transparent url(../gfx/ui/bg_header.png) repeat-x;
}

.headerTop {
	width: 842px;
	height: 53px;
	position: absolute;
	z-index: 3;
	background: transparent url(../gfx/ui/bg_header_top.png) no-repeat;
}

.headerInner {
	width: 100%;
	height: 128px;
	background: transparent url(../gfx/ui/bg_header_circles.png) right 0 no-repeat;
}

h1.logo a {
	width: 164px;
	height: 118px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	position: relative;
	left: 16px;
	top: 7px;
	z-index: 2;
	background: transparent url(../gfx/ui/Baby_Pop_Designs.png) no-repeat;
}

ul#social {
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 5;
}

ul#social li {
	margin-left: 4px;
	float: left;
}

ul#social li a {
	width: 58px;
	height: 17px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent url(../gfx/ui/button_social.png) no-repeat;
}

ul#social li#facebook a {
	background-position: 0px 0px;
}

ul#social li#facebook a:hover {
	background-position: 0px -17px;
}

ul#social li#twitter a {
	background-position: -58px 0px;
}

ul#social li#twitter a:hover {
	background-position: -58px -17px;
}

ul#social li#phone {
	height: 17px;
	margin-right: 3px;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #8c8c8c;
	background: #fff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	     -o-border-radius: 3px;
	    -ms-border-radius: 3px;
	        border-radius: 3px;
}

span.gma {
	width: 124px;
	height: 74px;
	margin: 46px 23px 0 0;
	display: block;
	text-indent: -9999px;
	background: transparent url(../gfx/ui/button_GMA.png) no-repeat;
}

/* @end */

/* @group Nav */

.nav {
	height: 24px;
	display: block;
	clear: both;
	overflow: hidden;
}

ul.mainNav {
	height: 24px;
	margin-left: 38px;
}

ul.mainNav li, ul.navCart li {
	margin-right: 12px;
	line-height: 24px;
	display: block;
	float: left;
}

ul.mainNav li a {
	padding: 0 6px;
	display: block;
	float: left;
	text-decoration: none;
	color: #808080;
}

ul.mainNav li a:hover {
	color: #fff;
}

ul.mainNav li.here a {
	color: #fff;
	background-color: #c1d72e;
}

ul.navCart {
	margin-right: 24px;
}

ul.navCart li {
	margin: 0;
}

ul.navCart li a {
	display: block;
}

ul.navCart li.cartItems {
	padding: 0 10px;
	background-color: #fbee1c;
}

ul.navCart li.cartCheckout {
	color: #fff;
	background-color: #B6CD18;
}

ul.navCart li.cartCheckout a {
	padding: 0 10px;
	color: #fff;
}

ul.navCart li.cartCheckout a:hover {
	color: #B6CD18;
	background-color: #000;
}

/* @end */

/* @group Typography */

h2.pageTitle {
	width: 500px;
	height: 36px;
	margin-bottom: 24px;
	font-size: 22px;
	line-height: 26px;
	color: #757575;
	background: transparent url(../gfx/ui/title_border.png) 0 bottom no-repeat;
}

/* @end */

/* @group Page Content */

.breadcrumb {
	margin-top: 16px;
	padding-top: 6px;
	border-top: 1px dotted #d2d2d2;
}

.entryDate {
	font-size: 11px;
	font-weight: bold;
	color: #b3b5b7;
}

.colOne {
	width: 290px;
}

.colOne h3, .colOne h3 a {
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
}

.static_copy {
	width: 430px;
}

.social-pad {
	padding: 10px 0;
}

/* @end */

/* @group Page Styles */

/* Shop */

.shop {
	padding-bottom: 30px;
}

.shop h3 {
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: normal;
}

.shopItem1,
.shopItem2,
.shopItem3 {
	width: 210px;
	height: 260px;
	margin-bottom: 30px;
}

.shopItem1, .shopItem2 {
	margin-right: 48px;
}

.shopItem1 img,
.shopItem2 img,
.shopItem3 img {
	margin-bottom: 10px;
	border: 3px solid #DDDFDF;
}

.shopItem1 a:hover img,
.shopItem2 a:hover img,
.shopItem3 a:hover img {
	border: 3px solid #D8E581;
}

.shopItem1 h3,
.shopItem2 h3,
.shopItem3 h3
{
	line-height: 19px;
}

.itemMain {
	width: 306px;
}

.itemMain h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 22px;
	line-height: 26px;
	color: #757575;
	background: transparent url(../gfx/ui/title_border.png) 0 bottom no-repeat;
}

.price {
	margin: 20px 0;
}

.itemPrice {
	width: 100px;
	margin-right: 10px;
	padding: 5px 15px;
	line-height: 1em;
	font-size: 1.4em;
	text-align: center;
	color: #fff;
	background-color: #B6CD18;
}

.button_add {
	width: 130px;
	height: 28px;
	line-height: 30px;
	margin: 10px 0 0 -65px;
	display: block;
	position: relative;
	left: 50%;
	text-align: center;
	cursor: pointer;
	border: none;
	background: transparent url(../gfx/ui/button_add.png) no-repeat;
}

.button_add:hover {
	background-position: 0px -28px;
}

.button_add:active {
	background-position: 0px -56px;
}

.itemGallery {
	width: 380px;
	height: 440px;
	margin-right: 30px;
	text-align: center;
	overflow: hidden;
}

.itemGallery img {
	border: 3px solid #dddfdf;
}

.itemDescription {
	padding: 10px 0;
	display: block;
	color: #828282;
}

.store_prev a, .store_next a {
	width: 30px;
	height: 30px;
	margin-top: 180px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent url(../gfx/ui/button_gallery_nav.png) no-repeat;
}

.store_prev a {
	margin-right: 5px;
	background-position: 0px 0px;
}

.store_prev a:hover {
	background-position: 0px -30px;
}

.store_next a {
	margin-left: 5px;
	background-position: -30px 0;
}

.store_next a:hover {
	background-position: -30px -30px;
}

#customize {
	padding: 0 10px 10px 10px;
	border: 2px solid #DEDEDE;
	background: #fff;
	text-align: left;
}

.customize_header {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.customize_header span {
	padding: 12px 0 0 10px;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	color: #5A5B5B;
}

.shopOptions {
	padding: 8px 10px;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #4A5502;
	text-align: center;
	background-color: #B6CD18;
}

.shopOptions + div {
	padding: 10px;
}

.head_customize {
	width: 150px;
	height: 50px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent url(../gfx/ui/head_customize.png) no-repeat;
}

/* Press (News) */

.news_entry {
	width: 626px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e8e8e8;
}

.news_entry h3 {
	margin-bottom: .5em;
	font-size: 1.4em;
	font-weight: normal;
	color: #6B6E72;
}

.news_entry a {
	border-bottom: 1px solid #e8e8e8;
}

.news_body {
	width: 461px;
}

.news_graphic {
	width: 150px;
	margin-left: 15px;
	text-align: center;
}

.news_graphic img {
	padding: 2px;
	border: 1px solid #d2d2d2;
}

.news_date {
	width: 100px;
}

.news_date span {
	padding: 3px 10px;
	letter-spacing: .09em;
	font-weight: bold;
	font-size: .85em;
	color: #7F8284;
	background-color: #efefef;
}

.entry {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e8e8e8;
}


/* @end */

/* @grou

p FoxEE */

.foxee_pricing_options {
	width: 208px;
	margin: 0 3px;
	padding: 6px 10px;
	float: left;
	font-weight: bold;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
	border-bottom: 7px solid #fff;
}

.foxee_pricing_options span {
	padding-bottom: 3px;
	display: block;
	line-height: 1em;
	clear: both;
}

.foxycart_link {
	width: 110px;
	margin-top: 10px;
	margin-left: -55px;
	padding: 6px 15px;
	position: relative;
	left: 50%;
	border: none;
	font: 1.1em/1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
	color: #B6CD18;
	text-align: center;
	background-color: #000;
	display: block;
	clear: both;
}

.foxycart_link:hover {
	color: #fff;
	background-color: #B6CD18;
}

.checkoutHeader > span {
	display: block;
	float: left;
}

.foxee_products_container {
	width: 500px;
}

.foxee_products {
	width: 500px;
	height: 1em;
	line-height: 1em;
	margin-bottom: 5px;
	padding: 5px 0;
	clear: both;
	border-bottom: 1px solid #d2d2d2;
}

.foxee_products > span {
	display: block;
	float: left;
}

span.foxee_product_name {
	width: 300px;
	font-weight: bold;
}

span.foxee_product_price_each, span.foxee_product_price {
	width: 70px;
}

span.foxee_product_quantity {
	margin-right: 10px;
}

.fe_RemoveProduct {
	width: 20px;
	text-align: center;
	display: block;
}

.fe_checkout {
	width: 110px;
	padding: 6px 15px;
	display: block;
	clear: both;
	border: none;
	font: 1.1em/1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
	color: #B6CD18;
	text-align: center;
	background-color: #000;
}

span.foxee_product_quantity {
	width: 30px;
}

select {
	width: 100%;
}
/* @end */

/* @group Forms */

#msg {
	margin: 10px 0;
	padding: 5px;
	display: none;
	position: relative;
	border: 1px solid #DCE893;
	color: #fff;
	background-color: #C1D72E;
}

#output {
	display: none;
}

em.error {
	margin-top: 5px;
	padding-left: 20px;
	font-style: normal;
	font-size: .9em;
	display: block;
	color: #858686;
	background: transparent url(../gfx/ui/icon_error.png) no-repeat;
}

label {
	display: block;
	color: #7F8080;
	font-weight: bold;
}

button {
	padding: 4px 10px;
	border: none;
	font: 1.1em/1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
	color: #B6CD18;
	text-align: center;
	background-color: #000;
	cursor: pointer;
}

input [type=text],
textarea
{
	width: 300px;
	padding: 3px;
	border: none;
	border-top: 2px solid #C2C2C2;
	border-left: 1px solid #E5E5E4;
	border-right: 1px solid #E5E5E4;
	border-bottom: 1px solid #E5E5E4;
}

input.checkbox {
	width: 10px;
	border: none;
}

#feedback_wrap input, #feedback_wrap textarea {
	width: 212px;
}

textarea {
	height: 80px;
}

input:focus, textarea:focus {
	background-color: #F3F7DB;
}

.form_row {
	padding-bottom: 10px;
}

#feedback_wrap {
	width: 220px;
	padding: 20px;
	border-left: 1px solid #E5E5E4;
	border-right: 1px solid #E5E5E4;
	border-top: 1px solid #E5E5E4;
	border-bottom: 2px solid #CECECE;
	background-color: #f8f8f8;
}

#feedback_wrap h3 {
	margin-bottom: 15px;
	font-size: 1.3em;
	font-weight: normal;
}

#contact_form_wrap {
	width: 308px;
	margin-top: 25px;
}

/* @end */



/* @group Other */

.add_confirm {
	margin: 5px 0;
	padding: 3px 10px;
	display: none;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-top: 2px solid #E2E2E1;
	background-color: #F5F5F5;
}

#faqs {
	width: 550px;
}

#faqs > div {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d2d2d2;
}

#faqs span {
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #C1D72E;
	background-color: #000;
}

#faqs > div div.answer {
	width: 520px;
}

#faqs > div div.question {
	font-weight: bold;
}

ul.pagination li {
	float: left;
}

ul.pagination li a {
	margin-right: 5px;
	padding: 2px 5px;
	display: block;
}

ul.pagination li.here a {
	color: #fff;
	background-color: #C1D72E;
}

span.ie6_warning {
	width: 100%;
	display: block;
	padding: 5px 0;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	background: #000;
	color: #fff;
}

.static_image img {
	padding: 3px;
	border: 2px solid #d2d2d2;
}

.static_image .caption {
	padding: 5px 0;
	display: block;
	text-align: center;
	font-weight: bold;
}

/* @end */

/* @group Footer */

#footer {
	width: 842px;
	margin: 0 auto;
}

#footer li {
	display: inline;
}

#footer li a {
	margin-left: 5px;
}

.socialHead {
	color: #59640B;
}

ul.social {
	margin-left: 10px;
}

ul.social li {
	float: left;
}

ul.social li a {
	margin-right: 6px;
	float: left;
}

/* @end */

/* @group Customize */

.option_wrap {
	width: 208px;
	margin: 0 3px;
	padding: 6px 10px;
	float: left;
	font-weight: bold;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
	border-bottom: 7px solid #fff;
}

/* @end */

/* @group Temp */

div#holiday_info {
	height: 60px;
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
	background: #000 url(../gfx/misc/holiday-header.gif) center 0 no-repeat;
}

/* @end */

/* @group Blog */

#blog #main { width: 495px; }
#blog #sidebar { width: 182px; overflow: hidden; }

#blog img {
	display: block;
}

#blog h3 {
	line-height: 1.1;
	margin: 2px 0 14px 0;
	display: block;
	font-size: 22px;
	font-weight: normal;
}

#blog #sidebar h3,
#blog #sidebar h4,
#blog #sidebar h5
{
	margin-bottom: 10px;
	display: block;
}

#blog #sidebar h4,
#blog #sidebar h5 {
	font-size: 110%;
	color: #555;
}

#comments {
	margin-top: 40px;
}

#comments h4 {
	font-size: 18px;
}

.comment-block {
	margin: 15px 0;
	padding: 10px;
	border: 1px solid #e2e2e2;
}

.comment-author-info {
	margin-bottom: 15px;
}

.comment-author-info h6 {
	font-size: 15px;
}

#comment-entry {
	padding: 15px;
	background-color: #efefef;
}

#comment-entry h5 {
	display: block;
	font-size: 16px;
	margin-bottom: 15px;
}

#blog .inline {
	margin-bottom: 10px;
	padding: 3px;
	background-color: #d2d2d2;
}

#blog img.left {
	margin-right: 10px;
}

#blog .inline:hover {
	background-color: #c1d72e;
}

.post {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #d2d2d2;
}

.entry-date {
	font-size: 11px;
	color: #888;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.social-links {
	height: 25px;
	margin: 18px 0;
}

.social-links li {
	float: left;
}

.social-links a {
	width: 16px;
	height: 16px;
	line-height: 16px;
	display: block;
	text-indent: -99999px;
	background: transparent url(../gfx/ui/blog/icons-social.png) no-repeat;
}

.social-links a:hover {
	color: #fff;
	background-color: #B6CD18;
}

.social-links a.digg { margin-right: 10px; background-position: 0 -32px; }

.byline {
	margin-top: 25px;
	display: block;
	clear: both;
}

p.comments {
	margin-top: 20px;
	font-size: 14px;
}

ul.external li a {
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	padding-left: 25px;
	display: block;
	color: #555;
	background: transparent url(../gfx/ui/blog/icons-external-20x20.png) no-repeat;
}

ul.external li.rss a { background-position: 0 0; }
ul.external li.twitter a { background-position: 0 -20px; }
ul.external li.facebook a { background-position: 0 -40px; }

#archives {
	line-height: 1.5;
	font-size: 15px;
}

.blog-block {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #d2d2d2;
}

#about a img {
	margin-bottom: 10px;
	padding: 3px;
	display: block;
	background-color: #d2d2d2;
}

#flickr h5 {
	height: 20px;
	line-height: 20px;
	padding-left: 25px;
	background: transparent url(../gfx/ui/blog/icons-external-20x20.png) 0 -60px no-repeat;
}

#flickr a {
	margin-top: 5px;
}

#flickr-images {
	width: 180px;
	height: 200px;
	overflow: hidden;
	text-align: center;
}

#sponsors li a, #love li a {
	margin-bottom: 15px;
	display: block;
}

#sponsors li a:hover, #love li a:hover {
	background-color: #fff;
}

h3#tag-sort {
	margin-bottom: 40px;
	padding: 10px;
	display: block;
	border: 1px solid #d2d2d2;
	background-color: #efefef;
}

h3#tag-sort span {
	margin-bottom: 5px;
	display: block;
	font-size: 50%;
	text-transform: uppercase;
}

/* Social */

.main #fixed-position {
	position: absolute;
	right: -55px;
	top: 20px;
	z-index: 500;
}

.main #social-top {
	height: 25px;
	margin: 0 0 30px 0;
}

#social-top li {
	height: 25px;
	overflow: hidden;
	display: block;
	float: left;
}

#social-top li.facebook, #social-top li.twitter {
	width: 120px;
}

.cookies {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
}

/* @end */