@CHARSET "UTF-8";
.customer-services { 
	position:fixed;
	top:128px;
	left:0px;
  	z-index: 1;
	padding: 0px;
}

.customer-title {
	width: 42px;
  	text-align: center;
  	padding: 5px 8px;
	overflow: hidden;
	float: right;
	background-color: rgb(232, 232, 232);
	-moz-box-shadow: 1px 1px 5px #cacaca;
	-khtml-box-shadow: 1px 1px 5px #cacaca;
	-webkit-box-shadow: 1px 1px 5px #cacaca;
	box-shadow: 1px 1px 5px #cacaca;
}

.customer-services:hover .customer-body{
	display: block;
	-webkit-animation: bounceX 0.5s;
    -moz-animation: bounceX 0.5s;
    -ms-animation: bounceX 0.5s;
    animation: bounceX 0.5s;
}

.customer-services:hover .customer-title{
	-webkit-animation: bounceX 0.5s;
    -moz-animation: bounceX 0.5s;
    -ms-animation: bounceX 0.5s;
    animation: bounceX 0.5s;
}

@keyframes bounceX
{
0%   {transform: translateX(-120px);}
100% {transform: translateX(0px);}
}

@-moz-keyframes bounceX /* Firefox */
{
0%   {transform: translateX(-120px);}
100% {transform: translateX(0px);}
}

@-webkit-keyframes bounceX /* Safari and Chrome */
{
0%   {transform: translateX(-120px);}
100% {transform: translateX(0px);}
}

@-o-keyframes bounceX /* Opera */
{
0%   {transform: translateX(-120px);}
100% {transform: translateX(0px);}
}

.customer-title img {
	width: 30px;
}

.customer-title p{
	font-size: 17px;
	padding-top: 3px;
	margin-bottom: 0px;
}

.customer-body {
	width: 120px;
	height:200px;
	float: right;
	padding: 10px;
	background-color: #fff;
	-moz-box-shadow: -1px 1px 5px #cacaca;
	-khtml-box-shadow: -1px 1px 5px #cacaca;
	-webkit-box-shadow: -1px 1px 5px #cacaca;
	box-shadow: -1px 1px 5px #cacaca;
	display: none;
}

.customer-body img {
	width: 85%;
	margin-left: 5px;
	margin-bottom: 5px;
}

.customer-body p {
	font-size: 14px;
	margin-bottom: 0px;
}

.p-style-color {
	border-bottom: 1px solid rgb(232, 232, 232);
}


.p-style-center {
	margin-top: 3px;
	padding-left: 10px;
	color: rgb(242, 120, 80);
}

.customer-info {
	color: rgb(242, 120, 80);
}

.customer-info:hover {
	color: rgb(242, 120, 80);
}