.clearfix:after { content: "\00A0"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.clearfix{ display: inline-block;}
html[xmlns] .clearfix { display: block;}
* html .clearfix{ height: 1%;}
.clearfix { display: block }


p{ margin: 0px; }

#div-shopping-cart{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  min-height: 450px;
}

#div-parent-items{ width: 1200px; }





/*========== Home page Slider ===========*/
#flex-container{
  width: 100%;
  border: none;
}

#flex-container a: active,
.flexslider a: active,
#flex-container a: focus,
.flexslider a: focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
 
.flexslider a img {
  outline: none;
  border: none;
}
 
.flexslider {
  margin: 0;
  padding: 0;
  border: none;
}

.flexslider .slides > li {
  display: block;
  -webkit-backface-visibility: hidden;
}
 
.flexslider .slides img {
  width: 100%;
  display: block;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/*Separate Clearfix for the slider*/
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }

.flexslider {
  position: relative;
  zoom: 1;
  padding: 0px;
  background: #ffffff;
 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
 
  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
  -moz-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
  box-shadow: 0px 1px 1px rgba(0,0,0, .2);
}

.flexslider .slides{ zoom: 1; }

/*Previous|Next background */
.flex-direction-nav a {
  display: block;
  position: absolute;
  margin: 17px 0 0 0;
  width: 35px;
  height: 35px;
  top: 40%;
  cursor: pointer;
  text-indent: -9999px;
  z-index: 10;
  background-color: transparent;
}

/*Previous|Next navigation image. This must be an image with both directions in it*/
.flex-direction-nav a:before {
  display: block;
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  top: 0px;
  left: 10px;
  background: url(/images/site/arrows-slider.png) no-repeat;
}
 
.flex-direction-nav a:after {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 35px;
}

/*Previous navigation background position*/
.flex-direction-nav .flex-prev {
  left: -5px;
 
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 3px 3px 3px 3px;
}

/*Next navigation background position*/
.flex-direction-nav .flex-next {
  right: 2px;
 
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 3px 3px 3px;
}

/*Previous navigation image position*/
.flex-direction-nav .flex-prev:before {
  background-position: 30px 0;
  left: -16px;
}

/*Next navigation image position*/
.flex-direction-nav .flex-next:before {
  background-position: -13px 0;
  left: -15px;
}

/*Bottom page navigation*/
.flexslider .flex-control-nav {
  position: absolute;
  width: 100%;
  bottom: -30px;
  text-align: center;
  margin: 0 0 0 -10px;
}
 
.flex-control-nav li {
  display: inline-block;
  zoom: 1;
}

/*Bottom page circles*/
.flex-control-paging li a {
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  background-color: #ffffff;
 
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
 
  -webkit-box-shadow: inset 0 0 0 2px #b6b6b6;
  -moz-box-shadow: inset 0 0 0 2px #b6b6b6;
  box-shadow: inset 0 0 0 2px #b6b6b6;
}

/*Circle page navigation*/
.flex-control-paging li a.flex-active {
  background-color: #cdcdcd;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.flexslider .slides p {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 5px;
  margin: 0;
 
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  color: white;
 
  background-color: #222222;
  background: rgba(0,0,0, .9);
 
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/*========== Home page Slider Finish ===========*/






/*===== Brand banner DIV ======*/
#div-brand-container{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}
/*===== Brand banner DIV finish ======*/





/*===== Top category display start ======*/
#div-top-category-container{
  width: 100%;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  /*background-color: #F2F2F2;*/
}

#div-top-categories{
  position: relative;
  text-align: center;
  display: table;
  margin: 0 auto;
}

#div-top-categories ul{
  list-style: none;
}

#div-top-categories li{
  float: left;
  position: relative;
  padding: 5px 1px 0px 1px;
  margin: 0px 40px 40px 0px;
  border: solid 1px #CCCCCC;
  width: 250px;
  height: 230px;
  cursor: pointer;
  background-color: #ffffff;

  box-shadow: 2px 2px 3px 0px #CCCCCC;
}
#div-top-categories li:hover{
  border: solid 1px #A4A4A4;
}

#div-top-category-img{
  margin: 0px 3px 3px 3px;
  width: 243px;
  height: 170px;
}
#div-top-category-text{
  text-align: center;
  height: 40px;
  /*padding: 0px 0px 0px 0px;*/
}

#div-top-category-text .font-top-category-title{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  width: 100%;
  font-size: 14pt;
  font-weight: bold;
  color: #009cdf;
  position: absolute;
  bottom: 8px;
  right: 0;
}
/*===== Top category display finish ======*/




/*===== Featured items start =====*/
#div-featured-container{
  position: relative;
  padding: 10px 10px 50px 10px;
  /*margin-top: 40px;*/
  background-color: #ffffff;
}

#div-featured{
  position: relative;
  text-align: center;
  display: table;
  padding-top: 10px;
  margin: 0 auto;
}

