@charset "utf-8";
<!--
/* The Star */
.thestar{
margin:0 30px;
}
.thestar h1{
margin:15px 0 25px 0;
color:#4c7fff;
font-size:14px;
}
.thestar h3	{
margin:15px 0 10px 0;
color:#587abc;
font-size:18px;
font-weight:normal;
}
.thestar dl{
text-align:right;
overflow:hidden;
float:right;
margin:0 0 10px 0;
padding:0 0 10px 0;
font-size:11px;
border-bottom:1px dotted #ddd;
width:680px;
}
.thestar dl select{
font-size:11px;
}
.thestar dt{
display:inline;
font-weight:bold;
color:#587abc;
}
.thestar dd{
display:inline;
border-right:1px solid #ddd;
padding:2px 7px 2px 10px;
}
.thestar dd a{
color:#777;
}
.thestar dd a.active{
color:#f90;
}
.thestar dd a:hover{
color:#f90;
}
.thestar .social{
float:right;
margin:0 0 15px 300px;
}
.thestar .social .twitter-share-button{
margin-right:5px;
}
.thestar .thumb{
float:left;
width:290px;
text-align:center;
}
.thestar .expand{
float:right;
width:680px;
height:606px;
border:#CCCCCC;
/*margin-top: -20px;*/
}
/*.thestar .expand img{
margin-top: -20px;
}*/
@media screen and (-webkit-min-device-pixel-ratio:0) {	/* Safari 3.0 and Chrome */
.thestar .expand div{
height:580px;
}
}
.thestar .expand div{
width:680px;
}
.thestar .expand p{
text-align:left;
}
.thestar .expand p strong{
display:block;
margin-top:30px;
font-size:14px;
color:#333;
}
.thestar .expand p.floatr{
margin-top:20px;
}
.thestar .expand div img.floatl{
margin:0 12px 0 0;
}
.thestar .thestar-nav{
padding:0 10px 0 57px;
}
.thestar .thestar-nav li{
float:left;
margin:0 8px 8px 0;
}
.thestar .thestar-nav li a img{
border:2px solid #fff;
}
.thestar .thestar-nav li a.activeSlide img{
border:2px solid #587abc;
}
/* The Star */
-->