a:hover {text-decoration:none !important;}


body {
    font-family: 'Ubuntu', sans-serif;
}

.container {
    width: 960px;
}

.cl {
    clear: both;
}

header {
    background: url('../images/header-background.jpg') repeat-x;
    height: 111px;
    width: 100%;
    box-shadow: 0 2px 8px rgba(90,106,106,0.33);
    z-index: 2;
    position: relative;
}

header h1 {
    display: inline-block;
    margin-top: 33px;
    float: left;
}

header .main-menu {
    float: right;
}

header .main-menu ul {
    font-weight: 500;
    font-size: 14px;
    list-style: none;
    text-transform: uppercase;
    margin-top: 65px;
}

header .main-menu ul li {
    float: left;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 15px;
}

header .main-menu ul li:last-child {
    /*margin-left: 0px;*/
}

header .main-menu ul li a {
    text-decoration: none;
    color: #869797;
}

.whatis .whatis,
.defaq .faq,
.orderselect .books,
header .main-menu ul li.active {
    background: rgba(0,0,0,0.05);
    box-shadow: inset 1px 1px 4px lightgray;
    margin-right: 15px
}

header .main-menu ul li.active a {
    color: #434343;
}

header .main-menu ul li.button {
    background: #55ae2a;
    border: 1px solid #3b8e31;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), inset 0px -1px 1px rgba(255,255,255,0.2);
    position: relative;
    padding: 0
}

header .main-menu ul li.button.login {
    position: relative;
}

header .main-menu ul li.button a.login {
    color: white;
    padding: 5px 15px;
    display: block;
}

.submenu {
    background: url('../images/submenu-background.jpg');
    height: 37px;
    box-shadow: 0 2px 8px rgba(90,106,106,0.20);
    position: relative;
    z-index: 1;
}

.submenu ul.sub-menu {
    margin-top: -6px;
}

footer {
    height: 73px;
    background: url('../images/footer-background.jpg');
    box-shadow: 0 -3px 3px rgba(0,0,0,0.08);
    padding-top: 50px;
    color: #787a7a;
}

footer .copyright {
    font-size: 12px;
    font-weight: 300;
}

ul.sub-menu {
    font-size: 14px;
    font-weight: 500;
    float: right;
    list-style-type: none;
}

ul.sub-menu li {
    float: left;
    margin-left: 25px;
}

ul.sub-menu li a {
    color: #afafaf;
    text-transform: uppercase;
}

ul.sub-menu li.active a {
    color: #747474;
}

.masthead {
       background: url('../images/sub-header.jpg');
}

.sub-header {
    background: url('../images/sub-header.jpg') repeat;
}

.sub-header .container {
    position: relative;
}

.sub-header .dragon {
    position: absolute;
    left: -50px;
    top: 62px;
}

.sub-header .little-dragon {
    position: absolute;
    left: -50px;
    top: 50px;
}

.sub-header .headline {
    position: relative;
    padding-top: 30px;
    padding-bottom: 2em;
}

.sub-header .headline h2 {
    color: #acb7b7;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 53px
}

.content-page h2 {
    color: #acb7b7;
    margin-top: 5px
    font-size: 16px;
}

.content-page .sub-header h2 {
    color: #acb7b7;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.sub-header .description {
    font-size: 14px;
    color: #838383;
}




.sub-header .description .button-green {
    margin-top: 40px;
}

.sub-header .headline .book {
    background: url('../images/open-book.png') no-repeat 50%;
    z-index: 1;
    height: 440px
}

.sub-header .start-now {
    position: absolute;
    bottom: 30px;
    text-align: center;
    z-index: 10;
}

.sub-header .start-now .button-green {
    display: inline-block;
    box-shadow: 0px 43px 16px rgba(0,0,0,0.5);
    position: relative;
    height: 4px;
}

.button-green a {
    background: url('../images/button-green.png') repeat;
    border: 1px solid #5b9052;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.32);
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
    color: white;
}

.button-green a {
    padding: 16px 40px;
    border-radius: 40px;
    font-size: 36px;
    position: relative;
}

.button-green {
    box-shadow: none;
}

.button-green.button-mini a {
    font-size: 19px;
    padding: 10px 20px;
    border-radius: 23px;
}

.button-green.button-wide a {
    padding: 10px 40px;
}


.button-green.button-xmini a {
    font-size: 14px;
    padding: 8px 18px;
    border-radius: 17px;
    text-transform: uppercase
}

