html
{
    overflow: -moz-scrollbars-vertical; /* Visa alltid scrollbar */
}
body
{
    font-family: Verdana;
    font-size: 12px;
    text-align: center;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #fdd3f4;
    background-image: url('/bilder/body_bg.png');
    line-height: 17px;
    background-repeat: repeat-x;
}
#wrapper
{
    border: 0px solid #000000;
    width: 1050px;
    text-align: left;
    margin: auto;
    min-height: 100%;
    _height: 100%;
    position: relative;
}
#head
{
    background-position: center;
    width: 1050px;
    height: 229px;
    background-image: url('/bilder/head_bg.png');
    background-repeat: no-repeat;
}
#mid
{
    margin: 0px;
    padding: 2px;
    width: 1050px;
    background-image: url('/bilder/page_bg.png');
    background-repeat: repeat-y;
}
#menu
{
    width: 200px;
    margin-left: 24px;
    float: left;
}
#page
{
    width: 800px;
    float:right;
    margin-right: 26px;
}
#foot
{
    width: 1050px;
    height: 75px;
    background-image: url('/bilder/foot_bg.png');
}
.break
{
    clear: both;
}
#ie6msg
{
    visibility: hidden;             /* Döljer meddelandet om gammal webbläsare */
}








#menu .caption
{
    padding: 0px;
    margin: 5px;
    margin-left: 10px;
    font-family: Calibri;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
#menu .text
{
    padding: 0px;
    margin: 5px;
    margin-left: 10px;
}

.menu_item {
	width: 200px;
	padding: 0px;
	margin: 0px;
	}
	.menu_item ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	.menu_item li a {
		height: 32px;
		voice-family: "\"}\""; 
		voice-family: inherit;
		height: 24px;
		text-decoration: none;
		font-weight:normal;
		}
		
	.menu_item li a:link, .menu_item li a:visited
{
    color: #000000;
    display: block;
    background: url('/bilder/menu_item.png');
    padding: 8px 0 0 30px;
}
		
	.menu_item li a:hover {
		color: #ffffff;
		background: url('/bilder/menu_item.png') 0 -32px;
		padding: 8px 0 0 30px;
		}
.menu_cart_top
{
    width: 200px;
    background: url('/bilder/menu_cart_top.png');
    background-repeat: no-repeat;
    height: 5px;
}
.menu_cart_bottom
{
    width: 200px;
    background: url('/bilder/menu_cart_bottom.png');
    background-repeat: no-repeat;
    height: 5px;
}
#head #logo
{
    margin-top: 95px;
    margin-left: 75px;
    width: 300px;
    height: 75px;
    float: left;
}
#head #logo h1
{
    width: 300px;
    height: 75px;
    background: url('/bilder/logo.png');
    background-repeat: no-repeat;
    position:relative;
    display:block;
}
#head #logo h1 span
{
    display: none;
}
#logo_h1 a
{
   position: relative;
   display: block;
   width: 300px;
   height: 75px; }

#logo_h1 a span
{
   display: block;
   position: absolute;
   width: 100%;
   height: 100%;
   background: #ffffff url('/bilder/logo.png') no-repeat left top;
   z-index: 100; /* Places <span> on top of <a> text */ 
}


#head #search
{
    float: right;
    margin-right: 140px;
    margin-top: 155px;
}
#head #search input
{
    padding: 2px;
    font-size: 18px;
}
#head #search #searchtext
{
    background-position: left;
    background: #ffffff url('/bilder/ikoner/view.png') no-repeat 4px 2px;
    padding: 2px;
    padding-left: 32px;
}



.padding
{
    padding: 10px;
}
img
{
    border: solid 0px;
}
h1
{
    margin: 0px 0px 10px 0px;
    font-size: 28px;
    background-image: url('/bilder/page_h1.png');
    background-repeat: repeat-y;
    height: 28px;
    padding-top: 10px;
    padding-left: 5px;
}
h2
{
    margin: 0px 0px 10px 0px;
    font-size: 18px;
    background-image: url('/bilder/page_h2.png');
    background-repeat: repeat-y;
    height: 22px;
    padding-top: 4px;
    padding-left: 5px;
}
td
{
    font-family: Verdana;
    font-size: 12px;
    line-height: 17px;
}
form
{
    margin: 0px;
    padding: 0px;
}




.product .image
{
    background-position: center center;
    width: 155px;
    height: 200px;
    margin: 10px;
    background-repeat: no-repeat;
}
.product
{
    border: 1px solid #CCCCCC;
    width: 175px;
    height: 275px;
    float: left;
    margin: 0px 9px 18px 9px;
}
.image a
{
    display: block;
    width: 155px;
    height: 200px;
}
.product .image img
{
    float: right;
}
.product h3
{
    margin: 10px 10px 0px 10px;
    font-size: 16px;
}
.product .title
{
    height: 34px;
}
.product h3.price
{
    margin: 0px 10px 0px 10px;
    font-size: 14px;
    text-align: right;
}
.product h3.price_onsale
{
    margin: 0px 10px 0px 10px;
    font-size: 14px;
    text-align: right;
    color: #FF0000;
}
h3 a
{
    text-decoration: none;
}
h3 a:hover
{
    text-decoration: underline;
}



.product_info .caption
{
    width: 620px;
    float: left;
}
.product_info .caption_price
{
    width: 150px;
    float: right;
}
.product_info .caption_price h1
{
    background-image: none;
    text-align: right;
}
.product_info .caption_price h1.onsale
{
    color: #FF0000;
}
.product_info .pimage
{
    width: 485px;
    height: 210px;
    float: left;
}
.product_info .more_images
{
    border-style: dotted;
    border-width: 0px 0px 0px 1px;
    border-color: #CCCCCC;
    width: 330px;
    height: 210px;
    float: right;
    padding-left: 10px;
}
.product_info .information
{
    border-style: dotted;
    border-width: 1px 0px 0px 0px;
    border-color: #CCCCCC;
}
.product_info .buy
{
    border-style: dotted;
    border-width: 0px 0px 0px 1px;
    border-color: #CCCCCC;
    width: 250px;
    height: 210px;
    float: right;
    padding-left: 10px;
}
.submit_buy
{
    margin-top: 6px;
    background-image: url('/bilder/submit_buy.png');
    border: 0px;
    width: 73px;
    height: 28px;
}
.input_normal
{
    padding: 2px;
    width: 150px;
}
.input_pink
{
    background-color: #d33ab1;
    font-weight: bold;
    padding: 2px;
}
#storageCount
{
    font-weight: bold;
}

.left_50
{
    width: 48%;
    float: left;
}
.right_50
{
    border-style: dotted;
    border-width: 0px 0px 0px 1px;
    border-color: #CCCCCC;
    width: 48%;
    float: left;
    padding-left: 10px;
}











.cart
{
    padding: 0px;
    border: 1px solid #c737a7;
}
.cart_product_td
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #c737a7;
}
.cart_count_td
{
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #c737a7;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #c737a7;
}
.cart_count_top_td
{
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #c737a7;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c737a7;
    background-color: #c737a7;
}
.cart_product_top_td
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c737a7;
    background-color: #c737a7;
}
.cart_sum_td
{
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #c737a7;
}
.cart_count_text
{
    width:100%;
    text-align:center;
}
.cart_extra
{
    font-style: italic;
    font-size: 10px;
}
.checkout_text
{
    width:100%;
}
.admin_product_textbox
{
    width: 100%;
    margin-bottom: 1px;
}




.admin_product
{
    border: 1px solid #CCCCCC;
    width: 155px;
    height: 220px;
    float: left;
    margin: 4px 16px 4px 16px;
    text-align: center;
}
.admin_product_image
{
    background-position: center center;
    width: 150px;
    height: 200px;
    background-repeat: no-repeat;
    cursor: pointer;
}
















.info
{
    padding: 5px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    text-align: left;
    width: 200px;
}


.small
{
    font-size: 9px;
}



.box_50_left
{
    width: 49%;
    float: left;
}
.box_50_right
{
    width: 49%;
    float: right;
}

.box_caption
{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    height: 26px;
}

.greentext
{
    color: #33CC33;
}
