
.label
{
    font-family : Verdana;
    font-size   : 11px;
    color       : #333333;
    line-height : 19px;
}
    
#ulEstadoCarrinho
{
    list-style  : none;
    padding     : 0px;
    margin      : 10 0px;
    width       : 100%;
    display     : block;
}
    
#ulEstadoCarrinho .liEstadoCarrinho
{
    float       : left;
    border      : 1px solid #ccc;
    background  : #eeeeee;
    padding     : 10px; 
    color       : #999999;
    font-size   : 15px;
}

#ulEstadoCarrinho .separadorCarrinho
{
    float       : left;
    padding     : 5px;
}
    
#ulEstadoCarrinho .liEstadoCarrinhoSelect
{
    float       : left;
    border      : 1px solid #ccc;
    background  : #ccc;
    padding     : 10px; 
    color       : #ffffff;
    font-size:15px;
}



.tblListaArtigos 
{
    padding : 0px;
    margin  : 0px;
    width   : 100%;
}
.tblListaArtigos .cabecalho
{
    background  :#eeeeee;
    height      :30px;
    color       :#666666;
    font-size   :13px;
}
.tblListaArtigos .divisao
{
    background:#cccccc; height:1px;  
}
.tblListaArtigos .linhas 
{
    color:#666666;
    font-size:11px;
}

.tblListaArtigos .cabecalho td
{
    padding:5px
}

.tblListaArtigos .linhas  td
{
    padding:5px
}

.barraPreco {
	border: 1px solid #cccccc;
	margin: 1px 0;
	background: #eee;
	text-align: right;
	height: 30px;
	line-height: 30px;
	padding-right: 10px;
	font-size: 12px;
	color: #666;
}