.maincontent {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 40px;
    padding: 0;
    width: 100%;
}
.sidebar{
	display: none;
	}

.productOptions .Oligos .mainTitle{
	background: url(/media/29192/oligos_icon.png) no-repeat left center #ffffff;
	border-top: 0px;
	border-bottom: 1px solid #f49a55;
	margin-bottom: 30px;
}
.productOptions .Sequencing .mainTitle{
	background: url(/media/29190/DNAseq_icon.png) no-repeat left center #ffffff;
	border-top: 0px;
	border-bottom: 1px solid #143D8D;
	margin-bottom: 30px;
}
.productOptions .Gene .mainTitle{
	background: url(/media/29188/GSY_icon.png) no-repeat left center #ffffff;
	border-top: 0px solid #AB3F97;
	border-bottom: 1px solid #AB3F97;
	margin-bottom: 30px;
}
.productOptions .NGS .mainTitle{
	background: url(/media/29191/NGS_icon.png) no-repeat left center #ffffff;
	border-top: 0px solid #00BCE4;
	border-bottom: 1px solid #00BCE4;
	margin-bottom: 30px;
}
.productOptions .mainTitle {
    font-size: 1.8rem;
    padding-left: 80px;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #777777;
    margin-top: 10px;
}
.productOptions .subMainProduct:first-child .mainTitle{
	margin-top: 0;	
}
.productOptions .anchor{
	position: relative;
	top: -180px;
}
.productOptions .productMenu {
    position: absolute;
    right: 10px;
    top: 14px;
}
.productOptions .subMainProduct .productMenu ul li {
    background: #ffffff;
}
.productOptions .subMainProduct .productMenu ul li:hover {
    background: #494949;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
.productOptions .subMainProduct .productMenu ul li a {
    color: #d3d3d3;
    display: block;
    padding: 12px;
}
.productOptions .subTitle{
	font-size: 1.2rem;
}
.productOptions .leftCol, .productOptions .rightCol{
	display: inline-block;
	margin-right: -2px;
	vertical-align: top;
}
.productOptions .productLine {
	color: #777777;
    background: #f2f2f2;
    border: 1px solid #dfdfdf;
    line-height: 1em;
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}
.productOptions .productLine ul {
    text-align: center;
    font-size: 1.2rem;
}
.productOptions .productLine img{
	max-width: 48px;
}
.productOptions .subMainProduct{
	position: relative;
}
.productOptions .subMainProduct .innerWrapper{
	background: url(images/oligos_bg.jpg) no-repeat center center;
}
.productOptions .subProducts {
}
.productOptions .subProduct {
	border-bottom: 0px solid #999;
	display: inline-block;
	background: #fff;
	position: relative;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-moz-box-shadow: 0 0 0px 0 #999999;
	-webkit-box-shadow: 0 0 1px 0 #999999;
	box-shadow: 0 0 0px 0 #999999;
	margin: 10px;
	min-width: 150px;
}
.productOptions .subProduct .hoverInfo{
	position: absolute;
	font-size: 0;
	left: 0;
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; // IE8
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=0); // IE 5-7
	opacity: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    padding: 8px;
    line-height: 1.7;
    text-align: center;
}
.productOptions .Oligos .subProduct .hoverInfo{
	background-color: rgba(245, 128, 38, 0);	
			}
.productOptions .Sequencing .subProduct .hoverInfo{
	background-color: rgba(20, 61, 141, 0);	
			}
.productOptions .Gene .subProduct .hoverInfo{
	background-color: rgba(171, 63, 151, 0);	
			}
.productOptions .NGS .subProduct .hoverInfo{
	background-color: rgba(0, 188, 228, 0);	
			}
.productOptions .subProduct:hover .hoverInfo{
	display: block;
}
.productOptions .subProduct .hoverInfo:hover{
	font-size: 1.3rem;
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; // IE8
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=90); // IE 5-7
	opacity: .9;
	text-align: center;
	-webkit-transition: all ease-out .08s;
    -moz-transition: all ease-out .08s;
    -o-transition: all ease-out .08s;
    transition: all ease-out .08s;
}
.productOptions .Oligos .subProduct .hoverInfo:hover{
	background-color: rgba(245, 128, 38, 0.9);	
			}
