.upload-icon {
	background: url('../images/image_add.png') no-repeat 0 0 !important;
}

/*
 * Action Column class applied to every action icon
*/
.x-action-col-icon{
	margin: 2px;
	}	
.hide-icon{
	display: none;	
}


.category-icon{
	background-image: url("../images/folder.gif") !important;
	}
	
.auto-width-tab-strip ul.x-tab-strip {
            width: auto;
        }
        
ul.x-tab-strip li{
	list-style: none;
	}        

/*
.thumb-wrap{
	text-align: center;
	width: 150px;
	height: 150px;
	float: left;
	}

.thumb-wrap img{
	widht: 130px;
	height: 130px;
	display: block;
}
	
.image-mouse-over{
	border: 1px solid black;
}	

.image-selected{
	background-color: #565656;
}
*/

#images-view .x-panel-body{
	background: white;
	font: 11px Arial, Helvetica, sans-serif;
	border: 1px solid #D0D0D0;
}
#images-view .thumb{
	background: #dddddd;
	/*padding: 3px;*/
}
#images-view .thumb img{
	
}
#images-view .thumb{
	height: 66px;
	width: 86px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#images-view .thumb-wrap{
	float: left;
	margin: 4px;
	margin-right: 0;
	padding: 5px;
}
#images-view .thumb-wrap span{
	display: block;
	overflow: hidden;
	text-align: center;
}

#images-view .x-view-over{
    border:1px solid #dddddd;
    background: #efefef url(../images/row-over.gif) repeat-x left top;
	padding: 4px;
}

#images-view .x-view-selected{
	background: #eff5fb url(../images/selected.gif) no-repeat right bottom;
	border:1px solid #99bbe8;
	padding: 4px;
}
#images-view .x-view-selected .thumb{
	background:transparent;
}

#images-view .loading-indicator {
	font-size:11px;
	background-image:url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
	margin:10px;
}


.filter-panel-label{
	padding-left: 10px;
	padding-right: 5px;	
}
.filter-panel-label-firts{
	padding-right: 5px;
	padding-left: 2px;	
}

