#cartBox
{
	float: right;
	margin: -10px 60px 5px 10px;
	padding:0 0 10px 84px;
	background: url(../images/cartBox.png) no-repeat;
}

#cart
{
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px 10px;
	background-color: #E0E0E0;
	background: url(../images/cart.png) no-repeat;
}

#cart span
{
	display: block;
}

#cart i.title
{
	display: block;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 2px;
	font-style: normal;
	font-weight: bold;
}

#cart span.href
{
	text-align: right;
}

#cart span.href a
{
	text-decoration: none;
}

div#eshopCategories
{
	background: #F1D9BF url(../images/bg_eshop.png) repeat-x;
	margin: 0 41px 0 -20px;
	padding: 0 0 15px 20px;
}

div.eshopCategory
{
	float: left;
	margin: 20px 25px 0 20px;
}

div.eshopCategory h4
{
	color: #E25000;
	font-size: 12px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}


div.eshopProductNahled
{
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0 50px 20px 0;
	width: 270px;
	height: 275px;
	overflow: hidden;
}

div.eshopProductNahled h3
{
	margin-left: 15px;
}

div.eshopProductNahled h3 a
{
	font-size: 12px;
}

div.eshopProductNahled img.nahled
{
	margin: 0 15px 5px 15px;
	float: left;
	background: #cccccc;
}

div.eshopProductNahled p.detail
{
	margin: 0 15px !important;
	clear: both;
}

div.eshopProductNahled input, div.eshopProductDetail input
{
	color: #666666;
	font-size: 12px;
	border: 1px solid #cccccc;
	height: 22px;
	margin-top: 15px;
}

div.eshopProductDetail input
{
	margin-top: 5px;
}

div.eshopProductNahled .cenaBox
{
	padding-top: 20px;
}

div.eshopProductNahled .cena
{
	margin-left: 7px;
}

div.eshopProductDetail
{
	margin: 0 15px 5px 15px;
	float: left;
	text-align: right;
}

div.eshopProductDetail img
{
	background: #cccccc;
	float: left;
}

div.eshopDelivery, div.eshopPayment
{
	float: left;
	margin-left: 60px;
	width: 220px;
}

div.eshopAddress
{
	margin-left: 60px;
	line-height: 25px;
}

div.eshopAddress label
{
	width: 120px;
	display: block;
	float: left;
}

div.eshopAddress input
{
	border: 1px solid #cccccc;
	width: 330px;
}

div.eshopAddress input.small
{
	width: 100px;
}

div.eshopAddress span.note
{
	margin-left: 125px;
}

div.eshopNote textarea
{
	border: 1px solid #cccccc;
	height: 60px;
	margin-left: 60px;
	width: 450px;
}

input.eshopSubmit
{
	border: 1px solid #CCCCCC;
	color: #666666;
	float: right;
	margin: 20px 142px 0 0;
}


/* ADMIN */

div.eshopAdmin h2
{
	clear: both;
}

div.eshopAdmin div.eshopCategory
{
	float: left;
	margin: 20px 35px 0 35px;
	line-height: 23px;
}

div.eshopAdmin input, div.eshopAdmin textarea
{
	border: 1px solid #cccccc;
	width: 180px;
}

div.eshopAdmin input.eshopSubmit
{
	border: 1px solid #CCCCCC;
	color: #666666;
	float: right;
	margin: 10px 87px 0 0;
}

div.eshopAdmin a.del, div.eshopAdmin a.edit, div.eshopAdmin a.add
{
	background: url('../images/delete.png') center;
	display: block;
	float: right;
	height: 16px;
	margin-top: 2px;
	width: 16px;
	text-decoration: none;
}

div.eshopAdminProduct a.del
{
	margin-top: 5px;
	margin-right: 402px;
}

div.eshopAdmin a.edit
{
	background: url('../images/information.png') center;
	margin-right: 2px;
}

div.eshopAdmin a.add
{
	margin: -1px 580px 0 0;
	background: url('../images/add.png') center;
}

div.eshopAdmin a.del span, div.eshopAdmin a.edit span, div.eshopAdmin a.add span
{
	display: none;
}

div.eshopAdmin span.yes, div.eshopAdmin span.no
{
	background: url('../images/tick.png') center;
	display: block;
	height: 16px;
	margin-top: 2px;
	width: 16px;
}

div.eshopAdmin span.no
{
	background: url('../images/cross.png') center;
}


div.eshopAdmin.eshopAdminProduct label
{
	width: 120px;
	display: block;
	float: left;
}

div.eshopAdmin.eshopAdminProduct .checkbox
{
	width: auto;
}

div.eshopAdmin.eshopAdminProduct textarea
{
	height: 250px;
	margin-left: 120px;
	width: 450px;
}

a.eshopProductDetailPreview img, div.eshopAdmin.eshopAdminProduct a.preview img
{
	border: 0px;
	margin-bottom: 1px;
	margin-right: 1px;
}

div.eshopAdmin.eshopAdminProduct a.preview
{
	margin-left: 120px;
}

div.eshopFooter
{
	margin: 30px 0 0 20px;
}

div.eshopFooter a
{
	color: #8A8A8A;
	text-decoration: none;
}

div.eshopFooter a:hover
{
	text-decoration: underline;
}

div.eshopFooter span
{
	margin: 0 3px;
}
