
/*
	Cascading Style Sheet for http://www.mobilgiganten.se
	                         created by www.ShopSetup.com
*/

/* =Reset
---------------------------------------------------------------------------------------------------->
*/
blockquote,body,caption,div,dl,dt,dd,form,fieldset,h1,h2,h3,h4,h5,h6,html,input,li,ol,p,pre,text,textarea,table,td,th,ul {
	margin: 0;
	padding: 0;
}

a {
	border: 0 none;
	text-decoration: none;
	outline: 0 none;
}

ul {
	list-style-type: none;
}

img,
input,
textarea {
	border: 0 none;
	background: none;
	outline: 0 none;
}

object {
	outline: none;
}

table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

/* =Clearfix
------------>
*/
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1px;
}

.clearfix {
	display: block;
}








/* =Common Styles
---------------------------------------------------------------------------------------------------->
*/
body {
	background: #1c1c1c url(/img/site/bg.png) repeat-x fixed 0 0;
	color: #ccc;
	text-align: center;
	font: normal 12px/19px Arial, Helvetica, sans-serif;
}

/* =Wrapper
----------->
*/
#wrapper {
	margin: 0 auto;
	padding-top: 10px;
	width: 980px;
	text-align: left;
}

h1 {
	font: bold 18px/25px Arial, Helvetica, sans-serif;
}

h2 {
	font: bold 16px/23px Arial, Helvetica, sans-serif;
}

h3 {
	font: bold 14px/21px Arial, Helvetica, sans-serif;
}

h4 {
	font: bold 12px/19px Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 10px;
}

a:link,
a:visited {
	color: #ccc;
}

a:active,
a:hover {
	color: #99ff66;
}

span.bold {
	font-weight: bold;
}

span.italic {
	font-style: italic;
}

span.green {
	color: #99ff66;
}

table {
	float: left;
}








/* =Customer
---------------------------------------------------------------------------------------------------->
*/
#customer {
	padding-bottom: 10px;
	font: bold 11px/18px Arial, Helvetica, sans-serif;
}

#customer a.active {
	color: #99ff66;
}








/* =Header
---------------------------------------------------------------------------------------------------->
*/
#header {
	position: relative;
	width: 980px;
	height: 100px;
	background: transparent url(/img/site/border_grey.png) repeat-x scroll 0 0;
}

#header .welcome
{
    float:left;
    width:380px;
    text-align:right;
    color:#99FF66;
}

/* =Logo
-------->
*/
#logo {
	float: left;
	width: 450px;
	height: 100px;
}

/* =Login
--------->
*/

#login {
	position: absolute;
	line-height: normal;
	top: 0;
	right: 0;
	padding: 40px 10px 0 10px;
	width: 478px;
	height: 48px;
	border: 1px solid #393939;
	background: transparent url(/img/site/login.png) repeat-x scroll 0 0;
	z-index: 101;
}

#login-content {
	float: right;
}

#login div.input-area {
	float: left;
	margin-right: 5px;
	width: 105px;
	height: 20px;
	background: #fff;
}

#login div.input-area input {
	float: left;
	padding: 2px 0 0 5px;
	width: 100px;
	height: 18px;
	color: #666;
}

#login div.submit-area {
	float: left;
	width: 20px;
	height: 20px;
	background: transparent url(/img/site/icon_submit.png) no-repeat scroll 0 0;
	text-align: center;
}

#login div.submit-area input {
	float: left;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

#login ul {
	float: left;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#login ul li {
	float: left;
	margin-right: 5px;
}

/* =Navigation Top
------------------>
*/
#nav-top {
	float: left;
	padding-top: 40px;
	width: 530px;
	height: 60px;
}

#nav-top ul {
	position: relative;
	z-index: 100
}

/* =Toggle Login
--------->
*/
#toggle-login {
	position: absolute;
	top: 0;
	right: 0;
	width: 140px;
	height: 25px;
	z-index: 102;
}

#toggle-login a:link,
#toggle-login a:visited {
	padding: 3px 0 0 10px;
	width: 130px;
	height: 22px;
	background: transparent url(/img/site/button_black_down.png) no-repeat scroll 0 0;
	display: block;
	font-weight: bold;
}

#toggle-login a:active,
#toggle-login a:hover {
	background: transparent url(/img/site/button_black_down_hover.png) no-repeat scroll 0 0;
}

#toggle-login a.active:link,
#toggle-login a.active:visited {
	background: transparent url(/img/site/button_black_up.png) no-repeat scroll 0 0;
}

#toggle-login a.active:active,
#toggle-login a.active:hover {
	background: transparent url(/img/site/button_black_up_hover.png) no-repeat scroll 0 0;
}

#nav-top ul {
	float: right;
	padding-right: 10px;
	height: 25px;
	text-transform: uppercase;
	font-weight: bold;
}

#nav-top ul li {
	float: left;
	margin-left: 5px;
	padding-top: 1px;
}

#nav-top ul li.active {
	color: #99ff66;
}

#nav-top div.input-area {
	float: right;
	width: 140px;
	height: 20px;
	background: #fff;
}

#nav-top div.input-area input {
	float: left;
	padding: 2px 0 0 5px;
	width: 135px;
	height: 18px;
	color: #666;
}

/* =Search Results
------------------>
*/
ul#search-results {
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 1;
	padding: 5px;
	width: 128px;
	height: auto;
	border: 1px solid #393939;
	background-color: #000;
	font: normal 11px/18px Arial, Helvetica, sans-serif;
}

ul#search-results li {
	float: none;
	padding: 5px 0;
	background: transparent url(/img/site/border_grey_dotted.png) repeat-x scroll 0 0;
}

ul#search-results li:hover {
	background-color: #303030;
}







/* =Index
---------------------------------------------------------------------------------------------------->
*/

/* =Media Plate
--------------->
*/
#wrapper-media-plate {
	padding: 10px 0;
	width: 980px;
	/*height: 350px;*/
	background: transparent url(/img/site/border_grey.png) repeat-x scroll 0 0;
}

#media-plate {
	width: 980px;
	/*height: 350px;*/
}

div.campaign { margin: 10px 0 }
.varkampanj { height: 900px }
#information ul.campaign { padding: 10px 0 10px 25px; background: #f2f2f2; float: none; width: 250px; border: solid 1px #33cc00 }
#information ul.campaign li { float: none; border: none; list-style-type: disc; list-style-position: outside; }

/* =Channels
------------>
*/
#wrapper-channels {
	padding-bottom: 10px;
	width: 980px;
	height: 195px;
}

#wrapper-channels div.channel {
	float: left;
	margin-right: 10px;
	width: 320px;
	height: 193px;
	background-color: #fff;
}

#wrapper-channels div.channel input {
	float: left;
}

#wrapper-channels div.channel.right {
	margin-right: 0;
}

/* =Extra Information
--------------------->
*/
#extra-information {
	width: 980px;
	height: auto;
}

#extra-information ul {
	color: #393939;
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	text-align: center;
}

#extra-information ul li {
	padding-bottom: 10px;
}








/* =Filter
---------------------------------------------------------------------------------------------------->
*/
#wrapper-filter {
	position: relative;
	width: 980px;
	min-height: 25px;
	height: auto !important;
	height: 25px;
	background: transparent url(/img/site/border_grey.png) repeat-x scroll 0 0;
}

/* =Find your mobile
-------------------->
*/
#find-your-mobile {
	position: absolute;
	left: 700px;
	top: -62px;
	width: 150px;
	height: 150px;
	}
	
	#find-your-mobile img {
		margin: 28px 0 0 10px;
	}

/* =Toggle Filter
----------------->
*/
#toggle-filter {
	position: absolute;
	top: 0;
	right: 0;
	width: 140px;
	height: 25px;
}

#toggle-filter a:link,
#toggle-filter a:visited {
	float: right;
	padding: 3px 0 0 10px;
	width: 130px;
	height: 22px;
	font-weight: bold;
	display: block;
	background: transparent url(/img/site/button_black_down.png) no-repeat scroll 100% 0;
}

