﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Philosopher:700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);

body {
    margin:0px;
    padding:0px;
    font-family: 'Droid Sans','Open Sans', sans-serif;
    font-size:13.5px;
    line-height:20px;
}

#top {    
    background: #F7F7F7; /* Old browsers */    
    background-image:url('../images/top_BG.jfpg');
    background-repeat:repeat-x;
    
}

table,td {
    border-spacing:0px;
}


.model {
    background-color: #555555;
filter: alpha(opacity=50);
opacity: 0.7;

}

.pop_close
{
    cursor:pointer;
    text-shadow:1px 1px #fff;
}

.pointer{
    cursor:pointer;
}

.OS_light {
font-family: 'Open Sans', sans-serif;
font-weight:300;
}

.Merchant_table {
   /*border-top: 1px #d9dee1 solid;
border-left: 1px #d9dee1 solid;
border-bottom:1px #d9dee1 solid;
border-right:1px #d9dee1 solid;
margin-bottom: 58px;*/
  border-collapse: collapse;
border-spacing: 1px;
border-color: gray;

}
    .Merchant_table td {
        padding:10px;
        border:1px #d9dee1 solid;
        text-align:justify;
    }

    .Merchant_table .subhead {
        color:#0585bb;
    }
    .Merchant_table .content {
        background:#eef6fa;
    }

hr {
  border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
margin: 22px 0 22px 0;
}

.b_shadow {
    -webkit-box-shadow: 0 3px 5px -3px #000;
-moz-box-shadow: 0 3px 5px -3px #000;
box-shadow: 0 3px 5px -3px #000;
}

.bold{
font-weight:bold;
}

.h_20{
    height:20px;
}
.h_30{
    height:30px;
}
.h_40{
    height:40px;
}
.h_50{
    height:50px;
}
.h_60{
    height:60px;
}


.rounded_num{
    background: #00395C;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    font-size: 13px;
    color: #fff;
    float: left;
    border-radius: 23px;
    margin-top: 8px;
}
.rounded_num_big{
    background: #00395C;
width: 35px;
height: 35px;
text-align: center;
line-height: 35px;
font-size: 16px;
color: #fff;
float: left;
border-radius: 35px;
margin-top: 16px;
}
.rounded {
    border-radius:5px;
}

.darkBlue {
    color:#013b61;
}

.blue_grad{
background:url('../images/head_2.png');
background-repeat:no-repeat;
color:#fff;

}

.line_height_20{
    line-height:20;
}
.line_height_25{
    line-height:25;
}
.line_height_30{
    line-height:30;
}

.justify {
    text-align:justify;
    line-height:25px;
    padding-left:20px;
}

.Ass_button {
    background: -webkit-linear-gradient(top,#7ddc1f 0,#64c306 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#7ddc1f 0),color-stop(1,#64c306 100%));
    background: linear-gradient(top,#7ddc1f 0,#64c306 100%);
    background-color: #7ddc1f;
    border-color: #5dba00;
    font: 15px/22px "open sans",arial,sans-serif;
    font-weight: 400;
    letter-spacing: .5px;
    padding: 9px 33px;
}
    .Ass_button:hover {
        background-color: #64c306;
        background-image: none;
    }

.top_fixed {
    position:fixed;
    z-index:100;
    background:#fff;
    margin-top:-2px;
   
}
#Container {
    background:#fff;  
    
}
#footer {    
    background:#f2f2f2;
}
.footer {
    font-size:12.5px;
    color:#bbb;
}
#Subfooter {
     background:#222121;   
}
    #Subfooter a {
        color:#a8a7a7;
        font-size:14px;
    text-decoration:none;
    }
        #Subfooter a:hover {
            color:#fff;
        }

.footer a {
    color:#272727;
    text-decoration:none;
}
    .footer a:hover {
        color:#383838;
    }
/******************************************************************************************************************************************************/
h1,h2,h3,h4,h5 {
    font-weight:400;
}
h5 {
    font-size:12.5px;
}

