/* CSS Document */

#related-products {
	margin-top: 5px;
}
#related-title {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 500px;
	height: 15px;
	background-color:#129569;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #129569;
	border-right-color: #129569;
	border-left-color: #129569;
	padding: 5px;
	clear: both;
}
#related-block {
	width: 500px;
	background-image: url(images/related-bg.gif);
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-left-style: solid;
	border-bottom-color: #129569;
	border-right-color: #129569;
	border-left-color: #129569;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-repeat: repeat-x;
}
#related-blockrow2 {
	width: 500px;
	background-image: url(images/related-bg.gif);
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-left-style: solid;
	border-bottom-color: #129569;
	border-right-color: #129569;
	border-left-color: #129569;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-repeat: repeat-x;
}
#related-container {
	height: 155px;
	width: 780px;
	background: url(images/specials-bg.gif) no-repeat;
}

.related-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 12px;
	height: 40px;
	width: 150px;
}

.related-price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	width: 150px;
}

.related {
	height: 150px;
	width: 162px;
	float: left;
	padding-top: 2px;
	margin-right: 3px;	
}
#related-footer
{
	background-color: #FFFFFF;
	clear: both;
	height: 10px;
	width: 500px;
}

