.event-list .start-date, .event-list .end-date {
	background-color: /* rgb(230,230,230) */#000080;
	color:#ffffff;
}

#book-now {
width:180px;
position:absolute;
margin-left:69.3%;
margin-top:22%;
margin-bottom:5px;
}

#book-now a {
color:#ffffff;
background:#a07700;
border:2px solid #ffffff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
font-weight: bold;
padding:10px;
font-size: 1.2em;
}

#book-now a:hover {
color:#ffffff;
background:#000080;
border:2px solid #ffffff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:10px;
text-decoration: none;
}

.home img {
border:none;
}

ul.products.list li.product img {
    width: 15.75% !important;
}

/* AUTOGRAPH FORM */
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea{width:99% !important;}

/* STAR RATING COLOR */
.star-rating span{color:#a02d00;}