#toggle-filter a:active,
#toggle-filter a:hover {
	background: transparent url(/img/site/button_black_down_hover.png) no-repeat scroll 100% 0;
}

#toggle-filter a.active:link,
#toggle-filter a.active:visited {
	background: transparent url(/img/site/button_black_up.png) no-repeat scroll 100% 0;
}

#toggle-filter a.active:active,
#toggle-filter a.active:hover {
	background: transparent url(/img/site/button_black_up_hover.png) no-repeat scroll 100% 0;
}

/* =Filter
---------->
*/
#filter {
	padding: 20px 25px 30px;
	width: 928px;
	height: auto;
	border: 1px solid #393939;
	background-color: #000;
}

#finder {
	width: 100%;
	height: auto;
}

#finder h2 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 18px;
	background: transparent url(/img/site/border_grey_dotted.png) repeat-x scroll 0 100%;
}

#filter span.checkBoxExtra {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#filter label {
	margin-left: 10px;
}

#filter ul {
	float: left;
	margin-right: 25px;
}

#filter ul span {
	color: #99ff33;
	font-weight: bold;
}

#filter ul li span {
	color: #ccc;
	font-weight: normal;
}

#filter ul li.empty {
	visibility: hidden;
}

#result-count {
	width: 100%;
	text-align: right;
	font: italic 24px/31px Georgia, "Times New Roman", Times, serif;
}

#result-count p {
	margin: 0;
}








/* =Main Stage
---------------------------------------------------------------------------------------------------->
*/
#main-stage {
	padding: 10px 0 55px 0;
	height: auto;
}








/* =Navigation Left
---------------------------------------------------------------------------------------------------->
*/
#nav-left {
	float: left;
	padding: 20px 25px 30px;
	width: 193px;
	height: auto;
	border: 1px solid #393939;
	background-color: #000;
}

/* MENY LIST */
#nav-left ul {
	padding-bottom: 20px;
	border-bottom: 1px solid #393939;
}

#nav-left ul.payments
{
    padding-top:20px;
    text-align:center;
    
}
#nav-left ul.payments li img
{
    margin-left:-20px;
}

#nav-left ul.payments-top
{
    text-align:center;
    padding-bottom:0px;
}
#nav-left ul.payments-top li img
{
    margin-left:-20px;
}

#nav-left ul.tax {
	padding-top: 20px;
}

#nav-left ul li a.active {
	color: #99ff66;
} /* <-END */

#nav-left div.input-area {
	float: left;
	margin-bottom: 10px;
	width: 168px;
	height: 20px;
	background-color: #fff;
}

#nav-left div.input-area input {
	float: left;
	padding-left: 5px;
	width: 163px;
	height: 20px;
	background: none;
	color: #696969;
}

#nav-left div.submit-area  {
	float: right;
	width: 20px;
	height: 20px;
	background: transparent url(/img/site/icon_submit.png) no-repeat scroll 0 0;
	text-align: center;
}

#nav-left div.submit-area input {
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

/* =Assistance
-------------->
*/
#assistance {
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #393939;
}

#assistance span {
	font: italic 18px/25px Georgia, "Times New Roman", Times, serif;
}

#assistance p {
	font: italic 12px/19px Georgia, "Times New Roman", Times, serif;
}

#assistance p.indent {
	text-indent: 25px;
}

#assistance span.green {
	font: italic 18px/25px Georgia, "Times New Roman", Times, serif;
}

/* =Newsletter
-------------->
*/
#news-letter {
	padding: 20px 0 10px 0;
	height: auto;
	border-bottom: 1px solid #393939;
}

#news-letter h4 {
	margin-bottom: 10px;
}

/* =ShopSetup
------------->
*/
#shopsetup {
	padding-top: 20px;
	height: auto;
	text-align: center;
}

#shopsetup a:link,
#shopsetup a:visited {
	color: #333;
	font: normal 10px/17px Arial, Helvetica, sans-serif;
}

#shopsetup a:active,
#shopsetup a:hover {
	color: #666;
}

/* =Bottom
---------->
*/
#nav-left-bottom {
	background: transparent url(/img/site/nav_left_bottom.png) no-repeat 0 0;
	width: 245px;
	height: 35px;
}








/* =Content
---------------------------------------------------------------------------------------------------->
*/
#content {
	float: right;
	padding-left: 10px;
	width: 725px;
	height: auto;
	color: #333;
}

#content a:link,
#content a:visited {
	font-weight: bold;
	color: #333;
}

#content a:active,
#content a:hover {
	color: #339900;
}

#content a.info:link,
#content a.info:visited {
	width: 25px;
	height: 25px;
	background: transparent url(/img/site/a_class_info.png) no-repeat scroll 0 0;
}

#content a.info:active,
#content a.info:hover {
	background: transparent url(/img/site/a_class_info_hover.png) no-repeat scroll 0 0;
}

#content a.info-small {
	width: 16px;
	height: 16px;
	background: transparent url(/img/site/a_class_info_small.png) no-repeat scroll 0 0;
}

#content a.buy:link,
#content a.buy:visited {
	width: 45px;
	height: 25px;
	background: transparent url(/img/site/a_class_buy.png) no-repeat scroll 100% 0;
}

    #content a.buy:active,
    #content a.buy:hover {
	    background: transparent url(/img/site/a_class_buy_hover.png) no-repeat scroll 100% 0;
    }
    
    #content a.book:link,
#content a.book:visited {
	width: 45px;
	height: 25px;
	background: transparent url(/img/site/a_class_book.png) no-repeat scroll 100% 0;
}

    #content a.book:active,
    #content a.book:hover {
	    background: transparent url(/img/site/a_class_book_hover.png) no-repeat scroll 100% 0;
    }

#content a.buy-small {
	width: 16px;
	height: 16px;
	background: transparent url(/img/site/a_class_buy_small.png) no-repeat scroll 0 0;
}

#content a.submit:link,
#content a.submit:visited {
	float: left;
	padding-top: 3px;
	width: 75px;
	height: 22px;
	background: transparent url(/img/site/a_class_submit.png) no-repeat scroll 0 0;
	text-align: center;
	color: #fff;
}

#content a.submit:active,
#content a.submit:hover {
	color: #333;
}

#content h4.border {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: transparent url(/img/site/border_light_grey.png) repeat-x scroll 0 100%;
}

#content span.green {
	color: #339900;
}

#content span.yellow {
	color: #999900;
}

#content span.red {
	color: #990000;
}

#content span.price {
	margin-left: 10px;
	color: #339900;
	font: italic 24px/24px Georgia, "Times New Roman", Times, serif;
}

#content span.ppm-info span.ppm-price-small
{
	color:#339900;
	font: italic 14px/14px Georgia, "Times New Roman", Times, serif;
	margin-left:58px;
}

#content #ppm-more { position:relative; top:-10px; left:230px; width:auto; padding:0; height:auto; z-index:100; border:5px solid #444; background: #fff; float:left;}
	#content #ppm-more ul.ppm-list {padding:5px 10px 0; width:auto; width:210px}
	#content #ppm-more ul.ppm-list li {border-top:1px solid #ccc; height:30px; line-height:30px; width:190px; } 
	#content #ppm-more ul.ppm-list li:first-child {border:none;}
		#content #ppm-more ul.ppm-list li span.price-wrapper {}
		#content #ppm-more ul.ppm-list li span.price-wrapper span.price {font-size:14px;}

/* =Section
----------->
*/
#content div.section {
	padding: 20px 25px 30px;
	width: 675px;
	height: auto;
	background-color: #fff;
}

/* =Block
--------->
*/
#content div.block {
	width: 675px;
	height: auto;
	padding-bottom: 20px;
}

/* =Column Left
--------------->
*/
#content div.col-left {
	float: left;
	width: 325px;
	height: auto;
}

#content div.col-left-mini {
	float: left;
	width: 180px;
	height: auto;
}

#content div.col-left-mini div {
	height:25px;
	margin-bottom:10px;
	margin-top:5px;
}

#content div.col-left-mini img.missing {
	float:right;
	width:15px;
	height:15px;
	position:relative;
	left:20px;
}

