@charset "UTF-8";

/*
information{
	file name : /css/individual/items/emerald/default.css;
	infomation : This CSS file define "items-emerald" layout styles.;
	site name : VSM Husqvarna Viking;
	copyrihgt : Copyright (C) JUKI Co.,Ltd. All Rights Reserved.;
}
*/

/* contents
--------------------------------------------------------------------------
1. import(hide MacIE 4.5)
2. item-lead
3. item-subtitle
--------------------------------------------------------------------------
*/


/* 1. import(hide MacIE 4.5)
-----------------------------------------------	*/
@import url("../index.css");


/* 2. item-lead
-----------------------------------------------	*/
#subContents div.item-lead {
	margin-bottom: 20px;
	background-image:  url("../../../../items/emerald/img/lead_background.gif");
	background-repeat: repeat-y;
	background-position: left top;
}

#subContents div.item-lead div.whole {
	background-image:  url("../../../../items/emerald/img/lead_header.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

#subContents div.item-lead div.whole div.container {
	min-height: 1%;
	padding: 17px 25px;
	background-image:  url("../../../../items/emerald/img/lead_footer.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #000000;
}

/* -- Hack WinIE & MacIE --*/
* html #subContents div.item-lead div.whole div.container {
	/* Hides from IE5-Mac ¥*/ 
	height: 1%;
	/*end  Hides from IE5-Mac */
}
/* -- Hack WinIE & MacIE  end--*/

#subContents div.item-lead div.cell1 {
	float: left;
	width: 240px;
}

#subContents div.item-lead div.cell2 {
	float: right;
	width: 240px;
}

#subContents div.item-lead div.whole div.container p em {
	color: #C99B43;
}



/* 3. item-subtitle
-----------------------------------------------	*/
#subContents div.item-subtitle {
	margin-bottom: 15px;
	padding: 0px 3px 13px 3px;
	background-image:  url("../../../../items/emerald/img/item_subtitle_background.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #16867B;
}

#subContents div.item-subtitle p {
	margin: 0;
	padding: 0;
}

