/*---------------------------------------------*/
/* Reset                                       */
/*---------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul { list-style:none; }

/* Style for Article description */
.row ul {
    list-style-image: url(/images/square-grey.png);
    padding-left: 20px;
    margin: 10px 0;
}
.row ol {
    list-style-type: decimal !important;
    padding-left: 20px;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {	
	font-weight:normal;
	color: #666666;
}
a {
	text-decoration: underline;
	color: var(--branding-color1);
	outline: none;
}

	a.btn {
		text-decoration: none;
	}

q:before,q:after { content:''; }
abbr,acronym { border:0; }

img { -ms-interpolation-mode: bicubic; }


/*---------------------------------------------*/
/* Globals                                     */
/*---------------------------------------------*/
body {
  /*font: 13px/1.3 Arial, Helvetica, sans-serif;*/
  font: 14px/1.3 "Open Sans", Arial, Helvetica, sans-serif;
  background: #f7f7f7; 
  height: 100%;
}

strong, b {
    font-weight: 600;
}

/*
#header {
    position: relative;
}
*/

#header #logo {
    position: absolute;
}

a {
	color: #0e2954;
}
a:hover {
  
}

td {
	font-size: 14px;
}

.hidden {
    display: none;
}

div.removeFromCart {	
    position: absolute;	
    width: 22px;
    height: 22px;
	right: 0px;
	top: 80px;
    z-index: 10;
	background-image: url(../images/toTrash.png);
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);		
}

div.removeFromCart:hover {	
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	background-image: url(../images/toTrash.png);
}

label.lblToCart {
	color: #fff;
	position: absolute;	
	top: 4px;
	left: 32px;	
	height: 20px;
	width: 74px;
	text-align: center;
	/*font-size: 12px;*/
	font-weight: 600;	
}

/*---------------------------------------------*/
/* Styles für CKEDITOR Artikelbeschreibungen   */
/*---------------------------------------------*/

.blau {
	color: var(--branding-color1);
}

.rot {
	color: var(--branding-color2);
}
	
/*---------------------------------------------*/
/* Buttons, Links                              */
/*---------------------------------------------*/

a.textlink { 
  color:#333; 
  padding-left:10px;
}

a.actionlink {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dashed #666;
}
a.actionlink:hover {
  border-bottom-style: solid;
}

a.blank { 
  color:#333; 
}
a.blank:hover { 
  background-color:#fbf6d1; 
}

.button,
.button-small,
.button span,
.button-small span {
	float: left;
	display: block;
	text-decoration: none;
	color: #666;
	cursor: pointer;
	user-select: none; 
	-webkit-user-select: none; 
	-moz-user-select: none;	
}

.button-small .button_download{
  float: left;
  margin-left: -7px;
  margin-top: 3px;
  margin-right: 3px;
  padding: 0;
  width: 16px;
  height: 16px;
  background-image: url(../images/btn-download16.png);
  background-repeat: no-repeat;
}

.button-small .button_upload{
  float: left;
  margin-left: -7px;
  margin-top: 3px;
  margin-right: 3px;
  padding: 0;
  width: 16px;
  height: 16px;
  background-image: url(../images/btn-upload16.png);
  background-repeat: no-repeat;
}

.button-small .button_delete{
  float: left;
  margin-left: -7px;
  margin-top: 3px;
  margin-right: 3px;
  padding: 0;
  width: 16px;
  height: 16px;
  background-image: url(../images/btn-delete16.png);
  background-repeat: no-repeat;
}

.button-small .button_archiv{
  float: left;
  margin-left: -7px;
  margin-top: 3px;
  margin-right: 3px;
  padding: 0;
  width: 16px;
  height: 16px;
  background-image: url(../images/button_archiv16.png);
  background-repeat: no-repeat;
}

.button-small .button_add{
  float: left;
  margin-left: -7px;
  margin-top: 3px;
  margin-right: 3px;
  padding: 0;
  width: 16px;
  height: 16px;
  background-image: url(../images/button_add_text16.png);
  background-repeat: no-repeat;
}

.button-small .button_detail{
  float: left;
  margin-left: -7px;
  margin-top: 3px;
  margin-right: 3px;
  padding: 0;
  width: 16px;
  height: 16px;
  background-image: url(../images/btn-detail16.png);
  background-repeat: no-repeat;
}

.button:hover span,
.button-small:hover span {
  color: #000;
}

.button.inline span img { float:left; }

/* Button */ 
.button {
	padding: 0 0 0 10px;
	margin: 0 10px 0 0;
	height: 28px;
	line-height: 28px;
	background: url(../images/but-left.png?v=42) 0 0 no-repeat;
}

