@charset "UTF-8";

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em;  font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
.clear { clear:both; }
#accordion { clear:both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }


/* GLOBAL SEARCH */
#globalsearch { z-index: 600; width: 240px; height: 22px; float: left; position: absolute; top: 140px; left: 0px; background-position: 100% 0; background-repeat: no-repeat;}
#globalsearch.active { background-position: 100% 38px; }
#globalsearch input.g-prettysearch { width:180px; height: 21px; margin-top: 9px; margin-left: 11px; background: url(../images/searchfield_repeat.png) center top repeat-x; }
#globalsearch .search-wrapper { position: relative; width: 140px; margin-top: 9px; margin-left: 11px; }
#globalsearch .search-wrapper input.g-prettysearch { width: 110px; margin-left: 20px; *margin-top:-1px; *margin-right:-2px; *margin-left:10px; }
#globalsearch .search-wrapper .left, 
#globalsearch .search-wrapper .right { behavior:url(/global/scripts/lib/iepngfix.htc); }
#globalsearch .search-wrapper .left { display: block; position: absolute; left: 0; top: 0; width: 20px; height: 19px; background: url(../images/searchfield_leftcap.png) left top no-repeat; }
#globalsearch .search-wrapper .right { display: block; position: absolute; right: 0; top: 0; width: 10px; height: 19px; background: url(../images/searchfield_rightcap.png) right top no-repeat; }
#globalsearch .search-wrapper.empty.blurred input { color: #7E7E7E; }
#globalsearch .search-wrapper .reset { position: absolute; width: 11px; height: 11px; overflow:hidden; z-index: 1; right: 4px; top: 4px; background: url(../images/close.gif); display: block; cursor: pointer; _cursor:hand; }
#globalsearch .search-wrapper.empty .reset { display: none; }
#globalsearch .search-wrapper input.g-prettysearch { position: absolute; width: 110px; top: 0; right: 10px; background: url(../images/searchfield_repeat.png) center top repeat-x; border: 0px; margin: 0; padding: 3px 0 0 0; font: 11px "Lucida Grande", Geneva, Arial, sans-serif; }

#globalsearch label .prettyplaceholder { display: none; }

input { 
margin: 5px; 
padding: 2px; 
border: 1px solid #555; 
background-color: white; 
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}




/* TOP NAV BAR */
#nav_container {
	position: absolute;
	/*z-index: 20;*/
	background-image: url(../images/header_back.png);
	background-repeat: repeat;
	background-position: left top
	

	left:90px; top:0px; bottom: 80px;
	width:100%;
	height:76px;
	min-width: 630px;
	
}


/* LOGO */
#logo {
	position: absolute;
	/*z-index: 20;
	background-image: url("images/OE_icon_off.png");*/
	background-repeat: no-repeat;
	background-position: left top
	float:left;
	left:0px; top:0px;
	
	width:162px;
	height:76px;
	overflow: hidden;
}



/* MAIN INTERFACE BUTTONS */


#globalnav{
	display: inline;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 48px;
	top: 0px
	background: url("../images/OE_icon_off.png");
	z-index: 5;
	background-repeat:no-repeat;
}
#globalnav li{
	position:relative;
	padding: 1px;
	top:-1px; left: 162px;
	float: left;
	height: 100%;
	display: inline;
	overflow: hidden;
}





/* MAIN ACCOUNT BUTTON */
a.navHome, a.navHome_a{
	z-index: 30;
	display:inline;
	float:left;
	/*position: absolute; left:200px; top:20px*/
	width:110px;
	height:76px;
	background: url("../images/account_btn_off.png");
	background-repeat:no-repeat;
}

/* active */
a.navHome_active {
	z-index: 30;
	display:inline;
	float:left;
	width:110px;
	height:76px;
	background: url("../images/account_btn_on.png");
	background-repeat:no-repeat;
}

a.navHome:hover{

	background: url("../images/account_btn_hover.png") 0 75px;
}
/*a.navHome_a{

	background: url("../images/OE_icon_off.png") 0 76px;
}*/


/* MAIN PRODUCTS BUTTON */
a.navProducts, a.navProducts_a{
	z-index: 30;
	display:inline;
	float:left;
	width:110px;
	height:76px;
	background: url("../images/products_btn_off.png");
	background-repeat:no-repeat;
}

/* active */
a.navProducts_active{
	z-index: 30;
	display:inline;
	float:left;
	width:110px;
	height:76px;
	background: url("../images/products_btn_on.png");
	background-repeat:no-repeat;
}


a.navProducts:hover{

	background: url("../images/products_btn_hover.png") 0 76px;
}
/*a.navProducts_a{

	background: url("../images/products_btn_off.png") 0 76px;
}*/






/* MAIN PRODUCTS BUTTON */

a.navDesign, a.navDesign_a{
	z-index: 30;
	display:inline;
	float:right;
	width:110px;
	height:76px;
	background: url("../images/design_btn_off.png");
	background-repeat:no-repeat;
}



