@import url(product-list.css);
@import url(cart.css);
@import url(product.css);
@import url(jquery-ui.css);

html {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font: 11px/1.5 "Trebuchet MS", arial, helvetica, sans-serif;
}

input[type="text"],
input[type="password"],
textarea {
    border: 1px solid #bbb;
    padding: 3px;
}

label[for$="subscribe"] {
    cursor: pointer;
}
/* Global site css */
a {color:#DE5900}
a:hover {text-decoration: none;}
img { border:none; }
.border_line{width: 100%; height: 1px; background: transparent; margin: 5px 0; border-bottom: 1px solid #BBBBBB;}


/* Buttons */

.button {
    background: #de5900;
    border: 1px solid #f19393;
    color: white !important;
    display: inline-block;
    font-size: 10px !important;
    font-weight: bold;
    padding: 3px 5px;
    text-align: center;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.45, #ee8037), color-stop(0.55, #e25f07));
    background: -moz-linear-gradient(center top, #ee8037 45%,  #e25f07 55%);
}

.alternate.button {
    background: black;
    border-color: #c5c5c5;

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.45, #5f5f5f), color-stop(0.55, #090909));
    background: -moz-linear-gradient(center top, #5f5f5f 45%,  #090909 55%);
}

a.button {
    text-decoration: none;
}

input[type="submit"].button {
    cursor: pointer;
}

.button:active {
    /* simulate button press */
    position: relative;
    top: 1px;
    left: 1px;
}

.small.button {
    padding: 1px 2px;
}

.big.button {
    padding: 10px 20px;
}




#header {
    margin: 0 auto;
    width: 1000px;
}

#page {
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
}

#content-wrapper {
    background: #fff;
    border: 1px solid #bbb;
    padding: 15px 10px;
}

#navigation {
    background: #333;

    /* gradient */
    background: -webkit-gradient(linear, left top, left bottom, from(#151515), to(#383838));
    background: -moz-linear-gradient(top,  #151515,  #383838);

    border: 1px solid #bbb;
    border-width: 1px 1px 0 1px;
    height: 28px;
    line-height: 28px;
    list-style-type: none;
    margin: 0;
    padding: 6px 0;
    overflow: hidden;
}

    #navigation li {
        float: left;
        max-width: 25em;
        overflow: hidden;
        white-space: nowrap;
    }

        #navigation a {
            color: white;
            display: block;
            font-size: 12px;
            font-weight: bold;
            text-decoration: none;
            margin: 0 0.5em;
            padding: 0 1em;
        }

        #navigation a:hover,
        #navigation a.current {
            background: #de5900;

            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
        }

    /* user-added pages */
    #navigation li#user-added-pages {
        background: none;
        margin: 0;
        padding: 0;
        max-width: 100%;
    }

        #navigation ul {
            float: left;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            /* sub-menus */
            #navigation ul ul {
                background: #333;
                border-radius: 0 0 5px 5px;
                display: none;
                padding: 0 0 10px 0;
                position: absolute;
            }

            #user-added-pages ul li:hover ul {
                display: block;
            }


                #navigation ul ul li {
                    float: none;
                }


/* Sidebars */
.sidebar {
    width: 188px;
}

    .sidebar h2 {
        border-bottom: 1px solid #bbb;
        font-size: 14px;
        line-height: 2em;
        margin: 0 0 9px 0;
        padding: 0;
    }

    .sidebar .box {
        background: #f7f7f7;
        border: 1px solid #bbb;
        margin: 0 0 10px 0;
        padding: 5px;
	overflow: auto;
	width: 176px;
    }

    .offer {
        background: #f7f7f7;
        border: 1px solid #cbcbcb;
        padding: 0 5px;
        margin-bottom: 10px;
    }

        .offer .product-box {
            margin: 0 0 5px 0;
        }


