/* -- -- -- -- color key -- -- -- -- */

/*green - #80c52e
orange - #fd6e3c
purple - #c52ea3
light purple - #d597c7

text (dark grey) -  #464634
light grey - #b1a69e*/

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { /*takes margin & padding off most elements.*/
 margin:0;
 padding:0;
	} 

/*
*{
	margin:0;
	padding:0;
	}
*/

a{
	color:#686856;
	text-decoration:none;
	outline:0;
	}
	
a:hover{
	color:#464634;
	}

body{
	background:#fff url(images/back.gif) repeat-x  center top;
	color:#464634;
	font-family:verdana, sans-serif;
	font-size:10px;
	text-align: center;
	padding-bottom:30px;
	}

h1{
	font-size:20px;
	color:#c52ea3;
	margin:60px 0 15px 0;
	text-transform:lowercase;
	}

h1#shop_now{
	margin:0 0 0 0;
	/*margin:27px 0 0 0;*/
	}

h1#shop_now a{
	display:block;
	height: 37px;
	text-indent:-5000px;
	background:url(images/home_shopnow_both.gif) no-repeat left top;
	line-height:37px;
	}

h1#shop_now a:hover{
	background-position:left bottom;
	}

h1#new_arrivals{
	margin:27px 0;
	}

h1#new_arrivals a{
	display:block;
	height: 39px;
	text-indent:-5000px;
	background:url(images/home_newarrivals_both.gif) no-repeat left top;
	line-height:39px;
	}

h1#new_arrivals a:hover{
	background-position:left bottom;
	}
	
h1.interior{
	background:url(images/int_header_back.gif) no-repeat top left;
	padding:35px 0 35px 35px;
	font-size:16px;
	margin:0 20px 0 193px;
	line-height:26px;
	}

h1.checkout{
	padding:0px 0 35px 0px;
	font-size:20px;
	margin: 0 0 0 20px;
	line-height:26px;
	text-transform:lowercase;
	}

h1.cart{
	background:url(images/cart_purple.jpg) no-repeat 155px 0;
	padding:0px 0 0px 0px;
	font-size:20px;
	margin-top:0;
	margin-left:200px;
	margin-right:20px;
	line-height:33px;
	}

h2{
	font-size:16px;
	line-height:1.1;
	text-transform:lowercase;
	}

h2.checkout{
	margin-bottom:12px;
	padding-left:20px;
	color:#80c52e;
	}

h3{
	text-transform:lowercase;
	font-size:12px;
	}
	
input.input{
	padding:2px;
	font-size:10px;
	color:#686856;
	background-color:#ffffff !important;
	border:1px solid #a5a87f;
	}

select.input{
	font-size:10px;
	color:#686856;
	background-color:#ffffff !important;
	border:1px solid #a5a87f;
	}

img.search_submit{
	/*display:block;
	float:left;
	position:relative;
	top:-5px;
	left:5px;*/
	}

p, ul, li, ol {
	line-height:16px;
	}

ul{
	list-style-type:none;
	}

.byline{
	margin-bottom:12px;
	line-height:16px;
	}

.clear{
	height:0;
	clear:both;
	line-height:0;
	visibility:hidden;
	font-size:0px;
	}

.content_left_nav{
	width:180px;
	float:left;
	}

.content_left_nav ul{
	list-style-type:none;
	margin-left:20px;
	}
	
.content_middle{
	width:380px;
	float:left;
	}

	#products{
	text-align:center;
	width:550px;
	}

	#products_item{
	width:360px;
	text-align:center;
	}
	
	#cart{
	width:auto;
	}
	
	#press{
	width:550px;
	}
	
	#basic{
	width:550px;
	text-align:left;
	}
	
	#cart p, #cart ul{
	margin-left:20px;
	}
	
	#checkout{
	width:550px;
	}
	
	#static{
	text-align:center;
	width:300px;
	}
	
	#static_small{
	text-align:right;
	width:165px;
	}

	#static img, #static_small img{
	/*padding-top:10px;*/
	}

.content_middle a{
	font-size:9px;
	text-decoration:underline;
	display:block;
	text-align:center;
	}
	
.content_middle a.print{
	font-size:10px;
	text-decoration:none;
	background:transparent url(images/sprout_print_icon.gif) no-repeat center right;
	width:100px;
	padding:10px 0;
	color: #c52ea3;
	text-align:left;
	}

