



@font-face {
    font-family: 'avantgarde_bk_btbook';
    src: url('../fonts/AvantGarde_Bk_BT/itc_avant_garde_ce_gothic_demi-webfont.eot');
    src: url('../fonts/AvantGarde_Bk_BT/itc_avant_garde_ce_gothic_demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AvantGarde_Bk_BT/itc_avant_garde_ce_gothic_demi-webfont.woff') format('woff'),
         url('../fonts/AvantGarde_Bk_BT/itc_avant_garde_ce_gothic_demi-webfont.ttf') format('truetype'),
         url('../fonts/AvantGarde_Bk_BT/itc_avant_garde_ce_gothic_demi-webfont.svg#avantgarde_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: url('../img/visual/body_background.jpg') repeat-x top #fff;
	font-family: 'arial';	
	font-size: 12px;
	color:#777;
}
body  ::selection {
  background: #bce0ff;
}
body  ::-moz-selection {
  background: #bce0ff;
}
body.content_only {
	padding:10px 20px;
}
#page {   
   border-top:0px solid #f5d0b9;  
	 aoverflow: hidden;
   padding:0 0px 0 0px;
   position: relative;
}
#columns {
	margin:0px 0;
	min-height: 300px;
	}

h1,h2,h3,h4,h5 {
	font-weight: normal;
	text-transform: uppercase;
}
#header {padding-top:15px;}

.bx-wrapper {float:right; width:700px !important; margin-top: 0px;}
.bx-window {width: 700px !important; height:300px;}
#header_right {
  width: 700px;
  position: absolute;
  top:40px;
  right: 0;
}
#header_logo {
  margin-top:5px;
  margin-bottom:20px; 
}
#idEA_trustmark {
  float: left;
  margin-top: -30px;
}
.sf-menu {
  clear:left;
  width:220px;
  background:#f3f3f3;
  margin:0;
  display:none;
}
body#index .sf-menu{
  display: block;
  position: relative;
}
ul.pagination a, ul.pagination span {
  margin-right: 2px;
}
.sf-menu li {
  float:none;
  border-right:none;
  border-bottom:1px solid #ddd;
  margin:0 10px 0 10px;
  position: static
}
.sf-menu a{  
  text-shadow: 0 0px 0 #333;
  padding-left:2px;
}
.sf-menu a, .sf-menu a:visited {
  color:#555;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
  background:none;
  color:#30a4dc;
}
li.level_3 > ul {
  width: 700px;
  -webkit-column-count: 3;
  -webkit-column-gap: 10px;
  -webkit-column-fill: auto;
  -moz-column-count: 3;
  -moz-column-gap: 10px;
  -moz-column-fill: auto;
  column-count: 3;
  column-gap: 15px;
  column-fill: auto;
}
li.level_4 {
  display: inline-block;
  margin: 0 2px 0px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  padding: 5px;
  background: -webkit-linear-gradient(45deg, #FFF, #F9F9F9);
  opacity: 1;
  
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  float:none;
}
li.level_4 a {
  line-height:24px;
}
.sf-menu li.sfHover ul {
  left: 100%;
  top:0; match top ul list item height 
  z-index:800;
  width: 700px;
  height: auto; 
  height: 520px; 
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  cursor: default;
  display:block !important;
  visibility:visible !important;
  z-index:100000;
}
.sf-menu > li.sfHover > ul {
  position:absolute;
  }
.sf-menu li.sfHover ul ul {
    display:block !important;
    visibility:visible !important;
    top:0!important;
    width: 210px;
    height: auto;
    position: relative;
    min-height: 0;
    min-height: auto;
    left: 0;
    border:none;
    padding-bottom:0;
}
.sf-shadow ul {
  background: #fff;
  border: 1px solid #ddd;  
}
 .sf-menu > li.sfHover li > a {
    font-weight: bold;
    background: none;
    border-bottom: 1px solid #ccc;
 }
  .sf-menu > li.sfHover li > a .sf-sub-indicator{
    display: none!important
 }
  .sf-menu > li.sfHover li li > a {
    font-weight: normal;
    background: none;
    border:none;
    padding-left:10px;
 }
.sf-menu li li {
  background: none repeat scroll 0 0 #FFFFFF;
  float: none;
  width: 210px;
  border:none;

}
.sf-menu li li li {
  background: #fff;
  margin: 0;
  border:none;
  position: relative;
}
.sf-menu ul li:hover, .sf-menu ul li.sfHover, .sf-menu ul li a:focus, .sf-menu ul li a:hover, .sf-menu ul li a:active {
  background: #fff;
  outline: 0 none;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
  left: 0;
  top: 0;
}

a > .sf-sub-indicator {background-position: 0 0;}
.sf-sub-indicator {
  background:url('../img/visual/arrow_sub.png') no-repeat 0 0;
  right: -8px;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: 0px 0px; /* arrow hovers for modern browsers*/
}
.categories_menu {
  width:220px;
  height:40px;
  background:url('../img/visual/categories_menu.png') no-repeat 0 0;
  clear:left;
  cursor: pointer;
}
.categories_menu span.cat{
  display:block;
  padding:14px 0 15px 10px;
  font-size: 24px;
  color:#fff;
  text-transform: uppercase;


}
.categories_menu span.sf-sub-indicator {padding-left:0;}
.categories_menu.hover_show > ul {
    position: absolute;
}
.categories_menu.hover_show {
	position: relative;
}
/*
.sf-menu li.menu_deal,
.sf-menu li.menu_percent,
.sf-menu li.menu_reco,
.sf-menu li.menu_sale,
.sf-menu li.menu_bestSeller,
.sf-menu li.menu_newArrival {margin:0;}

.sf-menu li.menu_deal a,
.sf-menu li.menu_percent a,
.sf-menu li.menu_reco a,
.sf-menu li.menu_sale a,
.sf-menu li.menu_bestSeller a,
.sf-menu li.menu_newArrival a {padding-left:45px; font-size: 14px; text-transform: uppercase; height: 35px;}

.sf-menu li.menu_deal {background:url('../img/visual/colorMenu01.jpg') repeat-x 0 0}
.sf-menu li.menu_deal a {background:url('../img/visual/icon_deal.png') no-repeat 13px 6px; color:#0032a3;}

.sf-menu li.menu_percent {background:url('../img/visual/colorMenu02.jpg') repeat-x 0 0}
.sf-menu li.menu_percent a {background:url('../img/visual/icon_percent.png') no-repeat 13px 6px; color:#2a9500;}

.sf-menu li.menu_reco {background:url('../img/visual/colorMenu03.jpg') repeat-x 0 0}
.sf-menu li.menu_reco a {background:url('../img/visual/icon_recomended.png') no-repeat 13px 6px; color:#008ccd;}

.sf-menu li.menu_sale {background:url('../img/visual/colorMenu04.jpg') repeat-x 0 0}
.sf-menu li.menu_sale a {background:url('../img/visual/icon_sale.png') no-repeat 13px 6px; color:#ff7e00;}

.sf-menu li.menu_bestSeller {background:url('../img/visual/colorMenu05.jpg') repeat-x 0 0}
.sf-menu li.menu_bestSeller a {background:url('../img/visual/icon_bestseller.png') no-repeat 13px 6px; color:#ff0000;}

.sf-menu li.menu_newArrival {background:url('../img/visual/colorMenu06.jpg') repeat-x 0 0}
.sf-menu li.menu_newArrival a {background:url('../img/visual/icon_newArrival.png') no-repeat 13px 6px; color:#3d5f29;}
*/

ul#lofmegamenu li.lofitem0.fdeals,
ul#lofmegamenu li.lofitem0.cicilan,
ul#lofmegamenu li.lofitem0.reco,
ul#lofmegamenu li.lofitem0.sale,
ul#lofmegamenu li.lofitem0.bestSeller,
ul#lofmegamenu li.lofitem0.newArrival {margin:0!important;}

ul#lofmegamenu li.lofitem0.fdeals a,
ul#lofmegamenu li.lofitem0.cicilan a,
ul#lofmegamenu li.lofitem0.reco a,
ul#lofmegamenu li.lofitem0.sale a,
ul#lofmegamenu li.lofitem0.bestSeller a,
ul#lofmegamenu li.lofitem0.newArrival a {padding-left:45px; font-size: 14px; text-transform: uppercase; }

ul#lofmegamenu li.lofitem0.fdeals {background:url('../img/visual/colorMenu01.jpg') repeat-x 0 0}
ul#lofmegamenu li.lofitem0.fdeals a {background:url('../img/visual/icon_deal.png') no-repeat 13px 6px; color:#0032a3;}

ul#lofmegamenu li.lofitem0.cicilan {background:url('../img/visual/colorMenu02.jpg') repeat-x 0 0}
ul#lofmegamenu li.lofitem0.cicilan a {background:url('../img/visual/icon_percent.png') no-repeat 13px 6px; color:#2a9500;}

ul#lofmegamenu li.lofitem0.reco {background:url('../img/visual/colorMenu03.jpg') repeat-x 0 0}
ul#lofmegamenu li.lofitem0.reco a {background:url('../img/visual/icon_recomended.png') no-repeat 13px 6px; color:#008ccd;}

ul#lofmegamenu li.lofitem0.sale {background:url('../img/visual/colorMenu04.jpg') repeat-x 0 0}
ul#lofmegamenu li.lofitem0.sale a {background:url('../img/visual/icon_sale.png') no-repeat 13px 6px; color:#ff7e00;}

ul#lofmegamenu li.lofitem0.bestSeller {background:url('../img/visual/colorMenu05.jpg') repeat-x 0 0}
ul#lofmegamenu li.lofitem0.bestSeller a {background:url('../img/visual/icon_bestseller.png') no-repeat 13px 6px; color:#ff0000;}

ul#lofmegamenu li.lofitem0.newArrival {background:url('../img/visual/colorMenu06.jpg') repeat-x 0 0}
ul#lofmegamenu li.lofitem0.newArrival a {background:url('../img/visual/icon_newArrival.png') no-repeat 13px 6px; color:#3d5f29;}




#header_right #languages_block_top {display: none;}

#header_right #header_user {width: 300px; clear: none; margin-top: 0;}

.call_center {
  float:left;
  padding:3px 0 10px 24px;
  background: url('../img/visual/icon_call.png') no-repeat 0 2px;
  margin-right: 20px;
}
#header_right .call_center span{
  font-size: 14px;
  font-weight: bold;
  color:#777;
}
.bantuan,
.order {
  float:left;
  padding:2px 0 10px 23px;
  color:#555;
}
.bantuan {background:url('../img/visual/icon_help.png') no-repeat 0 0px; margin:0 20px;}
.order {background:url('../img/visual/icon_order.png') no-repeat 0 0px; margin-left: 5px;}

#header_user_info {margin-top:0; width: 595px; text-align: right;}
#header_user_info a.logout {
  background: url('../img/icon/logout.png') no-repeat 0px 2px;
  padding-left: 16px;
  margin-left:0;
}
#header_user_info a {border-left:0; padding: 4px 0 5px 24px;margin-left:12px;}
#header_user_info a:hover {text-decoration: none; color: #33a3dc;}
#header_user_info a.login {background:url('../img/visual/icon_login.png') no-repeat 0 0; }
#header_user_info a.register {background:url('../img/visual/icon_reg.png') no-repeat 0 0; }
#header_user_info a.account { padding-right: 0px;}
#header_user_info a.share {background:url('../img/visual/icon_share.png') no-repeat 0 0; }

#search_block_top {
  height:40px;
  width: 100%;
  background: #eee;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
}
form#searchbox {padding:1px 1px; float:none;}
#search_block_top .button {
  background:url('../img/visual/search_btn.png') no-repeat 0 0 ;
  text-indent: -999999px;
  width: 45px;
  height: 38px;
  padding: 0;
  border: 0;
}
#search_block_top #search_query_top {
  border:0;
  background: none;
  width: 505px;
  padding:6px 0;
  margin:2px 0 0 0;
}
#category_select {
  float:left; 
  width:146px; 
  height:32px;
  margin:4px 0 0 0px;
  /*background:url('../img/visual/all_category.png') no-repeat 0 0; */
}
#category_select .selectItem {
  height:32px;
  width: 132px;
}
#category_select select{  
  border: 0;  
  height:32px;
  width: 132px;
  color:#333;
  margin:0 0 0 5px;
  font-size: 12px;
  /*background: transparent;*/
  /*-webkit-appearance: none;*/
}
#category_select select option {
  background: #fff;
  border: 1px solid #358ebb;  
  color:#333;
}

