/* Product Details */
menu, ol, ul { padding: 0px; }

a.rtc_btn{
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	display:block;
	width:205px;
	height:55px;
	margin-top:15px;
}

.product-details h1{
	/*width:370px;*/
}
.product-details ul#product-information {
	margin-left: 0;
	width: 350px !important;
}
.product-details ul li:before, .ctas ul li:before{
	content:'';
}

.prod-details-left-col {  float: left;    width: 300px;}
.prod-details-right-col {float:left;}
    
.product-details ul li{
	padding-left:0;
	padding:5px 0;
	margin-top:0;
	border-bottom:1px dotted #7f7f7f;
}
.product-details ul li:first-child{
	border-top:1px dotted #7f7f7f;
}
.product-details ul#product-information li span {
	font-size: 16px;
	/*color: #000;*/
	display: inline-block;
	vertical-align: top;
	/*width: 225px;*/
}
.product-details ul li .title {
	width: 110px;
}

.related-docs{
	/*width:670px;*/
}
.related-docs h2{
	border-bottom:1px dotted #7f7f7f;
	padding-bottom:6px;
}
.related-docs ul{
	margin-left:0;
	display:inline-block;
	vertical-align:top;
}
.related-docs ul li{position:relative; padding-left:22px;}
.related-docs ul.tds-architectural li:before{
	position:absolute;
	left:0;
	top:0;
	content:url('/img/icons/tds-architectural.png');
}

    .related-docs ul.tds-architectural li {
        padding-left: 35px;
        overflow:visible;
    }

    .related-docs ul.not-show-tds {
        display: none;
    }

.related-docs ul.sds-architectural li:before{
	position:absolute;
	left:0;
	top:0;
	content:url('/img/icons/sds-architectural.png');
}

    .related-docs ul.sds-architectural li {
        padding-left: 35px;
        overflow:visible;
    }

/* start industrial*/
.related-docs ul.tds-industrial li:before{
	position:absolute;
	left:0;
	top:0;
	content:url('/img/icons/tds-industrial.png');
}

    .related-docs ul.tds-industrial li {
        padding-left: 35px;
        overflow:visible;
    }

.related-docs ul.sds-industrial li:before{
	position:absolute;
	left:0;
	top:0;
	content:url('/img/icons/sds-industrial.png');
}

    .related-docs ul.sds-industrial li {
        padding-left: 35px;
        overflow:visible;
    }

    /*.related-docs ul.pdf-architectural li:before {
        position: absolute;
        left: 0;
        top: 0;
        content: url('/img/icons/icon-pdf-architectural.png');
    }
*/

/* end industrial*/

/* start your-home*/
.related-docs ul.tds-your-home li:before{
	position:absolute;
	left:0;
	top:0;
	content:url('/img/icons/tds-home.png');
}

    .related-docs ul.tds-your-home li {
        padding-left: 35px;
        overflow:visible;
    }

.related-docs ul.sds-your-home li:before{
	position:absolute;
	left:0;
	top:0;
	content:url('/img/icons/sds-home.png');
}

    .related-docs ul.sds-your-home li {
        padding-left: 35px;
        overflow:visible;
    }

/* end your-home*/
.related-docs ul li a{
	color:#005078;
    padding-top:10px;
    display:block;
}
.related-docs .left-col{
	width:100%;
}
.related-docs .left-col li{
	margin-bottom:15px;
}
.related-docs .right-col{
	width:58%;
}
#subnav {display:none;}
#content {left:0px;width:100%; padding: 0;}

.ctas ul{
	position:absolute;
	right:0;
	top:0;
	margin-top:0;
}
.ctas ul li{
	display: block;
	margin-top:0;
	padding: 0 0 20px 20px;
}
.ctas ul li a{
	width:205px;
	height:55px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	display:block;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;

}



@media screen and (min-width: 1220px){
	.ctas ul li{
		display: inline-block;
		margin-top:0;
		padding-left: 20px;
	}
}



@media screen and (max-width: 640px){



	#subnav {
		width: 100%;
		position: absolute;
		top: 142px;
		left:0;
		text-align:center;
	}
	#subnav a.rtc_btn{
		margin:0 auto;
		margin-top:8px;
	}

	.product-details h1, .product-details ul{
		width:100%;
	}

	.product-details li span{
		font-size:14px;
	}

	.related-docs{
		width:100%;
	}


	.ctas ul{
		position:inherit;
		padding-top:15px;
		width:425px;
		margin:0 auto;
	}

	.ctas ul li{
		display: inline-block;
		margin-top:0;
		padding-left: 10px;
		padding-bottom:0;
	}
	.ctas ul li:first-child{
		padding-left:0;
	}

}

@media screen and (max-width: 480px){

	.related-docs .left-col li{
		margin-bottom:0;
	}
	.related-docs .left-col, .related-docs .right-col{
		width:100%;
		display:block;
	}

	.ctas ul{
		width:205px;
	}

	.ctas ul li{
		display: block;
		padding-top: 10px;
		padding-left:0;
	}
	.ctas ul li:first-child{
		padding-top:0;
	}

}