@charset "utf-8";
/* CSS Document */
/*------------------------	
	date:      29/05/09
	author:    Tran Thi Phuong
	---------------------*/ 
/* Normalize padding and margins */
* {
	margin:0;
	padding:0;
}
	 
/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
	 
/* Normalize list styles */
ol, ul {
    list-style: none;
}
 
/* Normalize font style and weight on odd elements */

	 
/* Normalize table borders */
table {
    border-collapse: collapse;  
}
 
/* Normalize other borders */
fieldset, img {
    border: 0;
	margin:0; padding:0;
}
	 
/* Normalize text-alignment */
caption, th {
    text-align: left;
}
	 
/* Normalize (remove) quotation marks */
q:before, q:after {
    content: '';
} 
/* My style */
body {
	background:#fff;
	text-align:center;
	font-family:Verdana;
	font-size:12px;
	color:#000;
}
.wrapper {
	width:100%;	
	margin:0 auto;
	display:block;
	text-align:left;
}
.container {	
	width:100%;	
	background:#fff;
	float:left;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {	
	text-decoration:underline;
}
.clear-B {
	clear:both;
}
.float-L {
	float:left;
}
.float-R {
	float:right;
}
.text-align-c {
	text-align:center;
}
.text-align-l {
	text-align:left;
}
.header {
	background:url(../images/banner-bg.gif) repeat-x;
	float:left;
	clear:both;
	width:100%;
}
.head-menu {
	background:#135c94;
	padding:6px 0;
	font-size:11px;
	color:#fff;
	float:left;
	clear:both;
	width:100%;
}
/*Member ------------------------------------------*/
.header2 {
	background:url(../images/banner-bg-shop.gif) repeat-x;
	float:left;
	clear:both;
	width:100%;
}
.head-menu2 {
	padding:6px 0;
	font-size:11px;
	color:#fff;
	float:left;
	clear:both;
	width:100%;
	background-color: #A8D0E3;
}
/*Member ------------------------------------------*/
a.style1 {
	color:#fff;
	text-decoration:none;
}
a.style1:hover {
	color:#fff;
	text-decoration:underline;
}
a.style2 {
	color:#fe0103;	
	background:url(../images/red-arrow.gif) no-repeat left;
	padding-left:10px;
	border-bottom:1px solid #fe0103;
	font-size:10px;
	float:left;
}
a.style2:hover {
	color:#fe0103;
	text-decoration:none;
}
a.button {
	background:url(../images/button-bg.gif) no-repeat;
	width:108px;
	padding-top:7px;
	float:left;
	text-align:center;
	height:21px;
	color:#583088;
}
.content {
	float:left;
	clear:both;
	width:100%;		
}
ul.main-menu li.expanded {
	background:url(../images/menu-expanded.png) no-repeat;
	margin:5px 0;
	list-style-position:outside;
	padding-left:15px;  
}
ul.main-menu li.collapsed {
	background:url(../images/menu-collapsed.png) no-repeat;
	margin:5px 0;
	list-style-position:outside;	
	padding-left:15px;
}
li.collapsed a, li.expanded a{
	color:#fff;
}
.title {
	background:#135C94;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:5px 0;
	width:100%;
}
.side-bar-left, .side-bar-right {
	width:182px;	
	background:#75AAC9;
	vertical-align:top;
	padding-bottom:20px;
}
.side-bar-right {	
	text-align:center;	
}
.main-content {
	width:auto;
	vertical-align:top;		
	padding:0 10px 10px 10px;	
	background:#fff;
}
.footer {
	background:#135c94;
	padding:15px 0;
	font-family:Tahoma;
	color:#fefefe;
	text-transform:uppercase;
	clear:both;
	float:left;
	width:100%;
}
.footer span {
	margin:0 15px;
}
*:first-child+html .footer {
	padding:10px 15px;
}
.pro-highlight {
	clear:both;
	float:left;
	margin-top:20px;	
}
*:first-child+html .pro-highlight {	
	float:none;
}
* html .pro-highlight  {	
	float:none;
}
* html .mar3 {
	margin:10px 0 0 7px;
}
.mar1 {
	/*margin-top:20px;*/
}
.mar2 {
	/*margin-top:10px;*/
}
.mar3 {
	margin:10px 0 0 15px;
}
.mar4 {
	font-size:22px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.mar5 {
	margin-right:40px;
}
.mar6 {
	margin-left:10px;
}
.pad1 {
	padding-top:10px;
}
*:first-child+html .mar4{
	margin-top:47px;
}
* html .mar4 {
	margin-top:47px;
}
span.style1 {
	color:#fff;
	white-space:nowrap;
	font-family:Tahoma;	
	margin-left:15px;	
	text-transform:uppercase;
}
span.style2 {
	color:#fd0100;
	font-size:14px;	
	font-weight:bold;
}
span.style3 {
	font-weight:bold;
	font-size:13px;
}
a:hover {
	cursor:pointer;
}
ul.main-menu {	
	margin-left:5px;
}
ul.submenu {
	margin-left:15px;		
}
ul.submenu li a {
	color:#fff;		
}
ul.main-menu li a.active,ul.main-menu li a:hover{
	color:#000;
	font-weight:normal;		
	text-decoration:underline;
}
.submenu-content {
	clear:both;
	float:left;
	display:none;
}
.rows {
	float:left;
	width:100%;
	padding-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7f7f7f;
}
.pro-item {
	width:48%;	
}
.pro-item img{
	float:left;
	margin-right:10px;
}
.per-page {
	width:62%;
	float:left;	
	padding-top:15px;
	text-align:center;
}
.content table.full {
	width:100%;
}
.tabletitle {
	color: #135C94;
	font-weight: bold;
	padding: 3px;
	background-color: #DBE9F0;
}
#list {
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DBE9F0;
	border-right-color: #DBE9F0;
	border-left-color: #DBE9F0;
}
#list td {
	padding-top: 3px;
	padding-right: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBE9F0;
}
#list img {
	padding-bottom: 3px;
	padding-left: 3px;
}
#list .color2 {
	background-color: #EEF5F9;
}
#list  a {
	text-decoration: none;
}
#giohang .row1{
	background-color: #eff9fc;
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9DACBF;
}

.rowsum{
	padding:10px;
	background-color: #135c94;
	color:#FFFFFF;
	font-weight:bold;
}
#giohang .rowsum{
	background-color: #135c94;
	color:#FFFFFF;
	padding:0px;
}
.borderOut{	border: 1px solid #9DACBF;
margin-bottom:25px;
	}
