/* ***************************** */	
/* COMPONENTS CSS */
/* This stylesheet controls each of the components dropped into Marketeer templates */
/* ***************************** */	

/* ***************************** */	
/* SITELINKS CSS */
/* ***************************** */	

div.sitelinks { background-color:#697277; 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:33px; border-right:1px solid #858A8D; }
	div.sitelinks ul li a:hover {  text-decoration:none; background-color:#cc0000; }

/* ***************************** */	
/* STATICLINKS CSS */
/* ***************************** */	

div.staticlinks { background-color:#697277;  float: left; }
	div.staticlinks ul { list-style-type:none; margin:0px; padding:0px; }
	div.staticlinks ul li { font:11px arial; display:inline; }

	div.staticlinks ul li a { text-decoration:none; color:#fff; font-weight:bold; padding:10px; line-height:33px; border-right:1px solid #858A8D; }
	div.staticlinks ul li a:hover {  text-decoration:none; background-color:#cc0000; }

/* ***************************** */	
/* 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:170px; margin-top:20px; }
	div.categories  ul { list-style-type:none; margin:0px; padding:0px; }
	div.categories  ul li { font:11px arial; font-weight:bold; line-height:25px; }
	
	div.categories  ul li a {background-color:#fff; text-decoration:none; display:block; padding:8px 0; padding-left:10px; color:#333; border-bottom:2px solid #9dccfa; line-height:11px;}
	div.categories  ul li a:hover { background-color:#d7ebfe; }
	div.categories  ul li a.on { background-color:#d7ebfe; }
	
	div.categories  ul ul li a { text-decoration:none; display:block; padding-left:40px; }
	div.categories  ul ul ul li a { text-decoration:none; display:block; padding-left:60px; }
	div.categories  ul ul ul ul li a { text-decoration:none; display:block; padding-left:80px; }	
	
/* ***************************** */	
/* PAGES CSS */
/* ***************************** */	
/* note that div.pages is in page_framework.xsl, the pages component is just ULs and LIs */
/* ***************************** */	

div.pages { width:170px; margin-top:20px; }
	div.pages ul { list-style-type:none; margin:0px; padding:0px; }
	div.pages ul li { font:11px arial; font-weight:bold; line-height:25px; }
	
	div.pages ul li a { background-color:#fff; text-decoration:none; width:100%; display:block; text-indent:20px; color:#333; border-bottom:2px solid #9dccfa; }
	div.pages ul li a:hover { background-color:#d7ebfe; }
	div.pages ul li a.on { background-color:#d7ebfe; }
	
	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 form{margin:0;}
.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{width:120px;border:1px solid #7f9db9; margin-right: 5px; font-size: 10px;color:#676767;}




