body {
	text-align : center;
	background-color: #deede6;
}

body,td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}

select, textarea, input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #447788;
	background-color: #F0F7F7;
}



/* submit button on contact page */
input.submit {
	background-color : #80B6BD;
	color : #fff;
	border-left : 1px solid #C2DDE0;
	border-top : 1px solid #C2DDE0;
	border-right : 1px solid #468088;
	border-bottom : 1px solid #468088;
	cursor: pointer;
	font-weight : bold;
	padding : 2px;
}

a, a.link {
	color : #80ABB5;
}

a:hover {
	color : #5493A0;
}


.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8BBBC5;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #EF8F7E;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #447788;
	padding: 5px;
	margin-bottom: -3px;
}


h3 
{ /* page title */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #447788;
	margin-bottom: -3px;
	
}

.mainTable {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	border-top: 1px none #80b7bd;
	border-right: 1px solid #80b7bd;
	border-bottom: 1px solid #80b7bd;
	border-left: 1px solid #80b7bd;

}
.mainCell {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	padding: 25px;
	line-height: 20px;

}

td {
	font-size: 12px;
}



hr {
	border: 1px dashed #588D88;


}


.chartContent {
	background-color: #F0F7F7;
	font-size: 11px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	color: #578D99;
	border-top: 1px none #BFD8DD;
	border-right: 1px solid #BFD8DD;
	border-bottom: 1px solid #BFD8DD;
	border-left: 1px none #BFD8DD;



}
.chartHeader {
	background-color: #BFD8DD;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #447788;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;

}
.outerTable {
	background-color: deede6;
	padding: 0px;
	margin: 0px;
	border-top: 1px none #458187;
	border-right: 1px solid #458187;
	border-bottom: 1px solid #458187;
	border-left: 1px solid #458187;
}

#border {
	width : 840px;
	background-color : #deede6;
	text-align : left;
	border-bottom : 1 solid Black;
	border-right : 1 solid Black;
	border-left : 1 solid Black;
}



/* Classic Baby Outfitting product name */
.productName {
	color : #447788;
	font-weight : bold;
	font-size: 16px;
	padding-bottom : 10px;
	line-height: 18px;
}

/* Product Price */
.productPrice {
	color : #447788;
	font-weight : bold;
	font-size: 13px;
	padding-bottom : 10px;
	line-height: 18px;
	font-style: italic;
}

.product {
	padding-left: 15px;
}


.productRow {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B1D6C5;
	padding-top: 10px;
}



/* Classic Baby Outfitting border around product images */
img.product {
	border : 1px solid #999;
}

/* Classic Baby Outfitting product description  */
div#productText {
	padding-top : 10px;
}

/* left column of  Classic Baby Outfitting product page with divider*/
td.leftColumn {
	padding-right:25px;
	border-right : 1px dashed #80B7BD;
}

/* right column of  Classic Baby Outfitting product page with divider*/
td.rightColumn {
	padding-left:25px;
}

/* horizontal divider between Classic Baby Outings products */
hr.product {
	noshade;
	height : 1px;
	color : #DEEDE6;
	margin : 25px 0px;
}

/* small text */
.txtSm {
	font-size: 10px;
	line-height: 15px;
}

/* highlight color required fields */
.highlight {
	color : #E96249;
}


.homeImage {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #62A7AA;
}
.available {
	font-style: italic;
	color: #CC0066;
}


.style1 {
font-size: 12;
}