.sub-header .button-start a:hover {
    text-decoration: none;
}

.marketing {
    margin-top: 60px;
    margin-bottom: 30px;
}


.item {
    margin-bottom:100px;
}

.item .title.with-border {
    border-bottom: 1px solid #d0d0d0;
}

.item .title {
    padding-bottom: 18px;
    height: 25px;
    position: relative;
}

.item .title h4 {
    text-align:left !important;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 28px;
    color: #000000;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 10px;
}


.item .description {
    padding: 0px 0px 20px 0 ;
    color: #727272;
    font-size: 14px;
    text-align: left;
    height: 90px;
}
.item .details {
    padding: 0px 0px 20px 0 ;
    color: #727272;
    font-size: 12px;
    text-align: left;
}
.item .details p {
    margin:0;
}

.item .actions .button-green {
    float: right;
}

.item .actions .view-example {
    float: left;
    text-transform: uppercase;
    font-size: 10px;
    height: 17px;
}

.item .actions .view-example a {
    padding-left: 28px;
    background: url('../images/icons.png') no-repeat left top;
    display: block;
    color: #6f7071;
    font-weight: 500;
}


.page .sub-header.title {
    height: 84px;
    text-align: left;
    padding-top: 24px;
    color: #acb7b7;
}

.page .title h3 {
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;

}

.page .sidebar ol li:first-child {
    margin-top: 0;
}

.page .sidebar ol li {
    margin-top: 45px;
}

.page .sidebar ol li a {
    color: #4f4f4f;
}

.page .content {
    margin-top: 65px;
}

.page .content .subtitle {
    color: #4f4f4f;
}

.page .content .text {
    margin-top: 25px;
    color: #838383;
}

.login-panel {
    position: absolute;
    /*height: 401px;*/
    width: 289px;
    background: white;
    right: 0;
    top: 43px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    background: #e8efef;
}

.login-panel > div {
    padding: 30px
}

.login-panel .arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e8efef;
    position: absolute;
    top: -10px;
    right: 27px;
    padding: 0;
}

.login-panel .header {
    text-transform: none;
    font-size: 18px;
    font-weight: 300;
    color: #4f4f4f;
}

.login-panel .header small {
    font-size: 13px;
}

.login-panel .header small a {
    text-decoration: underline;
    color: #4f4f4f;
}

.login-panel .form {
    background: white;
    padding-bottom: 10px;
}

.login-panel .form .field:first-child {
    margin-top: 0;
}

.login-panel .form .field {
    margin-top: 24px;
}

