/*
 * Information om style
 * Överst i stil.css finns all "orginal css"
 * Neders i css´en hittar du strukturen på sidan, det är denna du ändrar för att style om temat.
 * // Mikael Åkesson 
 */

body {
    background: url(img/body.jpg);
    margin:0px;
    padding:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
}

h3 {
    font-size:13px;
    font-weight:bold;
}
p{
    margin-top:0;
}

a {
    color:#000000;
    text-decoration: none;
}

.related a {
    color:#000000;
    text-decoration: none;
}

.related a:hover {
    color:#c0c0c0;
    text-decoration: none;
}

a:hover
{
    color:#c0c0c0;
    text-decoration: none;
}

/* HÄR BÖRJAR STANDARD CSS */

img {
    border:0px;
}

table {
    margin:0;
    padding:0;
    border:0;
    width:100%;
    border-collapse:collapse;
    font-size:11px;
}

td.title {
    font-weight:bold;
}

/* PRODLIST */

div.sortPrice {
    padding:5px;
    background:#f0f0f0;
}
div.sortPriceText {
    float:left;
    width:auto;
    margin-right:10px;
    font-weight:bold;
    text-transform:uppercase;
    font-size:10px;
    padding-top:4px;
}
div.sortPriceDrop {
    float:left;
    width:auto;
}

div.prodListBox {
    float: left;
    margin:5px;
    width: 135px;
    height: 200px;
    border:1px solid #ccc;
    color:#666;
}
div.prodListBox:hover {
    /*background:#ededed;*/
    border:1px solid #666;
    cursor:pointer;
}
div.prodListImg {
    width:100%;
    height:75px;
    margin:10px auto;
    margin-bottom: 0;
    overflow:hidden;
    text-align: center;
    float: left;
}
div.prodListPrice {
    width:115px;
    margin: 10px auto;
    padding: 10px 0px;
    overflow:hidden;
    border-bottom:1px dotted #333;
    text-align: center;
}

div.prodListPrice strong {
    color: #390;
}

div.prodListName {
    width: 135px;
    height: 2.1em;
    padding:5px 0;
    overflow:hidden;
    text-align: center;
}

div.prodListName a{
    font-size:12px;
    color: #000;
    font-weight:bold;
    text-decoration: underline;
    margin:0;
    padding:0;
}
div.prodListName a:hover{
    color:#666;
    text-decoration:none;
}

/* SLUT PRODLIST */



/* STYLING AV INPUTTARNA */
input[type=radio]
{
    border:none;
}
textarea
{
    border:1px solid #d9d9d9;
}
input[type=text]
{
    border:1px solid #d9d9d9;
    width:144px;
    padding:2px 3px;
    font-size:12px;
    color:#383838;
}
input[type=password]
{
    border:1px solid #d9d9d9;
    width:150px;
    font-size:12px;
    color:gray;
}
select {
    border:1px solid #d9d9d9;
}

/* SLUT INPUTTARNA */



/* HÄR BÖRJAR PRODUKT STILEN INNE I PRODUKTEN */
div.prodHeader {
    width:100%;
    padding:10px 0;
}
div.prodHeader h1 {
    font-size:14px;
    text-transform:uppercase;
    margin-bottom:10px;
}

div.prodImg{
    width:250px;
    float:left;
}
div.prodImgBig {
    width:250px;
    min-height:250px;
    overflow:hidden;
}
div.prodImgThumbnails {
    width:220px;
    padding:5px;
    margin:10px auto;
}
div.prodImgThumbnailsSingel {
    width:auto;
    float:left;
}
div.prodImgThumbnailsSingel:hover	{
    cursor:pointer;
    border:1px solid #ccc;
}

div.prodInfo {
    float:left;
    margin:0 0 0 10px;
    width:305px;
    min-height:280px;
    padding-left:10px;
    border-left:1px dotted #ccc;
}

div.prodPrice {
    float:left;
    height:auto;
}
span.priceText {
    font-style:italic;
    font-size:11px;
    color:#666;
}
p.priceBig {
    font-weight:bold;
    color:#080808;
    font-size:16px;
    margin:0;
}

