#navation {
	padding:5px;
	font-weight:bold;
	font-size:12px;
}
#navation span {font-size:14px;}
#navation a {
	color:#016BA8;
}
#navation a:hover{
	color:#CC0000;
	text-decoration:none;
}
.messTotals{
	font-size:12px;
	text-align:center;
}
.listCat {margin:0px;padding:5px;}
.listCat li {
	float:left;
	display:block;
	padding:2px;
	margin-right:15px;
	width:240px;
}
.listCat li.last{
	padding:2px;
	margin:0px;
}
.listCat li a {
	font-size:12px;
	font-weight:bold;
	color:#006699;
}
.listCat li a:hover{
	color:#FF9900;
	text-decoration:none;
}

.font_organe{
	color:#CC6600;
}

#tabSearch {
	border:1px solid #ccc; 
	background:#F4F4F4;
	margin-bottom:5px;
	padding:5px;
}

.display {
	border:1px solid #ccc; 
	background:#F4F4F4;
	margin-bottom:10px;
	padding:5px;
}

.imgBox {
	background:url(../images/boxImg.gif) center no-repeat;
	padding:2px;
}

/************************************* CSS FOR SHOW CATEGORY *******************************/
#List_Cat { 
	margin:5px 0px; 
}

/*----------------- VIEW 2 ----------------*/
#List_Cat .View2 {
  padding:0px 2px;
  margin-bottom:5px;
  
}
#List_Cat .col1{
	background:#ffffff;
}
#List_Cat .col2{
	background:#ffffff;
}
#List_Cat .col_select{
	background:#F4EAD2;
}
#List_Cat .colTop {
	border-bottom:1px solid #cccccc;
	background:#F4F4F4 ;
	margin-bottom:5px;
}

#List_Cat .View2 h3 {
	font-weight:bold;
	color:#f89d00;
	font-size:11px;
	padding:0px;
}
#List_Cat .View2 h3 a{color:#f89d00;}
#List_Cat .View2 .picPro {
	border:1px solid #ccc;
	padding:2px;
	text-align:center;
}
#List_Cat .View2 .check{
	float:left;
	width:25px;
	padding-top:80px;
	text-align:center;
	vertical-align:middle;
}

#List_Cat .View2 .hr{
	height:10px;
	background:url(../images/hr.gif) center repeat-x;
	padding:1px;
}


/************************************* CSS FOR SHOW PRODUCT *******************************/


#List_Product { 
	padding:0px; 
}

/*----------------- VIEW 1 ----------------*/
#List_Product .View1 {
  float:left;
	margin:0px;
	
	text-align:center;
}
#List_Product .last { background:none;}
#List_Product div.View1 div{
  float:left;
  margin:0px;
  padding-right:40px;
  width:600px;;
	padding-bottom:20px;
	text-align:left;
}

#List_Product .View1 .last {
	background:none;
   margint:10px;
	 padding-right:0px;
	 padding-bottom:10px;
}
#List_Product .View1 h3 {
  color:#f89d00;
  font-size:11px;
	font-weight:normal;
  padding:2px;
	text-align:center;
}
#List_Product .View1 h3 a {
  color:#e24949;
}
#List_Product .View1 h3 a:hover {
	color:#000;
  text-decoration:none;
}

#List_Product .View1 .img {
	border:1px solid #ccc;
	padding:2px;
}
#List_Product .viewMore  {
	text-align:right;
	padding-right:10px;
}

#List_Product .price{
	color:#cfcfcf;
	font-weight:bold;
	font-size:15px;
	font-style:italic;
}

/*----------------- VIEW 2 ----------------*/

#List_Product .View2 {
  padding:0px 2px;
  margin-bottom:5px;
  
}
#List_Product .col1{
	background:#F7F7F7;
}
#List_Product .col2{
	background:#ffffff;
}
#List_Product .col_select{
	background:#F4EAD2;
}
#List_Product .colTop {
	border-bottom:1px solid #cccccc;
	background:#F4F4F4 ;
}

#List_Product .View2 h3 {
	font-weight:bold;
	color:#FFD36C;
	padding:5px 0px;
}
#List_Product .View2 h3 a{color:#017FA3;}
#List_Product .View2 .picPro img{
	border:1px solid #ccc;
	padding:2px;
	text-align:center;

}
#List_Product .View2 .check{
	float:left;
	width:25px;
	padding-top:80px;
	text-align:center;
	vertical-align:middle;
}

#List_Product .View2 .maso{
	margin:0px;
	padding:0px;
	color:#CC0000;
	font-weight:bold;
}
#List_Product .View2 .price {
	color:#CC0000;
}
#List_Product .View2 .hr{
	height:1px;
	background:url(../images/hr.gif) center repeat-x;
	padding:1px;
}


#List_Product .noProduct {
	padding:50px;

	text-align:center;
	color:#ff0000;
}

.price_old{
	color:#999999;
	text-decoration:line-through;
	font-size:11px;
	font-weight:normal;
}
p.time{
	padding:0px;
	margin:0px;
	text-align:center;
	color:#000000;
}