p {
    font-size:12.5px;
    color:#1a1a1a;
    line-height:20px;
    text-align:justify;
}
.boxshadow {
     -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.clear {
    padding:0px;
    margin:0px;
}
.left {
    float:left;
}
.right {
    float:right;

}
/*Menu---------------------------------------------------------------------------------------------------------------*/
ul {
    margin:0px;
    padding:0px;
}
li {
    list-style:none;
}
.OiralHomeMenu ul {
    margin:0px;
    padding:0px;
}
.OiralHomeMenu li {
    width:110px;
    display:inline-block;    
    border-right:1px solid #ccc;
    margin-left:-4px;
}
    .OiralHomeMenu li:last-child {
        border-right:none;
    }
.OiralHomeMenu li a{
    color:#4b4b4b;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px;
    font-size:16px;
    text-transform:uppercase;
}
.OiralHomeMenu li a:hover
{
    color:#fff;
    background:#329be6;
    transition: all 0.8s ease;
}

/*****************************************************************************************************************/
.DivCenter {
    display:table;
    margin:0px auto;
}

/*****************************************************************************************************************/
.bottomblue {
    background:#013b61;
    color:#b0d138;
    padding:30px;   
}

.blue_green {
    background:#013b61;
    color:#fff;
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    letter-spacing:1px;
    font-weight:300;
    
}

.zoom{
      -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
.zoom:hover{
     -webkit-transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    /*position: relative;*/
    z-index: 9999;
}

.arrow_right {
 float:right;
border-style: solid;
border-width: 12px 0 12px 13px;
border-color: transparent transparent transparent #236cba;
}

.img_border{
    padding:5px;
    border:1px solid #ccc;
   -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
    .img_border:hover {
        -webkit-transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
    }

/*****************************************************************************************************************/
.f_10 {
    font-size:10px;
}
.f_12 {
    font-size:12px;
}
.f_14 {
    font-size:14px;
}
.f_16 {
    font-size:16px;
}
.f_18 {
    font-size:18px;
}
.f_20 {
    font-size:20px;
}
.f_25 {
    font-size:25px;
}
.f_30 {
    font-size:30px;
}
.f_40 {
    font-size:39.5px;
}
.f_50 {
    font-size:50px;
}
.f_60 {
    font-size:60px;
}
.f_70 {
    font-size:70px;
}

.W_200 {
    font-weight:200;
}
.W_300 {
    font-weight:300;
}
.W_400 {
    font-weight:400;
}
.W_500 {
    font-weight:500;
}
.W_600 {
    font-weight:600;
}

.P_10 {
    padding:10px;
}
.P_15 {
    padding:15px;
}
.P_20 {
    padding:20px;
}
.P_25 {
    padding:25px;
}

.P_up_down_10 {
    padding:10px 0px 10px 0px;
}
.P_up_down_20 {
    padding:20px 0px 20px 0px;
}
.P_up_down_30 {
    padding:30px 0px 30px 0px;
}

.M_Botm_10 {
    margin-bottom:10px;
}
.M_Botm_15 {
    margin-bottom:15px;
}
.M_Botm_20 {
    margin-bottom:20px;
}

.white {
    color:#ffffff;    
}
.lightGreen {
    color:#afd139;
}
.lightgray{
    color:#dedada;
}
.gray {
    color:#5a5959;    
}
.darkgray {
    color:rgb(27, 27, 27);    
}
.black {
    color:#000000;    
}
.red {
    color:#eb0606;    
}
.green {
    color:#08934b;    
}
.blue {
    color:#329be6;    
}

.col_1 {
    width:10%;
}
.col_2 {
    width:20%;
}
.col_3 {
    width:30%;
}
.col_4 {
    width:40%;
}
.col_5 {
    width:50%;
}
.col_6 {
    width:60%;
}
.col_7 {
    width:70%;
}
.col_8 {
    width:80%;
}
.col_9 {
    width:90%;
}
.col_10 {
    width:100%;
}
.col_20 {
    width:120%;
}
.col_30 {
    width:130%;
}


/*****************************************************************************************************************/
.center {
    text-align:center;
}
.Home_Slider {    
    max-width:1366px;
    padding:0px;
    margin:0px;  
}
/**********************************************Associate Registration*******************************************************************/
.AssRegRound {
    padding:10px 40px 25px 30px;
    background:#fff;
    border-radius:5px;
}
.gray_gradient {
    background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.assRegDiv div{
    margin:0px;   
}

.input_Other {
     width:100%;
    padding:10px;    
    border:1px solid #ccc;
    background:#fafafa;
    font-family: 'Open Sans', sans-serif;
}
    input[type="text"]:focus,input[type="password"]:focus{
outline: none;
box-shadow: 0px 0px 5px #61C5FA;
border:1px solid #5AB0DB;
 -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

input[type="text"]:hover,input[type="password"]:hover{
border: 1px solid #999;
border-radius: 5px;
 -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

input[type="text"]:focus:hover,input[type="password"]:focus:hover{
outline: none;
box-shadow: 0px 0px 5px #61C5FA;
border:1px solid #5AB0DB;
border-radius:0;
 -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;

} 

.watermark {
    width:100%;
     padding:10px;    
    border:1px solid #ccc;
    background:#fafafa;
    font-family: 'Open Sans', sans-serif;
    color: #666;
}
.btn {
    width:105%;
    padding-top:12px;
    padding-bottom:12px;
    display: block;
    border-radius: 4px;
    cursor: pointer;
    border: 0;
    background: #f6f6f5;
    font-size: 16px;
    color: #666;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-family: 'Open Sans', sans-serif;

}
.red {
    background: #066eb2;
    color:#fff;    
}

.errordiv {
    height:35px;
    color:#ff0000;
    padding-top:10px;
}
.removeunderline {
    text-decoration:none;
}

/*****************************************************************************************************************/
.Button_Gray {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.Button_Gray:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.Button_Gray:active {
	position:relative;
	top:1px;
}

.Blue_Button {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.Blue_Button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
.Blue_Button:active {
	position:relative;
	top:1px;
}

.Green_Button {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:10px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
}
.Green_Button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
	background-color:#77a809;
}
.Green_Button:active {
	position:relative;
	top:1px;
}


.Gray_Button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.Gray_Button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.Gray_Button:active {
	position:relative;
	top:1px;
}


.Red_Button {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.Red_Button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
}
.Red_Button:active {
	position:relative;
	top:1px;
}


.Pink_Button {
	-moz-box-shadow:inset 0px 1px 0px 0px #fbafe3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fbafe3;
	box-shadow:inset 0px 1px 0px 0px #fbafe3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d));
	background:-moz-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
	background:-webkit-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
	background:-o-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
	background:-ms-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
	background:linear-gradient(to bottom, #ff5bb0 5%, #ef027d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d',GradientType=0);
	background-color:#ff5bb0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ee1eb5;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #c70067;
}
.Pink_Button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff5bb0));
	background:-moz-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
	background:-webkit-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
	background:-o-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
	background:-ms-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
	background:linear-gradient(to bottom, #ef027d 5%, #ff5bb0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0',GradientType=0);
	background-color:#ef027d;
}
.Pink_Button:active {
	position:relative;
	top:1px;
}

.signin_bg {
   /*max-width:1351px;*/
   min-width:980px;
   max-width:100%;
    margin:-1px -1px -1px -2px;
    /*background-color:#0999d8;  
    background-image: url(../images/mobile_tech1.png), url(../images/mobile_tech.png);
	background-repeat: no-repeat;
	background-position: bottom left, bottom right;*/
	
   /* background-image:url(/images/big_bg.png);
    background-repeat: no-repeat;*/
    background-size: 100%;
    background-attachment:fixed;
    background-color:#E2E2E0;
    min-height:550px;
}
.textglow {
    -webkit-stroke-width: 5.3px;
    -webkit-stroke-color: #fff;
    -webkit-fill-color: #fff;
    
    text-shadow: 0 0 0.1em #fff;  
}

.box_shadow_inset{
    padding-left:5px;
}


.mar_top_10 {
    margin-top:-10px;
}
.mar_top_20 {
    margin-top:20px;
}


.main_middle_image {
    background-image: url('/images/bnnr_bg.gif');
}

.bottom_shadow {
(0,0,0,0.3);
box-shadow: 0 2px 10px 2px rgba(0,0,0,0.3);
border-bottom: 1px #fff solid;
}

.lets_started {
  
    padding;
}

.lets_started {
  
    padding: 15px 30px 15px 30px;
font-size: 25px;
background:#1ea3e4;
color:#fff;
text-decoration:none;
}

    .lets_started:hover {
        background: #179bdb;
    }

.main_head {
    font-size: 41px;
line-height: 35px;
text-shadow: 1px 1px #fff;
font-weight: normal;
color: #013b61;
}
.main_video {
   position:relative;

    padding:20px;
    background:#fff;
    height:250px;
    width:440px;
     -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
    .video:hover {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    }

.no_rounded {
    border-radius:0px;
}
.text_shadow {
    text-shadow: 1px 1px #fff;
}

.bggray {
    background:#afd139;
}
.bggray_light{
    background:#eee;
    padding:20px 0px 20px 0px;
}
.bggray_dark {
    background:#f2f2f2;
    padding:20px 0px 20px 0px;
}


/*********************************************/
.pure-button {
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pure-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.pure-button {
    font-family: inherit;
    font-size: 100%;
    *font-size: 90%;
    *overflow: visible;
    padding: .5em 1em;
    color: #444;
    color: rgba(0, 0, 0, .8);
    *color: #444;
    border: 1px solid #999;
    border: 0 rgba(0, 0, 0, 0);
    background-color: #E6E6E6;
    text-decoration: none;
    border-radius: 2px;
}
.pure-button-hover, .pure-button:hover, .pure-button:focus {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',  endColorstr='#1a000000',  GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .1)));
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .1));
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
}
.pure-button:focus {
    outline: 0;
}
.pure-button-active, .pure-button:active {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset;
}
.pure-button[disabled], .pure-button-disabled, .pure-button-disabled:hover, .pure-button-disabled:focus, .pure-button-disabled:active {
    border: 0;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    filter: alpha(opacity=40);
    -khtml-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
    cursor: not-allowed;
    box-shadow: none;
}
.pure-button-hidden {
    display: none;
}
.pure-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected {
    background-color: #0078e7;
    color: #fff;
}

 .button-xsmall {
            font-size: 70%;
        }

        .button-small {
            font-size: 85%;
        }

        .button-large {
            font-size: 110%;
        }

        .button-xlarge {
            font-size: 125%;
        }

        .button-success,
        .button-error,
        .button-warning,
        .button-secondary {
            color: white;
            font-weight:500;
            border-radius: 4px;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        }

        .button-success {
            /*background: rgb(28, 184, 65);  this is a green */
            background:#00B6CC;
        }

        .button-error {
            background: rgb(202, 60, 60); /* this is a maroon */
        }

        .button-warning {
            background: rgb(223, 117, 20); /* this is an orange */
        }

        .button-secondary {
            /*background: rgb(66, 184, 221);  this is a light blue */
            background:#00395C;
        }
        /*********************************************************************************************************************************************/
        #primary-navigation {
	float:left;
	padding-right:10px;
	clear:left;
}
#primary-navigation ul,
#primary-navigation span {
	float:left;
	font-size:100%;
	/* height:37px; */
}
#primary-navigation p {
	position:relative;
	/* height:38px; */
}
#primary-navigation p.nav-right {
	margin-left:35px;
}
#primary-navigation span {
	border-top:1px solid rgb(66, 184, 221);
}
#primary-navigation p.nav-right span {
	border-top:1px solid rgb(66, 184, 221);
}
#primary-navigation span.first {
	border-left:1px solid rgb(66, 184, 221);
	border-top-left-radius:3px;
	-moz-border-top-left-radius:3px;
	-webkit-border-top-left-radius:3px;
}
#primary-navigation span.last {
	border-right:1px solid rgb(66, 184, 221);
	border-top-right-radius:3px;
	-moz-border-top-right-radius:3px;
	-webkit-border-top-right-radius:3px;
}
#primary-navigation p.nav-right span.first {
	border-left:1px solid rgb(66, 184, 221);
}
#primary-navigation p.nav-right span.last {
	border-right:1px solid rgb(66, 184, 221);
}
body.business #primary-navigation span {
	border-top:1px solid rgb(66, 184, 221);
}
body.business #primary-navigation p.nav-right span {
	border-top:1px solid rgb(66, 184, 221);
}
body.business #primary-navigation span.first {
	border-left:1px solid rgb(66, 184, 221);
}
body.business #primary-navigation span.last {
	border-right:1px solid rgb(66, 184, 221);
}
body.business #primary-navigation p.nav-right span.first {
	border-left:1px solid rgb(66, 184, 221);
}
body.business #primary-navigation p.nav-right span.last {
	border-right:1px solid rgb(66, 184, 221);
}
#primary-navigation span a {
	background:rgb(66, 184, 221) url(/images/bg-primary-nav.jpg) repeat-x 0 100%;
    /*background:rgb(66, 184, 221);*/
	color:#fff;
	display:block;
	font-size:13.5px;
	font-weight:bold;
	line-height:37px;
	text-decoration:none;
	padding:0 14px;
    font-family: 'Droid Sans', sans-serif;
}
#primary-navigation .nav-right span a {
	background:#9b288e url(/contents/images/site/navigation/bg-primary-nav-right.png) repeat-x 0 100%;
}
body.business #primary-navigation span a {	
	background:#0073bc url(/contents/images/site/navigation/bg-primary-nav-business.png) repeat-x 0 100%;
}
body.business #primary-navigation .nav-right span a {
	background:#5b94cf url(/contents/images/site/navigation/bg-primary-nav-right-business.png) repeat-x 0 100%;
}

