

/*<style type="text/css">*/
div.ec_menu_product
{
	width: 100%;
}
/* E-COMMERCE MENU STYLES */
div.ec_menu_product_1,
div.ec_menu_product_0 {
	width: 180px;
	height: 220px;
	/* width: 30%; */
	margin: 5px;
	float: left;
}

div.ec_menu_product_1 div,
div.ec_menu_product_0 div
{
	font-size: 12px;
	font-family: Arial;
}

div.ec_menu_product_end
{
	clear: both;
}

div.ec_menu_product_1 {/*Odd Products*/
}

div.ec_menu_product_0 {/*Even Products*/
}

div.ec_menu_product_thumbnail {
	width: 150px;
	height: 160px;
}

div.ec_menu_product_info div.message {
	background-color: white;
	display: block;
}

div.ec_menu_product_title {
	font-weight: bold;
	text-align: center;
}

div.ec_menu_product_moreinfo
{
	display: none;
}

div.ec_menu_product_id
{
	display: none;
}

div.ec_menu_product_qty
{
	display: none;
}

div.ec_menu_product_addtocart
{
	display: none;
}

div.ec_menu_product_wishlist
{
	display: none;
}

div.ec_menu_product_attribute
{
	display: none;
}

div.ec_menu_product_price,
div.ec_menu_product_special
{
	
}


div.ec_collection_product_1,
div.ec_collection_product_0 {
	width: 280px;
	margin: 5px;
	text-align: left;
}

div.ec_collection_product_qty,
div.ec_collection_product_qty_label,
div.ec_collection_product_title,
div.ec_collection_product_price,
div.ec_collection_product_addtocart,
div.ec_collection_product_menu,
div.ec_collection_product_menu div,
div.ec_collection_product_menu span,
div.ec_collection_product_attribute_label,
div.ec_collection_product_attribute_value
{
	display: inline;
}

div.ec_collection_product_menu
{
	z-index: 10;
}

div.ec_collection_product_addtocart input
{
	width: 80px;
}

div.ec_collection_product_id,
div.ec_collection_product_wishlist,
div.ec_collection_product_moreinfo,
div.ec_collection_product_qty_label,
div.ec_collection_product_thumbnail
{
 display: none;
}




div.ec_view_product {
	
	width: 630px;
}


div.ec_view_product_thumbnail {
	float:left;
	display: inline;
	text-align: center;
	
}

div.ec_view_product_title {
	clear: left;
	color: rgb(15, 111, 63);
	font-size: 12pt;
	font-weight: bold;
	display: inline;
	float: left;
	width: 225px;
	
}

div.ec_view_product_thumbnail img
{
	float: left;
	display: inline;
}

div.ec_view_product_thumbnail a
{
	clear: left;
	float:left;
	text-align: center;
}

div.ec_view_product_info {
	width: 160px;
	float: right;
	padding-right: 10px;
	border-right: solid 1px black;
	
}

div.ec_view_product_content {
	display:inline;
}

div.ec_view_product_info2
{
	float: right;
	padding-left: 10px;
	width: 160px;
	
}

div.ec_view_product_attributes
{
}

div.ec_view_product_attribute
{
	margin-bottom: 5px;
}

div.ec_view_product_attribute_label
{
	font-size: 7pt;
}


div.ec_view_product_attributethumbs
{
	margin-top: 40px;
	border-top: solid 1px black;
	clear: both;
	width: 630px;
	
}


div.ec_view_product_attribute_thumb
{
	float: left;
	margin: 4px 4px;
	width: 120px;
	height: 120px;
	
}


div.ec_view_product_addtocart input,
div.ec_view_product_wishlist input {
	color: #4F6F26;
	font-family: Verdana, Verdana;
	font-size: 12px;
	border: 1px solid #50BB39;
	background-color: #FFF;
	background-image:url(/images/129/button_bg.gif);
	background-position:center;
	background-repeat:repeat-x;
}

div.ec_view_product_id div
{
	display: inline;
}

div.ec_view_product_id_value
{
	margin-left: 3px;
}

div.ec_view_product_price {
	margin-bottom: 10px;
	margin-top: 10px;
}

div.ec_view_product_qty
{
	margin-bottom: 5px;
}

div.ec_view_product_qty_label
{
	font-size: 7pt;
}

