/* ------------------------------------------------------------------------------------------ */
/* --------------------------------------- MAIN TAGS ---------------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*=============================
Cart 
==============================*/
/*Cart header background*/
.cart-header {
    background-color:#eeeeee;
}

/*Cart return to shop*/
.returnshop {
    text-align: right;
    padding: 5px 8px;
    background:linear-gradient(#9b9b9b, #777777);
    border-radius: 3px;
    border: none;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}
.returnshop:hover {
    color: #fff;
    background:linear-gradient(#777777, #9b9b9b);
}
/*Star marked text"*"*/
.starmarked-bold {
    font-weight: 600;
}
/*Cart prices, moms, subtotal aso.*/

/*Cart table style*/
table.cart-table {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;

    border-collapse: initial; /* IE7 and lower */
    border-radius: 6px;
    border-spacing: 0; 
    border: 2px solid #E2E2E2;  

    margin: 0 auto;
}


table.cart-table.address td.labelized{
    font-size: 14px !important;
}

table.cart-table.address td{
    padding: 10px 5px;
}

/*Labels on Cart window(varenr. Model, Antal...)*/
.lable-td {
    height: 40px;
    font-size: 20px;
}

.lable-td td{    
    vertical-align: middle !important;
}


/*For global table left spacing on text*/
.cart-table td {
    padding: 15px 5px;
    border-bottom: 1px solid #eeeeee;
    vertical-align: middle !important;
}

.cart-table td.labelized2 {
    vertical-align: top !important;
}

.cart-table.account, .cart-table.address {
    width: 700px;
    margin-top: 30px;
}

.cart-table.account table, .cart-table.address table{
    width: 100%;
}


.cart-table.account td, .cart-table.address td {
    border-bottom: none;
    padding: 10px 5px;
}


.cart-table.account .formed tr td:first-child, .cart-table.address .formed tr td:first-child{
    width: 30%;
}

.cart-table.account .formed2 tr td:first-child, .cart-table.address .formed2 tr td:first-child{
    width: 5%;
}

.cart-table.account tr td.cart-header:first-child, .cart-table.address tr td.cart-header:first-child{
    width: 7%;
}


.cart-table.account label, .cart-table.address label {
    font-size: 14px;
}

div.chekcboxed, div.dontHaveAccount{
    max-width: 275px;
}

div#dontHaveAccount{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    border: 1px solid #424242;
    color: #424242;
    background-color: #eeeeee;
    width: 233px;
    padding: 10px 20px;
    text-align: center;
    margin-top: 20px;
}

/*Total*/
/*Product row layout*/
.tr-product,
.cart-totals-tr {
    height: 40px;
}
.cart-totals-tr:nth-child(1){
    margin-top: 15px;
}

table.cart-table .tr-product:nth-child(even) {background: #FFF}
table.cart-table .tr-product:nth-child(odd) {background: #EEE}

/*Cart border-radius*/
table.cart-table tr:last-child td:first-child {
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px
}

table.cart-table tr:last-child td:last-child {
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px
}

table.cart-table tr:first-child td:first-child {
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px
}

table.cart-table tr:first-child td:last-child {
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px
}

.opdater-btn {
    text-decoration:none;
    border-radius:3px;
    background:linear-gradient(#9b9b9b, #777777);
    color:#ffffff;
    padding:4px 6px;
    cursor:pointer;
    font-size:13px;
}
.opdater-btn:hover {
    color:#ffffff;
    background:linear-gradient(#777777, #9b9b9b);
}

.cart-table .normalsubmitbutton {
    font-size: 16px !important;
    height: 30px;
    width: 100px;
    border: none;
    border-radius: 5px;
    background:linear-gradient(#fda42e, #ff9010);
}
.cart-table .normalsubmitbutton:hover {
    background:linear-gradient(#ff9010, #fda42e);
}

.cart-table .normalsubmitbutton {
    color: white;
    padding: 10px 20px;
}


/*total value align right*/
.total-lable {
    padding-right: 15px;
    text-align:right;
}

/*==============================
Checkout
===============================*/
/*Checkout table style*/
#checkout-table {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;

    border-collapse: initial; /* IE7 and lower */
    border-radius: 6px;
    border-spacing: 0; 
    border: 2px solid #E2E2E2;

    margin-left: 80px;
}

/*eNews box */
.enews-box {
    height: 20px;
    width: 20px;
    margin: 0;
}
/*Table row height*/
.checkout-tr {
    height: 45px !important;
}
/*Checkout text font size*/
.checkout-text {
    font-size: 14px !important;
}

/*Checkout input font size*/
.checkout-input-text, #Table10 input[type="text"], .account input[type="text"], .account input[type="password"], #Table10  select {
    font-size: 14px !important;
    border: 1px solid gray;
    border-radius: 3px;
    padding: 2px 10px;
    width: 100%;
    height: 30px !important;
    max-width: 275px;
}

#Table10  select{
    padding-right: 2px !important;
}

/*Radio payment*/
.checkout-radio-payment {
    width: 30px;
    padding-left: 5px;
}

/*Payment lable font style*/
.checkout-payment-lables {
    font-size: 14px !important;
    font-weight: 600;
}
/*Payment margin bottom on checkout*/
.payment-style {
    padding: 10px 10px 20px 10px;
    margin-bottom: 10px;
    height: 60px;
    border-bottom: 1px solid #999;
}

input[type="text"], input[type="password"] {
    height: 25px !important;
}

input[type="submit"] {
    height: 40px !important;
}

td.payment-class {
    padding: 5px;
}

/*Payment*/
/*Bank Manual transfer*/
.banktransfer-manual-table {
    box-shadow: 0px 0px 1px #888888;
    width: 750px;
    margin: 20px auto 50px auto;
}

/*Manual banktransfer button*/
.banktransfer-manual-btn {
    padding: 5px 10px;
    background: -webkit-linear-gradient(#303A7B, #1c3664); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#303A7B, #1c3664); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#303A7B, #1c3664); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#303A7B, #1c3664); /* Standard syntax (must be last) */
    box-shadow: 0px 0px 1px #333;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    color: #fff;
}
.banktransfer-manual-btn:hover {
    background: -webkit-linear-gradient(#1c3664, #303A7B); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#1c3664, #303A7B); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#1c3664, #303A7B); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#1c3664, #303A7B); /* Standard syntax (must be last) */
}

/*Toggle banktransfer*/
.banktransfer-manual-toggle {
    padding: 5px;
    border-radius: 3px;
    background-color: #f1f1f1;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 15px;
}

.manul-icon-plus {
    display:inline;
    height:16px;
    width:20px;
    border:0px solid #000000;
    padding:3px 5px 3px 5px;
    font-weight:bold;
    font-size:20px!important;
    margin-right:6px; 
    line-height:20px;
}

#table-container {
    padding-left:25px;
    padding-right:40px;
    border-right:none;
    width:740px;
}

/*Content table*/
#content-table {
    background-color:#FFF;
    border-right:none;
}

.section-content {
    display:none;
    margin:10px 20px 15px 35px;
}

.formfaktura-btn {
    height: 40px;
    margin-top: 20px;
}

.newbetaling-btn {
    height: 40px;
    margin-top: 20px;
}
#main-container-manual {
    padding-top:20px;
    border:none;
    width:600px;
}

.page-title {
    font-size:20px !important;
    text-align:center;
    font-weight:600;
}

.page-h2 {
    margin:15px 0;
    font-weight:600;
    font-size:14 !important;
}

.hr-line {
    width:665px;
    border-bottom:solid 1px #eee;
    margin-top: 15px;
}

.toggle-title {
    font-size:14px !important;
    font-weight:600p;
    display:inline;
}

#securityPayment {
    margin: 40px auto;
    display: block;
}
    

#Table3 tr td{
    padding-left: 0 !important; 
    padding-right: 20 !important; 
}

#Table3 input{
    max-width: 190 !important;
}

