﻿#js-warning
{
    margin:30px auto 30px auto;
    background:#efefef;
    border: 2px solid red;
    width:980px;
    padding:35px;
    font-size:20px;
    font-weight:500;
    border-radius:6px;
    text-align:center;
}
body   
{
    background: #fff;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px; 
}
html, body 
{
    margin: 0;
    padding: 0;
}
.page
{
}
.header_section
{
    display:block;  
    margin-bottom:25px;
}
.hdrMain
{
    border-radius: 4px;    
    background-color:#FFF;
    display:block;
    margin: 0px auto 0px auto;
    clear:both; 
}

/*new header section*/
.FirstMenu
{
   width:1050px;
   margin-left:auto;
   margin-right:auto;
   margin-top:15px;
   padding:10px;
}

.FirstMenu1
{
   margin-left:auto;
   margin-right:auto;
   padding: 30px 0px 0px 0px; 
   margin-top: -8px;
   display:inline-block;
}
.logo
{
    float:left;
}
.searchbardiv,.accountinfo,.cartinfo,.wishlistinfo
{
    float:left;
}
.searchbardiv
{
    margin-left:25px;
    margin-right:0px;
}
.accountinfo
{
    margin-left:20px;
}
.cartinfo
{
    width:150px;
    margin-top:5px;
    margin-left:20px;
}
.wishlistinfo
{
    margin-top:5px;
}

.searchbardiv1,.accountinfo1,.cartinfo1,.wishlistinfo1
{
    float:left;
}
.searchbardiv1
{
    margin-left:20px;
    margin-right:0px;
}
.accountinfo1
{
    margin-left:15px;
}
.cartinfo1
{
    width:150px;
    margin-top:5px;
    margin-left:15px;
}
.wishlistinfo1
{
    margin-top:5px;
}
/*new header section*/


/*...........Header one - PCN logo and Showroom starts.................*/
.nav_topHdrMain
{
    width:100%;
    display:inline-block;
}
.nav_tophdr
{       
   margin:9px 7px 0px 0px; 
   overflow:hidden;
   width:1050px;
   margin:0 auto;
}
.nav_HdrLogo
{
    display:block;
    width:400px;
    float:left;
    vertical-align:middle;
    margin:20px 0px 20px 0px;
}
.PCNLogo
{
    Height:35px; 
    Width:215px;
    display:inline-block;
    overflow:hidden;
}
#StoreInfo
{
    text-align:center;
    margin-top:5px;
    font-size:12px;
    color:#333;
}
.storedesc
{
    font-size:medium;
}
.phoneNo
{
    color: #9E1A02; 
    font-weight: bold; 
    font-size: 18px;
}
.contact
{
    color: #9E1A02; 
    text-decoration: underline;    
}
.nameLbl
{
    font-size:13px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color:#9E1A02;
    text-align:left;
    font-weight:500;
}
.logout_btn
{
    font-size:13px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color:#9E1A02;
    font-weight:500;
    border-radius:4px;
    box-shadow:none;
    padding: 0px 8px 4px 8px;
}
.logout_btn:hover
{
    cursor:pointer;
}
.signinpnl
{
    text-decoration:none;
}
.signinpnl:hover
{
    text-decoration:underline;
}
.img-Showroom
{
    float:right;
    overflow:hidden;
}
.pcn_showroom
{
    /*margin:5px -10px 3px 0px;
    height:50%; 
    width:100%;
    display:inline-block;
    overflow:hidden;*/
}

/*...........Header one - PCN logo and Showroom ends.................*/

/*........Header Two - Search, Categories And Accounnt starts........*/

#TopMenu
{
    height: 40px;
}
#TopMenu ul 
{
    background: url(../Images/top_menu_bg.jpg) repeat-x;
    height: 40px;
    margin: 0;
	list-style: none;
	padding:0px;
	border-radius:4px;
}
#TopMenu ul li 
{
	float: left;
	list-style: none;
}
#TopMenu ul li a 
{
    display: block;
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;
	margin:4px;
}
.topName
{
    font-size:15px;
    margin-top:0px;
    margin-left:14px;
}
.topMain
{
    font-size:15px;
    font-weight:500;
    margin-top:0px;
    margin-left:14px;
}
#nav_categories 
{
    width: 105px;
    padding: 1px 1px;
}
#nav_categories:hover 
{
    text-decoration: none;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #cc0000 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #cc0000 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #cc0000 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #cc0000));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #cc0000 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to top, #FFFFFF 0%, #cc0000 100%);
    /*background: url(../Images/menu_gradient_hover.png) repeat-x;   */   
}

#nav_account 
{
    padding: 1px 1px;
    width: 140px;
    font-size:15px;
    font-weight:bold;
}
#nav_account:hover 
{
    text-decoration: none;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #cc0000 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #cc0000 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #cc0000 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #cc0000));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #cc0000 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to top, #FFFFFF 0%, #cc0000 100%);
    /*background: url(../Images/menu_gradient_hover.png) repeat-x;   */ 
}
#nav_cart
{
    padding: 1px 1px;
    width: 154px;
}
#nav_cart:hover 
{
    text-decoration: none;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #cc0000 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #cc0000 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #cc0000 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #cc0000));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #cc0000 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to top, #FFFFFF 0%, #cc0000 100%);
    /*background: url(../Images/menu_gradient_hover.png) repeat-x;   */
}
#nav_wishlist 
{
    width:109px;
    padding: 1px 1px;
}
#nav_wishlist:hover 
{
    text-decoration: none;
   /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #cc0000 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #cc0000 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #cc0000 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #cc0000));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #cc0000 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to top, #FFFFFF 0%, #cc0000 100%);
    /*background: url(../Images/menu_gradient_hover.png) repeat-x;   */
}
@-moz-document url-prefix() 
{ 
    .topMain
    {     
        margin-top:-1px;
    }
} 
.secondmenu
{
    display: inline-block; 
    
    background: #852615;
    box-shadow: inset 0 5px 7px -6px #999;
    height: 55px;
    width:100%;
   margin-top:20px;
}
.secondmenu1
{
    display: inline-block; 
    
    background: #852615;
    box-shadow: inset 0 5px 7px -6px #999;
    height: 55px;
    width:100%;
    margin-top:0px;
}
.secondmenu2
{
    display: inline-block; 
    
    background: #852615;
    box-shadow: inset 0 5px 7px -6px #999;
    height: 55px;
    width:100%;
   margin-top:15px;
}
/*........Header Two - Search, Categories And Accounnt starts........*/