#left_column {width: 220px; margin-right: 20px;min-height: 500px}
#left_column #wishlist_block{
	display: none;
	}
 body#product.fantastic-deals #left_column {
 	display: none;
 }
#center_column, .hide-left-column #center_column, #address #center_column {width: 700px;}
.hide-left-column.hide-right-column #center_column, body#product.fantastic-deals #center_column,
#center_column.full, #authentication #center_column,#order-opc.hide-left-column.hide-right-column #center_column,
#order #center_column, #order-confirmation #center_column, #sitemap #center_column{width: 100%;}
#sitemap #left_column{display: none}
div.blockadvmulti {}
div.blockadvmulti .advmulti {float:left; width: 300px; margin-right: 20px;}
div.blockadvmulti .advmulti.right {margin-right: 0px;}

#category .blockadvmulti{display: none;}

.list_product_deal {width:700px; float:right; }
.list_product_deal li{float:left; list-style: none; width: 350px; height: 267px; background: #509a19;}
.list_product_deal li.blue{background: #0055ac;}
.list_product_deal .boxDeal{padding:15px 10px; color:#fff; }
.list_product_deal .boxDeal h1{
  text-transform: capitalize; 
  font-size: 24px; 
  line-height: 26px; 
  height: 26px; 
  overflow: hidden; 
  margin-bottom: 15px;
}
.list_product_deal .boxDeal h1 a{color:#fff;}
.list_product_deal .boxDeal h1 a:hover{text-decoration: none; color:#f4f4f4;}
.list_product_deal .boxDeal .bd_left,
.list_product_deal .boxDeal .bd_right{float:left; width: 130px;}
.list_product_deal .boxDeal .bd_right{width: 200px;}
.list_product_deal .boxDeal .bd_left a {display:block; width:128px; height:128px; border:1px solid #ddd;}
.savePurchased {padding:12px 0 0 0;}
.savePurchased .list{float:left; padding: 0 14px 0 0; margin:0 10px 0 0; border-right: 1px solid #fff;}
.savePurchased .list span{display:block;}
.savePurchased .list span.count {font-weight: bold; font-size: 16px;}
.savePurchased .list.last{padding: 0; margin:0; border: 0;}
.list_product_deal .boxDeal .bd_right .btn_buy {
  background: url("../img/visual/btn_buy.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  color: #FFFFFF;
  display: block;
  float: none;
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  margin: 0 0 0 -7px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 182px;
}
.list_product_deal .boxDeal .bd_right .btn_buy:hover{text-decoration:none; }
.list_product_deal .boxDeal .bd_right .price{padding: 10px 0 4px 16px; text-align: center;}
.list_product_deal .boxDeal .bd_right .price p{padding: 0 0 11px 0; font-size:18px; text-decoration: line-through;}
.list_product_deal .boxDeal .bd_right .price .afterDisc{font-size:24px; text-decoration: none;}
.list_product_deal .boxDeal .bd_right .timer{ padding:0 0 0 15px;font-weight: bold;}
.list_product_deal .boxDeal .bd_right .timer .timebox {
  float:left; 
  width:54px; 
  background: url('../img/visual/timer.png') no-repeat 0 0;
}
.list_product_deal .boxDeal .bd_right .timer .timebox.center {margin:0 1px;}
.list_product_deal .boxDeal .bd_right .timer .timebox span {display: block; text-align: center;}
.list_product_deal .boxDeal .bd_right .timer .timebox span.count{height:44px; line-height:44px; font-size: 27px;}
.list_product_deal .boxDeal .bd_right .timer .timebox span.txt{padding-top: 3px;}
.list_product_deal .submit_more{padding: 10px 0 0 0}
.list_product_deal .submit_more a{
  float: right;
  display: block; 
  width: 89px; 
  height: 24px; 
  background: url('../img/visual/more_list_deal.png') no-repeat 0 0;
  text-indent: -9999999px;
}

.cs_home_filter_product .filter_row_displayhome_1 .products_content_tab {border:none;}
.cs_home_filter_product .products_content_tab .slide_image {
  width: 940px;
  border:none;
  margin-bottom: 20px;
}
.cs_home_filter_product .products_content_tab .slide_image ul {float: left;  width: 100%;}
.cs_home_filter_product .products_content_tab .slide_image li {
  margin-bottom: 14px;
  padding: 0px 16px 0px 16px;
  margin: 0 0 40px 0;
  border: 0px solid #ddd;
  border-right: 1px solid #ddd;
  float: left;
  width: 200px;
  height: 260px;
  list-style: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.cs_home_filter_product .products_home_filter_product {display: none;}
.cs_home_filter_product .products_content_tab .slide_image a {
  display: block;
  text-align:center; 
}
.cs_home_filter_product .slide_image a.btn {
  display: none;
}
.cs_home_filter_product .products_content_tab .slide_image li{position: relative;}
.cs_home_filter_product .products_content_tab .slide_image li h3 a{
  font-size:15px;
  color: #777;
  font-weight: normal; 
  text-transform: capitalize;
}
#cs_quickview_handler {  
  height: 42px;
  line-height: 42px;
  padding:0 50px; 
  background:url('../img/visual/quick_view_bg.png') repeat 0 0;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  /*aleft: 0px !important;*/
}



.breadcrumb {
  margin: 25px 0;
  font-size: 11px;
  color:#777;
}
.breadcrumb a {color: #8dc63f;}
#center_column h1 {
  color:#8dc63f;
  padding-bottom: 17px;
  border-bottom: 1px solid #ddd;
}

#product_list {margin-top: 20px;}
#product_list li {
  margin-bottom: 14px;
  padding: 0px 16px 0px 16px;
  margin:0 0 40px 0;
  border: 0px solid #ddd;
  border-right: 1px solid #ddd;
  float:left;
  width: 200px;
  height: 260px;

  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
#product_list li a {
  display: block;
  width: 200px
  height: 210px;
}
#product_list li.last {border-right: none;} 
#product_list li.border_top {
  width: 100%;
  float: none;
}
#product_list a.product_img_link {
  float:none;
  border: none;
  text-align: center;
}
#product_list .s_title_block {font-size: 15px; padding-bottom: 5px; line-height: 20px;}
#product_list li .content_price {margin-top: 0px;}
#product_list li .content_price span {display: block;}
#product_list li .content_price .old_price {
  color: #aaa;
  font-size: 14px;
  padding-bottom: 5px;
  text-decoration: line-through;
}
#product_list li .price {
  color:#33a3dc;color:#ff5300;
  font-weight: bold;
  font-size:16px;
}
#product_list li span.new, #product_comparison span.new {
  width: 51px;
  height: 45px;
  left: 0;
  top:0;
  background: url('../img/visual/ribbon_new.png') no-repeat 0 0;
  text-indent: -999999px;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);  
  transform: rotate(0deg);
}
#product_comparison span.new {
  color: #FFFFFF;
  display: block;
  font-size: 10px;
  margin-bottom: -20px;
  right: -30px;
  text-align: center;
  text-transform: uppercase;
}

.view_by_price {padding: 1px 0 9px 0; border-bottom: 1px solid #ddd;}


#product.fantastic-deals #pb-right-column {width: 542px;}
#pb-right-column {width: 350px; position: relative;}
#pb-left-column {width: 330px; margin-left: 20px;}
#product.fantastic-deals #pb-left-column {width: 370px; }
#pb-right-column #views_block {position: relative; margin-top: 0;}
#thumbs_list {width: 275px; margin-left: 38px;height: 80px;}
#thumbs_list li {width: 80px; height: 80px; margin-right: 14px;}
#thumbs_list li img {margin:0; }

#product.fantastic-deals #thumbs_list {width: 416px; margin-left: 70px; overflow: hidden}
#product.fantastic-deals #thumbs_list li {width: 80px; height: 80px; margin-right: 24px;}
#product.fantastic-deals #thumbs_list li img {margin:0; }

#view_scroll_left, #view_scroll_right {
  position: absolute;
  top: 18px;
  left:0;
  float: left;
  margin-top: 20px;
  padding: 0 4px;
  height: 24px;
  width: 16px;
  text-indent: -3000px;
  background: url('../img/visual/scroll_left.png') no-repeat 0 0;
}
.flag_discount {
  position: absolute;
  top:13px;
  right: 13px;
  width: 63px;
  height: 63px;
  background:url('../img/visual/diskon_bg.png') no-repeat 0 0;
  z-index: 15; 
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
.flag_discount span {
  display: block;
  padding-top: 12px;
}

#view_scroll_right {
  left: 320px;
  background: url('../img/visual/scroll_right.png') no-repeat 0 0;
}
#product.fantastic-deals #view_scroll_right {
	left: 500px;
}
#product.fantastic-deals #view_scroll_left {
	margin-left:20px;
}	
#pb-left-column #buy_block {margin-top: 0;}
#pb-left-column h1 {border: none; padding-bottom: 11px; margin-bottom: 0; color:#777; font-size:24px; text-transform: capitalize;line-height: 25px;}
#buy_block p#old_price {padding-bottom: 5px;}
.content_prices {margin-top: 0; text-align: left; padding-top: 15px; position: relative;}
.our_price_display {color:#0055ac; font-weight: normal; float: left; margin-top: 10px; margin-right: 10px;}
.fantastic-deals .our_price_display { font-weight: bold;}
#usefull_link_block {margin-top: 15; margin-bottom: 15px;}


#usefull_link_block li {padding:0; margin-right: 6px; float: left; }
#usefull_link_block li#left_share_fb {
  background: url('../img/visual/share_fb.png') no-repeat 0 0;
  padding:0; 
}
#usefull_link_block a {
  display: block;
  width: 24px;
  height: 24px;
  text-indent: -999999px;
}
.product_attributes {margin-top:0px; padding: 5px 0 5px 0; border-top: 0;}
#availability_statut span#availability_label,
#pb-left-column #buy_block label {text-align: left; line-height: 35px; width: 105px;}
#attributes select {width: 215px}
#buy_block p {padding-bottom: 5px;}
#availability_statut {margin-top:0; }
#attributes fieldset {padding-bottom: 5px;}
#pQuantityAvailable {color:#da1d1d; font-size: 14px; text-transform: uppercase; clear: left; width: 100%; margin-top: 10px;}
#product_comments_block_extra {margin-top: 15px;}

#availability_statut {
  clear: left;
  float: left;
  margin-right: 10px;
  padding: 0;
  margin-top: 8px;
}
.content_prices.clearfix.pa_right {
	margin-top: 20px;
}

.content_prices #add_to_cart {float: left;}
.content_prices #add_to_cart .exclusive {
  border:none;
  width: 262px;
  height: 44px;
  background:url('../img/visual/btn_addtocart.png') no-repeat 0 0; 
}
.content_prices.pa_right {border:none; padding: 0;}

.fantastic-deals #add_to_cart {width: 315px; margin: 0 auto;}
.fantastic-deals #add_to_cart .exclusive {
  width: 313px;
  height: 76px;
  background:url('../img/visual/btn_addtocart_deal02.png') no-repeat 0 0; 
  border: none;
}
.fantastic-deals .content_prices {
  border: 0;
  text-align: center;
}
.fantastic-deals #buy_block p#old_price {
  font-size: 18px;
  color: #ff0000;
  margin-bottom: 5px;
}
.old_price {
  color: #FF0000;
  font-size: 16px;
  text-decoration: line-through;
}
.fantastic-deals #quantity_wanted_p,
.fantastic-deals #pQuantityAvailable,
.fantastic-deals .product_attributes,
.fantastic-deals .add_wishlist,
.fantastic-deals .beauty_point,
.fantastic-deals #product_comments_block_extra {display: none;}
.fantastic-deals .price  {text-align: center; float: none;}
.fantastic-deals .price .our_price_display {text-align: center; float: none;}


