﻿html, body, form
{
	height:100%;
	/*width:100%;*/
	margin:0;
	padding:0;
	font-size:11px;
	font-family:arial, Sans-Serif;
}

body
{
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */

	background-image:url("../images/bg.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#fff;
}

h1, h2, h3, .header, .cc_page_header
{
    font-size: 13px;
    font-weight: bold;
    color: Black;
}

input, table
{
	font-size:11px;
}

input.submit, input.cc_button, button.submit, table.payment_submit input, span.cc_sold_out
{
    background-image: url("../images/button.gif");
    background-color: Transparent;
    width: 112px;
    height: 19px;
    border: 0;
    cursor: pointer;
    color: White;
    margin: 0;
    padding:0;
    font-size:10px;
    vertical-align:  baseline;
    line-height: 19px !important;
    text-align: center;
}

input.cust_cart_order, span.cc_sold_out
{
	background-image: url("../images/tilfoj_kurv_lille.gif");
	width: 81px;
	display: block;
}

