/* ========== DETAILES ========== */

/* MAIN IMAGE */

.topView {
	width: 96%;
	height: auto;
	margin-left: 2%;
	margin-bottom: 1%;
	padding-bottom: 2%;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #999;
}
.topView ul.mainImg {
	width: 20%;
	margin: 0px;
	margin-right: 2%;
	padding: 0px;
	overflow: hidden;
	float: left;
}
.topView ul.mainImg li {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	padding: 0px;
	font: 200 16px'Open Sans', Arial;
}
.topView ul.mainImg li img {
	width: 99%;
}
.topView ul.mainImg li span {
	width: 100%;
	height: 25px;
	float: left;
	padding: 3px 0px;
	margin: 8px 1% 0 0;
	font: normal 14px'Open Sans', Arial;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background: #09f;
	border-bottom: 2px solid #0185c6;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.topView ul.mainImg li span:hover {
	background: #0185c6;
}
.topView ul.mainImg li span img {
	width: 12px;
	height: 12px;
	margin: 6px 10px 0 0;
}

/* MAIN INFO */

.topView ul.mainInfo {
	width: 78%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	float: left;
    font-family:'Open Sans';
}
.topView ul.mainInfo li {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	padding: 0px;
	margin-bottom: 1%;
	border-bottom: 1px solid #ccc;
}
.topView ul.mainInfo li:last-child {
	border-bottom: none;
}
.topView ul.mainInfo li h2 {
	font: 200 32px 'Open Sans', Arial;
	line-height: 42px;
	color: #2d3746;
	margin-bottom: 1%;
}
.topView ul.mainInfo li p.description {
	width: 98%;
	margin: 0px 1%;
	font: 500 16px'Open Sans', Arial;
	text-align: justify;
}
.topView ul.mainInfo li p.description span {
	margin-left: 5px;
	font: normal 14px'Open Sans', Arial;
}
.topView ul.mainInfo li p.description a {
	font: 200 14px'Open Sans', Arial;
	color: #0185c6;
	margin-left: 10px;
	text-decoration: none;
}
.topView ul.mainInfo li p.description a:hover {
	color: #09f;
	text-decoration: underline;
}

/* ========== SEE ALSO ========== */

.fromThis {
	width: 96%;
	height: auto;
	margin-left: 2%;
	margin-bottom: 1%;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #999;
}
.fromThis h3 {
	font: 200 24px'Open Sans', Arial;
	margin-bottom: 1%;
	width: 90%;
	float: left;
}
.fromThis ul {
	width: 100%;
}
.fromThis ul li {
	width: 12.4%;
	height: auto;
	font: normal 13px'Open Sans', Arial;
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid #ccc;
	border-radius: 10px;
	transition: all 0.3s ease-out;
	padding: 1%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
}
.fromThis ul li:hover {
	background: #fff;
}
.fromThis ul li img {
	width: 80%;
	max-height: 180px;
	float: left;
	margin: 2% 10%;
}
.fromThis ul li a {
	width: 98%;
	height: 36px;
	overflow: hidden;
	float: left;
	margin: 3% 0px;
	color: #09f;
	text-decoration: none;
}
.fromThis ul li a:hover {
	text-decoration: underline;
}
.fromThis ul li span {
	width: 98%;
	height: 36px;
	overflow: hidden;
	float: left;
	margin-bottom: 2%;
}
.fromThis ul li span.edition {
	height: 18px;
}
.fromThis ul li button {
	width: auto;
	height: 22px;
	padding: 2px 11px;
	margin: 5px 0px 0px 30%;
	font: normal 13px'Open Sans', Arial;
	color: #fff;
	background: #09f;
	border: none;
	border-radius: 15px;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.fromThis ul li button:hover {
	background: #09c;
}
.fromThis ul li button img {
	width: 12px;
	height: 12px;
	margin: 3px 7px 0 -3px;
}

/* ========== COMMENTS ========== */
.comment {
	width: 96%;
	height: auto;
	margin-left: 2%;
	margin-bottom: 1%;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #999;
	font: normal 13px 'Open Sans', Arial;
	color: #333;
}
.comment li {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.comment li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}
.comment li.reply {
	width: 95%;
	padding-left: 5%;
}
.comment h4 {
	font: 200 24px 'Open Sans', Arial;
	margin-bottom: 1%;
	width: 90%;
	float: left;
}
.comment img {
	width: 75px;
	height: 75px;
	float: left;
	padding: 1px;
	margin: 0px 20px 0px 0px;
	border: 1px solid #999;
	border-radius: 5px;
}
.comment strong {
	font: 500 14px 'Open Sans', Arial;
}
.comment span {
	font: 200 13px 'Open Sans', Arial;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px dotted #999;
}
.comment p {
	font: normal 14px tahoma, Arial;
	margin-top: 5px;
}
.comment a {
	font: 200 13px 'Open Sans', Arial;
	color: #09f;
}
.comment a:hover {
	text-decoration: none;
}

.commentWrite {
	width: 96%;
	height: auto;
	margin-left: 2%;
	margin-bottom: 1%;
	padding-bottom: 1%;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #999;
	font: normal 13px 'Open Sans', Arial;
	color: #333;
}
.commentWrite h4 {
	font: 200 24px'Open Sans', Arial;
	margin-bottom: 1%;
}
.commentWrite span {
	font: 200 14px'Open Sans', Arial;
	margin-bottom: 1%;
	width: 100%;
	float: left;
}
.commentWrite a {
	font: 200 14px'Open Sans', Arial;
	color: #09f;
}
.commentWrite a:hover {
	text-decoration: none;
}
.commentWrite input[type='text'] {
	width: 80%;
	height: 100px;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px 1%;
	margin-bottom: 1%;
	float: left;
	background: #f9f9f9;
	font: 200 14px'Open Sans', Arial;
	transition: all 0.3s ease-out;
}
.commentWrite input[type='text']:hover {
	border-color: #999;
	background: #fff;
}
.commentWrite input[type='text']:focus {
	border-color: #09f;
	background: #fff;
	outline: none;
}
.commentWrite input[type='button'] {
	width: 16.5%;
	height: 122px;
	border: none;
	border-bottom: 3px solid #0185c6;
	border-radius: 10px;
	float: right;
	background: #09f;
	font: 200 24px'Open Sans', Arial;
	color: #fff;
	outline: none;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.commentWrite input[type='button']:hover {
	background: #0185c6;
}

/* new */
a h6 {
	width: auto;
	float: right;
	font: 200 14px'Open Sans', Arial;
	line-height: 34px;
	color: #0185c6;
}