#div-featured ul{
  list-style: none;
  padding: 0px 5px 0px 5px;
  margin: 0px 0px 0px 0px;
}

#div-featured li{
  float: left;
  position: relative;
  margin: 0px 10px 10px 10px;
  cursor: pointer;
}

#div-featured #div-item-feat{
  position: relative;
  border: solid 1px #cccccc;
  height: 230px;
  width: 220px;
}
#div-featured #div-item-feat:hover{
  border: solid 1px #cccccc;
}

#div-featured .font-text{
  margin: 0px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

#div-featured .loading-icon-feat{
  position: relative;
  left:0px;
  top:90px;
  width: 150px;
  height: 230px;
}

#div-featured .heading-feature{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
/*===== Featured items finish =====*/





#div-home-outer{
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

#div-main-frame{
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

#div-inside-frame{
  width: 800px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

#div_main_home{
  position: relative;
  text-align: center;
  margin-top: 5px;
}

#div_brand_home{
  display: none;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
}

.header-top-img{
  width: 100%;
}

#div-footer-container{
  position: relative;
}

.table_td{
  width: 100%;
}

.td-padding{
  padding: 3px 5px 3px 5px;
}

.loading-icon{
  position: relative;
  left:90px;
  top:90px;
  width: 150px;
  height: 230px;
}
.loading-icon-text{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}





/*===== Style for Categories UL list =====*/
#div-categories-list{
  width: 100%;
  overflow: hidden;
}
#div-categories-list ul{
  list-style: none;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
#div-categories-list ul li{
  float: left;
  position: relative;
  padding: 5px 1px 1px 1px;
  margin: 0px 45px 20px 0px;
  border: solid 1px #CCCCCC;
  width: 250px;
  height: 230px;
  cursor: pointer;

  box-shadow: 2px 2px 3px 0px #CCCCCC;
/*
 -moz-border-radius-bottomleft:10px;
  -webkit-border-bottom-left-radius:10px;
  border-bottom-left-radius:10px;
  
  -moz-border-radius-bottomright:10px;
  -webkit-border-bottom-right-radius:10px;
  border-bottom-right-radius:10px;  
  
  -moz-border-radius-topright:10px;
  -webkit-border-top-right-radius:10px;
  border-top-right-radius:10px; 
  
  -moz-border-radius-topleft:10px;
  -webkit-border-top-left-radius:10px;
  border-top-left-radius:10px;
*/
}

#div-category-img{
  margin: 0px 3px 3px 3px;
  width: 243px;
  height: 170px;
}
#div-category-text{
  text-align: center;
  height: 40px;
  padding: 4px 0px 4px 0px;
}
.font-category-title{
  position: absolute;
  width: 100%;
  bottom: 5px;
  left: 0px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  color: #009cde;
}
/*===== Style for Categories UL list finish =====*/


.disable-mouse{
  pointer-events: none;
}
.enable-mouse{
  pointer-events: auto;
}


/*===== Style for Brands list =====*/
#div-brand-list{
  width: 100%;
  overflow: hidden;
  margin: 0px 0px 20px 0px;
  padding: 0px 5px 0px 5px;
}
#div-brand-list ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#div-brand-list li{
  float: left;
  position: relative;
  border: solid 1px #cccccc;
  margin: 10px 40px 0px 0px;
  width: 250px;
  height: 78px;
  cursor: pointer;
  text-align: center;
  
  box-shadow: 5px 5px 10px #CCCCCC;
}
#div-brand-list li a{
  text-decoration: none;
}

.font-brand-info{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 8pt;
  color: #000000;
}
/*===== Brand style =====*/




.tr_background{
  background-color: #f2f2f2;
  /*background-color: #e5eaf8;*/
}

.span-page-total/*, .span-page-list*/{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  text-decoration: none;
  color: #000000;
  font-size: 13px;
}

.page_link{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
}

.page_link2{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 18px;
  color: #000000;
}

.td_img{
  height: 160px;
  width: 160px;
}

.td_attributes{
  height: 160px;
  width: 210px;
}

.td_item_head{
  background-color: #FAFAFA;
  /*background-color: #e8e8e8;*/
  border: solid 1px #cccccc;
  padding: 0px 3px 0px 5px;
  height: 30px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  
  -moz-border-radius-bottomleft:6px;
  -webkit-border-bottom-left-radius:6px;
  border-bottom-left-radius:6px;
  
  -moz-border-radius-bottomright:6px;
  -webkit-border-bottom-right-radius:6px;
  border-bottom-right-radius:6px; 
  
  -moz-border-radius-topright:6px;
  -webkit-border-top-right-radius:6px;
  border-top-right-radius:6px;  
  
  -moz-border-radius-topleft:6px;
  -webkit-border-top-left-radius:6px;
  border-top-left-radius:6px;
}

.attribute_display{
  padding: 5px 0px 0px 20px;
  text-align: left;
  font-size: 13px;
}

