/*
 * Copyright 1997-2011 Day Management AG
 * Barfuesserplatz 6, 4001 Basel, Switzerland
 * All Rights Reserved.
 *
 * This software is the confidential and proprietary information of
 * Day Management AG, ("Confidential Information"). You shall not
 * disclose such Confidential Information and shall use it only in
 * accordance with the terms of the license agreement you entered into
 * with Day.
 */

.sb, .sbi, .sb *, .sbi * { position:relative; z-index:1; }
* html .sb, * html .sbi { height:1%; }
.sbi { display:inline-block; }
.sb-inner { background:#ddd; }
.sb-shadow { background:#000; }
.sb-border { background:#bbb; }



#clickstreamcloud {
    color: #ffffff;
    opacity: 0.8;
    
    position: fixed;
    bottom: 10px;
    right: 10px;
    min-width: 300px;
    max-width: 50%;
    z-index: 10000;

    font-family:Tahoma;                     
    font-size: 12px;

    padding-bottom: 15px;
}

#clickstreamcloud span {
    color: white !important;
}

#clickstreamcloud .sb, #clickstreamcloud .sb {
    /* required for IE */
    overflow: hidden;
}

#clickstreamcloud .sb-inner {
	background-color: #00294A !important;
}
#clickstreamcloud .sb-border {
    background-color: white !important; 
}

#clickstreamcloud .ccl-header {
	padding-top: 5px;
	padding-left: 12px;
	padding-right: 16px;
	background-color: transparent;
	
    font-size: 14px;
    color: #aaa;
    width: auto;
}

#clickstreamcloud .ccl-header .ccl-title {
    float:left;
    font-size: 11px;
    border-bottom: dotted 1px #D3E1F1;
    color: #D3E1F1;
    width: 100%;
}

#clickstreamcloud .ccl-header-close {
    padding-bottom: 14px;
}

#clickstreamcloud .ccl-header .ccl-close {
	float: right;
	text-decoration: none;
	font-size: 13px;
	color: white;
}

#clickstreamcloud .ccl-header .ccl-edit {
	float: right;
	text-decoration: none;
	font-size: 13px;
	color: white;
    padding-right: 10px;
}

#clickstreamcloud .ccl-header .ccl-load {
	float: right;
	text-decoration: none;
	font-size: 13px;
	color: white;
    padding-right: 10px;
}

#clickstreamcloud .ccl-links {
    display: block;
	clear: both;
    margin-right: 18px;
    padding-top: 4px;
    padding-bottom: 16px;
}

#clickstreamcloud .ccl-links a {
    float: right;
    color: white !important;
    font-size: 12px;
	margin-left: 10px;
}

#clickstreamcloud .ccl-sectioncontent {
    margin: 25px 5px 5px 5px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    color: white;
}

#clickstreamcloud .ccl-sectioncontent .ccl-data {
    padding-left: 4px;
    font-size:10pt !important;
    text-align: left;
    display: block;
}

#clickstreamcloud .ccl-sectioncontent .ccl-data-light {
    padding-left: 14px;
    font-size:10pt !important;
    text-align: left;
}

#clickstreamcloud .ccl-sectioncontent .ccl-data a, #clickstreamcloud .ccl-sectioncontent .ccl-data-light a {
    font-size: 10pt !important;
    color: white !important;
}

#clickstreamcloud .ccl-input {
    font-size:10pt !important;
}

#clickstreamcloud .ccl-spacer {
    padding-bottom: 20px;
}

#clickstreamcloud .ccl-sectioncontent .ccl-data a .ccl-invalid, #clickstreamcloud .ccl-sectioncontent .ccl-data-light a .ccl-invalid {
    font-size: 10pt !important;
    background: url("../../../../../../libs/cq/personalization/components/clickstreamcloud/invalid.gif") no-repeat left bottom;
    padding-left: 18px;
    text-decoration: none;
    color: red;
}

#clickstreamcloud .ccl-data-light img {
    max-height: 32px;
    max-width: 32px;
    border-radius: 4px;
}
#clickstreamcloud .cloud {
    margin: 25px 5px 5px 5px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