ul.idTabs {
  border:0;
  padding:0;
  height: 65px;
  background:url('../img/visual/idTabs_ul.jpg') repeat-x center bottom;
}
ul.idTabs li {
  background:url('../img/visual/idTabs_li.jpg') repeat-x 0 0;
  height: 65px;
  margin-right: 2px;
}
.idTabs a {
  display: block;
  background: none;
  color:#777;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 50px;
  padding: 0 20px 0 20px;
  font-weight: normal;
}
.idTabs .selected {
  color: #fff;
  background: url('../img/visual/idTabs_li_hover.jpg') repeat-x 0 0;
}
#idTab1, #idTab2, #idTab3 {margin-top: 25px;}
#more_info_sheets {padding-top: 10px; padding-bottom: 35px;}
ul.footer_links {padding-bottom: 50px;}


#history .breadcrumb,
#addresses .breadcrumb,
#identity .breadcrumb,
#discount .breadcrumb,
#module-paidinform-payment-form .breadcrumb,
#module-mailalerts-account .breadcrumb,
#module-referralprogram-program .breadcrumb,
#module-blockwishlist-mywishlist .breadcrumb,
#module-loyalty-default .breadcrumb
{
  display: none;
}
#history h1,
#addresses h1,
#identity h1, 
#discount h1,
#my-review h1, 
#module-paidinform-payment-form h1, 
#module-mailalerts-account h1, 
#module-referralprogram-program h1, 
#module-blockwishlist-mywishlist h1, 
#module-loyalty-default h1 
{
  margin-top: 25px !important;
  color: #33a3dc !important;
  font-size: 18px !important;
  border-bottom: 0;
  padding-bottom: 5px;
}
#module-mailalerts-account h2, 
#module-loyalty-default h2 
{
  margin-top: 25px;
}
#module-mailalerts-account #footer h2, #module-loyalty-default #footer h2 {
	margin-top: 0;
}




.skinAdvert_left, .skinAdvert_right {
  position: absolute;  
  width: 120px;
  min-height: 400px;
  z-index: 10;
  top:75px;
  display: none;
}
.skinAdvert_left {  
  left:-122px;
}
.skinAdvert_right {
  right: -122px;
}
.skinAdvert_left .moreLink, .skinAdvert_left .closeAd,
.skinAdvert_right .moreLink, .skinAdvert_right .closeAd { 
  position: fixed;  
}
.skinAdvert_left .moreLink, 
.skinAdvert_right .moreLink {margin-top: 17px;}
.skinAdvert_left .closeAd,
.skinAdvert_right .closeAd {
  cursor:pointer; background:url('../img/visual/closeAd.png') no-repeat right top;
  width: 120px;
  height: 15px;
  text-indent: -999999px;
}
.skinAdvert_right .closeAd {
  cursor:pointer; background:url('../img/visual/closeAd.png') no-repeat left top; 
}
#index .skinAdvert_left,
#index .skinAdvert_right {
  display: block;
}



#create-account_form h3, #authentication #login_form h3, #account-creation_form h3 {
  background: none;
  font-size:14px;
  color: #33a3dc;
  border:0;  
  padding-left: 0;
}
#create-account_form, #authentication #login_form {
  width: 45%;
  margin-bottom: 50px;  
  height: auto;
}
#create-account_form {padding-left: 4%;  border-left: 1px solid #ddd; padding-bottom: 25px;}
#authentication #login_form {padding-right: 3%;}
#authentication #create-account_form .form_content, #authentication #login_form .form_content {
  padding-left: 0;
}
#create-account_form #email_create, #login_form #email, #login_form #passwd, #login_form #login_email, #login_form #login_passwd {
  padding: 5px 6px;
  width: 285px;
}
#create-account_form #SubmitCreate, #login_form #SubmitLogin {
  padding-left: 25px;
  padding-right: 25px;
}
#create-account_form #SubmitCreate {float: left;}
.lost_password {
  margin-left: 115px;
}
.login_social {width: 358px;}
.login_social .login_twitter,
.login_social .login_fb {
  float: left;
  width: 162px;
  height: 29px;  
  text-indent: -999999px;
}
.login_social .login_twitter {background: url('../img/visual/login_twitter.png') no-repeat 0 0; margin-right: 30px;}
.login_social .login_fb {background: url('../img/visual/login_fb.png') no-repeat 0 0;}



input.button_mini, input.button_small, input.button, input.button_large, input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled, input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large, input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, a.button_mini, a.button_small, a.button, a.button_large, a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large, span.button_mini, span.button_small, span.button, span.button_large, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
  background: #33a3dc;
  border:1px solid #2498d3;
  color:#fff;
  padding: 10px;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out; 
  
}
input.button_mini:hover, 
input.button_small:hover, input.button:hover,
input.button_large:hover, input.button_mini_disabled:hover,
input.button_small_disabled:hover, 
input.button_disabled:hover, 
input.button_large_disabled:hover, 
input.exclusive_mini:hover, 
input.exclusive_small:hover, 
input.exclusive:hover, 
input.exclusive_large:hover, 
input.exclusive_mini_disabled:hover, 
input.exclusive_small_disabled:hover,
input.exclusive_disabled:hover, 
input.exclusive_large_disabled:hover, 
a.button_mini:hover, 
a.button_small:hover, 
a.button:hover, 
a.button_large:hover, 
a.exclusive_mini:hover, 
a.exclusive_small:hover, 
a.exclusive:hover, 
a.exclusive_large:hover, 
span.button_mini:hover, 
span.button_small:hover, 
span.button:hover, 
span.button_large:hover, 
span.exclusive_mini:hover, 
span.exclusive_small:hover, 
span.exclusive:hover, 
span.exclusive_large:hover, 
span.exclusive_large_disabled:hover {
  background: #8dc63f;
  border:1px solid #89c23a;  
}
form.std fieldset {margin-top:5px; margin-bottom: 35px;}
.lost_password a {color: #0055ac;}

#account-creation_form fieldset, fieldset.account_creation {
  background: none;
  border:0;
}
#account-creation_form p.text input, #account-creation_form p.password input, #account-creation_form p.select input {
  padding: 5px;
}
#account-creation_form p.radio span, #account-creation_form p.text label, #account-creation_form p.password label, #account-creation_form p.select label, #account-creation_form p.select span, #account-creation_form p.textarea label {
  text-align: left;
  padding-left: 0;
  color:#777;
  font-size: 12px;
}
.account_creation label {cursor: default;}
#account-creation_form p.textarea textarea {
  width: 650px;
  height: 150px;
}
#account-creation_form p.inline-infos {margin-left:245px !important; }
#account-creation_form p.required sup {color:#777;}
#account-creation_form {padding-bottom: 70px;}





#layered_block_left .layered_subtitle {
  color:#0055ac;
  font-size: 14px;
  text-transform: uppercase;
}
#layered_block_left .layered_price,
#layered_block_left div > form > div > div {margin-top: 25px;}
#layered_block_left ul li label {margin-left: 3px;}

#layered_form div div ul {
  padding: 10px;
  border:1px solid #ccc;
  margin-top: 10px;
}
.layered_slider_container {margin-top: 10px;}

#left_column .ui-slider-horizontal {height: 10px !important;}
#left_column .ui-widget-header {
  background: url('../img/visual/price_scroll.png') repeat-x 0 0 !important;
}
#left_column .ui-widget-content {
  background: url('../img/visual/price_scroll_active.png') repeat-x 0 0 !important;
  border: 0 !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
#left_column .ui-state-default, 
#left_column .ui-widget-content .ui-state-default, 
#left_column .ui-widget-header .ui-state-default {
  background: url('../img/visual/price_scroll_bullet.png') no-repeat 0 0 !important;
}
#left_column .ui-slider .ui-slider-handle {
  width:24px !important;
  height: 25px !important;
  border: none !important;
}
#left_column .ui-slider-horizontal .ui-slider-handle {
  top:-.7em !important;
}



.myaccount {margin-top: 25px;}
.block .title_block, .block h4 {
  color: #8dc63f;
  padding-bottom: 0px;  
  font-size: 24px;
  padding: 0;
  background: none;
  text-shadow:none;
  font-weight: normal;
  line-height: 26px;
}
.myaccount .block_content{
  margin-top: 5px;
  background: #f3f3f3;
  padding:5px 10px 15px 10px; 
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
.myaccount li {border-bottom: 1px solid #ddd;}
.myaccount li a {
  background: none;
  color:#555;
  padding: 12px 6px;
}
.myaccount li a:hover,
.myaccount p.logout a:hover {color:#33a3dc; text-decoration:none;}

.myaccount ul {margin-bottom: 15px;}
.myaccount li a.selected{
  color: #33a3dc;
}

.tbl_detail_order {
  /*margin-left: 0 !important;*/
  padding-bottom:15px;
  margin-left:230px; 
  margin-top:0;
  margin-bottom: 25px; 
}


#order-list td {
  font-weight: normal;
}
#order-list td.history_detail a{color:#0055ac !important;}
#addresses #left_column, #discount #left_column,
#module-blockwishlist-mywishlist #left_column,
#module-loyalty-default #left_column, 
#address #left_column 
{
  display: block;
}
#addresses #center_column, #discount #center_column,
#module-blockwishlist-mywishlist #center_column,
#module-loyalty-default #center_column {width: 700px;}



div.addresses {
  background: none;
}
.addresses ul.address li {
  padding: 0;
  font-weight: normal;
  text-transform: capitalize;
}
.addresses ul.address .address_title {
  background: none;
  text-shadow:none;
  color: #33a3dc;
  font-size: 14px;
  font-weight: normal;
}
.addresses ul.address .address_update, .addresses ul.address .address_delete {
  float:left;
  margin-right:10px; 
  margin-top: 20px;
}
.addresses ul.address .address_update a, .addresses ul.address .address_delete a {
  display: block;
  background: #33a3dc;
  border: 1px solid #2498d3;
  color: #fff !important;
  padding: 8px 15px;
  font-weight: bold;
  font-size: 12px;
  border-radius: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.addresses ul.address .address_update a:hover, .addresses ul.address .address_delete a:hover{
  background: #A6CE39;
  border: 1px solid #A6CE39;
  text-decoration: none;
}
.address_add {padding: 40px 0;}
.address_add a{background: #33a3dc !important;}
.address_add a:hover {background: #A6CE39 !important;}

.adresses_bloc .item {margin-right: 10px;}
  
form#add_adress {padding-bottom: 50px;}
#add_adress fieldset {
  border: none;
  background: none;
}
#add_adress h3 {
  background: none;
  background: none;
  font-size: 18px;
  color: #33a3dc;
  border: 0;
  padding-left: 0;
  text-transform: uppercase;
}
#add_adress p.text label, #add_adress p.password label, #add_adress p.select label, #add_adress p.select span, #add_adress p.textarea label {
  padding-left: 0;
  text-align: left;
}
#add_adress p.text input, #add_adress p.password input, #add_adress p.select input {
  padding: 6px;
}
#add_adress p.text label, #add_adress p.password label, #add_adress p.select label, #add_adress p.select span, #add_adress p.textarea label {
  cursor: default;
  color: #777;
}
#address p.inline-infos {margin-left: 245px !important; color: #777;}
#add_adress p.required sup {color: #777;}

#identity form.std fieldset {
  background: none;  
}
#identity .std p.text label, #identity .std p.password label, #identity .std p.select label, #cms .std label {
  text-align: left;
  color:#777;
 display: inline-block;
  padding-right: 10px;
  width: 174px;
  font-weight: bold;
  font-size: 12px;
}
#identity .std p.text input, #identity .std p.password input {
  padding: 6px;
  width: 310px;
}
#identity .std p.radio label.top {margin-right: 10px;}
#identity .std p.select select#days {width: 82px;}
#identity .std p.select select#months {width:130px; margin:0 12px;}
#identity .std p.select select#years {width: 82px;}