p.originalPrice {
    font-style:italic;
    text-decoration:line-through;
    font-weight:bold;
    color:#cc0000;
    font-size:11px;
    margin:0;
}
div.addToBasket {
    float:right;
    height:auto;
}

div.prodDotted {
    width:100%;
    height:1px;
    border-top:1px dotted #ccc;
    margin:10px 0;
}

div.infoBox {
    width:100%;
    margin:5px;
}
div.infoName {
    float:left;
    font-weight:bold;
    font-size:11px;
}
div.infoVar {
    margin-left:90px;
    font-size:11px;
}

div.shortDesc {
    font-style:italic;
    font-size:11px;
    color:#999;
}
div.prodInfoDottedBox p {
    margin:0px;
    padding:0px;
}

input.amountProduct {
    width:25px;
}

input.buyButton {
    padding:3px 10px;
    background:#000;
    border:0;
    cursor:pointer;
    color:#fff;
    font-weight:bold;
    font-size:11px;
}

/* STYLE FÖR TIPSA EN VÄN OCH RECENSIONER */
tr.trInProduktTipReview{
    background:#f0f0f0;
    font-weight:bold;
}
/* SLUT STYLE FÖR TIPSA EN VÄN OCH RECENSIONER */


/* HÄR SLUTAR PRODUKT STILEN INNE I PRODUKTEN */

/* HÄR BÖRJAR ACCOUNT STYLE */
tr.title {
    font-weight:bold;
    font-size:10px;
}

tr.accountEven {
    background:#F4F4F4;
}
/* HÄR SLUTAR ACCOUNT STYLE */

/* HÄR BÖRJAR STYLING AV KUNDVAGNEN OCH KASSAN  */
.box_header
{
    background: url(img/box_header_r.png) no-repeat right top;

    padding-right: 10px;

    margin-right: 0px;
    font-size:10px;
}

.box_header .box_header_content
{
    background: url(img/box_header_l.png) no-repeat left top;
    height: 13px;
    padding:5px 5px 3px 10px;
    font-weight: bold;
}

div.boxCont {
    padding:5px;
    border:1px solid #d9d9d9;
    margin-bottom:10px;
}

.cart_table
{
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    margin-left: 1px;

}

.cart_table tr
{
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
.cart_table td
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.cartTotalPay
{

    height: 28px;
    border: 1px solid #c2c2c2;
    background: url(img/cart_totals_bg.png) repeat-x;
    margin: 10px 0;
}

#cart_gotocheckout
{
    color: #187d00;
    font-weight: bold;

}
.checkout_box
{
    border:1px solid #CCCCCC;
    height:auto;

}

div.cartMessage {
    width:250px;
    float:left;
}
div.cartTotal {
    float:right;
    padding-left:10px;
    width:250px;
    margin-left:10px;
}
div.cartDotted {
    width:100%;
    height:1px;
    border-bottom:1px dotted #CCCCCC;
    margin:3px 0;

}
div.loginMessage {
    padding:10px;
    border:1px dotted #ccc;
    margin:10px 0;
}
div.loginMessage a {
    text-decoration:underline;
    font-weight:bold;
}
div.loginMessage a:hover {
    text-decoration:none;
}

/* HÄR SLUTAR AV KUNDVAGNEN OCH KASSAN  */

/* HÄR BÖRJAR TOOLTIP  */

#tooltip {
    position: absolute;
    z-index: 3000;
    width: 140px;
    border: 1px dotted #484848;
    background-color: #f8f8d1;
    font-size: 10px;
    text-align: left;
    padding: 5px;
    opacity: 0.85;
}
#tooltip h3{
    margin:0;
    font-size:12px;
    font-weight:bold;
} #tooltip div {
    margin: 0;

}

img.tooltip
{
    vertical-align: middle;

}
/* HÄR SLUTAR TOOLTIP  */

/* LOGINSIDAN */
div.loginPageBox
{
    float: left;
    width: 260px;
    margin-right: 20px;
}
div.loginPageBox a
{
    text-decoration: underline;
}
div.loginPageBox td .formlabel
{
    text-align: right;
}
/* LOGINSIDAN SLUT */

