/** clearing **/
.clear {clear: both; font-size: 0.1px; height: 0.1px; line-height: 0.1px; float: none; display: table;}

/** block grid **/
.autogrid, .autogrid:before,.autogrid:after {-moz-box-sizing: border-box; box-sizing:border-box;}
.autogrid {padding-left: 1%; padding-right: 1%; position: relative; display: block; float: left;overflow: hidden;}

/** block grid wrapper **/
.autogrid_wrapper {margin-left: -1%; margin-right: -1%;}

/** non block **/
.autogrid:not(.block) {padding-left: 0; padding-right: 0; margin-left: 1%; margin-right: 1%;}

/* .block.autogrid.first, .block.autogrid:first-child 	{margin-left: -1%;} */
/* .block.autogrid.last, .block.autogrid:last-child 	{margin-right: -1%;} */

/** Non block grid **/
.full			{width: 98%;}
.one_half 		{width: 48%;}
.one_third 		{width: 31.3333%;}
.one_fourth		{width: 23%;}	
.one_fifth		{width: 18%;}	
.one_sixth		{width: 14.6667%;}

/** Block grid **/
.block.full			{width: 100%;}
.block.one_half 	{width: 50%;}
.block.one_third 	{width: 33.3333%;}
.block.one_fourth	{width: 25%;}	
.block.one_fifth	{width: 20%;}	
.block.one_sixth	{width: 16.6667%;}

.block.two_third	{width: 66.6667%;}
.block.two_fourth	{width: 50%;}
.block.three_fourth	{width: 75%;}
.block.two_fifth	{width: 40%;}
.block.three_fifth	{width: 60%;}
.block.four_fifth	{width: 80%;}
.block.two_sixth	{width: 33.3333%;}
.block.three_sixth	{width: 49.9999%;}
.block.four_sixth	{width: 66.6667%;}
.block.five_sixth	{width: 83.3333%;}

/** Non block grid system **/
/** odd split: 2 elements per row **/
.n2:not(.block).one_third		{width: 32%;}
.n2:not(.block).two_third		{width: 64%;}
.n2:not(.block).one_fourth		{width: 24%;}
.n2:not(.block).two_fourth		{width: 48%;}
.n2:not(.block).three_fourth	{width: 72%;}
.n2:not(.block).one_fifth		{width: 19.2%;}
.n2:not(.block).two_fifth		{width: 38.4%;}
.n2:not(.block).three_fifth		{width: 57.6%;}
.n2:not(.block).four_fifth		{width: 76.8%;}
.n2:not(.block).one_sixth		{width: 16%;}
.n2:not(.block).two_sixth		{width: 32%;}
.n2:not(.block).three_sixth		{width: 48%;}
.n2:not(.block).four_sixth		{width: 64%;}
.n2:not(.block).five_sixth		{width: 80%;}

/** odd split: 3 elements per row **/
.n3:not(.block).one_half		{width: 47%;}
.n3:not(.block).two_third		{width: 62.6667%;}
.n3:not(.block).one_fourth		{width: 23.5%;}
.n3:not(.block).two_fourth		{width: 47%;}
.n3:not(.block).three_fourth	{width: 70.5%;}
.n3:not(.block).one_fifth		{width: 18.8%;}
.n3:not(.block).two_fifth		{width: 37.6%;}
.n3:not(.block).three_fifth		{width: 56.4%;}
.n3:not(.block).four_fifth		{width: 75.2%;}
.n3:not(.block).one_sixth		{width: 15.6667%;}
.n3:not(.block).two_sixth		{width: 31.3333%;}
.n3:not(.block).three_sixth		{width: 47%;}
.n3:not(.block).four_sixth		{width: 62.6667%;}
.n3:not(.block).five_sixth		{width: 78.3333%;}

/** odd split: 4 elements per row **/
.n4:not(.block).one_half		{width: 46%;}
.n4:not(.block).one_third		{width: 30.6667%;}
.n4:not(.block).two_third		{width: 61.3333%;}
.n4:not(.block).two_fourth		{width: 46%;}
.n4:not(.block).three_fourth	{width: 69%;}
.n4:not(.block).one_fifth		{width: 18.4%;}
.n4:not(.block).two_fifth		{width: 36.8%;}
.n4:not(.block).three_fifth		{width: 55.2%;}
.n4:not(.block).four_fifth		{width: 73.6%;}
.n4:not(.block).one_sixth		{width: 15.3333%;}
.n4:not(.block).two_sixth		{width: 30.6667%;}
.n4:not(.block).three_sixth		{width: 46%;}
.n4:not(.block).four_sixth		{width: 61.3333%;}
.n4:not(.block).five_sixth		{width: 76.6667%;}

