* {
	margin:0;
	padding:0;
	/*border:0;*/
}

body {
	margin:0;
	padding:0;
	border:0;
	height:100%;
	background:#f9f9f9;
}

a {
	text-decoration:none;
}

img {
	border: 0;
}

#wrapper {
	margin: 0 auto 0 auto;
	padding:0;
	width:1040px;
	height:auto;
}

.top {
	display:inline;
	float:left;
	margin:0;
	padding:0;
	width:1040px;
	height:auto;
}

.top .logo {
	display:inline;
	float:left;
	width:400px;
	height:auto;
	margin:25px 0 0 0;
}

.top .right {
	display:inline;
	float:right;
	width:430px;
	height:auto;
	margin:0;
	padding:10px 0 0 0;
}

.top .right .korg {
	display:inline;
	float:right;
	margin:5px 0 10px 0;
	padding:10px;
	width:210px;
	height:50px;
	background:#dbdbdb;
	border:1px solid #c2c2c2;
}

.top .right .korg a {
	display:block;
	width:128px;
	height:21px;
	margin:10px 0 0 0;
	padding:0;
	background: url("../images/ga-till-korg.jpg") no-repeat top left;
	font:normal 11px Verdana;
	color:#fff;
	text-align:center;
	padding:6px 0 0 0;
}

.top .right .korg a:hover {
	text-decoration:underline;
}

.top .right .korg p {
	font:bold 12px Verdana;
	color:#525252;
}

.top .right h3 {
	margin:0;
	padding:0;
	font:bold 14px Verdana;
	color:#828282;
}

.menu {
	position:relative;
	display:inline;
	float:left;
	margin:0;
	padding:0;
	width:1040px;
	height:40px;
	background: url("../images/meny.png") no-repeat top left;
	z-index: 200;
}

.menu ul {
	display:inline;
	float:left;
	margin:14px 0 0 20px;
	padding:0;
	width:auto;
	height:auto;
}

.menu li {
	display:inline;
	float:left;
	margin:0 25px 0 0;
	padding:0;
}

.menu li a {
	display:block;
	float:left;
	margin:0;
	padding:0;
	font:normal 12px Verdana;
	color:#787878;
	width:auto;
	height:auto;
	text-transform:uppercase;
}

.menu li a:hover {
	text-decoration:underline;
}

.header {
	position:relative;
	display:inline;
	float:left;
	margin:5px 0 0 0;
	padding:0;
	width:1040px;
	height:242px;
	z-index:1;
}

.banners div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

.banners div.active {
    z-index:10;
    opacity:1.0;
}

.banners div.last-active {
    z-index:9;
}

.categories {
	display:inline;
	float:left;
	width:1040px;
	height:auto;
}

.categories ul {
	display:inline;
	float:left;
	width:100%;
	height:auto;
	margin:10px 0 0 0;
	padding:0;
}

.categories ul li.follow-facebook {
	float:right;
}

.categories ul li.follow-facebook a {
	display:block;
	width: 114px;
	height: 32px;
	background: url("../images/facebook.jpg") no-repeat;
}

.categories ul li.follow-facebook a span {
	display: none;
}

.categories li{
	display:inline;
	float:left;
	width:auto;
	height:auto;
	margin:0 2px 0 0;
	padding:0;
}

.categories li a {
	display:block;
	float:left;
	width:101px;
	height:32px;
	background:url("../images/blue-round.jpg") no-repeat top left;
	font:normal 12px Verdana;
	color:#fff;
	margin:0;
	padding:8px 0 0 0;
	text-align:center;
}

.categories li a.current {
	/*background:url("../images/lightblue-round.jpg") no-repeat top left;*/
	text-decoration: underline;
}

.categories li a:hover {
	/*background:url("../images/lightblue-round.jpg") no-repeat top left;*/
	text-decoration: underline;
}

.box-popup .content {
	border-top:1px solid #d3d3d3;
	margin:0;
	padding:10px 0 0 0;
}

.box-popup h1 {
	float:none;
}

.main {
	display:inline;
	float:left;
	width:1040px;
	height:auto;
	border-top:1px solid #d3d3d3;
	margin:0;
	padding:10px 0 0 0;
}

.main .left {
	display:inline;
	float:left;
	width:350px;
	height:auto;
	margin:20px 0 20px 0;
}

.main .left .box {
	width:350px;
	margin:10px 0 0 0;
}