div.errorBox {
    background:#FEF1EC;
    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;
}

/* HÄR SLUTAR STANDARD CSS */






/* HÄR SLUTAR STYLE PÅ TABBARNA*/



/* Här börja sidans struktur */

div.site{
    width:1000px;
    margin:auto;
}

div.header {
    background: url(img/header.png) no-repeat;
    width:100%;
    height: 152px;
    padding:0;
    min-height:60px;
}
div.logo {
    width:600px;
    float:left;
    margin-left:10px;
    width:350px;
}

div.langBox {
    float:right;
    font-size:9px;
    text-transform:uppercase;
    width:200px;
}
div.langBox a {
    color:#000;
}

div.topMenuWrapper {
    width: 986px;
    margin: 1px 0 0 6px;
}

div.topMenu {
    width: 100%;
    background: url(img/topMenu.png) repeat-x;
    border: 1px solid #000;
}

div.topMenuHover {
    background: url(img/topMenuHover.png) repeat-x;
}

div.topMenu a {
    border-left: 1px solid #3d3d3d;
    border-right: 1px solid #000;
    color: #fff;
    display: block;
    float: left;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 10px;
}

div.topMenu a:hover {
    background: url(img/topMenuHover.png) repeat-x;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    color: #396;
}

div.topMenu a.last,
div.topMenu a.last:hover {
    border-right: 0;
}

/* div.topMenuText { */
/* 	float:left; */
/* 	padding:10px 5px; */
/* } */
/* div.topMenuText a { */
/* 	font-weight:bold; */
/* 	padding:10px 10px; */
/* } */
/* div.topMenuText a:hover{ */
/* 	text-decoration:none; */
/* 	background:#d4d4d4; */
/* 	color:#666; */
/* } */


div.where {
    background: transparent url(img/where.png) no-repeat;
    width:980px;
    height: 28px;
    padding:7px 10px;
    margin: 2px 0 0 5px;
}
div.where p {
    font-size:10px;
    margin:0;
    padding:0;
    font-weight:bold;
    color:#666;
}
div.where a {
    font-size:10px;
    font-weight:bold;
    text-decoration:none;
    color:#666;
}
div.where a:hover {
    text-decoration:underline;
}

div.cont{
    width:1000px;
}
div.left {
    background: #242424;
    float:left;
    width:166px;
    padding: 0 0 0 5px;
    margin-right: 9px;
}
div.middle {
    background: url(img/middle.png) repeat-x;
    float:left;
    width: 598px;
    min-height: 352px;
    padding:0 10px 10px 10px;
    margin-right: 10px;
}

div.WelcomeText {
    padding:10px 0;
    margin:10px 0;
    border-top: 1px solid #396;
    border-bottom: 1px solid #396;
}

div.right {
    background: #e6e6e6;
    float:left;
    width:155px;
    padding: 0 10px 0 6px;
}

div.menuBoxHeader{
    background: transparent;
    width:154px;
    height: 33px;
}
div.menuBoxCont {
    width:135px;
    padding: 20px 10px 0 15px;
}

.footer {
    background: url(img/footer.png) no-repeat !important;
    text-align: left;
    margin: 0px auto;
    color: #fff;
    font-size: 10px;
    width: 999px;
    height: 200px;
    padding: 0px;
}

.footer p {
    margin:2px 10px 2px 10px;
}

.footer a {
    color:#fff;
}

/* Övrigt */
.main {
    background: url(img/main.png) repeat-y;
    padding-left: 10px;
}

.mainTop {
    background: url(img/mainTop.png) repeat-y;
    height: 27px;
    margin: 40px 0 0 0;
}

.mainBottom {
    background: url(img/mainBottom.png) no-repeat bottom left;
    height: 19px;
    margin: 0;
}

#search {
    background: url(img/search.png) no-repeat;
    height: 85px;
    padding-top: 10px;
}

#search input[type="text"] {
    background: url(img/searchBox.png) no-repeat;
    border: 1px solid #232323;
    color: #fff;
    width: 100px;
    padding-left: 25px;
}