#primary-navigation span.selected {
	box-shadow:0 -3px 4px -3px #000;
	-moz-box-shadow:0 -3px 4px -3px #000;
	-webkit-box-shadow:0 -3px 6px -2px #000;
	position:relative;
	z-index:10;
}
#primary-navigation span a:hover {
	color:#afd139;
	box-shadow:0 3px 8px -4px #333 inset;
	-moz-box-shadow:0 3px 8px -4px #333 inset;
	-webkit-box-shadow:0 3px 10px -3px #333 inset;
}
body.business #primary-navigation span a:hover {
	background-image:none;
	color:#c9dbe3;
	box-shadow:0 -2px 8px -4px #333 inset;
	-moz-box-shadow:0 -2px 8px -4px #333 inset;
	-webkit-box-shadow:0 -2px 10px -3px #333 inset;
}
body.msie #primary-navigation span a:hover {
	box-shadow:0 2px 16px -4px #333 inset;
}
body.business.msie #primary-navigation span a:hover {
	box-shadow:0 -1px 16px -4px #333 inset;
}
#primary-navigation li.loggedout a span {
	padding-left:18px;
	background:url(/contents/images/site/offers_padlock.png) no-repeat 0 0;
}
#primary-navigation li.loggedout a:hover span {
	background-position:0 -20px;
}
#primary-navigation li.loggedout.selected a span {
	background-position:0 -40px;
}
body.business #primary-navigation li.loggedout a:hover span {
	background-position:0 -60px;
}
body.business #primary-navigation li.loggedout.selected a span {
	background-position:0 -80px;
}
#primary-navigation span.selected a,
#primary-navigation span.selected a:hover,
body.business #primary-navigation span.selected a:hover {
	background:#fff !important;
	color:#0769b0 !important;
	padding-top:4px;
	/* position:relative; */
	margin-top:-4px;
	box-shadow:0 -3px 4px -4px #bbb;
	-moz-box-shadow:0 -3px 4px -4px #bbb;
	-webkit-box-shadow:0 -3px 4px -4px #bbb;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	-moz-border-top-left-radius:3px;
	-moz-border-top-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
}
body.business #primary-navigation span.selected a,
body.business #primary-navigation span.selected a:hover {
	color:#20529b !important;
}
body.msie #primary-navigation span.selected a,
body.msie #primary-navigation span.selected a:hover {
	box-shadow:0 -3px 8px -4px #bbb;
}
#primary-navigation p.nav-right span a:hover {
	color:#F0C9FF;
}
body.business #primary-navigation p.nav-right span a:hover {
	color:#e1e8f4;
}
#primary-navigation span.selected.first a {
	padding-left:15px;
	margin-left:-1px;
}
#primary-navigation span.selected.last a {
	padding-right:15px;
	margin-right:-1px;
}
#primary-navigation ul.nav-right li.selected a,
#primary-navigation ul.nav-right li.selected a:hover {
	color:#b92c92 !important;
}
body.business #primary-navigation ul.nav-right li.selected a,
body.business #primary-navigation ul.nav-right li.selected a:hover {
	color:#5e75a3 !important;
}
#secondaryNav {
	float:none;
}

