/* ALL CSS START */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
 u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
ul{list-style: none;}
blockquote, q{quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after{
	content: '';
	content: none;
}


table{
	border-collapse: collapse;
	border-spacing: 0;
}
* {font-size: 100.01%;}
html {font-size: 62.5%;}

img{
	border-style:none;
	vertical-align:top;
}


html,
body{min-width:980px;}
body{
	margin:0;

	color:#363534;
	font:1.2em Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
	color:#6cba1b;
}
a:hover{text-decoration:underline;}
input,
textarea,
select {
	font:100% arial,sans-serif;
	vertical-align:middle;
}
input[type=submit]:hover{cursor:pointer;}
form,
fieldset{
	margin:0;
	padding:0;
	border-style:none;
}

/* ALL CSS END */







/* HEADER START */

#header ul{
	list-style-type:none;
}

#header{ 
	width:100%;
}

.header-block{
	width:100%;
	background:#363636 url(/mobile/content/images/bg-header-block.gif) repeat-x 0 100%;
	position:relative;
	z-index:30;
}
.header-holder{
	width:1042px;
	margin:0 auto;
	padding:18px 0 0;
	font-size:11px;
	line-height:15px;
}
.header-holder:after{
	content:"";
	display:block;
	clear:both;
}
.head-info{float:right;}
.head-info .lang{
	float:left;
	position:relative;
	margin:-4px 0 0;
}
.head-info .lang li{
	float:left;
	padding:9px 30px 13px 18px;
	width:24px;
	background:url(/mobile/content/images/arrow4.gif) no-repeat 41px 14px;
}
.head-info .lang li.hover{background:url(/mobile/content/images/bg-lang.png) no-repeat;}
.head-info .lang a{
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
	position:relative;
}
.head-info li.hover .drop-lang{left:-1px;}
.head-info .drop-lang{
	position:absolute;
	top:33px;
	left:-9999px;
	width:72px;
}
.head-info .drop-lang .drop-b{
	background:url(/mobile/content/images/bg-drop-lang-b.png) no-repeat;
	width: 72px;
	height: 46px;
}
.head-info .drop-lang .drop-c{
	background:url(/mobile/content/images/bg-drop-lang-c.png) repeat-y;
	padding:0 30px 0 19px;
	width:23px;
}
.head-info .drop-lang .drop-b-c:after{
	content:"";
	display:block;
	clear:both;
}
.head-info .drop-lang ul{
	float:left;
	margin:0 0 -24px;
	padding:14px 0 0;
}
.head-info .drop-lang li{
	float:none;
	background:none;
	padding:0;
}
.head-info .top-menu{
	float:left;
	overflow:hidden;
	padding:4px 0 0;
	margin:0 0 0 3px;
}
* html .head-info .top-menu{margin-right:-4px;}
.head-info .top-menu li{
	float:left;
	padding:0 4px 0 8px;
	margin:0 4px 0 -4px;
	font:11px/15px Arial, Helvetica, sans-serif;
	background:url(/mobile/content/images/separator.gif) no-repeat 0 4px;
}
.head-info .top-menu a{color:#d7d7d7;}
.basket-area{
	float:left;
	margin:0 0 0 21px;
}
.basket-area li{
	float:left;
	position:relative;
	font:11px/15px Arial, Helvetica, sans-serif;
}
.basket-area a{
	display:inline-block;
	vertical-align:top;
	position:relative;
	cursor:pointer;
	color:#fff;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.15);
}
.basket-area a .r{
	float:left;
	background:url(/mobile/content/images/bg-basket-area-r.gif) no-repeat;
	width: 16px;
	height: 24px;
}
.basket-area a .l{
	float:left;
	background:url(/mobile/content/images/bg-basket-area-l.gif) no-repeat;
	padding:5px 31px 4px 31px;
}
.basket-area a strong{
	display:inline-block;
	padding:0 3px 0 0;
	font-weight:bold;
	/* text-transform:uppercase; */
}
.basket-area a:hover,
.basket-area li.hover a{
	text-decoration:none;
	margin:-6px -18px -9px 0;
	left:-9px;
	color:#111;
	text-shadow:0 1px 1px #c3c2c2;
}
.basket-area a:hover .r,
.basket-area li.hover a .r{
	background:url(/mobile/content/images/bg-basket-area-r-hover.png) no-repeat;
	width: 25px;
	height: 39px;
}
.basket-area a:hover .l,
.basket-area li.hover a .l{
	background:url(/mobile/content/images/bg-basket-area-l-hover.png) no-repeat;
	padding:11px 31px 15px 40px;
}
.basket-area li.hover .drop{
	left:auto;
	right:-9px;
	top:29px;
	font:13px/17px Arial, Helvetica, sans-serif;
}
.basket-area .drop .content{
	float:left;
	margin:0 0 -89px;
	padding:2px 0 0 23px;
	width:207px;
}
.basket-area .drop p{margin:0 0 10px 3px;}
.basket-area .drop ul{
	width:100%;
	overflow:hidden;
	position:relative;
}
.basket-area .drop ul li{
	float:none;
	width:100%;
	vertical-align:top;
	border-top:1px solid #ebebeb;
	margin:-1px 0 1px;
	padding:11px 0 10px;
	font:13px/17px Arial, Helvetica, sans-serif;
}
.basket-area li.hover ul a,
.basket-area li.hover ul a:hover{
	padding:0;
	margin:0;
	left:auto;
}
.basket-area .drop ul a{
	display:inline-block;
	vertical-align:top;
	color:#111;
	text-shadow:0 1px 1px #c3c2c2;
	cursor:pointer;
}
.basket-area .photo{
	display:inline-block;
	vertical-align:middle;
}
.basket-area .drop ul li span{
	display:inline-block;
	vertical-align:middle;
}



.header-holder .tabset{
	float:left;
	margin:0px;
	padding:0px;
	hanging-punctuation:0px;
	width:auto;
}


.header-holder .tabset li{
	float:left;
	padding:0 3px 0 0;
	margin:0px;
	font:bold 12px/16px Arial, Helvetica, sans-serif;
	
}
.header-holder .tabset a{
	float:left;
	color:#d7d7d7;
	padding:6px 18px 8px 19px;
	
	background:#4a4a4a url(/mobile/content/images/bg-.gif) repeat-x 0 100%;
}
.header-holder .tabset a:hover,
.header-holder .tabset .active{
	text-decoration:none;
	color:#363636;
	background:#fff;
}


.head-block{
	width:960px;
	margin:0 auto;
	overflow:hidden;
	padding:0 0 15px;
}
.logo{
	float:left;
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/mobile/content/images/logo-en.png) no-repeat !important;
	width: 147px;
	height: 61px;
}
.logo a{
	display:block;
	height:100%;
}
.search-form{
	float:right;
	width:239px;
	padding:15px 0 0;
}
.search-form .text{
	float:left;
	background:url(/mobile/content/images/sprite.gif) no-repeat;
	width:199px;
	height:30px;
	overflow:hidden;
}
.search-form .text input{
	float:left;
	overflow:hidden;
	margin:0;
	padding:8px 10px;
	background:none;
	border:0;
	color:#5fa418;
	font:11px/14px Arial, Helvetica, sans-serif;
	/* text-transform:uppercase; */
	width:179px;
	height:14px;
}
.search-form .submit{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	background:url(/mobile/content/images/sprite.gif) no-repeat -199px 0;
	width:40px;
	height:30px;
	border:0;
	margin:0;
	padding:0;
	position:relative;
	cursor:pointer;
}
.search-form .submit:hover{background-position:-240px 0;}





