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

.nameTitle, .nameContainer {
	width: 100% !important;
}

.product-container {
	display:none;
	margin-top:20px;
}

.single-item .sep, .multi-item .sep{
	margin-left:8px;
	margin-right:8px;
}

/* Product Resources (Right Floated) */

.product-resources {
	width: 200px;
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

.product-image-container {
	text-align: right;
}
.product-image {
	border: 1px solid #EEEEEE;
}
.whitespace-fix {
	padding-top:10px !important;
	padding-bottom:10px !important;
}
.product-image-caption {
	font-size:10px;
	margin-top:-5px !important;
	margin-bottom:15px !important;
}

.print-button {
	margin-top:20px !important;
}

.additional-resources {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin:20px 0;
}
.additional-resources h4 {
	padding-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
}
.additional-resources ul {
	margin:0; 
	padding:0; 
	list-style:none;
}
.additional-resources ul li {
	list-style:none;
}

/* Product Info (Regular Position, wraps under Product Resources) */

.product-info h3 {
	margin-top:20px;
	margin-bottom:10px;
}
.product-info h3:first {
	margin-top:0;
}
.selling-tips {
	margin-left:20px;
}
.country-tag {
	font-size:10px;
	color:#AAAAAA;
}

.helper {
	display:block;
	margin-bottom:5px;
}
.helper:before {
	height:100%;
	diplay:inline-block;
	vertical-align:middle;
}
.helper, .helper-icon, .helper-text {
	line-height:16px !important;
}
.helper-text {
	font-size: 11px;
}
.helper-icon {
	margin-right:10px;
}
.helper-text, .helper-icon {
	display: inline-block;
	vertical-align:middle;
}

.video-title {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;	
}
.video-close {
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
.video-collapse { text-align: center; }

.video-collapse object {
	margin:10px auto;
}