a.navDesign_active{
	z-index: 30;
	display:inline;
	float:right;
	width:110px;
	height:76px;
	background: url("../images/design_btn_on.png");
	background-repeat:no-repeat;
}

a.navDesign:hover{

	background: url("../images/design_btn_hover.png") 0 76px;
}








/* MAIN CONTENT */
div #main {
	position: absolute;
	
	color:#08c;
	left: 0;
	top:400;
	
	width:100%;
	height:100%;
}










/* SIDEBAR DIV */

#sidebar { 
	position: absolute; left: 10px; top:190px; right: 70px; bottom: 600px;
	font: 10px/22px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; 
	font-size: 10px; 
	margin:-5px 0 1em; 
	width: 200px 
	
}

/*
#sidebar ul {  
	margin:0; 
	padding:1.6em 1px 1px; 
}
	
#sidebar ul li { 
	display:block; 
	margin:-7px 0 0; _margin-top:-7px; 
	padding:0 0 1px; 
	background:url('../images/subnav_bgitem20070828.gif') no-repeat 0 100%;
}
	
#sidebar ul li.last { background:none; }

#sidebar ul li a { 
	display:block; 
	margin:0; 
	padding:7px 12px 7px; 
	color:#444; 
	text-decoration:none; 
	outline:none; 
	position:relative; 
	margin-bottom:-2px;
}
	
#sidebar ul li a:hover { color:#08c; }

#sidebar ul li.active { background:none; }

#sidebar ul li.active a { 
	color:#000 !important; 
	font-weight:bold; 
	background:url('../images/subnav_bgitem_active20070828.gif') no-repeat 0 50%; 
	cursor:default; 
}
*/




/* PRODUCTS header */
div#sidebar ul {
	
	margin:0; 
	padding:1.6em 1px 1px; 	
}

div#sidebar ul li {
	display:block; 
	margin:-9px 0 0; _margin-top:-7px; 
	padding:0 0 0px; 
	background:url('../images/subnav_bgitem20070828.gif') no-repeat 0 100%;
}

/* main level link */
div#sidebar a {
	display:block; 
	margin:0; 
	padding:7px 12px 7px; 
	color:#444; 
	text-decoration:none; 
	outline:none; 
	position:relative; 
	margin-bottom:-2px;
}

/* main level link hover */
div#sidebar .current a {
	color:#000 !important; 
	font-weight:bold; 
	background:url('../images/subnav_bgitem_active20070828.gif') no-repeat 0 40%; 
	cursor:default;
}


div#sidebar li:hover > a {
	color:#08c;
}



#catalog_search_window, #message_window{
	z-index:10000;
	width:400px; 
	height:300px;
	position: absolute; left:400px; top:300px; right:600px;
	 

	border:0px #dedede solid; 
	text-align:center;
	padding:12px;
	font-size: 18pt;
	-moz-border-radius:12px;
  	-webkit-border-radius: 12px;
  	font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	background: rgba(100, 100, 100, 0.4);
� 	border:1px solid black;
� 	/* for IE */
� 	filter:alpha(opacity=.5);
� 	/* CSS3 standard */
� 	opacity:3.02;

}


#vector_count,#shrna_count,#sirna_count,#xmir_count,#mvsirna_count,#endoguide_count,#mir_count {
	position: absolute; left: 240px; top:150px;
	font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: rgba(10, 10, 10, .4);
	font-weight: regular;
	/*text-shadow: 0 1px 1px rgba(0, 0, 0, .2);*/
}











/*////////////////////////*/
/*   ACCOUNT SECTION	  */
/*////////////////////////*/

#activity_view, #current_orders, #order_history, #addresses {
	font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;  
  	position:absolute;
	left: 215px; top:160px;
	min-width: 300px;
	max-width: 760px;
	min-height: 430px;
	width: 70%;
	height: auto;
	overflow: auto;
}



/* //// QUOTES /////*/

.quoteItem { /* CART ITEMS */
	position: relative;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	background: #;
	border: 1px solid #E0E0E0; 
	margin: 1px 0 0 0;
	line-height: 2em;
	width: 99%;
	font-weight: regular;
	font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;  
}














/*////////////////////////*/
/*   RNAi PROJECT FORM	  */
/*////////////////////////*/

#mv-rna_settings {
	overflow: auto;
}

#form_project_id {
float: right;
	position: relative; left:17px; top:-122px;
	font-size: 8pt;
	color: #bebebe;
}


#new_project_form {
	
	height:520px;
	background: #b9b9b9;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#999999'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#999)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #999); /* for firefox 3.6+ */
}

.scTarget {  /* cart list area to separate from accordion*/
	 /* background: white;*/
	padding: 5px 5px 5px 5px;
	border: 1px solid #E0E0E0; 
	
	margin: 10px;
	
	position:absolute;
	left: 0px; top: 59px;
	width: 420px;
	/*height: 540px;*/
	height:222px;
	
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;	
}


