/*Base*/
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6
{ 
font-family: Microsoft YaHei, Arial, sans-serif, 'ËÎÌå', Tahoma, Helvetica;
}

li
{
	list-style-type:none;
}

table
{
	border-collapse:collapse;
}

		
a {
color:#5E5E5E;
}

a:hover{
text-decoration:none;
color:#0099FF;
}

thead tr th{
vertical-align:middle;
}

.list-group-item {
	color:rgb(102, 102, 102);
	background:rgb(250, 250, 250);
}
		
.glyphicon-stats,
.glyphicon-glass,
.glyphicon-thumbs-up,
.glyphicon-arrow-right,
.glyphicon-fire,
.glyphicon-cutlery,
.glyphicon-flash,
.glyphicon-leaf,
.glyphicon-map-marker,
.glyphicon-chevron-right
{
  color: rgb(255, 140, 60);
}

.glyphicon-heart
{
color:#FF0000;
}
		
		.glyphicon-chevron-right{
			float:right;
		}
		
.glyphicon-time{
color:#33CC00;
}

.container-fluid {
background-color:#C1CDCD;
}		


/*Dp*/

.row .col-lg-12,
.row .col-md-12
{
padding:0em;
}

		.nav-tabs{
			background-color:#C1CDCD;
		}
		
		.nav-tabs li{
			background-color:#C1CDCD;
			color:#FFFFF0;
		}

.navbar-right,
navbar-brand
{
font-weight:bold;
}
		
.nav-tabs li a{
color:#333333;
font-weight:bold;
}	

/*DIY*/
.diy-body-main {
padding-left:2em;
padding-right:2em;
}

footer .row{
background: #f0f0f0;
padding: 1em 0 1em 0;
text-align: center;

}

.diy-collasped-btn {
background-color:#666666;
}

.diy-search row
{

vertical-align:middle;

}

.diy-middle{
margin:0 auto;
text-align:center;
vertical-align:middle;
}


.diy-table {
border-color:rgb(238, 238, 238);
border-style:solid;
border-width:thin;
}

.diy-table .row{
margin-right: 0em;
margin-left: 0em;
}



.diy-sellerTable,
.diy-sellerTable tr
{
border-collapse:collapse;
padding-top:0.1em;
padding-bottom:0.01em;
margin-top:1em;
margin-bottom:0.001em;
border-style:hidden;
font-size:medium;
}	

table tbody
{
	text-align:center;
	vertical-align:middle;
}
	
.diy-sellerTable tbody tr td{
padding:0.2em;
}

.diy-info-price {
color: rgb(255, 140, 60);
font-size:medium;
font-weight:bold;
}

.diy-info-normalPrice {
text-decoration:line-through
}

.diy-emptyStar,
.diy-fullStar {
	display:inline-block;
	width:60px;
	height:12px;
	line-height:12px;
	background:url(../../../images/eto/emptyHeart.png) repeat-x;
	overflow:hidden;
}

.diy-fullStar {
	float:left;
	background:url(../../../images/eto/fullHeart.png) repeat-x;
}

.diy-comment {
font-size:x-small;
}

.diy-itemTable{
margin-left:auto;
margin-right:auto;
margin-top:0.5em;
margin-bottom:0;
height:296px;
}

.diy-item-name{
height:24px;
display:block;
}

.diy-item-img {
width:128px;
height:128px;
}





@media screen and (max-width: 432px){
.diy-item-img {
width:104px;
height:104px;
}
}


/*Right Siber*/