#form_forgotpassword fieldset {
  background: none;
}
#form_forgotpassword fieldset p.text {float: left; margin-right: 10px;}
#form_forgotpassword fieldset p.submit {float: left;}
#form_forgotpassword p.text input {padding: 7px;}




table.std, table.table_block {
  border: none;
}
table.std th, table.table_block th {
  text-shadow:none;
  color: #0055ac;
  font-size: 14px;
  background: none;
  text-transform: capitalize;
  font-weight: normal;
  border-bottom: 1px solid #e5e5e5;
}
table.std td, table.table_block td {
  border-right: 0;
  border-bottom: 1px solid #e5e5e5;
}
#discount .table_block td.discount_expiration_date {
  border-right: 0;
}
table.table_block td.discount_cumulative {padding-left: 35px;}

#order-list {
  border:none;
}
#order-list th {
  background: none;
  text-shadow:none;
  color: #0055ac;
  text-transform: capitalize;
  font-size: 14px;
}
#order-list td {
  border-right: 0;
}
#order-list .last_item td {
  border-bottom: 1px solid #e9e9e9;
}
#order-list tr.alternate_item {
  background: none;
}
#order-list td.history_link a {color: #777;} 
#history #center_column .title_block input {top:-12px;}
ul.address li.address_title {
  height: 35px;
  font-weight: normal;
  line-height: 35px;
  color: #0055ac;
  text-shadow: none;
  font-size: 18px;
  background: none; 
}
ul.address li {
  padding: 0 15px;
  font-weight: normal;
  line-height: 18px;
  text-transform: capitalize; 
}
#returnOrderMessage .textarea textarea, #sendOrderMessage .textarea textarea {
  height: 200px;
}
.adresses_bloc,
#order-detail-content {margin-bottom: 40px;}
#sendOrderMessage {
  margin-bottom: 40px;
  margin-top: 20px;
}
#block-history h3{color:#8dc63f; font-weight: bold;}



form.payment-form {}
form.payment fieldset {
  padding-left: 0;
}
form.payment-form label{
  width: 230px;
  float:left;
}
form.payment-form select,
form.payment-form input {
  padding:6px; 
}
form.payment-form select{width: 245px;}
form.payment-form input{
  width: 230px;
  -webkit-apperance:hidden;
}
form.payment-form textarea{width: 445px;}
form.payment-form sup{margin-left: 5px;}
form.payment-form .submit input[type="submit"]{
  float: right;
  margin-left: 0px !important;
}
.std input[type="text"], #identity .std p.password input, .std p select, .std p textarea, .mailalerts_oos_email {
  padding: 6px;
  height: 20px;  
  border: 1px solid #ccc;
  background: url(../img/bg_input.png) repeat-x 0 0 #fff; 
}
.std p.text input[type="text"] { width: 253px; }
.std p select {width: 263px; height: 35px;}
.std p textarea {width:445px; height: 100px;}
#module-referralprogram-program table.std input[type="text"]{ width: 150px;}
.co label {vertical-align: top; padding-top: 10px;}
#cms .corporate_order h4,
#cms .rte h4 {color: #33a3dc; font-size: 14px; padding-bottom: 8px;}
#cms .contact_us {padding-top: 25px;}
#cms .corporate_order textarea,
#cms .contact_us textarea {width: 253px;}
#cms .corporate_order .frsb,
#cms .contact_us .frsb {width: 454px;}
#cms .corporate_order .sup_wajib,
#cms .contact_us .sup_wajib {float: left; margin-left: 190px;}
#cms .corporate_order .submit,
#cms .contact_us .submit {float: right; }
#cms .contact_us .captcha {margin-left: 170px; margin-bottom: 15px;}
#cms .corporate_order input[type="submit"],
#cms .contact_us input[type="submit"] {padding-left: 20px; padding-right: 20px;}





#module-blockwishlist-mywishlist #mywishlist fieldset {
  background: none;
}
#module-blockwishlist-mywishlist #mywishlist p.text input {
  padding: 7px;
}


#floating_blue {
  position: fixed;
  width: 75px;
  left:0;
  top:155px;
  z-index: 250;
  background: #33a3dc;
  color: #fff;
  border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
}
#floating_blue .space{
  padding: 11px;
}
#floating_blue a{display: block; color: #fff; text-align: center;}
#floating_blue a:hover {text-decoration: none;}
#floating_blue .shoppingcart {padding:0 0 15px 0}
#floating_blue .cs {padding:0 0 10px 0; position: relative;}
#floating_blue .dl_point {padding:0 0 0px 0}
#floating_blue .shoppingcart a{
  padding: 40px 0 0 0;
  background: url('../img/visual/icon_shoppingbag.png') no-repeat center top;
}
#floating_blue .cs a{
  padding: 40px 0 0 0;
  background: url('../img/visual/icon_cs.png') no-repeat center top;
}
#floating_blue .cs .cs_info {
  position: absolute;
  top:0;
  left: 120%;
  padding: 15px;
  background: #eee !important;
  color: #666;
}

#floating_blue .dl_point a{
  padding: 40px 0 0 0;
  background: url('../img/visual/icon_dealpoint.png') no-repeat center top;
}
#floating_blue .affiliated a{
  padding: 35px 0 0 0;
  background: url('../img/visual/icon_affiliated.png') no-repeat center top;
}
#floating_blue .ajax_cart_quantity {
	display: block;
  padding: 0px;
  width: 22px;
  height: 25px;
  line-height: 22px;
  background: url('../img/visual/notif_bg.png') no-repeat 0 0;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  right: 3px;
  font-size: 12px;
	color: #333;
  text-align: center;
}

ul#order_step {display: none;}
div.addresses {border: none;}
#ordermsg p.txt {
  float: none;
  margin-right: 25px;
  width: 220px;
  margin-bottom: 10px; 
}
table#cart_summary th {
  background: #0055ac;
  color: #fff;
  font-size: 14px;
  text-shadow:0;
  text-align: left;
  text-transform: capitalize;
  font-weight: normal;
}

table#cart_summary th.cart_product,
table#cart_summary .cart_unit,
table#cart_summary .cart_total {text-align: left;}
table#cart_summary .cart_product img {
  border: 1px solid #e8e8e8;
}
table#cart_summary td {border-right: 0;}
table#cart_summary td a {color: #777;}
table#cart_summary td.cart_unit,
table#cart_summary td.cart_total {
  vertical-align: middle;
}
table#cart_summary .cart_available {
	display: none;
}
table#cart_summary tbody tr:last-child td.cart_description a{color: #777; font-weight: normal;}
table#cart_summary tbody tr:last-child td.cart_description .s_title_block{padding-bottom: 7px;}
.cart_quantity .cart_quantity_input {
  border: 1px solid #e8e8e8;
  float: none;
  margin-left: 0px;
  margin-bottom: 10px;
  width: 40px;
  color: #777;
  font-weight: normal;
  display: block;
}
table#cart_summary tbody tr:last-child td.cart_quantity a{  
  acolor: #0055ac;
}
table#cart_summary td.cart_unit,
table#cart_summary td.cart_total {text-align: left;}
#cart_summary .price {font-weight: normal;}
.cart_voucher input.discount_name {padding: 6px; margin:0 5px;}
.cart_total_price .total_price_container p {
  display: block;
  padding: 8px;
  font-weight: normal;
  color: #8dc63f;
  text-transform: uppercase;
  background: none;
  font-size: 30px;
  margin-top: 15px;
}
.cart_total_price .total_price_container span {
  display: block;
  padding: 21px;
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #777; 
}
.cart_voucher #display_cart_vouchers {border-top: none;}
table#cart_summary .cart_total_price td.cart_voucher,
table#cart_summary #total_price_container {border-bottom: none;}
.cart_navigation .button, .cart_navigation .button_large {
  background: #509a19;
  border: none;
}
table#cart_summary .cart_total_price .total_price_container {border-right: 0;}
.cart_navigation .exclusive {background: #275cab; border: none;}

.cart_navigation .button_large {float: left;}
.cart_navigation .button_large.checkout {float: right; background: #275cab;}
.cart_navigation .button_large.checkout:hover {background:#8dc63f;}
.cart_navigation a {
  padding:15px 25px !important;
  border: 0;
}
.cart_navigation a:hover {
  padding:15px 25px !important;
  margin: 0;
  border: 0;
}


.order_carrier_content {color:#777; border: none; background: none;}
#order .delivery_options_address h3, #order-opc .delivery_options_address h3 {
  background: #275cab;
  padding-bottom: 10px;
  padding-top: 10px;
}
p.textarea {margin-bottom: 20px;}
#gift_div #gift_message, .txtArea, #ordermsg p.textarea textarea {width: 98%; height: 150px;}

table#cart_summary .cart_quantity span,
table#cart_summary td.cart_unit span, table#cart_summary td.cart_total span {color: #777; font-weight: normal;}

.paiement_block {
  background: none;
  border: none;
  padding: 0;
}
table#cart_summary tbody tr:last-child td {border-bottom: none;}
table#cart_summary tr.cart_item.odd, table#cart_summary tr.cart_total_delivery, table#cart_summary tr.cart_total_price, table#cart_summary tr.cart_total_voucher {
  color: #777;
  font-weight: normal;
}
table#cart_summary td {font-weight: normal;}
table#cart_summary .cart_quantity a {color: #0055ac;}
table#cart_summary tr.cart_item.even {background: #fff;}
table#cart_summary td.cart_cicilan {vertical-align: middle;}
table#cart_summary tr.cart_total_price td {border-top: 1px solid #e9e9e9;}



.cart_total_price form {}
.cart_total_price form label {width: 100px; float: left; line-height: 36px;}
.cart_voucher input[type="text"] {
  height: 22px;
  width: 170px;
  border: 1px solid #ccc;
  font-weight: normal;
  background: url('../img/bg_discount_name.png') repeat-x 0 0 #fff;
  margin: 0 10px 0 0;
}



.cart_voucher .submit input.button {margin-top: 20px;}
.cart_voucher .submit input.button {
  background: #275cab;
  padding: 0px;
  border:none;
  width: 70px;
  height: 30px;
}
.paiement_block, .payment_module a {
  color: #777;
}











#module-csquickview-csproduct {background: none;}
#module-csquickview-csproduct #center_column {width: 600px}
#module-csquickview-csproduct #pb-right-column {
  width: 298px;
  margin-left: 15px;
  margin-right: 15px;
}
#module-csquickview-csproduct #pb-right-column #image-block {
  border: 1px solid #cdcdcd;
}
#module-csquickview-csproduct #pb-right-column #image-block img {
  width: 267px;
  border: 0px solid #cdcdcd;
}
#module-csquickview-csproduct #pb-right-column #image-block #view_full_size {}
#module-csquickview-csproduct #pb-right-column #views_block {width: 298px;}
#module-csquickview-csproduct #thumbs_list {margin-left: 0; margin-top: 10px;}
#module-csquickview-csproduct #pb-left-column {width: 272px; margin-left: 0;}
#module-csquickview-csproduct .our_price_display {color: #29ace6;}
#module-csquickview-csproduct .product_attributes {border-top: none; padding-top:0; margin-top:0; }
#module-csquickview-csproduct .attribute_list #color_to_pick_list {margin-top:6px;}
#module-csquickview-csproduct .content_prices #add_to_cart .exclusive {
  background: url('../img/visual/add_to_cart.png') no-repeat 0 0;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0;
  text-align: left;
  width: 212px;
  padding-left: 50px;
}
#module-csquickview-csproduct #pb-left-column img {
  position: absolute;
  top:3px;
  left:18px;
}
#module-csquickview-csproduct .content_prices #add_to_cart span {
  background: url('../img/visual/add_to_cart_icon.png') no-repeat 0 0;
  width: 38px;
  height: 23px;
  left: 10px;
  top: 20px;
}
#module-csquickview-csproduct .onSale {
  position: absolute;
  top: 10px;
  right: 10px;
}
#module-csquickview-csproduct  #pb-left-column h1 {
  padding-bottom: 5px;
}
#module-csquickview-csproduct .exclusive {
  margin-top: 10px;
  background: #004790 ;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
}

