body{
    margin: 0;
    font-family: arial;
    line-height: 18px;
    font-size: 13px;
    color: #584B4E;
}
img{
    border:none;
}
#middle, #footer, #menubar, #wide_slider{
    width: 100%;
}
#wide_slider{
    width: 100%;
    height: auto;
}
#header{
    width: 100%;
}
#footer{
}
#footer_content{
    min-height: 65px;
    color: #fff;
}
#photo_gallery{
    float: left!important;
    width: 100%!important;
}
#middle_content, #footer_content, #menubar_content, #slider, #nv-slider{
    width: 980px;
    margin: 0 auto;
}
#header_content{
    width: 980px;
    margin: 0 auto;
}
#middle_content{
    width: 960px!important;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
}
#slider{
    padding-left:0px!important;
    width: 980px!important;
}
#menubar{
    height: 66px;
}
ul#nav{
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    width: 980px;
}
ul#nav li{
    float: left;
}
ul#nav li a{
    color: #fff;
    font-family: georgia;
    text-decoration: none;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}
ul#nav li ul li a{
    color: #333;
    font-family: georgia;
    text-decoration: none;
    font-size: 14px;
    font-style: italic;
}
ul#nav li ul li{
    clear: both;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #ccc;
    height: auto;
    margin: 0!important;
}
ul#nav li ul{
    display: none;
    border: 1px solid #999;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    list-style: none outside none;
    padding: 0 0 5px;
    position: absolute;
    z-index: 999999;
}


ul#nav li ul li ul{
    display: none;
    border: 1px solid #999;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    list-style: none outside none;
    padding: 0 0 5px;
    position: absolute;
    left: 170px;
    top:-22px;
    z-index: 999999;
}


h1, h2, h3{
    margin-bottom: 10px!important;
}
h1{
    font-size: 28px;
    margin: 0;
    padding: 0;
}
h2{
    font-size: 20px;
    margin: 0;
    padding: 0;
}
h3{
    font-size: 12px;
    margin: 0;
    padding: 0;
}



.clear{
    clear: both;
}
ul li{
    padding-top: 8px;
}
hr{
    color: #ddd;
    height: 1px;
}
.home_news_row{
    width: 100%;
    padding-top:10px;
}
.home_news_row .news_thumb img{
    border: 3px solid #ccc;
}
.home_news_row .news_thumb{
    float: left;
    width: 142px;
}
.home_news_row .news_summary{
    float: left;
    width: 145px;
}
.home_news_row .news_date{
    color: #e78500;
}
.testimonial{
    width: 260px;
    height: 149px;
    margin-top: 30px;
    padding:10px;
}
.testi_date{
    color: #e78500;
    text-align: right;
}
.testi_by{
    font-weight: bold;
    text-align: right;
}
a.myl_link{
    color: #fff;
    text-decoration: none;
}
ul#footer_nav{
    list-style-type:none;
    margin: 0;
    padding: 0;
    text-align: center;
}
ul#footer_nav li{
    float: left;
    padding-left:10px;
    padding-right:10px;
}

ul#footer_nav li a{
    text-decoration: none;
    color: #666;
}

ul#footer_nav li a:hover{
    color: #999;
}
#website_footer_links{
    width: 980px;
    margin: 0 auto;
    text-align: center;
}


*.italic {
    font-style: italic;
}

.bold{
    font-weight: bold;
}


*.underline {
    text-decoration: underline;
}

*.strike {
    text-decoration: line-through;
}
a.Link {
    color:#006699;
}
a.Link:hover {
    color:#3399cc;
}


