/* CSS Document */

.photo span {  
  font-size:0.9em;
  text-align:center;  
}

#action-link a {
  text-decoration:none;
  font-size:1.7em;
  font-weight:bold;
  color:#e8b685;  
  padding:0.2em;
  background-color:#63750f;
}

#action-link a:hover {
  color:#f4773d;
}

.image {
  position:relative;
}

.image-overlay
{
  width:120px;
  height:60px;
  background-image:url('../images/g-watermark.png');
  position:absolute;
  bottom:18px;
  left:0;
}

.image-overlay-top
{
  width:120px;
  height:60px;
  background-image:url('../images/g-watermark.png');
  position:absolute;
  top:0;
  left:0;
}

.image-overlay-right
{
  width:120px;
  height:60px;
  background-image:url('../images/g-watermark.png');
  position:absolute;
  bottom:18px;
  right:0;
}

.image span
{
	padding: 12px;
	font-weight: bold;
}

.floatleft
{
	float: left;
}
.floatright
{
	float: right;
}
.margin
{
	margin: 12px;
}

.videoRight { float:right; }

a.content-button {
  display:block;
  width:292px;
  line-height:75px !important;
  color:#fff !important;
  background:#DDE7D3 url('../images/g-button.gif') no-repeat;
  padding:0 0 0 40px;
  text-decoration:none;
  font-size:18px !important;
}

a:hover.content-button { 
  color:#687818 !important;
  font-size:18px;
  
}
