/* GENERAL STYLES */
/*: Forms
----------------------------------------------------------*/
fieldset {
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

fieldset legend {
	background-color: inherit;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: .05em;
	color: #1B522B;
}

fieldset ul {
	float: left;
}

#content fieldset li {
	width: 100%;
	list-style-type: none;
	white-space: nowrap;
	margin-left: 0;
	margin-top: 10px;
	float: left;
}

/*#content fieldset li.error label {
	color: red;
}*/

#site .error {
	border: 1px solid red;
}

fieldset li label {
	width: 120px;
	float: left;
	white-space: normal;
}

fieldset textarea {
	font-family: tahoma;
}

fieldset li.rememberMe label {
	width: 175px;
	position:relative;
	top: -3px;
}

fieldset li input {
	float: left;
}

.checkbox {
	margin-bottom: 5px;
	float: left;
}

.checkbox input {
	height: 1em;
	width: 1.2em;
	margin-top: 2px;
	margin-right: 3px;
	line-height: 1em;
	float: left;
	display: block;
}

fieldset input.text, fieldset textarea {
	border: 1px solid gray;
}

#content .login-help span {
	display: block;
	margin-bottom: 15px;
}

#content span.result {
	width: 100%;
	color: green;
	margin-bottom: 5px;
	display: block;
}

#content span.result.error {
	color: red;
}

#content li span.info {
	font-size: smaller;
	font-style: italic;
	margin-left: 5px;
	display: block;
	float: left;
}

/*: Forms: Ordrekontoret (søgning)
----------------------------------------------------------*/
fieldset.ordreKontor {
	border: none;
	padding: 0;
}
fieldset.ordreKontor label {
	width: 100%;
	padding-bottom: 7px;
}

fieldset.ordreKontor input {
	margin-right: 7px;
	float: left;
}
fieldset.ordreKontor input.sponsorSearchButton {
	position: relative;
	top: -2px;
	left: 0;
}

/*: Forms: New user
----------------------------------------------------------*/
fieldset.newuser label {
	width: 130px;
}

/*: Forms: User login
----------------------------------------------------------*/
fieldset.loginuser {

}


/*: Forms: sponsorlogin
----------------------------------------------------------*/
fieldset.sponsorLogin {
	width: 245px;
}
fieldset.sponsorLogin label {
	width: 70px;
}
fieldset.sponsorLogin input {
	margin-right: 20px;
}

/*: Forms: Auction
----------------------------------------------------------*/
fieldset.auction {
	width: 488px;
	float: left;	
}
fieldset.auction li {
	width: 100%;
}

fieldset.auction li label {
	width: 200px;
}

fieldset.auction .obtained {
	color: green;
}

fieldset.auction .not.obtained {
	color: red;
}

fieldset .notify {
	width: 100%;
	margin-bottom: 5px;
	float: left;
}

fieldset .notify.error {
	color: red;
}

fieldset.auction input {
	width: 65px;
}

/*: Forms: Basket Light container
----------------------------------------------------------*/
fieldset.basketLightContainer {
	margin-top: 25px;
}

/*: Forms: Product container
----------------------------------------------------------*/
fieldset.productContainer {
	width: 490px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	float: left;
} 
fieldset.productContainer li {
	padding: 0;
	margin: 0;
}
fieldset.productContainer li label {
	width: 65px;
	display: block;
	float: left;
}
fieldset.productContainer li input {
	width: 30px;
	clear: both;
}
fieldset.productContainer li input.comment {
	width: 250px;
	margin: 0;
	float: left;

}
/*: Forms: Basket container
----------------------------------------------------------*/
.shopBasketContainer {
	padding-bottom: 15px;
}

.shopBasketContainer table {
	margin-bottom: 15px;
}
.shopBasketContainer th {
	background-color: #1b522b;
	border: 1px solid #11351c;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
}
.shopBasketContainer table input {
	width: 40px;
}
.shopBasketContainer td {
	background-color: #e9e9e9; 
	border: 1px solid #b3b3b3;
	padding-left: 5px;
	padding-right: 5px;
}
.shopBasketContainer td.number {
	text-align: right;
}

fieldset.shopTotalContainer {
	margin-bottom: 0;
}

fieldset.shopTotalContainer label {
	width: 200px;
}

/*: Forms: Shop user info
----------------------------------------------------------*/
.Shopping.Basket fieldset .manualPickUp {
	width: 100%;
	float: left;
}

.Shopping.Basket fieldset .manualPickUp input {
	margin-right: 3px;
}

.shopInfoSeparator {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
	float: left;
}

a.conditions {
	width: auto;
	display: block;
	float: left;
	clear: both;
}


/*: Sponsor window address
----------------------------------------------------------*/
ul.sponsorInfo {
	list-style-type: none;
	margin-top: 10px;
}
.sponsorInfo li {
	width: 400px;
	background-color: #1b522b;
	border: 1px solid #11351c;
	color: white;
	padding-left: 5px;
	margin-bottom: 2px;
	position: relative;
	top: 0;
	left: -17px;
}

.sponsorInfo li span {
	width: 150px;
	float: left;
}

.sponsorInfo li a:hover {
	background-color: inherit;
	color: #eed383 !important;
}

