/* @override http://dev.hydestore.com/skin/frontend/silver/hydestore/css/pretty.css */

/*
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,
.product-view,*/
.pager,
.sorter,
.block .block-content,
#nav ul {
	border: 1px solid #dfdfdf;
	background-color: #F8F7EF;
}
#nav {
	border: 0;
}
.main {
}
h1,
h2,
h3,
h4,
h5,
h6,
.head,
.block-title {
	color: #0A263C;
}

/* 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;*/
}
#nav ul {
	top: 28px;
}
#nav li, #nav li.over a, #nav li.active a {
	/*height: 28px;*/
	line-height: 25px;
	letter-spacing: normal;
}
#nav li a,
#nav li a:hover {
/*	height: 28px;*/
	line-height: 25px;
	font-size:15px
}

#nav .level0 li, #nav .level0 li.over a, #nav .level0 li.active a {
	/*height: 28px;*/
	line-height: 25px;
	letter-spacing: normal;
}

ul#nav a:hover,
#nav li.over a,
#nav li.active a {
	color: black;
	background: #ececec url('../images/nav-background-white.png') repeat-x left;
}
/* 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 {

	color: #bc1214;
}
#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 {
}

/* 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;
}
/* Blocks */
.block .block-title strong {
	padding-left: 0px;
}
/* Pager and sorter */
.pager, .sorter {
	margin-bottom:5px;
	background-color: #f1f1f1;
}

.block .block-title {
	background-color: #E7F1F8;
	padding: 0 8px;
}
.block .block-title strong {
	font-weight: normal;
	font-size: 0.9em;
}