.main .left .box .jquery-selectbox {
	margin-top: 8px;
	float: left;
	margin-right: 40px;
}

.main p {
	margin:0;
	padding:0;
	font:normal 12px Verdana;
	color:#696969;
}

.main p.paysuccess {
	margin-bottom: 20px;
}

.main .right {
	display:inline;
	float:right;
	margin:0;
	padding:20px;
	width:550px;
	height:350px;
	background: #e7e7e7 url("../images/box-bakgrund.jpg") repeat-x top left;
	border:1px solid #dbdbdb;
}

.main .right .big {
	display:inline;
	float:left;
	width:420px;
	height:350px;
	border:1px solid #000;
	cursor: pointer;
}

.main .right .small {
	float:right;
	width:90px;
}

.main .right .small div {
	margin:0;
	margin-bottom: 15px;
	height: 75px;
	width: 90px;
	padding: 0;
	border:1px solid #000;
	cursor: pointer;
}

h1 {
	display:block;
	float:left;
	margin:15px 0 15px 0;
	padding:0;
	font:bold 24px Arial;
	color:#127ae5;
}

h2 {
	margin:15px 0 15px 0;
	padding:0;
	font:bold 20px Arial;
	color:#127ae5;
}

h3 {
	margin:15px 0 0px 0;
	padding:0;
	font:bold 16px Arial;
	color:#127ae5;
}

.box {
	display:inline;
	float:left;
	width:218px;
	height:auto;
	margin:10px;
	padding:10px;
	background: #e7e7e7 url("../images/box-bakgrund.jpg") repeat-x top left;
	border:1px solid #dbdbdb;
}

.box .image {
	display:inline;
	float:left;
	width:215px;
	height:140px;
	border:1px solid #000;
	margin:0 0 5px 0;
}

.box .info {
	display:inline;
	width:100px;
	height:auto;
}

.box p, .varubox p {
	margin:0;
	padding:0;
	font:normal 11px Verdana;
	color:#818181;
}

.box p a {
	color: #818181;
}

.box h3, .varubox h3 {
	margin:2px 0 2px 0;
	padding:0;
	font:normal 16px Verdana;
	color:#0d0d0d;
}

.box .buy {
	display:inline;
	width:auto;
	height:auto;
}

.box .buy a {
	display:block;
	float:left;
	width:118px;
	height:21px;
	background: url("../images/lagg-i-korg.jpg") no-repeat top left;
	margin:5px 0 0 0;
	padding:6px 10px 0 0;
	font:normal 10px Verdana;
	color:#fff;
	text-align:right;
}

.box .buy p.price, .varubox p.price {
	float:right;
	margin:5px 10px 0 0;
	font:bold 20px Verdana;
	color:#2e68e8;
}

.box .buy p.discount-price, .varubox p.discount-price {
	float:right;
	margin:5px 10px 0 0;
	font:bold 20px Verdana;
	color:#e42125;
}

.box .buy a:hover {
	text-decoration:underline;
}

.container {
	display:inline;
	float:left;
	margin:5px;
	width:250px;
	height:auto;
}

.varubox {
	position:relative;
	display:inline;
	float:left;
	width:230px;
	height:auto;
	margin:0;
	padding:10px;
	background: #e7e7e7 url("../images/box-bakgrund.jpg") repeat-x top left;
	border:1px solid #dbdbdb;
}

.varubox .bild {
	display:inline;
	float:left;
	width:90px;
	height: 75px;
	border:1px solid #000;
	margin:0;
	padding:0;
}

.varubox .info {
	float:left;
	width:auto;
	height:auto;
	margin:0 0 0 10px;
}

.varubox p.price {
	float:left;
	margin:0;
	padding:0;
	font:bold 20px Verdana;
	color:#2e68e8;
}

.varubox p.discount-price {
	float:left;
	margin:0;
	padding:0;
	font:bold 20px Verdana;
	color:#e42125;
}

.varubox .del {
	display:block;
	float:right;
	width:18px;
	height:16px;
	padding:0;
	margin:0;
	margin-right:-8px;
	margin-top:-7px;
	background: url("../images/counter-bakgrund.jpg") repeat-x top left;
	font:bold 13px Verdana;
	color:#626262;
	border:1px solid #c9c9c9;
	text-align:center;
}

.antal {
	display:block;
	float:left;
	width:250px;
	height:30px;
	margin:-1px 0 0 0;
	background: #dfdfdf url("../images/darkbox-bakgrund.jpg") repeat-x top left;
	border:1px solid #cdcdcd;
}