/* FOOTER START */


#footer ul{
	list-style-type:none;
	
}
#footer {
  background: url("/mobile/content/images/footer-back.jpg") no-repeat scroll top center;
  padding: 52px 0 40px;
  color: #c2c2c2;
  position: relative;
  background-size: cover;
}

#footer.eng-back{
  background: url("/mobile/content/images/footer-back-en.jpg") no-repeat scroll top center;
  padding: 52px 0 40px;
  color: #c2c2c2;
  position: relative;
  background-size: cover;
}
.footer-holder{
	width:960px;
	margin:20px auto;
}
#footer .col h3 {
    color: #509e2f;
    font: bold 13px/17px Arial,Helvetica,sans-serif;
    padding-bottom: 23px;
}
#footer a{color:#8b9297;}

#footer a:hover{
	text-decoration:none!important;
	color:#fff;
}

#footer .cols{
	width:1000px;
	margin:0 -40px 0 0;
	position:relative;
}
#footer .cols .col {
    border-right: 1px solid #586a7a;
    min-height: 280px;
}

#footer .cols:after{
	content:"";
	display:block;
	clear:both;
}
#footer .col{
	float:left;
	padding: 0 10px 0 0;
	margin:-5px 16px -16px 0;
	position:relative;
}
#footer .col1{
	padding-left:6px;
	width:160px;
}
#footer .col2{width:86px;}
#footer .col3{
	width:147px;
	margin-right:24px;
}
#footer .col4{width:140px;}
#footer .col5{width:156px;}

#footer .col ul{
	font-size:1em;
	line-height:1.417em;
}
#footer .col ul li{padding:0 0 13px;}
#footer .area{
	float:left;
	width:136px;
	margin:-5px 0 0;
	position:relative;
}
#footer .area dl{
	margin:0;
	font-size:1em;
	line-height:1.417em;
}
#footer .area dl dt{padding-bottom:4px;}
#footer .area dl .ttl1,
#footer .area dl .ttl2{
	font: bold 11px/17px Arial, Helvetica, sans-serif;
	padding-bottom:5px;
	display:inline-block;
	vertical-align:top;
}
#footer .area dl .ttl2{
	font: bold 13px/19px Arial, Helvetica, sans-serif;
	padding-bottom:4px;
}
#footer .area .btn{
	display:inline-block;
	vertical-align:top;
	color:#fff;
	text-shadow:0 1px 1px #57a516;
	background: url(/mobile/content/images/bg-btn.gif) no-repeat 100% -28px;
	padding:0 11px 0 0;
	font:bold 14px/20px Arial, Helvetica, sans-serif;
	width:auto;
}
#footer .area .btn span{
	float:left;
	background: url(/mobile/content/images/bg-btn.gif) no-repeat;
	cursor:default;
}
#footer .area .btn em{
	float:left;
	padding:1px 0 1px 30px;
	margin:0 -2px 0 0;
	position:relative;
	font-style:normal;
	cursor:default;
}
#footer .area dd{
	margin:0;
	padding:0 0 9px;
}
#footer .area .btn:hover{text-decoration:none;}




