



/* __________ PAGES AND BRANDS QUICK CHOOSE __________ */




div#pages-top {
	position: absolute;
	right: 20px; /* 20 */
	top: -35px;
	*top: 0;
	width: 300px; /* 265 */
	height: 28px;
	margin-left: 20px;
}
	div#pages-top a {
		display: block;
		float: left;
		width: 16px; /* 25px */
		height: 20px; /* 28px */
		margin-left: 4px;
		padding: 8px 0 0 9px;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		background-color: #2b2b2b;
	}
	div#pages-top a:hover {
		background-color: #1a1a1a;
	}
	
	div#pages-top a.pages-top-spat {
		float: right;
		width: auto;
		padding-right: 10px;
	}




div#pages-bottom { /* upravit, zarovnane zlava */
	position: absolute;
	right: 20px;
	top: 0;
	width: 550px;
	height: 28px;
}
	div#pages-bottom a {
		display: block;
		float: left;
		height: 20px; /* 28px */
		margin-left: 4px;
		padding: 8px 10px 0 10px;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		background-color: #2b2b2b;
	}
	div#pages-bottom a:hover {
		background-color: #1a1a1a;
	}





div#quick-choose {
	position: absolute;
	right: 16px;
	top: 5px;
	*top: 40px;
	width: 261px;
	height: 28px;
	margin-left: 20px;
}
	div#quick-choose form {
		width: 257px; /* 261px */
	}
		div#quick-choose form select {
			width: 257px; /* 261px */
			border: 0;
			padding: 4px 0;
			background-color: #2b2b2b;
			color: #fff;
			font-size: 11px;
		}
		div#quick-choose form select:hover {
			background-color: #1a1a1a;
		}