.antal .contain {
	display:inline;
	float:right;
	margin: 5px 5px 0 0;
	padding:0;
}

.antal a {
	display:block;
	float:left;
	width:18px;
	height:16px;
	padding:0;
	margin:0;
	background: url("../images/counter-bakgrund.jpg") repeat-x top left;
	font:bold 13px Verdana;
	color:#626262;
	border:1px solid #c9c9c9;
	text-align:center;
}

.antal .number {
	display:block;
	float:left;
	width:25px;
	height:15px;
	padding:1px 0 0 0;
	margin:0;
	background:#fff;
	border:1px solid #c9c9c9;
	text-align:center;
}

.antal p {
	font:normal 12px Verdana;
	margin:0;
}

.buyinfo {
	display:block;
	float:left;
	width:1020px;
	height:auto;
	padding:10px;
	margin:20px 0 0 0;
	background:#f0f0f0;
	border:1px solid #dbdbdb;
}

.buyinfo .left {
	display:inline;
	float:left;
	width:720px;
	height:auto;
	margin: 0 0 0 20px;
}

.buyinfo .right{
	display:inline;
	float:right;
	width:200px;
	height:auto;
	margin:0;
	margin-top: 14px;
}

.buyinfo .right .submit {
	display:block;
	width:171px;
	height:51px;
	background: url("../images/betalning.jpg") no-repeat top left;
	font:bold 18px Verdana;
	color:#fff;
	text-align:center;
	margin:0;
	border: 0;
	cursor:pointer;
}

.futher-submit {
	display:block;
	width:171px;
	height:51px;
	background: url("../images/betalning.jpg") no-repeat top left;
	font:bold 18px Verdana;
	color:#fff;
	text-align:center;
	margin:0;
	border: 0;
	cursor:pointer;
}

.step2-submit {
	display:block;
	width:171px;
	height:51px;
	background: url("../images/betalning.jpg") no-repeat top left;
	font:bold 18px Verdana;
	color:#fff;
	text-align:center;
	margin:0;
	border: 0;
	float: right;
	margin-top: 530px;
	cursor:pointer;
}

#updateDiscount {
	width:128px;
	height:27px;
	background: url("../images/uppdatera-pris.jpg") no-repeat top left;
	font:12px Verdana;
	color:#fff;
	text-align:center;
	margin:0;
	border: 0;
}

.main .payment-option {
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	height: 70px;
	padding-top:10px;
}

.main .payment-options-error {
	background-color: #ffdbdb;
}

.main .payment-option .desc-image {
	float:left;
	width: 120px;
}

.main .payment-option input {
	float:left;
	margin-left: 20px;
	margin-top: 6px;
}

.main .payment-option .desc {
	float:left;
	margin-left: 20px;
	width: 800px;
}

.main .payment-option .desc h3 {
	margin-top: 2px;
}

#getAddressesField {
	display: none;
	width: 600px;
	background-color: #e3f3fc;
	padding:6px;
	margin-bottom: 20px;
	font: 12px Verdana;
}

#getAddressesField p {
	margin-bottom: 8px;
}

.pers-reg {
	float: left;
}

.pers-reg .input-field {
	width: 600px;
	background-color: #e3f3fc;
	padding:6px;
	margin-bottom: 6px;
	font: 12px Verdana;
}

.pers-reg .input-error {
	width: 600px;
	background-color: #ffdbdb;
	padding:6px;
	margin-bottom: 6px;
	font: 12px Verdana;
}

.pers-reg input.error-input {
	border: 1px solid #ff0000;
}

.buyinfo .right a:hover {
	text-decoration:underline;
} 

.buyinfo p {
	color:#4b4b4b;
	font:normal 12px Verdana;
}

.footer {
	display:inline;
	float:left;
	margin:10px 0 0 0;
	padding:0;
	width:1040px;
	height:40px;
	background:  #cecece url("../images/footer-bakgrund.jpg") repeat-x top left;
	border:1px solid #b6b6b6;
	text-align:center;
}

.footer p, .bottom p {
	font:normal 12px Verdana;
	color:#565656;
	margin:12px 0 0 0;
}

