@charset "utf-8";
/* CSS Document */

*, html {
    margin:0px;
    padding:0px;
}
body {
    margin:0px;
    padding:0px;
    font:12px Arial, Helvetica, sans-serif;
    color:#333;
    background:#aaaaaa;

}
@font-face {
    font-family: 'Conv_Gotham-Light';
    src: url('Gotham-Light.eot');
    src: local('☺'), url('Gotham-Light.woff') format('woff'), url('Gotham-Light.ttf') format('truetype'), url('Gotham-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_boldregular';
    src: url('gotham-bold.eot');
    src: url('gotham-bold.eot?#iefix') format('embedded-opentype'), url('gotham-bold.woff') format('woff'), url('gotham-bold.ttf') format('truetype'), url('gotham-bold.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_thinregular';
    src: url('gotham-thin.eot');
    src: url('gotham-thin.eot?#iefix') format('embedded-opentype'), url('gotham-thin.woff') format('woff'), url('gotham-thin.ttf') format('truetype'), url('gotham-thin.svg#gotham_thinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamMediumRegular';
    src: url('gotham-medium.eot');
    src: url('gotham-medium.eot') format('embedded-opentype'),
        url('gotham-medium.woff') format('woff'),
        url('gotham-medium.ttf') format('truetype'),
        url('gotham-medium.svg#GothamMediumRegular') format('svg');
}


@font-face {
    font-family: 'sd_georgia_lightregular';
    src: url('sd_georgia_light_0-webfont.eot');
    src: url('sd_georgia_light_0-webfont.eot?#iefix') format('embedded-opentype'),
        url('sd_georgia_light_0-webfont.woff') format('woff'),
        url('sd_georgia_light_0-webfont.ttf') format('truetype'),
        url('sd_georgia_light_0-webfont.svg#sd_georgia_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


h1, h2, h3, h4, h5, h6 {
    margin:0px;
    padding:0px;
}
p {
    margin:0px;
}
ul, li {
    list-style:none;
}
a {
    text-decoration:none;
}

img {
    border:none;
    outline:none;
}
textarea{
    overflow: auto;
}
.Clear {
    clear:both
}
/*-----------------------------------------------Home Page CSS---------------------------------------------------------------------*/

#main_container {
    width:1020px;
    margin:0 auto;
    background:#FFF;
}
#header {
    width:1020px;
    height:38px;
    float:left;
    background:#FFF;
}
.nav_bar {
    width:500px;
    height:38px;
    float:left;
    padding-left:281px;
    *width:auto;
}
.nav_bar ul li {
    list-style:none;
    float:left;
    margin-right:85px;
    padding-top:10px;
}
.nav_bar ul li.last {
    margin-right:0px;
}
.nav_bar ul li a {
    font:11px 'GothamMediumRegular';
    color:#666666;
    text-decoration:none;
    padding:4px;
    transition:all 0.5s ease-in-out 0s;
}
.nav_bar ul li a:hover, .nav_bar ul li a.selected {
    border-bottom:1px solid #53e6e8;
    color:#000;
}
.search_box {
    background:url(../../images/pa/search_box.png) no-repeat left top;
    width:148px;
    height:24px;
    float:right;
    border: none;
    padding:0px 22px 0px 10px;
    margin-top:10px;
    margin-right:40px;
}
.logo {
    float:left;
    margin:42px 0px 0px 0px;
}
.left_txt {
    width:579px;
    float:left;
}
.left_txt h1 {
    background: url(../../images/pa/text_strip.png) repeat-x left top;
    height:66px;
    line-height:66px;
    font:62.08px 'gotham_thinregular';
    margin-bottom:12px;
    width:579px;
    float:left;
}
.left_txt h1 a {
    color:#FFF;
    text-decoration:none;
    display:block;
    transition:all 0.5s ease-in-out 0s;
}
.left_txt h1 a:hover{
    /*background: url(../../images/pa/text_strip_h.png) repeat-x left top;
    color:#52e5e5;
    padding-left:30px;*/
}
.left_txt h1 a.selected {
    background: url(../../images/pa/text_strip_h.png) repeat-x left top;
    color:#52e5e5;
}
.bottom_right {
    width:361px;
    float:right;
}
.nxt_icon {
    background:url(../../images/pa/nxt_icon.png) no-repeat left top;
    width:23px;
    height:43px;
    float:right;
    transition:all 0.5s ease-in-out 0s;
}
.nxt_icon:hover {
    background-position:0px -44px;
}
.nxt_btn {
    float: right;
    margin-top:217px;
}
.footer {
    width:100%;
    height:96px;
    float:left;
}
.copyright {
    font:10px Helvetica CE;
    color:#666666;
    line-height:96px;
    width:539px;
    float:left;
}
.footer_right {
    width:355px;
    height:96px;
    float:right;
}
.footer_nav {
    width:98px;
    height:26px;
    float:right;
    margin-top:37px;
}
.footer_nav ul li {
    list-style:none;
    float:left;
    margin-right:9px;
}
.footer_nav ul li.last {
    margin-right:0px;
}
.footer_nav ul li a.fb {
    background:url(../../images/pa/fb.png) no-repeat left top;
    width:26px;
    height:26px;
    float:left;
    transition:all 0.5s ease-in-out 0s;
}
.footer_nav ul li a.fb:hover {
    background-position:0px -27px;
}
.footer_nav ul li a.twt {
    background: url(../../images/pa/twt.png) no-repeat left top;
    width:26px;
    height:26px;
    float:left;
    transition:all 0.5s ease-in-out 0s;
}
.footer_nav ul li a.twt:hover {
    background-position:0px -27px;
}
.footer_nav ul li a.g_plus {
    background: url(../../images/pa/g_plus.png) no-repeat left top;
    width:26px;
    height:26px;
    float:left;
    transition:all 0.5s ease-in-out 0s;
}
.footer_nav ul li a.g_plus:hover {
    background-position:0px -27px;
}
/*--------------------------------------------------------Home End------------------------------------------------------------------*/




/*-----------------------------------------------Content Template----------------------------------------------------*/

.temp_container {
    width:960px;
    float:left;
    background:#eeeeee;
    padding:0px 30px;
}

.temp_container_2 {
    width:940px;
    float:left;
    background:#eeeeee;
    padding:0px 40px;
}


.quote {
    width:700px;
    float: right;
    padding-left:90px;
    margin-top:40px;
}
.quote p {
    font: italic 24.24px 'sd_georgia_lightregular';
    color:#666666;
    width:286px;
    line-height:120%;
    padding-bottom:40px;
}
.top_links {
    width:100%;
    border-top:1px solid #dedede;
    padding-top:10px;
    float:left;
    padding-bottom:35px;
}
.top_links ul li {
    list-style:none;
    float:left;
    margin-right:7px;
    font:10px Arial, Helvetica, sans-serif;
    color:#666666;
}
.top_links ul li a {
    font:12px arial;
    color:#666666;
    text-decoration:none;
    transition:all 0.5s ease-in-out 0s;
}
.top_links ul li a:hover, .top_links ul li a.selected {
    font-weight:bold;
}
.middle {
    width:940px;
    float:left;
    min-height: 350px;
}
.side_bar {
    width:220px;
    float:left;
}
.content_block {
    width:220px;
    float:left;
    background:#FFF;
    margin-bottom:20px;
}
.block_txt {
    width:200px;
    float:left;
    padding:10px;
}
.block_txt h2 {
    font:15px 'GothamMediumRegular';
    color:#333333;
    padding: 10px 0px 14px 0px;
    text-align:center;
    border-bottom:1px solid #dedede;
}
.block_txt p {
    font:12px 'sd_georgia_lightregular';
    color:#666666;
    padding: 18px 0px;
    border-bottom:1px solid #dedede;
    line-height:141%;
}
.block_txt h3 {
    padding: 12px 0px 4px 0px;
    text-align:center;
}
.block_txt h3 a {
    text-decoration:none;
    color:#28e0e2;
    font:12px 'sd_georgia_lightregular';
    transition:all 0.5s ease-in-out 0s;
}
.block_txt h3 a:hover {
    color:#000;
}
.block_txt ul {
    list-style:none;
    padding-top:20px;
    padding-bottom:10px;
    border-bottom:1px solid #dedede;
}
.block_txt ul li {
    list-style:none;
    padding-bottom:13px;
}
.block_txt ul li h4 {
    font:12px 'Conv_Gotham-Light';
    color:#333333;
    padding-bottom:5px;
}
.block_txt ul li h4 a {
    font:12px 'GothamMediumRegular';
    color:#222;
    text-decoration:none;
    transition:all 0.5s ease-in-out 0s;
}
.block_txt ul li h4 a:hover {
    padding-left:10px;
}
.block_txt ul li p {
    font:12px 'sd_georgia_lightregular';
    color:#666666;
    line-height:141%;
    border:none;
    padding:0px;
}
.right_main {
    width:700px;
    float:right;
}
.right_container {
    width:604px;
    float:right;
    background:#FFF;
    padding:0px 48px;
}
.banner {
    float:left;
    margin-top:59px;
}
.hw_it_wrks {
    width:534px;
    float:left;
    padding:45px 35px;
}
.hw_it_wrks h2 {
    font:40px 'GothamMediumRegular';
    color:#222;
    line-height:48px;
    font-weight:normal;
    padding-bottom:6px;
}
.sub_block {
    width:534px;
    float:left;
    margin-top:40px;
}
.sub_block h3 {
    font:15px 'gotham_boldregular';
    color:#222;
    padding-bottom:14px;
}
.sub_block p {

    color:#333333;
    padding-bottom:14px;
    font:12px 'sd_georgia_lightregular';
    color:#666666;
    line-height:141%;
    padding-bottom:20px;
}

.caption {
    font: italic 12px 'sd_georgia_lightregular'!important;

}
.video {
    float:left;
    margin-top:20px;
    margin-bottom:12px;
}
.right_bottom {
    width:700px;
    float:left;
}
.bottom_link {
    background:#FFF;
    padding:0px 10px;
    width:680px;
    clear:both;
}
.bottom_link h3 {
    text-align:center;
    border-top:1px solid #dedede;
    padding:12px 0px;
}
.bottom_link h3 a {
    text-decoration:none;
    color:#28e0e2;
    font:12px 'sd_georgia_lightregular';
    transition:all 0.5s ease-in-out 0s;
}
.bottom_link h3 a:hover {
    color:#000;
}
.bottom_block {
    width:700px;
    float:left;
    margin-top:20px;
}
.bottom_block ul li {
    list-style:none;
    float:left;
    margin-right:20px;
}
.bottom_block ul li.last {
    margin-right:0px;
}
.temp_footer {
    width:960px;
    float:left;
    padding:40px 0px;
}
.temp_copy {
    font:10px Helvetica CE;
    color:#666666;
    width:45%;
    float:left;
    line-height:26px;
    margin-left: 5%;
}
.temp_footer_social {
    width:30%;
    float:left;
}
.temp_footer_social ul li {
    list-style:none;
    float:left;
    margin-left:-5px;
}
.temp_footer_social ul li a.fb {
    background:url(../../images/pa/fb.png) no-repeat 0px -27px;
    width:26px;
    height:26px;
    float:left;
    transition:all 0.5s ease-in-out 0s;
}
.temp_footer_social ul li a.fb:hover {
    background-position:0px 0px;
}
.temp_footer_social ul li a.twt {
    background: url(../../images/pa/twt.png) no-repeat 0px -27px;
    width:26px;
    height:26px;
    float:left;
    transition:all 0.5s ease-in-out 0s;
}
.temp_footer_social ul li a.twt:hover {
    background-position:0px 0px;
}
.temp_footer_social ul li a.g_plus {
    background: url(../../images/pa/g_plus.png) no-repeat 0px -27px;
    width:26px;
    height:26px;
    float:left;
    transition:all 0.5s ease-in-out 0s;
}
.temp_footer_social ul li a.g_plus:hover {
    background-position:0px 0px;
}
.temp_footer_nav {
    width:20%;
    float:right;
}
.temp_footer_nav ul li {
    list-style:none;
    padding:0px 9px;
    background:url(../../images/pa/divider.png) no-repeat right 10px;
    float:left;
}
.temp_footer_nav ul li.last {
    background:none;
    padding-right:0px;
}
.temp_footer_nav ul li a {
    font:10px Helvetica CE;
    color:#666666;
    float:left;
    line-height:26px;
    transition:all 0.5s ease-in-out 0s;
}
.temp_footer_nav ul li a:hover, .temp_footer_nav ul li a.selected {
    color:#000;
}
.float_left img {
    transition:all 0.5s ease-in-out 0s;
}
.float_left img:hover {
    /*opacity:0.5;*/
}
/*-----------------------------------------------Content Template Css End----------------------------------------------------*/



/*-----------------------------------------------Faq Page Css----------------------------------------------------*/

.faq_block {
    margin-bottom:40px;
}
.faq_block h2 {
    font:15px 'GothamMediumRegular';
    color:#333333;
    padding-bottom:14px;
    border-bottom:1px solid #dedede;
    margin-bottom:21px;
}
.faq_block p {
    font: bold 12px Georgia, "Times New Roman", Times, serif;
    color:#444;
    padding-bottom:27px;
    background:url(../../images/pa/faq_list_bg.png) no-repeat left 2px;
    padding-left:19px;
    line-height:141%;
}
.que {
    cursor: pointer;
    font:bold 12px 'Conv_Gotham-Light'!important;
}

.accordion {
    background: url(../../images/pa/bleu_dwn_arrw.png) no-repeat left 7px!important;
}
.sub_para {
    background:none!important;
    font:12px 'Conv_Gotham-Light'!important;
    color:#666!important;
    line-height:141%;
    padding-bottom:21px;
    font-weight:normal!important;
}
/*-----------------------------------------------Faq Page Css End----------------------------------------------------*/





/*------------------------------------------------------------------------Login----------------------------------------------------------------------*/
.login {
    width:940px;
    float:left;
    padding:18px 28px;
    background:#FFF;
    display: none;
}
.login_left {
    width:418px;
    border-right:1px solid #f2f2f2;
    min-height:133px;
    padding-right:58px;
    float:left;
}
.login_left h2 {
    font:11px 'GothamMediumRegular';
    color:#45e6e9;
    padding-bottom:16px;
}
.login_left p {
    font:11px 'sd_georgia_lightregular';
    color:#666;
    padding-bottom:27px;
    line-height:141%;
}
.login_left p a {
    text-decoration:none;
    color:#45e6e9;
    transition:all 0.5s ease-in-out 0s;
}
.login_left p a:hover {
    color:#000;
}
.login_right {
    width:455px;
    min-height:133px;
    float:right;
}
.login_right h2 {
    font:11px 'GothamMediumRegular';
    color:#45e6e9;
    padding-bottom:16px;
}
.login_input {
    width:150px;
    height:24px;
    float:left;
    border:1px solid #bbbbbb;
    padding:0px 10px;
    margin-right:10px;
    font:12px 'sd_georgia_lightregular';
    color:#666;
    line-height:26px;
    margin-bottom:8px;
}
.last {
    margin-right:0px!important;
}
.go_arrow {
    background:url(../../images/pa/gry_arrow.png) no-repeat left top;
    width:9px;
    height:14px;
    float: left;
    margin-right:10px;
    margin-top:6px;
    margin-left: -30px;
}
.remember_me {
    width:220px;
    float: right;
    margin-top:18px;
}
.check_lable {
    padding-left:6px;
    font:11px 'sd_georgia_lightregular';
    color:#666;
    width:100px;
    float:left;
}
.help {
    font:11px 'sd_georgia_lightregular';
    color:#45e6e9;
    transition:all 0.5s ease-in-out 0s;
}
.help:hover {
    color:#000;
}
.menu_block {
    width:225px;
    border-right:1px solid #f2f2f2;
    float:left;
    margin-right:12px;
    min-height:130px;
}
.menu_block ul li {
    list-style:none;
    padding-bottom:15px;
    text-transform:uppercase;
}
.menu_block ul li a {
    text-decoration:none;
    font:11px 'Conv_Gotham-Light';
    color:#666666;
    transition:all 0.5s ease-in-out 0s;
}
.menu_block ul li a:hover {
    color:#000;
    padding-left:5px;
}
.margin_bottom {
    margin-bottom:0px!important;
}
.faq_mrgin_top {
    margin-top:45px;
}
/*--------------------------------------------------------------Login End--------------------------------------------------------------------*/




/*--------------------------------------------------------------Press Quote Css--------------------------------------------------------------------*/
.press_quote {
    width:534px;
    float:left;
}
.quote_content {
    width:100%;
    float:left;
}
.quote_content ul li {
    list-style:none;
    padding:40px 0px;
    border-top:1px solid #dedede;
    clear: both;
    min-height: 80px;
}
.quote_left {
    width:17%;
    float:left;
    background:url(../../images/pa/quote_icon.png) no-repeat 95px top;
    padding-top:45px;
}
.quote_right {
    width:80%;
    padding-left:23px;
    float:left;
}
.quote_right p {
    font:italic 15px 'sd_georgia_lightregular';
    color:#333333;
    line-height:120%
}
.quote_right h3 {
    font:11px 'GothamMediumRegular';
    color:#222;
    padding-top:17px;
    text-transform:uppercase;
    padding-bottom:6px;
    padding-top:17px;
}
.quote_right p span {
    font:12px 'sd_georgia_lightregular';
    color:#666;
}
/*-----------------------------------------------17/06/2013---------------------------------------------------------------------*/

.middle_landing {
    width:940px;
    float:left;
    position:relative;
    min-height:1470px;
}
.content_block_landing {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin-bottom: 20px;
    position: absolute;
    width: 220px;
    position: absolute;

}
.temp_footer_social ul li a.txt {
    font:14px Arial, Helvetica, sans-serif;
    color:#FFF;
    text-align:center;
    line-height:26px;
    background:url(../../images/pa/list_bg.png) no-repeat 0px -27px;
    float:left;
    transition: all 0.5s ease-in-out 0s;
    width:26px;
    height:26px;
}
.temp_footer_social ul li a.txt:hover {
    background-position:0px 0px;
}
.absolute_div {
    position:absolute;
    left:15px;
    top:15px;
    z-index:100;
}
.absolute_div2 {
    position:absolute;
    left:15px;
    top:235px;
    z-index:100;
}
.absolute_div3 {
    position:absolute;
    left:15px;
    top:493px;
    z-index:100;
}
.nav_barMid {
    width:707px;
    height:38px;
    margin:0 auto;
    float: none;
    padding: 0;
}
.nav_barMid ul li {
    list-style:none;
    float:left;
    margin-right:50px;
    padding-top:10px;
}
.nav_barMid ul li.last {
    margin-right:0px;
}
.nav_barMid ul li a {
    font:11px 'GothamMediumRegular';
    color:#666666;
    text-decoration:none;
    padding:4px;
    transition:all 0.5s ease-in-out 0s;
}
.nav_barMid ul li a:hover, .nav_barMid ul li a.selected {
    border-bottom:1px solid #53e6e8;
    color:#000;
}
.search_tool {
    width:960px;
    float:left;
}
.search_tab {
    color: #666666;
    font: 11px 'Conv_Gotham-Light';
    padding: 4px;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
    background:#FFF;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    text-align:center;
    line-height:30px;
    padding:0px 30px;
    float:right;
    margin-left:10px;
}
.search_tab:hover, .search_tab.selected {
    color: #FFF;
    background:#00e6ec;
}
.search_container {
    width:942px;
    float:left;
    background:#FFF;
    padding:27px 9px 14px;
    margin-bottom:20px;
}
/*------------------------------------------------------18/06/2013--------------------------------------------------------------*/
.search_top {
    width:820px;
    float:left;
    padding:0px 56px;
}
.catg {
    width:220px;
    float:left;
    margin-right:20px;
}
.lable_input {
    font:11px Arial, Helvetica, sans-serif;
    color:#666666;
    font-weight:bold;
    width:100px;
    padding-bottom:5px;
    float:left;
}
.select_input {
    width:220px;
    background: #bbbbbb;
    border:1px solid #838383;
    height:26px;
    line-height:25px;
    font:11px Arial, Helvetica, sans-serif;
    color:#FFF;
    padding:5px;
    float:left;
    margin-bottom:5px;
}
.img_ref {
    width:100px;
    float:left;
    margin-right:20px;
}
.field_input {
    width:88px;
    height:24px;
    border:1px solid #bbbbbb;
    padding:0px 5px;
    line-height:26px;
    margin-bottom:5px;
    float:left;
}
.img_ref_width {
    width:100px;
}
.input_field_width {
    width:160px;
}
.find_btn {
    background: url("../images/white_arrow.png") no-repeat scroll 90% 5px #0AE6EB;
    border: medium none;
    color: #FFFFFF;
    float: left;
    font: 11px/26px Arial,Helvetica,sans-serif;
    height: 26px;
    margin-top: 19px;
    padding: 0 42px 0 11px;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
}
.find_btn:hover {
    background: url(../images/white_arrow.png) no-repeat 95% 5px #000;
}
.search_bottom {
    width:942px;
    border-top:1px solid #dedede;
    padding-top:12px;
    float:left;
    margin-top:16px;
}
.check_input {
    float:left;
    margin-right:8px;
    margin-top:0px;
}
.sort {
    width:150px;
    float:right;
    text-align:right;
}
.sort_icon {
    background:url(../images/sort_icon.png) no-repeat left top;
    width:8px;
    height:9px;
    float:left;
    transition: all 0.5s ease-in-out 0s;
    margin-left:10px;
    margin-top:5px;
}
.sort_icon:hover {
    background-position:0px -10px;
}
.deleted_item_box {
    width:940px;
    padding:39px 10px 23px;
    float:left;
    background:#FFF;
}
.deleted_item_box ul li {
    width:940px;
    float:left;
    border-bottom:1px solid #dedede;
    padding:30px 0px;
    list-style:none;
    position:relative;
}
.delete_item_blocks {
    width:235px;
    float:left;
}
.block_left {
    width:110px;
    float:left;
}
.lable_input_2 {
    font:11px Arial, Helvetica, sans-serif;
    color:#000;
    width:89px;
    padding-bottom:5px;
    float:left;
    *width:81px;
    *padding-top:6px;
    font-weight: bold;
}
.block_right {
    width:125px;
    float:left;
}
.restore {
    background:url(../images/restore_icon.png) no-repeat left top;
    font:11px Arial, Helvetica, sans-serif;
    color:#666666;
    font-weight:bold;
    width:130px;
    float:left;
    padding-left:22px;
    line-height:15px;
    margin-bottom:14px;
    transition: all 0.5s ease-in-out 0s;
}
.restore:hover {
    background-position:0px -16px;
    color:#000;
}
.dwnload {
    background: url(../images/dwnload_icon.png) no-repeat left top;
    font:11px Arial, Helvetica, sans-serif;
    color:#666666;
    font-weight:bold;
    width:130px;
    float:left;
    padding-left:22px;
    line-height:15px;
    margin-bottom:14px;
    transition: all 0.5s ease-in-out 0s;
}
.dwnload:hover {
    background-position:0px -16px;
    color:#000;
}
.delete_icon {
    background: url(../images/delete_icon.png) no-repeat left top;
    font:11px Arial, Helvetica, sans-serif;
    color:#666666;
    font-weight:bold;
    width:130px;
    float:left;
    padding-left:22px;
    line-height:15px;
    margin-bottom:18px;
    transition: all 0.5s ease-in-out 0s;
}
.delete_icon:hover {
    background-position:0px -15px;
    color:#000;
}
.block_last_widht {
    width:221px;
}
.pagination {
    width:152px;
    float:right;
    margin-top:15px;
}
.pagination ul li {
    list-style:none;
    float:left;
    margin-right:9px;
    width:auto!important;
    border:none!important;
    padding:0px!important;
}
.pagination ul li.last {
    margin-right:0px;
}
.pagination ul li span {
    font:11px Arial, Helvetica, sans-serif;
    color:#666666;
    font-weight:bold;
    line-height:26px;
}
.pagination ul li a {
    text-decoration:none;
    font:11px Arial, Helvetica, sans-serif;
    color:#666666;
    transition: all 0.5s ease-in-out 0s;
}
.pagination ul li a.blu_pev_icon {
    background:url(../../images/pa/blu_prev_icon.png) no-repeat left top;
    width:16px;
    height:16px;
    float:left;
    margin-top:5px;
}
.pagination ul li a.blu_pev_icon:hover {
    background-position:0px -17px;
}
.pagination ul li a.blu_nxt_icon {
    background: url(../../images/pa/blu_nxt_icon.png) no-repeat left top;
    width:16px;
    height:16px;
    float:left;
    margin-top:5px;
}
.pagination ul li a.blu_nxt_icon:hover {
    background-position:0px -17px;
}
.pagination_input {
    width:21px;
    height:24px;
    border:1px solid #bbbbbb;
    padding:0px 3px;
    line-height:26px;
    margin:0px 6px;
    font:11px Arial, Helvetica, sans-serif;
    color:#666666;
    line-height:26px;
}
.watermark {
    background:url(../../images/pa/watermark_icon.png) no-repeat left top;
    width:100px;
    height:100px;
    position:absolute;
}
.watermark2 {
    background:url(../../images/pa/watermark_icon.png) no-repeat left top;
    width:100px;
    height:100px;
    position:absolute;
    left:235px;
}
.watermark3 {
    background:url(../../images/pa/watermark_icon.png) no-repeat left top;
    width:100px;
    height:100px;
    position:absolute;
    left:470px;
}
.watermark4 {
    background:url(../../images/pa/watermark_icon.png) no-repeat left top;
    width:100px;
    height:100px;
    position:absolute;
    left:705px;
}
.country_mgmt {
    width:960px;
    background:#FFF;
    float:left;
}
.country_yop_bar {
    padding:14px 10px;
    width:940px;
    float:left;
    background-color: #fff;
}
.cancel_btn {
    background: url("../images/white_up_arrow.png") no-repeat scroll 90% 8px #bbbbbb;
    color: #FFFFFF;
    float: left;
    font: 11px/26px Arial, Helvetica, sans-serif;
    padding: 0 58px 0 11px;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
    text-transform:uppercase;
}
.cancel_btn:hover {
    background: url("../images/white_up_arrow.png") no-repeat scroll 95% 8px #000;
}
.save_btn {
    background: url("../images/white_arrow.png") no-repeat scroll 90% 6px #0AE6EB;
    border: medium none;
    color: #FFFFFF;
    float: right;
    font: 11px/26px Arial,Helvetica,sans-serif;
    height: 26px;
    padding: 0 25px 0 11px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
}
.save_btn.red{
    background: url("../images/white_arrow.png") no-repeat scroll 90% 6px red; 
}
.save_btn.fn{
    float: none;
}
.save_btn:hover {
    background: url("../images/white_arrow.png") no-repeat scroll 95% 6px #000;
}
.grey_strip {
    width:940px;
    height:43px;
    line-height:43px;
    background:#888888;
    padding:0px 10px;
}
.top_h1 {
    width:120px;
    font: 11px 'Conv_Gotham-Light';
    color:#FFF;
    float:left;
    line-height:43px;
}
.top_h2 {
    width:241px;
    font: 11px 'Conv_Gotham-Light';
    color:#FFF;
    float:left;
    line-height:43px;
}
.top_h4 {
    width:140px;
    font: 11px 'Conv_Gotham-Light';
    color:#FFF;
    float:left;
    line-height:43px;
}
.top_h5 {
    width:198px;
    font: 11px 'Conv_Gotham-Light';
    color:#FFF;
    float:left;
    line-height:43px;
}
.country_mgmt_mid {
    width:940px;
    padding:0px 10px;
    float:left;
}
.country_mgmt_mid ul li {
    list-style:none;
    float:left;
    border-bottom:1px solid #dedede;
    padding:30px 0px;
    width:942px;
}
.img_field {
    width:120px;
    float:left;
}
.approved_btn {
    background:#6dd900;
    font:11px Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    text-align:center;
    padding:0px 10px;
    line-height:16px;
    color:#FFF;
    margin-top:5px;
    float:left;
    text-decoration:none;
    transition: all 0.5s ease-in-out 0s;
}
.approved_btn:hover {
    background:#000;
}
.pending_btn {
    background:#FECA26;
    font:11px Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    text-align:center;
    padding:0px 10px;
    line-height:16px;
    color:#FFF;
    margin-top:5px;
    float:left;
    text-decoration:none;
    transition: all 0.5s ease-in-out 0s;
}
.pending_btn:hover {
    background:#000;
}
.mid_fields {
    width:604px;
    float:left;
}
.visibility {
    width:604px;
    border-bottom:1px solid #dedede;
    padding:20px 0px;
    float:left;
}
.visibilityLast {
    border-bottom: none;
    padding-bottom:0px;
}
.title {
    width:459px;
    float:left;
    font:11px Arial, Helvetica, sans-serif;
    color:#666666;
    font-weight:bold;
}
.title span {
    color:#000;
}
.visibleFirst {
    padding-top:0px;
}
.input_fields {
    width:604px;
    float:left;
    padding-top:20px;
}
.select_inputCountry {
    width:190px;
    background: url(../../images/pa/dwn_arrow.png) no-repeat right top #bbbbbb;
    border:none;
    height:26px;
    line-height:25px;
    font:11px Arial, Helvetica, sans-serif;
    color:#FFF;
    padding:5px;
    float:left;
    margin-top:5px;
}
.area_input {
    width:198px;
    height:72px;
    border: 1px solid #BBBBBB;
    float: left;
    margin-bottom:5px;
    padding:5px;
    resize:none;
}
.ImageMapping .area_input {
    width:160px;
    height:72px;
    border: 1px solid #BBBBBB;
    float: left;
    margin-bottom:5px;
    padding:5px;
    resize:none;
}
.field_input_2 {
    border: 1px solid #BBBBBB;
    float: left;
    height: 24px;
    line-height: 26px;
    margin-bottom:10px;
    padding: 0 5px;
    width: 92px;
}
.upload_deatils {
    width:188px;
    float:left;
    margin-left:20px;
}
.upload_fileds {
    width:188px;
    float:left;
    padding-bottom:10px;
}
.upload_fileds p {
    color: #666666;
    float: left;
    font: 11px Arial, Helvetica, sans-serif;
    padding-bottom:5px;
    clear:both;
}
.upload_fileds p span {
    color: #000;
    padding-bottom:5px;
    clear:both;
    font-weight:bold;
}
.upload_fileds p span a {
    color: #0ae6eb;
    text-decoration:none;
    transition: all 0.5s ease-in-out 0s;
    clear:both;
}
.upload_fileds p span a:hover {
    color:#000;
}
.page_mrgin {
    margin-top:0px;
    margin-left:67px;
}
.topBarPadding {
    padding:20px 0px;
}
/*------------------------------------------------------19/06/2013--------------------------------------------------------------*/
.viewOrderWidth {
    width:65px;
}
.WidthAuto {
    width:auto;
}
.PaddinTop {
    padding-top:5px;
}
.UploadWidthSmall {
    width:85px;
    float: left;
}
.UploadWidthLarge {
    width:95px;
    margin-right:20px;
    float: right;
}
.LableWidth {
    width:200px;
    padding-top:5px;
}
.add_cat {
    background:url(../images/add_icon.png) no-repeat left top;
    font: 11px Arial, Helvetica, sans-serif;
    color: #666666;
    padding-left:23px;
    text-decoration:none;
    transition: all 0.5s ease-in-out 0s;
    float:left;
    margin-top:5px;
    height:15px;
}
.add_cat:hover {
    background-position:0px -15px;
    color:#000;
}
.pending_btn {
    background:#ffc926;
    font:11px Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    text-align:center;
    padding:0px 5px;
    line-height:16px;
    color:#FFF;
    margin-top:5px;
    float:left;
    text-decoration:none;
    transition: all 0.5s ease-in-out 0s;
}
.pending_btn:hover {
    background:#000;
}
.MarginTopZeo {
    margin-top:0px;
}

.my_img_dlt {
    float:left;
    margin-bottom:5px;
}
.saveall_btn {
    background: url("../images/white_arrow.png") no-repeat scroll 90% 6px #0ae6eb;
    color: #FFFFFF;
    float: right;
    font: 11px/26px Arial, Helvetica, sans-serif;
    padding: 0 61px 0 11px;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
    text-transform:uppercase;
    text-transform:uppercase;
}
.saveall_btn:hover {
    background: url("../images/white_arrow.png") no-repeat scroll 95% 6px #000;
}
.bg_grey {
    background:#eeeeee!important;
}
.NavContainer {
    padding:19px 40px;
    float: left;
    width: 940px;
    background:#FFF;
}
.ColBlue {
    color:#27dfe1!important;
}
.MenuBlockLast {
    border-right:none;
    float: right;
    margin-right: 80px;
}
.VisibleMargin {
    margin-top:5px!important;
}
.InStoreSave {
    margin-top:15px;
    float:left;
}
.InStoreField {
    width:120px;
    float:left;
}
.field_input_store {
    border: 1px solid #BBBBBB;
    float: left;
    height: 24px;
    line-height: 26px;
    margin-bottom: 5px;
    padding: 0 5px;
    width:108px;
}
.ImgRefWidt {
    width:110px;
}
.field_input_store_2 {
    border: 1px solid #BBBBBB;
    float: left;
    height: 24px;
    line-height: 26px;
    margin-bottom: 5px;
    padding: 0 5px;
    width:98px;
}

.SelectWidth{ width:140px;}
.InputWidt{ width:270px;}

.field_input_Press {
    border: 1px solid #BBBBBB;
    color: #666666;
    float: left;
    font: 11px/18px Arial,Helvetica,sans-serif;
    height: 18px;
    padding: 3px 10px;
    width:258px;
}
.InputWidt2{ width:180px;}

.field_input_Press2 {
    border: 1px solid #BBBBBB;
    float: left;
    height: 24px;
    line-heightF: 26px;
    margin-bottom: 5px;
    padding: 0 5px;
    width:168px;
}

.ORDiv{ width:942px; float:left;margin-top:20px;}
.OR_field{ width:462px; float:left; margin-right:17px; border-top:1px solid #dedede; padding:10px 0px 10px 0px; }
.OR_field h3{  font: 15px 'gotham_boldregular'; color:#333333; padding-bottom:25px;}
.Browse{ width:321px; float:left; margin-right:20px;}
.BrowseField{ background:url(../../images/pa/browse_btn.png) no-repeat left top; width:214px; height:16px; float:left; padding:5px 102px 5px 5px; border:none; margin-bottom:5px;}
.UploadPos{ background-position:85px 5px;}
.UploadPos:hover{ background-position:85px 5px;}
.DwnCsv{   float: left;
           margin-left: 661px;
           padding: 0 29px 0 11px;
           background-position:110px 6px;
}

.DwnCsv:hover{   
    background-position:110px 6px;
}


.Fname{ width:199px;}
.Lname{ width:180px;}
.Email{ width:291px;}
.Date{ width:166px;}
.Dlt{ width:103px;}

.fnametab{ width:199px; font: bold 11px Arial, Helvetica, sans-serif; color:#000; float:left;}
.Lanmetab{ width:180px; font: bold 11px Arial, Helvetica, sans-serif; color:#000; float:left;}
.emailtab{ width:291px; font: bold 11px Arial, Helvetica, sans-serif; color:#000;float:left;}
.datetab{ width:166px; font: bold 11px Arial, Helvetica, sans-serif; color:#000;float:left;}
.dlttab{ width:81px!important; float:left; margin-bottom:0px; }

.txt_link{ color:#0ae6eb; text-decoration:none;transition: all 0.5s ease-in-out 0s;}
div.txt_link, p.txt_link{font-weight: bold; padding: 5px 0;}
div.txt_link.red, p.txt_link.red{font-weight: bold; color: #900;}
a.txt_link:hover{ color:#000;}
.Senq_status{
    font-weight: bold;
    display: block;
    padding-top: 10px;
}
.Senq_status select{
    width: 150px;
    float: none;
    display: block;
}
.float_left {
    float:left;
}
.float_right {
    float:right;
}

.lable_input span {
    color:#000;
    padding-left:3px;
}

.dwnldpadding{ padding:10px 0px;}
.ORFiledH{ width:462px; float:left; margin-right:17px;}
.ORFiledH h3{font: 15px 'gotham_boldregular'; color:#333333; padding-bottom:15px;}
.SelectTab{ width:92px; float:left;}

.BlackListPadding{ padding:17px 0px 12px 0px!important;}
.UpdateBtn{ float:right; margin-top:0px;}
.ShowMore{ margin-top:0px;}
.SelectWidthRe{ width:180px;}

.TitleRe{ width:360px;}
.LookRe{ width:268px;}
.DateRe{ width:205px;}
.LightBoxBtn{ padding: 0 35px 0 11px; background-position:125px 6px;}
.LightBoxBtn:hover{ background-position:125px 6px;}
.LightBox{ width:460px; float:left; margin-right:22px;}
.LighBoxImg{ float:left; width:218px; height:165px; border:1px dotted #cecece; transition: all 0.5s ease-in-out 0s;}
.LighBoxImg:hover{ opacity:0.5; filter: alpha(opacity=50);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}
.SxelectLighBox{ width:218px; float:left; padding-left:20px;}
.MaxWidt{ width:100%;}
.BoxRow{ width:218px; float:left; margin-bottom:15px;}
.view{
    background:url(../images/view_icon.png) no-repeat left top;
    color: #666666;
    float: left;
    font: bold 11px/15px Arial,Helvetica,sans-serif;
    margin-bottom: 14px;
    padding-left: 22px;
    transition: all 0.5s ease-in-out 0s;
    width:196px;
    height:15px;
}
.edit{
    background:url(../images/edit_icon.png) no-repeat left top;
    color: #666666;
    float: left;
    font: bold 11px/15px Arial,Helvetica,sans-serif;
    margin-bottom: 14px;
    padding-left: 22px;
    transition: all 0.5s ease-in-out 0s;
    width:196px;
    height:15px;
}
.add{
    background:url(../images/add_icon.png) no-repeat left top;
    color: #666666;
    float: left;
    font: bold 11px/15px Arial,Helvetica,sans-serif;
    margin-bottom: 14px;
    padding-left: 22px;
    transition: all 0.5s ease-in-out 0s;
    width:196px;
    height:15px;
}
.add:hover,.edit:hover,.view:hover{ background-position:0px -15px;color:#000;}
#pr-list .edit, #pr-list .add, #pr-list .view{
    width: auto !important;
}
.Msg{
    background: url(../images/mail_icon.png) no-repeat left top;
    color: #666666;
    float: left;
    font: bold 11px/15px Arial,Helvetica,sans-serif;
    margin-bottom: 14px;
    padding-left: 22px;
    transition: all 0.5s ease-in-out 0s;
    width:196px;
    height:15px;
}
.Msg:hover{ background-position:0px -15px; color:#000;}

/*--------------------------------------21/06/2013----------------------------------------------------*/
.LableWidthReport{ padding-right:12px; width:auto;}
.LablePadingReport{ padding-bottom:13px;}
.RunReportBtn{padding: 0 33px 0 11px; background-position:92px 5px; float:right;}
.RunReportBtn:hover{background-position:92px 5px;}
.Slider{ position:relative;}

.mid_container {
    width:1020px;
    float:left;
}

.bottom_content{
    float:left;
    top:360px;
    position:absolute;
    left:40px;
}

.Slider .logo {
    float:left;
    margin:0px;
    position:absolute;
    top:42px;
    left:40px;
}

.Slider .footer {
    width:940px;
    height:96px;
    float:left;
    position:absolute;
    bottom:0px;
    padding:0px 40px;
}
.nopointer {
    cursor: default;
}
#categories_nav{
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin-bottom: 20px;
    padding: 27px 9px 8px;
    width: 942px;
}
.info_title{
    border-bottom: 1px solid #DEDEDE;
    width: 100%;
    padding-bottom: 20px;
    font: bold 12px arial;
}
#category_cont {
    font-weight: bold;
    overflow-y: scroll;
    padding: 20px;
}
ul.tree, ul.tree ul {
    background: url("../../images/pa/vline.png") repeat-y scroll 0 0 transparent;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.tree ul {
    margin-left: 10px;
    position: relative;
}
ul.tree li {
    background: url("../../images/pa/node.png") no-repeat scroll 0 0 transparent;
    color: #444444;
    font-weight: bold;
    line-height: 10px;
    padding: 10px 12px;
}
ul.tree li:last-child {
    padding: 5px 12px;
}
ul.tree li:first-child {
    padding: 10px 12px;
}
ul.tree li a {
    color: #444444;
}
ul.tree li.last {
    background: url("../../images/lastnode.png") no-repeat scroll 0 0 #FFFFFF;
}
.closefolder {
    cursor: pointer;
}
.blank_node{
    padding-bottom: 0px !important;
}
#catul1, #catul1 > li{
    background: none !important;
}
#catul1 li.invisible a{
    color: gray;
}
/*---------------------------------29k/07/2013-------------------------------*/
.logo2{ float:left; margin-top:40px;}
.upload_img_box{ width:778px; float:left; margin:20px; border:1px dashed #bbbbbb; padding:23px 70px;}
.upload_img_box h2{
    text-align:center;
    color: #00e5eb;
    font: 15px 'GothamMediumRegular';
    text-transform: uppercase;
}

.image_box{ width:778px; float:left; padding-top:25px;}

.box_left{ width:200px; float:left; margin-right:85px; padding-top:85px;}
.box_left h3{
    color:#333333;
    font: 15px 'GothamMediumRegular';
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom:1px solid #dedede;
}

.box_left p{
    color:#666666;
    font: 12px/141% 'sd_georgia_lightregular';
    padding-top: 13px;
}

.img_block{ float:left; position:relative; margin-bottom:35px;}
.mng_icon{ 
    background:url(../images/circle.png) no-repeat left top; width:99px; height:99px;  position:absolute; top:67px; left:59px; text-align:center;
    outline: none;
}
.box_right{ width:160px; float:left; margin-left:90px;padding-top:55px; }
.box_right p{ font:bold 11px Arial, Helvetica, sans-serif; color:#666666; line-height:25.3px;}
.box_right p a{ text-decoration:none; color:#00e5eb;}
.box_right p a:hover{ color:#000;}
/*--------------------------------------------------------26/06/2013-----------------------------------------------*/
.ReportHistoryMargin{ float:left; margin-left:20px; margin-right:20px; margin-bottom:0px;}
.DwnPos{background-position: 85px 5px; padding:0 30px 0 11px; margin-top:0px;}
.DwnPos:hover{background-position: 85px 5px;}

.date_time{ width:92px; float:left;}
.catgory{ width:170px; float:left;}
.pub_name{ width:180px; float:left;}
.medai_ref{ width:87px;}

.img_tab{ width:120px; float:left;}
.date_time_tab{width:92px; float:left;font: bold 11px Arial, Helvetica, sans-serif; color:#000;  line-height:151%; margin-left: 10px;}
.medai_ref_tab{ width:87px; float:left;font: bold 11px Arial, Helvetica, sans-serif; }
.catgory_tab{width:170px; float:left;font: bold 11px Arial, Helvetica, sans-serif;line-height:151%;}
.pub_name_tab{ width:180px; float:left;font: bold 11px Arial, Helvetica, sans-serif; color:#000;  line-height:151%;}
.Fname_report_tab{ width: 199px; float:left;}
.report_left_margin{ margin-left:0px;}

.dwnload_report_link{ 
    color: #0AE6EB;
    float: right;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
    width: 117px;
    padding-top:15px;
    font:bold 11px Arial, Helvetica, sans-serif;
}

.dwnload_report_link:hover{ color:#000;}

.DwnReportBtn{background-position: 127px 6px; padding:0 30px 0 11px; margin-top:0px;}
.DwnReportBtn:hover{background-position: 127px 6px;}

.Populaar_pub_widht{ width:214px;}
.pop_dwnload_widht{ width:115px;}
.pop_catg_width{ width:220px;}
.pop_dwnload_widht_tab{ width:115px;float:left;font: bold 11px Arial, Helvetica, sans-serif; color:#000;  }

.about_you{ width:453px; float:right;}
.about_you h4{font:11px 'GothamMediumRegular'; color:#000; padding-bottom:10px; padding-top:20px; border-bottom:1px solid #eeeeee;}
.register{ width:453px; float:left; padding-top:20px; float:left;*width:460px;}
.register ul li{ list-style:none; float:left;  margin-bottom:9px;}

.reg_lable{ font: bold 11px Arial, Helvetica, sans-serif; color:#666666; padding-bottom:5px; width:453px; float:left;}
.reg_select{ background:url(../images/reg_select.png) no-repeat right top #bbbbbb; width:220px; float:left; padding:5px; border:none; font:11px Arial, Helvetica, sans-serif; color:#FFF;}
.reg_input{ width:298px; height:24px; border:1px solid #bbbbbb; float:left; padding:0px 10px; color:#666666; font:11px Arial, Helvetica, sans-serif; line-height:26px;}
.require{ width:118px!important; padding-left:12px;  color:#666666;  font:11px Arial, Helvetica, sans-serif; float:left!important; font-weight:normal!important;line-height:26px!important;}

.Reg_select_widht{ width:320px;}
.register ul li p{ width:260px; float:left;font: bold 11px Arial, Helvetica, sans-serif; color:#666666; padding-bottom:5px; line-height:151%;}
.register ul li p a{ text-decoration:underline;color:#666666;}

.reg_right{ width:453px; float:right;}
.join_btn{ width:80px; height:26px ; background:#000; text-align:center; font:bold 11px Arial, Helvetica, sans-serif; color:#fff;transition: all 0.5s ease-in-out 0s; float:left; border:none; cursor:pointer; clear:both; margin-bottom:70px;}
.join_btn:hover{ background:#26ff93; color:#000;}
.reg_padding{ padding-top:60px;}

.setting_container{    
    float: left;
    padding: 0 10px 20px;
    width: 940px;
    border-bottom:1px solid #DEDEDE;

}

.setting_lable{ width:auto; padding-right:19px;}

.dwn_deatls {
    padding: 0 37px 0 11px;
    background-position:106px 6px;
    margin-right:340px;
}
.dwn_deatls:hover {
    background-position:106px 6px;

}

.setting_side_bar{ width:206px; float:left; background:#FFF;padding:20px 12px 40px; margin-right:20px;}
.setting_side_bar h4{ font:bold 11px Arial, Helvetica, sans-serif; color:#45e6e9; padding-bottom:15px;}
.setting_side_bar ul li{ list-style:none; float:left; background:url(../images/bullet.png) no-repeat left 7px; padding-left:8px; width:198px;padding-bottom:10px; }
.setting_side_bar ul li a{ font:bold 11px Arial, Helvetica, sans-serif; color:#666666; transition: all 0.5s ease-in-out 0s;}
.setting_side_bar ul li a:hover{ color:#000;}

.Settin_reg_widht{ width:670px; background:#FFF; float:right; padding:20px 10px 0px 10px;}
.setting_top_bar {width:670px;float:left; padding: 14px 0px;border-top: 1px solid #DEDEDE; margin-top:20px;}
.Bdr_none{ border:none;}

.sub_brands {
    padding: 0 37px 0 11px;
    background-position:129px 6px;
    float:right;

}
.sub_brands:hover {
    background-position:129px 6px;

}

.Edit_Tab{ width:90px; float:left;}
.contact_name{ width:130px; float:left;}
.position{ width:110px; float:left;}
.contact_info{ width:240px; float:left;}
.website{ width:240px;}
.address{ width:130px; float:left;}

.add_contact{ padding: 0 37px 0 11px;}
.country_yop_bar h4{ color:#333333; font:15px 'GothamMediumRegular'; width:780px; float:left; padding-top:10px; }

.mycontact_catg{ width:390px; float:left;}
.img_count{ width:305px; float:left;}
.img_dwnload{ width:244px; float:left;}
.mycontact_catg_tab{width:390px; float:left;font: bold 11px Arial, Helvetica, sans-serif; color:#000;  line-height:151%;}
.contact_list_padding{ padding:18px 0px!important;}

.bottom_link_contact {
    background:#FFF;
    padding:0px 10px;
    width:940px;
    clear:both;
}
.bottom_link_contact h3 {
    text-align:center;

    padding:12px 0px;
}
.bottom_link_contact h3 a {
    text-decoration:none;
    color:#28e0e2;
    font:12px 'sd_georgia_lightregular';
    transition:all 0.5s ease-in-out 0s;
}
.bottom_link_contact h3 a:hover {
    color:#000;
}

.barnd_report{ width:320px; float:left;}
.barnd_report p{ font:bold 11px Arial, Helvetica, sans-serif; color:#666; padding-bottom:5px;}
.barnd_report p span{ color:#000;}
.barnd_report_last{ width:302px;}

.country_mgmt_mid p{ font: bold 11px Arial, Helvetica, sans-serif; color:#000; padding-bottom:5px; line-height:151%;}
.country_mgmt_mid p span{ color:#666;}
.account_blocks{ width:382px; float:left; margin-top:25px; padding-bottom:40px;}
.account_blocks h4{color:#333333; font:15px 'GothamMediumRegular'; padding-bottom:15px; border-bottom:1px solid #dedede; margin-bottom:20px;}
.account_blocks ul li{ list-style:none; float:left; padding: 0px 0px 13px 0px!important; border:none; width:auto;}
.account_title{ width:340px; float:left; font:bold 11px Arial, Helvetica, sans-serif; color:#666;}
.counter{ width:42px; text-align:right; font:bold 11px Arial, Helvetica, sans-serif; color:#000; float:left; }
.Block_padding{ padding-top:20px; padding-bottom:20px;}
.report_width{ width:240px;}
.report_width_last{ width:222px;}
.Bdr_top{ border-top:1px solid #dedede}
.upHeader{
    height: 43px;
    line-height: 43px;
    padding: 0 10px;
    width: 940px;
}
.Navi {
    float: left;
    padding: 0 10px 0 0;
    position: relative;
}
.Navi li {
    display: inline;
    list-style-type: none;
}
.Navi li a {
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none;
}
.Navi li a:hover {
    color: #FFFFFF;
}
.Navi li ul {
    background-color: #0AE6EB;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute !important;
    width: 188px !important;
}
.Navi li ul li {
    background: none repeat scroll 0 0 transparent !important;
    float: left;
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100% !important;
}
.Navi li ul li a {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none;
    color: #FFFFFF;
    float: left;
    font: 12px/18px Arial,Helvetica,sans-serif;
    padding: 5px 8px !important;
    width: 172px;
}
.Navi li ul li a img {
    float: right;
    padding: 3px 0 0;
}
.Navi li ul li a:hover {
    background: none repeat scroll 0 0 #333333 !important;
    color: #FFFFFF;
    float: left;
}
.Navi li:hover a {
    background: url("../../images/navi_aero.png") no-repeat scroll center bottom transparent;
    color: #FFFFFF;
}
* html .ddsmoothmenu {
    height: 1%;
}
.downarrowclass {
    position: absolute;
    right: 7px;
    top: 10px;
}
.rightarrowclass {
    position: absolute;
    right: 5px;
    top: 6px;
}
.ddshadow {
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.toplevelshadow {
    opacity: 0.8;
}

.IploadListtab{
    width: 960px;
}
.IploadListtab td.IploadListtab td{
    padding:10px 4px;
    border-bottom: 1px solid #ddd;

}
.IploadListtab th{
    background: #888;
    padding:5px 0px 0 3px;
    color: #FFFFFF;
    font: 11px/43px 'Conv_Gotham-Light';
    text-align: left;
    border-top: 5px solid #fff;
    text-transform: uppercase;

}
._ISEC{
    float: left;
    width: 75px;
    text-align: center;
}
.catlist{
    background: url("../../images/pa/dwn_arrow.png") no-repeat scroll right top #BBBBBB;
    border: medium none;
    color: #FFFFFF;
    float: left;
    font: 11px Arial,Helvetica,sans-serif;
    height: 26px;
    margin-top: 5px;
    padding: 5px;
    width:130px;
}
.Uul a{
    float: left;
    background: url("../images/add_icon.png") no-repeat scroll left top transparent;
    color: #666666;
    font: 11px Arial,Helvetica,sans-serif;
    height: 15px;
    margin-top: 10px;
    padding-left: 23px;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
}
.Uul a:hover{
    color: #000;
    background-position: 0 -15px;
}
.Uul.Titlepricefrm{
    width: 125px;
    float: left;
    margin: 12px 0 0 0;
}
.Uul.Titlepricefrm li{
    width: 100%;
    float: left;
}
.Uul.Titlepricefrm li label{
    width: 100%;
    float: left;
    padding: 0 0 4px 0;
    font:bold 11px Arial,Helvetica,sans-serif;
    color: #666;
}
.TitleFildU{
    border: 1px solid #BBBBBB;
    color: #666666;
    float: left;
    font: 11px Arial,Helvetica,sans-serif;
    height: 24px;
    margin-bottom: 5px;
    padding: 0 5px;
    width: 108px;
}
.Keywords{
    width: 120px;
    float: left;
}
.Uul.Titlepricefrm li{
    width: 100%;
    float: left;
}
.KeywordsTxtFild{
    border: 1px solid #BBBBBB;
    color: #666666;
    float: left;
    font: 11px/151% Arial,Helvetica,sans-serif;
    height: 64px;
    padding:5px;
    resize: none;
    width:100px !important;
}


.catlistt{
    border: 1px solid #BBBBBB;
    color: #666666;
    float: left;
    font: 11px Arial,Helvetica,sans-serif;
    height: 24px;
    margin-bottom: 5px;
    padding:3px;
    width: 127px;
    margin-left: 8px;
}
.buttonCLS{
    background: url("../images/white_arrow.png") no-repeat scroll 90% 6px #0ae6eb;
    color: #FFFFFF;
    float: left;
    font: 11px/26px Arial, Helvetica, sans-serif;
    padding: 0 17px 0 8px;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
    text-transform:uppercase;
    text-transform:uppercase;
    border: 0px;
    height: 24px;
}
.buttonCLS:hover {
    background: url("../images/white_arrow.png") no-repeat scroll 95% 6px #000;
}
.StoreFild{
    border: 1px solid #BBBBBB;
    color: #666666;
    float: left;
    font: 11px Arial,Helvetica,sans-serif;
    height: 22px;
    margin-bottom: 5px;
    padding: 0 5px;
    width:100px;
}
.hasDatepicker1{
    border: 1px solid #BBBBBB;
    color: #666666;
    float: left;
    font: 11px Arial,Helvetica,sans-serif;
    height: 22px;
    margin-bottom: 5px;
    padding: 0 5px;
    width:70px;

}
.InStoreFildL{
    width: 80px;
}
.error_img{
    background: none repeat scroll 0 0 red;
    border: 1px solid;
    color: #FFFFFF;
    font: 11px 'Conv_Gotham-Light';
    padding: 30px 0;
    text-align: center;
}
.save-single{
    margin-right: 15px;
    float: right;
}
#image_grid td{
    border-bottom: 1px solid #DEDEDE;
}
.BdrNoneTd label{
    font:bold 11px Arial,Helvetica,sans-serif;
    color: #666;
    margin: 0 10px;
}
#save-all, #finishbtn{
    margin: 10px;
}
.country_mgmt_mid_tr{
    list-style:none;
    border-bottom:1px solid #dedede;
    padding:30px 10px;

}
.country_mgmt_mid_tr > td{
    border-bottom: 1px solid #DEDEDE;
    padding: 15px 0px;
    vertical-align: top;
    background-color: #fff;

}
.country_mgmt_mid_tr > td:last-child{
    padding-left: 15px;
}
.country_mgmt_mid_tr > td:first-child{
    padding-left: 10px;
}
.grey_strip {
    width:98%;
    height:43px;
    line-height:43px;
    background:#888888;
    padding:0px 10px;
}
.grey_strip > th{
    font: 11px/18px 'Conv_Gotham-Light';
    color:#FFF;
    text-align: left;
    padding-left: 10px;
}
span.error{
    position: absolute;
    background: none repeat scroll 0 0 #FFD6D6;
    border: 1px solid #FF9999;
    color: #740000;
    padding: 2px 7px 0 5px;
}
.ListMidLirow1 tr{
    vertical-align: top;
}
.StarTxtB{
    background: none repeat scroll 0 0 #CCCCCC;
    color: #000000;
    display: none;
    padding: 5px;
    position: absolute;
    text-align: left;
    width: 200px;
    z-index: 9999;
}
.showPassword{
    background: #0AE6EB;
    border: 0 none;
    color: #FFFFFF;
    float: left;
    font: 11px/26px Arial,Helvetica,sans-serif;
    height: 26px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0s;
}
.showPassword:hover{
    background: #000;
}
.fieldset{
    padding: 0 0 10px;
    border: none;
    border-bottom: 1px solid #999;
}
.fieldset legend{
    cursor: pointer;
    font: 12px Arial,Helvetica,sans-serif;
    color: #666;
}
.fieldset label{
    float: none;
    display: block;
}
.fieldset table td{
    padding: 0 10px
}
.fieldset table td:first-child{
    padding-left: 0;
}
.fieldset table td:last-child{
    padding-right: 0;
}
.country_mgmt_mid_tr > td > fieldset:last-child{
    border: none;
}
.collaspe{
    background: url(../../images/pa/plus.png) no-repeat 0 0 transparent;
    float: right;
    height: 22px;
    margin-left: 10px;
    margin-top: 4px;
    width: 20px;
}
.collaspe1{
    background: url(../../images/pa/plus.png) no-repeat 0 0 transparent !important;
}
.crunch{
    background: url(../../images/pa/minus.png) no-repeat 0 0 transparent;
    float: right;
    height: 22px;
    margin-left: 10px;
    margin-top: 4px;
    width: 20px;
}
.subarchiveFSet{
    margin-top:10px;
}
.error{
    color:red;
}
.lefts{
    width: 220px;
    background: #fff;
    min-height: 100px;
    float: left;
    margin-right: 10px;
}
.rights{
    width: 705px;
    background: #fff;
    min-height: 100px;
    float: left;
    padding-top: 20px;
}
.rightsFullWidth{
    width: 960px;
    background: #fff;
    min-height: 100px;
    float: left;
    padding-top: 20px;
    margin-bottom: 20px;
}
.lefts ul{
    list-style: none;
    margin: 10px 10px 0 20px;
}
.lefts ul > li:before{
    content: "\00BB";
}
.lefts ul > li{
    margin-bottom: 10px;
}
.lefts ul > li > a{
    color:#666;
    font: bold 12px Arial,Helvetica,sans-serif;
    transition: all 0.5s ease-in-out 0s;
}
.lefts ul > li.selected > a{
    color: #000;
}
.lefts ul > li > a:hover{
    color:#000;
}
.addsb{
    margin: 20px 10px 0 20px;
}
.addsb > a{
    color: #00E5EB;
    font: bold 12px Arial,Helvetica,sans-serif;
    transition: all 0.5s ease-in-out 0s;
}
.addsb > a:hover{
    color:#000;
}
div.labelLeft {
    margin: 0 0 10px;
}
div.fieldRow {
    clear: both;
    color: #3A3A3A;
    margin: 0 0 5px 10px;
    min-height: 26px;
    padding-top: 5px;
}
div.fieldRow label{
    display: block;
    float: none;
    width: 550px;
}
div.fieldRow label input[type=checkbox]{
    margin: 0 10px 0 30px;
}
.country_yop_bar_small{
    background-color: #FFFFFF;
    border-top: 1px solid #DEDEDE;
    float: left;
    margin: 0 10px;
    padding: 14px 0;
    width: 98%;
}
.error_inline{
    color: red !important;
    float: left;
    font: 11px arial !important;
    width: 100%;
}
.pop_dwnload_widht_tab > a{
    color: #27DFE1;
    transition: all 0.5s ease-in-out 0s;
    word-wrap: break-word;
}
.pop_dwnload_widht_tab > a:hover{
    color: #000;
}
.inner_title{
    border-bottom: 1px solid #DEDEDE;
    color: #666666;
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-bottom: 10px;
    width: 500px;
}
.save_btn_fl_ml_300{
    float: left;
    margin-left:  318px;
}
.ftextarea{
    height: 123px;
    width: 496px;
    resize: none;
    overflow: auto;
    padding: 0;
}
.form_center{
    width: 100%;
    margin: 0 auto;
}
.viewpa {
    float: right;
    color: #333;
}



#main_container.reponsive {
    min-width: 549px;
    width: 100%;
}

#main_container.reponsive #header {
    width:100%;
}
#main_container.reponsive #header .nav_bar {
    float: none;
    margin: auto;
    padding-left: 0;
}

#main_container.reponsive .mid_container {
    width: 100%;
}

#main_container.reponsive #banner-fade {
    max-width: 100% !important;
}

#main_container.reponsive .bottom_content {
    float: left;
    left: 40px;
    position: absolute;
    top:40%;
    width: 100%;
}

#main_container.reponsive .bottom_content .bottom_right {
    bottom: 17px;
    float: right;
    position: absolute;
    right: 59px;
    width: 361px;
}

#main_container.reponsive .Slider .footer {
    bottom: 0;
    float: left;
    height: 96px;
    padding: 0;
    position: absolute;
    width: 100%;
}

#main_container.reponsive .Slider .footer .copyright {
    color: #666666;
    float: left;
    font: 10px/96px Helvetica CE;
    padding: 0 0 0 40px;
    width: auto;
}

#main_container.reponsive .Slider .footer .footer_right {
    float: right;
    height: 96px;
    padding: 0 40px 0 0;
    width: auto;
}

#main_container.reponsive .temp_container_2 {
    background: none repeat scroll 0 0 #EEEEEE;
    float: left;
    padding: 0;
    width: 100%;
}

#main_container.reponsive .logo {
    float: left;
    margin: 42px 0 0 40px;
}

#main_container.reponsive .quote {
    float: none;
    margin-left:200px;
    margin-top: 40px;
    padding-left: 90px;
    width: auto;
}

#main_container.reponsive .top_links {
    width: 96%;
}

#main_container.reponsive .side_bar {
    float: left;
    padding: 0 0 0 40px;
    width: 220px;
}

#main_container.reponsive .middle {
    float: left;
    min-height: 350px;
    width: 100%;
}

#main_container.reponsive .right_main {
    float: none;
    margin: 0 40px 0 40px;
    width: auto;
}

#main_container.reponsive .right_container {
    background: none repeat scroll 0 0 #FFFFFF;
    float: right;
    padding: 0;
    width: 100%;
}

#main_container.reponsive .right_bottom {
    float: left;
    width: 100%;
}

#main_container.reponsive .bottom_link {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    padding: 0;
    width: 100%;
}


#main_container.reponsive .bottom_block {
    float: left;
    margin-top: 20px;
    width: 100%;
}


#main_container.reponsive .temp_footer {
    float: left;
    padding: 40px 0;
    width: 100%;
}
#main_container.reponsive .login {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    float: left;
    padding: 18px 28px;
    width: 100%;
}
#main_container.reponsive .login_left {
    border-right: 1px solid #F2F2F2;
    float: left;
    min-height: 133px;
    padding-right: 0;
    width: 35%;
}

#main_container.reponsive .remember_me {
    float: left;
    margin-top: 6px;
    width: 220px;
}

#main_container.reponsive .login_right {
    float: right;
    min-height: 133px;
    width: 60%;
}
.login_input.last{
    margin-right: 15px !important;
}
#main_container.reponsive .hw_it_wrks,#main_container.reponsive .press_quote{
    width : 90%;
}



@media screen and (max-width:768px) {
    .left_txt h1 {
        font: 30.08px 'gotham_thinregular';
    }
    .left_txt h1 {
        height: 33px;
        width: 51%;
    }
    .left_txt h1 a {
        width:100%;
    }

    #main_container.reponsive .logo {
        float: left;
        margin:42px 0 0 40px;
    }

    .hw_it_wrks {
        float: left;
        padding: 30px 20px;
        width:auto;
    }

    .hw_it_wrks h2 {
        color: #222222;
        font: 30px/48px 'GothamMediumRegular';
        padding-bottom: 6px;
    }
}
.bjqs > li, .bjqs > li > img{
    height: auto !important;
    width: 100%;
}
.dropdown{
    position: relative;
}
ul.dropdown-menu{
    border: 1px solid #999;
    background: #fff;
    box-shadow: 1px 1px 4px #666666;
    position: absolute;
    right: -8px;
    top: 33px;
    padding: 20px 15px;
    min-width: 130px;
    z-index: 10;
}
ul.dropdown-menu > li{
    text-align: left;
    padding: 4px;
}
ul.dropdown-menu > li a{
    font: bold 12px Arial,Helvetica,sans-serif Arial,Helvetica,sans-serif;
    color: #666666;
}
ul.dropdown-menu > li a:hover{
    color: #000;
}
.dropdown-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 14px;
    top: -8px;
}
.dropdown-menu:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 15px;
    top: -6px;
}
.sort_icon > p{
    width: 121px;
}
.lock_icon {
    background: url("../images/lock_icon.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #666666;
    float: left;
    font: bold 11px/15px Arial,Helvetica,sans-serif;
    height: 15px;
    margin-bottom: 14px;
    padding-left: 22px;
    transition: all 0.5s ease-in-out 0s;
}
.lock_icon:hover{
    background-position:0 -15px;
}

/*-----------Step1 css---------------*/
.search_block.stepheading h2 {
    margin-top:30px;
}
.step_container.Step_cont {
    margin:10px 0 20px;
}
.step_container{ width:940px; float:left; margin-top:16px; background: none repeat scroll 0 0 #FFFFFF;border: 1px solid #E8E8E8;box-shadow: 0 1px #E0E0E0; padding:0px; }
.stepview {
    width:96%;
    float:left;
    margin:15px 2%;
    list-style-type:none;
    display:block;
}
.stepview li {
    width:25%;
    float:left;
    margin:0 0;
    list-style-type:none;
    display:block;
}
.stepview li a {
    width:100%;
    float:left;
    border-bottom:7px solid #eeeeee;
    font:normal 14px Arial, Helvetica, sans-serif;
    color:#535353;
    text-decoration:none;
}
.stepview li:hover a, .stepview li.active a {
    color:#000000;
    border-bottom:7px solid #00d9a3;
}
.stepview li a span {
    background:url(../../images/v1.0/tab-menu-bg.png) no-repeat;
    width:53px;
    height:58px;
    float:left;
    cursor:pointer;
    font:bold 14px Arial, Helvetica, sans-serif;
    color:#535353;
    text-align:center;
    line-height:75px;
}
.stepview li:hover a span, .stepview li.active a span {
    background:url(../../images/v1.0/tab-menu-bg-h.png) no-repeat;
    color:#000;
}
.stepview li a label {
    text-transform:uppercase;
    float:left;
    margin:0 0 0 12px;
    line-height:75px;
    cursor:pointer;
    height:58px;
}


.step1midcon {
    width:96%;
    margin:10px 2%;
    float:left;
}
.step1midcon h3 {
    margin:18px 0 20px 0;
    font:normal 25px Arial, Helvetica, sans-serif;
    color:#535353;
    text-align:center;
    width:100%;
}
.step1mid {
    width:100%;
    float:left;
    padding:40px 0;
}
.step1midleft {
    width:415px;
    float:left;
}
.step1midleft h4 {
    width:100%;
    font:normal 20px Arial, Helvetica, sans-serif;
    color:#535353;
    margin:0 0 15px 0;
    text-align:center;
}
.step1midle {
    width:100%;
    float:left;
}
.stepemailicon {
    width:100%;
    float:left;
}
a.stepemailic {
    width:204px;
    height:204px;
    margin:0 0 0 105px;
    border:1px solid #27dfb1;
    float:left;
    background:url(../../images/v1.0/mail-icon.png) no-repeat center center;
    -moz-border-radius: 100%;
    -webkit-border-radius:100%;
    -khtml-border-radius:100%;
    border-radius:100%;
}

.step1midleOR {
    float:left;
    margin:120px 0 0 0;
    font:normal 25px Arial, Helvetica, sans-serif;
    color:#535353;
}
.step1midright {
    width:340px;
    float:right;
}
.step1midright h4 {
    width:100%;
    font:normal 20px Arial, Helvetica, sans-serif;
    color:#535353;
    margin:0 0 20px 0;
}
.Step1frmri {
    width:100%;
    float:left;
    list-style-type:none;
    display:block;
}
.Step1frmri li {
    width:100%;
    float:left;
    list-style-type:none;
    display:block;
    margin:7px 0;
}
.Step1frmri li label {
    width:120px;
    float:left;
    font:normal 12px Arial, Helvetica, sans-serif;
    color:#333333;
    line-height:26px;
}
.step1fildri {
    width:160px;
    height:24px;
    padding:0 5px;
    border:1px solid #bbbbbb;
    font:normal 12px Arial, Helvetica, sans-serif;
    color:#666;
}
.step1txtfildri {
    width:160px;
    height:80px;
    padding:7px 5px;
    border:1px solid #bbbbbb;
    font:normal 12px Arial, Helvetica, sans-serif;
    color:#666;
    line-height:16px;
}
.Step1frmri li span {
    font:normal 12px Arial, Helvetica, sans-serif;
    color:#333333;
    padding:0 0 0 5px;
}
.nextbtnstep { width:80px; height:26px ; background:#000; text-align:center; font:bold 12px Arial, Helvetica, sans-serif; color:#fff;transition: all 0.5s ease-in-out 0s; float:left; border:none; cursor:pointer; margin-bottom:0; text-transform:uppercase;}
.nextbtnstep:hover{ background:#26ff93; color:#000;}

.step1midbox {
    padding:0px 0px;
}
.srhtoolmid {
    padding:15px 3%;
    width:94%;
    float:left;
    background:#eeeeee;
}
.srhtoolmid h4 {
    font:normal 20px Arial, Helvetica, sans-serif;
    color:#535353;
    padding:6px 0 6px 0;
}
.srhtoolfrm {
    width:100%;
    float:left;
    list-style-type:none;
    display:block;
}
.srhtoolfrm li {
    width:33%;
    float:left;
    list-style-type:none;
    display:block;
    padding:12px 0 0;
    min-height:60px;
}
.srhtoolfrm li label {
    width:100%;
    float:left;
    padding:0 0 5px 0;
    font:normal 12px Arial, Helvetica, sans-serif;
    color:#333333;
}
.srhtoolfild {
    width:210px;
    height:24px;
    padding:0 5px;
    border:1px solid #bbbbbb;
    font:normal 12px Arial, Helvetica, sans-serif;
    color:#666;
}

.srhtoolfrm li:last-child {
    min-height:inherit;
    margin-bottom:10px;
}

.step2botm {
    width:100%;
    float:left;
    margin:20px 0;
}
.step2botmlist {
    width:100%;
    float:left;
}
.step2botmlist th {
    padding:10px 16px;
    background:#7b7c7c;
    font-size:12px;
    font-weight:normal;
    color:#fff;
    font-family: 'GothamMediumRegular';
}
.step2botmlist th span.AddAllicon {
    font-size:11px;
    font-weight:normal;
    color:#fff;
    font-family: 'GothamMediumRegular';
    background:url(../../images/v1.0/plash-icon.png) no-repeat left;
    padding:0 0 0 20px;
    float:left;
    line-height:16px;
}

.step2botmlist td {
    padding:10px 16px;
    font-size:13px;
    font-weight:normal;
    color:#333;
    border-bottom:1px solid #d8d8d8;
    font-family: 'GothamMediumRegular';
}

.listtubimg {
    border:1px solid #dfdfdf;
}
.step2botmfrm {
    width:195px;
    float:left;
    list-style-type:none;
    display:block;
}
.step2botmfrm li {
    width:100%;
    padding:5px 0;
    float:left;
    list-style-type:none;
    display:block;
}

.step2botmfrm li label {
    width:99%;
    float:left;
    padding:0 0 5px 1%;
    font:normal 12px Arial, Helvetica, sans-serif;
    color:#333333;
}
.step2botmfild {
    width:90%;
    height:24px;
    padding:0 3%;
    border:1px solid #bbbbbb;
    font:normal 12px Arial, Helvetica, sans-serif;
    color:#666;
}
.step2btmtxtfild {
    width:90%;
    height:60px;
    padding:10px 3%;
    border:1px solid #bbbbbb;
    font:normal 12px Arial, Helvetica, sans-serif;
    color:#666;
    line-height:15px;
}

.step2botmfrm li.width50preli {
    width:50%;
}
.step2botmfrm li.width50preli .step2botmfild {
    width: 85%;
}


.step2botmlist td.bdrbtmnone {
    padding: 15px 16px;
    border-bottom:0px;
}
.nextbtnstep.margwidth-right-btn {
    width:auto;
    padding:0 12px;
    margin:0 12px 0 0;
}


.applydate {
    width:100%;
    float:left;
    list-style-type:none;
    display:block;
}
.applydate li {
    width:28%;
    float:left;
    list-style-type:none;
    display:block;
}
.applydate li:last-child {
    width:15%;
}
.applydate li span.leftheading {
    font:normal 20px Arial, Helvetica, sans-serif;
    color:#535353;
    padding:10px 0 0 0;
    float:left;
}
.applydate li label {
    width:99%;
    float:left;
    padding:0 0 3px 1%;
    font:normal 12px Arial, Helvetica, sans-serif;
    color:#333333;
}
.applydatefild {
    width:190px;
    height:24px;
    padding:0 5px;
    border:1px solid #bbbbbb;
    font:normal 12px Arial, Helvetica, sans-serif;
    color:#666;
}
.Step3rowlogo {
    width:100%;
    float:left;
    padding:20px 0;
}
.Step3rowlogole {
    float:left;
}
.Step3rowright {
    width:350px;
    float:right;
    list-style-type:none;
    display:block;
}
.Step3rowright li {
    width:100%;
    float:left;
    list-style-type:none;
    display:block;
    padding:5px 0;
}
.Step3rowright li label {
    color: #333333;
    float: left;
    font: 13px Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 150px;
}
.Step3rowright li span {
    width:185px;
    float:left;
    font:normal 13px Arial, Helvetica, sans-serif;
    color:#5a5a5a;
    text-align:left;
    padding:0 0 0 12px;
}

.step3fildlist {
    width:100px;
    height:24px;
    border:1px solid #bbbbbb;
    margin:2px 0;
    padding:0 5px;
    font:normal 12px Arial, Helvetica, sans-serif;
    color:#333333;
}
.step2botmlist.step3botmlist td {
    font:normal 12px Arial, Helvetica, sans-serif;
    color:#333333;
}



.step2botmlist.step3botmlist tr.listbotmfont th {
    font-size:13px;
}


.step3botmrw {
    width:96%;
    float:left;
    padding:15px 2% 0;
}

.step3botmle {
    width:300px;
    float:left;
    list-style-type:none;
    display:block;
}
.step3botmle li {
    width:100%;
    padding:6px 0;
    float:left;
    list-style-type:none;
    display:block;
}
.step3botmle li label, .step3btmbtn li label{
    float:left;
    padding:0 12px 0 0;
    font:normal 13px Arial, Helvetica, sans-serif;
    color:#333333;
}
.step3botmle li span {
    float:left;
    padding:0 0 0 0;
    font:normal 13px Arial, Helvetica, sans-serif;
    color:#5a5a5a;
    line-height:21px;
}
.step3botmri {
    float:right;
    width:150px;
}
.step3btmbtn {
    width:100%;
    float:left;
    list-style-type:none;
    display:block;
}
.step3btmbtn li {
    width:100%;
    float:left;
    list-style-type:none;
    display:block;
    padding:6px 0;
    text-align:right;
}
.step3btmbtn li .nextbtnstep.margwidth-right-btn {
    float:right;
    margin:0;
    text-transform:none;
}
.step3btmbtn li a {
    font:normal 13px Arial, Helvetica, sans-serif;
    color:#a0a0a0;
    text-decoration:none;
}
.step3btmbtn li a:hover {
    color:#000;
}
.pdf-ico {
    background: rgba(0, 0, 0, 0) url("../../images/pdf_icon_medium.png") no-repeat scroll left top;
    color: #000;
    display: block;
    height: 14px;
    padding-top: 64px;
    width: 68px;
}

.cartitem {
    display: block;
    float: right;
    list-style-type: none;
    padding-left: 4px;
}
.cartitem li {
    display: block;
    float: left;
    list-style-type: none;
    position: relative;
}
.cartitem li a.cartitemlink {
    background: #00e6ec none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    float: left;
    padding: 0 15px;
}
.cartitem li a.cartitemlink span {
    background: #000 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    font: 10px/20px Arial,Helvetica,sans-serif;
    height: 20px;
    left: 28px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
}
.cartitem li a.cartitemlink label {
    background: rgba(0, 0, 0, 0) url("../../images/bottom-arrow.png") no-repeat scroll right center;
    color: #fff;
    cursor: pointer;
    float: left;
    font: 11px/28px "Conv_Gotham-Light";
    padding: 0 20px 0 0;
    text-decoration: underline;
    text-transform: uppercase;
}
.itemlistcartarrow {
    background: rgba(0, 0, 0, 0) url("../../images/top-arrow.png") no-repeat scroll 80px 0;
    float: left;
    left: 95px;
    padding: 17px 0 0;
    position: absolute;
    top: -17px;
    width: 240px;
}
.itemlistcart {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bbb;
    float: left;
    left: -112px;
    position: absolute;
    top: 37px;
    width: 238px;
}
.itemlistcartrow {
    border-bottom: 1px solid #bbb;
    float: left;
    padding: 10px 0;
    width: 100%;
}
.itemlistcartimg {
    float: left;
    padding: 0 10px;
}
.itemlistcartimg img {
    border: 1px solid #bbb;
    padding: 2px;
}
.itemlistcarttxt {
    float: left;
    width: 150px;
}
.itemlistcarttxt h3 {
    color: #000;
    font: bold 12px Arial,Helvetica,sans-serif;
}
.itemlistcarttxt h3 a {
    color: #000;
    text-decoration: none;
}
.itemlistcarttxt h3 a:hover {
    color: #666;
}
.itemlistcarttxt p {
    color: #888;
    font: 12px Arial,Helvetica,sans-serif;
    padding: 4px 0 0;
}
.cartviewbtn {
    float: left;
    width: 100%;
}
a.viewcartbtn {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font: bold 13px Arial,Helvetica,sans-serif;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.scorllitem {
    float: left;
    height: 280px;
    overflow: auto;
    width: 100%;
}

th a {
    color: #73e0bc;
    display: block;
}
th#sort1, th#sort2, th#sort3, th#sort4, th#sort5 {
    background: rgba(0, 0, 0, 0) url("../../images/home/sort.png") no-repeat scroll right center;
}
th.sorting_asc {
    background: rgba(0, 0, 0, 0) url("../../images/home/sort_asc.png") no-repeat scroll right center !important;
}
th.sorting_desc {
    background: rgba(0, 0, 0, 0) url("../../images/home/sort_desc.png") no-repeat scroll right center !important;
}