.button.right { margin: 0; }

.buttonRight {
	padding: 0 10px 0 0;
	height: 28px;
	font-size: 11px;
	background: url(../images/but-right.png?v=42) 100% 0 no-repeat;
	/*text-shadow: #EEE 0 1px 0;*/
}
	
.button  .button_xls{
  background-image: url(../images/button_xls.png);
  background-repeat: no-repeat;
}

.button  .button_find{
  background-image: url(../images/button_find.png);
  background-repeat: no-repeat;
}

.button  .button_add_rect{
  background-image: url(../images/button_add_rect.png);
  background-repeat: no-repeat;
}

.button  .button_add_crosshair{
  background-image: url(../images/button_add_crossHair.png);
  background-repeat: no-repeat;
}

.button  .button_filter{
  background-image: url(../images/button_filter.png);
  background-repeat: no-repeat;
}	

.button  .button_logout{
  background-image: url(../images/button_logout.png);
  background-repeat: no-repeat;
}	

.button  .button_csv{
  background-image: url(../images/button_csv.png);
  background-repeat: no-repeat;
}

.button  .button_close{
  background-image: url(../images/button_close.png);
  background-repeat: no-repeat;
}	

.button  .button_next{
  background-image: url(../images/button_next.png);
  background-repeat: no-repeat;
}

.button  .button_pdf{
  background-image: url(../images/button_pdf.png);
  background-repeat: no-repeat;
}	

.button  .button_edit{
  background-image: url(../images/button_edit.png);
  background-repeat: no-repeat;
}

.button  .button_add_text{
  background-image: url(../images/button_add_text.png);
  background-repeat: no-repeat;
}

.button  .button_delete{
  background-image: url(../images/button_delete.png);
  background-repeat: no-repeat;
}

.button  .button_delete_cart{
  background-image: url(../images/button_delete_cart.png);
  background-repeat: no-repeat;
}

.button  .button_trash{
  background-image: url(../images/button_trash.png);
  background-repeat: no-repeat;
}

.button  .button_tool{
  background-image: url(../images/button_tool.png);
  background-repeat: no-repeat;
}

.button  .button_cut_red{
  background-image: url(../images/button_cut_red.png);
  background-repeat: no-repeat;
}

.button  .button_save{
  background-image: url(../images/button_save.png);
  background-repeat: no-repeat;
}

.button .button_cart {
  background-image: url(../images/button_cart.png);
  background-repeat: no-repeat;
}

.button .button_quickorder {
  background-image: url(../images/button_quickorder.png);
  background-repeat: no-repeat;
}

.button  .button_back{
  background-image: url(../images/button_back.png);
  background-repeat: no-repeat;  
}

.button  .button_backok{
  background-image: url(../images/button_backok.png);
  background-repeat: no-repeat;
}

.button  .button_add{
  background-image: url(../images/button_add.png);
  background-repeat: no-repeat;
}

.button  .button_new{
  background-image: url(../images/button_new.png);
  background-repeat: no-repeat;
}

.button  .button_confirm{
  background-image: url(../images/button_confirm.png);
  background-repeat: no-repeat;
}

.button  .button_print{
  background-image: url(../images/button_print.png);
  background-repeat: no-repeat;
}

.button  .button_email{
  background-image: url(../images/btn-email.png);
  background-repeat: no-repeat;
}

.button  .button_approvalgreen{
  background-image: url(../images/button_approvalgreen.png);
  background-repeat: no-repeat;
}

.button  .button_approvalred{
  background-image: url(../images/button_approvalred.png);
  background-repeat: no-repeat;
}

.button  .button_options{
  background-image: url(../images/button_options.png);
  background-repeat: no-repeat;
}

.button  .button_selectall{
  background-image: url(../images/button_selectall.png);
  background-repeat: no-repeat;
}

.button  .button_dselectall{
  background-image: url(../images/button_dselectall.png);
  background-repeat: no-repeat;
}

.button  .button_reload{
  background-image: url(../images/button_reload.png);
  background-repeat: no-repeat;
}

.button  .button_upload{
  background-image: url(../images/button_upload.png);
  background-repeat: no-repeat;
}

.button  .button_download{
  background-image: url(../images/button_download.png);
  background-repeat: no-repeat;
}

.button  .button_archiv{
  background-image: url(../images/button_archiv.png);
  background-repeat: no-repeat;
}

.button  .button_thin_save{
  float: left;
  margin-top: 3px;
  padding: 0;
  width: 22px;
  height: 22px;
  background-image: url(../images/button_save.png);
  background-repeat: no-repeat;
}

