﻿/*------------ MENU TOP -----------------*/
.TopMenu99
{             
    float:left;
    width:100%;  
    background-color: #FFFFFF;  
    height:40px;
}
.TopMenu
{	
	float:right;	
	margin-top:5px;	           
}
.TopMenu ul
{
	float:right;	
}
.TopMenu li
{
	float:left;	
	list-style:none;
	text-align:center;
	margin-top:1px;
	padding:8px 10px 6px 10px;
}
    
.TopMenu li a
{	
    color: rgb(35, 94, 168);
    font-size:13px;
}

.TopMenu li a:hover
{
	
}

#TopMenu_Active
{		
    background-color:White;
    
    text-decoration: underline;
} 
#TopMenu_Active a
{		
    color: rgb(238, 0, 0);
} 


/* o đang nhập đăng ký ở dưới chỗ Dành cho nhà tuyển dụng */
.QuickLogin
{
    float:right;
    padding:10px 30px 0px 0px;    
    
}

/* -------------------- div của control search ----------------- */
.SearchContainer
{
   float:left;
   width:97%;
   position:relative; 
}
.SearchTextBox
{
    width:98%;

}

@media (min-width: 992px) 
{
    .SearchContainer
    {
		 float:right;
		 width:70%;
		 margin-top: 10px;
	}
    .SearchTextBox
    {
        width:100%;

    }
}
.Search_Content
{
	/*background-image:url("Images/Site/quicksearch_bg.png"); 	*/
	float:left;
	color:White;
	margin:3px 1px 10px 10px;
	-moz-border-radius: 5px;/* from vector shape */
	-webkit-border-radius: 5px;/* from vector shape */
	border-radius: 5px;/* from vector shape */
	border: #7CB1FF 1px solid;
	background-color: #F9F9F9;
	width:100%;
}
.Search_Content ul
{		
	
}
.Search_Content li
{    
	list-style:none;
	float:right;		
	height:28px;
	
}
.Search_Content input
{	
	height:28px;	
	border:0px solid #be710d;
	padding:0px 5px 0px 20px;	
	background-color:transparent;
	color:#dddddd;
}
.Search_Content select
{	
    width:150px;	
	height:21px;
	border:none;			
	border-left:1px solid #be710d;
}
.DefaultSearch
{
    color:#dddddd;
    font-style:italic;
}


/* ------------- DIV SEARCH FORM  EXPAND ------------------------*/
#divSearchForm
{
	position:absolute;
	top:70px;	
	left:408px;
	text-align:center;
	background-color:White;	
	border:#d2d1d1 1px solid;	
	border-top:none;
	padding:0px 10px 5px 10px;
	color:#545454;	
	z-index:2001;
}
#divSearchForm a
{
	color:#545454;
}

.Search_Button
{
	background-image:url("Images/Buttons/search-icon.png");		
	background-repeat:no-repeat;	
	background-position:right center;
	cursor:pointer;		
}


/* -------------------- div để chưa ô giỏ hàng ----------------- */
.Cart_Content
{		
	/*background-image:url("Images/Site/quickCart_bg.png"); */
	float:right;		
	margin-top:-55px;
	margin-right:20px;	
	font-size:14px;
	
}
.Cart_Content a
{
    color:White;
}
.Cart_Content a:hover
{
    color:White;
}

.Cart_Content ul
{		
}
.Cart_Content li
{    
	list-style:none;
	float:right;			
}
.CartValue
{     
    color:Yellow;
    font-weight:bold;
}


#Language
{
    position:absolute;
    top:90px;
    right:10px;    
}
#Search
{
    position:absolute;
    top: 45px;
    right: 10px;    
}


.Right-Panel
{
    display:block;
    position:fixed;
    bottom:150px;
    right:-60px;
}
 
 .Right-Panel a
 {
     color:White;
 }
 .Right-Panel .Login
 {
     background-color: #0F57AA;
     transform: rotate(-90deg);
     -moz-border-radius: 5px;/* from vector shape */
     -webkit-border-radius: 5px;/* from vector shape */
     border-radius: 5px;/* from vector shape */
     color: White;
     padding: 6px 20px 10px 20px;
     font-size: 14px;
     width:150px;
     text-align:center;
     opacity:0.7;
 }
 
@media (max-width: 768px) 
{
    .Right-Panel
    {
        display:none;
    }
}