

/*<style type="text/css">*/
/* GENERAL HYPERLINKS */
	
	.navlist {
		color: #FB8E25;
		font-family: Verdana;
		text-decoration: none;
		font-size: 10px;
		border: thin #FFFFFF;
	}
	.strongnavlist {
		color: #FF0000;
		font-family: Verdana;
		text-decoration: none;
		font-size: 14px;
		border: thin #FFFFFF;
		font-weight:bold;
	}
	
	.navlist_header_container
	{
	/*this will set the vertical location of the bottom border*/
		padding-bottom:18px;
		border-bottom:1px solid #999999;
	}
	.navlist_header_container ul
	{
		margin: 0;
		margin-left:15px;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}
	.navlist_header_container ul li
	{
		display: block;
		float: left;
		text-align: center;
		/*spacing between links*/
		padding-left:2px;
		margin: 0;
	}
	.navlist_header_container ul li a,.navlist_header_container ul li a:visited
	{
		display: block;
		border: 1px solid #999999;
		background: #FFFFFF;
		color: #CC3300;
		padding: 4px 5px 4px 5px;
		text-align: center;
	}
	.navlist_header_container ul li a:hover
	{
		border: 1px solid #990000;
		background: #CC3300;
		color: #FFFFFF;
	}
	.buttonlink{
	 	font-family : Arial;
	 	font-size : 12px;
	 	font-weight : bold;
		display:block;
		background-position: 4px center;
		background-repeat: no-repeat;
		background-image:url(/cns/icons/arrowblueright.gif);
		padding-top:4px;
		padding-bottom:4px;
		padding-left:24px;
		padding-right:4px;
		margin-left:2px;
		margin-right:2px;
		margin-bottom:2px;
		margin-top:2px;
		width:100%;
		color: #4646FF;
		text-decoration: none;
		border: solid 1px #CCCCCC;
		background-color:#FFF7EB;
	}
	A.buttonlink:Link        {
		color: #4646FF;
		text-decoration: none;
		border: solid 1px #CCCCCC;
		background-color:#FFF7EB;
	}
	A.buttonlink:Visited{
		color: #4646FF;
		text-decoration: none;
		border: solid 1px #CCCCCC;
		background-color:#FFF7EB;
	}
	A.buttonlink:Hover      {
		color: #FFFFFF;
		text-decoration: underline;
		border: solid 1px #134CAE;
		background-image:url(/cns/icons/arrowwhiteright.gif);
		background-color:#134CAE;
	}
	A.buttonlink:Active{
		color: #FFFFFF;
		text-decoration: none;
		border: solid 1px #134CAE;
		background-image:url(/cns/icons/arrowwhiteright.gif);
		background-color:#E79458;
	}
	
	
	.message {
		background-color: #ffffff;
		font-family: Verdana, Arial;
		font-size: 14px;
		color: #FB8E25;
	}


/* TABLES */

