﻿#leftWrapper {
  margin-left: 20px;
  width: 464px;
  float: left;  
}

#rightWrapper {
  margin-left: 25px;
  width: 420px;
  float: left;  
}

div.divNIcon {
  margin-right: 10px;
  float: left;
  background-image:url(../images/icon_shadow.gif);
  height:37px;
  width:37px;
}

div.divNDetail {
  width: 300px;
  margin-right: 10px;
  float: left;
}

div.divNImage{
  width:464px;
}


.genreList{
	font-size:10px;
	white-space:nowrap;
}


table td.NImage{
    border-top:1px solid #e8e8e8;
    border-left:1px solid #e8e8e8;
}

table td.rightSadow{
  background-image:url(../images/image_shadow_h.gif);
  width:5px;
  background-position:top left;
  background-color:#630d0d;
  background-repeat:no-repeat;
  font-size:1px;
}

table td.bottomShadow{
  height:8px;
  background-image:url(../images/image_shadow_f.gif);
  background-repeat:no-repeat;
  background-position:top left;
  background-color:#981b1e;
  font-size:1px;
}

table td.bottomRShadow{
  height:8px;
  width:5px;
  background-image:url(../images/image_shadow_t.gif);
  background-repeat:no-repeat;
  background-position:top left;
  font-size:1px;
}

table td.imagec{
  border:1px solid #f0f0f0;
}

div.divNTitle{
    font-size:20px;
    font-weight:bold;
    width:414px;
    color:#000000;
    padding-right:50px;
}

div.divNSubtitle{
    width:414px;
    padding-top:5px;
    padding-bottom:5px;
    font-size:14px;
    color:#666666;
    padding-right:50px;
}

div.divNDate{
    width:414px;
    padding-top:5px;
    padding-bottom:5px;
    font-size:14px;
    color:#000000;
    padding-right:50px;
}

div.divNCaption{
    padding-top:3px;
    padding-bottom:4px;
    width:414px;
    font-size:10px;
    padding-right:50px;
}

span.NAuthor{
    color:#00b1ef;
    width:414px;
    padding-bottom:10px;
    font-weight:bold;
}

div.divNDesc{
    text-align:left;
    padding-right:50px;
}

a.gonext{
    background-image:url(../images/button_next.gif);
    background-repeat:no-repeat;
    height:19px;
    width:54px;
    display:block;
    text-decoration:none;
    float:right;
    
}

a.goprev{
    background-image:url(../images/button_prev.gif);
    background-repeat:no-repeat;
    height:19px;
    width:54px;
    display:block;
    text-decoration:none;
    float:right;
}

/*div.bookmark{
    float:right;
    margin-top:10px;
}*/

a.linktitle,a.linktitle:link,a.linktitle:hover{
    text-decoration:none;
    display:block;  
    color: #606060;
    font-weight:bold;
}

#divGeneral {clear:both;}