.targetListHead { /* CART HEAD */
	padding: 1px;
	/*background: #F8F8F8;*/
	border: 0px solid #E0E0E0; 
	margin: 0px 0px 0px 0px;
	height: 25px;
	width: 99%;
	font-weight: regular; 
}


.targetList { /* GENE ITEM LIST CONTAINER
	position: relative; */
	margin: 15;
	padding: 1px;
	/*background: #F8F8F8;*/
	border: 1px solid #E0E0E0;
	
	height: 130px;
	
	width: 99%;
	overflow:auto;
}


.targetItem { /* CART ITEMS */
	position: relative;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	background: #;
	border: 1px solid #E0E0E0; 
	margin: 1px 0 0 0;
	line-height: 2em;
	width: 99%;
	font-weight: regular;
	font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;  
}



.targetItem:hover {
	background-color: #F8F8F8;
}




#new_project_name {
	background: #F6F6F6;
	padding: 4px;
	margin: 5px;
	border: 0px solid #E0E0E0; 
	color: #5E5E5E; 
	border-top: 1px solid #7E7E7E; 
	/*border-left: 1px solid #555; 
	-moz-border-radius:14px;
  	-webkit-border-radius: 14px;*/
  	font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;  
  	position:relative;
  	font-weight: regular;
	left: 10px; top:-10px;
	width: 416px;
	text-align: left;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#E0E0E0'); /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#E0E0E0)); /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #999,  #E0E0E0); /* for firefox 3.6+ */
	text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}


#target_input {
	padding: 1px 1px 1px 1px;
	margin: 2px;
	 
	-moz-border-radius:12px;
  	-webkit-border-radius: 12px;
  	font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
  	text-align: center;
	font-size: 10px;  
  	position:relative;
	left: 0px; top:-5px;
	min-width: 677px;
	height: 45px;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0E0E0', endColorstr='#7E7E7E'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), to(#7E7E7E)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #E0E0E0,  #7E7E7E); /* for firefox 3.6+ */
	/*text-shadow: 0 2px 2px rgba(0, 0, 0, .4);*/
	
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
		-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
		box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
}
	
	
#project_form_head {
	text-shadow: 0 -1px -1px rgba(255, 255, 255, .2);
	font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;  
	color: #7E7E7E; 
	padding: 10px;
}
	
	
#target_list_head {
	text-shadow: 0 -1px -1px rgba(255, 255, 255, .2);
	font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;  
	color: #7E7E7E; 
	text-align: center;
	/*background: #F8F8F8;*/
	width: 100%;
	padding: 0px;
}
	

	

	
	
#add_gene_btn {
	cursor: pointer;
	border: 1px solid #E0E0E0; 
	text-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;  
	/*float:center;
	position:relative;
	left: 110px; top:10px;*/
	width: 140px;
	-moz-border-radius:9px;
  	-webkit-border-radius: 9px;
  	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0E0E0', endColorstr='#7E7E7E'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), to(#7E7E7E)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #E0E0E0,  #7E7E7E); /* for firefox 3.6+ */
}
	
	
	
	
	
#login_form {
	font-size: 8pt;
	text-align: center;
	/*-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, .4);
	box-shadow: 0 4px 4px rgba(0, 0, 0, .4);
	gradient(linear, left top, left bottom, from(#E0E0E0), to(#7E7E7E));
	background: -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), to(#7E7E7E)); /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #E0E0E0,  #7E7E7E); /* for firefox 3.6+ */
	/*-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	border-radius:6px;*/
}


#checkout_form {
	font-size: 8pt;
	text-align: center;
	/*-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, .4);
	box-shadow: 0 4px 4px rgba(0, 0, 0, .4);
	gradient(linear, left top, left bottom, from(#E0E0E0), to(#7E7E7E));
	background: -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), to(#7E7E7E)); /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #E0E0E0,  #7E7E7E); /* for firefox 3.6+ */
	/*-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	border-radius:6px;*/
}



#login_logo {
	padding: 14px 24px 14px 24px;
	margin: 0px;
	background-color: white;
	/*-webkit-box-shadow: inset 0px 4px 7px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0px 4px 7px rgba(0,0,0,.4);
	-o-box-shadow: inset 0px 4px 7px rgba(0,0,0,.4);
	box-shadow: inset 0px 4px 7px rgba(0,0,0,.4);
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius: 9px;
	*/
}
	
#login_control {
	z-index: 8000;
	position: relative; left: -140px; top: 79px;
	float: right;
}
	
	
	
	
	
	
	
/*****************************************/
/*//// PROJECTS ////*/
/*****************************************/

