﻿#sp-product-viewer{
	border-top:1px dotted #7f7f7f;
	border-bottom:1px dotted #7f7f7f;
	padding:7px 0;
}
#sp-product-viewer #prod_tagline{
	color:#000;
	margin:0;
	font-size:12px;
	text-transform:uppercase;
	margin:0 0 2px 0;
}
#sp-product-viewer .prod_info{
	color:#000;
	margin:0;
	font-size:11px;
	margin:0 0 1px 0;
}
#sp-product-viewer .prod_info span{
	color:#000;
	font-weight:normal;
}
#sp-product-viewer p{
	font-size:10px;
	color:#000;
	margin:6px 0;
}
#sp-product-viewer {
	height:414px;
	width:733px;
	position:relative;
	background-color:#fff;
}
#sp-product-detail-image{
	height:414px;
	width:733px;
}
#sp-product-viewer #prod-description-container{
	height:301px;
	width:338px;
	position:absolute;
	top:20px;
	left:380px;
	overflow:hidden;
}
#sp-product-viewer #prod-description{
	height:301px;
	width:315px;
	padding:0 0 0 23px;
	background:url(/resources/images/CaseStudies/backgrounds/detail-arrow_bg.png) 0 43px no-repeat transparent;
	*	background:url(/resources/images/CaseStudies/backgrounds/detail-arrow_bg.gif) 0 43px no-repeat transparent;
}
#sp-product-viewer #prod-description .content{
	height:259px;
	width:273px;
	padding:10px;
	background-color:#fff;
	border:11px solid #ededed;
	overflow:auto;
}
#sp-product-viewer #prod-slide{
	height:63px;
	width:720px;
	position:relative;
	overflow:hidden;
	top:-80px;
	left:7px;
}
#sp-product-viewer #prod-id-content{
	height:63px;
	width:2000px;
	clear:both;
	position:absolute;
}
.thumb{
	float:left;
	border:4px solid #f0eeef;
	margin:0 7px 0 0;
	cursor:pointer;
}
.activeThumb{
	border:4px solid #000;
}
#sp-product-viewer #previous, #sp-product-viewer #next{
	position:absolute;
	top:362px;
	display:block;
	height:18px;
	width:18px;
	background-color:#fff;
	font-size:10px;
	text-align:center;
	line-height:17px;
	cursor:pointer;
}
#sp-product-viewer #previous{
	left:2px;
}
#sp-product-viewer #next{
	right:2px;
}
#sp-product-viewer .disabled{
	display:none !IMPORTANT;
}