input.ec_view_product_qty_value {
	color: #000;
	font-family: Verdana, Verdana;
	font-size: 10px;
	background-color: #fff;
}



div.ec_view_product_wishlist
{
	margin-top: 10px;
}

div.ec_view_product_addtocart
{
	margin-top: 10px;
}









/* SEARCH RESULT STYLES */
div.ec_search_product_mfname
{

}

/* default
td.ec_search_product_parent
{
width:1%;border : 1px solid ##B2DB84;padding:4px 4px 4px 4px;
}*/


td.ec_search_product_parent
{
	width: 120px;
}

/* GENERAL HYPERLINKS */

	.navlist {
		color: #000000;
		font-family: Verdana;
		text-decoration: none;
		font-size: 14px;
		border: thinfff;
	}
	.strongnavlist {
		color: #000000;
		font-family: Verdana;
		text-decoration: none;
		font-size: 14px;
		border: thinfff;
		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;
		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: #009933;
		padding: 4px 5px 4px 5px;
		text-align: center;
	}
	.navlist_header_container ul li a:hover
	{
		border: 1px solid #009933;
		background: #009933;
		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: #ED5949;
	}


/* TABLES */

table.data {
	border-collapse:collapse;
	border:1px solid #1EB66A;
	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 {
		color: #519317;
		text-align: left;
		font-family: Arial, Tahoma;
		font-size: 16px;
		font-weight: bold;
		border-bottom : 1px solid #666;
	}
	.tablefg {
		background-color: #ffffff;
	}
	.tablefg2 {
		background-color: #F6F6F6;
	}
	.columnheader {
		color: #ffffff;
		background-color: #8C92BD;
		text-align: left;
		font-family: Arial, Tahoma;
		font-size: 12px;
		font-weight: bold;
	}
	.tabledivider {
		color: #FFF;
		background-color: #5C3C14;
		text-align: left;
		font-family : Arial, Tahoma;
		font-size: 12px;
		font-weight: bold;
		border: 1px solid #5C3C14;
		margin-left: 5px;
	}
	.tableline {
		background-color: #5C3C14;
	}


/* FORM TEXT */

	.fieldtitle {
		color: #5C3C14;
		font-family: Arial, Tahoma, "Century Gothic";
		font-size: 14px;
		margin-left: 5px;
	}
	.fieldtitlesm {
		color: #666;
		font-family: Arial, Tahoma, "Century Gothic";
		font-size: 12px;
	}
	.tablenote{
		color: #666;
		font-family: Arial, Tahoma, "Century Gothic";
		font-size: 10px;
	}


/* FORM INPUTS */

	input.button {
		color: #4F6F26;
		font-family: Verdana, Verdana;
		font-size: 12px;
		border: 1px solid #50BB39;
		background-color:#FFFFFF;
		background-image:url(/images/129/button_bg.gif);
		background-position:center;
		background-repeat:repeat-x;
	}
	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: #519317;
		text-align: left;
		font-family: Arial, Tahoma;
		font-size: 16px;
		font-weight: bold;
		border-bottom : 1px solid #666;
	}
	.listitem {
		color: #5C3C14;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight: bold;
	}
	.listitemleft {
		color: #5C3C14;
		font-style: normal;
		font-family: Arial, Tahoma;
		font-size: 14px;
		font-weight: normal;
		margin-left: 20px;
	}
	.listitemright {
		color:#000000;
		
		font-style: normal;
		font-size: 14px;
		font-weight: bold;
		padding-left: 5px;
	}
	.listitemdesc {
		color: #666;
		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: #5C3C14;
		font-weight: bold;
		background-color: #F9F9F9;
		text-align: center;
		padding-bottom: 2px;
		padding-top: 5px;
	}
	.infolabel {
		color: #519317;
		text-align: left;
		font-family: Arial, Tahoma;
		font-size: 13px;
		font-weight: bold;
		border-bottom : 1px solid #666;
	}
	.infodetail {
		font-family: Verdana;
		font-size: 11px;
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
		color:#666;
	}
	.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;
	}

	

	.cnsCalendar .day
	{
		cursor: pointer;
		text-align: center;
	}
	.cnsCalendar .monthChange
	{
		cursor: pointer;
		text-align: center;
	}
	.cnsCalendar .weekend
	{
		background: #F0F0F0;
	}
	.cnsCalendar .selected
	{
		font-weight: bold;
		background: #333;
		color: #FFF;
	} 