/* =Column Right
---------------->
*/
#content div.col-right {
	float: left;
	padding-left: 25px;
	width: 325px;
	height: auto;
}

#content .big {
	width:470px;
}

#content .big .input-area
{
    width:470px;
}

#content .big .input-area input
{
    width:447px;
}

/* =Input Areas
--------------->
*/
#content div.input-area {
	float: left;
	margin-bottom: 10px;
	width: 323px;
	height: 23px;
	border: 1px solid #c0c0c0;
}

#content div.input-area input {
	float: left;
	padding: 3px 0 0 5px;
	width: 318px;
	height: 20px;
}

#content div.input-area.no-border {
    border: none;
    height:25px;
}

/* =Top Link
------------>
*/
#content div.top-link {
	float: left;
	margin-top: 20px;
	width: 675px;
	height: 25px;
	background: transparent url(/img/site/border_light_grey.png) repeat-x scroll 0 0;
}

#content div.top-link a {
	float: left;
	padding: 5px 0 0 35px;
	height: 20px;
	background: transparent url(/img/site/top_link.png) no-repeat scroll 0 0;
}










/* =Nav-page
---------------------------------------------------------------------------------------------------->
*/
#content ul.nav-page {
	padding: 0 0 10px 0;
	height: 25px;
	color: #ccc;
	font-weight: bold;
}

#content ul.nav-page.bottom {
	padding: 10px 0 0 0;
}

#content ul.nav-page li {
	float: left;
	padding: 0 10px 0 0;
	width: 140px;
	height: 25px;
}

#content ul.nav-page li.next {
	float: right;
	padding: 0;
}

#content ul.nav-page li.viewcount {
	padding: 3px 0 0 0;
	width: 285px;
	height: 22px;
}

#content ul.nav-page li.viewcount.center {
	width: 435px;
	text-align: center;
}

#content ul.nav-page li.viewcount span {
	color: #99ff66;
}

#content ul.nav-page li a:link,
#content ul.nav-page li a:visited {
	padding: 3px 0 0 25px;
	width: 115px;
	height: 22px;
	font-weight: bold;
	display: block;
	color: #ccc;
}

#content ul.nav-page li a:active,
#content ul.nav-page li a:hover {
	color: #99ff66;
}

/* =Previous
------------>
*/
#content ul.nav-page li.previous a:link,
#content ul.nav-page li.previous a:visited {
	background: transparent url(/img/site/button_black_previous.png) no-repeat scroll 0 0;
}

#content ul.nav-page li.previous a:active,
#content ul.nav-page li.previous a:hover {
	background: transparent url(/img/site/button_black_previous_hover.png) no-repeat scroll 0 0;
}

/* =Results
----------->
*/
#content ul.nav-page li.results a:link,
#content ul.nav-page li.results a:visited {
	background: transparent url(/img/site/button_black_previous.png) no-repeat scroll 0 0;
}

#content ul.nav-page li.results a:active,
#content ul.nav-page li.results a:hover {
	background: transparent url(/img/site/button_black_previous_hover.png) no-repeat scroll 0 0;
}

/* =Next
-------->
*/
#content ul.nav-page li.next a:link,
#content ul.nav-page li.next a:visited {
	padding: 3px 0 0 10px;
	width: 130px;
	background: transparent url(/img/site/button_black_next.gif) no-repeat scroll 0 0;
}

#content ul.nav-page li.next a:active,
#content ul.nav-page li.next a:hover {
	background: transparent url(/img/site/button_black_next_hover.png) no-repeat scroll 0 0;
}








/* =Products
---------------------------------------------------------------------------------------------------->
*/
#products div.product-box-large p,
#products div.product-box-small p {
	margin-bottom: 0;
	font: normal 11px/18px Arial, Helvetica, sans-serif;
}

/* =Banner
---------->
*/
#product-banner {
	margin-bottom: 10px;
	width: 725px;
	height: 150px;
}

#product-banner img {
	float: left;
	width: 725px;
	height: 150px;
}

/* =Box Large
------------->
*/
#products div.product-box-large {
	float: left;
	margin-right: 10px;
	padding: 15px;
	width: 205px;
	height: 205px;
	background: #fff url(/img/site/product_box_large.png) repeat-x scroll 0 100%;
}

#products div.product-box-large.right {
	margin-right: 0px;
}

#products div.product-box-large ul {
	float: left;
}

/* Image */
#products div.product-box-large ul li.image {
	padding-bottom: 10px;
	width: 205px;
	height: 125px;
	text-align: center;
	position:relative
}

/* Sale */
#products div.product-box-large ul li.image div {
	position: absolute;
	font: italic 20px/25px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	top: 0px;
	right: 0px;
	padding: 30px 0 0 0;
	width: 86px;
	height: 56px;
	text-align: center;
	background: url(/img/site/sale.png) no-repeat 0 0;
}

/* Description */
#products div.product-box-large ul li.description {
	width: 205px;
	height: 40px;
}

/* Price */
#products div.product-box-large ul li.price {
	float: left;
	width: 132px;
	height: 30px;
}

#products div.product-box-large ul li.price p {
	margin-bottom: 0;
	line-height: 0;
}

/* Info */
#products div.product-box-large ul li.info {
	float: left;
	padding-top: 5px;
	width: 25px;
	height: 25px;
}

#products div.product-box-large ul li.info a {
 display: block;
}

/* Buy */
#products div.product-box-large ul li.buy {
	float: left;
	padding: 5px 0 0 3px;
	width: 45px;
	height: 25px;
}

#products div.product-box-large ul li.buy a {
	display: block;
}

/* =Box Small
------------->
*/
#products div.product-box-small {
	margin-top: 10px;
	float: left;
	width: 725px;
	height: 90px;
	background: #fff url(/img/site/product_box_small.png) repeat-x scroll 0 0;

}

/* Sale */
#products div.product-box-small div {
	position: absolute;
	font: italic 15px/25px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	z-index: 10;
/*	top: 5px;
	left: 25px;*/
	margin: 5px 0 0 25px;
	padding: 17px 0 0 0;
	width: 63px;
	height: 46px;
	text-align: center;
	background: url(/img/site/sale_small.png) no-repeat 0 0;
}

#products div.product-box-small ul li {
	float: left;
}

/* COMPARE */
#products div.product-box-small ul li.compare {
	padding-top: 30px;
	width: 75px;
	height: 60px;
	text-align: center;
	background: transparent url(/img/site/product_box_compare_bg.png) no-repeat scroll 100% 0;
}

/*#products div.product-box-small ul li.compare input {
	float: left;
	width: 100%;
}

#products div.product-box-small ul li.compare label {
	float: left;
	width: 100%;
}*/

/* IMAGE*/
#products div.product-box-small ul li.image {
	width: 75px;
	height: 90px;
	background-color: #fff;
}

#products div.product-box-small ul li.image img {
	padding-top: 10px;
	width: 75px;
	height: 70px;
	vertical-align: middle;
}

/* TOOLTIP */
#products div.product-box-small ul li.image div#tooltip {
	position: absolute;
	top: -100px;
	left: 75px;
	padding: 35px;
	width: 200px;
	height: 200px;
	background: transparent url(/img/site/tooltip.png) no-repeat scroll 0 0;
}

#products div.product-box-small ul li.image div#tooltip img {
	padding-top: 0;
	width: 200px;
	height: 200px;
}

/* DESCRIPTION */
#products div.product-box-small ul li.description {
	padding: 15px 10px 0 25px;
	width: 240px;
	height: 75px;
	background: transparent url(/img/site/product_box_description_bg.png) no-repeat scroll 0 0;
	overflow: hidden;
}

/* STATUS */
#products div.product-box-small ul li.status {
	padding: 33px 0 10px 0;
	width: 60px;
	height: 47px;
	overflow: hidden;
}

/* PRICE */
#products div.product-box-small ul li.price {
	padding: 23px 0 10px 25px;
	width: 127px;
	height: 57px;
	overflow: hidden;
}

#products div.product-box-small ul li.price span {
	font-weight: normal;
}

/* INFO */
#products div.product-box-small ul li.info {
	padding-top: 30px;
	width: 25px;
	height: 60px;
}