.td_item{
  border: solid 1px #dddddd;
}

.td-item-bottom-right{
  height: 49px;
}

.cursor{
  cursor: pointer;
}



/*===== Style for Item UL list =====*/
.td-items{
  /*height: 340px;*/
}
/* Div for showing list of items (two items per table row) */
#div-items{
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
/* Div for each individual item box */
#div-item{
  width: 370px;
  height: 340px;
}
#div-items ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#div-items li{
  display: inline-block;
  width: 370px;
  margin: 0px 5px 0px 0px;
}
/*===== Style for Item UL list finish =====*/





/*====== Left side panel style used for PG list ======*/
.td-left-panel{
  width: 350px;
}

#div-left-panel{
  position: relative;
  text-align: left;
}

#div-pg-list{}
#div-pg-list ul{
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  list-style: none;
}

#div-pg-list li{
  cursor: pointer;
  background-color: #cccccc;
  height: 50px;
  width: 320px;
  border-bottom: solid 1px #ffffff;
}

#div-pg-list #div-li-text{
  position: relative;
  top: 15px;
  padding-left: 10px;
  text-decoration: none;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 16px;
  color: #6E6E6E;
}
#div-pg-list #div-li-text-long{
  position: relative;
  top: 7px;
  padding-left: 10px;
  text-decoration: none;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 16px;
  color: #6E6E6E;
}
#div-pg-list #div-li-text-selected{
  position: relative;
  top: 15px;
  padding-left: 10px;
  text-decoration: none;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 16px;
  color: #ffffff;
}
#div-pg-list #div-li-text-selected-long{
  position: relative;
  top: 7px;
  padding-left: 10px;
  text-decoration: none;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 16px;
  color: #ffffff;
}

#div-pg-list .selected{
  background-color: #009cde;
}

#div-pg-list li:hover{
  background-color: #E6E6E6;
}

#div-pg-list .nostyle{
  background-color: #ffffff;
  height: 20px;
  vertical-align: bottom;
  margin-top: 10px;
}
/*====== FINISH Left side panel style used for PG list ======*/





/*===== START Right panel cart styling =====*/
.td_rightpanel{
  width: 185px;
  text-align: left;
}

.td_item_box{
  padding: 5px 0px 5px 0px;
  height: 480px;
}

#div-right-panel{
  width: 215px;
  border: solid 0.5px #cccccc;
  box-shadow: 1px 1px 2px 0px #cccccc;
}

.right_panel_heading{
  background-image: url("/images/site/background-headers.png");
  background-repeat: repeat-x;
  height: 30px;
  text-align: center;
  padding: 0px 3px 0px 3px;
  
  -moz-border-radius-topright:6px;
  -webkit-border-top-right-radius:6px;
  border-top-right-radius:6px;  
  
  -moz-border-radius-topleft:6px;
  -webkit-border-top-left-radius:6px;
  border-top-left-radius:6px; 
}

.table-right-panel-cart{
  width: 100%;
}

.td_right_panel_cart{
  padding: 10px 5px 10px 5px;
}
/*===== Right panel cart styling finish =====*/




/*===== START page navigation item list =====*/
#div-page-nav-container{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0px 15px 0px;
}

#div-page-nav{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 320px;
}

#div-page-nav-container .div-page-nav{
  margin-right: 2px;
  background-color: #E6E6E6;
  height: 30px;
  width: 60px;
  display: inline-block;
  cursor: pointer;
}
#div-page-nav-container .div-page-nav:hover{ background-color: #cccccc; }

#div-page-nav-container .div-page-num-selected{
  margin-right: 2px;
  background-color: #009cde;
  height: 30px;
  width: 30px;
  display: inline-block;
  cursor: pointer;
}

#div-page-nav-container .div-page-num{
  margin-right: 1px;
  background-color: #E6E6E6;
  height: 30px;
  width: 30px;
  display: inline-block;
  cursor: pointer;
}
#div-page-nav-container .div-page-num:hover{ background-color: #cccccc; }

#div-page-nav-container .page-nav{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #424242;
  margin-top: 8px;
}

#div-page-nav-container a{
  text-decoration: none;
}
/*===== FINISH page navigation item list =====*/




.h1-item-title{
  margin: 0px;
  font-family: Century Gothic, Arial;
  font-weight: normal;
  font-size: 20px;
  color: #006bb6;
  cursor: pointer;
}
.h1-item-title:hover{
  color: #cdcdcd;
}

