/*
	CSS - Skype.com
	COMPONENTS
*/


/* Text
----------------------------------------------------------------------------------------------------*/


/* Images
----------------------------------------------------------------------------------------------------*/

img {
    max-width: 100%;
}

<!--[if IE]>

	img {
	    width: 100%;
	}

<![endif]-->

.content_img {
	/*padding-bottom: 26px;*/
}

.inside .content_img.no_padding {
	margin: -30px -30px 0;
}

.outside .content_img.no_padding {
	margin-top: -30px;
	margin-bottom: -30px;
}


/* Text & Images
----------------------------------------------------------------------------------------------------*/

.content_img_text{
    width: 100%;
}

.content_img_text .imageContainer {
    width: 40%;
    float: left;
}

.content_img_text .textContainer {
    width: 60%;
    float: left;
}

.content_img_text.split_10_90 .imageContainer {
    width: 10%;
}

.content_img_text.split_10_90 .textContainer {
    width: 90%;
}

.content_img_text.split_20_80 .imageContainer {
    width: 20%;
}

.content_img_text.split_20_80 .textContainer {
    width: 80%;
}

.content_img_text.split_30_70 .imageContainer {
    width: 30%;
}

.content_img_text.split_30_70 .textContainer {
    width: 70%;
}

.content_img_text.split_40_60 .imageContainer {
    width: 40%;
}

.content_img_text.split_40_60 .textContainer {
    width: 60%;
}

.content_img_text.split_50_50 .imageContainer {
    width: 50%;
}

.content_img_text.split_50_50 .textContainer {
    width: 50%;
}

.content_img_text .imageContainer .imageHolder {
	margin-right: 15px;
}

.content_img_text .textContainer .textHolder {
	margin-left: 15px;
}


/* Back to Top
----------------------------------------------------------------------------------------------------*/


.backToTop {
	position: relative;
}

.backToTop a {
    background: url("../assets/images/features-menu-list-sprite.png") no-repeat scroll left top transparent;
    height: 13px;
    position: absolute;
    right: 0;
    bottom: 6px;
    width: 12px;
}