/*
 * Modification eccn-gfr 2012 
 */
.shop-special-info {
	padding: 10px;
	width: 930px;
}
.shop-special-info .highlight {
	color: #FF9900;
	font-weight: 700;
}
.shop-special-info a {
	color: #FF9900;
}
	
#order-process {
	margin: 0px 0px 10px 5px;
}

.vorschau {
	border: 1px solid white;
    height: 125px;
    padding: 15px;
    max-width: 90%
}

.vorschauNoImage {
	height: 100px;
	width: 150px;
}

.uploadDialog {
	display: none;
	left: center;
	top: center;
}

.errorMsg {
	position: relative;
	width: 50%;
	float: left;
}

.myModal {
	background-color: rgba(0, 0, 0, 0.2);
    color: white;
    display: none;
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 25px;
    position: fixed;
    top: 0;
    width: 100%;
}

.myModal:before {
	content: ' ';
	position: fixed;
	width: 0;
	height: 0;
	left: 28%;
	bottom: 75%;
	border: 20px solid;
	border-color: transparent transparent #eb7900 #eb7900;
}

.modalHeader{
	width: 100%;
}

.modalHeader a{
	text-decoration: underline;
	color: white;
}

.modalContent{
	background-color: #eb7900;
    left: 25%;
    padding: 25px;
    position: fixed;
    top: 25%;
    width: 50%;
}

.modalUploadLeft{
	padding-left: 15px;
	color: #eb7900;
	width: 30%;
}

.modalUpload {
	border: 1px dashed white;
    float: left;
    height: 75px;
    left: 30px;
    padding-top: 5px;
    position: relative;
    width: 90%;
}

.modalUpload{
	text-align: center;
}

.modalUploadRight {
	border: 1px dashed white;
    float: left;
    height: 75px;
    left: 30px;
    padding-top: 5px;
    position: relative;
    width: 50%;
}

.modalImageLeft{
    clear: both;
    margin: 5px;
    padding: 15px;
    min-width: 30%;
}

.modalImageRight{
	display: block;
    float: left;
    padding-top: 35px;
    width: 45%;
}

.modalProgress{
	display: none;
	padding-top: 30px;
}

.modalProgress button{
	border: 1px solid white;
	margin-left: 20px;
}

.modalButton{
	width: 100%;
}

.modalButton button{
	border: 1px solid white;
	margin-left: 20px;
}

#fileName{
	clear: both;
	width: 100%;
}

#fileSize{
	clear: both;
	width: 100%;
}

#fileType{
	clear: both;
	width: 100%;
}

#errorMsg{
	clear: both;
	width: 100%;
	padding-top: 20px;
}

#order-process .step-10, #order-process .step-20, #order-process .step-30,
#order-process .step-40 {
	float: left;
	/*border: 1px solid #333333;*/
	height: 40px;
	line-height: 40px;
	margin: 0px 0px 0px 0px;
	width: 235px;
	/*background-color: #f0f0f0;*/
}

#order-process .step-10{
background-image: url(/images/progress-bar/step-one-normal.png);
background-repeat: no-repeat;
background-position: left bottom;	
}
#order-process .step-20{
background-image: url(/images/progress-bar/step-two-three-normal.png);
background-repeat: no-repeat;
background-position: left bottom;
width: 253px;	
margin: 0px 0px 0px -17px;
}
#order-process .step-30{
background-image: url(/images/progress-bar/step-two-three-normal.png);
background-repeat: no-repeat;
background-position: left bottom;
width: 253px;
margin: 0px 0px 0px -17px;	
}
#order-process .step-40{
background-image: url(/images/progress-bar/step-four-normal.png);
background-repeat: no-repeat;
background-position: left bottom;
width: 253px;
margin: 0px 0px 0px -17px;	
}
#order-process .step-10 .title{
	padding: 0px 10px 0px 10px;
}

#order-process .step-20 .title, #order-process .step-30 .title,
#order-process .step-40 .title {
	padding: 0px 10px 0px 30px;
}

#order-process .step-10:hover .title a, #order-process .step-20:hover .title a,
	#order-process .step-30:hover .title a, #order-process .step-40:hover .title a
	{
	color:#ffffff;
}
#order-process .step a {
	text-decoration: none;
}

#order-process .step .title-gap {
	/*margin-left: 20px;*/
}
#order-process .step .title-inaktiv {
	color: #595959;
}
#order-process a:hover {
	color: #ffffff;
}
#order-process .step-10 .title-aktiv {
	background-image: url(/images/progress-bar/step-one-active.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #ffffff;
	font-weight: 700;
	
}
#order-process .step-20 .title-aktiv {
	background-image: url(/images/progress-bar/step-two-three-active.png);
	background-repeat: no-repeat;
	background-position: left bottom;	
	color: #ffffff;
	font-weight: 700;
	
}
#order-process .step-30 .title-aktiv {
	background-image: url(/images/progress-bar/step-two-three-active.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #ffffff;
	font-weight: 700;
	
}
#order-process .step-40 .title-aktiv {
	background-image: url(/images/progress-bar/step-four-active.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #ffffff;
	font-weight: 700;
	
}
#order-process .step-10:hover {
	background-image: url(/images/progress-bar/step-one-active.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #ffffff;
	font-weight: 700;
	
}
#order-process .step-20:hover {
	background-image: url(/images/progress-bar/step-two-three-active.png);
	background-repeat: no-repeat;
	background-position: left bottom;	
	color: #ffffff;
	font-weight: 700;
	
}
#order-process .step-30:hover {
	background-image: url(/images/progress-bar/step-two-three-active.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #ffffff;
	font-weight: 700;
	
}
#order-process .step-40:hover {
	background-image: url(/images/progress-bar/step-four-active.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #ffffff;
	font-weight: 700;
	
}
#order-process .step .title-normal a, #order-process .step .title-erledigt a, #order-process .step .title-aktiv a {
	color: #595959;
}

