.itembox {
        float: left;
//        width: 20%;
        min-width: 190px;
        font-family: Verdana;
}

body {
	font-family: Verdana;
}

.prodname, .prodprice {
        background: #FC2B00;
        color: #ffffff;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 11px;
        font-weight: bold;
        padding: 5px;
}

.prodprice {
        border-left: 1px dashed #ffffff;
}

.prodname A {
        color: #ffffff;
}

.boxtext {
        font-family: Verdana;
        font-size: 11px;
}

.header {
	text-transform:uppercase;
        background: url('/images/menu_a.jpg');
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 13px;
        font-weight: bold;
        color: #ffffff;
        padding: 3px;
        padding-left: 7px;
        margin-top: 8px;
}

/* begin css tabs */

ul.tabnav { /* general settings */
        text-align: left; /* set to left, right or center */
        margin: 1em 0 1em 0; /* set margins as desired */
        font: bold 11px verdana, arial, sans-serif; /* set font as desired */
        border-bottom: 1px solid #119dd0; /* set border COLOR as desired */
        list-style-type: none;
        padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
        position: relative;
        margin-left: 200px;
        white-space: nowrap;
}
ul.tabnav li { /* do not change */
        display: inline;
}

.tab1 li.tabsel {
        border-bottom: 1px solid #fff; /* set border color to page background color */
        background-color: #fff; /* set background color to match above border color */
}

.tab1 li.tabsel a {
        background-color: #fff; /* set selected tab background color as desired */
        color: #000; /* set selected tab link color as desired */
        position: relative;
        top: 1px;
        padding-top: 4px; /* must change with respect to padding (X) above and below */
}

.tabnav li a { /* settings for all tab links */
        padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
        border: 1px solid #119dd0; /* set border COLOR as desired; usually matches border color specified in #tabnav */
        background-color: #cfc; /* set unselected tab background color as desired */
        color: #666; /* set unselected tab link color as desired */
        margin-right: 0px; /* set additional spacing between tabs as desired */
        text-decoration: none;
        border-bottom: none;
}

ul.tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

/* end css tabs */
ul.cat li {
        margin-left: -20px;
}

td, tr, table {
        border-spacing: 1px;
}

.price, .quantitytotal {
	padding: 5px;
}