*{
    margin:0;
    padding:0;
}

* {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-o-user-select: none;
user-select: none;
}

textarea {
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-o-user-select: text;
user-select: text;
}

canvas {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */
} 

body {
    /*background-color: #ffffff;*/
}

#start_screen, #brand_list, #productsFilters, .content .main
{
    display: none;
}

.clear {
    clear: both;
}
.widthAuto {
    width: auto;
}

img{
    border:0px;
}

.table {
    display: table;
}
.table .table-cell{
    display: table-cell;
}

.content{
    position:relative;
    /*background-color: #FFFFFF;*/
    /*background: url("../images/struct_grey_bg_01.png") repeat scroll 0 0 transparent;*/
    /*background: url("../images/struct_grey_bg_02.png") repeat scroll 0 0 transparent;*/
    border-radius: 8px 8px 8px 8px;
    min-height: 770px;
}
.main{
    width: 1030px;
    margin:0 auto;
    background-color: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    min-height: 770px;
}
.content div.bg-article{
    background: linear-gradient(top, #dde5e7, #f8fafa);
    background: -moz-linear-gradient(top, #dde5e7, #f8fafa);
    width:100%;
    height:100px;
    position:absolute;
    top:0;
    left:0;
    z-index:-100;
}
menu.top-menu{
    padding-top:10px;
    padding-bottom:10px;
}
menu.top-menu a{
    color:#858f9f;
    text-decoration:none;
    font-weight:bold;
    margin-left:10px;
    margin-right:10px;
    font-family: Arial;
    font-size:14px;
}
menu.top-menu a:hover{
    color:#d1352d;
    text-decoration:underline;
}
.left-menu{
    margin: 0 auto;
    position: relative;
    top: 9px;
    z-index: 10;
}
ul.left-menu{
    margin-left:8px !important;
}
.left-menu li{
    float:left;
    list-style:none;
}
#demo .left-menu li a{
    background-color: #DCE0E2;
    border-left: 1px solid #e4e8e1;
    border-radius: 6px 6px 0 0;
    border-right: 1px solid #e4e8e1;
    border-top: 1px solid #e4e8e1;
    color: #9CA3A4;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 12px;
    line-height: 23px;
    margin-right: 1px;
    text-align: center;
    text-decoration: none;
    width: 58px
}
#demo .left-menu li.ui-tabs-selected a{
    background-color:#9DA3A4;
    color:#ffffff;
}
#demo .tab-content {
    background: none repeat scroll 0 0 #B0B6B9 !important;
    padding: 0 0 25px 0 !important;
}

