/*
 Author: Boris Biserov Delev
 Web: www.madebybd.com
 Date: 2009.02.27
 
 Legend:
 	[1] Global
	[2] Master elements
		- wrapper
		- header
		- container
		- sidebar
		- navigation
		- content
		- detailsbar
		- footer
	[3] Pages elements
	
	[4] Colours
*/


/*
 * Global
 */
 
body, html {
	background: white;
	font: 12px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	color: #555;
}
 
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0087C1;
}

input,
textarea,
button {
	font-size: 11px;
}

a {
	color: #555;	
}

.clear {
	clear: both;
}

.hide {
	display: none;	
}


/*
 * Master elements
 */
 
#wrapper {
	background: url(../images/colours.jpg) repeat-x center top;
}

.wrapper {
	overflow: hidden;
	width: 975px;
	margin: 0 auto;
}

.wrapperBig {
	overflow: hidden;
	width: 1015px;
	margin: 0 auto;
}

#header {
	height: 140px;
}

	#header h1 {
		display: none;
	}

	#header .quick_links {
		float: right;
		width: 230px;
		
		font-size: 10px;
		text-align: center;
		color: white;
	}
	
		#header .quick_links a {
			padding: 2px;

			text-decoration: none;
			color: white;
		}
		
	#header .header {
		display: block;
		margin-top: 16px;
		height: 124px;
		
		background: white;
	}

#sidebar {
	float: left;
	width: 215px;
	padding-top: 1px;
	margin-right: 12px;
}

#container {
	overflow: hidden;
	float: left;
	width: 747px;
}

#navigation {
	display: block;
	margin-bottom: 15px;
}

	#navigation .tabs {
		display: block;
		overflow: hidden;
		height: 30px;
		
		background: url(../images/bg-navigation.png) no-repeat 0 0;
	}
	
		#navigation .tabs a {
			float: left;
			height: 24px;
			padding: 8px 0 0 0;
			margin: 0 0 0 0;
			
			font-family: Tahoma, Geneva, sans-serif;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
			text-align: center; 
			color: white;
		}
		
			#navigation .tabs a.btn-tickets {
				width: 124px;	
			}
			
			#navigation .tabs a.btn-accommodation {
				width: 118px;	
			}
			
			#navigation .tabs a.btn-tours {
				width: 130px;	
			}
			
			#navigation .tabs a.btn-holidays {
				width: 126px;	
			}
			
			#navigation .tabs a.btn-work {
				width: 124px;	
			}
			
			#navigation .tabs a.btn-discount {
				width: 125px;	
			}

#content {
	clear: both;
	float: left;
	width: 565px;
}

#detailsbar {
	float: right;
	width: 168px;
}

#footer {
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
	background: #F7F7F7;
	
	font-size: 11px;
}

	#footer .links {
		float: left;
		width: 195px;
		padding: 20px 0px 20px 0;
		font: 10px Tahoma, Geneva, sans-serif;
	}
		#footer .last {
			padding-right: 0;
		}
		
		#footer .links h6 {
			text-align: center;
			padding-bottom: 15px;
			font-weight: bold;
			color: #515151;
		}
		
		#footer .links a {
			text-decoration: none;
		}
		
		#footer .links ul {
			padding: 0 0 10px 0;
			margin: 0 0 10px 0;
			background: url(../images/dots-vertical.gif) repeat-y right center;
		}
		
			#footer .last ul {
				background: none;
			}
			
		#footer .links li {
			padding: 0 15px 3px 20px;
			background: url(../images/bg-detailsbar-a.gif) no-repeat 10px 3px;
		}

	#footer .ribbon {
		background: url(../images/colours.png) repeat-x center bottom;
	}

	#footer .details {
		float: left;
		overflow: hidden;
		height: 40px;
	}
		#footer .partners {
			float: right;
		}
	
		#footer .details li {
			float: left;
			padding-right: 5px;
			margin-right: 5px;
			height: 13px;
			line-height: 12px;
			border-right: 1px solid #555;
		}
			#footer .details li.last,
			#footer .details li.first {
				border: none;	
			}
			
			#footer .details li.first {
				margin-right: 0;
			}
			
			#footer .partners li.last {
				margin-right: 0;
				padding-right: 0;
			}
			
		#footer .details strong {
			font-weight: bold;
		}

	#footer address {
		float: left;
	}
	
	#footer span {
		float: right;	
	}