.content_middle p, .content_middle ul, .content_right ol{
	margin-bottom:10px;
	}
	
.content_middle#basic a{
	font-size:11px;
	text-align:left;
	display:inline;
	}

.content_middle#basic ul, .content_middle#basic p, .content_middle#basic div, .content_right ol{
	padding-left:20px;
	}

.content_right{
	width:215px;
	float:left;
	}

.content_right#static_in{
	width:265px;
	}

.content_right#product_details{
	width:235px;
	}

.content_right#static_wide{
	width:398px;
	}

.content_right_in {
	padding:0 25px 0 10px;
	}

.content_right_wide_in {
	padding:0 0 0 25px;
	}

.content_right_wide_in H1{
	margin-top:30px;
	}

.content_right p {
	padding-bottom:10px;
	}

.content_right a{
	text-decoration:underline;
	}

.content_right a:hover{
	color:#80c52e;
	text-decoration:none;
	}

.checkout_summary{
	float:left;
	width:380px;
	}

.checkout_summary h2{
	float:left; 
	width:auto;
	}
.checkout_summary ul{	
	list-style-type:none;
	clear:both;
	}

#cart .checkout_summary p.change{
	float:left; 
	width:auto;
	margin-left:10px;
	line-height:19px;
	margin-bottom:12px;
	}

#checkout_box{
	float:left;
	width:180px;
	border:1px solid #80c52e;
	margin-top:20px;
	padding:10px 0;
	}

#checkout_box p{
	padding:10px 20px;
	margin:0px;
	}

.details{
	padding:5px 0;
	}

/*
.details{
	margin-top:3px;
	}
*/

.details input{
	float:left;
	}

.details_label{
	width:70px;
	float:left;
	padding-top:4px;
	}

.details input{
	float:left;
	}

.info_container_float{
	width:auto;
	float:left;
	}

.info_contents{
	margin-left:20px;
	}

table, td{
	font-size:100%;
	border-collapse:collapse;
	}

table#cart_table, table#history_table{
	margin-left:20px;
	}

table#history_table{
	margin-bottom:25px;
	width:540px;
	}

table#history_table td{
	padding:5px 0px 5px 0px;
	border-bottom:1px solid #cce8ab;
	}

table#cart_table th, table#history_table th{
	text-align:left;
	color:#80c52e;
	border-bottom:1px solid #cce8ab;
	padding-bottom:5px;
	}

table#cart_table td.bottom_border{
	padding:10px 10px 10px 0px;
	border-bottom:1px solid #cce8ab;
	}

table#cart_table td.total{
	text-align:right;
	padding-bottom:15px;
	padding-right:10px;
	}

td.label_cell{
	padding:7px 15px 7px 5px;
	}
	
td.input_cell{
	padding:7px 5px 7px 0px;
	}

table#product_th{
	margin-left:10px;
	margin-bottom:0px;
    }

table#product_th td{
	padding:5px;
	text-align:center;
	}

table#product_th td.text{
	padding-top:2px;
	padding-bottom:15px;
	}
/*
table#product_th{
        margin-left:30px;
        margin-bottom:30px;
        }

table#product_th td.spacing{
        padding:5px;
        }
*/

table#press{
	margin:0 0 30px 15px;
	}

table#press td{
	padding:0 7px 7px 7px;
	}

ul#main_nav li#shopby{
	display:block;
	width:150px;
	text-indent:-5000px;
	height:22px;
	background: url(images/nav_shopby.gif) no-repeat top left;
	}

ul#main_nav li{
	background:transparent;
	}

ul#main_nav li a{
	display:block;
	width:150px;
	text-indent:-5000px;
	background-position: 0 0 ;
	height:33px;
	z-index:1;
	outline:0;
	}
	
ul#main_nav li a:hover, ul#main_nav li a#decor:hover{
	background-position: -150px 0px;
	}

ul#main_nav li a.current{
	background-position: -300px 0px;
	}
	
/* - - these id's specify background images for the main navigation - - */
	
	#accessories{
	background:url(images/nav_accesories.gif) no-repeat;
	}
	
	#boys{
	background:url(images/nav_boys.gif) no-repeat;
	}
	
	#brand{
	background:url(images/nav_brand.gif) no-repeat;
	}
	
