.text-header a {float: right; color: #660000;}

#store {margin-top: 20px;}
#store img {border: none; margin-right: 10px;}
#store img.thumb {float: right; margin-right: 0px; margin-left: 10px;}
#store a {text-decoration: none; color: #660000; }
#store a:hover {text-decoration: underline;}
#store td {vertical-align: top; text-align: left; border-bottom: 1px solid #CCC; padding-top: 20px;}
#store td td {padding-top: 0px;}
#store h1 {font-size: 16px; font-weight: normal; margin: 0px 0px 10px; color: #003366;}
#store h1 a {font-size: 16px; font-weight: normal; margin: 0px 0px 10px;}

#store h2 {font-size: 14px; font-weight: normal; margin: 0px 0px 10px; color: #003366;}

#store a.buyNow {
	background-color: #003366;
	color: #FFF;
	padding: 4px;
	font-weight: bold;
	background-image: url(../../images/store/add.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding-left: 25px;
}
#store a.buyNow:hover {background-color: #660000; color: #FFF; text-decoration: none;}

#store #productPhotos {width: 280px; margin: 0px auto;}
#store #productPhotos img {margin: 0px 0px 15px;}