/*
 * Page elements
 */

/* Navigation */
#navigation .jcarousel-container {
	position: relative;
	width: 747px;
	height: 113px;
	padding-top: 7px;
	background: url(../images/bg-navigation-links.jpg) no-repeat right top;
}

#navigation .jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	width: 700px;
	overflow: hidden;
	position: relative;
}

#navigation .jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

#navigation .jcarousel-list li,
#navigation .jcarousel-item {
	float: left;
	position: relative;
	overflow: hidden;
	
	width: 140px;
	height: 110px;
	
	list-style: none;
}

	#navigation .jcarousel-item img {
		padding: 5px 0 0 6px;	
	}

	#navigation .jcarousel-item .bgr {
		display: block;
		position: absolute;
		overflow: hidden;
		width: 140px;
		height: 110px;
		padding: 0 0 0 0;
		top: 0;
		left: 0;
		
		background: url(../images/bg-navigation-links.png) no-repeat -5px -5px;
		text-indent: -9999px;
	}
	
	#navigation .active .bgr {
		background-position: -155px -5px;
	}
	
	#navigation .jcarousel-item table {
		position: absolute;
		width: 115px;
		height: 36px;
		margin: 67px 0 0 14px;
		top: 0;
		left: 0;
	}
	
		#navigation .jcarousel-item table td {
			height: 34px;
			vertical-align: middle;	
		}
		
		#navigation .jcarousel-item table a {
			display: block;

			font-family: Tahoma, Geneva, sans-serif;
			font-size: 11px;
			text-decoration: none;
			text-align: center;
			line-height: 12px;
			color: #555;
		}
		
			#navigation .active table a {
				color: #0077B9;	
			}

#navigation .jcarousel-next {
	z-index: 3;
	float: right;
	display: none;
	width: 13px;
	height: 100px;
	margin-top: 0;
	cursor: pointer;
	background: url(../images/bg-navigation-buttons.png) no-repeat -87px -130px;
}
	#navigation .jcarousel-next-disabled {
		/*background-position: -87px 40px;*/
	}

#navigation .jcarousel-prev {
	z-index: 3;
	float: left;
	display: none;
	width: 13px;
	height: 100px;
	margin: 0 10px 0 0;
	cursor: pointer;
	background: url(../images/bg-navigation-buttons.png) no-repeat 0 -130px;
}

	#navigation .jcarousel-prev-disabled {
		/*background-position: 0 40px;*/	
	}

#navigation .jcarousel-next-disabled,
#navigation .jcarousel-prev-disabled {
	cursor: auto;	
}
 
/* List articles */
.list_articles {	
}

	.list_articles li {
		overflow: hidden;
		padding-bottom: 15px;
		margin-bottom: 15px;
		
		background: url(../images/bg-list-articles-li.png) no-repeat center bottom;
	}
	
	.list_articles .preview {
		float: left;
		padding: 2px;
		margin: 5px 10px 5px 0;
		
		border: 1px solid #D6D6D6;
	}
	
	.list_articles .title {
		padding-bottom: 10px;
		font-size: 18px;
	}
	
	.list_articles .links {
		font-size: 11px;
		text-align: right;
		color: #0087C1;
	}
	
		.list_articles .links strong {
			font-weight: bold;
			font-size: 12px;
			color: #555;	
		}
		
		.list_articles .links a {
			padding-right: 7px;
			
			background: url(../images/bg-links-a.gif) no-repeat right center;
			text-transform: lowercase;
			color: #0087C1;
		}
 
/* Paginator */
.paginator {
	overflow: hidden;
	padding: 20px 0;
	font-size: 11px;
}

	.paginator div {
		float: right;
	}
	
	.paginator a {
		float: left;
		padding: 0 2px;
	}
	
		.paginator a.current {
			color: #ED7D0A;	
		}
	
	.paginator .prev,
	.paginator .next {
		overflow: hidden;
		width: 10px;
		
		background: url(../images/bg-paginator-a.gif) no-repeat 5px 5px;
		text-indent: -9999px;
	}
	
	.paginator .next {
		background-position: -103px 5px;
	}
	