#products div.product-box-small ul li.info a {
	display: block;
}

/* BUY */
#products div.product-box-small ul li.buy {
	padding: 30px 15px 0 3px;
	width: 45px;
	height: 60px;
}

#products div.product-box-small ul li.buy a {
	display: block;
}








/* =Fullpost
---------------------------------------------------------------------------------------------------->
*/
div.section#fullpost {
	padding: 20px 25px 15px;
	height: auto;
}

/*
=Image Swapper
*/
ul#image-swapper {
	float: left;
	padding-top: 30px;
	width: 50px;
	height: 270px;
}

ul#image-swapper li {
	padding-bottom: 10px;
	width: 50px;
	height: 50px;
}

ul#image-swapper li img {
	padding: 5px;
	width: 38px;
	height: 38px;
	border: 1px solid #c0c0c0;
}

ul#image-swapper li img.active {
	border: 1px solid #33cc00;
}

/*
=Image
*/
#fullpost div.image {
	float: left;
	width: 325px;
	height: 300px;
	text-align: center;
	position: relative;
}

#fullpost div.image img {
	width: 300px;
	/*height: 300px;*/
}

/*
=Sale
*/
#fullpost div.image div.splash {
	position: absolute;
	font: italic 20px/25px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	top: 0px;
	right: 30px;
	padding: 30px 0 0 0;
	width: 86px;
	height: 56px;
	text-align: center;
	background: url(/img/site/sale.png) no-repeat 0 0;
}

#fullpost div.image div.varkampanj2010-bild {
	position: absolute;
	font: italic 20px/25px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	top: 200px;
	right: 30px;
	padding: 30px 0 0 0;
	width: 192px;
	height: 21px;
	text-align: center;
	/*background: transparent url(/img/varkampanj-liten.png) no-repeat 0 0;*/
}

#fullpost div.image div.varkampanj2010-bild img{
width:195px;
}

/*
=Description
*/
ul#description {
	float: left;
	width: 300px;
	}

	ul#description li.logo {
		padding-bottom: 10px;
		height: 30px;
	}

	/*ul#description li.title {
		font: italic 20px/27px Georgia, "Times New Roman", Times, serif;
	}*/
	
	ul#description li h1 {
		font: italic 20px/27px Georgia, "Times New Roman", Times, serif;
	}

	ul#description li.title-text {
		padding-bottom: 10px;
		font: italic 14px/21px Georgia, "Times New Roman", Times, serif;
	}

	ul#description li.status {
		height: 20px;
		padding-bottom: 10px;
		}

		ul#description li.status a {
			float: right;
			}
			
			ul#description li.status a img {
				vertical-align: middle;
			}

/*
=Settings
*/
ul#settings {
	float: left;
	width: 300px;
	height: auto;
}

ul#settings li {
	padding-bottom: 5px;
	width: 300px;
	height: 20px;
}

ul#settings li.bottom {
	padding-bottom: 0;
}

ul#settings li label {
	float: left;
	padding-right: 5px;
	width: 145px;
	text-align: right;
}

ul#settings li select {
	float: right;
	width: 150px;
	font: normal 12px/19px Arial, Helvetica, sans-serif;
}

/*
=Buy
*/
ul.buy {
	float: left;
	margin-top: 10px;
	padding-top: 10px;
	width: 675px;
	height: 40px;
	background: transparent url(/img/site/border_c0.png) repeat-x scroll 0 0;
}

ul.buy li {
	float: left;
	padding-right: 25px;
	width: 325px;
	height: 25px;
}

ul.buy li.right {
	padding-right: 0;
}

ul.buy li a {
	float: right;
}

ul.buy li a.info {
	padding-right: 5px;
}

ul.buy li span.ppm-info
{
    width: auto;
    float:left;
	cursor:pointer;
}







/* =Navigation - Fullpost
---------------------------------------------------------------------------------------------------->
*/
#nav-fullpost {
	padding: 5px 25px 0;
	width: 675px;
	height: 25px;
	background: transparent url(/img/site/nav_fullpost.png) repeat-x scroll 0 0;
}

#nav-fullpost ul {
	height: 25px;
	text-align: center;
	text-transform: uppercase;
}

#nav-fullpost ul li {
	display: inline;
	margin-right: 5px;
}

#nav-fullpost ul li a:link,
#nav-fullpost ul li a:visited {
	color: #000;
}

#nav-fullpost ul li a:active,
#nav-fullpost ul li a:hover {
	color: #33cc00;
}

#nav-fullpost ul li a.active {
	color: #33cc00;
}








/* =Fullpost Information
---------------------------------------------------------------------------------------------------->
*/
.product-info-more {
	background: #fff url(/img/site/fullpost_info.png) repeat-x scroll 0 0;
}

.product-info-more table {
	width: 675px;
}

/* =Description
--------------->
*/
.product-info-more h1 {
	font: italic 18px/25px Georgia, "Times New Roman", Times, serif;
}

.product-info-more span.title-description {
	width: 675px;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #909090;
	font: italic 12px/19px Georgia, "Times New Roman", Times, serif;
}

/* =Teknisk Information
----------------------->
*/
.product-info-more table.teknisk-info
{
    margin-top:10px;
    margin-bottom:10px;
    float:none;
}
.product-info-more table.teknisk-info tr td {
	padding: 5px 0;
}

.product-info-more table.teknisk-info tr.header {
	background-color: #f0f0f0;
}

.product-info-more table.teknisk-info tr td a {
	float: left;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	background: transparent url(/img/site/toggle_content_small.png) no-repeat scroll 0 0;
	padding-left:24px;
}

.product-info-more table.teknisk-info tr td a.active {
	background: transparent url(/img/site/toggle_content_small_active.png) no-repeat scroll 0 0;
}

/* =Accessories
--------------->
*/

div#product-tech div.spec_wrapper { margin: 10px 0; background: #f0f0f0 url(/img/site/border_light_grey_dotted.png) repeat-x scroll 0 100%;}
div#product-tech div.spec_wrapper a  
{
    cursor:pointer;
    display:block;
	margin-right: 5px;
	height: 30px;
	line-height:30px;
	background: transparent url(/img/site/toggle_content_small.png) no-repeat scroll 3px center;
	padding-left:24px;
}
div#product-tech div.spec_wrapper a.active 
{
	background: transparent url(/img/site/toggle_content_small_active.png) no-repeat scroll 3px center;
}

table.teknisk-info tbody tr 
{
	background: #fff url(/img/site/border_light_grey_dotted.png) repeat-x scroll 0 100%;
}

.product-info-more table a {
	display: block;
}

.product-info-more table tr.header {
	background: #fff url(/img/site/border_light_grey_dotted.png) repeat-x scroll 0 100%;
	display:block;
}

#product-accessories table
{
    display:block;
}

.product-info-more table {
	/*background: #fff url(/img/site/border_light_grey_dotted.png) repeat-x scroll 0 100%;*/
	display:none;
}

.product-info-more table tr th {
	padding-bottom: 10px;
}

#product-accessories table.accessories tr td {
	padding: 10px 0;
	height: auto;
	vertical-align: middle;
}

.product-info-more table td.compare {
	width: 50px;
	text-align: center;
}

.product-info-more table td.image {
	width: 50px;
}

.product-info-more table td.image img {
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

.product-info-more table td span.price {
	margin-left: 0;
	font: italic 16px Georgia, "Times New Roman", Times, serif;
}

.product-info-more tfoot tr {
	padding: 0;
	background-image: none;
}

/* =Close
--------->
*/
#close-info {
	float: left;
	margin-top: 30px;
	width: 675px;
	height: auto;
	background: transparent url(/img/site/border_light_grey.png) repeat-x scroll 0 0;
}

#close-info a {
	float: right;
	padding: 3px 0 0 10px;
	width: 130px;
	height: 22px;
	background: transparent url(/img/site/toggle_content_active.png) no-repeat scroll 100% 0;
}








/* =Offers
---------------------------------------------------------------------------------------------------->
*/
#offers {
	width: 725px;
	height: 190px;
	padding-top: 10px;
}


