/* reset some master css values */
#header {
    padding: 15px 5px 0 0
}

#tumblelog .col2 {
    width: 470px;
}

#content #reports .item-desc a {
    color: #fff
}

#content #reports .item-desc h4 a {
    word-wrap: break-word;
}

#content #reports div.pos5d {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    /* filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5); */
    -ms-transform: rotate(5deg);
}

#content #reports div.neg5d {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    /* filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5); */
    -ms-transform: rotate(-5deg);
}

#content #reports div.pos10d {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    /* filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5); */
    -ms-transform: rotate(10deg);
}

#content #reports div.neg10d {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    /* filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5); */
    -ms-transform: rotate(-10deg);
}

#content #reports div.bgimage {
    height: 255px;
    width: 215px;
    position: absolute;
    padding: 0 0 0 32px;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

#content #reports div.masterimage {
    position: absolute;
}

#content #reports div.masterimage img {
    -moz-box-shadow: 2px 2px 5px #333;
    -webkit-box-shadow: 2px 2px 5px #333;
    box-shadow: 2px 2px 5px #333;
}

.thumb-list .list-item, .thumb-list li {
    margin: 0 10px 30px 0;
}

/* tooltip zoom shot view */
#tooltip {
    position: absolute;
    z-index: 3000;
    padding: 20px 20px 10px;
    background: #333333
}

#tooltip .bigthumb {
    display: block;
    position: relative;
    margin: 0 0 5px
}

#tooltip .bigthumb .big-tag {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 8;
    background: url(../img/point_rouge.png) no-repeat 0 0;
    width: 12px;
    height: 12px;
}

#content a.redpoint {
    color: #fff;
}

.large-zoom-cnt {
    display: block;
    position: relative
}

.large-zoom-cnt img {
    display: block !important
}

.large-zoom-cnt .big-tag {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 6;
    background: url(../img/point_rouge.png) no-repeat 0 0;
    width: 12px;
    height: 12px;
}

.tooltip-content {
    display: none;
    position: absolute;
    padding: 20px 20px 10px;
    background-color: #333333;
    color: #fff;
    z-index: 3000;
}

h2 {
    color: #00ABA1;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
}

#primary-nav {
    display: none;
}

.err-msg {
    display: none;
    margin: 4px 0 0 4px
}

.label-ko {
    color: #FF5200;
    display: block;
}

.champ-ko {
    background-color: #FF5200 !important;
    color: white !important;
}

.the-tooltip, .the-tooltip a, .color-tooltip, .filter a.the-tooltip, .the-tooltip input {
    color: #fa4700 !important;
}

/* Image Zoom */
.relativecontent {
    position: relative;
}

.clickable {
    cursor: pointer
}

.closezoom {
    background: url(../img/close_zoom.gif) no-repeat center left;
    position: absolute;
    top: 12px;
    padding: 3px 0 3px 22px;
    right: 12px;
    cursor: pointer
}

.report-details-zoom {
    position: absolute;
    background: #333333;
    top: 54px;
    left: 0;
    display: none;
    padding: 20px;
    text-align: center;
    z-index: 1000
}

.report-details-zoom.fullsize {
    top: 0px;
    left: 0;
    position: fixed;
    width: 98% !important;
    height: 100%;
}

.report-details-zoom.fullsize .caption {
    position: fixed;
    right: 72px;
    bottom: 22px;
    width: 250px;
    z-index: 999;
    text-align: left;
    color: #838282;
    background-color: #333;
    padding: 12px;
    opacity: 0.9;
    border-radius: 5px;
}

.zoomrightcontrol {
    position: absolute;
    top: 0;
    right: 0;
    background: #333333 url(/skin/front/default/img/portfolio-detail-arr-a.png) no-repeat center center;
    width: 100px;
    cursor: pointer
}

.zoomrightcontrol:hover {
    background: #333333 url(/skin/front/default/img/portfolio-detail-arr-hover.png) no-repeat center center;
}

.zoomrightcontrol.off {
    background: #333333 url(/skin/front/default/img/portfolio-detail-arr-a-off.png) no-repeat center center;
    cursor: none
}

.zoomleftcontrol {
    position: absolute;
    top: 0;
    left: 0;
    background: #333333 url(/skin/front/default/img/portfolio-detail-arr-a-l.png) no-repeat center center;
    width: 100px;
    cursor: pointer
}

.zoomleftcontrol:hover {
    background: #333333 url(/skin/front/default/img/portfolio-detail-arr-hover-l.png) no-repeat center center;
}

.zoomleftcontrol.off {
    background: #333333 url(/skin/front/default/img/portfolio-detail-arr-a-l-off.png) no-repeat center center;
    cursor: none
}


.report-details-zoom.fullsize div.panel {
    display: table;
    width: 70%;
    height: 800px;
    text-align: left;
    margin: 0 auto;
}

.report-details-zoom.fullsize div.panel span {
    display: table-cell;
    vertical-align: middle;
}

.report-details-zoom.fullsize div.panel span h2 {
    font-size: 60px;
    padding-bottom: 13px;
}

.report-details-zoom.fullsize div.panel span p {
    font-size: 28px;
    line-height: 37px;
    font-weight: 300;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

/* Buy book */
.book-details {
	margin-top: 56px;
}

.book-details .cover {
	width: 45%;
	float: left;
}

.book-details .cover img {
	width: 100%;
}

.book-details .details-txt {
    float: right;
    display: block;
    width: 45%;
    color: #fff;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 35px;
	text-align:center
}
.book-details .details-txt span {
	display: block;
	margin: 25px 0 25px 0;
	font-size: 35px;
}
.book-details .details-txt span.sml {
	margin-bottom: 10px;
}
.book-details .details-txt span.xs {
	font-size: 22px;
	margin: 10px 0 10px 0;
}
.book-details .inner-page {
	margin: 60px 0 0 0;
	display: block;
	float: left;
	width: 45%;
}

.book-details .inner-page.right{
	float: right;
}

.book-details .inner-page img {
	width: 100%;
}

.book-details .report-nav-cnt {
	float: right;
	clear: both;
	margin-top: 51px
}                   