@charset "utf-8";
/* CSS Document SHOP */

/* KOSIK NA STRANKE -------------------------------------------------------------------------------------------- */
#eshop-cart{
	width:250px;
	height:295px;
	float:right;
	background-image:url('/images/cart-bg.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
	color:#cccccc;
}
.eshop-cart td{
	color:#cccccc;
	font-size:14px;
	height:29px;
}
.eshop-cart select{
	color:#cccccc;
	font-size:14px;
	background:#000000;
	border:2px solid #59534b;
	font-family:"Times New Roman", Times, serif;
	width:80px;
}
#eshop-cart a{
	font-size:12px;
	text-decoration:none;
}
#eshop-cart .title{}
#eshop-cart .content{ width:120px; float:right; padding:0; padding-top:212px; }

/* LOGIN NA STRANKE -------------------------------------------------------------------------------------------- */
#eshop-login-form{
	width:250px;
	height:355px;
	float:left;
	background-image:url('/images/login-bg.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
}
#eshop-login-form form{
	width:130px;
	height:70px;
	float:right;
	padding-top:283px;
}
#eshop-login-form input{ border:2px #59534b solid; background-color:#000000; color:#cccccc; font-family:"Times New Roman", Times, serif; font-size:14px; width:60px; }

/* PRI PRODUKTE, VLOZIT DO KOSIKA ------------------------------------------------------------------------------ */
#eshop-product-cart{}

/* OBSAH KOSIKA ------------------------------------------------------------------------------------------------ */
#eshop-cart-detail{
	padding:5px;
	font-size:14px;
}
#eshop-cart-detail input{
	border:3px solid #59534b;
	background-color:#e7e3de;
}
#eshop-cart-detail tr:hover{
	background-color:#1b150c;
}
#eshop-cart-detail th{
	background-color:#59534b;
	font-weight:normal;
	padding:5px;
}
#eshop-cart-detail td{
	font-size:14px;
	padding:5px;
	border:1px solid #393735;
}

/* OBJEDNAVKA -------------------------------------------------------------------------------------------------- */
#eshop-checkout{
	padding:5px;
	font-size:14px;
}
#eshop-checkout td{
	font-size:14px;
}
#eshop-checkout input{
	border:3px solid #59534b;
	background-color:#e7e3de;
}

/* ESHOP REGISTRACIA ------------------------------------------------------------------------------------------- */
#eshop-registration{
	padding:5px;
	font-size:14px;
}
#eshop-registration input{
	border:3px solid #59534b;
	background-color:#e7e3de;
}
#eshop-registration td{
	font-size:14px;
}
.hidden-val{
	visibility:hidden; position:absolute;
}