.FooterShare{
	position:absolute;
	width:1040px;
	height:42px;
	background:url(/mobile/content/images/FooterShareBG.png) repeat-x;
	border:1px solid #d8d8d8;
	top:0px;
	left:50%;
	margin:0 0 0 -521px;
}

.FooterShare ul li{
	float:right;
	margin:7px 30px 0 0;
}

.FooterShare ul li .text{
	color:#636363;
	font-size:15px;
	margin:5px 20px 0 0;
}


.FooterShare ul li .icon,.FooterShare ul li .thold{
	float:left;
}


.FooterShare ul li .title{
	
	color:#222222;
	font-size:12px;
	margin:2px 0 0 4px;
}

.FooterShare ul li .subtitle{
	
	color:#636363;
	font-size:12px;
	margin:0px 0 0 4px;
}

.FooterShare ul li a:hover{
	text-decoration:none;
	
}

/* FOOTER END */


/* Navigation Start */


.container{
	width:960px;
	margin:0 auto;
	
}
.container-holder{
	width:960px;
	background:#fff;
	margin:0 -41px;
	padding:25px 41px 16px;
	position:relative;
}







/*
 * ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 * Navigation /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 * ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 */


.nav-block{
	background:url(/mobile/content/images/bg-nav-block.gif) no-repeat;
	width: 960px;
	margin:0 0 30px;
	position:relative;
	z-index:125;
	height:50px;
	padding:0px;
}

#nav{
	width:810px ;
	height:50px;
	display: table;
}

#nav > li{
	width:auto;
	min-width:71px;
	font:15px Arial, Helvetica, sans-serif;
	 display: table-cell;
	height:50px;
	line-height:50px;
	white-space: nowrap;
	margin:0px;
	text-align:center;
}

*+html #nav  {
	display:block;
}

*+html #nav > li {
	float:left;
}


#nav .cufon{

}


#nav > li > a{
	color:#ffffff;
	padding:0 0 0 0;
	white-space: nowrap;
	zoom:1;
	text-decoration:none;
	font-weight:bold;
}

#nav > .submenu > a{
	padding:0 16px 0 0;
}






#nav > .hover {
	/*background:#ffffff;*/
	text-decoration:none;
}
#nav > .hover > a{
	color:#000000;
}

#nav  .r{
	display:none;
}

#nav > .submenu > a{
	background:url(/mobile/content/images/menu-arrow.png) no-repeat center right ;
}

#nav > .submenu:hover > a{
	background:url(/mobile/content/images/menu-arrow-hover.png) no-repeat center right ;
}










/* SUBMENU */



#nav .drop{
	position:absolute;
	top:48px;
	left:-490px;
	z-index:150;
	width:980px;
	background:url(/mobile/content/images/none.gif);
	margin-left:50%;
	text-align:left;
}


#nav .drop-t{
	background:url(/mobile/content/images/bg-drop-t.png) no-repeat;
	width: 980px;
	padding:18px 0 0;
	
}
#nav .drop-c{
	background:url(/mobile/content/images/bg-drop-c.png) repeat-y;
	width:100%;
	padding:5px 0 0;
	
}
#nav .drop-c:after{
	content:"";
	display:block;
	clear:both;
}
#nav .drop-b{
	background:url(/mobile/content/images/bg-drop-b.png) no-repeat;
	width: 980px;
	height: 110px;
	
}

#nav .drop ul{
	position:relative;
	float:none;
	
	margin:0 0 20px;
	padding:0 0 0 23px;
	width:207px;
	background:url(/mobile/content/images/none.gif);
}
#nav .drop ul li{
	float:none;
	vertical-align:top;
	/*border-top:1px solid #d8d8d8;*/
	margin:-1px 0 1px;
	padding:0px 2px 7px 0;
	width:203px;
	font:12px Arial, Helvetica, sans-serif;
	white-space:normal;
	background: url(/mobile/content/images/none.gif);
	margin:0px;
	*line-height:17px;
}
#nav .drop ul a{
	display:inline-block;
	vertical-align:top;
	color:#505050;
	padding:0;
	margin:0;
	background:url(/mobile/content/images/none.gif);
}

#nav li.hover .drop ul a{
	padding:0;
	margin:0;
	left:auto;
}

#nav .drop ul a:hover,
#nav .drop ul .active a{
	text-decoration:none;
	color:#5fa418;
	text-decoration:underline;
	padding:0;
	margin:0;
	left:auto;
	background:url(/mobile/content/images/none.gif);
}

#nav .drop ul li:first-child{
	font-weight:bold;
}

#nav .col{
	float:left;
	width:230px;
	margin:0 0 -85px 0;
	min-height:200px;
}





/*LOGIN area */

.login-area{
	float:right;
	background:url(/mobile/content/images/bg-nav-block.gif) no-repeat;
	width:149px;
	height:50px;
}

.login-area a{
	position:relative;
	float:left;
	font:13px Arial, Helvetica, sans-serif;
	
	padding:0 0 0 0;
	margin:0px;
	width:149px;
	height:50px;
	line-height:22px;
	font-weight:bold;
}


.cufon-active .login-area a{
	font:18px/22px Arial, Helvetica, sans-serif;
	padding:0 10px 0 0;
	color:#ffffff;
}




