
/*------------------------------------------------------------------
[Table of contents]

1. Body + reset general tags
2. Containers #backgroundCon, #outerCon
3. Header / #headerCon
4. Navigation / #navigationCon
5. Content / #contentCon
6. Left column / #leftColumn
7. Boxes / .box
8. Right column / #rightColumn
9. Search / #search
10. Advertisements / .banner
11. Forms
12. Footer / #footerCon
13. Links
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[ 13. Links ]
------------------------------------------------------------------*/

div#leftColumn a:visited {
	color:#7a543e;
}


/*------------------------------------------------------------------
[ 1. Body + reset general tags ]
------------------------------------------------------------------*/

h1 {
	color:				#ad7859;
	letter-spacing:     2px;
}


/*------------------------------------------------------------------
[ 7. Boxes / .box ]
------------------------------------------------------------------*/

div.boxes {
	color:				#3b3734;
	background-image:	url('../gfx/boxes_even_top.png');
}

div.boxes.odd.first {
	background-image:	url('../gfx/boxes_odd_top_first.png');
}

div.boxes.odd {
	background-image:	url('../gfx/boxes_odd_top.png');
}

div#boxes-bottom.odd {
	background-image:	url('../gfx/boxes_odd_bottom.png');
}

div.boxes .intro {
	/*color:				#38014e;*/
}

div.boxes h4 {
	color:				#38014e;
}

div.boxes a {
    color:              #ad7859 !important;
}

	div.boxes div.toggleBttn a {
		background-image:	url('../gfx/open-close-arrows.png');
	}
	div.boxes div.toggleBttn a:hover {
		background-image:	url('../gfx/open-close-arrows.png');
	}
	div.boxes div.toggleBttn a.active {
		background-image:	url('../gfx/open-close-arrows.png');
	}
	
/*------------------------------------------------------------------
[ 7.1. specific boxes ]
------------------------------------------------------------------*/
			
div.boxes.accordionlist {
	background-image:	url('../gfx/boxes_odd_top_first.png');
}

	div.boxes.accordionlist div.accordionlistblock.open {
		border-top:			1px solid #ad7859;
		border-bottom:		1px solid #ad7859;
		background-color:	#fff;
	}

/*- pagination -*/	
	div#accordionlistPagination table th a,
	div#accordionlistPagination table td a {
		color:				#ad7859;
	}
	div#accordionlistPagination table td a.active {
		color:				#ad7859;
		border:				1px solid #ad7859;
	}			