/* Category menu */
#category_menu {
    list-style-type: none;
    margin: 0 0 40px 0;
    padding: 0;
}

    #category_menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        #category_menu li {
            margin-left: 15px;
        }

            #category_menu a {
                color: black;
                font-size: 12px;
                font-weight: bold;
                text-decoration: none;
            }


    #category_menu .hitarea {
        cursor: pointer;
        display: block;
        float: left;
        height: 9px;
        width: 9px;
        margin: 4px 0 0 -15px;
    }

        #category_menu .expandable-hitarea {
            background: url(../../img/plus.png) no-repeat;
        }

        #category_menu .collapsable-hitarea {
            background: url(../../img/minus.png) no-repeat;
        }


.subcategory {
    /* subcategories reside above the products in a category */
    float: left;

    height: 100px;
    width: 100px;

    margin: 0 14px 15px 0;
    overflow: hidden;
    text-align: center;
}

    .subcategory .name {
        display: block;
        white-space: nowrap;
    }


/* User content */
#content {
    border: 1px solid #bbb;
    float: left;
    width: 574px;
    margin: 0 5px;
    padding: 8px;
    overflow: hidden;
}

    #content .box {
        padding: 5px;
	border: 1px solid #d9d9d9;
	margin: 0 0 10px 0;
    }

        #content .box h1,
        #content .box h2 {
            background: #f0f0f0;
            background: -moz-linear-gradient(100% 100% 90deg, #f0f0f0, #ddd);
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f0f0f0), to(#ddd));
            border-bottom: 0px;
            font-size: 10px;
            margin: -5px -5px 5px -5px;
            padding: 0 1em;
            line-height: 2.5em;
        }

        #content .box table {
            border-collapse: collapse;
            width: 100%;
        }
#content-options{ width: 100%;}
    #content-options #where_am_i{float: left;}
    #content-options #options{float: right;}
    #content-options #options #UseLanguage{text-align: right;}

/* Auxillary */
.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.has-icon {
    /* icons are 16x16 */
    height: 16px;
    line-height: 16px;
    padding: 0 0 0 20px;
}


/* account.tpl */

#account-login-message {
    background: url(../../../../img/icons/user.png) no-repeat;
    margin-bottom: 10px;
}

#customer-info-tab .has-icon {
    background: url(../../../../img/icons/house.png) no-repeat;
    display: inline-block;
}

#customer-orders-tab .has-icon {
    background: url(../../../../img/icons/box.png) no-repeat;
    display: inline-block;
}


/* Tooltip */

#tooltip {
    background: #f8f8d1;
    border: 1px solid #484848;
    font-size: 10px;
    padding: 5px;
    position: absolute;
    z-index: 3000;
    width: 140px;
    text-align: left;
    opacity: 0.85;
}

   #tooltip h3 {
       font-size: 12px;
       font-weight: bold;
       margin: 0;
   }

   #tooltip div {
       margin: 0;
   }

   img.tooltip {
       vertical-align: middle;
   }


/* Login */

.login-box
{
    float: left;
    width: 260px;
    margin-right: 20px;
}

.login-box a {
    text-decoration: underline;
}

.login-box td .formlabel {
    text-align: right;
}

/* Boxar */
.boxWrap h1,
.boxWrap h2 {
    background: #f0f0f0;
    background: -moz-linear-gradient(100% 100% 90deg, #f0f0f0, #ddd);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f0f0f0), to(#ddd));
    border: 1px solid #d9d9d9;
    border-bottom: 0px;
    font-size: 10px;
    margin: 0;
    padding: 0 1em;
    line-height: 2.5em;
}


/* Felhantering */

div.errorBox {
	background:#FEF1EC;
        margin: 0 0 10px 0;
	padding:10px;
	border:1px solid #CD0A0A;
	color:#CD0A0A;
}
div.errorBox a {
	color:#CD0A0A;
	font-weight:bold;
	text-decoration:underline;
}
div.errorBox a:hover {
	text-decoration:none;
}

div.errorBox ul
{
	list-style: none;
}

div.successBox {
	width: 90%;
	padding: 10px;
	margin: 10px auto 10px auto;
	font-size: 12px;
	font-family: Tahoma;
	color: #006600;
	background:#DBFDD9;
	border: 1px solid #009900;
}