.projects {
		padding: 0px;
		border: 0px solid #E0E0E0; 
		/*width: 79%;
		height: 79%;  720px=best width*/
		width: 800 px;
		height: 78%;
		margin: 0px; 
		float:left;   
 
  		font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
		font-size: 9px;  
  		position:absolute;
		left: 210px; top:160px;
		
	}
	
.scProjectsContainer {
	padding: 0px;
	border: 0px solid #E0E0E0; 
	/*width: 79%;
	height: 79%;  720px=best width*/
	
	margin: 0px; 
	float:left;   
  	-moz-border-radius:0px;
  	-webkit-border-radius: 0px;
  	font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;  
  	position:absolute;
	left: 330px; top:160px;
	min-width: 300px;
	max-width: 760px;
	min-height: 430px;
	width:600px;
	height: auto;
	overflow: auto;
	/*-webkit-box-shadow: inset 0px 4px 7px rgba(0,0,0,.4);
   -moz-box-shadow: inset 0px 4px 7px rgba(0,0,0,.4);
	 -o-box-shadow: inset 0px 4px 7px rgba(0,0,0,.4);
		box-shadow: inset 0px 4px 7px rgba(0,0,0,.4);
		border-radius:9px;
		-moz-border-radius:9px;
  		-webkit-border-radius: 9px;*/
}
	
	#new_project {
		width:110px; height:260px; 
		/*float:left; */
		margin:10px;
		 position: absolute; left: 210px; top:160px;
		padding:8px;	
		border:0px #eaeaea solid;
		-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
		-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
		box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
		cursor: pointer;
		text-align: center;
		font-size: 9 pt;
		font-weight: bold;
		border-radius:9px;
		-moz-border-radius:9px;
  		-webkit-border-radius: 9px;
	}
	
	.project_item {
		width:110px; height:260px; 
		float:left; 
		margin:10px;
		 
		padding:8px;	
		border:0px #eaeaea solid;
		-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
		-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
		box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
		cursor: pointer;
		text-align: center;
		font-size: 9 pt;
		font-weight: bold;
		border-radius:9px;
		-moz-border-radius:9px;
  		-webkit-border-radius: 9px;
	}
	
	#project_name {
		text-shadow: 1px 1px 2px #b5b5b5;
		color: #1d1d1d;
		font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
		position: relative; top: -15px;
		text-align: center;
		font-size: 8pt;
		font-weight: bold;
		
	}
	
	#project_contents {
		padding:4px;
		background-color: white;
		font-style: normal;
		font-weight: normal;
		color: #727272;
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif, "Lucida Grande";
		font-size: 7pt;
		width: 105px;
		height: 140px;
		border-radius:6px;
		-moz-border-radius:6px;
  		-webkit-border-radius: 6px;
  		border: 1px solid #dbdbdb; 
  		-webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, .2);
		-moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, .2);
		box-shadow: 2px 2px 0px rgba(0, 0, 0, .2);
	}
	.project_targets li {
		float: none;
		left: -30px;
		position: relative;
		display: block;
		list-style-position: inside;
		text-decoration: none;
		text-align: left;
		color: #848484;
		font-style: italic;
		font-size: 7pt;
		font-family: sans-serif, "Lucida Grande", Verdana, Arial;
	}
	
	.project_data_table {
		top: 0px;
		left: 0px;
		position: relative;
	}
	

	
	
	.project_spinner {
		top: 4px;
		left: -25px;
		text-align: left;
		position: relative; left:-38px; top:5px;
	}
	
	#design_method p{
		top: 8px;
		left: 30px;
		text-align: left;
		position: absolute; left:10px; top:142px;
		font-weight: regular;
		font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
		font-size: 8pt;
	}
	
	.project_content_heading {
		color: #565656;
		float: left;
	}
	
	.project_content_target { /* CART ITEMS */
		position: relative;
		margin-left: 0px;
		padding-left: 0;
		list-style: none;
		background: #;
		/*border: 1px solid #E0E0E0; */
		/*margin: 1px 0 0 0;*/
		width: 98%;
		font-weight: regular;
		font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
		font-size: 8pt;  
}

	.project_content_accession { /* CART ITEMS */
		color: #5f5f5f;                 
		margin-left: 2px;
		padding-left: 4px;
		list-style: none;
		margin: 0px 0 0 0;
		width: 98%;
		font-weight: regular;
		font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
		font-size: 7pt;  
	}
	
	.projectItemOpen {
		position: absolute; top:240px; left: 40px;
	}













/*////////////////////////*/
	/*   RNAi PROJECT FORM	  */
	/*////////////////////////*/
	
.clear{
		float:none;
		clear:both;
		height:0px;
	}
.row{
		background-color:none;
		display:block;
		min-height:32px;
	}

	
.left {
	padding:10px;
	width: 33%;
	font-size: 8pt;
	color:#666;
	font-weight: regular;
	font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
}

.right {
	font-size: 8pt;
	color: gray;
	font-weight: regular;
	font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
}

