.cases_main {
    position: relative;
}

.cases_main p {
    color: #444;
    margin: 0px;
    padding-left: 10px;
}

.case_main {
    position: relative;
    margin-bottom: 40px;
}
.cases_main p.emph {
    font-size: 12pt;
    font-weight:bold;
    margin-top: 10px;
}
.cases_main p.case_title {
	height: 70px;
    font-size: 14pt;
	line-height: 18px;
    background-color: #ededed;
    color: #888;
    font-weight:bold;
    clear:right;
	padding-top: 7px;
}
    .cases_main p.case_title span {
		position: relative;
		float: left;
		top: 0px;
		right: 6px;
        font-weight:normal;
		padding-top: 4px;
        color:#888;
        font-size: 12pt;
        display:block;
		width: auto;
		padding: 15px 15px 6px 8px;
    }
		.cases_main p.case_title span.name {
			position: relative;
			display: block;
			width: auto;
			font-size: 30pt;
			float: none;
		}
		/*
		.cases_main p.case_title span.attribute_0 { top: 6px; }
		.cases_main p.case_title span.attribute_1 { top: 30px; }
		.cases_main p.case_title span.attribute_2 { top: 54px; }
		*/

.case_content {
    position: relative;
    padding-top:6px;
    padding-bottom:6px;
    border-top:0px;
}
	.case_content p {
		font-size: 12pt;
		line-height: 14pt;
		padding-bottom: 4px;
	}
    .case_content div {
        position: relative;
    }


	.case_desc {
		position: relative;
		float: left;
		width: 260px;
		padding-top: 6px;
		padding-right: 20px;
	}
	    .case_deliverables {
	    }
	    .case_techs {
	    }
	    .case_processes {
	    }
		.case_deliverables,
		.case_deliverables,
		.case_deliverables { 
	        position: relative; 
		}
		
		
    .case_shots {
        position: relative;
		width: 200px;
		margin-left: 294px;
		padding-top: 8px;
    }
		.case_shots div {
			padding-bottom: 20px;
			float: left;
		}
        .case_shots img {
            border: solid #e5e5e5 1px;
            cursor: pointer;
        }
        .case_shots p {
            margin-bottom: 10px;
            padding-left: 0px;
			color: #888;
			display: none;
        }
        .case_shots p.emph {
            font-weight: bold;
            margin-top: 3px;
            margin-bottom: 4px;
        }

	.case_shot_zoom {
		position: absolute;
		z-index: 100;
		top: 0px;
		left: 0px;
		padding: 30px;
		background: #fff;
		border: solid #ddd 10px;
		min-width: 400px;
		min-height: 400px;
	}
		.case_shot_zoom img {
			border: solid 1px #e5e5e5;
		}
		.case_shot_zoom span {
			position: absolute;
			top: -30px;
			right: -50px;
			padding: 8px;
			background-color: #fff;
			border: solid #ddd 5px;
			height: 16px;
		}
			.case_shot_zoom span a {
				color: #aaa;
				font-size: 16px;
			}