.aside-left{
    float:left;
    border-radius:10px 0 0 0;
}
.aside-left-top-bg, .aside-left-center-bg, .aside-left-bottom-bg{
    width:100%;
    position:absolute;
    left:0;
}
.aside-left-top-bg{
    height:35px;
    top:30px;
    background-color:#e2e6e7;/* CSS3 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#bec6c7', EndColorStr='#e2e6e7')"; /* IE8 */

    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e6e7), color-stop(100%,#bec6c7));
    /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #e2e6e7, #bec6c7);
    background: -o-linear-gradient(top, #e2e6e7, #bec6c7); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e2e6e7, #bec6c7); /* IE10 */
    background: -moz-linear-gradient(top, #e2e6e7, #bec6c7);/* Firefox 3.6+ */
    background: linear-gradient(top, #e2e6e7, #bec6c7);/* CSS3 */

}
.aside-left-center-bg{
    height:120px;
    top:63px;
    background-color:#b0b6b9;/* CSS3 */
	background: -moz-linear-gradient(top, #9da3a4, #b0b6b9); /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom, 
                color-stop(0%,#9da3a4), color-stop(100%,#b0b6b9));
    /* Chrome 10+, Safari 5.1+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#9da3a4', EndColorStr='#b0b6b9')"; /* IE8 */
    background: -moz-linear-gradient(top, #9da3a4, #b0b6b9);
    background: linear-gradient(top, #9da3a4, #b0b6b9);
}
.aside-left-bottom-bg{
    display:none;
/*    min-height:568px;*/
    min-height:182px;
    top:182px;
    background:#b0b6b9;
}
.aside-right{
    float:right;
    border-radius:0 10px 0 0;
    background-color:#c6ced1;
}
.aside-right, .aside-left{
    width:200px;
    min-height:750px;
    position:relative;
    background-color: #C6CED1;
}
.aside-left h3{
    border-radius:10px 0 0 0;
}
.aside-right h3{
    border-radius:0 10px 0 0;
}
.aside-right h3, .aside-left h3{
    font-family: Arial;
    font-size:12px;
    background-color:#707b7e;
    line-height:30px;
    color:#ffffff;
    text-align:center;
}
.aside-right .text-options{
    margin-top:10px !important;
}
.aside-right .slider div{
    border:none !important;
    border-radius:0px;
}
.aside-right .slider div a{
    border:none !important;
    background-image: url("../images/slider_button.png") !important;
    background-position:center center;
    background-repeat:no-repeat;
    height: 22px !important;
    top: -7px !important;
    width: 22px !important;
}
.aside-right .slider .ui-state-default, .aside-right .slider .ui-widget-content .ui-state-default, .aside-right .slider .ui-widget-header .ui-state-default{
    background:none;
}
textarea{
	border: medium none;
    border-radius: 5px 5px 5px 5px;
    height: 110px;
    left: 7px;

    overflow: hidden;
    padding: 5px 5px 0;
    position: relative;
    resize: none;
    top: 24px;
    width: 174px;
}
.select-font-settings{
    background-color: #d1d7da;
    display: block;
    left: 3px;
    padding-bottom: 3px;
    padding-top: 4px;
    position: relative;
    top: 33px;
    width: 195px
}
.text-options{
    display: block;
    margin-top: 35px;
    overflow: hidden;
    position: relative;
}
.text-options .text-drehen{
    font-family: Arial;
    font-size:12px;
    color:#707b7e;
    margin-left:15px;
    font-weight:bold;
    margin-bottom:5px;
	margin-top:2px;
}

.text-options-active {
    background-color: #ff0000;
    color: #ffffff;
    border: 1px dashed #ffffff;
}
.text-options-active .text-drehen, 
.text-options-active .fr-cont span {
    color: #ffffff;
}

#effects{
	margin-top:15px !important;
}
#backgroundColors{
	margin-top:15px !important;
}
#text-options{
	margin-top:15px !important;
}
.text-options .angle-button ul{
    margin-left:3px;
}
.text-options .angle-button ul li{
    padding: 1px 0;
    font-family: Arial;
    height:13px;
    width:35px;
    border:1px solid #fff;
    float:left;
    margin-left:1px;
    margin-right:1px;
    list-style:none;
    color:#707b7e;
    cursor:pointer;
    line-height:13px;
    font-size:12px;
    text-align:center;
    background-color:#d1d7da;
    font-weight:bold;
}
.text-options .angle-button ul li.ta-active{
    background-color:#ff0000;
    color:#ffffff
}
.angle-button{
	overflow:hidden;
}
.slider div{
	background-image: url("../images/slider_bg.png") !important;
    background-repeat: no-repeat !important;
    height: 7px;
    margin-bottom: 15px;
    margin-left: 12px;
    margin-top: 9px;
    width: 175px !important;
}
.slider div a{
    background-image:url(../images/slider_button.png) !important;
    background-position:center center;
    background-repeat:no-repeat;
    height:22px;
    width:22px;
    top:-7px !important;
}


.fontstyle{
    width:110px;
    margin-left:5px;
    float:left;
    z-index: 100;
}

div.fontstyle .select-content
{
    width: 360px;
    max-width: 360px !important;
}
div.fontstyle .select-option {
    font-size: 30px;
    line-height: 32px !important;
}

.fontsize{
    width:66px;
    float:right;
    margin-right:5px;
    z-index: 100;
}


.color{
    border:none;
    margin-left:7px;
    margin-top:10px;
    color:transparent !important;
}
.ui-tabs-panel{
    display:block;
}
.ui-tabs-hide{
    display:none;
}


#breadcrumb-container, #canvas-container, #general_instruction_container {
    overflow:hidden;
}
#img-container{
    overflow-x: auto;
    overflow-y: hidden;
}
#img-container img{
    height: 76px;
    width: 76px;
}
#breadcrumb-container, #general_instruction_container{
    height:36px;
    line-height:36px;
}
#breadcrumb-container ul{
    margin-left:25px;
}
#breadcrumb-container ul li{
    list-style:decimal;
    float:left;
    margin-left:40px;
    margin-right:10px;
    color:#bac0c5;
    background-image:url(../images/2.png);
    background-position:right center;
    background-repeat:no-repeat;
    padding-right:20px;
}
#breadcrumb-container ul li.breadcrumb-active{
    color:#808e91;
    background-image:url(../images/1.png);
    background-position:right center;
    background-repeat:no-repeat;
}
#breadcrumb-container ul li.breadcrumb-last{
    background-image:none !important;
}
#general_instruction_container {
    color:#808e91;
    text-align: center;
}
#canvas-container{
    height:635px;
}
#img-container{
/*    height:80px;*/
    height: auto;
}
#img-container ul{
    background-image: url(../images/gallery.png);
    background-repeat: repeat-x;
    white-space: nowrap;
    width: auto;
}
#img-container ul li{
    display: inline-block;
    height:76px;
    width:76px;
    border:1px solid #d8dfe1;
    margin-right:1px;
    margin-left:1px;
    list-style:none;
    position: relative;
    cursor: pointer;
    text-align: center;
}
#img-container ul li img{
}

#img-container ul li .delete{
    background-image:url(../images/btn_delete.png);
    background-position:center center;
    background-repeat:no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    cursor: default;
}

.aside-bottom{
    border-top: 1px solid #FFFFFF;
    bottom: 20px;
    left: 16px;
    padding-top: 23px;
    position: absolute;
	background-image:url(../images/big-button_bg.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	width:165px;
	height:65px;
}
.ofs-icon{
	background-image: url("../images/7.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 14px;
    margin-left: 21px;
    margin-top: 15px;
    padding-left: 23px;
    width: auto;
}
.bch-icon{
	background-image: url("../images/trash_icon.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 14px;
    line-height: 15px;
    margin-left: 15px;
    margin-top: 20px;
    min-height: 24px;
    padding-left: 33px;
    width: 110px;
}

.bch-icon .table {
    width: 100%;
    height: 24px;
}
.bch-icon .table-cell {
    width: 100%;
    height: 24px;
    vertical-align: middle;
}

.text-angle{
    display:block;
    margin-top:50px;
}

#tabs .ui-widget-content, .demo .ui-widget-content{
    border:none;
}
#demo .ui-corner-all{
    border-radius:0px;
}
#demo .ui-corner-bottom{
    border-radius:0px;
}
#demo .ui-corner-right{
    border-radius:0px;
}
#demo .ui-corner-br{
    border-radius:0px;
}
#demo .ui-tabs{
    position:inherit;
    padding:0px;
}
#demo .ui-tabs, #demo .ui-tabs-panel {
    padding:0px;
    margin:0px;
}
#demo .ui-widget input, #demo .ui-widget select, #demo .ui-widget textarea, #demo .ui-widget button {
    font-family: Arial;
    font-size:12px;
}
#demo .ui-tabs .ui-tabs-nav{
    margin:0px;
    padding:0px;
}
#demo .ui-widget-header{
    border:0px;
    background:none;
}
#demo .ui-widget-content{
    background:none;
}
#demo .ui-state-active, #demo .ui-widget-content .ui-state-active, #demo .ui-widget-header .ui-state-active{
    background:none;
    border:none;

}
#demo .ui-state-default, #demo .ui-widget-content .ui-state-default, #demo .ui-widget-header .ui-state-default{
    border:none;
    background:none;
}
#demo .ui-tabs .ui-tabs-nav li a{
    padding:0px;
}