.login-area a{
	display:inline-block;
	vertical-align:top;
	position:relative;
	color:#fff;
	cursor:pointer;
}

.login-area a .l{
	float:left;
	padding:14px 3px 14px 18px;
}

.login-area a .l{
	padding:14px 4px 14px 43px;
	background:url(/mobile/content/images/login-area-icon.gif) no-repeat 21px 17px;
}

.login-area .hover a{
	/*background:#ffffff;*/
}
.login-area .hover .l , .login-area > li.active .l{
	color:#509e2f;
	background: url(/mobile/content/images/login-area-iconActive.png) no-repeat 21px 17px;
}

.myaccount-bussiness a{
	width:149px;
	height:50px;
}
.myaccount-bussiness .l{
	font-size:15px;
	line-height:16px;
	padding-top:9px !important;
	padding-bottom:5px !important;
}



.nav-corp li:first-child{
	padding-left:15px;
}
.nav-corp li:last-child{
	padding-right:15px;
}


/*
 * ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 * Navigation /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 * ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 */



/* Navigation End */


/* Breadcrumbs Start */
.breadcrumbs{
	overflow:hidden;
	width:100%;
	position:relative;
	margin:0 0 0 8px;
	padding:5px 0 12px;
	left:-8px;
}
.breadcrumbs li{
	float:left;
	background:url(/mobile/content/images/arrow5.gif) no-repeat 0 50%;
	background:none;
	
	font-size:0.917em;
	line-height:1.455em;
	padding:0 7px 0 10px;
	margin:0 6px 0 -6px;
	color:#000;
}
.breadcrumbs a{color:#000; background:none;} 


.breadcrumbs li.first a{
	background:none;
	color:#000000;
	font-weight:normal;
}
.breadcrumbs li a{
	background:none;
}
.breadcrumbs li span{
	background:none;
}


/* Breadcrumbs End */




/* Left Navigation Start */




.navbar ul li ul li:first-child{
	background:url(/mobile/content/images/TopShadow.png) repeat-x top;
}

.navbar ul li ul li:last-child{
	background:url(/mobile/content/images/BottomShadow.png) repeat-x bottom ;
}

.navbar ul .active ul li ul li:first-child{
	background:none ;
	
}

.navbar ul .active ul li ul li:last-child{
	background:none ;
	
}



/* navbar */
.navbar{
	/*background:url(/mobile/content/images/bg-navbar-t.png) no-repeat;*/
	border:1px solid #d8d8d8;
	width: 235px;
	margin:0px 0px 25px 0px;
}

.navbar ul{
	padding:0px;
	margin:0;
	overflow:hidden;
	height:1%;
}
.navbar li{
	/*list-style:none;*/
	
	vertical-align:top;
	height:1%;
	margin:0px;
}
.navbar strong{
	background:url(/mobile/content/images/LeftMenuTitleBG.png) no-repeat;
	width: 235px;
	display:block;
}
.navbar strong span{
	
	display:block;
}
.navbar strong a{
	display:block;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:16px 0 0px 15px;
	background:url(/mobile/content/images/LeftMenuTitleBG.png) no-repeat;
	width:235px;
	border-bottom:1px solid #dcdcdc;
}
.navbar  a{
	border-bottom:1px solid #dcdcdc;
	min-height:32px;
}

.navbar  a span{
	padding:8px 0 8px 0px;
}
.navbar a:hover{text-decoration:none; color:#65af19 !important;}
.navbar strong:hover,
.navbar strong.hover{}
.navbar strong:hover span,
.navbar strong.hover span{}
.navbar ul ul{
	padding:0px;
	background-color:#ececec ;
	display:none;
	position:relative;
}




.navbar ul .active ul{display:block;}
.navbar ul ul li{
	
	/*padding:6px 0 6px 12px;*/
}

.navbar ul ul li ul li{
	/*border:0px;*/
}

.navbar ul ul li.active{}
.navbar ul ul span{
	display:block;
	cursor:pointer;
	
}
.navbar ul ul a{
	display:block;
	font-weight:bold;
	color:#000000;
	padding:6px 0 6px 12px;
	/*padding:0 0 0 12px;*/
}




.navbar ul ul ul ul  li:hover a span{
	color:#65af19;
}

.navbar ul ul .active{
	background-color:#ffffff !important;
}

.navbar ul ul ul .active{
	/*background:#cfcfcf  !important;*/
}



.navbar ul ul li a:hover{
	/*background:#dedede !important;*/
}

.navbar ul ul ul ul li{
	
	
}


.navbar ul ul .active a,
.navbar ul ul .active a:hover{
	color:#000000;
	
}
.navbar ul ul a:hover{color:#000000;}
.navbar ul ul .active span{ /*background:url(/mobile/content/images/bg-lvl2-b.png) no-repeat 0 100%;*/}
.navbar ul ul ul{
	background-color:#FFF;		
	padding:0;
	background-image:none;
	
}
.navbar ul ul ul li{
	background:none;
	margin:0px;
	padding:0px;
	margin:0px;
}



.navbar ul ul ul li em{
	display:block;
	margin:0 10px 0 15px;
}

.navbar ul ul ul li{
	background:url(/mobile/content/images/)
	
}

.navbar ul ul ul li em:before{
	content: "\2022 \a0 \a0";
}

.navbar ul ul ul ul li em:before{
	content: "";
}

.navbar ul ul ul ul li span{
	margin-left:40px !important;
	color:#000000;
}

.navbar ul ul ul li a{
	padding-left:10px;
}

.navbar ul ul .active ul a,
.navbar ul ul ul a{
	background:none;
	color:#000;
	font-weight:normal;
}
.navbar ul ul .active ul span,
.navbar ul ul ul span{
	
	background:none;
}

.navbar ul ul ul em{
	font-style:normal;
	/*background:url(/mobile/content/images/bult-lits-items.gif) no-repeat 0 5px;*/
	padding:0px;
	cursor:pointer;
}
.navbar ul ul ul .active em{ /*background:url(/mobile/content/images/bult-dot.gif) no-repeat 0 5px;*/}
.navbar ul ul .active ul a:hover,
.navbar ul ul ul a:hover{color:#000;background:none; }
.navbar ul ul .active ul .active a:hover,
.navbar ul ul ul .active a:hover,
.navbar ul ul ul .active a{
	/*background:#6cba1b url(/mobile/content/images/bg-lvl3-t.gif) no-repeat;*/
	color:#ffffff !important;
	background-color:#4a4a4a !important;
	margin:2px;
}

.navbar ul ul ul .active span{/*background:url(/mobile/content/images/bg-lvl3-b.gif) no-repeat 0 100%;*/}
.navbar ul ul ul ul {margin:0px; }
.navbar ul ul ul ul .active span,
.navbar ul ul ul ul .active a {
	/*background:#6cba1b url(/mobile/content/images/bg-lvl4-t.gif) no-repeat !important;*/
	color:#ffffff !important;
}
.navbar ul ul ul ul .active span{/*background:url(/mobile/content/images/bg-lvl4-b.gif) no-repeat 0 100% !important;*/}
.navbar ul ul ul .active ul{
	display:block;
}
.navbar ul ul ul .active ul a {background:none; color:#000000; background-color:#ffffff !important;}
.navbar ul ul ul .active ul a:hover {background:none; color:#000000 !important}
.navbar ul ul ul .active ul span {background:none}
.navbar-27{
	margin:0px 0px 25px 0px;
}

.nav-title,
.nav-title div{
	background:none;
}

.nav-title a{
	color:#000000 !important;
}





#sidebar .box  div.navbar:last-child {margin:0px !important}



	
/* LeftNavigation End */





/* New Buttons Start*/





/* New Buttoons End*/




/* New Custom CSS */

html{
	/*background:#8dc73f url(/mobile/content/images/bg-page.jpg) repeat-x !important;*/
}

body{
	 background: #f7f7f7 url("/mobile/content/images/bkg.jpg") no-repeat scroll 0 0!important;
}

#wrapper {
    background-color: #fff;
    padding: 0 31px;
}

#header{
	top:0px;
}

#content .box .t{
	background:none;
}

.prime, .prime p{
	font-family:Arial !important;
	color:#464646 !important;
	font-size:12px !important;
} 

.prime h3{
	font-family:Arial !important;
	color:#5fa418 !important;
	font-size:22px !important;
}



.action-bar{
	background:none;
	width:703px;
	margin:10px -4px 0;
	padding:14px 0 20px;
	overflow:hidden;
	position:relative;
}

.back-to-top{
	float:right;
	background:url(/mobile/content/images/ico-back-to-top.gif) no-repeat 100% 3px;
	margin:0 5px 0 0;
	padding:0 13px 0 0;
}
.action-bar ul{
	float:left;
	list-style:none;
	display:inline;
	padding:0;
}
.action-bar ul li{
	float:left;
}

.action-bar ul a.btn-back{
	background:url(/mobile/content/images/back-arrow.png) no-repeat center left;
	padding:0 0 0 15px;
	cursor:pointer;
	cursor:hand;
	
}

.action-bar ul a.btn-back,
.action-bar ul a.btn-print,
.action-bar  a.back-to-top{
	color:#000;
}



.prime .tab-hodder,.news-box .tab-hodder{
	background:none;
	
}

/*
.container .prime  { width:auto !important;  }

.container .prime p {max-width:100%; !important;}
*/

.aside  h3{
	font-size:20px !important;
	padding:0px !important;
	color:#fff !important;
	margin:0 0 13px 0px !important;
	background:none !important;
	width: 174px !important;
	position:relative !important;
	font-size:20px !important;
	line-height:20px !important;
	margin-bottom:15px !important;
	
	
}
.aside .title a{
	color:#ffffff !important;
}


	
	

.sub-title{
	font-weight:bold;
}



.pager{
	border:solid #e1e1e1;
	border-width:1px 0;
	padding:14px 0 13px ;
	margin:32px 0 14px;
	text-align:center;
	font:bold 11px/16px Arial, Helvetica, sans-serif;
	/*text-transform:uppercase;*/
}
.pager .btn-prev,
.pager .btn-next{
	display:inline-block;
	vertical-align:top;
	
	color:#fff;
	text-align:left;
	cursor:pointer;
	padding:5px 8px 4px 20px;
	width:92px;
}

.pager .btn-next{
	background:url(/mobile/content/images/PagerNext.png);
}

.pager .btn-prev{
	background:url(/mobile/content/images/PagerPrev.png);
	text-align:right;
}

.pager .btn-prev:hover,
.pager .btn-next:hover{text-decoration:none;}

.pager ul{
	display:inline-block;
	vertical-align:top;
	padding:1px 0 0;
	margin:0 0 0 -3px;
}
* html .pager ul{
	display:inline;
	margin:0 3px 0 -3px;
}
*+html .pager ul{
	display:inline;
	margin:0 3px 0 -3px;
}
.pager li{
	float:left;
	color:#585256;
	padding:0 6px 0 7px;
}
.pager li a{
	display:block;
	min-width:25px;
	white-space:nowrap;
	text-align:center;
	color:#585256;
	padding:4px 0;
}
* html .pager li a{width:25px;}


.pager li a:hover{
	text-decoration:none;
	color:#fff;
	background:url(/mobile/content/images/btn-sprite.gif) no-repeat 0 -176px;
}

.pager li.active{
	background:url(/mobile/content/images/btn-sprite.gif) no-repeat 7px -176px;
	color:#fff;
}

.pager li.active a{
	color:#fff;
}







.aside .box-grn h3,
.faq-conteiner .side-search h3{
	color:#fff;
	margin:0 0 13px -2px;
	background:none;
	width: 174px;
	position:relative;
	font-size:20px;
	line-height:20px;
	margin-bottom:15px;
	
}
.aside .box-grn h3{margin-bottom:1px;}
.aside .box-grn .frame{padding-top:3px;}
.aside .box-grn .frame ul{
	list-style:none;
	margin:10px 0 0 8px;
	padding:0;
}
.aside .box-grn .frame .video ul{margin-top:10px;}
.aside .box-grn .frame .video ul li{
	background:none;
	padding:0 0 9px 8px;
}
.aside .box-grn h3 span,
.faq-conteiner .side-search h3 span{
	display:block;
	padding:7px 5px;
	background:none;
}

.box-grn .more{margin-left:26px;}
.box-grn h4{
	color:#252525;
	font-size:1em;
	margin:8px 4px 10px;
}
.box-grn p{
	line-height:1.333em;
	margin:10px 4px 20px;
	color:#ffffff;
}
.box-grn .btn-mailto{
	background:url(/mobile/content/images/btn-mailto.png) no-repeat;
	width: 118px;
	height: 31px;
	display:block;
	text-indent:-9999px;
	margin:0 auto 14px;
}


.aside .holder{
	background:none;
	width:100%;
	overflow:hidden;
}
.aside .frame{
	background:none;
	background-color:#363636;
	color:#ffffff;
	height:1%;
	overflow:hidden;
	padding:10px 4px 10px 5px;
	
	margin-bottom:20px;
	
}



.aside .box{
	margin-bottom:8px;
	background:none;
}


.aside .search-2{background:none;}
.aside .search-2 .holder{background:none;}
.aside .search-2 .frame{
	background:none;
	background-color:#363636;
	color:#ffffff ;
}

.aside .search-2 label{
	color:#FFF;
	
}

.box a{
	color:#ffffff ;
}

.synde li em img{
	display:none;
}

.synde li {
	background:none;
}



.more{
	background:url(/mobile/content/images/MoreBT_en.png) no-repeat;
	float:left;
	width:118px;
	height:31px;
	text-indent:-99999px;
	overflow:hidden;
}

.more span{
	background:none;
	text-indent:-99999px;
	overflow:hidden;
}



/*tabs-block*/

.imagemap-wrap .tabset,
#newsroom .tabset{
	width:auto;
	margin:0 -12px 0 0;
	overflow:hidden;
	position:relative;
	z-index:5;
	float:none;
}

.imagemap-wrap .tabset li,
#newsroom .tabset li{
	float:left;
	padding:1px 0px 9px 0;
	margin:0 9px 0 0;
	font:13px Arial;
	position:relative;
	line-height:52px;
}

.imagemap-wrap .tabset li{
	margin:0 9px -7px 0;
}
.imagemap-wrap .tabset a,
#newsroom .tabset a{
	width:120px;
	height:52px;
	padding:0 10px 0 16px;
	float:left;
	display:inline;
	color:#fff;
	background: url(/mobile/content/images/bg-tab.gif) no-repeat -85px;
	text-decoration:none;
	position:relative;
	overflow:hidden;
}

