﻿.ProductPromotionColumnControl{
	margin-bottom:5px;
    font:normal normal normal 9pt normal Arial;
}
.ProductPromotionColumnControl .TableKhung {
	width: 100%;
	border-style: none;
	table-layout: fixed;
}
/* Title --------------------------------------------------- */

.ProductPromotionColumnControl .TLeftTitle {
	width: 5px; height: 35px;
}
.ProductPromotionColumnControl .TRightTitle {
	width: 5px; height: 35px;

}
.ProductPromotionColumnControl .TCenterTitle {
	font-weight: bold;color: #ffffff;
	padding:5px 0 0 10px;
	width: 170px; height: 35px;
	background:url('images/TCnew.png') no-repeat left bottom;
}

/* Border Top --------------------------------------------------- */
.ProductPromotionColumnControl .TLeft_khung {
	width: 1px;height: 0px;
	background: url('images/TL.jpg') no-repeat left top;
}
.ProductPromotionColumnControl .TRight_khung {
	width: 1px;
	background: url('images/TR.jpg') no-repeat right top;
}
.ProductPromotionColumnControl .TCenter_khung {
	width: 100%;
	background:url('images/t.jpg') repeat-x left top;
}

/* --------------------------------------------------------------- */

.ProductPromotionColumnControl .BorderLeft_khung {
	/*background: url('images/border.gif') repeat-y left;*/
}
.ProductPromotionColumnControl .BorderRight_khung {
	/*background: url('images/border.gif') repeat-y right;*/
}
/* ---------------------------------------------------------------- */

/* Border Bottom -------------------------------------------------- */
.ProductPromotionColumnControl .BLeft_khung {
	width: 1px;height: 1px;
	background: url('images/BL.gif') no-repeat left top;
}
.ProductPromotionColumnControl .BCenter_khung {
	width: 100%;
	
}
.ProductPromotionColumnControl .BRight_khung {
	width: 1px;height: 1px;
	background: url('images/BR.gif') left top no-repeat;
}
/* ------------------------------------------------------------------ */

 .ProductPromotionColumnControl .ProductTitle {
	color:#004ABB;
	font-weight:bold;
	line-height:25px;
 }
 .ProductPromotionColumnControl .ProductSummary {
	line-height:16px;
 }
 .ProductPromotionColumnControl .Price
 {
	color:Red;
	font-weight:bold;
	/*padding-left: 10px;
	padding-right: 10px;*/
	text-align: left;
	
	}
 .ProductPromotionColumnControl .KhungProduct{
   border: 1px dotted #dbdbdb;
   width: 100%;
   height: 310px;
   margin-top: 0px;
   padding: 0px;
   }
.ProductPromotionColumnControl .KhungProduct td{
  padding:0px 5px 0px 5px;
 }

	
/* ------------------------------PrductPromotionRowControl------------------------------------ */

	.ProductPromotionRowControl{
	/*margin-bottom:4px;*/
    font: normal 9pt Arial;
}
	.ProductPromotionRowControl *{

    font:normal 9pt Arial;
}
.ProductPromotionRowControl .TableKhung {
	width: 100%;
	border-style: none;
	table-layout: fixed;
}
/* Title --------------------------------------------------- */

.ProductPromotionRowControl .TLeftTitle {
	width: 15px;height: 15px;
}
.ProductPromotionRowControl .TRightTitle {
	width: 15px;height: 15px;
}
.ProductPromotionRowControl .TCenterTitle {
	width: 100%; height:25px;
	font-weight: bold;color: #FFFFFF;
	padding:0 0 0 20px;
	background:url('images/TC.png') no-repeat left bottom;
}

/* Border Top --------------------------------------------------- */
.ProductPromotionRowControl .TLeft_khung {
	width: 15px;height: 15px;
	background: url('images/TL.png') no-repeat left top;
}
.ProductPromotionRowControl .TRight_khung {
	width: 15px;height: 15px;
	background: url('images/TR.png') no-repeat right top;
}
.ProductPromotionRowControl .TCenter_khung {
	width: 100%;
	background:url('images/BoC.png') repeat-x left top;
}

/* --------------------------------------------------------------- */

.ProductPromotionRowControl .BorderLeft_khung {
	background: url('images/BoL.png') repeat-y left;
}
.ProductPromotionRowControl .BorderRight_khung {
	background: url('images/BoR.png') repeat-y right;
}
/* ---------------------------------------------------------------- */

/* Border Bottom -------------------------------------------------- */
.ProductPromotionRowControl .BLeft_khung {
	width: 15px;height: 15px;
	background: url('images/BL.png') no-repeat left top;
}
.ProductPromotionRowControl .BCenter_khung {
	width: 100%;
	background: url('images/BoC.png') repeat-x left bottom;
}
.ProductPromotionRowControl .BRight_khung {
	width: 15px;height: 15px;
	background: url('images/BR.png') left top no-repeat;
}
/* ------------------------------------------------------------------ */

 .ProductPromotionRowControl .ProductTitle {
	color:#004ABB;
	font-weight:bold;
	line-height:25px;
 }
 .ProductPromotionRowControl .ProductSummary {
	line-height:16px;
	font:normal 9pt Arial;
 }
 .ProductPromotionRowControl .Price
 {
	color:Red;
	font-weight:bold;
	padding-left: 10px; 
	padding-right: 10px;
	text-align: center;
	width: 140px;
	vertical-align:middle;
	}
.ProductPromotionRowControl .ProductImages
{
  text-align: center;
  vertical-align: middle;
  width: 100px;
  }
.ProductPromotionRowControl .ProductContent
{
  padding: 3px;
  border-left:dotted 1px #1A78B8;
  border-right:dotted 1px #1A78B8;
  }
.ProductPromotionRowControl .KhungProduct{
    border: 1px dotted #1A78B8;
    padding: 3px;
    width: 100%;
    margin: 0px;
    }
.ProductPromotionRowControl .ProductFormat
{
	width: 120px;
	padding-left: 3px;
	font:normal 9pt Arial;
	}