/*..........Header Three - Navigation Menu Starts................*/

.subNavMain
{
    
}

.sublink:hover #navcomps   {
	background-color: #323232;
	opacity:0.9;
}



.subheading
{
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin-left:10px;
}
.sublink
{
    color: #fff;
    font-size: 13px;
}
.sublink:hover
{
    color: #000;
    border-radius:3px;
    background:#fff;
    font-weight:600;
    padding:1px 2px 1px 2px;
}
.startbutton
{
    border: none;
    background: none;
    font-size: 11px;
    font-weight: 500;
    color: #0066c0;
}
.startbutton:hover
{
    cursor: pointer;
    text-decoration: underline;
    color: #C00;
}
.linkBtn1
{
    background: none !important;
    border: none;
    padding: 0 !important;
    cursor: pointer;
}
.linkBtn1:hover
{
    /*color: #C00;*/
    text-decoration: underline;
}


#nav
{
    height: 55px;
    width:1050px;
    margin: 0px auto 0px auto;
    clear:both; 
	border-radius: 2px;
}

#navCategories
{	
	padding:10px 0px 0px 14px;
	vertical-align:middle;
	height: 45px;
	width:92px;
    margin-top:0px;
    border-right: 2px inset #843829;
    
}
#navCategories:hover
{
    background-color:#772212;
    color:#fff;
}
#navbrands
{	
	padding:10px 0px 0px 12px;
	vertical-align:middle;
	height: 45px;
	width:76px;
    margin-top:0px;
    border-right: 2px inset #843829;
}
#navbrands:hover
{
    background-color:#772212;
    color:#fff;
}
.nav_blockOne
{
    margin-left:4px;
}
.triangle_dd
{
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    margin-left:8px;
    border-top-color: #fff;
    display: inline-block;
    vertical-align:middle;
    margin-bottom:-4px;
}

/*To change the color of triangle when nav is hovered*/
.dir a:hover .triangle_dd
{
    color:#fff;
    border-top-color:#fff;
    
}
#navcomps
{
	font-size:13px;
	height: 38px;
    padding:17px 0px 0px 12px; 
    width:170px;
    margin-top:0px;
    border-right: 2px inset #843829;
}
#navcomps:hover
{
    background-color:#772212;
    color:#fff;
}
.lnksCommon
{
    margin:5px 5px 5px 12px;
}
#navsw
{
    height: 38px;
    padding:17px 2px 0px 10px;
    width:132px;
    margin-top:0px;
    border-right: 2px inset #843829;
    text-align:center;
}
#navsw:hover
{
    background-color:#772212;
    color:#fff;
}
#navpv
{
    height: 38px;
    padding:17px 0px 0px 12px;
    width:120px;
    margin-top:0px;
    border-right: 2px inset #843829;
}
#navpv:hover
{
    background-color:#772212;
    color:#fff;
}
#navTV
{
    height: 38px;
    padding:17px 0px 0px 12px;
    width:136px;
    margin-top:0px;
    border-right: 2px inset #843829;
}
#navTV:hover
{
    background-color:#772212;
    color:#fff;
}
#navos
{
    height: 38px;
    padding:17px 0px 0px 16px;
    width:134px;
    margin-top:0px;
    border-right: 2px inset #843829;
}
#navos:hover
{
    background-color:#772212;
    color:#fff;
}
#navspls
{
    /*background: url(../Images/top_menu_bg.jpg) repeat-x;*/
    height: 38px;
    cursor:pointer;
    padding:17px 0px 0px 12px;
    width:68px;
    font-weight:bold;    
    margin-top:0px;
}

#navspls:hover
{
    background-color:#772212;
    color:#fff;
}

/*........Header Three - Navigation Menu Ends.........*/

/*.............Shipping Header Starts.................*/
.hd_shipping
{
    color:White;
    overflow:hidden;
    text-align:center;
    vertical-align:middle;
}    
.delivery
{
    color:#fff; 
    font-size:13px;
}
.shipdetails
{
    text-decoration:underline;
    color:#fff;    
    font-size:11px;
}
.shipdetails:hover
{
    cursor:pointer;
    font-size:small;
    font-size:11px;
}
.newsletter
{
    font-weight:700;
    color:#FFF; 
    font-size:13px;
}
.newsletterinfo
{
    color:#FFF; 
    font-size:12px;
}
.newslettertb
{
    border-radius: 4px;
    border:1px solid gray;
    width:166px;
    height:19px;
    color:#606060;
    font-size:12px;
    padding-left:4px;
}
.imgButton
{
    border-radius: 3px; 
    margin-bottom:-7px;    
}
/*..........Shipping Header Ends.............*/




/*..............Main Images on Content Page......................*/

.MainContentSection
{
    color:#000;
    display:block;
}
.img_content
{
    width:100%;
    margin:4px 0px 0px 0px;
    display:inline-block;
    border:inherit;
}
.mainImg
{
    display:inline-block;
    Height:360px; 
    Width:692px;
}
.lt_img
{
    float:left;
}
.rt_img
{
    float:right;
    margin:0px 0px 0px 0px;
}
.othImg
{    
    display:inline-block;
    Height:179px;
    Width:250px;
}


/*..............Main Images on Content Page ENDS HERE......................*/







