/*
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 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #dfdfdf;
	background-color: #f1f1f1;
}
#nav {
	border: 0;
}
/* Global styles */
body {
	background-color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
}
.main {
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #FF6600;
}
/* Header */
.header-container {
	width: auto;
/*	background: #000 url('../images/header-background-gradient.png') left -250px repeat-x;*/
	background-color: #111;
	padding: 0 15px;
	color: #fff;
	font-size: 0.9em;
	color: #fff;
	text-transform: uppercase;
}
.header-container a {
	color: #fff;
}
.header-container a:hover, .header-container a:active {
	color: #FF6600;
}
.header {
	width: 960px;
	margin: 0px auto;
}
.header .customer-center {
	text-transform: uppercase;
}
.quick-access .form-search .input-text {
	border: 1px solid #cecece;
	padding: 0 5px;
	height: 30px;
	border-right: none;
}
.quick-access .form-search .button {
	border: 1px solid #cecece;
	border-left: none;
	text-indent: -9999px;
	background: #fff url('../images/icon_search.gif') 50% 50% no-repeat;
	height: 32px;
	width: 40px;
	margin-left: -5px;
	
}
/* Navigation */
.nav-container {
	width: auto;
	background-color: #444;
	border-bottom: 5px solid #FF6600;
}
ul#nav {
	width: 960px;
	margin: 0 auto;
	background-color: #999;
}
/* 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 {
	border-left: 1px solid #888;
	border-right: 1px solid #aaa;
	color: #fff;
	text-transform: uppercase;

}
ul#nav a:hover,
#nav li.over a,
#nav li.active a {
	color: #666;
	background-color: #f1f1f1;
}
/* 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;
	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;
}
/* Breadcrumbs */
.breadcrumbs {
	margin-bottom: 0.7em;
	width: 100%;
}
.breadcrumbs ul {
	width: 960px;
	margin: 0px auto;
}
/* Blocks */
.block .block-title strong {
	padding-left: 0px;
}
/* Pager and sorter */
.pager, .sorter {
	background-color: #f1f1f1;
}
/* Footer */
.footer-container {
	background: #fff url('../images/footer-shadow.png') top left repeat-x;
	color: #666;
	width: auto;
	font-size: 0.9em;
	padding: 20px 0;
	border-top: 2px solid #FF6600;
	border-bottom: none;
}
.footer-container a {
	color: #FF6600;
}
.footer-container .footer .block .block-content {
	background-color: #fff;
}
.footer {
	width: 960px;
	margin: 0px auto;
	text-align: left;
}
.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: 730px;
}
.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;
}
.main-container {
	margin-top:1em;
}
