/* = Reset elements */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
table td{
    padding:0px; /* cellspadding="0" */
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
    /*font-family:Arial, Helvetica, Sans-Serif;*/
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0; }

/* = Float and align elements */
.a_left { text-align: left; }
.a_center { text-align: center; }
.a_right { text-align: right; }
.a_justify { text-align:justify; }

.f_left { float: left; }
.f_right { float: right; }
.c_both { clear:both; }

/* = Common classes */
.no_margin { margin: 0!important; }
.no_padding { padding: 0!important; }
.no_bg { background: none!important; }
.no_border, img { border: none!important; }
.margin_auto{ margin:auto; }
.hidden{ display:none; }
.font_bold{ font-weight:bold; }
.width_auto{ width:auto !important; }
.overflow_hidden{ overflow:hidden; }
.font_0{ font-size:0 !important; }
.width_260{ width:238px; }

/* = Center image */
.swc0, .swc1 { display: block; height: 100%; text-align: center; }
.swc0, .swc0 *.*, .swc0 * { text-decoration: none !important; }
.swc0 {	margin: 0 auto; display: table; }
.swc1 {	display: table-cell; vertical-align: middle; }
.swc3, .swc2 {  text-decoration: none !important; }
.swc3 { display: none; }
.swc2 img { margin: 0px !important; padding: 0px !important; }

div.com_sep,
div.com_sep_light{
    height:1px;
    font-size:0;
    line-height:0;
    background:transparent url(../images/hr.gif) no-repeat right top;
    border-style:none;
    border-width:0px;
    margin:20px 0;
}
div.com_sep_light{
    background:transparent url(../images/hr_light.gif) no-repeat right top;
}
h3.sub_caption{
    font-size:17px;
    font-weight:bold;
    color:#03729e;
    padding-top:30px;
    padding-bottom:10px;
}
h3.sub_caption_nail{
    padding-top:16px;
}
p.top_content{
    font-style:italic;
    font-size:13px;
    color:#444444;
    line-height:20px;
    padding-top:30px;
}

/* = Clearfix class */
.clearfix:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0; height: 0;
    overflow: hidden;
    font-size: 0;
}
.clearfix {zoom: 1;}
.simple_clear{ overflow:hidden; }

/* = Common tags */
html {height: 100%; width:100%;}
body{
    background:url(../images/body_bkg.jpg);
    font:normal 12px Arial, Helvetica, Sans-Serif;
    color:#fff;
    height:100%;
    width:100%;
    overflow-x: hidden;
}
.one_col_bg{
    background:url(../images/one_col_bg.jpg);
}
a{
    text-decoration:none;
    outline:none;
    color:#0185b9;
}
a:hover{
    text-decoration:none;
    color:#DDBFD5;
}
p{
    color:#444;
}
.cms_content{
    color:#444444;
    font-size:14px;
    line-height:20px;
    margin-top:15px;
    text-align:justify;
}
.cms_content ul li, .faq_answer ul li{
    background:url(../images/sitemap_bulltet.gif) no-repeat 0 7px;
    list-style-type:none;
    padding-left:15px;
    margin-bottom:10px;
}

/* = Content layout */
.layout_cont{
    width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
/*---header part---*/
.header{
    background:url(../images/bg_header.jpg) repeat-x left top;
    min-width:1024px;
}
.header #idSiteLogo{
    width:340px;
    height:97px;
    display:block;
    float:left;
    margin-left:30px;
    cursor:pointer;
    overflow:hidden;
}
.header .top_sup_menu{
    float:right;
    width:530px;
    overflow:hidden;
    margin-top:15px;
    height:70px;
}
.header .top_sup_menu ul.left_menu{
    overflow:hidden;
    float:left;
    padding:1px 5px 0 0;
    border-right:1px solid #9ee1fd;
}
.header .top_sup_menu ul.left_menu li{
    float:left;
    padding-right:14px;
}
.header .top_sup_menu ul.left_menu li a{
    color:White;
    font-size:13px;
}
.header .top_sup_menu ul.left_menu li a:hover,
.header .top_sup_menu ul.left_menu li a.active{
    color:#ddbfd5;
}
.header .top_sup_menu ul.right_menu{
    float:left;
    overflow:hidden;
    padding-left:15px;
}
.header .top_sup_menu ul.right_menu li{
    float:left;
}
.header .top_sup_menu ul.right_menu li a{
    display:inline-block;
    margin-right:10px;
}
.header .top_sup_menu ul.right_menu li a.bookmark{
    width:19px;
    height:19px;
    background:url(../images/bookmark_icon.png) no-repeat;
}
.header .top_sup_menu ul.right_menu li a.share{
    width:21px;
    height:19px;
    background:url(../images/share_icon.png) no-repeat;
}
.header .top_sup_menu ul.right_menu li a.twitter{
    width:18px;
    height:18px;
    background:url(../images/twitter_icon.png) no-repeat;
}
.header .top_sup_menu ul.right_menu li a.facebook{
    width:18px;
    height:18px;
    background:url(../images/facebook_icon.png) no-repeat;
}
.header .top_menu_search{
    clear:both;
    /*margin-top:14px;*/
    overflow:hidden;
    background:url(../images/top_menu.png) repeat-x 0 0;
}
.header .top_menu_search ul{
    float:left;
    width:720px;
    padding-left:20px;
    background:url(../images/top_menu_shadow.png) no-repeat;
}
.header .top_menu_search ul li{
    float:left;
    border-left:1px solid #043f5a;
}
.header .top_menu_search ul li a{
    text-transform:uppercase;
    font-size:15px;
    color:White;
    display:inline-block;
    border-right:1px solid #0175a4;
    padding:11px 14px;
    height:17px;
    font-weight:bold;
}
.header .top_menu_search .impress a {
    float:left;
    font-size:15px;
    color:White;
    border-right:1px solid #0175a4;
    padding:11px 14px;
    height:17px;
    font-weight:bold;
	margin-left:-60px;
}
	