/*..............Footer Section Starts...........*/
.footer_section
{
    display:block;
    width:100%;
    margin: 0px auto 0px auto;
    clear:both; 
    background-color:#111; 
    /*box-shadow: 1em 0 1em -1em #616161, -1em 0 1em -1em #616161;
    -moz-box-shadow: 1em 0 1em -1em #616161, -1em 0 1em -1em #616161;
    -webkit-box-shadow: 1em 0 1em -1em #616161, -1em 0 1em -1em #616161;*/
    
    /*background: rgb(125,126,125); /* Old browsers 
    background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 82%); /* FF3.6+
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(82%,rgba(14,14,14,1))); /* Chrome,Safari4+ 
    background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 82%); /* Chrome10+,Safari5.1+
    background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 82%); /* Opera 11.10+ 
    background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 82%); /* IE10+ 
    background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 82%); /* W3C 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );  IE6-9 */



    /*background: rgb(125,126,125); 
    background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); 
    background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); 
    background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); 
    background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); */

    /*border-radius: 4px;  */
    color:#fff;
}

.footer_top
{
    width:1050px;
    margin :0px auto 0px auto;
    overflow:hidden;
    padding :30px 0px 30px 0px;
}

.footer
{   
    border-radius: 4px;  
    overflow:hidden; 
}

/*.ft_empty
{
    background-color:#D6D6D6;
    height:27px;
    border-top-left-radius:4px;
    border-top-right-radius:4px; 
}*/
.ft_linkinfo
{
    display:block;
    width:600px;
    float:left;
}
.ft_showroomImg
{
    width:450px;
    float:left;
    margin:10px 0px 10px 0px;
    background-size:cover;
    height:302px;
    background-image:url(../../Images/Showroom/PCN9.jpg);
    cursor:pointer;
}

.ft_title
{
    font-weight:800;
    font-size:20px;
    color:Red;
    text-transform:uppercase;
    
    margin-bottom:6px;
}
.ft_title span
{
    color:White;
   /* border-bottom:4px solid #a7301b;*/
}
.ft_links ul
{
    list-style-type:none;
    display:inline;
}
.ft_links ul li
{
    margin-top:1px;
    padding:1px;
}
.ft_links ul li a
{
    text-decoration:none;
    color:WhiteSmoke;
    font-size:15px;
}
.ft_links ul li a:hover
{
    text-decoration:underline;
}
.ft_links
{
    width:290px;
    float:left;
    margin-left:auto;
    margin-right:auto;
    list-style-type:none;
}
.ft_img
{ 
    width:970px;
    margin:0px 0px 20px 0px;
    display:inline-block;
    overflow:hidden;
    text-align:center;
}

/*Social network icons*/

        #social
        {
            padding: 5px 5px 5px 0px;
            width:330px;
            float:left;
            overflow:hidden;
        }
        
        .footerEmail
        {            
            float:right;
            padding:8px 0px 8px 8px;
        }
        
        .smGlobalBtn
        {
            /* global button class */
            display: inline-block;
            position: relative;
            cursor: pointer;
            width: 50px;
            height: 50px;
            box-shadow: 0 2px 2px #333;
            padding: 0px;
            text-decoration: none;
            text-align: center;
            color: #fff;
            font-size: 25px;
            font-weight: normal;
            line-height: 2em;
            border-radius: 25px;
            -moz-border-radius: 25px;
            -webkit-border-radius: 25px;
            margin-right:6px;
            float: left;
            overflow: hidden;
        }
        
        /* facebook button class*/
        .facebookBtn
        {
            background: #4060A5;
        }
        
        .facebookBtn:before
        {
            /* use :before to add the relevant icons */
            font-family: "FontAwesome";
            content: "\f09a"; /* add facebook icon */
        }
        
        .facebookBtn:hover
        {
            color: #4060A5;
            background: #fff;
        }
        
        /* twitter button class*/
        .twitterBtn
        {
            background: #00ABE3;
        }
        
        .twitterBtn:before
        {
            font-family: "FontAwesome";
            content: "\f099"; /* add twitter icon */
        }
        
        .twitterBtn:hover
        {
            color: #00ABE3;
            background: #fff;
        }
        
        /* google plus button class*/
        .googleplusBtn
        {
            background: #e64522;
        }
        
        .googleplusBtn:before
        {
            font-family: "FontAwesome";
            content: "\f0d5"; /* add googleplus icon */
        }
        
        .googleplusBtn:hover
        {
            color: #e64522;
            background: #fff;
        }
        
        /* linkedin button class*/
        .linkedinBtn
        {
            background: #0094BC;
        }
        
        .linkedinBtn:before
        {
            font-family: "FontAwesome";
            content: "\f0e1"; /* add linkedin icon */
        }
        
        .linkedinBtn:hover
        {
            color: #0094BC;
            background: #fff;
        }
        
        /* pinterest button class*/
        .pinterestBtn
        {
            background: #cb2027;
        }
        
        .pinterestBtn:before
        {
            font-family: "FontAwesome";
            content: "\f0d2"; /* add pinterest icon */
        }
        
        .pinterestBtn:hover
        {
            color: #cb2027;
            background: #fff;
        }
        
        /* tumblr button class*/
        .tumblrBtn
        {
            background: #3a5876;
        }
        
        .tumblrBtn:before
        {
            font-family: "FontAwesome";
            content: "\f173"; /* add tumblr icon */
        }
        
        .tumblrBtn:hover
        {
            color: #3a5876;
            background: #fff;
        }
        
        /* rss button class*/
        .rssBtn
        {
            background: #e88845;
        }
        
        .rssBtn:before
        {
            font-family: "FontAwesome";
            content: "\f09e"; /* add rss icon */
        }
        
        .rssBtn:hover
        {
            color: #e88845;
            background: #fff;
        }
        .email
        {
            width: 190px;
            height: 40px;
            background: coral;
            float: left;
            border: none;
            background: #fff;
            padding-left: 14px;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }
        .emailbutton
        {
            width: 45px;
            height: 41px;
            border:none;
            font-weight:bold;
            float:left;
            background-color: silver;
            color: #a7301b;
            cursor:pointer;
            text-align:center;
            line-height:40px;
            border:1px solid gray;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }
        .emailbutton:before
        {
            font-family: "FontAwesome";
            content:"\f0e0";/*f003*/
            font-size:26px;
        }
        .emailbutton:hover
        {
            color: silver;
            background: #a7301b;
        }
        
        .cartadd
        {
            border:none;
            font-weight:bold;
            background-color: #fff;
            text-align:center;
            margin-top:-7px;
        }
        .cartadd:before
        {
            font-family: "FontAwesome";
            content:"\f23d";/*"\f07a";*/
            font-size:26px;
            color: #852615;
            padding:0px 8px 0px 0px;
        }
        .emailCont
        {
            float:left;
            margin:10px 8px 0px 0px;
            
        }
        .tickIcon
        {
            width: 35px;
            height: 31px;
            border:none;
            font-weight:bold;
            color: Green;
            padding:5px;
        }
        .tickIcon:before
        {
            font-family: "FontAwesome";
            content:"\f00c";
            font-size:20px;
        }
        .footerImgSec
        {
            width:100%;
            background:#fff;
            color:#000;
        }