/* Details bar box */
#detailsbar .box {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(../images/bg-detailsbar-box.png) no-repeat center bottom;	
}

	#detailsbar .box .inside {
		padding: 0 4px;
		background: url(../images/bg-detailsbar-box.png) no-repeat center top;
	}
	
	#detailsbar .box h5 {
		margin-bottom: 5px;
		background: url(../images/bg-detailsbar-box-headers.gif) no-repeat left bottom;
		
		color: #CFA414;
	}
		#detailsbar .box h5.first {
			margin-bottom: 5px;
			background-position: left top;	
		}
		
		#detailsbar .box h5 span {
			display: block;
			background: url(../images/bg-detailsbar-box-headers.gif) no-repeat right bottom;	
		}
			
		#detailsbar .box h5 strong {
			display: block;
			padding: 10px;
			
			font-weight: bold;	
		}
			#detailsbar .box h5.first strong {
				padding-top: 12px;
			}
		
			#detailsbar .box h5 strong.icon {
				padding-left: 30px;
				
				background-position: center left;
				background-repeat: no-repeat;
			}
			
			#detailsbar .box h5 strong.blog {
				background-image: url(../images/icon-blog.gif);	
			}
			
			#detailsbar .box h5 strong.forum {
				background-image: url(../images/icon-forum.gif);	
			}
			
	#detailsbar .box ul {
		padding: 0 5px;	
	}
			
	#detailsbar .box li {
		padding-bottom: 5px;

		background: url(../images/bg-detailsbar-a.gif) no-repeat 5px 6px;
		
		line-height: 17px;
		text-indent: 15px;
	}
	
		#detailsbar .box li a {
			text-decoration: none;	
		}
			#detailsbar .box li a:hover {
				text-decoration: underline;	
			}
			
	#detailsbar .box .details {
		display: block;
		margin: 5px 0;
		padding: 0 10px;
		text-align: right;
	}


#detailsbar .subscribe {
	position: relative;
	top: 10px;
	
	background: url(../images/bg-detailsbar-subscribre.png) no-repeat center bottom;
	font-family: Tahoma, Geneva, sans-serif;
}

	#detailsbar .subscribe h6 {
		padding: 10px 5px 5px 60px;
		height: 35px;
		
		background: url(../images/icon-subscribe.gif) no-repeat 5px 5px;	
		font-size: 10px;
		color: #7D7D7D;
	}
	
	#detailsbar .subscribe li {
		padding: 0 0 0 8px;
		background: none;
		text-indent: inherit;
		line-height: inherit;
	}
	
		#detailsbar .subscribe li input {
			width: 136px;
			padding: 2px;
			
			background: white;
			border: 1px solid #A5ACB2;
			color: #7D7D7D;
		}
		
	#detailsbar .subscribe .buttons {
		padding-left: 5px;
	}
		
	#detailsbar .subscribe button {
		width: 90px;
		height: 26px;
		margin: 5px 0 10px 0;
		
		background: url(../images/btn-subscriber.png) no-repeat center center;
		border: none;
		line-height: 25px;
		font-size: 11px;
		font-weight: bold;
		color: #7D7D7D;
	}
	
#detailsbar .banner {
	margin-bottom: 10px;
	padding-top: 8px;
	background: url(../images/bg-detailsbar-banner.png) no-repeat center top;
}

#detailsbar .banner div {
	padding-bottom: 4px;
	
	background: url(../images/bg-detailsbar-banner.png) no-repeat center bottom;
	text-align: center;
}

#sidebar .banner {
	padding-top: 4px;
}

#sidebar .banner div {
	padding-bottom: 4px;
	
	background: url(../images/bg-detailsbar-banner.png) no-repeat center bottom;
	text-align: center;
}
	
