@charset "UTF-8";

/* Suggest order
*display
*list-style
*position
*float
*clear
*width
*height
*margin
*padding
*border
*background
*color
*font
*text-decoration
*text-align
*vertical-align
*white-space
*other text
*content
*/

#shoplist {
	margin-top: 20px;
}

#shoplist tr{
	background: url(../images/i_pline_gray.gif) repeat-x left bottom;
}

#shoplist td{
	padding: 8px 3px;
	vertical-align: top;
}

#shopinfo {
	margin: 15px 0;
}

#shopinfo p {
	margin-left: 10px;
}

#shopinfo dt {
	display: block;
	float: left;
	clear: left;
	width: 50px;
	padding: 2px 0 2px 0;
	text-align:left;
}
*html #shopinfo dt {
	background: url(../images/i_pline_gray.gif) repeat-x left top;
}

#shopinfo dt.img {
	margin: 0;
	background: url(../images/i_pline_gray.gif) repeat-x left top;
	text-align: left;
}

#shopinfo tr{
	background: url(../images/i_pline_gray.gif) repeat-x left bottom;
}


#shopinfo dd {
	margin: 0;
	padding: 2px 10px 2px 62px;
	background: url(../images/i_pline_gray.gif) repeat-x left top;
	text-align: left;
	line-height: 1.5;

}
*html #shopinfo dd {
	padding-left: 0;
}

.shopphoto {
	width: 196px;
	vertical-align: bottom;
}

#shoptext {
	margin: 15px 0;
}

#line h3 {
	margin-bottom: 30px;
}



