/** odd split: 5 elements per row **/
.n5:not(.block).one_half		{width: 45%;}
.n5:not(.block).one_third		{width: 30%;}
.n5:not(.block).two_third		{width: 60%;}
.n5:not(.block).one_fourth		{width: 22.5%;}
.n5:not(.block).two_fourth		{width: 45%;}
.n5:not(.block).three_fourth	{width: 67.5%;}
.n5:not(.block).two_fifth		{width: 36%;}
.n5:not(.block).three_fifth		{width: 54%;}
.n5:not(.block).four_fifth		{width: 72%;}
.n5:not(.block).one_sixth		{width: 15%;}
.n5:not(.block).two_sixth		{width: 30%;}
.n5:not(.block).three_sixth		{width: 45%;}
.n5:not(.block).four_sixth		{width: 60%;}
.n5:not(.block).five_sixth		{width: 75%;}

/** odd split: 6 elements per row **/
.n6:not(.block).one_half		{width: 44%;}
.n6:not(.block).one_third		{width: 29.3333%;}
.n6:not(.block).two_third		{width: 58.6667%;}
.n6:not(.block).one_fourth		{width: 22%;}
.n6:not(.block).two_fourth		{width: 44%;}
.n6:not(.block).three_fourth	{width: 66%;}
.n6:not(.block).one_fifth		{width: 17.6%;}
.n6:not(.block).two_fifth		{width: 35.2%;}
.n6:not(.block).three_fifth		{width: 52.8%;}
.n6:not(.block).four_fifth		{width: 70.4%;}
.n6:not(.block).two_sixth		{width: 29.3333%;}
.n6:not(.block).three_sixth		{width: 44%;}
.n6:not(.block).four_sixth		{width: 58.6667%;}
.n6:not(.block).five_sixth		{width: 73.3333%;}