table.data {
	border-collapse:collapse;
	border:1px solid #666666;
	width: 100%;
}
tr.dataeven {
 	background-color : #FFF7EB;
}
tr.dataodd {
 	background-color : #FCF1E2;
}
th.data {
	text-align: center;
	vertical-align: top;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #123333;
	background-color:#FFF3E0;
	border-bottom: solid 1px #E79458;
	border-right: solid 1px #E79458;
	
	border-top: solid 1px #F8E1C6;
	border-left: solid 1px #F8E1C6;
	padding:4px;
}
td.data {
	text-align: left;
	vertical-align: middle;
 	color : #000000;
 	font-family : Verdana;
 	font-size : 10px;
	border:1px solid #CCCCCC;
}
td.datatotal {
	text-align: left;
	vertical-align: middle;
 	color : #000000;
 	font-family : Arial;
 	font-size : 12px;
	font-weight:bold;
	border-top:2px solid #333333;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;	
	padding:4px;
}
.tablebg {
	background-color: #ffffff;
}
.tablehead {
	background-color: #ffffff;
	color: #F00;
	text-align: left;
	font-family: Arial, Tahoma;
	font-size: 16px;
	font-weight: bold;
	border : 1px solid #ffffff;
	border-bottom : 1px solid #666;
}
.tablefg {
	background-color: #ffffff;
}
.tablefg2 {
	background-color: #FBFBFB;
}
.columnheader {
	color: #ffffff;
	background-color: #8C92BD;
	text-align: left;
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.tabledivider {
	color: #FFF;
	background-color: #FB8E25;
	text-align: left;
	font-family : Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #D26B04;
	margin-left: 5px;
}
.tableline {
	background-color: #FB8E25;
}


/* FORM TEXT */

.fieldtitle {
	color: #FB8E25;
	font-family: Arial, Tahoma, "Century Gothic";
	font-size: 12px;
	margin-left: 5px;
}
.fieldtitlesm {
	color: #666;
	font-family: Arial, Tahoma, "Century Gothic";
	font-size: 10px;
}
.tablenote{
	color: #F00;
	font-family: Arial, Tahoma, "Century Gothic";
	font-size: 10px;
}


/* FORM INPUTS */

input.button {
	color: #3b58a2;
	font-family: Verdana, Verdana;
	font-size: 12px;
	border: 1px solid #B8B8B8;
	background-color: #eeeeee;
}
input.text {
	color: #000000;
	font-family: Verdana, Verdana;
	font-size: 10px;
	background-color: #ffffff;
}
textarea {
	color: #000000;
	font-family: Verdana, Verdana;
	font-size: 10px;
	background-color: #ffffff;
}
select {
	color: #000000;
	font-family: Verdana, Verdana;
	font-size: 10px;
	background-color: #ffffff;
}


/* LISTS */

.listgroup {
	color : #F00;
	background-color: #ffffff;
	text-align: left;
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom : thin solid #666;		
}
.listitem {
	color: #FB8E25;
	font-weight: bold;
	font-family: Arial, Tahoma;
	font-size: 13px;
}
.listitemleft {
	color: #FB8E25;
	font-style: normal;
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	margin-left: 20px;
}
.listitemright {
	color: #666;
	font-style: normal;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
}
.listitemdesc {
	color: #F00;
	font-style: normal;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	margin-left: 20px;
}


/* INFOPAGES */


.infopagebody {
	background-color: #ffffff;
	border: 1px solid #ffffff;
}
.infoname {
	font-family: Verdana;
	font-size: 18px;
	color: #FB8E25;
	font-weight: bold;
	background-color: #F9F9F9;
	text-align: center;
	padding-bottom: 2px;
	padding-top: 5px;
}
.infolabel {
	font-family: Verdana;
	font-size: 12px;
	color: #F00;
	border-bottom : 1px solid #666;
}
.infodetail {
	font-family: Verdana;
	font-size: 11px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px
}
.infoheading {
	background-color: #ffffff;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #3736A3;
	text-align: left;
}


/* JSPOPUPINFO */

.popupinfoborder {
	background-color: #396DCD;
}
.popupinfohead {
	color: #ffffff;
	text-align: center;
	font-family : Verdana, Tahoma, Arial;
	font-size : 16px;
	font-weight: bold;
}
.popupinfobody {
	background-color: #ffffff;
	color: #396DCD;
	font-family : Verdana, Tahoma, Arial;
	font-size: 14px;
}


div.ec_menu_paging
{
	clear: both;
	font-family: Verdana,Tahoma,Arial;
	font-size: 10pt;
	text-align: center;
}
div.ec_menu_product_container
{
	display:block;
	width: 495px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

div.ec_menu_product_0,
div.ec_menu_product_1
{
	display:block;
	float: left;
	width:150px;
	height: 175px;
	font-family: Arial,Sans-Serif;
	font-size: 10pt;
	text-align: center;
	margin: 5px;
	padding: 1px;
	border: 1px solid;
	border-color : #CCCCCC;	
		
}
div.ec_menu_product_title
{
	white-space: normal;
	height: 100px;
}



div.ec_view_product_addtocart,
div.ec_view_product_wishlist
{
	display:inline;
}
#ec_menu_product_loading
{
	display: none;
}

div.ec_view_product_addtocart input,
div.ec_view_product_wishlist input
{
	color: #3B58A2;
	font-family: Verdana, Verdana;
	font-size: 12px;
	border: 1px solid #B8B8B8;
	background-color: #EEEEEE;

}

div.ec_view_product_thumbnail img
{
	width:200px;
	float:left;
}
div.ec_view_product_thumbnail a
{
	width: 200px;
	text-align: center;
	font-size: 8pt;
	float:left;
	clear:both;
}

div.ec_view_product_info_left
{
	padding-left: 220px; 	
}
div.ec_view_product_info_right
{
	padding-top:20px;
	padding-left:220px;
	display:block;
}

div.ec_view_product_attribute_label,
div.ec_view_product_attribute_value,
div.ec_view_product_price_label,
div.ec_view_product_price_value,
div.ec_view_product_id_label,
div.ec_view_product_id_value,
div.ec_view_product_qty_label
{
	display: inline;
}
input.ec_view_product_qty_value
{
	display: inline;
	text-align: right;
	font-size: 12px;
	border: 1px solid #B8B8B8;
	
}