/* ------------------------------------------------------- */

/*
#added-item-message {
	display: none;
	font: inherit;
	clear: left;
	float: left;
	margin: 5px;
}*/

.product-selection  {
	margin: 0px;
}

.product-selection .subtitle,
.subtitle {
	background-image: url(/images/layout/contnt-line-three-clmn-cntr.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: 700;
	padding: 6px 5px 6px 5px;
	margin: 0px 0px 10px 0px;
}

.product-selection .undersubtitle,
.undersubtitle {
	font-weight: 700;
	padding: 6px 5px 6px 0px;
	margin: 0px 0px 10px 0px;
}

.product-selection .productPrice {
	float:right; 
	font-size: 10px; 
	margin-right: 5px;	
}

.product-selection p.product-short-description{
	padding: 0px 5px 0px 5px;
}



.product-selection .description {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.product-selection .info {
	background-image: url(/images/layout/contnt-line-three-clmn-cntr.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 5px 0px;
	font-weight: 700;
}

.product-selection .info #image-wrapper .image {
	overflow: hidden;
	width: 466px;
	padding: 1px;
	border: 0px solid #333333;
}
.product-selection .info #image-wrapper .image-selector{
	width: 470px;
	height: 69px;
	margin: 5px 0px 0px 0px;
	overflow: hidden;
}

.product-selection .image-teaser{
	background-image: url(/images/layout/digitaldruck-preis.png); 
	background-repeat: no-repeat;	
	text-align: center;
	background-position: right top;
	position: absolute;
	height: 30px;
	width: 117px;
	color: #ffffff;
	margin-top: 15px;
	margin-left: 356px;
	padding-top: 6px;
}

.product-selection .kederrahmen-top-aussen{	
	text-align: right;
	position: absolute;
	height: 30px;
	width: 117px;
	margin-top: -3px;
	margin-left: 170px;
	padding-top: 6px;
}

.product-selection .kederrahmen-top-innen{	
	text-align: right;
	position: absolute;
	height: 30px;
	width: 117px;
	margin-top: 27px;
	margin-left: 170px;
	padding-top: 6px;
}

.product-selection .kederrahmen-left-innen{	
	text-align: right;
	position: absolute;
	height: 30px;
	width: 117px;
	margin-top: 250px;
	margin-left: -35px;
	padding-top: 6px;
}

.product-selection .kederrahmen-left-out{	
	text-align: left;
	position: absolute;
	height: 30px;
	width: 117px;
	margin-top: 230px;
	margin-left: 15px;
	padding-top: 6px;	
}

.teaser-image .image-teaser{
	background-image: url(/images/layout/digitaldruck-preis.png); 
	background-repeat: no-repeat;	
	text-align: center;
	background-position: right top;
	position: absolute;
	height: 30px;
	width: 117px;
	color: #ffffff;
	margin-top: 8px;
	margin-left: 119px;
	padding-top: 6px;
}

.product-selection .info #image-wrapper .image-selector .image-preview{
	float: left;
	width: 86px;
	height: 65px;
	overflow: hidden;
	padding: 1px;
	margin: 0px 5px 0px 0px;
	border: 1px solid #333333;
}

.product-selection .info #image-wrapper .image-selector .image-preview.first{
	margin: 0px 5px 0px 0px;
}
.product-selection .info #image-wrapper .image-selector .image-preview.last{
	margin: 0px 0px 0px 0px;
}
.product-selection .info .text {
	
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font-weight: normal;
	/*font: inherit;
	font-weight: normal;
	width: 320px;*/
}


	#jquery-overlay {
		opacity: 0.4;
	}
	#gallery {
		padding: 0px;
		
		background-color: none;
		text-align: center;
	}
	#gallery ul {
		list-style: none;
		margin: 0px 9px;
		padding: 0px;
	}
	#gallery ul li {
		float: left;
		display: inline;
		margin: 0px; padding: 0px;
	}
	#gallery ul img {
		float: left;
		border: none;
		margin: 0px;
		padding: 0px;
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
	}
	#gallery ul a {
		float: left;
		margin: 0px; padding: 0px;
	}
	#gallery ul a:hover img {
		border-color: #FFFFFF;
	}
	#gallery ul a:hover {
		color: #FFFFFF;
	}
	#lightbox-container-image-data-box {
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	#lightbox-container-image-box, #lightbox-container-image, #lightbox-nav, #lightbox-nav-btnPrev {
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

	#gallery2 {
		padding: 0px;
		width: 470px;
		background-color: none;
		text-align: center;
	}
	#gallery2 ul {
		list-style: none;
		margin: 0px 9px;
		padding: 0px;
	}
	#gallery2 ul li {
		float: left;
		display: inline;
		margin: 0px; padding: 0px;
	}
	#gallery2 ul img {
		float: left;
		border: none;
		margin: 0px;
		padding: 0px;
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
	}
	#gallery2 ul a {
		float: left;
		margin: 0px; padding: 0px;
	}
	#gallery2 ul a:hover img {
		border-color: #FFFFFF;
	}
	#gallery2 ul a:hover {
		color: #FFFFFF;
	}
	

