/* ROLNICKY ESHOP */
.advice{
	/*width:170px;*/
	position:relative;
	height:232px;
	background-image: url(../img/shop_advice.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
.advice .head {
	color:white;
	font-size:12px;
	padding:2px 0px 0px 4px;
}
.advice .item img {
	margin:5px;
}
.advice .item .perex{
	margin:4px;
	font-size: 10px;
}
.advice .item h2 {
	font-size:12px;
	font-weight:bold;
	text-decoration: underline;
	padding-left:5px;
}
#shopAll {

}
#shopAll .side {
	width:240px;
}
#shopAll .box {
	font-size: 10px;
	margin:2px 0px 5px 0px;
	padding:5px 0px 15px 0px;	
}
#shopAll .box p {
	margin:0;
	text-align: left;
}
#shopAll .box a {
	color:black;
}
#shopAll .box .perex {
	overflow: hidden;
	width:140px;
	height:85px;
	margin-bottom:10px;
}
#shopAll h3 {
	margin:0px 0px 2px 0px;
	color:#172A62;
	font-size:11px;
	text-align: left;
}

#shopAll h4  {
	color:#d91f4e;
	font-size:10px;
	margin:0;	
}
#shopAll img {
	margin-right:5px;
}
input.button {
	background-color: #B3dcf8;
	border-bottom: 2px solid silver !important;
	border-right: 2px solid silver !important;

}
a.round:hover {background-position:right -155px;}
a.round:hover span {background-position:left -155px;}

.shopItem {
	width:80px;
	float: left;
	text-align: center;
}
.shopItem .price {
	font-size:12px;
	font-weight:bold;
	color:#172a62;
}
.box .info {
	width:150px;
	float:right;
}

#head #headLeft #nav #links {
	position:absolute;
	bottom:2px;
	left:200px;	
}
#head #headLeft #nav #links a {
	color:black;
}
#head #headLeft #nav #links a:hover {
	text-decoration: underline;
}
#head #headLeft #nav #count {
	position:absolute;
	top:10px;
	right:10px;	
	color:white;
}
#head #headLeft #nav #count a {
	color:white;
	text-decoration: underline;
}
#head #headLeft #nav #count a:hover {
	color:white;
	text-decoration: none;
}

#head #headLeft #nav #count span {
	font-weight:bold;
}

.acount {
	cursor:pointer; 
	cursor:hand; 
	line-height:21px;
	background: url(../img/shop_nav.jpg) no-repeat right top; 
	padding-right:10px; 
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
}

.acount span { 
	background: url(../img/shop_nav.jpg) no-repeat left top; 
	height:21px;
	display:block;
	display:inline-block;
	padding-left:10px; line-height:21px;
}
/*____ tabulky _____*/
table td span {
	padding:0px 3px 0px 3px;
	color:red;
}
table td input {
	border:1px solid silver;
}
/*________ tabulka kosiku ____________*/
table.kosik {
	border-collapse: collapse;
	/*table-layout: fixed;*/
	text-align: center;
	width:570px;
	margin-top:10px;
}

table.kosik td {
	border-bottom:1px solid red;
}

table.kosik th {
	background-color: #B3DCF8;
	color:#424242;
	border-top:1px solid red;
	border-bottom:1px solid red;
}
table.kosik input {
	border:1px solid silver;
}
table.kosik td.small {
	width:50px;
}
table.kosik td img.thumb {
	width:50px;
}
/*_____tabulka seznamu vyrobku ____*/
table.checkList {
	width:500px;
}
table.checkList td.bold {
	width:65px;
	font-weight: bold;
}
/*_________*/
#log {
	background-color: #A7C0D8;
	width:220px;	
	text-align: center;	
	margin:0px 0px 10px 0px;
	padding:10px;
}

input.send {
	border:1px solid gray;
}