/* Sidebar Forms */
#sidebar .form {
	margin-bottom: 15px;
	background: url(../images/bg-sidebar-form.png) no-repeat center top;
}
	
	#sidebar .form form {
		background: url(../images/bg-sidebar-form.png) no-repeat center bottom;	
	}
	
	#sidebar .form .rules {
		display: block;
		height: 22px;
		padding-top: 3px;
		font-size: 10px;
		text-align: center;
		color: white;
	}
	
	#sidebar .form .tabs {
		position: relative;
		overflow: hidden;
		height: 34px;
	}
	
		#sidebar .form .tabs a {
			position: absolute;
			width: 116px;
			height: 24px;
			top: 4px;
			padding: 6px 0 0 0;
			
			background: url(../images/btn-sidebar-form.png) no-repeat right bottom;
			text-decoration: none;
			text-align: center;
			font-weight: bold;
			color: white;
		}
			
			#sidebar .form .tabs a.first {
				left: 0;
			}
			
			#sidebar .form .tabs a.second {
				right: 0;
			}
			
			#sidebar .form .tabs a.active {
				z-index: 1;
				background-position: left top;
				cursor: auto;
				color: #0087C1;
			}
			
			/* Long one for holidays */
			.holidays #sidebar .form .tabs.one_long a {
				width: 146px;
				left: 4px;
				background: url(../images/colours/holidays/btn-sidebar-form-long.png) no-repeat right top;
			}
			
	#sidebar .form fieldset {
		padding: 10px;	
	}
	
		#sidebar .form fieldset li {
			overflow: hidden;
			padding-bottom: 7px;	
		}
	
		#sidebar .form fieldset label, .form label {
			display: block;
			padding-bottom: 5px;
			
			font-size: 11px;
			font-weight: bold;
			color: #0087C1;
		}
		
		#sidebar .form fieldset input,
		#sidebar .form fieldset select {
			font-size: 10px;
			color: #333;
		}
		
		#sidebar .form .left {
			float: left;
			margin-right: 5px;
			min-width: 22px;
		}
			#sidebar .form .checkbox .left span {
				width: auto;
			}
		
		/* Textfield */
		#sidebar .form .textfield input {
			width: 189px;
		}
		
		/* Checkbox */
		#wrapper #sidebar .form .checkbox label {
			font-size: 11px;
			font-weight: normal;
			color: #555;
		}
		
		#sidebar .form .checkbox input {
			float: left;
			vertical-align: middle;
		}
		
			#sidebar .form .checkbox.right input {
				float: right;	
			}
		
		#sidebar .form .checkbox span {
			float: left;
			width: 170px;
			margin-left: 5px;
		}
		
			#sidebar .form .checkbox.right span {
				float: right;
				width: auto;
				margin-right: 5px;
				font-size: 10px;
			}
		
		/* Date */
		#sidebar .form .date input {
			width: 70px;
			float: left;
		}
		
		#sidebar .form .date a {
			float: left;
			overflow: hidden;
			width: 16px;
			height: 16px;
			margin: 1px 0 0 5px;
			
			background: url(/public/images/icon-datepicker.png) no-repeat center top;
			text-indent: -9999px;
		}
		
		/* Selectbox */
		#sidebar .form .select div {
			display: block;
			overflow: hidden;
			padding: 0 0 5px 0;
			
			line-height: 15px;
		}
		
			#sidebar .form .select div select {
				float: left;
				margin-right: 5px;
			}
				#sidebar .form .select div select.fullsize {
					width: 185px;	
				}
				#sidebar .form .select div select.middlesize {
					width: 158px;	
				}
			
			#sidebar .form .select div input {
				float: left;
				margin: 0 5px 5px 0;
				width: 20px;
			}
			
			#wrapper #sidebar .form .select div label {
				float: left;
				min-width: 60px;
				padding-top: 2px;
				margin-right: 5px;
				
				font-size: 10px;
				color: #555;
			}
		
			#sidebar .form .select div em {
				float: left;
				padding-top: 2px;
				margin-right: 5px;
				
				font-size: 10px;
				color: #555;
			}
			
			#sidebar .form .select div span {
				float: left;
				overflow: hidden;
				width: 90px;
			}
			
		/* Empty line */
		#sidebar .form .line {
			display: block;
			overflow: hidden;
			height: 3px;
			line-height: 2px;
			background: url(../images/line-sidebar-box-h5.png) repeat-x center center;
		}
			
	/*  Buttons */
	#sidebar .form .buttons {
		overflow: hidden;
	}
	
	#sidebar .form .buttons a {
		float: left;
		margin-top: 10px;
		font-size: 10px;
	}
		
	#sidebar .form .buttons button {
		float: right;
		width: 90px;
		height: 26px;
		margin: 5px 0 10px 0;
		
		background: url(../images/btn-subscriber.png) no-repeat center center;
		border: none;
		line-height: 25px;
		font-size: 11px;
		font-weight: bold;
		vertical-align: middle;
		cursor: pointer;
		color: #0098CB;
	}
			
			