.form-radio{
}
.fr-cont{
    clear:both;
	margin-top:3px;
}
.fr-cont span{
	color: #707B7E;
    cursor: pointer;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 12px;
    line-height: 26px;
    margin-left: 18px;
    padding-left: 20px;
    position: relative;
    width: 60px;
}
.fr-cont span label{
    cursor: pointer;
}
.fr-cont span input{
    height: 18px;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 4px;
    width: 18px;
    z-index:10;
    cursor: pointer;
}
.fr-cont span div{
    background-image:url(../images/radio_buttons.png);
    height: 18px;
    left: -1px;
    opacity: 1;
    position: absolute;
    top: 4px;
    width: 18px;
    z-index:7;
    cursor: pointer;
}
.fr-cont span div.bg-radio-active{
    background-image:url(../images/radio_buttons_active.png);
}

#multiImageTemplates {

}
#multiImageTemplates .fr-cont {
    padding: 0 0 0 6px;
    margin-top: 10px;
}
#multiImageTemplates span {
    line-height: 14px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 24%;
}
#multiImageTemplates span input {
    display: none;
}
#multiImageTemplates span img {
    border: 1px solid transparent;
    min-height: 69px;
    min-width: 38px;
}

#multiImageTemplates span.selected img {
    border: 1px solid red;
}

/*
#multi-image-controll {
    z-index: 5;
    margin: 15px 0 0 0px;
}
.multi-image-list-element{
    clear: both;
    background-color: #C6CED1;
    padding: 4px;
    height: 80px;
}
.multi-image-name {
    color: #707B7E;
    float: left;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 110px;
    margin: 30px 0 0 0;
}
.multi-image-dropbox{
    height: 78px;
    width: 80px;
    background-image: url("../images/gallery.png");
    background-repeat: no-repeat;
    white-space: nowrap;
    display:block;
    position: relative;
    float: right;
    color: #707B7E;
    font-family: Arial;
    font-size: 12px;
    text-align:center;
}
.multi-image-dropbox .thumbnail{
    display: none;
    width: 76px;
    height: 76px;
}
.multi-image-dropbox .delete{
    display: none;
    background-image: url("../images/btn_delete.png");
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 5px;
    cursor: default;
    height: 15px;
    position: absolute;
    right: 5px;
    width: 15px;
    cursor:pointer;
}
.multi-image-dropbox .text{
    margin: 30px 0 0 0;
}
*/
#logos-controll{
    z-index: 5;
    margin: 0 0 0 0;
}
#logos-controll .wrapper{
    padding: 9px 0 0 10px;
}
#logos-controll h3{
    background-color: #646E70;
    border-radius: 0 0 0 0;
}
.logos-thumbnail{
    margin: 0 3px;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
}
#logos-controll img{
    cursor: pointer;
    border: 1px solid transparent;
}
#logos-controll .selected img{
    border: 1px solid red;
}

.total-price{
    position:absolute;
    left:15px;
    bottom:120px;
    font-family: Arial;
    font-size:12px;
    color:#707b7e;
}
.total-price-0{
}
.total-price-1{
}

#case-name {
    font-size:17px;
    font-weight: bold;
    display: none;
}
#case-price {
    font-size:20px;
    font-weight: bold;
    display: none;
}
#case-tax {
    font-size:12px;
    font-weight: normal;
    display: none;
}
#case-preview {
    height: 27px;
    text-align: left;
    display: none;
}
#case-preview img {
    display: none;
    height: 100%;
}

#fileupload{
/*    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    filter: alpha(opacity=0);*/
}

/* screens stuff*/
#select_case #close-caseselect-screen-closed, #select_file #close-caseselect-screen-closed{
	background-image: url("../images/artcover_layout_-konfigurator_cover-dialog_00.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 17px;
    position: absolute;
    right: 10px;
    top: 2px;
    width: 17px;
    z-index: 1000;
}
#select_isinbounds .wrapper .close, #select_case .wrapper .close, #select_file .wrapper .close, #select_case .wrapper .close{
    /*background-image: url("../images/btn_close.png");
    background-position:center center;
    background-repeat:no-repeat;
    cursor: pointer;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1000;*/
	
	
	background-image: url("../images/popup_bg.png");
    border-radius: 15px 15px 0 0;
    height: 30px;
    left: 0;
    position: absolute;
    top: -30px;
    width: 149px;
    z-index: 1000;
}
#select_case #close-caseselect-screen span, #select_file #close-caseselect-screen span ,#select_isinbounds #close-caseselect-screen span{
	background-color: #464748;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: arial;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-left: 11px;
    margin-top: 7px;
    text-align: center;
    width: 126px;
}
#open-fileselect-screen{
    cursor: pointer;
}
.cart{
	background-color: #FFFFFF;
    color: #808E91;
	font-family: Arial,sans-serif;
    font-size: 12px;
	margin:10px;
	padding:10px;
}

#isinbounds_back{
	background-image: url("../images/button_00.png");
	width:165px;
	height:31px;
	border:none;
	color:#ffffff;
	font-family:Arial, sans-serif;
	font-weight:bold;
}
#isinbounds_next{
	background-image: url("../images/button_01.png");
	width:165px;
	height:31px;
	border:none;
	font-family:Arial, sans-serif;
	color:#ffffff;
	font-weight:bold;
}
#select_file .table-tr-td, #select_generation .wrapper .conteiner{
	background-color: #FFFFFF;
    color: #808E91;
    float: left;
    font-family: Arial,sans-serif;
    font-size: 12px;
    height: 280px;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 180px;
}
/* file select block*/
#mobile_upload_screen, #generation_info_screen, #select_file, #select_isinbounds, #select_generation{
    top: 30%;
    right: 0px;
    width: 100%;
    position: fixed;
    display: none;
    text-align: center;
    z-index: 200;
}