.h2-item-desc{
  margin: 0px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

.img-noborder{
  border-style: none;
  position: relative;
  top: 3px;
  left: 3px;
}

.font_left_panel_heading{
  font-family: Century Gothic, Verdana, Arial, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #000000;
}

.font_right_panel_heading{
  font-family: Century Gothic, Verdana, Arial, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #000000;
}

.item-top-left-corner{
  height: 50px;
  text-align: center;
}

.bgcol_checkout{
  padding: 2px 5px 2px 5px;
  width: 100px;
  background-color: #87b8e1;
  text-align: center;
  cursor: pointer;

  -moz-border-radius-bottomleft:5px;
  -webkit-border-bottom-left-radius:5px;
  border-bottom-left-radius:5px;
  
  -moz-border-radius-bottomright:5px;
  -webkit-border-bottom-right-radius:5px;
  border-bottom-right-radius:5px; 
  
  -moz-border-radius-topright:5px;
  -webkit-border-top-right-radius:5px;
  border-top-right-radius:5px;  
  
  -moz-border-radius-topleft:5px;
  -webkit-border-top-left-radius:5px;
  border-top-left-radius:5px;
}

.input_01{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
  border: 1px solid #CCCCCC;
}

.item_img{
  filter: inherit;
  opacity: inherit;
  top: 0px;
  left: 0px;
  z-index: 1;
  cursor: pointer;
  border: solid 1px #ffffff;
}
.item_img:hover{
  border: solid 1px #cdcdcd;
}




.font_price{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 18pt;
  font-weight: bold;
  color: #363636;
}

.font_price_small{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #363636;
}

.font_price2{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #006bb6;
}

.font-gst{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 10pt;
  color: #000000;
  font-weight: bold;
}

.font_title{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #006bb6;
}

.font_enlarge{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #006bb6;
  cursor: pointer;
}

.font-feature-text{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #006bb6;
}

.font_link_cust{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #FFFFFF;
}

.font_01{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #006bb6;
  cursor: pointer;
}

.font_02{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  color: #9B9A9A;
}

.font_03{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 8pt;
  color: #000000;
}

.font_03_bold{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
}
.font_03_bold_error{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #C61818;
}

.font-03-black{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 8pt;
  color: #000000;
}

.font_04{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #FFFFFF;
}

.font_05{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #000000;
}

.font_06{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #000000;
}

.font_07{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 10pt;
  color: #000000;
}

.font_07_bold{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 10pt;
  color: #000000;
  font-weight: bold;
}
.font_07_error{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 10pt;
  color: #C61818;
}

.font_08{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
}

.font_09{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #000000;
}

.font_noitems{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #000000;
}

.font_stock{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #363636;
}

.font-stock-email{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #363636;
  cursor: pointer;
}

.font_title_small{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #363636;
}

.font-pglist{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 9pt;
  color: #000000;
}

.font-special{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 18pt;
  font-weight: bold;
  color: #363636;  
}

.font-search{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #363636;  
}

.font-bold-17{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #3B3B3B;  
}

.special-bar{
  height: 30px;
  background-color: #cc6262;
}

.td-special-bar{
  -moz-border-radius-bottomleft:5px;
  -webkit-border-bottom-left-radius:5px;
  border-bottom-left-radius:5px;
  
  -moz-border-radius-bottomright:5px;
  -webkit-border-bottom-right-radius:5px;
  border-bottom-right-radius:5px;
  
  -moz-border-radius-topright:5px;
  -webkit-border-top-right-radius:5px;
  border-top-right-radius:5px;  
  
  -moz-border-radius-topleft:5px;
  -webkit-border-top-left-radius:5px;
  border-top-left-radius:5px;
}

.search-bar{
  height: 30px;
  background-color: #FFFFFF;
}

.item_name{
  font-family: Century Gothic, Arial;
  font-size: 15pt;
  color: #6096d0;
}

.item_desc{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 8pt;
  text-align: right;
  color: #000000;
}

.item_more {
  cursor: pointer;
  font-family: Century Gothic, Arial;
  font-size: 8pt;
  font-style: italic;
  color:#006bb6;
}

.td-shortdesc{
  height: 60px;
}

.feature_bullet{
  font-family: Wingdings;
  color: #42a5f7;
}

.feature_text{
  font-family: Century Gothic, Arial, Helvetica, Verdana;
  font-size: 9pt;
  text-align: left;
  color: #000000;
}

select{
  width: 120px;
}

.dropdown_attr{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  width: 135px;
  font-size: 14px;
  color: #086A87;
}

.dropdown_itemlimit{
  width: 50px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 13px;
}

#div_long_desc{
  display: none;
  width: 315px;
  height: 160px;
  position: absolute;
  overflow: auto;
}

.div_long_desc_inside{
  margin: 9px 3px 0px 9px;
  padding-left: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #CCCCCC;
  height: 130px;
  background: #FFFFFF;
  z-index: 10;
  position: relative;
  
  -moz-border-radius-bottomleft:8px;
  -webkit-border-bottom-left-radius:8px;
  border-bottom-left-radius:8px;
  
  -moz-border-radius-bottomright:8px;
  -webkit-border-bottom-right-radius:8px;
  border-bottom-right-radius:8px;
  
  -moz-border-radius-topright:8px;
  -webkit-border-top-right-radius:8px;
  border-top-right-radius:8px;  
  
  -moz-border-radius-topleft:8px;
  -webkit-border-top-left-radius:8px;
  border-top-left-radius:8px;
}