#sidebar .box {
	clear: both;
	display: block;
	overflow: hidden;
	
	background: url(../images/bg-sidebar-box.png) no-repeat center bottom;	
}

	#sidebar .box .inside {
		display: block;
		padding: 0 5px;
		margin-bottom: 10px;
		background: url(../images/bg-sidebar-box.png) no-repeat center top;		
	}
	
	#sidebar .box h5 {
		padding: 7px 0 2px 0;
		
		background:  url(../images/line-sidebar-box-h5.png) repeat-x center bottom;
		font-weight: bold;
		color: #ED7D0A;	
	}
	
		#sidebar .box h5 span {
			display: block;
			
			padding: 10px 5px 10px 35px;
			background: white url(../images/icon-ok.png) no-repeat 5px 7px;
		}
		
	#sidebar .box ul {
		padding: 5px 10px;	
	}
	
	#sidebar .box li {
		padding-bottom: 15px;
		margin-bottom: 5px;
		background: url(../images/line-sidebar-box-li.png) no-repeat center bottom;
	}
		#sidebar .box li.last {
			margin: 0;
			padding: 0;
			background: none;	
		}
		
	#sidebar .box h6 {
		padding-bottom: 3px;
		font-size: 14px;
		font-weight: bold;
		color: #555;
	}
	
#sidebar .articles {
	margin-bottom: 15px;
	padding-top: 10px;
	background: url(../images/colours/work/bg-sidebar-box.png) no-repeat center top;	
}

	#sidebar .articles .inside {
		padding: 0 10px 10px 10px;
		background: url(../images/colours/work/bg-sidebar-box.png) no-repeat center bottom;
	}
	
	#sidebar .articles ol li {
		padding: 0 0 5px 15px;
		background: url(../images/colours/work/icon-sidebar-box-ol.png) no-repeat 5px 5px;	
	}
		


/* Breadcrumbs */
#breadcrumbs {
	display: block;
	margin-bottom: 10px;
}

	#breadcrumbs ol {
		overflow: hidden;	
	}
	
	#breadcrumbs li {
		float: left;
		padding-left: 8px;
		margin-right: 5px;
		
		background: url(../images/breadcrumbs.png) no-repeat 0 6px;
		font-size: 9px;
		font-weight: bold;
		color: #7F7F7F;
	}
	
		#breadcrumbs li.first {
			background: none;
			padding-left: 0;
		}
	
		#breadcrumbs li a {
			font-weight: normal;
		}

/* Single article */
.article {
	overflow: hidden;
}
	
	.article .preview {
		float: left;
		padding: 2px;
		margin: 5px 10px 5px 0;
		
		border: 1px solid #D6D6D6;
	}
	
	.article .title {
		padding-bottom: 5px;
		font-size: 18px;
	}
	
	.article .table {
		width: 100%;
		border-left: 1px solid #D6D6D6;
		border-bottom: 1px solid #D6D6D6;
	}
	
		.article .table th {
			padding: 5px 0;
			
			background: #ACACAC;
			
			vertical-align: middle;
			text-align: center;
			font-weight: bold;
			color: white;	
		}
	
		.article .table td {
			padding: 2px 5px;
			border-right: 1px solid #D6D6D6;
		}
	