.border-inner {border-left: 1px solid #ddd;}
.border-inner.first, .border-inner:first-child {border-left: 0;}
.border-inner.last, .border-inner:last-child {border-right: 0;}
/** optical correction **/
/* .autogrid.block.border-inner {margin-left: -0.75%; padding-left: 1.75%;} */

/** grid options **/
.autogrid.break {clear:left; margin-left: 0;}
.autogrid.full.break {width: 100%;clear:both;float: none;padding-left: 0;padding-right: 0;}

/** same height **/
.autogrid.same-height {display: table-cell; float: none; vertical-align: top;}

/** flexible same height **/
.autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height, .ce_autogridWrapperStart.same-height .inside {display: flex; display: -webkit-flex; display: -ms-flexbox; height: 100%; clear: both;}

/** autogrid full **/
.autogrid.full {padding-left: 0; padding-right: 0;}
.autogrid_wrapper .autogrid.full {padding-left: 1%; padding-right: 1%;}

/** no gutter **/
.autogrid_wrapper.no_gutter {margin-left: 0; margin-right: 0;}
.autogrid_wrapper.no_gutter_left {margin-left: 0;}
.autogrid_wrapper.no_gutter_right {margin-right: 0;}
.autogrid.no_gutter {padding-left: 0; padding-right: 0;}
.autogrid.no_gutter_left {padding-left: 0;}
.autogrid.no_gutter_right {padding-right: 0;}

/** tablets **/
@media only screen and (min-width: 768px) and (max-width: 990px) {
	.autogrid.adjust_mobile {width: 50% !important}
}

/** phones **/
@media only screen and (max-width: 767px) {
	.autogrid {width: 100%!important;}
	.autogrid.same-height, .autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height {display: block;}
	.border-inner {border-left: 0;}
	.ce_autogridSpacer {margin: 0!important; line-height: 0!important;}
}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
table.sortable thead th{background-image:url(../../assets/tablesorter/images/default.svg);background-repeat:no-repeat;background-position:center right}table.sortable thead th.headerSortDown{background-image:url(../../assets/tablesorter/images/asc.svg)}table.sortable thead th.headerSortUp{background-image:url(../../assets/tablesorter/images/desc.svg)}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
.section-item{display:block;}
.section-item-value,
.section-item-label,
.oberflaeche{display:inline-block;}
.section-item-label{width: 180px;}
.technische-daten .section-item-label{width: 230px;}

.section-item:nth-child(even){background: #fcfcfc;}

/* Cart //////////////////////////////////////////////////////////////////// */
.mod_iso_cart .product .edit{
	
	display:none;
}
.mod_iso_cart {
    position:relative;
    display:block;
    padding-right:15px;
    padding-left:15px;
}
.mod_iso_cart .formbody,
.mod_iso_checkout .formbody,
.mod_iso_orderdetails .formbody {
    margin-bottom:30px;
}
.mod_iso_cart table,
.mod_iso_checkout table,
.mod_iso_orderdetails table {
    width:100%;
    position:relative;
    border-spacing:0px;
    border-collapse: collapse;
}
.mod_iso_cart .product.row_even {

    background: #fafafa;
    border-bottom: 1px solid #444;

}
.mod_iso_cart tbody tr,
.mod_iso_checkout tbody tr,
.mod_iso_orderdetails tbody tr {
    width:100%;
    position:relative;
    margin-bottom:20px;
    border-bottom:1px solid rgba(1a1a1a,.2) !important;
    border-spacing:0px;
}
.mod_iso_cart td.tax,
.mod_iso_checkout td.tax,
.mod_iso_orderdetails td.tax {
    font-size:0px;
}
.mod_iso_cart td.col_last,
.mod_iso_checkout td.remove,
.mod_iso_orderdetails td.remove {
    width:100px;
    text-align:center;
}
.mod_iso_cart td .remove:before,
.mod_iso_checkout td .remove:before,
.mod_iso_orderdetails td .remove:before {
    margin-right:4px;
    font:13px Fontawesome;
    color:#f00;
    content: "\f00d";
}
.mod_iso_cart td.total,
.mod_iso_checkout td.total,
.mod_iso_orderdetails td.total {
    width:100px;
    text-align:center;
}
.mod_iso_cart td.price,
.mod_iso_checkout td.price,
.mod_iso_orderdetails td.price {
    width:100px;
    text-align:right;
}
.mod_iso_cart td.quantity,
.mod_iso_checkout td.quantity,
.mod_iso_orderdetails td.quantity {
    width:50px;
}
.mod_iso_cart td.quantity input,
.mod_iso_checkout td.quantity input,
.mod_iso_orderdetails td.quantity input {
    margin-bottom:0;
    text-align:center;
}
.mod_iso_cart td.image,
.mod_iso_checkout td.image,
.mod_iso_orderdetails td.image {
    width:170px;
}
.mod_iso_cart td.image figure,
.mod_iso_checkout td.image figure,
.mod_iso_orderdetails td.image figure {
    min-width:150px;
    min-height:150px;
    position:relative;
    display:block;
    margin-top:20px;
    margin-right:20px;
    margin-bottom:20px;
    text-align:center;
    background-color:rgba(1a1a1a,.05);
    line-height:0px;
}
.mod_iso_cart td.image img,
.mod_iso_checkout td.image img,
.mod_iso_orderdetails td.image img {
    max-width:150px;
    max-height:150px;
    top:75px;
    position:relative;
    display:block;
    margin-right:auto;
    margin-left:auto;
    width:auto;
    height:auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mod_iso_cart td.name a,
.mod_iso_checkout td.name a,
.mod_iso_orderdetails td.name a {
    font-size:15px;
}
.mod_iso_cart td.name ul,
.mod_iso_checkout td.name ul,
.mod_iso_orderdetails td.name ul {
    margin:0 auto;
    padding:0;
    list-style-type:none;
}
.mod_iso_checkout tfoot td.remove,
.mod_iso_cart tfoot td.remove,
.mod_iso_cart tfoot td.tax,
.mod_iso_checkout tfoot td.tax,
.mod_iso_orderdetails tfoot td.remove {
    font-size:0px;
}
.mod_iso_checkout tfoot td.remove:before,
.mod_iso_cart  tfoot td.remove:before,
.mod_iso_orderdetails tfoot td.remove:before {
    display:none;
}
.mod_iso_cart tfoot tr.foot_first td,
.mod_iso_checkout tfoot tr.foot_first td,
.mod_iso_orderdetails tfoot tr.foot_first td {
    padding-top:30px;
}
.mod_iso_cart tfoot td.total,
.mod_iso_checkout tfoot td.total,
.mod_iso_orderdetails tfoot td.total {
    width:100px;
}
.mod_iso_cart tfoot td.total,
.mod_iso_checkout tfoot td.total,
.mod_iso_orderdetails tfoot td.total {
    text-align:right;
}
.mod_iso_cart .submit_container {
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid rgba(1a1a1a,.4);
}
.mod_iso_cart .submit_container:after {
    position:relative;
    float:none;
    clear:both;
    display:block;
    content:"";
}
.mod_iso_cart .button_continue {
    position:relative;
    float:left;
    display:block;
}
.mod_iso_cart .button_update {
    position:relative;
    float:right;
    display:block;
}
.mod_iso_cart .button_checkout {
    position:relative;
    float:right;
    display:block;
    margin-right:20px;
}
@media (max-width:768px) {
    .mod_iso_cart td,
    .mod_iso_checkout  td , 
    .mod_iso_orderdetails td {
    display:block !important;
    position:relative !important;
    float:none !important;
    width:100% !important;
    text-align:center !important;
    padding:10px 0px 10px 0px !important;
    }
    .mod_iso_cart td.quantity,
    .mod_iso_checkout td.quantity,
    .mod_iso_orderdetails td.quantity {
    width:100% !important;
    }
    .mod_iso_cart td.quantity input,
    .mod_iso_checkout td.quantity input, 
    .mod_iso_orderdetails td.quantity input {
    width:50px !important;
    }
    .mod_iso_cart tr,
    .mod_iso_checkout tr,
    .mod_iso_orderdetails tr {
    border:none !important;
    }
    .mod_iso_cart td figure,
    .mod_iso_checkout td figure, 
    .mod_iso_orderdetails td figure {
    margin-right:0px !important;
    }
    .mod_iso_cart tr.row_last td.col_last,
    .mod_iso_checkout tr.row_last td.col_last, 
    .mod_iso_orderdetails tr.row_last td.col_last {
    padding-bottom:30px !important;
    }
    .mod_iso_cart tfoot td.price,
    .mod_iso_cart tfoot td.col_first,
    .mod_iso_checkout tfoot td.price, 
    .mod_iso_orderdetails tfoot td.price {
    display:none !important;
    }
    .mod_iso_cart tfoot td.total,
    .mod_iso_checkout tfoot td.total, 
    .mod_iso_orderdetails tfoot td.total {
    display:block !important;
    font-weight:bold !important;
    }
    .mod_iso_cart tfoot tr td,
    .mod_iso_cart tfoot tr.foot_first td,
    .mod_iso_checkout tfoot tr td, 
    .mod_iso_orderdetails tfoot tr td,
    .mod_iso_checkout tfoot tr.foot_first td, 
    .mod_iso_orderdetails tfoot tr.foot_first td  {
    padding-top:2px !important;
    padding-bottom:2px !important;
    }
    .mod_iso_cart tfoot tr td.name,
    .mod_iso_checkout tfoot tr td.name, 
    .mod_iso_orderdetails tfoot tr td.name {
    padding-top:30px !important;
    }
    .mod_iso_cart tfoot,
    .mod_iso_checkout tfoot, 
    .mod_iso_orderdetails tfoot {
    border-top: 1px solid rgba(26,26,26,.1) !important;
    }
    .mod_iso_cart .submit_container input.input,
    .mod_iso_checkout .submit_container input,
    .mod_iso_orderdetails .submit_container input{
    float:none !important;
    clear:both !important;
    margin:0 auto 20px auto !important;
    }
    .mod_iso_checkout .billing_address a.edit, 
    .mod_iso_checkout .shipping_address a.edit, 
    .mod_iso_checkout .shipping_method a.edit, 
    .mod_iso_checkout .payment_method a.edit {
    float:none !important;
    }
}

/* Checkout //////////////////////////////////////////////////////////////////// */
.mod_iso_checkout {
    position:relative;
    display:block;
    padding-right:15px;
    padding-left:15px;
}
.mod_iso_checkout .steps:after {
    position:relative;
    float:none;
    clear:both;
    display:block;
    margin-bottom:30px;
    content:&quot;&quot;;
}
.mod_iso_checkout .steps ol {
    margin:0;
    padding:0;
    list-style-type:none;
}
.mod_iso_checkout .steps ol li {
    width:25%;
    height:11px;
    position:relative;
    float:left;
    display:block;
    text-align:center;
    border-bottom:1px solid rgba(1a1a1a,.4);
    color:rgba(1a1a1a,.3);
}
.mod_iso_checkout .steps ol.steps3 li {
    width:33.333%;
}
.mod_iso_checkout .steps ol li.active,
.mod_iso_checkout .steps ol li.passed {
    border-bottom:1px solid rgba(1a1a1a,.99);
    color:rgba(1a1a1a,.99);
}
.mod_iso_checkout .steps ol li:after {
    width:17px;
    height:17px;
    right:0;
    top:1px;
    position:absolute;
    background-color:#ffffff;
    font:17px Fontawesome;
    content: "\f105";
}
.mod_iso_checkout .steps ol li span,
.mod_iso_checkout .steps ol li a {
    padding-right:10px;
    padding-left:10px;
    text-align:center;
    background-color:#ffffff;
}
@media (max-width:768px) {
    .mod_iso_checkout .steps ol li{
    width:100%;
    clear:both;
    float:none;
    margin-bottom:30px;
    }
}
.mod_iso_checkout .submit_container {
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid rgba(1a1a1a,.4);
}
.mod_iso_checkout .submit_container .next,
.mod_iso_checkout .submit_container .confirm {
    float:right;
}
.mod_iso_checkout .submit_container .previous {
    float:left;
}
.mod_iso_checkout .submit_container:after {
    position:relative;
    float:none;
    clear:both;
    display:block;
    content:"";
}
.mod_iso_checkout .billing_address,
.mod_iso_checkout .shipping_address,
.mod_iso_checkout .shipping_method,
.mod_iso_checkout .payment_method,
.mod_iso_orderdetails .billing_address,
.mod_iso_orderdetails .shipping_address,
.mod_iso_orderdetails .shipping_method,
.mod_iso_orderdetails .payment_method {
    position:relative;
    display:block;
    margin-bottom:30px;
    padding-top:20px;
    border-top:1px solid rgba(1a1a1a,.3);
}
.mod_iso_checkout .payment_method {
    padding-bottom:30px;
    border-bottom:1px solid rgba(1a1a1a,.3);
}
.mod_iso_checkout .billing_address a.edit,
.mod_iso_checkout .shipping_address a.edit,
.mod_iso_checkout .shipping_method a.edit,
.mod_iso_checkout .payment_method a.edit {
    position:relative;
    float:right;
    display:block;
}
.mod_iso_checkout .billing_address a.edit:before,
.mod_iso_checkout .shipping_address a.edit:before,
.mod_iso_checkout .shipping_method a.edit:before,
.mod_iso_checkout .payment_method a.edit:before {
    display:inline-block;
    margin-right:3px;
    font-family:Fontawesome;
    color:#e2e600;
    content: "\f040";
}
.mod_iso_checkout #ctrl_BillingAddress span,
.mod_iso_checkout #ctrl_ShippingAddress span {
    position:relative;
    display:block;
    margin-bottom:10px;
}
.mod_iso_checkout #ctrl_BillingAddress  .vcard span,
.mod_iso_checkout #ctrl_ShippingAddress  .vcard span {
    position:relative;
    display:inline;
    margin-bottom:0;
}
.mod_iso_checkout .widget-radio .radio {
    margin-right:10px;
}
input.submit, button.submit,
#main a.submit.continue {

    display: inline-block;
    padding: 15px 20px;
    cursor: pointer;
    transition: all 0.2s ease-out 0s;
    width: auto;
    background: rgb(152,152,152);
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    font-size: 0.8rem;
    min-width: 140px;
    text-align: center;
    position: relative;
	line-height: 1em;
    -webkit-appearance: none;
	font-family: "MS Shell Dlg 2";
	border:none;

}
input.submit:hover, button.submit:hover,
#main a.submit.continue:hover {
	opacity: .8;
	
}

