/* 
	lioESHOP - Internetový obchod
	
	www.LemonLion.sk
	
	Copyright 2010 LemonLion, s.r.o.
 */
body, fieldset, form, div, table, tr, td
{
	margin: 0px;
	padding: 0px;
	border: 0px;	
	font-size: 13px;
	line-height: 17px;
}

img
{
	border: 0px;
}

a
{
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

.clear
{
	clear: both;
}

.panel
{
	background: #F7F7F7; 
	border: 1px solid #DDDDDD; 	 
	clear: both;
	padding: 10px;
	margin-bottom: 10px;
}

/* Strankovanie */
.pagination
{
	margin-top: 10px;
	margin-bottom: 10px;
}


/* Obsah */
#columnMiddle .top
{
	background: url(../image/plocha-biela-bg.png) repeat-y;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 1px;
}

#columnMiddle .middle
{
	background: url(../image/plocha-biela-bg.png) repeat-y;
	padding: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#columnMiddle .buttons
{	
	padding-bottom: 10px;
}

#columnMiddle .bottom
{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: url(../image/velky-tien.png) no-repeat;
	width: 951px;
	height: 8px;
}


#columnMiddle ul 
{
	padding-left: 20px;
}

#columnMiddle ul li
{
	list-style: none;
	background: url(../image/system/bullet.gif) no-repeat 0px 5px;
	padding-left: 10px;
}

/* Vypis produktov */
#productList
{

}

#productList table
{	
	border-spacing: 0px;	
}

#productList table tr.first
{

}

#productList table td.first
{

}

/* Zoradovanie */
#productList .sort
{
	margin-top: 10px;
	float: left;
	margin-left: 10px;
}

#productList .sort .div1
{
	margin-top: 7px;
	margin-right: 8px;
}

#productList .sort .div1, #productList .sort .div2
{
	float: left;	
}

/* Strankovanie */
#productList .pagination
{
	float: right;
	margin-right: 10px;
}

#productList .pagination a
{
	color: rgb(134, 12, 10);
	text-decoration: none;
}

#productList .pagination a:hover
{
	text-decoration: underline;
}

#productList .pagination b, #productList .pagination a
{
	padding-left: 5px;
	padding-right: 5px;
}


/* Tlacitka */
a.button 
{
	background: transparent url('../image/system/button_right.gif') no-repeat scroll top right;
	color: #FFFFFF;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	cursor: pointer;
}
a.button span 
{
	background: transparent url('../image/system/button_left.gif') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
	cursor: pointer;
}

/* Chybove hlasky */
.warning
{
	border: 1px solid #EF1D41;
	color: black;
	padding: 4px;
	padding-left: 25px;
	background: #EFB1B1 url(../image/system/warning.png) no-repeat;
	margin-bottom: 5px;
	font-weight: bold;
}             

.success
{
	border: 1px solid #6DDF51;
	color: black;
	padding: 4px;
	padding-left: 25px;
	background: #B1EFB1 url(../image/system/ok.png) no-repeat;
	margin-bottom: 5px;
	font-weight: bold;
}


/* Povinne pole - * */
.required
{
	color: red;
}


/* Chyba pri poli */
.error
{
	color: red;
	font-size: 11px;
	display: block;
	margin-bottom: 5px;
}

/* CategoryController */
#columnMiddle.categoryController .middle, #columnMiddle.categoryController .top, #columnMiddle.categoryController .bottom
{
	padding: 0px;
	background: none;
}

#columnMiddle.categoryController .top
{
}

#columnMiddle.categoryController .top h1
{
}


/* LoginController */
#columnMiddle.loginController .middle table
{
	margin-bottom: 10px; width: 100%;
}

#columnMiddle.loginController .middle table td
{
	vertical-align: top;
}


/* GuestController */
#columnMiddle.guestController .middle p
{
	margin-bottom: 10px;
}


/* CartController */
#columnMiddle.cartController .middle .cart table
{
	width: 100%;
}

#columnMiddle.checkoutConfirmController .middle .cart
{
	margin-top: 30px;
}

#columnMiddle.checkoutConfirmController .middle .panel a
{
	margin-top: 5px;
	display: block;
}

/* ProductController */
#columnMiddle.productController .middle .columnLeft
{
	float: left;
	width: 280px;
}

#columnMiddle.productController .middle .columnRight
{
	float: right;
	width: 570px;	
}

#columnMiddle.productController .middle .columnRight .pricePrimary
{
	font-size: 18px;
	font-weight: bold;
}