/*
#addcontent_button {
background-color:#365789;
//#D2501E
color:#FFFFFF;
font-size:16px;
font-weight:bold;
padding:2px 10px;
}
*/

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

.editor {
	border-bottom: 1px dashed #ff9c4a;
	color: #00aa00; 
	}

.supereditor {
	border-bottom: 2px dashed #ff9c4a;
	color: #00aa00; 
	}

/* #ff9c4a */

.editor a:link {color: #00aa00;	text-decoration: none; }
.editor a:visited {color: #00aa00;	text-decoration: none;}
.editor a:hover {color: #555566;text-decoration: none;}

.supereditor a:link {color: #00aa00;	text-decoration: none;}
.supereditor a:visited {color: #00aa00;	text-decoration: none;}
.supereditor a:hover {color: #555566;text-decoration: none;}

.elementmenu a:link {
font-weight:normal;
font-size:medium;
}


/* Fine buttons 
 * Usage: 
 * <a class="button" href="#" onclick="this.blur();"><span> Link Text </span></a>
 */


.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 16px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    margin-bottom: 10px;
    text-decoration: none;
    
	color: #009900;     
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}


.toolbarElement img {
    padding: 0px;
    border-style: none;
}

#main_content_place .toolbarElement img {
    padding: 0px;
    border-style: none;
}



a.ebutton {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display:  inline;
    float: right;
    font: bold 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    margin-bottom: 10px;
    text-decoration: none;

	color: #123412;
}

a.ebutton span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    color: black;
    text-decoration:none;
}

a.ebutton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.ebutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

#shopping_cart {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 400px;
  height: 70px;
  background-color: white;
  border:1px solid;
  border-color: #777777;
  z-index:10;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#shopping_order th {
  text-align: center;
}


/* root element for tabs  */
ul.css-tabs {
	margin:0 !important;
	padding:0;
	height:30px;
	border-bottom:1px solid #666;
}

/* single tab */
ul.css-tabs li {
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
}

/* link inside the tab. uses a background image */
ul.css-tabs a {
	float:left;
	font-size:13px;
	display:block;
	padding:5px 30px;
	text-decoration:none;
	border:1px solid #666;
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;
}

ul.css-tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}

/* selected tab */
ul.css-tabs a.current {
	background-color:#ddd;
	border-bottom:2px solid #ddd;
	color:#000;
	cursor:default;
}

/* tab pane */
div.css-panes div {
	display:none;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
	background-color:#ddd;
}

/* NEW TABS - LIVEPIPE */

div.css-pane {
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
	background-color:#ddd;
}

/* selected tab */
ul.css-tabs a.active {
	background-color:#ddd;
	border-bottom:2px solid #ddd;
	color:#000;
	cursor:default;
}

/*
ul.subsection_tabs{list-style:none;margin:0 0 5px 0;padding:0;clear:both;border-bottom:1px solid #ccc;height:20px;clear:both}
ul.subsection_tabs li.tab{float:left;margin-right:7px;text-align:center}
ul.subsection_tabs li.tab a{display:block;height:20px;padding:0 6px 0 6px;background-color:#fff;color:#666;}
ul.subsection_tabs li.tab a:hover{color:#666}
ul.subsection_tabs li.tab a.active{background-color:#ddd}
*/

#main_content_place input {
    border: 1px solid gray;
}

#main_content_place textarea {
    border: 1px solid gray;
}

#main_content_place label {
    display: inline;
}


/* for xinha link dialog */
.dialog {
    text-align:left;
}
.dialog img {
    margin: 0px;
    padding: 0px;
}

td.sidebar ul {
  padding-left: 10px;
}

.errorExplanation li {
  color:red;
}

#main_content_place td p {
margin: 0px;
}

#shopping_cart {
  color: black;
}

#shopping_cart a{
  color: blue;
}

#lineact_hint_area a{
  color: blue;
}

#lineact_hint_area {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 270px;
  height: 18px;
  color: black;
  background-color: white;
  border:1px solid;
  border-color: #777777;
  z-index:10;
  padding: 5px;
  opacity: 0.7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#lineact_hint_area #xsign {
  float:right;
}



#elements_block_list {
  clear:both;
}



/* Lebedev's gallery */

.lebedevtokmakovfloats
{
/* Компенсируем отступы между float-блоками, чтобы они занимали все доступное пространство */
margin: -1em 0 -1em -1em;

/* Эти правила для IE */
position: relative;
display: inline-block;
clear: both;
}
.lebedevtokmakovfloats:after
{
content: '';
display: block;
clear: both;
}
.lebedevtokmakovfloats .lebedevtokmakovleft
{
position: relative;
float: left;

/* Убираем удвоение отступов в IE */
display: inline;

/* Прячем все, что вдруг вылезло за наши ограничения */
overflow: hidden;

/* Отсупы между float-блоками */
margin: 1em 0 1em 1em;

/* Задаем минимальную ширину по картинке и тексту */
width: 12em;
min-width: 140px;
}
.lebedevtokmakovfloats .lebedevtokmakovleft .lebedevtokmakovr
{
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.lebedevtokmakovfloats .lebedevtokmakovleft .lebedevtokmakovmin
{
/* Задаем минимальную высоту по картинке */
margin: 0 0 140px 0;

/* Задаем минимальную высоту по тексту */
height: 4em;

/* Дублируем значение минимальной ширины по картинке для IE */
width: 140px;
}



.biglebedevtokmakovfloats
{
/* Компенсируем отступы между float-блоками, чтобы они занимали все доступное пространство */
margin: -1em 0 -1em -1em;

/* Эти правила для IE */
position: relative;
display: inline-block;
clear: both;
}
.biglebedevtokmakovfloats:after
{
content: '';
display: block;
clear: both;
}
.biglebedevtokmakovfloats .biglebedevtokmakovleft
{
position: relative;
float: left;

/* Убираем удвоение отступов в IE */
display: inline;

/* Прячем все, что вдруг вылезло за наши ограничения */
overflow: hidden;

/* Отсупы между float-блоками */
margin: 1em 0 1em 1em;

/* Задаем минимальную ширину по картинке и тексту */
width: 12em;
min-width: 180px;
}
.biglebedevtokmakovfloats .biglebedevtokmakovleft .biglebedevtokmakovr
{
position: absolute;
top: 0;
left: 0;
width: 100%;
}

.biglebedevtokmakovfloats .biglebedevtokmakovleft .biglebedevtokmakovmin
{
/* Задаем минимальную высоту по картинке */
margin: 0 0 160px 0;

/* Задаем минимальную высоту по тексту */
height: 2em;

/* Дублируем значение минимальной ширины по картинке для IE */
width: 180px;
}

/*
.advanced a { 
	padding: 5px 0 5px 20px;
	background: transparent url(/backend/weblink.png ) no-repeat center left;
}
*/