#product-selection-form {
	margin: 0px 0px 10px 0px;
	/*border: 1px solid #595959;*/
}
div.fieldset-wrapper{
  padding:15px 5px 5px 5px;
  width: 458px;
}

/*#product-selection-form fieldset{*/
#product-selection-form{
	background: #F0F1F3;
	/*border-top: 1px solid #595959;*/
	padding:3px 5px 5px 5px;
	margin:3px 0 0 0;
}
#product-selection-form fieldset.collapsible.collapsed{
	background: #ffffff;
	border-top: #595959 1px solid !important;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
#product-selection-form fieldset legend{
	/*margin: 0px 0px 20px 0px;*/
	background: #ffffff;
}

#product-selection-form fieldset legend a{
	padding: 0px 0px 0px 6px;
	background-image:url(../../../fileadmin/00_main_data/images/glbl/icons/menu-icon.png);
	background-position:left center;
	background-repeat:no-repeat;
}



#product-selection-form fieldset div.calculate.controls button{
	background-image:url(../../../fileadmin/00_main_data/images/glbl/icons/calculator-link-icon.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#F5802c;
	border: none;
	/*width: 476px;*/
	height: 29px;
	font-size: 13px;
	text-align: #ffffff;
	text-align: right;
	position: relative;
	left: 0px;
	bottom: -4px;
}
#product-selection-form fieldset div.calculate.controls{
	background-image:url(../../../fileadmin/00_main_data/images/bgs/calculator-button-shop-bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#F0F1F3;
	border: none;
	width: 476px;
	height: 33px;
	text-align: #ffffff;
	text-align: right;
	position: relative;
	left: 10px;
	bottom: -5px;
}




div#long-product-description,
div#long-product-description-a,
div#long-product-description-b{
	margin: 0px 0px 10px 0px;
}

#long-product-description fieldset,
#long-product-description-a fieldset,
#long-product-description-b fieldset,

#konfenktionierung_daten fieldset{
	border-top: 1px solid #595959;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
#long-product-description fieldset legend,
#long-product-description-a fieldset legend,
#long-product-description-b fieldset legend,
#product-selection-form fieldset legend,
#konfenktionierung_daten fieldset legend{
	color: #595959;
	padding: 5px 10px 5px 5px;
}
#long-product-description fieldset legend a,
#long-product-description-a fieldset legend a,
#long-product-description-b fieldset legend a,
#product-selection-form fieldset legend a,
#konfenktionierung_daten fieldset legend a{
	padding: 0px 0px 0px 6px;
	background-image:url(../../../fileadmin/00_main_data/images/glbl/icons/menu-icon.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration: none;
	font-weight: 700;
}
#product-selection-form .dimensions {
	margin-top: 0px;
        width: 460px;
    /*border-bottom: 1px solid #cccccc*/;
    padding: 0px 0px 8px 0px;
    /*margin-left: 5px;*/
}

#product-selection-form .dimensions-price {
	margin-top: 0px;
    width: 370px;
    padding: 0px 0px 8px 0px;
    float: left;
}

#product-selection-form .errorInput {
	border: 1px solid red;
}

#product-selection-form .dimensions .multiply-label {
	float: left;
	margin-top: 2px;
	font: inherit;
	font-weight: 700;
	width: 60px;
}

#product-selection-form .dimensions .multiply-label-keder {
	float: left;
	margin-top: 2px;
	font: inherit;
	font-weight: 700;
	width: 110px;
}

#product-selection-form .dimensions .multiply-element {
	float: left;
	width: 30px;
	font: inherit;
	margin-left: 10px;
}

#product-selection-form .dimensions .multiply-element input {
	width: 30px;
	text-align: center;
}

#product-selection-form .dimensions .width-label {
	/*margin-left: -10px;*/
	float: left;
	width: 62px;
	margin-top: 2px;
	text-align: right;
	font: inherit;
	font-weight: 700;
}

#product-selection-form .dimensions .width-label-keder {
	margin-left: 130px;
	float: left;
	width: 62px;
	margin-top: 2px;
	text-align: right;
	font: inherit;
	font-weight: 700;
}

#product-selection-form .dimensions .width-label2 {
	margin-left: 4px;
	float: left;
	margin-top: 2px;
	font: inherit;
	font-weight: 700;
}

#product-selection-form .dimensions .width-element {
	float: left;
	width: 50px;
	font: inherit;
	margin-left: 5px;
}

#product-selection-form .dimensions .width-element-keder {
	float: left;
	width: 80px;
	font: inherit;
	margin-left: 5px;
	font-weight: 700;
	margin-top: 2px;
}

#product-selection-form .dimensions .width-element input {
	width: 44px;
	text-align: center;
}

