@charset "iso-8859-1";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #EFEFEF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}

a {
	color: #0066cc;   /* Standardblå länkfärg för allt odefinierat */
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #C0C0C0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header { 
	height:150px;
	background: url(/images/header.png); 
	width: 800px;
	overflow: hidden;
}

#header p {
	margin:0px; padding: 0px;	
}

#header p a img {
	border: 0px;	
}

#header h1 {
	/*display:none;*/
}

#search { 
	height:54px;/* 50px */
	background: #f5f1ec; 
	border-bottom: 1px solid #C0C0C0;
	color:666;
} 

#search #sv, #search #sv-2 {
	/*float:left;*/
	margin-top:0px; /* 19px */
	margin-left:18px;
}

#search #sv a, #search #sv-2 a {
	font-size:11px;
	text-decoration:none;
	color:#333;
}

#search #sv a:hover, #search #sv-2 a:hover {
	text-decoration:none;
	color:#666;
}

#search #sh {
	float:right;
}

#search div.control {
	 float:left;
	 margin-top:5px; /* 15px */
}

#search div.titel {
	 float:left;
	 margin-top:9px; /* 19px */
	 margin-right:10px;
}

#search div.titel span{
	font-size:12px;
	font-weight:bold;
}

#search div.btn {
	float:left;
	margin-top:5px; /* 15px */
	padding-right:18px;
}

#search div.control select, #search div.control input {
	width:180px;	
	font-size:12px;
	height: 22px; /* 22px */
	margin-right:10px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #999;
	color:#333;
}

#search div.control input {
	/*height:18px;*/
}

#search div.btn input {
	height:22px;
	width:50px;
	border: 1px solid #999;
	color:#333;
}


#wrapper {
	
}



#sidebar1 {
	/*float: left;*/ /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px;
}


#mainContent { 
	/*margin: 0 10px 0 0;*/
	padding: 0 10px;
	/*float:left;*/
} 


#korg {
	

}

#korg table {
	width:100%;
}

#korg tr {
	
}

#korg tr.udda {
	background:#EFEFEF;
}

#korg td {
	border-top: 1px solid #DDD;
	padding:5px;
	font-size:11px;
}

#korg td.pris {
	text-align:right;
	padding-left:0;
	width:35px;
}


#korg td.totpris {
	text-align:right;
	border-top: 1px dashed #BBB;
	padding-top:5px;
	font-size:13px;
	font-weight:bold;
}

#korg td.kassa {
	text-align:right;
	padding:10px;
	border:none;
}


div.bild {
	float:left;
	width:130px;
	background:#F8F8F8;
	border: 1px solid #DDD;
	text-align: center; 
	overflow:hidden;
	height: 100%;
}

div.foto {
	margin:10px;
	width:110px;
	height:110px;
	background: #FFF;
	border: 1px solid #ddd;
	text-align:center;
	line-height: 110px;
}



div.foto a img {
	/*margin-top:auto;
	margin-bottom:auto;*/
	vertical-align: middle;
}


div.text {
	margin:10px;
	text-align:left;
}


div.text h3 {
	margin-top:1px;
	margin-bottom:1px;
	font-size:10px;
	color:#333;
}

div.text p {
	font-size:9px;
	color:#666;
}

div.text a {
	color:#666;
	text-decoration:none;
}
div.text a:hover {
	color:#333;
	text-decoration:underline;
}




#bildvy {
	width:540px;
	background:#F8F8F8;
	border: 1px solid #DDD;
	text-align: center; 
	overflow:hidden;
	margin-bottom:30px;
}

#bildvy #bvfoto {
	margin:20px;
	width:500px;
	background: #FFF;
	border: 1px solid #DDD;
	text-align:center;
}

#bildvy #bvkorg {
	margin:20px;
	width:400px;
	text-align:left;
}

#bildvy #bvinfo {
	margin:20px;
	text-align:left;
}

#bildvy #bvinfo p{
	font-size:10px;
}

#bildvy #bvinfo a{
	text-decoration:none;
}
#bildvy #bvinfo a:hover {
	text-decoration:underline;
}

a.korg {
	display:inline-block;
	width:120px;
	background: url(/images/icon/basket2.png) center left no-repeat #EEE;
	border: 1px solid #AAA;
	padding:5px 5px 5px 20px;
	color:#666;	
	text-decoration:none;
	text-align:center;
}

a.korg:hover {
	border: 1px solid #999;
	color:#444;
	background: url(/images/icon/basket2.png) center left no-repeat #DDD;
}

a.korg span.uppl {
	font-size:10px;
}

a.korg span.pris {
	font-size:22px;
	font-weight:bold;
}




div.login {
	height:300px;
	width:255px;
	background:#F8F8F8;
	border: 1px solid #DDD;
}

#n_login {
	float:right;
}

#p_login {
	float:left;
}

div.login h3 {
	margin:20px;
}

div.login p {
	margin:20px;
}

div.login input {
	width:160px;	
	font-size:14px;
	height:18px;
	margin-right:10px;
	margin-top:5px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #999;
	color:#333;
}

div.login input.loginbtn {
	height:22px;
	width:90px;
	border: 1px solid #999;
	color:#333;
}

input.loginbtn {
	height:22px;
	width:90px;
	border: 1px solid #999;
	color:#333;
	cursor: pointer;
}

input.loginbtn:hover {
	background: #ddd;
}


a.kassa {
	display:inline-block;
	width:240px;
	background: url(/images/icon/basket2.png) center left no-repeat #EEE;
	border: 1px solid #AAA;
	padding:10px 5px 10px 20px;
	color:#666;	
	text-decoration:none;
	text-align:center;
	font-size:14px;
	margin: 15px 0 10px 0;
}

a.kassa:hover {
	border: 1px solid #999;
	color:#444;
	background: url(/images/icon/basket2.png) center left no-repeat #DDD;
}





#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F9F9F9; 
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
	font-size:10px;
	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.add-to-cart, .del-from-cart, .add-to-cart-size, .dialog-open {
	cursor: pointer;	
}
td p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;

}


.ui-dialog-title {
	font-size: 16px;
}

/* LÄNKAR SOM BUTTONS */
a.btn-style {
	display: block;
	height: 20px;
	line-height: 20px;
	width: 88px;
	text-align: center;
	font-size:14px;
	margin-right:10px;
	margin-top:5px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #999;
	color:#333;
	background: #eff0f2;
	/*cursor: default;*/
	text-decoration: none;
}

a.btn-style:hover {
	background: #ddd;
}


div.formtable {
	margin: 10px;
}



div.formtable td {
	font-size: 12px;
}

div.formtable td input.text {
	width:160px;	
	font-size:14px;
	height:18px;
	margin-right:10px;
	margin-top:5px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #999;
	color:#333;
}	


.paypal input, .paypal a  {
	cursor: pointer;	
}



#resulttable {
	width:100%;
}




#resulttable tr.udda {
	background:#EFEFEF;
}

#resulttable td {
	border-top: 1px solid #DDD;
	padding:5px;
	font-size:11px;
}

#resulttable td.pris {
	text-align:right;
	padding-left:0;
	width:35px;
}


#resulttable td.totpris {
	text-align:right;
	border-top: 1px dashed #BBB;
	padding-top:5px;
	font-size:13px;
	font-weight:bold;
}

#resulttable td.kassa {
	text-align:right;
	padding:10px;
	border:none;
}





















