/* Debug für CSS aus ezwebin/design/ezwebin/stylesheets) */

body
{
    text-align: left; /* IE method for centering page if it has fixed width */
    background-color: #fff;
    background-image: none; /* Standard background.png wird hier entfernt */
}


div#page
{
    margin: 0; /* General method for centering content if fixed page width, for other browsers than IE */
    text-align: left; /* Reset IE method for centering page, to stop all other content on the page from centering */
}

div#path
{
	padding: 0;
}


/* Basket Anpassung */

#ezwebinbasket table {border-collapse:collapse; border:1px solid #ccc;}

#ezwebinbasket table th, table.list th
{
    background-color: #ccc;
    color:#555555;
    font-weight:bold;
    font-size:11px;
    font-family:Arial;
    padding-left:4px;
    background-image:none;
}

#billto {
    float:left;
    height: 100%;
}

#billto textarea {
    width: 400px;
}


/* BOX GENERAL DESIGN */

div.box
{
    border: none;
    background-color: #ffffff;
}

div.box div.box-content
{
	padding:0;
	background-color: #ffffff;
}

div.box, div.box div.tl, div.box div.tr, div.box div.br, div.box div.bl
{
    position: static ;
}

div.box div.tl
{
    top: 0;
    left:0;
	background-color: #ffffff;
    background-image:none;
}

div.box div.tr
{
    right:0;
	background-color: #ffffff;
    background-image:none;
}

div.box div.br
{
    bottom: 0;
	background-color: #ffffff;
    background-image:none;
}

div.box div.bl
{
    left:0;
	background-color: #ffffff;
    background-image:none;
    padding:0;
}

#content_bgbox {background-color:#fff;}

/* Orderconfirmation */

div.attribute-header h1 {font-size:12pt;background-image:none;}