/*********** DETAIL **********/
#divInfo{padding:0px ;margin:0px;}


#divInfo h2{
	padding:3px;
	font-size:12pt;
	font-weight:bold;
}
#divInfo .picDetail { padding:7px; background-color:#dbdbcf;}
#divInfo .tblNumPic{
	background:#F5F5F5 none repeat scroll 0 0;
	border:1px dashed #DDDDDD;
	margin-top:5px;
}

#divInfo .num{
	text-align:right;
	line-height:20px;
	vertical-align:middle;
	padding-right:5px;
}
#divInfo .num span{
	background:url(../images/bg_num.gif) no-repeat;
	line-height:20px;
	padding:2px 7px 2px 7px;
	text-align:center;
	color:#FF5400;
	cursor:pointer;
	font-weight:bold;
}
#divInfo .num span.active{
	background:url(../images/bg_num_act.gif) no-repeat;
	color:#FF5400;
}
#divInfo .num span a{
 color:#FFFFFF;
 text-decoration:none;
}
#divInfo .zoom{
	background:url(../images/icon_zoom.gif) no-repeat;
	padding:2px;
	padding-left:20px;
	
}
#divInfo .other_pic { border:1px solid #ccc;}
#divInfo .colInfo1{
	padding:2px;
	font-weight:bold;
	background:url(../images/hr.gif) bottom repeat-x; 
}
#divInfo .colInfo2{
	padding:2px;
	background:url(../images/hr.gif) bottom repeat-x;
}

#divInfo .p_name{
	font-weight:bold;
	color:#0da115;
	font-size:13px;
}

#divInfo .maso{
	font-weight:bold;
	color:#e8332a;
	text-transform:uppercase;
}

#divInfo .price{
	font-weight:bold;
	font-size:12px;
	color:#e8332a;
}
#divInfo .priceOlder {
	color:#CC6600;
	text-decoration:line-through;
	font-size:11px;
	font-weight:normal;
}

.boxTitleDetail{
	height:22px;
	color:#556473;
	font-weight:bold;
	padding-left:5px;
}
.boxDetail{
	padding:5px;
}
.boxDetail ul {
	padding:5px;
	margin:5px;
}
.boxDetail li {
	background:url(../images/icon_box_detail.gif) 0px 8px no-repeat;
	padding-left:12px;
}

.price_new {
	font-weight:bold;
	font-size:12px;
	color:#FF0000;
}

.tblListTitle{
	background:#DAF1D3;
	padding:2px;
	font-weight:bold;
}
.tblListCol{
	background:#F7F7F7;
	padding:2px;
}

.btn_print {
	background:transparent url(../images/print.gif) no-repeat scroll 0 0;
	color:#A94502;
	cursor:pointer;
	font-weight:bold;
	padding:2px 2px 2px 25px;
	width:108px;
}

/********************* CSS BoxShopping ****************************/
#BoxShopping {
	padding:0px;
	line-height:18px;
}

.fCart {
	font-size:16px;
	color:#FF0000;
	text-transform:uppercase;
	font-weight:bold;
}
#BoxShopping .navShopping{
	padding:3px;
	border:1px solid #cccccc;
	margin-bottom:10px;
	text-align:center;
}
.border_cart {
	background:#cccccc;
}

.row_title_cart {
	background:url(../images/row_title.gif) repeat-x;
	color:#6b6b32;
	height:25px;
	font-weight:bold;
}
.row_total_cart {
	padding-right:5px;
	font-weight:bold;
	background:#F3f3f3;
	color:#000;
}
.row_item_cart {
	background:#fff;
	height:22px;
}

.shopping_title{
	background:url(../images/bg_title_cart.gif) repeat-x;
	border:1px solid #ccc;
	color:#6b6b32;
}
.box_shopping {
	padding:2px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }
.mess_comment {
	margin-top:10px;
	padding:5px;
	border:1px solid #ccc;
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
}
.bg_ftitle{
	background:url(../images/bg_title_sp.gif) repeat-x;
}
.title_name a { 
	text-decoration:none;
  color:#373a41;
  font-weight:bold;
	font-size:15px;
}
.title_name a:hover {  
	color:#eb3333; 
	text-decoration: none; 
}

.title_name{
	color:#777725;
	font-weight:bold;
	padding-left:10px;
}

.stepcarousel{
position: relative; /*leave this value alone*/
width:895px; /*Width of Carousel Viewer itself*/
height: 260px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin:0px; /*margin around each panel*/
width: 215px;
padding-right:15px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.name_pro_list a{
	color:#66611d;
	font-weight:bold;
	vertical-align:top;
	padding:3px;
	padding-top:15px;

}
.name_pro_list a:hover{
	color:#e8332a;
	font-weight:bold;
	vertical-align:top;
}
.btn_detail_sp{
	height:30px;
	background:url(../images/btn_detail_sp.gif) left  no-repeat;
	text-align:center;

}