.icon-page {
	background: url(../images/icons/page_white_text.png) no-repeat left top !important;
}
.icon-folder {
	background: url(../images/icons/folder.png) no-repeat left top !important;
}
.icon-delete {
    background: url(../images/icons/delete.png) no-repeat left top !important;
}
.icon-details {
    background: url(../images/icons/details.png) no-repeat left top !important;
}
.icon-exec {
	height: 16px;
    width: 16px;
    background: url(../images/icons/menu_action.png) no-repeat left top !important;
}
.icon-lock {
    height: 16px;
    width: 16px;
    background: url(../images/icons/key.png) no-repeat left top !important;
}
.icon-edit {
    height: 16px;
    width: 16px;
    background: url(../images/icons/page_edit.png) no-repeat left top !important;
}
.icon-button-new {
    background: url(../images/icons/add.png) no-repeat left top !important;
}
.icon-bin {
	background: url(../images/icons/bin.png) no-repeat left top !important;
}
.grid-link-icon {
	color: #666;
	padding-left: 18px;
    text-decoration: none;
}
.grid-link-icon:hover {
    text-decoration: underline;
}
.user {
    background: url(../images/icons/user.png) no-repeat left top !important;
}
.halu {
    background: url(../images/icons/box.png) no-repeat left top !important;
}
.url {
    background: url(../images/icons/world_go.png) no-repeat left top !important;
}
.root-node * {
	font-weight: bold;
	color: #333 !important;
}

.temp-buttons {
	float: right;
	clear: both;
	margin-right: 25px;
}
/*-------------------------------------------------*/
.categories .tree-cat {
	cursor: pointer;
	clear: left;
	font-size: 12px;
	margin: 3px 0px;
	padding-left: 18px;
	background: url(../images/tree-folder.gif) no-repeat left center;
}
.categories .selected {
	font-weight: bold;
}
.toggle-header {
	cursor: pointer;
}
.table-link {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
}
.table-error-arrow {
	margin-top: -5px;
	float: right;
	width: 280px;
	padding-left: 30px;
	background: url(../images/error-arrow.gif) no-repeat left center;
}
.table-error-text {	
	padding: 5px 10px;
	background: #f0f0f0;
	border: 1px dashed #f00;
	font-size: 11px;
}
tab-halu-conditions-block {
    width: 780px;
}
#tab-halu-conditions-block fieldset input {
	margin: 2px 0px;
}
#tab-halu-conditions-block fieldset {
	float: left;
	display: inline;
	margin:10px 5px;
	padding: 7px;
	border: 1px solid #a1a1a1;
	background: #f8f8f8;
}
#tab-halu-conditions-block fieldset legend {
	color: #666;
	font-size: 13px;
	font-weight: bold;
}
#condition-date, #condition-price {
	width: 280px;
}
#condition-prod-id {
	width: 200px;
}
#form-discount {
	float: left;
	width: 100%;
}
.form-wrapper p {
	margin: 3px 0px;
}
#form-discount #tab-general-block label {
	display: block;
	float: left;
	width: 150px;
}
#review-form label {
	display: block;
	float: left;
	width: 100px;
}
.answer-form label, .answer-form img{
    display: block;
    float: left;
    width: 80px;
}
.form-wrapper {
	width: 97%;
	padding: 12px 10px;
	float: left;
	border: 1px solid #a1a1a1;
	background: #f8f8f8;
	margin-bottom: 5px;
}
form label {
	font-size: 12px;
}
.form-wrapper input, .form-wrapper textarea {
	background: #fff;
	padding: 1px;
	border: 1px solid #a1a1a1;
}
input[type='hidden']{
	display: none;
}
.green-header {
	font-size: 13px;
	font-weight: bold;
	line-height: 29px;
	color: #0cab4c;
	padding-left: 5px;
}

#edit-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #555;
	opacity: 0;
	filter: alpha(opacity='0');
	display: none;
}
.edit-box {
	position: absolute;
	top: 300px;
	left: 400px;
	z-index: 999;
	
	background: #fdfdfd url(../images/edit-box-bg.gif) repeat-x left bottom;
	padding: 8px 15px 5px 15px;
	border: 1px solid #fff;
	width: 320px;
	display: none;
	
	color: #666;
	font-size: 12px;
	text-align: left;
}
.edit-box h3 {
	font-weight: bold;
	padding-bottom: 7px;
	font-size: 12px;
}
.edit-box p {
	padding-bottom: 5px;
	font-size: 12px;
}
.edit-box label {
	vertical-align: middle;
}
.edit-box input {
	vertical-align: middle;
	width: 250px;
	height: 20px;
	border: 1px solid #9e9e9e;
	color: #666;
}
.edit-box .grey-button, .edit-box .green-button {
	margin-top: 5px;
	margin-left: 10px;
}
.edit-box div.edit-box-buttons {
	float: right;
	margin-right: 5px;
}

