/*================================
			RESET
================================*/
html, body, div, span, a, img,
h1, h2, h3, h4, h5, h6, hgroup, p,
dl, dialog, dt, dd, ol, ul, li, 
abbr, acronym, address, big, blockquote, 
cite, code, del, dfn, em, i, ins, kbd, pre, q, 
samp, tt, var, small, strong, sub, sup, 
object, iframe, form, fieldset, label, legend, 
caption, tbody, tfoot, thead,
article, aside, footer, header, nav, section,
figure, menu, time, mark, audio, video {
	background: transparent;
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: 12px;
	margin: 0;
	outline: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	white-space: normal;
}

textarea, input, select {
	font-family: inherit;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
	white-space: normal;
}

article, aside, footer, header,
nav, section, dialog, figure,
hgroup, menu					{ display: block; }

h1, h2, h3, h4, h5, h6			{ font-size: 12px; font-weight: bold; }
del, ins						{ text-decoration: none; }
ol, ul							{ list-style: none; }
nav ul							{ list-style-type: none; }
table							{ border-collapse: separate; border-spacing: 0; background-color: transparent; height: auto; }
:focus							{ outline: 0; }
caption, th, td 			    { font-weight: normal; }
table, td, th 					{  /*border: 1px solid #ccc; vertical-align: middle;*/ }

/*========================
		Headings
========================*/
h1		{ font-size: 36px; }
h2		{
	font-size: 28px;
}
h3		{ font-size: 28px; }
h4		{ font-size: 24px; }
h5		{ font-size: 20px; }	
h6		{ font-size: 16px; }

/*========================
		Links
========================*/
a:link 		{color: #000; text-decoration: none;}
a:visited 	{color: #000; text-decoration: none;}
a:hover     {color: #000; text-decoration: none;}
a:active 	{color: #000; text-decoration: none;}

/*================================
    Main Wrappers
================================*/
body { background: #fff; color: #222; font-family: "Arial", sans-serif; }

#wrapper {
    margin: 0 auto;
    
    overflow: visible;
    width: 980px;
}

.no-border { border: none !important; }
.no-margin { margin: 0 !important; }

/*================================
    Header
================================*/
#header {}

/*------ Top Nav ------*/
#top-nav {
    float: right;
    margin: 10px 0 20px 0;
	font-size:10px;
}

#top-nav  span{
	font-size:10px;
}

#top-nav .item35 {
    background: url("images/web-mail.png") 100% 0 no-repeat;
    border: none;
    padding: 0 20px 0 0;
    margin: 0 0 0 5px       ;
}


#top-nav li {
    border-right: 1px solid #076fa2;
    float: left;
    padding: 0 10px;
	font-size:10px;
}

#top-nav li a {
    color: #076fa2;
    font-size: 10px;
}

.logo {
    float: left;
    margin: 30px 0 0 0;
}

/*------ Login ------*/
#login-area {
    float: right;
    margin: 15px 0 0 0;
    width: 780px;
}

#login-area form    { float: left; }
#login-area form p  { float: left; }
#login-area form label {
    color: #1f8dc0;
    float: left;
    font-weight: bold;
    margin: 2px 5px 0 0;
}

#login-area form input[type=text], #login-area form input[type=password] {
    border: 1px solid #1f8dc0;
    float: left;
    padding: 2px 4px;
    margin: 0 5px 0 0;
    width: 120px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#login-area1 form fieldset input[type=submit] {
    background: url(images/login-button.jpg) no-repeat;
    border: none;
    cursor: pointer;
    float: left;
    height: 27px;
    text-indent: -9999px;
    width: 84px;
}

#login-area-submit-1 {
    background: url(images/login-button.jpg) no-repeat;
    border: none;
    cursor: pointer;
    float: left;
    height: 27px;
    text-indent: -9999px;
    width: 84px;
}
#login-area-submit-2 {
    background: url(images/login-button-f.jpg) no-repeat;
    border: none;
    cursor: pointer;
    float: left;
    height: 27px;
    text-indent: -9999px;
    width: 84px;
}
.sign-up {
    background: url(images/sign-up-button.jpg) no-repeat;
    float: left;
    height: 27px;
    text-indent: -9999px;
    width: 84px;
}

