* {
margin: 0;
padding: 0;
}
/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
	
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
  /* Example:
  .sIFR-active h1 {
    font-family: Verdana;
    visibility: hidden;
  }
  */
}
#content {
	margin-bottom: 100px;
}
#content h1 {
	margin: 10px 0px 15px 0px;
}
img {
	border: none;
}
p {
	color: #848484;
	font: 12px Verdana, Tahoma, Arial, sans-serif;
	line-height: 17px;
}

span.yellow {
	color: #f0e4ab;
	font-size: 17px;
}
.ui-tabs-hide {
	position: absolute;
	    left: -10000px;

}
#main {
	text-align: left;
}
body {
	background: #151515;
	text-align: center;
}

#main, #header_inner {
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

#header {
	border-bottom: 1px solid #1b1b1b;
	height: 200px;
	background: #121212;
	text-align: center;
}
#logo {
	margin-top: 60px;
	float: left;
	
}
#menu {
	float: right;
	margin-top: 95px;
}

#menu ul {
	
}
#menu ul li {
	display: inline;
	padding-left: 45px;
}

#menu ul li a {
	text-decoration: none;
	color: #fff;
	width: 90px;
	font: 12px Verdana, Verdana, sans-serif;
}
#content {
	padding: 10px;
	width: 605px;
	float: left;
	
}
#left {
	width: 245px;
	padding: 10px;
	height: 400px;
	margin-top: 15px;
	float: left;
	border-left: 1px solid #212121;
}
#left.left_bg {
	
}
#vare_kosedresser {
	margin-top: 40px;
	height: 45px;
	width: 100%;
	background: #121212;
}
#vare_kosedresser img {
	float: right;
	margin: 8px 4px 0px 0px;
}

/* Bestill */
form#dressChooser {
	margin:0 auto;
  width:40px;
margin-top: 10px;
}
#dresser #dresserContainer {
  margin:0 auto;
  width:333px;
  height:500px;
  overflow:auto; /* allow scrollbar */
  position:relative;
z-index:-100;
}
#dresser {
	padding: 20px;
	background-position: 64% 10%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/overlay.png');
}
#dresser[id] {
	background:transparent url(img/overlay.png) no-repeat scroll 64% 10%;	
}

#dresser #placeholder {
	width: 68px;
	float: left;
	display: block;
	height: 60px;
}
#dresser #dresserContainer .slide {
  margin:0 auto;

  width:333px; /* reduce by 20 pixels to avoid horizontal scroll */
  height:500px;
}
/**
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:68px;
  height:60px;
  text-indent:-10000px;
  cursor: pointer;
}
#leftControl {

	float:left;
  background:transparent url(img/control_left2.jpg) no-repeat 0 0;
position:relative;
left:76px;
top:200px;
}
#rightControl {
  	bottom:370px;
	float:right;
	position:relative;
	right:6px;
  background:transparent url(img/control_right2.jpg) no-repeat 0 0;
}

.addToCart {
	width: 130px;
	margin: 0px auto;
}
.addToCart a span {
	background: url(img/handlevogn.png);
	width: 162px;
	height: 36px;
	display: block;
	margin-top: 10px;
	text-indent: -9999px;
}

#cart {
	color: #fff;
}

#cartItems li {
	width: 220px;
	height: 25px;
	background-color: #292929;
	border: 1px solid #323232;
	list-style: none;
	padding: 6px 4px 4px 4px;
	font: 11px Arial, Verdana, sans-serif;
	text-align: left;
}

#cartItems li a {
}

#cartItems li a img {
	position: relative;
	top: 2px;
}

/* Checkout */

form#checkout {
	margin-top: 25px;
}

.input_wrap {
	clear:both;
	margin:0 0 10px;
	position:relative;
}

.input_wrap input[type="text"] {
	padding:10px 10px 10px 10px;
	width:280px;
	height: 40px;
	background-color:#1C1C1C;
	border:1px solid #252525;
	font: 14px "Lucida Sans", Arial, Tahoma, sans-serif;
	color: #ccc;
}
.input_wrap label {
	cursor:pointer;
	display:block;
	font: 14px "Lucida Sans", Arial, Tahoma, sans-serif;
}
.input_submit {
	width: 280px;
}
.input_submit input, .submit_confirm input {
	float: right;
	padding:10px 10px 10px 10px;
	width:110px;
	height: 40px;
	background-color:#1C1C1C;
	border:1px solid #252525;
	font: 12px "Lucida Sans", Arial, Tahoma, sans-serif;
	color: #ccc;
}
/*Selects*/
/*Defaults Styling*/


/*##########################################
Script: Niceforms 2.0
Theme: StandardBlue
Author: Lucian Slatineanu
URL: http://www.emblematiq.com/
##########################################*/

