* {
    margin: 0;
    padding: 0;
    text-align: left;
}
body {
	font-size: 75%; /* 62.5% */
	font-family: Arial, sans-serif;
	color: #222;
	width: 960px;
	margin: 0 auto;
	background-color: #f6f6f6;
	letter-spacing: normal;
}
html:root*body {
	letter-spacing: -0.025em;
}
html, body {
    height:100%;
}
body.graypage {
	background: #f6f6f6 url("../img/graypage_bg.png") repeat-y top center;
}
body.white-bg {
	background-color: #fff;
}
a {
    color: #ed2224;
}
a:hover {
    color: #ff0000;
	text-decoration: none;
}
a.none {
	color: #222;
	text-decoration: none;
}
h1 {
    color: #ff0000;
    font-size: 2.3em;
    margin: 5px auto;
	font-weight: normal;
}
h2, .h2 {
    color: #ff0000;
    font-size: 2em;
    margin: 5px auto;
	font-weight: normal;	
}
h3 {
    color: #ff0000; /* #bf1616 */
    font-size: 1.8em;
    margin: 5px auto;
	font-weight: normal;	
}
h4 {
   color: #ff0000;
    font-size: 1.3em;
	margin-bottom:5px;
	font-weight: normal;	
}
h6 {
    font-size: 80%;
    font-weight: normal;
}
p {
    margin: 15px 0;
    font-size: 1.2em;
	font-weight: normal;	
}
p.small {
	font-size: 1em;
}
input {
    vertical-align: middle;
}
ul {
    margin-left: 20px;
	font-size: 1.1em;
}
img {
    border-width: 0;
    vertical-align: middle;
}
hr {
    border-width: 0;
    height: 2px;
    background-color: #d5d5d5;
    margin: 15px 0;
}
pre {
	font: 0.9em Tahoma;
	letter-spacing: normal;
	color: #777;
}
/* classes */
/* - text */
.uppercase {
    text-transform: uppercase;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
strong.italic {
	font-family: Verdana;
}
/* - colors */
.gray {
	color: #3a3a3a;
}
.supergray {
	color: #bebebe;
}
.white {
	color: #fff;
}
.red {
	color: #ff0000;
}
/* - list */
ul.nopic {
    list-style-type: none;
}
ul.errors {
    margin: 1px 4px 1px;
	list-style-type: none;
	/*background: transparent url("../img/error16.png") 5px 1px no-repeat;*/
    /*color: #cc0000;*/
	color: #fff;
	background: red url("../img/icons/exclamation-button.png") 3px 2px no-repeat;
	-moz-border-radius: 5px;
	-moz-box-shadow:2px 3px 0 #D1D1D1;
	-webkit-border-radius: 5px;
	-webkit-box-shadow:2px 3px 0 #D1D1D1;
	padding: 1px 5px 2px 0;
	float: left;
}
ul.errors li {
    font: 0.85em Tahoma;
	letter-spacing: normal;
	margin-left:22px;
	padding: 2px 0;
}
.mini-error ul.errors {
	width: 114px;
}
.border-disable {
	border: 0 !important;
}

.pos-rel {
	position: relative;
}
a.button {
	text-indent: -2000px;
	display: block;
	outline: 0;
}

.tooltip {
	position: absolute;
	z-index: 99;
	font-family: Verdana;
}
.tooltip ul {
	font-size: 0.9em;
}
.tooltip small {
	font-size: 0.45em;
}
.tooltip p {
	margin: 10px;
}
.button_disable {
	cursor: default !important;
	opacity: 0.4 !important;
	filter: alpha(opacity=40);
}
.disable {
	position: relative;
	/*opacity: 0.3;
	filter: alpha(opacity=30);*/
}
.disable .disable_container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-image: url('../img/disable_white.png');
}
.disable-gray .disable_container {
	background-image: url('../img/disable_gray.png');
}
body.graypage #content .disable .disable_container {
	background-image: url('../img/disable_gray.png');
}

span.tooltip-m {
	position: absolute;
	background: #ee0000 url('../img/jqui/ui-bg_diagonals-thick_18_b81900_40x40.png');
	/*border: 1px solid #cc0000;*/
	padding: 3px 7px;
	color: #fff;
	font: 12px Verdana;
	z-index: 101;
	opacity: 0.9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0px;
	border: 1px solid #ee0000;
	-moz-box-shadow: 1px 1px 4px #555;
}
#tt {position:absolute; display:block; background:url(../img/tt_left.gif) top left no-repeat; z-index: 2}
#tttop {display:block; height:5px; margin-left:5px; background:url(../img/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#000; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(../img/tt_bottom.gif) top right no-repeat; overflow:hidden}
/* forms */
.m-input input, .m-input select {
	font-size: 1.4em !important;
	color:#666666 !important;
}
.m-input {
	white-space: nowrap;
}
.m-input img.mi-left {
	width: 13px;
	height: 40px;
}
.m-input img.mi-right {
	width: 13px;
	height: 40px;
}
.m-input input {
	background: transparent url('../img/input_bg.png') repeat-x;
	border-width: 0;
	height: 34px;
	line-height: 34px;
	padding: 3px 0;
	width: 220px;
	color: #222; /* c8c8c8 */
	outline-width: 0;
}
/*.m-input input:focus {
	color: #222;
}*/
#findbox .m-input img.mi-left, #findbox .m-input img.mi-right {
	width: 10px;
	height: 50px;
}

#findbox .m-input input {
	background: transparent url('../img/findbox_input_bg.png') repeat-x;
	height: 44px;
	line-height: 44px;
	font-size: 1.8em !important;
	width:200px;
}
#findbox .m-input .mi-select {
	background: transparent url('../img/findbox_input_bg.png') repeat-x;
	height: 44px;
	line-height: 44px;
	font-size: 1.1em;
}
#findbox .m-input .mi-select select {
	width: 200px;
}
.digit-inputs input {
	background-image: url("../img/input_digit.png");
	border-width: 0;
	width: 38px; height: 55px; line-height: 55px;
	font-size: 1.8em;
	text-align: center;
	color: #a3a3a3;
	margin-right:4px;
}
.m-input .mi-select {
	background: transparent url('../img/input_bg.png') repeat-x;
	border-width: 0;
	height: 30px;
	line-height: 34px;
	padding: 10px 0 0;
	display: inline-block;
	vertical-align:middle;
}
.mi-select select {
	font-size: 1.2em;
	background-color: transparent;
	border: none;
}
.hack-safari-select .mi-select {
	background: none;
	padding:4px;
	margin:0;
}
.hack-safari-select .mi-select select {
	height: 28px;
}	
.hack-safari-select img.mi-right, .hack-safari-select img.mi-left {
	display: none;
}
#findbox .hack-safari-select .mi-select {
	background:url("../img/findbox_input_bg.png") repeat-x scroll 0 0 transparent;
	padding: 10px 0 0;
	margin: auto;
}
#findbox .hack-safari-select .mi-select select {
	height: 20px;
}
#findbox .hack-safari-select img.mi-right, #findbox .hack-safari-select img.mi-left {
	display: inline;
}