.imagemap-wrap .tabset a span,
#newsroom .tabset a span{
	background:none !important;
	padding:18px 0 0 0;
}

.imagemap-wrap .tabset a:hover,
.imagemap-wrap .tabset .active .active,
#newsroom .tabset a:hover,
#newsroom .tabset .active .active{
	text-decoration:none;
	cursor:pointer;
	color:#000;
	width:120px;
	padding:0 10px 9px 16px;
	margin:-1px 0 -9px;
	border:solid #d8d8d8;
	border-width:1px 1px 0 1px;
	background:#fff url(/mobile/content/images/arrow6.gif) no-repeat 115px 24px;
	z-index:5;
}
.imagemap-wrap .tabset a .line,
#newsroom .tabset a .line{
	display:inline-block;
	vertical-align:middle;
	height:52px;
	width:1px;
}

* html .imagemap-wrap .tabset a .line,
* html #newsroom .tabset a .line{
	padding-right:3px;
	}

*+html .imagemap-wrap .tabset a .line,
*+html #newsroom .tabset a .line{
	padding-right:3px;
	}

.imagemap-wrap .tabset a strong,
#newsroom .tabset a strong{
	font-weight:bold;
	display:inline-block;
	vertical-align:middle;
	width:100px;
	padding:5px 0;
}