.news_row{
    float: left;
    width: 100%;
    border-bottom: 1px  dotted #ccc;
    padding-top:10px;
    padding-bottom:10px;
}
.news_thumb{
    float: left;
    width: 155px;
    padding:7px;
    margin-right:5px;
    background: #F0F0F0;
    box-shadow: 0 0 10px #CCCCCC inset;
    border-radius: 7px;
}
.news_text{
    float: left;
    width: 600px;
}
.news_title a{
    color: inherit;
}
.news_title{
    font-weight: bold!important;
    font-size: 20px!important;
    padding-bottom:5px!important;
}
.news_summary{
    width: 600px;
    line-height: 20px;
    text-align: justify;
}
.read_more{
    clear: both;
    text-align: right;
    padding-top: 10px;
}
.read_more a{
    color: #555;
    text-decoration: none;
}
.read_more a:hover{
    color: #888;
    text-decoration: underline;
}
.float_left{
    float: left;
    padding-left:10px;   
}
.float_right{
    float: right;
    padding-right:10px;   
}
.align_left{
    text-align: left;
}
.align_right{
    text-align: right;
}
.align_center{
    text-align: center;
}
.paging{
    height: 34px;
    margin-top:8px;
    padding-left:10px;
    padding-right:10px;
    margin-bottom:10px;
}
.page_num{
    border:1px solid #999;
    padding-right:5px;
    padding-left:5px;
    padding-top:1px;
    padding-bottom:1px;
    color:#666;
}
.selected_page a, .page_num:hover a{
    color:#ffffff!important;
    text-decoration: none;
}
.selected_page, .page_num:hover{
    color:#ffffff!important;
    border:1px solid #999;
    background: #ccc;
    font-weight: bold;
    padding-right:5px;
    padding-left:5px;
    padding-top:1px;
    padding-bottom:1px;
}
a{
    text-decoration: none;
}
#loading-image{
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    padding-top:300px;
    z-index: 99999999;
    opacity: .5;
    filter: alpha(opacity=50);
}
.loading_image_container{
    width: 200px;
    margin: 0 auto;
}
.loading_image{
    position: relative;
    top:-300px;
    z-index: 9999999999;
    border-radius:5px;
    border: 1px solid #666;
    color:#000;
    text-align: center;
    background: #fff;
    padding: 10px;
    width: 150px;
    height: 50px;
}

.error_field{
    background: #fff6f6;
    border: 1px solid #e99;
}
.website_tools, .icon_tool{
    color: #f0f0f0!important;
}
.product_category_bar{
    padding:10px;
    background: #e6e6e6;
    font-weight: bold;
    color: #666;
    font-size: 18px;
    margin-top:15px;
    border-radius:5px;
}

.myl_product_image img{
    position: relative;
    border: 1px solid #ccc;
}
.myl_product_image{
    width: 102px;
    padding:2px;
    background: #e0e0e0;
    text-align: center;
    height: 102px;
    margin-top:10px;
    border-radius:5px;
    margin: 12px auto;
    margin-bottom: 0;
}
.myl_product_summary{
    padding-top:3px;
    min-height: 62px;
    float: left;
    width: 100%;
}
.myl_product_box{
    border-right: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    float: left;
    padding-left:10px;
    width:225px;
    text-align: center;
}
.myl_select_product{
    text-align: left!important;
}
.myl_product_name, .myl_product_code, .myl_product_desc, .myl_product_price, .myl_select_product{
    color:#000;
    padding-top:8px;
}
.myl_product_qty{
    font-size: 13px!important;
    display: inline!important;
    font-family: arial!important;
}
.myl_product_name{
    padding-top:3px!important;
    font-family: arial!important;
    font-weight: bold;
    font-size: 16px!important;
    height:30px;
}
.myl_product_price{
    padding-top:3px!important;
    font-family: arial!important;
    font-weight: bold;
    font-size: 13px!important;
    height:45px;
}
.no_right_border{
    border-right: none;
}
.load_more_products a{
    color: #003366;
}
.load_more_products{
    padding:5px;
    background: #66ccff;
    opacity:0.5;
    filter:alpha(opacity=50);
    font-weight: bold;
    text-align: center;
}
.down_arrow{
    background: url('../imgs/d4arrow.gif') no-repeat 0 5px;
    float: left;
    height: 17px;
    width: 16px;
}
.right_arrow{
    background: url('../imgs/h4arrow.gif') no-repeat 0 2px;
    float: left;
    height: 14px;
    width: 16px;
}





