/* Blackout div */
.blackout {
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #000000;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.ajaxBlackout {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #3F3F3F;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 400;
}
.ajaxLoaderImage {
    position: absolute;
    top: 0px; 
    left: 0px; 
    width: 220px; 
    height: 45px;
    text-align: center;
    background-color: #ADADAD;
    border: 2px solid #999999;
}
.ajaxLoaderClose {
    position: absolute;
    top:1px;
    right:8px;
}
/* End of blackout CSS. */
.foxoneA {
    color: #1C9BD6;
    text-decoration: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
}
.foxoneA:hover {
    color: black;
}
/* Main wrapper of the Foxone windows. */
.foxoneWindow {
    position: absolute;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: left;
    font-size: 12px;
    display: none;
    border: 1px solid #EEE;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    color: #333;
    background-color: #FFF;
}
/* Title bar related CSS. */
.titleBar {
    height: 22px;
    cursor: move;
    background-color: #FFF;
    padding: 10px;
    padding-top: 5px;
    margin-top: 5px;
    border-bottom: 1px solid #EEE;
}
.windowTitle {
    float: left;
    height: 20px;
    padding-top: 1px;
    padding-left: 5px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.windowOptions {
    float: right;
    width: 74px;
    padding-top: 3px;
    height: 22px;
    padding-right: 5px;
    text-align: right;
}
.optionImage {
    border: none;
}
.optionButton {
    text-decoration: none;
    color: #CCCCCC;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    text-shadow: 0 1px 0 white;
    top: 9px;
    text-transform: lowercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.windowMainContainer {
    padding: 12px;
    min-height: 85px;
    background-color: #F0F0F0;
    background-image: linear-gradient(to bottom, #FDFDFD, #DDDDDD);
    background-repeat: repeat-x;
    border-bottom: 1px solid #EEE;    
}
/* End of title bar related CSS. */
/* Bottom area of the window related CSS. */
.bottomBtnContainer {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #F7F7F7;
    padding-top: 9px;
    padding-bottom: 5px;
    padding-right: 4px;
    margin-bottom: 4px;
}
.button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F0F0F0;
    background-image: linear-gradient(to bottom, #FFFFFF, #D9D9D9);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    font-size: 14px;
    padding: 6px;
    display: block;
    float: right;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    margin-right: 5px;
    text-align: center;
    min-width: 50px;
}
.button:hover, .button:focus {
    background-color: #E3E3E3;
    background-image: linear-gradient(to bottom, #F2F2F2, #CCCCCC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333333;
    text-decoration: none;
}
.button-primary {
    background-color: #006DCC;
    background-image: linear-gradient(to bottom, #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    min-width: 50px;
}
.button-primary:hover, .mce-primary:focus {
    background-color: #005FB3;
    background-image: linear-gradient(to bottom, #0077B3, #003CB3);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
}
.contentText {
    color: #333;
    padding: 5px;
}
.inputLabelContainer {
    width: 120px; 
    float: left;
    padding-top: 9px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;	
}
.inputContainer {
    float: left;
    padding-top: 3px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #6F6F6F;
}
.inputContainer input:not([type="checkbox"]) {
    width: 390px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333;
    border: 1px solid #DDD;
    height: 25px;
}
.inputLabel {
    cursor: pointer;
    padding-left: 5px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333;
}
/* End of bottom area of the window related CSS. */
/* Top Menu related CSS. */
.topMenuBar {
    z-index: 500;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 46px;
    width: 100%;
    font-size: 12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #FFF;
    background-image: url('/shared/img/2/top.png');
    background-repeat: repeat-x;
}
.topMenuBarContainer {
    width: 1000px;
    margin: 0 auto;
    height: 46px;
}
.topMenuItem {
    float: left; 
    padding-left: 5px; 
    padding-right: 5px;
    padding-top: 11px;
    width: 78px;
    height: 26px;
    cursor: pointer;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #FFF;
    font-size: 12px;
    text-align: center;
}
.topMenuItemH {
    background-image: url('/shared/img/2/mouseover.png');
    background-repeat: repeat-x;
    color: #000;
    margin-top: 1px;
}
.topMenuPopUp {
    z-index: 500;
    position: fixed; 
    top: 38px;
    left: 0px; 
    display: none;
    min-width: 140px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    background-color: #ECECEC;
}
.topMenuSubItem {
    cursor: pointer;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: #222;
    padding: 8px;
    border-bottom: 1px solid #CCC;
}
.topMenuSubItemH {
    cursor: pointer;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: #222;
    padding: 8px;
    border-bottom: 1px solid #333;
    background-color: #1C9BD6;
    color: #FFF;
}
.topMenuMessage {
    z-index: 501;
    position: fixed; 
    top: 0px; 
    right: 10px; 
    padding-left: 5px; 
    padding-right: 5px;
    width: 400px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;	
    font-size: 12px;
}
/* End of Top Menu related CSS. */
.templateThumbnail {
    float: left; 
    padding-left: 5px;
    cursor: pointer;
}
.componentThumbnail {
    float: left; 
    padding-left: 5px;
    cursor: pointer;
}
/* Clear both class. */
.clear {
    clear: both;
}
/* Shared component related CSS */
/* Component related CSS. */
.deleteComponentBtn {
    position: absolute; 
    top: 2px; 
    right: 2px; 
    padding: 2px;
    display: none;
    z-index: 10;
}
.swapUpComponentBtn {
    position: absolute; 
    top: 2px; 
    right: 44px; 
    padding: 2px;
    display: none; 
    z-index: 10;
}
.swapDownComponentBtn {
    position: absolute; 
    top: 2px; 
    right: 86px; 
    padding: 2px;
    display: none; 
    z-index: 10;
}
.addComponentDiv {
    clear: both;
    cursor: pointer;
    border: 1px dashed black; 
    text-align: center; 
    font-size: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.componentContainerDiv {
    position: relative; 
    min-height: 100px; 
    min-width: 150px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* End of component related CSS. */
/* Structure Tree related CSS. */
.treeContainer {
    overflow-y: scroll; 
    height: 400px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.treeRow_section {
    padding-top: 10px;
    padding-left: 2px;
}
.treeRow_page {
    padding-top: 2px;
    padding-left: 12px;
}
/* End of Structure Tree related CSS. */
/* Access related CSS. */
.accessFrame {
    float: left; 
    width: 250px; 
    height: 220px; 
    margin: 6px 0px 0px 17px; 
    border: 1px solid #AAA; 
    overflow-y: scroll;
    overflow-x: hidden;
}
.accessFrameTitle {
    float: left; 
    width: 250px; 
    margin: 6px 0px 0px 19px; 
}
.accessItem {
    height: 20px; 
    width: 270px; 
    padding-left: 2px;
    padding-top: 3px;
}
.accessItem a {
    font-family: Tahoma;

}
.accessItem img {
    border: none;
}
/* End of Access related CSS. */
/* Image croping related CSS. */
.iframeImage {
    width: 800px; 
    height: 524px; 
    background-color: #FFFFFF; 
    border: none;
}
.firstLayerFilter {
    position: absolute;
    z-index: 2;
    background-color: transparent;
    filter: alpha(opacity=10); 
    opacity: 0.1;
}
#resizeDiv {
    background-color: #DFDFDF;
    filter: alpha(opacity=35); 
    opacity: 0.35;
    border: 1px solid black; 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 100px; 
    height: 63px; 
    z-index: 3;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
#cropConsole {
    position: absolute;
    z-index: 4;
    right: 0px; 
    bottom: 0px; 
    text-align: right;
    height: 25px;
    width: 100%;
    background-color: #F7F7F7;
    color: #333;
    border-top: 1px solid #DEDEDE;
}
#cropConsole a {
    display: block;
    color: #333;
    float: right; 
    padding-right: 5px; 
    padding-left: 5px; 
    padding-top: 3px; 
    height: 100%;    
}
#cropConsole a:hover {
    background-color: #AAA;
    color: #FFF;    
}
#cropConsoleDimensions {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 20px;
    width: 420px;
    color: #333;
    padding-left: 5px; 
    padding-top: 3px; 
    z-index: 5;
}
/* End of Image croping related CSS. */
/* blog categories window related CSS. */
.blogCatTdNotHighlighted {   
}
.blogCatTdHighlighted {
    background-color: #CCCCCC;
}
/* End of blog categories related CSS. */

.logsTable {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    width: 100%;
}
.logsTable tr td {
    text-align: left;
    padding-left: 10px;
}
.logsTable tr th {
    text-align: left;
    padding-left: 10px;
    border-bottom: 2px solid #333;
}
div.blog-bloc{
    margin: 10px 20px 10px 20px;
}
div.blog-bloc a img{
    border: none;    
}
div.blog-bloc h1{
    border: none;
    margin: 0;
    padding: 0;
    font: bold 16px 'Trebuchet MS';
    color: #333;
    text-decoration: none;
}
div.blog-bloc h1 a{
    font: bold 16px 'Trebuchet MS';    
}
div.blog-bloc h2{
    margin: 0;
    padding: 0;
    font: normal 12px 'Trebuchet MS';   
    line-height: 12px;
    color: #000; 
}
.extMenuOptions {
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 15px;
}
.extMenuOption {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
}
.cropPageBody {
    background-color: #FFFFFF;
    margin:0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
}
.login-form {
    width: 376px;
    height: 165px;
    border: 8px solid #163F5D;
    border-radius: 5px;
    background-color: #FFF;
    color: #163F5D;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    padding: 10px;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.login-form-logo {
    float: left;
    width: 123px;
    height: 123px;
    margin: 10px;
}
.login-form-fields {
    float:right;
    margin: 10px;
    width: 200px;
}
.login-form-fields-label {
    width: 200px;
    font-size: 14px;
}
.login-form-fields-input input {
    margin-top: 3px;
    margin-bottom: 10px;
    width: 195px;
    padding-left: 3px;
    border: 1px solid #7A7A7A;
    height: 25px;
    color: #666;
}
.thumb-image-im {
    float: left;
    margin: 2px;
    position: relative;
}
.thumb-image-im-x {
    position: absolute; 
    top: 0; 
    right: 0;
}
.shopCatTdNotHighlighted {
    padding: 3px;
    border-bottom: 1px solid #EDEDED;
}
#componentPreviews-select {
    background-color: #FFFFFF;
    overflow-y: scroll;
    height: 380px;
    color: #000000;
    padding: 10px;
    border-bottom: 1px solid #EDEDED;
}
.textEditIcon {
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 1;
    cursor: pointer;
    display: none;
}
.blog-subscribers-frame {
    border: 1px solid #333;
    border-radius: 5px;
    padding: 10px;
}
.blog-subscribers-options {
    float: left;
    width: 150px;
}
.blog-subscribers-categories {
    float: left;
    width: 150px;
}
#blog-subscribers-categories-select {
    width: 140px;
    height: 25px;
}
#blog-subscribers-add-input {
    display: block;
    float: left;
    width: 140px;
    height: 25px;
    margin-right: 10px;
}
#adminEventsContainer {
    width: 240px;
}
#adminEventsContainer table {
    width: 240px;
}
.bottomCounter {
    float: left;
    font-family: Tahoma;
    font-size: 18px;
    margin-left: 20px;
    margin-top: 3px;
}
.shopSelectableOptionChk {
    float: left;
    width: 35px;
    height: 15px;
    text-align: center;
}
.shopSelectableOptionChk input {
    width: 15px;
    height: 15px;
}
.shopSelectableOptionTxt {
    float: left;
    width: 100px;
    margin-right: 10px;
    overflow: hidden;
    display: block;
    padding-top: 2px;
    cursor: pointer;
}
.shopSelectableoptionBox {
    width: 160px;
    float: left;
}
#ui-datepicker-div {
    background-color: #FFF;
    border:1px solid #CCC;
}
#ui-datepicker-div a { 
    color: #0D94D3;
}
.ui-datepicker-next {
    display: block;
    float: right;
    cursor: pointer;
}
.ui-datepicker-prev {
    cursor: pointer;
}
#ui-id-1 {
    z-index: 5000;
    background-color: #FFF;
    font-size: 16px;
}
.ui-menu-item {
    background-color: #FFF;
}