.sign-up-1 {
    background: url(images/sign-up-button.jpg) no-repeat;
    float: left;
    height: 27px;
    text-indent: -9999px;
    width: 84px;
}

.sign-up-2 {
    background: url(images/sign-up-button-fr.jpg) no-repeat;
    float: left;
    height: 27px;
    text-indent: -9999px;
    width: 84px;
}

.cart-languages {
    float: right;
}

/*------ Loginfrech ------*/
#login-area-f {
    float: right;
    margin: 15px 0 0 0;
    width: 780px;
}

#login-area-f form    { float: left; }
#login-area-f form p  { float: left; }
#login-area-f form label {
    color: #1f8dc0;
    float: left;
    font-weight: bold;
    margin: 2px 5px 0 0;
}

#login-area-f form input[type=text], #login-area form input[type=password] {
    border: 1px solid #1f8dc0;
    float: left;
    padding: 2px 4px;
    margin: 0 5px 0 0;
    width: 120px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#login-area-f form fieldset input[type=submit] {
    background: url(images/login-button-f.jpg) no-repeat;
    border: none;
    cursor: pointer;
    float: left;
    height: 27px;
    text-indent: -9999px;
    width: 84px;
}

.sign-up-f {
    background: url(images/sign-up-button.jpg) no-repeat;
    float: left;
    height: 27px;
    text-indent: -9999px;
    width: 84px;
}

.cart-languages {
    float: right;
}

/*------ Main Nav ------*/
#main-nav {
    float: right;
    width: 785px;
}

#main-nav li {
    background: url(images/main-menu.jpg) no-repeat;
    float: left;
    height:50px;
    margin: 0;
    padding: 3px 15px;
}

#main-nav li a { display: block; float: left; width: 140px; padding:16px 0 16px 0px }

.item-1 { height: 13px; width: 16px; }
.item-2 { background-position:  -46px 0 !important; height: 13px; width: 91px; }
.item-3 { background-position:  -167px 0 !important; height: 13px; width: 94px; }
.item-4 { background-position:  -294px 0 !important; height: 13px; width: 90px; }
.item-5 { background-position:  -414px 0 !important; height: 13px; width: 90px; }
.item-6 { background-position:  -536px 0 !important; height: 13px; width: 90px; }
.item-7 { background-position:  -659px 0 !important; height: 13px; width: 95px; }

.item-1:hover { background-position: 0 -55px !important; }
.item-2:hover { background-position: -46px -55px !important; }
.item-3:hover { background-position: -167px -55px !important; }
.item-4:hover { background-position: -294px -55px !important; }
.item-5:hover { background-position: -414px -55px !important; }
.item-6:hover { background-position: -536px -55px !important; }
.item-7:hover { background-position: -659px -55px !important; }

.item-1 img { float: left; margin: -5px 0 0 0 !important; }

/*------ Main Nav ------*/


#banner {
    background: url(images/banner.png) no-repeat;
    float: left;
    height: 279px;
    margin: -7px 0 0 0;
    width: 978px;
}

#banner-small {
	float: left;
	height: 149px;
	margin: -7px 0 0 0;
	width: 978px;
	background-image: url(images/headers/Kayas_free_calling.png);
	background-repeat: no-repeat;
}

#banner-small1 {
	float: left;
	height: 149px;
	margin: -7px 0 0 0;
	width: 978px;
	background-image: url(images/headers/Kayas_free_calling.png);
	background-repeat: no-repeat;
}
#banner-small2 {
	float: left;
	height: 149px;
	margin: -7px 0 0 0;
	width: 978px;
	background-image: url(images/headers/Kayas_free_calling2.png);
	background-repeat: no-repeat;
}

#banner-small02 {
	float: left;
	height: 149px;
	margin: -7px 0 0 0;
	width: 978px;
	background-image: url(images/headers/Kayas_IPphone.png);
	background-repeat: no-repeat;
}

