#theme-list article{
position: relative;
width: 100%;
margin: 0px;
padding: 0px;
border-bottom: 1px solid #dddddd;
background: #ffffff;
}
#theme-list article h1{
margin:10px 0 0;
padding: 0 15px;
font-size: 14px;
line-height: 18px;
/*
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
*/
}
#theme-list article h1 a{
/*color: #d85d49;*/
}
#theme-list article a{
text-decoration: none;
}
#theme-list .theme-body{
position:relative;
padding:10px 15px;
}
#theme-list article .theme-body p{
/*
margin: 0px 0px 10px 100px;
padding: 0px 20px 0px 0px;
*/
font-size: 12px;
line-height: 20px;
}
#theme-list article .theme-body .img{
float:left;
width: 80px;
height: 80px;
margin: 0 20px 0 0;
padding: 0;
background: #dddddd;
text-align: center;
overflow: hidden;
}
#theme-list article .theme-body .img img{
height: 80px;
vertical-align: top;
}

#theme-list article .theme-body .tc{
display: table-cell;
vertical-align: middle;
}

#theme-list article .theme-body .u-img{
width: 40px;
height: 40px;
margin: 0;
padding: 0;
background: #dddddd;
text-align: center;
overflow: hidden;
display: table-cell;
vertical-align: bottom;
}
#theme-list article .theme-body .u-img img{
width: 40px;
vertical-align: top;
}
#theme-list .theme-status {
text-align:right;
font-size:12px;
padding:5px 15px 10px;
}

.button {
display:block;
text-align:center;
}

.add-theme-btn{
width:90%;
}

.bg-btn-red{
background: #fa1807;
background: -o-gradient(linear, left top, left bottom, from(#ff7357), to(#fa1807));
background: -moz-gradient(linear, left top, left bottom, from(#ff7357), to(#fa1807));
background: -webkit-gradient(linear, left top, left bottom, from(#ff7357), to(#fa1807));
border: 1px #fa0808 solid;
color: #f7fee9;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
-moz-border-radius: 5px;
border-radius: 5px;
display: inline-block;
height: 31px;
line-height: 31px;
text-align: center;
text-decoration: none;
font-size:0.8em;
font-weight:bold;
}
