body {
	color: #111;
        margin: 0;
        padding: 0;
	font: small "Lucida Sans Unicode","Lucida Grande",sans-serif;
	background-color: #f8f8e8;;
        background: #ffffff url(back.png) left top repeat-x;
}


a, a:link, a:active, a:visited, a:hover {
    color: #802010;
}

.clear{
    clear: both;
}

.container {
    width: 782px;
    margin: 5px auto;
    background-color: #ffffff;
    border: 1px solid #999;
}

.all {
    border: 1px solid #bbb;
    padding: 0;
}

.cigarette {
    float: right;
    width: 595px;
}

.products {
    float: left;
    width: 175px;
    margin: 0px 0 0 0;
    background: #888;
}

.bm{
    float:left;
    width: 245px;
    text-align: center;
    padding: 3px;
    margin: 10px 3px 10px 3px;
    border: 1px dotted #ccc;
    height: 280px;
    
}

.description {
    padding: 5px 0 10px 0;
    text-align: justify
}

.description img {
    margin: 0 0 5px 10px;
}

.inner{
    margin: 0 10px 0 0;
}

.products ul{
    list-style: none;
    margin: 0;
    padding:0
}

.products a, .products a:link, .products a:active, .products a:visited , .products a:hover {
    color: white;
    font-size: 12px;
    text-decoration: none;
}

.products ul li{
    margin: 0 0px 2px 0;
    padding: 2px 0px 2px 8px;;
}

.products ul li.head{
    padding: 4px 0 4px 4px;
    background-color: #603010;
    color: white;
}

.prices{
    border: 1px solid #BDD5E5;
    margin: 0 0 10px 0;
}

.prices th {
    height: 28px;
    text-align: center;
    background: url(pricehdr.gif) left -1px repeat-x;
}

.prices td {
    height: 28px;
    text-align: center;
    padding: 4px 6px;
    color: #663311;
}


.buy-online {
    font-size: 21px;
    color: #774422;
    font-weight:bolder;
    text-align: center;
}

h1 {
    text-align: center;
    color: #336699;
    background: url(top.gif) left top repeat-x;
    margin: 0;
    font-size: 28px;
    line-height: 78px;
    height: 80px;
    padding: 0;
    font-family: "Trebuchet MS";
}

h2 {
    font-family: "Trebuchet MS";
    margin: 10px 0 10px 0;
    padding: 0;
}