#offers div.offer-item {
	float: left;
	margin-right: 10px;
	padding: 10px;
	width: 215px;
	height: 170px;
	background: #fff url(/img/site/offer_item.png) repeat-x scroll 0 100%;
}

#offers div.offer-item.right {
	margin-right: 0;
}

#offers div.offer-item ul{
	float: left;
	width: 215px;
}

#offers div.offer-item ul li {
	font: normal 11px/18px Arial, Helvetica, sans-serif;
}

#offers div.offer-item ul li.image {
	height: 120px;
	text-align: center;
}

#offers div.offer-item ul li.image img {
	/*width: 120px;*/
	height: 120px;
}

#offers div.offer-item ul li.name,
#offers div.offer-item ul li.price,
#offers div.offer-item ul li.links {
	margin-top: 5px;
}

#offers div.offer-item ul li.image,
#offers div.offer-item ul li.name {
	width: 100%;
}

#offers div.offer-item ul li.name {
	height: 15px;
}

#offers div.offer-item ul li.name a {
	font-weight: normal;
}

#offers div.offer-item ul li.price,
#offers div.offer-item ul li.links {
	float: left;
	height: 25px;
}

#offers div.offer-item ul li.price {
	width: 130px;
}

#offer div.offer-item ul li.links {
	margin-left: 10px;
	width: 75px;
}

#offers div.offer-item ul li.links a.info,
#offers div.offer-item ul li.links a.buy {
	float: right;
}

#offers div.offer-item ul li.links a.buy {
	margin-left: 5px;
}







				
/* =Subscription
---------------------------------------------------------------------------------------------------->
*/
#subscription {
	margin-top: 10px;
}

#subscription ul {
	float: left;
	width: 675px;
}

#subscription ul li {
	float: left;
	margin-right: 10px;
	padding-top: 3px;
	height: 22px;
}

#subscription ul li.right {
	margin-right: 0;
}

/* Operator - Caption*/
#subscription ul li.operator.caption {
	width: 75px;
	padding-left: 35px;
}

/* Operator - Logo */
#subscription ul li.operator-logo {
	padding-top: 0;
	width: 25px;
	height: 25px;
}

#subscription ul li.operator-logo img {
	width: 25px;
	height: 25px;
}

/* Operator */
#subscription ul li.operator {
	width: 75px;
}

/* Subscription Type */
#subscription ul li.subscription-type {
	width: 150px;
}

#subscription ul li.subscription-type.caption {
	padding-left: 35px;
	width: 150px;
}

/* Monthly fee */
#subscription ul li.monthly-fee {
	width: 65px;
}

/* Enhanced monthly fee */
#subscription ul li.enhanced-monthly-fee {
	width: 125px;
}

/* Time */
#subscription ul li.time {
	width: 75px;
}

/* Price --> */
#subscription ul li.price {
	width: 65px;
	text-align: right;
}

#subscription ul li.price a {
	float: right;
	margin-left: 5px;
}

#subscription ul li span.price {
	margin-left: 0;
	font-size: 12px;
}

/* Information */
#subscription ul li.info {
	width: 25px;
	text-align: right;
}

#subscription ul li.info a {
	float: right;
}

/* =Toggle Matrix
----------------->
*/
#toggle-matrix {
	float: left;
	margin-top: 20px;
	padding-bottom: 20px;
	width: 675px;
	background: transparent url(/img/site/border_light_grey.png) repeat-x scroll 0 0;
}

#toggle-matrix a {
	float: right;
	padding: 3px 0 0 10px;
	width: 130px;
	height: 22px;
	display: block;
	background: transparent url(/img/site/toggle_content.png) no-repeat scroll 100% 0;
}

#toggle-matrix a.active  {
	background: transparent url(/img/site/toggle_content_active.png) no-repeat scroll 100% 0;
}

/* =Matrix
---------->
*/
#matrix {
	float: left;
	padding-top:40px;
}

#matrix div.matrix-operator {
	float: left;
	margin-bottom: 30px;
	width: 675px;
}

#matrix div.matrix-operator h3 {
	float: left;
	padding: 5px 0 0 10px;
	width: 665px;
	height: 30px;
	background: transparent url(/img/site/matrix_operator_h3_bg.png) no-repeat scroll 0 0;
}

#matrix div.matrix-operator input {
	margin-left: 10px;
}

#matrix div.matrix-operator label {
	margin-left: 5px;
}

#matrix div.matrix-operator h4 {
	width: 675px;
	margin-bottom: 10px;
}

#matrix div.matrix-operator select {
	margin-right: 5px;
	width: 165px;
}

#matrix div.matrix-operator select.right {
	margin-right: 0;
}

#matrix ul.top {
	margin-bottom: 10px;
	border-bottom: 1px solid #c0c0c0;
}

#matrix ul li.time-price {
	text-align: right;
	width: 81px;
}

#matrix ul li.time-price a {
	float: right;
	margin-left: 5px;
}

#matrix ul li.info {
	width: 25px;
}








/* =Information Pages
---------------------------------------------------------------------------------------------------->
*/
#information h1 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #909090;
	color: #33cc00;
}

#information h2 {
	font-weight: bold;
	font-size: 12px;
}

#information h3 {
	padding-bottom: 10px;
	float: left;
	width: 100%;
}

#information div.input-area-text {
	margin-bottom: 10px;
	padding: 5px;
	height: 188px;
	width: 313px;
	border: 1px solid #909090;
}

#information div.input-area-text textarea {
	height: 188px;
	width: 313px;
	overflow: auto;
}

/* =Navigation Top
------------------>
*/
#information ul {
	float: left;
	margin-bottom: 30px;
	width: 675px;
}

#information ul li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #c0c0c0;
}

#information ul li.right {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}








/* =Cart
---------------------------------------------------------------------------------------------------->
*/
#wrapper-cart {
	position: fixed;
	z-index: 100;
	bottom: 0;
	width: 978px;
	height: auto;
	border: 1px solid #393939;
	background-color: #000;
}

/* =Toggle Cart
--------------->
*/
#toggle-cart {
	padding: 10px 30px 0 75px;
	width: 875px;
	height: 35px;
	background: transparent url(/img/site/toggle_cart.png) no-repeat scroll 25px 5px;
}

#toggle-cart ul li {
	float: left;
}

/* INFORMATION */
#toggle-cart ul li.cart-information {
	padding-top: 3px;
	width: 585px;
}

/* LINKS */
#toggle-cart ul li.toggler,
#toggle-cart ul li.checkout {
	width: 140px;
}

#toggle-cart ul li.checkout {
	padding-left: 10px;
}

#toggle-cart ul li.toggler a,
#toggle-cart ul li.checkout a {
	padding: 3px 0 0 10px;
	width: 130px;
	height: 22px;
	display: block;
	color: #fff;
	font-weight: bold;
}

/* TOGGLE CART */
#toggle-cart ul li.toggler a:link,
#toggle-cart ul li.toggler a:visited {
	background: transparent url(/img/site/button_black_up.png) no-repeat scroll 0 0;
}

#toggle-cart ul li.toggler a:active,
#toggle-cart ul li.toggler a:hover {
	background: transparent url(/img/site/button_black_up_hover.png) no-repeat scroll 0 0;
}

/* TOGGLE CART - ACTIVE */
#toggle-cart ul li.toggler a.active:link,
#toggle-cart ul li.toggler a.active:visited {
	background: transparent url(/img/site/button_black_down.png) no-repeat scroll 0 0;
}

#toggle-cart ul li.toggler a.active:active,
#toggle-cart ul li.toggler a.active:hover {
	background: transparent url(/img/site/button_black_down_hover.png) no-repeat scroll 0 0;
}

/* CHECKOUT */
#toggle-cart ul li.checkout a:link,
#toggle-cart ul li.checkout a:visited {
	background: transparent url(/img/site/button_black_next.png) no-repeat scroll 0 0;
}

#toggle-cart ul li.checkout a:active,
#toggle-cart ul li.checkout a:hover {
	background: transparent url(/img/site/button_black_next_hover.png) no-repeat scroll 0 0;
}  

