﻿html body h1 h2 h3 h4 h5 h6 span img table tr td p div
{
    padding: 0px;
    margin: 0px;   
}

body 
{
    margin: 0px;
    padding: 0px;
    background-color: #F2F2F2;
}
#Container
{
    width: 1024px;
    margin: auto;
    box-shadow: 0px 0px 10px #888;
    background-color: White;
}
#Header
{
    height: 100px;
    background-color: Blue;
    background: rgb(125,126,125); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

}
#logo
{
    width: 250px;
    float:left;
    height: 100px;
    line-height: 100px;
    margin-left:8px;
}

.logoContent
{
    margin-left: 50px;  
}

#logo span
{
    height: 100px;
    display: table-cell;
    vertical-align: middle;    
    
}
#headercontent
{
    display:inline-block;
    padding-top:25px;
    padding-right:200px;
    float: right;
}
#Content
{    
   height:auto;
   display:block;
}
#LeftColumn
{
    width: 176px;
    float: left;
}
#MiddleColumn
{       
    float: left;
    width: 670px;
    margin-bottom:20px;
}
#RightColumn
{
    width: 176px;
    float: left;
    margin-bottom:10px;
}
#slider-footer {
    width:1024px;
    height:66px;
    float:left;
    background-color:#E6EEF6;
    margin-bottom:6px;
}
#slider-image {
    margin-top:7px;
    margin-bottom:7px;
}
#Footer
{
    font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    background-color: #262626;
    color: White;
    text-align: center;
    width:1024px;
    clear:both;
}

#FooterContent
{
    font-size: 0.8em;      
}
 
/**************Menu**************/
#Menu
{
    padding-left: 5px;

}
#Menu div
{
    padding: 0px;
}
.menu
{
    margin: 0px;
    height: 25px;
    line-height: 25px;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 1.8em !important;
}

.ui-helper-reset 
{
    border-radius: 0px !important;
}
#Menu a
{
	font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;
    text-decoration: none;
    display: block;    
    color: black;
    padding-left: 30px;    
    font-size: 0.8em !important;
}
#Menu a:hover
{
    color: White;
    text-shadow: white 0px 1px 0px;
    background: #2589ed; /* Old browsers */
    background: -moz-linear-gradient(left,  #2589ed 1%, #bdd5ed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%,#2589ed), color-stop(100%,#bdd5ed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #2589ed 1%,#bdd5ed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #2589ed 1%,#bdd5ed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #2589ed 1%,#bdd5ed 100%); /* IE10+ */
    background: linear-gradient(to right,  #2589ed 1%,#bdd5ed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2589ed', endColorstr='#bdd5ed',GradientType=1 ); /* IE6-9 */
}
.ui-accordion .ui-accordion-header
{
    margin-top: -1px !important;    
}
#Menu h3
{
    font-size: 0.7em !important;
    font-weight: 800 !important;
    color: black;
    text-shadow: white 0px 1px 0px;
    border-radius: 0px !important;
    font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif !important;
}
.title
{
    font-weight: 800;
    font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    color: black;
    height: 1.5em;
    line-height: 1.5em;
    text-align:center;    
    margin-left: 5px; 
    margin-bottom: 5px;    
    background-color: #F0F1F4;
    border-left: 3px solid #5EA8DE;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    border: 1px solid #cccccc;
    background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #1c94c4;

}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
    border: 1px solid #cccccc;
    background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #1c94c4;
}

/***********HeaderMenu***********/
#HeaderMenu
{    
    background-color: #F0F1F4;
    text-align: right;
    height: 32px;
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: 2px solid #DDDDDD;
}
#HeaderMenu div > a
{
    background-color: #F0F1F4;
    font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;
    font-size: .8em;
    font-weight: 800;
    color: Black;
    text-decoration:none;    
    display: block;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
    border-bottom: 3px solid #DDDDDD;
}

#HeaderMenu div
{
    height: 28px;
    text-align: center;
    display: inline-block;    
}

#search-menu > span {
    padding-right: 5px;
    display: block;
    height: 100%;    
}

#search-menu a {
    text-decoration: none;
}

#search-menu a span {
    color: black;
    font-size: 1em;
}

#home-menu a:hover
{    
    border-bottom: 3px solid #5EA8DE;
}

#maintenance-menu a:hover
{
    border-bottom: 3px solid #F7866A;
}

