@import url('clearfix.css');
@import url('reset.css');

.center { text-align: center; }
.left { float: left; }
.right { float: right; }

.half-column { float:left; width:50%; }

.header-table {
	width: 820px;
	margin: 0;
	border: 0;
	border-spacing: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../images/headerBgd.gif);
	background-position: top;
	background-repeat: no-repeat;
	overflow: hidden;
}
.header-height { height: 136px; padding: 0; border: 0; }
.header-div {
	width: 283px;
	height: 100px;
	margin-top: 35px;
	margin-left: 45px;
}

.arrow {
	width: 14px;
	height: 30px;
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.left-arrow { background-position: 0px 0px; }
.right-arrow { background-position: 0px -30px; }
.left-arrow:hover { background-position: -14px 0px; }
.right-arrow:hover { background-position: -14px -30px; }

.photos-videos-container {
	width: 176px;
	height: 150px;
}

.photos-videos-slider-wrapper {
	position: relative;
	width: 140px;
	height: 90px;
	padding: 0 18px;
}

.photos-videos-slider-wrapper .arrow {
	position: absolute;
	top: 43px;
}

.photos-videos-slider-wrapper .arrow.hidden { display: none; }

.photos-videos-track { width: 1000000px; }
.photos-videos-slider {
	width: 140px;
	overflow: hidden;
}

.photos-videos-slider-wrapper .left-arrow { left: 0px; }
.photos-videos-slider-wrapper .right-arrow { right: 0px; }

.photo-video-slide {
	width: 120px;
	height: 150px;
	margin: 0 10px;
	float: left;
	line-height: 18px;
	color: #3c6e8f;
	font-size: 12px;
	text-align: center;
}

.photo-video-slide .photo, .photo-video-slide .video {
	width: 120px;
	height: 90px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #838999;
	margin-bottom: 8px;
	background-position: center center;
	background-repeat: no-repeat;
}

.youtube-link { cursor: pointer; }

.crosshatch { background: url(../images/crosshatch.png); }

#shopping-cart-action {
	float:right;
	width:28px;
	height:28px;
	padding:2px;
}

a.visible:link,a.visible:visited,a.visible:hover { text-decoration: underline; }