#mobile_upload_screen_wapper {
    height: 400px;
    width: 670px;
    font-family: FuturaEFBold;
}

#mobile_upload_screen_wapper .highlight {
    background-color: #D1352D;
    border-radius: 10px 0 10px 0;
    padding: 0 8px;
}

#mobile_upload_screen_wapper h1,#mobile_upload_screen_wapper h2{
    display: block;
    font-weight: normal;
}
#mobile_upload_screen_wapper h1 {
    font-size: 42px;
    border-bottom: 1px solid #B1B0AE;
    text-align: center;
}
#mobile_upload_screen_wapper h2 {
    font-size: 25px;
}

#mobile_upload_screen_wapper .description {
    font-size: 12px;
}

#mobile_upload_screen_wapper .panel-left,#mobile_upload_screen_wapper .panel-right {
    float: left;
    text-align: left;
    padding: 10px 0 0 10px;
}
#mobile_upload_screen_wapper .panel-right {
     width: 52%;
}
#mobile_upload_screen_wapper .panel-left {
    border-right: 1px solid #B1B0AE;
    width: 44%;
}

#mobile_upload_screen_wapper ul {
    font-size: 18px;
}
#mobile_upload_screen_wapper ul li{
    list-style: none;
    margin: 25px 0 0 0;
}

#mobile_upload_screen_wapper #fileuploadForm {
    left: auto;
    position: static;
    top: auto;
}
#mobile_upload_screen_wapper .button {
    border-radius: 10px 10px 10px 10px;
    text-align: center;
}

#mobile_upload_screen_wapper #mobile_browse {
    float: right;
    position: relative;
}

#select_isinbounds .wrapper, #generation_info_screen .wrapper, #select_file .wrapper, #select_generation .wrapper {
	background-image: url("../images/popup_bg.png");
    border-radius: 0 15px 15px 15px;
    margin: 0 auto;
    padding: 10px 40px;
    position: relative;
    /*width: 60%;*/
	/*min-width:500px;*/
	display: inline-block;

}
#select_generation .wrapper {
    border-radius: 15px 15px 15px 15px;
}
#select_file .wrapper .conteiner{
    /*width:632px;*/
    height:300px;
    margin:0 auto;
}
#select_generation .wrapper .conteiner {
    background-color: #FFFFFF;
    color: #808E91;
    font-family: Arial,sans-serif;
    font-size: 14px;
    height: auto;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    float: none;
    clear: both;
}

#select_generation .wrapper .conteiner table {
    margin: 0 auto;
}
#select_generation .wrapper .conteiner table td {
    padding: 3px;
}

.table-tr-td button{
	background-image: url("../images/button-artcover.png");
	height:31px;
	width:165px;
	border:none;
	background-color:none;
	line-height:31px;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, sans-serif;
	position:absolute;
	bottom:20px;
	left:20px;
	cursor: pointer;
}
#fileuploadForm{
	margin: 0 auto;
    width: 165px;
	position:absolute;
	bottom:20px;
	left:20px;
	overflow:hidden;
}
#fileuploadForm input#fileupload{
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent;
    border-style: solid;
    transform: translate(0px, 0px) scale(4);
    width: 85px;
    cursor: pointer;
    direction: ltr;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    /*pointer-events: none;*/
}
#open-mobile-upload-screen, #button-load{
	width:165px;
	background-image: url("../images/button-artcover.png");
	line-height:31px;
	color:#ffffff;
	font-weight:bold;
	font-family:Arial, sans-serif;
	font-size:12px;
	cursor: pointer;
}
#select_isinbounds  table td, #select_file table td {
    text-align: center;
}

#select_isinbounds .wrapper, #generation_info_screen  .wrapper{
    width: 700px;
}


#generation_info_screen .content {
    background-color: #FFFFFF;
    color: #808E91;
	font-family: Arial,sans-serif;
    font-size: 12px;
	margin:10px;
	padding:10px;
    min-height: 0;
    border-radius: 8px 8px 8px 8px;
    position: relative;
}

/* case select block*/
#select_case {
    top: 30%;
    left: 0px;
    width: 100%;
    position: fixed;
    z-index: 1000;
    display: none;
}

#select_case .wrapper{
    padding: 10px;
    border-radius: 0 15px 15px 15px;
    margin: 0 auto;
    width: 90%;
    min-width: 500px;
    max-height: 650px;
    position: relative;
	background-image: url("../images/popup_bg.png");
}

/*basic rules for select_case blocks*/
#select_case .content {
    
}

#select_case .content ul{
	clear: both;
    max-height: 400px;
    margin: 12px 0 0;
    overflow-y: auto;
    padding: 0;
}

#select_case .content  ul li{
    list-style: none;
    padding: 3px;
    margin: 8px;
    background-color: #ffffff;
    cursor: pointer;
    float: left;
    text-align: center;
}

#select_case .content  ul li .title{
    text-align: center;
    font-weight: bold;
    margin: 5px 0 0 0;
}

/* select case brands specific rules*/
#select_case_brands .content ul{
    height: 260px;
}

#select_case_brands ul li {
    height: 215px;
    width: 140px;
}


/*select case items specific rules*/
#select_case_items {
    display: none;
}

#select_case_items .content ul{
    height: 400px;
}

#select_case_items ul li{
    height: 310px;
    width: 200px;
}

#select_case_items ul li .case_preview{
    height: 240px;
    overflow: hidden;
}
#select_case_items ul li .case_preview img{
    display: block;
    height: 240px;
    width: auto;
    margin: 0 auto;
}

#select_case_items ul li .model_name{
    text-align: center;
    font-weight: bold;
    margin: 5px 0 0 0;
}

#select_case_items ul li .price{
    text-align: center;
    margin: 5px 0 0 0;
}

#select_dim{
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    /*background-color: #000000;*/
    /*opacity: 0.5;*/
    /*background: url("../images/struct_grey_bg_02.png") repeat scroll 0 0 transparent;*/
    background: none repeat scroll 0 0 #464748;
    opacity: 0.85;
}

