html { font-size: 100%; overflow-y: scroll; }
body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 62.5%;
	line-height: 1.8em;
	color: #000000;
	background: #ffffff url(../gfx/background/bg-body.png) no-repeat 50% 0;
}

form, fieldset, input, textarea, select, th, td {
	margin: 0;
	padding: 0
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 100%;
}


/* --------------------
	Standard elements
---------------------- */

/* Clear */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { display: inline-block }
.clearfix { display:block }
* html .clearfix { height: 1px; }

div.clear { clear: both; height: 0; }

/* Elements */
dl
{
	clear: both;
	overflow: hidden;
	}
	dl dt
	{
		font-weight: bold;
		float: left;
		clear: both;
		font-size: 1.1em;
	}
	dl dd
	{
		float: left;
		margin-left: 3px;
		font-size: 1.1em;
	}

ul.linklist
{
	padding-left: 20px;
	}
	ul.linklist li
	{
		font-size: 1.2em;
	}

dl.producer
{
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 10px;
	}
	dl.producer dt
	{
		float: left;
		width: 200px;
		font-size: 1.3em;
		}
		dl.producer dt img
		{
			display: block;
		}
	dl.producer dd
	{
		float: left;
		padding: 10px 0 0 10px;
		width: 450px;
	}

/* Headings & Paragraph */
h1
{
	color: #111213;
	margin: 0 0 10px 0;
	padding: 6px 0 0 0;
	font-weight: normal;
	font-size: 2.1em;
	font-family: "Lucida Grande", Arial, Verdana, Tahoma, Sans-Serif;
}
	.single h1 { font-size: 1.8em; }
h2
{
	color: #111213;
	font-size: 1.6em;
	font-weight: normal;
}
h3
{
	font-size: 1.4em;
	font-weight: normal;
}

#content p
{
	font-size: 1.2em;
}

/* Links */
a
{
	text-decoration: none;
	color: #0ab2e6;
}
a:active { text-decoration: underline; }

#content a:hover,
#footer a:hover
{
	text-decoration: underline;
}

a.readmore
{
	background: url(../gfx/icon/icon-arrow.png) no-repeat 100% 60%;
	padding-right: 13px;
	font-size: 1.2em;
	position: absolute;
	right: 15px;
	bottom: 10px;
}

/* Image + image link border */
a img { border: none; }
:focus { outline: 0; }


/* Forms */




/* --------------------
	Main Layout
---------------------- */
div#container
{
	width: 990px;
	margin: 0 auto;
	}

	div#container #top
	{
		background: #232526;
		padding-bottom: 5px;
		margin-bottom: 9px;
		}
		div#container #top a#logo
		{
			float: left;
			margin: 8px 0 0 10px;
		}

		/* container nav */
		div#container #top ul
		{
			float: left;
			list-style-type: none;
			margin: 40px 0 0 0;
			padding-left: 23px;
			}
			div#container #top ul li
			{
				float: left;
				margin-right: 35px;
				padding-bottom: 5px;
				}
				div#container #top ul li a
				{
					color: #ffffff;
					text-decoration: none;
					font-size: 1.5em;
					padding: 0 2px;
					padding-bottom: 1px;
				}
				div#container #top ul li.selected a
				{
					border-bottom: 2px solid #0ab2e6;
				}
		div#container #top ul.pages
		{
			float: right;
		}

	div#container #mainContent
	{
		clear: both;
		width: 1003px;
		}
		div#container #mainContent #subnav
		{
			float: left;
			width: 250px;
			margin-right: 10px;
			}
			div#container #mainContent #subnav h3
			{
				background: url(../gfx/background/bg-subnav_header.png) no-repeat 0 0;
				padding: 9px 8px 7px 18px;
				color: #ffffff;
				font-size: 1.4em;
				margin: 0 0 0 2px;
			}
			div#container #mainContent #subnav ul
			{
				list-style-type: none;
				margin: 0;
				padding: 4px 0 0 0;
				}
				div#container #mainContent #subnav ul li
				{
					background: url(../gfx/background/bg-subnav.png) repeat-x 0 0;
					border-top: 1px solid #dedddd;
					}
					div#container #mainContent #subnav ul li a
					{
						display: block;
						padding: 10px;
						background: url(../gfx/icon/icon-subnav-arrow.png) no-repeat 96% 15px;
						font-size: 1.3em;
						color: #000;
					}
					div#container #mainContent #subnav ul li a:hover
					{
						color: #0ab2e6;
						background-position: 96% -74px;
					}
					div#container #mainContent #subnav ul li.selected a
					{
						background: url(../gfx/icon/icon-subnav-arrow-down.png) no-repeat 96% 15px;
						color: #0ab2e6;
						font-weight: bold;
					}
						div#container #mainContent #subnav ul li ul { display: none; }
						div#container #mainContent #subnav ul li.selected ul { display: block; }
						div#container #mainContent #subnav ul li ul
						{
							border-top: 1px solid #dedddd;
							padding-left: 5px;
							padding-bottom: 5px;
						}
						div#container #mainContent #subnav ul li ul li
						{
							background: #f1eeef;
							border-width: 0px;
							}
							div#container #mainContent #subnav ul li ul li a,
							div#container #mainContent #subnav ul li.selected ul li a
							{
								background: none;
								font-weight: normal;
								padding-top: 5px;
								padding-bottom: 3px;
								color: #343434;
								font-size: 1.2em;
							}
							div#container #mainContent #subnav ul li.selected ul li.selected a
							{
								color: #0ab2e6;
								font-weight: bold;
							}
							div#container #mainContent #subnav ul li ul li a:hover
							{
								color: #0ab2e6;
							}
		div#container #mainContent #content
		{
			float: left;
			width: 743px;
		}

	div#container #footer
	{
		clear: both;
		margin-top: 5px;
		margin-bottom: 20px;
		}
		div#container #footer .left
		{
			float: left;
			width: 800px;
		}
		div#container #footer .right
		{
			float: right;
		}
		div#container #footer .links
		{
			border-bottom: 1px solid #dedede;
			padding-right: 20px;
			font-size: 1.2em;
			padding-bottom: 5px;
			float: left;
			clear: both;
			}
			div#container #footer .links span
			{
				color: #9f9f9f;
			}
		div#container #footer .reservations
		{
			font-size: 1.2em;
			color: #9f9f9f;
			clear: both;
			padding-bottom: 7px;
		}


