
#software_titles {
        float: left;
        position: relative;
        width: 663px;
        background: #EDEDED;
        text-align: center;
        border-bottom: 1px solid #666;
        padding: 10px;
        font-size: 11px;
}

#software_detail {
        float: left;
        position: relative;
        width: 100%;
        margin-top: 15px;
        border-top: 1px solid #ccc;
}


#software_yellow {
        float: left;
        position: relative;
        width: 97%;
        background: #FFFFEB;
        padding: 10px;
        border-bottom: 1px dotted #ccc;
}

#software_white {
        float: left;
        position: relative;
        width: 97%;
        background: #fff;
        padding: 10px;
        border-bottom: 1px dotted #ccc;
}

#name {
        float: left;
        position: relative;
        width: 37%;
        list-style: none;
        border-right: 1px solid #ccc;
        padding-right: 5px;
        text-align: left;
        font-size: 13px;

}


#name h3 {
        padding: 5px 0;
        font-size: 12px;
}

#name h4 a {
        color: #333;
        font-size: 13px;
}

#name p {
       margin: 5px 0;
       font-weight: normal;
}


#rating {
        float: left;
        position: relative;
        width: 16%;
        list-style: none;
        border-right: 1px solid #ccc;
        padding: 0 5px;
}

#rating li {text-align: center;}

#rating h3 {
        padding: 5px 0;
        font-size: 12px;
}

#reviews {
        float: left;
        position: relative;
        width: 20%;
        list-style: none;
        border-right: 1px solid #ccc;
        padding: 0 5px;
}

#reviews li {text-align: center;}

#reviews li div {
	text-align:left;
	height: 33px;
	width: 114px;
	background: url(/img/b-seevideo.gif);
}

#reviews li div a {
	padding: 10px 0px 0px 30px;
	color: #fff;
	text-decoration: none;
	line-height:33px;
}

#reviews h3 {
        padding: 5px 0;
        font-size: 12px;
}

#download {
        float: left;
        position: relative;
        width: 20%;
        list-style: none;
        padding: 0 5px;
}

#download li {text-align: center;}

#download li div {
	text-align:left;
	height: 33px;
	width: 114px;
	background: url(/img/b-download.gif);
}

#download li div a {
	padding: 10px 0px 0px 30px;
	color: #fff;
	text-decoration: none;
	line-height:33px;
}

#download h3 {
        padding: 5px 0;
        font-size: 12px;
}
