/* default styles for extension "tx_cssstyledcontent" */
	/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 0px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 35px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 35px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */
	
	DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }

	/* Browser fixes: */

	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {padding-left: 40px; overflow: auto; height: 1%; }
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	border:0px none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	background:url(/fileadmin/templates/transexpress.no/img/bg_page.gif) repeat left top;
}
body {
	font-family:Arial;
	font-size:12px;
	line-height:14px;
	color:#191919;
}
a{
	text-decoration:none;
	color:#A1242C;
}
a:hover{
	text-decoration:underline;
}
td{
	vertical-align:top;
}
.clearer{
	clear:both;
	height:0px;
	width:0px;
	font-size:0px;
	line-height:0px;
	margin:0;
	padding:0;
}
.spacer-48{
	width:48px;
	height:48px;
	display:block;
}

.top-border{
	background:url(/fileadmin/templates/transexpress.no/img/top_bar_pattern.png) repeat-x left top;
	height:86px;
	width:100%;
	display:block;
	position:absolute;
	left:0;
	top:0;
}
.economy-reference{
/*
	background:url(/fileadmin/templates/transexpress.no/img/btn_economy_reference.jpg) no-repeat left top;
	width:286px;
	height:51px;
	text-indent:-9999px;
	display:block;
*/

	background:url("/fileadmin/templates/transexpress.no/img/arrows.png") no-repeat scroll 96% -13px #FFFFFF;
	border:1px solid #ECECEC;
	border-left:none;
	bottom:0;
	color:#A62323;
	display:inline-block;
	font-size:11px;
	height:26px;
	line-height:26px;
	padding:0 20px 0 0;

	margin-top:40px;
}
.economy-reference:hover{
/*	background-position:left -51px;*/
	background-position:96% -36px;
	background-color:#A62323;
	color:#FFFFFF;
	text-decoration:none;
}
.economy-reference img{
	float:left;
	margin:-8px 0 0 0;
}

.container-shaddow-top,
.container,
.container-shaddow-bottom{
	width:900px;
	padding:0 5px;
	margin:0 auto;
	position:relative;
}

.container{
	top:18px;
	position:relative;
	margin-bottom:80px;
	background:url(/fileadmin/templates/transexpress.no/img/white_area_bg.png) repeat-y center top;
}

/* ___________________________________________________________________ TITLE HEADER */
.title h1{
	margin:0 0 15px 0;
	padding:14px 0 13px 0;
	border-bottom:1px dotted #787878;
	font-size:20px;
	line-height:20px;
	font-weight:normal;
	color:#181818;
}
.title h1 strong{
	display:none;
}

/* ___________________________________________________________________ CONTENT AREA */
.content-area h1{
	font-size:20px;
	font-weight:bold;
	padding-top:0;
/*	padding:0 0 20px 0;
	margin:0;*/
	margin:14px 0 13px 0;
}
.content-area p,
.content-area ul,
.content-area ol{
	line-height:14px;
	padding-bottom:17px;
}
.content-area ul,
.content-area ol{
	padding-bottom:10px;
}
.content-area ul li{
	padding-left:35px;
	padding-bottom:7px;
	background:url(/fileadmin/templates/transexpress.no/img/arrows.png) no-repeat 16px -62px;
}
.content-area ul ul{
	padding-top:17px;
	padding-bottom:0;
}

/* ___________________________________________________________________ SHADDOW BOTTOM */
.container-shaddow-bottom{
	height:3px;
	padding:0 3px;	
}

/* ___________________________________________________________________ MENU TOP */
.menu-top{
	background:url(/fileadmin/templates/transexpress.no/img/bottom_and_top_bar.png) no-repeat center top;
	height:68px;
	text-align:right;
	position:relative;
}
.menu-top .logo{
	position:absolute;
	left:18px;
	top:16px;
	width:226px;
	height:42px;
}
.menu-top ul{
	padding:40px 37px 0 0;
}
.menu-top li{
	display:inline;
	margin-left:20px;
	color:#424242;
}
.menu-top li.active{
	color:#9D0C0C;
}
.menu-top li strong{
	display:none;
}