#clickstreamcloud .cloud .tag {
    padding-left: 10px;
}

#clickstreamcloud .tag10 { font-size:18pt !important; }
#clickstreamcloud .tag9  { font-size:17pt !important; }
#clickstreamcloud .tag8  { font-size:16pt !important; }
#clickstreamcloud .tag7  { font-size:15pt !important; }
#clickstreamcloud .tag6  { font-size:14pt !important; }
#clickstreamcloud .tag5  { font-size:13pt !important; }
#clickstreamcloud .tag4  { font-size:12pt !important; }
#clickstreamcloud .tag3  { font-size:11pt !important; }
#clickstreamcloud .tag2 ,
#clickstreamcloud .tag1 ,
#clickstreamcloud .tag0  { font-size:10pt !important; }

#clickstreamcloud .new,
#clickstreamcloud .new .count {
	color: #ffffcc !important;
    font-weight: bold;
}

#clickstreamcloud .count {
    display: none;
    color: white;
}

#clickstreamcloud .show-count .count {
	display: inline;
}
/*
 * ***********************************************************************
 * ADOBE CONFIDENTIAL
 * ___________________
 *
 * Copyright 2011 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 * ***********************************************************************
 */

#CQ .cq-teaser-decision-thumbnail {
    max-height: 30px;
    max-width: 90px;
    padding: 4px;
    vertical-align: middle;
}

#CQ .cq-teaser-decision-nomatch {
    opacity: 0.4;
}

#CQ .cq-teaser-tooltip-tool {
    z-index: 8010;
}

#CQ .cq-teaser-segment-link, #CQ .cq-teaser-segment-link img {
    cursor: pointer;
}

/*
 * ***********************************************************************
 * ADOBE CONFIDENTIAL
 * ___________________
 *
 * Copyright 2011 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 * ***********************************************************************
 */

.cq-clientcontext {
    background-color: #4e514d;

    border: 1px solid #4e514d;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;

    margin: 4px;
    width: 440px;

    font-family: Tahoma, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.cq-clientcontext a,
.cq-clientcontext a:hover,
.cq-clientcontext a:visited,
.cq-clientcontext a:active {
    color: white;
}

#cq-clientcontext-edit-box {
    margin-left: 100px;
}

#cq-clientcontext-container {
    display: none; /* hidden by default */
    text-align: left;
}

#cq-clientcontext-box {
    z-index: 9002;
    opacity: 0.94;
    -moz-opacity: 0.94;
    position: fixed;
    left: 24px;
    top: 0;

    padding-bottom: 45px;
    height: 620px;
}

#cq-clientcontext-box .ui-resizable-se {
    bottom: 3px;
    right: 3px;
}

#cq-clientcontext-box .section {
    margin: 0;
    padding: 0;
}

#cq-clientcontext-box-content {
    height: 100%;
    padding: 1px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

#cq-clientcontext-box-actions {
    height: 28px;
    background-color: #151515;
    margin: -1px;

    border: 1px solid #151515;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

#cq-clientcontext-box-actions-container {
    margin-left: 10px;
    margin-right: 10px;
}

#cq-clientcontext-box-actions .cq-clientcontext-box-action {
    margin-top: 7px;
    width: 20px;
    height: 14px;

    /*hack to get a inline block on all browsers*/
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

#cq-clientcontext-box-actions .cq-clientcontext-reset {
    background-image: url("../../../../../../libs/cq/personalization/components/clientcontext/clientlib/ui/themes/default/icons/reset.png");
}

#cq-clientcontext-box-actions .cq-clientcontext-load {
    background-image: url("../../../../../../libs/cq/personalization/components/clientcontext/clientlib/ui/themes/default/icons/load.png");
    margin-right: 14px;
}

#cq-clientcontext-box-actions .cq-clientcontext-design {
    background-image: url("../../../../../../libs/cq/personalization/components/clientcontext/clientlib/ui/themes/default/icons/design.png");
    margin-right: 11px;
}