#div_email_stock{
  display: none;
  width: 350px;
  position: absolute;
  overflow: auto;
}

.div_email_stock_inside{
  margin: 9px 3px 0px 9px;
  padding: 10px 5px 10px 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #CCCCCC;
  height: 250px;
  background: #F2F2F2;
  z-index: 10;
  position: relative;
  text-align: center;
  
  -moz-border-radius-bottomleft:8px;
  -webkit-border-bottom-left-radius:8px;
  border-bottom-left-radius:8px;
  
  -moz-border-radius-bottomright:8px;
  -webkit-border-bottom-right-radius:8px;
  border-bottom-right-radius:8px;
  
  -moz-border-radius-topright:8px;
  -webkit-border-top-right-radius:8px;
  border-top-right-radius:8px;  
  
  -moz-border-radius-topleft:8px;
  -webkit-border-top-left-radius:8px;
  border-top-left-radius:8px;
}

.txtbox-stock-email{
  width: 300px;
  height: 25px;
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 15px;
  padding: 1px 5px 1px 5px;
  border: solid 1px #cccccc;
  
  -moz-border-radius-bottomleft:5px;
  -webkit-border-bottom-left-radius:5px;
  border-bottom-left-radius:5px;
  
  -moz-border-radius-bottomright:5px;
  -webkit-border-bottom-right-radius:5px;
  border-bottom-right-radius:5px;
  
  -moz-border-radius-topright:5px;
  -webkit-border-top-right-radius:5px;
  border-top-right-radius:5px;  
  
  -moz-border-radius-topleft:5px;
  -webkit-border-top-left-radius:5px;
  border-top-left-radius:5px;
}

.txtarea-stock-email{
  -moz-border-radius-bottomleft:5px;
  -webkit-border-bottom-left-radius:5px;
  border-bottom-left-radius:5px;
  
  -moz-border-radius-bottomright:5px;
  -webkit-border-bottom-right-radius:5px;
  border-bottom-right-radius:5px;
  
  -moz-border-radius-topright:5px;
  -webkit-border-top-right-radius:5px;
  border-top-right-radius:5px;  
  
  -moz-border-radius-topleft:5px;
  -webkit-border-top-left-radius:5px;
  border-top-left-radius:5px;
}

#span-small-link, #span-small-link:link, #span-small-link:active, #span-small-link:visited{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  text-decoration: none;
}


#div_registration{
  display: none;
  width: 400px;
  height: 150px;
  position: absolute;
  overflow: auto;
}

#div_registration_inside{
  padding: 20px 5px 5px 5px;
  margin: 9px;
  border: solid 2px #cccccc;
  height: 100px;
  background: #E5E5E5;
  z-index: 10;
  position: relative;
}

.text_registration{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #000000;
}





/*DIVs for the image library start*/
#div-enlarge{
  display: none;
  width: 850px;
  position: absolute;
  border: none;
}
#div-enlarge-inside{
  margin: 9px;
  border: solid 1px #cdcdcd;
  height: 800px;
  background: #FFFFFF;
  z-index: 10;
  position: relative;
}
#div-enlarge-image{}
/*DIVs for the image library finish*/



.div_item_added{
  display: none;
  margin: 9px;
  padding: 5px 5px 5px 5px;
  border: solid 2px #9B9A9A;
  height: 80px;
  width: 350px;
  background: #FFFFFF;
  z-index: 10;
  position: absolute;
  overflow: hidden;
  
  -moz-border-radius-bottomleft:8px;
  -webkit-border-bottom-left-radius:8px;
  border-bottom-left-radius:8px;
  
  -moz-border-radius-bottomright:8px;
  -webkit-border-bottom-right-radius:8px;
  border-bottom-right-radius:8px;
  
  -moz-border-radius-topright:8px;
  -webkit-border-top-right-radius:8px;
  border-top-right-radius:8px;  
  
  -moz-border-radius-topleft:8px;
  -webkit-border-top-left-radius:8px;
  border-top-left-radius:8px;
}

.close_button{
  left: 0;
  position: absolute;
  top: 0;
  z-index: 15;
  cursor: pointer;
}



.item_cart_right_head{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
}

.item_cart_left{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 8pt;
  padding: 3px 0px 0px 5px;
}

.table_item_cart_left{
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;

  -moz-border-radius-bottomleft:8px;
  -webkit-border-bottom-left-radius:8px;
  border-bottom-left-radius:8px;
  
  -moz-border-radius-bottomright:8px;
  -webkit-border-bottom-right-radius:8px;
  border-bottom-right-radius:8px;
  
  -moz-border-radius-topright:8px;
  -webkit-border-top-right-radius:8px;
  border-top-right-radius:8px;  
  
  -moz-border-radius-topleft:8px;
  -webkit-border-top-left-radius:8px;
  border-top-left-radius:8px;
}