span.fn-required{
	color: #bf1616;
	font-size: 2em;
	text-shadow: 1px 1px 1px rgba(200, 20, 20, 0.2);
	position: absolute;
}
.el_checkbox {
	clear: both;
}
.form .el_checkbox .input_checkbox {
    float: left;
}
.form .el_checkbox input {
	margin: 5px;
}
.form .el_checkbox label {
    color:#727272 !important;
	font-size:1.25em !important;
    margin-top: 5px !important;
    padding: 0 !important;
}
.form-login .element {
	float: left;
}
.fn-submit {
	position: absolute !important;
	right: 8px;
	bottom: -92px;
	z-index:1;
}
.no-hack .fn-submit {
	position: static !important;
	right: auto;
	bottom: auto;
	z-index:1;
}
label span.min {
	font-size: 0.8em;
}
/* buttons */
.btn-multi {
	padding-left: 18px;
	float: left;
	background-repeat: no-repeat;
	background-position: -482px -114px;
	text-decoration: none;
}
.btn-multi div, .btn-multi i {
	/*padding: 0 18px;*/
	padding-right: 18px;
	float: left;
	background-repeat: no-repeat;
	background-position: right top;
	font-style: normal;
	display: block;
}
.btn-multi div div, .btn-multi i i {
	padding: 0;
	float: left;
	height: 57px;
	line-height: 57px;
	font-size: 1.6em;
	font-weight: normal;
	color: #fff;
	cursor: pointer;
	white-space: nowrap;
}
.btn-redbut,
.btn-redbut div, .btn-redbut i {
	background-image: url('../img/redbtn_bg.png');
}
.btn-redbut div div, .btn-redbut i i {
	background-image: none;
}

.btn-redbut-hover, .btn-redbut:hover {
	background-position:-482px -171px;
}
.btn-redbut-hover div, .btn-redbut:hover i {
	background-position:right -57px;
}
.btn-redbut-hover div div, .btn-redbut:hover i i {
	background-image: none;
}
.button {
	cursor: pointer;
}
.btn_question {
	background-image: url("../img/question.png");
	width: 57px; height: 57px;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.btn_question-hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.corners-four {
	position: relative;
}
.corners-four .cf1, .corners-four .cf2, .corners-four .cf3, .corners-four .cf4 {
	position: absolute;
	background-image: url('../img/box_follow_corners.png');
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
	z-index: 10;
}
.corners-four .cf1 {
	top: 0; left: 0;
	background-position: bottom right;
}
.corners-four .cf2 {
	top: 0; right: 0;
	background-position: bottom left;
}
.corners-four .cf3 {
	bottom: 0; left: 0;
	background-position: top right;
}
.corners-four .cf4 {
	bottom: 0; right: 0;
	background-position: top left;
}

.checkboxLine {
	/*width: 224px;*/
	height: 46px;
	position: relative;
	margin-bottom: 10px;
	float: left;
	cursor: pointer;
}
.checkboxLine .r, .checkboxLine .l {
	position: absolute;
	left: 0;
	width: 10px; height: 46px;
	background-color: #009CFF;
}
.checkboxLine .r {
	left: auto;
	right: -8px;
}
.checkboxLine .ch {
	background-color: #009cff;
	width: 20px; height: 46px;
	margin: 0 5px 0 9px;
	float: left;
}
.checkboxLine .ch i, .checkboxLine .ch i {
	display: block;
	width: 17px; height: 17px;
	background-image: url("../img/checkbox.png");
	margin: 15px 0 0;
}
.checkboxLine .t {
	background-color: #009cff;
	height: 46px; line-height: 46px;
	float: left;
	color: #fff;
	font-size: 2.3em;
	padding: 0 10px 0 15px;
}
.checkboxLine-hover .r,
.checkboxLine-hover .l,
.checkboxLine-hover .t,
.checkboxLine-hover .ch,
.checkboxLine-selected .r,
.checkboxLine-selected .l,
.checkboxLine-selected .t,
.checkboxLine-selected .ch
{
	background-color: #7BC9FB;
}

.checkboxLine-hover i, .checkboxLine-selected i {
	background-position: 0 100%;
}
.checkboxLineRed .l {
	background: url("../img/checkbox_corners.png") repeat 9px 0 #ff0000;
	width: 9px;
}
.checkboxLineRed .r {
	background: url("../img/checkbox_corners.png") no-repeat 0 0 #ff0000;
	width: 9px;
}
.checkboxLineRed .ch {
	background-color: #ff0000;
}
.checkboxLineRed .t {
	background-color: #ff0000;
}
.checkboxLineRed.checkboxLine-hover .r,
.checkboxLineRed.checkboxLine-hover .l,
.checkboxLineRed.checkboxLine-hover .t,
.checkboxLineRed.checkboxLine-hover .ch,
.checkboxLineRed.checkboxLine-selected .r,
.checkboxLineRed.checkboxLine-selected .l,
.checkboxLineRed.checkboxLine-selected .t,
.checkboxLineRed.checkboxLine-selected .ch
{
	background-color: #FB7B7B;	
}


p.disc {
	color: #aeaeae;
	font: 0.8em Tahoma;
	letter-spacing: normal;
}


#header {
	padding-top: 5px;
	height:90px;
	position: relative;
	width: 960px;
}
body.graypage #header {
	background-color: #f6f6f6;
}
#header .header-right-panel {
	position:absolute;
	right:0;
	top:10px;
	margin-top: 25px;
	margin-right: 7px;
}
#header .header-right-panel .search-box, #header .header-right-panel .top-menu {
	float: right;
}
#header .header-right-panel .search-box {
	margin: -2px 20px 0 0;
	position:relative;
}
#header .search-box .fn-search-button {
	background-image: url("../img/search_go_btn.png");
	width: 34px; height: 26px;
	display: block;
	position:absolute;
	right:6px;
	top:7px;
	cursor: pointer;
}
#header .search-box .fn-search-button:hover {
	background-position: 0 100%;
}
#header .search-box input {
	width: 200px;
}
#header .logo-text {
	display: none;
	color:red;
	font-size:1.9em;
	left:80px;
	position:absolute;
	top:40px;
	text-indent: -2000px;
	background-image: url("../img/slogan.png");
	width: 254px;
	height: 34px;
}
#header .welcomebox {
	color:red;
	font:1.1em Tahoma;
	letter-spacing: normal;	
	position:absolute;
	right:0;
	top:40px;
}
#header .welcomebox .gray, #header .welcomebox .gray a {
	color: #666;
}
#header .welcomebox .gray a:hover {
	color: #222;
	text-decoration: none;
}
#header a.logo {
	background-image: url("../img/logo_bg.png");
	display: block;
	width: 361px;
	height: 84px;
}
#header .logo img {
	width: 72px;
	height: 84px;
}

.top-menu {
	position: relative;
}
.top-menu ul {
	background-image: url("../img/topmenu_bg.png");
	margin: 0;
	float: left;
}
.top-menu ul li {
	float: left;
	background: transparent url("../img/topmenu_del.png") no-repeat right;
	height: 36px;
	line-height: 36px;
}
.top-menu ul li a {
	font-size: 1.45em;
	color: #fff;
	padding: 0 22px 0 20px;
	margin-right: 2px;
	display: block;
	line-height: 36px;
	text-decoration: none;
}
.top-menu ul li a:hover {
	background-image: url("../img/topmenu_bg_act.png");
}
.top-menu .tm-l, .top-menu .tm-r {
	position: absolute; left: -9px;
	background-image: url("../img/topmenu_left.png");
	width: 9px; height: 36px;
}
.top-menu .tm-r {
	background-image: url("../img/topmenu_right.png");
	right: -7px;
	left: auto;
}

#motion {
	text-align: center;
}
.path {
	font-size: 1em;
	color: #bf1616;
	margin-bottom: 10px !important;
}

.path a {
	color: #bf1616;
}
#content {
	float: left;
	margin: 10px;
	width: 642px; /*658*/
}
#content .welcome_text {
    margin: 15px 0;
    font-size: 1.2em;
}
#sidebar {
	float: left;
	width: 222px;
	/*height:auto !important;
    height:100%;
    min-height:100%;*/
}

