html
{
	margin: auto;
}

img
{
	border:none;
	margin:0;
	padding:0;
}

body
{
    text-align:center;
    background-color:#FFFFFF;
	margin:0;
	padding:0;
	background-image: url('~/media/Images/Themes/bluesky.ashx');
	background-position:left top;
	background-repeat:repeat-x;
}

.clear
{
	clear:both;
}

.floatleft
{
	float:left;
}
.floatright
{
	float:right;
}

#bodywrapper
{
    width: 799px;
    background-color:#FFFFFF;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}

#header
{
    height: 98px;
    padding:0;
    margin:0;
	background-color:#FFFFFF;
	overflow:hidden;
}

#topnavwrapper
{
	height:27px;
	background-image: url('~/media/Images/Themes/topnavbg.ashx');
	background-position:left top;
	background-repeat:repeat-x;
	text-align:center;
	position:relative;
	z-index:100;
}


#topnav
{
	height:24px;
	background-image: url('~/media/Images/Themes/topnavleftbg.ashx');
	background-position:left top;
	background-repeat:no-repeat;
	text-align:center;
	padding-left:130px;
	padding-top:3px;
	position:relative;
	z-index:100;

}

#contentwrapper
{
	width:799px;
	margin:0;
	padding:0;
	background-color:#F0F0F0;
	background-image:url('~/media/Images/Themes/lnavbg.ashx');
	background-repeat:repeat-y;
}

#lnav
{
	width:144px;
	float:left;
	background-image:url('~/media/Images/Themes/lnavleftbg.ashx');
	background-repeat:no-repeat;
	min-height:450px;
	height:450px;
	overflow:visible;
	padding-left:20px;
}

#content
{
	width:635px;
	float:left;
	background-color:#F0F0F0;
	min-height:450px;
	overflow:visible;
	padding-bottom:20px;
}

#contenthome
{
	width:635px;
	float:left;
	background-image:url('~/media/Images/Themes/home_contentbg.ashx');
	background-position:left top;
	background-repeat:repeat-y;
	min-height:450px;
	overflow:visible;
	padding-bottom:20px;
}

#home_content
{
	width:477px;
	float:left;
}

#home_copy
{
	padding-left:15px;
	padding-right:15px;
}

#home_rightcol
{
	float:left;
	width:152px;
	padding-top:7px;
	padding-left:6px;	
}

#home_button
{
	background-image:url('~/media/Images/Themes/home_button.ashx');
	background-position:left top;
	background-repeat:no-repeat;
	height:32px;
	padding:10px 0 0 18px;
	margin-top:4px;
	
}

#home_highlighted
{
	padding-top:85px;
}

#copy
{
	padding-left:15px;
	padding-right:15px;
}

#footer
{
	clear:both;
	height:27px;
	background-image: url('~/media/Images/Themes/topnavbg.ashx');
	background-position:left middle;
	background-repeat:repeat-x;
	text-align:center;
	padding-top:2px;
}

#copyright
{
	clear:both;
	padding-top:5px;
	text-align:center;
}

.arrowlist
{

margin:0;
padding:0;	
}

.arrowlist li
{
	background-image: url('~/media/Images/Themes/redarrow.ashx');
	background-repeat:no-repeat;
	background-position:0 4px;
	list-style-type:none;
	padding-left:12px;
	margin:0;
}

.curvebox
{
	width:216px;
	float:right;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
}

.curveboxtop
{
	background-image:url('~/media/Images/Themes/curveboxtop.ashx');
	background-position:left top;
	background-repeat:no-repeat;
	width:216px;
	height:13px;	
	overflow:hidden;
}

.curveboxbot
{
	background-image:url('~/media/Images/Themes/curveboxbot.ashx');
	background-position:left top;
	background-repeat:no-repeat;	
	width:216px;
	height:13px;
	overflow:hidden;
}

.curveboxcopy
{
	border-left: solid 1px #C1C1C1;
	border-right: solid 1px #C1C1C1;
	padding:0 10px 15px 10px;
	background-color:#E6E6E6;
}
#productspathbar
{
	background-image:url('~/media/Images/Themes/ProductsPathBar.ashx');
	background-position:left top;
	background-repeat:repeat-x;
	height:22px;
	width:635px;
}


.roundedbox
{
	position:relative;
}

.whiteboxlt
{
	background-image:url('~/media/Images/Themes/wbox_lt.ashx');
	background-position:left top;
	background-repeat:no-repeat;
	width:10px;
	height:9px;
	position:absolute; 
	left:0; 
	top:0;
}

.whiteboxrt
{
	background-image:url('~/media/Images/Themes/wbox_rt.ashx');
	background-position:left top;
	background-repeat:no-repeat;
	width:10px;
	height:9px;
	position:absolute; 
	right:0; 
	top:0;
}

.whiteboxlb
{
	background-image:url('~/media/Images/Themes/wbox_lb.ashx');
	background-position:left bottom;
	background-repeat:no-repeat;
	width:10px;
	height:9px;
	position:absolute; 
	left:0; 
	bottom:0;
	_bottom:-1px;
}

.whiteboxrb
{
	background-image:url('~/media/Images/Themes/wbox_rb.ashx');
	background-position:right bottom;
	background-repeat:no-repeat;
	width:10px;
	height:9px;
	position:absolute; 
	right:0; 
	bottom:0;
	_bottom:-1px;
}

.whiteboxcopy
{
	background-color:White; 
	border:solid 1px #C1C1C1; 
	padding:10px; 
	margin:0;
}


.redboxlt
{
	background-image:url('~/media/Images/Themes/rbox_lt.ashx');
	background-position:left top;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	position:absolute; 
	left:0; 
	top:0;
}

.redboxrt
{
	background-image:url('~/media/Images/Themes/rbox_rt.ashx');
	background-position:left top;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	position:absolute; 
	right:0; 
	top:0;
}

.redboxlb
{
	background-image:url('~/media/Images/Themes/rbox_lb.ashx');
	background-position:left bottom;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	position:absolute; 
	left:0; 
	bottom:0;
}

.redboxrb
{
	background-image:url('~/media/Images/Themes/rbox_rb.ashx');
	background-position:right bottom;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	position:absolute; 
	right:0; 
	bottom:0;
}

.redboxcopy
{
	background-color:White; 
	border:solid 2px #E33C5A; 
	margin:0;
	overflow:hidden; 
	width:98%; 
	height:100%; 
	text-align:center;
}

.redboxcopy img
{
	padding:5px 0 5px 0;
}

.productdetails
{
	width:220px;
	border-collapse:collapse;
}

.productdetails td
{
	border: solid 1px #BFBFBF;
	background-color:#E6E6E6;
}

.productdetailslabel
{
	background-image:url('~/media/Images/Themes/redarrow.ashx');
	background-position:0 5px;
	background-repeat:no-repeat;
	padding-left:10px;
}

.productdetailstext
{
	width:120px;

}



.categoryproductcolumn
{
	padding-right:40px;
	padding-top:5px;
}

table.generic td {
	vertical-align:middle;
	border-bottom:#dedede 1px solid;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	padding: 3px 8px 3px 0;
}

table.products td {
	vertical-align:middle;
	border-bottom:#dedede 1px solid;
	padding: 3px 8px 3px 0;
	text-align:center;
}




table.products tr.header {
	vertical-align:middle;
	border-bottom:#dedede 1px solid;
	padding: 3px 8px 3px 0;
	text-align:center;
	font-size:12px;
	color:#CC0000;
	font-weight:bold;
}

table.oligoproduction td {
	vertical-align:middle;
	border-bottom:#dedede 1px solid;
	padding: 3px 15px 3px 0;
	text-align:left;
}
table.package td {
	vertical-align:top;
	border-bottom:#dedede 1px solid;
}

div.locations td 
{
	vertical-align:top;
	padding: 3px 20px 3px 0;
}




div.locations p
{
	font-size:11px;
	line-height:15px;
}

div.locations h2
{
	font-size:11px;
	line-height:18px;
}


table.productslabeledaminoacids td {
	vertical-align:middle;
	border-bottom:#dedede 1px solid;
	padding: 3px 18px 3px 0;
	text-align:left;
}




table.productslabeledaminoacids tr.header {
	vertical-align:middle;
	border-bottom:#dedede 1px solid;
	padding: 3px 27px 3px 0;
	text-align:left;
	font-size:12px;
	color:#CC0000;
	font-weight:bold;
}

table.corynex td {
	vertical-align:middle;
	border-bottom:#dedede 1px solid;
	padding: 3px 8px 3px 0;
	text-align:left;
}


table.brandedproducts td
{
	vertical-align:middle;
	padding-right:20px;
}

table.brandedproducts td
{
	vertical-align:middle;
	padding-right:20px;
	padding-top:20px;
}


table.corynex tr.header {
	vertical-align:middle;
	border-bottom:#dedede 1px solid;
	padding: 3px 8px 3px 0;
	text-align:center;
	font-size:12px;
	color:#CC0000;
	font-weight:bold;
}

table.corynex td.aligncenter
{
	text-align:center;
}


table.corynexexamples
{
	border-collapse:collapse;
}

table.corynexexamples td {
	vertical-align:middle;
	border:#dedede 1px solid;
	border-collapse:collapse;
	padding: 3px 15px 3px 5px;
	text-align:left;
}




table.corynexexamples tr.header td{
	vertical-align:bottom;
	border:#dedede 1px solid;
	padding: 3px 8px 3px 5px;
	text-align:center;
	font-size:12px;
	color:#CC0000;
	font-weight:bold;
}

table.corynexexamples td.aligncenter
{
	text-align:center;
}

table.corynexexamples tr.footer td
{
	border:none;
}

.description {
	padding: 15px 8px 3px 0;
	font-size:14px;
	color:#CC0000;
}

.footnote
{
	font-size:10px; 
	line-height:11px; 
	color:#999;
}

.productcopy
{
	float: left; 
	width: 370px; 
	padding-top:5px;
}

.productdetails
{
	float: right; 
	width: 235px; 
	padding-top:5px; 
	text-align:left;
}

.productspagelcol
{
	float: left; 
	width: 355px;
}

.productspagercol
{
	float: right; 
	width: 250px;
}
.productslistbox
{
	width:205px; 
	padding-left:10px; 
	height:130px; 
	overflow:auto;
}

.pkglblcolheader
{
	color:#CC0000; 
	font-weight:bold
}

.moveup
{
	margin-top:-10px;	
}

.movedown
{
	margin-bottom:-10px;	
}

div.redbottom{
	font-family: Arial;
	color: #ed1b24;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
