/* custom fonts */
@font-face{
	font-family:'MiriadPro';
	src:url('../fonts/myriadwebpro-webfont.eot');
	src:url('../fonts/myriadwebpro-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/myriadwebpro-webfont.woff') format('woff'),
		 url('../fonts/myriadwebpro-webfont.ttf') format('truetype'),
		 url('../fonts/myriadwebpro-webfont.svg#DINRegular') format('svg');
	font-weight:normal;
	font-style:normal;
}
/* details style */
body{
	font-size:13px;
	overflow: auto;
	font-family:"MiriadPro";
}
.investment_details{
	width:1000px;
	margin:0 auto;
}
.investment_details h1{
	color:#0185c3;
	font-size:20px;
}
.close{
	float:right;
	width:100px;
	height:40px;
	text-align:right;
	margin:8px 0 0 0;
	background:transparent url(../gfx/bg_close_modal.png) no-repeat right top;
}
.close a, .close a:hover{
	display:block;
	font-size:12px;
	font-family:"MiriadPro";
	color:#9d9d9d;
	padding:8px 35px 5px 0;
}
.cat_title p{
	float:left;
	color:#3c3c3c;
	margin:8px 0 10px 5px;
}
.color_pointer{
	position:relative;
	float:left;
	width:10px;
	height:11px;
	border:1px #989696 solid;
	border-bottom:none;
	-webkit-border-radius:.3em .3em .1em .1em; 
	-moz-border-radius:.3em .3em .1em .1em;
	border-radius:.3em .3em .1em .1em;
	margin:5px 0 0 0;
	z-index:1;
}
.color_pointer .arrow_border{
	position:absolute;
	bottom:-9px;
	left:0;
	width:0;
	height:0;
	border-color: #666666 transparent transparent transparent;
	border-style: solid;
	border-width: 5px;
	z-index:3;
}
.color_pointer .arrow{
	position:absolute;
	bottom:-10px;
	left:0;
	width:0;
	height:0;
	border-color: #666666 transparent transparent transparent;
	border-style: solid;
	border-width: 5px;
	z-index:2;
}

.first_panel{
	border-top:1px #dddad7 solid;
	padding:5px 0;
}
.col{
	float:left;
	width:auto;
	padding:4px 10px 0 10px;
	border-right:1px #dddad7 solid;
	font-size:11px;
	color:#9d9d9d;
}
.col p{
	padding:5px 0;
	font-size:14px;
	color:#3c3c3c;
}
.com{
	float:right;
	width:77px;
	padding:8px 10px 0 0;
}
.com .pdf,
.com .email,
.com .print{
	float:left;
	display:block;
	text-indent:-1000px;
	overflow:hidden;
	background-image:url("../gfx/bg_details_commands.png");
}
.com .pdf{
	width:15px;
	height:16px;
	background-position:0 0;
	margin:0 10px 0 0;
}
.com .email{
	width:16px;
	height:16px;
	background-position:-25px 0;
	margin:0 10px 0 0;
}
.com .print{
	width:16px;
	height:16px;
	background-position:-51px 0;
	margin:0 10px 0 0;
}

.second_panel{
	border-top:1px #dddad7 solid;
	border-bottom:1px #dddad7 solid;
	background-color:#fafafa;
	padding:5px 0;
	margin:0 0 17px 0;
}
.ex{
	float:left;
	width:240px;
	padding:4px 10px 0 10px;
	font-size:11px;
	color:#9d9d9d;
}
.ex p{
	padding:5px 0;
	font-size:14px;
	color:#3c3c3c;
}
.mp{
	float:left;
	width:240px;
	padding:4px 10px 0 10px;
	font-size:11px;
	color:#9d9d9d;
}
.mp p{
	padding:5px 0;
	font-size:14px;
	color:#3c3c3c;
}

.third_panel{}
.gallery{
	float:right;
	width:450px;
	position:relative;
}
.gallery #big_image{
	width:450px;
	height:270px;
	overflow:hidden;
	margin:0 0 10px 0;
}
.gallery #big_image img{
	position:absolute;
	top:0;
	left:0;
}
#loading{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:270px;
	z-index:3;
	display:none;
	background:transparent url(../gfx/loading_gallery.gif) no-repeat 50% 50%;
}
#gallery_prev{
	position:absolute;
	top:227px;
	left:6px;
	z-index:10;
}
#gallery_next{
	position:absolute;
	top:227px;
	right:6px;
	z-index:10;
}
.gallery ul{
	padding:0;
}
.gallery li{
	float:left;
	width:82px;
	height:50px;
	overflow:hidden;
	margin:0 10px 10px 0;
}
.gallery li.last{
	margin:0;
}
img.border{
	border:1px #edeae7 solid;
}

.subtitle{
	float:left;
	width:520px;
	font-size:13px;
	color:#666666;
	padding:0 0 25px 0;
}
.subtitle h2{
	font-size:15px;
	color:#3c3c3c;
	border-bottom:1px #edeae7 solid;
	padding:0 0 5px 10px;
}
.subtitle p{
	padding:10px 0 0 10px;
}