#form_project_id {
	float: right;
	position: relative; left:17px; top:-122px;
	font-size: 8pt;
	color: #bebebe;
}


#project_form {
	min-height:400px;
	height: auto;
	width: 720px;
	padding:20px;
	position: absolute; left: 0px; top: 80px;
	/*background: #b9b9b9;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#999999'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#999)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #999); /* for firefox 3.6+ */
	
}


#project_form_head {
	text-shadow: 0 -1px -1px rgba(255, 255, 255, .2);
	font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;  
	color: #7E7E7E; 
	padding: 10px;
	position:relative; left: 10px: top:-5px;
	
}


.projectTarget {  /* cart list area to separate from accordion*/
	 /* background: white;*/
	padding: 5px 5px 5px 5px;
	border: 1px solid #E0E0E0; 
	
	margin: 10px;
	
	position:absolute;
	left: 0px; top: 59px;
	width: 420px;
	/*height: 540px;*/
	height:222px;
	
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;	
}


#project_target_section {  /* cart list area to separate from accordion*/
	 /* background: white;*/
	padding: 5px 5px 5px 5px;
	border: 1px solid #E0E0E0; 
	background-color: transparent white;
	margin: 10px;

	position:absolute;
	left: 300px; top: 30px;
	width: 400px;
	/*height: 540px;*/
	height:290px;
	
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;	
}


.targetListHead{ /* CART HEAD */
	padding: 1px;
	/*background: #F8F8F8;*/
	border: 0px solid #E0E0E0; 
	margin: 0px 0px 0px 0px;
	height: 24px;
	width: 99%;
 	background-color: #bfbfbf;
 	border: 1px solid #E0E0E0;
	
}


.targetListHead td{ /* HEAD */
	color:#838383;
	font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	
}

.targetList { /* GENE ITEM LIST CONTAINER
	position: relative; */

	padding: 1px;
	background: #ababab;
	border: 1px solid #E0E0E0;
	position: relative; top -40px; 
	height: 180px;
	
	width: 99%;
	overflow:auto;
	
	
}

