/* ----------------------------------------------
	full css info  for only pattern.html
------------------------------------------------- */

/* d_cuff */
#d_cuff .title{
	font-weight: bold;
	margin-bottom: 0;
}
#d_cuff .sub{
	margin-top: 0;
}
#d_cuff .s{
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 170px;
}

/* d_callar */
#d_callar .title{
	font-weight: bold;
	margin-bottom: 0;
}
#d_callar .sub{
	margin-top: 0;
}
#d_callar .s{
	text-align: center;
	width: 230px;
	display: inline-block;
	vertical-align: top;
}

/* d_back */
#d_back .title{
	font-weight: bold;
}
#d_back .s{
	text-align: center;
	width: 240px;
	display: inline-block;
	vertical-align: top;
}

/* d_pocket */
#d_pocket .s{
	text-align: center;
	width: 140px;
	display: inline-block;
	vertical-align: top;
	vertical-align: top;
}
#d_pocket .title{
	font-weight: bold;
	margin-bottom: 0;
}
#d_pocket .sub{
	margin-top: 0;
}

/* d_stitches */
#d_stitches .s{
	text-align: center;
	width: 140px;
	display: inline-block;
	vertical-align: top;
	vertical-align: top;
}
#d_stitches .title{
	font-weight: bold;
	margin-bottom: 0;
}
#d_stitches .sub{
	margin-top: 0;
}

/* d_color */
#d_color{
	font-size: 80%;
	margin: 20px 0;
}
#d_color div{
	display: inline-block;
	vertical-align: top;
	width: 200px;
}
#d_color .title{
	font-weight: bold;
	vertical-align: middle;
	display: table-cell;
	width: 20px;
}
#d_color .sub{
	display: table-cell;
	vertical-align: middle;
	width: 60px;
}
#d_color .c{
	display: table-cell;
	vertical-align: middle;
	width: 68px;
}

/* d_armhole */
#d_armhole .s{
	text-align: center;
	width: 220px;
	display: inline-block;
	vertical-align: top;
}
#d_armhole .title{
	font-weight: bold;
	margin-bottom: 0;
}
#d_armhole .sub{
	margin-top: 0;
}
/* .front */
#front .s{
	text-align: center;
	width: 220px;
	display: inline-block;
	vertical-align: top;
}
#front .title{
	font-weight: bold;
	margin-bottom: 0;
}
#front .sub{
	margin-top: 0;
}

	/* ie67 ------------- */
	* html .s{ display: inline !important;}
	* html #d_color div{ display: inline;}
	*:first-child+html .s{ display: inline !important;}
	*:first-child+html #d_color div{ display: inline;}
	/* ------------------ */