#products-comparison #left_column {position: absolute; top:35px; z-index: 22; left: 0;}
#products-comparison #center_column {width: 100%; min-height: 625px;}
#products-comparison #center_column table td {background: transparent;}
#products-comparison table#product_comparison tr.content_list td {padding-bottom: 225px;}
#products-comparison .product_desc,
#products-comparison #product_comparison .lnk_more {display: none;}
#products-comparison #product_comparison .s_title_block {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
}
#products-comparison #product_comparison .price {
  color: #33a3dc;
  font-size: 14px;
}
#products-comparison table#product_comparison {}
#products-comparison table#product_comparison tr.tr02 td {background: #ddeec5;}
#products-comparison #product_comparison tr.comparison_header,
#products-comparison #product_comparison td.comparison_feature_even {background: transparent;}
#products-comparison #product_comparison tr.comparison_header td {
  font-size: 20px;
  color: #777;
  padding-top: 15px;
  padding-bottom: 25px;
}
#products-comparison table#product_comparison tr:nth-child(even) {background: #c0e4f4}
#products-comparison table#product_comparison tr:nth-child(odd) {background: #ddeec5;}
#products-comparison table#product_comparison tr.content_list,
#products-comparison table#product_comparison tr.comparison_header {background: transparent;}
#products-comparison .warning {margin-left: 240px;}
#product .price {float: left;}
#product.fantastic-deals .price {float: none;}



#fancybox-overlay {background: #fff !important;}
#fancybox-wrap {
  padding:0;
  -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.75);
}
#fancybox-bg-n,
#fancybox-bg-nw,
#fancybox-bg-w,
#fancybox-bg-sw,
#fancybox-bg-s,
#fancybox-bg-se,
#fancybox-bg-e,
#fancybox-bg-ne {background: none;}




input, button, textarea, select {padding: 5px; color:#777;}


.frame_newsandVid {padding-bottom: 20px; border-bottom: 1px solid #d8d8d8; margin-bottom: 20px;margin-top:10px;}
.news_portal {
  float: left;
  width: 615px;
  background: url('../img/visual/idTabs_ul.jpg') repeat-x 0 50px;
}
.popular_video {
  float: right;
  width: 305px;
  background: url('../img/visual/idTabs_ul.jpg') repeat-x 0 50px;
}
.news_portal h2,
.popular_video h3 {
  height: 65px;
  background: url('../img/visual/idTabs_li_hover2.jpg') repeat-x 0 0;
  font-size: 21px;
  color: #fff;
  text-transform: capitalize;
  padding-left: 15px;
  width: 215px;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.news_portal h2 {width: auto;}
.news_portal h2 span,
.popular_video h3 span {
  line-height: 50px;
  background: url('../img/visual/idTabs_li_active.png') no-repeat 15px 45px;
  display: block;
  height: 65px;

}
.popular_video img {width: 305px;}
.popular_video a.vidthumb {position: relative; width: 305px; height: 172px; display: block;}
.popular_video .vidtitle,
.listing_video a span {
  width: 285px;
  padding: 10px;
  position: absolute;
  top:0;
  left: 0;
  background: #000;
  opacity: 0.8;
  color: #fff;
}
.listing_video a span {width: 280px;}
.listing_video img {
  width:100%;
}
.listing_video:nth-child(3n+1) {
  margin-right: 0;
}

.news_portal .hm_listNews {
  float: left;
  width: 290px;
  height: 70px;
  overflow: hidden;
  margin-right: 15px;
  padding-bottom: 25px;
}
.news_portal .hm_listNews img {float: left; margin-right: 6px;} 
.news_portal .hm_listNews .shortDes {float: left; width: 225px;} 
.news_portal .hm_listNews .shortDes h3 {font-size: 14px; padding-bottom: 8px; text-transform: capitalize;} 
.news_portal .hm_listNews .shortDes h3 a {
  color: #0055ac;
  font-size: 15px;
}
.news_portal .hm_listNews .shortDes h3 a:hover {color: #000; text-decoration: none;}
.news_portal .hm_listNews .shortDes p {height: 30px; line-height:14px; overflow: hidden; padding-bottom: 0;} 
.news_portal .hm_listNews .shortDes .readmore {color: #0055ac; font-size: 11px; float: right;} 
.news_portal .hm_listNews .shortDes .readmore:hover {text-decoration: none; color: #3487db;} 
.listing_video a {
  display: block;
  position: relative;
}


.tabnews {}
.tabnews li {
  float: left; 
  margin: 0 2px 0 0;
  padding: 0;
  height: 65px;
  line-height: 50px;
  border-left: none;
  background: url('../img/visual/idTabs_li.jpg') repeat-x 0 0;
  overflow: hidden;
  position: relative;
}
.tabnews li.active {background: url('../img/visual/idTabs_li_hover2.jpg') repeat-x 0 0;}
.tabnews li a {
  text-decoration: none;
  color: #777;
  display: block;
  font-size: 21px;
  padding: 0 28px;
  outline: none;
}
.tabnews li.active a {
  color: #fff;
  background: url('../img/visual/idTabs_li_active.png') no-repeat 15px 45px;
  display: block;
  height: 65px;
}
.tabContent {
  display: none;
}
.latest_item_review {
	margin:0 10px;
	border-bottom: 1px #ccc dotted;
	margin-bottom: 10px;
}
.latest_item_review .star_content {
	float:right;
}
.latest_item_review h3 {
	padding-bottom: 10px;
	float:left;
}
.latest_item_review p {
	padding-bottom:10px;
}

.content_scene_cat {
  border:none;
}

.sortPagiBar #bt_compare {
  background: #33a3dc;
  border: 1px solid #2498d3;
  padding: 8px 20px;
  text-shadow:none;
}
.sortPagiBar #bt_compare:hover {
  background: #8dc63f;
  border:1px solid #89c23a; 
}

ul.pagination {text-align: right;}
ul.pagination li {text-align: center;}
#pagination_previous, #pagination_next {display: none;}
ul.pagination .current span {color: #8dc63f;}
ul.pagination a:hover {
  color: #8dc63f;
  border: 1px solid #8dc63f;
}

.products_block {padding-bottom: 55px;}
table#product_comparison {
width: 100%;
  border-right: 0px solid #ccc;
  border-bottom: 0px solid #ccc;
}
#product_comparison td {
  padding: 10px;
  border-top: 0px solid #ccc;
  border-left: 1px solid #eee;
  border-right: 0px solid #ccc;
  vertical-align: top;
}
#product_comparison tr.comparison_header, #product_comparison td.comparison_feature_even {
  background: #f5f5f5;
}
#product_comparison .product_image img {
  border: 0px solid #ccc;
}
#product_comparison .price {
  font-weight: bold;
  font-size: 14px;
  color: #0055ac;
}
.comparison_product_infos > .prices_container {
	margin-bottom: 20px;
}
.prices_container {height: auto;}
#product_comparison .cmp_remove {
  margin-bottom: 10px;
  margin-top: 10px;
  float:left;
  background: url('../img/visual/x_small.jpg') no-repeat 100% 3px;
}
.ajax_add_to_cart_button {float: right; margin-bottom: 35px;}
.ajax_add_to_cart_button span {
  background: none;
}

.products_none_tab {}
.products_none_tab ul {
  border: 1px solid #d8d8d8;
  padding: 15px;
}
.products_none_tab ul li {
  list-style: none;
}
.products_none_tab ul li a img {width: 188px;}


.left_tab {width: 220px !important; margin-top: 25px; margin-bottom: 0px;}
.left_tab h4 {
  padding: 10px 16px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 18px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.cs_lefttab_row  {
  margin-bottom: 35px;  
}
.none_tab_row_displayleft_1 h4 {background: #570382;}
.none_tab_row_displayleft_2 h4 {background: #ff7e00;}
.cs_lefttab_row h3 {padding-bottom: 5px; padding-top: 8px;font-size:15px;line-height:18px;}
.cs_lefttab_row .icon {display: none;}


.products_none_tab .more_view {
  display: block;
  width: 85px;
  height: 35px;
  background: url('../img/visual/more_blue.png') no-repeat 0 0;
  text-indent: -999999px;
  margin-top: 15px;
  margin-left:135px;

}


#viewed-products_block_left {float: left; width: 220px; padding-bottom: 15px;}
#viewed-products_block_left .title_block {
  line-height: 18px;
  padding: 10px 16px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 18px;
  background: #da1d1d;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#viewed-products_block_left ul {
  border: 1px solid #d8d8d8;
  padding: 15px; 
}
#viewed-products_block_left li img {
  border: none;
  width: 188px;
  margin-bottom: 8px;
}
#viewed-products_block_left .s_title_block {padding-bottom: 3px;}

#productscategory_list {padding-bottom: 25px;}
#productscategory_list li {
  width: 180px;
  border-right:1px solid #ddd; 
  padding: 15px;
}
#productscategory_list li a img {border: none; width: 180px; margin-bottom: 15px;}


.product_detail_tabs {float: right; width: 700px; margin-top: 20px;}
.product_detail_tabs #productscategory_list {width: 100%;}
.product_detail_tabs #productscategory_list li {
  margin-bottom: 25px;
  margin-bottom: 14px;
  padding: 0px 16px 0px 16px;
  margin: 0 0 40px 0;
  border: 0px solid #ddd;
  border-right: 1px solid #ddd;
  float: left;
  width: 195px;  
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  min-height: 285px;
}
.product_detail_tabs #productscategory_list li a {
  display: block;
  position: relative; 
}
.product_detail_tabs #productscategory_list li a img {border: none;}
.product_detail_tabs #productscategory_list .new {
  position: absolute;
  width: 51px;
  height: 45px;
  left: 0;
  top: 0;
  background: url('../img/visual/ribbon_new.png') no-repeat 0 0;
  text-indent: -999999px;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#productscategory_list li p.product_name {
  font-size: 18px;
  padding-bottom: 5px;
  line-height: 20px; 
  text-align: left;
}
#productscategory_list li .price {
  color: #33a3dc;
  font-weight: normal; 
  font-size: 18px;
}


#availability_statut #availability_value {
  background: none;
  color: #0055ac;
  font-size: 14px;
  padding: 0;
}
#availability_statut #availability_value.warning_inline {
	background: #fff;
	color:#990000;
  font-size: 12px;
  text-transform: capitalize;
}
.add_wishlist {margin-right:5px; margin-bottom: 10px; float: right; margin-left: 10px; margin-top:5px;}
#wishlist_button {
  background:#004790 url('../img/visual/add_wishlist.jpg') no-repeat 10px 5px; 
  color: #fff;
  padding: 12px 10px 12px 35px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#wishlist_button:hover {
  background:#045db8 url('../img/visual/add_wishlist.jpg') no-repeat 10px 5px;
  text-decoration: none; 
}
.buttons_bottom_block {clear:none;}
.buttons_bottom_block #wishlist_button {font-weight: normal;}
#product p#loyalty {display: none;}
.beauty_point {
  background:#b60707 url('../img/visual/point_bg.jpg') no-repeat 10px 50%;
  height: 36px;
  width: 85px;
  line-height: 36px;
  padding-left: 10px;
  color:#fff;
  padding: 0 0 0 38px !important;
  float: right;
  margin-right: 8px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;

}
.onSale {
  width: 36px;
  height: 36px;
  background: url('../img/visual/diskon_bg_small.png') no-repeat 0 0;
  line-height: 12px;
  color: #fff;
  text-align: center;
  padding-top: 4px;

}


.fantastic-deals .product_detail_tabs {width: 100%;}