ul#main_nav li a#decor{
	background:url(images/nav_decor.gif) no-repeat;
	height:38px;
	}
	
	#gifts{
	background:url(images/nav_gifts.gif) no-repeat;
	}
	
	#girls{
	background:url(images/nav_girls.gif) no-repeat;
	}
	
	#infant{
	background:url(images/nav_infant.gif) no-repeat;
	}

	#tween{
	background:url(images/nav_tween.gif) no-repeat;
	}
	
	#toddler{
	background:url(images/nav_toddler.gif) no-repeat;
	}
	
	#play{
	background:url(images/nav_play.gif) no-repeat;
	}

ul#main_nav li ul.sub_nav{
	margin-bottom:8px;
	margin-left:12px;
	}

ul#main_nav li ul.sub_nav li a{
	display:inline;
	text-indent:1px;
	background-color: transparent;
	font-size:12px;
	line-height:1.3;
	z-index:2;
	}
	
ul#main_nav li ul.sub_nav li a:hover{
	color:#fd6e3c;
	}

ul#main_nav li ul.sub_nav li a.sub_nav_head{
	font-weight:bold;
	color:#c52ea3;
	}

#footer{
	clear:both;
	margin-left:200px;
	padding-top:15px;
	}
	

#footer a{
	color:#b1a69e;
	}

#footer a:hover{
	color:#80c52e;
	}

#footer ul li{
	float:left;
	color:#b1a69e;
	}
	
#footer ul.foot_bot_row{
	clear:both;
	}

#footer li.col_1{
	width:154px;
	}

#footer li.col_2{
	/*margin-left:97px;*/
	} 

#header{
	color:#b1a69e;
	padding-bottom:30px;
	}
	
#header_nav{
	float:left;
	margin-top:60px;
	}

#header_nav ul li{
	display:block;
	float:left;
	}

#header_nav ul.middle_row{
	clear:both;
	}

#header_nav ul.bottom_row{
	clear:both;
	}

#header_nav ul li.col_1{
	margin-left:35px;
	}

#header_nav ul li.col_1 a{
	width:53px;
	}

#header_nav ul li.col_1 a#cart{
	background: url(images/cart_both.gif) no-repeat right top;
	padding:7px 0 3px 0;
	margin-bottom:10px;
	}

#header_nav ul li.col_1 a:hover#cart{
	background:url(images/cart_both.gif) no-repeat right bottom;
	}

#header_nav ul li.col_2{
	margin-left:30px;
	}

#header_nav ul li.col_2 a{
	width:90px;
	}

#header_nav ul li.col_3{
	margin-left:28px;
	}

#header_nav ul li.col_3 a{
	width:194px;
	}

#header_nav .top_row a:hover{
	color:#c52ea3;
	}

#header_nav .middle_row a:hover, #header_nav .bottom_row a:hover{
	color:#fd6e3c;
	}

#header_nav ul a{
	display:block;
	color:#b1a69e;
	}

.green{
	color:#80c52e;
	}

.lite_purple{
	color:#d597c7;
	}

#logo, #logo_print{
	margin-left:20px;
	float:left;
	}

#logo_print{
	display:none;
	}
	
.orange{
	color:#fd6e3c;
	}
	
.purple{
	color:#c52ea3;
	}
	
.green{
	color:#80c52e;
	}

.price{
	margin:18px 0 23px 0;
	}

.price, #size, #color, #quantity{
	font-weight:bold;
	}

.sale, .content_middle a span.sale{
	color:#fd6e3c;
	font-weight:bold;
	text-decoration:none;
	}

.original_price{
	text-decoration:line-through;
	}

.site_credit{
	width:auto;
	padding-right:85px;
	float: right;
	color:#d597c7;
	}

ul.site_map  li{
	margin-left:20px;
	list-style-type:disc;
	}
	
ul.site_inner  li{
	margin-left:20px;
	list-style-type:circle;
	}
	
#sprout_picks{
	background: url(images/sprout_picks_back.gif) no-repeat left top;
	border-top:1px solid white;
	margin:46px 0 0 20px;
	padding-left:90px;
	}

#sprout_picks img{
	float:left;
	padding-right:5px;
	}
	
#wrap{
	width:775px;
	margin:50px auto 0 auto;
	text-align: left;
	}
	
ul.inside_sub_nav li{
	/*margin-bottom:8px;*/
	/*margin-left:12px;*/
	}

ul.inside_sub_nav li a{
	text-decoration:none;
	font-size:12px;
	line-height:1.3;
	
	}
	
ul.inside_sub_nav li a:hover{
	color:#fd6e3c;
	}
	
	
	