﻿.home-page-product-grid
{
    /*
	margin-left: auto;
	margin-right: auto;
	width: 80%; */	
	
}

.home-page-product-grid .boxtitle
{
	padding-left: 20px; 
	padding-right: 20px;
	font-weight: bold;
	text-transform: capitalize;
	clear: both;
	font-size: 21px;		
}

.home-page-product-grid .item-box
{    /*
	padding-bottom: 5px;
	text-align: center;
	vertical-align: middle; */
}

.home-page-product-grid .product-item
{
    padding-top:8px;
	text-align: center;
	vertical-align: top;
	margin: 10px 10px 10px 10px;
	border: solid 1px rgb(232, 230, 210);
	width: 180px;
	min-height:80px;	
}

.home-page-product-grid .product-item:hover 
{
    border:1px solid #BBB
}/* Creates the border around each list item */

.home-page-product-grid .product-item .product-title
{
    padding-top: 3px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
	font-size:12px;
}

.home-page-product-grid .product-item .product-title a
{
	color: #3A4045;
}

.home-page-product-grid .product-item .picture
{
	text-align: center;
	vertical-align: middle;
}

.section-header .title a
{
	text-decoration: none;
	font-size: 11px;
	color: #555;
}


.section-header
{
	border-bottom: solid 3px #dfdfdf;
	padding-bottom: 1px;
	margin-bottom: 10px;
	height: 25px;
}

.section-header .title
{
	float: left;
	color: #009FFF;
	font-size: 14px;
	font-weight: bold;
	vertical-align: bottom;
	padding-top: 5px;
}

.section-header .title img
{
	vertical-align: middle;
	padding-bottom: 2px;
}

table.adminContent
{
	border-collapse: collapse;
	color: #333;
	font-size: 12px;
	margin: 0px;
	max-width: 100%;
	vertical-align: middle;
	text-align: left;
}

table.adminContent td.adminTitle
{
	padding: 4px 4px 4px 4px;
}

table.adminContent td.adminData
{
	padding: 4px 4px 4px 4px;
}

td.adminTitle
{
	text-align: left;
	vertical-align: middle;
	max-width: 135px;
	white-space: nowrap;
}

td.adminTitle img
{
	vertical-align: bottom;
	padding-right: 2px;
}

td.adminData
{
	text-align: left;
	vertical-align: middle;
}

.tool-content
{
    margin:8px 8px 16px 8px;
}

/*
.product-grid
{
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 550px; 
	text-align: center;	
}

.product-grid .item-box
{
	padding-bottom: 10px;
	text-align: center;
	vertical-align: middle;
}

.product-grid .product-item
{
	text-align: center;
	margin: 10px 10px 10px 10px;
	width: 250px;
	border: 0px solid rgb(232, 230, 210);	
}
*/

.product-grid .product-item .product-title
{
	font-weight: bold;
	font-size: 12px;
	padding-left: 10px;
}

.product-grid .product-item .product-title a
{
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
	color: #3A4045;
}

.product-grid .product-item .picture
{
	text-align: center;
	margin-top: 10px;
}

.product-grid .product-item .description
{
	margin: 5px 5px 0 5px;
	text-align: center;
	padding: 10px 5px 10px 5px;
	border-top: solid 1px rgb(232, 230, 210);
	color: #555;
	height: 50px;
}

.product-grid .product-item .add-info
{
	vertical-align: bottom;
	text-align: right;
	width: 250px;
	height: 85px;
	position: relative;
	background: rgb(247, 245, 232);
}

.gold-line 
{     
    border: 1px solid #d8c08d;       
}

.category-title
{
    font-size: 21px;
    font-weight: bold;
    color: #000;    
}

.item-title
{
    font-size: 17px;
    font-weight: bold;
    color: #c52809;    
}

.image-title
{
    font-size: 13px;
    font-weight: bold;
}

.content-title
{
    font-size: 15px;
    font-weight: bold;
    color: Gray;
    padding-bottom: 1px;
    border-bottom: 0px solid Gray;    
}

.content-text
{    
    padding-top: 1px;
    font-weight: normal; 
    font-size: 12px;   
}

.mapping-title
{
    font-size: 15px;
    font-weight: bold;    
    padding-bottom: 5px;           
}

/*
.align-right { float:right; margin: 0 0 15px 15px; }  
.align-left { float:left; margin: 0 15px 15px 0; } 
.frame { padding: 5px; border: 1px solid #aaa; }

.align-right-inline { float:right; padding: 4px; margin: 0 0 2px 7px; display: inline; }
.align-left-inline { float:left; padding: 4px; margin: 0 7px 2px 0; display: inline; }

*/

.floatright
{
    float: right;
    width: 103px;
    margin: 0 0 10px 10px;
    background-color: #fff;
    padding: 10px;
}

div.floatright img
{

}

.floatleft
{
    float: left;
    width: 103px;
    margin: 0 10px 10px 0;
    background-color: #fff;
    padding: 10px;
}

div.floatleft img
{

}

p { margin-top: 0; }

.Loader
{
    text-align: center;
}

