﻿html, body {
    width: 100%;
    min-height: 100%;
    margin: -2px 0 0 0;
    padding: 0;
    background-color: #ccc;
    font-family: arial,verdana,arial,sans-serif;
}
#container
{
    width: 100%;
    margin: 0px;
    padding: 0px;
}
#layout
{
    padding: 0px;
    margin: 0 auto;
    width: 974px;
}
#innerlayout
{
    padding: 0px;
    margin: 0px;
    width: 974px;
}
#header
{
    padding: 0px;
    margin: 0;
    width: 974px;
    height: 186px;
    /*background:url('../images/header_bg.png') no-repeat bottom right;*/
    border-bottom:1px solid #000;
}
#header_left
{
    float: left;
    height: 65px;
    /*height: 93px;*/
    margin: 0;
    padding: 0px;
}
#header_right
{
    float: right;
    width: 300px;
    padding: 0;
}
.header_left
{
    padding: 0px;
    margin: 0;
    width: 250px;
    float: left;
    vertical-align: top;
    display: block;
}
.header_center
{
    padding: 0px;
    margin: 0;
    width: 71px;
    float: left;
    display: block;
}
.header_right
{
    padding: 0px;
    margin: 0;
    width: 724px;
    float: left;
    vertical-align: top;
    display: block;
    background-repeat: repeat-x;
    height: 105px;
}
.header_right1 {
    float: right;
    height:35px;
    line-height:35px;
}
.topnav
{
    padding: 0px;
    margin: 0;
    width: 974px;
    height: 34px;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #8e8e8e;
    background:transparent url('../images/nav_bg.png');
    background-repeat:repeat-x;
}
.topnav ul
{
    height: 34px;
    list-style: none;
    margin: 0;
    padding: 0px 0px 0px 0px;
}
.topnav li
{
    float: left;
    width: 137px;
    margin:0 1px 0 1px;
}
.topnav li a
{
    color: #fff;
    display: block;
    font-weight: bold;
    line-height: 34px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    text-decoration: none;   
    background:transparent url('../images/topnav_link.png');
    background-repeat: no-repeat; 
    width: 137px;
}
.topnav li a:hover
{
    color: #fff;
    text-decoration: none;
    background:transparent url('../images/topnav_link_h.png');
}
.topnav li.current a
{
    color: #fff;
    display: block;
    font-weight: bold;
    line-height: 34px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    text-decoration: none;
    background:transparent url('../images/topnav_link_h.png');
}
.topnav li ul
{
    background: #ecebeb;
    display: none;
    height: auto;
    position: absolute;
    width: 225px;
    z-index: 200;
}
.topnav li:hover ul
{
    display: block;
}
.topnav li li
{
    display: block;
    float: none;
    width: 225px;
}
.topnav li ul a
{
    display: block;
    font-size: 12px;
    font-style: normal;
    padding: 0px 10px 0px 15px;
    text-align: left;
}
.topnav li ul a:hover
{
    background: #fff;
    color: #000000;
}
.topnav p
{
    clear: left;
}
.topnav #current
{
    color: #7f7f89;
}

#centerlayout
{
    padding: 0px;
    margin: 0 0px 0 0px;
    width: 974px;
    background:#fff;
    min-height:500px;
}

#centerlayout_inside
{
    padding: 0px;min-height:500px;
    margin: 0;
    width: 964px;
    margin: 0 0px 0 0px;padding:10px 5px 5px 5px;background:#fff;
}
#centerlayout_inside p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    margin: 0px;
    padding: 0px;
}

.topmenuright
{
    text-align: left;
    height: 46px;
    line-height: 46px;
    margin-right: 10px;
    width: 624px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
}
.topmenuright a:link, .topmenuright a:visited, .topmenuright a:active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #3073ce;
}
.topmenuright a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: underline;
    color: #0048aa;
}

.header_right_menu
{
    padding: 0px;
    margin: 0;
    display: block;
}
.header_right_menu ul
{
    list-style: none;
    padding: 0px;
    margin: 0;
}
.header_right_menu li
{
    list-style: none;
    display: inline-block;
    font-family: arial,helvetica,sans-serif;
    text-align: center;
    vertical-align:middle;
}
.header_right_menu li img {
    position: relative;
    top: 0px;
    border:0px;
    margin-left:-5px
}
.cart-item {
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 8px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #1aa3b2;
    border-radius: 50px;
    position: relative;
    top:-2px;
    left: -68px;
    margin-right: -15px;
}
.cart-item-empty {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    font-size: 8px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50px;
    position: relative;
    top: -2px;
    left: -60px;
    margin-right: -10px;
}
.cart-link {
    position: relative;
    top:-5px;
}
.header_right_menu li a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
    padding: 0 5px;
    font-family: arial,helvetica,sans-serif;
}
.header_right_menu li a:hover
{
    color: #fff;
    text-decoration: underline;
}
.header_right_menu li a.current
{
    display: block;
    float: left;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    line-height: 41px;
    text-decoration: none;
    padding: 0 1px;
}
.header_right_menu li a:hover.current
{
    color: #fff;
}
.header_welcome
{
    height: 41px;
    line-height: 41px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.counter_cap {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #393939;
}
.counter_bg
{
    float: left;
    width: 19px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: url(../images/counter_bg.gif) no-repeat;
}

.search_cap
{
    float: left;
    width: 79px;
    height: 19px;
    text-align: left;
    color: #fff;
    font-weight: bold;
}

.search_but {
    padding: 10px 6px;
    background: #02bee5;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-decoration:none;
}
.search_but:hover
{
    background-position: 0 -32px;
}
.search_but span
{
    position: absolute;
    top: -999em;
}

.search_input
{
    border: #cccccc 1px solid;
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    text-decoration: none;
    background-color: #fff;
    height: 30px;
    width:180px;
}

#topmenuright a:hover
{
    text-decoration: underline;
}

.center_image
{
    width: 734px;
    height: 304px;
    padding: 0px;
}
.special_event
{
    margin-top: 10px;
    margin-left: 20px;
    float: left;
    padding: 0px;
}
.special_event_cap
{
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #060606;
    text-align: left;
    border-bottom: 1px solid #333;
}
.special_event_left
{
    width: 148px;
    float: left;
    padding: 0px;
    vertical-align: top;
    margin-top: 10px;
}
.special_event_right
{
    width: 120px;
    height: 327px;
    float: left;
    padding: 0px;
    vertical-align: top;
    margin-top: 10px;
}

ul.special_event_menu
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}
ul.special_event_menu li
{
    margin: 0px;
    padding: 0px;
    font-family: arial,helvetica,sans-serif;
    text-align: left;
    font-size: 11px;
}
ul.special_event_menu li a
{
    font-size: 11px;
    display: block;
    padding: 2px;
    text-decoration: none;
    color: #666666;
    width: 140px;
}
ul.special_event_menu li a:hover, ul.special_event_menu li a:focus
{
    color: #000000;
    background-color: #eeeeee;
}

ul.hot_menu
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}
ul.hot_menu li
{
    margin: 0px;
    padding: 0px;
    font-family: arial,helvetica,sans-serif;
    text-align: left;
    font-size: 11px;
}
ul.hot_menu li a
{
    font-size: 11px;
    display: block;
    padding: 2px 0 0 15px;
    text-decoration: none;
    color: #666666;
    width: 100%;
    line-height: 16px;
    background: url("../images/box_off.gif") no-repeat 0 5px;
}
ul.hot_menu li a:hover, ul.hot_menu li a:focus
{
    color: #000000;
    padding: 2px 0 0 15px;
    background: url("../images/box_on.gif") no-repeat 0 5px;
}
.left_product_back
{
    padding: 0px;
    margin: 0 0px 0 0px;
}
.left_product_section
{
    width: 218px; 
}
.left_product_capbg
{
    width: 212px;
    padding: 0 3px 0 3px;
}
.left_product_cap
{
    width: 218px;
    background: transparent url("../images/left_product_bg.png") no-repeat;
    height: 33px;
}
.what_hot
{
    width: 218px;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.what_hot_cap
{
    width: 218px;
    height: 47px;
    background: url("../images/what_hot.gif") no-repeat;
}
.what_hot_inside
{
    width: 212px;
    padding: 3px;
    margin: 0px;
}
.what_hot_bottom
{
    width: 220px;
    height: 21px;
    background: url("../images/whathot_bottom.gif") no-repeat;
}
.what_hot_cap_inside
{
    width: 202px;
    height: 28px;
    background: url("../images/what_hot_inside.gif") no-repeat;
}
.featureditems_cap_inside
{
    width: 202px;
    height: 28px;
    background: url("../images/featured_items_INSIDE.gif") no-repeat;
}
/*.new_arrivals
{
    width: 100%;
    background-color: #8a8a8a;
    height: 30px;
    margin-bottom: 10px;
    border-left: 1px solid #333;
}*/
.new_arrivals_cap
{
    width: 277px;
    height: 34px;
    background: url("../images/new_arivals_cap.gif") no-repeat;
}
.left_panel_bg
{
    background-color: #fafafa;
}
.left_title
{
    width: 180px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 3px;
    background: url("../images/left_ttile.png") repeat-x;
}
.box
{
    width: 150px;
    height: 230px;
    float: left;
    margin-bottom: 10px;
    margin-right: 7px;
    vertical-align: top; /*background: url("../images/box_bg.gif") no-repeat;background-color: #F9F9F9;*/
}

.box_home
{
    width: 235px;
    height: 280px;
    float: left;
    margin-bottom: 10px;
    margin-right: 0px;
    vertical-align: top;
    border-left:1px solid #ececec;
    border-bottom:1px solid #ececec;
    border-top:1px solid #ececec;
}
.box_home:last-child
{   
    border-right:1px solid #ececec;
}

.box_package
{
    width: 235px;
    height: 300px;
    float: left;
    margin-bottom: 10px;
    float: left;
    margin-bottom: 10px;
    vertical-align: top;
    border-left:1px solid #ececec;
    border-bottom:1px solid #ececec;
    border-top:1px solid #ececec;
    vertical-align: top; /*background: url("../images/box_bg.gif") no-repeat;background-color: #F9F9F9;*/
}
.box_package:last-child
{
  
    border-right:1px solid #ececec;
}
.box_inside_package
{
    padding: 0px 2px 0px 2px;
    width: 200px;
    margin:0 auto;
    text-align: center;
}
.box_inside_image_package
{
    padding: 2px 2px 2px 2px;
    width: 200px;
    text-align: center;
    display: block;
}
.box_inside_image_package a
{
    width: 200px;
    text-align: center;
    padding: 0px 0px 0px 0px;
    display: block;
}
.box_inside_image_package a:hover
{
    color: #999;
    text-decoration: none;
    line-height: 15px;
}

.box_inside_image_package_list
{
    width: 150px;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    border-image: initial;
    text-align: center;
    padding: 0 0 0 0px;
    
}
.box_inside_image_package_list a
{
    width: 150px;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-image: initial;
    margin:0px;    
    border: 1px solid #f0f0f0;
}
.box_inside_image_package_list a:hover
{
    width: 150px;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ccc; /*border:1px solid #efefef;*/
    border-image: initial;
}
.box div.mouseover:hover
{
    background: #efefef;
    cursor: pointer;
    z-index: 99999;
    text-decoration: none;
    border: 1px solid #ccc;
}
.box_package div.mouseover:hover
{
    cursor: pointer;
    z-index: 99999;
    text-decoration: none;
    border: 1px solid #ccc;
}
.box_inside_image_cap
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding-top: 3px 0;
    height: 35px;
    vertical-align: top;
}
.box_inside_image_cap a
{
    text-decoration: none;
    color: #484848;
    line-height: 15px;
}
.box_inside_image_cap a:hover
{
    color: #484848;
    text-decoration: none;
    line-height: 15px;
}