.login-panel .form .field label {
    display: inline-block;
    float: left;
    font-weight: 500;
    color: #bdbdbd;
}
label b {
color:#999;}

label {color: #bdbdbd;}

.form .field input[type=text] {
    width:260px;
}
.form .field textarea {
    width:580px;
    max-width:580px;
    min-width:580px;
    height:130px;
    max-height:130px;
    min-height:130px;
}


.login-panel .form .field input {
    width: 206px;
    font-weight: 300;
    font-size: 14px;
    color: #aaaaaa;
    padding: 10px;
}

.login-panel .form .field input.error {
    color: #ff0000;
}

.login-panel .form .errors {
    text-align: center;
    color: #ff0000;
    text-transform: none;
    font-weight: 400;
}

.login-panel .form .errors span {
    background: url('../images/error-icon.png') no-repeat;
    padding-left: 25px;
}

.login-panel .form .field.submit {
    margin-top: 18px;
}

.login-panel .form .field a {
    float: right;
    font-weight: 300;
    color: #aaaaaa;
    font-size: 12px;
    text-transform: none;
    text-decoration: underline;
}

.login-panel .form .field input[type=submit] {
    border: 1px solid #3b8e31;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), inset 0px -1px 1px rgba(255,255,255,0.2);
    color: white;
    width: 228px;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.32);
    font-weight: 500;
    border-radius: 5px;

    background: rgb(169,222,144); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5ZGU5MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MWNlNWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(169,222,144,1) 0%, rgba(129,206,92,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,222,144,1)), color-stop(100%,rgba(129,206,92,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(169,222,144,1) 0%,rgba(129,206,92,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(169,222,144,1) 0%,rgba(129,206,92,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(169,222,144,1) 0%,rgba(129,206,92,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(169,222,144,1) 0%,rgba(129,206,92,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9de90', endColorstr='#81ce5c',GradientType=0 ); /* IE6-8 */
}

.login-panel .footer .twitter-button {
    float: right;
}

.steps {
    margin-top: 23px;
    height: 54px;
    border-radius: 10px;
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.2)*/
}

.steps .step {
    text-align: center;
    color: #d0d0d0;
    text-transform: uppercase;
    font-size: 22px;
    padding: 16px 0 17px 0;
    font-weight: 500;
    width: 319px;
    margin-left: 0;
    border-left: 1px solid white;
    background: url('../images/steps-background.png') repeat-x;
    box-shadow: 0 4px 1px rgba(0,0,0,0.03);
    /*background: url('../images/separator.png') no-repeat top right;*/
}

.book-frame {

    margin-top: 28px;
    height: 540px;

    position: relative;
}

.book-wrapper {
    background: white;
    width: 928px;
    height: 540px;
    border-radius: 3px;
    box-shadow: 0 0px 15px rgba(0,0,0,0.3);
    position: relative;
}

.book-pagination {
    position: absolute;
    top: 90%;
    width: 933px;
    text-align: center;
}

.book-pagination ul {
    list-style-type: none;
    text-align: center;
    display: inline-block;
    margin: 0;
}

.book-pagination ul li {
    display: inline-block;
    float: left;
    margin: 5px;
    background: lightgray;
    border-radius: 3px;
}

.book-pagination ul li.active {
    background: green;
}

.book-pagination ul li.active a {
    color: white;
}

.book-pagination ul li a {
    padding: 5px;
}



.right-page {
    position: absolute;
    right: -70px;
    top: 250px;
}

.left-page {
    position: absolute;
    left: -70px;
    top: 250px;
}


/*SR*/
.frame
{
    margin-top:20px;
    color: #d0d0d0;
    text-transform: uppercase;
    font-size: 22px;
    padding: 18px;
    font-weight: 500;
    margin-left: 0;
    border-left: 1px solid white;
    #background: url('../images/frame-background.png') center top repeat ;
    background-color: #f0f0f0;
    box-shadow: 0 1px 6px rgba(0,0,0,0.2);
    border-radius:5px;
    line-height:32px;
}

.pct-upld
{
    text-align:center;
    color: #d0d0d0;
    text-transform: uppercase;
    font-size: 22px;
    margin-top:30px;
    border-left: 1px solid white;
    background: url('../images/frame-background-dark.png') center center repeat-x ;
    border-radius:5px;
    line-height:32px;
    width:280px;
    height:280px;
    padding-top:10px;
}

.pct-upld span {
    font-size:12px;
    color:#666;
font-weight:100;}

.pct-upld a.upld {
    padding:40px 45px;
    color:#999;
    border:2px dashed #ddd;
    border-radius:5px;
    background: url('../images/frame-background.png') center center repeat-x ;
}

.pct-upld a.uploaded {
    background:url(../images/dragon.png) top center no-repeat ;
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
    padding:40px 55px;
    border-radius:5px;
}

.pct-upld a.upload {
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
    padding:40px 55px;
    border-radius:5px;
}

.pct-upld a.small {color:#999; text-decoration:underline; font-size:12px;}

.flow {
    text-align:right;
    font-size:20px;
    color:#999;
    padding:20px;
}

.next-btn a {
    background: #55ae2a;
    border: 1px solid #3b8e31;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), inset 0px -1px 1px rgba(255,255,255,0.2);
    position: relative;
    color:#fff;
    width:65px;
    border-radius:5px;
    font-size:12px;
    text-transform:uppercase;
    padding:10px 20px;
    float:right;
    text-align:center;
}

.back-btn a {

    color:#777;
    width:100px;
    margin-top:10px;
    font-size:12px;
    text-transform:uppercase;
    float:right;
    margin-right:15px;
}


.steps .step:first-child {
    border-radius: 5px 0 0 5px;
    margin-left: 20px
}

.steps .step:last-child {
    border-radius: 0 5px 5px 0;
}

.step.active {
    background: url('../images/step-active.png') repeat-x;
    color: white;
    border: 0;
}

.step.done {
    background: url('../images/step-done.png') repeat-x;
    color: white;
    border: 0;
}

.steps .step.separator {
    /*background: url('../images/separator.png') no-repeat top right;*/
}


#ranke {background:url(../images/Ranke.png) no-repeat;
position:absolute; bottom:20px;}

.page {
    text-align: center;
}

.page h1 {
    color: #cf0000;
    margin: 86px auto 48px;
    font-size: 36px;
}

.page h2 {
    font-size: 36px;
    color: #8b8b8b;
    margin-top: 50px;
}

.page .image {
    position: relative;
    display: inline-block;
}

.page .button {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 15px;
    padding: 6px 10px 5px 30px;
    color: white;
    font-size: 10px;
    text-transform: uppercase;
    background: rgba(0,0,0,0.53) url(../images/edit-icon.png) no-repeat left 12px top 10px;
}

.finish-step {
    text-transform: none;
}

.finish-step label {
    font-weight: 300;
    padding-left: 10px;
    margin-bottom: 10px;
}

.finish-step label, .finish-step label b {
    color: #434343;
    text-transform: uppercase;
}

div.col1 {
    margin-left: 0;
    padding-left: 20px;
    width: 270px;
    float: left;
    font-weight: 300;
    font-size: 14px;
}

div.col2 {
    width: 620px;
    margin-left: 32px;
    float: left;
}

dl.cart dt {
    width: 49%;
    font-weight: 300;
    color: #525252;
    float: left;
    margin-bottom: 15px;
}

dl.cart dd {
    color: #006ed5;
    width: 50%;
    float: right;
    margin-left: 0;
    text-align: right;
    margin-bottom: 15px;
}

.finish-step div.total {
    font-weight: 500;
    color: #d90000;
    font-size: 14px;
    padding-top: 10px;
    border-top: 1px solid #c7c7c7;
}

.finish-step input[type="text"] {
    padding: 8px;
    font-weight: 300;
    width: 240px !important;
}

.finish-step input[type="text"].small {
    width: 158px !important;
}

.finish-step input[type="text"].big {
    width: 314px !important;
}

.finish-step input[type="text"].large {
    width: 587px !important;
}


.finish-step .field:first-child {
    margin-left: 0;
}

.finish-step .field.align-left {
    margin-left: 0;
}

.finish-step .field {
    float: left;
    margin-left: 15px;
}

.fields-right {
    float: right;
    padding-right: 15px;
}

.finish-step div.first-part {
}

.finish-step .preview {
    background: #eeeeee;
    height: 250px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
}

.finish-step .preview .title {
    font-weight: 300;
    color: #646464;
    padding: 18px 0;
    text-transform: uppercase;
}

.finish-step .preview .navigation {
    color: #787878;
    padding-top: 18px;
}

.buttons {
    float: right;
    font-size: 18px;
    margin: 30px 30px;
}

.buttons a.default-button {
    color: #a5a5a5;
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: underline;
}

.buttons > *{
    float: left;
    margin-left: 26px;
    display: inline-block;
}

#overlay {
    position: fixed;
    z-index: 20;
    background: white;
    width: 680px;
    height: 480px;
    top: 20%;
    left: 23%;
    box-shadow: 0 0 40px rgba(0,0,0,0.5);
    border-radius: 3px;
}

#overlay a.close-button {
    position: absolute;
    top: 0;
    right: 0;
    background: #d4d4d4;
    text-align: center;
    height: 23px;
    width: 25px;
    color: white;
    padding-top: 2px;
    font-weight: 300;
    cursor: pointer;
}

#crop {
    padding:20px;
    width:640px;
height: 400px;}

#crop h1 {
    font-size:20px;
    margin:0px;
    color:#999;
}

#crop .bottom {
position:absolute; bottom:0px;}


#crop img {

    max-width: none;
}

.croppreview img,
.jcrop-image img {
    max-width: none;
}

.jcrop-image {
    float:left;

}

.file-upload {
    font-size:12px;
}


#crop input[type="text"] {
   display:none;
}

.file-upload {
display: none;
}

#overlay-form input[type="file"] {
display: none;
}


.qq-upload-button {
    font-size: 12px;
}

#error {position:fixed; width:100%; heigh:30px; text-align:center; line-height:30px; top:-30px;z-index:3}
#error.error {background:rgba(255,0,0,0.8); color:white; box-shadow:0px 1px 2px rgba(0,0,0,0.3);}
#error.alert {background:rgba(255,102,0,0.8); color:white; box-shadow:0px 1px 2px rgba(0,0,0,0.3);}
#error.confirm {background:rgba(153,204,0,0.8); color:white; box-shadow:0px 1px 2px rgba(0,0,0,0.3);}


input:focus {
    box-shadow: 0px 0px 7px blue;
}

.image img {
border-radius: 5px;
box-shadow: 0 1px 6px rgba(0,0,0,0.2);
}
.description p {
     font-weight: 200;
}