#product-selection-form .dimensions .height-label {
	float: left;
	width: 50px;
	margin-top: 2px;
	text-align: right;
	font: inherit;
	font-weight: 700;
}

#product-selection-form .dimensions .price-label {
	float: right;
	margin-top: 2px;
	text-align: right;
	font: inherit;
	font-weight: 700;
	padding-right: 9px;
}

#product-selection-form .dimensions .height-label2 {
	margin-left: 4px;
	float: left;
	margin-top: 2px;
	font: inherit;
	font-weight: 700;
}
#product-selection-form .dimensions .height-element {
	float: left;
	width: 50px;
	font: inherit;
	margin-left: 5px;
}
#product-selection-form .dimensions .height-element input {
	width: 44px;
	text-align: center;
}

#product-selection-form .packing  {
	clear: left;
	float: left;
	margin-top: 10px;
	width: 470px;
}

#product-selection-form .packing .title {
	
	padding: 5px 0px 15px 0px;
	width: 96%;
	font: inherit;
	font-weight: 700;
}

#product-selection-form .packing .options {
	margin-top: 2px;
	width: 320px;
}


#product-selection-form .packing-type-field {
	clear: both;
	margin-left: 0px;
	width: 340px;
	font: inherit;

}

#product-selection-form .packing .packing-type-element {
	float: left;
	width: 20px;
	font: inherit;
}

#product-selection-form .packing .packing-type-label {
	float: left;
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 5px;
	width: 96px;
	font-weight: 700;
}

#product-selection-form .packing .wide-packing-type-label {
	width: 300px;
}

#product-selection-form .packing .packing-type-label .sublabel {
	font: inherit;
	font-weight: normal;
	margin-top: 0px;
}

#product-selection-form .packing .packing-type-options {
	float: left;
	margin-top: 0px;
	padding-left:18px;
	width: 442px;
	font: inherit;
}
#product-selection-form .packing .packing-type-option-inputs {
	float: left;
	margin-top: 0px;
	margin-left:0px;
	width: 335px;
	font: inherit;
	margin-bottom: 10px;
}

#product-selection-form .packing .packing-type-option input {
	float: left;
	width: 45px;
	text-align: center;
}

#product-selection-form .packing .packing-type-option {
	float: left;
	width: 75px;
	font: inherit;
}

#product-selection-form .packing .packing-type-eyelet-label {
	width: 150px; /* 129 */
}
#product-selection-form .packing .packing-type-eyelet-distance-element {
	float: left;
	width: 50px;
}
#product-selection-form .packing .packing-type-eyelet-distance-element input {
	width: 44px;
	text-align: center;
}
#product-selection-form .packing .packing-type-eyelet-distance-label {
	margin-left: 4px;
	float: left;
	width: 70px;
	margin-top: 2px;
	font: inherit;
	font-weight: normal;
}

#product-selection-form .packing .packing-type-hemstitch-label {
	width: 137px; /* 129 */
}

#product-selection-form .packing .packing-type-hemstitch-side-label {
	margin-top: 2px;
	float: left;
	width: 75px;
	font: inherit;
}

/*#product-selection-form .controls, .product-calculation .controls {
	margin-top: 30px;
	width: 300px;
}*/

#product-selection-form div.fieldset-wrapper .controls, .product-calculation .controls{
	margin: 0px 0px 0px 0px;
	width: auto;
	float: right;
}



.product-calculation .product-discount-info {
	clear: left;
	float: left;
	border: 3px #ee7f00 solid;
	margin: 10px 0 10px -10px;
	padding: 10px 10px 10px 10px;
	width: 450px;
	background-color: #ffffff;
}


#product-selection-form .messages {
	clear: left;
	float: left;
	font: inherit;
	width: 400px;
	margin-top: 5px;
	
	margin-bottom: 5px;
	color: #CC0000;
	font-weight: 700;
}

#product-selection-form .message {
	clear: left;
	float: left;
	font: inherit;
	width: 400px;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	color: #CC0000;
	font-weight: 700;
}

#product-selection-form .message-label {
	clear: left;
	float: left;
	font: inherit;
	width: 60px;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	color: #CC0000;
	font-weight: 700;
}

#product-selection-form .message-value {
	float: left;
	font: inherit;
	width: 320px;
	margin-left: 0px;
	margin-bottom: 0px;
	color: #CC0000;
	font-weight: normal;
	font-style: italic;
}
select#crossSelling{
  width:700px;
  height:300px;
}
/* ----------------------------------------------------- */

.product-calculation {
	clear: both;
	float: left;
	width: 100%;
	border-top: solid 2px white;
	padding: 0px 0px 5px 0px;
}
.product-calculation .table {
	margin-top: 15px;
	margin-left: 0px;
	/*border-top: 1px #ffffff solid;*/
}
.product-calculation div#result{
	margin-bottom: 15px;
}


.product-calculation .table-th {
	float: left;
	text-align: right;
	font-weight: 700;
	width: 88px;
	margin: 0px 0px 0px 0px;
}

.product-calculation .table-td {
	float: left;
	text-align: right;
	width: 88px;
	margin: 4px 0px 0px 0px;
	/*color:#FF9900;*/
}

/* ----------------------------------------------------- */