/* Text elements */
.text {
}

	.text strong {
		font-weight: bold;
	}
	
	.text em {
		font-style: italic;
	}
	
	.text ul,
	.text ol {
		padding: 3px 0 3px 5px;
	}
	
		.text ol li {
			list-style: decimal;
			list-style-position: inside;
		}
	
		.text ul li {
			padding: 0 0 0 7px;
			background: url(../images/bg-detailsbar-a.gif) no-repeat 0 6px;	
		}

	.text p {
		text-indent: 0px;
		padding-bottom: 5px;
	}
	
	.text h1{
		font-size: 17px;
		padding-bottom: 5px;
	}
	
	.text h2{
		font-size: 15px;
		padding-bottom: 5px;
	}

	.text h3 {
		font-size: 12px;
		padding-bottom: 5px;
	}
	
	.text h4 {
		font-size: 15px;
	}
	
	.text h5 {
		font-size: 14px;
	}
	
	.text h6 {
		font-size: 12px;
	}
	

/*
 * Colours : tickets / accommodation / tours / holidays / work / discount
 */
 
  /* Accommodation */
.tickets .list_articles .links a,
.tickets .list_articles .links,
.tickets .list_articles .title,
.tickets #sidebar .form fieldset label,
.tickets #sidebar .form .tabs a.active,
.tickets  #navigation .active table a,
.tickets  #sidebar .form button,
.tickets .article .title,
.tickets .article .text h1,
.tickets .article .text h2,
.tickets .article .text h3,
.tickets .article .text h4,
.tickets .article .text h5,
.tickets .article .text h6 {
	color: #0087C1;
	text-decoration: none;
}
 
 
 /* Accommodation */
.accommodation .list_articles .links a,
.accommodation .list_articles .links,
.accommodation .list_articles .title,
.accommodation #sidebar .form fieldset label,
.accommodation #sidebar .form .tabs a.active,
.accommodation  #navigation .active table a,
.accommodation  #sidebar .form button,
.accommodation .article .title,
.accommodation .article .text h1,
.accommodation .article .text h2,
.accommodation .article .text h3,
.accommodation .article .text h4,
.accommodation .article .text h5,
.accommodation .article .text h6 {
	color: #B43A63;
	text-decoration: none;
}

.accommodation .list_articles .links a {
	background-image: url(../images/colours/accommodation/bg-links-a.gif);
}

.accommodation #navigation .tabs {
	background-position: 0 -30px;
}

.accommodation #navigation .jcarousel-container {
	background-image: url(../images/colours/accommodation/bg-navigation-links.jpg);	
}

.accommodation #sidebar .form .tabs a {
	background-image: url(../images/colours/accommodation/btn-sidebar-form.png);
}

.accommodation #sidebar .form,
.accommodation #sidebar .form form {
	background-image: url(../images/colours/accommodation/bg-sidebar-form.png);
}

 /* Tours */
.tours .list_articles .links a,
.tours .list_articles .links,
.tours .list_articles .title,
.tours #sidebar .form fieldset label,
.tours #sidebar .form .tabs a.active,
.tours  #navigation .active table a,
.tours  #sidebar .form button,
.tours .article .title,
.tours .article .text h1,
.tours .article .text h2,
.tours .article .text h3,
.tours .article .text h4,
.tours .article .text h5,
.tours .article .text h6 {
	color: #D3536A;
	text-decoration: none;
}

.tours .list_articles .links a {
	background-image: url(../images/colours/tours/bg-links-a.gif);
}

.tours #navigation .tabs {
	background-position: 0 -60px;
}

.tours #navigation .jcarousel-container {
	background-image: url(../images/colours/tours/bg-navigation-links.jpg);	
}

.tours #sidebar .form .tabs a {
	background-image: url(../images/colours/tours/btn-sidebar-form.png);
}

.tours #sidebar .form,
.tours #sidebar .form form {
	background-image: url(../images/colours/tours/bg-sidebar-form.png);
}

 /* Holidays */
.holidays .list_articles .links a,
.holidays .list_articles .links,
.holidays .list_articles .title,
.holidays #sidebar .form fieldset label,
.holidays #sidebar .form .tabs a.active,
.holidays  #navigation .active table a,
.holidays  #sidebar .form button,
.holidays .article .title,
.holidays .article .text h1,
.holidays .article .text h2,
.holidays .article .text h3,
.holidays .article .text h4,
.holidays .article .text h5,
.holidays .article .text h6 {
	color: #DFA401;
	text-decoration: none;
}