.btn-add-to-cart{
  width: 150px;
  height: 40px;
  background-color: #009cde;
  border: none;
  outline: none;
  cursor: pointer
}
.btn-add-to-cart:hover{
  background-color: #01A9DB;
}
.font-cart-item{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #ffffff;
}

.btn-checkout{
  width: 190px;
  height: 40px;
  background-color: #009cde;
  border: none;
  outline: none;
  cursor: pointer
}
.btn-checkout:hover{
  background-color: #01A9DB;
}




.btn_checkout{
  background-color: #6c95db;
  height: 30px;
  width: 120px;
  cursor: pointer;
  text-align: center;

  -moz-border-radius-bottomleft:5px;
  -webkit-border-bottom-left-radius:5px;
  border-bottom-left-radius:5px;
  
  -moz-border-radius-bottomright:5px;
  -webkit-border-bottom-right-radius:5px;
  border-bottom-right-radius:5px;
  
  -moz-border-radius-topright:5px;
  -webkit-border-top-right-radius:5px;
  border-top-right-radius:5px;  
  
  -moz-border-radius-topleft:5px;
  -webkit-border-top-left-radius:5px;
  border-top-left-radius:5px;
}

.btn_linked_cust{
  background-color: #009cde;
  height: 30px;
  width: 260px;
  cursor: pointer;
  text-align: center;
  border-width: 1px;
}

.btn_item_added{
  background-color: #585854;
  height: 25px;
  width: 160px;
  cursor: pointer;
  text-align: center;
  border-width: 1px;

  -moz-border-radius-bottomleft:5px;
  -webkit-border-bottom-left-radius:5px;
  border-bottom-left-radius:5px;
  
  -moz-border-radius-bottomright:5px;
  -webkit-border-bottom-right-radius:5px;
  border-bottom-right-radius:5px;
  
  -moz-border-radius-topright:5px;
  -webkit-border-top-right-radius:5px;
  border-top-right-radius:5px;  
  
  -moz-border-radius-topleft:5px;
  -webkit-border-top-left-radius:5px;
  border-top-left-radius:5px;
}

.font-button{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}




/* Below mainly used for My Cart page */
#div-cart-list{
  /*border: solid 1px #ff0000;*/
}

#div-cart-list #div-remove-item{
  z-index: 999;
  float: left;
  width: 20px;
  cursor: pointer;
}

#div-cart-list ul{
  list-style: none;
  display: inline-block;
  padding: 0px;
  margin: 0px;
}

#div-cart-list li{
  margin-bottom: 5px;
  border: solid 1px #cdcdcd;
}

#div-cart-list #div-item-title{
  height: 50px;
  overflow: hidden;
}

#div-item-attribute{
  height: 50px;
  border: solid 1px #ff0000;
}

#div-cart-list .td-cart-list{
  padding: 2px 5px 2px 15px;
  width: 190px;
}

#div-cart-list .font-01{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
}

#div-cart-list #div-qty-container{
  position: relative;
  left: 45px;
  width: 140px;
}

#div-cart-list #div-minus{
  position: relative;
  float: left;
  height: 28px;
  width: 28px;
  background-color: #f2f2f2;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
#div-cart-list #div-plus{
  position: relative;
  float: left;
  left: 79px;
  height: 28px;
  width: 28px;
  background-color: #f2f2f2;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
#div-cart-list .minus-sign{
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #363636;
}
#div-cart-list .plus-sign{
  position: relative;
  top: 2px;
  font-size: 20px;
  font-weight: bold;
  color: #363636;
}
#div-cart-list .input_01{
  position: relative;
  left: -26px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  width: 72px;
  height: 24px;
  border: 1px solid #CCCCCC;
}

#div-summary-container{
  display: block;
  border: solid 1px #009cde;
  background-color: #e6e6e6;
  margin: 0px 0px 0px 10px;
  width: 250px;
  height: 210px;
}
#div-summary-container-responsive{
  display: none;
  border: solid 1px #009cde;
  background-color: #e6e6e6;
  margin: 10px 0px 0px 10px;
  width: 250px;
  height: 210px;
}

#div-summary-container #div-summary-container-responsive, #div-summary-cost{
  margin: 10px;
}

#div-summary-container, #div-summary-container-responsive, .tr-padding{
  line-height: 30px;
}



/*
.table_checkout{
  border-collapse: collapse;
  border-style: solid;
  border-width: 2px;
  border-color: #FFFFFF;
}

.th_head{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
  padding: 2px 5px 2px 5px;
  background-color: #CDCDCD;
  border: solid 2px #FFFFFF;
}

.td_checkout{
  border: solid 2px #E6E6E6;
  background-color: #F0F0F0;
  padding: 2px 5px 2px 5px;
}

.td-noborder{
  border: none;
}
*/
/* My Cart page  */




