div#title{
	margin-bottom: 24px;
}

div#title h2{
	background: url(/images/title_shop.png) no-repeat 15px 4px;
	border-right: 1px solid #f17bb0;
	float: left;
	height: 20px;
	margin: 40px 0 0 0;
	text-indent: -5000px;
	width: 255px;
}

div#title div#slogan{
	background: url(/images/main_slogan.png) no-repeat;
	height: 35px;
	float: left;
	margin: 28px 0 0 18px;
	text-indent: -8000px;
	width: 440px;
}


div#categories{
	margin-bottom: 12px;
}

div#categories a{
	height: 228px;
	text-indent: -5000px;
	width: 456px;
}

div#categories a#preg{
	background: url(/images/shop_preg.png);
	float: left;
}

div#categories a#postpreg{
	background: url(/images/shop_postpreg.png);
	float: right;
}






div#sidebar{
	border-right: 1px solid #bfc0c2;
	float: left;
	margin: 0 -1px 30px 0;
	width: 255px;
}

div#sidebar img#category_name{
	display: block;
	margin: 0 0 12px 18px;
}

div#sidebar ul{
	margin: 2px 0 18px 18px;
}

div#sidebar ul li{
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 15px;
	padding: 0 20px;
}

div#sidebar ul li.selected{
	background: url(/images/sidebar_selector.png) 0px 3px no-repeat;
}

div#sidebar ul li a{
	color: #f17bb0;
	font-style: italic;
	text-decoration: none;
}

div#sidebar ul li a:hover{
	color: #f17bb0;
	text-decoration: underline;
}





div#sidebar2{
	border-right: 1px solid #bfc0c2;
	float: left;
	margin: 0 -1px 30px 0;
	width: 255px;
}

	div#sidebar2 ul{
		margin: 2px 0 18px 0;
	}

		div#sidebar2 ul li{
			font-size: 12px;
			line-height: 15px;
			margin-bottom: 5px;
			padding: 0 20px;
		}

		div#sidebar2 ul li.selected{
			background: url(/images/sidebar_selector.png) 0px 3px no-repeat;
		}

		div#sidebar2 ul li a{
			color: #f17bb0;
			font-style: italic;
			text-decoration: none;
		}

		div#sidebar2 ul li a:hover{
			color: #f17bb0;
			text-decoration: underline;
		}

		div#sidebar2 ul li strong.by{
			display: block;
			height: 8px;
			margin-bottom: 6px;
			text-indent: -5000px;
		}
		
			div#sidebar2 ul li strong#collection{
				background: url(/images/shop_by-collection.png);
				width: 143px;
			}
			
			div#sidebar2 ul li strong#price{
				background: url(/images/shop_by-price.png);
				width: 103px;
			}
			
			div#sidebar2 ul li strong#category{
				background: url(/images/shop_by-category.png);
				width: 131px;
			}





div#category{
	float: left;
	width: 620px;
}

	div#category div#description{
		padding: 0 20px;
	}
	
		div#category div#description p{
		}


	div#category ul#products{
		padding-left: 20px;
		width: 600px;
	}

		div#category ul#products li{
			float:  left;
			margin: 0 20px 20px 0;
			text-align: center;
			width: 180px;
		}
		
			div#category ul#products li.col1{
				clear: left;
			}
		
			div#category ul#products li a{
				color: #f17bb0;
				font-style: italic;
				text-decoration: none;
			}
			
			div#category ul#products li img{
				border: 1px solid #ccc;
				margin-bottom: 3px;
				width: 180px;
			}
			




div#product{
	background: url(/images/main_pink-glow.jpg) bottom right no-repeat;
	border-left: 1px solid #bfc0c2;
	float: left;
	margin: 0 0 12px 0;
	padding: 0 0 0 18px;
	position: relative;
	width: 645px;
}

div#product img#main_image{
	float: left;
	margin: 0 10px 16px 0;
	width: 215px;
}

div#product div#details{
	float: left;
	margin-bottom: 16px;
	width: 400px;
}

div#product div#details ul#extra_images{
	float:left;
	margin-right: 5px;
}

div#product div#details ul#extra_images li{
	float: left;
	margin: 0 5px 15px 0;
}

div#product div#details p#size_colors{
	color: #f17bb0;
	font-style: italic;
}

div#product div#details img.color{
	padding: 8px 3px 0 0;
}

div#product div#details p#size_colors a{
	color: #f17bb0;
}

div#product div#details div#cart_options p{
	clear: both;
	color: #f17bb0;
	font-size: 18px;
}

div#product div#details div#cart_options input.qty{
	border: 1px solid #f17bb0;
	padding: 2px;
}

div#product div#details div#cart_options input.addtocart{
	padding: 0 0 1px 5px;
	vertical-align: middle;
}

div#product div#description{
	clear: left;
	padding-bottom: 70px;
}

div#product div#description h3{
	color: #f17bb0;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 16px;
}

div#product div#description p{
	padding-right: 40px;
}



table.wholesale_table{
	width: 800px;
}

table.wholesale_table th{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px 0;
	text-align: left;
}

table.wholesale_table td.sku{
	width: 280px;
}

table.wholesale_table td.name{
	width: 280px;
}

table.wholesale_table td.price{
	width: 160px;
}

table.wholesale_table td.qty{
	width: 80px;
}


div#prodfooter{
	border-top: 1px solid #bfc0c2;
	clear: both;
	padding-top: 4px;
}

div#prodfooter p#prodfoot_links{
	margin-bottom: 1px;
}

div#prodfooter a.prodfoot_link{
	outline: none;
}

div#prodfooter p.prodfoot_text{
	color: #f17bb0;
	display: none;
	font-style: italic;
	line-height: 18px;
}