/* Gene list Items */
.targetItem { 
	background-color: #bebebe;
	position: relative;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	border: 1px solid #858584; 
	margin: 4px 0 0 0;
	line-height: 1.7em;
	width: 99%;
	font-weight: regular;
	font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	border-radius:8px;
	-moz-border-radius:8px;
  	-webkit-border-radius: 8px; 
  	background: -webkit-gradient(radial, 290 50%, 0, 290 50%, 40, from(white), to(#bebebe)) ;
	background: -moz-radial-gradient(500px 25%, 0px, 500px 25%, 40px, from(blue), to(#eee)) yellow no-repeat;
}

.targetItem li,.targetItem td{ 
	color: #000;
	font-weight: regular;
	font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	text-shadow: 0 1px 1px rgba(255, 255, 255, .3);
	
}

/*#status_box { 
	font-weight: regular;
	font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	text-shadow: 0 1px 1px rgba(255, 255, 255, .4);
	
	
}*/



.targetItem:hover {
	background-color: #cecece;
}




#project_form_name {
	
	padding: 4px;
	margin: 5px;
	border: 1px solid #E0E0E0; 
	color: #484848; 
	/*border-left: 1px solid #555; 
	-moz-border-radius:14px;
  	-webkit-border-radius: 14px;*/
  	font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;  
  	/*position:absolute;*/
  	font-weight: bold;
	left: 100px; top:25px;
	width: 300px;
	text-align: left;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#E0E0E0'); /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#E0E0E0)); /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #999,  #E0E0E0); /* for firefox 3.6+ */
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

#project_form_email {
	
	padding: 4px;
	margin: 5px;
	border: 1px solid #E0E0E0; 
	color: #484848; 
	
	/*border-left: 1px solid #555; 
	-moz-border-radius:14px;
  	-webkit-border-radius: 14px;*/
  	font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;  
  	/*position:absolute;*/
  	font-weight: regular;
	left: 420px; top:25px;
	width: 240px;
	text-align: left;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#E0E0E0'); /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#E0E0E0)); /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #999,  #E0E0E0); /* for firefox 3.6+ */
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}


#target_input {
	padding: 15px 1px 1px 1px;
	margin: 1px;
	border-radius:0px;
	-moz-border-radius:0px;
  	-webkit-border-radius: 0px;
  	font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
  	text-align: center;
	font-size: 10px;  
  	position:relative;
	left: 0px; top:1px;
	width: 396px;
	height: 30px;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0E0E0', endColorstr='#7E7E7E'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#b6b6b6)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #E0E0E0,  #7E7E7E); /* for firefox 3.6+ */
	/*text-shadow: 0 2px 2px rgba(0, 0, 0, .4);*/
	
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
		-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
		box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
}
	
	

	
	
#target_list_head {
	text-shadow: 0 -1px -1px rgba(255, 255, 255, .2);
	font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;  
	color: #888888; 
	text-align: left;
	/*background: #F8F8F8;*/
	width: 100%;
	padding: 0px;
}
	

#start_project_btn {
	cursor: pointer;
	border: 1px solid #E0E0E0; 
	text-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;  
	float:center;
	position:relative;
	left: 110px; top:10px;
	width: 200px;
	-moz-border-radius:20px;
  	-webkit-border-radius: 20px;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0E0E0', endColorstr='#7E7E7E');
	background: -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), to(#7E7E7E)); 
	background: -moz-linear-gradient(top,  #E0E0E0,  #7E7E7E); /* for firefox 3.6+ */
}


#start_project_btn {
	cursor: pointer;
	border: 2px solid #808080; 
	text-shadow: 1px 1px 0px rgba(255, 255, 255, .3);
	font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color:#101010;
	position:relative;
	float:center;
	left: 276px; top:334px;
	width: 200px;
	border-radius:10px;
	-moz-border-radius:10px;
  	-webkit-border-radius: 10px;
  	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0E0E0', endColorstr='#7E7E7E'); /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), to(#7E7E7E)); /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #E0E0E0,  #7E7E7E); /* for firefox 3.6+ */
	background: gradient(linear, left top, left bottom, from(#a7b3a1), to(#5c6f53));
	background: -webkit-gradient(linear, left top, left bottom, from(#a7b3a1), to(#5c6f53)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #a7b3a1,  #5c6f53); /* for firefox 3.6+ */
}
	
	
#add_gene_btn {
	color:#101010;
	cursor: pointer;
	border: 1px solid #727272; 
	text-shadow: 0 1px 1px rgba(255, 255, 255, .4);
	font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;  
	/*float:center;
	position:relative;
	left: 110px; top:10px;*/
	width: 140px;
	-moz-border-radius:9px;
  	-webkit-border-radius: 9px;
  	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0E0E0', endColorstr='#7E7E7E'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), to(#7E7E7E)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #E0E0E0,  #7E7E7E); /* for firefox 3.6+ */
}
	

.geneItemRemove {
height: 12px;
	cursor:pointer;
  	background            : #999;
  	color                 : white;
  	margin                : 0px;
  	padding               : 0px 3px 3px 3px;
  	text-align            : center;
  	font-size             : 6pt;
  	border                : 1px solid #888888;    
  	text-decoration       : none; 
  	-moz-border-radius    : 9px;
  	-webkit-border-radius : 9px;  
  	border-radius 			: 9px;
  	position: absolute; right: 0; top: 3px;
  	
  	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#555555'); /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1));  for webkit browsers */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#555555)); /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #999999,  #555555); /* for firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#806565), to(#653d3d)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #806565,  #653d3d); /* for firefox 3.6+ */

	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .2);

}

.geneItemRemove:hover{
  background      : #730606;
  color           : #FFFFFF;
  border          : 1px solid #730606; 
  text-decoration : none; 
}




















/*****************************************/
/******          CART, BUTTON            */

a.nav_cart, a.nav_cart_a{
	z-index: 30;
	display:block;
	float:right;
	width:80px;
	height:38px;
	background-image: url(../images/cart_icon.png);
	background-repeat:no-repeat;
}


/* active */
a.nav_cart_active{
	z-index: 30;
	display:block;
	/*float:right;*/
	width:80px;
	height:38px;
	background-image: url(../images/cart_icon.png);
	background-repeat:no-repeat;
}

a.nav_cart:hover{background-image: url(../images/cart_icon.png); 0 38px;}
a.nav_cart:toggle{background-image: url(../images/cart_icon.png); 0 38px;}
a.nav_cart_a{background-image: url(../images/cart_icon.png); 0 38px;}








/*****************************************/
/******      CART DIV, TOP VERSION       */
/*****************************************/

/*#cart_preview{
	z-index:600;
	float:right;
	position:relative; top: -15px;
	margin: 4px;
	padding: 0px;
	height: 50px;
	top: 0px
}*/


#cart_icon{
	/*z-index:600;*/
	float:right;
	position: relative; top: 20px;
	/*position:absolute; top: 12px; left: 860px; */
	margin: 0px;
	padding: 0px;
	height: 48px;
}


#cart_summary{
	/*float:right;*/
	float:right;
	text-align: right;
	position: relative;
	/*position: absolute; left: 820px; top: 52px;*/
	margin: 0px;
	padding: 0px;
	
	height: 38px;
	
}


#cart_summary h1 { 


font: 10px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; 
color:#999; 
font-weight: bold; 
font-size: 11px; 
text-align: right; 
padding-right:.3cm; 
text-shadow: 0 2px 2px rgba(0, 0, 0, .8);
}



/* CART COUNTER */
#cart_count { 
z-index:800;
position: relative; top:13px; left: 70px;

font: 9px/12px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; 
color:#555; 
font-weight: regular; 
font-style: italic;
font-size: 10px; 
text-align: center; 

