/* css for box  */
.wc-testimonialBox {
    background:#F9E5B7;
    float: left;
    padding-bottom: 7px;
    width: 220px;
}
.wc-testimonialBox h3 {
    background:#F7B61F;
    padding: 8px 0;
    text-indent: 10px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 220px;
}
.wc-testimonial {
    background: url("../images/quote.jpg") no-repeat scroll 10px 10px transparent;
    color:#5B2C14;
    display: block;
	font-weight:bold;
    float: left;
    font-size: 12px;
    padding: 10px 2px 0 27px;
    width: 86%;
}
.wc-tName {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0 0 10px;
}
.wc-tbtn{
  background:#000;
    border: 1px solid #717170;
    color: #FFFFFF;
    float: left;
    font-family: arialBold;
    font-size: 11px;
    height: 23px;
    line-height: 23px;
    margin: 3px 0 0 10px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
    width: 128px;
}
.wc-tbtn:hover {
    -moz-box-shadow: 0 0 3px 1px #676d54 inset;
	-o-box-shadow: 0 0 3px 1px #676d54 inset;
	-webkit-box-shadow: 0 0 3px 1px #676d54 inset;
	box-shadow: 0 0 3px 1px #676d54 inset;
    text-decoration: none ;
}
/* css for content page  */
.wc-theading {
    background:#7DA602;
    color: #FFFFFF;
    float: left;
    font-family: "arialBold";
    font-size: 18px;
    height: 32px;
    line-height: 30px;
    margin-bottom: 4px;
    text-indent: 10px;
    width: 100%;
}
.wc-testimonial-mainbox {
    border: 1px solid #CCCCCC;
    color: #373737;
    float: left;
    margin-bottom: 15px;
    min-height: 300px;
    padding: 10px;
    width: 948px;
}
.wc-testimonial-detail {
    border-bottom: 1px solid #DCDCDC;
    float: left;
    margin-bottom: 12px;
    padding-bottom: 15px;
    width: 100%;
}
.wc-testimonial-detail h3 {
    font-family: "arialBold";
    font-size: 12px;
	color:#7DA602 ;
    padding-bottom: 11px;
    text-transform: uppercase;
}
.wc-date-testimonial {
    color: #F7B61F;
    display: block;
    font-style: italic;
    margin-top: 13px;
}
