﻿
/* detail_pages.css */
.detail_info {
	float:left; 
	width:464px;
}

.showDetails {
	margin: 10px 0 6px 0;
	float: left;
}

    .showDetails a {
	    color: #027FC5;
	    font-weight: bold;
	    text-decoration: underline;
    }

        .showDetails a:hover {
	        color: #004066 !important;
	        text-decoration: underline !important;
        }

/* single upsell module */
.singleUpsellModule {
	float: right;
	position: relative;
	margin: 0;
	margin: 0 39px 0 0 !important;
	width: 275px;
	display: inline;
}

.singleUpsellModule .articleSmall {
	margin: 10px 15px 0 0;
	width: auto;
}

.singleUpsellModule .articleDescription {
	margin: 30px 0 0 0;
	float: left;
	width: 165px;
}

.singleUpsellModule .articleDescription h2 {
	margin: 0 0 5px 0;
}

.section-detail .priceapp {
	color:#DF0001;
	display:block;
	float:left;
	font-size:9pt;
	font-weight:bold;
	margin-left:5px;
	width: 180px;
}


/* fancybox */
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../../../../portaldata/scripts/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
	display: block !important;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('../../../../portaldata/scripts/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../../../../portaldata/scripts/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('../../../../portaldata/scripts/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('../../../../portaldata/scripts/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('../../../../portaldata/scripts/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('../../../../portaldata/scripts/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../../../../portaldata/scripts/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../../../../portaldata/scripts/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../../../../portaldata/scripts/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../../../../portaldata/scripts/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../../../../portaldata/scripts/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../../../../portaldata/scripts/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../../../../portaldata/scripts/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../../../../portaldata/scripts/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../../../../portaldata/scripts/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../../../../portaldata/scripts/fancybox/fancybox.png');
	background-position: -40px -122px;
}

/* PRODUCT PAGE */

.parent-Box-downloadGuide .img {
    float:left;
    height:62px;
    margin-top:7px;
    width:109px;
}

.parent-Box-downloadGuide .img_download {
    background: url("../../images/layout/sprite.png") no-repeat 0 -5995px transparent;
}

.parent-Box-downloadGuide .img_libary {
    background:url("../../images/layout/sprite.png") no-repeat -271px -5995px transparent;
}

.parent-Box-downloadGuide .desc {
    float:left;
    font-size: 13px;
    width: 230px;
    color: #565854;
    line-height: 19px;
}

.parent-Box-downloadGuide h2 {
    font-size:18px;
}

.parent-Box-downloadGuide h3 {
    font-size:13px;
    margin:23px 0 8px;
}

.parent-Box-downloadGuide .tooltipbox-arrow {
    background:url("../../images/layout/tooltip_arrow_right_gray.gif") no-repeat scroll 0 0 transparent;
    height:33px;
    left:auto;
    position:absolute;
    right:-18px;
    top:18px;
    width:12px;
}

.parent-Box-downloadGuide ul, .parent-Box-downloadGuide li {
	margin:0;
	padding:0;
	list-style:none;
}

.parent-Box-downloadGuide .tooltipbox-arrow.leftArrow {
    background:url("../../images/layout/tooltip_arrow_left_gray.gif") no-repeat scroll 0 0 transparent;
}

.parent-Box-downloadGuide.tooltipbox {
    background-color:#f3f3f3;
    border:1px solid #a6a6a6;
    color:#3C3C3B;
    width:380px;
    position:relative;
    max-width:none;
    min-width: inherit;
}

.parent-Box-GoGreen ul, .parent-Box-GoGreen li {
	margin:0;
	padding:0;
}

.parent-Box-GoGreen .tooltipbox-arrow {
    background:url("../../images/layout/tooltip_arrow_left_green.gif") no-repeat scroll 0 0 transparent;
    height:33px;
    left:-15px;
    position:absolute;
    top:18px;
    width:15px;
}

.parent-Box-GoGreen .tooltipbox-arrow.rightArrow {
    background:url("../../images/layout/tooltip_arrow_right_green.png") no-repeat scroll 0 0 transparent;
}

.parent-Box-GoGreen.tooltipbox-content{
    padding:12px 20px 20px 13px;
}

.parent-Box-GoGreen.tooltipbox {
    background-color:#EFF7EA;
    border:1px solid #3D8510;
    color:#3C3C3B;
    max-width:300px;
    min-width:300px;
    position:relative;
}

.parent-Box-GoGreen .gogreen_logo {
    background:url("../../images/layout/sprite.png") no-repeat scroll 0 -622px transparent;
    display:inline-block;
    height:29px;
    left:7px;
    position:relative;
    top:2px;
    width:31px;
}

.parent-Box-GoGreen .headline {
    font-size: 16px;
    color:#3d8510;
    line-height: 21px;
    position: relative;
    padding-left:12px;
}

.parent-Box-GoGreen .desc {
    color:#4D4D4C;
    font-size:12px;
    line-height:17px;
    padding:10px 0 0 14px;
}

.parent-Box-GoGreen .desc li {
    list-style:disc outside none;
    margin-bottom:2px;
}

.right_product {
    float:right;
    margin-bottom: 30px;
    width: 702px;
    margin-top:10px;
}

.right_product .product {
    width: 702px;
    height: 382px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #a6a6a6;
}

.right_product .product_bg {
    width: 702px;
    height: 209px;
    position: absolute;
    top:0;
    left: 0;
}

.right_product .product_title {
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    left: 21px;
    top:15px;
    width:310px;
}

.right_product .product .preview {
	display:block;
	font-weight:bold;
	left:22px;
	position:absolute;
	top:235px;
}

.right_product .product_image {
	bottom:0;
	min-height:355px;
	position:absolute;
	right:0;
	width:322px;
	background-repeat:no-repeat !important;
}

.right_product .product_text {
    font-size:13px;
    height:30px;
    left:22px;
    position:absolute;
    bottom:252px;
    width:375px;
    line-height: 19px;
}

.right_product .product_text h1 {
    font-size:13px;
    font-weight: bold;
    color:#3C3C3B;
}

.right_product .product_language {
    font-size:13px;
    height:30px;
    left:22px;
    position:absolute;
    top:160px;
    width:288px;
}

.right_product .product_language .list {
    display:none;
}

.right_product .product_language .selector {
    margin-top:5px;
}

.right_product .product_language select {
    margin-left: -1px;
}

.right_product .product_language div {
    font-weight: bold;
    margin-bottom: 5px;
}

.right_product .product_buy {
    bottom:20px;
    left:21px;
    position:absolute;
    width:558px;
    height: 30px;
}

.right_product .product_buy > div {
    float:left;
}

.right_product .product_buy > div.price {
    font-size: 15px;
    margin-left:10px;
    padding-top:7px;
}


.right_product .product_options {
    top:225px;
    left:16px;
    position:absolute;
    width:450px;
}

.right_product .product_options .opt {
    float:left;
    position: relative;
    width: 129px;
}

.right_product .product_options .opt.opt1 {
    width: 146px;
}

.right_product .product_options .opt.opt1 label {
    width:120px;
}

.right_product .product_options .gogreen_opt {
    background:url("../../images/layout/sprite.png") no-repeat 0 -510px transparent;
    display:inline-block;
    cursor: pointer;
    height:18px;
    width:20px;
    margin-left: 3px;
}

.right_product .product_options .opt label {
    line-height:19px;
    padding-top:2px;
    position:relative;
    top:-6px;
    width:95px;
}

.right_product .product_options .opt input {
    margin-right: 3px;
}

.right_product .product_options .opt input, .right_product .product_options .opt label {
    float:left;
}

.product_special {
    margin-top: 50px;
    width: 702px;
    height: 62px;
}
	
.product_special td 
{
	width:20px;
	min-height:40px;
}
																			
.product_special td.item {
	font-size:13px;					
    line-height:19px;
    overflow:hidden;
    padding:6px 18px 6px 53px;
    position:relative;
    width:151px;
    background:url("../../images/layout/sprite.png") no-repeat 10px -3241px #F4F4F4;
}

.radio_detail {
    padding-right:5px;
}

.radio_label {
    padding-right:5px;
}

.radio_label label {
    display:block;
}

.product_options .opt1 label {
    position: relative;
    top: -5px;
}

.product_options .opt2 label {
    max-width: 150px;
}

.downloadInfo {
	background:url("../../images/layout/sprite.png") no-repeat right -3388px transparent;
	float:left;
	padding:7px 10px 0 0;
}

/* TOOLTIP BOX */

.tooltipbox {
    min-width: 300px;
    max-width: 300px;
    background-color: #f3f3f3;
    border: 2px solid #706f6f;
    position: relative;
    color: #3c3c3b;
}

.tooltipbox-arrow {
    background: url("../../images/layout/tooltip_arrow_right.gif") no-repeat 0 0 transparent;
    height: 33px;
    left: -18px;
    position: absolute;
    cursor: pointer;
    top: 18px;
    width: 18px;
}

.tooltiplink img {
    border: 0;
}

.tooltipbox-content {
    display: none;
    padding: 20px;
}

.tooltip_buy_price {
    float: left;
    margin-left: 5px;
    text-align: left;
    font-size: 12px;
    margin-top: 8px;
    font-weight: bold;
}

.tooltip_productname {
    margin: 8px 0 10px 0;
    font-size: 15px;
    font-weight: bold;
}

.tooltip_productdescshort {
    font-size: 11px;
    font-weight: bold;
}

.tooltip_productdesclong {
    font-size: 11px;
    font-weight: normal;
}

.tooltip_buy {
    margin: 10px 0;
    height: 20px;
}

.tooltiplink {
    cursor:pointer;
    text-decoration: none;
    outline:none;
}	

.paymentNote {
    clear: both;
    color: #A6A6A6;
    font-size: 11px;
    padding: 3px 0 0;
    white-space: nowrap;
}

/* END TOOLTIP BOX */

.product_footer_details {
	line-height:19px;
}

.msie-8 .right_product .cleaner,
.msie-8 .right_product .product_footer_details {
    float: left !important;
}

/* fr office promo page */
.fr_promo_page .promo-chapter {
	width:690px; float: left; border-top: 1px solid #CCC; padding-top: 20px; margin-bottom: 30px;
}
.fr_promo_page .promo-chapter-image {
	float: left; width: 115px;
}
.fr_promo_page .promo-chapter-inner {
	float: left; width:575px;
}
.fr_promo_page .promo-chapter-offert {
	padding-top: 85px;  background: url(../../images/products/bg_badge_offert.jpg) right top no-repeat;
}
.fr_promo_page .promo-chapter-galery {
	 float: left; width: 575px; margin-left: 115px; padding-top: 20px;
}
.fr_promo_page .promo-chapter-galery-left {
	 float: left; border-right: 1px solid #CCC; padding-right: 15px;
}
.fr_promo_page .promo-chapter-galery-mid {
	 float: left; border-right: 1px solid #CCC; padding-left: 15px; padding-right: 15px;
}
.fr_promo_page .promo-chapter-galery-right {
	 float: left; padding-left: 15px;
}
.fr_promo_page .promo-chapter-50 {
	padding-top: 85px; background: url(../../images/products/bg_badge_50.jpg) right top no-repeat;
}
.fr_promo_page a {
	color:#027FC5 !important;
	text-decoration: underline;
}
.fr_promo_page a:hover {
	text-decoration: noneS;
}
.fr_promo_page .promo_arrow {
	background: url(../../images/layout/arrow_right.gif) no-repeat left 3px transparent;
	padding-left: 18px;
}



