/* BELOW ARE STYLES FOR ECF USER CONTROLS THAT CAN BE REUSED, ALL STYLES MUST BE PREFIXED WITH "ecf" */
/* MAIN TEMPLATE STYLES */ 
.ecf-outofstock {color: Red;}
.ecf-listprice { text-decoration: line-through; font-size: x-small; }
.ecf-price { color: #990000; font-size: small; }
.ecf-discountprice { color: #990000; font-size: x-small; }
.ecf-price_bold { font-weight:bold; color: #990000; font-size: x-small; }

/* MAIN MENU STYLES */
.ecf-side-menu
{
	font-weight: bold;
	background-color: #fafafa;
	color: black;
}
.ecf-side-menu th{width: 187px; background-color: #dae8e5; height: 28px; padding-left: 5px;}


.ecf-side-menu a { font-weight: bold;left: 12pt;padding-bottom: 0px;line-height: 8pt;text-decoration: none; }
.ecf-side-menu a:visited {font-weight: bold;left: 12pt;padding-bottom: 0px;line-height: 8pt;text-decoration: none; }
.ecf-side-menu a:hover {font-weight: bold;left: 12pt;padding-bottom: 0px;line-height: 8pt;text-decoration: none; }
.ecf-side-menu2 {font-weight: normal; width:190px; table-layout:fixed;}
.ecf-side-menu2 a { font-weight: normal; left: 12pt;padding-bottom: 0px;line-height: 8pt;text-decoration: none; }
.ecf-side-menu2 a:visited {font-weight: normal;left: 12pt;padding-bottom: 0px;line-height: 8pt;text-decoration: none; }
.ecf-side-menu2 a:hover {font-weight: normal; left: 12pt;padding-bottom: 0px;line-height: 8pt;text-decoration: none; }
.ecf-side-menu-selected { font-weight: bold; text-decoration: none;}
.ecf-side-menu-selected a { font-weight: bold; text-decoration: none;}
.ecf-side-menu-selected a:visited { font-weight: bold; text-decoration: none;}
.ecf-side-menu-hover {  text-decoration: none;}
.ecf-side-menu-bg {  }
.ecf-side-menu-highlight { text-decoration: none;}

/* CATEGORY ITEM STYLES */
.ecf-category-item {behavior: url(../App_Themes/Cronus/hilight.htc); border-right: #e4eaf0 1px solid;border-top: #e4eaf0 1px solid;border-left: #e4eaf0 1px solid;cursor: hand;border-bottom: #e4eaf0 1px solid;background-color: #e4eaf0;}
.ecf-category-item-selected { background-color:#DBDBDB; border:1px solid #ccc; cursor:hand; }
.ecf-category-item.menuOver a{ color:#333;}

/* PRODUCT ITEM STYLES */
/* PRODUCT TABS */
.ecf-Product-TopGroup { z-index:99; position:relative;}
.ecf-Product-DefaultTab {color:black; background-image: url(images/tabs/tab_bg.gif);font-family:Verdana; font-size:10px; font-weight: bold;cursor:pointer;}
.ecf-Product-DefaultTabHover {color:black; background-image: url(images/tabs/hover_tab_bg.gif);font-family:Verdana; font-size:10px; font-weight: bold;text-decoration: underline;cursor:pointer;}
.ecf-Product-SelectedTab {color:black; background-image: url(images/tabs/selected_tab_bg.gif);font-family:Verdana; font-size:10px; font-weight: bold;cursor:default;}
.ecf-Product-DisabledTab {color:#AAAAAA; background-image: url(images/tabs/tab_bg.gif);font-family:Verdana; font-size:10px; font-weight: bold;cursor:default;}
.ecf-Product-MultiPage{background-color:White;border: 1px solid #919B9C;width:487px;height:250px;position:relative;top:-1px;z-index:98;}
.ecf-Product-PageContent { margin: 2px 10px 2px 10px;}

/* -- Error Messages -- */
.ecf-errorbox {border-right: #adadad 1px solid;padding-right: 2px;border-top: #adadad 1px solid;padding-left: 2px;left: 2px;padding-bottom: 2px;border-left: #adadad 1px solid;padding-top: 2px;border-bottom: #adadad 1px solid;top: 2px;background-color: #ffff99;}
.ecf-errorline-moderate {background-image: url(images/caution.gif);background-repeat: no-repeat;color: Red;text-indent: 12pt;}

/* -- Table Formatting -- */
.ecf-table {}
.ecf-table-header{font-size:14px; font-weight: bold;color: #ffffff;background-color: #8C9C9A;}
.ecf-table-header-shoppingcart{font-size:14px; font-weight: bold;color: #ffffff;background-color: #0e4676;}
.ecf-table-footer { color:White; background-color: #8C9C9A;}
.ecf-table-item {background-color: white;}
.ecf-table-item-alt {background-color: #e6e6fa;}

/* Checkout wizard styles */ 
#ecf-checkout-shippingaddress { background: #FFFFFF; border-color:Black }
#ecf-checkout-shippingaddress input { margin:0;font:bold 12px tahoma; color:#ffffff;text-align:center;text-decoration:none; }
.ecf-checkout-table-header{ font-weight: bold;color: #ffffff;background-color: #8C9C9A;}
.ecf-checkout-table-title {}
.ecf-checkout-title{ font-weight: bold; font-family: verdana, arial, helvetica, sans-serif; color: #000000; padding-left: 6px; padding-right: 7px; padding-top: 2px; padding-bottom: 2px; font-size: 8pt; }
.ecf-checkout-navframe { background: #BFCFCC; border-right: none; border-left: 0px; }
.ecf-checkout-grid-header { font-family:verdana;height:16px;color:#555555;background-color:White;font-size:11px;font-weight:bold;padding: 0px 5px 0px 1px;border-width: 0px 0px 0px 0px;}
.ecf-checkout-grid-header2 { font-family:verdana;height:16px;color:#555555;background-color:White;font-size:11px;font-weight:bold;padding: 0px 5px 0px 1px;} 

/* shipping styles */
.ecf-shipping-bg { background-color: #ddddcc}
.ecf-shipping-bg2 { background-color: #eeeedd}
.ecf-shipping-bg3 { background-color: #ffffff}

.ecf-delete { background-image: url(images/delete.gif); background-repeat: no-repeat; padding-left: 20px;}
.ecf-edit { background-image: url(images/edit.gif);background-repeat: no-repeat; padding-left: 20px;}
.ecf-searchfilter { border:1px solid #CCC; background-color:#EDEDED; padding:5px; margin:0 auto; font-size: 11px; }

/* Image button(s) */
.ecf-image-button {display: inline-table;display: -moz-inline-box;display: inline-block;padding: 4px;margin: 1px;border-style: solid;border-width: 1px;border-color: #999999;border-top-color: #cccccc;border-left-color: #cccccc;background-color: #eeeeee;color: #333333;font-weight: bold;background-repeat: no-repeat;background-position: 1px 1px;padding-left: 22px;line-height: normal;white-space: nowrap;}
.ecf-image-button:LINK{text-decoration: none;color: #333333;margin: 1px;}
.ecf-image-button:VISITED{text-decoration: none;color: #333333;}
.ecf-image-button:ACTIVE{text-decoration: none;color: #333333;}
.ecf-image-button:HOVER{text-decoration: underline;color: #333333;background-color: #dddddd;}

/* DOWNLOADS SECTION */
.ecf-download-button {background-image: url(images/download2.gif);}
.ecf-download-header { background-color: #ddddcc; font-size: 1.3em; padding: 6px;}
.ecf-version-header { background-color: #eeeedd}
.ecf-download-navframe { background: #BFCFCC;}
.ecf-inline-header3{font-weight: bold;font-size: 1.3em;}

/* CART STYLES */
.ecf-cart-product-title {font-size: 1.3em}
.ecf-cart-discount-title {font-size: 1.0em; font-style: italic;}

/* INVENTORY STYLES */
.ecf-inventory-available {color: Green;}
.ecf-inventory-notavailable {color: Red;}

/* MISCELENIOUS */
.ecf-note {font-style: italic; font-weight: bold;}
.ecf-inventory-status {color:#900;}

/* THE END OF SPECIFIC ECF STYLES*/


/* Comparison module */
/*.ecf-compare-button { background-image: url(images/ic_compare.gif); background-repeat: no-repeat; background-position: left top; width: 24px; height: 24px; display: block; }
a:hover.ecf-compare-button { background-image: url(images/ic_compare.gif); background-repeat: no-repeat; background-position: left top; width: 24px; height: 24px; display: block; }
.ecf-clearcompare-button { background-image: url(images/ic_compare.gif); background-repeat: no-repeat; background-position: left top; width: 24px; height: 24px; display: block; }*/
.ecf-product-comparison-header { font-size: 14px; font: bold; }
.ecf-comparison-label-block { background-color: #585858; color: white; line-height: 30px; }
.ecf-product-comparison-clear { font-size: 12px; }
div#ComparisonContainer { text-align:center; }
.comparisonHeaderContainer { height:100%; width:100%;}
.comparison { text-align:left; font-family: Verdana; font-size: 12px; }
.comparison .add2cartbutton { border:0px; float:left; margin-bottom: 0px; margin-left: 5px; margin-right: 0px; margin-top: 5px; }
.comparison .removebutton { float:right; margin-bottom: 0px; margin-left: 0px; margin-right: 5px; margin-top: 5px; }
.comparison .productimage { background-color:#FFFFFF; }
.comparison .productname { color:#990000; font-weight:bold; }
.comparison .productname:hover { text-decoration:underline; }
.comparison tr.odd { background-color:#F0F0F0; }
.comparison tr.even { background-color:#FFFFFF; }
.comparison tr.equal { background-color:#FDF0F0; }
.comparison tr.header { background-color:#CCCCCC; font-weight:bold; }
.comparison tr.price td { color:#990000; font-weight:bold; }
.comparison td { border-right-width: 2px; border-left-width:0px; border-bottom-width:0px; border-top-width:0px; border-color: #BFBFBF; border-style: solid; padding: 4px 4px; }
.comparison td.first { border-left-width:1px; border-right-width:2px; border-color: #BFBFBF; border-style: solid; }
.comparison td.last { border-right-width:1px; border-left-width:0px; border-color: #BFBFBF; border-style: solid; }
.comparison td.top { border-top-width:0px; }
.comparison td.bottom { border-bottom-width:1px; }
/* Comparison module end */

.ecf-side-menu_compare{font-weight: bold;background-color: #485C5A;color:White;}
.ecf-side-menu_compare a { font-weight: bold;left: 12pt;padding-bottom: 0px;line-height: 8pt;text-decoration: none; color:White;}

.hint { background-color:#BFCFCC; border:1px solid #CDCDCD; font-family:Verdana; font-size:10px; font-size-adjust:none; font-stretch:normal; font-style:normal; font-variant:normal; font-weight:bold; height:50px; left:40%; line-height:normal; opacity:0.95; padding:15px; position:absolute; text-align:center; top:200px; visibility:hidden; width:220px; z-index:10;}

/* Content management styles begin */
.ecf-contentmanagement-blocks { }
.ecf-contentmanagement-emptyrow { margin-bottom: 20px;}
.ecf-contentmanagement-block { width: 100%; }
/*.ecf-contentmanagement-block-left { width:18px; height:30px; background:transparent url(images/border-left.gif) no-repeat scroll left top; }
.ecf-contentmanagement-block-right { width:18px; height:30px; background:transparent url(images/border-right.gif) no-repeat  scroll right top; }*/
.ecf-contentmanagement-block-main { text-align: left; vertical-align: top; color:black; padding:5px; padding-left: 3px; }
.ecf-contentmanagement-caption { font-size:12px; text-align:left; font-weight:bold; vertical-align:middle; }
/* Content management styles end */

/* News styles begin */
.ecf-news-category { color:Black;  }
.ecf-news-title { color:Black; font-weight:bold; font-size:12px; }
.ecf-news-row {  }
.ecf-news-row-alt { border-top: solid 1px black; }
/*
.ecf-news-title:visited { color:Black; font-weight:bold; font-size:12px; }
.ecf-news-title:hover { cursor:hand; text-decoration:underline; }
*/
.ecf-news-date { color:black; font-size:12px; font-style:italic; }
.ecf-news-description { font-size:12px; }
.ecf-news-brief { padding-bottom:1px; padding-right:0px; padding-top:1px; }
.ecf-news-links:LINK{ }
.ecf-news-links:VISITED{}
.ecf-news-links:ACTIVE{}
.ecf-news-links:HOVER{}
.ecf-news-text { font-size:12px; padding-left:5px; }
.ecf-news-top-main { vertical-align: top;}
/* calendar styles begin */
.ecf-news-calendar-today { border: solid 1px black; background-color: #C6E0FA; }
.ecf-news-calendar-day { color:black; }
.ecf-news-calendar-day:hover { text-decoration:underline; }
.ecf-news-calendar-selected { }
.ecf-news-calendar-title {  }
.ecf-news-calendar-weekend { }
.ecf-news-calendar-dayheader {}
.ecf-news-calendar-nextprev {}
.ecf-news-calendar-othermonthday { color:#888888; }
/* calendar styles end */
/* News styles end */

/* Polls styles begin */
.ecf-poll-main { border: 0px; }
.ecf-poll-radiobuttons {}
.ecf-poll-checkboxes {}
.ecf-poll-results-table {}
.ecf-poll-answer-column {}
.ecf-poll-bars { }  /* DO NOT set width here */
.ecf-poll-percents {}
.ecf-poll-votebutton { margin-top: 10px; width: 50px; font-weight: bold; height: 16px; font-size: 95%; border:solid 1px #6A686C; background-color:Transparent; cursor:hand; }
.ecf-poll-resultsbutton { margin-top: 10px; font-size: 95%; height: 16px; border:solid 1px #6A686C; background-color:Transparent; cursor:hand; }
.ecf-poll-footer {}
/* Polls styles end */

.bottom-seo
{
    /*modified bg color as per Assembla #51*/
    /*background-color: #E5E5E5;*/
    background-color:#ced5e6;    
    font-size: 9px;
}

.bottom-seo h1
{
    font-size: 10px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #000;
    font-style: normal;
    font-weight: bold;
    display: inline;
}

.bottom-seo h2
{
    font-style:normal;
    font-size: 10px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #000;
    text-decoration: underline;
    font-weight: normal;
    line-height: normal;
    display: inline;
}

.bottom-seo a
{
    font-style:normal;
    font-size: 10px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #000;
    text-decoration: underline;
    font-weight: normal;
    line-height: normal;
    display: inline;
}