/* --------------------
	Content elements
---------------------- */
div.columns { clear: both; }
div.columns .single
{
	width: 245px;
	float: left;
}
div.columns .double
{
	float: left;
	width: 490px;
}
div.columns .triple
{
	float: left;
	width: 730px;
}


/* --------------------
	Elements
---------------------- */
/* Shadow box */
#subnav div.shadow
{
	width: 263px;
	margin-bottom: 4px;
	}
	#subnav div.shadow.grey div.content div div
	{
		padding-left: 0px;
		width: 100%;
	}
	#subnav div.shadow.last
	{
		margin-bottom: 0;
	}

#content div.shadow
{
	width: 743px;
	}
	#content .columns .single div.shadow
	{
		width: 253px;
	}
	#content .columns.fixed .single div.shadow .content div div,
	#content .columns.fixed .double div.shadow .content div div
	{
		height: 160px;
	}
	#content .columns .double div.shadow
	{
		width: 497px;
	}
	#content div.shadow .content div div
	{
		padding: 8px;
	}

#footer div.shadow
{
	width: 1003px;
	}
	#footer div.shadow .content div div
	{
		padding: 2px;
		padding-bottom: 0;
	}


div.shadow
{
	margin-top: -2px;
	margin-left: -3px;
	}
	div.shadow div.top
	{
		background: url(../gfx/background/bg-box_top.png) no-repeat 0 0;
		height: 6px;
		margin-right: 10px;
		}
		div.shadow div.top div
		{
			float: right;
			background: url(../gfx/background/bg-box_top.png) no-repeat 100% 0;
			width: 5px;
			height: 6px;
			margin-right: -5px;
		}
		div.shadow.grey div.top { background-position: 0 -9px; }
		div.shadow.grey div.top div { background-position: 100% -9px; }
	div.shadow div.content
	{
		background: url(../gfx/background/bg-box_mid.png) repeat-y 0 0;
		margin-right: 10px;
		padding-left: 3px;
		height: 1%;
		}
		div.shadow div.content div
		{
			background: url(../gfx/background/bg-box_mid.png) repeat-y 100% 0;
			position: relative;
			right: -6px;
			height: 1%;
			}
			div.shadow div.content div div
			{
				padding-left: 0;
				background: none;
				position: static;
				margin-right: 6px;
				overflow: hidden;
			}
			div.shadow.grey div.content div div
			{
				background: #f1eeef;
				position: relative;
				left: -6px;
				margin-right: 0;
				padding-left: 6px;
			}
	div.shadow div.bottom
	{
		background: url(../gfx/background/bg-box_bottom.png) no-repeat 0 0;
		height: 6px;
		margin-right: 13px;
		}
		div.shadow div.bottom div
		{
			float: right;
			background: url(../gfx/background/bg-box_bottom.png) no-repeat 100% 0;
			width: 8px;
			height: 6px;
			margin-right: -8px;
		}
		div.shadow.grey div.bottom { background-position: 0 -10px; }
		div.shadow.grey div.bottom div { background-position: 100% -10px; }


/* Box content */
img.offer-icon
{
	float: right;
	position: absolute;
	bottom: 4px;
	right: 12px;
}