/**********************************************************************/
.module-right {
    background: transparent url(/images/bg-module-top-right.png) scroll no-repeat 0 0;
    float: right;
    min-height: 286px;
    padding: 44px 40px 0 40px;
    width: 180px;
}
#container 
{
    background:#fff;
}
    .container td {
        padding-left:20px;
        padding-right:20px;
    }

.offer_Div {
    width:300px;
    height:200px;
    float:left;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
  margin-right:20px;
}

.list {
    padding:10px 10px 10px 15px;
}

.list li {
    background:url('../images/done.png');
    background-repeat:no-repeat;
   
    background-position-y:5px;
    padding-left:30px;
    line-height:30px;

}

/**************************************************************User Popup**********************************************************************/

.no_border_space{
    border-spacing:0px;
}

.User_Popup
{
    width:100%;
}
.User_Popup .icon
{
    float:left;    
    width:35px;
    height:30px;
}
.icon i {
margin-top: 2px;
float: left;
padding-top: 10px;
padding-bottom: 10px;
border: 1px solid #d0d2d5;
background: #ccc;
min-width: 12px;
width: 35px;
text-align: center;
height:18px;
}

.txtDiv80{
    width:80%;
    float:left;
}
.txtDiv85{
    width:85%;
    float:left;
}
.txtDiv90{
    width:90%;
}
.txtDiv100{
    width:100%;
}
.input
{
    padding: 10px;
border: 1px solid #ccc;
background: #fafafa;
font-family: 'Open Sans', sans-serif;

}