#cart {
	clear: left;
	float: left;
	font-size: 12px;
}

#cart .frame {
	/*clear: left;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 11px;
	background: #FF9900;
	width: 930px;*/
}

.order-upload-iframe {
    height: 100px;
    left: -200px;
    overflow: hidden;
    position: absolute;
    top: -200px;
    width: 100px;
}

#upload-progress {
    background-color: white;
    border: 1px solid #FF9900;
    border-radius: 5px 5px 5px 5px;
    display: none;
    left: 309px;
    padding: 20px;
    position: absolute;
    top: 150px;
    width: 350px;
}
#cart .printDataSupplyType-panel input{
	margin: 0px 5px 0px 0px;
}
#cart .printDataSupplyType-panel {
 background-image: url("/images/layout/cntnt-full-line.png");
    background-position: left bottom;
    background-repeat: no-repeat;
   
	margin: 10px 0px 20px;
	padding: 0px 0px 5px 5px;
}

#cart .printDataSupplyType-panel .title {
	float: left;
}

#cart .printDataSupplyType-panel .title h4 {
	background-image: none;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#cart .printDataSupplyType-panel .field {
	float: left;
	margin-left: 20px;
}

#cart .cart-header {
	 background-image: url("/images/layout/cntnt-full-line.png");
    background-position: left bottom;
    background-repeat: no-repeat;
	padding: 0px 5px 5px;
	font-weight: 700;
}

#cart .cart-header div {
	float: left;
	font: inherit;
}
.cart-panel .delivery .input {
    float: left;
    font-size: inherit;
    margin-top: 0;
}
.content-delivery{
	background-color: #f0f1f3;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.cart-panel .item .delete {
    float: left;
    font-size: inherit;
    text-align: right;
    width: 13px;
}
#cart .cart-items {
	padding: 5px 5px;
	font-weight: normal;
	 background-image: url("/images/layout/cntnt-full-line.png");
    background-position: left bottom;
    background-repeat: no-repeat;
   
}

#cart .cart-items .item {
	
	margin: 5px 0px;
	/*width: 916px;*/
}
#cart-panel-items{
	padding: 10px 0px 10px 0px;
}
#cart .cart-items div {
	float: left;
	font: inherit;
}
.cart-panel .item .quantity {
	float: left;
	font: inherit;
	width: 19px;
	text-align: left;
}

.content-delivery .delivery .header h4{
	font-weight: 700;
	margin: 0px 0px 10px 0px;
	
	
}
.content-delivery #delivery1.selected{
	color: #595959;
}
.content-delivery #delivery2.selected{
	color: #595959;
}
#cart-panel-summary{
	background-image: url(/images/layout/col-menu/col-menu-lines.png);
background-repeat: no-repeat;
background-position: left bottom;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 15px 0px;
}
.cart-panel .item .description {
	float: left;
	margin-left: 0px;
	width: 119px;
	font: inherit;
}
.cart-panel .item .price {
	float: left;
	width: 54px;
	text-align: right;
	font-size: inherit;
}
.cart-panel .item .delete {
	float: left;
	width: 13px;
	font-size: inherit;
	text-align: right;
}

.cart-panel .item .delete a {
	font-size: inherit;
	color: white;
	text-decoration: none;
}

#cart .delivery {
	padding: 5px 5px 10px;
	 background-image: url("/images/layout/cntnt-full-line.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    
}
#cart #date-select-button {
	background-image: url("/images/shop/calender.gif");
	background-repeat:no-repeat;
	height:19px;
	width:23px;
	border:none;
	background-color: #ffffff;
}
.ui-datepicker {
	display:none;
}
#cart .delivery div.clear{
	float: none;
}
#cart .delivery div {
	float: left;
	font: inherit;
}
#cart .delivery .entry {
	margin: 5px 0px 0px 0px;
}
.cart-panel .summary .entry .title {
	
    float: left;
    font-size: inherit;
   /* width: 120px;*/
}

#cart .summary {
	 background-image: url("/images/layout/cntnt-full-line.png");
    background-position: left bottom;
    background-repeat: no-repeat;
  
	padding: 5px 5px 10px;
	font-weight: 700;
	
}
#cart .summary div.clear{
	clear: both;
	float: none;
}

#cart .summary .entry {
	margin: 5px 0px 0px;
}

#cart .summary div {
	float: left;
	font: inherit;
}

#cart .cell-position {
	clear: left;
	font: inherit;
	width: 32px;
	font-weight: 700;
	text-align: center;
	padding: 2px 0px;
}
#cart .cell-controls {
	float: left;
	font: inherit;
	width: 16px;
	text-align: left;
	padding: 2px 0px;
}
#cart .cell-quanity {
	float: left;
	font: inherit;
	width: 50px;
	text-align: center;
}
#cart .cell-sub-quantity {
	float: left;
	font: inherit;
	width: 70px;
	text-align: right;
	padding: 2px 0px;
}

#cart .cell-total-quantity {
	float: left;
	font: inherit;
	width: 80px;
	text-align: right;
	margin-right: 15px;
	padding: 2px 0px;
}

#cart .cell-description {
	float: left;
	font: inherit;
	width: 240px;
	text-align: left;
	margin-right: 0px;
	padding: 2px 0px;
}


