@import url(../warp/css/tools.css);
/*Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL
Buttons (Needed for System Markup)
----------------------------------------------------------------------------------------------------*/
A.button-more
{
	padding: 3px 10px;
	border: 1px solid #DDD;
}
/*Images and Objects (Needed for System Markup)
----------------------------------------------------------------------------------------------------*/
IMG.border-box
{
	border: 1px solid #DDD;
}
/*Lists and Tables (Needed for System Markup)
----------------------------------------------------------------------------------------------------
Line*/
UL.line > LI
{
	border-left-width: 3px;
	border-left-style: solid;
	padding: 7px 8px 5px;
}
UL.line > LI:first-child
{
	padding: 7px 8px 5px;
}
UL.line > LI:hover
{
	border-left-width: 3px;
	border-left-style: solid;
}
/*Check*/
UL.check > LI
{
	padding: 4px 0 0 30px;
	background: url(../images/tools/list_check.png) no-repeat 0 0;
}
/*Zebra List and Table*/
UL.zebra > LI, TABLE.zebra TBODY TD
{
	border-bottom: 1px solid #DDD;
}
UL.zebra > LI:first-child, TABLE.zebra TBODY TR:first-child TD
{
	border-top: 1px solid #DDD;
}
UL.zebra > LI.odd, TABLE.zebra TBODY TR.odd
{
	background: #FAFAFA;
}
UL.zebra > LI:nth-of-type(odd), TABLE.zebra TBODY TR:nth-of-type(odd)
{
	background: #FAFAFA;
}
TABLE.zebra CAPTION
{
	color: #999;
}
/*Definition Lists
----------------------------------------------------------------------------------------------------*/
DL.separator DT
{
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
/*border code because of RTL*/
DL.separator DD
{
	padding-top: 5px;
	padding-bottom: 5px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #DDD;
}
DL.separator DT:before
{
	content: "";
	position: absolute;
	top: 0;
	right: -15px;
	width: 30px;
	border-top: 1px solid #DDD;
}
DL.separator DT:after
{
	content: "";
	position: absolute;
	top: -3px;
	right: -3px;
	width: 5px;
	height: 5px;
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 6px;
}
DL.separator DT:first-child:before, DL.separator DT:first-child:after
{
	display: none;
}
/*Text
----------------------------------------------------------------------------------------------------
Inline Text Box*/
EM.box
{
	border: 1px dotted #BBB;
	background: #FAFAFA;
	color: #444;
}
/*Dotted Horizontal Rule*/
HR.dotted
{
	background: url(../images/tools/line_dotted.png) repeat-x 0 0;
}
/*Boxes
----------------------------------------------------------------------------------------------------*/
.box-content
{
	background: #FAFAFA;
	border: 1px solid #DDD;
}
.box-note, .box-info, .box-warning, .box-hint, .box-download
{
	background: #FAFAFA;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.box-info
{
	background: #EBF5FA url(../images/tools/box_info.png) no-repeat 0 0;
	border-color: #D2DCE1;
}
.box-warning
{
	background: #FFF0EB url(../images/tools/box_warning.png) no-repeat 0 0;
	border-color: #FFD7CD;
}
.box-hint
{
	background: #FFFAE6 url(../images/tools/box_hint.png) no-repeat 0 0;
	border-color: #FAE6BE;
}
.box-download
{
	background: #FAFFE6 url(../images/tools/box_download.png) no-repeat 0 0;
	border-color: #DCE6BE;
}
/*Forms (Needed for System Markup)
----------------------------------------------------------------------------------------------------*/
FORM.box FIELDSET
{
	border: 1px solid #DDD;
}
FORM.box LEGEND
{
	background: #FFF;
}
/*Mobile Switcher (Needed for Mobile)
----------------------------------------------------------------------------------------------------*/
.mobile-switcher
{
	background: #EEE;
	border: 1px solid #AAA;
}