/*tables*/
.app-table {
	border-collapse: collapse;
	color: #666;
	border: none;
	clear: left;
	width:100%;
}
.app-table thead {
	
}
.app-table th{
	border-top:1px solid #999999;
	padding-left: 10px;
	text-align: left;
	color: #111;
	font-weight: bold;
}
.app-table a {
	color: #666;
	font-size: 12px;
	text-transform: capitalize;
}
.app-table tr {
	height: 25px;
	cursor: default;
}
.app-table tr td {
	padding-left: 10px;
	font-size: 12px;
	border-top: 1px solid #EDEDED;
	background: #FFF;
}
.app-table tr.even td {
	background: #FAFAFA;
}
.app-table tr.over td {
	background: #EFEFEF;
}
.option-edit {
	padding-left: 18px;
	background: url(../images/option-edit.gif) no-repeat left center	
}
/*end of tables*/

/*buttons*/
.grey-button span, .green-button span {
	font-size: 12px;
	font-weight: bold;
	display: block;
	float: left;
	cursor: pointer;
	line-height: 24px;
	text-align: center;
	padding-left:13px;
	color: #fff;
}
.grey-button, .green-button {
	display: block;
	padding-right:14px;
	margin: 0px 2px; 
	text-decoration: none;
}
.grey-button span {
	background: url(../images/button-grey-left-side.gif) no-repeat left top;
	height: 24px;
}
.grey-button {
	background: url(../images/button-grey-right-side.gif) no-repeat right top;
	height: 24px;
}
.grey-button:hover {
	text-decoration: none;
	background-position: right center;
}
.grey-button:hover span {
	background-position: left center;
}
.grey-button:active {
	text-decoration: none;
	line-height: 24px;
	background-position: right bottom;
}
.grey-button:active span {
	line-height: 24px;
	text-indent: 1px;
	margin-right: -1px;
	background-position: left bottom;
}
.green-button span {
	background: url(../images/button-green-left-side.gif) no-repeat left top;
	height: 24px;
}
.green-button {
	background: url(../images/button-green-right-side.gif) no-repeat right top;
	height: 24px;
}
.green-button:hover {
	text-decoration: none;
	background-position: right center;;
}
.green-button:hover span {
	background-position: left center;
}
.green-button:active {
	text-decoration: none;
	line-height: 24px;
	background-position: right bottom;
}
.green-button:active span {
	line-height: 24px;
	text-indent: 1px;
	margin-right: -1px;
	background-position: left bottom;
}

.small-button {
	border: none !important;
	cursor: pointer;
	color: #666;
	height: 27px;
	width: 92px;
	padding: 0px !important;
	background: #f8f8f8 url(../images/small-button.gif) no-repeat right top !important;
	
}
.delete-img {
	border: none;
	cursor: pointer;
	width: 16px;
	height: 16px;
	background: url(../images/delete_new.png) no-repeat left center;
}

.add-img {
    border: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: url(../images/page_add.png) no-repeat left center;
}
.edit-img {
	border: none;
	cursor: pointer;
	width: 13px;
	height: 13px;
	background: url(../images/edit.gif) no-repeat left center;
}
.save-img {
	border: none;
	cursor: pointer;
	width: 13px;
	height: 13px;
	background: url(../images/save.gif) no-repeat left center;
}
.minimize-img {
	border: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: url(../images/minimize.png) no-repeat left center;
}
/*end of buttons*/
.top-links {
	float: right;
	clear: both;
}
#div-attributes {
	clear: both;
}
ul.option-set {
	float: left;
	margin-left: 5px;
	width: 170px;
}
ul.option-set li {
	line-height: 17px;
}
ul.option-set li ul {
	margin-bottom: 3px;
}
.option-name {
	color: #666;
	font-weight: bold;
	text-transform: capitalize;
}

/************simple filelds****************/
.simple-fields {
	padding: 10px;
	font-size: 12px;
	background: #fff;
}
.simple-fields input, .simple-fields select {
	margin-right: 10px;
}
.width-200 input , .width-200 select {
    width: 200px;
}
.simple-fields label {
	color: #666;
	font-size: 12px;
	padding-right: 5px;
}

#review-grid p {
	color: #666;
	font-size: 11px;
	line-height: 15px;
	width: 350px;
	text-align: justify;
}
#wishlist-grid p {
    color: #666;
    font-size: 11px;
    line-height: 15px;
    width: 350px;
    text-align: justify;
}

