/* ***************************** */	
/* COMPONENTS CSS */
/* This stylesheet controls each of the components dropped into Marketeer templates */
/* ***************************** */	

/* ***************************** */	
/* SITELINKS CSS */
/* ***************************** */	

div.sitelinks { background-color:#0D3D6E; float: left; }
	div.sitelinks ul { list-style-type:none; margin:0px; padding:0px; }
	div.sitelinks ul li { font:11px arial; display:inline; }
	
	div.sitelinks ul li a { text-decoration:none; color:#fff; font-weight:bold; padding:10px; line-height:30px; border-right:1px solid #858A8D; }
	div.sitelinks ul li a:hover {  text-decoration:none; background-color:#062747; }

/* ***************************** */	
/* STATICLINKS CSS */
/* ***************************** */	

div.staticlinks { background-color:#0D3D6E;  float: left;margin-top:1px;background-image:url(../images/top-menu-bkgd-rpt.jpg);background-repeat:repeat-x;background-position:bottom; }
	div.staticlinks ul { list-style-type:none; margin:0px; padding:0px; }
	div.staticlinks ul li { font:14px arial; display:inline;font-weight:bold; }

	div.staticlinks ul li a { text-decoration:none; color:#fff; font-weight:bold; padding:10px 15px 10px 15px; line-height:36px; }
	div.staticlinks ul li a:hover {  text-decoration:none; background-color:#062747; }

/* ***************************** */	
/* LOGINLINK CSS */
/* ***************************** */	
div.login{}

span.login-welcome-text { padding-right:3px; }
	div .login a{ color: #fff; font-family: arial, sans-serif; font-size: 11px;}
	div .login a { text-decoration:none; color: #fff; }
	div .login a:hover{ text-decoration:underline; color: #fff; }

/* ***************************** */	
/* CATEGORIES CSS */
/* ***************************** */	
/* note that div.categories is in page_framework.xsl, the categories component is just ULs and LIs */
/* ***************************** */	

div.categories { width:223px;  float:left;text-align:left; }
	div.categories  ul { list-style-type:none; margin:0px; padding:0px; }
	div.categories  ul li { font:14px arial; font-weight:bold; line-height:45px;font-weight:bold; }
	
	div.categories  ul li a { background-color:#0D3D6E; text-decoration:none; width:100%; display:block; text-indent:20px; color:#fff; background-image:url(../images/menu-dots-rpt.jpg);background-repeat:repeat-x;background-position:bottom;}
	div.categories  ul li a:hover { background-color:#062747; }
	div.categories  ul li a.on { background-color:#062747; }
	
	div.categories  ul ul li a { text-decoration:none; width:100%; display:block; text-indent:40px; }
	div.categories  ul ul ul li a { text-decoration:none; width:100%; display:block; text-indent:60px; }
	div.categories  ul ul ul ul li a { text-decoration:none; width:100%; display:block; text-indent:80px; }	
	
/* ***************************** */	
/* PAGES CSS */
/* ***************************** */	
/* note that div.pages is in page_framework.xsl, the pages component is just ULs and LIs */
/* ***************************** */	

div.pages { width:223px;  float:right; }
	div.pages ul { list-style-type:none; margin:0px; padding:0px; }
	div.pages ul li { font:11px arial; font-weight:bold; line-height:42px; }
	
	div.pages ul li a { background-color:#939ea2; text-decoration:none; width:100%; display:block; text-indent:20px; color:#fff; border-bottom:1px solid #737a80; }
	div.pages ul li a:hover { background-color:#5c6165; }
	div.pages ul li a.on { background-color:#5c6165; }
	
	div.pages ul ul li a { text-decoration:none; width:100%; display:block; text-indent:40px; }
	div.pages ul ul ul li a { text-decoration:none; width:100%; display:block; text-indent:60px; }
	div.pages ul ul ul ul li a { text-decoration:none; width:100%; display:block; text-indent:80px; }	
	
/* ***************************** */	
/* CURRENCY CONVERTER CSS */
/* ***************************** */	
/* note that div.currency is in page_framework.xsl, the currency component is just ULs and LIs */
/* ***************************** */	

div.currency { }
	div.currency input { float:left; }
	div.com-currency-button { float:left; display:none; }
	#com-currency-dropdown{ }

/* ***************************** */	
/* SEARCH CSS */
/* ***************************** */	

div.search{margin:10px;float:right;width:270px;}
div.search form{margin:0;}
div.search form input {padding:0px;margin:0px;float:right;}
.com-search-button{font-size:11px;font-family:verdana,arial,geneva,sans-serif;background-color:#FFFFFF;border:1px solid #7f9db9;color:#676767; }
/*.com-search-textfield{ margin-right: 5px; font-size: 10px;color:#676767;padding:0px;}*/
div.search form input.com-search-textfield{padding:0px;width:200px;border:1px solid #7f9db9;margin:0px;float:left;height:20px;}