#select_loading
{
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}
#select_loading .wrapper{
    height: 40px;
    width: 230px;
    text-align: left;
    margin: 0 auto;
    margin-top: 30%;
}
#select_loading .wrapper span{
    display: block;
}

.vertical-hr{
    height: 10px;
    width: 1px;
    background: #000000;
    margin: 0;
    padding: 0;
}

.color-cont{
	overflow: hidden;
    padding-bottom: 1px;
    padding-top: 6px;
    width: 195px;
}
.color-td {
    border: 1px solid #FFFFFF;
    float: left;
    height: 10px;
    margin-right: 2px;
    margin-top: 2px;
    width: 20px;
    cursor: pointer;
}
.select-color{
    border: 1px solid #000000;
}
.ui-tabs .ui-tabs-nav li {
    margin: 0 1px 0 0;
}

#btn-checkout-uploading {
    display:none;
}
#btn-checkout-uploading .icon {
    width:100%;
	height:100%;
	background-image: url("../js/configurator/images/ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top:0;
	left:0;
}
#btn-checkout {
    
}
#btn-checkout, #btn-checkout .bch-icon {
    cursor: pointer;
    text-align: center;
}

.ui-slider .ui-slider-handle {
    height: 22px;
}

.paddingBottom {
    padding-bottom: 5px;
}




#select_file_cansel, #select_isinbounds_cansel, #select_case_cansel{
	background-image: url("../images/popup_bg.png");
    border-radius: 15px 15px 0 0;
    height: 30px;
    left: 0;
    position: absolute;
    top: -30px;
    width: 149px;
    z-index: 1000;
}
#select_file_cansel span, #select_isinbounds_cansel span, #select_case_cansel span{
	background-color: #464748;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: arial;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-left: 11px;
    margin-top: 7px;
    text-align: center;
    width: 126px;
}
#select_file_close, #select_case_close{
	background-image: url("../images/artcover_layout_-konfigurator_cover-dialog_00.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 17px;
    position: absolute;
    right: 10px;
    top: 2px;
    width: 17px;
    z-index: 1000;
}
#loader{
	z-index:99 !important;
	display: none;
	position: absolute;
	/*left: 285px;*/
	left: 50%;
	top:260px;
	z-index: 500;
}











#button-load {
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 31px;
    width: 165px;
	background: transparent;	
}

.table-tr-td button {
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 31px;
    line-height: 31px;
    width: 165px;
	background: transparent;
	left:0px;
	bottom:0px;
	position:relative;
}
.table-tr-td-button{
	border-radius: 10px 10px 10px 10px;
	position: absolute;
    width: 165px;
	height: 31px;
    left: 20px;
	bottom: 20px;
}
.button-load{
	border-radius: 10px 10px 10px 10px;
    width: 165px;
	height: 31px;

}




.isinbounds_back, .isinbounds_next{
	border-radius: 10px 10px 10px 10px;	
	background-color:#b4312f;/* CSS3 */
    height: 31px;
    width: 165px;

}
.isinbounds_back {
	float:left;
	margin-left:155px;
}

.isinbounds_next {
	float:right;
	margin-right:155px;
}
#isinbounds_back, #isinbounds_next{
    height: 31px;
    width: 165px;
	border: medium none;
    color: #FFFFFF;
    font-family: Arial,sans-serif;
    font-weight: bold;
	background:transparent;
    cursor: pointer;
}
#isinbounds_back{
    background-image: url("../images/left.png");
    background-position: 40px 8px;
    background-repeat: no-repeat;
}
#isinbounds_next {
    background-image: url("../images/right.png");
    background-position: 120px 8px;
    background-repeat: no-repeat;
}
.aside-bottom {
    background-image: none;
	border-radius: 10px 10px 10px 10px;	
	margin-top:15px;
    background-position: center bottom;
    background-repeat: no-repeat;
    border-top: none !important;
    bottom: 20px;
    height: 65px;
    left: 16px;
    padding-top: 0px !important;
    position: absolute;
    width: 165px;
}
.ofs-icon {
    margin-top: 15px;
}
.wite-line {
    background-color: #FFFFFF;
    bottom: 100px;
    height: 1px;
    margin-left: 20px;
    position: absolute;
    width: 160px;
}
.admin-buttons {
    display:none;
}
.linear-gradient{
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d22d23', EndColorStr='#b4312f')"; /* IE8 */
    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d22d23), color-stop(100%,#b4312f));
    /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #d22d23, #b4312f);
    background: -o-linear-gradient(top, #d22d23, #b4312f); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d22d23, #b4312f); /* IE10 */
    background: -moz-linear-gradient(top, #d22d23, #b4312f);/* Firefox 3.6+ */
    background: linear-gradient(top, #d22d23, #b4312f);/* CSS3 */
}

/* Start Screen */
#start_screen_wrapper {
    position: relative;
    z-index: 200;
}
#start_screen {
    margin: 0 auto;
    text-align: center;
    position: relative;
    font-family: FuturaEFBold;
}

#start_screen .content {
    background-color: rgba(0, 0, 0, 0);
    margin: 0 0 0 50px;
    min-height: 620px;
    position: relative;
    width: calc(100% - 50px);
}

#start_screen .content .panel_left, #start_screen .content .panel_right, #start_screen .background{
    height: calc(100% - 40px);
    position: absolute;
    bottom: 0px;

}

#start_screen .content .panel_left {
    width: 610px;
    left: 0px;
    border-radius: 8px 0 0 8px;
}

#start_screen .content .panel_right {
    width: calc(100% - 614px);
    left: 612px;
    min-width: 440px;
    border-radius: 0 8px 8px 0;
    border-left: 1px solid #FFFFFF;
}

#start_screen  .content .panel_right .instructions {
    font-size: 21px;
    margin: 45px 0 0 20px;
    text-align: left;
}

