/* Copyright (C) Infinitive Web S.A., Infinitive Web S.A. Proprietary Use License (http://www.infinitive.ch/license) */

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


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

/*.module,
#header,
#breadcrumbs,
#content,*/
#footer { margin: 0px 0px 0px; }

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

#footer .module { margin: 0; float: left; clear: both; }

#toolbar,
#headerbar { margin-bottom: 15px; }


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

#totop-scroller {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 20px;
	height: 20px;
	background: url(../images/totop_scroller.png) 50% 50% no-repeat;
	text-decoration: none;
}

.checklist, .checklist_g, .checklist_r {
	list-style: none;
	padding-left: 30px;
	line-height: 20px;
}

.checklist li, .checklist_g li, .checklist_r li {
	padding: 10px 0;
}

.checklist li:before, .annotation-list li:before, .checklist_g li:before, .checklist_r li:before {
	display: inline-block;
	content: "";
	width: 24px;
	height: 24px;
	position: relative;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: 20px 20px;	
	line-height: 24px;
	background-position: 0 3px;
	vertical-align: middle;
	margin-left: -30px;
	float: left;
}

.checklist li:before, .annotation-list li:before {
	background-image: url("../images/check-bullet@2x.png");
}

.checklist_g li:before {
	background-image: url("../images/check-bullet_g@2x.png");
}

.checklist_r li:before {
	background-image: url("../images/warning@2x.png");
}

.checklist.small li:before, .annotation-list.small li:before, .checklist_g.small li:before, .checklist_r.small li:before {
	margin-left: -24px;
}

.checklist.small li:before, .annotation-list.small li:before {
	background-size: 15px 15px;	
}

.checklist_g.small li:before {
	background-size: 15px 15px;
}

.checklist_r.small li:before {
	background-size: 15px 15px;
}

.box-white {
	background: #fff;
	border-radius: 3px;
	color: #ff9000;
	text-align: center;
	font-size: 30px;
	line-height: 32px;
}

.box-white p {
	margin:0;
}

#akeebasubs td.subscription-label {
	background: none;
	padding-right: 20px;
}

.download-version {
	text-align:center;
	border-radius: 5px;
	border: 1px solid #000;
	overflow: hidden;
}

.download-version .title {
	background: #424345;
	padding:10px 0;
	font-size:30px;
	text-transform:uppercase;
	color: #ededed;
}

.download-version .body {
	background: #fff;
	overflow:hidden;
}

.download-version .footer {
	background: #fff;
	padding:10px 0;
	overflow:hidden;
}