.header .top_menu_search ul a:hover,
.header .top_menu_search ul a.active,
.header .top_menu_search .impress a:hover,
.header .top_menu_search .impress a.active{
    color:#ddbfd5;
}
.header .top_menu_search .search{
    width:187px;
    float:right;
    margin:8px 29px 0 0;
    background:Black;
    overflow:hidden;
}
.header .top_menu_search .search input{
    width:165px;
    background:Black;
    border-style:none;
    color:#28b5f0;
    padding:2px 0 0 2px;
    float:left;
}
.header .top_menu_search .search .search_btn{
    display:inline-block;
    float:right;
    width:12px;
    height:20px;
    background:url(../images/btns/search_btn.gif) no-repeat;
}
.header .top_menu_search .search .search_btn:hover{
    background-position:left bottom;
}
.header .top_banner{
    /*position:absolute;*/
    width:508px;
    height:46px;
    margin-top: 2px;
    /*right:23px;
    top:41px;*/
}

/*---home flash part---*/
#home_flash{
    background:#fff url(../images/right_col.gif) repeat-y left top;
    height:691px;
    position:relative;
    height:1%;
    padding:0 0 62px;
    width:100%;
    z-index:1;
}
.home_flash_right{
    /*background:transparent url(../images/faq_right_bg.gif) no-repeat right top;*/
    min-height:460px;
    height:auto !important;
    height:460px;
}
#home_flash_preload{
    height:692px;
    position:relative;
    background:#fff url(../images/right_col.gif) repeat-y left top;
}
/*---two columns part---*/
.two_col{
    overflow:hidden;
    background: url(../images/black_line.jpg) no-repeat left top;
    min-width:1235px;
    /*height:100%;*/
    padding:0 0 62px;
    width:100%;
}
.two_col_nail{
    overflow:hidden;
    background: url(../images/black_line.jpg) no-repeat left top;
    padding:0 0 62px;
    width:100%;
    min-width:980px;
}
.two_col_wide{
    min-width:995px;
}
.two_col_1024{
    min-width:990px;
}
.two_col_normal{
    min-width:100%;
}
.two_col .left_col{
    width:200px;
    float:left;
    padding:5px 10px 0 5px;
}
.two_col .left_col a.mainlink{
    font-weight:bold;
    font-size:13px;
    text-transform:uppercase;
    display:block;
    background:url(../images/green_arrow.gif) no-repeat right 10px;
    color:#2cc1ff;
    padding:8px 0;
}
.two_col .left_col a.mainlink_whats{
    text-transform:none;
}
.two_col .left_col a span{
    display:inline-block;
    padding-left:15px;
}
.two_col .left_col ul{
    margin:0 0 8px 25px;
}
.two_col .left_col ul li{
    background:url(../images/green_bullet.gif) no-repeat left 9px;
    padding-left:10px;
}
.two_col .left_col ul li a{
    color:#2cc1ff;
    font-weight:bold;
    font-size:13px;
    display:block;
    text-transform:none;
    background:none;
    padding:3px 0;
}
.two_col .left_col ul li a:hover{
    color:White;
    background:none;
}
.two_col .left_col ul ul.sub_menu{
    padding-left:0px;
    padding-top:10px;
    padding-right:0px;
    margin-left:10px;
}
.two_col .left_col ul li a.last_link{
    text-transform:uppercase;
    font-size:10px;
    background-position:right 7px;
}
.two_col .left_col a.active,
.two_col .left_col a:hover{
    background:url(../images/white_arrow.gif) no-repeat right 13px;
    color:White;
    cursor:pointer;
}
.two_col .left_col .separator{
    background:url(../images/left_col_sep.png) no-repeat left bottom;
    height:2px;
    font-size:0;
}
.two_col .right_col{
    margin-left:215px;
    background:#fff url(../images/right_col.gif) repeat-y left top;
    position:relative;
    min-height:560px;
    height:auto !important;
    height:560px;
}
.two_col .right_col_null{
    background:url(../images/faq_right_bg.gif) no-repeat 900px top;
}
.two_col .right_col_nails{
    min-height:692px;
    height:auto !important;
    height:692px;
}
.right_col_flash_nail{
    background:none !important;    
    font-size:0;
    margin-left:215px;
    background:#fff url(../images/right_col.gif) repeat-y left top;
    position:relative;
}
#flash_slide{
    position:absolute;
    left:0;
    top:0px;
    width:45px;
    z-index:5;
}
.flashcontent_banner{
    margin-left:20px;
}
.two_col .left_col_measur{
    width:186px;
    float:left;
    padding:5px 18px 0 10px;    
}
.two_col .left_col_measur .left_col_measur_cont{
    width:170px;
    margin:auto;
    padding-top:15px;
}
.two_col .left_col_measur .sep{
    width:187px;
    height:2px;
    background:url(../images/left_col_separator.gif) no-repeat left top;
    margin:14px 0;
}
.two_col .left_col_measur h3{
    font-size:13px;
    text-transform:uppercase;
    color:White;
    margin-bottom:10px;
}
.two_col .left_col_measur h4{
    color:#2cc1ff;
    text-transform:uppercase;
    font-weight:bold;
    font-size:13px;
    margin-bottom:10px;
}
.two_col .left_col_measur p{
    color:#2cc1ff;
    line-height:18px;
}
.left_col_btn{
    float:right;
    width:107px;
    height:23px;
    background:url(../images/left_col_btn.png) no-repeat;
    display:inline-block;
    margin-top:10px;
    cursor:pointer;
}
.left_col_btn:hover{
    background-position:left bottom;
}
/*---french nail page---*/
.french_nail, .measurements, .whats_new{
    overflow:hidden;
    padding:30px 0 0 60px;
    z-index:1;
    /*min-height:693px;*/
    min-height:560px;
}
.french_nail .french_left, .measurements .french_left{
    /*width:500px;*/
    width:410px;
    float:left;
}
.measurements .french_left{
    width:680px;
}
.french_nail_noimage{
    width:100%;
    background:url(../images/right_col_bkg.gif) no-repeat right top;
    padding:0;
}
.french_nail_noimage .french_left{
    padding:30px 0 0 60px;
    width:600px;
    float:none;
}
.french_nail .french_left h1{
    /*width:250px;
    height:34px;
    background:url(../images/headers/french_nails_header.gif) no-repeat;*/
}
.french_nail .french_left div.top_content{
    font-weight:bold;
    font-style:normal;
    padding-top:0;
    font-size:13px;
    color:#444444;
    line-height:20px;
}
.french_nail .french_left ul,
.measurements ul.product_list{
    overflow:hidden;
}
.french_nail .french_left ul li,
.measurements ul.product_list li{
    /*width:160px;*/
    float:left;
    /*background:url(../images/french_nail_bkg.gif) no-repeat;*/
    position:relative;
    /* start new style */
    
    background:url(../images/french_nail_bkg_n.gif) no-repeat;
    width:135px;
    overflow:hidden;
}
.measurements ul.product_list li{
    position:static;
}
.french_nail .french_left ul li div,
.measurements ul.product_list li div{
    /*height:180px;*/
    height:160px;
    position:relative;
}
.measurements ul.product_list li div{
    position:static;
}
.french_nail .french_left ul li div img,
.measurements ul.product_list li div img{
    position:absolute;
    left:8px;
    z-index:1;
    /*top:18px;*/
    /*new style*/
    top:16px;
}
.measurements ul.product_list li div a.preview{
    display:block;
    height:130px;
    overflow:hidden;
}
.measurements ul.product_list li div img{
    position:static;
    top:inherit;
    left:inherit;
    margin-top:18px;
    margin-left:8px;
}
.french_nail .french_left ul li div a.text_link{
    display:block;
    z-index:2;
    position:absolute !important;
    text-align:center;
    color:#009ddc;
    text-transform:uppercase;
    cursor:pointer;
    /*padding:15px 1px 0;
    width:144px;
    height:60px;
    background:url(../images/french_nail_caption.png) no-repeat;
    top:105px;
    left:15px;
    font-size:11px;
    font-weight:bold;*/
    /*new styles*/
    width:117px;
    height:48px;
    background:url(../images/french_nail_caption_n.png) no-repeat;
    top:95px;
    left:15px;
    font-size:10px;
    font-weight:normal;
    padding:5px 1px 0;
}
.french_nail .french_left ul li div a.text_link,
.fit_title_span{
    padding:0 11px 0 3px;
    display:block;
}
.measurements ul.product_list li div a.title{
    left:auto;
    top:auto;
    position:relative !important;
    margin-left:10px;
    z-index:2;
    text-align:center;
    color:#009ddc;
    text-transform:uppercase;
    cursor:pointer;
    display:block;
    
    /*
    margin-top:-20px;
    font-weight:bold;
    font-size:11px;
    padding:15px 1px 0;
    height:60px;
    background:url(../images/french_nail_caption.png) no-repeat;*/
    
    margin-top:-40px;
    font-weight:normal;
    font-size:10px;
    padding:0px 1px 0;
    height:48px;
    width:117px;
    background:url(../images/french_nail_caption_n.png) no-repeat;
    
}
.french_nail .french_left ul li div a:hover,
.measurements ul.product_list li div a:hover{
    color:#c68eb7;
}
.french_nail .french_right,
.measurements .french_right{
    margin-top:-30px;
    float:right;
    height:652px;
    position:relative;
    overflow:hidden;
    /*width:446px;*/
    width:307px;
}
.french_nail .french_right .cut_img{
    /*width:446px;
    height:652px;*/
    width:307px;
    height:650px;
    position:absolute;
    left:0;
    top:0;
}
.french_nail .french_right .cut_img_green{
    /*background:transparent url(../images/cut_img_green.png) no-repeat;*/
    background:transparent url(../images/cut_img_green_n.png) no-repeat;
}
.french_nail .french_right .cut_img_purple{
    background:transparent url(../images/cut_img_purple_n.png) no-repeat;    
}
.french_nail .french_right .cut_img_orange{
    background:transparent url(../images/cut_img_orange_n.png) no-repeat;    
}
.french_nail .french_right .cut_img_blue{
    background:transparent url(../images/cut_img_blue_n.png) no-repeat;    
}
.french_nail .french_right .banner_img{
    width:446px;
    height:648px;
}
/*---measurements page---*/
.measurements .french_left p.top_content{
    font-style:italic;
    padding-top:30px;
}
.measurements .pagenavigator{
    width:644px;
    height:40px;
    background:url(../images/measure_pagenavigator.gif) no-repeat;
    margin:25px 0;
    position:relative;
}
.measurements .fit_top_text{
    color:#0185B9;
    font-size:14px;
    line-height:20px;
    font-weight:bold;
    padding-left:10px;
}
.measurements .pagenavigator_top{
    margin-top:15px;
}
.pagenavigator .list_pages{
    position:absolute;
    left:500px;
    top:8px;
}
.pagenavigator .list_pages ul{
    overflow:hidden;
}
.pagenavigator .list_pages ul li{
    float:left;
    font-size:15px;
    font-weight:bold;
    color:#03729e;
    padding:5px 4px;
}
.pagenavigator .list_pages ul li a{
    font-size:15px;
    font-weight:bold;
    color:#03729e;
}
.pagenavigator .list_pages ul li a:hover,
.pagenavigator .list_pages ul li a.active{
    color:#009ddc;
}
.pagenavigator .list_pages ul li.prev a{
    display:inline-block;
    width:6px;
    height:11px;
    background:url(../images/prev_btn.gif) no-repeat;
    margin-top:3px;
    font-size:0;
}
.pagenavigator .list_pages ul li.next a{
    display:inline-block;
    width:6px;
    height:11px;
    background:url(../images/next_btn.gif) no-repeat;
    margin-top:3px;
    font-size:0;
}
.pagenavigator .list_pages ul li.prev a:hover,
.pagenavigator .list_pages ul li.next a:hover{
    background-position:left bottom;
}
.no_nails_content{
    font-size:17px;
    line-height:30px;
    color:#0185B9;
    font-style:italic;
}
.no_nails_content a{
    font-weight:bold;
}
.fit_top_content{
	color:#0185B9;
	font-size:14px;
	font-style:italic;
	line-height:30px;
}