#findbox {
	width: 282px;
	height: 521px;
	padding-top: 1px;
	margin: 2px 0 0 7px;
	background-image: url("../img/findbox_bg.png");
	background-repeat: no-repeat;
}
#findbox div.head {
	margin-top: 50px;
	text-align: center;
	font-size: 1.5em;
	color: #363636;
}
#findbox .form {
	margin: 26px;
}
#findbox .form label {
	color: #ff0000;
	font-size: 1.5em;
	margin-left: 5px;
}
#findbox .form .m-input {
	margin-bottom: 5px;
}
#findbox .form .btn-redbut {
	margin: 10px auto 10px -3px;
}
#findbox .form .btn-redbut div div {
	width: 191px;
	text-align: center;
}
#findbox .image {
	text-align: center;
	height: 155px;
}
#findbox .image img {
	margin: 10px;
	height:130px;
}
#findbox a {
	font: 0.9em Tahoma;
	letter-spacing: normal;	
	color: #ff0000;
}
.brands_h a img {
	margin: 8px 12px;
}
#socialbox {
	width: 255px;
	padding: 10px 20px;
	background-color: #f2f2f2;
	margin-top: 30px;
	text-align:center;
}

#socialbox .twitter, #socialbox .facebook, #socialbox .work_with_us {
	display: block;
	background-image: url('../img/twitter.png');
	background-position: left top;
	background-repeat: no-repeat;
	height: 70px;
	margin: 12px 0;
}
#socialbox strong {
	font-size: 1.2em;
	font-weight: normal;
}
#socialbox .facebook {
	background-image: url('../img/facebook.png');
}	
#socialbox .work_with_us {
	height: 85px;
	background-image: url('../img/carreer_8m.png');
}
#socialbox a, #socialbox a:hover {
	text-decoration: none;
}
#socialbox a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#socialbox .twitter span, #socialbox .facebook span, #socialbox .work_with_us span {
	margin: 10px 0 0 75px;
	display: block;
	padding-top: 8px;
}
#socialbox a.twitter, #socialbox a.facebook, #socialbox a.work_with_us  {
	color: #39b8db;
	font-size: 1.2em;
}
a.facebook {
	color: #3a5aa4;
}
#socialbox a.work_with_us {
	color: #ff0000;
}

#socialbox h3 {
	font-size: 2em;
	line-height:1em;
}
#socialbox p {
	font-size: 1.5em;
	color: #666;
	margin: 10px 0;
}
#socialbox img {
	margin: 3px;
}
#content .phone-info {
	margin: 10px 0 0 -12px;
}
#content .phone-info .phone-image {
	background-image: url("../img/phonebox.png");
	width: 256px; height: 311px; line-height: 311px;
	text-align: center;
	float: left;
	position: relative;
}
#content .phone-info .phone-image-link {
	bottom:20px;
	display:block;
	left:50px;
	line-height:1em;
	position:absolute;
	color:#777777;
	font: 0.9em Tahoma;
	letter-spacing: normal;	
}
#content .phone-info .pi-right {
	margin-left:280px;
}
#content .phone-info .pi-right h3 {
	margin:0;
	text-align:center;
	width:350px;
}
.pi-working-status {
	margin:18px 0 0 5px;
	height:54px;
}
.pi-working-status .pi-working, .pi-working-status .pi-working-not {
	width: 224px;
	height: 46px;
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
	float: left;
}
.pi-working-status .pi-working .r, .pi-working-status .pi-working .l, .pi-working-status .pi-working-not .r, .pi-working-status .pi-working-not .l {
	position: absolute;
	left: 0;
	width: 9px; 
	height: 46px;
	background: url("../img/checkbox_corners.png") repeat 9px 0 #009CFF;
}
.pi-working-status .pi-working .r, .pi-working-status .pi-working-not .r {
	background:url("../img/checkbox_corners.png") no-repeat 0 0 #009CFF;
	left: auto;
	right: 0;
}
.pi-working-status .pi-working .ch, .pi-working-status .pi-working-not .ch {
	background-color: #009cff;
	width: 20px; 
	height: 46px;
	margin: 0 5px 0 9px;
	float: left;
}
.pi-working-status .pi-working .ch i, .pi-working-status .pi-working-not .ch i {
	display: block;
	width: 17px; height: 17px;
	background-image: url("../img/checkbox.png");
	margin: 15px 0 0;
}
.pi-working-status .pi-working-hover i, .pi-working-status .pi-working-selected i {
	background-position: 0 100%;
}
.pi-working-status .pi-working .t, .pi-working-status .pi-working-not .t {
	background-color: #009cff;
	width: 164px; 
	height: 46px; 
	line-height: 46px;
	float: left;
	color: #fff;
	font-size: 2.2em;
	padding-left: 17px;
}
.pi-working-status .pi-working-not .l, .pi-working-status .pi-working-not .r, .pi-working-status .pi-working-not .ch, .pi-working-status .pi-working-not .t {
	background-color: #FF0000;
}
.pi-working-status .pi-working-hover .ch,
.pi-working-status .pi-working-hover .t,
.pi-working-status .pi-working-hover .r,
.pi-working-status .pi-working-hover .l,
.pi-working-status .pi-working-selected .ch,
.pi-working-status .pi-working-selected .t,
.pi-working-status .pi-working-selected .r,
.pi-working-status .pi-working-selected .l {
	background-color: #7BC9FB;
}	
.pi-working-status .pi-working-not.pi-working-hover .ch,
.pi-working-status .pi-working-not.pi-working-hover .t,
.pi-working-status .pi-working-not.pi-working-hover .r,
.pi-working-status .pi-working-not.pi-working-hover .l,
.pi-working-status .pi-working-not.pi-working-selected .ch,
.pi-working-status .pi-working-not.pi-working-selected .t,
.pi-working-status .pi-working-not.pi-working-selected .r,
.pi-working-status .pi-working-not.pi-working-selected .l {
	background-color: #FB7B7B;
}

