@charset "utf-8";
/* CSS Document */

#Header{ margin:0 auto; width:950px; }
#Content{ background-color: #FFFfff; margin:0 auto; width:950px; font-family:Arial, Helvetica, sans-serif;}
#Content ul{ clear:both; overflow: hidden;}
#Content li{ width:185px; float:left; margin-left:4px;}
#Content li img{
	padding:1px;
	border:1px solid #666666;
}
#Content li h4{
	background-color: #FF9900;
	width: 184px;
	height:21px;
	font-size:13px;
	line-height:20px;
	font-weight:bold;
	color:#512800;
	text-align:center;
	vertical-align: middle;
	margin-top:0px;
	margin-bottom:6px;
}

#Content li p{
	font-size:13px;
	font-weight: normal;
	line-height:17px;
	height:30px;
	margin-bottom:8px;
}

#Content li p a{
	color:#000000;
	text-decoration:none;
}
#Content li p a:hover{ text-decoration: underline;}
#Content li p span.O_Sale{ color:#666666; font-size:11px; font-weight:normal; text-decoration:line-through; margin-top:14px; margin-left:5px; margin-right:5px;}
#Content li p span.NowSale{
	color:#DD0769;
	font-size:26px;
	font-weight:bold;
	line-height:26px;
	margin-right:5px;
}

#Content li p span.Buy a{ text-decoration: underline; font-size:12px; color:#003399;}
#Content li p span.Buy a:hover{ text-decoration: underline; color:#663399;}


/* Reset */



div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    outline: 0; 
    font-size: 100%; 

    background: transparent; 
} 
body { 
    line-height: 1; 
} 
ol, ul { 
    list-style: none; 
} 
blockquote, q { 
    quotes: none; 
} 
blockquote:before, blockquote:after, 
q:before, q:after { 
    content: ''; 
    content: none; 
} 

/* remember to define focus styles! */ 
:focus { 
    outline: 0; 
} 

/* remember to highlight inserts somehow! */ 
ins { 
    text-decoration: none; 
} 
del { 
    text-decoration: line-through; 
} 

/* tables still need 'cellspacing="0"' in the markup */ 
table { 
    border-collapse: collapse; 
    border-spacing: 0; 
} 



#SHOP_LIST { margin:0 auto 0 auto; width:950px; }
#SHOP_LIST ul{ overflow: auto; width:950px; margin:4px auto 4px auto;}
#SHOP_LIST ul li{ float:left;}
#SHOP_LIST ul li img{ background-color:#FFF; padding:5px; border: #E1E1E1 solid 1px;}
#SHOP_LIST ul li a { font-size:12px; color:#077cc9; text-align:center; line-height:18px; text-decoration:none;}
#SHOP_LIST ul li p{text-align:center; }
#SHOP_LIST ul li img{
	width:160px;
	height:80px;
	margin-top: 9px;
	margin-right: 9px;
	margin-bottom: 2px;
	margin-left: 9px;
}