/* ___________________________________________________________________ MENU LEFT */
.menu-left,
.menu-left-container{
	border-bottom:3px solid #D9D9D9;
	width:252px;
	margin-right:35px;
	margin-top:7px;
}
.menu-left-container{
	border-bottom:none;
	margin:0;
}
.menu-left li{
	height:42px;
	line-height:42px;
}
.menu-left li a{
	position:relative;
	height:30px;
	padding:12px 0 0 15px;
	display:block;
	background:url(/fileadmin/templates/transexpress.no/img/bg_menu_left_off.png) repeat left top;
	border-bottom:1px dotted #898989;
}
.menu-left li a:hover,
.menu-left li.active a{
	background-image:url(/fileadmin/templates/transexpress.no/img/bg_menu_left_on.png);
}
.menu-left li.last a{
	border-bottom:none;
}
.menu-left li a .arrow{
	position:absolute;
	right:3px;
	bottom:6px;
	width:6px;
	height:6px;
	display:block;
	background:url(/fileadmin/templates/transexpress.no/img/arrows.png) no-repeat right -6px;
}
.menu-left li a:hover .arrow,
.menu-left li.active a .arrow{
	right:4px;
	bottom:17px;
	background:url(/fileadmin/templates/transexpress.no/img/arrows.png) no-repeat right -24px;
}
.menu-left li a strong{
	display:none;
}
.menu-left-image{
	background:#FFFFFF;
	border:1px solid #E8E8E8;
	padding:4px;
	margin:18px 0 0 0;
}


/* ___________________________________________________________________ MENU BOTTOM */
.menu-bottom{
	background:url(/fileadmin/templates/transexpress.no/img/bottom_and_top_bar.png) no-repeat center bottom;
	bottom:-5px;
	height:77px;
	text-align:center;
	color:#575757;
	position:relative;
}
.menu-bottom ul{
	padding:19px 0 0 0;
}
.menu-bottom li{
	display:inline;
	margin-right:8px;
}
.menu-bottom li.last{
	margin-right:0;
}
.menu-bottom a,
.menu-bottom a:hover{
	color:#575757;
	font-size:11px;
	line-height:13px;
}
.menu-bottom p{
	padding:8px 0 0 0;
	font-size:11px;
	line-height:13px;
}

/* ___________________________________________________________________ CONTENT */
.content{
	padding:27px 36px;
}

/* ___________________________________________________________________ ANIMATION */
.animation{
	margin-left:1px;
	position:relative;
	height:305px;
	overflow:hidden;
}
.animation .item{
	position:absolute;
	left:0;
	top:0;
	display:block;
}
.animation .item .description{
	width:370px;
	position:absolute;
	left:35px;
	bottom:35px;
	background:url(/fileadmin/templates/transexpress.no/img/bg_transparent_animation.png) repeat left top;
	padding:17px 15px 37px 15px;
}
.animation .item .description h2{
	display:none;
}
.animation .item .description h3{
	margin:0 0 5px 0;
}
.animation .item .description p{
	padding:0;
	font-size:11px;
	line-height:15px;
	color:#333333;
}
.animation .position-bar{
	position:absolute;
	bottom:52px;
	left:50px;
}
.animation .position-bar .item{
	width:12px;
	height:4px;
	padding:1px;
	margin-right:4px;
	background:#FFFFFF;
	border:1px solid #9C9F98;
	display:block;
	float:left;
	position:relative;
}
.animation .position-bar .item .box{
	background:#FFFFFF;
	border-bottom:none;
	display:block;
	height:4px;
}
.animation .position-bar .active .box{
	background:#B14845;
}

/* ___________________________________________________________________ COLUMNS */
.columns-holder{
	margin:0 -35px;
	position:relative;
	width:900px;
}
.columns .column{
	float:left;
	width:252px;
	margin-left:36px;
}
.columns .column .header{
	background:url(/fileadmin/templates/transexpress.no/img/bg_header_gray.png) repeat left top;
	height:42px;
	border-bottom:2px solid #E5E5E5;
	margin-bottom:10px;
	position:relative;
}
.columns .column .header h2{
	display:none;
}
.columns .column .header h3{
	padding:10px 0 0 15px;
}
.columns .column .header .arrow{
	position:absolute;
	top:22px;
	right:16px;
	width:13px;
	height:6px;
	background:url(/fileadmin/templates/transexpress.no/img/arrows.png) no-repeat right top;
}
.columns .column img.logo{
	border:1px solid #E9E9E9;
	padding:3px;
	background:#FFFFFF;
	margin-bottom:18px;
}
.columns .column .content{
	padding:0 4px;
}
.columns .column a.more{
	background:#FFFFFF url(/fileadmin/templates/transexpress.no/img/arrows.png) no-repeat 91% -13px;
	color:#A62323;
	border:1px solid #ECECEC;
	padding:0 15px 0 8px;
	height:25px;
	line-height:25px;
	font-size:11px;
/*	display:block;
	float:right;*/
	margin-top:5px;

	margin-left:180px;
	display:inline-block;
	position:absolute;
	bottom:0;
}
.columns .column a.more:hover{
	background-color:#A62323;
	background-position:91% -36px;
	color:#FFFFFF;
	text-decoration:none;
}