.pi-working-status .btn_question {
	float:left;
	margin: -5px 0 0 5px;
/*	position:absolute;
	right:-70px;
	top:-5px;*/
}
.pi-working-status .iSelect {
	background: url("../img/working_selector_bg.png") no-repeat;
	width: 336px;
	height: 47px;
	position: relative;
	cursor: pointer;
	float: left;
}
.pi-working-status .iSelect-point {
	background: url("../img/working_selector_pic.png") no-repeat;
	width: 189px;
	height: 51px;
	position: absolute;
	top: -1px;
	line-height: 51px;
	font-size: 1.7em;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
}
.pi-working-status .iSelect-point span {
	position: relative;
	z-index: 1;
	/*display: block;*/
}
.pi-working-status .iSelect-working {
	color: #0093f1;
	left: -1px;
}
.pi-working-status .iSelect-notworking {
	color: #f00;
	left: 150px;
}
.pi-working-status .iSelect-point .iSelect-hover {
	background: url("../img/working_selector_pic_hover.png") no-repeat;
	width: 100%;
	height: 100%;
	margin-top: -51px;
	opacity: 0;
}
.slider-summary {
	color: #696969;
	background: url("../img/arrow_left.gif") no-repeat;
	padding-left: 20px;
	margin-left: 30px;
	width: 270px;
}
.slider-summary div {
	background: url("../img/arrow_right.gif") no-repeat right;
	padding-right: 20px;
	text-align: center;
	padding-top: 2px;
	height:17px;
}
.pi-phoneprice {
	background-image: url("../img/pricebox.png");
	width: 300px; height: 190px;
	margin-top: 4px;
	font-size: 1.9em;
	color: #b5b5b5;
	padding: 20px 25px;
	float: left;
	text-align: center;
}
.pi-phoneprice .phone {
	color: #4b4b4b;
	white-space:nowrap;
	text-align: center;
}
.pi-phoneprice .price {
	color: #ff0000;
	font-size: 2.2em;
	margin-top: 3px;
	text-align: center;
}
.pi-phoneprice .price, .pi-phoneprice .black {
	color: #222;
}
.pi-phoneimei {
	background-image: url("../img/imeibox.png");
	width: 688px; height: 201px;
	/*margin-top: -5px;*/
	padding: 12px 10px;
	font-size: 1.9em;
}
.pi-phoneimei div.i span.h {
	color: #666;
	font-size: 0.7em;
	line-height: 0.8em;
}
.pi-phoneimei div.i {
	font-size: 1em;
}
.pi-phoneimei div.i span {
	color: #ff0000;
}
.pi-phoneimei div {
	margin-left: 10px;
}
.pi-phoneimei .digit-inputs {
	position: relative;
}
.pi-phoneimei .digit-inputs .btn_question {
	position:absolute;
	right:-1px;
	top:-75px;
	background-position:0 100%;
}
a.btn_reset {
	width: 30px;
	height: 35px;
	position:absolute;
	right:10px;
	top: 19px;
	background-image: url("../img/btn_reset.png");
	outline-width: 0;
}
a:hover.btn_reset {
	background-position:0 100%;
}
.pi-phonepay {
	background-image: url("../img/paymentbox.png");
	width: 709px; height: 141px;
/*	margin-top: -12px;*/
	padding-top: 1px;
}
.pi-phonepay .checkboxLine {
	margin-right: 25px;
}
.pi-phonepay h6 {
	font-size: 1.7em;
	margin: 20px 20px 15px;
}
.pi-phonepay .mDisable .checkboxLine div {
	opacity: 0.2;
	filter: alpha(opacity=20);
	cursor: default;
}
.pi-buttons .btn-multi {
	float: none;
	display: block;
	width: 220px;
	margin: 0 0 10px auto;
}
.pi-buttons .btn-multi div, .pi-buttons .btn-multi div div,
.pi-buttons .btn-multi i, .pi-buttons .btn-multi i i {
	float: none;
	text-align: center;
}
#sidebar .basketbox {
	background-image: url("../img/basket_bg.gif");
	/*width: 100%;*/
	padding: 5px 25px;
}
#sidebar .basket-button {
	background-image: url("../img/basket_button.gif");
	width: 100%; height: 44px;
}
.basket-button-hide {
	background-position: 0 88px;
}
.basket-button-hover {
	background-position: 0 132px;
}
.basket-button-hover.basket-button-hide {
	background-position: 0 44px;
}

.basketbox {
	font-size: 0.9em;
	line-height: 1.4em;
}
.basketbox h3 {
	font-size: 1.7em;
}
.basketbox .bphones .bphone {
	letter-spacing: normal;
	font-family: Arial;
	margin-top: 15px;
}
.basketbox .bphones .bphone .image {
	float: left;
	width: 50px;
	height:68px;
}
.basketbox .bphones .bphone .image img {
	width: 45px;
}
.basketbox .bphones .bphone .phone {
	font-weight: bold;
	color: #ff0000;
	margin-bottom: 5px;
}
.basketbox .bphones .bphone span {
	color: #A9383D;
	width: 30px;
}
.basketbox .bphones .bphone .manage {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #F1F1F1;
	font-size: 1.1em;
	margin-top: 5px;
	padding: 2px;
	text-align: center;
}

.basketbox .bphones .bphone .manage a {
	margin: 25px;
}

.basketbox .bphones .bphone .manage a:hover {
	text-decoration: none;
}
.basketbox .bphones .bphone-total {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: red;
	color: #fff;
	font-size: 1.1em;
	margin-top: 5px;
	padding: 2px;
	/*text-align: center;*/
}
.basketbox .bphones .bphone-total span {
	margin: 25px;
	color: #fff;
}
.basketbox .bphones .bphone-total strong {
	margin-left: 20px;
}
/* */
#process_leftside {
	float: left;
	margin: 10px;
	width: 706px;
}

 .whitebox .form .element {
/*	display: block;
	float: left;*/
	margin: 5px 2px;
	position: relative;
}

 .whitebox .form .terms {
	display: block;
	float: left;
	margin: 10px;
	width: 100%;
}

 .whitebox .form .terms input {
	display: block;
	margin-right: 10px;
	margin-top: 2px;
	float: left;
}
 .whitebox .form .terms .text {
	color: #a0a0a0;
	float: left;
	font-size: 1.2em;
}

 .whitebox .forgot {
	font-size: 1.4em;
	color: #727272;
}

 .form label {
	font-size: 1.6em;
	color: #bf1616;
    margin-left: 5px;
}

 .form label .gray {
	color: #b5b5b5;
}

 .comment {
	font-size: 1.6em;
	color: #222;
	margin: 7px 10px;
	float: left;
}

 .whitebox {
	display: block;
	background-color: #fff;
	width: 675px;
	padding: 10px;
	margin: 0 0 20px;
}
.whitebox-mini {
	width: 620px;
}
 .whitebox.corners-four .cf1,  .whitebox.corners-four .cf2,  .whitebox.corners-four .cf3, .whitebox.corners-four .cf4 {
	background-image: url("../img/box_registerdetails_corners.png");
	width: 9px;
	height: 9px;
	z-index: 10;
}
.pi-register-type {
	display: block;
	position: inherit;
}

.pi-register-type .checkboxLine {
	width: 510px;
}

.pi-register-type .checkboxLine .t {
	width: 450px;
}

.reg_secure_info {
	background: url("../img/icn_protection.png") left top no-repeat;
	height: 49px;
	display: block;
	margin-bottom: 10px;
}

.reg_secure_info span {
	display: block;
	color: #9c9c9c;
	font-size: 1.2em;
	padding: 10px 0 0 60px;
}
.reg_secure_info span, .reg_secure_info span a, .reg_secure_info span a:hover {
	color: #9c9c9c;
	text-decoration:none;	
}
.reg_secure_info span a {
	text-decoration: underline;
}
#orderconfirm {
	background-color:#F6F6F6;
	/*margin-left:10px;
	position:absolute;
	top:365px;*/
	z-index:10;
}
/* grun confirmation */
.welcome_block {
	display: block;
	width: 100%;
	color: #bf1616;
	font-size: 1.4em;
	margin: 10px 0;
}
.welcome_block span {
	display: inline-block;
	height: 23px;
	color: #731111;
	padding-right: 50px;
	background: url('../img/arow_find.png') no-repeat right top;
}
#orderconfirm .profile_menu {
	display: inline-block;
	margin: 10px;
}

#orderconfirm .profile_menu a {
	margin-left: 40px;
}
.congratulation {
	font-size: 5.2em;
	color: #ff0000;
}
.congrat_orderno {
	font-size: 2em;
	color: #ff0000;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.congrat_orderno small {
	color: #8e8e8e;
	font-size: 0.7em;
}

.whatnow {
	color: #222;
	font-size: 2.8em;
}

#orderconfirm .whitebox .steps {
	display: block;
	margin: 20px 0;
}

#orderconfirm .whitebox .steps p {
	display: block;
	font-size: 1.9em;
	color: #222;
}
#orderconfirm .whitebox .steps p.gray {
	color: #8e8e8e;
}
#orderconfirm .whitebox .steps p b {
	font-size: 1em;
}

#orderconfirm .whitebox .steps .pic {
	display: block;
	margin: 10px auto;
	width: 573px;
	height: 226px;
	background: url('../img/i_3steps.png') no-repeat left top;
}

#orderconfirm .whitebox .steps .pic .comm {
	margin: 165px 55px 0 15px;
	width: 135px;
	font-size: 1.2em;
	color: #ee3224;
	float: left;
	text-align: center;
}

#orderconfirm .whitebox .steps .pic .comm.last {
	margin-right: 0;
	margin-left: 20px;
}


/* Pop Up */