text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
width: 16px; height: 16px;

	
/*background: #d1d1d1; /* for non-css3 browsers */
	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#565656', endColorstr='#9b9b9b'); /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1));  for webkit browsers */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#565656), to(#9b9b9b)); /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #565656,  #9b9b9b); /* for firefox 3.6+ */
	/*background: -webkit-gradient(linear,left bottom,left top,color-stop(0.24, rgb(17,112,9)),color-stop(0.62, rgb(42,161,60)),color-stop(0.84, rgb(114,194,64)));
	
	background: -moz-linear-gradient(center bottom,rgb(17,112,9) 24%,rgb(42,161,60) 62%,rgb(114,194,64) 84%);
	
	color: #fff;
	border-top: solid 2px #fff;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 3px rgba(0, 0, 0, .5);
	
	text-shadow: 0 2px 2px rgba(0, 0, 0, .6);
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;*/
	
}


/*
.cart_summary_button a.whitearrowright {background: transparent url(http://www.oligoengine.com/oe3_images/black_arrow.gif) no-repeat right center; color: #000; display: block; font-size: 11px; margin: -0px -0px -0px -1px; padding: 0 17px 2px 0; position: relative; text-decoration: none;}
.cart_summary_button a.whitearrowright:hover {color: #0099cc;}
.cart_summary_button a.whitearrowright:hover {color: #0099cc;}
.cart_summary_button {background-image: url(http://www.oligoengine.com/oe3_images/arrow_back_grey.gif);}
.cart_summary_button a.whitearrowright {background-image: url(http://www.oligoengine.com/oe3_images/black_arrow.gif);}

.cart_summary_button a.cart_email { text-align center; color: #000; display: inline-block; font-size: 11px; bottom: -10; margin: -0px -0px -0px -0px; padding: 0 17px 2px 0; position: relative; text-decoration: none;}

*/







/*////////////////*/
/* CART ACCORDION */
/*////////////////*/

#accordion { /* CART ACCORDION */

	padding: 15px 15px 15px 15px;
	/*border: 1px solid #E0E0E0; */
	width: 460px;
	height: 390px;
	margin: 0px;
	
	position: relative;
	left: 455px; top: 83px; /* 44 */
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
}


#quote_panel, #purchase_panel, #shipping_panel, #billing_panel{
	background: #E0E0E0; /* for non-css3 browsers */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#999999'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#999)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #999); /* for firefox 3.6+ */
}
/*////////////////*/






#sub_nav { 
	display:block; 
	width:800px; 
	height:13px; 
	text-indent:0px; 
	/*background:#fff url(../images/products_sub.png) no-repeat 0 0; */
	/*position:absolute; top:98px; left:234px; */
	position:absolute; top:98px; left:100px;
	outline:none; 
}


/*////////////////////////*/
/*   PRODUCT NAV SECTION  */
/*////////////////////////*/



/* PRODUCTS header */
#product_selector {

	position: absolute;
	width: 822px;
	float: left;
	/*line-height: 100%;*/
	margin: 0;
	padding: 0px 0px 0;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	background: #d1d1d1; /* for non-css3 browsers #8b8b8b*/
	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#a9a9a9'); /* for IE */*/
	background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#a9a9a9));  for webkit browsers */
	/*background: -moz-linear-gradient(top,  #eee,  #a9a9a9); /* for firefox 3.6+ */*/
	background: -moz-linear-gradient(top,  #dddddd,  #a9a9a9); /* for firefox 3.6+ */
	background: -moz-linear-gradient(top,  #dddddd,  #a9a9a9); /* for firefox 3.6+ */
	border: solid 1px #8e8e8e;	
}

#product_selector li {
	font-size: 10px;
	margin: 0 0px;
	padding: 0 0 0px;
	display: block;
	float: left;
	list-style: none;
	border-radius: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	padding:  2px 2px; /* icon size */
}

/* main level link */
#product_selector a {
	
	/*color: #e7e5e5;*/
	color: #333;
	text-decoration: none;
	display: block;
	padding:  6px 14px; /* icon size */
	margin: 0;
	
	/*-webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	/*border-top: solid 1px #b7b7b7;*/
	/*background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f3f3f3)); /* for webkit browsers */
	/*-webkit-border-radius: .4em;
	-moz-border-radius: .4em;*/
	text-shadow: 0 1px 1px rgba(255, 255, 255, .8);
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
}

/* main level link hover */
#product_selector .current a, #product_selector li:hover > a {
	background: #8b8b8b; /* for non-css3 browsers */
	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#adadad', endColorstr='#5c5c5c'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#5c5c5c)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #adadad,  #5c5c5c); /* for firefox 3.6+ */
	color: #fff;
	/*border-top: solid 1px #666;*/
	/*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);*/
	text-shadow: 0 2px 2px rgba(0, 0, 0, .6);
	border-radius: .75em;
	-webkit-border-radius: .75em;
	-moz-border-radius: .75em;
}