/*: Player
----------------------------------------------------------*/
#site .playerInfo {
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	padding-top: 10px;
	padding-bottom: 0;
	margin-bottom: 10px;
}

#site .playerInfo li {
	width: 50%;
	padding-bottom: 10px;
	margin-left: 0;
	list-style-type: none;
	float: left;
}

#site .playerInfo li.wide {
	width: 100%;
}

.playerInfo span {
	width: 100%;
	display: block;
	float: left;
}
.playerInfo .title {
	font-weight: bold;
}

/*: iFrame
----------------------------------------------------------*/
#content .iframeContainer {
	width: 100%;
	display: block;
	float: left;
}

/*: Rejseplan - Find vej element
----------------------------------------------------------*/
.findVej {
	width: 270px;
	padding-bottom: 10px;
	float: left;
}

.findVej div {
	float: left;
}

.findVej span.header {
	width: 270px;
	height: 46px;
	background-image: url(http://www.rejseplanen.dk/img/microsites/rp4.0/inputgen_header_logo.gif);
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}

.findVej .contentContainer {
	width: 270px;
	background-image: url(http://www.rejseplanen.dk/img/microsites/rp4.0/inputgen_content_bg.gif);
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
}

.findVej .contentContainer h3 {
	background-image: none;
	text-align: left;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: black;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 0;
	padding-bottom: 0;
	margin: 5px 0;
}

.findVej fieldset {
	height: 15px;
	border: none;
	float: left;
}

.findVej input {
	float: left;
}

.findVej input.text {
	font-family:verdana, arial;
	font-size:11px;
	width: 150px;
	margin-top: 3px;
}

.findVej span.footer {
	width: 270px;
	height: 11px;
	background: white;
	background-image: url(http://www.rejseplanen.dk/img/microsites/rp4.0/inputgen_footer.gif);
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}

/***********************************************************
Component: Image Gallery
***********************************************************/
#site .imageGallery {
	width: 510px;
	padding-left: 0;
	padding-right: 0;
	float: left;
}

#site .imageGallery img {
	float: left;
	padding-top: 15px;
	
	padding-bottom: 15px;
	margin: 0;
}

#site .imageGallery .previewImage {
	width: 458px;
	float: left;
}


#site .imageGallery .thumbnails {
	width: 510px;
	float: left;
}

#site .imageGallery .thumbnails li {
	list-style-type: none;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-left: 0;
	float: left;
}

#site .imageGallery .thumbnails a {
	border: 1px solid #1b522b;
	padding: 5px;
	float: left;
	cursor: url(../graphics/imageGallery/zoom_in.png),pointer;	
}

#site .imageGallery .thumbnails a:hover, .imageGallery .thumbnails a.selected {
	background-color: #ecfff4;
	color: black;
	border: 1px solid #1b522b;	
}

#site .imageGallery .thumbnails li img {
	width: 80px;
	border: none;
	padding: 0;
}

#site .imageGallery .thumbnails li span {
	font-size: .8em;
	display: block;
}


/*: Template section: Image Gallery (special)
----------------------------------------------------------*/
.imageGallery .previewImage.next {
	cursor: url(../graphics/imageGallery/arrow_right_green.png), pointer;
}

.imageGallery .previewImage.previous {
	cursor: url(../graphics/imageGallery/arrow_left_green.png), pointer;
}

/*: Comments
----------------------------------------------------------*/
.comments {
	width: 510px;
	float: left;
}

.comments dl {
	width: 100%;
	float: left;
}

.comments dt {
	font-size: 1.1em; 
	font-weight: bold;	
	text-align: left;
	letter-spacing: 0em;
	color: #B88505;
	margin-top: .2em;
	margin-bottom: .2em;
}

.comments dd {
	width: 100%;
	background-image: url(/graphics/white-fade.gif);
	background-repeat: repeat-x;
	background-position: 0 -30px;
	border-top: 1px solid #c0c0c0;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 10px;
	margin-top: 10px;
	float: left;
}

.comments dd h3 {
	background-color: inherit;
	font-size: 1.1em;
	font-weight: bold;
	color: #1b522b;
}

.comments dd .comment {
	border-bottom: 1px solid #e1e1e1;
}

.comments dd .commentProperties span {
	float: left;
	display: block;
}

.comments dd .commentProperties span.name {
	background-color: inherit;
	color: #d08505;
	padding-left: 4px;
}

.comments dd .commentProperties span.date {
	font-size: 0.85em;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

.comments .report {
	float: right;
}

.comments fieldset {
	width: 100%;
	border-top: 1px solid #cecece;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding-top: 10px;
	margin-top: 10px;
	float: left;
}

.comments fieldset legend {
	display: none;
}

.comments fieldset input.text {
	width: 350px;
}

.comments fieldset textarea {
	width: 350px;
	height: 150px;
}

.comments fieldset button {
	margin-right: 38px;
	float: right;
}

/*: Lightbox styles
----------------------------------------------------------*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/graphics/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/graphics/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#partnerhandel {line-height:30px}
#partnerhandel input, #partnerhandel label {padding:5px;}
#partnerhandel input.mandatory {background-color: LightYellow;}

/* EDITOR PROPERTIES */

