/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../../../css/system.css);


/* Item
----------------------------------------------------------------------------------------------------*/

#system .item > header .meta {
	letter-spacing: 1px;
	text-transform: uppercase;
}


/* Pagination
----------------------------------------------------------------------------------------------------*/

#system .pagination strong,
#system .pagination a:hover {
	padding: 1px 6px;
	border: none;
	background: #444;
	color: #FFF;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}


/* Search
----------------------------------------------------------------------------------------------------*/

/* Tablets and Desktop */
@media (min-width: 768px) {

	.searchbox {
		height: 36px;
		border: none;
		background-color: #2354F2;
		background-image: url(../images/searchbox_magnifier.png);
		
		border-radius: 0px;
		width: 180px;
	}

	.searchbox input {
		height: 36px;
		font-size: 12px;
		color: #fff;
	}

	.searchbox input:-moz-placeholder { color: #D5F0FF; }
	.searchbox input::-webkit-input-placeholder { color: #D5F0FF; }
	.searchbox input.placeholder { color: #D5F0FF; }

	.searchbox.filled button { background-image: url(../images/searchbox_reset.png); }
	.searchbox.loading button { background-image: url(../images/searchbox_loader.gif); }

}

.searchbox .results {
    background: none repeat scroll 0 0 #1214FE;
    border: 1px solid #fff;	
	border-top:0px;
    border-radius: 0px;
    right: -1px;
    top: 43px;
    width: 360px;
	color:#fff;
	right: -8px;
}
.searchbox .results li.result.selected { background-color: #2354F2; }
.searchbox .results li.result { border-top: 1px solid #2354F2;}
.searchbox .results li.results-header {    border-bottom: 1px solid #2354F2;}