.product-main-thumb{
	/*height: 60px;
	width: 80px;*/
}
.product-detail-main-image{
	padding: 20px;
	text-align: center;
	vertical-align: center;
}
.product-detail-header-image{
	/*border: 1px solid black;*/	
}
.product-detail-header{
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #4CB382;
}
.product-detail-header-price{
	color: #4CB382;
	font-weight: bold;
}
.product-detail-section-header{
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.product-detail-form-label{
	padding: 3px 3px 3px 0;
}

.product-detail-header-description{
	padding: 10px;
	border: 1px solid #D0D0D0;
	}

.product-detail-header-description ul li{
	list-style: disc inside;
}

.product-detail-header-description ol li{
	list-style: decimal inside;
}
.product-detail-header-description ul, .product-detail-header-description ol{
	margin: 1.12em 2em;
}
.product-detail-file-helptext{
	font-style: italic;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
.product-detail-validation{
	
	}
.header-detail{
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.eshop-main-header-category-label{
	font-weight: bold !important;
}
.price-composite-field-currency-label{
	padding-top: 3px;
	}
.cart-warnings{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 1.1em;
	}
.cart-warnings img{
	margin-right: 10px;
	vertical-align: middle;
	}
.cart-warnings span{
	vertical-align: middle;
}
.cart-warnings-panel{
	margin-bottom: 10px;
	}
.label-text-middle{
	padding-top: 3px;
	}
.cart-info-panel{
    font-size: 12px !important;
	padding: 6px 10px 0px 10px !important;
	
}	
.cart-info-panel-label{
	/*text-decoration: underline;
	font-weight: bold !important;*/
}
.cart-info-panel-label .x-btn-text{
	font-size: 11px;
    font-weight: bold;
    padding-right: 10px;
    text-decoration: underline;
}


.validation-message{
	padding: 10px;
	width: 90%;
}
.validation-message td{
	padding-bottom: 10px;
}
.validation-message-icon{
	width: 25px;
	text-align: center;
	padding-right: 10px;
}	
.validation-message-title{
	font-size: 12px;
}
.validation-message-text{
	font-style: italic;
}
.product-share-table-title{
	font-weight: bold !important;
	color: #333333;
	padding-left: 5px;	
}
.product-share-slider-panel{
	background-color: #F0F0F0 !important;
	border: 1px solid #D0D0D0 !important;
}
.product-share-no-active-pattern-panel{
	background-color: #F0F0F0;
	border: 1px solid #D0D0D0;	
}
.product-share-no-active-pattern-panel-body{
	padding: 10px;
	font-weight: bold;
	}

.wizard-steps-background{
  background: url('../images/cart/middle_line.png') repeat-x;
}
.wizard-steps-label-active{
  color: #4CB382;
  position: absolute;
  margin-left: 10px;
  font-size: 1.5em;
  font-weight: bold;
}
.wizard-steps-label-nonactive{
  color: #6D6D6D;
  position: absolute;
  margin-left: 10px;
  font-size: 1.5em;
  font-weight: bold;
}
.wizard-steps-border{
	border-right: solid 1px #D0D0D0 !important;
}

.eshop-disabled-field{
	background-color: #F8F8F8;
    /*color: #565656;*/
}

/*Shopping cart navigation panel*/

.wizard-navigation-icon-finish{
  background-image: url('../images/cart/button_finish.png');
}

.wizard-navigation-icon-next{
    background-image: url('../images/cart/button_forward.png');
}

.wizard-navigation-icon-next .wizard-navigation-button-base-mc{
    padding-right: 7px;
}
.wizard-navigation-icon-prev .wizard-navigation-button-base-mc{
    padding-left: 7px;
}
.wizard-navigation-icon-finish .wizard-navigation-button-base-mc button{
    padding-left: 0px;
    margin-left: 0px;
}

.wizard-navigation-icon-prev{
    background-image: url('../images/cart/button_back.png');
}
.x-item-disabled .wizard-navigation-button-base-mc{
    
}
.wizard-navigation-button-base{
    cursor:pointer;
	  white-space: nowrap;
	  height: 29px;
	  background-repeat: no-repeat;   
    color: #FCFEFD;
    font-weight: bold;  
}
.wizard-navigation-button-base-noicon{
    background-position: 0 0;
}
.wizard-navigation-button-base-click{
    background-position: 0 -29px;
}
.wizard-navigation-button-base-over{
    /*background-position: 0 -29;*/
}
.wizard-navigation-button-base-disabled{
  background-position: 0 -58px;
}

.wizard-navigation-button-base-text{
    color: #FCFEFD;
    font-weight: bold;
}
.wizard-navigation-button-base-text-disabled{
    color: #9E9E9E;
    font-weight: bold;
    padding: 0;
}
.wizard-navigation-button-base-mc{
    padding-bottom: 2px;
    text-align:center;
}
.wizard-navigation-button-base button{
    background-color: transparent;
    border: 0 none;
    cursor: pointer;
    margin: 0;
    outline: 0 none;
    overflow: visible;
   	 
    }
    
.wizard-licence-icon-button{
    background-image: url('../images/buttons.png');
}

.wizard-licence-icon-button .wizard-navigation-button-base-text{
  padding: 0;
}
    
.wizard-navigation-toolbar{
    border-width: 1px !important;
}

.wizard-licence-bbar{
	margin-left: 1px;	
}

.wizard-licence-bbar td.x-toolbar-cell{
	padding: 0 !important;
}

.address-box{
	color: #565656;
	border: 0 none;
    font: 12px tahoma,arial,helvetica,sans-serif;
   	background: transparent;	
}
.x-panel-mc .data-panel{
  background-color: white !important;
  border: 1px solid #D0D0D0 !important;
}
.share-panel-border .x-panel-body{
	border: 1px solid #D0D0D0 !important;
}
.border-all{
	border: 1px solid #D0D0D0 !important;
}

.only-non-public-checkbox{
	margin-top: 0px !important;
	margin-left: 15px;
}
.eshop-main-category-title{
	margin-left: 5px;
	font-weight: bold !important;
}
.wizard-box .x-panel-header-text{
	font-size: 1.5em;
	margin-left: 5px;
	font-weight: bold;
	 
	}
.wizard-box .x-panel-header{
	line-height: normal;
	}
	
input.x-form-invalid, textarea.x-form-invalid {
    background-color: #FFEEEE !important;
    background-image: none !important;
    border-color: #FF7870 !important;
}
.x-form-invalid.x-form-composite{
	background-color: transparent !important;
	}

.wizard-delivery-data{
	margin-top: 1em;
	}
	
.form-element-label{
	padding-top: 3px;
	}	

.icon-combo-icon{
	height: 20px;
    left: 2px;
    position: absolute;
    top: 3px;
    width: 0;
}

.icon-combo-input{
	padding-left: 20px !important;
}

.combo-metadata-dataset{
	background: url("../images/sprite_cenia.png") no-repeat 0px -360px;
	padding-left: 20px !important;
	height: 16px;
}

.combo-metadata-series{
	background: url("../images/sprite_cenia.png") no-repeat 0px -360px;
	padding-left: 20px !important;
	height: 16px;
}

.combo-metadata-service{
	background: url("../images/sprite_cenia.png") no-repeat scroll 0 -215px transparent;
    padding-left: 20px !important;
   height: 16px;
}

/*link*/
.combo-product-type-1{
	background: url("../images/product_link.png")  no-repeat;
	padding-left: 20px !important;
	height: 16px;
}

.combo-product-type-2{
	background: url("../images/product_service.png") no-repeat;
	padding-left: 20px !important;
	height: 16px;
}

.combo-product-type-3{
	background: url("../images/product_file.png") no-repeat ;
    padding-left: 20px !important;
   height: 16px;
}

.combo-product-type-4{
	background: url("../images/product_package.png") no-repeat ;
	padding-left: 20px !important;
	height: 16px;
}


.grid-first-column{
	font-weight: bold !important;
	}
.eshop-disabled-field .combo-empty-text{
	color: gray;
}	
.combo-empty-text{
	
}

.eshop-clickable{
  font-weight: bold;
  cursor: pointer;
  color: #647380;
  text-decoration: none;
}

.eshop-clickable:hover{
  text-decoration: underline;
}

.product-type-icon{
	padding-right: 5px;
}

.product-detail-header-cell{
	vertical-align: top;
	padding-right: 40px;
}
.product-detail-header-cell .x-form-item{
	font-size: 14px !important;
	}
.product-detail-header-shortInfo{
	padding-bottom: 7px;	
}

/*
.product-detail-header-top{
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;	
	}
.product-detail-header-middle{
	
	border-left: 1px solid black;
	border-right: 1px solid black;
	}
.product-detail-header-bottomleft{
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	
	}
.product-detail-header-bottomright{
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	}
	*/
.product-detail-header-panel{
	/*border: 1px solid black;*/
	}