.textbox_01{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
  width: 40px;
  text-align: center;
  border: solid 1px #CCCCCC;
}

.textbox_02{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 11pt;
  color: #000000;
  width: 250px;
  height: 25px;
  text-align: left;
  padding: 1px 2px 1px 5px;
  border: solid 1px #cdcdcd;
  background-color: #f2f2f2;
}

.textbox_03{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 10pt;
  color: #000000;
  width: 40px;
  height: 25px;
  text-align: left;
  padding: 1px 2px 1px 5px;
  border: solid 1px #cdcdcd;
  background-color: #f2f2f2;
}

.textbox_04{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 11pt;
  color: #000000;
  width: 150px;
  height: 25px;
  text-align: left;
  padding: 1px 2px 1px 5px;
  border: solid 1px #cdcdcd;
  background-color: #f2f2f2;
}

.td_info_box{
  padding: 5px 5px 5px 5px;
  border: solid 1px #009cde;
}

.table_signin_form{
  padding: 10px 5px 10px 5px;
  background-color: #ffffff;
  /*background-color: #E5E5E5;*/
}

.select_01{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 9pt;
  width: 308px;
}

#div-breadcrumb{
  padding: 10px 0px 10px 5px;
  width: 100%;
}

.font-breadcrumb{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
}

.alink{
  text-decoration: none;
  color: #000000;
}

.div-square-box{
  border: solid 1px #000000;
  height: 10px;
  width: 10px;
  background-color: #ffffff;
}

.fieldset-01{
  border: solid 1px #009cde;
}




/*Brands list on home page*/
#div-brands-home{
  width: 100%;
  overflow: hidden;
  text-align: center;
}
#div-brands-home ul{
  list-style: none;
  display: inline-block;
  padding: 0px;
  margin: 0px;
}
#div-brands-home li{
  float: left;
  position: relative;
  width: 233px;
  height: 72px;
  cursor: pointer;
  margin: 5px 10px 5px 0px;
  border: solid 1px #cccccc;
  text-align: center;

  box-shadow: 2px 2px 3px 0px #CCCCCC;
}
.font-brand-info-home{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 8pt;
  color: #000000;
}



/*About us company info*/
#div-company-info{
  margin-top: 20px;
  display: block;
  width: 90%;
  border: solid 1px #cccccc;
  padding: 5px 10px 2px 10px;
  margin-right: auto;
  margin-left: auto;
  
  -moz-border-radius-bottomleft:8px;
  -webkit-border-bottom-left-radius:8px;
  border-bottom-left-radius:8px;
  
  -moz-border-radius-bottomright:8px;
  -webkit-border-bottom-right-radius:8px;
  border-bottom-right-radius:8px;
  
  -moz-border-radius-topright:8px;
  -webkit-border-top-right-radius:8px;
  border-top-right-radius:8px;  
  
  -moz-border-radius-topleft:8px;
  -webkit-border-top-left-radius:8px;
  border-top-left-radius:8px;
}
.company-info-heading{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #5c5c5c;
  text-align: left;
}
.company-info{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #5c5c5c;
  text-align: left;
}
#span-comp-short-more{
  width: 100%;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 9pt;
  font-style: italic;
  color: #6096d0;
  text-align: right;
  cursor: pointer;
}



/*About us site news*/
#div-site-news{
  margin-top: 20px;
  display: block;
  width: 90%;
  border: solid 1px #cccccc;
  padding: 5px 10px 2px 10px;
  margin-bottom: 5px;
  margin-right: auto;
  margin-left: auto;
  
  -moz-border-radius-bottomleft:8px;
  -webkit-border-bottom-left-radius:8px;
  border-bottom-left-radius:8px;
  
  -moz-border-radius-bottomright:8px;
  -webkit-border-bottom-right-radius:8px;
  border-bottom-right-radius:8px;
  
  -moz-border-radius-topright:8px;
  -webkit-border-top-right-radius:8px;
  border-top-right-radius:8px;  
  
  -moz-border-radius-topleft:8px;
  -webkit-border-top-left-radius:8px;
  border-top-left-radius:8px;
}
#div-site-news-more{
  display: none;
}



/*Medtel history*/
#div-medtel-history{
  margin-top: 20px;
  display: block;
  width: 90%;
  border: solid 1px #cccccc;
  padding: 5px 10px 2px 10px;
  margin-bottom: 5px;
  margin-right: auto;
  margin-left: auto;
  
  -moz-border-radius-bottomleft:8px;
  -webkit-border-bottom-left-radius:8px;
  border-bottom-left-radius:8px;
  
  -moz-border-radius-bottomright:8px;
  -webkit-border-bottom-right-radius:8px;
  border-bottom-right-radius:8px;
  
  -moz-border-radius-topright:8px;
  -webkit-border-top-right-radius:8px;
  border-top-right-radius:8px;  
  
  -moz-border-radius-topleft:8px;
  -webkit-border-top-left-radius:8px;
  border-top-left-radius:8px;
}