fieldset {margin:0;padding: 0 20px 20px 20px;}
	
/* for non IE fieldsets */  
div > fieldset 
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-border-color:#eee;
	border:1px solid #ccc;
}
	  
legend {font-weight:bold;background:#fff; padding: 2px 4px 4px 4px;}


/* Login Page 
-----------------------------------------------------------*/
#accountInfo {width:500px; }
#loginHelpCont {width:500px;margin:14px auto;}

.tblLogin
{    
	background:#e3e3e3 url(images/home-panel-bg.gif) top repeat-x;
	padding: 10px;
}
.tblLogin th {width:75px;font-weight:normal;text-align:right;padding:3px;color:#666;}      
.tblLogin td {text-align:left;padding:3px;}
	   
.loader  {
	width:80px;      
	height:21px;
	margin-top:8px;
} 
		
.loader img {float:left;margin:-1px 3px 0 0;}  

.CommandButton
{
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #333;
	margin-bottom: 3px;
	color: #FFF;
	text-align: right;
	height: 20px;
	padding: 0 10px 0 10px;
	font-size: 11px;
	font-weight: bold;
}

#accountInfo a
{
    color:#fff;
	text-decoration:none;
}
	 
#forgotAccount 
{
	width:500px;
	text-align:left;
}
	
#forgotAccount a
{	
	color:#666;
	text-decoration:none;
} 


.search-page .boxtitle
{
	padding-left: 10px; 
	padding-right: 10px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	font-size: 1.6em;		
}
	 
	
/* Password strength indicator  
-------------------------------------------------------------- */ 
.pwStrengthIndicator {background:url('../Content/images/password_meter.gif') 0 2px repeat-x;}
.BarBorder {border:none;width:155px;vertical-align:middle;margin:2px 0;}   
 

/* Loading 
-------------------------------------------------------------- */
#LoadingBackground
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F5F5F5;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 9999998;
}
#LoadingMessage
{
    position: absolute;
    z-index: 9999999;
    width: 150px;
    height: 100px;
    text-align: center;
    font-family: Tahoma;
    font-weight:  normal;
    font-size: 13px;
    padding: 10px 0 0 0;
    left: 50%;
    top: 30%;
    margin: -50px 0 0 0;
    background-color: #F5F5F5;
    /*background: url('../Images/LargeLoaderBackground.png') no-repeat;*/
    /*border: solid 1px #9c9c9c;*/
}


/* Feedback Message 
-------------------------------------------------------------- */
.messagePanel
{
    width: 500px;
}

.messageBox
{
    background-color:#F4F4F4;
	background-position: 7px 5px;
	background-repeat: no-repeat;
	color: #333333;
	font-family: Tahoma;
	font-size: 11px;
	margin: 5px 0;
	padding:  8px 8px 8px 30px;	
	width:100%;
}

.messageBoxError
{
    background-color: #FFECEC;
    background-image: url('images/ErrorMessage.gif');
    
}

.messageBoxSuccess
{
    background-image: url('images/SuccessMessage.gif');   
}

/* User Info Panel 
-------------------------------------------------------------- */
#top { background-color: transparent; margin:0 auto; text-align:left; width:900px; 
             height:auto;}
             
#userInfo
{
    float:left; 
    padding-left: 1px; 
    padding-bottom: 3px;    
    color: #FFFFFF;
    font-family: Tahoma Arial;
    font-size: 12px;
    font-weight: normal; 
}

#userInfo a
{
    color: #FFFFFF;
    text-decoration: none;
}

/* Date Panel 
-------------------------------------------------------------- */
#dateInfo
{
    float:right; 
    padding-right: 1px;
    padding-bottom: 3px;
    color: #FFFFFF;
    font-family: Tahoma Arial;
    font-size: 12px;
    font-weight: normal;    
}

/* Search
-------------------------------------------------------------- */
.search-panel
{
	margin-bottom: 10px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 10px;
}

.search-panel .page-title
{
	border-bottom: 0 none;
}

.search-panel .search-input
{
	border: 1px solid #E8E6D2;
	padding: 5px;
}

.search-panel .search-results
{
	padding-top: 10px;
}

.search-panel .search-results .result
{
	font-weight: bold;
	color: #555;
}

.search-panel table.basic-search, .search-panel table.adv-search
{
	border: collapse;
	color: #333;
	margin: 1px;
	width: 100%;
	vertical-align: middle;
	text-align: left;
	padding: 0px;
}

.search-panel table.adv-search
{
   /* border-top: solid #D3D3D3 1px;
    margin-top:10px; */
}

.search-panel table.basic-search td.title, .search-panel table.adv-search td.title
{
	padding: 4px 4px 4px 4px;
	text-align: left;
	vertical-align: middle;
	width: 130px;
}