.deals_logo_div{
    background:#f2f2f2;
    padding:8px;
    border:1px solid #ccc;
    width:122px;
    height:52px;
    float:left;
    margin-right:25px;
    margin-bottom:25px;
}
.deals_logo_div:hover 
{
   box-shadow: 0px 2px 2px 2px rgba(241, 240, 240, 0.1);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
-moz-transition: border linear .3s, box-shadow linear .3s;
-o-transition: border linear .3s, box-shadow linear .3s;
transition: border linear .3s, box-shadow linear .3s;
border: 1px #8f8f8f dashed;
}
.deals_logo_div img{
    height:50px;
    width:120px;
}

.deals_logo_div_desc{
background:#333;
position: absolute;
top: 0;
left: 0;
width: 112px;
height: 33px;
padding-top: 10px;
color: #69d2e7;
-ms-filter: "alpha(opacity=00)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}
.deals_logo_div_desc:hover{
    -ms-filter: "alpha(opacity=100)";
filter: alpha(opacity=100);
background:url('/images/Deals_bg.png');
background-repeat:repeat-x;
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;

 
}



.deals_coupon_div{
    border-width: 1px 1px 2px 1px;
border-color: #e6e6e6;
border-style: solid;
background-color: #FAFAFA;
padding: 10px;
margin-bottom: 20px;
float: left;
width: 205px;

margin: 10px 14px 14px 14px;
}
.deals_coupon_div:hover .special,.deals_coupon_div:focus{
    background:#e81a0d;
    color:#fff;
    border:1px solid #e81a0d;
}
    .deals_coupon_div:hover {
        box-shadow: 0px 2px 2px 2px rgba(241, 240, 240, 0.1);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
        -moz-transition: border linear .3s, box-shadow linear .3s;
        -o-transition: border linear .3s, box-shadow linear .3s;
        transition: border linear .3s, box-shadow linear .3s;
        border: 1px #8f8f8f dashed;
    }


    .deals_coupon_div .description {
        margin: 10px 0 2px;
        padding: 0 0 10px;
        font-size: 14px;
        line-height: 18px;
        height: 40px;
        overflow: hidden;
    }
    .deals_coupon_div .description-bill-amount {
        font-size: 12px;
        color: #919bac;
        margin-bottom: 5px;
        line-height: 12px;
    }
    .deals_coupon_div .save-text {
        font-size: 10px;
        line-height: 10px;
        color: #919bac;
        margin-left: 10px;
    }
    .deals_coupon_div .price
    {
        font-weight: bold;
        margin-bottom: 0;
        font-size: 24px;
        line-height: 20px;
        margin-top: -5px;
    }
     .deals_coupon_div .expiry{
       
        font-size: 11px;
        text-align: left;       
        
        left: 0;
        font-weight: bold;
        color: #34495e;
     }
     .deals_coupon_div .inf
     {
         position:relative;
         height:60px;
     }
     .deals_coupon_div .inf .left
     {
         float:left;
     }
     .deals_coupon_div .inf .right
     {
         float:right;
   
}

.image {
    background-color: #FFF;
     width: 200px; 
     height: 135px; 
    text-align: center;
    border: 1px solid #eaedef;
    text-decoration:none;
}

.special{
    display: block;
    margin: 0 auto -20px;
    position: relative;
    top: -17px;
    padding: 5px 10px 5px 10px;
    width: 155px;
    font-size: 14px;
    text-decoration:none;
    -webkit-transition: background-color 1s ease, border-color 1s ease, color 0.6s ease;
    -moz-transition: background-color 1s ease, border-color 1s ease, color 0.6s ease;
    -ms-transition: background-color 1s ease, border-color 1s ease, color 0.6s ease;
    -o-transition: background-color 1s ease, border-color 1s ease, color 0.6s ease;
    transition: background-color 1s ease, border-color 1s ease, color 0.6s ease;
}

.special span{
display: inline-block;
border-right: 1px solid #eaedef;
margin-right: 10px;
padding-right: 7px;
}
    .bn
    {
    
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        /*padding: 6px 12px;*/
        font-size: 14px;
        line-height: 1.428571429;

        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }
    .bn-secondary{
        color: #ffffff;
    text-shadow: none;
    background-color: #00395C;
    background-image: none;
    background-repeat: repeat;
    border-color: #00395C;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    text-transform: uppercase;
    position: relative;
    }

      

/***********************************************************ERROR*************************************************************************/
.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('/images/ok.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('error.png');
}


.Categorylist
{
    padding-left:15px;
    text-decoration:none;
    color:#00395C;
    font-size:14px;
    background-image:url('/images/List_bullet.png');
    background-repeat:no-repeat;
    margin-left:10px;
  
    line-height:14px;
 
}
.Categorylist:hover
{
    color:#e81a0d;
}
.Front_Promotion{
    text-decoration:none;
    color:#00395C;
}
    .Front_Promotion:hover {
         color:#e81a0d;
    }

.link {
    text-decoration:none;
    color:#00395C;
}
.link:hover {  
   color:#e81a0d;
}


/************************/
.Dealmenu {float: right;border-bottom: 1px solid #cccccc;margin-bottom: 10px; width: 100%;}
.Dealmenu ul li {display: inline;float: left; margin-right: 10px;}
.Dealmenu ul li.sel a { box-shadow: 0 -44px 23px -11px #FFFFFF inset;background-color: #E4e4e4;color: #346daa;margin-top: 7px; padding: 10px 12px;position: relative;text-decoration: none;top: 1px;width:auto;}
.Dealmenu ul li a {border-left: 1px solid #D8D8D8;border-right: 1px solid #D8D8D8;border-top: 1px solid #D8D8D8;border-top-left-radius: 4px;border-top-right-radius: 4px;color: #346daa;float: left;font-size: 14px;outline: medium none; padding: 0; text-align: center;text-decoration: none;width: auto;}
.Dealmenu ul li.dsel a {background-color: #EEEEEE;border-left: 1px solid #D8D8D8;border-right: 1px solid #D8D8D8;border-top: 1px solid #D8D8D8;box-shadow: 0 20px 18px 0 #FFFFFF inset;color: #346daa;margin-top: 8px;padding: 10px 12px 9px;text-decoration: none;width:auto;}
.Dealmenu ul li.dsel a:hover {border-left: 1px solid #D8D8D8;border-right: 1px solid #D8D8D8;border-top: 1px solid #D8D8D8;box-shadow: 0 30px 38px 0 #F6F6F6 inset;color: #346DAA;font-size: 14px;margin-top: 8px; padding: 10px 12px 9px;text-decoration: none;}


/***********************************************************************************************************/
.insight_header
{
    color:#066EB2;
    font-size:21.5px;    
}

.no_bg {
    background:none;
}
.profile-img {
	width: 96px;
	height: 96px;
	margin: 0 auto 10px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

