/* LAYOUT */
* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
	height: 100%;
	margin-bottom: 1px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	padding: 12px 20px;
	min-width: 650px;
	color: #536482;
}
#header {
	background: #ebebeb none repeat-x 0 0;
	color: #FFFFFF;
	margin-bottom: 4px;
	padding: 0 10px;
	background-color: #12A3EB;
	background-image: url("../images/bg_header.gif");
	color: #FFFFFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	height: 75px;
}
#header h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 200px;
	color: #FFFFFF;
	padding-top: 30px;
	font-weight: bold;
	font-size: 3em;
}
#header h1 a {
	color: #FFF;
	text-decoration: none;
}
#box {
	float: right;
}
#contentwrapper {
	float: left;
	width: 100%;
	margin-bottom: 4px;
}
#contentcolumn {
	margin-left: 214px; /*Set left margin to LeftColumnWidth*/
}
#leftcolumn {
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -100%;
	background-color: #cadceb;
	padding: 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 4px;
}
#leftcolumn ul {
	list-style: none;
}
#leftcolumn h2 {
	margin-top: 14px;
	border-bottom: 1px dotted #000;
}
#footer {
	clear: both;
	background-color: #cadceb;
	text-align: right;
	padding: 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 11px;
}



/* GENERAL */
a:link { color: #105289; }
a:visited { color: #105289; }
a:hover { color: #D31141; }
a:active { color: #368AD2; }
fieldset {
	border: 1px solid #CCC;
	margin-bottom: 25px;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
fieldset legend {
	margin-left: 10px;
	padding: 5px;
	color: #000;
	font-weight: bold;
}
input {
	font-weight: normal;
	vertical-align: middle;
	padding: 0 3px;
	width: 300px;
	border: 1px solid #CCC;
	font-size: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
textarea {
	font-weight: normal;
	width: 450px;
	border: 1px solid #CCC;
	font-size: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #666666;
	padding: 1px;
	background-color: #FAFAFA;
}
hr {
	border: 0 none #FFFFFF;
	height: 1px;
	margin: 25px 0;
	display: block;
	clear: both;
}
p {
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 1.5em;
}
p.right {
	text-align: right;
}
p.center {
	text-align: center;
}
h1 {
	color: #FFFFFF;
}
h2 {
	color: #28313F;
	margin: 2px 0 25px 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #CCCCCC;
}
h3 {
	border-bottom-color: #CCCCCC;
	color: #115098;
}
table {
	width: 80%;
}
code {
    font-family: courier, helvetica, arial;
}
.clear { clear: both; }




/* SPECIALS */
ul.square {
	list-style: square;
	margin-left: 25px;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #CCC;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-size: 12px;
	color: #333333;
}
#edit_template #template {
	width: 80%;
	margin: 8px 0;
}
#update_close { display: none; float: right; }
#update { border: 1px solid #777; width: 100%; }

form label { width: 30em; float: left; display: block; }
form label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
form label.error_icons { float: none; padding-left: 16px; background:url("images/ui-icons_222222_256x240.png") no-repeat 0 -144px; margin-left: 2px; }
form p { margin: 12px 0; width: 100%; }
form em { font-weight: bold; padding-right: 1em; vertical-align: top; }
form .submit { text-align: right; }

.liste_cats p { float: left; width: 250px; display: block; margin: 2px 0; }
.liste_cats input { width: 16px; }
.liste_cats label { margin: 0; padding: 0; float: none; display: inline; }

.float-right {
	float: right;
}
.mybutton {
	outline: 0; 
	margin:0 4px 0 0;
	padding: .4em 1em; 
	text-decoration:none !important; 
	cursor:pointer; 
	position: relative; 
	text-align: center;
	zoom: 1;
}
.frame_promo {
	width: 100%;
	height: 450px;
	border: 1px solid #CCC;
}
.tab-seo label { width: 15em; float: left; display: block; }
.tab-seo span { border-bottom: 1px dashed #FF8000; }
#cats_sort .iPhoneCheckContainer, #sp_sort .iPhoneCheckContainer {
	float: right;
}

#cats_tabs li {
	padding: 0;
}
.sp_url {
	width: 355px;
}
.warning {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	padding-bottom: 15px;
}



/* IPHONE STYLE */
.iPhoneCheckContainer {
	position: relative;
	height: 27px;
	cursor: pointer;
	overflow: hidden;
}
.iPhoneCheckContainer input {
	position: absolute;
	top: 5px;
	left: 30px;
}
.iPhoneCheckHandle {
	display: block;
	height: 27px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/slider_left.png) no-repeat;
	z-index: 2;
	padding-left: 4px;
}
.iPhoneCheckHandleRight {
	height: 100%;
	width: 100%;
	padding-right: 4px;
	background: url(../images/slider_right.png) no-repeat top right;
	z-index: 2;
}
.iPhoneCheckHandleCenter {
	height: 100%;
	width: 100%;
	background: url(../images/slider_center.png);
	z-index: 2;
}
label.iPhoneCheckLabelOn, label.iPhoneCheckLabelOff {
	white-space: nowrap;
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	height: 22px;
	position: absolute;
	width: auto;
	top: 0;
	overflow: hidden;
}
label.iPhoneCheckLabelOn {
	color: #fff;
	background: url(../images/on.png) no-repeat;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
	left: 0;
	padding: 5px 0 0 8px; 
	z-index: 1;
}
label.iPhoneCheckLabelOff {
	color: #8B8B8B;
	background: url(../images/off.png) no-repeat right 0;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);
	text-align: right;
	right: 0;
	padding: 5px 8px 0 0;
}



.bt-content {
	font-size: small;
	color: #333;
	line-height: normal;
}
/* styling for active target elements - usually for background hilighting */
.bt-active {
	/* example:
	background-color: yellow !important;
	*/
}

.pagi span { margin: 2px 4px; border: 1px solid #DDD; padding: 1px 3px; text-align: center; }


/* SELECT TEMPLATE */
#select_template { float:right; width:150px; }
#select_template h4 { font-size:11px; color:#666; font-weight:bold; border:0; padding-left:18px; }
#select_template ul { list-style: none; padding: 0; margin: 0; }
#select_template li { font-size:11px; padding:0 0 0 10px; margin:3px 0; zoom:1; }
#select_template li a:link,
#select_template li a:visited { display:block; padding:1px 8px 4px; border-bottom:1px dotted #b3b3b3; }
* html #select_template li a:link, * html #select_template li a:visited { padding:1px 8px 2px; }
#select_template li a:hover, 
#select_template li a:active { background-color:#f6f6f6; }
#select_template li.on { background: url(../images/demo-config-on-tile.gif) repeat-x left center; }
#select_template li.on a:link, 
#select_template li.on a:visited, 
#select_template li.on a:hover, 
#select_template li.on a:active { background: url(../images/demo-config-on.gif) no-repeat left; padding-left:18px; color:#fff; border:0; margin-left:-10px; margin-top; 0px; margin-bottom: 0px; }



#sp_sort { list-style-type: none; margin: 0; padding: 5px; width: 600px; background: #EEE; }
#sp_sort li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; min-height: 27px; }
#sp_sort li h3 { font-size: 1.4em; margin: 0; padding: 0; }
#sp_sort li span { position: absolute; margin-left: -1.3em; }
#sp_sort iframe { border: 0; width: 100%; height: 80px; padding: 0; margin: 0; }


#cats_sort { list-style-type: none; margin: 0; padding: 5px; width: 600px; background: #EEE; }
#cats_sort li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; }
#cats_sort li h3 { font-size: 1.4em; margin: 0; padding: 0; float: left; }
#cats_sort li span { position: absolute; margin-left: -1.3em; }
#cats_sort li div { clear: both; }


#ajax_loader {
	display: none;
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 15px;
	right: 24px;
	border: 1px solid #333;
	background: url(../images/ajax-loader.gif) no-repeat left; 
	background-color: #FFF;
	color: #000;
	padding-left: 45px;
	background-position: 8px;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