/* CHECKOUT - ACTIVE */
#toggle-cart ul li.checkout a.active:link,
#toggle-cart ul li.checkout a.active:visited {
	background: transparent url(/img/site/button_checkout_active.png) no-repeat scroll 0 0;
	color: #000;
}

#toggle-cart ul li.checkout a.active:active,
#toggle-cart ul li.checkout a.active:hover {
	background: transparent url(/img/site/button_checkout_active_hover.png) no-repeat scroll 0 0;
	color: #fff;
} 

/* =Cart
-------->
*/
#cart {
	width: 980px;
	height: auto;
}

#cart-content {
	padding: 20px 30px 0;
	width: 920px;
	height: auto;
	border-top: 1px solid #393939;
}

#cart-content ul {
	float: left;
	width: 100%;
	height: auto;
}

#cart-content ul li {
	float: left;
	margin-right: 25px;
}

#cart-content ul li.name {
	width: 175px;
}

#cart-content ul li.subscription {
	width: 255px;
}

#cart-content ul li.change-count {
	width: 75px;
}

#cart-content ul li.count,
#cart-content ul li.aprice,
#cart-content ul li.sum,
#cart-content ul li.delete {
	width: 60px;
}

#cart-content ul li.change-count a,
#cart-content ul li.delete a {
	float: left;
	margin-top: 5px;
	width: 10px;
	height: 10px;
	display: block;
}

#cart-content ul li.change-count a.more:link,
#cart-content ul li.change-count a.more:visited {
	background: transparent url(/img/site/change_count_more_a_link_bg.png) no-repeat scroll 0 0;	
}

#cart-content ul li.change-count a.more:active,
#cart-content ul li.change-count a.more:hover {
	background: transparent url(/img/site/change_count_more_a_hover_bg.png) no-repeat scroll 0 0;
}

#cart-content ul li.change-count a.less:link,
#cart-content ul li.change-count a.less:visited {
	margin-left: 5px;
	background: transparent url(/img/site/change_count_less_a_link_bg.png) no-repeat scroll 0 0;	
}

#cart-content ul li.change-count a.less:active,
#cart-content ul li.change-count a.less:hover {
	background: transparent url(/img/site/change_count_less_a_hover_bg.png) no-repeat scroll 0 0;
}

#cart-content ul li.delete a:link,
#cart-content ul li.delete a:visited {
	background: transparent url(/img/site/delete_a_link_bg.png) no-repeat scroll 0 0;
}

#cart-content ul li.delete a:active,
#cart-content ul li.delete a:hover {
	background: transparent url(/img/site/delete_a_hover_bg.png) no-repeat scroll 0 0;
}

/* =Empty Cart
-------------->
*/
#empty-cart {
	float: left;
	margin-top: 30px;
	width: 920px;
	height: 60px;
	background: transparent url(/img/site/empty_cart.png) no-repeat scroll 0 0;
}

#empty-cart a.right {
	margin-left: 0;
}

#empty-cart a:link,
#empty-cart a:visited {
	float: right;
	margin-left: 10px;
	padding: 3px 0 0 10px;
	width: 130px;
	height: 22px;
	background: transparent url(/img/site/empty_cart_link.png) no-repeat scroll 0 0;
	display: block;
	font-weight: bold;
}

#empty-cart a:active,
#empty-cart a:hover {
	background: transparent url(/img/site/empty_cart_hover.png) no-repeat scroll 0 0;
}








/* =Checkout
---------------------------------------------------------------------------------------------------->
*/
#checkout h1 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #909090;
	color: #33cc00;
}

#checkout h3 {
	padding: 5px 0 0 10px;
	width: 665px;
	height: 30px;
	background: transparent url(/img/site/checkout_h3_bg.png) no-repeat scroll 0 0;
}

#nav-step-overview {
	padding: 5px 0 0 0px;
	width: 675px;
	height: 31px;
	_height: 30px;

	/*background: transparent url(/img/site/checkout_h3_bg.png) no-repeat scroll 0 5px;*/
}

#checkout #nav-step-overview ul {
	/*border-bottom: solid 1px #909090;*/
	padding: 0
	}

#checkout #nav-step-overview ul li {
	padding: 0;
	margin: 0;
	width: 100px;
	text-align: center
}

#checkout #nav-step-overview ul li.big {
	padding: 0;
	margin: 0;
	width: 120px;
	text-align: center
}

#nav-step-overview span, #nav-step-overview a {
	padding: 4px 0 6px;
	border: solid 1px #e0e0e0;
	background: transparent url(/img/site/checkout_h3_bg.png) no-repeat scroll 0 0;
	line-height: 20px;
	color: #666;
	display: block;
	width: 98px
}

#nav-step-overview ul li.big span, #nav-step-overview ul li.big a {
	padding: 4px 0 6px;
	border: solid 1px #e0e0e0;
	background: transparent url(/img/site/checkout_h3_bg.png) no-repeat scroll 0 0;
	line-height: 20px;
	color: #333;
	display: block;
	width: 118px
}

#nav-step-overview span.active {
	background: #29af02 url(/img/site/tab_bg.png) repeat-x scroll 0 0;
	color: #fff;
	border: solid 1px #29af02;
	font-weight: bold;
	}
	
	#nav-step-overview ul li.big span.active {
	background: #29af02 url(/img/site/tab_bg.png) repeat-x scroll 0 0;
	color: #fff;
	border: solid 1px #29af02;
	font-weight: bold;
	}

#checkout h4 {
	float: left;
    /*margin: 10px 0;*/
    margin-bottom:20px;
	/*padding-bottom: 10px;*/
	width: 675px;
	border-bottom: 1px solid #c0c0c0;
	height:20px;
}


#checkout .solid h4 {
	border: medium none;
	float:left;
	margin: 0;
	padding-bottom:0;
	width:375px;
/*border-bottom: 1px solid #c0c0c0;
height:20px;
margin-bottom:20px;*/
}

#checkout h4.headline
{
    /*text-align:center;*/
    padding-top:15px;
    font-size:14px;
    color:#666;
}

#checkout div.spacer
{
    margin: 0 0 30px 0;
}

#checkout .checkout-accessories 
{
 margin:   20px 0 0 ;
}

#checkout .no-margin-top
{
    margin:0;
}

/*#checkout .solid
{
    text-align:center;
}*/

#checkout .checkout-accessories ul.insurance
{
    /*height:50px;*/
}
#checkout .checkout-accessories ul.insurance li.name
{
    width:347px;
    padding-right:30px;
    overflow:hidden;
}

#checkout .checkout-accessories ul.insurance li {height:60px;}
#checkout div.checkout-accessories ul.top li {height:auto;}

#checkout .checkout-accessories ul.insurance li.aprice
{
 width:80px;
}
#checkout .checkout-accessories ul.insurance li.price
{
 width:160px;
}

#checkout .checkout-accessories .checkout-product-image
{
    width:100px;
    float:left;
    display:block;
}


#checkout .solid-image
{
    width:200px;
    float:left;
    display:block;
}

#checkout .checkout-accessories .left
{
    width:475px;
    float:left;
    display:block;
}

#checkout .solid
{
    width:475px;
    float:left;
    display:block;
}

#checkout .checkout-accessories h4 {
	float: left;
	margin: 0;
	padding-bottom: 0;
	width: 475px;
	border:none;
}




#checkout .left h4 {
	float: left;
	margin: 0;
	padding-bottom: 0;
	width: 475px;
	border:none;
}
#checkout .left span.header-info {
	float: left;
	margin: 0 0 0 0;
	padding-bottom: 0;
	width: 475px;
	border-bottom: 1px solid #c0c0c0;
	
}

#checkout .checkout-accessories span.header-info {
	float: left;
	margin: 0 0 0 0;
	padding-bottom: 0;
	width: 475px;
	border-bottom: 1px solid #c0c0c0;
	
}
#checkout .checkout-accessories span.margin-bottom {
    margin: 0 0 30px 0;
	
	
}
#checkout .solid span.header-info {
	float: left;
	margin: 0 0 0 0;
	padding-bottom: 0;
	width: 375px;
	border-bottom: 1px solid #c0c0c0;
	
}
#checkout a.submit {
	margin-right: 10px;
}

