/* SUBSCRIPTION MODULE */

#content_wrapper .subscriptionboxes {
	position: relative;
	float: left;
	margin: 20px 0 0 -7px;
	width: 658px;
	}

#content_wrapper .subscriptionbox {
	position: relative;
	float: left;
	width: 219px;
	height: 244px;
	}

	#content_wrapper .subscriptionbox.faktura { background:  url(../img/subscriptions/faktura.png) }
	#content_wrapper .subscriptionbox.folkepakka { background:  url(../img/subscriptions/folkepakka.png) }
	#content_wrapper .subscriptionbox.fullpakke { background:  url(../img/subscriptions/fullpakke.png) }
	#content_wrapper .subscriptionbox.xxl { background:  url(../img/subscriptions/xxl.png) }
	#content_wrapper .subscriptionbox.aktiv { background:  url(../img/subscriptions/aktiv.png) }
	#content_wrapper .subscriptionbox.kontant { background:  url(../img/subscriptions/kontant.png) }
	#content_wrapper .subscriptionbox.paatur { background:  url(../img/subscriptions/paatur.png) }
	#content_wrapper .subscriptionbox.paajobben { background:  url(../img/subscriptions/paajobben.png) }

	#content_wrapper .subscriptionbox .readmore_btn {
		position: absolute;
		top: 206px;
		left: 20px;
		width: 44px;
		height: 21px;
		}

	#content_wrapper .subscriptionbox .order_btn {
		position: absolute;
		top: 204px;
		left: 119px;
		width: 82px;
		height: 24px;
		}

/* TABLES */	
	#content_wrapper table {
		margin: 20px auto;
		padding: 0;
		border-spacing: 0;
		border: none;
		width: 100%;
		font-family:Arial, Verdana, Helvetica, sans-serif;
		}
	
		#content_wrapper .fullpage a {
			text-decoration: none;
		}
		
		#content_wrapper .fullpage a:hover {
			text-decoration: underline;
		}	
		
		#content_wrapper .fullpage th {
			margin: 0;
			padding: 3px;
			/* background-image:url(../img/content/table_tm.png);*/
			background-repeat:repeat-x;
			height: 35px;
			color:#333333;
			border-bottom: 1px dotted #CCCCCC;
			}
			
		#content_wrapper .fullpage th.left {
			/* background-image:url(../img/content/table_tl.png);*/
			background-repeat:no-repeat;
			padding-left: 10px;
			}
			
		#content_wrapper .fullpage th.right {
			/* background-image:url(../img/content/table_tr.png);*/
			background-position: top right;
			background-repeat:no-repeat;
			padding-right: 10px;
			border-bottom: 1px dotted #CCCCCC;
			}
			
		#content_wrapper .fullpage td {
			height: 30px;
			margin: 0;
			padding: 3px;
			border-bottom: 1px dotted #CCCCCC;
			color:#666666;
			}

		#content_wrapper .fullpage td.left {
			/*background-image:url(../img/content/table_ml.png);*/
			background-repeat:repeat-y;
			padding-left: 10px;
			}
			
		#content_wrapper .fullpage td.right {
			/*background-image:url(../img/content/table_mr.png);*/
			background-repeat:repeat-y;
			background-position: top right;
			padding-right: 10px;
			border-bottom: 1px dotted #CCCCCC;
			}
			
		#content_wrapper .fullpage td.odd {
			background-color: #F8F8F9;
			}
			
		#content_wrapper .fullpage td.bottom.left {
			height: 20px;
			/*background-image:url(../img/content/table_b.png);*/
			background-position: bottom left;
			padding-left: 10px;
			}
			
		#content_wrapper .fullpage td.bottom {
			height: 20px;
			/*background-image:url(../img/content/table_bm.png);*/
			background-repeat:repeat-x;
			}
					
		#content_wrapper .fullpage td.bottom.right {
			height: 20px;
			/*background-image:url(../img/content/table_b.png);*/
			background-repeat:repeat-y;
			background-position: bottom right;
			padding-right: 10px;
			border: none;
			}
		#content_wrapper .fullpage .bestill {
			background:url(../img/general/orderBtn.png) no-repeat top left;
			width: 67px;
			height: 20px;
			display:block;
			font-size:0px;
		}
				#content_wrapper .fullpage .bestill:hover {
			background:url(../img/general/order_btn_active.png) no-repeat top left;
		}
		
	
				
			