/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
#dogge_css{
position: relative;
width: 10px;
height: 10px;
right:-150px;
top:20px;
}

#dogge_css_front {
	margin: 0 0 10px 0;
	height: 250px;
	width: 900px;
	background-color: #fff;
	cursor: pointer;
}


html 
{
    overflow: scroll;
}

body
{
    background-color: #f3f3f5;
    font-size: 10px;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #000;
}

a:link
{
    color: #000;
    text-decoration: none;
}
a:visited
{
    color: #000;
    text-decoration: none;
}
a:hover
{
    color: #000;
    text-decoration: underline;
}
a:active
{
    color: #000;
    text-decoration: underline;
}

a img 
{
    border: 0;
}

.news-list-item a:hover 
{
    text-decoration: none;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    color: #000;
    padding: 0;
    margin-bottom: 10px;
}

#main
{
    padding: 20px 20px 15px 20px;
    background-color: #fff;
    margin-bottom: 15px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

.start-left 
{
    float: left;
    width: 675px;
}

.start-right 
{
    float: right;
    width: 170px;
}

.start-right hr 
{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 95%;
    height: 1px;
    color: #d3d3d3;
}

.left 
{
    float: left;
    width: 170px;
}

.right 
{
    float: left;
    width: 670px;
}

#footer
{
    color: #999;
    text-align: center;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

.register-box input[type=text], .login-box input[type=text]
{
    background-image: url("../Images/loggain_bg.jpg");
    border: 0;
    width: 150px;
    height: 19px;
    margin-top: 2px;
    margin-bottom: 10px;
    padding-left: 4px;
}

.register-box input[type=password], .login-box input[type=password]
{
    background-image: url("../Images/loggain_bg.jpg");
    border: 0;
    width: 150px;
    height: 19px;
    margin-top: 2px;
    margin-bottom: 10px;
    padding-left: 4px;
}

.login-box 
{
    width: 160px;
}

.register-box 
{
    width: 330px;
}

.register-box-left
{
    float: left;
    width: 160px;
}

.register-box-right
{
    float: right;
    width: 160px;
}

.login-form 
{
    padding-left: 3px;
}

.login-form-left 
{
    width: 60px;
    float: left;
    text-align: center;
}

.login-form-right
{
    float: right;
    text-align: right;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.error
{
    color:Red;
}



#title
{
    margin: 20px 0px 10px 30px;
    float:left;
}

#shoppingcart
{
    background-image: url("../Images/shoppingbag.jpg");
    background-repeat:no-repeat;
    width: 170px;
    height: 65px;
    margin-top: 45px;
    padding-left: 65px;
    padding-top: 10px;
    padding-right: 20px;
    color: #5b5b5b;
    float: right;
    font-weight: bold;
}

#shoppingcart img
{
    margin-bottom: 4px;
}

#menucontainer
{
    background-image: url("../Images/menu-bg.gif");
    height: 36px;
    margin-bottom: 10px;
    text-align: center;
}

#menucontainer img 
{
    border: 0px;
    padding: 0px 10px 0px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#menucontainer #menu 
{
    display:block;
    height: 36px;
}

#front 
{
    margin-bottom: 10px;
}

#brands
{
    text-align: center;
    margin-bottom: 50px;
}

#brands img
{
    border: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/* PRODUCTLIST
----------------------------------------------------------*/

.product-list-item 
{
    float: left;
    width: 130px;
    margin: 10px 15px 15px 20px;
}

.product-list-item-img 
{
    text-align: center;
    height: 155px;
    line-height: 155px;
}

.product-list-item-img img
{
    border: 0px;
    vertical-align: middle;
}


.product-list-item-info 
{
    height: 36px;
    overflow:hidden;
    padding: 0px 5px 0px 5px;
}

.product-list-item-info .brand 
{
    font-weight: bold;
}

.product-list-item-price 
{
    margin-top: 5px;
    padding: 0px 5px 0px 5px;
}

.product-list-item-price img
{
    border: 0px;
}


.product-list-item-price span
{
    font-weight: bold;
}

.product-list-item-price .discount 
{
    color: Red;
}

.product-list-item-price-left 
{
    float: left;
    line-height: 17px;
}

.product-list-item-price-right
{
    float: right;
}


/* CATEGORYLIST
----------------------------------------------------------*/

.category-list-item 
{
    float: left;
    width: 115px;
    margin: 10px 20px 15px 20px;
}

.category-list-item-img 
{
    text-align: center;
    height: 100px;
}

.category-list-item-info 
{
    text-align: center;
    font-size: 1.5em;
}

.category-list-item-img img 
{
    border: 0;
}

/* PRODUCT DETAILS
----------------------------------------------------------*/

.product-main 
{
    padding: 30px;
}

.product-left 
{
    float: left;
    width: 450px;
}

.product-right 
{
    float: left;
    width: 350px;
}

.product-right h1
{
    font-size: 1.5em;
    padding: 0;
    margin: 0;
}

.product-info 
{    
    background-color: #f7f7f7;
    width: 220px;
    padding: 15px 20px 15px 20px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.product-price 
{
    padding: 10px 0;
}

.product-price-txt
{
    font-size: 1.7em;
    font-weight: bold;
}

.product-order
{
    margin-top: 15px;
    margin-bottom: 10px;
}

.product-order select 
{
    margin-top: 2px;
    width: 135px;
}

#product-image-list
{
    margin-top: 20px;
}

.product-image-list-item 
{
    margin: 10px 10px 0 5px;
    float: left;
}

.product-image 
{
    line-height: 400px;
    text-align: center;
}

.product-image img 
{
    vertical-align: middle;
}

/* PAGEs
----------------------------------------------------------*/

.page-main 
{
    padding: 10px 50px 50px 50px;
}

.butiken-info 
{
    margin: 10px 11px 0px 11px;
    padding: 20px;
    background-color: #f3f3f3;
    min-height: 100%;
    font-size: 11px;
}

.butiken-info-image
{
    margin-top: 10px;
    text-align: center;
}

.butiken-left 
{
    margin-top: 10px;
    float:left;
    width: 420px;
}

.butiken-right
{
    float: right;
    width: 322px;
}

.kopinfo-left 
{
    float:left;
    width: 230px;
}

.kopinfo-right 
{
    float: left;
    width: 520px;
}

.kopinfo-text 
{
    padding-left: 20px;
}

.kopinfo-lankar 
{
    padding: 20px 30px 20px 30px;
    background-color: #f3f3f3;
    height: 300px;
    font-size: 11px;
}

.varamarken-image
{
    width: 250px;
}


.kontakt-table input[type=text]
{
    border: solid 1px #c6c6c6;
    width: 150px;
}

#Subject
{
    width: 250px;
}

textarea[name=Message]
{
    border: solid 1px #c6c6c6;
    width: 150px;
    width: 420px;
    height: 150px;
}

#success-message 
{
    padding: 10px;
    width: 350px;
    margin: 0 auto;
    background-color: #eeffe5;
    border: solid 1px #66cc33;
    margin-bottom: 10px;
}

#error-message 
{
    background-color: #fff0f0;
    border: solid 1px #fc8a8a;
    padding: 10px;
    width: 350px;
    margin: 0 auto;
    margin-bottom: 10px;
}


.kontakt-form-text-column 
{
    padding-left: 10px;
    width: 110px;
}

.news-list-item
{
    float: left;
    width: 200px;
    margin: 0px 10px 10px 10px;
}

.news-list-item p
{
    margin: 0px;
    padding: 7px 10px 0px 10px;
}




/* Admin
----------------------------------------------------------*/

input[name=ProductCode]
{
    width: 150px;
    margin-right: 10px;
}

input[name=Name]
{
    width: 200px;
    margin-right: 10px;
}

textarea[name=Description] 
{
    width: 370px;
    height: 100px;
}
textarea[name=DescriptionBig] 
{
    width: 500px;
    height: 350px;
}

input[name=Price]
{
    width: 100px;
    margin-right: 10px;
}

input[name=DiscountPrice]
{
    width: 100px;
    margin-right: 10px;
}

input[name=Vat]
{
    width: 60px;
}

input[name=Url]
{
    width: 200px;
}

input[name=MetaKeyWords], input[name=MetaDescription] 
{
    width: 300px;
}

select[name=Category] 
{
    width: 130px;
}

.product-option-list 
{
    list-style-type:none;
    margin: 0;
    padding: 0;
}

#btnUpload 
{
    display: table-cell;
    padding: 6px;
    border: solid 1px #ccc;
    background-color: #e1e1e1;
}

#menu a
{
    color: White;
    font-weight: bold;
}




/* CHECKOUT
-----------------------------------------*/

.checkout-main 
{
    padding: 30px 30px 30px 30px;
}

#cart-presentation-head, #cart-presentation
{
    width: 100%;
    margin-bottom: 5px;
}

#cart-presentation 
{
    border: solid 1px #dbdbdb;
    background-color: #f6f6f6;
}

#cart-presentation tbody tr
{
    height: 65px;
}

.column-image 
{
    text-align: center;
    width: 100px;
}

.column-product
{
    width: 190px;
}

.column-brand
{
    width: 125px;
}

.column-size
{
    width: 100px;
}

.column-quantity
{
    width: 80px;
}

.column-price
{
    width: 65px;
}

.column-delete
{
}

.quantity 
{
    width: 30px;
    height: 18px;
    background-color: #f5f5f5;
    border: solid 1px #000;
}

#checkout-title 
{
    margin-bottom: 45px;
}

#varukorg-title, #kassa-title, #bestall-title
{
    margin-bottom: 10px;
}

#checkout-cart, #checkout-register
{
    margin-bottom: 50px;
}

#sum-table 
{
    width: 330px;
    background-color: #f6f6f6;
    border-top: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    font-weight: bold;
}

#sum-table td
{
    padding: 2px 5px 2px 10px;
}

#sum-table .total td
{
    border-top: dashed 1px #dbdbdb;
    border-bottom: dashed 1px #dbdbdb;
}

#sum-table .left-column
{
    /*padding-right: 15px;*/
    text-align: right;
}

#register-table 
{
    width: 420px;
}

#register-table .register-left-column 
{
    width: 210px;
}

#user-details input[type=text]
{
    border: solid 2px #d6d6d6;
    background-color: #f9f9f9;
    width: 160px;
    margin-top: 2px;
    margin-bottom: 10px;
    padding-left: 4px;
}

.orders-table td 
{
    padding: 2px 6px 2px 5px;
}

input[name=CardNr], input[name=ValidDate]
{
    border: solid 2px #d6d6d6;
    background-color: #f9f9f9;
    width: 180px;
    /*height: 19px;*/
    margin-top: 2px;
    margin-bottom: 10px;
    padding-left: 4px;
}

input[name=ValidDate] 
{
    width: 60px;
}

.errorMsg 
{
    background-color: #fff0f0;
    border: solid 1px #fc8a8a;
    color: Red;
    width: 500px;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

input[name=Headline] 
{
    width: 250px;
}

textarea[name=Content]
{
    width: 400px;
    height: 200px;
}

.start-news 
{
    margin-bottom:20px;
}

.news-image 
{
    float: left;
    margin-right: 8px;
}

.order-options-button img 
{
    vertical-align: middle;
}


.order-extra-box
{
    border: solid 1px #d6d6d6;
    background-color: #f9f9f9;
    padding: 10px 10px 10px 10px;
    margin: 10px;
}

.order-extra-box p 
{
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}

.order-extra-box h3
{
    margin-top: 0;
}

.order-extra-box input[type=text]
{
    border: solid 2px #d6d6d6;
    width: 200px;
}

.order-extra-box input[type=submit]
{
    width: 160px;
}

.product-table-product
{
    width: 72%;
}

.product-table-price
{
    text-align: right; 
    width: 18%;
}

.product-table-quantity
{
    text-align: center;
    width: 10%;
}

.product-table-extra
{
    text-align: right;
    width: 80%;
}

#tracking-box 
{
    float: left;
    width: 250px;
}

#tracking-result 
{
    float: left;
    width: 300px;
}

#show-all-info 
{
    text-align: right;
}

#posten-info 
{
    margin-top: 50px;
}

#result-history p
{
    margin: 0 0 10px 0;
    padding: 0;
}

.customer-info 
{
    width: 650px;
}

.customer-info tr 
{
    padding: 0 0 5px 0;
}

.customer-info tr td 
{
    padding: 4px;
}

#communityButtons 
{
    margin-top: 25px;
    text-align: center;
}

#communityButtons img 
{
    padding: 2px;
}

#shipment-list-info 
{
    width: 550px;
}

#shipment-list-info td
{
    padding: 5px;
}

#doggeknapp {
	margin: 0 0 0 15px;
	cursor: pointer;
	float: left;
}

#kopknapp {
	float: left;
}