#start_screen .background {
    left: 0;
    width: 100%;
    border-radius: 0 8px 8px 0;
    
     /*gradient*/
    background: -moz-linear-gradient(45deg,  rgba(0,0,0,0) 52%, rgba(30,30,30,0) 61%, rgba(158,162,162,0.65) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(52%,rgba(0,0,0,0)), color-stop(61%,rgba(30,30,30,0)), color-stop(100%,rgba(158,162,162,0.65)));
    background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0) 52%,rgba(30,30,30,0) 61%,rgba(158,162,162,0.65) 100%);
    background: -o-linear-gradient(45deg,  rgba(0,0,0,0) 52%,rgba(30,30,30,0) 61%,rgba(158,162,162,0.65) 100%);
    background: -ms-linear-gradient(45deg,  rgba(0,0,0,0) 52%,rgba(30,30,30,0) 61%,rgba(158,162,162,0.65) 100%);
    background: linear-gradient(45deg,  rgba(0,0,0,0) 52%,rgba(30,30,30,0) 61%,rgba(158,162,162,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a69ea2a2',GradientType=1 );

}

/*slider*/
#start_screen #slider
{
    position: absolute;
    top: -50px;
    left: 0px;
    width: 442px;
    height: 410px;
    padding: 0 0 0 35px;
}

#start_screen #slider ul.slides {
    height: 410px;
    width: 442px;
}
#start_screen #slider .controlNav {
    top: 580px;
}


#start_screen .star_title {
    color: white;
    font-style: italic;
    display: block;
    margin: 28px 0 0 0;
}

#start_screen .star_green, #start_screen .star_red, #start_screen .star_purple{
    position: absolute;
    height: 100px;
    width: 100px;
}
#start_screen .star_green {
   background: url("../images/start/start_green.png") no-repeat scroll 0 0 transparent;
   top: -40px;
   left: -20px;
}
#start_screen .star_red {
   background: url("../images/start/star_red.png") no-repeat scroll 0 0 transparent;
   top: 130px;
   right: 100px;
}
#start_screen .star_purple {
   background: url("../images/start/star_purple.png") no-repeat scroll 0 0 transparent;
   top: 405px;
   left: 240px;
}


#start_screen .arrow_right{
    position: absolute;
    height: 97px;
    width: 102px;
    background: url("../images/start/arrow_right.png") no-repeat scroll 0 0 transparent;
    top: 110px;
    left: 185px;
}

#start_screen .cases{
    position: absolute;
    height: 136px;
    width: 541px;
    background: url("../images/start/cases.png") no-repeat scroll 0 0 transparent;
    top: 340px;
    left: 25px;
}




#start_screen h1 {
     font-weight: normal;
}

#start_screen .green{
    color:#7EA939;
}
#start_screen .red{
    color:#A91C6C;
}
#start_screen .purple{
    color:#725C9D;
}

#start_screen .list_steps{
    margin-top:55px;
}
#start_screen .list_steps .title {
    color: #b83114;
}
#start_screen .list_steps ul {
    color: #757f82;
    margin: 15px 0 0 0;
    font-style: italic;
    font-size: 25px;
}
#start_screen .list_steps ul li {
    list-style-type: none;
}

#start_screen_controls {
    margin: 55px auto 0;
}

#start_screen_controls .button {
    border-radius: 10px 10px 10px 10px;
    border-top: medium none !important;
    color: #FFFFFF;
    cursor: pointer;
    font-family: FuturaEFBold,sans-serif;
    font-size: 38px;
    font-style: italic;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    position: inherit;
    text-align: center;
    width: 315px;
}



/*Update screen*/
#update_screen{
    display: none;
}

#update_screen .content {
    width: 80%;
    margin: 0 auto;
    font-family: sans-serif, Arial;
}

#update_screen .content .title {
    margin: 20px 0 0 0;
    text-align: center;
    color: #747C7E;
    font-size: 50px;
    font-weight: bold;
}

#update_screen .content .description {
    background-color: #A09E9C;
    border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    margin: 20px 0;
    padding: 25px;
    font-size: 24px;
}

#update_screen .content .buttons {
    background-color: #ffffff;
    border-radius: 8px;
    text-align: center;
}

#update_screen .content .buttons img {
    height: 130px;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 270px;
}
#update_screen .content .buttons a {
    
}


#end_session {
   border-radius: 10px 10px 10px 10px;
    border-top: medium none !important;
    position: absolute;
    bottom: 115px;
    left: 16px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 14px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    width: 165px;
}

/*Products Filter*/
#productsFiltersWrapper {
    position: relative;
    z-index: 200;
}
#productsFilters {
    margin: 0 auto;
    text-align: center;
}

#productsFilters .popupBox .wrapper .cancel { display:none; }
#productsFilters .popupBox .wrapper .close { display:none; }
#productsFilters .popupBox .wrapper {border-radius: 15px;}

/* Brand List */
#brand_list_wrapper {
    position: relative;
    z-index: 200;
}
#brand_list {
    margin: 0 auto;
    /*float: left;*/
    text-align: center;
}
#brand_list ul {
    
}
#brand_list ul li {
    list-style:none;
    /*color: #747C7E;*/
    color: #FFFFFF;
    float: left;
    padding: 20px 15px;
    /*margin: 20px 4%;*/
    /*padding: 3px 0;*/
    text-align: center;
    width: 150px;
    cursor: pointer;
}
#brand_list ul li:hover
{
    color: #D1352D;
}

#brand_list ul li .brand_preview {
    height: 150px;
}
#brand_list ul li .brand_preview img{
    max-height: 161px;
    max-width: 150px;
}
#brand_list ul li .title {
    margin: 15px 0 0 0;
    font: bold 9pt/12pt 'Arimo',sans-serif;
    outline: medium none;
    text-decoration: none;
}