input#update {
	/*position:absolute;
	right:0px;*/
	background-image: url(../img/btn_kosik_update.jpg);
	background-repeat: no-repeat;
	width:190px;
	height:48px;
	border:0px;
	cursor: pointer;
	background-color: White;
}
input#next {
	/*position:absolute;
	right:0px;
	top:30px;*/
	background-image: url(../img/btn_kosik_next.jpg);
	background-repeat: no-repeat;
	width:172px;
	height:48px;
	border:0px;
	cursor: pointer;
}
input#nextHidden {
	/*position:absolute;
	right:0px;
	top:30px;*/
	background-image: url(../img/btn_kosik_next_hidden.jpg);
	background-repeat: no-repeat;
	width:172px;
	height:48px;
	border:0px;
	cursor: pointer;
}
input#previous {
	/*position:absolute;
	right:0px;
	top:30px;*/
	background-image: url(../img/btn_kosik_previous.jpg);
	width:172px;
	height:48px;
	border:0px;
	cursor: pointer;
}
input#order {
	/*position:absolute;
	right:0px;
	top:30px;*/
	background-image: url(../img/btn_kosik_order.jpg);
	width:172px;
	height:48px;
	border:0px;
	cursor: pointer;
}
input#check {
	/*position:absolute;
	right:0px;
	top:30px;*/
	background-image: url(../img/btn_kosik_check.jpg);
	width:172px;
	height:48px;
	border:0px;
	cursor: pointer;
}
a#register {
	display: block;
	background-image: url(../img/btn_register.jpg);
	background-position:right;
	background-repeat: no-repeat;
	width:190px;
	height:30px;
	border:0px;
	cursor: pointer;
}
a#acount {
	display:block;
	background-image: url(../img/btn_acount.jpg);
	background-position: right;
	background-repeat: no-repeat;
	width:190px;
	height:27px;
	border:0px;
	cursor: pointer;
}
a#logout {
	display:block;
	background-image: url(../img/btn_logout.jpg);
	background-position: right;
	background-repeat: no-repeat;
	width:190px;
	height:27px;
	border:0px;
	cursor: pointer;
}
a#cart_content {
	display: block;
	background-image: url(../img/btn_cart.jpg);
	background-position:right;
	background-repeat: no-repeat;
	width:190px;
	height:30px;
	border:0px;
	cursor: pointer;
}
.lista {
	height:20px;
	background-image: url(../img/kosik_lista.gif);
	background-repeat: repeat-x;
	color:#424242;
	padding:2px 0px 0px 5px;
	margin-top:10px;
}
div.notice {
	height:62px;
	width:252px;
	background-image: url(../img/bg_notice.jpg);
	background-repeat: no-repeat;
	color:white;
	font-size:12px;
}
div.notice p {
	padding:20px 0 0 15px;
	margin:0;
	font-weight:700;
}
#showInfo h1, #showInfo h2 {
	background-image: none;	
}
.fastNav {
	margin-top:3px;
	background-image: url(../img/fast_nav.gif);
	background-repeat: repeat-x;
	height: 23px;
}
.fastNav p {
	margin:0;
	padding:3px 0px 0px 5px;
	
}
.fastNav p a {
	color:black !important;
	text-decoration:none !important;
}
#textContent .fastNav h1 {
	font-size:12px;
	margin:0;
	padding:3px 0px 0px 5px;
	color:black;
}
#lastProduct {
	margin-top:3px;
}

#pages {
	position: absolute;
	right:5px;
	/*position: absolute;*/
	font-weight: 700;
	line-height: 200%;
	margin-bottom:5px;
}
#pages a {
	float:left;
	text-align: center;
	display: block;
	width:26px;
	_width:26px;
	height:23px;
	_height:23px;
	padding: 0px 0px 0px 0px;
	background-image: url(../img/page.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color:white;
	text-decoration: none;
	
}
#pages a:hover  {
	display: block;
	width:26px;
	_width:26px;
	height:23px;
	_height:23px;
	background-image: url(../img/page.jpg);
	background-position: 0px -23px;
	background-repeat: no-repeat;
	color:#000000;
	
	
}
#pages .active {
	float: left;
	display: block;
	text-align: center;
	width:26px;
	_width:26px;
	height:23px;
	_height:23px;
	padding: 0px 0px 0px 0px;
	background-image: url(../img/page.jpg);
	background-position: 0px -23px;
	background-repeat: no-repeat;
	color:#000000;
}

.pagesHeight {
	/*height: 25px;*/
	text-align: right !important;
}
.smallCart {
	padding:0px 0px 5px 10px;
}
.smallCart table td {
	font-size:10px;
}
.smallCart table {
	padding-bottom:10px;
}
.smallCart div span {
	font-weight: 700;
}

#mainRight .rec h3 {
	font-size:11px !important;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
}
#mainRight .rec h3 a {
	color:black !important;
	text-decoration: none !important;
}
#mainRight .rec h3 a:hover {
	text-decoration: underline !important;
}