/* ADDED NEW FOR PRODUCT EACH 
------------------------------------------------------*/

.prod-each-contents{
	margin: 0 60px;
	max-width: 960px;
}

.image-column img{
	width: 100%
}
.description-text h1{
	font-weight: bolder;
	font-size: 28px;
	margin: 12px 0px 20px 0px;
}

.description-text p{
	margin: 12px 4px;
}
ul.prod-tabs-features li{
    line-height: 20px;
    background-image: url('../../resources/images/products/bullet_red.png');
    background-repeat: no-repeat;
    background-position: 0px 8px;
    padding: 4px 4px 6px 26px;
    margin: 0px;
}

h2 {
    display: block;
    font-size: 1em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0.5em;
    margin-right: 0;
    font-weight: bold;
}

/* PRODUCT
------------------------------------------------------*/
#product-highlight{
	width:960px;
	height:402px;
	margin:-65px auto 0px auto;
	background-image:url(../images/product-highlight.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
#product-highlight img{
	margin-top:24px;
}
.highlight-flow{
	width:960px;
	height:69px;
	top:-18px;
	margin:0px auto -23px auto;
	background-image:url(../images/flow-line2.png);
	background-repeat:no-repeat;
	position:relative;
	z-index:100;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#product-highlight img{
	margin-top:71px;
}	
}
.product-column{
	width:319px;
	margin-bottom:62px;
	border-right:1px solid #dadada;
	float:left;
}
.product-column-last{
	width:319px;
	margin-bottom:62px;
	border-right:none;
	float:left;
}
.prd-image{
	width:272px;
	margin:0px auto 25px auto;
	padding-top:10px;
	text-align:center;
}
.prd-text, .prd-button{
	width:272px;
	margin:0px auto;
}
.detail-but{
	margin-right:-12px;
	float:right;
}
#product-description{
	width:60%;
	float:left;
}
.image-column{
	width:35%;
	margin-right:30px;
	float:left;	
}
.description-text{
	width:60%;
	float:left;	
}
.pdf-manual{
	font-weight: bolder;
	color: red
}

/* Product Tabs */
ul.tabs {
	margin:20px 0px 0px 1px;
	padding: 0;
	float: left;
	list-style: none;
	height: 45px;
	border-bottom: 1px solid #dbdbdb;
	border-left:none;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	width: 960px;
	float:left;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 44px;
	line-height: 43px;
	border: 1px solid #dbdbdb;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin:0px 0px -1px -1px;
	background-image:url(../images/tab-gradient.gif);
	background-repeat:repeat-x;
	overflow: hidden;
	position: relative;	
}
ul.tabs li a {
	text-decoration: none;
	color: #646464;
	display: block;
	font-size: 14px;
	font-family:'Metrophobic',Arial,Tahoma,Verdana;
	font-weight:100;
	padding: 0px 26px;
	outline: none;
}
ul.tabs li a:hover {
	background-image:url(../images/tab-gradient.gif);
	background-repeat:repeat-x;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}

.tab_container {
	border: 1px solid #dbdbdb;
	border-top: none;
	margin-bottom:20px;
	clear: both;
	width: 960px;
	background: #fff;	
	float:left;
}
.tab_content {
	padding: 18px 34px 15px 34px;
	float:left;
}
.tab_content p {
	padding-top: 5px;
	margin-bottom:18px;
	line-height:22px;
	font-family: Verdana,Geneva,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 14px;
}
.tab-content-left{
	width:430px;
	margin:15px 30px 27px 0px;
	float:left;
}
.tab-content-right{
	width:430px;
	margin:15px 0px 27px 0px;
	float:left;
}
.content-left-mini{
	width:200px;
	margin:8px 29px 6px 0px;
	float:left;
}
.content-right-mini{
	width:200px;
	margin:8px 0px 6px 0px;
	float:left;
}
.tab-icon{
	margin-top:10px;
	float:left;
}
.tab-icon2{
	margin:-5px 8px 8px 0px;
	clear:both;
	float:left;
}
.tab-img{
	margin-bottom:30px;
	float:left;
}
.content-left-mini p, .content-right-mini p{
	width:200px;
	margin-top:-5px;
	float:left;
}
.tab-features-column{
	width:200px;
	margin:25px 30px 20px 0px;
	float:left;
}
.tab-features-column-last{
	width:200px;
	margin:25px 0px 20px 0px;
	float:left;
}
.features-icon{
	width:200px;
	margin-bottom:10px;
	text-align:center;
}
.features-desc{
	width:200px;
}
.spec-column{
	width:47%;
	margin:15px 30px 27px 0px;
	float:left;	
}
.spec-column-last{
	width:276px;
	margin:15px 0px 27px 0px;
	float:left;	
}
ul.general-list li{
	color:#868686;
	text-decoration:none;
	line-height:24px;
	background-image:url(../images/list-general.png);
	background-position:0px 8px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 14px;
}