#cq-clientcontext-box-actions .cq-clientcontext-close {
    background-image: url("../../../../../../libs/cq/personalization/components/clientcontext/clientlib/ui/themes/default/icons/close.png");
    position: absolute;
    right: 10px;
    top: 0;
}

/*
 * Stores design
 */
.cq-cc-store {
    color: white;
    line-height: 16px;
    height: auto;
    min-height: 20px;
    padding: 8px 15px 12px 15px;
    border-top: 1px solid #151515;
    margin: -1px;
}

.cq-cc-thumbnail, .cq-cc-content {
    float: left;
}

.cq-cc-content {
    margin-left: 15px;
    width: 300px;
}

.cq-cc-clear {
    clear: both;
}

.cq-cc-store-property {
    /*hack to get a inline block on all browsers*/
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.cq-cc-thumbnail .cq-cc-store-property {
    min-height: 80px;
    min-width: 80px;
}

.cq-cc-store-property-level0, .cq-cc-store-property-level1, .cq-cc-store-property-level2, .cq-cc-store-property-level3 {
    clear: both;
}

.cq-cc-content .cq-cc-store-property {
    margin-right: 8px;
    margin-top: 4px;

    line-height: 18px;
    padding: 0 4px;

    font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-weight: normal;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    background-color: #151515;
}

.cq-cc-content .cq-cc-store-property.cq-cc-store-property-level1 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.cq-cc-content .cq-cc-store-property.cq-cc-store-property-level0,
.cq-cc-content .cq-cc-store-property.cq-cc-store-property-level1,
.cq-cc-content .cq-cc-store-property.cq-cc-store-property-level2 {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;

    background-color: transparent;
    margin-top: 0;
    display: block;
}

.cq-cc-content .cq-cc-store-property.cq-clientcontext-editing {
    background-color: white;
    color: #4e514d;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.cq-cc-thumbnail .cq-cc-store-property.cq-clientcontext-editing {
    margin-right: 8px;

    line-height: 18px;
    padding: 0 4px;

    font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-weight: normal;

    background-color: white;
    color: #4e514d;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.cq-cc-content .cq-cc-store-property.cq-clientcontext-editing div,
.cq-cc-thumbnail .cq-cc-store-property.cq-clientcontext-editing div {
    display: inline-block;

    min-width: 2px;
    vertical-align: top;
}

.cq-cc-store-property img {
    vertical-align: middle;
}

.cq-cc-thumbnail .cq-cc-thumbnail-img {
    background-position: center center;
    background-repeat: no-repeat;
    height: 80px;
    width: 80px;
}

.cq-cc-twitterprofile-created_at {
    padding-left: 20px;
    background: left top no-repeat transparent url(../../../../../../libs/social/personalization/contextstores/twitter/twitterprofiledata/clientlib/ui/themes/default/images/created_at.png);
}

.cq-cc-twitterprofile-description {
    padding-left: 20px;
    background: left top no-repeat transparent url(../../../../../../libs/social/personalization/contextstores/twitter/twitterprofiledata/clientlib/ui/themes/default/images/description.png);
}

.cq-cc-twitterprofile-favourites_count {
    padding-left: 20px;
    background: left top no-repeat transparent url(../../../../../../libs/social/personalization/contextstores/twitter/twitterprofiledata/clientlib/ui/themes/default/images/favourites_count.png);
}

.cq-cc-twitterprofile-followers_count {
    padding-left: 20px;
    background: left top no-repeat transparent url(../../../../../../libs/social/personalization/contextstores/twitter/twitterprofiledata/clientlib/ui/themes/default/images/followers_count.png);
}

.cq-cc-twitterprofile-friends_count {
    padding-left: 20px;
    background: left top no-repeat transparent url(../../../../../../libs/social/personalization/contextstores/twitter/twitterprofiledata/clientlib/ui/themes/default/images/friends_count.png);
}

.cq-cc-twitterprofile-last_status_coordinates {
    padding-left: 20px;
    background: left top no-repeat transparent url(../../../../../../libs/social/personalization/contextstores/twitter/twitterprofiledata/clientlib/ui/themes/default/images/last_status_coordinates.png);
}

.cq-cc-twitterprofile-last_status_place {
    padding-left: 20px;
    background: left top no-repeat transparent url(../../../../../../libs/social/personalization/contextstores/twitter/twitterprofiledata/clientlib/ui/themes/default/images/last_status_place.png);
}

.cq-cc-twitterprofile-last_status_text {
    padding-left: 20px;
    background: left top no-repeat transparent url(../../../../../../libs/social/personalization/contextstores/twitter/twitterprofiledata/clientlib/ui/themes/default/images/last_status_text.png);
}

.cq-cc-twitterprofile-location{
    padding-left: 20px;
    background: left top no-repeat transparent url(../../../../../../libs/social/personalization/contextstores/twitter/twitterprofiledata/clientlib/ui/themes/default/images/location.png);
}

.cq-cc-twitterprofile-screen_name {
    padding-left: 20px;
    background: left top no-repeat transparent url(../../../../../../libs/social/personalization/contextstores/twitter/twitterprofiledata/clientlib/ui/themes/default/images/screen_name.png);
}

.cq-cc-twitterprofile-statuses_count {
    padding-left: 20px;
    background: left top no-repeat transparent url(../../../../../../libs/social/personalization/contextstores/twitter/twitterprofiledata/clientlib/ui/themes/default/images/statuses_count.png);
}

.cq-cc-facebookprofile-birthday {
    padding-left: 20px;
    background: left top no-repeat transparent url(../../../../../../libs/social/personalization/contextstores/facebook/fbprofiledata/clientlib/ui/themes/default/images/birthday.png);
}

.cq-cc-facebookprofile-bio {
    padding-left: 20px;
    background: left top no-repeat transparent url(../../../../../../libs/social/personalization/contextstores/facebook/fbprofiledata/clientlib/ui/themes/default/images/bio.png);
}

.cq-cc-facebookprofile-link {
    padding-left: 20px;
    background: left top no-repeat transparent url(../../../../../../libs/social/personalization/contextstores/facebook/fbprofiledata/clientlib/ui/themes/default/images/link.png);
}

.cq-cc-facebookprofile-gender {
    padding-left: 20px;
    background: left top no-repeat transparent url(../../../../../../libs/social/personalization/contextstores/facebook/fbprofiledata/clientlib/ui/themes/default/images/gender.png);
}

.cq-cc-facebookprofile-name {
    padding-left: 20px;
    background: left top no-repeat transparent url(../../../../../../libs/social/personalization/contextstores/facebook/fbprofiledata/clientlib/ui/themes/default/images/name.png);
}

.cq-cc-facebookprofile-quotes {
    padding-left: 20px;
    background: left top no-repeat transparent url(../../../../../../libs/social/personalization/contextstores/facebook/fbprofiledata/clientlib/ui/themes/default/images/quotes.png);
}

.cq-cc-facebookprofile-timezone {
    padding-left: 20px;
    background: left top no-repeat transparent url(../../../../../../libs/social/personalization/contextstores/facebook/fbprofiledata/clientlib/ui/themes/default/images/timezone.png);
}

.cq-cc-facebookprofile-updated_time {
    padding-left: 20px;
    background: left top no-repeat transparent url(../../../../../../libs/social/personalization/contextstores/facebook/fbprofiledata/clientlib/ui/themes/default/images/updated_time.png);
}

.cq-cc-facebookprofile-verified {
    padding-left: 20px;
    background: left top no-repeat transparent url(../../../../../../libs/social/personalization/contextstores/facebook/fbprofiledata/clientlib/ui/themes/default/images/verified.png);
}

.cq-cc-facebookprofile-work{
    padding-left: 20px;
    background: left top no-repeat transparent url(../../../../../../libs/social/personalization/contextstores/facebook/fbprofiledata/clientlib/ui/themes/default/images/work.png);
}

.cq-cc-facebookprofile-education {
    padding-left: 20px;
    background: left top no-repeat transparent url(../../../../../../libs/social/personalization/contextstores/facebook/fbprofiledata/clientlib/ui/themes/default/images/education.png);
}

.cq-cc-facebookprofile-birthday-today {
    padding-left: 20px;
    background: left top no-repeat transparent url(../../../../../../libs/social/personalization/contextstores/facebook/fbprofiledata/clientlib/ui/themes/default/images/birthday_cake.png);
}

/*************************************************************************
 *
 * ADOBE CONFIDENTIAL
 * __________________
 *
 *  Copyright 2012 Adobe Systems Incorporated
 *  All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 **************************************************************************/


.cq-clientcontext .cq-fbinterests-text {
    margin-bottom: 4px;
}

.cq-cc-thumbnail-fbinterests {
    margin: 5px;
    border-radius: 6px;
    height: 50px;
    width: 50px;
}


.cq-sf-store-error-message{
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.cq-sf-store-error-detail{
    font-size: 11px;
}

.sf-channeldetails{
    display: inline-block;
}
/*
 * ***********************************************************************
 * ADOBE CONFIDENTIAL
 * ___________________
 *
 * Copyright 2011 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 * ***********************************************************************
 */

.cq-clientcontext p.cloud {
    font-family: Tahoma,sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    width: auto;
}

.cq-clientcontext .tagcloud {
    margin: 0;
}

.cq-clientcontext .cloud, .cq-clientcontext .tag {
    color: white;
    line-height: 21px;
    margin-right: 8px;
    display: inline-block;
}

.cq-clientcontext .new {
    font-weight: bold;
}

.cq-clientcontext .tag10 {
    font-size: 28px;
}

.cq-clientcontext .tag5 {

}

.cq-clientcontext .count {
    display: none;
}
.cq-cc-slider-surferinfo {
    position: absolute;
}
/*
 * ***********************************************************************
 * ADOBE CONFIDENTIAL
 * ___________________
 *
 * Copyright 2011 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 * ***********************************************************************
 */

.cq-clientcontext .cq-cc-socialgraph {
    height: 62px;
}

.cq-clientcontext .cq-socialgraph-text {
    margin-bottom: 4px;
}

.cq-clientcontext .cq-socialgraph img {
    margin: 5px;
    border-radius: 6px;
}


/*
 * ***********************************************************************
 * ADOBE CONFIDENTIAL
 * ___________________
 *
 * Copyright 2011 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 * ***********************************************************************
 */

.cq-clientcontext .resolvedsegments a {
    padding-right: 10px;
}

.cq-cc-slider-profiledata {
    position: absolute;
}

/* controlled from the profile data mgr*/
.cq-cc-profile-not-anonymous, .cq-cc-profile-anonymous {
    display: none;
}
/*
 * ***********************************************************************
 * ADOBE CONFIDENTIAL
 * ___________________
 *
 * Copyright 2011 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 * ***********************************************************************
 */

.geolocation .cq-cc-store {
    padding: 15px;
}

.cq-cc-thumbnail .cq-cc-geolocation .cq-cc-thumbnail-img {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}


/*
 * ***********************************************************************
 * ADOBE CONFIDENTIAL
 * ___________________
 *
 * Copyright 2011 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 * ***********************************************************************
 */

.cq-cc-cart ol, .cq-cc-cart ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cq-cc-cart li {
    padding: 0.5em 0;
}

.cq-cc-cart li img {
    margin-right: 0.5em;
    background: #fff;
    margin-bottom: 2px;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.cq-cc-cart .cq-cc-content {
    width: auto;
    float: none;
    margin: 0;
}

.cq-cc-cart-promotions a {
    display: inline-block;
    padding-right: 10px;
    font-size: 12px;
}

.cq-cc-cart-promotions {
    display: inline;
}

.cq-cc-cart-vouchers a {
    font-size: 12px;
}

.cq-cc-cart-vouchers a[data-voucher] {
    display: inline-block;
    margin: 0 2px 0 10px;
    width: 20px;
    height: 16px;
    background-image: url("../../../../../../libs/cq/personalization/components/clientcontext/clientlib/ui/themes/default/icons/close.png");
    background-repeat: no-repeat;
    text-decoration: none;
    vertical-align: middle;
}

.cq-cc-cart-vouchers {
    display: inline;
}

.cq-cc-store ol.cq-cc-cart-items {
    padding-bottom: 0.5em;
}

.cq-cc-store .cq-cc-cart-items li {
    border: 0 none;
    width: auto;
    min-height: 22px;
    font-size: 12px;
    padding: 0;
}

.cq-cc-cart-items .cq-cc-store-property {
    margin-left: 8px;
}

.cq-cc-cart-items .cq-cc-cart-item-quantity {
    float: right;
}

.cq-cc-cart-items .cq-cc-cart-item-price {
    float: right;
    text-align: right;
    min-width: 72px;
    line-height: 18px;
    margin-top: 4px;
    margin-right: 12px;
}

.cq-cc-cart-totalprice {
    float: right;
}

.cq-cc-cart-totalprice span.cq-cc-store-property {
    margin-top: 0;
}

#CQ div.cq-cc-cart-tooltip div.x-tip-body {
    padding: 1px;
    color: black;
}

#CQ span.cq-cc-cart-potential-match {
    color: grey;
}
.cq-cc-campaign-prop a.label {
	width: 125px;
	display: inline-block;
}

.cq-cc-campaign-prop-button {
	text-decoration: underline;
	cursor: pointer;
}

#cq-cc-store-warnings {
	font-size: 12px;
}

.cq-cc-store-warning-sign {
	display: inline-block;
	width: 16px; /* match line height */
	font-weight: bold;
   	border-radius: 5px;
   	border: 1px solid white;
   	font-weight: bold;
    background-color: #151515;
    text-align: center;
    margin-right: 5px;
}

.cq-cc-campaign-prop a.label {
	font-size: 12px;
}

.cq-cc-campaign-prop {
	margin-bottom: 4px;
}
/*
 * ***********************************************************************
 * ADOBE CONFIDENTIAL
 * ___________________
 *
 * Copyright 2011 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 * ***********************************************************************
 */

/* Containers */
.cq-clientcontext ul.cq-cc-activities {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cq-clientcontext .cq-cc-activities li {
    border: none;
    line-height: 18px;
    width: auto;
}

.cq-clientcontext .cq-cc-activity {
    padding-bottom:2px;
    padding-top:2px;
}

.cq-clientcontext .cq-cc-activity-date {
    color: #808080;
}

.cq-clientcontext .cq-cc-activity-clear {
    clear: both;
}

/* Renderers */
.cq-clientcontext .activity-author,
.cq-clientcontext .activity-target,
.cq-clientcontext .activity-blog-title,
.cq-clientcontext .activity-group-title {
    /*background-color: #151515;*/
    /*border-radius: 5px 5px 5px 5px;*/
    font-weight: normal;
    /*line-height: 21px;*/
    /*padding: 0 4px;*/
    text-decoration: none;
}

.cq-clientcontext .activity-author img {
    margin-right: 10px;
    float: left;
    border-radius: 6px;
    width: 40px;
}

.cq-clientcontext .activity-comment {
    font-size:11px;
    padding:5px 0 5px 20px;
}


.cq-clientcontext .cq-cc-activity .comment {
    margin: 0;
    padding: 0;
}

/*
 * ***********************************************************************
 * ADOBE CONFIDENTIAL
 * ___________________
 *
 * Copyright 2011 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 * ***********************************************************************
 */


.cq-clientcontext .cq-cc-aamsegments {
    line-height: 23px;
}

/* may not be used. */
.cq-clientcontext .cq-cc-aamsegments .cq-cc-aam-segment {
    padding: 2px 5px;
    margin: 2px 4px 2px 0px;
    font-size: 12px;
    border-radius: 5px;
    display: inline-block;
    background-color: black;
    color: #ccc;
}

/* may not be used. */
.cq-clientcontext .cq-cc-aamsegments .cq-cc-aam-segment:hover {
    background-color: #393939;
}

.cq-clientcontext .cq-cc-aamsegments input[type=checkbox] {
    display: none;
}

.cq-clientcontext .cq-cc-aamsegments label,
.cq-clientcontext .cq-cc-aamsegments span {
    padding: 2px 5px;
    margin: 2px 4px 2px 0px;
    font-size: 12px;
    border-radius: 5px;
    display: inline-block;
    background-color: #444;
    color: #ccc;
}

.cq-clientcontext .cq-cc-aamsegments label:hover{
    background-color: #393939;
}

.cq-clientcontext .cq-cc-aamsegments label.checked,
.cq-clientcontext .cq-cc-aamsegments span {
	background-color: black;
    color: white;
}

.cq-clientcontext .cq-cc-aamsegments span,
.cq-clientcontext .cq-cc-aamsegments label.checked:hover {
    background-color: #222;
}

.cq-clientcontext .cq-cc-aamsegments label .toggle,  {
    display: inline-block;
    width: 16px;
    background-color: #555;
    height: 9px;
    border-radius: 5px;
    top: 1px;
    margin-right: 5px;
    border: 1px solid #777;
    position: relative;
}

.cq-clientcontext .cq-cc-aamsegments label .green,
.cq-clientcontext .cq-cc-aamsegments label .red {
    background-color: #D00;
    width: 9px;
    height: 9px;
    border-radius: 5px;
    display: block;
    float: right;
}

.cq-clientcontext .cq-cc-aamsegments label .green {
    background-color: #0D0;
    display: none;
    float: left;
}

.cq-clientcontext .cq-cc-aamsegments label.checked .red {
    display: none;
}

.cq-clientcontext .cq-cc-aamsegments label.checked .green {
    display: block;
}




/*
 * ***********************************************************************
 * ADOBE CONFIDENTIAL
 * ___________________
 *
 * Copyright 2011 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 * ***********************************************************************
 */


.cq-clientcontext .cq-cc-aamtraits {
    line-height: 23px;
}

/* may not be used. */
.cq-clientcontext .cq-cc-aamtraits .cq-cc-aam-segment {
    padding: 2px 5px;
    margin: 2px 4px 2px 0px;
    font-size: 12px;
    border-radius: 5px;
    display: inline-block;
    background-color: black;
    color: #ccc;
}

/* may not be used. */
.cq-clientcontext .cq-cc-aamtraits .cq-cc-aam-segment:hover {
    background-color: #393939;
}

.cq-clientcontext .cq-cc-aamtraits input[type=checkbox] {
    display: none;
}

.cq-clientcontext .cq-cc-aamtraits label {
    padding: 2px 5px;
    margin: 2px 4px 2px 0px;
    font-size: 12px;
    border-radius: 5px;
    display: inline-block;
    background-color: #444;
    color: #ccc;
    width: auto;
}

.cq-clientcontext .cq-cc-aamtraits label:hover {
    background-color: #393939;
}

.cq-clientcontext .cq-cc-aamtraits label.checked {
    background-color: black;
    color: white;
}

.cq-clientcontext .cq-cc-aamtraits label.checked:hover {
    background-color: #222;
}

.cq-clientcontext .cq-cc-aamtraits label .toggle {
    display: inline-block;
    width: 16px;
    background-color: #555;
    height: 9px;
    border-radius: 5px;
    top: 1px;
    margin-right: 5px;
    border: 1px solid #777;
    position: relative;
}

.cq-clientcontext .cq-cc-aamtraits label .green,
.cq-clientcontext .cq-cc-aamtraits label .red {
    background-color: #D00;
    width: 9px;
    height: 9px;
    border-radius: 5px;
    display: block;
    float: right;
}

.cq-clientcontext .cq-cc-aamtraits label .green {
    background-color: #0D0;
    display: none;
    float: left;
}

.cq-clientcontext .cq-cc-aamtraits label.checked .red {
    display: none;
}

.cq-clientcontext .cq-cc-aamtraits label.checked .green {
    display: block;
}




