div#two_cols {
    margin: 50px 0;
    padding: 0 50px;
    color: #fff;
}

div#two_cols p.title{
    border: 1px dotted #fff;
    font-size: 12px;
    margin: 0 10px 0 0;
    padding: 8px;
}

div#col {
    border-bottom: 1px solid #666666;
    height: 100px;
    padding: 25px 0 25px 240px;
    background-position: left center;
    background-repeat: no-repeat;

}

.cp {
    background-image: url("/images/products/racket_type_cp.jpg");
}

.ps {
    background-image: url("/images/products/racket_type_ps.jpg");

}

.sc {
    background-image: url("/images/products/racket_type_sc.jpg");

}


div#col p{
    color: #cccccc !important;
}

div#col a{
    color: #fff !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    padding-right: 10px;
}

div#col a:hover{
    color: #C91010 !important;
    padding-right: 60px;    
}


div#col_left,
div#col_right {
    float: left;
    margin: 0;
    padding: 0 30px;
    width: 230px;
}

div#two_cols h3 {
    font-family: "Lucida Grande",Vernada,Arial,Geneva,Helvetica,sans-serif;
    font-size: 28px;
    margin: 0;
    text-shadow: 1px 1px 2px #333333;
}


div#two_cols p {
    font-size: 12px;
    margin: 10px 0;
}

div#two_cols p.link_center {
	padding-top: 10px;
	text-align:center;

}


div#two_cols ul {
	list-style-type: none;
	padding: 3px 0 5px 14px;
	margin: 0;
	line-height: 180%;
	font-size: 12px;
}

div#two_cols li {
    border-bottom: 1px solid #E5E5E5;
    font-family: "Lucida Grande",Vernada,Arial,Geneva,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    margin-bottom: 6px;
}


div#col_left a,
div#col_right a {
    color: #fff !important;
    display: block;
    height: 18px;
    padding: 0;
    width: 216px;
    
}

div#col_left a:hover,
div#col_right a:hover {
    color: #C91010 !important;
}