/*BlogEdit*/
#ui-datepicker-div .ui-state-default{
    text-align:center;
    color:#333;
}
#ui-datepicker-div .ui-state-highlight{
    border:1px solid #8cc63e;
}
#ui-datepicker-div .ui-state-active{    
    background-color:#8cc63e;
}
#intro_tbl, #content_tbl{
    width:100% !important; 
    background-color:#FFF !important;
}
#intro_ifr html{
    background-color:#FFF !important;
}
.form-line-container{
    margin-bottom:10px;
    width:100%;
    min-height:30px;
}
.form-line-title{
    line-height:30px;
    float:left;
    width:25%;
}
.form-line-input{
    width:75%;
    float:right;
}
.form-line-input-categories{
    width:24%;
    float:left;
    padding-left: 25px;
    width: 20%;
}
.form-line-input-categories ul{
    list-style-type: none;
    padding-left:0;
}
input[name=previewImage]{
    width:200px;
    padding-top:3px;
}
#publish{
    margin-top:13px;
}
.section{
    width:100%;
    background-color:#FFF;
}
.input-width{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width:100%;
    height:30px;
}
#blog-comments{
    width:auto;
    height:auto;
}
.form-line-input-categories ul{
    list-style-type: none;
    list-style-image: none;
}
/*Fin BlogEdit*/