#search input[type="text"] {
    background: url(../images/search.png) no-repeat 3px 3px #fcfcfc;
    border: 1px solid #d1d1d1;
    font: bold 12px Arial,Helvetica,Sans-serif;
	font-style:italic;
    color: rgb(51,51,51);
    width: 163px;
	margin-top:5px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
#welcome{
	float:left;
	color:rgb(153,51,0);
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	position:absolute;
	margin-top:5px;
	top:560px;
	left:180px;
}
#khungspmoi{
	height:140px;
	width:130px;
	background-color:rgb(255,255,255);	
}
#show{
	width: 275px;
	height: 276px;
	float:left;
	border: 1px solid #ddd;
	margin-right: 20px;
	margin-bottom: 20px;
}
.product_right{
	margin-right: 0px !important;
}
#hinhmonan{
	width: 100%;
	height: 200px;
	/*border:solid 1px #666600;*/
	margin:10px;
	text-align: center;
	padding-right: 15px;
}
#tenmon{
	color:#0066FF;
	margin-top:-10px;
	text-align: left;
	font-size: 16px;
	padding-left: 10px;
}
.catalog-down a {
	font-size: 14px;
	color: #808080;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	padding: 2px 10px 4px 10px;
}
.catalog-down{
	text-align: center;
	padding-top: 8px;
}
.detail_price{
	color: #000;
	font-size: 14px;
}
#anh{
	margin-top:-13px;
	background-image:url(../images/anh.png);
	background-repeat:no-repeat;
	height:18px;

}
#datmua{
	background-image:url(../images/datmua.png);
	height:15px;
	width:50px;
	margin-top:5px;
	margin-left:47px;
}
#dau{
	background: radial-gradient(ellipse farthest-corner at left top, #B7B7B7 0%, #4D4D4D 100%); 
	background: -moz-radial-gradient(ellipse farthest-corner at left top, #B7B7B7 0%, #4D4D4D 100%); 
	background: -o-radial-gradient(ellipse farthest-corner at left top, #B7B7B7 0%, #4D4D4D 100%); 
	background: -ms-radial-gradient(ellipse farthest-corner at left top, #B7B7B7 0%, #4D4D4D 100%); 
	background: -webkit-radial-gradient(left top, ellipse farthest-corner, #B7B7B7 0%, #4D4D4D 100%);
	height:30px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	border-bottom:solid 1px #990000;


}
.new-product {
	margin-top: -7px;
	z-index: 1003;
	position: absolute;
	/* padding-left: 183px; */
	margin-left: -7px;
}
/* Tab Product Detail */
/* Example Styles for Demo */
.etabs { margin: 0; padding: 0; }
.tab { display: inline-block; zoom:1; *display:inline; background: #eee; border: solid 1px #ddd; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
.tab a { 
	font-size: 14px; line-height: 2em; display: block; padding: 0 10px; outline: none; 
	
}
.tab a:hover { text-decoration: underline; }
.tab.active { background: #fff; padding-top: 6px; position: relative; top: 1px; border-color: #ddd; }
.tab a.active { font-weight: bold; }
.tab-container .panel-container { background: #fff; border: solid #ddd 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
.panel-container { margin-bottom: 10px; }

.product_detail_list li{
	background: none !important;
}