@charset "utf-8";

/* ===================================================================
CSS information

 File Name  : phuze.css
 Author     : Swimsuit Department
 Style Info : Phuze Design style
=================================================================== */

/****************************************
	title
*****************************************/

.series_title {
    padding-top: 20px;
}


/****************************************
	thumbnail
*****************************************/

/* Simple Ring */
.itemContents01 {  
 	float: left;
    width: 950px;  
    _margin-bottom: 50px;
    margin-bottom: 100px;
}  



.thumb01  { 
    width: 950px; 
    margin: 0; 
    overflow: hidden; 
    _zoom: 1; 
} 
 
.thumb01 li   { 
 	float: left;
    _margin-bottom: 15px;
    margin-bottom: 30px;
} 


/* Bling Ring */
.itemContents02 {  
 	float: left;
    width: 950px;  
    _margin-bottom: 25px;
    margin-bottom: 50px;
	background: url(../images/bling_bk.jpg) no-repeat;
}  



.thumb02  { 
 	float: left;
    width: 950px; 
    height: 476px; 
    margin: 0; 
    padding-top: 197px;
    overflow: hidden; 
    _zoom: 1; 
} 
 
.thumb02 li   { 
 	float: left;
}  
 



/* Chupa Ring */
.itemContents03 {  
 	float: left;
    width: 950px;  
    _margin-top: 70px;
    margin-top: 140px;
    _margin-bottom: 25px;
    margin-bottom: 50px;
	background: url(../images/chupa_bk.jpg) no-repeat;
}  

.thumb03  { 
    width: 752px; 
    height: 700px; 
    padding: 0 108px 0 90px;
    margin: 0; 
    overflow: hidden; 
    _zoom: 1; 
} 
 
.thumb03 li   { 
 	float: left;
}  




 

.thumb_text  {
	font-size:85%;
    text-align: center;
    font-family: "Century Gothic", Helvetica ;
    padding-top: 5px;

}


