@charset "utf-8";
/* CSS Document */

h1 {display:none;}

#nav_album {border-bottom:2px solid #ff6699;}

#album {width:1000px; border-left:8px solid #FFF; border-right:8px solid #FFF; margin:auto; overflow:hidden;}

#title {border-left:6px solid #ff6699; height:22px; margin-top:32px;}

#title h2 {font-size:22px;}

#albums {min-height:400px;}

#albums .album {height:390px; float:left; margin-top:32px; background:#FFF;}

#albums .album .image {width:495px; height:330px; overflow:hidden; position:relative;}

#albums .album .image img {width:100%; position:absolute;}

#albums .album .info {margin-top:12px; text-align:right;}

#albums .album .info img {height:14px; width:14px;}

#albums .album .info2 {margin-top:16px; text-align:right;}

#filters {width:998px; border:1px solid #dedede; margin-top:8px; height:72px; overflow:hidden;}

#filters a {margin-right:16px;}

#cates {margin-left:16px; width:966px; border-bottom:1px solid #dedede; height:36px; line-height:36px;}

#orders {margin-left:16px; width:966px; height:36px; line-height:36px;}

#none {height:512px; text-align:center; line-height:512px;}

@media screen and (min-width: 1680px) {
	
#album {width:1200px;}

#filters {width:1198px;}

#cates {width:1166px;}

#orders {width:1166px;}

#albums {min-height:486px;}

#albums .album {height:454px;}

#albums .album .image {width:595px; height:396px;}

}