/* ___________________________________________________________________ COLUMNS TWO */
.columns-two .column-left{
	margin-right:287px;
}
.columns-two .column-right{
	width:252px;
	position:absolute;
	right:36px;
	top:399px;
/*	margin-left:35px;
	float:right;*/
}

/* ___________________________________________________________________ TESTIMONIAL */
.testimonial{
	padding:20px 30px 20px 57px;
	margin:0 0 23px 0;
	background:#FFFFFF url(/fileadmin/templates/transexpress.no/img/quotes.png) no-repeat 17px 20px;
}
.testimonial p{
	border-left:1px solid #F0F0F0;
	padding:2px 0 25px 17px;
	color:#474747;
	position:relative;
}
.testimonial .client{
	position:absolute;
	bottom:0;
	right:0;
	color:#A32320;
	font-weight:bold;
	font-size:11px;
}

/* ___________________________________________________________________ OTHERS */
.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap{
	margin-top:27px;
}
.csc-textpic-border img{
	background:#FFFFFF;
	padding:4px;
	border:1px solid #E8E8E8 !important;
}
.contenttable{
	width:100%;
	margin-top:10px;
	margin-bottom:20px;
}
.contenttable thead tr{
	height:26px;
	line-height:26px;
	color:#FFFFFF;
	font-weight:bold;
}
.contenttable thead th{
	background:url(/fileadmin/templates/transexpress.no/img/bg_header_prices.gif) repeat left top;
	padding-left:12px;
	text-align:left;
}
.contenttable tbody tr{
	height:26px;
	line-height:26px;
	color:#494949;
	text-align:left;
}
.contenttable tbody tr.tr-odd td{
	background:#FFFFFF;
}
.contenttable tbody tr.tr-even td{
	background:#EAEAEA;
}
.contenttable tbody tr.tr-odd td,
.contenttable tbody tr.tr-even td{
	padding-left:12px;
}
.tx-zwgmap-pi1{
	padding:3px;
	background:#FFFFFF;
	border:1px solid #DBDBD9;
}

/* ___________________________________________________________________ BOX */
.box{
	background:url(/fileadmin/templates/transexpress.no/img/bg_header_gray.png) repeat left top;
	border-bottom:2px solid #E5E5E5;
}
.box .content{
	padding:17px 16px 18px 16px;
}
.box .header{
	height:42px;
	line-height:42px;
	position:relative;
}
.box .header h1{
	padding:14px 0 13px 15px;
	margin:0;
}
.box .header .arrow{
	position:absolute;
	top:22px;
	right:16px;
	width:13px;
	height:6px;
	background:url(/fileadmin/templates/transexpress.no/img/arrows.png) no-repeat right top;
}
.box .tx-powermail-pi1 legend{
	display:none;
}
.box .tx-powermail-pi1 label{
	display:none;
}
.box .tx-powermail-pi1 input,
.box .tx-powermail-pi1 textarea{
	width:205px;
	border:1px solid #E0E0E0;
	padding:7px;
	font-size:11px;
	color:#7F7F7F;
	font-family:Arial;
	margin:0 0 6px 0;
}
.box .tx-powermail-pi1 input.powermail_submit{
	background:#FFFFFF url(/fileadmin/templates/transexpress.no/img/arrows.png) no-repeat 89% -12px;
	color:#A62323;
	border:1px solid #ECECEC;
	padding:0 15px 0 8px;
	height:28px;
	font-size:11px;
	display:block;
	float:right;
	margin:0;
	width:auto;
	cursor:pointer;
}
.box .tx-powermail-pi1 input.powermail_submit:hover{
	background-color:#A62323;
	background-position:89% -35px;
	color:#FFFFFF;
	text-decoration:none;	
}
.csc-textpic-intext-left-nowrap{
	border-top:1px dotted #787878;
	padding:20px 0 10px 0;
}
.csc-textpic-intext-left-nowrap .csc-textpic-text{
	padding:7px 0 0 0;
}
.csc-textpic-intext-left-nowrap b,
.csc-textpic-intext-left-nowrap strong{
	color:#B22F27;
}
