/* Website Toolbar */

div#ezwt
{
    margin: 0;
    width: 100%;
    position: relative;
}

body.floating-wt div#ezwt
{
    /* This elements offsetHeight is used to set padding-top on header in floating_toolbar.tpl, so avoid border on this element */
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    opacity: 0.85;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -ms-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
}

body.floating-wt div#ezwt:hover
{
    opacity: 1.0;
}

div#ezwt-content
{
    padding: 2px 70px;
    text-align: center;
    background-color: white;
}

body.floating-wt div#ezwt-content
{
    border-bottom: 1px solid #999;
}


/* Group styles */

div#ezwt div.ezwt-actiongroup
{
    display: inline-block;
    vertical-align: top;
    padding: 2px 3px 2px 3px;
    border: 1px solid #999;
    border-radius: 2px;
    height: 24px;
}

body.ie6 div#ezwt div.ezwt-actiongroup, body.ie7 div#ezwt div.ezwt-actiongroup
{
    display: inline;
    clear: none;
}

div#ezwt-ooaction
{
    background-image: url(../images/websitetoolbar/ezwt-oo-logo.gif);
    background-position: 2px 5px;
    background-repeat: no-repeat;
    padding-left: 67px!important;
}

div#ezwt-ezlogo
{
    position: absolute;
    top: 5px;
    left: 6px;
}

div#ezwt-help
{
    position: absolute;
    top: 8px;
    right: 6px;
}

div#ezwt-help a
{
    font-weight: bold;
    color: #4a5054;
    padding: 0 2px 0 2px;
    text-decoration: none;
    display: block;
}


/* Form styles */

div#ezwt form
{
    margin: 0 auto 0 auto;
    padding: 0;
    display: inline;
}

div#ezwt select, div#ezwt input
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.85em;
}

div#ezwt select
{
    color: #4a5054;
    border: 1px solid #ccd2d6;
    border-color: #abb1b5 #dbe1e5 #dbe1e5 #abb1b5;
    margin: 2px 0 0 0;
    padding: 0;
    height: 19px;
    vertical-align: top;
}

div#ezwt input
{
    margin: 1px 0 0 0;/* images have 1px white space in the top so needs 1px less then buttons / selects */
}

div#ezwt input.button, div#ezwt input.defaultbutton, div#ezwt input.button-disabled
{
    color: #4a5054;
    background: #f2f4f6 url(../images/websitetoolbar/ezwt-button-bg.gif) repeat-x center left;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#dbe1e5));
    background: -moz-linear-gradient(top,  #fff,  #dbe1e5);
    background: -ms-linear-gradient(top,  #fff,  #dbe1e5);
    background: -o-linear-gradient(top,  #fff,  #dbe1e5);
    background: linear-gradient(top,  #fff,  #dbe1e5);
    border: 1px solid;
    border-color: #dbe1e5 #abb1b5 #abb1b5 #dbe1e5;
    border-radius: 2px;
    padding: 0 0.5em 0 0.5em;
    vertical-align: top;
    height: 19px;
    margin-top: 2px;
}

div#ezwt input.button:hover, div#ezwt input.defaultbutton:hover, div#ezwt select:hover
{
    border-color: #abb1b5;
}

div#ezwt input.ezwt-input-image, div#ezwt div.ezwt-actiongroup a img
{
    margin: 1px 0 0 0;
    border: 1px solid #fff;
    padding: 2px;
}

div#ezwt input.ezwt-input-image:hover, div#ezwt div.ezwt-actiongroup a:hover img
{
    border-color: #dbe1e5;
}

div#ezwt .disabled, div#ezwt input.button-disabled
{
    opacity: 0.5;
    cursor: default;
}


/* Sort view style */

table#ezwt-sort-list tr.ezwt-sort-drag-handler
{
    cursor: move;
}


/* General styles */

.hide
{
    display: none;
}

.float-break
{
    height: 1%;
}

.float-break:after
{
    content: "-";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block; 
    clear: both; 
}


/* rajouts DDI
 ------------------------------------------------------ */

/* correction header */ 
body.floating-wt {
	background-position:center 35px;
}

body.floating-wt #logoIna {
	top:120px;
}

body.floating-wt #navPrincipale ul, body.floating-wt #navBoutique ul {
	top:165px;
}

/* corps */
#main {
	background-color:#fff;
	margin: 0 auto;
}

.attribute-header {
	border-top:solid 1px #a3a3a3;
	margin-top:20px;
}

/* object - button */
.object-left, .button-left, .left {
	float:left;
}

.object-right, .block-header .button-right, .right {
	float:right;
	padding:0;
}

.right.translation {
	float:none;
}

.buttonblock, .button-right {
	padding:10px 0 20px 0;
}

.block .button-right {
	padding:0;
}

body.floating-wt .serach-button {
	vertical-align:bottom;
}

.yui-content .object-left, .yui-content .object-right {
	padding:10px 0;
}

.break {
	clear:both;
}

body.floating-wt .leftcol .block.search-results {
	background-color:#f4f4f4;
	padding:5px;
	margin:4px 0;
}

/* h2 - attribute header */
.attribute-header {
	border-top:none;
	margin-top:20px;
}

/*#main h2 {
	color:#148db8;
}
*/
/* block */
body.floating-wt .block {
	padding:5px;
	margin:4px 0;
}

.context-attributes .block {
	margin:4px 0;
}

body.floating-wt .leftcol .block {
	background-color:#e9f1f4;
	padding:5px;
	margin:0;
}

.user-login .block {
	padding:5px;
}

body.floating-wt .block.ezcca-edit-datatype-ezstring.ezcca-edit-name {
	background-color:#e9f1f4;
	padding:5px;
	margin:4px 0;
} 

body.floating-wt .block.ezcca-edit-datatype-ezkeyword.ezcca-edit-tags {
	background-color:#e9f1f4;
	padding:5px;
	margin:16px 0 4px 0;
}

body.floating-wt .block.ezcca-edit-datatype-ezpage.ezcca-edit-page {
	border:solid 1px #d8d8d8;
}

/* table */
table.list {
	border:solid 1px #d8d8d8;
	width:960px
}

.content-browse table.list {
	width:480px
}

table.list th {
	background-color:#e9f1f4;
	border:none;
	border-bottom:solid 1px #d8d8d8;
	border-top:solid 1px #d8d8d8;
	padding:4px;
	text-align:left;
}

table.list td {
	border:none;
	border-bottom:solid 1px #d8d8d8;
	border-top:solid 1px #d8d8d8;
	padding:4px;
}

table.list td.right {
	float:none;
	padding:4px;
}

/* form */
.content-edit-draft input[type='submit'], .content-browse input[type='submit'] {
	margin:16px 0;
}

.content-history .left form input[type='submit'] {
	margin:10px 0 5px 0;
}


.block textarea.box {
	background-color:#e9f1f4;
	border:solid 1px #d8d8d8;
	color:#000;
	margin:0 0 20px 0;
	padding:10px 0 0 10px;
	width:940px;
	outline:1px solid #a3a3a3;
    outline-offset:3px;
}

input[type='radio'] {
	margin-bottom:8px;
}

.controlbar {
	padding:10px 0 20px 0;
}

.content-history .context-controls {
	padding:10px 0 5px 0;
}



body.floating-wt .tab-container {
	border:solid 1px #d8d8d8;
	padding:4px 5px 0 5px;
}

body.floating-wt .context-information {
	background-color:#f4f4f4;
	padding:5px;
}