.box_inside_image_cap_inside
{
    text-align: left;
    font-family:arial, verdana,sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #fff;
}
.box_inside_image_cap_inside a
{
    font-family:arial, verdana,sans-serif;
    text-decoration: none;
    color: #1aa3b2;
    padding: 0 0 0 0px;
}
.box_inside_image_cap_inside a:hover
{
    font-family:arial, verdana,sans-serif;
    color: #1aa3b2;
    text-decoration: underline;
}

.box_details
{
    width: 170px;
    float: left;
    margin-bottom: 10px;
    margin-right: 3px;
    vertical-align: top;
}
.box_inside_details
{
    padding: 2px 2px 2px 2px;
    width: 170px;
}
.box_inside_details_image
{
    padding: 2px 2px 2px 2px;
    width: 160px;
    height: 130px;
    text-align: center;
    display: block;
}
.box_inside_details_image a
{
    width: 190px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    height: 130px;
    text-align: center;
    display: block;
}
.box_inside_details_image a:hover
{
    color: #999;
    text-decoration: none;
    border: 1px solid #b7b4ba;
    height: 130px;
}

.home_price
{
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #151515;
    line-height: 20px;
}
.home_price_strikeone
{
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #000;
    line-height: 30px;
}
.home_price_strike
{
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #151515;
    line-height: 20px;
}
.home_price_strike_detail
{
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #BB0000;
    line-height: 20px;
}
.home_cap
{
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    line-height: 20px;
}

.shopnow {
    height: 36px;
    line-height: 36px;
    background: url('../images/Cart Icon_button.png') 8px 5px no-repeat;
    background-color: #02bee5;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    padding: 0 10px 0 35px;
    outline: none;
}
    .shopnow:hover {
        background-color: #393939; /*#4fc8d9;*/
        color: #fff;
    }
.shopnow_detail {
    height: 36px;
    line-height: 36px;
    background: url('../images/Cart Icon_button.png') 8px 5px no-repeat;
    background-color: #02bee5;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    padding: 0 10px 0 35px;
    outline: none;
}
    .shopnow_detail:hover {
        background-color: #393939;
        color: #fff;
    }


.shopnow_euip
{
    display: block;
    height: 32px;
    width: 145px;
    background: url("../images/buyequip.png") no-repeat;
    cursor: pointer;
}


.more
{
    display: block;
    width: 71px;
    height: 29px;
    background: url("../images/more.png") no-repeat;
    cursor: pointer;
}
.more:hover
{
    background-position: 0 -29px;
}
.more span
{
    position: absolute;
    top: -999em;
}

.viewall
{
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-right: 5px;
}
.viewall a
{
    text-decoration: none;
    color: #555;
}
.viewall a:hover
{
    color: #999;
    text-decoration: none;
}
/*====================================Body page content class [Start]==================================*/
.page_content
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-right: 10px;
    padding-left: 10px;
}
.page_content a
{
    text-decoration: none;
    color: #555;
}
.page_content a:hover
{
    color: #999;
    text-decoration: none;
}
/*====================================Body page content class [End]==================================*/
.home_add_banner_background
{
    background-color: #e1e0de;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    padding: 3px;
}
.add_box
{
    width: 231px;
    height: 163px;
    float: left;
    margin-right: 11px;
}
.footer-wrapper {
    background: #242424;
    width: 100%;
}
#footer
{
    padding: 0px;
    margin: 20px 5px 0 5px;
    width: 964px;
    border-top: 1px solid #e8e8e8;
}
.footer_inside
{
    padding: 0px;
    margin: 0 auto;
    width: 964px;
}
.footer_inside h3
{
    color: #2bc6e8;
    font-size: 17px;
    padding-bottom: 5px;
    font-weight: 900;
}
.footer_content {
    color: #fff;
    font-size: 12px;
}
.footer_toplink {
    margin: 0;
    padding: 0px;
    border: none;
    text-align: left;
    line-height: 20px;
}
.footer_toplink
{
    margin: 0px;
    padding: 0px;
    font-family: arial,helvetica,sans-serif;
    text-align: left;
    font-size: 11px;
}
.footer_toplink a {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    line-height:22px;
}
.footer_toplink a:hover
{
    color: #fff;
    text-decoration: underline;
}
.footer_inside h1
{
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    line-height: 20px;
    height: 20px;
}

.footer_inside h2
{
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    padding: 0px;
    margin: 0px;
}
.contactno {
    color: #2bc6e8;
    font-size: 17px;
    padding-bottom: 5px;
    font-weight: 900;
}

.custcare {
    font: normal 14px Arial, Helvetica, sans-serif;
    color: #fff;
    /*border-bottom:1px #d6d4d4 solid;*/
    padding: 5px 0 5px 0;
    margin: 0 0 5px 0;
}

ul.wislist_menu
{
    list-style: none;
    margin: 0 auto;
    padding: 0px;
    border: none;
    text-align: center;
}
ul.wislist_menu li
{
    margin: 0px;
    padding: 0px;
    font-family: arial,helvetica,sans-serif;
    text-align: center;
    font-size: 11px;
    display: inline;
    float: left;
}
ul.wislist_menu li a
{
    font-size: 12px;
    display: block;
    padding: 2px;
    text-decoration: none;
    color: #a4a4a4;
    width: 100%;
}
ul.wislist_menu li a:hover, ul.special_event_menu li a:focus
{
    color: #000000;
}

.submit
{
    display: block;
    width: 51px;
    height: 17px;
    background: url("../images/submit.gif") no-repeat;
    cursor: pointer;
}
.submit:hover
{
    background-position: 0 -17px;
}
.submit span
{
    position: absolute;
    top: -999em;
}

.crumb
{
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    padding-bottom: 15px;
}
.crumb a, .crumb a:link, .crumb a:active, .crumb a:visited
{
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    padding-bottom: 15px;
    color: #999;
}
.crumb a:hover
{
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    padding-bottom: 15px;
    color: #FF0000;
}
.crumb_arrow
{
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    padding-bottom: 15px;
}
.crumb_last
{
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    padding-bottom: 15px;
}

.email_signup
{
    padding-left: 3px;
    border: #fff 0px solid;
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    text-decoration: none;
    height: 17px;
    width: 200px;
    background: url("../images/subcribe_text_box.gif") no-repeat;
}

.page_caption
{
    height: 26px;
    background: url('../images/captionbg.gif');
    text-indent: 10px;
    line-height: 26px;
    font: bold 12px arial, Verdana, Helvetica, sans-serif;
    color: #333;
}

.page_caption A, .page_caption A:link, .page_caption A:active, .page_caption A:visited
{
    font: bold 12px arial, Verdana, Helvetica, sans-serif;
    color: #333;
}
.page_caption A:hover
{
    font: bold 12px arial, Verdana, Helvetica, sans-serif;
    color: #333;
    text-decoration: underline;
}
.login_border
{
    border: 1px solid #ccc;
    background-color: #efefef;
    padding: 4px;
}

#search_box_heading
{
    margin: 0;
    float: left;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}
#radio_img
{
    float: left;
    padding-bottom: 10px;
}
.text_label
{
    width: 103px;
    height: 30px;
    float: left;
    border: 0;
    text-align: right;
    padding: 0px 15px 0 0;
    margin-top: 12px;
    font-size: 12px;
    color: #333;
}
.text_input
{
    width: 265px;
    height: 20px;
    float: left;
    border: 0;
    margin-top: 0px;
}
input.text_input_register
{
    float: left;
    font-size: 12px;
    color: #666666;
    border: none;
    background: url(../images/form_field_bg.jpg) no-repeat;
    padding: 0px 8px 0px 8px; /*margin: 10px 0 0 10px;*/
    width: 240px;
    outline: none;
    height: 28px;
}