#cart .cell-price-per-unit {
	float: left;
	font: inherit;
	width: 70px;
	text-align: right;
	margin-right: 0px;
	padding: 2px 0px;
}

#cart .cell-item-sum {
	float: left;
	font: inherit;
	width: 90px;
	text-align: right;
	margin-right: 15px;
	padding: 2px 0px;
}

#cart .cell-print-data {
	float: left;
	font: inherit;
	width: 236px;
	text-align: left;
	margin-right: 0px;
}
.cell-print-data button{
	height: 30px;
	border: none;
	width: 169px;
	margin: 5px 0px 0px 0px;
}
.cart-controls {
	float: left;
	font: inherit;
	width: 100%;
	margin: 10px 0px;
	text-align: left;
	margin-right: 0px;
}
.cart-controls button {
	min-width: 150px;
	height: 30px;
}
.cart-controls #online-pdf,
.cart-controls #bestellung{
	float: left;
}
.cart-controls #bestellung a.bestellung{
	margin: 0px 0px 0px 10px;
}
#cart .th {
	padding: 0px 0px;
	font: inherit;
}

/* ----------------------------------------------------- */

#order .customer-data {
	float: left;
	width: 930px;
	position: relative;
	padding: 0px 0px 10px 5px;
}

#order .change-link{
position: absolute;
right: 0px;
bottom: 0px;


}
#order .billing-adress {
	float: left;
	width: 280px;
}

#order .delivery-adress {
	float: left;
	width: 280px;
}

#order .customer-data .change-link {
	float: left;
}
#order .customer-data .change-link a {
	color: #333333;
}

#order .delivery-date {
	float: left;
	width: 500px;
	margin-bottom: 15px;
	padding: 0px 0px 0px 5px;
}

#order .order-controls {
	clear: left;
	padding-top: 20px;
	float: left;
	width: 700px;
	text-align: left;
	padding: 0px 0px 0px 5px;
}

#order .cart-controls {
	float: left;
	margin-top: 10px;
	padding: 0px 0px 0px 5px;
}

#order .agb-checkbox-field {
	clear: left;
	float: left;
	width: 400px;
	padding: 0px 0px 0px 5px;
}
#order .agb-checkbox-field .element {
	clear: left;
	float: left;
}
#order .agb-checkbox-field .label {
	float: left;
	margin-top: 2px;
	margin-left: 5px;
}
#order .agb-checkbox-field a {
	font-weight: 700;
	color: #333333;
}


.disabled-button {
	/*background-color: #ff9900;*/
	background-color: #cccccc;
	cursor:default;
}

.enabled-button {
	background-color: #189807;
}

.disabled-button-upload {
	visibility:hidden;
}

#order-send-button {
	padding: 10px;
}

/* ----------------------------------------------------- */

.my-orders-page-panel {
	margin: 10px;

}
.order-list {
	clear: left;
	float: left;
}

.order-list .order {
	clear: left;
	float: left;
	width: 460px;
	border-bottom: solid #000000 1px;
}

.order-list .order .th {
	font-weight: 700;
}

.order-list .order .number {
	float: left;
	margin: 5px;
	width: 100px;
	font-weight: 700;
	text-align: center;
}


.order-list .order .date {
	float: left;
	margin: 5px;
	text-align: right;
	width: 100px;
}

.order-list .order .amount {
	float: left;
	margin: 5px;
	text-align: right;
	width: 120px;
}

.order-list .order .status {
	float: left;
	width: 100px;
	margin: 5px;
	font-weight: 700;
	text-align: center;
}

/* ----------------------------------------------------- */

/*.product-edit-list .product-group-select {
	padding-top: 7px;
	margin-bottom: 7px;
}
.product-edit-list {
	padding-top: 10px;
}

.product-edit-list .list {
	padding-top: 17px;
}

.product-edit-list .list .entry {
	clear: left;
	float: left;
	margin-bottom: 7px;
	width: 660px;
}
.product-edit-list .entry .itemNumber {
	float: left;
	width: 70px;
}
.product-edit-list .entry .name {
	float: left;
	width: 270px;
}
.product-edit-list .entry .controls {
	text-align: right;
	float: left;
	width: 220px;
}
.product-edit-list .entry .controls a {
	color: #333333;
}
.product-edit-list .entry .controls a:hover {
	color: #000000;
}

.product-edit-list .entry .th {
	font: inherit;
	font-weight: 700;
}*/
.cart-panel .summary .entry .amount {
	float: right;
	width: 148px;
	text-align: right;
	font-size: inherit;
}
.cart-panel .summary .total {
	padding: 5px 0px 0px;
	margin-bottom: 0px;
	float: left;
	font-weight: 700;
	font-size: inherit;
	border-top: solid 1px #333333;
}
.cart-panel .cart-panel-form {
	padding: 0px;
	margin: 0px;
}

#delivery1{
	margin: 0px 0px 10px 0px;
}
#delivery1 label,
#delivery2 label{
	margin: 0px 0px 0px 5px;
}
.cart-panel .delivery .express {
    font-size: inherit;
    text-align: right;
}
#delivery2{
	clear: both;
}
.cart-panel .delivery .label {
    font: inherit;
    text-align: left;
}
.cart-panel .delivery .label {
    float: left;
    font: inherit;
    margin: 0px 3px 3px 3px;;
    text-align: left;
   /* width: 143px;*/
}
/* ----------------------------------------------------- */