.bottom {
	display:inline;
	float:left;
	margin:5px 0 0 0;
	margin-bottom: 40px;
	padding:0;
	width:1040px;
	height:60px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.left .tot_order {
	margin-top: 10px;
}

.c1 {
	clear:both;
	padding-left: 20px;
	margin-left: 14px;
}

.c2 {
	float:left;
	width:18%;
	padding:5px 0;
}

.c3 {
	float:left;
	width:18%;
	padding:5px 0;
}

.c4 {
	float:left;
	width:28%;
	padding:3px 0;
}

.c4 input#updateDiscount {
	margin-top: 4px;
}

.c5 {
	clear:both;
	padding-left: 20px;
	margin-left: 14px;
	background-color: #e3f3fc;
	border-top: 1px solid #999;
	height: 26px;
}

.c5 p {
	color: #127AE5;
}

.c6 {

}


.clear {
	clear: both;
}

.contact-form {
	float: left;
	padding-left: 19px;
	width: 500px;
	border-left: 1px solid #CCCCCC;
	margin-bottom: 20px;
	margin-top: 20px;
	font:12px Verdana;
}

.contact-form label {
	color:#696969;
	font:12px Verdana;
	display: inline;
	float:left;
	width:90px;
	text-align: right;
	margin-right: 10px;
	line-height: 20px;
}

.contact-form input, .contact-form textarea {
	display: inline;
	margin-left: 10px;
	width: 300px;
	margin-bottom: 4px;
	font:12px Verdana;
}

.contact-form input.submit {
	margin-left: 110px;
}

.about-us {
	float: left;
	width: 500px;
	padding-right: 20px;
	color:#696969;
	font:12px Verdana;
	margin-bottom: 20px;
	margin-top: 20px;
}

.about-us p {
	margin-bottom: 10px;
}

.about-us p.bottom-border {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}

.formsuccess {
	color: #33d200;
	margin-top: 2px;
	margin-left: 110px;
	margin-bottom: 4px;
}

.textareaerr {
	color: #FF0000;
	margin-top: 2px;
	margin-left: 110px;
	margin-bottom: 4px;
}

.inputerr {
	color: #FF0000;
	margin-top: 2px;
	margin-left: 110px;
	margin-bottom: 4px;
}


.agreements {
	float: left;
	margin-right: 20px;
	width: 500px;
	color:#696969;
	font:12px Verdana;
	margin-bottom: 20px;
}

.agreements ul {
	margin-left: 20px;
}


.success_discount_code {
	background-color:#33D200;
	border: 1px solid #269b00;
}

.err_discount_code {
	background-color:#FF0000;
	border: 1px solid #a10000;
}


/*tooltip*/

#cart-update-tooltip {
	padding: 10px;
	background-color: #CCCCCC;
	border: 1px solid #666;
	position: absolute;
	display: none;
	font:12px Verdana;
	z-index: 100000;
}

/*popup*/

.popup-box .buy a {
	display:block;
	float:left;
	width:118px;
	height:21px;
	background: url("../images/lagg-i-korg.jpg") no-repeat top left;
	margin:5px 0 0 0;
	padding:6px 10px 0 0;
	font:normal 10px Verdana;
	color:#fff;
	text-align:right;
	clear: both;
}

.popup-box .content .image {
	width: 420px;
	height: 350px;
	display: block;
	margin-bottom: 10px;
}

.popup-box p {
	float: left;
	font: Arial, Helvetica, sans-serif;
	color: #666666;
}

.popup-box .jquery-selectbox {
	margin-top: 1px;
	margin-left: 8px;
	margin-bottom: 14px;
}

.popup-box h1 {
	float: none;
}

/* Select list */
.jquery-selectbox {
	position: relative;
	height: 16px;
	border: 1px solid #185da4;
	width: 100px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 4px 4px 4px 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	padding: 0;
	background-image: url("../images/bg-TextField.gif");
}
.jquery-selectbox.selecthover {
	border-color: #1b60a6;
	background-color: #eef3fb;
	background-image: url("../images/bg-TextFieldFocused.gif");
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 2px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 16px;
	padding: 2px;
	left: 0px;
	background: #eef3fb;
	width: 100px;
	/*height: 120px;*/
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #185da4;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url("../images/lay-selectMoreButton.gif");
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../images/lay-selectMoreButtonHover.gif");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #3d6c9b;
	color: #eee;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../images/bg-TextFieldError.gif");
}


.success {
	background-color:#33D200;
	border: 1px solid #269b00;
	padding: 10px;
}

.error {
	background-color:#FF0000;
	border: 1px solid #a10000;
	padding: 10px;
}