#repair-menu a:hover
{
    border-bottom: 3px solid #8DBF35;
}

#buy-menu a:hover
{
    border-bottom: 3px solid #ED7099;
}

#price-menu a:hover
{
    border-bottom: 3px solid #D8C967;
}

#contact-menu a:hover
{
    border-bottom: 3px solid #7B4F9D;
}

/*==========================================
Search panel
============================================*/
.search-panel
{
    text-align: center;
    font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;
    font-size: .8em;
    font-weight: 800;
    padding: 4px;
    margin-right: 5px;
    color:White;
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
.search-panel-title
{
}
#txt-search
{            
    width: 133px;     
    border: 1px solid #ABADB3;
    border-radius: 4px 0px 0px 4px;
}
#button-search
{
    background-image: url(images/icon_magnifier.png);
    background-repeat: no-repeat;
    border: 1px solid #ABADB3;
    background-size:20px 20px;
    border-radius: 0px 4px 4px 0px;
    border-left: 0px;
    background-color: White;
    width: 20px;    
    margin-left: -4px;
}

/*Admin function*/
#Function
{
    text-align:left;
    padding-left:5px;
}
#Function a
{
    padding-left:5px;
    text-decoration:none;
    display:block;
    background-color:Yellow;
    margin-top:5px;
    height: 1.5em;
    line-height:1.5em;
}
#Function a:active
{
    box-shadow: 2px 2px 2px black inset;
    
}
#Function a:hover
{
    color:Red;
    
}
.user-info
{
    font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    color: White;
    text-align: right;
    padding-right: 10px;
    padding-top: 2px;
}
.username
{
    font-weight: bold;
}

/*********Hotline***********/
#HotLine
{
    border:1px solid #CCCCCC;
    width: 169px;    
    margin-bottom: 10px;
}
#HotLineLogo
{
    width:100%;    
}

/*********SupportOnline***********/
#SupportOnlineTitle
{
    font-weight: 800;
    font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    color: White;
    height: 2.2em;
    line-height: 2.2em;
    text-align:center;
    
    margin-right: 5px;
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

}
#SupportOnline
{
    width:149px;
    border:1px solid #CCCCCC;  
    padding:10px;  
}
#SupportOnline div
{
    margin-bottom: 10px;
    margin-left:13px;
}
#SupportOnline div a
{
   
    margin-bottom: 10px;
}

/*************Hot News**********/
#HotNewsTitle
{
    font-weight: 800;
    font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    color: White;
    height: 2.2em;
    line-height: 2.2em;
    text-align:center;
    margin-top: 10px;
    
    margin-right: 5px;
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

}
#HotNews ul 
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#HotNews ul li a
{
    font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    padding: 5px;
    display: block;
    text-decoration: none;
    color: black;
    border-bottom: 1px solid silver;
}

/*************quang cao**********/
#QuangcaoTitle
{
    font-weight: 800;
    font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    color: White;
    height: 2.2em;
    line-height: 2.2em;
    text-align:center;
    margin-top: 10px;
    
    margin-right: 5px;
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

}

#thietkeweb
{
    
    width: 169px;
    margin-top: 5px;
    margin-bottom:5px;
}
#imgthietkeweb
{
    width:100%;    
}

#suamaytinh {
    width:169px;
    padding-top:5px;
}
#imgsuamaytinh {
    width:100%;
}
/* facebook*/
.slide_likebox {
     -moz-transition: all 1s ease 0s;
   -webkit-transition: all 1s ease 0s;
   -o-transition: all 1s ease 0s;
     right:-205px; !important;
 }
 
.slide_likebox:hover {
     -moz-transition: all 1s ease 0s;
   -webkit-transition: all 1s ease 0s;
   -o-transition: all 1s ease 0s;
     right: 0 !important;
 }
 
.slide_likebox {
     float:right;
     width:247px;
     height:383px;
     background: url(http://chomaytinh.com.vn/style/images/fb.png) no-repeat !important;
     display:block;
     color:#FFFFFF ;
     right:-205px;
     padding:0px;
     position:fixed;
     top: 170px;
    
 }
 
.slide_text {
     font-family: Geneva, Verdana, sans-serif;
     font-size: 8px;
     padding-left: 10px;
     text-decoration: none;
     color: #FFFFFF;
 }

#social-span {
    text-align: right !important;
    border-bottom: 1px solid #F0F1F4;
    padding-bottom: 2px;
}
