/* Star Clipper Styles */

.clear {clear:both;}

/* Banner */

.star-clipper-banner {
background:url(//media.tripcentral.ca/style/images/star-clipper/banner.jpg) no-repeat top;
width:788px;
height:301px;
padding-top:1px;
}
.star-clipper-banner .show {
background:url(//media.tripcentral.ca/style/images/star-clipper/show-button.png) no-repeat top;
height:36px;
width:179px;
margin:215px 0 0 85px;
display:block;
text-indent:-9999px;
float:left;
}
.star-clipper-banner .play {
background:url(//media.tripcentral.ca/style/images/star-clipper/play-button.png) no-repeat top;
height:97px;
width:97px;
margin:110px 150px 0 0;
display:block;
text-indent:-9999px;
float:right;
}
.show:hover, .play:hover {background-position:bottom;}


/* Call An Agent Box on Left */

.call-agent {
float:left;
width:337px;
border:1px solid #c2c2c2;
border-radius:7px;
background:#fff;
margin:10px 0 10px 0;
}
.call-agent p {
background:#f6f3e4 url(//media.tripcentral.ca/style/images/star-clipper/brown-gradient.png) repeat-x top;
color:#665753;
font:12px/16px arial;
height:43px;
padding:14px 15px 0 15px;
border-radius:7px 7px 0 0;
border-bottom:1px solid #c2c2c2;
}
.call-agent p strong {font:bold 14px/16px arial;display:block;margin-bottom:2px;}
.call-agent h3 {
background:url(//media.tripcentral.ca/style/images/star-clipper/green-gradient.png) repeat-x top;
height:38px;
font:bold 14px/38px arial;
color:#575656;
padding:0 0 0 15px;
}
.call-agent table {
width:100%;
border-collapse:collapse;
}
.call-agent td {
width:50%;
border-top:1px solid #c2c2c2;
padding:11px 8px;
font:12px/16px arial;
}
.call-agent .alt {background:#f7f7f7;}
.call-agent td span {float:right;}
.call-agent td em {float:left;font-style:normal;}
.call-agent .border {
border-right:1px solid #c2c2c2;
}

/* Photo Rotator */

.pic-viewer {
float:right;
width:432px;
height:292px;
border:1px solid #c2c2c2;
margin:10px 2px 10px 0;
border-radius:7px;
position:relative;
}
.pic-viewer img {
position:absolute;
top:15px;
left:15px;
}
.pic-viewer .next, .pic-viewer .prev {
display:block;
height:40px;
width:40px;
text-indent:-9999px;
position:absolute;
top:130px;
}
.pic-viewer .prev {background:url(//media.tripcentral.ca/style/images/star-clipper/prev.png) no-repeat top;left:-5px;} 
.pic-viewer .next {background:url(//media.tripcentral.ca/style/images/star-clipper/next.png) no-repeat top;right:-5px;} 
.pic-viewer .enlarge {
background:url(//media.tripcentral.ca/style/images/star-clipper/enlarge.png) no-repeat top;
position:absolute;
top:15px;
right:15px;
display:block;
height:52px;
width:53px;
text-indent:-9999px;
}

/* Popular Sailing Destinations */

.popular {
border-radius:7px;
border:1px solid #c2c2c2;
margin:0 0 10px 0;
}
.popular h2 {
border-radius:7px 7px 0 0;
background:#f8f6ea;
color:#665753;
font:14px/16px arial;
padding:8px 0 8px 15px;
}
.popular table {border-collapse:collapse;width:100%;}
.popular td {width:50%;padding:10px 0 10px 15px;border-top:1px solid #c2c2c2;}
.popular .alt td {background:#f7f7f7;}
.popular a {text-decoration:none;color:#008c98;}
.popular a:hover {text-decoration:underline;}

/* Read More Expandable Box  */

.read-more {
border-radius:7px;
border:1px solid #c2c2c2;
padding:20px 15px;
}
.read-more h2 {
color:#008c98;
font:18px/18px arial;
margin-bottom:15px;
}
.read-more p {
font:12px/18px arial;
margin-bottom:15px;
}
.read-more a {
color:#008c98;
}