.button  .button_detail{	
  background-image: url(../images/button_detail.png);
  background-repeat: no-repeat;
}

.button  .button_request {	
  background-image: url(../images/button_request.png);
  background-repeat: no-repeat;
}


.button .button_request_s {	
  background-image: url(../images/request-s.png);
  background-repeat: no-repeat;
}

i.button_request_s {
    margin-left: -11px !important;
    width: 30px !important;
}

.button_length {
    min-width: 137px;
}

.button-height {
    height: 31px;
}

.button-height a {
    margin: 0;
}

.button i {
    float: left;
    margin-left: -3px;
    margin-right: 5px;
    margin-top: 3px;	
    width: 22px;
    height: 22px;
}

.button i.large {
    width: 26px;
}

.button span {
	padding: 0 13px 0 0;
	height: 28px;
	font-size: 13px;
	background: url(../images/but-right.png?v=42) 100% 0 no-repeat;
	text-shadow: #EEE 0 1px 0;
	overflow: visible;
}

.button .buttonRight {
	padding: 0 13px 0 0;
	height: 28px;
	font-size: 11px;
	background: url(../images/but-right.png?v=42) 100% 0 no-repeat;
}
		
/* Button Small */ 
.button-small {
  padding: 0 0 0 13px;
  margin: 0 5px 0 0;
  height: 22px;
  line-height: 22px;
  background: url(../images/but-small-left.png) 0 0 no-repeat;
}
  .button-small span {
    padding: 0 13px 0 0;
    height: 22px;
    font-size: 11px;
    background: url(../images/but-small-right.png) 100% 0 no-repeat;
    text-shadow: #EEE 0 1px 0;
  }

/* Normal button */
.button,
.button-small { background-position: 0 0; }
	.button span,
	.button-small span { background-position: 100% 0; }
	.confirm .buttonRight { background-position: 100% 0; }

.button:hover,
.button-small:hover { background-position: 0 -28px; }
	.button:hover span,
	.button-small:hover span { background-position: 100% -28px; }	
	.confirm .buttonRight:hover { background-position: 100% -28px; }
	
/* Grey button */
.gray { background-position: 0 -56px; }
	.gray span { background-position: 100% -56px; }
	.gray .buttonRight { background-position: 100% -56px; }

.gray:hover { background-position: 0 -84px; }
	.gray:hover span { background-position: 100% -84px; }
	.gray .buttonRight:hover { background-position: 100% -84px; }

