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

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


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

.module,
#header,
#breadcrumbs,
#content,
#footer { margin: 10px; }

#header { margin-top: 0; }

#footer .module { margin: 0; }


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

#menu {
	position: relative;
	margin-top: 30px;
	float: right; 
}

#search { margin-top: 30px; }

#block-main { 
	margin: 20px 10px;
	padding: 10px;
	background: #fff; 
}

#top-a,
#bottom-a { margin-top: 20px; }
#top-b { margin-bottom: 20px; }


/* Section Border Style */
.top-b-line #top-b,
.bottom-a-line #bottom-a { position: relative; }

.top-b-line  #top-b:before,
.bottom-a-line #bottom-a:before { 
	content: "";
	position: absolute;
	display: block;
	left: 10px;
	right: 10px;
	border-bottom: solid 1px #ddd;
}

.top-b-line  #top-b:before { bottom: -10px; }
.bottom-a-line #bottom-a:before { top: -10px; }

/* Main/Sidebar Spacing */
#maininner {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sidebar-a-left #maininner,
.sidebar-b-left #maininner { padding-left: 20px; }

.sidebar-a-right #maininner,
.sidebar-b-right #maininner { padding-right: 20px; }

/* Footer */
#footer {
	margin-top: 30px;
	line-height: 18px;
	font-size: 12px;
	color: #999;
}

#footer a { color: #777; }

#totop-scroller {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 25px;
	height: 25px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
}

#totop-scroller:hover { background-position: 0 -150px; }

.submit_cf input[type="button"] {
    display: inline-block;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #0074cc;
    background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
    background-image: -o-linear-gradient(top, #0088cc, #0055cc);
    background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
    background-image: linear-gradient(top, #0088cc, #0055cc);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}