/****************rating-list******************/
ul.rating-list {
	display: block;
	height: 16px;
	width: 80px;
	background: url(../images/star.gif) repeat-x left top;
	margin: 0px;
	padding: 0px;
}
ul.rating-list li {
	display: block;
	float: left;
	width: 16px;
	height: 16px;	
	cursor: pointer;
}
ul.rating-list li.active {
	background: url(../images/staract.gif) no-repeat left top;
}

/*******************************************/
input.date-picker {
	background: #fff url(../images/calendar.gif) no-repeat right top !important;
	width: 120px !important;
	padding: 1px !important;
}

#language-form, #value-form, #language-form-wrapper {
	position: relative;
}
#language-form .small-button, #value-form .small-button {
	position: absolute;
	right: 20px;
	top: 30px;
}
#language-form-wrapper .small-button{
    position: absolute;
    right: 27px;
    top: 45px;
}
ul.description {
    padding-left: 20px;
}

.newValueSet span {
    color: #f00 !important;
}
.disabledNode span {
    color: #999 !important;	
}
.saved, .saved * {
    color: #000 !important;
}

/*
 * form-halu.phtml
 */
#tab-variations {
    height: auto;
}
#variations, #prodTab1, #tab-images {
    /*height: 378px;*/
}
#modifiers {
    /*height: 378px;*/
}
#properties {
    /*height: 378px;*/
}
#prodTab1 p {
    clear: both;
    float: left;
    margin-bottom: 5px;
	width: 100%;
}
#prodTab1 p label {
    float: left;
    width: 120px;
}
#prodTab1 input[type="text"], #prodTab2 input[type="text"] {
    width: 300px;
    height: 17px;
	border: 1px solid #dadada; 
}
#featured-date_exp {
	width: 120px !important;
	border: 1px solid #dadada;	
}
    /*ext.tpls*/
#modifiers, #properties, #variations {
    clear: both;
    float: right;
    width: 100%;
    margin-top: 5px;
	overflow: auto;
}
.modifier, .variation, .property {
    clear: both;
    margin: 5px;
    border: 1px solid #e1e1e1;
    background: #efefef;
    padding: 5px;
}
.modifier-child, .row, .option, .property-child {
    clear: both;
    background: #fff;
    padding: 4px 8px 3px 8px;
    margin-bottom: 2px;
}
.row, .property-child {
    background: none !important;
    color: #666;
}
.variation label, .property label {
    float: left;
    clear: left;
    width: 70px;
}
.variation .green-header {
    line-height: 10px !important;
}
.variation .wrapper {
    background: #f1f1f1;
    border: 1px solid #fafafa;
    clear: both;
    margin-bottom: 5px;
}
.options {
    clear: both;
    padding-top: 1px;
}
.option {
    margin: 3px;
    color: #666;
}

/*
 * Attributes
 */
#form-option p {
	clear: both;
	margin-bottom: 5px;
}
#form-option select {
	width: 100px;
}
#form-option label {
	width: 80px;
	float: left;
}


/*
 * User
 */
dl.zend_form {
	
}

dl.zend_form dd fieldset dt {
	margin: 3px 0px;
	float: left;
	clear:left;
	width: 100px;
}
dl.zend_form dd fieldset dd {
	margin: 2px 0px;
}
dl.zend_form dd input[type="text"], 
dl.zend_form dd input[type="password"], 
dl.zend_form dd select {
	width: 300px;
}
dl.zend_form dd textarea {
	width: 300px;
	height: 200px;
}
dl.zend_form dd input[type="text"], 
dl.zend_form dd input[type="password"] {
	padding: 3px;
}
dl.zend_form dd fieldset {
	padding: 3px 10px 7px;
}
dl.zend_form dd fieldset legend {
	font-size: 13px;
	color: #444;
	font-weight: bold;
}

/*
 * Address
 */
.address {
	width: 240px;
	margin-top: 7px;
	padding: 7px 10px;
	border-top: 3px double #A1A1A1;
	border-bottom: 3px double #A1A1A1;
	cursor: pointer;
}
.activeAddress {
	background: #eaeaea;
}
.over {
	background: #eaeaea;
}

/*
 * chartlist for poll results
 */
.section {
    clear:left;
    float:left;
    padding:1em 2em;
}
.chartlist {
    border-top:1px solid #EEEEEE;
    float:left;
    width:15em;
}
.chartlist li {
    border-bottom:1px solid #EEEEEE;
    display:block;
    position:relative;
}
.chartlist li a {
    display:block;
    padding:0.4em 4.5em 0.4em 0.5em;
    position:relative;
    z-index:2;
    text-decoration:none;
}
.chartlist .count {
    color:#999999;
    display:block;
    font-size:0.875em;
    font-weight:bold;
    line-height:2em;
    margin:0pt 0.3em;
    position:absolute;
    right:0pt;
    text-align:right;
    top:0pt;
    z-index:2;
}
.chartlist .index {
    background:#B8E4F5 none repeat scroll 0%;
    display:block;
    height:100%;
    left:0pt;
    line-height:2em;
    overflow:hidden;
    position:absolute;
    text-indent:-9999px;
    top:0pt;
}
.chartlist li:hover {
    background:#EFEFEF none repeat scroll 0%;
}