.search-panel table.basic-search td.data, .search-panel table.adv-search td.data
{
	padding: 4px 4px 4px 4px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

.title
{
    font-weight: normal;
}

.dropdownbox
{
    font-family: Tahoma Arial;
    font-size: x-small;
    font-weight: normal;
}

/* Data Pager Styles */
.pager
{
    font-family: Arial;
    text-align: center;
    padding: 8px 0px;
}

.pager SPAN.command,
.pager SPAN.current,
.pager A.command
{
    border: solid 1px #ccc;
    color: #666;
    background: #d2d2d2;    
    line-height: 10pt;
    padding: 1px 5px 1px 5px;
    text-decoration: none; 
    font-weight: normal;
}

.pager a:hover {background:#ffcc00 ;text-decoration:none;} 

.pager SPAN.current
{
    font-weight: bold;
    background: transparent;
}

.data0
{
  background-color: #FFFFFF; 
  font-family: Arial;
  font-size: 12px; 
  font-weight: normal;
  border-color: #e8e8e8; 
  border-style: Solid; 
  border-width: 1px;
}


.data1
{
    background-color:#f3f3f3;
    font-family: Arial;
    font-size: 12px; 
    font-weight: normal;
    border-color: #e8e8e8; 
    border-style: Solid; 
    border-width: 1px;
}

.listTitle
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.group
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;   
    color: Blue; 
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TAB CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.grey .ajax__tab_header
{
	font-family: "Helvetica Neue" , Arial, Sans-Serif;
	background: url(images/tab-line.png) repeat-x bottom;
	font-size: 12px;
	display: block;
	font-weight: bold;
}

.grey .ajax__tab_header .ajax__tab_outer
{
	background: url(images/tab.png) no-repeat left top;
	border-color: #222;
	color: #222;
	padding-left: 10px;
	margin-right: 3px;
}

.grey .ajax__tab_header .ajax__tab_inner
{
	background: url(images/tab.png) no-repeat right top;
	border-color: #666;
	color: #666;
	padding: 3px 10px 2px 0px;
}

.grey .ajax__tab_hover .ajax__tab_inner
{
	color: #000;
}

.grey .ajax__tab_active .ajax__tab_outer
{
	background: url(images/tab.png) no-repeat 0pt -40px;
	border-bottom-color: #ffffff;
}

.grey .ajax__tab_active .ajax__tab_inner
{
	background: url(images/tab.png) no-repeat right -40px;
	color: #009FFF;
	border-color: #333;
}

.grey .ajax__tab_body
{
	background-color: #fff;
	border: solid 1px #d7d7d7;
	border-top-width: 0;
	padding: 10px 10px 10px 10px;
}

.adminButtonBlue
{
	background: url(images/blue_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #0f72ac;
	margin-bottom: 3px;
	color: #FFF;
	height: 22px;
	padding: 0 10px 0 10px;
	font-size: 11px;
	font-weight: bold;
}

.adminButton
{
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #333;
	margin-bottom: 3px;
	color: #FFF;
	text-align: right;
	height: 20px;
	padding: 0 10px 0 10px;
	font-size: 11px;
	font-weight: bold;
}

.adminTitle
{
    font-family: Arial Tahoma;
	font-size:11px;
	font-weight: bold;
	color: #000;
}

.adminInput
{
	border: 1px solid #acacac;
	width: 250px;
	font-family: Arial Tahoma;
	font-size:12px;
	padding-left:1px;
}

.adminInputNoWidth
{
	border: 1px solid #acacac;
	font-family: Arial Tahoma;
	font-size:12px;
	padding-left:1px;
}

label
{
	padding-left: 3px;
}

.lineSpacing
{
    line-height: 8px;
}

/* Password Strength Indicator  */

.VeryPoorStrength
{
    background: Red;
    color:White;
    font-weight:bold;
}

.WeakStrength
{
    background: Gray;
    color:White;
    font-weight:bold;
}

.AverageStrength
{
    background: orange;
    color:black;
    font-weight:bold;
}

.GoodStrength
{
    background: blue;
    color:White;
    font-weight:bold;
}

.ExcellentStrength
{
    background: Green;
    color:White;
    font-weight:bold;
}

.BarBorder
{
    border-style: solid;
    border-width: 1px;
    width: 180px;   
    vertical-align:middle;     
}   

.BarIndicator
{
    padding: 2px 2px 2px 2px;
    z-index: 10002;
    background-color: #CCFF33;	
} 

.home-page-announcements
{
    font-family: Arial Tahoma;
	font-size:12px;
	line-height: 15px;
}

.news-title
{
    font-size: 13px;
    font-weight: bold;
    color: #111111;
    padding-bottom: 5px;     
}

.news-text
{    
    padding-top: 8px;
    font-weight: normal; 
    font-size: 12px; 
    padding-bottom: 8px;  
}

.highlight { background-color:#ff0; }

.searchGridContainer
{
	width:94%;
    margin:0;
	font:0.9em/1.0em Arial;text-align:left; 
	line-height: 1.4em;      
    padding-bottom:10px;
    padding-left:20px;
    padding-right:20px;
    padding-top:3px;
    max-width: 99%; 
}

.SearchGrid td 
{
    border-right:1px solid #fff;
    font-size: 12px;
    padding:5px 8px;
    color:#000;
    vertical-align:top;
}

.breadcrumb
{
    font-weight:normal;
    font-size: 12.5px;
    text-decoration: none;
}