/*
This stylesheet overwrites all the styles of skin/frontend/silver/default/css/styles.css by including the pretty.css-file after the styles.css in page.xml.
*/
/* Base colors and borders - Change this to change the basic colors and feel of the design! Also you can simply remove these styles to strip the theme down even more */
.opc .step-title,
.pager,
.sorter,
.product-view,
.block .block-content,
#nav ul {
	border: 1px solid #dfdfdf;
	background-color: #F8F7EF;
}
#nav {
	border: 0;
}
/* Global styles */
body {
	background-color: #cccccc;
}
.wrapper {
	width: 998px;
	margin: 0 auto;
	background: url('../images/content-background.png') top left repeat-y;
}
.main {
}
h1,
h2,
h3,
h4,
h5,
h6,
.head,
.block-title {
	color: #0A263C;
}
/* Header */
.header-container {
	width: 998px;
	font-size: 1em;
	color: #000;
	padding-top: 10px;
	background: #cccccc url('../images/header-background.png') 0 30px no-repeat;
}
.header-container a {
	color: #000;
}
.customer-center {
	text-transform: none;
	margin-left: 10px;
	float: left;
}
.quick-access ul li a, .customer-center ul li a {
	text-decoration: none;
}
.quick-access ul li a:hover, .quick-access ul li a:focus, .customer-center ul li a:hover, .customer-center ul li a:focus {
	text-decoration: underline;
}
.quick-access ul li, .customer-center ul li {
	float: left;
	margin-right: 8px;
	font-size: 0.8em;
}
.quick-access {
	float: right;
	margin-right: 10px;
}
.header {
	clear: both;
	width: 960px;
	margin: 0px auto;
	padding: 20px;
}
.header .logo {
	float: left;
	margin-top: 10px;
}
.header .search {
	float: right;
	margin-top: 25px;
}
/* Navigation */
.nav-container {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 0;
	background-color: #333;

}
/* ul#nav -> li.level0 (Main menu) -> ul.level0 (Category list within main menu) -> li.level1 -> ul.level1 -> li.level2 -> ul.level2 */
/* Main menu (li.level0) */
ul#nav a {
	color: #fff;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
	border: 1px 1px 2px;
	float: left;
}
#nav ul {
	top: 28px;
}
#nav li, #nav li.over a, #nav li.active a {
	height: 28px;
	letter-spacing: normal;
}
#nav li a span {
	float: left;
}

#nav li a,
#nav li a:hover {
	height: 28px;
	line-height: 28px;
}

ul#nav a:hover,
#nav li.over a,
#nav li.active a {
	color: #666;
	background: #F8F7EF url('../images/nav-background-white.png') top left repeat-x;
}
/* Reset after main menu level (li.level0) */
#nav li.over ul a {
	background-image: none;
	background-color: transparent;
}
/* 2nd Level */
#nav ul.level0 {
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-top: 0;
}
#nav ul li {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	border-bottom: 1px solid #cecece;
}
#nav ul li.last {
	border-bottom: 0;
}
#nav ul li a:hover {
	font-weight: bold;
	color: #000;
}
#nav ul li.active > a,
#nav ul li.over > a {
	background-color: transparent;
}
/* 3rd+ leven */
#nav ul ul {
	top: 7px;
	padding-bottom: 5px;
}
.main-container {
	width: 960px;
	padding: 10px 0;
	background-color: #fff;
	margin-top: 5px;
}

/* Breadcrumbs */
.breadcrumb-and-search {
	width: 940px;
	background-color: #f0f0f0;
	padding: 5px 10px;
	margin: 0 auto;
	height: 25px;
	margin-top: 0;
}
.breadcrumb-and-search .search {
	float: right;
}
.breadcrumbs {
	float: left;
	margin-bottom: 0.7em;
}
.breadcrumbs ul {
}
/* Blocks */
.block .block-title strong {
	padding-left: 0px;
}
/* Pager and sorter */
.pager, .sorter {
	background-color: #f1f1f1;
}

.block .block-title {
	background-color: #E7F1F8;
	padding: 0 8px;
}
.block .block-title strong {
	font-weight: normal;
	font-size: 0.9em;
}
/* Footer */
.footer-container {
	background-color: #fff;
	color: #999;
	width: 998px;
	background: url('../images/header-background.png') bottom left no-repeat;
	font-size: 0.9em;
	border: 0;
	padding-bottom: 20px;
}
.footer-container a {
	color: #999;
}
.footer {
	width: 940px;
	padding: 10px;
	margin: 0px auto;
	text-align: left;
	background-color: #f3f3f3;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
}
.footer address {
	float: left;
	margin-top: 10px;
}
.footer .bugs {
	float: right;
	margin: 0;
}
.footer ul {
	float: left;
	display: block;
	margin-bottom: 10px;
}
.footer ul.links {
	float: left;
	padding-left: 10px;
	margin-left: 7px;
	border-left: 1px solid #dfdfdf;
}
.footer li {
	padding: 0 11px 0 0;
}
.footer .buttons {
	display: block;
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #dfdfdf;
	padding-top: 3px;
}
.footer hr {
	background-color: #dfdfdf;
	border: 0;
	height: 1px;
	clear: both;
	margin-top: 10px;
	display: block;
}
.footer .minilogos {
	float: right;
}
.footer .footertext {
	float: left;
	width: 700px;
}
.footer .block-subscribe {
	width: 195px;
	float: left;
	margin-right: 20px;
}
/* Overwrite for silverframework.css */
li.silverframework-currency-chooser,
li.silverframework-storeview-chooser,
li.silverframework-auto-dropdown {
	padding-right: 12px;
	background: url('../images/arrow-down.png') 100% 55% no-repeat;
}
.silverframework-chooser ul li {
	font-size: 14px;
	padding-left: 8px;
}