.popup {
	z-index: 12;
	margin: 0 auto;
	position: fixed;
	top: 100px;
	display: none;
}
.popup .topline, .popup .bottomline {
	display: block;
	height: 28px;
	#display: inline-block;
}
.popup .mediumline {
	height: auto;
}

.popup .mediumline .bg {
	display: block;
	background-color: #fff;
	margin: 0 28px;
}
.popup .topline .ls, .popup .bottomline .ls {
	float: left;
	height: 28px;
	width: 28px;
	background: url('../img/popup_tl_crnr.png') no-repeat left top;
}
.popup .topline .rs, .popup .bottomline .rs {
	float: right;
	clear: left;
	height: 28px;
	width: 28px;
	background: url('../img/popup_tr_crnr.png') no-repeat right top;
}
.popup .topline .bg, .popup .bottomline .bg {
	height: 28px;
	margin: 0 28px;
	background: url('../img/popup_top_bg.png') repeat-x;
}
.popup .mediumline .ls {
	background: url('../img/popup_left_bg.png') repeat-y left top;
}
.popup .mediumline .rs {
	background: url('../img/popup_right_bg.png') repeat-y right top;
}
.popup .bottomline .ls {
	background: url('../img/popup_bl_crnr.png') no-repeat left top;
}
.popup .bottomline .rs {
	background: url('../img/popup_br_crnr.png') no-repeat right top;
}
.popup .bottomline .bg {
	background: url('../img/popup_btm_bg.png') repeat-x;
}
.popup .content {
	padding: 1px 0;
}

a.close_btn, a.next_btn, a.prev_btn, a.back_btn {
	position: absolute;
	display: block;
	top: 15px;
	right: 17px;
	z-index: 100;
	background: transparent url('../img/popup_close.png') no-repeat 0 0;
	width: 22px;
	height: 22px;
	cursor: pointer;
}
a.close_btn {
	width: 70px;
}
a.back_btn {
	right: auto;
	left: 17px;
	background-image: url('../img/popup_back.png');
	display: none;
}
a.next_btn, a.prev_btn {
	width: 90px;
	bottom: 20px;
	top: auto;
	display: none;
	}
a.next_btn {
	right: 20px;
	background: url('../img/popup_next.png') no-repeat 0 0;	
}
a.prev_btn {	
	left: 20px;
	background: url('../img/popup_prev.png') no-repeat 0 0;
}
a:hover.close_btn, a:hover.back_btn, a:hover.next_btn, a:hover.prev_btn {
	background-position: 0 -23px;
}
.popup h2 {
	margin: 0;
}
.popup iframe {
	border-width: 0;
}
/* хак под flybox */
#flybox a.next_btn, a.prev_btn {
	bottom: 5px;
}
#flybox a.next_btn {
	right: 10px;
}
#flybox a.prev_btn {
	left: 10px;
}
#flybox a.back_btn {
	left: 10px;
	top: 5px;
}
#flybox .popup-phones {
	padding: 0;
}
#flybox .h2 {
	margin: 0;
}
/*body {
	height: 100%;
}*/
.disablePage {
	background-image: url("../img/popup_page_fade.png");
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	display: none;
}
#brands-box {
	text-align: center;
	padding-top:1px;
}
#brands-box a:hover img, #brandOnHome a:hover img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
#brandOnHome {
	text-align: center;
}
.popup-phones {
	width: 620px;
	/*display: none;*/
	overflow: hidden;
	max-height: 600px;
	padding: 10px 0;
}
.popup-phones h2 {
	margin-left: 30px !important;
}
.phone-search a {
    background-color:#fff;
    display:block;
    float:left;
    margin: 20px 4px 4px 4px;
    padding: 5px 3px 10px;
    width:110px;
    /*height:160px;*/
    font-size: 1em;
    text-decoration:none;
    color:#222;
    text-align:center;
	outline-width: 0;
    /*border:1px solid #ccc;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
}
.phone-search a:hover {
    /*background-color:#fcfcfc;
    border-color:#c2282d;*/
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.phone-search a:hover img {
	/*filter: alpha(opacity=70);
	cursor: pointer;*/
}
.phone-search a span.image img {
    width: 100px;
	display: block;
	max-height: 135px;
}
.phone-search a span.image {
	width: 100px;
	height: 135px;
	display: block;
	background: transparent url("../img/img-preloader.gif") center center no-repeat;
}
.phone-search a span.model {
    margin-top:2px;
    color: red;
	text-decoration: underline;
	display: block;
	height: 26px;
	text-align: center;
	line-height: 1em;
	/*border-bottom: 1px solid red;*/
}
.phone-search a span.for {
	height: auto;
	font-size: 0.8em;
	text-align: center;
	border-width: 0;
}
.phone-search a span.price {
	font-size: 3em;
	font-weight: bold;
}
.phone-search a span.sell {
	display: block;
	background: url("../img/btn_sell-mobile.png") no-repeat 50% 50%;
	text-indent: -2000px;
	height: 25px;
}

/* Order list */
.orderlist {
	font-family:Arial;
	display: block;
	width: 100%;
	padding: 10px;
	color: #222;
	font-size: 1em;
	letter-spacing: normal;
}
.orderlist tr th {
	background-color: #ee3224;
	color: #fff;
	padding: 4px 8px;
	font-size: 1em;
}

.orderlist td {
	padding: 10px 5px;
}

.orderlist tr td {
	border-bottom: 1px solid #dedede;
}

.orderlist .image  {
	display: block;
	float: left;
	width: 50px;
	margin-right: 10px;
}

.orderlist .image img {
	width: 55px;
	height: auto;
}

.orderlist .phone {
	width: 180px;
}

.orderlist .phone .phone_name {
	color:#FF0000;
	font-weight:bold;
	margin-bottom: 5px;
}
.orderlist .phone .order_no span {
	color:#FF0000;
}
.orderlist .condition .working-y, .orderlist .condition .working-n  {
	display: block;
	width: 82px;
	height: 23px;
	background: url('../img/img_working.png') no-repeat;
	color: #fff;
	text-size: 1.2px;
	text-align: center;
	line-height: 23px;
	margin: 0 auto;
}
.orderlist .condition .working-n {
	background-image: url('../img/img_notworking.png');
}

.orderlist .reward {
	width: 100px;
}
.orderlistpage .profile_menu {
	margin-bottom: 10px;
	width: 600px;
}

#password-change {
	display: none;
}

#password-change-clon input {
	width: 230px;
}
#password-change-clon .element {
	overflow: hidden;
}
.success-msg  {
	font-size:1.5em;
	margin:0;
	padding:40px;
}

.pagination{
	text-align:center;
	margin:10px auto;
	font-size: 1.8em;
}
.pagination a{
	padding:3px 5px
}
.pagination a.current{
	color:#222;
	text-decoration:none
}

.login-popup {
	width: 610px;
}
.login-popup .register, .login-popup .forgot  {
	float: left;
}
.login-popup .forgot {
	margin-left:5px;
}
.login-popup .register {
	margin-left: 45px;
}

#content.content_static {
	width: 950px;
}
.state_page .header {
	width: 240px;
	display: block;
	font-size: 1.5em;
	color: #ff0000;
	border-bottom: 2px solid #d5d5d5;
	padding-bottom: 10px;
	margin: 15px 0 10px 0;
}

.contactus-container {
	float: left;
	width: 350px;
}
.in_container {
	float: left;
	width: 370px;
	margin-left: 90px;
}

.state_page .phone-number {
	display: block;
	padding-left: 55px;
	height: 60px;
	line-height: 60px;
	color: #ff0000;
	font-size: 3em;
	font-weight: normal;
	background: url('../img/icn_phone.png') no-repeat left top;
}

.state_page .header span {
	color: #222;
}

