#top-block {
position: relative;
width: 100%;
margin-top: -43px;
}
#top-block .b-content {
background: url(../images/bg-3.jpg) repeat-x;
border: 1px solid #99876b;
padding: 6.5px 20px;
margin-bottom: 10px;
}
#breadcumbs .infonav {
color: #d9c6af;
font-size: 13px;
line-height: 21px;
padding: 4px 0;
}
#breadcumbs ul:after {
content: "";
display: block;
clear: left;
}
#breadcumbs li {
float: left;
margin-left: 8px;
color: #d9c6af;
font-size: 16px;
padding: 4px 0;
}
#breadcumbs li a:after {
content: "";
display: block;
background: url(../images/crumbs.png) 50% 50% no-repeat;
width: 9px;
height: 100%;
float: right;
padding: 10px 0;
margin-left: 8px;
}
#search {
position: relative;
}
#search input {
background: #312119;
border: 0;
-webkit-box-shadow: 1px 1px 1px #180b05 inset;
-moz-box-shadow: 1px 1px 1px #180b05 inset;
-o-box-shadow: 1px 1px 1px #180b05 inset;
-khtml-box-shadow: 1px 1px 1px #180b05 inset;
box-shadow: 1px 1px 1px #180b05 inset;
color: #9a8b7d;
display: block;
font-family: "robotoregular", Arial, sans-serif;
font-size: 13px;
height: 1.5em;
line-height: 18px;
padding: 4px 10px 4px 30px;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
min-width: 200px;
}
#search button {
display: block;
left: 0;
position: absolute;
top: 0;
width: 30px;
height: 27px;
}
#search button img {
vertical-align: middle;
}
#search input {
background: #312119;
border: 0;
-webkit-box-shadow: 1px 1px 1px #180b05 inset;
-moz-box-shadow: 1px 1px 1px #180b05 inset;
-o-box-shadow: 1px 1px 1px #180b05 inset;
-khtml-box-shadow: 1px 1px 1px #180b05 inset;
box-shadow: 1px 1px 1px #180b05 inset;
color: #9a8b7d;
display: block;
font-family: "robotoregular", Arial, sans-serif;
font-size: 13px;
height: 1.5em;
line-height: 18px;
padding: 4px 10px 4px 30px;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
min-width: 200px;
text-shadow: 1px 1px 1px #180b05;
}
#search input:focus {
background: #38261d;
-webkit-box-shadow: 30px 1px 1px #180b05 inset;
-moz-box-shadow: 30px 1px 1px #180b05 inset;
-o-box-shadow: 30px 1px 1px #180b05 inset;
-khtml-box-shadow: 30px 1px 1px #180b05 inset;
box-shadow: 30px 1px 1px #180b05 inset;
min-width: 250px;
padding-left: 40px;
}