/*..............Footer Section Ends...........*/


/*..............Invalid URL Styles Start.........*/
.Invalidurrl
{
    width:980px;
    margin-top:50px;
    text-align:center;
    height:400px;
}
.firstline
{
    font-size:23px;
    font-weight:700;
    margin:2px 0px 5px 0px;
    color:#e42828;
}
.secondline
{
    font-size:16px;
    font-weight:500;
    margin:0px 0px 5px 0px;
}
.thirdline
{
    font-size:18px;
    font-weight:700;
    margin:15px 0px 5px 0px;
    color:#333;
}
.homelink
{
    color:#0066C0;
}
.pcnation
{
    color:Red;
}
/*..............Invalid URL Styles End.........*/



/*..............Generic Styles Start...........*/
.defaultbutton
{
    background: -moz-linear-gradient(top,#FF4B4B,#B20000);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FF4B4B),color-stop(100%,#B20000));
    background: -webkit-linear-gradient(top,#FF4B4B,#B20000);
    background: -o-linear-gradient(top,#FF4B4B,#B20000);
    background: -ms-linear-gradient(top,#FF4B4B,#B20000);
    background: linear-gradient(top,#FF4B4B,#B20000);
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    padding: 5px 4px;
}
.defaultbutton:hover
{
    background: -moz-linear-gradient(top,#FE0000,#B20000);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FE0000),color-stop(100%,#B20000));
    background: -webkit-linear-gradient(top,#FE0000,#B20000);
    background: -o-linear-gradient(top,#FE0000,#B20000);
    background: -ms-linear-gradient(top,#FE0000,#B20000);
    background: linear-gradient(top,#FE0000,#B20000);
    cursor: pointer;
}
.defaultTxtBx
{     
    height: 20px;
    padding: 3px 7px;
    line-height: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    border: 1px solid #d0d0d0;
    border-top: 1px solid #bbb;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5),0 1px 0 rgba(0,0,0,0.07) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5),0 1px 0 rgba(0,0,0,0.07) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,0.5),0 1px 0 rgba(0,0,0,0.07) inset;
    outline: 0;
    outline-width: 0;    
}


.custfeedback
{
    position: fixed;
    top: 50%;
    right: 0px;
    width: 60px;
    height: 0px;
    text-align: right;
    z-index: 9999; 
    cursor:pointer;
}
        
.custfeedback a
{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
    display: block;
    background: #852615;
    text-align: center;
    height: 10px;
    width: 80px;
    padding: 6px 10px 20px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    border-radius:3px;
    
}
        
.custfeedback a:hover
{
    font-weight:500;
   /* background: #CCC;*/
}

.feedratingDiv
{
    width:100%;
    overflow:hidden;
    margin:10px 0px 10px 14px;
}

/*..............Generic Styles End.............*/


/*..............showroom page starts..............*/
#main_content 
{
    text-align:justify;
    border-bottom:1px solid #cccccc; 
}
#main_content h2 
{
    color:#384D6C; 
    font-size:18px;
}
#showroom_title 
{
    width:940px;
    margin-top:20px;
}
#appoinment 
{
    width: 120px; 
    float:right;
    margin-top:-30px; 
    background:#eeeeee;
}
#map 
{
    background:#eeeeee;
}
#location 
{
    width:98%; 
    border:1px solid #ededed; 
    border-radius:12px;
    -webkit-border-radius: 12px; 
    -moz-border-radius: 12px; 
    /*padding:20px;*/
}
.left_content 
{
    width:650px; 
    float:left; 
    display:block;
    padding-top:10px;
    padding-left:10px;
}
.right_content 
{
    width: 250px; 
    float:right; 
    display:block; 
    margin-left:-30px;
    margin-top:-10px; 
    line-height:5px; 
    padding-top:15px; 
    line-height:2px;
}
.right_content h3 
{
    font-size:12px; 
}
#directionfrom 
{
    width:200px;
    margin-left:-30px;
}
#map img 
{
    vertical-align:top;
}
#training
{
    width:700px;
    padding:0 0 0 10px;
}

#pickup,#event, #newsletter 
{
    width:940px;
    padding:20px;
}
a.allservices 
{
    float:right;
    padding-right:20px;
}
#register 
{
    width:360px; 
    float:right;
    margin-top:-36px;
}
#emailtext 
{
    width:250px;
}
.eventday 
{
    padding-left:15px;
    color:#444444;
}
.eventdetail 
{
    border-top:1px solid #000000;
    border-bottom:1px solid #000000;
}
.eventdetail p 
{
    padding-top:15px;
    padding-bottom:15px;
    padding-left:40px;
    margin-top:0px; 
    margin-bottom:0px; 
}
.pattern1 
{
    background:#D3DFEE;
    color:#555555;
    font-weight:bold;
    font-size:13px;
}
.pattern2 
{
    background:#ffffff;
    color:#444444;
    font-weight:bold;
    font-size:13px;
}
.pattern0 
{
    background:#FFF5EE;
    color:#555555;
    font-weight:bold;
    font-size:13px;
}
.col1 
{
    width:200px; 
    display:inline-block;
}
.col2 
{
    width:565px; 
    display:inline-block;
}
.col3 
{
    width:126px; 
    display:inline-block; 
    vertical-align:middle;
}
.col4  
{
    width:130px; 
    display:inline-block;
    vertical-align:middle; 
    margin-top:-5px;
}
        
    
/*..............Showroom Slide Show..............*/    

/* line 6, ../sass/lightbox.sass */
#lightboxOverlay 
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85;
    display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox 
{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img 
{
    width: auto;
    height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img 
{
    border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer 
{
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after 
{
    content: "";
    display: table;
    clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container 
{
    padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader 
{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav 
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav 
{
    left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a 
{
    outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next 
{
    width: 49%;
    height: 100%;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    /* Trick IE into showing hover */
    display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev 
{
    left: 0;
    float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next 
{
    right: 0;
    float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover 
{
    background: url(../Images/prevslide.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover 
{
    background: url(../Images/nextslide.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer 
{
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after 
{
    content: "";
    display: table;
    clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data
{
    padding: 0 10px;
    color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details 
{
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption 
{
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number 
{
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close 
{
    width: 35px;
    float: right;
    padding-bottom: 0.7em;
    outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover 
{
    cursor: pointer;
}   
#ShowroomTable tr td span
{
    font-weight: bold;
    font-size: 14px;
}





#ShowroomTable tr td span
    {
     font-weight: bold;
     font-size: 14px;
    }

#ShowroomHeadingBox {
	    width:100%;
	    background:#54534a;
	    color:#FFFFFF;
	    padding:10px;
	    border-bottom:2px solid #9c9c99;
	    font:20px Helvetica Neue, Helvetica, Arial;
	    font-weight:200;
    }
#ShowroomHeadingBox2 {
	    width:100%;
	    background:#54534a;
	    color:#FFFFFF;
	    padding:10px;
	    border-bottom:2px solid #9c9c99;
	    font:20px Helvetica Neue, Helvetica, Arial;
	    font-weight:200;
    }

    #ShowroomContentBox {
	    width:100%;
	    background:#e3e3e3;
	    padding:10px;
    }
     #ShowroomContentBox2 {
	    width:100%;
	    background:#e3e3e3;
	    padding:10px;
    }

    .photo-video-rental {
    width:740px;
    height:125px;
    padding:0px 20px 0px 0px;
    float:left;
    }

    .training {
    width:740px;
    height:125px;
    padding:0px 0px 0px 20px;
    float:left;
    }

    .rental-photo, .personal-setup-photo {
    width:180px;
    height:115px;
    padding:0px;
    float:left;
    }

    .section-container {
    width:960px;
    padding:10px 25px 0px 25px;
    height:auto;
    float:left;
    }

    #newsletter-new {
	    width:900px;
	    padding:0px 0px;
    }

    .eventday_new {padding-left:15px;color:#444444;}
    .eventdetail_new {border-top:1px solid #000000;border-bottom:1px solid #000000;}
    .eventdetail_new p {padding-top:15px;padding-bottom:15px;padding-left:40px;margin-top:0px; margin-bottom:0px; }
    .pattern_new1 {background:#EEEEEE;color:#555555;font-weight:bold;font-size:13px;}
    .pattern_new2 {background:#ffffff;color:#444444;font-weight:bold;font-size:13px;}
    .pattern_new0 {background:#DDDDDD;color:#555555;font-weight:bold;font-size:13px;}
    .col1_new {width:200px; display:inline-block;}
    .col2_new {width:565px; display:inline-block;}
    .col3_new {width:126px; display:inline-block; vertical-align:middle;}
    .col4_new  {width:1000px; display:inline-block;vertical-align:middle; margin-top:-5px;}





/*.............END showroom page..............*/
/*..............Modal popup...............*/

        .modalDialogFeed
        {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgba(0,0,0,0.6);
            z-index: 99999;
            opacity: 0;
            -webkit-transition: opacity 400ms ease-in;
            -moz-transition: opacity 400ms ease-in;
            transition: opacity 400ms ease-in;
            pointer-events: none;
        }
        
        .modalDialogFeed:target
        {
            opacity: 1;
            pointer-events: auto;
        }
        
        .modalDialogFeed > div
        {
            width: 400px;
            position: relative;
            margin: 5% auto;
            padding: 0px 0px 10px 0px;
            border-radius: 4px;
            background: #FFFFFF;
            background: -moz-linear-gradient(#fff, #FFFFFF);
            background: -webkit-linear-gradient(#fff, #FFFFFF);
            background: -o-linear-gradient(#fff, #FFFFFF);
            border:1px solid #717171;
        }
        .closeFeed,.close1Feed
        {
            background: #B20000;
            color: #FFFFFF;
            line-height: 25px;
            position: absolute;
            right: -12px;
            text-align: center;
            top: -10px;
            width: 24px;
            text-decoration: none;
            font-weight: bold;
            -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
            border-radius: 12px;
            -moz-box-shadow: 1px 1px 3px #000;
            -webkit-box-shadow: 1px 1px 3px #000;
            box-shadow: 1px 1px 3px #000;
        }
        
        .closeFeed:hover,.close1Feed:hover
        {
            background: #B20000;
        }
        
        
        .popupHd
        {
            font-size:20px;
            font-weight:400;
            background: -webkit-linear-gradient(#717171, #4c4c4c);
            background: -o-linear-gradient(#717171, #4c4c4c);
            background: -moz-linear-gradient(#717171, #4c4c4c);
            background: linear-gradient(#717171, #4c4c4c);
            color:#fff;
            padding:5px 0px 10px 22px;
        }
        .popupFields
        {
            padding:10px 10px 10px 12px;
        }
        
        .popLbls
        {
            margin:3px 0px 3px 15px;
            font-size:18px;
            font-weight:400;
            color:#555;
        }
        .popTxts
        {
            margin:5px 0px 15px 15px;
            font-size:13px;
            
        }
        .addTbFeed
        {
            width: 330px;
            height: 20px;
            padding: 3px 7px;
            line-height: normal;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            font-size: 13px;
            border: 1px solid #d0d0d0;
            border-top: 1px solid #bbb;
            -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5),0 1px 0 rgba(0,0,0,0.07) inset;
            -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5),0 1px 0 rgba(0,0,0,0.07) inset;
            box-shadow: 0 1px 0 rgba(255,255,255,0.5),0 1px 0 rgba(0,0,0,0.07) inset;
            outline: 0;
            outline-width: 0;
        }
/*..............Modal popup end...............*/






.focus
{
    border: 1px solid #cc0000;
    background-color: #fff5f5;
}








#livechat-compact-container,
#livechat-full {
	left: 20px!important;
	right: auto!important;
} 






/*................ Account Returns............ */

.OrderHistoryContent
{
     position:relative;   
}
#dvOrderHistoryContent
{
     position:relative;
}
.ItemstoReturn
{
    background-color:WhiteSmoke;
    border:1px solid gray;
}

/*.............. END Account Returns............. */

.main-header > ul 
{
  list-style: none;
 display:block;
  margin: 0 auto; 
  text-align:left;
	width:982px;
}
.main-header 
{
  /*margin: auto;
  width: 75%;
  min-height: 90px;
  padding: 1em 2em;
  border: 2px solid #2675a9;
  border-top: none;
  border-radius: 0 0 5px 5px;
	background: #2980b9;*/
	width:100%;
	display:inline-block;
    background: #a7301b;
}
.main-header:after 
{
    /*content: '';
    display: table;*/
    clear: both;
	overflow:hidden;
}


/* Nav Demo Styles -------------------- */

.main-nav
{
    z-index:999;
	
    /*border: solid 1px #1e2a36;*/
}
.main-nav > li 
{
    list-style: none;
    float: left;
    border-left: solid 1px #000;
}

.main-nav li:first-child 
{
    border-left: none;
    margin-left:-25px;
}
.main-nav a 
{
    color: #444;  /*#fff*/
    display: block;
    /*padding: 5px 0px;*/
    text-decoration: none;
}
.dropdownmenu > ul 
{
    list-style: none;
    padding: 0;
    margin: 0; 
}
.dropdownmenu,
.flyout 
{
    position: relative;
}
.dropdownmenu:after 
{
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 14%;
    top: 65%;
    border: 5px solid transparent;
    color:White;
    border-top-color: #000;/*fff*/
    
    /*content: "\25BE";
    font-size: 25px;
    display: block;
    position: absolute;
    top: 10%;
    right: 10%;
    color:White;*/
}
.dropdownmenu > ul > li::after 
{   
    content: '';
    border: 6px solid transparent;
    width: 0;
    height: 0;
    border-bottom-color: #ffffff;
    position: absolute;
    top: -12px;
    right: 29%;
}

.drop-nav,
.flyout-nav 
{
    position: absolute;
    display: none;
}
.drop-nav li 
{
    /*border-bottom: 1px solid rgba(255,255,255,.2);*/
}
.dropdownmenu:hover > .drop-nav,
.flyout:hover > .flyout-nav 
{
    display: block;
}
.flyout-nav 
{
    left: 100%;
    top: 0;
}
.flyout:hover a,
.flyout-nav 
{
    /*background: #395066;*/
}
.drop-nav a
{
    padding: 5px 5px 5px 15px;
    width: 170px;
    font-size:13px;
    /*font-family:Sans-Serif;*/
    font-weight:500;
    color:#333;
}
.drop-nav a:hover
{   
    color:#C00;
    text-decoration:underline;
}
.drop-nav 
{
    background: #fff;
    z-index:999;
    box-shadow: 0 0 5px #8E8E8E;
    border-radius: 2px;  
    top:95%;
    /*box-shadow: 1px 1px 5px -1px #CCC inset; */
}
.dropdownmenu:hover
{
    color: #333;
}

.shopAllCat
{
    width: 105px;
    padding: 6px 1px;
    border-left:none;
}
.navSearch
{
    padding: 6px 12px;
    /*width: 445px;*/
}
.dropdownmenu
{
    padding: 6px 5px 6px 0px;
    width: 143px;
    margin-left:5px;
    font-size:15px;
    font-weight:bold;
}
.shopCart
{
    padding: 6px 8px;
    width: 140px;
}
.navWishlist
{
    width:100px;
    padding: 6px 5px;
}
.navWishlist:hover
{
    /*background-color:gray;
    border-radius:4px;*/
}

@-moz-document url-prefix() 
{ 
    .navWishlist
    {
        width:100px;
        padding: 6px 1px;
    }
    .navWishlist:hover
    {
        /*width:100px;
        padding: 6px 5px;
        background-color:Blue;
        border-radius:4px;*/
    }
} 

#searchtext
{
    width: 315px;
    height:30px;
    border: none;
	border-left:2px solid #ababab;
	border-top:2px solid #ababab;
	border-bottom:2px solid #ababab;
	padding: 4px 2px 4px 6px;
	float:left;
	font-size:14px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	
}
#searchtext:focus
{
    outline:0;
}



#searchtext2
{
    width: 315px;
    height:30px;
    border: none;
	border-left:2px solid #ababab;
	border-top:2px solid #ababab;
	border-bottom:2px solid #ababab;
	padding: 4px 2px 4px 6px;
	float:left;
	font-size:14px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	
}
#searchtext2:focus
{
    outline:0;
}
#searchtext1
{
    width: 205px;
    height:30px;
    border: none;
	border-left:2px solid #ababab;
	border-top:2px solid #ababab;
	border-bottom:2px solid #ababab;
	padding: 4px 2px 4px 6px;
	float:left;
	font-size:14px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	
}
#searchtext1:focus
{
    outline:0;
}
/*.btnsubmit
{
	float:left;
    height:30px;
    padding: 3px 6px 5px 6px;
    color:#9E1A02;
    background-color:#D6D6D6;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}*/

.btnsubmit
{
    height: 42px;
    width:40px;
    border:none;
	border-right:2px solid #ababab;
	border-top:2px solid #ababab;
	border-bottom:2px solid #ababab;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
    font-weight:bold;
    float:left;
    cursor:pointer;
    text-align:center;
    line-height:40px;
    background-image:url(../../Images/TestMaster/searchicon.png);
    background-repeat:no-repeat;
    background-position:center;
    background-color:#fff;
}
.MasterSigninbutton
{
    font-size:13px;
    background: -moz-linear-gradient(top,#FF4B4B,#B20000);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FF4B4B),color-stop(100%,#B20000));
    background: -webkit-linear-gradient(top,#FF4B4B,#B20000);
    background: -o-linear-gradient(top,#FF4B4B,#B20000);
    background: -ms-linear-gradient(top,#FF4B4B,#B20000);
    background: linear-gradient(top,#FF4B4B,#B20000);
    border: none;
    border-radius: 4px;
    color: #ffffff;
    text-decoration:none;
    align-items: flex-start;
    padding:6px 45px;
    margin-left:-10px;
}
.MasterSigninbutton:hover
{
    background: -moz-linear-gradient(top,#FE0000,#B20000);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FE0000),color-stop(100%,#B20000));
    background: -webkit-linear-gradient(top,#FE0000,#B20000);
    background: -o-linear-gradient(top,#FE0000,#B20000);
    background: -ms-linear-gradient(top,#FE0000,#B20000);
    background: linear-gradient(top,#FE0000,#B20000);
    cursor: pointer;
}

.content_section
{
    width: 980px;
    margin: 4px auto 5px auto;
    background-color: White;
}
.cnt_section
{
    width: 980px;
    margin: 0px auto 0px auto;
    clear: both;
    background-color: White;
}


/*.......Main Images on Content Page starts..........*/
.img_content
{
    width: 100%;
    margin: 0px;
    display: inline-block;
    border: inherit;
    border-radius: 4px;
}
.mainImg
{
    display: inline-block;
    height: 360px;
    width: 695px;
}
.lt_img
{
    float: left;
}
.rt_img
{
    float: right;
    margin: 0px 0px 0px 0px;
}
.othImg
{
    display: inline-block;
    height: 179px;
    width: 250px;
}

/*.......Main Images on Content Page ends............*/

/*.......Left Navigation Menu Items on Content Page starts..........*/
.content_info
{
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}
.mainimg_content
{
    height: 100%;
    display: block;
    overflow: hidden;
}
.ct_left-nav
{
    float: left;
    width: 245px;
    display: inline;
    overflow: hidden;
    background-color: #efeeee;
    border-radius: 6px;
}
.left-nav_items
{
    margin: 13px 14px 23px 8px;
    background-color: #efeeee;
}
.leftNavLbl a
{
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #9E1A02;
    line-height: 18px;
}
.leftNavLbl a:hover
{
    cursor: pointer;
    text-decoration: underline;
}
.LeftNavInfo
{
    font-size: 12px;
    color: #333;
    margin-top: 5px;
    text-align: justify;
    line-height: 16px;
    font-size: 12px;
}
.leftNav_email
{
    font-size: 15px;
    font-weight: 800;
    color: #333;
    margin-top: 10px;
    margin-bottom: 2px;
}

.leftNav_Mob
{
    font-size: 15px;
    font-weight: 800;
    color: #333;
    margin-top: 5px;
    margin-bottom: 2px;
}
.stayconnected
{
    font-weight: 800;
    font-size: 20px;
    text-transform: capitalize;
    color: #333;
}
.left-nav_down
{
    margin-top: 15px;
}
.number
{
    color: #9E1A02;
    font-size: 19px;
    font-weight: 900;
    margin-left: 2px;
}

/*.......Left Navigation Menu Items on Content Page ends..........*/

/*.......Hot Deals on Content Page starts..........*/

.ct_hotdeals
{
    position: relative;
    float: right;
    width: 75%;
}
.topdeals
{
    height: 100%;
    position: relative;
    float: left; /*border:3px solid Gainsboro; */
}
.deals
{
    position: relative;
    float: left;
}
.products
{
    float: left;
    display: inline-block;
    width: 30%;
    margin: 5px 0px 5px 24px;
    background-color: White; /*border:1px solid Gainsboro;     border-radius:4px*/
}
.hd_containerbox
{
    margin: 0px;
}
.hd_title
{
    color: #00396d;
    font-size: 13px;
    min-height: 40px;
    line-height: 17px;
    text-decoration: none;
    font-weight: 700;
    text-transform: capitalize;
}
.hd_title:hover
{
    text-decoration: underline;
    color: #005199;
}
.hd_link
{
    text-align: center;
}
.prod_description
{
    text-align: justify;
    color: #333;
    margin: 5px 6px 1px 2px;
    font-size: 12px;
    line-height: 19px;
    text-transform: capitalize;
    height: 58px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.price
{
    margin: 10px 0px 0px 0px;
    display: inline-block;
}
.actual_price
{
    display: inline-block;
    color: #666666;
    font-size: 12px;
    line-height: 13px;
}
.deal_price
{
    display: inline-block;
    color: #C00C00;
    /*margin: 0px 10px 0px 10px;*/
    vertical-align: top;
    padding: 0;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
}
.upper
{
    vertical-align: text-top;
    font-size: 16px;
    margin: 2px 1px 0px 1px;
    display: inline-block;
}
.Recommendations
{
    width: 717px;
}
/*.......Hot Deals on Content Page ends..........*/



/*......Tech Support page styles Starts............*/

/* default styling example
----------------------------------------------------------------- */



/*......Tech Support page styles Ends............*/



/*.......Reabtes page starts..........*/
.sbTitle
{
    font-size: 14px;
    font-weight: 800;
    color: #333;
    margin: 15px 0px 2px 0px;
}
.sidebarWrapper
{
}
.sidebarWrapper ul
{
    list-style: none;
}
.leftNav
{
    float: left;
    width: 160px;
}
.rbtproducts h4
{
    margin: 0;
    padding: 0;
}
.rbtproducts h4 a
{
    font-size: 11px;
    color: #015FB6;
    line-height: 1.6em;
    font-weight: bold;
}
.rbtproducts h4 a:hover
{
    color: #aa3300;
}
.vendornames
{
    text-transform: capitalize;
    text-decoration: none;
    color: Black;
    font-weight: normal;
}
.vendornames:hover
{
    text-decoration: underline;
    color: #9E1A02;
}
.expRebates
{
    text-transform: capitalize;
    text-decoration: underline;
    color: #333;
    font-weight: bold;
}
.expRebates:hover
{
    text-decoration: underline;
    color: #9E1A02;
}
.vendor
{
    font-weight: bold;
    padding-top: 5px;
    color: #333;
    margin-top: 2px;
}
.horizontal_line_double
{
    background: url('~/Images/hor_rule_double.gif') 0 0 repeat-x;
}
.Rebates
{
    margin: 2px 10px 5px 15px;
}
.rebatedesc
{
    text-transform: capitalize;
    margin-top: 3px;
    color: Black;
    margin-left: 2px;
}
.rebateoth
{
    font-size: 11px;
    color: #787878;
    margin-top: 5px;
    margin-left: 4px;
}
.rightWrapper
{
    float: left;
    width: 788px;
    border-left: 1px solid lightgray;
}
.horizontal_line_dot
{
    background: #fff url(~/Images/dot.gif) 0 0 repeat-x;
}

/*.......Reabtes page ends..............*/


/*.......Static Page Styles Starts..........*/
.accheading
{
    background-color: #444;
    border-radius: 3px;
    margin-top: 15px;
}
.acchdg
{
    color: white;
    font-size: 17px;
    padding: 4px 6px 6px 6px;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin-left: 5px;
    font-weight: 800;
}
.pagecontentstart
{
    margin: 5px 0px 5px 0px;
    display: inline-block;
    overflow: hidden;
    width: 980px;
    border-radius: 6px;
}
.pageinfostart
{
    margin: 1px 0px 5px 0px;
}
.ft_Nav
{
    color: #9A0E06; /*#AA3300;*/
    font-weight: bold;
    margin: 5px 0px 10px 10px;
}
.returnsPolicy
{
    text-align: justify;
    margin-left: -10px;
    color: #444;
    list-style-position: inside;
    list-style-type: disc;
    line-height: 20px;
}


.returnreqBox
{
    background: #ffffff;
    -moz-box-shadow: 0px 1px 3px 1px #c3c3c4;
    -webkit-box-shadow: 0px 1px 3px 1px #c3c3c4;
    box-shadow: 0px 1px 3px 1px #c3c3c4;
    background: -moz-linear-gradient(top, #ffffff 56%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(56%,#ffffff), color-stop(100%,#f6f6f6));
    background: -webkit-linear-gradient(top, #ffffff 56%,#f6f6f6 100%);
    background: -o-linear-gradient(top, #ffffff 56%,#f6f6f6 100%);
    background: -ms-linear-gradient(top, #ffffff 56%,#f6f6f6 100%);
    background: linear-gradient(to bottom, #ffffff 56%,#f6f6f6 100%);
    overflow: hidden;
    text-align: center;
    color: #333;
    margin-top: 30px;
}
.returnReq
{
    float: left;
    width: 336px;
    padding: 5px 5px 5px 5px;
}
.pcnBottom
{
}
.mainParagraph
{
    margin: 15px 5px 15px 5px;
    color: #444;
    text-align: justify;
    line-height: 21px;
}
.subHeadCnt
{
    margin: 15px 5px 10px 5px;
}
.subHeading
{
    font-weight: 600;
    font-size: 16px;
    color: #333;
}
.subParagraph
{
    margin: 7px 0px 25px 0px;
    color: #444;
    text-align: justify;
    font-size: 14px;
    line-height: 1.7;
}
.contactTb
{
    border-radius: 3px;
    border: 1px solid #aaa;
    width: 250px;
    height: 20px;
}


.FAQHeading
{
    margin:20px 0px 20px 0px;
    font-weight: 600;
    font-size: 17px;
    color: #222;
    text-decoration:underline;
}
.FAQQuestions
{
    margin-top:10px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}
.FAQAns
{
    margin: 5px 0px 5px 0px;
    color: #444;
    text-align: justify;
    font-size: 13px;
    line-height: 1.7;
}

.FAQAns ol
{
    list-style-type:lower-alpha;
}
/*.......Static page Styles ends..........*/
body 
{    
    /*font-family: Arial, sans-serif;*/
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}
.content_section
{
    width: 980px;
    margin: 0px auto 25px auto;
    clear: both;
    background-color: White;
    min-height:450px;
}

.content_sectionNew
{
    width: 1050px;
    margin: 0px auto 25px auto;
    clear: both;
    background-color: White;
    min-height:450px;
}
/*********** BREADCRUMBS STYLES ALL PAGES START *****************/
.divider
{
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #9a9b9b;
    display: inline-block;
    margin:0px 5px 0px 5px;
}
#breadcrumb
{
    margin:15px 0px 15px 0px;
}
.breadcrumblist
{
    text-decoration: none;
    font-size: 15px;
    color: #1A63A6;
    line-height: 22px;
    font-weight:400;
}
.breadcrumblist:hover
{
    text-decoration: underline;
}
.breadcrumblbl:hover
{
    text-decoration: underline;
}
.inactivecrumb
{
    font-size: 15px;
    color:#333;
    font-weight:400;
}
/*********** BREADCRUMBS STYLES ALL PAGES END *****************/
.accheading
{
    background-color:#444;
    border-radius:3px;
    margin-top:15px;
}        
.acchdg 
{
    color: white;
    font-size: 18px;
    padding:4px 6px 6px 6px;
    margin-left: 5px;
    font-weight: 600;
}
.pageOuter
{
    display:inline-block;
    overflow:hidden;
    width:980px;
}
.PageInner
{
    
}
.pageHeading
{    
    color:#852615;
    font-weight:600;
    font-size:21px;
}