.product-edit-area {
	font-family: Arial;
}
/* ----------------------------------------------------- */

.order-address-page-panel {
	/*background-color: #FF9900;
	clear: left;
	float: left; */
}

.order-address-page-panel .search {
	float: right;
	margin-top: -1px;
}
.order-address-page-panel .search .label {
	float: left;
	color: white;
	font-weight: 700;
	margin: 2px 2px 0px 2px;
}
.order-address-page-panel .search .element {
	float: left;
}
.order-address-page-panel .search .element input {
	width: 150px;
}

.order-address-page-panel .content {
	/*clear: left;
	float: left;
	width: 930px;
	background-color: #FEE0B3;
	padding: 10px;
	min-height: 250px;*/
}

.order-address-page-panel .registrationType-login-field {
	clear: left;
	float: left;
	width: 280px;
	height: 20px;
}
.order-address-page-panel .registrationType-login-element {
	clear: none;
	float: left;
	margin-left: -5px;
	width: 25px;
}
.order-address-page-panel .registrationType-login-label {
	clear: none;
	float: left;
	margin-top: 2px;
}

.order-address-page-panel .registrationType-none-field {
	clear: none;
	float: left;
	width: 180px;
	height: 20px;
}
.order-address-page-panel .registrationType-none-element {
	clear: none;
	float: left;
	margin-left: -5px;
	width: 25px;
}
.order-address-page-panel .registrationType-none-label {
	clear: none;
	float: left;
	margin-top: 2px;
}

.order-address-page-panel .registrationType-register-field {
	clear: left;
	/*float: left;*/
	width: 280px;
	height: 20px;
	/*margin-left: 280px;*/
}
.order-address-page-panel .registrationType-register-element {
	clear: none;
	float: left;
	margin-left: -5px;
	width: 25px;
}
.order-address-page-panel .registrationType-register-label {
	clear: none;
	float: left;
	margin-top: 2px;
}

.order-address-page-panel .register-description {
	float: left;
	clear: left;
	margin-left: 20px;
	width: 240px;
	height: 35px;
	font: inherit;
}

.order-address-page-panel .selected {
	font-weight: 700;
}


.order-address-page-panel .login-column {
	clear: left;
	float: left;
	margin-top: 3px;
	width: 170px;
	margin-right: 10px;
}

.order-address-page-panel .address-column {
	float: left;
	width: 930px;
	margin-top: 10px;
	margin-left: 0px;
	display: none;
}



.order-address-page-panel .login-form {
	float: left;
	clear: left;
	margin-top: 0px;
	padding: 0px;
	width: 100%;
}
.order-address-page-panel .login-form .username-field {
	float: left;
	clear: left;
	width: 170px;
	margin-bottom: 3px;
}
.order-address-page-panel .login-form .username-field input {
	width: 164px;
}
.order-address-page-panel .login-form .password-field {
	margin-bottom: 7px;
}
.order-address-page-panel .login-form .password-field input {
	width: 164px;
}
.order-address-page-panel .login-form .submit-control {
	clear: both;
	float: left;
}
.order-address-page-panel .login-form .password-link {
	float: right;
	margin-top: 2px;
}
.order-address-page-panel .login-form .password-link a {
	color: #333333;
}



.order-address-page-panel .user-form {
	margin: 0px 0px;
	padding: 0px;
	float: left;
	clear: left;
	font: inherit;
}
.order-change-address-page-panel .address-column {
	margin-top: 50px;
	display: block;
}
/*
.order-change-address-page-panel .user-login-fields .title {
	display: none;
}
*/
.order-address-page-panel .user-form .title {
}

.order-address-page-panel .user-form .errors {
	/*margin-top: 10px;
	margin-left: 0px;
	border-bottom: none;
	width:530px;*/
	visibility:hidden;
	display:none;
}

.order-address-page-panel .user-form .text {
	margin-left: 0px;
	font: inherit;
}

.order-address-page-panel .user-form input, .user-form textarea {
	float: left;
	width: 250px;
	font: inherit;
	margin-right: 10px;
	margin-bottom: 3px;
}
.order-address-page-panel .user-form select {
	float: left;
	width: 255px;
	font: inherit;
	margin-right: 10px;
	margin-bottom: 3px;
}

.order-address-page-panel .user-form input[type="radio"] {
	float: left;
	width: auto;
}

.order-address-page-panel .user-form .field {
	float: left;
	width: 280px;
}

.order-address-page-panel .user-form .first {
	clear: left;
}

.order-address-page-panel .user-form .user-login-fields {
	clear: left;
	float: left;
	padding: 0px 10px 0px 10px;
	width: 290px;
}

.order-address-page-panel .user-form .user-login-fields .password2-field {
	clear: left;
	float: left;
}

.order-address-page-panel .user-form .user-billing-address {
	clear: none;
	float: left;
	width: 290px;
	padding: 0px 10px 0px 10px;
	border-top: none;
	margin: 0px 10px 0px 10px;
}