#brand_list_title {
    /*padding: 30px 0 0 30%;*/
    padding: 40px 0 10px 0;
    text-align: center;
    width: 100%;
    float:left;
    font: bold 16pt 'Arimo',sans-serif;
    outline: medium none;
    text-decoration: none;
    /*color: #747C7E;*/
    color: #FFFFFF;
    visibility: hidden;
}

/* pop Up Boxes */
.popupBox{
    top: 10%;
    right: 0px;
    width: 100%;
    position: fixed;
    z-index: 1000;
    display: none;
    text-align: center;
    color: #ffffff;
}
.popupBox h3,.popupBox h2,.popupBox h1,.popupBox a {
    color: #ffffff;
}
.popupBox .linie {
    /*border-bottom: 1px solid #FFFFFF;*/
    border-bottom: 1px solid #BDBCB9;
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.popupBox .wrapper {
    opacity: 1;
    border-radius: 0 15px 15px 15px;
    margin: 0 auto;
    padding: 10px 15px;
    position: relative;
    /*width: 60%;*/
	/*min-width:500px;*/
	display: inline-block;

    /*
    background-color: rgba(77, 77, 77, .9);
    background-image: url("../images/struct_grey_bg_02.png");
    background-repeat: repeat;
    */
    
    background: url("../images/struct_grey_bg_02.png") repeat scroll 0 0 transparent;
}
.popupBox .wrapper .conteiner{
    max-height:435px;
    margin:0 auto;
}
.popupBox .wrapper .cancel{
	/*background-color: rgba(77, 77, 77, .9);*/
    border-radius: 15px 15px 0 0;
    height: 30px;
    left: 0;
    position: absolute;
    top: -30px;
    width: 149px;
    z-index: 1000;
    
    background: url("../images/struct_grey_bg_02.png") repeat scroll 0 0 transparent;
}
.popupBox .wrapper .cancel span{
	background-color: #464748;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-left: 11px;
    margin-top: 7px;
    text-align: center;
    width: 126px;
    font-family: arial; 
}
.popupBox .wrapper .close{
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
	background-color: rgba(77, 77, 77, .9); /*#4D4D4D*/
    cursor: pointer;
    height: 17px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 17px;
    z-index: 1000;
    font-family: Lucida Console;
}

/* product slipcase box */
.produkt_box_wrapper {
    font: 9pt/12pt 'Arimo',sans-serif;
}

.brand_cases .slipcase_list_wrapper {
    height: 418px;
    margin: 0 auto;
    overflow-y: auto;
}

.brand_cases .brandName {
    margin: 10px 20px;
}


.brand_cases .slipcase_box {
    float: left;
    text-align: center;
    height: 405px;
    width: 300px;
    /*padding: 0px 40px;*/
    /*border-right: 1px solid #ffffff;*/
    border-right: 1px solid #BDBCB9;
}
.brand_cases .slipcase_box:first-of-type {
    /*padding: 0 40px 0 0;*/
}
.brand_cases .slipcase_box:last-of-type {
    /*padding: 0 0 0 40px;*/
    border-right: none;
}


.brand_cases .slipcase_box .cover {
    height: 290px;
    margin: 20px 0;
    overflow: hidden;
}
.brand_cases .slipcase_box .cover img {
    max-height: 100%;    
}

.brand_cases .slipcase_box .info {
    height: 24px;
    width: auto;
    margin: 0 auto;
    display: inline-block;
}
.brand_cases .slipcase_box .info .name {
    float: left;
    width: 160px;
    margin: 0 5px 0 0;
    
}
.brand_cases .slipcase_box .info .price {
    float: left;
    width: auto;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
}
.brand_cases .slipcase_box .btns {
    float: none;
    margin: 15px auto;
    width: auto;
    display: inline-block;
}
.brand_cases .slipcase_box .btns .btn_grau_kl_halb, .brand_cases .slipcase_box .btns .btn_rot_kl_halb {
    float:left;
    width: 140px;
    white-space: nowrap;
}


/* product info images */
.produkt_box_wrapper .produkt_bilder_box {
    background:#fff;
	border:1px solid #D9DFE1;
	width:426px;
	margin:15px 0 15px 10px;
	height:374px;
	float:left;
}
.produkt_box_wrapper .produkt_bilder_box div.hauptbild {
	width:338px;
	height:372px;	
	float:left;
	background:#fff;
	margin:1px;
}

.produkt_box_wrapper .produkt_bilder_box div.hauptbild img{
    display: block;
    margin: 20px auto 0;
}

.produkt_box_wrapper .produkt_bilder_box .thumbs {
	width:84px;	
	float:left;
	background:#fff;
	border-left:none;
	border-right:1px solid #D9DFE1;		
	height:372px;
}

.produkt_box_wrapper .produkt_bilder_box .thumbs .linie{
    border-bottom: 1px solid #D9DFE1;
}

.produkt_box_wrapper .produkt_bilder_box .thumbs img
{
    display: block;
    margin: 5px auto;
}

.slipcase_info {
    width: 900px;
}

/* product info text */
.slipcase_info .produkt_text {
	width:430px;
	height:320px;
    overflow-y: auto;
	margin:20px 0px 0 28px;
	float:left;	
	color:#fff;
    text-align: left;
}

.slipcase_info  h1 {
	font:bold 14pt/16pt 'Arimo', sans-serif;
	margin:0;
	padding:0 0 0 0;
	color:#fff;
}
.slipcase_info h2 {
	font:bold 14pt/16pt 'Arimo', sans-serif;
	margin:0;
	padding:10px 0 0 0;
	color:#fff;
}
.slipcase_info  h3 {
	font:bold 14pt/16pt 'Arimo', sans-serif;
	margin:0;
	padding:10px 0 10px 0;
	color:#fff;
	float:left;	
}

.slipcase_info a, .slipcase_info a:link, .slipcase_info a:visited, .slipcase_info a:link, .slipcase_info a:hover {
	color:#fff;
}
.slipcase_info a {
    text-decoration: none;
}
.slipcase_info a:hover {
    text-decoration: underline;
}


.slipcase_info ul {
	margin:0 0 0 15px;
	padding:0;
}

.slipcase_info .produkt_text .linie {
	display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden;
	border-bottom:1px solid #D9DFE1;	
}

.slipcase_info .produkt_text ul.social {
	float:right;
	list-style:none;
	background:#f7f9f9;
	margin:0 0 0 0;
	padding:10px;
}

.slipcase_info .produkt_text ul.social li {
	padding:5px 0;
	width:80px;
}

/* slipcase info price */
.slipcase_info .price {
    float: left;
    margin: 20px 0 0 28px;
    width: 430px;
}
.slipcase_info .btns {
	float:right;
	width:301px;
	padding:10px 0 10px 0;
}

#patternsButtonConteiner {
    margin: 15px 0 0 0 !important;
}