#search input[type="image"] {
    margin: 10px 5px 0 0;
    float: right;
}

#kundlogin {
    background: url(img/kundlogin.jpg) no-repeat;
    height: 200px;
    width: 149px;
    padding-top: 40px;
}

#kundlogin input[type="text"],
#kundlogin input[type="password"] {
    background: url(img/input.png) repeat-x;
    border: 1px solid #cacaca;
    width: 120px;
    padding: 3px;
}

#kundlogin input[type="image"] {
    float: right;
    margin: 5px 20px 0 0;
}

ul.arrows {
    list-style-image: url(img/tinyArrow.png);
    margin: 15px;
    padding: 0;
}

/* Produktmenyn */
.treeview  li,
.treeview li.expandable,
.treeview li.lastExpandable,
.treeiview li.collapsable,
.treeview li.lastCollapsable,
.treeview ul,
.treeview a.selected {
    background: none;
}

.treeview a {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
}

.treeview .hitarea {
    background: url(img/arrow.png) no-repeat;
}

/* Footer */

.footer {
    padding: 20px 20px 0 30px;
    margin: 45px 0 0 0;
}

.footer a {
    color: #ccc;
    text-decoration: underline;
}

.footer h3 {
    color: #ccc;
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    width: 195px;
}

.footer hr {
    border: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #494949;
    margin: 0 0 20px 0;
    padding: 0;
    width: 940px;
}

.footer .content {
    width: 195px;
    float: left;
}

#leveranser,
#handlaTryggt,
#angerratt,
#c4media {
    background: url(img/footerSprite.png) no-repeat;
}

#kontakt,
#kontakt a {
    color: #ccc;
}

#kontakt .email {
    color: #6c9;
    text-decoration: none;
}

#kontakt .email:hover {
    text-decoration: underline;
}

#leveranser {
    width: 117px;
    height: 55px;

}

#handlaTryggt {
    background-position: -150px 0;
    width: 122px;
    height: 55px;
}

#angerratt {
    background-position: -298px 0;
    width: 145px;
    min-height: 35px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding-top: 35px;
}

#c4media {
    background-position: -498px 0;
    cursor: pointer;
    width: 163px;
    height: 36px;
}

/* Övrigt */

div.left div.menuBoxHeader {
    /* Titlarna ska överlappa bakgrunden på
       föregående box */
    margin-top: -10px;
}

.crumbs {
    padding-top: 5px;
}

.crumbs,
.crumbs img {
    float: left;
}

.crumbs a {
    background: url(img/crumbs.png) repeat-x;
    color: #fff !important;
    display: block;
    float: left;
    font-size: 10px;
    font-weight: normal !important;
    padding: 2px 5px 3px 7px;
}

.crumbs a.first {
    border-left: 1px solid #063;
}

.cart {
    float: right;
    padding: 5px 10px 0 0;
}

.cart img {
    float: right;
    margin-left: 5px;
}

.cart img.shoppingCart {
    float: left;
    margin-top: -5px;
}

#news {
    background: url(img/nyheter.png) no-repeat;
    width: 163px;
    height: 190px;
}

#rightBottom {
    background: url(img/rightBottom.png) no-repeat;
    float: left;
    width: 171px;
    height: 9px;
}

#sortiment {
    background: url(img/sortimentbg.png) no-repeat;
    min-height: 300px;
}

#information {
    background: url(img/supportbg.png) no-repeat;
    min-height: 100px;
}

#information a {
    color: #999;
}

#information a:hover {
    color: #ccc;
}

#information ul.arrows {
    margin-top: 0;
}

#news {
    width: 139px;
    padding-top: 50px;
}

#news img {
    float: left;
    margin: 5px 0.5em 0 0;
}

#news .date {
    font-weight: bold;
}

#support {
    background: url(img/supportbg.png) no-repeat;
    min-height: 100px;
    padding-top: 25px;
}

#support p {
    color: #999;
}

#support .phone {
    color: #fff;
    font-size: 12px;
    text-align: center;
}

div.ui-dialog {
    background: #ccc;
}

/* SLUT sidans struktur */