.fantastic-deals .countdown_section {color: #fff; font-weight: bold;}
.countdown_section .time_text {line-height: 13px; margin-top: 5px; display: block;}

.fantastic-deals #product_list li {
  height: auto;
}
.fantastic-deals .savePurchased {
  padding: 15px 0;
  border-top: 1px solid #cdcdcd; 
  border-bottom: 1px solid #cdcdcd; 
  margin-bottom: 25px;
  margin-top: 15px; 
  margin-left: auto;
  margin-right: auto;
}
.fantastic-deals .savePurchased .list{
  padding: 0 15px;
  border-right:1px solid #cdcdcd;  
  text-align: center;
}
.fantastic-deals .savePurchased .list.last{border-right:0;}
.fantastic-deals .time_text {color: #333;} 
.fantastic-deals #pb-left-column #short_description_block {
  padding: 0px 30px 5px 30px; 
}

.fantastic-deals #usefull_link_block {
  width: 148px;
  margin:0 auto; 
  padding: 20px 45px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.fantastic-deals .frame_timer {
  width: 172px;
  padding: 8px 45px 0px 45px;
  border-bottom: 0px solid #ddd;
  margin: 0 auto;
}
.fantastic-deals .time_left_to_buy {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  text-align: center;
}

#product.fantastic-deals .savePurchased {
   width: 243px;
}
#product.fantastic-deals .savePurchased .list { 
   width: 80px;
}
#product.fantastic-deals #mailalert_link {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}

#product.fantastic-deals #availability_statut {margin-left: 34px;}
#product.fantastic-deals #reduction_percent,
#product.fantastic-deals #reduction_amount {display: none;}
#product.fantastic-deals .onSale {margin-left: auto; margin-right: auto; float: none !important; margin-top: 10px; }
#product.fantastic-deals span.exclusive {
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: block;
  width: 150px;
}


#category.fantastic-deals #product_list li {
  width: 318px;
  padding-left: 0px;
  margin-right: 15px;
}
#product_list li.last_item {border-right:0; }
#category.fantastic-deals #product_list .s_title_block {
  font-size: 24px;
  padding-bottom: 10px;
}
#category.fantastic-deals #product_list a.product_img_link {
  float: left;
  max-width: 128px;
  max-height: 128px;
  border: 1px solid #ddd;
  margin-right: 0;
  background: none;
  margin-left: 5px;
}
#category.fantastic-deals #product_list li .content_price {
  float: right;
  width: 160px;
  height: 110px;
  margin-bottom:8px;
}
#category.fantastic-deals #product_list li .content_price .btn_buy {
  display: block;
  width: 182px;
  height: 50px;
  background: url('../img/visual/btn_buy_medium.png') no-repeat 0 0;
  text-indent: -999999px;
  margin-left: -20px;
  z-index: 15;
  position: relative;
  padding:0;
  border:none;
  margin-bottom: 0;
  float:none;
} 
#category.fantastic-deals #product_list li .content_price .btn_buy span {
	display:none
}
#category.fantastic-deals #product_list li .content_price .btn_buy.oos {
  background: url('../img/visual/btn_soldout.png') no-repeat 0 0;
  cursor: default;
}
#category.fantastic-deals .timer {
  float: right;
  width: 168px;
}
#category.fantastic-deals .savePurchased {
  float: left;
  width: 130px;
  border: 0;
  padding: 8px 0 0 0;
}
#category.fantastic-deals #product_list li .content_price .old_price {}
#category.fantastic-deals #product_list li .price {padding-top: 4px; font-size: 24px; color: #0055ac; display: block !important;}
#category.fantastic-deals .savePurchased .list {
  padding-left:0; 
}
#category.fantastic-deals .savePurchased .list.last {padding-right: 0;}
#category.fantastic-deals .short_des {display: none;}


#new_comment_form {
  width: 100%;
  margin-bottom: 50px;
}
.new_comment_form_content h2 {
  color: #777;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 35px; 
}
#new_comment_form label input,
#new_comment_form label textarea {
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
  width: 98%;
}
#new_comment_form label textarea {min-height: 150px;}
#new_comment_form #criterions_list label {margin-left: 0;}
#new_comment_form #criterions_list .star_content {margin-right: 0;}
#new_comment_form button {
  background: #33a3dc;
  border: 1px solid #2498d3;
  padding: 10px 25px;
  color: #fff;
}
#new_comment_form button:hover {
  background: #8dc63f;
  border: 1px solid #89c23a;
}
#product_comments_block_extra {
  border: 0 none;
  float: left;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-top: 10px;
  padding-top: 0;
}
#product_comments_block_extra .star_content {margin-top: 0;}
#product_comments_block_extra .comments_note {margin-top: 0;}
#product_comments_block_extra .comments_note span {display: none;}

#product_comments_block_extra div.star {
  background: url('../img/visual/star.png') no-repeat 0 0;
}
#product_comments_block_extra div.star_on,div.star.star_on,
#product_comments_block_tab div.star_on {
  background: url('../img/visual/star.png') no-repeat 0 -17px;
}
.star {
  width: 17px;
  height: 17px;
}
.star, .star a, div.star_hover a {
  background: url('../img/visual/star.png') no-repeat 0 0px;
}
div.star_on a {background-position: 0 -17px;}
div.star-hover a, 
div.star a:hover {
  background-position: 0 -17px;
}
.cancel {margin-right: 5px; margin-top: 2px;}

#product_comments_block_tab div.star, #product_comments_block_tab div.star_on {
  background: url('../img/visual/star.png') no-repeat 0 -17px;
}
#product #quantity_wanted_p {margin-top: 0;}
#product #quantity_wanted_p select {width: 215px; border: 1px solid #cdcdcd;}


#product #more_info_sheets ul {padding-bottom: 15px; float: left; width: 100%;}
#product .bullet {margin-left: 0;}
#product .bullet li {
  list-style: none;  
  float: left;
  width: 100%;
  border-top:1px solid #ddd; 
}
#product .bullet li:nth-child(odd) {
  background: #c0e4f4;
}
#product .bullet li:nth-child(even) {
  background: #ddeec5;
}
#product .bullet li span {
  display: block; 
  border-top:1px solid #fff; 
  border-bottom: 0px solid #fff;
  padding: 10px 2%;
}
#product .bullet li .feature_name {float: left; width: 24%;}
#product .bullet li .feature_value {float: left; width: 68%;}

.comment_container {padding-top: 25px;}
#product_comments_block_tab div.comment div.comment_author {width: 100%; padding-right: 0; padding-bottom: 10px;}
#product_comments_block_tab div.comment div.comment_details {width: 100%; margin-top: 15px;}
#product_comments_block_tab .comment_author_infos {float: left; width: 360px;}
#product_comments_block_tab div.comment div.comment_author .star_content {float: right;}
#product_comments_block_tab div.comment_details .title_block, #product_comments_block_tab div.comment_details h4 {
  color: #0055ac;
  font-size: 18px;
  padding-bottom: 5px;
}




#order-opc h2 {
  padding: 12px 0 8px 0;
  border-top: 1px solid #e5e5e5;
  color: #818285;
  font-size: 24px;
  line-height: 28px;
}
#order-opc h2.open {color: #8dc63f;}
#order-opc h2 span {
  background: #818285;
  padding: 3px 10px;
  /*padding: 10px 10px;*/
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.fr_order-opc {margin-top: 25px;}
#order-opc h2 span.change {
  background: none;
  color: #818285;
  float: right;
  text-align: right;
  font-size: 14px;
}


.back_order {
  display: block;
  background: #33a3dc;
  border: 1px solid #2498d3;
  color: #fff !important;
  width: 85px;
  padding: 10px 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 0 40px 0;
}

.back_order:hover {
  background: #8dc63f;
  border: 1px solid #89c23a;
}
#mailalert_link {
  display: block;
  background:#004790 url('../img/visual/add_notify.jpg') no-repeat 10px 50%;
  width: 80px;
  height: 36px;
  line-height: 36px;
  padding: 0 0 0 50px;
  color: #fff;
  margin-top:10px;
  border-radius:4px; 
  -moz-border-radius:4px; 
  -webkit-border-radius:4px; 
}
#mailalert_link:hover {
  background:#004790 url('../img/visual/add_notify.jpg') no-repeat 10px 50%;
  text-decoration: none;
}


#returnOrderMessage .textarea textarea, #sendOrderMessage .textarea textarea { 
  width: 99%;
}









































/* footer
============================================================= */
.banner_footer {
  padding: 30px 0;
  border-top:1px solid #ddd;
}
#cms .banner_footer,#sitemap .banner_footer {
    margin-top: 50px;
}
.banner_footer a{
  display: block;
  width: 728px;
  height: 90px;
  margin: 0 auto;  
}
#footer {
  width:100%;
  min-height: 281px;
  height:auto;
  /*background:#8dc63f url('../img/visual/footer.jpg') repeat-x 0 0;   */
  background:url('../img/visual/footer.jpg') repeat-x bottom #eee;   
}
.footer_content {
  position: relative;
}
.block-prestalove-easyfooter {
  width: 100%;
  padding:25px 0 0 0;
}
#footer .block-prestalove-easyfooter-inner {
  background: none;
  padding:0; 
}
#footer .block-custom-html h2.block-title {
  color:#555 !important;
  font-size: 12px;
  text-transform: capitalize;
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px !important;
  margin-bottom: 7px !important;
  border-top:0;
  padding-top: 0;
}
#footer li {padding: 2px 0;}
#footer li a {
  color:#999;
  font-size: 11px;
}
#footer a {color:#aaa;}
#footer a:hover {text-decoration: none; color: #33a3dc;}

.bottom_footer {  
  width: 100%; 
  height: 40px;
  padding-top:0px; 
  text-align: center;
  background: #8ec63f;
  position: fixed;
  bottom: 0;
  z-index: 11;
}
.copyright {
  display: block;
  clear: both;
  color: #aaa;
  font-size: 11px;
  text-align: center;
  padding-top: 25px;
}
#social_block {
  width: 140px;
  padding: 25px 18px 0 0;
}
#footer .title_block {
  color: #555;
  font-size: 12px;
  text-transform: capitalize;
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
  margin-bottom: 7px;
}

#block-prestalove-easyfooter-inner .social_block li {padding:0 0 7px 0; padding-left: 0 !important; float:left; margin-right: 9px;}
#block-prestalove-easyfooter-inner .social_block li.facebook {background: url('../img/visual/social_fb.png') no-repeat 0 0;}
#block-prestalove-easyfooter-inner .social_block li.twitter {background: url('../img/visual/social_twitter.png') no-repeat 0 0;}
#block-prestalove-easyfooter-inner .social_block li.youtube {background: url('../img/visual/social_youtube.png') no-repeat 0 0;}
#block-prestalove-easyfooter-inner .social_block li.blogger {background: url('../img/visual/social_blogger.png') no-repeat 0 0; clear:left;}
#block-prestalove-easyfooter-inner .social_block li.path {background: url('../img/visual/social_path.png') no-repeat 0 0;}
#block-prestalove-easyfooter-inner .social_block li.gplus {background: url('../img/visual/social_gplus.png') no-repeat 0 0;}
#block-prestalove-easyfooter-inner .social_block li a{
  display: block;
  width: 24px;
  height: 24px;
  text-indent: -999999px;
}

#paymentLogo {float:left; width: 100%;}
#paymentLogo li{float:left; padding:0 20px 15px 0;}

