/* *** Support Solutions *** */

#container_hosting {
	width: 692px;
	height: 100%;
	text-align: justify;
	margin: 0 auto;
    }

#container_hosting h3 {
	text-align: center;
    }

#hosting_left , #hosting_right {
	width: 333px;
    }

#hosting_left {
	float: left;
    }

#hosting_right {
	float: right;
    }

span.hosting_option_header {
	font-size: 17px;
	font-weight: bold;
    }

#container_hosting p , #container_hosting li {
	font-size: 13px;
    }

#container_hosting ul , #container_hosting li , #container_hosting p {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.3em;
    }

#container_hosting ul {
	margin-bottom: 13px;
    }

#container_hosting li {
	text-align: right;
    }

#container_hosting ul a {
	color: #212221;
	text-decoration: none;
	width: 100%;
	display: block;
	margin-left: auto;
	cursor: pointer;
    }

#container_hosting ul a:hover {
	color: #212122;
	background: #eaebea;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#dadbda');
	background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#dadbda));
	background: -moz-linear-gradient(left,  #ffffff,  #dadbda);
	padding-right: 4px;
    }

#container_hosting_contact {
	width: 303px;
	height: 166px;
	margin: 0 auto;
	margin-top: 23px;
	background: #eaebea;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#dadbda');
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dadbda));
	background: -moz-linear-gradient(top,  #ffffff,  #dadbda);
	border: 1px solid #616162;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 3px 3px 8px #bbb;
	-webkit-box-shadow: 3px 3px 8px #bbb;
	box-shadow: 3px 3px 8px #bbb;
	cursor: pointer;
	text-align: center;
    }

#container_hosting_contact:hover {
	background: #eaebea;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#efefef', endColorstr='#babbba');
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#babbba));
	background: -moz-linear-gradient(top,  #efefef,  #babbba);
    }

#container_hosting_contact p {
	margin-top: 48px;
	font-size: 48px;
	text-shadow: #a1a1a1 2px 2px 2px;
    }

#hosting_foot {
	font-size: 18px;
	font-weight: bold;
	margin-top: 13px;
	text-align: center;
    }

span.hosting_foot {
	font-weight: bold;
	font-size: 20px;
    }