/*Selects*/
.NFSelect {height:21px; position:absolute; border:1px solid transparent;}
.NFSelectLeft {float:left; width:3px; height:21px; background:url(img/form/select-left.png) no-repeat 0 0; vertical-align:middle;}
.NFSelectRight {height:21px; width:auto; background:url(img/form/select-right.png) no-repeat 100% 0; cursor:pointer; font:12px/21px Arial, Helvetica, sans-serif; color:#fff; padding-left:3px; margin-left:3px;}
.NFSelectTarget {position:absolute; background:none; margin-left:-13px; margin-top:18px; z-index:3; left:0; top:0; padding-bottom:13px;}
.NFSelectOptions {position:relative; background:#707175; margin-left:16px; margin-top:0; list-style:none; padding:4px 0; color:#fff; font:11px/13px Arial, Helvetica, sans-serif; z-index:4; max-height:200px; overflow-y:auto; overflow-x:hidden; left:0; top:0;}
.NFSelectOptions li {padding-bottom:1px;}
.NFSelectOptions a {display:block; text-decoration:none; color:#fff; padding:2px 3px; background:none;}
.NFSelectOptions a.NFOptionActive {background:#464646;}
.NFSelectOptions a:hover {background:#333;}
/*Multiple Selects*/
.NFMultiSelect {border:0; background:none; margin:0;}
.NFMultiSelectTop, .NFMultiSelectBottom {height:5px; clear:both; float:none; padding-right:10px;}
.NFMultiSelectTop {background:url(img/form/textarea-tr.png) no-repeat 100% 0;}
.NFMultiSelectBottom {background:url(img/form/textarea-br.png) no-repeat 100% 0; margin-bottom:5px;}
.NFMultiSelectTopLeft, .NFMultiSelectBottomLeft {width:5px; height:5px;}
.NFMultiSelectTopLeft {background:#f2f2e6 url(img/form/textarea-tl.png) no-repeat 0 0;}
.NFMultiSelectBottomLeft {background:#f2f2e6 url(img/form/textarea-bl.png) no-repeat 0 0;}
.NFMultiSelectLeft, .NFMultiSelectRight, .NFMultiSelectLeftH, .NFMultiSelectRightH {float:left; padding-bottom:5px;}
.NFMultiSelectLeft, .NFMultiSelectLeftH {width:5px;}
.NFMultiSelectLeft {background:url(img/form/textarea-l-off.png) repeat-y 0 0;}
.NFMultiSelectLeftH {background:url(img/form/textarea-l-over.png) repeat-y 0 0;}
.NFMultiSelectRight, .NFMultiSelectRightH {padding-right:5px; padding-bottom:0;}
.NFMultiSelectRight {background:url(img/form/textarea-r-off.png) repeat-y 100% 0;}
.NFMultiSelectRightH {background:url(img/form/textarea-r-over.png) repeat-y 100% 0;}

/*Focused*/
.NFfocused {border:1px dotted #666;}
/*Hovered*/
.NFh {background-position:0 100%;}
.NFhr {background-position:100% 100%;}
/*Hidden*/
.NFhidden {opacity:0; z-index:-1; position:relative;}
/*Safari*/
select, input, textarea, button {outline:none; resize:none;}


.smallimg {
	margin-bottom: 7px;
	clear: both;
	border: 1px solid #999999;
}

#order_details {
	margin-top: 10px;
	padding: 15px;
	background-color: #212121;
	border: 1px solid #383838;
}

a.goToCheckout {
	background-color:#191919;
	border:1px solid #333;
	height:25px;
	text-decoration: none;
	padding:6px 4px 4px;
	width:220px;
	display: block;
	color: #efe3aa;
	background: #191919 url(img/gotocheckout_bg.png) no-repeat 190px 3px;
}
a.goToCheckout span {
	font: 16px Arial, Verdana, sans-serif;
	width: 120px;
	display: block;
	cursor: pointer;
	
}
label.error {
	color: red;
}

#order_products table {
	width: 570px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #999;
	border-collapse:collapse;
}
#order_products table th {
	text-align: left;
	background-color: #191919;
	border: 1px solid #323232;
	list-style: none;
	color: #f0e4ab;
	padding: 6px 4px 4px 4px;
	font: 12px Arial, Verdana, sans-serif;
	font-weight: bold;
}
#order_products table tbody tr {
	background-color: #292929;
	
}
#order_products table tbody tr.even {
	background-color: #232323;
}
#order_products table tbody tr td {
	border: 1px solid #323232;
	padding: 6px 4px 4px 4px;
	font: 11px Arial, Verdana, sans-serif;
}
#order_products table tbody tr.last, #order_products table tbody tr.last td  {
	background: transparent;
	padding: none;
	border: none;
}
#order_products table tbody tr.last td.last_sum {
	border: 1px solid #323232;
	padding: 6px 4px 4px 4px;
	font: 11px Arial, Verdana, sans-serif;
	font-weight: bold;
	background-color: #232323;
	
}
#order_products table tbody tr.last td.last_sum span {
	text-align: right;
	float: right;
}





#sizes table {
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #999;
	border-collapse:collapse;
}
#sizes table th {
	text-align: left;
	background-color: #191919;
	border: 1px solid #323232;
	list-style: none;
	color: #f0e4ab;
	padding: 6px 4px 4px 4px;
	font: 12px Arial, Verdana, sans-serif;
	font-weight: bold;
}
#sizes table tbody tr {
	background-color: #292929;
	
}
#sizes table tbody tr.even {
	background-color: #232323;
}
#sizes table tbody tr td {
	border: 1px solid #323232;
	padding: 6px 4px 4px 4px;
	font: 11px Arial, Verdana, sans-serif;
}
#sizes table tbody tr.last, #order_products table tbody tr.last td  {
	background: transparent;
	padding: none;
	border: none;
}
#sizes table tbody tr.last td.last_sum {
	border: 1px solid #323232;
	padding: 6px 4px 4px 4px;
	font: 11px Arial, Verdana, sans-serif;
	font-weight: bold;
	background-color: #232323;
	
}
#sizes table tbody tr.last td.last_sum span {
	text-align: right;
	float: right;
}