.copyright a {color:#bbb;}
.daftarNewsletter {
  padding: 0px 0 0 25px; 
  width:400px; 
  margin:16px auto 0 auto; 
  background: url('../img/visual/newsLetter_message.png') no-repeat 0 0; 
  text-align: left;
}
.daftarNewsletter .btn_letter {
  color:#fff !important;
  background: url('../img/visual/newsLetter_arrow.png') no-repeat right 1px;
  display: block;
  padding-right:15px; 
  cursor: pointer;
}

.cs_home_filter_product {
  float: left;
}
.cs_home_filter_row,
.tab_content_home {
	display: none;
}
.cs_home_filter_product .filter_row_displayhome_2 .products_content_tab {
  border: 0;
  border-top: 0;
  border-bottom: 0;
}
.cs_home_filter_product .products_content_tab {
  box-shadow: 0 0px 0px #eeeeee;
}

#header #cart_block {
  left: 80px;
  position: fixed;
  top: 180px;
  width: 300px;
  z-index: 355;
  box-shadow: none;
  background: url('../img/visual/arrow_cart.jpg') no-repeat left 16px;  
}
#cart_block .block_content {
  background: #f3f3f3;
  border-radius: 8px;
  padding: 10px;
  margin-left: 9px;
  position: relative; 
  z-index: 355;
}
#cart_block #cart_block_list dt a, 
#cart_block .price {float: left; color: #666; clear: left;}
#cart_block .quantity-formated {float: right; margin-right: 0; }
#cart_block #cart_block_list dt { 
  border-bottom:1px solid #dedede;
  padding: 10px 0;
}
#cart_block .remove_link {margin: 3px 0 0 0;}
#cart_block .remove_link a {  
  background: url('../img/visual/x_small.jpg') no-repeat 0 0;
}
#cart_block #cart_block_list a.img_cart {
  width: 38px;
  height: 39px;
  border: 1px solid #e6e6e6;
  background: #fff;
  margin-right: 10px;
}
#cart_block #cart_block_list a.img_cart img {width: 38px; height: auto;}
#cart_block #cart-prices {
  border: 0;
}
#cart_block #cart-buttons #button_order_cart span {
  background: none;
}
#cart_block #cart-buttons .exclusive_large {
  background: #777; 
  border:1px solid #777; 
}

#left_column .news {
  margin-top: 25px;
}
#left_column .block.informations_block_left,#left_column .news {
  display:none;
}
#left_column ul.block_content {}
#left_column ul.block_content li {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #ddd;
}
#cms #left_column ul.block_content li {
  padding-top: 0px;
  padding-bottom: 5px;
}
#cms #left_column .news ul.block_content li {
  padding:10px 0;
}
#cms #left_column .news ul.block_content li a{
  font-weight: normal;
}
#cms #left_column ul.block_content li a,#cms #left_column ul.block_content li.selected a {color: #777; font-weight: bold;}
#cms #left_column ul.block_content li a:hover, #cms #left_column ul.block_content li.selected a{color: #33a3dc; text-decoration: none;}
.block-cms {
  padding-bottom: 35px;
}
.listing_news {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ddd;
}
.listing_news .img_news {
	 max-width:200px;
	 /*max-height:100px; */
	 padding:5px;
	 border:1px solid #ddd; 
	 float:left; 
	 margin-right:10px;
	 
	 }
.news_portal .img_news {
	 max-width:45px;
	 max-height:50px; 
	 padding:5px;
	 border:1px solid #ddd; 
	 float:left; 
	 margin-right:5px;
	
	}
ul.tabs_home li:nth-child(4),ul.tabs_home li:nth-child(5) {
	margin-right: 0;
}
ul.tabs_home li:nth-child(5){
	float: right;
	}


/* newsletter block */
#newsletter_block_left {
  position: absolute;  
  width: 344px;
  height: 158px;  
  background: #fff;
  padding: 17px 28px;
  bottom:30px;
  /*left: 265px;*/
  left: 50%;
  margin-left: -200px;
  display: none;
  border:1px solid #cdcdcd;
  z-index:25;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
}  
#newsletter_block_left .title_block {
  background: none;
  padding-left: 0;
  color: #8dc63f;
  font-size: 24px;
  border-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 0;
}
#newsletter_block_left label {color: #777; margin-right: 5px;}
#newsletter_block_left input.inputNew {
  width: 294px;
  height: 26px;
  border-right: 1px solid #ccc;
}
#newsletter_block_left input.submitNewsletter {
  margin-top: 10px;
}
#newsletter_block_left .fr_close {position: relative;}
#newsletter_block_left .fr_close .xclose {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url('../img/visual/x_small.jpg') no-repeat center 50%;
  top:-10px;
  right: -25px;
  text-indent: -999999px;
  cursor: pointer;
}
#cart_summary .price {
	text-align: left;
}

#order-detail-content.checkout {
	width:265px;
	float:right;
  margin-top: 20px;  
}
#order-detail-content.checkout h1 {
  background: #33a3dc;
  border:none;
  line-height: 35px;
  font-size: 12px;
  color:#fff;
  padding-bottom: 0;
  padding-left: 10px;
  margin-bottom:12px;
  border-radius:4px; 
  -moz-border-radius:4px; 
  -webkit-border-radius:4px; 
  clear: both;
}
#order-detail-content.checkout p {    
  padding-bottom: 8px;
  width: 100%;
}
#order-detail-content.checkout p span.span01 {float: left;margin-right: 3px;} 
#order-detail-content.checkout p span.span02 {float: right;} 
#order-detail-content.checkout .tab_check {padding-bottom: 20px;}
#order-detail-content.checkout p a{color:#777;} 
#order-detail-content.checkout .edit_product{
  margin-top: 15px; 
} 
#order-detail-content.checkout .edit_product a {
  background: #e6e6e6;
  padding:10px;
  border-top: 1px solid #adadad;  
  display: block;
  color: #0055ac;
}
#order-detail-content.checkout .edit_product a:hover {}

#cart_block #cart-buttons #button_order_cart {
	padding:10px; 
}
#cart_block #cart-buttons #button_order_cart:hover {
	background:#555; 
}
#products-comparison .none_tab_row_displayleft_2 {
	display: none;
}
#order-opc .opc-main-block {
	display: none;
  padding: 10px 10px 35px 40px;
}
#order-opc .opc-main-block p {padding-bottom: 10px;}
#order-opc .opc-main-block .logout {
  background: #33a3dc;
  border: none;
  font-weight: bold;
  color: #fff;
  padding: 10px 25px;
  border-radius: 4px;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#order-opc .opc-main-block .logout:hover {
  background: #8dc63f;
  border:none;
  text-decoration: none;  
} 
#order-opc .opc-main-block#carrier_area {
	display:block;
  padding: 0;
}
h2 span.change {
	cursor:pointer;
}
#order-opc .addresses ul.address {
	min-height: 200px!important;
}

#order-opc #opc_account .addresses ul.address {height: auto !important;}
#order-opc #opc_account #address_delivery {margin-right: 30px; width: 250px !important; }
#order-opc #opc_account .addresses ul.address {width: 250px !important; }
#order-opc .customer_info.opc-main-block label {width: 120px; float: left; }
#order-opc .order_carrier_content {padding:0;}
#order-opc #opc_delivery_methods h3 {margin-top: 0;}
#order .delivery_option label > table.resume, #order-opc .delivery_option label > table.resume {width: 560px;}
#order-opc #opc_delivery_methods textarea {width: 570px; height: 120px;}
#order-opc .submit_order {padding-top: 15px; padding-bottom: 20px !important;}
#order-opc .submit_order a {
  display: block;
  width: 100px;
  padding: 10px 25px;
  background: #33a3dc;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.delivery_option_price {
  width: 150px;
}
#order-opc .submit_order a:hover {
  background: #A6CE39;
  text-decoration: none;
}
.delivery_options {border: none;}
#order .delivery_option label, #order-opc .delivery_option label {padding: 0 0 6px 0;}
#order .delivery_option.alternate_item, #order-opc .delivery_option.alternate_item {
  border: none;
  background: #fff;
  padding: 0;
}
#order .delivery_option label > table.resume, #order-opc .delivery_option label > table.resume {height: 26px;}
#order .delivery_option label > table.resume td, #order-opc .delivery_option label > table.resume td {
  padding-top: 6px;
  padding-bottom: 6px;
}
#order .delivery_option_radio, #order-opc .delivery_option_radio {margin-top: 7px; margin-bottom: 7px; margin-left: 0;}
.continue_btn {
  padding: 25px 0 0 0;
}
.continue_btn a {
  padding: 10px 25px;
  background: #33a3dc;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.continue_btn a:hover {
  background: #8dc63f;
  text-decoration: none;
}
.payment_module {padding-bottom: 15px !important; padding-top: 15px;line-height: 34px;}
.payment_module img{max-height: 34px;}
.payment_module input {
	margin-top:10px!important;
}
.shipping_address_selected {}
.shipping_address_selected li {
  list-style: none;
}
.shipping_address_selected li.address_title,
.shipping_address_selected li.address_update {display: none;}


#order-opc #opc_new_account form {width: 50%; float: left;}
#order-opc #opc_new_account form#form_register_new {float: right;}
#order-opc #login_form h3 {color: #33a3dc; padding-bottom: 10px;}
#order-opc #login_form fieldset {
  background: none;
  border: none;
  padding-left: 0;
  padding-top: 0;
}
#order-opc #login_form fieldset p {padding-bottom: 14px;}
#order-opc #login_form_content label {display: inline-block; width: 80px;}
#order-opc #login_form #login_email,
#order-opc #login_form #login_passwd {width: 170px;}
#order-opc .lost_password {margin-top: 15px;}
#order-opc #opc_new_account form#form_register_new h3 {color: #33a3dc;}

#new_account_form h3 {
  background: none;
  color: #33a3dc;
  padding-left: 0;
  padding-right: 0;
  border: none;
}
#new_account_form fieldset {background: none;}
#new_account_form p.radio span, #new_account_form p.text label, #new_account_form p.password label, #new_account_form p.select label, #new_account_form p.select span, #new_account_form p.textarea label{
  width: 172px;
  padding-left: 0;
  text-align: left;
  color: #777;
 }
 #new_account_form p.textarea textarea {width: 385px;}
 #new_account_form p.textarea label {vertical-align: top; padding-top: 10px;}
 #new_account_form p.select select {width: 398px; margin-right: 0;}
 #new_account_form p.text input, #new_account_form p.password input, #new_account_form p.select input {
  padding:5px 6px;
  width: 385px;
 }
#center_column #new_account_form p {padding-bottom: 15px;}
#new_account_form p.checkbox input,
#new_account_form span.form_info, #new_account_form span.inline-infos {
  margin-left: 190px;
}
#new_account_form p.select select#days {width: 115px;}
#new_account_form p.select select#months {width: 160px;}
#new_account_form p.select select#years {width: 115px;}
#order-opc #new_account_form p.submit {margin-right: 20px;}


#module-bankwirebca-payment #center_column,
#module-bankwirebni-payment #center_column,
#module-bankwiremandiri-payment #center_column {width: 100%; padding-bottom: 70px;}
#module-bankwirebca-payment #left_column,
#module-bankwirebni-payment #left_column,
#module-bankwiremandiri-payment #left_column  {display: none;}


#identity .std p.checkbox input {margin-left: 197px;}
#identity .std p.submit {padding-left: 197px;}






 

/* add new css revisi 
=============================================== */
#authentication #left_column {display: none !important; }
#account-creation_form p.select select {
  width: auto;
}

ul.footer_links {
  display: none;
}
#pb-left-column #short_description_block {
  clear: left;
}
#pb-left-column #buy_block {
  margin-bottom: 10px;
}
#prev-thumnail,
#next-thumnail {
  display: none;
}

#layered_block_left span.layered_close a, #layered_block_left span.layered_close a {
  display: none;
}


.mailalerts_oos_email {
  float: left;
  width: 150px;
  margin-top: 10px;
}
#oosHook #mailalert_link {
  float: right;
}
.hide-right-column .content_prices.clearfix.pa_right {
  display: none;
}
#product .content_prices.clearfix.pa_right {
  display: block;
}

span.count01 {float:left; margin-right: 5px;}
.cart_delete a.cart_quantity_delete, a.price_discount_delete {
  float: left;
  background: none;
  color: #0055ac !important;
  font-size: 12px;
  text-transform: capitalize;
}
table#cart_summary .cart_discount_price {
  text-align: left;
}
#module-cashondelivery-validation #center_column {
  padding-bottom: 35px;
}
#mywishlist td.wishlist_delete {
  border-right:0; 
}