#patternsButtonConteiner .fr-cont {
    padding: 10px 0 0 18px;
}
#open-patterns {
    cursor: pointer;
}


.attribute-container {
    margin: 15px 0 0 0 !important;
}
.attribute-container .fr-cont {
    padding: 10px 0 0 18px;
    overflow: hidden;
}

.attribute-container-radio .fr-cont {
    padding: 10px 0 0 0;
}


.attribute-select {
    width: 150px;
    z-index: 100;
}

/* Product Filters */
.productsFilterWrapper {
    font: 9pt/12pt 'Arimo',sans-serif;
}
.productsFilterWrapper .filterName {
    margin: 10px 20px;
}
.productsFilterWrapper .product_filter_options_wrapper {
    height: 418px;
    margin: 0 auto;
    overflow-y: auto;
}

.productsFilterWrapper .option_box {
    float: left;
    text-align: center;
    height: 405px;
    width: 300px;
    /*padding: 0px 40px;*/
    /*border-right: 1px solid #ffffff;*/
    border-right: 1px solid #BDBCB9;
}
.productsFilterWrapper .option_box:first-of-type {
    /*padding: 0 40px 0 0;*/
}
.productsFilterWrapper .option_box:last-of-type {
    /*padding: 0 0 0 40px;*/
    border-right: none;
}

.productsFilterWrapper .option_box .preview {
    height: 290px;
    margin: 20px 0;
    overflow: hidden;
}
.productsFilterWrapper .option_box .preview img {
    max-height: 100%;
}

.productsFilterWrapper .option_box .info {
    height: 24px;
    width: auto;
    margin: 0 auto;
    display: inline-block;
}
.productsFilterWrapper .option_box .info .name {
    float: left;
    width: 160px;
    margin: 0 5px 0 0;
    
}

.productsFilterWrapper .option_box .btns {
    float: none;
    margin: 15px auto;
    width: auto;
    display: inline-block;
}
.productsFilterWrapper .option_box .btns .btn_grau_kl_halb, .productsFilterWrapper .option_box .btns .btn_rot_kl_halb {
    float:left;
    width: 140px;
    white-space: nowrap;
}


/* Buttons */
.btn_grau_kl_halb {
	background:url(../../img/btn/btn_grau_kl_halb.png) no-repeat;
	font:bold 8pt/18pt 'Arimo', sans-serif;
    font-weight: normal;
	width:151px;
	height:24px;
	display:block;
	color:#fff;
	text-decoration:none;
	text-align:center;
	float:left;
    cursor: pointer;
}
.btn_rot_kl_halb {
	background:url("../../img/btn/btn_rot_kl_halb.png") no-repeat scroll right 0 transparent;
	font:bold 8pt/18pt 'Arimo', sans-serif;
    font-weight: normal;
	width:150px;
	height:24px;
	display:block;
	color:#fff;
	text-decoration:none;
	text-align:center;
	float:right;
    cursor: pointer;
}

/* Media buttons */
a.btn_video, a.btn_video:link, a.btn_video:visited, a.btn_video:active, a.btn_video:hover {
    background: url("../../img/btn/btn_video.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 43px;
    margin: 0 auto;
    width: 68px;
}
a.btn_video1, a.btn_video1:link, a.btn_video1:visited, a.btn_video1:active, a.btn_video1:hover {
    background: url("../../img/btn/btn_video.png") no-repeat scroll 0 0 transparent;
    display: block;
    font: bold 8pt/9pt 'Arimo',sans-serif;
    height: 0;
    margin: 0;
    padding: 50px 0 0;
    width: 68px;
}
a.btn_gal, a.btn_gal:link, a.btn_gal:visited, a.btn_gal:active, a.btn_gal:hover {
    background: url("../../img/btn/btn_gal.png") no-repeat scroll 0 0 transparent;
    display: block;
    font: bold 8pt/9pt 'Arimo',sans-serif;
    height: 0;
    padding: 50px 0 0;
    width: 68px;
}

/*screen wrapers*/
.screen_wrapper_ascetic .header {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    width: 961px;
    height: 95px;
}

.screen_wrapper_ascetic .header .logo {
    background: url("../../img/logo.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 66px;
    margin: 15px 0 0;
    width: 314px;
}
.screen_wrapper_ascetic .body {
    background: url("../../img/bg_inhalt.png") repeat-x scroll 0 0 #F8FAFA;
    margin: 1px 0 0;
    min-height: 500px;
    width: 100%;
    padding: 30px 0 0;
    position: relative;
    z-index: 200;
}
.screen_wrapper_ascetic .footer {
display: none;
    background: none repeat scroll 0 0 #E2E8E9;
    bottom: 0;
    height: 200px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
}

/* Custom background controls*/
#customBackgroundConteiner {
    margin-top: 20px;
}
#customBackgroundConteiner .text-drehen {
    display: block;
    cursor: pointer;
}

.templateEditorPanel {
    display: none;
}
#openMultiImageTemplateEditor, #closeMultiImageTemplateEditor {
    cursor: pointer;
}


div.option_box .preview img:hover{
    cursor: pointer;
}

div.slipcase_box .cover img:hover{
    cursor: pointer;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 5px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}