/*---natural nail page---*/
.natural_nail{
    overflow:hidden;
    padding:10px 0 0 70px;
    z-index:1;
}
.natural_nail .natural_left{
    float:left;
    /*width:420px;*/
    /*st. new style*/
    width:360px;
    /*end. new style*/
    padding-top:10px;
}
.natural_nail .natural_left h1.second_step{
    background:url(../images/headers/2_step.gif) no-repeat left top;
    width:145px;
    height:70px;
    margin-top:20px;
}
.natural_nail .natural_left div.top_content{ 
    color:#0185b9;
    font-style:italic;
    line-height:20px;
    /*font-size:16px;
    padding-top:30px;*/
    /*new style*/
    font-size:13px;
    padding-top:20px;
}
.natural_nail .natural_left div.top_content strong{
    /*font-size:17px;*/
    /*new style*/
    font-size:15px;
}
.natural_nail .natural_left h4{
    line-height:18px;
    font-weight:bold;
    color:#0185b9;
    margin:30px 0;
    font-size:13px;
    /*new style*/
    font-size:12px;
}
.natural_nail .natural_left ul{
    margin:10px 0;
}
.natural_nail .natural_left ul li{
    float:left;
    width:114px;
    /*height:135px;*/
    height:115px;
}
.natural_nail .natural_left ul li.separate{
    background:url(../images/nail_separate.gif) no-repeat center center;
    width:5px !important;
    /*height:140px;*/
    height:120px;
}
.natural_nail .natural_left ul li div{
    position:relative;
    /*height:110px;*/
    height:85px;
}
.natural_nail .natural_left ul li div span{
    position:absolute;
    bottom:0;
    display:block;
    text-align:center;
    width:100%;
}
.natural_nail .natural_left ul li span.title{
    color:#221e1f;
    font-size:11px;
    padding:5px 0;
    display:block;
    text-align:center;
}
.natural_nail .natural_left ul li span.code{
    color:#0185b9;
    font-size:11px;
    display:block;
    text-align:center;
}
.natural_nail .natural_left .franchise_logo{
    /*padding:20px 0 10px;*/
    padding:10px 0 0px;
}
.natural_nail .natural_left .category_title{
    height: 20px; 
    color:#0185B9;
    text-align:center;
    clear:both;
    margin-top:-10px;
    /*padding-bottom:35px;*/
    padding-bottom:15px;
}
.natural_nail .natural_left .category_title span.title{
    color:#221E1F;
    display:block;
    font-size:11px;
    padding:5px 0;
    text-align:center;
}
.natural_nail .natural_left .category_title span.code{
    color:#0185B9;
    display:block;
    font-size:11px;
    text-align:center;
}
.intern_only{
    font-style:italic;
    font-weight:normal;
    padding:20px 0 10px;
}
.nails_info{
    color:#0185B9;
    font-weight:bold;
    font-style:normal;
    /*font-size:13px;*/
    /*new style*/
    font-size:12px;
}
.popup_share_right .nails_info{
    display:none;
}