.imagemap-wrap .tab-hodder,
#newsroom .tab-hodder{
	width:470px;
	margin:-1px 0 0 0;
	border:1px solid #d8d8d8;
	overflow:hidden;
	position:relative;
	background:none;
	padding:10px;
	color:#000000;
}

.schedule-tab a{
	color:#5fa418;
}

.txt-holder a{
	color:#5fa418;
}

.nav-slide.tabset li{
	margin:0px;
}


.imagemap-wrap .tab-hodder{
	width:100%;
	
}



.news-list li{
	background:none;
	padding:10px;
}



/*
h3{
	font:28px/32px Arial, Helvetica, sans-serif !important;
	color:#636363 !important;
	padding:0px !important;
	margin:0 0 30px !important;
}
*/

.news h3{
	font:12px Arial, Helvetica, sans-serif !important;
	color:#000000 !important;
	font-weight:bold !important;
	padding:0px !important;
	margin:0 0 10px !important;
}

.table-automatic{
	border:1px solid #dddddd;
}


.table-automatic table th{
	font-weight:bold !important;
	background:#fff url(/mobile/content/images/bg-add-heading.gif) repeat-x 0 100% !important;
	color:#383838 !important;
}

.table-automatic table td.group{
	font-weight:bold !important;
	background:#fff url(/mobile/content/images/MyTblGreyBG.png) repeat-x 0 100% !important;
	color:#383838 !important;
} 