.state_page p {
	font-size: 1.3em;
	font-weight: normal;
}
.state_page p.gray {
	color: #898989;
}

.state_page ul {
	font-size: 1.3em;
}

.state_page h1 .gray {
	font-size: 0.6em;
}

.state_page h4 {
	color: #ff0000;
	font-size: 1.4em;
}	

.postage .first_block .pic {
	top: -70px;
}

.postage .first_block {
	display: inline-block;
	height: 70px;
}
.postage h2 {
	font-size: 1.5em;
}	
.postage .comments p {
	font-size: 1.1em;	
	width: 70%%;
	color: #797979 !important;
}	
.postage p {
	font-size: 1.25em;
	float: left;
	width: 70%;
}
.postage .pic {
	position: relative;
	float: left;
	display: block;
	width: 30%;
	text-align: center;	
}

.postage .pic img {
	padding-left: 20px;
}

#footer {
	display: block;
	width: 100%;
	position: relative;
	height: 115px;
	margin-top: 20px;
}

#footer .menu {
	left:95px;
	position:absolute;
	height: 74px;
	width: 849px;
	background: url('../img/footer_bg.png') repeat-x;
}

#footer .menu span {
	width: 2px;
	height: 74px;
	float: left;
	background: url('../img/footer_bg_splash.png') no-repeat 0 6px;
}

#footer .menu a {
	float: left;
	height: 74px;
	line-height: 74px;
	font-size: 1.4em;
	text-decoration: none;
	padding: 0 40px;
	text-align: center;
}

#footer .menu a:hover {
	background: url('../img/footer_bg_act.png') repeat-x 0 6px;
}
#footer .menu a.checkmend,  #footer .menu a.thawte {
	float: left;
	width: 105px;
	margin-left: 35px;
	padding: 0;
	background: url('../img/footer_checkmend.png') no-repeat 0 6px;
}
#footer .menu a.thawte {
	background-image: url('../img/footer_thawte.png');
 	}

#footer .menu a:hover.checkmend,  #footer .menu a:hover.thawte	{
	background-color: none;
	opacity: 0.6 !important;
	filter: alpha(opacity=60);
}
#footer .additional_links {
	color: #7a7a7a;
	font-family: Arial;
	font-size: 1.1em;
	position: absolute;	
	height: 20px;
	line-height: 20px;
	top: 80px;
	right: 20px;
	display: block;
}
#footer .additional_links a, #footer  .additional_links a:hover{
	color: #7a7a7a;
	text-decoration: none;
	background: none;	
	margin: 0 15px;
}
#footer .additional_links a:hover {
	text-decoration: underline;
}
#footer .logo_footer {
	background: url('../img/foooter_ls_logo.png') no-repeat left top;
	width: 95px;
	height: 115px;
	position: absolute;
	left: 0;
	top: -7px;
	z-index: 1;
}

#footer .rs {
	width: 16px;
	height: 74px;
	background: url('../img/foooter_rs.png') no-repeat;
	position: absolute;
	right:-16px;
	top:0;
	z-index: 1;
}
#footer .weee {
	background: url('../img/weee.png');
	width: 272px;
	height: 36px;
	position: absolute;
	left: 100px;
	top: 75px;
	z-index: 1;
}

.form_error-box {
	background: transparent url("../img/error60.png") no-repeat 0 0;
	height:45px;
	padding:5px 10px 10px 70px;
	font-size: 1.5em;
	color: #909090;
	margin: 5px;
}
.confirm-text {
	font-size: 1.4em;
	line-height: 1.6em;
}
.confirm-text span {
	color: red;
}
.confirm-text .checkbox {
	font-size: 0.9em;
	margin: 20px 0;
}
.confirm-text .input_checkbox {
	float: left;
	margin: 5px;
}
.form-contact textarea {
	background:url("../img/textarea_bg.png") no-repeat scroll 0 0 transparent;
	border:0 none;
	height:118px;
	overflow:auto;
	padding:6px 7px;
	width:291px;
}

.process-imeicheck {
	background: transparent url("../img/icn_error.png") no-repeat 0 47px;
	width: 370px;
	height: 210px;
}
.process-imeicheck p {
	margin-left: 65px;
}
.process-imeicheck .btn-multi {
	width: 200px;
	margin: auto;
}
.process-imeicheck .btn-multi, .process-imeicheck .btn-multi div, .process-imeicheck .btn-multi div div {
	float: none;
	text-align: center;
}
.win-success {
	background-image: url("../img/icn_success.png");
	height: 150px;
}

.infobox {
	margin: 10px 5px;
	padding: 7px 7px 6px 32px;
	border: 1px solid #ff0000;
	background: transparent url('../img/icn_success_22.png') no-repeat 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: default;
	float: left;
	font-size:1.3em;
}

.autocomplete-select {
	/*max-height: 300px;*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #d6d6d6;
	background-color: #fff;
	margin-top: -7px;
	z-index: 1;
}
.autocomplete-select strong {
	font-weight: bold;
	color: #ff0000;
}
.autocomplete-select ul {
	font-family: Arial;
	font-weight: normal;
	font-size: 1.1em;
	list-style-type: none;
	margin: 0;
	padding: 2px 0;
}
.autocomplete-select li {
	color: #222;
	font-size: 1.3em;
	padding: 4px;
	margin: 0 2px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #fff;		
}
.autocomplete-select li.ac_over {
	/*background: url('../img/autocomplete_select_bg.png') repeat-x left top #eaeaea;
	cursor: default;
	border: 1px solid #ccc;*/
	background: url("/img/jqui/blitzer/ui-bg_highlight-hard_100_f6f6f6_1x100.png") repeat-x scroll 50% 50% #F6F6F6;
	border:1px solid #CDD5DA;
	color:#111111;
	font-weight: bold;
	cursor: pointer;
}

.maps .model a {
	color:#666666;
	font:0.9em tahoma;
}

.error_page p {
	font-size: 1.6em;
	margin: 10px 0;
	padding: 0;
}
.error_page .ops {
	color: #ff0000;
	font-size: 1.6em;
}
.error_page .ops i {
	color: #222;
	font-style: normal;	
}

/* floats */
.cl-l {
	clear: left;
}
.cl-r {
	clear: right;
}
.clear {
	clear: both;
}
.right {
	float:right;
}
.left {
	float:left;
}

.text-center { text-align: center; }
.text-right { text-align: right; }
.mt-10 { margin-top: -10px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px; }
.mb5 {	margin-bottom: 5px; }
.mb10 {	margin-bottom: 10px; }
.mb15 {	margin-bottom: 15px; }
.mb20 {	margin-bottom: 20px; }
.mb30 {	margin-bottom: 30px; }
.mb60 {	margin-bottom: 60px; }
.pb20 { padding-bottom: 20px !important; }


/* clears */

.m-input input.clear, #findbox .m-input input.clear {
	background: none;
	height: auto;
	line-height: normal;
	font-size: inherit;
}
#findbox .m-input input.clear {
	font-size: 1.3em;
	vertical-align: top;
	padding: 6px 0;
	width: 202px;
}
#findbox .m-input .mi-select {
	padding:6px 0 0;
}
.ui-autocomplete {
	/*overflow: auto;
	max-height: 300px;*/
	width: 198px;
	position: relative;
}
.ui-autocomplete a {
	font-family:Arial,sans-serif;
	font-size:1.3em;
}
/*#autocomplete-make {
	overflow: auto;
	height: 300px;
	width: 198px;
}*/
#findbox .ui-button-text {
	display: none;
}
#findbox .ui-button-icon-primary {
	margin-top:10px;
	margin-bottom:7px;
}
#findbox .ui-button {
	height: 37px;
}

.step1-promo {
	font-size: 1.5em;
	margin-bottom: 20px;
}
.step1-promo h1 {
	font-size: 1.4em;
	font-weight: bold;
}

