/* Products Navigation and Styling */
.productsList {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0;
	padding-left: 3px;
	list-style: none;
	text-align: left;
}

a.productsList {
	color: #036;
	text-decoration: underline;
	font-weight: normal;
}

a:hover.productsList {
	color: #036;
	text-decoration: none;
}

.productsContainer {
	padding-left: 10px;
	text-align: left;
	clear: both;
}

.productsNav {
	text-align: left;
}

.productsHeading {
	color: #036;
	font-size: 1.2em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

a.productsHeading {
	color: #036;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: underline;
}

a:hover.productsHeading {
	color: #036;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
}

.productDescription {
	width: 550px;
	vertical-align: top;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #669900;
}

a.productDescriptionLink {
	color: #036;
	text-decoration: underline;
}

a:hover.productDescriptionLink {
	text-decoration: none;
}

.productsTitle {
	color: #669900;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	letter-spacing: .06em;
}

a.productsTitle {
	text-decoration: none;
}

a:hover.productsTitle {
	text-decoration: underline;
}

.productImageleft {
	float: left;
	padding-right: 15px;
}
	
.productImageright {
	float: right;
	padding-right: 15px;
}
	
a.readMore {
	color: #669900;
	text-decoration: underline;
}
	
a:hover.readMore {
	color: #669900;
	text-decoration: none;
}

/* Image Boxes */
.imageBoxLeft {
	float: left;
	padding: 5px 5px 5px 5px;
	border: 4px solid #CCCCCC;
	margin: 5px 10px 10px 0;
	clear: left;
}

.imageBoxRight {
	float: right;
	padding: 5px 5px 5px 5px;
	border: 4px solid #CCCCCC;
	margin: 5px 0 0 10px;
	clear: right;
}

.captionLeft {
	font-size: 0.9em;
	float: left;
}
	
.captionRight {
	font-size: 0.9em;
	float: right;
}

.photoBoxRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 10px;
}

.photoBoxLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* Photographic Print Table Styles */
.headerRowText {
	color: #FFFFFF;
	}

.headerRow {
	padding: 3px 0 3px 15px;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	background-color: #669900;
	}

.row1 {
	padding: 3px 0 3px 15px;
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	width: 170px;
}

.row2 {
	padding: 3px 0 3px 15px;
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	width: 170px;
	background-color: #EEEEEE;
}

.row3 {
	padding: 3px 0 3px 15px;
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	width: 170px;
}

.row4 {
	padding: 3px 0 3px 15px;
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	width: 170px;
	background-color: #EEEEEE;
}

/* Thumbnail Image Styles */
.thumbnailContainer {
	width: 125px;
	text-align: center;
	float:left;
	margin: 0 12px 0 0;
}

.thumbnailBorder {
	padding: 5px 5px 5px 5px;
	margin: 0 0 5px 0;
	border: 4px solid #CCCCCC;
}

/* Holiday Card Styles */
#cardHeader {
	background-color: #669933;
	width: 535px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 5px 0 0 8px;
	margin: 20px 0 10px 0;
}

#cardThumbs {
	float: left;
	padding: 0 5px 0 5px;
	text-align: center;
}

#howToOrder {
	border: #000000 solid 1px;
	background-color: #D1E0BE;
	margin: 0 40px 0 10px;
	padding: 10px 10px 5px 10px;
}