.info-box-wide .more-info{
	background: url(/mobile/content/images/btn-more2_en.png) no-repeat !important;
	width:124px;
	height:24px;
	display:block;
	text-indent:-99999999999px;
}


.info-holder h2{
	line-height:25px;
	
}



.aside .block{
	margin:5px;
}


.sel-mm{
	width:60px;
}

.sel-ee{
	width:80px
	
}


.voicemail .section{
	/*background:none;*/
	border:0px; 
}

.voicemail .section:first-child{
	/*font-weight:bold;*/
}

.voicemail .section b,
.voicemail .section strong{
	font-weight:bold;
}

.two-columns{
	margin:5px 0 0 0 !important;
}

.two-columns .aside{
	margin-left:17px !important;
	
}
.schedule-tab .schedule-wrap{
	margin:50px 0 0 0;
}

.schedule-tab a span{
	color:#00000;
	z-index:10;
	position:relative;
}

.schedule-tab a{
	margin:0 20px 0 0;
	padding:0px;
	
}



#newsRoomContactForm .text{
	background:none;
}

.prime b{
	font-weight:bold;
}


.voicemail .section{
	width:100%;
}


.map-comments{
	background:none !important;
}

.map-comments a{
	color:#000000;
	background:none !important;
	display:block;
	margin:10px 0 0 -15px;
	padding:0px;
}


.three-columns .frame h2{
	padding:4px 0 7px 0;
	font-weight:bold;
}


.three-columns .frame h3{
	font-weight:bold;
}


.ttl-area a{
	color:#5ea539;
}







.product-box{
	border-top:1px solid #ececec;
	padding:20px 0 2px;
	font-size:13px;
	line-height:17px;
	position:relative;
}

.product-box .box-head{
	width:100%;
	padding:0 0 16px;
}
.product-box .box-head:after{
	content:"";
	display:block;
	clear:both;
}
.product-box .rating{
	float:right;
	text-align:right;
	padding:0 3px 0 0;
}


.product-box .title-box{
	float:left;
	padding:3px 0 0;
}
.product-box .title-box .holder{height:1%;}
.product-box .title-box .holder:after{
	content:"";
	display:block;
	clear:both;
}
.product-box .title{
	display:block;
	font:18px/21px Arial, Helvetica, sans-serif;
	/*text-transform:uppercase;*/
	margin:0;
	color:#000000;
}

.product-box .accessoriesSubTitle{
	margin: 0 0 72px 50px !important;
}

.product-box .title-box .title{
	float:left;
	margin:0 18px 0 0;
}
.product-box .neo{
	float:left;
	overflow:hidden;
	width: 32px;
	height: 32px;
	position:relative;
	margin:-6px 0 -6px;
}

.product-box .neo2{
	float:right;
	overflow:hidden;
	width: 32px;
	height: 32px;
	position:relative;
	margin:-6px 0 -6px;
}

