﻿
#header
{
	/*background:url('../img/header_bg.gif') repeat-x;*/
	padding-top: 9px;
}

#sidebar
{
	width: 220px;
	margin: 0px;
	padding: 0px;
	background: #FFF;
	border-bottom: 1px solid #FFF;
	float: left;
	margin-bottom: 10px;
}

#content
{
	width: 795px;
	margin: 0px 1px 10px 0px;
	border: 1px solid #E5E5E5;
	float: right;
	min-height: 50px;
}
#contentAdmin
{
	width: 995px;
	margin: 0px 1px 10px 0px;
	border: 1px solid #E5E5E5;
	float: right;
	min-height: 50px;
}

#login_nav
{
	position: absolute; /* set vị trí tuyệt đối cho khung login_nav*/
	width: 435px;
	margin-left: 0px;
	margin-top: 0px; /* điều khiển dịch lên trên so với vị trí hiện tại */
	text-align: left;
	top: 15%; /*left: 380px;*/
	left: 10px;
}
#login_nav_local
{
	position: absolute; /* set vị trí tuyệt đối cho khung login_nav*/
	width: 435px;
	margin-left: 0px;
	margin-top: 0px; /* điều khiển dịch lên trên so với vị trí hiện tại */
	text-align: left;
	top: 27%; /*left: 380px;*/
	left: 10px;
}
#find_nav
{
	font-weight: bold;
	text-decoration: none;
	height: 30px;
	width: 748px;
	vertical-align: text-top;
	text-align: right;
	margin-left: 0px;
}
a:link, a:active, a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 12px;
	text-decoration: none; /* bỏ gạch chân cho link */
	font-weight: bold;
}
a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#sidebar dl dt
{
	background: #C80000 url('../img/dt_bg.gif') repeat-x 50% bottom;
	color: #FFF;
	margin: 2px 2px 1px 2px;
	padding: 6px 0px;
	text-align: center;
	font-weight: bold;
}
#sidebar dl
{
	margin: 0px;
	padding: 0px;
}
#sidebar dl dd
{
	background: #227293;
	border-bottom: 1px solid #659DB4;
	margin: 0px 2px;
	padding: 0px;
}

#sidebar dl dd a
{
	color: #FFF;
	font-weight: bold;
	padding: 3px 22px;
	display: block;
}

#sidebar dl dd a:hover
{
	background: #74A7B7;
}

#content h2
{
	font: bold 30px arial;
	color: #39F;
	padding-left: 20px;
}
#content h1
{
	font: bold 20px arial;
	color: #39F;
	padding-left: 10px;
}
.box
{
	margin: 5px;
	float: left;
	width: 250px;
	text-align: center;
}

.box:nth-child(even)
{
	/* định dạng cho các block chẵn */
	border-top: 5px solid rgb(156, 211, 165);
	margin-right: 15px;
}

.box:nth-child(odd)
{
	/* định dạng cho các block lẻ */
	border-top: 5px solid rgb(119, 184, 219);
	margin-left: 15px;
}

.box img
{
	width: 230px;
	height: 150px;
}

.pname
{
	font: bold 14px arial;
	color: #F39;
	margin-top: 5px;
}

.pprice
{
	font: bold 12px arial;
	color: #F30;
}

.action
{
	font: italic bold 10px arial;
	margin-right: 30px;
	margin-bottom: 10px;
	color: #F96;
	text-align: right;
}

#chitietsp
{
	padding: 10px 10px 10px 10px;
	min-height: 220px;
}

#chitietleft
{
	float: left;
	margin-bottom: 10px;
}

#chitietleft img
{
	width: 200px;
	height: 150px;
}

#chitietright
{
	float: right;
	width: 300px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#mota
{
	clear: both;
	font-style: italic;
	font-size: 12px;
}

.label
{
	width: 100px;
	text-align: right;
	font-size: 13px;
	display: inline-block;
	margin-right: 5px;
}

.data
{
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

.productname
{
	font-size: 18px;
	font-weight: bold;
	color: #F69;
}

.price
{
	font-size: 18px;
	font-weight: bold;
	color: #F93;
}

.factory
{
	font-size: 16px;
	font-weight: bold;
	color: #3C6;
}

.giohang
{
	text-align: center;
}

#quanlygiohang
{
	padding: 5px 5px 5px 5px;
	text-align: center;
}

#quanlygiohang h1
{
	color: #F63;
	font-weight: bold;
}

#quanlygiohang table
{
	border: 1px solid #369;
	width: 530px;
	padding: 0;
	border-spacing: 0px;
	text-align: left;
}

#quanlygiohang table tr td, #quanlygiohang table tr th
{
	border: 1px solid #369;
	margin: 0;
	padding: 5px;
}

#quanlygiohang table tr th
{
	text-align: center;
}
#login
{
	position: fixed;
	width: 435px;
	height: 220px;
	background: url('../Images/Login_bg.png')repeat-x;
	left: 40%;
	margin-left: -100px;
	top: 40%;
	margin-top: -100px;
}
#bglogin
{
	position: fixed;
	width: 435px;
	height: 220px;
	background: url('../Images/Login_bg.png')repeat-x;
	left: 40%;
	margin-left: -100px;
	top: 40%;
	margin-top: -100px;
}