/*Contact Us Page Style Setting*/
.contact_page_title {
  font-size: 10pt; 
  font-weight: bold ; 
  font-family: Helvetica, Arial, sans-serif; 
  color: #000000;  
}

.contact_national_content {
  font-size: 20px; 
  /*font-weight: bold;*/ 
  font-family: Arial, Helvetica, Arial, sans-serif; 
  color: #3366CC; 
  vertical-align:top; 
  padding-top:5px;
}

.contact_content {
  font-size: 9pt; 
  font-weight: 500 ; 
  font-family: Helvetica, Arial, sans-serif; 
  color: #000000; 
  vertical-align:top; 
  padding-top:5px;
}

.contact_content_title {
  font-size: 9pt; 
  font-weight: bold; 
  font-family: Helvetica, Arial, sans-serif; 
  color: #3366CC; 
}


/* About Us Page Style settings */
#div-medtel-timeline{
  width: 565px;
}

.td_aboutus_title {
  font-family: helvetica, arial, san-serif;
  font-size: 12pt;
  font-weight:bold;
  color:#000000 
}

.td_aboutus_content {
  font-family: helvetica, arial, san-serif;
  font-size: 9pt;
  padding-left: 8px;
  padding-right: 18px;
  text-align: justify;
  vertical-align: top;
  color:#000000
}


/*Feedback form page*/
#div-feedback-form{
  margin-top: 20px;
  width: 400px;
  padding: 10px 10px 10px 10px;
  margin-left: auto;
  margin-right: auto;
}

#div-feedback-form #txtarea_feed{
  width: 98%;
  height: 200px;
  border: solid 1px #cccccc;
  
  -moz-border-radius-bottomleft:8px;
  -webkit-border-bottom-left-radius:8px;
  border-bottom-left-radius:8px;
  
  -moz-border-radius-bottomright:8px;
  -webkit-border-bottom-right-radius:8px;
  border-bottom-right-radius:8px;
  
  -moz-border-radius-topright:8px;
  -webkit-border-top-right-radius:8px;
  border-top-right-radius:8px;  
  
  -moz-border-radius-topleft:8px;
  -webkit-border-top-left-radius:8px;
  border-top-left-radius:8px;
}

.font_feedcode{
  font-size: 8pt; 
  font-weight: bold ; 
  font-family: Helvetica, Arial, sans-serif;
  color: #696969; 
}

#ifrm_feedback{
  border: solid 1px #cccccc;
  height: 25px;
  width: 60px;
  text-align: center;
}

#span_feedbackcode{
  cursor: pointer;
}

.txt_code{
  height: 25px;
  width: 60px;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

.txtbox-02-disable{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 11pt;
  color: #000000;
  width: 250px;
  height: 25px;
  background-color: #CCCCCC;
  border: 1px solid #CCCCCC;
  padding: 3px 8px 3px 8px;
}

.txtbox-number2-disable{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 11pt;
  color: #000000;
  width: 50px;
  height: 25px;
  text-align: center;
  background-color: #CCCCCC;
  border: 1px solid #CCCCCC;
  padding: 3px 8px 3px 8px;
}

#div-customer-link{
  position: absolute;
  width: 315px;
  height: 170px;
  background-color: #E3E3E3;
  padding: 5px 5px 5px 5px;
  border: solid 1px #cccccc;

  -moz-border-radius-bottomleft:8px;
  -webkit-border-bottom-left-radius:8px;
  border-bottom-left-radius:8px;
  
  -moz-border-radius-bottomright:8px;
  -webkit-border-bottom-right-radius:8px;
  border-bottom-right-radius:8px;
  
  -moz-border-radius-topright:8px;
  -webkit-border-top-right-radius:8px;
  border-top-right-radius:8px;  
  
  -moz-border-radius-topleft:8px;
  -webkit-border-top-left-radius:8px;
  border-top-left-radius:8px;
}


#div-password-box{
  width: 310px;
  margin: 20px 0px 20px 0px;
}

.btn-submit{
  background-color: #585854;
  height: 25px;
  width: 155px;
  cursor: pointer;
  text-align: center;
  border-width: 1px;

  -moz-border-radius-bottomleft:5px;
  -webkit-border-bottom-left-radius:5px;
  border-bottom-left-radius:5px;
  
  -moz-border-radius-bottomright:5px;
  -webkit-border-bottom-right-radius:5px;
  border-bottom-right-radius:5px;
  
  -moz-border-radius-topright:5px;
  -webkit-border-top-right-radius:5px;
  border-top-right-radius:5px;  
  
  -moz-border-radius-topleft:5px;
  -webkit-border-top-left-radius:5px;
  border-top-left-radius:5px;
}

.font-btn-submit{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #FFFFFF;
}