.holidays .list_articles .links a {
	background-image: url(../images/colours/holidays/bg-links-a.gif);
}

.holidays #navigation .tabs {
	background-position: 0 -90px;
}

.holidays #navigation .jcarousel-container {
	background-image: url(../images/colours/holidays/bg-navigation-links.jpg);	
}

.holidays #sidebar .form .tabs a {
	background-image: url(../images/colours/holidays/btn-sidebar-form.png);
}

.holidays #sidebar .form,
.holidays #sidebar .form form {
	background-image: url(../images/colours/holidays/bg-sidebar-form.png);
}

 /* Work */
.work .list_articles .links a,
.work .list_articles .links,
.work .list_articles .title,
.work #sidebar .form fieldset label,
.work #sidebar .form .tabs a.active,
.work  #navigation .active table a,
.work  #sidebar .form button,
.work .article .title,
.work .article .text h1,
.work .article .text h2,
.work .article .text h3,
.work .article .text h4,
.work .article .text h5,
.work .article .text h6 {
	color: #66AF20;
	text-decoration: none;
}

.work .list_articles .links a {
	background-image: url(../images/colours/work/bg-links-a.gif);
}

.work #navigation .tabs {
	background-position: 0 -120px;
}

.work #navigation .jcarousel-container {
	background-image: url(../images/colours/work/bg-navigation-links.jpg);	
}

.work #sidebar .form .tabs a {
	background-image: url(../images/colours/work/btn-sidebar-form.png);
}

.work #sidebar .form,
.work #sidebar .form form {
	background-image: url(../images/colours/work/bg-sidebar-form.png);
}

 /* Discount */
.discount .list_articles .links a,
.discount .list_articles .links,
.discount .list_articles .title,
.discount #sidebar .form fieldset label,
.discount #sidebar .form .tabs a.active,
.discount  #navigation .active table a,
.discount  #sidebar .form button,
.discount .article .title,
.discount .article .text h1,
.discount .article .text h2,
.discount .article .text h3,
.discount .article .text h4,
.discount .article .text h5,
.discount .article .text h6 {
	color: #BD3C31;
	text-decoration: none;
}

.discount .list_articles .links a {
	background-image: url(../images/colours/discount/bg-links-a.gif);
}

.discount #navigation .tabs {
	background-position: 0 -150px;
}

.discount #navigation .jcarousel-container {
	background-image: url(../images/colours/discount/bg-navigation-links.jpg);	
}

.discount #sidebar .form .tabs a {
	background-image: url(../images/colours/discount/btn-sidebar-form.png);
}

.discount #sidebar .form,
.discount #sidebar .form form {
	background-image: url(../images/colours/discount/bg-sidebar-form.png);
}

.discount #sidebar .articles,
.discount #sidebar .articles .inside {
	background-image: url(../images/colours/discount/bg-sidebar-box.png);	
}

.discount #sidebar .articles ol li {
	background-image: url(../images/colours/discount/icon-sidebar-box-ol.png);	
}

label.calendar {width:55px;}
input.calendar, select.calendar{ width: 110px;}
img.calendar
{
margin: 2px 0px 0px 3px; 
padding: 0px; 
cursor: pointer;
display: block;
float: left;
}

#sitemap table {border:0; vertical-align: top; width: 100%;}
#sitemap table tr {border:0; vertical-align:top; }
#sitemap table tr td {border:0; vertical-align:top; }

#sitemap ul{
	margin: 0px;
	padding: 2px;
}
#sitemap ul li{
	margin: 0px;
	padding: 2px;
	overflow: auto;
	display: list-item;
}
#sitemap .main{color:#0087C1; font-size:18px;font-family:"Trebuchet MS",Tahoma,Geneva,sans-serif;}
#sitemap .title{color:#0087C1; font-size:15px;font-family:"Trebuchet MS",Tahoma,Geneva,sans-serif;}