/*** Content Components *******************************************************/

#maincontent {
	background-image: url("../images/bg_maincontent_pink.gif");
}
#maincontent .section {
	border-bottom-color: #facbdf;
}
#maincontent .imagecollection div {
	background-image: url("../images/placeholder_small_pink.gif");
}
#maincontent .imagecollection div.large {
	background-image: url("../images/placeholder_large_pink.gif");
}
#maincontent .linklist li {
	border-bottom-color: #facbdf;
}
#maincontent .linklist li a {
	background-image: url("../images/icon_link_pink.gif");
}
#maincontent .linklist li a:hover,
#maincontent .linklist strong {
	color: #ed5395;
}
#maincontent .listing th,
#maincontent .listing td {
	border-bottom-color: #facbdf;
}
#maincontent .listing .alternate th,
#maincontent .listing .alternate td {
	background: #fdeff5;
}
#maincontent .listing caption {
	background-image: url("../images/icon_heart_pink.gif");
	border-bottom-color: #facbdf;
	color: #ed5395;
}

/*** Contentheader Components *************************************************/

#contentheader {
	background-color: #f9cadf;
	background-image: url("../images/bg_contentheader_pink.gif");
	border-color: #f39ec1;
}
#contentheader h2 {
	color: #ed5395;
}

/*** Button Components ********************************************************/

#wrapper .button,
#wrapper .button em {
	background-image: url("../images/bg_button_pink.gif");
	color: #ed5395;
}

/*** Tab Components ***********************************************************/

#maincontent .tabbar * {
	color: #ed5395;
}
#maincontent .tabbar li.current a,
#maincontent .tabbar li.current a span,
#maincontent .tabbar li a:hover,
#maincontent .tabbar li a:hover span {
 	background-image: url("../images/bg_tab_pink.gif");
}

/*** Infoarea Components ******************************************************/

#maincontent .infoarea {
	background: #facbdf;
}