/* Green & Confirm button */
.green,
.confirm { background-position: 0 -112px; }
	.green span,
	.confirm span { background-position: 100% -112px; font-weight: 600; color:#439716; }
    .confirm .buttonRight { font-weight: 600; color:#439716; background-position: 100% -112px; }
	
.green:hover,
.confirm:hover { background-position: 0 -140px; }
	.green:hover span,
	.confirm:hover span { background-position: 100% -140px; color:#030; }
	.confirm .buttonRight:hover { background-position: 100% -140px; color:#030; }

/* Blue button */
.blue { background-position: 0 -224px; }
	.blue span {
		background-position: 100% -224px;
		font-weight: 600;
		color: var(--branding-color1);
	}
	
.blue:hover { background-position: 0 -252px; }
	.blue:hover span { background-position: 100% -252px; color:#003; }

/* Red & Cancel button */
.red,
.cancel { background-position: 0 -168px; }
	.red span,
	.cancel span { background-position: 100% -168px; color:#C33; }
	.cancel .buttonRight { color:#C33; background-position: 100% -168px; }

.red:hover,
.cancel:hover { background-position: 0 -196px; }
	.red:hover span,
	.cancel:hover span { background-position: 100% -196px; color: #600; }
	.cancel .buttonRight:hover { background-position: 100% -196px; color:#600; }

/* Disabled button */
.disabled {
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter:alpha(opacity=50);
}
.disabled { background-position: 0 0px!important; }
	.disabled span { background-position: 100% 0px!important; }

.disabled:hover { background-position: 0 0px!important; }
	.disabled:hover span { background-position: 100% 0px!important; }

.disabled { color: #999!important; cursor: default; }
.disabled span { color: #999!important; cursor: default; }

/* Icons in button */
.button .btn-icon {
  float: left;
  margin: 5px 5px 5px -3px;
  padding: 0;
  width: 16px;
  height: 16px;
  background-image: url(../images/btn-icons.gif);
  background-repeat: no-repeat;
}
.icon-add { background-position: 0 -1px; }
.icon-export { background-position: 0 -91px; }
.icon-print { background-position: 0 -122px; }

a.internal {
  text-decoration:none;
  font-size:11px;
  color:#888;
}
a.internal:hover {
  color:#666;
  border-bottom:1px solid #bbb;
}

a.btn_remove {
  display: block;
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  background: url(../images/btn-remove.png) no-repeat 0 0;
  padding: 0px;
}
a.btn_remove:hover {
  background-position: 0 -16px;
}


/*---------------------------------------------*/
/* Help                                        */
/*---------------------------------------------*/
.help {
  font: italic 1em Georgia, "Times New Roman", Times, serif;
  background: #FFC;
  border-bottom: 1px solid #EEB;
  padding: 2px 5px;
}
  .help p {
    padding: .75em 20px;
    color: #444;
  }

/*---------------------------------------------*/
/* Messages                                    */
/*---------------------------------------------*/

div.message {
	position: absolute;
	top: 0px;
	left: 0px;	
	height: 250px;
	width: 250px;	
	z-index: 999991;
}

div.message.text {	
	position: absolute;
    top: 120px;
	font-size: 13px;	
	text-align: center;
	color: #555;
	height: 100px;
	width: 240px;
    padding: 0px 5px;
}

div.message_success {
	height: 250px;
	width: 250px;
	background: url(../images/message-success-background.png) no-repeat 0 0;
}

div.message_error {
	height: 250px;
	width: 250px;
	background: url(../images/message-error-background.png) no-repeat 0 0;
}

div.message_key_info {
	position: absolute;
	font-size: 13px;	
	text-align: center;
	color: #555;
    bottom: 0px;
	height: 30px;
	width: 250px;
    padding-top: 5px;
}

/*---------------------------------------------*/
/* Tool tips                                   */
/*---------------------------------------------*/

.tooltip {
	color: #000;
	width: 200px;
	z-index: 13000;
}
 
.tip-title {
	font-weight: 600;
	font-size: 11px;
	margin: 0;
	color: #fff;
	padding: 8px 8px 4px;	
	background: url(../images/bubble.png) top left;
}
 
.tip-text {
	font-size: 11px;
	color: #fff;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}
 
/* Address fields */

div.address_field {
  background:#e5e5e5;
  padding: 15px;
  border: 1px solid #ccc;
}

div.address_field.passive {
  background-color: transparent;
  border-color: #FFF;
}
  div.address_field.passive .order-type {
    display: none;
  }
  
  .sheet_col label.checkbox {
    display: block;
    float: none!important;
    color: #000!important;
    width: auto;
  }
  .address_field label input,
  .sheet_col label.checkbox input {
    float: none!important;
  }

div#order_address_field {
  padding-left: 10px;
  overflow: hidden;
  zoom: 1;
}

a#order_address_form_button {
  margin-left: 80px;
}

div#address_order_amount {
  color:#666;
}

/*div#order_address,*/
.order-type {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.package-footer .order-type {
  margin: 0 0 1.5em;
}
  .package-footer .order-type input { 
    float: left;
    margin-right: .5em;
  }

div#order_address p,
div.order-type p {
  margin:0 0 10px 0;
}

form#order_address_form {
  margin-left: 20px;
}
  form#order_address_form label {
    float: left!important;
    color: #333!important;
    font-size: 100%;
    font-weight: normal;
    width: 80px;
  }
  
  #upload_stats,
  .upload_stats {
    margin: 10px 0;
  }
  #package-stats-uploadstats,
  #pers_addresslist {
    margin-top: 7px;
  }
    .upload-stats-ok,
    .upload-stats-err {
      padding-left: 16px;
      background: url(../images/i-statuses.gif) no-repeat 0 0;
    }
    
    .upload-stats-err {
      background-position: 0 -22px;
    }

#product_preview_image, .product_image {
    background-color: #fff;
    width: 520px;
    margin: 2px 0 15px 2px;
    padding: 8px 2px;
    text-align: center;
    float: left;
    box-shadow: 0 0 2px #969696;
    -moz-box-shadow: 0 0 2px #969696;
    -webkit-box-shadow: 0 0 2px #969696;
}

.thumbnails {
    float: left;
    margin-right: 10px;
}

a.previewImageThumb {
    display: block;
    margin-bottom: 10px;
    padding: 2px;
}

a.previewImageThumb img {
    max-height: 60px;
    max-width: 60px;
}

/*img#imgPreview, .imgPreview,*/
.printedImgPreview {
    border:solid 1px #ddd;
}

div.flag {
    float: left;
    margin-right: 5px;
    width: 23px;
    height: 14px;
    background-repeat: no-repeat;
    cursor: pointer;   
}

.flagActive {
	border: 2px solid #eb6909;
}