.productOptions .Sequencing .subProduct .hoverInfo:hover{
	background-color: rgba(20, 61, 141, 0.9);	
			}
.productOptions .Gene .subProduct .hoverInfo:hover{
	background-color: rgba(171, 63, 151, 0.9);	
			}
.productOptions .NGS .subProduct .hoverInfo:hover{
	background-color: rgba(0, 188, 228, 0.9);	
			}
.productOptions .subProduct .hoverInfo a, .productOptions .subProduct .hoverInfo p, .productOptions .subProduct .hoverInfo div,
.productOptions .subProduct .hoverInfo ul, .productOptions .subProduct .hoverInfo ol {
    text-decoration: none;
    color: #333333;
    font-weight: bold;
}
.productOptions .subProduct .hoverInfo a{
	color: #FFFFFF;
}
.productOptions .subProduct .hoverInfo ul a{
    font-size: .9rem;
}
.productOptions .subProduct .hoverInfo li {
    display: block;
    text-decoration: none;
    cursor: pointer;
    list-style: none;
	margin-left: 0;
	margin-bottom:0;
}
.productOptions .subProduct .hoverInfo li:hover{
    border: 1px solid #FFFFFF;
}
.productOptions .subProduct.oneCol{
	width: 65%;
}
.productOptions .subProduct.twoCol{
	width: 45%;
}
.productOptions .subProduct.threeCol{
	width: 30%;
}
.productOptions .subProduct.fourCol{
	width: 22.5%;
}
.productOptions .subProduct.fiveCol{
	width: 17%;
}
.productOptions .subProduct .productImage {
    /*margin-bottom: 10px;*/
}
.productOptions .subProduct .productImage img{
    max-height: 80px;
    width: 99.5%;
}
.productOptions .subProduct .productSummary {
    font-size: 0.9rem;
    margin: 5px 0px 10px 0px;
	text-align: center;
}
.productOptions .subProduct .productSummary p, .productOptions .subProduct .productSummary ul,
.productOptions .subProduct .productSummaryVTwo p, .productOptions .subProduct .productSummaryVTwo ul{
	margin-bottom: 4px;
}
.productOptions .subProduct .orderInfo {
    color: #FFFFFF;
	display: block;
    font-weight: bold;
    font-style: italic;
    font-size: .9rem;
}
.productOptions .subProduct .orderInfo a{
	display: inline-block;
    padding: 0 5px;
}
.productOptions .subProduct ul span {
    font-size: 1.2rem;
    color: #555555;
}
.productOptions .subProduct ul strong {
	color: #333333;
    font-size: 1.7rem;
}
.productOptions .subProduct ul li,
.productOptions .productMenu ul li {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 2px;
}
.productOptions .subMainProduct:last-child .subProduct:last-child {
    border-bottom: 1px solid #999;
}
.productOptions .Oligos .subTitle {
    color: #f58026;
    font-weight: bold;
    margin: 15px 0px 0px 0px;
    word-break: break-all;
	text-align: center;
}
.productOptions .Sequencing .subTitle {
    color: #143d8d;
    font-weight: bold;
    margin: 15px 0px 0px 0px;
    word-break: break-all;
	text-align: center;
}
.productOptions .Gene .subTitle {
    color: #ab3f97;
    font-weight: bold;
    margin: 15px 0px 0px 0px;
    word-break: break-all;
	text-align: center;
}
.productOptions .NGS .subTitle {
    color: #00bce4;
    font-weight: bold;
    margin: 15px 0px 0px 0px;
    word-break: break-all;
	text-align: center;
}
.productOptions .orderBtn {
	float: right;
}
.productOptions .infoBtn{
	float: left;
}
.orderBtn .BtnTwo .BtnText, .infoBtn .BtnTwo .BtnText {
    font-size: 1.5rem;
    line-height: 0;
    text-shadow: 0 -1px 0 #777777;
}
.productOptions .featureBtn {
    position: absolute;
    width: 100%;
    bottom: -10px;
}
.productOptions .linksWrapper li {
    display: inline-block;
    padding: 5px 15px;
    margin: 5px;
    background: #f2f2f2;
    border: 1px solid #ffffff;
    -moz-box-shadow: 0 0 1px 0 #555555;
    -webkit-box-shadow: 0 0 1px 0 #555555;
    box-shadow: 0 0 1px 0 #555555;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    width: 100%;
    max-width: 191px;
}

