/* Style classes for adaptive packages on www.telia.se */
div.tse-autocomplete_choices {
	position:absolute;
	background-color:white;
	z-index: 10;
}
div.tse-autocomplete_choices ul, .tse-autocomplete_indicator {
	list-style-type:none;
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
	width:250px;
	border:1px solid #888;
}
div.tse-autocomplete_choices ul li.selected { background-color: #ffb;}
div.tse-autocomplete_choices ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
	border-bottom: 1px dotted #53534E;
}
div.tse-autocomplete_choices ul li .tse-msg_info {
	margin-left: 5px;
	color: #0076D4;
}
.tse-msg_too_many_hits {
	border-bottom: 0px;
	color: #CF0566;
}
.tse-autocomplete_indicator {
	padding: 2px 2px 2px 5px;
	line-height: 20px;
}

#borderDiv {
	border:solid 1px #e0e0e0; 
	border-radius:4px; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	padding:10px;
	margin-top:15px;
	background-color: #FFFFFF;
	width: 680px;
}

#csr-body #borderDiv {
	width: 554px;
	padding: 10px;
}


/**
 * All classes below are considered to be legacy and depretaced
 * since they don't use correct namespace for telia.se (prefix 'tse-')
 * Search 'howto' on the wiki for more information.
 */

div.mod {
	margin-top: 20px; /* TODO: Remove - let previous element handle margin... */
	width: 554px;
	height: 22px;
	background-image: url('/img/module_lbg.gif');
}
/*div.mod_title {
	float: left;
	text-indent: 5px;
	padding-top: 2px;
	font-family: inherit;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
} */
div.mod_right {
	float: right;
	width: 29px;
	height: 22px;
	background-image: url('/img/module_r.gif');
}
div.mod_subtitle {
	/* Tonad platta */
	width: 554px;
	background-image: url('/img/page/module_subtitle_bg.gif');
	background-repeat : repeat-x;
	text-indent : 8px;
	font-family: inherit;
	font-weight: bold;
	height: 24px;
	color: rgb(101, 45, 134) !important; 
}
div.mod_info {
	/* Modul information */
	width: 554px;
	margin-top: 10px;
	text-indent : 5px;
	font-family: inherit;
	height: 24px;
}

* html div.sum_title { /* IE */
	position:relative;	
	background-color: ##F3F3EE;
	width: 554px;
	height: 25px;
	padding-top: 5px;
	text-indent: 2px;
	margin-bottom: 8px;
	padding-bottom: 4px;
}
* html div.sum_edit_button { /* IE */
	position:absolute;
	width:59px;
	height:19px;
	right:2px;
	top:3px;
}
*>div.sum_title {	/* Mozilla */
	position:relative;	
	background-color: ##F3F3EE;
	width: 554px;
	height: 19px;
	padding-top: 5px;
	text-indent: 2px;
	margin-bottom: 8px;
}
*>div.sum_edit_button {	/* Mozilla */
	position:absolute;
	width:59px;
	height:19px;
	right:10px;
	top:3px;
}

.sum_mod {
	margin-bottom: 20px;
	/*border: dashed 1px #343434;*/
}
.sum_row {
	position: relative;
	width: 554px;
	height: 18px;
	/*border: solid 1px #343434;*/
}
/* Funkar! .sum_row + .sum_row {
	background-color: #454545;
}*/
.sum_one_col {
	position: absolute;
	left: 2px;
}
.sum_left_col {
	position: absolute;
	left: 2px;
	width: 240px;
}
.sum_right_col {
	position: absolute;
	left: 216px;
}
.two_rows {
	position: absolute;
	left: 216px;
	height: 38px;
	margin-bottom: 10px;
	/*background-color: #343344;*/
}
table.mod_subtitle {
	padding-left: 5px;
	padding-top: 5px;
}
td.mod_subtitle {
	padding-bottom: 0px;
	font-style: bold;
}

table.mod_table {
	border-collapse : collapse;
	margin : 0px 0px 0px 0px;
	background-image : url("/img/p.gif"); !important;
} 

td.mod_title {
	float: left; !important;
	padding-top: 2px; !important;
	font-family: inherit; !important;
	font-size: 13px; !important;
	font-weight: bold; !important;
	color: #333333; !important;	
	
}

