/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../../../warp/css/layout.css);


/* Spacing
----------------------------------------------------------------------------------------------------*/

.tablefilter {margin: 30px 0 0; width: 100%; border-collapse: separate; border-spacing: 10px; }
.tablefilter td{ padding: 10px 5px; width: 33%; }
.tablefilter p {margin: 0px; padding: 0px;}
.tablefilter h4 {margin: 0px; padding: 0 0 10px 0;}

.module { margin: 20px; }

#menu .module { margin: 10px; }

#top-a,
#top-b,
#bottom-a,
#bottom-b,
#main { margin: 15px 20px; }
#footer { margin: 15px 20px 30px; }

#menu .module { margin: 10px 5px; }

#header { margin: 0px 20px 20px 20px; }
#header p { margin: 0; }

#toolbar,
#headerbar { margin-bottom: 20px; }
#headerbar .module { margin: 15px 0 15px 15px; }

.header-123 {
	float: right;
	height: 175px;
	margin: 5px 10px 0px 0px;
}

#breadcrumbs,
#content { margin: 20px 20px 50px 20px; }

#footer .module { margin: 0; }


/* Layout
----------------------------------------------------------------------------------------------------*/

/* Background */
body#page { background: #ff6f6f6; /*background: #fff url(../../../images/water.jpg);*/ }
#main { -webkit-box-shadow: 0 0 10px #999; box-shadow: 0 0 10px #999; }

.box-shadow {
  behavior: url(ie-css3.htc);
}

/* Menubar */
#menubar {
	/*border: 1px solid #d5d5d5;*/
	background: #eee;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 10px #999; 
	box-shadow: 0 0 10px #999;
}

#headerbar { 
    margin-top: -8px;
    border-radius: 6px;
	background: #fff;
   -webkit-box-shadow: 0 0 10px #999; 
	box-shadow: 0 0 10px #999;
	height: 175px;
	background: #fff url(../../../images/header.jpg);
}

/* Search */
#search { margin: 6px 6px 0 0; }

/* Blocks */
#top-a,
#top-b,
#bottom-a,
#bottom-b,
#main {
	/*border: 1px solid #ddd;*/
	background: #fff;
	border-radius: 6px;
}

#innertop { border-bottom: 1px solid #eee; }
#innerbottom { border-top: 1px solid #eee; }

/* Sidebar Backgrounds */
#sidebar-a,
#sidebar-b { position: relative; }

#sidebar-a:before,
#sidebar-b:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0 solid #eee;
}

.sidebar-a-right #sidebar-a:before,
.sidebar-b-right #sidebar-b:before { border-width: 0 0 0 1px; }

.sidebar-a-left #sidebar-a:before,
.sidebar-b-left #sidebar-b:before { border-width: 0 1px 0 0; }

/* Footer + Toolbar */
#footer,
#toolbar {
	font-size: 14px;
	line-height: 18px;
}

/* ToTop Scroller */
#totop-scroller {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 21px;
	height: 21px;
	border: 1px solid #ddd;
	background: #fff url(../../../images/totop_scroller.png) 50% 50% no-repeat;
	border-radius: 4px;
	text-decoration: none;
}

#totop-scroller:hover {
	border-color: #ccc;
	background-color: #EEE;
}