/* ---------- */

#checkout div.step {
	float: left;
	margin-bottom: 30px;
}

#checkout div.step a.submit {
	margin-left: 5px;
}

#checkout div.step p a.submit {
	margin-left: 0;
}

#checkout label {
	margin-left: 10px;
}

#checkout ul {
	float: left;
	width: 675px;
}

#checkout ul.top {
	margin: 20px 0 30px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #c0c0c0;
}

#checkout ul li {
	float: left;
	padding-right: 25px;
}

#checkout ul li.name {
	width: 150px;
}

#checkout ul li.subscription {
	width: 200px;
}

#checkout ul li.count {
	width: 35px;
}

#checkout ul li.aprice {
	width: 50px;
}

#checkout ul li.change-count {
	width: 50px;
}

#checkout ul li.delete {
	width: 40px;
}

#checkout ul li.change-count a,
#checkout ul li.delete a {
	float: left;
	margin-top: 5px;
	width: 10px;
	height: 10px;
	display: block;
}

#checkout ul li.change-count a.more:link,
#checkout ul li.change-count a.more:visited {
	background: transparent url(/img/site/change_count_more_a_link_bg.png) no-repeat scroll 0 0;
}

#checkout ul li.change-count a.more:active,
#checkout ul li.change-count a.more:hover {
	background: transparent url(/img/site/change_count_more_a_hover_bg.png) no-repeat scroll 0 0;
}

#checkout ul li.change-count a.less:link,
#checkout ul li.change-count a.less:visited {
	margin-left: 5px;
	background: transparent url(/img/site/change_count_less_a_link_bg.png) no-repeat scroll 0 0;
}

#checkout ul li.change-count a.less:active,
#checkout ul li.change-count a.less:hover {
	background: transparent url(/img/site/change_count_less_a_hover_bg.png) no-repeat scroll 0 0;
}

#checkout ul li.delete a:link,
#checkout ul li.delete a:visited {
	background: transparent url(/img/site/delete_a_link_bg.png) no-repeat scroll 0 0;
}

#checkout ul li.delete a:active,
#checkout ul li.delete a:hover {
	background: transparent url(/img/site/delete_a_hover_bg.png) no-repeat scroll 0 0;
}

#checkout span {
	float: left;
}
#checkout p span {
	float: none;
	padding-left:24px;
}

#checkout span.price {
	margin-left: 0;
	padding-bottom: 10px;
	width: 100%;
}

/* Accessories-checkout */
#checkout div.discount
{
    height:100px;
    width:100px;
    float:left;
    display:block;
    margin-top:-20px;
}

#checkout div.discount p
{
    float:left;
    width:556px;
    height:56px;
    padding-top:33px;
    padding-left:20px;
}

#checkout div.discount div.discount-image
{
  /*position: relative;*/
  float:left;
	font: italic 20px/25px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	top: 0px;
	right: 0px;
	left:160px;
	padding: 30px 0 0 0;
	width: 86px;
	height: 56px;
	text-align: center;
	background: url(/img/site/sale.png) no-repeat 0 0;
}

#checkout div.checkout-accessories ul {
	border-bottom: dotted 1px #ccc;
	padding: 12px 0;
	line-height: 30px
}

#checkout div.checkout-accessories ul.top {
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0
}

#checkout div.checkout-accessories ul li {
	margin: 0;
	height: 30px;
	padding: 0
}

#checkout div.checkout-accessories ul li.image {
	width: 50px
}

#checkout div.checkout-accessories ul li.image img {
	width: 30px; 
	height: 30px;
}

#checkout div.checkout-accessories ul li.product {
	width: 290px
}

#checkout div.checkout-accessories ul li a {
	cursor: pointer
}

#checkout div.checkout-accessories ul li.status {
	width: 122px
}

#checkout div.checkout-accessories ul li.price {
	width: 60px; 
}

#checkout div.checkout-accessories ul li.your-price {
	width: 95px; 
}

#checkout div.checkout-accessories ul li.price span.price {
	font-size: 14px;
	color:#000;
}

#checkout div.checkout-accessories ul li.price span.strike 
{
	text-decoration:line-through;
}


#checkout div.checkout-accessories ul li.price span.your-price {
	font-size: 18px
}


#checkout div.checkout-accessories ul li.price div
{
   position: absolute;
	font: italic 15px/25px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	z-index: 10;
/*	top: 5px;
	left: 25px;*/
	margin: -16px 0 0 49px;
	padding: 17px 0 0 0;
	width: 63px;
	height: 46px;
	text-align: center;
	background: url(/img/site/sale_small.png) no-repeat 0 0;
}

#checkout div.checkout-accessories ul li.info {
	width: 32px
}

#checkout div.checkout-accessories ul li.info .info-small {
	width: 16px;
	height: 16px;
	background: transparent url(/img/site/a_class_info_small.png) no-repeat scroll 0 0;
}

#checkout div.checkout-accessories ul li.buy {
	width: 26px
}

#checkout div.checkout-accessories ul li.buy-rb
{
width:130px;
}

#checkout div.checkout-accessories ul li.buy-rb label{
	width:50px;
	
}
#checkout div.checkout-accessories ul li.buy-rb span.big{
	width:140px;
	line-height: 15px;
	margin-top:-5px;
}
#checkout div.checkout-accessories ul li.description {
	height: auto;
	width: 625px;
	padding-top: 20px;
	padding-left: 50px;
}
#checkout div.checkout-accessories ul li.description img {
	float: right;
}

#checkout div.checkout-accessories ul li.description ul {
	line-height: 19px;
	border: none;
	float: left; 
	width: 400px
}

#checkout div.checkout-accessories ul li.description ul li {
	border: none;
	height: auto;
	width: 450px;
}

#checkout div.checkout-accessories ul li.description .title, #checkout div.checkout-accessories ul li.description .title-text {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	font-style:italic;
	font-weight: normal;
	line-height:27px;
}

#checkout div.checkout-accessories ul li.description .title-text {
	font-size:14px;
	padding: 0 0 10px 0
}




#checkout div.input-area#get-info {
	width: 325px;
	height: 25px;
	border: none;
}

/* Payment */
#checkout div.input-area.payment {
	width: 675px;
	border: none;
}

#checkout div.input-area.payment input {
	width: auto;
	height: auto;
}

#checkout div.input-area.payment img {
	margin-left: 10px;
	vertical-align: middle;
}

#checkout div.input-area textarea {
	float: left;
	padding: 3px 0 0 5px;
	width: 318px;
}

#checkout div.errors {
	float: left;
}

#checkout-bottom {
	width: 100%;
	height: 35px;
	background: transparent url(/img/site/information_bottom_bg.png) no-repeat scroll 0 0;
}

#content #nav-step-top 
{
    height:28px;
	padding: 20px 0 0 0;
	width:675px;
	text-align:center;
	}


#content #nav-step-top div.wrapper-checkout-cart-information
{
    margin:2px 0;
    float:right;
    width:490px;
    text-align:center;
    /*border-bottom:solid 1px #000;
    border-top: solid 1px #000;*/
    margin-top:-20px;
    height:72px;
}


#content #nav-step-top div.wrapper-checkout-cart-information a
{
    cursor:pointer;
}
#content #nav-step-top div.wrapper-checkout-cart-information a img
{
    width:60px;
}
#content div.wrapper-checkout-cart-information
{
    width:675px;
    /*background: transparent url(/img/site/checkout-cart-background.png) no-repeat scroll 0 0;*/
	height:30px;
	text-align:right;
}
#content div.wrapper-checkout-cart-information p
{
    width:675px;
}