ul.general-list li a{
	margin-left : 35px;
}
.awards-box{
	width:135px;
	height:64px;
	margin-right:23px;
	padding-top:24px;
	border:1px solid #dbdbdb;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align:center;
	float:left;
}
.awards-desc{
	width:270px;
	margin-bottom:8px;
	float:left;
}
ul.review-star{
	margin-top:-8px;
	float:left;	
}
ul.review-star li{
	display:inline-block;
	margin-right:-2px;
	line-height:18px;
}

/* Gallery thumb on Tabs */
#img-slide{
	height:265px;
}
#img-slide-large{
	width:587px;
	height:386px;
	margin:10px 0px 70px 0px;
	float:left;
	border:solid 1px #dbdbdb;
}
#img-slide-thumb{
	width:90px;
	float:left;
	text-align:right;
}
#img-slide-thumb img{
	border:solid 1px #dbdbdb;
}
ul#nav-thumb{
	width:282px;
	margin:10px 0px 0px 21px;
	float:left;	
}
ul#nav-thumb li{
	width:85px;
	margin:0px 13px 5px 0px;
	display:inline-block;
	float:left;
}
ul#nav-thumb li.last-thumb{
	width:86px;
	margin:0px 0px 5px 0px;
	display:inline-block;
	float:left;
}
#nav-thumb li img{
	width:86px;
	height:86px;
}
#nav-thumb li.active li img {border:solid 1px #000}


/* PRICING
------------------------------------------------------*/
.pricing-box1{
	width:199px;
	margin:30px 0px 40px 30px;
	padding:12px;
	background-image:url(../images/pricing-glow.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#f0efef;
	border:1px solid #dadada;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	float:left;
}
.pricing-box2{
	width:199px;
	margin:30px 0px 40px -1px;
	padding:12px;
	background-image:url(../images/pricing-glow.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#f0efef;
	border:1px solid #dadada;
	float:left;
}
.pricing-box3{
	width:199px;
	margin:10px 0px 40px -1px;
	margin:10px -2px 40px -1px\0/;
	padding:32px 12px 32px 12px;
	background-image:url(../images/pricing-glow.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#f0efef;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow:0 0 4px #6d6d6d; 
	-moz-box-shadow: 0 0 4px #6d6d6d; 
	box-shadow:0 0 4px #6d6d6d;
	border:1px solid #dadada\0/;
	float:left;
}
.pricing-box4{
	width:199px;
	margin:30px 0px 40px 1px;
	padding:12px;
	background-image:url(../images/pricing-glow.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#f0efef;
	border:1px solid #dadada;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	float:left;
}
.pricing-box1 h3, .pricing-box2 h3, .pricing-box3 h3, .pricing-box4 h3{
	text-align:center;
	margin:2px 0px 16px 0px;
}
.pricing-inner{
	width:197px;
	padding:0px;
	border:1px solid #dadada;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color:#ffffff;
}
ul.pricing-list li{
	text-align:center;
	line-height:28px;
	padding-bottom:3px;
	list-style-type:none;
}
.price-text{
	width:88px;
	font-size:18px;
	font-weight:bold;
	color:#f7c435;
	margin:-2px 0px -2px 0px;
	float:left;
}
.signup-button{
	width:110px;
	margin:11px 0px 0px 49px;
}