/*********
Products Tab
*********/

.productOptions .productsTab {
    width: auto;
    max-width: 200px;
    position: fixed;
    bottom: 0;
    right: 10%;
    background: #e7e7e7;
    border: 1px solid #ffffff;
    -moz-box-shadow: 0 0 1px 0 #777777;
    -webkit-box-shadow: 0 0 1px 0 #777777;
    box-shadow: 0 0 1px 0 #777777;
    text-align: center;
}
.productOptions .productsTab img {
    width: auto;
    max-width: 36px;
}

/**********
Buttons
***********/
.BtnTwo{
	height: 38px;
	background: #ab3f97; /* Old browsers */
	background: -moz-linear-gradient(top,  #ab3f97 0%, #7d2d6f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ab3f97), color-stop(100%,#7d2d6f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ab3f97 0%,#7d2d6f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ab3f97 0%,#7d2d6f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ab3f97 0%,#7d2d6f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ab3f97 0%,#7d2d6f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab3f97', endColorstr='#7d2d6f',GradientType=0 ); /* IE6-9 */
}

.BtnTwo{
	display: inline-block;
	border: 2px solid #ffffff;
	width: 47%;
	margin: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 2px 0 #222;
	-moz-box-shadow: 0 0 2px 0 #222;
	box-shadow: 0 0 2px 0 #222;
}

.BtnTwo:hover, .BtnThree:hover,
.BtnTwo:active, .BtnThree:active,
.BtnTwo:focus, .BtnThree:focus{
	-webkit-box-shadow: 0 0 1px 0 #222;
	-moz-box-shadow: 0 0 1px 0 #222;
	box-shadow: 0 0 1px 0 #222;
}
span.BtnIcon {
	background: url(EG_opencart_white_icon_22x22.png) no-repeat 0 0;
	height: 36px;
	width: 30px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.moreInfo span.BtnIcon{
	background: url(read_more.png) no-repeat 0 0;
}
.BtnTwo .BtnText {
	color: #FFFFFF;
	padding: 10px 0;
	font-family: Open Sans;
	font-size: 1.3rem;
	font-weight: 700;
}
.orderBtn .BtnTwo,.infoBtn .BtnTwo {
    width: 100%;
    margin: 0;
    position: relative;
    border: 1px solid #f2ddcd;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -moz-box-shadow: 0px 3px 4px -4px #555555;
    -webkit-box-shadow: 0px 3px 4px -4px #555555;
    box-shadow: 0px 3px 4px -4px #555555;
}
.Oligos .BtnTwo{
    background: #f49a55; /* Old browsers */
	/** background: -moz-linear-gradient(top, #f49a55 0%, #f58026 100%); /* FF3.6+ */
	/** background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f49a55), color-stop(100%,#f58026)); /* Chrome,Safari4+ */
	/** background: -webkit-linear-gradient(top, #f49a55 0%,#f58026 100%); /* Chrome10+,Safari5.1+ */
	/** background: -o-linear-gradient(top, #f49a55 0%,#f58026 100%); /* Opera 11.10+ */
	/** background: -ms-linear-gradient(top, #f49a55 0%,#f58026 100%); /* IE10+ */
	/** background: linear-gradient(to bottom, #f49a55 0%,#f58026 100%); /* W3C */
	/** filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f49a55', endColorstr='#f58026',GradientType=0 ); /* IE6-9 */
}
.Sequencing .BtnTwo{
		background: #143d8d;	
		}

















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