.full_myl_product_image img{
    position: relative;
    border: 1px solid #ccc;
}
.full_myl_product_image_box{
    float: left;
    width: 520px;
}
.full_myl_product_image{
    float: left;
    width: 500px;
    padding:10px;
    background: #e0e0e0;
    text-align: center;
    min-height: 500px;
    margin-top:10px;
    border-radius:5px;
}
.full_myl_product_summary{
    padding-left:10px;
    padding-top:3px;
    float: left;
    width: 410px;
}
.full_myl_product_box label{
    font-weight:bold;
    color:#444!important;
}
.full_myl_product_box{
    float: left;
    min-height: 270px;
    padding-left:10px;
    width:960px;
}
.full_myl_product_name, .full_myl_product_code, .full_myl_product_desc, .full_myl_product_price, .full_myl_select_product{
    color:#000;
    padding-top:8px;
}
.full_myl_product_code{
    float: left;
    width: 180px;
}

.full_myl_product_name{
    font-weight: bold;
    font-size: 18px;
    color: #900;
}
.full_myl_product_price{
    color: #900;
    font-weight: bold;
}
.form_heading{
    font-weight: bold;
    padding-top:7px;
    font-size:16px;
}
.form_label{
    float: left;
    width: 100px;
    padding-top:10px;
}
.form_field{
    padding-top:10px;
    float: left;
}

.body_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 88888888;
    top: 0;
    opacity:0.5;
    filter:alpha(opacity=50);
    display: none;
    left: 0;
    background: #000000;
}
.loading_img{
    opacity:1;
    filter:alpha(opacity=100);
    background: #fff;
    border-radius:5px;
    padding: 20px;
    border: 1px solid #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99999999;
}
.myl_product_thumb{
    padding-left:5px;
    padding-bottom:5px;
    float: left;
    width: 78px;
    text-align: center;
}
.msg{
    padding: 10px;
    border: 1px solid #eeeecc;
    background: #ffffee;
    margin-bottom:5px;
}
.myl_add_to_cart a{
    color: #fff;
}
.myl_add_to_cart{
    background: #333;
    font-weight: bold;
    float: left;
    border-radius:5px;
    padding:5px;
    color: #fff;
    text-decoration: none;
}
.inner_cart_products{
    height: 350px;
    overflow: auto;
}
.cart_products{
    margin-top:7px;
    border: 1px solid #ddd;
    padding:5px;
    width: 400px;
    float: right;
}
.myl_cart_img{
    float: left;
    width: 60px;
}
.myl_cart_summary{
    float: left;
    width:220px;
}
.myl_cart_price{
    text-align: right;
    float: left;
    width:85px;
}
.myl_total_cart{
    float: right;
    background: #006699;
    color:#fff;
    width: 392px;
    padding: 5px;
    font-weight: bold;
    text-align: right;
}
.myl_cart_row2{
    padding:5px;
    background: #ccddee;
}
.myl_cart_row1{
    background: #ddeeff;
    padding:5px;
}
.myl_count_product{
    font-size: 12px;
    color: #999;
}
.full_myl_category{
    font-size: 10px;
    padding-top:4px;
    color: #777;
}
#news_categories{
    padding:5px;
    margin-right:10px;
    margin-bottom:10px;
    float: left;
    width: 165px;
}
#news_content{
    float: left;
    width: 775px;
}
#news_categories h3{
    border-bottom: 1px dotted #f0f0f0;
    font-size: 16px!important;
    font-weight: bold!important;
    padding-bottom: 6px!important;
    margin-bottom: 5px!important;
}
#news_categories ul li{
    padding-bottom: 3px!important;
    padding-top: 5px!important;
    padding-left:10px;
}

#news_categories ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.news_date{
    float: right;
    width: 70px;
    font-size: 11px;
}
.news_category_car{
    width: 98%;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}
.JCLRgrips{
    display: none;
}
.photo_thumb, .video_thumb{
    text-align:center;
    width:232px;
    float: left;
    margin-bottom: 10px;
}
.photo_thumb img, .video_thumb img{
    max-width: 100%;
}

.cart-table th{
    background: #006699;
    color: #fff;
}
.cart-table th{
    background: #006699;
    color: #fff;
}
.cart_summary_heading{
    color:#fff;
    background: #006699;
    padding:10px;
}
a .btn-theme{
    padding: 5px 10px;
}
.btn-default{
    background: #666;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    font-size: 16px !important;
    color: #fff!important;
    display: inline;
}
.btn-theme{
    background: #006699;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    font-size: 16px !important;
    color: #fff!important;
    display: inline;
}
.myl_product_box img{
    max-width: 100px;
}