/* Baby Bloomers Stylesheet */
/*
------------------------------------------------------
Copyright 2007 Baby Bloomers
www.babybloomerswholesale.com
3-21-2007
------------------------------------------------------
*/
/* Layout */
div#content {
	padding: 10px;
	padding-top: 15px;
}
div#footer {
	font-size: 11px;
	padding-bottom: 10px;
	text-align: center;
}
/* General Formatting */
html, body{
	margin: 0;
	background: url(../images/background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7bbdc8;
	text-align: left;
}
td{
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7bbdc8;
	text-align: left;
}
p {
	margin: 0;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7bbdc8;
	text-align: left;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visted {
	color: #666666;
	text-decoration: none;
}
h1{
	margin: 0;
	font-size:2.0em;
	font-weight: normal;
	color: #f06970;
}
h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.8em;
	font-weight: normal;
}
h3 {
	margin: 0;
	font-size: 1.5em;
	font-weight: normal;
}
/* Home Page Formatting */
div#contactForm {
	margin-top: 20px;
}
div#contactForm input {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Clothing Pages Formatting */
div.clothing {
	margin-top: 20px;
}
div.clothingDescription {
	margin-top: 10px;
}
div.productImage {
	margin-top: 10px;
	margin-bottom: 10px;
}
div.swatches {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
div.swatches img {
	margin-top: 5px;
	margin-right: 10px;
}
div.productDetails {
	margin-top: 10px;
}
td.availableColors {
	padding-top: 3px;
	padding-left: 3px;
}