#vatcountrycodeTR1 #vat{
    width: 140px;
    margin-right: 20px;
    margin-bottom: 10px;
}

#vatcountrycodeTR1 #vatcountrycode{
    width: 40px;
    margin-right: 10px;
}    

img.infoTooltip{
    cursor: help;
    padding-left: 20px;
}

.cartCheckVatLink{
    font-size: 11px;
    float: left;
    width: 100%;
}

.formed2 input[type="radio"]{
    margin: 0;
}

.formed2 label{
    float: left;
    margin-bottom: 5px;
}

img.imgPaymentInfo{
    float: left;
    clear: left;
}

.formed2 td{
    padding: 10px 0 !important;
}

.formed2 .infoTooltip{
    float: right;
    margin-right: 149px;
}

.formed2 .infoTooltip.line2{
    margin-top: -10px;
}
    
.formed2 .infoTooltip.line3{
    margin-top: -15px;
}    

.cart-table td.labelized2 h3{
    color: #424242;
    font-size: 15px;
}

.cart-table td.labelized2 h3.glyphicons i:before{
    color: #424242;
    font-size: 20px;
    padding: 3px 6px;
}

.normalsubmitbutton.glyphicons i:before{
    color: white;
    font-size: 18px;
    padding: 8px 11px;
}

.normalsubmitbutton.checkoutSubmit{
    /*height: 18px;
    padding-left: 25px;
    padding-right: 0px;*/
    
    height: 18px;
    width: auto;
    padding-left: 35px;
    padding-right: 10px;
}

#theTable2 hr{
    border: 1px solid #E2E2E2;
    /*color: #E2E2E2;*/
}

/*=================================================
Slider Homepage
==================================================*/
#HomeSlider {
    width: 960px;
    height: 440px;
    background-color: #fff;
    background-image: url(/images/home-slider.jpg);
    background-repeat: no-repeat;
}

