/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:	STYLE SHEET
Filename:	css/print/coArticle.css (Global)
Description:Generic constructor page print classes 
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
8	15Aug05		MS			Added MORE formatting to make the pages printer-friendly
8	15Aug05		MS			Added formatting to make the printing stuff print lovlier
8	10Aug05		MS			Added formatting to make the printing stuff print lovlier
6	15/7/05		PG			Fixed really annoying IE bug.  Nearly killed self in process.
5	19Apr05		CT			Added const_print_header
4	14Apr05		CT			Added bottom margin to media_print_title 
3	14Apr05		CT			Added media_print_title
2	13Apr05		CT			Added more classes for different constructors
1	11Apr05		CT			Created
2.0.0
*/

.const_article {
	float: left;
}

p{
	font-size: 16px;
}
.const_main_border, .page_contructor, .list_item, .list_item_body, .list_item_date, .item_detail, .item_body, .item_text, .list_case_study_body, .list_case_study_date, .item_case_study_name, .item_body_vert_rule {
	background: transparent none;
	float: none !important;
	color: black;
	width: auto;
   	margin: 0;
   	padding: 0;
   	border: 0;
}

.item_body_vert_rule{
}

.item_images{
	float: left;
}

.item_text_images{
	float: left;
}

.item_name, .item_summary  {
	float: none !important;
}

.media_title {
	display: none;
}

.media_print_title, .const_print_header {
	display: block;
	color: black;
	margin-bottom: 5px;
}

#const_subnav {
	display: none;
	margin-bottom: 0px;
}
#coArticleWrapper .const_article,
#coArticleWrapper .article_header{
	background: transparent none;
	float: none !important;
	color: black;
	width: auto;
   	margin: 0;
   	padding: 0;
   	border: 0;
}
#coArticleWrapper .item_name{
	display:block;
	float: none !important;
	width: auto;
	padding-top:5px;
}
