﻿/*--------------- Quy dinh cac class trong editer -------*/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
	color:#000;
}

.tieude-color-orange 	{
	font-weight:700;
	font-size:100%;
	color:#ff6600;
}
ul	{
margin:0;
padding:0;
list-style:none;
margin-left:15px;
	margin-top:5px;
}

ul	li {
	background: url(../images/bullet-list.gif) no-repeat 0 3px;
	text-indent:0px;
	line-height:150%;
	padding-left:20px;
}

.price-includes	{
	text-transform:uppercase;
	color:red;
}

blockquote {
	padding: 0;
	margin:0;
	padding-right:5px;
	text-align:justify;
	font-style:italic;
	width:95%;
}

blockquote span.open {
	background: url(../images/so-q.gif) no-repeat left top;
	padding: 0;
	padding-left:10px;
}

blockquote span.close {
	background: url(../images/sc-q.gif) no-repeat bottom right;
	padding: 0;
	padding-right:10px;
}


