/* css ¼¿·ºÅÍ 
#id #id.class_name tag
-ÁßÃ¸Á¤ÀÇ °¡´É : #id , #id.class
-#id¾ÈÀÇ ³»¿ëÁß class_name À¸·Î µî·ÏµÈ°ÍÁß¿¡ Æ¯Á¤ tag¸¸ Àû¿ë
*/

/*
	line-height : ¶óÀÎ ³ôÀÌ / ¹è°æÀÌ¶û °°ÀÌ ½á¾ß
*/

/* ¸®½ºÆÃ¿¡ »ç¿ë */
/* Á¦¸ñ */
#item_list.txt_strong h3{
	clear:both;
	font:bold 12px dotum;
	line-height:1.4;
	height:17px;
	overflow:hidden;
	cursor:hand;
	word-break:break-all;
}

/* »óÇ°¼³¸í */
#item_list.txt_strong h2{
	clear:both;
	font:bold 12px dotum;
	line-height:1.4;
	color:#666666;
	word-break:break-all;
}


/* »ó¼¼º¸±â¿¡ »ç¿ë : ÀüÃ¼´Ù ³ëÃâ½ÃÅ²´Ù.*/
/* Á¦¸ñ */
#item_view.txt_strong h3{
	clear:both;
	font:bold 12px dotum;
	line-height:1.4;
	height:17px;
	cursor:hand;
	word-break:break-all;
}
/* »óÇ°¼³¸í */
#item_view.txt_strong h2{
	clear:both;
	font:bold 12px dotum;
	line-height:1.4;
	color:#666666;
	word-break:break-all;
}

/* »ó¼¼¼³¸í ¹è°æ »öÁöÁ¤ */
.txt_back_yellow h2 font{
	background-color:#FFFF99
}
.txt_back_yellow h3 font{
	background-color:#FFFF99
}
.txt_back_blue h2 font{
	background-color:#99FFFF
}
.txt_back_blue h3 font{
	background-color:#99FFFF
}
.txt_back_pink h2 font{
	background-color:#FF99FF
}
.txt_back_pink h3 font{
	background-color:#FF99FF
}



/* »óÇ° ¸®½ºÆÃ °ü·Ã ½ºÅ¸ÀÏ */
img.item_img 
{ 
	max-width : 100%;
}

/* »óÇ° ¸ñ·Ï */
div.item_list {
	border: 0px solid #8cacbb;
	width: 22%;
	min-width: 14em;
	margin: 0% 15px 10px 0%;
	padding: 10px 1px 10px 0px;
	float: left;	
}

/* º£½ºÆ®»óÇ° ¸ñ·Ï */
div.item_best {
	border: 0px solid #8cacbb;
	width: 160;
	height:170;
	min-width: 14em;
	margin: 0% 0px 10px 0%;
	padding: 1px 1px 1px 1px;
	float: left;	
}
/* ÃßÃµ»óÇ° ¸ñ·Ï */
div.item_recommand {
	border: 0px solid #8cacbb;
	border-top: 1px solid #8cacbb;
	border-bottom: 1px solid #8cacbb;
	width: 370;
	height:135;
	min-width: 14em;
	margin: 0% 13px 10px 0%;
	padding: 2px 1px 2px 0px;
	float: left;	
}
/* ½Å»óÇ° ¸ñ·Ï */
div.item_new {
	border: 0px solid #8cacbb;
	width: 160;
	height:170;
	min-width: 14em;
	margin: 0% 0px 10px 0%;
	padding: 1px 1px 1px 1px;
	float: left;	
}
/* ¼¼ÀÏ»óÇ° ¸ñ·Ï */
div.item_sale {
	border: 0px solid #8cacbb;
	width: 160;
	height:170;
	min-width: 14em;
	margin: 0% 0px 10px 0%;
	padding: 1px 1px 1px 1px;
	float: left;	
}
