@import url('text.css');
@import url('color.css');

/*
#body_wrap {background-image:url('../graphics/layout/bg.jpg');}
#wrap {background-image:url('../graphics/layout/bg_wrap.jpg');}
#nav{background-image:url('../graphics/layout/bg_nav.png');}
#header {background-image:url('../graphics/layout/bg_header.jpg');}
#article ul li,#nav_secondary ul li {background-image:url('../graphics/layout/news_bullet.gif');}
.section {background-image:url('../graphics/layout/bg_section.gif');}
#footer {background-image:url('../graphics/layout/bg_footer.gif');}
#body_wrap {background-image: url("../graphics/layout/bg.jpg");}
*/



/* CSS from FDP header */
a:link, a:visited {
text-decoration: underline;
color: #172c5b;
font-weight: bold;
}

a:hover {
color: #000;
}

.collection_item_label {
font-weight: bold;
color: #172c5b;
}

.collection_item_label a:link, .collection_item_label a:visited {
color: #172c5b;
}

.collection_item_label a:hover { color: #000; }


#article, #nav_secondary {
background: #c0c0c0;
}

#article {
	padding: 0 20px;
	width: 302px;
}

#article a {
color: #172C5B;
font-weight: bold;
text-decoration: underline;
}

.fdpc_designready_item .fdpc_designready_item_actions a:link, .fdpc_designready_item .fdpc_designready_item_actions a:visited {
	color: #fff;
}

.summary_label,
.summary_value,
.order_details_total_label,
.order_details_total_value {
	display: none;
}