body
{
	font-family: "lucida grande",helvetica,verdana;
	font-size: 12px;
	background: #c4c5c7;
}

input
{
	font-size: 12px;
}

.button
{
	background: #000;
	color: #fff;
	border: none;
	cursor: pointer;
}

.button {
	color: #333;
	user-select: none; -moz-user-select: none; -khtml-user-select: none;
	display: inline-block; 
	height: 23px; cursor: pointer;
	line-height: 23px; padding-right: 12px; margin-right: 12px;
	background: url(/webshop/layout/images/btn_end.png) right scroll no-repeat;
}

.button span {
	display: inline-block; 
	height: 23px; line-height: 23px; padding-left: 12px; text-align: center;
	background: url(/webshop/layout/images/btn.png) scroll no-repeat;
}

.loader 
{
	width: 570px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.formsubmit 
{
	width: 150px; height: 23px; margin-top: 7px;
}

.cardnum, .emonth, .eyear, .cvc
{
	font-size: 13px; padding: 3px;
}

.imgbtn
{
	cursor: pointer;
}

a:link,a:active,a:visited
{
	color: #333;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;

}

h1
{
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
}

h2
{
	margin: 0;
	font-size: 13px;
	margin-bottom: 2px;
}

p
{
	margin: 0;
	margin-bottom: 20px;
	font-size: 11px;
	color: #333;
}

.webshop { width: 560px; display: block; }
.webshop h2 { font-size: 13px; padding-bottom: 5px; margin-top: 25px; }
.webshop .box { padding: 10px; background: #cecece; border: 1px solid #999; }

.webshop .table { width: 100%; }
.webshop .table .headerCol { font-size: 12px; font-weight: bold; border-bottom: 1px solid #999; }
.webshop .table .col { font-size: 11px; border-bottom: 1px solid #9e9e9e; padding-top: 5px; padding-bottom: 5px; }

.header
{
	height: 140px;
	width: 848px;
	background: url(http://www.louisekragh.dk/webshop/layout/images/header.jpg);
}

.header_extend
{
	
	width: 125px;
}

.left
{
	width: 190px;
	padding-right: 8px;
	text-align: left;
}

.main
{
	/*background: url(images/header_extended.jpg) top right no-repeat;*/
	width: 650px;
	text-align: left;
}

.categories
{
	margin-bottom: 20px;
}

.categories h1
{
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	font-size: 12px;
}

.categories a
{
	text-transform: lowercase;
	line-height: 28px;
}

.pages a
{
	font-weight: bold;
	text-transform: uppercase;
	line-height: 24px;
}

.basket
{
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: bold;
	background: #606052;
	width: 132px;
	padding: 0px 2px 0px 2px;
}

.basket a
{
	color: #fff;
}

.basket_step
{
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
}

.basket_step.active
{
	color: #333;
}

.address_and_delivery
{
	margin-top: 40px;
}

.acceptance
{
	margin-top: 40px;
}

.edit_basket
{
	width: 600px;
	margin-top: 40px;
	border-bottom: 1px solid #666;
}

.edit_basket .header
{
	height: 20px;
	color: #666;
	font-size: 11px;
	text-transform: uppercase;
	border-bottom: 1px solid #666;
}

.edit_basket .item
{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #999;
}


.product
{
	padding-right: 5px;
	width: 160px;
	vertical-align: top;
	padding-bottom: 15px;
}

.product .image
{
	height: 160px;
	width: 160px;
	background: #fafafa;
	margin-bottom: 5px;
	cursor: pointer;
}

.product_description
{
	padding-top: 5px;
	padding-left: 5px;
}

.warning 
{
	background: #FFFBE8;
	border: 1px solid #A79A65;
	padding: 10px;
}

.search
{
	padding-top: 25px;

}

#debug_tracer {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	padding: 5px;
	font-size: 11px;
	color: #333;
	background: lightyellow;
	border-bottom: 1px solid #000;
}

.creditcards {
	overflow: hidden;
	margin: 0; padding: 0; list-style: none;
	padding: 5px; border: 1px solid #999; background: #f4f4f4; overflow: hidden;
}

.creditcards li {
	padding: 5px; border: 1px solid #999; background: #f4f4f4; overflow: hidden;
	margin-bottom: 5px;
}

.creditcards li.active {
	background: lightyellow;
}

.creditcards li:last-child {
	margin-bottom: 0px;
}

.creditcards li .group {
	float: left; margin-right: 10px;
	height: 50px;
}

.creditcards li .desc {
	height: 40px;
	font-size: 13px;
	background-position:  left center;
	background-repeat: no-repeat;
}

.creditcards li .cards {
	margin-top: 15px;
	margin-bottom: 0px;
	padding-left: 28px;
}