#content {
    padding: 0px;
    background-image: none;
}

#content .publishing h3{
    height: 2em;
}

#content .publishing {
    width: 180px;
    float: left;
    background: url(../styles/images/bg-dotted.gif) top left repeat-y;
    padding: 0px 0px 0px 10px;
    font-size: 15px;
    /*height: 480px;   */
}

#content .publishing ul{
    width:180px;
}

#content .publishing img{
    border: 5px solid #ccc;
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;
}

#content .publishing em {
    display: block;
    margin-top: 5px;
    width: 100%;
}

#content .publishing a {
    background: url(../styles/images/bullet-big.gif) top left no-repeat;
    padding: 0px 0px 2px 25px;
    border: 0px;
    display: block;
}

#content .publishing a.img{
    background: none;
    padding: 0px;
}

#content .publishing a span {
    border-bottom: 1px dotted #000;
}

#content .publishing a:hover span {
    border-bottom: 1px solid #00adef;
}

#content.details  {
    background-image: url(../styles/images/background-content.gif);
    font-size: 12px;
}

#content.details  h4{
    font-size: 15px;
    font-weight: normal;
}

#content.details .caption {
    color: #555;
    font-size: 11px;
}

#content.details .caption .page {
    background-color: #ccc;
    width: 177px;
    height: 172px;
    padding: 5px 0px;
    border-right: 1px solid #fff;
    overflow: hidden;
}

#content.details .caption .right {
    text-align: left;
}

#content.details .caption .left {
    float: left;
    text-align: right;
    }
    
#content.details  .caption img {
    display: block;
    margin-bottom: 5px;
}

#content.details  .column {
    min-height:430px;
    width: 364px;
    padding: 0px 0px 0px 10px;
    float: left;
    background: url(../styles/images/bg-dotted.gif) top left repeat-y;
}

#content.details  p {
    margin-top: 1.5em;
}

#content.details  ul {
    margin-top: 2em;
    font-size: 11px;
    width: 100%;
}

#content.details  li.em {
    background-color: #eee;
}

#content.details  .infos li {
    padding: 2px;
}

#content.details  .infos li strong {
    display: block;
    float: left;
    width: 50%;
    color: #555;
}


#content.details  .links li {
    background: url(../styles/images/bullet-big.gif) top left no-repeat;
    float: left;
    padding: 0px 10px 10px 25px;
    width: 140px;
}

#content.details  .links li em {
    display: block;
    padding-top: 2px;
}

.info{
    padding: 0px;
    font-size: 12px;
    margin-top:1em;
}

.info form{
    font-size:11px;
}

.info h5, h5.order {
    font-size: 12px;
    color: #EC008C;
    padding-bottom: 2px;
    margin-bottom:1em;
    font-weight:bold;
}
h5.order {
    margin-top: 1em;
}

#content label {
    display: block;
    width: 368px;
    padding-top: 5px;
}

#content label span {
    display: block;
    width: 120px;
    float: left;
    margin-top: 3px;
    font-weight: bold;
}

#content label input {
    width: 238px;
    font-family: Georgia, "Times New Roman", Times, serif;    
}
#content label input.spec {
    width:auto;
}

#content .buttons li{
    font-family:Georgia, "Times New Roman", Times, serif;
    background: url(images/arrow.gif) center left #fff no-repeat;
    font-weight: bold;
    padding-left: 25px;
    margin: 10px 0px 10px 120px;
    text-align: left;
    border: 0px;
    cursor: hand;
}
    
#content button span {
    color: #00adef;
    border-bottom: 1px dotted #000;

}

#content button:hover span {
    color: #000;
    border-bottom: 1px solid #00adef;
}

#content div.infos {
    border-top: 10px solid #eee;
    border-bottom: 10px solid #eee;
    color: black;
    text-align: center;
    padding: 1em 0em;
    margin: 0em;
    margin-top: 0.5em;
    width: 364px;
}

#content div.success{
    color: #00adef;    
}

#content div.error {
    color: #ec008c;
}

#content div.error p {
    font-weight: bold;    
    font-size: 1.1em;
    margin-top:0px;
}

#content div.error ul {
    text-align: left;
    margin-top: 0em;
    margin-left: 15em;
}

#content div.error li {
    list-style: disc !important;
    margin: 0em;
    padding: 0em;
    height: 10px;
}
