#content {
	padding:18px 8px;
}
#main {
	float:right;
	width:770px;
	min-height:600px;
}
* html #main{
	height:600px;
}
body.start #content {padding:0;}
body.start #main {float:none; width:100%; }

#topnav li{
	position:relative;
	height:27px;
}
#topnav li ul{
	position:absolute;
	background-color:#1a1a1a;
	top:45px;
	left:0;
	width:200px;
	padding:10px 0;
	display:none;
	z-index:5000;
}
#topnav li li{
	float:none;
	display:block;
	font-size:12px;
	text-transform:uppercase;
	padding:0;
	margin:0;
}
#topnav li li a{
	color:#fff;
	display:block;
	padding:5px 20px;
	font-size:11px;
	letter-spacing:1.4px;
}
#topnav li li a:hover{
	color:#1a1a1a;
	background-color:#9a9a9a;
}
#topnav #cart{
	position:absolute;
	top:-15px;
	left:40px;
}
#cart h2,
#cart select,
#cart #cartsum,
#cart #view{
	display:none;
}
#cart a{
	color:#fff;
}

/* Categories */
#categories,
#topList,
#emailForm{
	width:175px;
	float:left;
	margin-bottom:15px;
	clear:left;
}
#topList{
	margin-top:10px;
}
#topList ol{
	margin-left:30px;
}
#topList li{
	line-height:20px;
}
#categories{
	margin-top:20px;
}
#categories h1,
#topList h1{
	/*
	color:#1f201f;
	text-transform:uppercase;
	font-size:12px;
	font-weight:normal;
	*/
	border-bottom:1px solid #dddcdc;
	margin-bottom:10px;
	padding:0 12px 7px 12px;
	background-repeat:no-repeat;
	background-position:10% 55%;
	text-indent:-999em;
}
#categories h1{
	background-image:url('/images/txtProdukter.gif');
}
#topList h1{
	background-image:url('/images/txtMestSalda.gif');
}
#categories ul a,
#categories li.current li a {
	color:#525252;
}
#categories ul {
	margin:0 12px;
}
#categories li {
	list-style:none outside;
	padding-left:14px;
	background:url(/images/link.gif) no-repeat 0 6px;
	line-height:21px;
}
#categories li ul {
	margin:0;
}
#categories li li {
	display:none;
	padding:0;
	background:none;
}
#categories li.expanded li {
	display:block;
}
#categories li.current a,
#categories li li.current a {
	color:#d90f23;
}
#leftmenu-extra {
    width:175px;
    float:left;
	clear:left;
	border-top:1px solid #DDDCDC;
	border-bottom:1px solid #DDDCDC;
	padding:10px 0;
}
#leftmenu-extra li{
	list-style-type:square;
	list-style-position:inside;
	margin-left:12px;
	line-height:20px;
}

#productSearch #searchQuery{
	width:140px;
	color:#808080;
}
#productSearch button{
	border:none;
	background-color:#959594;
	color:#fff;
	padding:0 2px;
	margin-left:2px;
}

#emailForm{
	margin-top:10px;
}
#emailForm #emailSignupText{
	background:transparent url('/images/iconEmail.gif') no-repeat center left;
	padding-left:30px;
	margin:5px 10px;
}
#emailForm #emailAddress{
	width:100px;
	color:#808080;
}
#emailForm button{
	border:none;
	background-color:#959594;
	color:#fff;
	padding:0 2px;
	margin-left:2px;
}

#search{
	display:none;
}
#searchresults table{
	width:100%;
}
#searchresults th{
	text-align:left;
}
#searchresults .productPrice{
	width:120px;
}

/* Products */
#products h2 {
	font-size:11px;
}
#products .product {
	color:#3a3b3c;
	width:255px;
	float:left;
}
#products .product .image {
	/*height:321px;
	position:relative;*/
	height:287px;
	margin-top:34px;
	overflow:hidden;
	z-index:0;
}
#products .product .image img {
	/*
	position:absolute;
	bottom:0;
	left:0;
	z-index:0;
	*/
}
#products .product h3 {
	color:#3a7ecf;
	font-weight:bold;
	font-size:15px;
	border-bottom:1px solid #9ebcdd;
	display:inline;
}
#products .product h3:hover{
	color:#e02c1f;
	border-bottom:1px solid #e02c1f;	
}
#products .product .short_desc {
	margin:12px 0;
	padding-right:12px;
}
#products .product .price p {
	float:left;
	display:inline;
	margin-right:.25em;
}
#products .product .price span {
	display:block;
	text-indent:0;
	float:left;
}
#products .product .price .now {
	color:#e02c1f;
	font-weight:bold;
	font-size:16px;
}
#products .product .information {
	display:none;
}