#mywishlist td.wishlist_delete a {
  background: url('../img/visual/out_of_stock.jpg') no-repeat 0 0;
  width: 12px;
  height: 12px;
}
#mywishlist td.wishlist_delete a img {
  display: none;
}
#module-blockwishlist-mywishlist #mywishlist p.submit {
  margin-right: 0;
}
#module-blockwishlist-mywishlist #mywishlist p.submit a#showSendWishlist {
  width: 100px;
  float: right;
}
#module-blockwishlist-mywishlist #block-order-detail #hideSendWishlist {
  background: none repeat scroll 0 0 #33A3DC;
  height: auto;
  text-align: center;
  text-indent: 0;
  width: 150px;
}
#module-blockwishlist-mywishlist .wishlistLinkTop {
  border: 1px solid #CCCCCC;
  padding: 10px;
}
ul.wlp_bought_list li {
  margin: 20px 0 0;
  width: 665px;
}
.lnksave {
	position: absolute!important;
	right:5px;
	bottom:5px;
}
#block-order-detail .product_infos p {
	padding-bottom: 10px;
}
ul.wlp_bought_list li .product_infos {
	width:auto;
}
#module-blockwishlist-view #center_column {
	width:100%;
}
.wl_send  {}
.wl_send  p {float: left; width: 100%; padding-bottom: 7px;}
.wl_send  label {float: left; width: 20%; line-height: 32px;}
.wl_send  input[type="text"]{float: right; width: 75%;}

#module-blockwishlist-mywishlist #center_column {
  padding-bottom: 35px;
}

#module-blockwishlist-view #left_column {
  display: none;
}

#view_wishlist ul.address {
	margin-bottom: 25px;
	padding: 10px;
	border: 1px solid #cdcdcd;
	width: auto !important;
	border-radius: 3px;
}
#view_wishlist ul.address li.address_title,
#view_wishlist .addresses ul.address li {
  list-style: none;
}

#view_wishlist .addresses ul.address li.address_name .product_image {float: left; margin-right: 10px; margin-bottom: 10px;}
#view_wishlist .addresses ul.address li.address_name .product_image img {border:1px solid #cdcdcd;}
#view_wishlist .addresses ul.address li.address_name .wishlist_product_detail {float: left;}
#view_wishlist .addresses ul.address li {
  padding-bottom: 10px;
}
#view_wishlist .addresses ul.address li.address_title {
	height:24px;
}
#view_wishlist .addresses ul.address li.address_address1  {
	text-align: right;
	}

#product_list li p.compare input {
  width: 16px;
  border: 0;
  padding: 0;
}

#product #oosHook .mailalerts_oos_email {
  width: 55%;
  margin-top: 10px;
}


.addresses ul.address {
  width: 335px !important;
}
#products-comparison #cluetip {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 5px;
}


#order-opc .container_payment.clearfix {
  margin-top: 20px;
}
.tab_payment {}
.tab_payment li {
  border-bottom: 0px solid #CCCCCC;
  float: left;
  height: 30px;
  overflow: hidden;
  padding: 5px 9px;
  position: relative;
  text-align: center;
  background: #eee;
}

.tab_payment li.active {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #CCCCCC;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  background: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}
.tab_payment li a {
  text-decoration: none;
  color: #777;
  display: block;
  font-size: 12px;
  padding: 0 10px,
  outline: none;
  line-height: 16px;
}
.tab_payment li.active a {
  color: #8EC63F;
  display: block;
  height: 30px;
}
.tabpay_content {
  display: none;
  min-height: 150px;  
}

.myreview {
  margin-bottom: 15px;
}
.myreview .img_pro {
  float: left;
  width: 88px;
  margin-right: 15px;
}
.myreview .img_pro a {display:block; width:85px; height: auto; border: 1px solid #ccc;}
.myreview .img_pro a img {width: 100%;}
.myreview .reviews {
  float: left;
  width: 596px;
}
.myreview .reviews .product_title {
  font-size: 20px;
  color:#777;
  line-height: 28px;
  padding-bottom: 8px;
  float: left;
}
.myreview .reviews .star_content {float: right;}

p.payment_module {
	display:none;
}
.sbOptions {
  width:250px;
  }
  .banner_static img {
  margin: 0 5px;
}
.zoomdiv img {
  border:none!important;
}
#product_list li a {
  color:#777;
}
#product_list li a:hover {
  color:#555;
}
#left_column h1 {
  font-size: 20px;
}
#listpage_content {
    float: left;
    margin: 20px 0 0 0px;
}
#listpage_content div.categTree {
  float: left;
  margin-right: 20px;
  width: auto;
}
#sitemap_content {
  float: left;
  margin-left: 30px;
  width: auto;
}
#sitemap_content div.sitemap_block {
  clear: both;
  float: left;
  min-height: 120px;
  padding: 0;
  width: auto;
}
#layered_block_left ul li input.checkbox {
  float:left;
  margin-bottom: 5px;
  clear:left;
}
#layered_block_left ul li label { 
  float:left;
  margin-left: 3px;
  margin-bottom: 5px;
  width:160px;
}
#pagenotfound #search_query {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: url("../../../modules/blocksearch/img/bg_search_input.png") repeat-x scroll 0 0 #fff;
  color: #ccc;
  height: 24px;
  padding: 0 10px 0 5px;
  width: 200px;
  border: 1px solid #ccc!important;
}
#pagenotfound .pagenotfound {
  background: none;
}
#module-csquickview-csproduct #thumbs_list_frame li img {
  width:100%;
  height:auto;
}
#module-csquickview-csproduct #thumbs_list_frame li {
  height: 70px;
  margin-right: 5px;
  width: 70px!important;
}
#module-csquickview-csproduct #thumbs_list {
  height: 70px;
  width: 300px;
}
#prev-thumnail,#next-thumnail {
  position: absolute;
}
#next-thumnail {
  right:0;
}
#module-csquickview-csproduct img.jqzoom {
  cursor: default;
}
#idTab1 p {
  line-height: 1.5em;
}
#left_column h3 a {
 text-transform:none;
}
.payment_module {
  text-transform: none;
}
.listing_video {
  float: left;
  margin: 0 20px  10px 0;
  width: 300px;
}
.popular_video iframe {
    width:100%;
    height:auto;
}
.listing_video iframe {
  max-width: 100%;
  height:auto;
  max-height: 180px;
}
#index .banner_static {
 margin:10px 0;
 }

 /* start add new custom for lof megamenu
========================================================================================================================*/
#head_left {float:left;}
#header_right {
    position:relative;
    top:15px;
}
#search_block_top {
    position:relative;
    top:0;
    margin-top:44px;
    margin-bottom:16px;
}
#left_column {
    margin-top:20px;
}
.menunongroup  {
    float:left;      
    clear:left;
}
.lofmegamenuwhite-top {
    position:absolute;
    top:40px;     
}
#index .lofmegamenuwhite-top {
    position:relative;
    top:0px;   
}
.lofmegamenuwhite-top {
    float:left;    
    background:#f3f3f3;
}
.lofmegamenuwhite-top .ddsmoothmenu {
    width:220px;
    background:none;
    height:auto;
}
.lofmegamenuwhite-top ul li div.menunongroup, .lofmegamenuwhite-top .lofitem0 > div.menugroup {
    left: 106% !important;
    top:0 !important;
}
.lofmegamenuwhite-top #lofmegamenu >li {
    background:none;
}
.lofmegamenuwhite-top ul#lofmegamenu > li {
    padding:0 0px;
    margin:0 0 0 10px !important;
    float:none;
    display:block;
    border-bottom: 1px solid #ddd;
    width:auto;
    min-width: 210px;
}

.lofmegamenuwhite-top ul#lofmegamenu >li >a {
    display: block;
    margin-right: 0px;
    padding: 12px 22px 8px 0px;
    line-height: 16px !important;
    border: 0;
    text-decoration: none;
    font: 12px Arial;
    text-transform:capitalize;
    color:#555;

}
.lofmegamenuwhite-top ul#lofmegamenu >li >a:hover .lof-menu-title {background:none !important;}
.lofmegamenuwhite-top ul#lofmegamenu >li.itemfirst >a {
    line-height: 16px;
}
.lofmegamenuwhite-top .level0 .lofsub > a span.lof-menu-title {
    padding:0;
}
.lofmegamenuwhite-top #lofmegamenu .lofitem0 > a span.lof-menu-title {
    text-transform:capitalize;
    line-height:16px;
    font-weight:normal;
}
.lofmegamenuwhite-top .lof-menu-desc {display: none}
.lofmegamenuwhite-top ul#lofmegamenu >li:hover > a {
    background:none !important;
  color:#30a4dc !important;
}

.lofmegamenuwhite-top #lofmegamenu >li.lofsub {
    background:url('../img/visual/arrow_sub.png') no-repeat right 50%;
}
.lofmegamenuwhite-top #lofmegamenu >li.lofsub:hover > a {
    background:url('../img/visual/arrow_sub.png') no-repeat right 50% !important;
}

/*.lofmegamenuwhite-top ul#lofmegamenu >li:hover {
    background:none !important;
  color:#30a4dc !important;
}*/

.lofmegamenuwhite-top ul li div.menunongroup, .lofmegamenuwhite-top .lofitem0 > div.menugroup {
    left: 100% !important;
    top: 0 !important;
}
.lofmegamenuwhite-top ul li div.menunongroup, .lofmegamenuwhite-top .lofitem0 > div.menugroup {
    position: absolute;
    left: 0;
    display: none;
    visibility: visible;
    background-color: #fff;
    box-shadow: 0px 0px 0px 0px #ddd;
    -moz-box-shadow: 0px 0px 0px 0px #ddd;
    -webkit-box-shadow: 0px 0px 0px 0px #ddd;
    padding-left: 15px;
}

.lofmegamenuwhite-top div.menunongroup {
    background-color: #fff;
    border: 1px solid #ddd;
}
.lofmegamenuwhite-top ul li div.level1.menunongroup {

    display:none;     
    
    padding-bottom:25px; 
    padding-left:20px; 
    min-height:400px;
    z-index: 250;
}
.lofmegamenuwhite-top .lofitem0:hover div.level1.menunongroup {
  display:block !important; 
}
.lofmegamenuwhite-top ul li div.level2.menunongroup {
    display: block !important;
    position: relative;
    left: 0 !important;
    top: 10px !important;
    padding-top:0;
    padding-left:0;
    display: block;
    visibility: visible;
    background-color: #fff;
    border: 0 !important;
}
.level1 .lofcolumn {float: left;margin-right: 10px;}
.level2 li {
  margin-bottom: 5px;
}
.lofmegamenuwhite-top ul {padding-bottom: 15px; padding-top:0px; display:none;}
#index .lofmegamenuwhite-top ul {display:block;}
.lofmegamenuwhite-top ul ul { padding-bottom:10px; padding-top:10px;}
.lofmegamenuwhite-top ul ul ul {padding-top:0px;}
.lofmegamenuwhite-top ul ul li a {color:#555 !important; font-weight:bold !important; display: block; text-decoration: none;}
.lofmegamenuwhite-top ul ul li a:hover {color:#30a4dc !important;}
.lofmegamenuwhite-top ul ul li a span.lof-menu-title {font-weight:bold !important;}
.lofmegamenuwhite-top ul ul ul li a span.lof-menu-title {font-weight:normal !important;}

.lofmegamenuwhite-top ul li ul li {
    border-bottom: 0px solid #DDDDDD;
    list-style:none;
}

.lofmegamenuwhite-top .level0 .lofsub ul li.lofsub a span.lof-menu-title {
    background:none;
}

.level1 .lofcolumn > ul {
   display: inline-block;
    width: 100%;
}
.level1 .lofcolumn > ul li {
  margin-bottom: 30px;
}
.level1 .lofcolumn > ul li li{
  margin-bottom: 0px;
}
.bx-next,.bx-prev {
  z-index: 150;
}
/* end add new custom for lof megamenu
========================================================================================================================*/
#module-loyalty-default #left_column {
  margin-top: 0;
}



#authentication #create-account_form fieldset, #authentication #login_form fieldset {height: auto;}`
body#product ul.idTabs {/*display: none;*/}
body#product ul.idTabs.idTabsShort {display: block;}
#quantityDiscount {padding-bottom: 20px;}