#search_box_footer
{
    float: left;
    text-align: right;
}
.red_text
{
    font-size: 13px;
    color: #51b016;
    line-height: 18px;
}
#forgot_pass
{
    padding-top: 7px;
    padding-right: 45px;
    font: normal 11px arial, Helvetica, sans-serif;
    color: #333;
}
#forgot_pass a, #forgot_pass a:link, #forgot_pass a:active, #forgot_pass a:visited
{
    font: normal 11px arial, Helvetica, sans-serif;
    color: #bb1f1f;
    text-decoration: none;
}
.forgot_pass a:hover
{
    font: normal 11px arial, Helvetica, sans-serif;
    color: #bb1f1f;
    text-decoration: underline;
}
#remember_me
{
    padding-top: 7px;
    padding-right: 40px;
    font: normal 11px arial, Helvetica, sans-serif;
    color: #333;
}
#remember_me a, #remember_me a:link, #remember_me a:active, #remember_me a:visited
{
    font: normal 11px arial, Helvetica, sans-serif;
    color: #333;
    text-decoration: none;
}
.remember_me a:hover
{
    font: normal 11px arial, Helvetica, sans-serif;
    color: #ccc;
    text-decoration: underline;
}
td#forgotpass_link
{
    font: normal 11px arial, Helvetica, sans-serif;
    color: #333;
}
.link_one
{
    font: normal 11px arial, Helvetica, sans-serif;
    color: #333;
}
.link_one a, #link_one a:link, #link_one a:active, #link_one a:visited
{
    font: normal 11px arial, Helvetica, sans-serif;
    color: #bb1f1f;
    text-decoration: none;
}
.link_one a:hover
{
    font: normal 11px arial, Helvetica, sans-serif;
    color: #bb1f1f;
    text-decoration: underline;
}
#login_button
{
    padding-top: 10px;
    padding-left: 5px;
}
.btn_gray, .btn_blue {
    height: 35px;
    line-height: 35px;
    background-color: #393939;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
    padding: 0 20px;
    outline: none;
    border: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .btn_gray:hover, .btn_blue:hover {
        background-color: #02bee5;
        color: #fff;
    }

.btn {
    height: 35px;
    line-height: 35px;
    background-color: #02bee5;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    padding: 0 30px;
    outline: none;
    border: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
    .btn:hover {
        background-color: #69daf1;
        color: #fff;
    }
#center_search_register
{
    float: left;
    width: 540px;
}
.form_content
{
    font-size: 12px;
    color: #333;
    padding: 0px 0px 0px 30px;
    text-align: left;
    height: 22px;
}
.form_content_popup
{
    font-size: 12px;
    color: #000;
    padding: 0px 0px 0px 30px;
    text-align: left;
    height: 22px;
}
.small_content
{
    font: normal 11px Arial;
    color: #333;
}
.small_content a, #small_content a:link, #small_content a:active, #small_content a:visited
{
    font: normal 11px arial, Helvetica, sans-serif;
    color: #bb1f1f;
    text-decoration: none;
}
.small_content a:hover
{
    font: normal 11px arial, Helvetica, sans-serif;
    color: #bb1f1f;
    text-decoration: underline;
}
/*----------[page nav classes start]----------------------*/
#contentnav
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: right;
}
#contentnav .num-page
{
    margin: 0;
    padding: 0;
    list-style: none;
    clear: left;
    font-size: 110%;
    color: #848a8c;
}
.num2
{
    margin: 10px 0 0 !important;
    padding: 10px 0 0 2px !important;
}
#contentnav .num-page li
{
    float: left;
    padding: 0 6px 0 0;
}
#contentnav .num-page li.first
{
    border: 1px solid #d7dce0;
    line-height: 14px;
    padding: 5px;
    display: inline;
    margin: 0 6px 0 0;
}
#contentnav .num-page a
{
    float: left;
    line-height: 14px;
    min-width: 8px;
    border: 1px solid #d7dce0;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    border-bottom-color: #848a8c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:6px;
     -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#contentnav .num-page a:hover, #content .num-page li.active a
{
    color: #fff;
    background: #1aa3b2;
    border-bottom-color: #848a8c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:6px;
     -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#contentnav .num-page .lastInfo
{
    line-height: 14px;
    padding: 5px;
}
/*----------[page nav classes end]----------------------*/
/*----------[Left panel subcutegories class start]----------------------*/
.featured_cap
{
    width: 218px;
    height: 47px;
    background: url("../images/featured_items.gif") no-repeat;
}
.center_panel_content
{
    background: url("../images/center_content_bg.png") repeat;
}
.byPrice_header
{
    width: 176px;
    font-size: 12px;
    color: #000;
    font-family: Arial,Verdana;
    font-weight: bold;
    padding: 5px 0 10px 0;
}
.subcategories ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}
.subcategories ul li
{
    margin: 0px;
    list-style: none;
    padding: 0px;
    font-family: arial,helvetica,sans-serif;
    text-align: left;
    font-size: 11px;
}
.subcategories ul li a
{
    font-size: 11px;
    display: block;
    padding: 2px 0 0 15px;
    text-decoration: none;
    color: #666666;
    width: 90%;
    background: url("../images/box_off.gif") no-repeat 0 5px;
}
.subcategories ul li a:hover, ul.hot_menu li a:focus
{
    color: #000000;
    padding: 2px 0 0 15px;
    background: url("../images/box_on.gif") no-repeat 0 5px;
}
#seeMore a
{
    text-decoration: none;
    color: #0088d6;
    line-height: 24px;
    padding: 0 0 0 10px;
}
#seeMore a:hover
{
    color: #999;
    text-decoration: none;
    line-height: 24px;
}
.best_sellers_cap
{
    background-color: #f6f6f6;
    border-bottom: 1px solid #fff;
    padding: 3px;
}
.best_sellers_cap_bg
{
    font: bold 15px arial, Helvetica, sans-serif;
    color: #000;
}
/*----------[Left panel subcutegories class End]----------------------*/

.madatoryicon
{
    font: bold 13px arial;
    color: #e40000;
}

.txtfield
{    
    font-size: 11px;   
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    background-color: #ffffff;
    padding:7px;
    border: #cad0ca 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.txtfield:focus
{
    border: #cad0ca 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;    
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    border-color: #646464;
    background-color: #fff;
}

.paging_bg
{
    height: 22px;
    border: 1px solid #efefef;
    background: transparent url(../images/page_nav_bg.png) repeat-x;
}
.paging_content
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
    font-weight: 700;
    padding: 2px;
}
.paging
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
    font-weight: 700;
    padding: 2px;
}
.paging a, .paging a:link, .paging a:active, .paging a:visited
{
    background-color: #fff;
    color: #0749bd;
    text-decoration: none;
    border: 1px solid #ccc;
    margin: 0 0 0 2px;
    padding: 5px 7px 4px 5px;
}
.paging a:hover
{
    background-color: #ff8080;
    color: #FFF;
    text-decoration: none;
    border: 1px solid red;
}

/*------------------------Message Style------------------------------*/

.errormsg
{
    color: #4f4f4f;
    font: bold 12px Arial, Helvetica, sans-serif;
    border: 3px solid #ffcc00;
    background: #ffe13e url(../images/icon_message_two.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 45px;
    height: 50px;
}
.successmsg
{
    color: #58941c;
    font: bold 12px Arial, Helvetica, sans-serif;
    border: 3px solid #c6e4a9;
    background: #def1ca url(../images/icon_message_one.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 45px;
    height: 50px;
}
.normalmsg
{
    color: #4f4f4e;
    font: bold 12px Arial, Helvetica, sans-serif;
    border: 3px solid #9dbade;
    background: #e3f0ff url(../images/icon_message_three.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 45px;
    height: 50px;
}

/*-----------------Lightbox Style-----------------------------------*/

#overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    background-color: #000;
    -moz-opacity: 0.8;
    opacity: .60;
    filter: alpha(opacity=60);
}

#overlay[id]
{
    /* IE6 and below Can't See This */
    position: fixed;
}

.lightbox
{
    /*width: 500px;*/
    background: #fff;
    padding: 1px;
    border: 2px solid #eee;
}

#close
{
    position: absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
}

/*-------------------------------------------------------------------------*/

td
{
    font-family: Arial, Helvetica, sans-serif;
    color: #5F5F5F;
    font-size: 11px;
    line-height: 16px;
}

.innerblockb
{
    margin: 0 auto;
    padding: 6px;
    background-color: #f8f8f8;
}
.cartfooter
{
    background: url(../images/shop_divider.png) repeat-x;
}

.cartborder
{
    background-color: #fff;
}
#total
{
    font-size: 15px;
    font-weight: bold;
    background: #ddd;
    color: #000;
    padding: 5px 5px 5px 156px;
    float: left;
    width: 86px;
    margin: 8px 0 8px 0;
}
#checkout_btn
{
    margin-bottom: 8px;
    text-align: center;
    float: left;
    width: 290px;
}
.hideColom
{
    display: none;
}
.lastpayment_content_odd_bold
{
    background-color: #8eb700;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #3e5c00;
    padding-left: 10px;
    height: 20px;
}
.lastpayment_content_odd_bold a, .lastpayment_content_odd_bold a:link, .lastpayment_content_odd_bold a:active, .lastpayment_content_odd_bold a:visited
{
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #3e5c00;
    text-decoration: none;
}
.lastpayment_content_odd_bold a:hover
{
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #3e5c00;
    text-decoration: underline;
}
.lastpayment_content
{
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #333;
    padding: 5px 0px 0px 10px;
    vertical-align: top;
}
.lastpayment_content a, .lastpayment_content a:link, .lastpayment_content a:active, .lastpayment_content a:visited
{
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #00349d;
    text-decoration: none;
}
.lastpayment_content a:hover
{
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #005e9d;
    text-decoration: underline;
}
.lastpayment_content_items
{
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #333;
    padding-left: 10px;
    text-align: right;
}
.lastpayment_content_items a, .lastpayment_content_items a:link, .lastpayment_content_items a:active, .lastpayment_content_items a:visited
{
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #00349d;
    text-decoration: none;
}
.lastpayment_content_items a:hover
{
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #005e9d;
    text-decoration: underline;
}