#content div.wrapper-checkout-cart-information a
{
	    margin: 0 4px 0 4px;
    cursor:pointer;
    width:675px;
}
#content div.wrapper-checkout-cart-information a span
{
    float:right;
    margin-top:8px;
    margin-right:4px;
}
#content div.checkout-cart-information-close
{
    width:675px;
    height:20px;
    background: transparent url(/img/site/checkout-cart-close.png) no-repeat scroll 0 0;
}
#content div.wrapper-checkout-cart-information span.price
{
    color:#339900;
    /*font-size:18px;*/
    margin:0;
    padding:0;
    width:auto;
    float:none;
    padding-bottom:0px;
	font: italic 24px/24px Georgia, "Times New Roman", Times, serif;
    margin-bottom:20px;
}


	#content #checkout #checkout-cart-information
	{
	    width:675px;
	    height:auto;
	    
	    border-bottom:1px solid #C0C0C0;
	    /*width:673px;
	    background-color:#d5d5d5;
	    border-left:solid 1px #000;
	    border-right: solid 1px #000;*/
	}
	#content #checkout #checkout-cart-information ul
	{
	    margin-left:4px;
	    margin-right:4px;
	    width:675px;
	}
	
	
	#content #checkout #checkout-cart-information ul.top
	{
	    margin:10px 4px 10px 4px;
	}
	
	
	#content #nav-step-top a.submit {
	float: right;
	margin: 0
}
	#content #nav-step-top a:link.back, #content #nav-step-top a:visited.back {
	background: transparent url(/img/site/a_class_back.png) no-repeat scroll 0 0;
	color: #fff;
	float: left;
	height: 22px;
	padding-top: 3px;
	text-align: center;
	width: 110px;
}

	#content #nav-step-top a:link.back-disabled, #content #nav-step-top a:visited.back-disabled {
	background: transparent url(/img/site/a_class_back_disabled.png) no-repeat scroll 0 0;
	color: #fff;
	float: left;
	height: 22px;
	padding-top: 3px;
	text-align: center;
	width: 110px;
}

#content #nav-step-top a:hover.back {
	color: #333;
}
#content #nav-step-bottom 
{
    height:20px;
	padding: 20px 0;
	}
	
#content #nav-step-bottom a.submit {
	float: right;
	margin: 0
}

#content #nav-step-bottom a:link.back, #content #nav-step-bottom a:visited.back {
	background: transparent url(/img/site/a_class_back.png) no-repeat scroll 0 0;
	color: #fff;
	float: left;
	height: 22px;
	padding-top: 3px;
	text-align: center;
	width: 110px;
}
#content #nav-step-bottom a:link.back-disabled, #content #nav-step-bottom a:visited.back-disabled {
	background: transparent url(/img/site/a_class_back_disabled.png) no-repeat scroll 0 0;
	color: #fff;
	float: left;
	height: 22px;
	padding-top: 3px;
	text-align: center;
	width: 110px;
}

#content #nav-step-bottom a:hover.back {
	color: #333;
}

/* =Popup
---------------------------------------------------------------------------------------------------->
*/
#infoPopup {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -250px;
	padding: 20px 25px 30px;
	width: 498px;
	height: 498px;
	z-index: 1000;
	border: 1px solid #909090;
	background-color: #fff;
	text-align: left;
	color: #333;
}

#infoPopup #infoPopup-content {
	margin-bottom: 20px;
	width: 100%;
	height: 450px;
	overflow: auto;
	overflow-x: hidden;
}

#infoPopup #infoPopup-content a:link,
#infoPopup #infoPopup-content a:visited {
	color: #303030; 
}

#infoPopup #infoPopup-content a:active,
#infoPopup #infoPopup-content a:hover {
	color: #339900; 
}

#infoPopup #infoPopup-content p span.image {
	margin-bottom: 20px;
	display: block;
}

#infoPopup #infoPopup-content table tr {
	border-top: 1px solid #c0c0c0;
}

/* ----------> */

#infoPopup #infoPopup-confirm {
	width: 100%;
	height: 25px;
}

#infoPopup #infoPopup-confirm a:link,
#infoPopup #infoPopup-confirm a:visited {
	padding: 3px 0 0 35px;
	width: 25px;
	height: 22px;
	display: block;
	background: transparent url(/img/site/a_class_close_small.png) no-repeat scroll 0 0;
	color: #333;
	font-weight: bold;
}

#infoPopup #infoPopup-confirm a:active,
#infoPopup #infoPopup-confirm a:hover {
	color: #339900;
}

#checkout div.aheight
{
    height:auto;
}

#checkout div.aheight span
{
    padding-left:24px;
    font-style:italic;
    color:#999;
}

#gray-zone
{
    -moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000000 none repeat scroll 0 0;
display:block;
height:100%;
left:0;
position:absolute;
top:0;
width:100%;
z-index:1500;
opacity:0.8;
}

#gray-zone #select-ctype
{
    margin-top:200px;
    margin-left:37%;
    width:500px;
    height:300px;
}

#gray-zone #select-ctype div.left
{
    width:200px;
    height:300px;
    float:left;
}
#gray-zone #select-ctype div.middle
{
    width:100px;
    height:300px;
    float:left;
}
#gray-zone #select-ctype div.right
{
    width:200px;
    height:300px;
    float:right;
}

.register-submit
{
    text-align:right;
    width: 325px;
}

#content .register-submit a.submit:link, #content.register-submit a.submit:visited
{
    float: right;
    padding: 0;
    margin: 0;
    height:22px;
    padding-top: 3px;
	width: 75px;
	height: 22px;
	background: transparent url(/img/site/a_class_submit.png) no-repeat scroll 0 0;
	text-align: center;
	color: #fff;
}

#checkout .checkout-cart-ul
{
    height:22px;
    margin-top:6px;
}

#checkout .checkout-cart-ul li.empty
{
    width:356px;
}
#checkout .checkout-cart-ul li.info
{
    text-align:right;
    width:147px;
    padding-right:10px;
    padding-top:6px;
}

#checkout .checkout-cart-ul li.vat
{
    text-align:right;
    width:147px;
    padding-right:10px;
    padding-top:0px;
}

#product-in-cart
{
    background: transparent url(/img/site/in_cart.png) no-repeat scroll 0 0;
	width:220px;
	height:160px;
    color:#fff;
    z-index:2000;
    position:fixed;
    text-align:left;
    left:50%;
    top:50%;
    margin:-200px 0 0 -7px;
	padding: 25px;
	display: none
}
#product-in-cart h3
{

background: transparent url(/img/site/toggle_cart.png) no-repeat scroll 15px 15px;
padding: 20px 10px 20px 65px; 

}

#product-in-cart p
{
	padding: 0px 20px 20px;
	width: 180px; 
	height: 80px;
	color: #cccccc
	
}
#product-in-cart span#pruduct-in-cart-name
{
    font-family: Georgia,"Times New Roman",Times,serif; 
	color: #99ff66; 
	font-style: italic; 
	display: block;
	padding: 5px 0;
	margin: 10px 0 0 0;
	border-top: solid 1px #393939;
	border-bottom: solid 1px #393939;
	width: 180px; 
	text-align: center
}





#product-accessories table.teknisk-info tr td {
	padding: 5px 0;
}

#product-accessories table.teknisk-info tr.header {
	background-color: #f0f0f0;
}

#product-accessories table.teknisk-info tr td a {
	float: left;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	background: transparent url(/img/site/toggle_content_small.png) no-repeat scroll 0 0;
}

#product-accessories table.teknisk-info tr td a.active {
	background: transparent url(/img/site/toggle_content_small_active.png) no-repeat scroll 0 0;
}

/* =Accessories
--------------->
*/
#product-accessories table a {
	display: block;
}

#product-accessories table tr {
	background: #fff url(/img/site/border_light_grey_dotted.png) repeat-x scroll 0 100%;
}

#product-accessories table tr th {
	padding-bottom: 10px;
}

#product-accessories table.accessories tr td {
	padding: 10px 24px;
	height: auto;
	vertical-align: middle;
}

#product-accessories table td.compare {
	width: 50px;
	text-align: center;
}

#product-accessories table td.image {
	width: 50px;
}

#product-accessories table td.image img {
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

#product-accessories table td span.price {
	margin-left: 0;
	font: italic 16px Georgia, "Times New Roman", Times, serif;
}

#product-accessories tfoot tr {
	padding: 0;
	background-image: none;
}