#banner-small-mykayas {
	float: left;
	height: 149px;
	margin: -7px 0 0 0;
	width: 978px;
	background-image: url(images/headers/Kayas_IPpbx.png);
	background-repeat: no-repeat;
}

#banner-small-internet {
	float: left;
	height: 149px;
	margin: -7px 0 0 0;
	width: 978px;
	background-image: url(images/headers/Kayas_Internet.png);
	background-repeat: no-repeat;
}

#banner-pbx {
	float: left;
	height: 149px;
	margin: -7px 0 0 0;
	width: 978px;
	background-image: url(images/headers/Kayas_IPpbx.png);
	background-repeat: no-repeat;
}

/*------ Middle Section ------*/
#middle-sec {
    float: left;
    margin: 20px 0 0 0;
    width: 977px;
}

.customer-service {
    background:url(images/customer-service.png) no-repeat;
    float: left;
    height: 371px;
    width: 158px;
}

.small-box {
    float: left;
    height: 212px;
    padding: 8px 10px 8px 30px;
    width: 164px;
}

.small-box h1 {
    color: #fff;
    float: left;
    font-size: 12px;
    margin: 0 0 10px 0;
    width: 178px;
}

.small-box p span {
    font-weight: bold;
}

.price {
    color: #fff;
    float: left;
    height: 35px;
    margin: 55px 0 0 -7px;
    padding: 3px 20px 20px 13px;
    text-align: center;
    width: 60px;
}
.price span { color: #fff; font-size: 30px; font-weight: bold; }

.pricedollardesc {
    font-weight: bold;
    margin: 0px 0 0 10px;
}

.pricedollardesc1 {
    font-weight: bold;
    margin: 10px 0px 0 10px;
	padding: 103px 0px 0px 10px;
}


.small-box .learn-more { float: right; font-size: 10px; margin: 114px 0 0 0; *margin: 106px 0px 0 0; width: 60px; }

.persons {
    background: url(images/persons.jpg) no-repeat;
    float: left;
    height: 143px;
    margin: 0 0 0 10px;
    width: 806px;
}

.persons div { float: left; }

.personal { margin: 20px 0 0 160px; }
.comercial { margin: 20px 110px 0 0; float: right !important; }

.persons div h2 { color: #1f8dc0; font-size: 18px; margin: 0 0 10px 0; }


/*------ Final Home Section ------*/
.final-section { float: left; width: 980px }

.left-box {
    float: left;
    width: 570px;
}

.left-box h2    { float: left; font-size: 18px; margin: 10px 0; width: 484px; }
.left-box p     { float: left; padding: 10px 0; width: 484px; }
.left-box ul    { float: left; margin: 10px 0 10px 5px; padding: 0 0 0 20px; width: 520px }
.left-box ul li { list-style-type: disc; }
.left-box h3    { color: #ff7200; float: left; font-size: 14px; width: 484px; }

.right-box {
    float: right;
    margin: 10px 0 0 0;
    width: 395px;
}

.news, .faq {
    border: 1px solid #ccc;
    float: right;
    width: 392px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.news h2, .faq h2 {
    background: #00a8ff;
    color: #fff;
    font-size: 12px;
    padding: 4px 6px;
}

.news ul { float: left;  }
.news ul li { border-bottom:  1px solid #ccc; float: left; padding: 10px 0 5px 10px; }
.news ul li img { border: 1px solid #ccc; float: left; margin: 0 10px 0 0; }
.news ul li h3 { color: #0e83b9; float: left; font-size: 12px; margin: 0 0 8px 0; width: 270px; }
.news ul li p { float: left; font-size: 11px; width: 300px; }

.learn-more-two {
    background: url(images/more.jpg) no-repeat;
    float: right;
    height: 23px;
    width: 79px;
}

.faq{ margin-top: 20px; }

.faq ul li {
    color:  #424242;;
    font-size: 11px;
    padding: 2px 0 2px 10px;
}

.bottom-menu {
    border-top: 1px solid #ccc;
    float: left;
    margin-top: 10px;
    padding-top: 10px;
    width: 980px;
}

.bottom-menu span{font-size:10px;}

.bottom-menu .item19{border:none;}

.bottom-menu ul {
    float: right;
}

.bottom-menu ul li {
    border-right: 1px solid #ccc;
    float: left;
    padding: 0 5px;
}

.bottom-menu ul li a {
    font-size: 10px;
}

#footer {
    background: #d0d7e1;
    float: left;
    height: 50px;
    margin: 20px 0 0 0;
    width: 100%;
}

.coupon-box {
	float: left;
	Z-index: 0;
	height: 500px;
	width: 900px;
	margin: 0px 0 0 0px;
}

.coupon-desc01 {
	Z-index: 1;
	font-size: 18px;
	font-weight: normal;
    margin: -320px 0 0 320px;
	line-height: 18px;
	text-align: justify;
}
.coupon-desc02 {
	Z-index: 1;
	font-size: 18px;
	font-weight: normal;
    margin: 29px 0 0 320px;
	line-height: 18px;
	text-align: justify;
}
.coupon-desc03 {
	Z-index: 1;
	font-size: 18px;
	font-weight: normal;
    margin: 27px 0 0 320px;
	line-height: 18px;
	text-align: justify;
}

.coupon-desc04 {
	Z-index: 1;
	font-size: 18px;
	font-weight: normal;
    margin: 28px 0 0 320px;
	line-height: 18px;
	text-align: justify;
}

/*------ questions Section ------*/
.questions-box {
	float: left;
	height: auto;
	width: 573px;
	margin: 0px 0 0 0px;
}

.questions-box ul li { list-style-type: disc; margin: 10px 0 0 10px; }

.questions-box01 {
	background: url(images/questions-box01.jpg) no-repeat;
	float: left;
	height: 33px;
	width: 583px;
	margin: 10px 0 0 -12px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100;
}
.questions-box02 {
	float: left;
	height:auto;
	min-height:450px;
	width: 583px;
	background-image: url(images/questions-box02.jpg);
	background-repeat: repeat-y;
	margin: 10px 0 0 -12px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100;
	clip: rect(auto,auto,auto,30px);

}
.questions-box03 {
	float: left;
	background: url(images/questions-box03.jpg) no-repeat;
	height: 26px;
	width: 583px;
	margin: 10px 0 0 -12px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100;
}



.questions-desc {
	font-weight: normal;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
	line-height: 18px;
	text-align: justify;
}

.questions-ans {
	color:#FF6600;
	font-weight: normal;
	margin: 10px 20px 0 10px;
	line-height: 18px;
	text-align: justify;
}


.box-title-questions  {
	color: #fff;
	float: left;
	font-weight: bold;
	padding: 0px;
	width: 200px;
	-moz-border-radius: 4px;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 26px;
}

/*------ About Section ------*/
.about-box {
    background: url(images/about-box.jpg) no-repeat;
    float: left;
    height: 525px;
    margin: 10px 0 0 -12px;
    padding: 40px 40px;
    width: 510px;
}

.about-box h2 {
    color: #ff7200;
    font-size: 14px;
	margin:5px 0px 0px 0px;
	padding:0px;
}

.about-box h3 { font-size: 12px; color: #ff7200; }

.about-box p { margin: 0px 0; }
.about-box ul li { list-style-type: disc; margin: 2px 0; }

/*------ Contact Page ------*/
.left-contact-box {
    background: url(images/contact-girl.jpg) no-repeat;
    float: left;
    height: 388px;
    margin: 10px 0 0 0;
    width: 293px;
}

.contact-box {
    background: url(images/contact-bg.jpg) no-repeat;
    float: right;
    height: 1162px;
    margin: 10px 0 0 0;
    width: 681px;
}

.contact-info {
    border: none;
	line-height:22px;
    float: left;
    margin: 50px 0 0 10px;
}

.contact-info tr td {
    border: none;
    padding: 10px 10px 0 20px;
    vertical-align: top;
}

.contact-info span { font-weight: bold; }

/*------ login Page ------*/
.left-login-box {
    background: url(images/login-pc.jpg) no-repeat;
    float: left;
    height: 217px;
    width: 298px;
}

.right-login-box {
    background: url(images/login-bg.jpg) no-repeat;
    float: right;
    height: 230px;
    margin: 10px 0 0 0;
    width: 681px;
}

.right-login-box form fieldset {
    float: left;
    margin: 50px 0 0 30px;
    width: 475px;
}

.right-login-box form table { border: none; }
.right-login-box form table tr td { border: none; padding: 5px 10px; }

.right-login-box form input[type=text], .right-login-box form input[type=password] {
    border: 1px solid #ccc;
    padding: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.right-login-box form a { color: #00a8ff; text-decoration: underline; }

.login-page-form-btns {
    float: right;
    margin: -30px 0 0 0;
}

.login-page-form-btns input[type=submit] {
    background: url(images/login-page-btn.png) no-repeat;
    border: none;
    cursor: pointer;
    float: left;
    height: 32px;
    width: 84px;
}

.login-page-form-btns a {
    background: url(images/sign-up-page-btn.png) no-repeat;
    float: left;
    height: 32px;
    width: 84px;
}
.login-page-form-btns1 {
    float: right;
    margin: -30px 0 0 30px;
}

.login-page-form-btns1 input[type=submit] {
    background: url(images/login-page-btn1.png) no-repeat;
    border: none;
    cursor: pointer;
    float: left;
    height: 32px;
    width: 84px;
}

.login-page-form-btns1 a {
    background: url(images/sign-up-page-btn1.png) no-repeat;
    float: left;
    height: 32px;
    width: 84px;
}


/*------ Sign Up Page ------*/
.sign-up-left-box {
    background: url(images/sign-up-left-box.jpg) no-repeat;
    float: left;
    height: 1150px;
    margin: 0 0 -10px 0;
    width: 310px;
}

#signup-form {
    background: url("images/signup-bg.png") no-repeat;
    float: right;
    height: 1220px;
    margin: 10px 0 -8px -10px;
    padding: 40px 40px;
    width: 599px;
}

#signup-form-fr {
    background: url("images/signup-bg-fr.png") no-repeat;
    float: right;
    height: 1220px;
    margin: 10px 0 -8px -10px;
    padding: 40px 40px;
    width: 599px;
}

#signup-form h2 {
    color: #ff7200;
    float: left;
    font-size: 18px;
    width: 580px;
}
#signup-form-fr h2 {
    color: #ff7200;
    float: left;
    font-size: 18px;
    width: 580px;
}

.sign-up-form-structure {
    border: none;
    float: left;
    margin: 10px 0 0 5px;
}

.left-item { text-align: right; font-weight: bold; }

.sign-up-form-structure tr td { border: none; padding: 3px 10px; *padding: 2px 10px; }

.sign-up-form-structure input[type=text], .sign-up-form-structure input[type=password] {
    border: 1px solid #acb8ca;
    padding: 1px 2px;
    width: 160px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.sign-up-form-structure input[type=text1] {
    border: 1px solid #acb8ca;
    padding: 1px 2px;
    width: 30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.sign-up-form-structure select {
    border: 1px solid #acb8ca;
    padding: 1px 2px;
    width: 165px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.register-btn {
    background: url(images/register-btn.png) no-repeat;
    border: none;
    cursor: pointer;
    float: left;
    height: 32px;
    width: 82px;
}
.register-btn-fr {
    background: url(images/register-btn-fr.png) no-repeat;
    border: none;
    cursor: pointer;
    float: left;
    height: 32px;
    width: 82px;
}

.large { margin: 0 10px 0 0; width: 270px !important; }
.small-input { margin: 0 0 0 10px; width: 40px !important; }
.medium-input { margin: 0; width: 100px !important; }


/* Sub Pages ---------------------------------------------------- */

/* left menu---------------- */
.left-menu {
    background: url(images/left-menu-bg.jpg) no-repeat;
    float: left;
    height: 548px;
    margin: 10px 0 0 -13px;
    padding: 5px 10px 5px 20px;
    width: 178px;
}

.left-menu th{
    color: #fff;
    font-size: 12px;
    line-height: 16px;
	padding:0px 0px 20px 10px;
	font-weight:bold;
}

    .moduletable-left {
        float: left;
        margin: 0px 0 0 -7px;
    }


    .moduletable-left li {
        background: url(images/left-menu-item.jpg) repeat-x;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        display: inline-block;
        float: left;
        padding: 10px 20px 8px 5px;
        width: 165px;
    }

    .moduletable-left li ul {
        background: #fff;
        margin: 5px 0 0 -5px;
        float: left;
    }

    .moduletable-left li ul li {
        background: url(images/left-menu-sub-item.jpg) repeat-x;
        border-top: 1px solid #ccc;
        border-bottom: none !important;
        display: inline-block;
        float: left;
        padding: 5px 0px 5px 5px !important;
        width: 185px;
		font-weight:bold;

    }
        .moduletable-left li ul li:hover { background-position: 0 0 !important; }
        .moduletable-left li ul li a { color: #454545; padding: 0 10px !important; }

    .current { background-position: 0 -33px !important; }
    .current a {
	font-weight: bold;
}

    .moduletable-left li:hover { background-position: 0 -33px; background-repeat: no-repeat; }

    .moduletable-left li a {
        padding: 10px;
    }

.right-box-subpages {
    float: right;
    margin: 10px 0 0 0;
    width: 785px;
	
}

.right-box-subpages h1 {
    font-size: 22px;
}

.right-box-subpages p {
    color: #2291bc;
    font-size: 12px;
    font-weight: bold;
}

.internet-diaup-box {
    background: url(images/internet-box.jpg) no-repeat;
    float: left;
    height: 186px;
    margin: 20px 0 0 0;
    width: 387px;
}
.internet-diaup-box1 {
    background: url(images/internet-box.jpg) no-repeat;
    float: left;
    height: 186px;
    margin: 100px 0 0 200px;
    width: 387px;
}

.plan-price {
    color: #fff;
    float: left;
    height: 82px;
    margin: 30px 0 0 40px;
    padding: 20px 15px;
    text-align: center;
    width: 92px;
}

.plan-price { font-size: 16px; }

.circle-green { background: url(images/circle-green.png) no-repeat; }
.circle-yellow { background: url(images/yellow-circle.png) no-repeat; }
.circle-blue { background: url(images/blue-circle.png) no-repeat; }
.circle-orange { background: url(images/orange-circle.png) no-repeat; }

.internet-diaup-box-desc {
    font-weight: bold;
    margin: 80px 0 0 10px;
}

.order-now {
    float: right;
    font-weight: bold;
    margin: 51px 26px 0 0;
}
.order-now-fr {
    float: right;
    font-weight: bold;
    margin: 46px 26px 0 0;
	text-align: center;
}

.girl {
    background: url(images/girl.jpg);
    float: right;
    height: 268px;
    margin: -40px 0 0 0;
    width: 214px;
}

.box-title {
    background: #003399;
    color: #fff;
    float: left;
    font-weight: bold;
    margin: 4px 0 0 15px;
    padding: 2px 10px;
    width: 345px;
    -moz-border-radius: 4px;
}

/* shop ___________________________________________________________________ */
.right-box-shop {
    float: right;
    margin: 10px 0 0 0;
    width: 775px;    
}

.box-shop {
    display: inline-block;
    float: left;
    padding: 15px 0 0 10px;
    *min-height: 230px;
    min-height: 240px;
    width: 370px;
}

.box-shop-left {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;    
}

.box-shop-right {
    border-bottom: 1px solid #ccc;    
}

.box-shop div { float: left; width: 160px; }

.box-shop h1 {
    font-size: 12px;
    color: #0e83b9;
}

.box-shop div span {
    float: left;
    width: 200px;
}

.box-shop table {
    border: none;
    float: left;
    margin: 20px 0 0 0;
    width: 360px;
}

.box-shop table td { border: none; }
.box-shop table span { font-weight: bold; font-size: 14px; }

.box-shop ul {
    float: left;
    margin: 10px 0 0 0;
}

.box-shop ul li {
    list-style-type: disc;
    font-size: 11px;
}

.prolduct-details {
    background: url(images/details.jpg);
    float: left;
    height: 30px;
    text-indent: -9999px;
    width: 106px;
}

.add-to-cart {
    background: url(images/add-to-cart.jpg);
    float: left;
    height: 30px;
    text-indent: -9999px;
    width: 106px;
}


/*---------------------- My Acount Pages ------------------------------------------*/
.right-box-myacount {
    float: right;
    margin: 10px 0 0 0;
    width: 775px;     
}

    .right-box-myacount h1 {
        font-size: 18px;
        margin: 0 0 20px 15px;
    }

    .user-welcome { float: right; margin: -40px 0 0 0; }
    .user-welcome span { color: #1e90ff; }

.my-services {
    background: url(images/box-large.jpg) no-repeat;
    float: left;
    height: 200px;
    width: 780px;
}

.my-services h2 {
    color: #ff8c00;
    float: left;
    font-size: 12px;
    margin: 7px 0 0 20px;
    width: 770px
}

.add-service {
    background: url(images/add-service.jpg) no-repeat;
    float: left;
    height: 37px;
    width: 129px;
}

.cancel-service {
    background: url(images/cancel-service.jpg) no-repeat;
    float: left;
    height: 37px;
    width: 129px;
}

.my-services h1 {
    background: url(images/title-bg.png) no-repeat;
    color: #ff8c00;
    float: left;
    font-size: 12px;
    margin: 10px 0 0 15px;
    padding: 5px 5px;
    width: 760px
}


.tabs-container {
    float: left;
    margin: 20px 0 0 15px;
}

.add-service-tabs {
    float: left;
    margin: 0 0 0 20px;
}

.add-service-tabs li {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: none;
    float: left;
    margin: 0 3px;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
}

.add-service-tabs li a { float: left; padding: 5px 10px; }

.tabs-content {
    border: 1px solid #ccc;
    float: left;
    padding: 10px 0;
    width: 780px;
    -moz-border-radius: 4px;
}

.add-service-table {
    border: none;
    float: left;
    margin: 0 0 0 20px;
    width: 260px;
}

.add-service-table tr td {
    border: none;
    padding: 10px 0;
    text-align: center;
}

.add-service-table tr td span {
    color: #ff8c00;
    font-weight: bold;
}


.add-service-table-right {
    border: none;
    float: right;
    margin: 0 0 0 20px;
    width: 400px;
}

.add-service-table-right tr td {
    border: none;
    padding: 10px 0;
    text-align: left;    
}

.add-service-table-right tr td select {
    min-width: 180px;
}

.add-service-table-right tr td h2 {
    font-size: 12px;
}

.add-service-table-right tr td h2 span {
    color: #ff8c00;
}

.add-service-btn {
    background:url(images/add-service-btn.jpg) no-repeat;
    float: right;
    height: 39px;
    margin: 10px 0 0 0;
    width: 129px;
}
.contentpaneopen{margin-left:10px;}


/* ======================== css=======================================*/
#my-profile {
    background: url("images/my-profile.jpg") no-repeat;
    float: left;
    height: 591px;
    width: 767px;
}

#my-profile h1 {
    color: #6d940d;
    font-size: 14px;
    margin: 10px 20px;
    text-transform: uppercase;
}

.personal-info {
    border: 0;
    float: left;
    margin: 5px 20px;
}

.personal-info td {
    border: none;
    padding: 2px 10px;
    *padding: 1px 10px;
}

.left-cell {
    font-weight: bold;
    width: 200px;
}

.recharge-box {
    background: url("images/recharge-box.jpg") no-repeat;
    float: left;
    height: 220px;
    width: 202px;
}

.recharge-box p {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin: 80px 38px 0 38px;
}

.recharge-box p span {
    color: #72ab40;
    font-size: 16px;
}

.internet-diaup-box-big {
	height: 265px;
	background-image: url(images/internet-box-big.jpg);
	background-repeat: no-repeat;

}

.residential-plan {
    color: #ff7200;
    float: left;
    margin: 10px 0 0 20px;
    width: 250px
}

.residential-note {
    float: left;
    margin: 20px 0 0 0;
}

.residential-note p {
    color: #000;
    font-size: 11px;
    font-weight: normal;
}

.residential-note table {border: none;}

.residential-note table tr td {
    border: none;
    font-size: 11px;
    padding: 2px 10px;
}

.girl-2 {
    background: url("images/girl-2.jpg") no-repeat;
    float: right;
    height: 242px;
    margin-top: -110px;
    width: 331px;
}

.info span {
    color: #ff7200;
    font-weight: bold;
}

/* FLAG 09-03-10 */
.info p {
    color: #000;
    font-weight: normal;
}

.how-works p {
    color: #000;
    font-weight: normal;
}
/* END FLAG 09-03-10 */

.pagination {
    float: left;
    margin: 10px 0;
    width: 100%;
}

.pagination li {
    float: left;
}

.pagination li a {
    color: #1e8eb6;
    font-weight: bold;
    margin: 0 6px;
    text-transform: uppercase;
}


.rates-title {
    background: #ff7200;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    -moz-border-radius: 4px;
}

.rates-title p { font-weight: normal; }

.rates {
    border: 1px solid #ccc;
    float: left;
    padding: 2px;
    width: 775px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.rates-list {float: left; margin: 0 0 0 -3px;}

.rates-list li {
    float: left;
    width: 780px;
}

.left-rates {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    float: left;
    padding: 5px 0 5px 10px;
    width: 389px;
}

.right-rates {
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
    float: right;
    padding: 5px 3px 5px 10px;
    width: 367px;
	text-align: right;
}

.no-border-bottom { border-bottom: none !important; }
.rates-title-right {
    float: right;
    margin-top: -28px;
    text-align: right;
}

.advance-features {
    border: 1px solid #ccc;
    float: left;
    padding: 2px;
    width: 775px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.advance-features-title {
    background: #ff7200;
    color: #fff;
    font-weight: bold;
    padding: 0 5px;
    overflow: auto;
    -moz-border-radius: 4px;
}

.aft-item-1 {
    border-right: 1px solid #fff;
    float: left;
    text-align: center;
    padding: 5px 0;
    width: 155px;
}


.aft-item-2 {
    border-right: 1px solid #fff;
    float: left;
    padding: 5px 0;
    text-align: center;
    width: 452px;
}

.aft-item-3 { padding: 5px 0; text-align: center; }

.advance-features-list {
    float: left;
    margin-left: -3px;
    width: 780px;
}

.advance-features-list li {
    border-bottom: 1px solid #ccc;
    float:left;
    width: 780px;
}

.advance-features-list li div {
    float: left;
}

.advance-features-list li div span { font-weight: bold; color: #ff7200; }

.advance-features-item-1 {
    padding: 10px;
    font-weight: bold;
    width: 143px;
}

.advance-features-item-2 {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px 10px;
    width: 432px;
}

.advance-features-item-3 { padding: 10px 10px; text-align: left; width:140px; }

.stiker {
    background: url("images/stiker.png") no-repeat;
    float: left;
    height: 80px;
    margin: -10px 0 0 -62px;
    width: 80px;
}
#system-message{
font-size:18px; 
color:#fff; 
clear:both; 
background:url(images/message.png) no-repeat; 
width:900px; 
height:69px; 
padding:17px 20px 0px 80px;
}
.menutitle{color:#2291BC; font-size:18px; font-weight:normal; margin:10px 0 5px 0;}
.xmap{margin:0 0 0 70px; font-size:14px; width:250px;}
.level_0 li{color:#0066CC; font-size:14px; list-style:square;}
.level_0 a{color:#0066CC; font-size:14px;}
.componentheading{font-size:35px; color:#0066CC; margin:19px 0 0px 0;}