td.mod_r {
	background-image : url("/img/p.gif"); !important;
	background-repeat : no-repeat; !important;
}

td.left_col {
	width: 212px;
}
td.right_col {
	width: 342px; /* 554-212=342 535-212=323 */
}
td.tuwa_spacer {
	width:1px;
	height:10px;
}
tr.white {
	background-color: #FFFFFF;
	padding: 4px;
}
tr.selected_row {
	background-color: #F3F3EE;
}
.strikethrough {
	text-decoration: line-through;
}
.campaign_color {
	color: rgb(196, 27, 121) !important;
}
span.contentblue_campaign {
	font-weight : bold;
	font-size: 12px;
/*	color: #CF0566; */
	color: rgb(196, 27, 121) !important;
}
.contentbold_smaller {
	font-family: inherit;
	font-weight: bold;
	text-align: right;
        text-indent:7px !important;
}
.contentbold_smaller_left {
	font-family: inherit;
	font-weight: bold;
	text-align: left;
}
.contentbold {
	font-family: inherit;
	font-size: 13px;
	font-weight: bold;
	color: #6C6F70;
}
.price_large {
	color: rgb(101, 45, 134) !important;
}
.price_data {
	text-align: right;
}

td.gui_main_body {
	width : 940px;
	vertical-align : top;
	text-align: left;
}

#btnCancel {
    text-decoration: none;
}

.headLine { 
	font-family: inherit;
	font-size: 30px;
	color: #111111;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 21px;
    /*font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 16px;
	color: rgb(101, 45, 134);*/ 
}

#flowIndicator {
	padding-bottom: 10px;
}

/*********************************/
/* Styles to display VR-elements */
/*********************************/
/* Format:                */
/* Consumer: .vr_p_{name} */
/* Company:  .vr_f_{name} */
.vr_p_street {width: 237px;}
.vr_p_street_no, .vr_p_entrance, .vr_p_floor {width: 30px;}
.vr_p_entrance {width: 20px;}
.vr_p_co {width: 329px;}
.vr_p_email {width: 329px;}
/*.vr_p_email .vr_format {width: 129px;}*/
.vr_p_firstname, .vr_p_lastname {width: 162px;}
.vr_p_zipcode {width: 80px;}
.vr_p_city {width: 245px;}
.vr_p_phone {width: 120px;}

.vr_f_organisationnumber			{ width: 161px; }
.vr_f_companyname 					{ width: 161px; }
.vr_f_contactfirstname				{ width: 161px; }
.vr_f_contactlastname				{ width: 161px; }
.vr_f_contactphonenumber			{ width: 161px; }
.vr_f_contactemail					{ width: 326px; }
.vr_f_deliveryaddressco				{ width: 326px; }
.vr_f_deliveryaddressbox			{ width: 60px; }
.vr_f_deliveryaddressstreetaddress	{ width: 176px; }
.vr_f_deliveryaddressstreetnumber	{ width: 40px; }
.vr_f_deliveryaddressentrance		{ width: 40px; }
.vr_f_deliveryaddressfloor			{ width: 40px; }
.vr_f_deliveryaddresszipcode		{ width: 60px; }
.vr_f_deliveryaddresscity			{ width: 256px; }
.vr_f_deliverydate					{ width: 161px; }
.vr_f_invoiceaddressco				{ width: 326px; }
.vr_f_invoiceaddressdepartment		{ width: 326px; }
.vr_f_invoiceaddressbox				{ width: 60px; }
.vr_f_invoiceaddressstreetaddress	{ width: 176px; }
.vr_f_invoiceaddressstreetnumber	{ width: 40px; }
.vr_f_invoiceaddressentrance		{ width: 40px; }
.vr_f_invoiceaddressfloor			{ width: 40px; }
.vr_f_invoiceaddresszipcode			{ width: 60px; }
.vr_f_invoiceaddresscity			{ width: 256px; }
.vr_f_additionalinfo				{ width: 554px; height: 70px; }

/* in caesar */
#csr-body #borderDiv{
	padding: 10px 0;
	margin-bottom: 10px;
	width: 554px;
	float: left;
}
