@charset "UTF-8";

/*
information{
	file name : /css/individual/items/designer_diamond/default.css;
	infomation : This CSS file define "items-designer_diamond" 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: 30px;
	background-image: url("../../../../items/designer_diamond/img/lead_background.gif");
	background-repeat: repeat-y;
	background-position: left top;
}

#subContents div.item-lead div.whole {
	background-image: url("../../../../items/designer_diamond/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/designer_diamond/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;
}


/* 3. item-subtitle
-----------------------------------------------	*/
#subContents div.item-subtitle {
	margin-bottom: 15px;
}

#subContents div.item-subtitle p {
	margin: 0;
	padding: 0;
	color: #0D71D3;
}

/* 3'. item-subtitle-bg
-----------------------------------------------	*/
#subContents div.item-subtitle-bg {
	margin-bottom: 15px;
	background: url(../../../../items/designer_diamond/img/item_subtitle_background.gif) no-repeat;
	width: 550px;
	height: 35px;
}

#subContents div.item-subtitle-bg p {
	margin: 0;
	padding: 5px 0 0 0;
	color: #0D71D3;
}

/* 4. other class
----------------------------------------------- */
div.cell3 strong {
	display: block;
	padding-bottom: 4px;
}

div.cell3 ul.dotStyleList {
	margin-bottom: 20px!important;
}

em.red {
	color: #CB0003;
	display: block;
	padding-bottom: 10px;
}

ul.caption li {
	font-size: 70%;	
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.4;
}

strong {
	color: #0D71D3!important;
}

.pt10px {
	padding-top: 10px;
}

.pt20px {
	padding-top: 20px;
}

.pb10px {
	padding-bottom: 10px;
}

.pb20px {
	padding-bottom: 20px;
}

.mr10px {
	margin-right: 10px;
}

.mr30px {
	margin-right: 30px;
}

.mr40px {
	margin-right: 40px;
}

