/*
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 {
	background-color: #fff;
}
#nav {
	border: 0;
}
/* Global styles */
body {
	background: #d9d9d9 url(../images/background.png) top left repeat-x;
}
button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}
.main {
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0071a5;
}
/* Header */
.header-container {
	width: auto;
	background: #008bab url('../images/header-background-transparent.png') top left repeat-x;
	padding: 0 15px;
	color: #fff;
	font-size: 0.9em;
	color: #fff;
	min-height: 80px;
}
.header-container a {
	color: #fff;
}
.header {
	width: 960px;
	margin: 0px auto;
}
.header .logo {
	margin-top: 3px;
}
.header .customer-center {
	text-transform: uppercase;
}
.header .welcome-msg {
}
.header .form-search {
}
.header .form-search input.input-text {
	border: 1px solid #cecece;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;	
	border-right: 0;
	padding: 5px;
}
.header .form-search {
	font-size: 1em;
}	
.header .form-search button.button {
	padding: 5px;
	font-size: 1.2em;
	text-transform: uppercase;
	background-color: #00aace;
	margin-left: -5px;
	color: #fff;
	border: 1px solid #009ec0;
	border-left: 0;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;	
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00A8CC), to(#008DAB));
	background-image: -moz-gradient(linear, 0% 0%, 0% 100%, from(#00A8CC), to(#008DAB));	
}
.header .form-search button.button:hover {
	background-color: #09c4ec;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1dc9ee), to(#138aa4));
	background-image: -moz-gradient(linear, 0% 0%, 0% 100%, from(#1dc9ee), to(#138aa4));	
}
.header .form-search button.button:active {
	background-color: #2adaff;
	margin-top: 1px;
	background-image: none;	
}
/* Navigation */
.nav-container {
	width: auto;
	background: #00a8cf url(../images/box-title-background-transparent.png) top left repeat-x;
	border-top: 1px solid #00b8d7;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 5px;
}
/* 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: 0;
	font-weight: bold;
	padding-top: 0;
}
ul#nav li {
	margin-right: 3px;
}
ul#nav li,
ul#nav li a,
ul#nav li a:hover,
ul#nav li.active a,
ul#nav li.over a
 {
	height: 32px;
	font-size: 1em;
}
ul#nav a:hover,
#nav li.over a,
#nav li.active a {
	color: #000;
	background-color: #e5e5e5;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	height: 32px;
	
}
/* Reset after main menu level (li.level0) */
#nav li.over ul a {
	background-image: none;
	background-color: transparent;
}
/* 2nd Level */
#nav ul {
	top: 32px;
}
#nav ul.level0 {
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border: 1px solid #cecece;
	background-color: #e5e5e5;
	border-top: 0;
}
#nav ul ul {
	background-color: #e5e5e5;
	border: 1px solid #cecece;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#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 */
.under-menu {
	background-color: #e5e5e5;
	margin-bottom: 0.7em;
	width: 100%;
	height: 20px;
	padding: 12px 0;
}
.under-menu-wrapper {
	width: 960px;
	margin: 0 auto;
}
.under-menu .links {
	text-align: right;
	float: right;
	display: inline-block;
	width: 478px;
}
.links li {
	margin-left: 5px;
}
.links li a.top-link-cart {
	font-weight: bold;
}
.breadcrumbs {
	display: inline-block;
	margin: 0;
	width: 478px;
}
.breadcrumbs ul {
	text-align: left;
	width: auto;
	margin: 0;
}
/* Blocks */
.block .block-title {
	background: #0097b6 url(../images/box-title-background-transparent.png) top left repeat-x;
	padding: 5px 8px;
	color: #fff;
	border: 1px solid #0097b6;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;	
}
.block .block-title strong {
	padding-left: 0px;
}
/* Pager and sorter */
.pager, .sorter {
	background-color: #f1f1f1;
}

/* Column designs */
.col-main {
	background-color: #fff;
	padding: 10px;
	width: 730px;
}
.col3-layout .col-main {
	width: 520px;
}
/* Layered */
.block-layered-nav dd {
	border-bottom: 0;
}
/* Products grid */
.products-grid li.item {
	width: 152px;
}
/* Product view */
.product-view .product-shop {
	width: 380px;
}
/* Footer */
.footer-container {
	padding: 10px 0;
	background-color: #fff;
	color: #999;
	width: 100%;
	font-size: 0.9em;
}
.footer-container a {
	color: #999;
}
.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;
}
/* Checkout */
.opc .step-title {
	border: 1px solid #0085a2;
	border-radius: 5px;
	color: #00a9ce;
}

.opc .active .step-title {
	border: 1px solid #0085a2;
	background-color: #f1f1f1;
}
/* 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;
}
.products-grid li.item {
    float: left;
    height: auto;
    padding-bottom: 50px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 12px;
}
.std a {
	text-decoration: none;
}