/* Product */
#product h2 {
	color:#1f201f;
	font-size:18px;
	margin-bottom:18px;
}
#product #gallery1 {
	float:left;
	width:297px;
	overflow:hidden;
}
#product #details {
	position:relative;
	float:left;
	width:441px;
	margin-left:20px;
	display:inline;
	padding-bottom:51px;
	min-height:270px;
}
* html #product #details {
	height:254px;
}
#product #variants {
	position:absolute;
	left:0;
	bottom:0;
}
#product #add {
	position:absolute;
	right:0;
	bottom:0;
}
#product #details ul {
	color:#f6df2f;
}
#product #details li {
	list-style-image:url(/images/list-style.gif);
	color:#525252;
}
#product #variants p {
	float:left;
	display:inline;
	margin-right:.25em;
	margin-bottom:0;
}
#product #variants p span {
	display:block;
	text-indent:0;
	float:left;
}
#product #variants .now {
	color:#e02c1f;
	font-weight:bold;
	font-size:16px;
}
#product #add { clear:both; }
#product #add input{
	border:0;
	background:url(/images/buy.gif);
	width:98px;
	height:33px;
	text-indent:999em;
}
#product #add input:hover {background:url(/images/buy-hover.gif);}
#product #price,
#product #delivery,
#product #variantSelect1,
#product #variantSelect2,
#product #buy h3,
#product #quantity {display:none;}

#product #deliveryinfo {
	border:1px solid #e1e1e1;
	border-left:0;
	border-right:0;
	margin:12px 0;
	padding:18px 8px;
	background:url(/images/delivery.gif) no-repeat 97% 50%;
}
#product #deliveryinfo h3 {
	font-size:16px;
}

/* Related */
#related h1 {
	font-size:100%;
	font-weight:normal;
	margin-bottom:1em;
	overflow:hidden;
	height:100%;
}
#related .product {
	color:#3a3b3c;
	width:95px;
	float:left;
	display:inline;
	margin:0 8px;
}
#related .product .image {
	height:107px;
	position:relative;
	overflow:hidden;
}
#related .product .image img {
	position:absolute;
	bottom:0;
	left:0;
}
#related .product .price,
#related .product .information {
	display:none;
}
#related .product h3 {
	color:#3a7ecf;
	font-weight:bold;
	font-size:12px;
	border-bottom:1px solid #9ebcdd;
	display:inline;
}
#related .product h3:hover {
	color:#e02c1f;
	border-bottom:1px solid #e02c1f;
}

/* Cart / Checkout */
#detailedcart input.btn {
	float:right;
}
#detailedcart table,
#checkout table {
	width:100%;
	margin-bottom:6px;
}
#detailedcart th,
#checkout th {
	text-align:left;
	background:#1a1a1a;
	color:#fff;
	text-transform:uppercase;
	line-height:24px;
	padding:0 10px;
}
#detailedcart td,
#checkout td {
	padding:0 10px;
}
#detailedcart tr#sum td,
#checkout tr#sum td {
	border-top:1px solid #dddcdc;
}
#detailedcart .amount input,
#checkout .amount input {
	text-align:center;
	width:92%
}

#detailedcart .delete,
#checkout .delete {width:8%;text-align:center;}
#detailedcart .name {width:65%;}
#detailedcart .amount,
#checkout .amount {width:6%;text-align:center;}
#detailedcart .price,
#checkout .price {width:10%;}
#detailedcart .sum,
#checkout .sum{width:15%;}

#checkout input {width:300px;}
#checkout select {width:305px;}

#checkout input.radio,
#checkout input.checkbox,
#checkout input.btn {width:auto;}

#checkout #sum{
	font-weight:bold;
	font-size:1.25em;
}

#checkout #discount_code .submit{
	width:100px;
}
#checkout #discount_code h2,
#checkout #address h2,
#checkout #payment h2,
#checkout #confirm h2{
	margin-top:20px;
	border-bottom:1px solid #DDDCDC;
	margin-bottom:10px;
	padding-bottom:5px;
}
#checkout #address{
	overflow:hidden;
	width:100%;
}
#checkout #address label {
	display:block;
}
#checkout #address .field{
	float:left;
	margin-right:20px;
	margin-top:5px;
}
#checkout #address .delivery_country,
#checkout #address p{
	clear:both;
}
#checkout #address .delivery_zipcode,
#checkout #address .delivery_zipcode input{
	width:70px;
}
* html #checkout #address .delivery_zipcode{
	margin-right:5px;
}
#checkout #address .delivery_city,
#checkout #address .delivery_city input{
	width:210px;
}
