#memes_store_widget img {
border: 0;
}
#memes_store_widget .left {
text-align: left;
}
/* Tipografia */
#memes_store_widget .color-standard  {
	color: #ff6000;
	}
#memes_store_widget {
font-family: arial,verdana, tahoma;
	color: #323232;
}
#memes_store_widget table a, #memes_store_widget .color-standard {
	font-weight: bold;
	font-size: 11px;
}
#memes_store_widget table caption {
	font-size: 14px;
}
#memes_store_widget a {
color: #0066b7;
text-decoration: underline;
width: 100%;
}
#memes_store_widget a:hover {
	color: #0388d6;
}

/* Tabelas */
#memes_store_widget table {
width: 100%;
border-collapse: collapse;
background-color: #fff;

}
#memes_store_widget table caption {
border-top: solid 1px #ccc;
border-left: solid 1px #ccc;
border-right: solid 1px #ccc;
padding: 3px;
background-color: #FFF;
text-align: left;
}
#memes_store_widget table thead tr th {

}
#memes_store_widget table tbody tr td {
padding: 5px;
text-align: center;
border: solid 1px #ccc;
}
#memes_store_widget table tr td img {
width: 45px;
height: 35px;
}
#memes_store_widget.simples table tr td img {
float:left;
margin-right: 3px;
}
#memes_store_widget table tbody tr {
border: solid 1px #ccc;
}
#memes_store_widget table tbody tr:hover {
background-color: #ffffcc;
}

#memes_store_widget table tbody tr td.small {
width: 1%;
}
#memes_store_widget table tbody tr td.medium {
width: 60%;
}
#memes_store_widget table tbody tr td.larger {
width: 90%;
}

/*Botões padrões*/

#memes_store_widget button.bt {
background-color: #ff8200;
background-image: url(../image/buttons.png);
background-repeat: repeat-x;
text-align: center;
border: 0;
color: #FFF;
font-weight: bold;
cursor: pointer;

}
#memes_store_widget button.bt:hover {
background-image: url(../image/buttons-hover.png);
}
#memes_store_widget button.red-small, #memes_store_widget button.blue-small, #memes_store_widget button.green-small, #memes_store_widget button.orange-small {
padding: 5px;
font-size:11px;
}
#memes_store_widget button.red-big, #memes_store_widget button.blue-big, #memes_store_widget button.green-big, #memes_store_widget button.orange-big {
padding: 10px;
font-size:18px;
}

#memes_store_widget button.red-small {
	background-position: 0 -228px;
}
#memes_store_widget button.blue-small {
	background-position: 0 -259px;
}
#memes_store_widget button.green-small {
	background-position: 0 -197px;
}
#memes_store_widget button.orange-small {
	background-position: 0 -290px;
}

#memes_store_widget button.red-big {
	background-position: 0 -50px;
}
#memes_store_widget button.blue-big {
	background-position: 0 -100px;
}
#memes_store_widget button.green-big {
	background-position: 0 0;
}
#memes_store_widget button.orange-big {
	background-position: 0 -149px;
}

