#info-panel {
	height: 300px !important;
	width: 300px !important;
	border-style: dashed !important;
	border-width: 1px !important;
	background-color: white !important;
	color: #1229ff !important;
}

#infoblock{
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
}

#flipout{
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
}

/*
 * AGENDA
 */

.agenda form.previous
{
	float: left;
}

.agenda form.next
{
	float: right;
}

.agenda input
{
	border: 0;
	background: transparent;
}

.calendar table
{
	table-layout: fixed;
	width: 100%;
}

.calendar th
{
	background: #eee;
}

.calendar td
{
	height: 40px;
	vertical-align: top;
}

.calendar td strong
{
	font-size: 200%;
}

.calendar ul
{
	float: none !important;
	width: auto !important;
}

.calendar li
{
}

.calendar table input
{
	width: 47px;
	margin-top: -1px;
	border: 1px solid #ccc;
	font-size: 90%;
}

.calendar table input.calendar-item-hover
{
	position: absolute;
	width: auto;
	margin-left: -47px;
	background: white;
}

.list dl,
.latest dl
{
	border-bottom: 1px solid #ccc;
}

.list dt,
.latest dt
{
	border-top: 1px solid #ccc;
}

.list input,
.latest input
{
	display: block;
	margin-left: auto;
	margin-top: -10px;
}

/* Gallery */
.gallery_image {
	background-color: #F6FAFB;
	border: 1px solid #D2E3EA;
	padding: 5px;
	width: 125px;
	text-align: center;
	margin-right: 5px;
	margin-top: 5px;
	float: left;
	font-family: Tahoma;
}


/*
 * SHOP
 */
div.shop_index
{
	text-align: left;
}

div.shop_index ul
{
	padding-left: 20px;
}

div.shop_index p.null,
div.shop_index p.empty,
div.shop_category p.empty
{
	padding: 20px;
	text-align: center;
	font-style: italic;
}

div.shop_category li
{
	display: inline;
}

div.shop_category li a
{
	display: inline-table;
	width: 70px;
	height: 70px;
	padding-top: 20px;
	text-align: center;
}

div.shop_category li a:hover
{
	background: #fafafa;
}

div.shop_category p.pagination
{
	margin-top: 10px;
	text-align: center;
}

div.shop_order form
{
	padding: 10px;
}

div.shop_order input
{
	margin: 0 10px;
}

div.shop_order input.int
{
	width: 50px;
	text-align: right;
}

div.shop_cart table
{
	border-spacing: 0;
	margin-bottom: 10px;
}

div.shop_cart th
{
	background: #f5f5f5;
	padding: 2px 10px;
	border-bottom: 2px solid #eee;
}

div.shop_cart td
{
	padding: 2px 10px;
	border-bottom: 1px solid #eee;
}

div.shop_cart td.price
{
	text-align: right;
}

div.shop_cart .total td
{
	border-bottom: 0;
	border-top: 2px solid #eee;
}

.pp_details {
	font-size: 11px;
}
