* { padding: 0; margin: 0; outline: none; }
a img { border: 0 }

body {
	background: #111;
	color: #efefef;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%; height: 100%;
}

a { color: #fff }
a:hover { color: #ff6a00 }

#container {
	width: 840px; height: 370px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

form {
    background: url(../images/search/top.png);
    line-height: 50px;
    height: 50px;
    padding: 0 10px;
}
form input, form select {
    border: 0;
	border-radius: 4px;
	resize: none;
	padding: 5px;
    margin-right: 10px;
	width: 160px;
}
form button {
    background: #c46200;
	background: -moz-linear-gradient(top, #c46200 0%, #914900 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c46200), color-stop(100%,#914900));
	background: -webkit-linear-gradient(top, #c46200 0%,#914900 100%);
	background: -o-linear-gradient(top, #c46200 0%,#914900 100%);
	background: -ms-linear-gradient(top, #c46200 0%,#914900 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c46200', endColorstr='#914900',GradientType=0 );
	background: linear-gradient(top, #c46200 0%,#914900 100%);

	border: #663300 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	color: #fff;
	cursor: pointer;
	font-weight: bold;
    margin-left: 14px;
    line-height: 30px;
    height: 30px;
    width: 90px;
	text-shadow: #111 1px 1px 0px;
    text-align: center;
}

.error {
    background: #bf3030;
    border:  #661a1a 1px solid;
    color: #fff;
    padding: 0px 10px;
    line-height: 30px;
    position: absolute;
    display: none;
    z-index: 20;
}

#search-left, #search-right {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 150px;
    width: 40px; height: 40px;
    z-index: 100;
}
#search-left {
    background: url(../images/search/arrow-left.png);
    left: 0
}
#search-left:hover { background: url(../images/search/arrow-left-sel.png) }
#search-right {
    background: url(../images/search/arrow-right.png);
    right: 0;
}
#search-right:hover { background: url(../images/search/arrow-right-sel.png) }

#search-results-wrap {
    overflow: hidden;
    position: absolute;
    height: 300px; width: 760px;
    top: 55px; left: 40px;
}

#search-results {
    position: relative;
    overflow-x: visible;
}

.search-item {
    float: left;
    height: 300px; width: 760px;
}

.part {
    display: table-cell;
    float: left;
    padding: 20px;
    width: 339px;
    word-wrap: break-word;
    text-align: center;
    vertical-align: middle;
    text-shadow: #000 1px 1px 0px;
}
.seperator {
    background: url(../images/search/seperator.png) no-repeat;
    float: left;
    margin-top: 20px;
    width: 2px; height: 220px;
}
.part img {
    
}

#total-results { display: none}
.result-image img {
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}
#results-wrap {
    display: none;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    text-align: center;
}
#results {
    background: url(../images/search/pages.png) repeat-x;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    border: #0d0d0d 1px solid;
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    text-shadow: #111 1px 1px 0px;
}