.step1-promo-redtext {
	margin: 20px 0;
	padding-left: 100px;
	background: transparent url("../img/arrowdown.png") no-repeat left center;
	color: red;
	font-size:1.8em;
	width:590px;
	padding-bottom: 15px;
	border-bottom: 2px solid #d5d5d5;
	position:relative;
	z-index:1;
}
.step1-promo-redtext span {
	font-size:1.2em;
}
.step1-promo2 {
	margin: 20px 0;
	font-size: 1.5em;
}

.home-promo-img {
	position: absolute;
	top: 0;
	left: -5px;
}
.home-promo-text {
	position: relative;
	width:290px;
	font-size:1.3em;
	margin: 110px 5px 0 auto;
}
.home-promo-text p {
	font-size: 0.9em;
	margin-bottom: 5px;
}
.home-promo-text a {
	display: block;
	text-align: right;
	font-size: 1.3em;
	text-decoration: none;
	outline: 0;
	background: url("../img/arrow.gif") no-repeat right center;
	padding-right: 15px;
}
.home-promo-text div {
	margin-top:-15px;
}
#socialbox2 {
	background: url("../img/socialbox-bottom.png") no-repeat bottom;
	width: 257px;
	padding-bottom: 10px;
	margin: 10px auto 0 20px;
}
#socialbox2 .content {
	background: url("../img/socialbox-bg.png") repeat-y;
	overflow: hidden;
	padding: 0 15px 5px;
}
#socialbox2 div.head {
	background: url("../img/socialbox-top.png") no-repeat;
	font-size: 1.1em;
	color: #f00;
	height: 36px;
	line-height: 40px;
	text-align: center;
	margin: 0;
}
#socialbox2 p {
	font-size: 1.1em;
	margin: 10px 0 0;
}
#socialbox2 a {
	display: block;
	padding-left: 35px;
	background-repeat: no-repeat;
	margin-top: 10px;
	color: #7a7a7a;
	text-decoration: none;
	height: 30px;
}
#socialbox2 a strong {
	font-weight: normal;
}
#socialbox2 a.facebook {
	background-image: url("../img/icon30_facebook.png");
}
#socialbox2 a.facebook strong {
	color: #153876;
}
#socialbox2 a.twitter {
	background-image: url("../img/icon30_twitter.png");
}
#socialbox2 a.twitter strong {
	color: #3298c7;
}
#socialbox2 a.himself {
	background-image: url("../img/icon30_8mobile.png");
	height: 37px;
}
#socialbox2 a.himself strong {
	color: #c10606;
}
#socialbox2 a:hover {
	opacity: 0.7;
}
#acc-numb {
	position: relative;
	width: 370px;
}
#acc-numb a.btn_reset {
	right:0px;
	top: 2px;
}
#sort-code {
	position: relative;
	width: 287px;
}
#sort-code a.btn_reset {
	right:0px;
	top: 2px;
}
.h-facebook {
	font-size: 1.8em;
	color: #4562a4;
}
.facebook_integration img {
	float: left;
	margin: 20px;
}
.facebook_integration h1 {
	margin-top: 22px;
	color: #4562a4;
	font-size:4.3em;
}
.facebook_integration h2 {
	color: #4562a4;
	font-size:2.2em;
	margin-top:-12px;
}
.facebook_integration h3 {
	color: #b1bcd4;
	margin-top:-3px;
}
#brands-box img {
	width: 129px;
	height: 55px;
}

.business-page {
	width: 100%;
	background: url("../img/busi-page_bg.png") repeat-x;
}
.business-page .header {
	height: 204px;
	background: url("../img/busi-page_header.png") no-repeat center;
	position: relative;
	margin-bottom: 22px;
	min-width: 960px;
}
.business-page .logo a {
	background: url("../img/busi-page_logo.png") no-repeat center;
	display: block;
	width: 193px;
	height: 94px;
	position: absolute;
	top: 30px;
	outline-width: 0;
}
.business-page #footer {
	width: 960px;
	margin: 0 auto;
}
.business-page .bup-content, .business-page .logo {
	width: 940px;
	margin: 50px auto;
	padding: 0 10px;
}
.business-page .logo {
	width: 960px;
	margin: 0 auto;
}
.business-page .bup-buttons a {
	clear: left;
	margin-bottom: 10px;
}
.business-page .bup-buttons a i i {
	padding: 0 10px;
	font-size: 2em;
}
.business-page h1 {
	color: #222;
}
.business-page h1 span {
	color: red;
}
.business-page h1 span.gray {
	color: #b4b4b4;
	font-size: 0.7em;
}
.business-page h2 {
	color: #222;
	font-size: 1.75em;
}
form#business_recycling .element {
	margin-bottom: 10px;
}
form#business_recycling label {
	font-size: 1.7em;
	float: left;
	width: 90px;
	text-align: right;
	margin-right: 10px;
	margin-top: 7px;
}
form#business_recycling .f-count label {
	width: 510px;
	text-align: left;
	font-size: 1.5em;
	margin-right: 0;
}
form#business_recycling .f-brands {
	width:670px;
}
form#business_recycling .f-brands label {
	width: 150px;
	display: block;
	text-align:left;
}
form#business_recycling .f-brands label.required {
	text-align: left;
	width: auto;
	float: none;
	font-size: 1.5em;
	margin-bottom: 20px;
}
form#business_recycling .f-longer label {
	width: 175px;
}
form#business_recycling .f-brands label img {
	width: 90px;
	cursor: pointer;
}
form#business_recycling .btn-multi, form#business_recycling .btn-multi i, form#business_recycling .btn-multi i i {
	float: right;
}
form#business_recycling .btn-multi i i {
	margin: 0 20px;
	font-size: 2em;
}
.business-page div.snip {
	font-size: 1.7em;
	margin-top: 20px;
}
form#business_recycling ul.errors {
	margin-left: 110px;
}
form#business_recycling .f-longer ul.errors {
	margin-left: 190px;
}
form#business_recycling .mb {
	margin-bottom: 20px;
}
.btn_dropdown {
	background-image: url("../img/btn_dropdown.png");
	width: 26px;
	height: 26px;
	margin-top: -38px;
	margin-left: 182px;
	position: absolute;
	cursor: pointer;
	outline-width: 0;
	display: block;
}
a.btn_dropdown:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	background-color: #fff;
}

/* Slider */
.phone-slider {
	azimuth: far-right behind;
	font-weight: bold;
	position: relative;
}
.phone-slider a {
	outline-width: 0;
	text-decoration: none;
}
.psl-capt {
	font-size: 3em;
	color: red;
	position: absolute;
	margin-top: 300px;
	margin-left: 100px;
}
.pls-cont {
	overflow: hidden;
	position: relative;
	height: 485px;
	margin: 0 20px;
}
.pls-container {
	position: absolute;
	height: 485px;
}
.pls-item {
	float: left;
	width: 150px;
	height: 485px;
	cursor: pointer;
}
.pls-item div {
	text-align: center;
}
.pls-item-image {
	width: 145px;
	height: 302px;
	line-height: 302px;
}
.pls-item-image img {
	/*width: 145px;
	height: 302px;*/
}
.pls-item-price {
	color: #303030;
	font-size: 3em;
	margin-top: 50px;
}
.pls-item-text {
	color: #ff1300;
	font-size: 0.9em;
}
.pls-item-brand, .pls-item-model {
	color: #666;
	font-size: 1.3em;
}
a.pls-item-allLink {
	margin-top: 5px;
	display: block;
	text-align: center;
	text-decoration: underline;
}
a.pls-item-allLink:hover {
	text-decoration: none;
}
#psl-btn-prev, #psl-btn-next {
	background-image: url("../img/phone-slider_left2.png");
	width: 34px; height: 106px;
	display: block;
	position: absolute;
	top: 100px;
	left: -8px;
	z-index: 2;
}
#psl-btn-next {
	background-image: url("../img/phone-slider_right2.png");
	left: auto;
	right: -8px;
}
#psl-btn-prev:hover, #psl-btn-next:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.psl-fade-left, .psl-fade-right {
	position: absolute;
	width: 20px; height: 470px;
	background: url("../img/fade-left.png");
	top: 0;
	left: 20px;
	z-index: 1;
}
.psl-fade-right {
	background: url("../img/fade-right.png");
	left: auto;
	right: 20px;
}
a.homeFindPromo {
	background-image: url("../img/find_promo2.png");
	width: 552px;
	height: 96px;
	display: block;
	margin-left: 40px;
	text-indent: -2000px;
	outline-width: 0;
}
#findbox .m-input .eg {
	position: absolute;
	font: bold 2em Arial;
	color: #d9d9e1;
	margin: -40px 0 0 15px;
}

