li {
    margin-bottom: 0;
}

#contentArea1.software, #contentArea2.software {
    width: 48%;
    border: solid 1px #CCC;
    padding: 5px;
}

#contentArea1.software {
    float: right;
}

#contentArea1.details {
    float: right;
    width: 150px;
}

#contentArea2.details {
    border-right: solid 165px #FFF;
}

.software ul {
    list-style: disc;
    margin-top: 10px;
}

.software ul li {
    margin-left: 20px;
    margin-top: 8px;
}

.software ul li span {
    font-weight: bold;
}

.software li span a {
    font-weight: bold;
}

.softwarebox {
    border: solid 1px #CCC;
    margin-top: 10px;
    padding: 5px;
}

.software li img {
    float: right;
    margin-top: -5px;
}

.softwarebox img {
    float: left;
    margin-right: 40px;
    margin-bottom: 5px;
}

.softwarebox .headlinebox {
    font-weight: bold;
}

.headlinebox img {
    float: right; 
    margin-right: 0;
    margin-top: -15px;
}

.headlinebox a {
    font-weight: bold;
}

.software_details {
    margin-top: 10px;
    margin-bottom: 10px;
}

.software_details ul {
    margin-top: 0px;
}

.software_details ul li {
    list-style: disc;
    margin-left: 20px;
}

.screenshotbox {
    float: left;
    margin-right: 20px;
}

.screenshotbox div {
    display: block;
}

.screenshotbox img {
    margin-bottom: 10px;
    margin-right: 5px;
}

.imagebox {
    float: right;
    margin-left: 50px;
}

.imagebox img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.imagebox p {
    text-align: center;
}

#details .headlinebox {
    margin-bottom: 10px;
    padding: 2px 5px;
}

#details ul.features  li {
    background-color: #EDF0F6;
    border: solid 1px #CCC;
}

#info {
	margin: 15px;
}

#info ul li {
	list-style: none;
	margin-bottom: 15px;
}

#intra img {
	margin-right: 10px;
}

#time_images {
	margin: 10px;
	text-align: center;
}

#time_images img {
	border: solid 1px #EBEBEB;
	margin: 5px;
}

/*Screenshots*/
div.thumb {
	background-color: #FFF;
	cursor: pointer;
	float: left;
	height: 120px; /*165px*/
	margin: 2px;
	text-align: center;
	width: 168px;
}

div.thumb img {
	border: solid 1px #CCC;
}

div.screenshot {
	background-color: #FFF;
}

p.imageTitle {
        font-size: 0.8em;
}

p.navigate img,p.close img {
	cursor: pointer;
}

p.navigate {
	border: dashed 1px #444;
	margin: 5px;
	padding: 5px;
	white-space: nowrap;
	width: 130px;
}

img.navClose {
	float: right;
}

img.screen {
	margin: 10px 5px 5px;
	border: solid 1px #CCC;
}