.back_arrow{
    background:url(../images/back_arrow.gif) no-repeat left 2px;
    color:#003a51;
    padding-left:10px;
    font-size:11px;
}
.natural_nail .natural_right{
    /*width:530px;*/
    /*st. new style*/
    width:335px;    
    /*end. new style*/
    float:left;
    /*background:url(../images/natural_right.jpg) no-repeat center 5px;
    padding-top:10px;*/
}
.natural_nail .natural_right .natural_right_cms{
    width:100%;
    /*padding:490px 0 0 60px;*/
    /*new style*/
    padding:370px 20px 0 20px;
}
.natural_nail .natural_right .natural_right_cms .tips_tricks_btn{
    margin-left:75px;
}
.natural_nail .natural_right .natural_right_cms .share_with{
    margin-left:82px;
}
.natural_nail .natural_right .natural_right_cms_fd{
    padding:330px 0 0 60px;
}
.natural_nail .natural_right .natural_right_cms_na{
    padding:355px 0 0 60px;
}
.natural_nail .natural_right .natural_right_cms_rl{
    padding:360px 0 0 60px;
}
.natural_nail .natural_right .tips_tricks_btn{
    display:inline-block;
    background:url(../images/tips_tricks.png) no-repeat;
    width:178px;
    height:33px;
    /* old style float:left;*/
    z-index:5;
    font-size:0;
    /*margin-left:65px;*/
    /*new style*/
}
.natural_nail .natural_right .tips_tricks_btn:hover{
    background-position:left bottom;
}
.natural_nail .natural_right .tips_tricks_btn span{
    display:block;
    width:100%;
    height:100%;
    z-index:4;
}
.natural_nail .natural_right .separate{
    background:url(../images/small_ver_separate.gif) no-repeat center center;
    width:1px;
    height:60px;
    float:left;
    margin:-18px 20px 0 20px;
}
.natural_nail .natural_right .share_with{
    width:156px;
    height:44px;
    background:url(../images/btns/share_with_btn.gif) no-repeat;
    display:inline-block;
    /*margin-top:-5px;*/
    /*new style*/
    margin:10px 0 0 6px;
}
.natural_nail .natural_right .share_with:hover{
    background-position:left bottom;
}
.natural_nail .natural_left ul.diva_mismatch li{
    /*width:83px;*/
    /*new style*/
    width:85px;
}
.natural_nail .natural_left ul.diva_mismatch li div{
    height:100px;
}
.natural_nail .natural_left ul.nail_no_info{
    margin:0;
}
.TB_title{
	background-color:#e8e8e8;
	background:transparent url(../images/ajax_top_big.png) no-repeat;
    height:27px;
    margin-left:1px;
    width:920px;
}
.TB_title_small{
    background:transparent url(../images/ajax_top.png) no-repeat scroll 0 0;
    height:27px;
    margin-left:1px;
    width:535px;
} 
.TB_closeAjaxWindow{
	text-align:right;
}
.TB_ajaxContent{
    background:#FFFFFF none repeat scroll 0 0;
    clear:both;
    line-height:1.4em;
    margin-left:1px;
    overflow:auto;
    padding:2px 15px 0;
    text-align:left;
    width:890px !important;
}
.TB_ajaxContent_small{
    background:#FFFFFF none repeat scroll 0 0;
    clear:both;
    line-height:1.4em;
    margin-left:1px;
    overflow:auto;
    padding:2px 15px 0;
    text-align:left;
    width:505px !important;    
}
.ajax_bottom_small{
    background:transparent url(../images/ajax_bottom.png) no-repeat scroll 0 0 !important;
    height:7px !important;
    margin-left:1px !important;
    width:535px !important;
}
.lightbox_close{
    width:16px;
    height:17px;
    background:url(../images/btns/close_popup.gif) no-repeat;
    display:inline-block;
    margin-right:13px;
    margin-top:10px;
    position:relative;
}
.lightbox_close:hover{
    background-position:left bottom;
}
div.pictureHolder .content a.press_popup_close{
    width:16px !important;
    height:17px !important;
    background:url(../images/btns/close_popup.gif) no-repeat !important;
    /*display:inline-block !important;*/
}
div.pictureHolder .content a.press_popup_close:hover{
    background-position:left bottom !important;
}
.ajax_bottom {
    background:url(../images/ajax_bottom_big.png) no-repeat left bottom;
    height:6px;
    margin-left:1px;
    width:920px;
    font-size:0;
}   
#idFormBlockThanks{
    margin: 50px 0 90px;
}
#idFormBlockThanks .message{
   background:#ECF6FF none repeat scroll 0 0;
    border:2px solid #6BB5E1;
    color:#0376BC;
    font-size:18px;
    height:auto !important;
    line-height:normal;
    margin:50px auto 0;
    min-height:42px;
    text-align:center;
    width:450px;     
    padding:40px 0;
    text-align:center;
}
/*---faq page & about page & store page---*/
.one_column{
    position:relative;
    background:#fff url(../images/right_col.gif) repeat-y left top;
    overflow:hidden;
    height:1%;
    padding:0 0 62px;
    width:100%;
    z-index:1;
}
.faq, .about, .contact, .right_col_nails, .measurements{
    background:url(../images/faq_right_bg.gif) no-repeat 900px top;
}
.faq .faq_block, .about .about_block, .contact .contact_block{
    background:url(../images/faq_left_bg.gif) no-repeat;
    padding:30px 385px 0 215px;
    min-height:560px;
    height:auto !important;
    height:560px;
}
.faq .faq_block .faq_content,
.about .about_block .about_content,
.contact .contact_block .contact_content{
    width:650px;
}
.faq .faq_block .faq_content h1{
    /*width:87px;
    height:36px;
    background:url(../images/headers/faq_header.gif) no-repeat;
    padding-bottom:22px;*/
}
.contact .contact_block .contact_content h1{
    width:234px;
    height:34px;
    background:url(../images/headers/contact_header.gif) no-repeat;
}
.faq .faq_block .faq_content p.top_content{
    padding-top:0;
}
.faq .faq_block .faq_content .faq_accordion a,
.faq_question_link{
    font-size:15px;
    color:#03729e;
    display:block;
    background:url(../images/view_more_link.gif) no-repeat left 12px;
    padding:8px 0 8px 10px;
}
.faq .faq_block .faq_content .faq_accordion a:hover{
    color:#c68eb7;
}
.faq .faq_block .faq_content .faq_accordion a.active{
    background:url(../images/view_more_link_active.gif) no-repeat left 14px;
    padding:8px 0 8px 15px;
}
.faq .faq_block .faq_content .faq_accordion p{
    line-height:18px;
    color:#444444;
    font-size:13px;
}
.about .about_block .about_content h5{
    margin-top:20px;
    font-size:15px;
    color:#03729e;
    line-height:20px;
}
.about .about_block .about_content p{
    font-size:14px;
    line-height:20px;
    text-align:justify;
    margin-top:15px;
}
.about .about_block .store_content h1{
    width:285px;
    height:34px;
    background:url(../images/headers/store_locator_header.gif) no-repeat;
}
.store_content h2.online_header{
    background:url(../images/headers/online_header_bigger.gif) no-repeat;
    width:92px;
    height:24px;
    margin-bottom:10px;
}
.store_content h2.instore_header{
    background:url(../images/headers/instore_header.gif) no-repeat;
    width:91px;
    height:23px;
    margin-bottom:10px;
}
.store_content table tr td{
    padding:14px 15px 10px 0;
}
.store_content table tr th.separate{
    background:url(../images/vertical_sep.gif) no-repeat center center;
    width:10px;
    padding-right:20px;
    padding-left:20px;
}
.contact .contact_block .contact_content .form_fields{
    width:375px;
    padding:30px 0 0 5px;
    color:#444444;
}
.contact .contact_block .contact_content .form_fields .row,
.contact .contact_block .contact_content .form_fields .row_elem{
    padding:10px 2px;
    background:#eff7fa;
    overflow:hidden;
    width:410px;
}
.contact .contact_block .contact_content .form_fields .tr1{
    background-color:white;
}
.contact .contact_block .contact_content .form_fields .row label{
    padding:5px 10px 0 10px;
    width:86px;
    float:left;
}
.contact .contact_block .contact_content .form_fields .row label.error{
    clear:both;
    float:none;
    width:390px;
    padding:0;
}
.contact .contact_block .contact_content .form_fields .row .input_cont{
    background:url(../images/contact_input.gif) no-repeat;
    width:300px;
    float:left;
}
.contact .contact_block .contact_content .form_fields .row .input_cont input{
    width:292px;
    height:19px;
    margin:1px 3px;
    border-style:none;
    border-width:0;
    padding-top:3px;
}
.contact .contact_block .contact_content .form_fields .row_elem .big_inp{
    background:url(../images/state_input.gif) no-repeat;
    width:225px;
    height:24px;
    float:left;
    margin-right:16px;
}
.contact .contact_block .contact_content .form_fields .row_elem .big_inp input{
    width:220px;
    margin:2px 0 0 2px;
    border-style:none;
    border-width:0;
    padding-top:2px;
}
.contact .contact_block .contact_content .form_fields .row_elem .small_inp{
    background:url(../images/zip_input.gif) no-repeat;
    width:154px;
    height:24px;
    float:left;
}
.contact .contact_block .contact_content .form_fields .row_elem .small_inp input{
    width:146px;
    margin:2px 0 0 2px;
    border-style:none;
    padding-top:2px;
    border-width:0;
}
.contact .contact_block .contact_content .form_fields .textarea_cont{
    background:url(../images/contact_textarea.gif) no-repeat right top;
    width:411px;
    height:160px;
    margin-bottom:5px;
}
.contact .contact_block .contact_content .form_fields .textarea_cont label.error{
    margin-top:5px;
}
.contact .contact_block .contact_content .form_fields .textarea_cont textarea{
    width:370px;
    height:119px;
    margin:2px 0 0 24px;
    border-style:none;
    border-width:0;
    overflow:auto;
}
.contact .contact_block .contact_content .form_fields h3{
    color:#03729E;
    font-size:17px;
    font-weight:bold;
    margin:5px 0;
}
.submit_btn{
    display:inline-block;
    width:156px;
    height:29px;
    background:url(../images/btns/submit_btn.gif) no-repeat;
    margin:10px 0 0 165px;
}
.submit_btn:hover{
    background-position:left bottom;
}
/*---press page---*/
.press{
    background:url(../images/press_right_col.jpg) no-repeat 700px top;
    padding:30px 0 0 60px;
    min-height:750px;
    height:auto !important;
    height:750px;
    /*.faq, .about, .contact, .right_col_nails{
    background:url(../images/faq_right_bg.gif) no-repeat 900px top;
    }*/
}
.press .press_content{
    width:600px;
}
.press .press_det_content p{
    font-style:normal;
    padding-top:0;
}
.press .press_content .online_header{
    background:url(../images/headers/online_header.gif) no-repeat;
    width:70px;
    height:19px;
    float:left;
    margin-left:5px;
}
.press .press_content .print_header{
    background:url(../images/headers/print_header.gif) no-repeat;
    width:45px;
    height:18px;
    float:left;
    margin-left:5px;
}
.press .press_content .view_more{
    background:url(../images/view_more_link.gif) no-repeat right 3px;
    padding-right:10px;
    font-size:11px;
    color:#003a51;
    text-transform:uppercase;
    float:left;
    margin:5px 0 0 5px;
}
.press .press_content .view_more:hover{
    color:#c68eb7;
}
.press .press_content ul{
    padding:10px 0;
    overflow:hidden;
}
.press .press_content ul li{
    width:142px;
    height:143px;
    background:url(../images/press_sec.gif) no-repeat left top;
    float:left;
    margin-right:10px;
    overflow:hidden;
}
.press .press_det_content ul li{
    margin-bottom:10px;
    height:200px;
}
.press .press_det_content ul li span{
    font-weight:bold;
    font-size:12px;
    color:#03729e;
    display:block;
    padding:7px 0 0 5px;
}
.press .press_content ul li a{
    border:5px solid White;
    font-size:0;
    display:inline-block;
    margin:6px 0 0 6px;
}
.press .press_content ul li a:hover{
    border:5px solid #0185b9;
}
.press .press_content ul li a img{
    border:1px solid #ccc !important;
}
/*---video page---*/
.video{
    background:url(../images/right_col_bkg.gif) no-repeat right top;
    padding:30px 0 0 60px;
    min-height:510px;
    height:auto !important;
    height:510px;
}
.video .video_content{
    width:600px;
}
.video .video_content h1{
    width:292px;
    height:33px;
    background:url(../images/headers/video_header.gif) no-repeat;
}
.video .video_content ul{
    overflow:hidden;
}
.video .video_content ul li{
    width:230px;
    height:230px;
    float:left;
    background:url(../images/video_sec.gif) no-repeat;
    margin-right:20px;
}
.video .video_content ul li img{
    margin:11px 0 0 11px;
}
.video .video_content ul li h4{
    color:#03729e;
    font-weight:bold;
    font-size:14px;
    padding:12px 0 0 5px;
}
.video .video_content ul li p{
    font-style:normal;
    padding:10px 0 0 5px;
    color:#444444;
    font-size:13px;
    color:#444444;
    line-height:18px;
}
.popup div.main_div_text{
    margin:auto;
    padding:0 10px 10px;
}
.popup div.main_div{
    margin:auto;
}
.popup div.main_div_text h3{
    color:#03729e;
    font-size:17px;
    font-weight:bold;
    margin:20px 0 10px;
}
.popup div.main_div_text p{
    font-size:14px;
    line-height:20px;
    text-align:justify;
    max-height:143px;
    overflow:hidden;
}
/*---events page---*/
.events{
    background:url(../images/press_right_col.jpg) no-repeat 700px top;
    padding:30px 0 0 60px;
    min-height:710px;
    height:auto !important;
    height:710px;
}
.events .events_content,
.events .events_details{
    width:600px;
}
.events .events_content p.top_content{
    font-style:normal;
}
.events .events_content .big_event .big_event_img{
    width:250px;
    float:left;
}
.events .events_content .big_event .big_event_content h3,
.events .events_details h2{
    font-size:17px;
    color:#03729e;
    font-weight:bold;
    line-height:20px;
}
.events .date{
    display:block;
    font-style:italic;
    color:#03729e;
    padding-top:5px;
}
.events .events_content .big_event .big_event_content p,
.events .events_content .small_event .small_event_content p{
    font-size:14px;
    padding-top:10px;
    line-height:18px;
}
.read_it{
    background:url(../images/view_more_link.gif) no-repeat left 3px;
    padding-left:10px;
    margin-top:10px;
    display:inline-block;
}
.events .events_content .small_event{
    overflow:hidden;
}
.events .events_content .small_event .small_event_img{
    float:left;
    width:250px;
}
.events .events_content .small_event .small_event_img img{
    border:2px solid #e5f5fc !important;
}
.events .events_content .small_event .small_event_content{
    /*float:left;
    width:450px;
    pading-left:10px;*/
}
.events .events_content .small_event .small_event_content h3{
    color:#03729E;
    font-size:17px;
    font-weight:bold;
    line-height:20px;
}
.events .events_content .small_event .small_event_content p{
    font-size:14px;
    line-height:18px;
    padding-top:10px;
}
.events .events_details .big_img{
    margin:15px 0;
}
.events .events_details .big_img img{
    border:2px solid #e5f5fc !important;
}
.events .events_details ul.list_images li{
    float:left;
    margin-right:10px;
}
.events .events_details ul.list_images li a{
    display:inline-block;
    border:2px solid white;
}
.events .events_details ul.list_images li a:hover,
.events .events_details ul.list_images li a.active{
    border:2px solid #0486ba;
}
.events .events_details h5{
    margin-top:20px;
    font-size:15px;
    color:#03729e;
    line-height:20px;
}
.events .events_details p{
    font-size:14px;
    line-height:20px;
    text-align:justify;
    margin-top:15px;
}
.events_banner{
    padding-top:20px;
}
/*---login & forgot us page---*/
.data_container_login{}
.data_container_login .f_row{
    margin-bottom:15px;
}
.data_container_login label{
    width:100px;
    float:left;
    color:#009ddc;
    display:block;
    padding-top:6px;
}
.data_container_login .f_inputs{
    background:transparent url(../images/state_input.gif) no-repeat scroll 0 0;
    height:24px;
    margin-right:16px;
    width:225px;
    float:left;
}
.data_container_login .f_inputs input{
    border-style:none;
    border-width:0;
    margin:2px 0 0 2px;
    padding-top:2px;
    width:220px;
}
.data_container_login .validator{
    color:Red;
}
.data_container_login .checkboxes{
    float:left;
    padding-top:7px;
}
.login_btn{
    display:inline-block;
    width:108px;
    height:29px;
    background:url(../images/btns/login_btn.gif) no-repeat;
    cursor:pointer;
}
.login_btn:hover{
    background-position:left bottom;
}
.send_btn{
    width:108px;
    height:29px;
    display:inline-block;
    background:url(../images/btns/send_btn.gif) no-repeat;
    cursor:pointer;
}
.send_btn:hover{
    background-position:left bottom;
}
.data_container_login .ul_message_box{
    background:#FCEBEB url(../images/error.jpg) no-repeat scroll 20px top;
    border:2px solid #ED1C24;
    color:Red;
    font-weight:bold;
    margin:10px 0 0 100px;
    padding:10px 0 0 95px;
    width:250px;
    min-height:45px;
    height:auto !important;
    height:45px;
}
.data_container_login .ul_message_box li{
    list-style-type:none;
    padding-bottom:5px;
}
.thank_message{
    background:#ECF6FF none repeat scroll 0 0;
    border:2px solid #6BB5E1;
    color:#0376BC;
    font-size:18px;
    line-height:normal;
    margin:50px auto 0;
    min-height:42px;
    height:auto !important;
    height:42px;
    text-align:center;
    width:350px;
}
.thank_message .message{
    padding:20px 0;
    text-align:center;
}
.ok_btn{
    width:67px;
    height:23px;
    background:url(../images/btns/ok_btn.gif) no-repeat left top;
    display:inline-block;  
    margin-top:10px;      
}
.ok_btn:hover{
    background-position:left bottom;
}
/*---sitemap page---*/
.sitemap{
    padding-bottom:30px;
    line-height:25px;
}
.sitemap li a{
    display:inline-block;
    background:url(../images/sitemap_bulltet.gif) no-repeat 0 11px;
    padding-left:10px;
    font-weight:bold;
    font-size:14px;
}
.sitemap li div a,
.sitemap li ul li a{
    font-weight:normal;
    font-size:12px;
}
.sitemap li a:hover{
    background:url(../images/sitemap_bulltet_active.gif) no-repeat 0 11px;
}
.sitemap .sub_section{
    padding-left:60px;
}
.sitemap .sub_section a{
    font-weight:bold;
}
.sitemap .sub_section ul li a{
    font-weight:normal;
}
/*---whats new page---*/
.whats_new{
    background:url(../images/faq_right_bg.gif) no-repeat 900px top;
}
.whats_new .whats_new_cont{
    width:620px;
}
.whats_new .whats_new_cont .whats_new_list{
    overflow:hidden;
    width:620px;
}
.whats_new .whats_new_cont .whats_new_list li{
    float:left;
    width:200px;
    height:250px;
}
.whats_new .whats_new_cont .whats_new_list li div
{
    width:200px;
    height:250px;
    text-align:center;
    overflow:hidden;
}
.whats_new .whats_new_cont .whats_new_list li img{
    max-width:200px;    
    max-height:230px;    
}
/*---nails 101 and tip and tricks pages*/
.nails_tricks{
    background:url(../images/press_right_col.jpg) no-repeat 700px top;
    min-height:510px;
    padding:30px 0 0 60px;
}
.nails_tricks_cont{
    width:600px;
    font-size:14px;
    color:#444444;
    line-height:20px;
    text-align:justify;
}
/*---styles for preview popup---*/
#preview{
  position:absolute;
  display:none;
  color:#fff;
  z-index: 9999;
}
#preview table td{
    font-size:0;
}
#preview table td.left_top,
#preview table td.right_top,
#preview table td.right_bottom,
#preview table td.left_bottom{
    width:25px;
    height:25px;
}
#preview table td.main_td{
    background:White;
}
#preview table td.top_bg{
    background:url(../images/preview_popup/top_bg.png) repeat-x left top;
    height:25px;
}
#preview table td.right_bg{
    background:url(../images/preview_popup/right_bg.png) repeat-y right top;
    width:25px;
}
#preview table td.left_bg{
    background:url(../images/preview_popup/left_bg.png) repeat-y left top;
    width:25px;
}
#preview table td.bottom_bg{
    background:url(../images/preview_popup/bottom_bg.png) repeat-x left top;
    height:25px;
}