.lastpayment_content_title
{
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #333;

}
.follow-us
{
     font: normal 18px Arial, Helvetica, sans-serif;
    color: #242424;
}

.dropdown_css
{
    float: left;
    font-size: 12px;
    color: #666666; /*margin: 10px 0 0 10px;*/
    width: 255px;
    outline: none;
    height: 28px;
}
.dropdown_css_m
{
    float: left;
    font-size: 16px;
    color: #333; /*margin: 10px 0 0 10px;*/
    width: 126px;
    outline: none;
    height: 28px;
    font: normal 12px arial;
}
input.text_input_register
{
    float: left;
    font-size: 12px;
    color: #666666;
    border: none;
    background: url(../images/form_field_bg.jpg) no-repeat;
    padding: 0px 8px 0px 8px; /*margin: 10px 0 0 10px;*/
    width: 240px;
    outline: none;
    height: 28px;
}
#xsnazzy h1, #xsnazzy h2, #xsnazzy p
{
    margin: 0 0px;
}
#xsnazzy h1
{
    font-size: 2.5em;
    color: #06a;
}
#xsnazzy h2
{
    font-size: 15px;
    color: #06a;
    border: 0;
}
#xsnazzy p
{
    padding-bottom: 0.5em;
}
#xsnazzy
{
    background: transparent;
    margin: 1em;
}
.xtop, .xbottom
{
    display: block;
    background: transparent;
    font-size: 2px;
}
.xb1, .xb2, .xb3, .xb4
{
    display: block;
    overflow: hidden;
}
.xb1, .xb2, .xb3
{
    height: 1px;
}
.xb2, .xb3, .xb4
{
    background: #3ca1b2;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.xb1
{
    margin: 0 5px;
    background: #fff;
}
.xb2
{
    margin: 0 3px;
    border-width: 0 2px;
}
.xb3
{
    margin: 0 2px;
}
.xb4
{
    height: 2px;
    margin: 0 1px;
}
.xboxcontent
{
    display: block;
    background: #fff;
    border: 0 solid #ccc;
    border-width: 0 1px;
}
.he
{
    background-color: #3ca1b2;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #fff;
    padding-left: 10px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
}
.he a, .he a:link, .he a:active, .he a:visited
{
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #3e5c00;
    text-decoration: none;
}
.he a:hover
{
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #b8ff21;
    text-decoration: none;
}
.innerblocka
{
    margin: 0 auto;
    background-color: #cccccc;
    text-align: left;
}
.innerblockp
{
    margin: 0 auto;
    padding: 5px 2px 5px 2px;
    background-color: #f8f8f8;
}

/*=========================breadcrumb class [start]============================================*/
.breadcrumb
{
    font: 12px Arial, Helvetica, sans-serif;
    background-image: url('../images/breadcrumb_bg.png');
    background-repeat: repeat-x;
    height: 30px;
    line-height: 30px;
    color: #9b9b9b;
    border: solid 1px #cacaca;
    width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
.breadcrumb li
{
    list-style-type: none;
    float: left;
    padding-left: 10px;
}
.breadcrumb a
{
    height: 30px;
    display: block;
    background-image: url('../images/breadcrumb_separator.png');
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 15px;
    text-decoration: none;
    color: #454545;
}
.home
{
    border: none;
    margin: 8px 0px;
}
.breadcrumb a:hover
{
    color: #35acc5;
}
/*=========================breadcrumb class [end]============================================*/

/*=========================paging class [start]============================================*/

.pagenav
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.pagenav .num_page
{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 11px;
    color: #848a8c;
}
.num2
{
    margin: 10px 0 0 !important;
    padding: 10px 0 0 2px !important;
}
.pagenav .num_page li
{
    float: left;
    padding: 0 6px 0 0;
}
.pagenav .num_page li.first
{
    border: 1px solid #d7dce0;
    line-height: 14px;
    padding: 5px;
    display: inline;
    margin: 0 6px 0 0;
}
.pagenav .num_page a
{
    line-height: 14px;
    margin-right: 1px;
    min-width: 8px;
    color: #333;
    text-decoration: none;
     border-bottom-color: #848a8c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:5px;
     -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #efefef;
}
.pagenav .num_page a:hover
{
    line-height: 14px;
    color: #fff;
     border-bottom-color: #848a8c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:5px;
     -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: #1aa3b2;
    border:1px solid #efefef;
}
.pagenav .num_page .lastInfo
{
    line-height: 14px;
    padding: 5px;
}

/*=========================paging class [End]============================================*/
/*=========================Sign in page class [Start]============================================*/
.content_cap {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #1aa3b2;
    padding: 5px;
    background: #c1f4ff;
}
/*=========================Sign in page [End]============================================*/

/*=========================rounded_corner cart page class [Start]============================================*/
.rounded_corner
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    margin: 0px;
}
.rounded_corner thead th.rounded_company
{
    background: #dddada url("../images/left.png") left -1px no-repeat;
    text-align: left;
    font-weight: bold;
}
.rounded_corner th
{
    font-weight: normal;
    font-size: 13px;
    color: #333;
    background: #dddada;
    padding: 8px;
    text-align: left;
    font-weight: bold;
}
.rounded_corner thead th.rounded-q5
{
    background: #dddada url("../images/right.png") right -1px no-repeat;
}
.rounded_corner tfoot td.rounded-foot-right
{
    background: #f6f1f1 url("../images/botright.png") right bottom no-repeat;
}
.rounded_corner td
{
    background: #f7f7f7;
    border-top: 1px solid white;
    border-left: 1px solid white;
    color: #333;
    padding: 8px;
    vertical-align: top;
}
.rounded_corner tfoot td.rounded-foot-left
{
    background: #f6f1f1 url("../images/botleft.png") left bottom no-repeat;
}
.rounded_corner tbody tr:hover td
{
    background: #efefef;
}

.verification
{
    font: normal 13px Arial, Helvetica, sans-serif;
    color: #333;
    padding: 5px 0px 0px 10px;
    vertical-align: top;
}
.verification a, .verification a:link, .verification a:active, .verification a:visited
{
    font: normal 13px Arial, Helvetica, sans-serif;
    color: #00349d;
    text-decoration: none;
}
.verification a:hover
{
    font: normal 13px Arial, Helvetica, sans-serif;
    color: #005e9d;
    text-decoration: underline;
}
/*=========================rounded_corner cart page class [End]============================================*/
.div_content
{
    padding-left: 10px;
    padding-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/*========================Blog Start=========================================*/

.btn_update
{
    font: bold 11px Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
    background-image: url(../images/button_update.gif);
    background-repeat: repeat-x;
    background-color: #98d458;
    text-align: center;
    vertical-align: middle;
    border: 0px solid #eeeeee;
    padding-left: 2px;
    padding-right: 2px;
    cursor: hand;
    height: 20px;
    width: 70px;
}
.blog_content
{
    background-color: #d9e2f9;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    color: #666;
}

.text9
{
    font: bold 16px Arial;
    color: #9AB538;
}
.text10
{
    font: normal 11px Arial;
    color: #333333;
}
.text11
{
    font: bold 11px Arial;
    color: #333333;
}
.text12
{
    font: bold 11px Arial;
    color: #ffffff;
}
.text13
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    line-height: 16px;
    padding-left: 10px;
    font-weight: bold;
}
.text14
{
    font: bold 12px Arial;
    color: #1592f7;
}
.text15
{
    font: bold 11px Arial;
    color: #000000;
}
.text16
{
    font: bold 18px Arial;
    color: #0097CA;
    padding: 5px;
}
.text19
{
    font: bold 12px Arial;
    color: #686868;
}
.text17
{
    font: normal 11px Arial;
    color: #ffffff;
}
.text18
{
    font: bold 11px Arial;
    color: #0074ea;
}

.link2 A, .link2 A:link, .link2 A:active, .link2 A:visited, .link2 A:hover
{
    font: bold 11px Arial;
    color: #0074ea;
    text-decoration: none;
    vertical-align: top;
}
.link7
{
    font: bold 11px Arial;
    color: #000000;
}
.link7 a, .link7 a:link, .link7 a:active, .link7 a:visited
{
    font: bold 11px Arial;
    color: #666666;
    text-decoration: none;
    vertical-align: top;
    text-align: left;
}
.link7 a:hover
{
    font: bold 11px Arial;
    color: #cece00;
    text-decoration: underline;
    vertical-align: top;
    text-align: left;
}

.myaccount_he_cap
{
    background: url(../images/myaccount_caption_bg.jpg);
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #ffffff;
    padding-right: 2px;
    height: 25px;
    text-align: left;
    padding-left: 10px;
}
.moviecomment_bg
{
    background-color: #ffffff;
    padding: 10px;
}
.friend_content_bg
{
    background-color: #e3e8f6;
    padding: 10px;
}
.blogmonth
{
    font-size: 11px;
    display: block;
    padding: 2px 0 0 15px;
    text-decoration: none;
    color: #666666;
    width: 100%;
    line-height: 16px;
    background: url("../images/box_off.gif") no-repeat 0 5px;
}
.blogmonth:hover, .blogmonth:focus
{
    color: #000000;
    padding: 2px 0 0 15px;
    background: url("../images/box_on.gif") no-repeat 0 5px;
}
/*========================Blog End=========================================*/
.day
{
    color: #4A5A65;
    display: block;
    font-family: 'Arial';
    font-size: 24px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 24px;
}
.month
{
    display: block;
    font-size: 9px;
    padding-left: 1px;
    text-transform: uppercase;
}
.year
{
    display: block;
}
.filedcategory
{
    font: bold 10px Arial, Helvetica, sans-serif;
}
.filedcategory a, .filedcategory a:link, .filedcategory a:active, .filedcategory a:visited
{
    font: bold 11px Arial, Helvetica, sans-serif;
    color: #6994E9;
}
.filedcategory a:hover
{
    font: bold 11px Arial, Helvetica, sans-serif;
    color: #003399;
}

.tags
{
    font: bold 11px Arial, Helvetica, sans-serif;
    padding: 10px 0px 10px 0px;
    font-weight: bold;
}
.comment
{
    padding-top: 7px;
    font-size: 11px;
    vertical-align: middle;
}
.comment a, .comment a:link, .comment a:active, .comment a:visited
{
    padding-top: 7px;
    font-weight: bold;
    font-size: 11px;
    color: #6994E9;
    text-decoration: underline;
}
.comment a:hover
{
    padding-top: 7px;
    font-weight: bold;
    font-size: 11px;
    color: #003399;
    text-decoration: none;
}
/*-----------------Vertical menu class [Start]--------------------------*/
.vmenu
{
    width: 208px;
    clear: both;
    padding: 0 5px 0 5px;
}
ul.vmenu, .vmenu li
{
    padding: 0 5px 0 5px;
    margin: 0;
    list-style: none;
    font: normal 11px Arial, Helvetica, sans-serif;
}
ul.vmenu
{
    clear: both;
    margin-top: 6px;
    padding: 0px 4px 4px 4px;
    width: 198px;
    font: normal 11px Arial, Helvetica, sans-serif;
}
.vmenu li a
{
    padding: 0px 4px 4px 4px;
    color: #ffffff;
    display: block;
    padding: 0px;
    text-decoration: none;
    line-height: 25px;
}
.vmenu li a:hover
{
    color: #f1f1f1;
}
.tvCategory_0
{
    color: #444;
    font: normal 11px Arial, Helvetica, sans-serif;
}
.tvCategory_0 a
{
    text-decoration: none;
}
.tvCategory_0 a:hover
{
    color: #555;
    text-decoration: underline;
}

/*-----------------Package class [Start]--------------------------*/
.blogcaption {
    /*background: url("../images/package_title_bg.png");*/
    height: 35px;
    border-bottom: 3px solid #3f4d55;
    margin: 0 0 10px 0;
}
.left_package_title_home
{
    /*background: url("../images/package_title_bg.png");*/
    font-size: 24px;
    height: 35px;
    line-height: 33px;
    padding: 0 0 0 5px;
    width:215px;
    font-family: Arial, Helvetica, sans-serif;   
    color: #4f4f4f;
}
.left_package_title
{
    background: url("../images/package_title_bg.png");
    font-size: 15px;
    height: 33px;
    line-height: 35px;
    padding: 0 0 0 5px;
    font-family: Arial, Helvetica, sans-serif;   
    color: #fff;
}
.left_packagecontent_bg
{
    background: url("../images/package_content_bg.png");
    background-repeat: repeat-x;
}
.left_packagecontent_bg_title
{
    padding: 5px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    padding-bottom: 3px;
}
.left_packagecontent_bg_title a
{
    font-size: 13px;
    color: #333;
    padding-bottom: 3px;
    text-decoration: none;
}
.left_packagecontent_bg_title a:hover
{
    padding: 5px 0 0 0px;
    font-size: 13px;
    color: #333;
    text-decoration: underline;
}
.left_packagecontent_bg a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
    padding: 4px 4px 4px 4px;
}
.left_packagecontent_box
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
}
.left_installers_bg {
    padding: 5px 0 0px 0;
    background: #e8f5f9;
}
.row-border
{border-bottom:1px solid #efefef;
}
/*-----------------Blog class [Start]--------------------------*/
.blog_image
{
    margin-top: 15px;
}
.blog_image_link
{
    display: block;
    width: 220px;
    height: 29px;
    background: url("../images/blog.png") no-repeat;
    cursor: pointer;
}
.blog_image_link:hover
{
    background-position: 0 -29px;
}
.blog_image_link span
{
    position: absolute;
    top: -999em;
}