/* Orderhistory //////////////////////////////////////////////////////////////////// */
.mod_iso_orderhistory table {
    position:relative;
    margin-bottom:60px;
}
.mod_iso_orderhistory table {
    width:100%;
    position:relative;
    table-layout:fixed;
    border-collapse: collapse;
    border-spacing: 0px;
}
.mod_iso_orderhistory table thead tr th {
    text-align:left;
    border-bottom:1px solid rgba(1a1a1a,.2);
}
.mod_iso_orderhistory table tr th,
.mod_iso_orderhistory table tr td {
    padding-top:10px;
    padding-bottom:10px;
}
.mod_iso_orderhistory table tr td.col_last {
    text-align:right;
}
.mod_iso_orderhistory table tr td.col_last:before {
    display:inline-block;
    margin-right:4px;
    font-family:Fontawesome;
    color:#00a6ff;
    content:"\f06e";
}

/* Orderdetails  //////////////////////////////////////////////////////////////////// */
.mod_iso_orderdetails {
    position:relative;
    display:block;
}
.mod_iso_orderdetails .downloads {
    margin-top:30px;
    border-top:1px solid rgba(1a1a1a,.4);
}
.mod_iso_orderdetails .downloads .unavailable {
    color:#f00;
}
.mod_iso_orderdetails .downloads .available a {
    color:#00a6ff;
}
.steps.block{
	overflow: show;
	height: 30px;
	margin-bottom: 20px;
	padding-bottom:20px;
	
}