/* Refer a Friend */
.raf-container {
	width: 500px;
	background-color: #fff;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 0 20px #777;
	padding: 10px;
	margin: 30px;
}
.raf-container .element {
	margin-top: 10px;
}
.raf-container .element label {
	font-size: 2em;
	color: #bf1716;
	margin-left: 5px;
}
.raf-container .two-cols {

}
.raf-container .two-cols .column {
	float: left;
}
.raf-container .loader {
	background-image: url("../img/icons/loader64.gif");
	width: 64px;
	height: 64px;
}
.raf-container .adadad {
	color: #adadad;
}
.raf-container .c2d4787 {
	color: #2d4787;
	display: inline;
}
.raf-container .cdcdcd {
	color: #cdcdcd;
}
.raf-win1 {
	height: 400px;
}
.raf-win1 .header {
	/*position: relative;*/
}
.raf-win1 .img1 {
	background-image: url("../img/raf_logo1.png");
	width: 136px;
	height: 90px;
}
.raf-win1 .img2 {
	background-image: url("../img/raf_logo2.png");
	width: 122px;
	height: 88px;
	position: absolute;
	margin: -88px 0 0 250px;
}
.raf-win1 h1 {
	font-size: 2em;
	color: #222;
	text-align: center;
	margin: 10px 0;
}
.raf-win1 .menu {
	margin: 25px auto 0;
	width: 340px;
}
.raf-win1 .menu .button {
	height: 72px;
}
.raf-win1 .menu .btn_facebook {
	background-image: url("../img/raf_btn_facebook.png");
	height: 78px;
}
.raf-win1 .menu .btn_email {
	background-image: url("../img/raf_btn_email.png");
}
.raf-win1 .menu .btn_both {
	background-image: url("../img/raf_btn_both.png");
}

.raf-win2 .header .img-email {
	background-image: url("../img/raf_logo-email.png");
	width: 141px;
	height: 70px;
}
.raf-win2 .message {
	height: 40px;
}
.raf-win2 h1 {
	font-size: 1.7em;
	color: #222;
	text-align: center;
}
.raf-win2 h2 {
	font-size: 1.3em;
	color: #222;
	text-align: center;
}
.raf-win2 h1.mini {
	font-size: 1.1em;
	color: #acacac;
	margin-top: -7px;
}
.raf-win2 .two-cols {
	margin: 0 10px;
}
.raf-win2 .col1 {
	width: 280px;
	padding-top: 5px;
}
.raf-win2 .col2 {
	width: 200px;
}
.raf-win2 span {
	color: #acacac;
	font-size: 1em;
	display: block;
}
.raf-win2 .two-cols span {
	margin: 10px 0;
}
.raf-win2 .btn-multi {
	margin-left: -5px;
	margin-top: 7px;
}
.raf-win2 .btn-multi div div {
	width: 160px;
	text-align: center;
	font-size:1.9em;
}
.raf-win2 .c808080 {
	color: #808080;
	font-size: 1.1em;
}
.raf-win2 .c787878 {
	color: #787878;
	font-size: 1.4em;
	border-bottom: 1px dashed #787878;
	text-decoration: none;
}
.raf-win2 .c787878:hover {
	color: #444;
	border-color: #444;
}
.raf-win2 .message-error h1 {
	color: red;
	background: url("../img/error35.png") no-repeat;
	margin-left: 10px;
	padding-left: 40px;
	height:38px;
	line-height: 38px;
	font-size:1.6em;
}
.raf-win2 .temp-fsd {
	font-size: 1.8em;
	margin-top: -3px;
}
.raf-win2 .loader {
	margin: 20px auto;
}
.raf-win2 .cdcdcd {
	margin: 20px auto 10px;
	font-size: 1.25em;
}
.raf-win2 h1.text-left {
	text-align: left;
}

/* new brands page */
.brandPage {
	background: url("../img/brandPage_bg.png");
	width: 663px;
}
.brandPage a {
	display: block;
	float: left;
	width: 147px;
	height: 86px;
	margin: 5px 8px;
	text-align: center;
	color: #a2a2a2;
	outline-width: 0;
	text-decoration: none;
}
.brandPage a .logo {
	display: block;
	height: 54px;
	line-height: 54px;
	margin-top: 7px;
	text-align: center;
}
.brandPage a .logo img {
	vertical-align: middle;
}
.brandPage a .name {
	display: block;
	margin-top: 17px;
	text-align: center;
	text-decoration: underline;
}
.brandPage a:hover .name {
	text-decoration: none;
	color: red;
}
.brandPage a:hover .logo img {
	opacity: 0.5;
}
.brandPage-image {
	width: 257px;
	height: 714px;
	background-image: url("../img/brandPage_image.png");
	margin: 15px 0 0 25px;
}
/* form business style special for **** */
form.busi-style {
	
}
form.busi-style .m-input img.mi-left, form.busi-style .m-input img.mi-right {
	display: none;
}
form.busi-style .m-input input {
	background: transparent;
	border: 1px solid #c2c2c2;
	height: 20px;
	line-height:20px;
}
form.busi-style .m-input .mi-select {
	background: transparent;
	padding: 0;
}
form.busi-style .m-input .mi-select select {
	border: 1px solid #c2c2c2;
	padding:2px;
}
form.busi-style label {
	margin-left: 0;
}
form.busi-style label, form.busi-style span.fn-required {
	color: #222;
}
form.busi-style #acc-numb input, form.busi-style #sort-code input {
	margin-right: 5px;
	padding: 3px;
}
form.busi-style #acc-numb {
	width: 260px;
}
form.busi-style #sort-code {
	width: 200px;
}
/* */

.b-secureInfo {
	background: url("../img/secure-info.png") no-repeat;
	height: 75px;
	padding: 10px 10px 0 330px;
}

.competition2011 {
	background: url("../img/competition2011.png");
	width: 283px;
	height: 262px;
	margin-left:3px;
}
.competition2011 a {
	display: block;
	width: 283px;
	height: 262px;
	outline-width: 0;
}
.competition2011-text {
	font: 1em Verdana;
	color: #c7c7c7;
	display: block;
	outline-width: 0;
	margin: -7px 0 20px 40px;
}
.competition2011alt {
	background: url("../img/competition2011c.png");
	width: 647px;
	height: 92px;
	/*margin-left:-25px;
	margin-top:-10px;*/
}
.competition2011alt a {
	display: block;
	width: 675px;
	height: 106px;
	outline-width: 0;
}
.competition2011alt-text {
	text-align: right;
	margin-top: 5px;
	display: none;
}
.competition2011alt-steps {
	margin: 0 auto;
}
.competition2011alt-steps-text {
	width: 675px;
	margin: 5px 0 0;
}