#wrapper
{
    margin: 0px auto;
}
#accordions
{
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
}
#accordions div.innerAccordion p
{
    display: block;
    position: relative;
    overflow: hidden;
}
#accordions div.innerAccordion p
{
    margin: 0;
    padding: 0px 0px 0px 15px;
}
/*-----------------Blog class [End]--------------------------*/
/*-----------------Search Box class [Start]--------------------------*/
.search_box
{
    background: url("../images/search_box_bg.png") no-repeat;
    width: 220px;
    height: 69px;
}
/*-----------------Search Box class [End]--------------------------*/

/*-----------------installer_menu class [Start]--------------------------*/
ul.installer_menu
{
    list-style: none;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
    color: #585858;
    font-weight: bold;
    
}
ul.installer_menu li
{
    margin: 0px;
    padding: 0px;
    font-family: arial,helvetica,sans-serif;
    text-align: left;
    font-size: 12px;
    color: #585858;
    font-weight: bold;
    border-bottom:1px solid #e8e8e8;
}
ul.installer_menu li a
{
    display: block;
    padding: 6px 0 6px 10px;
    text-decoration: none;
    color: #585858;
}
ul.installer_menu li a:hover, ul.installer_menu li a:focus
{
    color: #000000;
    font-weight: bold;
    display:block;
    background:#4fc8d9;
}
/*-----------------installer_menu class [End]--------------------------*/

/*-----------------Expertise class [Start]--------------------------*/
.expertise_cap_bg
{
    background: url("../images/package_title_bg.png");
    height: 33px;
    padding: 0 0 0 5px;
    line-height: 33px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    margin: 0 0 5px 0;
}
.expertise_cap_content
{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    background-color: #f8f8f8;
    padding: 10px;
}
/*-----------------Expertise class [End]--------------------------*/

.home_tab_more a, .home_tab_more a:link, .home_tab_more a:active, .home_tab_more a:visited
{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #333;
}

.home_tab_more a:hover
{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color: #333;
}

.subsribe_email
{
    padding: 5px;
    margin: 0;
    background:#4fc8d9;
    margin-bottom:10px;
}

.subsribe_email h1
{
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    line-height: 15px;
    height: 15px;
}

.submit
{
    display: block;
    width: 51px;
    height: 17px;
    background: url("../images/submit.gif") no-repeat;
    cursor: pointer;
}
/*-----------------cell content bold class [Start]--------------------------*/
.cellbold
{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.cellnor
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.cellnor a, .cellnor a:link, .cellnor a:active, .cellnor a:visited
{
    text-decoration: none;
    color: #1aa3b2;
    font-size: 11px;
}
.cellnor a:hover
{
    text-decoration: underline;
    color: #4fc8d9;
    font-size: 11px;
}
.comment_title
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #333;
    padding-top: 8px;
    padding-left: 3px;
}
.blog_title
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #383b42;
    padding-top: 8px;
    padding-left: 3px;
    line-height: 22px;
}
.blog_title a, .blog_title a:link, .blog_title a:active, .blog_title a:visited
{
    color: #383b42;
    text-decoration: none;
}
.blog_title a:hover
{
    color: #666d82;
    text-decoration: underline;
}
.blog_block
{
    background-color: #e8f5f9;
    margin: 10px 0 10px 0;
    border: 1px solid #4fc8d9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    padding: 2px 4px 2px 4px;
}
.blog_desc
{
    font-size: 12px;
    line-height: 17px;
    padding-left: 3px;
    padding-top: 3px;
}
.blog_desc a, .blog_desc a:link, .blog_desc a:active, .blog_desc a:visited
{
    font: bold 11px Arial, Helvetica, sans-serif;
    color: #1aa3b2;
}
.blog_desc a:hover
{
    font: bold 11px Arial, Helvetica, sans-serif;
    color: #4fc8d9;
}
/*-----------------cell content bold class [End]--------------------------*/

.productstatus
{
    font-weight: bold;
    text-transform: uppercase;
    color: #454545;
    font-size: 11px;
}

.product_list_title
{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
    height: 40px;
    padding-top: 2px;
}

