@charset "utf-8";
/*
------------------------------------------------------------
UBERGOODNESS v1.0
© creativelifeform 2009
email: rohan@creativelifeform.com
------------------------------------------------------------
*/

/*
------------------------------------------------------------
QUICK ACCESS
------------------------------------------------------------
*/

.quick-access {
    width:540px;
    float:left;
    text-align:left;
    padding-top:10px;
    color:#fff;
}
.quick-access p { 
	margin-bottom:4px; 
}
.quick-access li {
    display:inline;
    background:url(../images/dot-1.png) right no-repeat;
  	padding-right:10px;
    padding-left:4px;
}
.quick-access li.first { 
	padding-left:0; 
}
.quick-access li.last { 
	padding-right:0; 
	background:none; 
}
.shop-access {
	margin-bottom:6px; 
}
.shop-access a { 
	color:white; 
	font-size:1.2em; 
	font-family:Helvetica;
	font-weight:bold;
	text-decoration:none;
}
.shop-access a:hover {
	color:yellow;

}
.shop-access li.last { 
	padding-right:0; 
	background:none; 
}
.language-switcher { 
	float:right; 
	margin-top:5px; 
	margin-left:60px; 
}
.language-switcher label {
	color:#A7C6DD; 
	padding-right:5px; 
}
.language-switcher .flag option {
	background-repeat:no-repeat; 
	background-position:left center; 
	padding-left:20px; 
	margin-left:2px; 
}

/*
------------------------------------------------------------
BREADCRUMBS
------------------------------------------------------------
*/

.breadcrumbs {
	margin-bottom:20px; 
	font-size:0.9em; 
}

.uber-breadcrumbs-left {
	height:28px;
	width:10px;
	background:url(../images/uber-breadcrumbs-left.png) top left no-repeat;
	float:left;
	margin-top:-5px;
}

.uber-breadcrumbs-right {
	height:28px;
	width:10px;
	background:url(../images/uber-breadcrumbs-right.png) top left no-repeat;
	float:left;
	margin-top:-5px;
}

.breadcrumbs li {
	padding:7px 7px 7px 0px;
	display:inline; 
	background:#EDE4DE
}

.breadcrumbs li:first-child {
	padding-left:7px;
}

.breadcrumbs li:last-child {
	padding-right:7px;
}