/*
 * Style Style Sheet - Defines the main look like colors and backgrounds
 * Not all style related CSS is included, only colors and backgrounds which may change for different theme styles
 */


/* Base
----------------------------------------------------------------------------------------------------*/


/* Layout
----------------------------------------------------------------------------------------------------*/

#toolbar {color:#fff;}
#toolbar-left {background:url(../images/layout/toolba_left_bg.png) 0 50% no-repeat;}

/* Modules
----------------------------------------------------------------------------------------------------*/
#search input {background:none; margin:0; padding:0 0 0 10px; border:none; width:240px; height:25px; color:#fff;}

/* Tools
----------------------------------------------------------------------------------------------------*/

/* Menu */

.menu-dropdown-top ul.blank a {
	color:#fff; 
	font-size:11px; 
	line-height:11px; 
	display:block; 
	margin:10px 0 20px 0;
}


/* Layout
----------------------------------------------------------------------------------------------------*/

/* Breadcrumbs */

.breadcrumbs a,
.breadcrumbs span,
.breadcrumbs strong {
	font-size:10px;
	line-height:10px;
	color:#666B72;
}

.breadcrumbs a:hover {color:#555;}

/* Footer */

#footer {color:#555;
	font-size:10px;
	line-height:14px;
}

#footer strong {color:#333;}

#footer h4 {
	margin:0;
	padding:0;
	font-size:10px;
	line-height:14px;
	font-weight:bold;
	text-decoration:none;
	color:#333;
}

.copyright {
	text-align:right;
	font-size:9px;
	line-height:12px;
}

.partners a {
	display:block;
	float:left;
	margin-right:25px;
}

#footer ul {
	margin:0 0 20px 0;
	padding:0;
}

#footer ul ul {
	margin:5px 0 5px 15px;
}

#footer li {
	margin:0;
	padding:0 0 0 8px;
	background: url(../images/layout/footer_list_bg.png) no-repeat 0 5px;
	list-style:none;	
}

#footer ul ul li {
	margin:0;
	padding:0;
	list-style:none;
	background:none;	
}

#footer ul a:link, #footer ul a:visited {color:#555;}
#footer ul ul a:visited {color:#666B72;}


/* Search */
#searchbox,
#searchbox .results {
	-moz-border-radius: 4px;
	border-radius: 4px;
}