.product-box .title-box a{color:#63ad2e;}
.product-box .photo{
	float:left;
	display:inline;
	margin:0 26px 0 6px;
	text-align:center;
	width:139px;
}

.product-box .characteristic{
	float:left;
	width:300px;
}
.product-box .characteristic ul{padding:16px 0 11px; }
.product-box .characteristic li{
	padding:0 0 16px 22px;
	background:url(/mobile/content/images/arrow11.gif) no-repeat 0 2px;
	color:#636363;
	font-size:13px;
	position:relative;
	line-height:15px;
}
.product-box .link-more{
	display:inline-block;
	position:absolute;
	bottom:30px;
	left:110px;
	padding:0 8px 0 0;
	margin:0 0 0 0px;
	color:#000;
	font:bold 11px/15px Arial, Helvetica, sans-serif;
	background:url(/mobile/content/images/arrow5.gif) no-repeat 100% 5px;
}
.product-box .price-box{
	float:right;
	text-align:right;
	padding:32px 2px 0 0;
}

.product-box .old-price{
	display:block;
	color:#ff8400;
	font:bold 12px/16px Arial, Helvetica, sans-serif;
}
.product-box .price{
	display:block;
	font:12px/12px Arial, Helvetica, sans-serif;
	margin:0 0 10px;
}
.product-box .button{margin:0 0 19px;}
.product-box .button .l{padding: 7px 15px 9px 16px;}
.product-box .check-block label{
	color:#000;
	display:inline-block;
	vertical-align:middle;
	font:bold 11px/15px Arial, Helvetica, sans-serif;
	padding:0 0 0 3px;
}

.product-box .links{
	height:1%;
	overflow:hidden;
	margin:-7px 0 0 -1px;
	padding:0 0 11px;
	position:relative;
}
.product-box .links li{
	float:left;
	font:bold 13px/13px Arial, Helvetica, sans-serif;
	/*text-transform:uppercase;*/
	padding:0 12px 0 0;
}
.product-box .links a{
	float:left;
	background:url(/mobile/content/images/btn-sprite.gif) no-repeat 0 -60px;
	color:#fff;
}
.product-box .links a span{
	float:left;
	background:url(/mobile/content/images/btn-sprite.gif) no-repeat 100% -90px;
	padding:4px 12px 3px 16px;
}
.product-box .links .offer{background-position:0 0;}
.product-box .links .offer span{
	background-position:100% -30px;
	padding:4px 14px 3px 16px;
}

.product-box .links .commingsoon{ background:url(/mobile/content/images/btn-commingsoon.png) no-repeat 0 0; }
.product-box .links .commingsoon span{
	background:url(/mobile/content/images/btn-commingsoon.png) no-repeat 100% -30px;
	padding:4px 14px 3px 16px;
}

.product-box .links a:hover{text-decoration:none;}


.roaming-box-wrap .small-table th{
	font-size:14px;
}
.roaming-box-wrap .small-table td{
	padding:10px;
	text-align:left;
}

.roaming .tabset li span{
	font-size:11px;
}




.roaming .price-table th{
	background:#6cba1b;
	padding:0;
	color:#fff;
	font-weight:normal;
	text-align:center;
	font-size:12px;
	line-height:12px;
}

.roaming .price-table a{
	font-size:12px;
}
.roaming  .price-table .wi{
	width:110px;
	padding:0;
}
.roaming  .price-table .wi div{
	width:100%;
	padding:8px 0 10px;
	background:url(/mobile/content/images/bg-doted1.gif) repeat-y;
}
.roaming  .price-table .title{
	text-align:left;
	width:190px;
	padding:11px 0 12px 10px;
	margin:0px;
	display:table-cell;
	
}

.roaming  .price-table  th.title{
	display:table-cell;
}


.roaming  .price-table td{
	background:url(/mobile/content/images/sep-dot-green.gif) repeat-x 0 100%;
	text-align:center;
	padding:0;
}
.roaming  .price-table td div{
	padding:11px 0 12px;
	background:url(/mobile/content/images/bg-doted1.gif) repeat-y;
}
.roaming  .price-table .even{background:#fafafa url(/mobile/content/images/sep-dot-green.gif) repeat-x 0 100%;}



.info-box p{
	padding-bottom:10px;
}



.lightboxMin{
			
	width:540px;
	text-align:center;
	
}
.lightboxMin h2{
	margin:10px 0 35px 0;
	
	
}

.lightboxMin h3{
	font-size:18px;
}

.lightboxMin h4{
	font-size:13px;
	color:#000000;
	margin-bottom:15px;
}

.lightboxMin form{
	margin-bottom:20px;
	
}

.lightboxMin .text{
	color:#636363;
	font-size:13px;
	margin:20px 45px 30px 45px;
}



.lightboxMinWidth{
	width:540px !important;	
}


#LocaleWarning  h3{
       font-size:13px;
       color:#000000;
       margin-bottom:15px;
       margin: 0 0 24px;
       font: 20px/24px Arial, Helvetica, sans-serif;
}
 
#fancybox-outer {
       padding:20px !important;  
}



.section{
	margin-bottom:0px !important;
}

.footer-logo-one-en{
	background: url("/mobile/content/images/ote_logo_footer_en.png") no-repeat;
    float: right;
    height: 60px;
    width: 121px;
}

#footer .col1 {
    padding-left: 6px;
    width: 160px;
}


/*=================== MAZI =======================*/
#nav > li > ul.legacy-home .rb > a, 
#nav > li > ul.legacy-home .rb >  a:hover,
#nav > li.active > ul.legacy-home .rb > a{
	text-decoration:none;
	color:transparent!important;
}

#nav li.submenu.hover a .l, #nav > li.active.submenu a .l {
    color: #509e2f;
}

#nav > .hover > a, #nav > .active > a{
	color:#509e2f;
}


#oneSection.tabset a {
  float: left;
  color: #374148;
  padding: 7px 18px 10px 19px;
  background: #d0d0ce url(/mobile/content/images/bg-tabset.gif) repeat-x 0 100%;
}

#oneSection.tabset a:hover,
#oneSection.tabset li a.active{
	text-decoration:none;
	color:#363636;
	background:#fff;
}
/*=================== MAZI =======================*/