/* Slideshow */
#content .slideshow div.shadow .content div div
{
	width: 708px;
	overflow: hidden;
	padding-bottom: 0;
}
.slideshow .shadow .content { padding-left: 0 !important; }
.slideshow .shadow .content div div { padding-left: 0 !important; width: 720px; }
.slideshow .shadow .content div div h2 { padding-left: 10px !important; }

.slideshow ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	}
	.slideshow ul li
	{
		float: left;
		margin-right: 5px;
	}
	.slideshow .left,
	.slideshow .right
	{
		position: absolute;
		bottom: 54px;
		width: 36px;
		height: 36px;
		margin-top: -18px;
		background: url(../gfx/icon/icon-slideshow_arrow.png) no-repeat 0 0;
		z-index: 2;
	}
	.slideshow .left.disabled
	{
		background-position: 0 -72px;
		cursor: default;
	}
	.slideshow .right.disabled
	{
		background-position: 0 -108px;
		cursor: default;
	}
	.slideshow a:hover { text-decoration: none !important; }
	.slideshow .left
	{
		left: 0px;
	}
	.slideshow .right
	{
		right: 11px;
		background-position: 0 -36px;
	}


/* Product overview */
.products ul
{
	list-style-type: none;
	margin: 0 -10px 0 0;
	padding: 0;
	display: inline-block;
	}
	.products ul li
	{
		float: left;
		width: 225px;
		height: 205px;
		margin-right: 14px;
		margin-bottom: 8px;
		}
		.products ul li a
		{
			display: block;
		}
		.products ul li h3
		{
			font-weight: normal;
			font-size: 1.4em;
			margin: 0;
		}
		.products ul li span
		{
			color: #424242;
			font-size: 1.4em;
		}
		.products hr
		{
			color: #dfdfdf;
			background: #dfdfdf;
			margin-bottom: 5px;
			height: 1px;
			border: 0;
		}

/* Product view */
img.product
{
	float: left;
}
.productinfo
{
	float: right;
	width: 250px;
	border-left: 1px solid #dfdfdf;
	}
	.productinfo .pricelist dt
	{
		font-size: 1.4em;
		color: #424242;
		width: 70px;
		padding-bottom: 10px;
		padding-right: 10px;
		text-align: right;
		font-weight: normal;
	}
	.productinfo .pricelist dd
	{
		float: left;
		font-size: 1.3em;
		width: 150px;
		padding-bottom: 10px;
		}
		.productinfo .pricelist dd span
		{
			font-size: 0.9em;
			color: #666;
			display: block;
		}

dt.active,
dd.active
{
	font-weight: bold !important;
	}
	dd.active span { font-weight: normal; }

.related
{

	}
	.related h3
	{
		font-size: 1.4em;
	}

/* Category list */
.categorylist
{

	}
	.categorylist div.name
	{
		float: left;
		width: 200px;
		padding: 0;
	}
	.categorylist div.list
	{
		float: left;
		width: 460px;
		padding: 25px 0 0 0 !important;
		margin: 0 !important;
	}
	.categorylist h2
	{
		margin-top: 0;
	}
	.categorylist ul
	{
		float: left;
		width: 128px;
		padding-left: 25px;
		color: #9F9F9F;
		}
		.categorylist li
		{
			padding-right: 30px;
			padding-bottom: 5px;
			font-size: 1.2em;
		}


/* Page navigation */
ul.pagenav
{
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
	background: url(../gfx/background/bg-pagenav.png) repeat-x 0 0;
	overflow: hidden;
	}
	ul.pagenav li
	{
		float: left;
		padding: 3px 10px 0;
		}
		ul.pagenav li a
		{
			padding: 2px 8px 3px;
			display: block;
			font-size: 1.2em;
			margin: 1px 1px 0;
		}
		ul.pagenav li.selected a
		{
			background: #FFF;
			border-style: solid;
			border-width: 1px 1px 0;
			border-color: #d1d1d1;
			margin: 0;
		}


/* Pagination */
div.pagination
{
	}
	div.pagination ul
	{
		margin-left: 190px;
		margin-top: 15px;
		}
		div.pagination ul li
		{
			float: left;
			width: auto;
			height: auto;
		}
		div.pagination ul li a
		{
			font-size: 1.2em;
		}
		div.pagination ul li span
		{
			font-size: 1.2em;
			color: #79787c;
		}
		div.pagination ul li a.disabled
		{
			color: #d0c5c4;
		}
		div.pagination ul li a.disabled:hover
		{
			text-decoration: none !important;
			cursor: default;
		}


/* Custom page content layout */
.imgright img
{
	float: right;
}
.ímgleft img
{
	float: left;
}

span.lastUpdate
{
	display: none;
}
