/**
* Module Prestashop PrettySlider
*
* @author    Prestacrea
* @copyright Prestacrea
* @license   See PDF documentation
* @website   http://www.prestacrea.com
*/

#lnkDocContainer {
	overflow:hidden;
	margin:0 0 20px;
}
#lnkDocContainer .lnk {
	float:left;
	clear:both;
	color:#268CCD!important;
	font-size:14px;
	font-weight:normal;
	text-decoration:underline!important;
}
#lnkDocContainer .lnk:hover { color:#222!important; }
#tab_container * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#tab_container .language_flags {
	display:none;
	background:#fff;
	border:1px solid #bbb;
	clear:both;
	float:left;
	width:auto;
	margin:10px 5px;
	padding:8px;
}
#tab_container .block_item .language_flags { margin:5px 5px 0 130px; }
#tab_container .language_flags img:hover, #tab_container .displayed_flag img:hover { cursor:pointer; }
#tab_container .editor_block .displayed_flag { margin:0 5px; }
#tab_container .block_item .editor_block .displayed_flag {
	clear:both;
	float:left;
	margin:5px 5px 0 130px;
}
#tab_container .cirkuitSkin * {
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
#tab_container {
	background:#fff;
	max-width:928px;
	font-family:Arial, sans-serif;
	margin-bottom:20px;
}
#tab_container .tabs {
	height:35px;
	margin:0;
	padding:0;
}
#tab_container .tab {
	background:#eee;
	border:1px solid #bbb;
	border-bottom:0;
	float:left;
	height:35px;
	font-size:14px;
	color:#222;
	list-style-type:none;
	cursor:pointer;
	margin:0 5px 0 0;
	padding:8px 10px;
}
#tab_container .active {
	background:#222;
	border:1px solid #222;
	color:#fff;
}
#tab_container .content {
	background:#222;
	clear:both;
	padding:10px;
}
#tab_container fieldset {
	background:#fff;
	border:0;
	padding:15px;
}
#tab_container h3 {
	border-bottom:1px solid #bbb!important;
	font-family:Arial, sans-serif;
	font-size:16px!important;
	font-weight:normal;
	color:#222;
	text-transform:none!important;
	margin:0 5px 5px!important;
	padding:0 0 5px!important;
}
#tab_container .block {
	background:#eee;
	border:1px solid #bbb;
	position:relative;
	height:110px;
	font-size:12px;
	font-weight:bold;
	color:#222;
	margin:10px 5px;
	padding:10px;
}
#tab_container .small {
	float:left;
	width:48.6%;
	margin:5px;
}
#tab_container .mini { 
	float:left;
	width:31.8%;
	margin:5px;
}
#tab_container .auto { height:auto; }
#tab_container .high { height:140px; }
#tab_container .higher { height:180px; }
#tab_container .warning {
	background:#fae2e3;
	border:1px solid #ec9b9b;
	width:auto;
	font-size:12px;
	color:#da0f00;
	margin:10px 5px;
	padding:10px;
}
#tab_container .clear { clear:both; }
#tab_container .space { margin-top:20px; }
#tab_container .spaceSmall { margin-top:5px; }
#tab_container label {
	float:none;
	display:block;
	width:100%;
	font-size:12px;
	font-weight:bold;
	color:#222;
	text-align:left;
	text-transform:uppercase;
	margin:0 5px 10px;
	padding:0;
}
#tab_container p {
	font-size:11px;
	font-weight:normal;
	color:#666;
	line-height:normal;
	margin:10px 5px 0;
	padding:0;
}
#tab_container .lnkContainer { margin:0 0 12px 6px; }
#tab_container .lnk {
	color:#268CCD;
	font-weight:normal;
	text-decoration:underline;
}
#tab_container .lnk:hover { color:#222; }
#tab_container .label {
	display:inline-block;
	width:120px;
	font-size:12px;
	font-weight:bold;
	color:#222;
	text-align:left;
	margin:0 0 0 5px;
	padding:0;
}
#tab_container .label_items {
	float:left;
	margin:5px 0 0 5px;
}
#tab_container .inhook { 
	float:left;
	margin:0 5px;
}
#tab_container .legend_items { margin:5px 5px 0 130px; }
#tab_container .unity {
	font-size:14px;
	font-weight:normal;
	vertical-align:middle;
}
#tab_container .colorpickerPreview {
	display:inline-block;
	border:1px solid #bbb;
	border-radius:2px;
	width:19px;
	height:19px;
	vertical-align:bottom;
}
#tab_container input, #tab_container textarea, #tab_container select {
	display:inline-block;
	background:#fff;
	border:1px solid #bbb;
	border-radius:2px;
	width:auto;
	color:#444;
	margin:0 5px;
}
#tab_container .update {
	border-top:1px solid #bbb;
	margin:25px 5px 0;
}
#tab_container input.button {
	background:#222;
	border:0;
	width:200px;
	font-size:12px;
	color:#fff;
	text-shadow:none;
	margin:10px 0 0;
	padding:10px 0;
	cursor:pointer;
}
#tab_container input.button:hover { background:#666; }
#tab_container .inputContainer { margin:0 0 12px; }
#tab_container input[type="radio"], #tab_container input[type="checkbox"] {
	background:none;
	border:0;
	vertical-align:top;
}
#tab_container input[type="text"] { height:25px; }
#tab_container input[type="text"].inputText { width:54%; }
#tab_container input[type="text"].inputText.float { float:left; }
#tab_container input[type="file"] {
	width:95%;
	padding:5px;
}
#tab_container select {
	width:115px;
	height:22px;
	padding:0;
}
#tab_container .imgPreview {
	background:#fff;
	border:1px solid #bbb;
	border-radius:2px;
	height:120px;
	margin:10px 5px 0 130px;
	padding:5px;
}
#tab_container .table {
	border:1px solid #bbb;
	border-left:0;
	border-bottom:0;
	border-spacing:0;
	width:100%;
	max-width:328px;
	margin:10px 5px 5px;
}
#tab_container .table_items {
	font-weight:normal;
	width:inherit;
	max-width:100%;
}
#tab_container .table .center { text-align:center; }
#tab_container .table th {
	background:#eee;
	border-bottom:1px solid #bbb;
	border-left:1px solid #bbb;
	color:#222!important;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	text-transform:uppercase;
	padding:10px 5px;
}
#tab_container .table tr, #tab_container .table td { background:#fff; }
#tab_container .table tr.alternate, #tab_container .table tr:nth-child(odd) > td { background:#f9f9f9; }
#tab_container .table td {
	border-bottom:1px solid #bbb;
	border-left:1px solid #bbb;
	height:auto;
	color:#222;
	font-size:11px;
	text-align:left;
	padding:5px;
}
#tab_container .table p {
	text-align:left!important;
	margin:5px;
}
#tab_container #editor_container { margin:15px 5px 5px; }
#tab_container #editor_container iframe {
	width:100%!important;
	height:400px!important;
}
#tab_container #blockedit input.button {
	width:120px;
	margin-top:-3px;
}

@media (max-width: 1024px) {
	#tab_container .small, #tab_container .mini {
		float:none;
		width:inherit;
		margin:10px 5px;
	}
	#tab_container .block { height:auto!important; }
}

@media (max-width: 979px) {
	#tab_container .tab {
		width:100%;
		margin:0;
	}
	#tab_container .block_item .language_flags, #tab_container .block_item .editor_block .displayed_flag { margin:5px 5px 0; }
	#tab_container .label_items {
		float:none;
		width:auto;
		margin:0 0 5px 5px;
	}
	#tab_container .inhook { margin:0 5px; }
	#tab_container .legend_items { margin:5px 5px 0; }
	#tab_container .editor_items { width:inherit; }
	#tab_container .imgPreview { margin:10px 5px 0 5px; }
	#tab_container .table_items .table_hook, #tab_container .table_items .table_position, #tab_container .table_items .table_subtitle, #tab_container .table_items .table_link { display:none; }
}