/*
 * Definition lists
 */
dl.inline {
    float: left;
    margin-right: 10px;
}

/*
 * Gbase
 */
.gbase-item-draft {
	background: #fff;
}
.gbase-item-draft.x-grid3-row-alt {
	background: #fff;
}
.gbase-item-draft * {
	color: #999 !important;
}

.gbase-item-disapproved {
    background: #fff7f7;
}
.gbase-item-disapproved.x-grid3-row-alt {
    background: #fff3f3 !important;
}
.gbase-item-disapproved.x-grid3-row-over {
    background: #ffe8e8 !important;
}
.gbase-item-disapproved.x-grid3-row-selected {
    background: #DFE8F6 none repeat scroll 0 0 !important;
}

/*
 * General form
 */
dl.general-form {
    padding: 0px 7px 7px;
}
dl.general-form dt {
    float: left;
    width: 100px;
	clear: left;
	line-height:180%;
}
dl.general-form dd {
    margin: 2px 0px;
	float: left;
	line-height:180%;
	width: 65%;
}
dl.general-form dd input[type="text"], 
dl.general-form dd input[type="password"], 
dl.general-form dd select {
    width: 95%;
}
dl.general-form dd textarea {
    width: 95%;
    height: 130px;
}
dl.general-form dd input[type="text"], 
dl.general-form dd input[type="password"] {
    padding: 1px;
}

/*
 * Config
 */
.config-title {
    font-size: 16px;
    font-family: Arial;
    padding: 0px 7px 7px;
    margin: 3px 0px;
}

/*
 * Dashboard
 */
#quick-summary-dashboard ul {
    float:left;
}

.dashboard-tabs {
    background: url(../images/dashboard-list-bg.gif) repeat-x left bottom;
    border-bottom: 1px solid #aeaeae;
    margin: 0px 0px 10px;
    height: 17px; 
    float: left;
    clear: both;
    width: 100%;
}
.dashboard-tabs li {
	float:left;
	padding: 2px 7px 0px;
    line-height: 25px;
}
.dashboard-tabs li a {
    text-decoration: none; 
    display: block;  
}
.dashboard-tabs li a span {
    font: 11px Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 2px 10px 1px;
    border: 1px solid transparent;
    border-bottom: none;
}
.dashboard-tabs li a:hover span {
    color: #777;
}
.dashboard-tabs li a.active span {
    background: #efefef;
    border: 1px solid #aeaeae;
    border-bottom: none;
}
#quick-summary-dashboard, 
#quick-orders-dashboard, 
#quick-halus-dashboard {
    margin-top:10px;	
}

/**
 * osCommerce import
 */
#process_log .message {
    border: 1px solid #777;
    background: #eee;
    padding: 5px 7px;
    margin-bottom: 5px;
}
#process_log .message h5.expandable {
    cursor: pointer;
    line-height: 16px;
    background: url(../images/minimize.png) no-repeat right center;
}
#process_log .message .details {
    margin-top: 4px;
    padding-left: 7px;
    display: none;
}
#process_log .message .details h6 {
    font-size: 0.95em;
    font-weight: bold;
}
#process_log .message .details ul {
    padding-left: 7px;
    font-size: 0.95em;
    margin-bottom: 3px;
}

/**
 * messagestack
 */
#messages {
    width:100%; 
    overflow:hidden;
    zoom: 1;
}
#messages ul {
    margin-bottom: 5px;
    border-style: solid;
    border-width: 1px;
    background-repeat: no-repeat;
    padding: 8px;
    font-size: .95em;
    font-weight: bold;
    border-color: #999;
    background-color: #fdfdfd;
}
ul.error-msg, 
ul.notice-msg,
ul.success-msg {
    background-position: 10px 7px;
    padding: 8px 8px 8px 32px !important;
}
ul.error-msg {
    color:#df280a;
    border-color:#f16048 !important;
    background-color:#faebe7 !important;
    background-image:url(../images/icons/delete.png);
}
ul.notice-msg {
    color:#3d6611;
    border-color:#fcd344 !important;
    background-color:#fafaec !important;
    background-image:url(../images/icons/notice.png);
}
ul.success-msg {
    color:#3d6611;
    border-color:#446423 !important;
    background-color:#eff5ea !important;
    background-image:url(../images/icons/accept.png);
}

/**
 * Ext cmp layout fix
 */
#ext-cmp-layout {
    clear: both;
}
#ext-cmp-layout .sidebox {
    float: left;
}