.order-address-page-panel .user-form .delivery-address-selection {
	clear: none;
	float: left;
	width: 290px;
	margin: 0px 0px 0px 0px;
	/*margin-left: 0px;*/
	margin-top: -50px;
}
.order-address-page-panel .user-form .delivery-address-selection .field {
	clear: none;
	float: left;
	width: 290px;
	height: 20px;
}

.order-address-page-panel .user-form .delivery-address-selection .element {
	float: left;
	width: 25px;
	height: 20px;
}

.order-address-page-panel .user-form .delivery-address-selection .label {
	float: left;
	width: auto;
	height: 20px;
}


.order-address-page-panel .user-form .user-delivery-address {
	float: left;
	clear: none;
	padding: 0px 0px;
	width: 280px;
	border-top: none;
}

.order-address-page-panel .user-form .controls {
	margin: 20px 0px 0px;
	float: left;
	clear: left;
	width: 930px;
	font: inherit;
	text-align: right;
}

div.content div.add-left-column{
	padding: 0px 10px 0px 10px;
	float: left;
	width: 290px;
}

div.content div.add-middle-column{
	float: left;
	width: 290px;
	margin: 0px 10px 0px 10px;
	padding: 0px 10px 0px 10px;
}

/* -------------------------------------------------------------- */

.order-upload-iframe {
		position: absolute;
		left: -200px;
		top: -200px;
		width: 100px;
		height: 100px;
		overflow: hidden;
	}

.order-page-panel {
	/*background-color: #FF9900;
	clear: left;
	float: left;*/
}

.order-page-panel .content {
	/*	clear: left;
	float: left;
	width: 930px;
background-color: #FEE0B3;
	padding: 10px;*/
}

#upload-progress {
	width: 350px;
	display: none;
	padding: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: white;
	border: solid 1px #FF9900;
	position: absolute;
	top: 400px;
	left: 400px;
}

#upload-progress-bar {
	width: 350px;
	display: block;
	background-color: #F0F0F0;
	margin-top: 3px;
}

.ui-progressbar-value { 
	background-image: url(/styles/images/pbar-ani.gif);
}

.order-upload-lock {
	position: absolute;
	left: 0px;
	top: 250px;
	width: 100%;
	height: 100%;
	background-color: #999999;
	opacity: .4;
	display: none;
}

.cross-selling-block h1{
	margin-left: 0px;
}

div.packing-type-field-extra div.new-calc-form{
	margin:0px;
	border: none;
}
div.packing-type-field-extra{
	
}

div.packing-type-options{
	border-bottom: #cccccc solid 1px;
	width: 460px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
}

div.new-calc-form{
  	clear:both;
  	/*min-height:20px;*/
 	margin: 0px 0px 10px 0px;
 	/*border-bottom: #cccccc solid 1px*/;
 	height: 20px;
	width: 460px;
	padding: 0px 0px 5px 0px;
}
div.new-calc-form input,
div.new-calc-form label,
div.new-calc-form select{
  float:left;
}
div.new-calc-form #inline-input,
div.new-calc-form #inline-select{
  margin:-2px 5px 0px 5px;
  text-align:center;
  width:44px;

}

#basic-packing-type-1,
#basic-packing-type-2,
#basic-packing-type-3,
#basic-packing-type-4,
#basic-packing-type-5,
#basic-packing-type-6,
#basic-packing-type-7,
#basic-packing-type--1{
  float:left;
  margin-right:5px;
}
#basic-packing-type--1-options,
div.options-line{
  clear:both;
}
div.options-line{
  line-height: 22px;
  height:22px;
}
div.options-line label{
  width:70px;
}
div.options-line select{
margin-right:5px;
}
div.options-line input{
  width: 44px;
line-height: 16px;
text-align: center;
margin-top: 2px;
margin-right: 3px;
}
#product-selection-form form{
  clear:both;
}
button{
  padding:5px;
  cursor:pointer;
  
}
.calcButton button{
	background-image: url('/images/layout/digitaldruck-berechnen.png'); 
    background-repeat: no-repeat;
    float:right; 
    margin-top: -12px;
	margin-right: 1px;
    height: 31px;
    width: 78px;
    border: 0px solid white;
    background-color: #edf0f0;
}

.editButton a{
	background-image: url('/images/layout/digitaldruck-produkt-bearbeiten.png');
    background-repeat: no-repeat;
    float:right;
    margin-top: -40px;
	margin-right: -9px;
    height: 31px;
    width: 130px;
    border: 0px solid white;
    background-color: #edf0f0;
}

.calcCart button{
	background-image: url('/images/layout/digitaldruck-warenkorb.png'); 
    background-repeat: no-repeat;
    float:right; 
    margin-top: -12px;
    height: 33px;
    width: 172px;
    border: 0px solid white;
    background-color: #edf0f0;	
    margin-right: -10px;
}

div.calc-mwst{
  clear:both; 
  line-height:10px;
   text-align:right;
   margin-right:16px;
   margin-top:24px;
}
div.calc-formtip{
  /*display:none;*/
  position:absolute;
  top:0px;
  display:none;
  left:0px;
  z-index:1000;
  background-color: #ffffff;
  border:1px solid #cccccc;
}

.shortDescCollapse table td{
    padding: 3px;
}

.deliveryOpt{
	padding-left: 7px;
	margin-right: 2px;
	float: right;