aside.aside-right{
	float: right;
	width: 270px;
}
aside.aside-right .aside-container{
	width: 240px;
	margin: 0 auto;
}
aside.aside-right ul.actions-list li{
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 0 10px 90px;
	font-size: 12px;
	color: #a4a4a4;
}
aside.aside-right ul.actions-list li .action-image{
	float: left;
	margin: -5px 0 0 -90px;
}
aside.aside-right ul.actions-list li h5{margin-bottom: 2px;}
/*aside.aside-right ul.actions-list li h5 a{color: #000;}*/
aside.aside-right ul.actions-list li span.action-profit{
	font-size: 13px;
	color: #555555;
	display: inline-block;
	border: 2px solid #E5363D;
	border-radius: 5px;
	line-height: 1.2;
	vertical-align: baseline;
	padding: 0 7px;
}
aside.aside-right ul.actions-list li .action-salon{
	border-top: 1px dotted #c7c7c7;
	padding-top: 7px;
	margin-top: 8px;
}
aside.aside-right ul.actions-list li.view-all{padding: 0;}
aside.aside-right ul.actions-list li.view-all{border-bottom: 0;}
aside.aside-right ul.actions-list li.view-all a{
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}
aside.aside-right .aside-actions{margin-top: 40px;}
aside.aside-right .create-step-status{padding: 0 30px;}
aside.aside-right .create-step-status h4{
	text-transform: uppercase;
	margin-bottom: 15px;
}
aside.aside-right .create-step-status .status{
	background: #e2e2e2;
	border-radius: 3px;
	height: 12px;
	position: relative;
	margin-bottom: 16px;
}
aside.aside-right .create-step-status .status .value{
	background: #92c57e;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
aside.aside-right .create-step-status strong{
	display: block;
	color: #000;
	font-size: 14px;
	margin-top: 30px;
}
aside.aside-right .create-step-status header.header-photo-advice{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-top: 48px;
	margin-bottom: 10px;
}
aside.aside-right .create-step-status header.header-photo-advice:before{
	content: "";
	float: left;
	background: url("../img/i-camera-large.png") no-repeat;
	width: 34px;
	height: 28px;
	margin: -38px 0 0;
}

aside.aside-right .top-articles{
	margin-top: 68px;
	margin-bottom: 40px;
}
aside.aside-right .top-articles header{
	border-top-width: 1px;
	padding-top: 10px;
}

/*
aside.aside-create-step-status{
	background: #FF0;
	position: fixed;
	right: 1%;
	width: 25%;
	max-width: 310px;
}*/


/*

@media (max-width: 1000px) {
	aside.aside-create-step-status{
		left: 50%;
		width: 25%;
		max-width: 310px;
		margin-left: 295px;
	}
}


*/
@media (min-width: 1240px) {
	aside.aside-right{
		width: 300px;
	}
}