.product_list_title a
{
    color: #8E8B8B;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.product_list_title a:hover
{
    color: #E0B17B;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.productdetailtitle
{
    color: #1aa3b2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}
.blog_create a, .blog_create a:link, .blog_create a:active, .blog_create a:visited
{
    padding: 5px 0 0 5px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #1aa3b2;
    margin-bottom: 3px;
    text-decoration:none;
}
.blog_create a:hover
{
    padding: 5px 0 0 5px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #4fc8d9;
    margin-bottom: 3px;
    text-decoration:underline;
}
.info-badges-wrapper
{
    position: absolute;
    margin: 0px 0px 0px 0px;
    left: -0px;
    font: normal 11px Arial, Helvetica, sans-serif;
}
.rateMe
{
    float: left;
    clear: both;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
}

.rateMe .on
{
    background: url(../images/star_on.png) no-repeat;
}
.rateMe a
{
    float: left;
    background: url(../images/star_off.png) no-repeat;
    width: 15px;
    height: 15px;
}
/* -----  for image display start---------*/
a.imageLogo
{
    border: 0px;
    position: relative;
}
a.imageLogo:hover
{
    border: 1px;
}
a.imageLogo img
{
    height: 16px;
    width: 16px;
    border: 0px;
}
a.imageLogo span img
{
    display: none;
    position: absolute;
    height: auto;
    width: auto;
    border: solid 2px black;
    z-index: 100;
}
a.imageLogo:hover span img
{
    display: inline;
}

/* -----  for image display end---------*/
/*-------------------Home Page Tab-------------------*/
.tab_link_active_hone
{
    background: #969cab;
    font: normal 18px arial, Helvetica, sans-serif;
    color: #fff;
    height: 32px;
    text-align: center;
    cursor: pointer;
}
.tab_link_active_hone a, .tab_link_active_hone a:link, .tab_link_active_hone a:active, .tab_link_active_hone a:visited
{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.tab_link_active_hone a:hover
{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.tab_link_hone {
    font: normal 18px arial, Helvetica, sans-serif;
    color: #3f4d55;
    height: 32px;
    text-align: center;
    cursor: pointer;
    padding: 0 10px;
}
    .tab_link_hone a, .tab_link_hone a:link, .tab_link_hone a:active, .tab_link_hone a:visited {
        color: #3f4d55;
        text-decoration: none;
        cursor: pointer;
    }
.tab_link_hone a:hover
{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.tab_link_active {
    background: #969cab;
    font: normal 12px arial, Helvetica, sans-serif;
    color: #fff;
    height: 32px;
    text-align: center;
    cursor: pointer;
}
.tab_link_active a, .tab_link_active a:link, .tab_link_active a:active, .tab_link_active a:visited
{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.tab_link_active a:hover
{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.tab_link {
    font: normal 12px arial, Helvetica, sans-serif;
    color: #3f4d55;
    height: 32px;
    text-align: center;
    cursor: pointer;
    padding: 0 10px;
}
    .tab_link a, .tab_link a:link, .tab_link a:active, .tab_link a:visited {
        color: #3f4d55;
        text-decoration: none;
        cursor: pointer;
    }
.tab_link a:hover
{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.tab_link1
{
    background: url(../images/tab_new.png);
    background-position: top left;
    background-repeat: no-repeat;
    font: bold 11px Tahoma, Helvetica, sans-serif;
    color: #fff;
    height: 26px;
    text-align: center;
    cursor: pointer;
}
.tab_link1 a, .tab_link1 a:link, .tab_link1 a:active, .tab_link1 a:visited
{
    font: bold 13px Tahoma, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.tab_link1 a:hover
{
    font: bold 13px Tahoma, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.new_arrivals {
    background: url(../images/tab_line.gif) repeat-x; /*height:33px;*/
}
.login_title_bg
{
    background-color: #eeeeee;
    color: #333333;
    font: 1.385em Trebuchet,Trebuchet MS;
    padding: 3px;
    height: 40px;
}
/*=================================leftmenu Class end================================================*/

div.menu
{
    line-height: normal;
    margin: 0 0 0px 0;
    padding: 0px;
}

div.menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #E6E6E6;
}

div.menu ul li
{
    padding: 0;
    margin: 0 0 1px 0;
}

div.menu ul li a.Selected
{
    margin: 0;
    padding: 2px 2px 0px 15px;
    display: block;
    background-image: url(../images/menu_arrow_active.gif);
    background-repeat: no-repeat;
    background-position: left;
    text-align: left;
    color: #333;
    text-decoration: none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
}

div.menu ul li a:hover
{
    margin: 0;
    padding: 2px 2px 0px 15px;
    display: block;
    background-image: url(../images/menu_arrow_hover.gif);
    background-repeat: no-repeat;
    background-position: left;
    text-align: left;
    color: #999;
    text-decoration: none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
}

div.menu ul li a
{
    margin: 0;
    display: block;
    padding: 2px 2px 0px 15px;
    background-image: url(../images/menu_arrow.gif);
    background-repeat: no-repeat;
    background-position: left;
    text-align: left;
    color: #333;
    text-decoration: none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
}
/*=================================leftmenu Class end================================================*/
/*=================================left link Class start================================================*/
.leftlink
{
    color: #333;
    background-color: #f7fbfe;
    font-size: 12px;
    line-height: 25px;
    height: 25px;
    padding-left: 0px;
    font-family: Arial;
    font-weight: bold;
    text-indent: 10px;
    text-decoration: none;
    display: block;
    width: 200px;
    border-bottom: 1px solid #ccc;
}
.leftlink A
{
    color: #1aa3b2;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.leftlink A:hover
{
    color: #4fc8d9;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
.left_menu_title {
    background-color: #1aa3b2;
    font-size: 12px;
    line-height: 25px;
    height: 25px;
    color: #fff;
    padding-left: 10px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}
.left_menu_title a, .left_menu_title a:link, .left_menu_title a:active, .left_menu_title a:visited
{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
}
.left_menu_title a:hover
{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: underline;
}
/*=================================left link Class end================================================*/
.btn_post {
    background: #666d82;
    border: 0 none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-family: arial,verdana,sans-serif;
    font-size: 13px;
    padding: 5px 15px;
    text-decoration: none;
}
.btn_post a {
    background: #666d82;
    border: 0 none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-family: arial,verdana,sans-serif;
    font-size: 13px;
    padding: 5px 15px;
    text-decoration: none;
}
.btn_post:hover {
    background: #969cab;
    border: 0 none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    padding: 5px 15px;
    text-decoration: none;
}

.login_box
{
    border-bottom: 15px solid #eeeeee;
    border-right: 15px solid #eeeeee;
    border-left: 15px solid #eeeeee;
}
.login_box_popup
{    
    background-color: #fff;
}

.login_welcome
{
    font-size: 1.5em;
    font-family: Trebuchet, "Trebuchet MS";
    line-height: 26px;
    padding: 0px 0px 0px 20px;
    color: #333333;
    margin: 17px 0;
}
.login_newuser
{
    vertical-align: bottom;
    font-size: 13px;
    font-family: Trebuchet, "Trebuchet MS";
    padding: 0px 10px 0px 15px;
}
.norating
{
    padding-top: 5px;
}
.norating a, .norating a:link, .norating a:active, .norating a:visited
{
    color: #004B91;
    font-size: 12px;
    text-decoration: none;
}
.norating a:hover
{
    text-decoration: underline;
}
.ratelogin
{
    padding-top: 5px;
    font-size: 14px;
    font-family: Trebuchet, "Trebuchet MS";
}
.ratelogin a, .ratelogin a:link, .ratelogin a:active, .ratelogin a:visited
{
    color: #276593;
    font-weight: bold;
    text-decoration: none;
}
.ratelogin a:hover
{
    text-decoration: underline;
}
.home_page_over_image_text
{
    cursor: pointer;
    padding: 5px;
    height: 165px;
}
.home_page_over_image_text table tr td
{
    vertical-align: middle;
    font-size: 11px;
    font-family: verdana,arial,sans-serif;
    color: #000;
}
/*======================lightbox_me=======================================*/
.PopupClose
{
    float: right;
    margin: -15px -15px 0 0;
}
/*====================lightbox_me End=====================================*/
.packagelist_productList
{
    padding-left: 5px;
    padding-top: 3px;
    vertical-align: top;
}
.packagelist_productList .packagelist_statictext
{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}
ul.packageproductlist_menu
{
    margin: 0 auto;
    padding-left: 5px;
    border: none;
    text-align: left;
    color: #585858;
    list-style:none;
}
ul.packageproductlist_menu li
{
    margin: 0px;
    line-height: 20px;
    padding: 0px;
    font-family: arial,helvetica,sans-serif;
    text-align: left;
    font-size: 12px;
    color: #585858;
}
ul.packageproductlist_menu li a
{
    font-size: 12px;
    display: block;
    text-decoration: none;
    color: #004B91;
}
ul.packageproductlist_menu li a:hover, ul.packageproductlist_menu li a:focus
{
    color: #DA7C0C;
}
.package_link
{
    padding: 0px 10px 0px 0px;
    border: none;
    color: #fff;
    font-weight: bold;
    text-align: right;
}
.package_link a, .package_link a:link, .package_link a:active, .package_link a:visited
{
    font-size: 11px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.package_link a:hover
{
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
/*===============Blog Home Start===========================*/
.blog_block_home
{
    margin: 0px 0 0px 0;
    text-decoration: none;
    padding: 2px 4px 2px 4px;
}
.blog_title_home
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #343434;
    padding-top: 8px;
    padding-left: 3px;
}
.blog_title_home a, .blog_title_home a:link, .blog_title_home a:active, .blog_title_home a:visited
{
    color: #343434;
    text-decoration: none;
}
.blog_title_home a:hover
{
    color: #0040a1;
    text-decoration: underline;
}
.blog_desc_home
{
    font-size: 11px;
    line-height: 17px;
    padding-left: 3px;
    padding-top: 3px;
    color: #7d7c7c;
}
.blog_desc_home a, .blog_desc_home a:link, .blog_desc_home a:active, .blog_desc_home a:visited
{
    font: bold 11px Arial, Helvetica, sans-serif;
    color: #6994E9;
}
.blog_desc_home a:hover
{
    font: bold 11px Arial, Helvetica, sans-serif;
    color: #003399;
}
.comment_home
{
    padding-top: 7px;
    font-size: 11px;
    vertical-align: middle;
}
.comment_home a, .comment_home a:link, .comment_home a:active, .comment_home a:visited
{
    padding-top: 7px;
    font-weight: bold;
    font-size: 11px;
    color: #002541;
    text-decoration: underline;
}
.comment_home a:hover
{
    padding-top: 7px;
    font-weight: bold;
    font-size: 11px;
    color: #004171;
    text-decoration: none;
}
/*===============Blog Home End===========================*/

#toTop
{
    width: 85px;
    height: 50px;
    padding: 0px;
    position: fixed; /* this is the magic */
    bottom: 60px; /* together with this to put the div at the bottom*/
    right: 10px;
    cursor: pointer;
    display: none;
    background-repeat: no-repeat;
}

#toTop a
{
    -moz-transition: all 1s ease 0s;
    color: #1aa3b2;
    display: block;
    font: 10px Arial,Helvetica,sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    width: 90px;
    text-align: left;
}
#toTop span
{
    background: url("../images/topup_arrow.png") no-repeat scroll center center;
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    margin-bottom: 7px;
    margin-left: 7px;
    width: 50px;
    border-radius: 5px 5px 5px 5px;
}

#toTop a:hover span
{
    background: url("../images/topup_arrow_h.png") no-repeat scroll center center;
}
/*=======================Product Search Style Start============================*/

.product_search_minprice
{
    text-align: left;
    padding: 0px 0px 3px 2px;
    font: bold 13px Arial, Helvetica, sans-serif;
}
.product_search_maxprice
{
    text-align: right;
    padding: 0px 0px 3px 2px;
    font: bold 13px Arial, Helvetica, sans-serif;
}

.product_search_result_background
{
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #bababa;
    background-color: #f5f5f5;
    padding: 2px 2px 2px 2px;
    line-height:20px;
}

.product_search_list_title
{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
    padding: 5px 0px 5px 5px;
}

.product_search_list_title a
{
    color: #8E8B8B;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.product_search_list_title a:hover
{
    color: #E0B17B;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.box_inside_image_search
{
    margin-left: 25px;
    padding: 2px 2px 2px 2px;
    width: 300px;
    text-align: center;
    vertical-align: middle;
    display: block;
}
.box_inside_image_search a
{
    width: 300px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    text-align: center;
    padding: 10px 0px 10px 0px;
    display: block;
}
.box_inside_image_search a:hover
{
    border: 1px solid #b7b4ba;
    color: #999;
    text-decoration: none;
    line-height: 15px;
}

.box_inside_image_search a img
{
    vertical-align: middle;
}
.box_inside
{
    padding: 0px 2px 0px 0px;
    width: 146px;
    border:1px solid #000;
}

.box_inside_home
{
    padding: 0px 0px 0px 0px;
    width: 180px;
  }

#vcenter
{
    width: 200px;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    border-image: initial;
    text-align: center;
    padding: 0 0 0 0px;
}
#vcenter a
{
    height: 150px;
    width: 200px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-image: initial;
}
#vcenter a img
{
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.radious-image
{
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.table-radious
{

border:1px solid #ccc;
padding:5px;
}
#vcenter a:hover
{
    height: 150px;
    width: 200px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-image: initial;
}
/*===================Brand Scroller Start =======================*/
.box_brand
{
    width: 213px;
    float: left;
    margin: 0px 13px 10px 0px;
    vertical-align: top; /*background: url("../images/box_bg.gif") no-repeat;background-color: #F9F9F9;*/
}

.box_inside_brand
{
    padding: 0px;
    width: 200px;
    text-align: center;
}
.box_inside_image_brand
{
    padding: 0px;
    width: 200px;
    text-align: center;
    display: block;
    margin-left:4px;    
}
.box_inside_image_brand a
{
    width: 200px;
    border: 1px solid #ececec;
    text-align: center;
    display: block;
    margin:0px 0px 0px 0px;
}
.box_inside_image_brand a:hover
{
    color: #999;
    text-decoration: none;
    line-height: 15px;
}

.box_inside_brand_cap
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-top: 3px;
    vertical-align: middle;
    margin: 5px 0px 5px 0px;
}
.box_inside_brand_cap a
{
    text-decoration: none;
    color: #999;
    line-height: 15px;
}
.box_inside_brand_cap a:hover
{
    color: #333;
    text-decoration: none;
    line-height: 15px;
}

/*==================== Brand Scroller End =======================*/
.box_inside_image
{
    width: 150px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    border-image: initial;
    text-align: center;
    padding: 0 0 0 0px;
    
}
.box_inside_image a
{
    height: 100px;
    width: 150px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-image: initial;
    border: 1px solid #fff;
    margin:0px;    
    border: 1px solid #ebebeb;
}
.box_inside_image a:hover
{
    height: 100px;
    width: 150px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #b7b4ba; /*border:1px solid #efefef;*/
    border-image: initial;
}

.box_inside_list_image
{
    width: 170px;
    height: 140px;
    display: table-cell;
    vertical-align: middle;
    border-image: initial;
    text-align: center;
    padding: 0 0 0 0px;
    
}
.box_inside_list_image a
{
    height: 140px;
    width: 170px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-image: initial;
    border: 1px solid #fff;
    margin:0px;    
    border: 1px solid #ebebeb;
}
.box_inside_list_image a:hover
{
    height: 140px;
    width: 170px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #b7b4ba; /*border:1px solid #efefef;*/
    border-image: initial;
}
.package_image
{
    width: 200px;
    height: 180px;
    display: table-cell;
    vertical-align: middle;
    border-image: initial;
    text-align: center;
    padding: 0 0 0 0px;
}
.package_image a
{
    width: 200px;
    height: 180px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-image: initial;
    margin:0px;    
}
.package_image a img
{
      -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.package_image a:hover
{
    width: 200px;
    height: 180px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-image: initial;
}

.package_detail_product_tour_image
{
    width: 420px;
    display: table-cell;
    vertical-align: middle;
    border-image: initial;
    text-align: center;
    padding: 0 0 0 0px;
}

.package_detail_product_tour_image a
{
    width: 400px;
    height:200px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-image: initial;
    margin:0px;    
}
.package_detail_product_tour_image a:hover
{
    width: 400px;
    height:200px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-image: initial;
}
.topsearch_bg {
    background: rgba(7, 8, 8, 0.9);
    height: 45px;
    padding: 0px 0 0 0;
}
.whitelink, .whitelink A, .whitelink A:active, .whitelink A:link, .whitelink A:visited
{
    color: #fff;
    font-size: 11px;
    font-family: Arial;
    text-decoration: none;
}
.whitelink A:hover
{
    color: #fff;
    font-family: Arial;
    font-size: 11px;
    text-decoration: underline;
}
.left_search_button, .left_search_button A, .left_search_button A:active, .left_search_button A:link, .left_search_button A:visited {height: 30px; line-height: 30px; background-color: #383b42; color: #fff; font-size: 12px; text-decoration: none; text-align: center; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; font-weight: 400; cursor: pointer; display: inline-block; margin: 0 10px; padding: 0 15px; outline: none;}
.left_search_button:hover, .left_search_button A:hover {background-color: #666d82; color: #fff;}

.topsub ul
{    
    list-style: none;
    margin: 0;
    padding: 0px 0px 0px 0px;
}
.topsub ul li a, .topsub ul li a:visited, .topsub ul li a:link, .topsub ul li a:active
{   
    font-family: "Trebuchet MS" , "Helvetica" , "Arial" , "Verdana" , "sans-serif";
    font-size:11px;
    color: #0061c1;
    display: block;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    padding:0 5px 0 5px;
    border-bottom:1px solid #efefef;height:24px;line-height:24px;
    
}
.topsub ul li a:hover
{
    font-family: "Trebuchet MS" , "Helvetica" , "Arial" , "Verdana" , "sans-serif";
    font-size:11px;
    color: #fff;
    text-decoration: none;
   padding:0 5px 0 5px;
    background: url(../images/signals_sub_bg.png) no-repeat center;height:24px;line-height:24px;
}

.top_tab_link
{
    background: url(../images/top_tab.png);
    background-position: top left;
    background-repeat: no-repeat;
    font: bold 11px Tahoma, Helvetica, sans-serif;
    color: #fff;
    height: 29px;
    text-align: center;
    cursor: pointer;
}
.top_tab_link a, .top_tab_link a:link, .top_tab_link a:active, .top_tab_link a:visited
{
    font: bold 11px Tahoma, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.top_tab_link a:hover
{
    font: bold 11px Tahoma, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.blog_box{background-color:#fff;padding:10px;}
.recent_update{color:#4f4f4f;font: bold 23px arial;}
.viewalllatest
{
    padding: 0px 10px 0px 0px;
    border: none;
    color: #333;
    font-weight: bold;
    text-align: right;
}
.viewalllatest a, .viewalllatest a:link, .viewalllatest a:active, .viewalllatest a:visited
{
    font-size: 11px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}
.viewalllatest a:hover
{
    color: #999;
    font-weight: bold;
    text-decoration: underline;
}
.recet_update_blog
{
    padding: 0px 0px 0px 0px;
    border: none;
    color: #343434;
    font-weight: bold;
    text-align: left;
}
.recet_update_blog a, .recet_update_blog a:link, .recet_update_blog a:active, .recet_update_blog a:visited
{
    font-size: 13px;
    text-decoration: none;
    color: #343434;
    font-weight: bold;
    text-decoration: none;
}
.recet_update_blog a:hover
{
    color: #343434;
    font-weight: bold;
    text-decoration: underline;
}

.recet_update_blog_des
{
    border-style: none;
	border-color: inherit;
	border-width: medium;
	padding: 0px;
	color: #7d7c7c;
    font-family: arial, sans-serif, "trebuchet MS", "lucida grande", tahoma;
    font-weight: normal;
    text-align: left;
    font-size: 12px;
}
.recet_update_blog_des a, .recet_update_blog_des a:link, .recet_update_blog_des a:active, .recet_update_blog_des a:visited
{
    font-size: 12px;
    text-decoration: none;
    color: #1b52a5;
    font-weight: normal;
    text-decoration: none;
}
.recet_update_blog_des a:hover
{
    color: #1b52a5;
    font-weight: normal;
    text-decoration: underline;
    font-size: 12px;
}
.serch_bg_left
{
    /*background:url(../images/search_bg.gif) repeat-x;*/
    background-color: #4fc8d9;
    padding:3px;
}
.serch_bg_left_title
{
    font-size:18px;
    color:#fff;
    padding:5px 0;
}
#navigation {
	background-color: #000;
	height: 25px;
	margin-left: 2px;
	margin-right: 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat;
	text-align:center;
}
.menu_nav{
	height: 29px;
	list-style: none;
	line-height: 29px;
	padding:0px;
	text-align:left;
}
.menu_nav li{
	float:left;
	padding: 0 1px 0 0px;
	
}
.menu_nav li a{
	float:left;
	display:block;
	height:29px;
	text-decoration:none;
	padding-left:8px;
	font-weight:bold;
	color:#FFF;
}
.menu_nav li a span{
	height:29px;
	float: left;
	display: block;
	padding: 0 11px 0 4px; /*Padding of menu items*/
}
.menu_nav li.current a, .menu_nav li a:hover{
	color: #fff; /*left tab image path*/
	background-position: left top;
	background-image: url(../images/menu_li_hover_left.png);
	background-repeat: no-repeat;
}
.menu_nav li.current a span, .menu_nav li a:hover span{
	color: #000; /*right tab image path*/
	background-image: url(../images/menu_li_hover_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
span.instock {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #52a600;
    font-weight: bold;
}
span.outstock
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ff2424;
	font-weight:bold;
}
span.buday
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
span.limit
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
    color:#ff2424 !important;
}

.cellbg
{
    margin: 0 auto;
    background-color: #ffffff;
    text-align: left;
    padding-left: 11px;
    padding-top: 3px;
    vertical-align: top;
}
.cellbg a, .cellbg a:link, .cellbg a:active, .cellbg a:visited
{
    text-align: left;
    color: #0066dd;
    font: normal 11px arial;
    text-decoration: none;
}
.cellbg a:hover
{
    text-align: left;
    color: #ff6600;
    font: normal 11px arial;
    text-decoration: underline;
}
.latest-news
{
    background: url("../images/package_title_bg.png");
    background-repeat: repeat-x;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 5px;
    width:215px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;   
    color: #fff;
}

.dynamic_menu_title{font:bold 12px arial; color:#a3a3a3; text-align:left; padding:4px 4px 4px 4px}
.DynamicMenuItemStyle{font:normal 12px arial; color:#333; padding-right:20px;}
.DynamicMenuItemStyle a, .DynamicMenuItemStyle a:link, .DynamicMenuItemStyle a:active, .DynamicMenuItemStyle a:visited {text-align:left;color:#112135;font:bold 12px arial;text-decoration:none;}
.DynamicMenuItemStyle a:hover{text-align:left;color:#386dad;font:bold 12px arial;text-decoration:underline;}

/*===================================== Menu Calss Start ==============================================*/
.menubg {width:974px;padding:0; height:37px;margin-top:3px;}
#menu *{margin: 0; padding: 0; display:block;}
#menu ul {float: left;background: rgba(7, 8, 8, 0.9); list-style: none; list-style-type:none;width:974px;height:48px;}
#menu li {float: left; height:48px;display:table-row;text-align:center;}
#menu li.selected a{background: #a2db40;text-decoration:none;}
#menu li a { display:table-cell; vertical-align:middle; text-decoration:none; font:bold 12px arial, Helvetica, sans-serif;height:48px;color:#fff;padding:0px;margin:0px;line-height:17px;}
#menu li a:hover {background:#1ac0e5;color:#fff;}
/*===================================== Menu Calss End ==============================================*/
.topsub tr
{    
    list-style: none;
    margin: 0;
    padding: 0px 0px 0px 0px;
}
.topsub tr td a, .topsub tr td a:visited, .topsub tr td a:link, .topsub tr td a:active
{   
    font-family: "Verdana" , "Arial", "sans-serif" "Trebuchet MS" , "Helvetica";
    font-size:11px;
    color: #112135;
    display: block;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    padding:0 5px 0 5px;
    border-bottom:1px solid #efefef;height:24px;line-height:24px;
    
}
.topsub tr td a:hover {
    font-family: "Verdana", "Arial", "sans-serif" "Trebuchet MS", "Helvetica";
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    padding: 0 5px 0 5px;
    /*background: url(../images/menu_hover.png) no-repeat center;height:24px;line-height:24px;*/
    background-color: #1ac0e5;
}
.subhe-menu
{
    /*background:rgba(176, 212, 44, 0.8);*/
    padding:3px;
}
.box_inside_image_cat
{
    width: 220px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    border-image: initial;
    text-align: center;
    padding: 0 0 0 0px;
}
.box_inside_image_cat a
{
    height: 100px;
    width: 220px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-image: initial;
    border: 1px solid #fff;
    margin:0px;    
    border: 1px solid #ebebeb;
}
.box_inside_image_cat a:hover
{
    height: 100px;
    width: 220px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #b7b4ba; /*border:1px solid #efefef;*/
    border-image: initial;
}
span.shipped{font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#006600;font-weight:normal;}
.omsgborder{border: 1px solid #3796ff;background-color:#b8d9ff;padding: 4px;}
.ordermessage{font-size: 14px;font-family: Arial, Helvetica, sans-serif;color: #004797;font-weight:normal;}
.ordernotofocation {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #015c70;
    font-weight: bold;
}
    .ordernotofocation a, .ordernotofocation a:link, .ordernotofocation a:active, .ordernotofocation a:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #015c70;
        font-weight: bold;
    }
        .ordernotofocation a:hover {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #015c70;
            font-weight: bold;
            text-decoration: underline
        }

.dealerlink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #393939;
    font-weight: bold;
}
    .dealerlink a, .dealerlink a:link, .dealerlink a:active, .dealerlink a:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #393939;
        font-weight: bold;
    }
        .dealerlink a:hover {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #393939;
            font-weight: bold;
            text-decoration: underline
        }

.box_inside_image_quotation_list
{
    width: 170px;
    height: 170px;
    display: table-cell;
    vertical-align: middle;
    border-image: initial;
    text-align: center;
    padding: 0 0 0 0px;
    
}
.box_inside_image_quotation_list a
{
    width: 170px;
    height: 170px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-image: initial;
    margin:0px;    
    border: 1px solid #f0f0f0;
}
.box_inside_image_quotation_list a:hover
{
    width: 170px;
    height: 170px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ccc; /*border:1px solid #efefef;*/
    border-image: initial;
}
.divclear
{
    clear:both;
    line-height:1px;
}
.orderConfirmed {
    text-align: center;
    margin: 80px 0px;
}
.orderConfirmed div.oc-header {
    margin:20px 0 10px 0px;
    font-family: arial,helvetica,sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #59595a;
}
.orderConfirmed div.oc-text {
    font-family: arial,helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #59595a;
}

.chkselected {color: #000;font-weight: bold;}
.chknonselected {color: #5F5F5F;font-weight: normal;}
.checkbox {padding-left: 5px;}
.checkbox label {display: inline-block;vertical-align: middle;position: relative;padding-left: 5px;line-height: 20px;}
.checkbox label::before {content: "";display: inline-block;position: absolute;width: 17px;height: 17px;left: 0;margin-left: -20px;border: 1px solid #cccccc;border-radius: 3px;background-color: #fff;-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;transition: border 0.15s ease-in-out, color 0.15s ease-in-out;}
.checkbox label::after {display: inline-block;position: absolute;width: 16px;height: 16px;left: 0;top: 0;margin-left: -20px;padding-left: 3px;padding-top: 1px;font-size: 11px;color: #555555;}
.checkbox input[type="checkbox"] {opacity: 0;z-index: 1;}
.checkbox input[type="checkbox"]:checked + label::after {font-family: "FontAwesome";content: "\f00c";}
.checkbox-primary input[type="checkbox"]:checked + label::before {background-color: #FFFF33;border-color: #ffd401;}
.checkbox-primary input[type="checkbox"]:checked + label::after {color: #666600;}
.dealerproductlink a, .dealerproductlink a:link, .dealerproductlink a:active, .dealerproductlink a:visited, .dealerproductlink a:hover {text-decoration: none;font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold;}
.dealerproductlink img{margin-top:2px;}
.dealerproductlink1 {
    color: #393939;
    position: relative;
    top: -18px;
}
.dealerproductlink2 {
    color: #393939;
    text-decoration: underline;
    position: relative;
    top: -18px;
    left: 58px;
}

.dealer_search {margin: 10px 10px 0 10px;}
.dealer_search .txtfield_search {
        font-size: 11px;
        color: #000000;
        font-family: arial, helvetica, sans-serif;
        text-decoration: none;
        background-color: #ffffff;
        padding: 8px;
        border: #cad0ca 1px solid;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-bottom:10px;
        width:180px;
    }
.dealer_search .txtfield_search:focus {
    border: #cad0ca 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-color: #646464;
    background-color: #ffffc0;
}
.dealer_search .nomargin {margin:0px;}
.dont-break-out {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    font: normal 12px arial;
    color: #1aa3b2;
    padding-right: 20px;
}
.dont-break-out a, .dont-break-out a:link, .dont-break-out a:active, .dont-break-out a:visited {
    text-align: left;
    color: #1aa3b2;
    font: bold 12px arial;
    text-decoration: none;
}
.dont-break-out a:hover {
    color: #4fc8d9;
    text-decoration: underline;
}
