@charset "utf-8";
/* CSS Document */

.sample-link {
	float: right;
	width: 50px;
	height: 22px;
	text-align: center;
	background-color: #36F;
	padding: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.sample-link a {
	font-size: 9px;
	line-height: 10px;
	font-weight: bold;
	color: white;
}
#volpriceCard,
#volpriceEnv {
	margin: 0 0 0 15px;
}
#volpriceCard div,
#volpriceEnv div {
	font-weight: bold;
	margin: 0 0 3px 15px;
	color: gray;
}
div#sidebar {
	width: 385px;
}
#setPreview {
	height: 530px;
	border: 1px solid #EBEBEB;
	position: relative;
}
ul.sidebar-links {
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
	background-color: #f8f8fa;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
ul.sidebar-links li {
	margin: 0;
	padding: 0;
	float: left;
	width: 50%;
	line-height: 30px;
	font-size: 12px;
}
ul.sidebar-links li a {
	display: block;
	padding: 0 0 0 60px;
	color: gray;
}

#link-moreimages a {
	background: url('/images/icon-additional-images.gif') 22px 50% no-repeat;
}
#ask-question a {
	background: url('/images/icon-ask-question.gif') 22px 50% no-repeat;
	border-left: 1px solid #ebebeb;
}
#cardimg {
	position: absolute;
	bottom: 25px;
	right: 5px;
	z-index: 3;
	visibility: hidden;
}
#envimg {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
}
#bg-border {
	position: absolute;
	z-index: 2;
	visibility: hidden;
}
h2.sidebar-title {
	color: black;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 8px 0;
	display: block;
}
div#squareNote {
	margin: 10px 0 10px 0;
	color: red;
}
div#prodMain {
	width: 600px;
}
div#prodMain h4.env-group {
	clear: left;
	line-height: 20px;
	font-size: 15px;
	border-bottom: 1px dotted silver;
	padding: 10px 0 3px 0;	
}
div#prodMain h4.env-group span {
	display: block;
	background: url('/images/bg-green-dot.gif') 0 0 no-repeat;
	float: left;
	width: 18px;
	text-align: center;
	margin: 0 5px 0 0;
	padding: 0 1px 0 0;
	color: white;
}
#swatch img {
	float: left;
}
.swatch-label {
	float: left;
	clear: left;
	width: 100px;
	height: 32px;
	line-height: 32px;
}
.swatch-items {
	margin: 0 0 0 105px;
}
.swatch-items img {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 2px 2px 0;
	cursor: pointer;
	border: 1px solid white;
}
.swatch-items img.selected {
	border: 1px solid red;
}
div#prodMain div#price {
	width: 350px;
	float: left;
	margin: 5px 0 5px 20px;
}
form#addToCart {
	width: 200px;
	float: right;
	text-align: right;
	margin: 5px 0 0 0;
}
.add-to-cart {
	color: white;
	cursor: pointer;
	background: #ff931e url('/images/icon-white-arrow.png') 100% 50% no-repeat;
	padding: 3px 18px 3px 8px;
	border: 1px solid #da7e1a;
	
	-moz-box-shadow: 3px 3px 4px silver;
	-webkit-box-shadow: 3px 3px 4px silver;
	box-shadow: 3px 3px 4px silver;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver');
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul#navTabs {
	margin-top: 15px;
}
.box-descr {
	border: 1px solid #EBEBEB;
	margin: 20px 0 0 0;
	padding: 15px;
}
#video-descr {
	height: 24px;
	margin-bottom: 15px;
	text-align: center;
}
#video-descr a {
	margin: 0 auto;
	font-size: 16px;
	padding: 0 0 0 35px;
	line-height: 24px;
	height: 24px;
	background: url('/images/icon-video-description2.gif') 0 50% no-repeat;
}
div#prod-description {
	margin: 0;
	padding: 0;
}
#swatch-hint {
	position: absolute;
	visibility: hidden;
	text-align: center;
}
#swatch-hint-liner {
	position: relative;
	padding: 9px 0 0 0;
}
#swatch-hint-point {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	z-index: 1000;
	background: url('/images/hint-point.png') 50% 0 no-repeat;
}
#swatch-hint-content {
	border: 1px solid silver;
	background-color: white;
	font-size: 11px;
	font-weight: bold;
	color: grey;

	padding: 3px 10px 4px 10px;
	
	-moz-box-shadow: 2px 2px 3px silver;
	-webkit-box-shadow: 2px 2px 3px silver;
	box-shadow: 2px 2px 3px silver;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='silver')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='silver');
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

