/*
	CSS - Skype.com
	SPACING
*/


/* Divides
----------------------------------------------------------------------------------------------------*/

.outside.divide_white,
.outside.divide_light,
.outside.divide_dark {
   margin-left: -15px;
   margin-right: -15px;
}

.inside.divide_white,
.inside.divide_light,
.inside.divide_dark {
   padding-left: 0;
   padding-right: 0;
}

.divide_white .grid_1,
.divide_white .grid_2,
.divide_white .grid_3,
.divide_white .grid_4,
.divide_white .grid_5,
.divide_white .grid_6 {
   border-left: 1px solid #FFFFFF;
}

.divide_light .grid_1,
.divide_light .grid_2,
.divide_light .grid_3,
.divide_light .grid_4,
.divide_light .grid_5,
.divide_light .grid_6 {
   border-left: 1px solid #E4EEF2;
}

.divide_dark .grid_1,
.divide_dark .grid_2,
.divide_dark .grid_3,
.divide_dark .grid_4,
.divide_dark .grid_5,
.divide_dark .grid_6 {
   border-left: 1px solid #C0DCE6;
}

.divide_white .grid_1:first-child,
.divide_white .grid_2:first-child,
.divide_white .grid_3:first-child,
.divide_white .grid_4:first-child,
.divide_white .grid_5:first-child,
.divide_white .grid_6:first-child,
.divide_light .grid_1:first-child,
.divide_light .grid_2:first-child,
.divide_light .grid_3:first-child,
.divide_light .grid_4:first-child,
.divide_light .grid_5:first-child,
.divide_light .grid_6:first-child,
.divide_dark .grid_1:first-child,
.divide_dark .grid_2:first-child,
.divide_dark .grid_3:first-child,
.divide_dark .grid_4:first-child,
.divide_dark .grid_5:first-child,
.divide_dark .grid_6:first-child {
   border-left: none;
}

.divide_white .column,
.divide_light .column,
.divide_dark .column {
   margin-left: 30px;
   margin-right: 30px;
}

.divide_white .column .no_box,
.divide_light .column .no_box,
.divide_dark .column .no_box {
   padding-left: 15px;
   padding-right: 15px;
}


/* Lines
----------------------------------------------------------------------------------------------------*/


.line_white {
   border-top: 1px solid #FFFFFF;
   margin-left: 15px;
   margin-right: 15px;
   margin-top: 20px;
}

.line_light {
   border-top: 1px solid #E4EEF2;
   margin-left: 15px;
   margin-right: 15px;
   margin-top: 20px;
}

.line_dark {
   border-top: 1px solid #C0DCE6;
   margin-left: 15px;
   margin-right: 15px;
   margin-top: 20px;
}

.column .line_white,
.column .line_light,
.column .line_dark {
   padding-top: 30px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 30px;
}


/* Spacers
----------------------------------------------------------------------------------------------------*/


.spacer_6 {
	margin-bottom: 6px
}

.spacer_12 {
	margin-bottom: 12px
}

.spacer_18 {
	margin-bottom: 18px
}

.spacer_24 {
	margin-bottom: 24px
}

.spacer_30 {
	margin-bottom: 30px
}

.spacer_36 {
	margin-bottom: 36px
}

.spacer_42 {
	margin-bottom: 42px
}

.spacer_48 {
	margin-bottom: 48px
}

.spacer_54 {
	margin-bottom: 54px
}

.spacer_60 {
	margin-bottom: 60px
}



