@charset "utf-8";
/* CSS for Single Product */

/* ================== product ================== */
#product .title {
    color: #346088;
    font-family: Georgia, serif;
    font-size: 25px;
	margin-bottom: 6px;
}
#product .producer-title {
    color: #346088;
    font-family: Georgia, serif;
    font-size: 16px;
}



/* ================== icons bar ================== */
#product .icons {
	margin-top: 2px;
	float: right;
}

/* ================== description ================== */
#product .description {
	color: #0b1141;
	margin-bottom: 22px;
}
#product .description p {
    margin-top: 6px;
    color: #666666;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 23px;
}
#product .showmore {
    color: #29557c;
    font-weight: bold;
    border-bottom: 1px dashed #29557c;
	margin-right: 2em;
	cursor: pointer;
}
#product .description p a {
    color: #c46119;
}



#product .features {
    margin-top: 2em;
}
#product .features h3 {
    font-size: 18px;
    font-weight: normal;
    color: #c46119;
    margin-bottom: 6px;
}
#product .features li {
    list-style: none;
    background: url(../new-i/icons/bullet.gif) no-repeat left 3px;
    padding-left: 16px;
    padding-bottom: 4px;
}