.click_here_btn{
	display:block;
	margin:30px auto;
	background:url(../images/btns/click_here_btn.gif) no-repeat;
	width:226px;
	height:29px;	
}
.click_here_btn:hover{
	background-position:left bottom;
}
.event_subscription{
	font-size:12px !important;
	color:#999999;
}


/*---footer part---*/
.footer_cont{
    background:url(../images/bg_footer.jpg) repeat-x left top;
    margin: -62px auto 0;
	height: 62px;
	position:relative;
	z-index:999;
	min-width:990px;
}
.footer{
    overflow:hidden;
    padding:14px 0 14px 0;
    border-top:2px solid #013a5b;
    background:url(../images/footer_right.png) no-repeat right bottom;
}
.footer ul.footer_menu{
    padding-left:15px;
    overflow:hidden;
    width:520px;
    float:left;
}
.footer ul.footer_menu li{
    float:left;
    padding-right:19px;
}
.footer ul.footer_menu li a{
    font-size:13px;
    color:White;
}
.footer ul.footer_menu li a:hover,
.footer ul.footer_menu li a.active{
    color:#ddbfd5;
}
.footer .bfm{
    float:right;
    color:#012d5b;
    width:400px;
    font-size:13px;
    text-align:right;
    margin-right:30px;
}
.footer .bfm a{
    color:#012d5b;
}
.footer .bfm a:hover{
    color:#DDBFD5;
}
/*---last styles---*/
.none_submit {
    background: transparent;
    border: 0px;
    width: 0px;
    height: 0px;
    position: absolute;
    filter:alpha(opacity=0);/*Needed for IE*/
    opacity: 0;/*FF, Safari, and Opera*/
}