/* END PRODUCT NAV
/*////////////////////////*/ 









/*////////////////////////*/
/*   ACCOUNT NAV SECTION  */
/*////////////////////////*/

#account_nav { 
	display:block; 
	width:900px; 
	height:13px; 
	text-indent:0px; 
	/*background:#fff url(../images/products_sub.png) no-repeat 0 0; */
	position:absolute; top:198px; left:234px; 
	outline:none; 
}

/* ACCOUNT header */
#account_selector {
	position: absolute;
	width: 822px;
	float: left;
	/*line-height: 100%;*/
	margin: 0;
	padding: 0px 0px 0;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	background: #d1d1d1; /* for non-css3 browsers */
	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#a9a9a9'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#a9a9a9));  for webkit browsers */
	background: -moz-linear-gradient(top,  #dddddd,  #a9a9a9); /* for firefox 3.6+ */
	background: -moz-linear-gradient(top,  #dddddd,  #a9a9a9); /* for firefox 3.6+ */
	border: solid 1px #8e8e8e;	
}

#account_selector li {
	font-size: 10px;
	margin: 0 0px;
	padding: 0 0 0px;
	display: block;
	float: left;
	list-style: none;
	border-radius: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	padding:  2px 2px; /* icon size */
}

/* main level link */
#account_selector a {
	font-weight: regular;
	/*color: #e7e5e5;*/
	color: #333;
	text-decoration: none;
	display: block;
	padding:  6px 14px; /* icon size */
	margin: 0;
	font-weight: regular;
	/*-webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	/*border-top: solid 1px #b7b7b7;*/
	/*background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f3f3f3)); /* for webkit browsers */
	/*-webkit-border-radius: .4em;
	-moz-border-radius: .4em;*/
	text-shadow: 0 1px 1px rgba(255, 255, 255, .8);
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
}

/* main level link hover */
#account_selector .current a, #account_selector li:hover > a {
	background: #8b8b8b; /* for non-css3 browsers */
	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#adadad', endColorstr='#5c5c5c'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#5c5c5c)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #adadad,  #5c5c5c); /* for firefox 3.6+ */
	color: #fff;
	/*border-top: solid 1px #666;*/
	/*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);*/
	text-shadow: 0 2px 2px rgba(0, 0, 0, .6);
	border-radius: .75em;
	-webkit-border-radius: .75em;
	-moz-border-radius: .75em;
}

/* END ACCOUNT NAV
/*////////////////////////*/ 










/*////////////////////////*/
/*   DESIGN NAV SECTION  */
/*////////////////////////*/

#design_nav { 
	display:block; 
	width:900px; 
	height:13px; 
	text-indent:0px; 
	/*background:#fff url(../images/products_sub.png) no-repeat 0 0; */
	position:absolute; top:98px; left:234px; 
	outline:none; 
}

/* PRODUCTS header */
#design_selector {
	position: absolute;
	width: 822px;
	float: left;
	/*line-height: 100%;*/
	margin: 0;
	padding: 0px 0px 0;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	background: #d1d1d1; /* for non-css3 browsers */
	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#a9a9a9'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#a9a9a9));  for webkit browsers */
	background: -moz-linear-gradient(top,  #dddddd,  #a9a9a9); /* for firefox 3.6+ */
	background: -moz-linear-gradient(top,  #dddddd,  #a9a9a9); /* for firefox 3.6+ */
	border: solid 1px #8e8e8e;	
}

#design_selector li {
	font-size: 10px;
	margin: 0 0px;
	padding: 0 0 0px;
	display: block;
	float: left;
	list-style: none;
	border-radius: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	padding:  2px 2px; /* icon size */
}

/* main level link */
#design_selector a {
	font-weight: regular;
	/*color: #e7e5e5;*/
	color: #333;
	text-decoration: none;
	display: block;
	padding:  6px 14px; /* icon size */
	margin: 0;
	font-weight: regular;
	/*-webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	/*border-top: solid 1px #b7b7b7;*/
	/*background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f3f3f3)); /* for webkit browsers */
	/*-webkit-border-radius: .4em;
	-moz-border-radius: .4em;*/
	text-shadow: 0 1px 1px rgba(255, 255, 255, .8);
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
}

/* main level link hover */
#design_selector .current a, #design_selector li:hover > a {
	background: #8b8b8b; /* for non-css3 browsers */
	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#adadad', endColorstr='#5c5c5c'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#5c5c5c)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #adadad,  #5c5c5c); /* for firefox 3.6+ */
	color: #fff;
	/*border-top: solid 1px #666;*/
	/*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);*/
	text-shadow: 0 2px 2px rgba(0, 0, 0, .6);
	border-radius: .75em;
	-webkit-border-radius: .75em;
	-moz-border-radius: .75em;
}

/* END DESIGN NAV
/*////////////////////////*/ 








