/* Grid */
.span0 {
	width: 80px;
}

.noborder0 {
	height: 90px;
}

.noborder1 {
	height: 180px;
}

.noborder2 {
	height: 360px;
}

.noborder3 {
	height: 540px;
}
/* End Grid */

/* Text Helpers */
.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}
/* End Text Helpers */

/* Form Elements */
form {
	margin-bottom: 5px;
}

input, form input {
	width: auto;
}

label {
	display: inline;
}

.input-full {
	width: 270px;
}

.form-search {
	margin: 0px;
}

div.signinform {
	height: auto;
}

#OrderInd {
	width: 150px;
}

#ItemsOnPage, #CurrentPage, #CurrentPageBot {
	width: 60px;
}

.SearchResultMenu {
	height: 30px;
}

.SearchResultMenu .PageNum {
	width: 290px;
}

.ViewStyle {
	margin-top: 6px;
}
/* End Form Elements */

/* Menus */
.nav {
	display: table;
	width: 100%;
	margin: 10px 0px;
	text-transform: uppercase;
	position: relative;
}

ul.nav > li {
	display: table-cell;
	float: none;
	text-align: center;
}

.dropdown-menu {
	left: auto;
}

.dropdown:hover .dropdown-menu {
	display: block;
	margin: 0px;
	text-align: left;
}

/*a.menu:after, .dropdown-toggle:after {
    content: none;
}*/
/* End Menus */

/* Links */

.resultslinks {
	top: -4px;
	position: relative;
}

.resultslinks label {
	font-size: 12px;
	height: 12px;
}
/* End Links */

/* Typografy */
body {
	font-family: Arial, Helvetica, sans-serif;
}

table {
	border-collapse: separate;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	line-height: 100%;
}

h4, h5, h6 {
	margin: 0px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

a {
	color: #000000;
}
/* End Typografy */

.carousel-control {
	top: 50%;
	font-family: Arial;
}

#setka > div > div > div > a > img{
top: 0px !important;
}

.content{
background-color: #FFFFFF;
}
