#shoppinglist th {
padding: 5px
}

#shoppinglist td {
padding: 5px
}

#shoppinglist input {
align: right
}

.yak_total {
border-top:1px solid darkgrey;
text-align: right
}

.yak_small {
text-align: left;
font-size: x-small
}

.yak_numeric {
text-align: right
}

.yak_product {
padding-bottom: 10px;
border-bottom: 1px solid #c9e765
}

table.yak_order {
width: 100%
}

.yak_left {
text-align: left
}

.yak_right {
text-align:right
}

.yak_center {
text-align:center
}

.yak_hidden {
visibility: hidden;
display: none
}

.yak_visible {
visibility: visible;
display: block;
}

div.yak_error p, div.yak_error li {
color: red
}

.yak_empty {
border: 0px
}

fieldset.yak_admin legend {
font-weight: bold;
font-size: 150%
}

.yak_button {
background-color: black;
padding: 5px;
border: 1px solid white;
color: grey;
cursor: pointer;
}

.yak_medium_button {
width: 6em;
cursor: pointer;
}

.image-button {
border: 0px;
background: none;
cursor: pointer;
}

ol.install {
list-style-type: decimal;
}

ol.install li {
margin-left: 1em;
margin-bottom: 1em;
}

ol.install li>pre {
margin: 1em;
background-color: #eaeaea;
}

ol.install li>ol {
list-style-type: lower-roman;
margin-top: 1em;
}

ol.install li>ol>li {
margin-left: 2em;
margin-bottom: 0.5em;
}

dl.install dt {
font-weight: bold;
}

dl.install dd {
margin-left: 2em;
}

.yak_mandatory {
color: red;
}

.yak_warning {
color: #d54e21;
}

.yak_warning_box {
-moz-border-radius: 15px;
border-radius: 15px;
background-color: #ff696b;
padding: 5px;
border: 1px solid black;
text-align: center;
}

/* the input field */
.date {
    border:1px solid #ccc;
    padding:4px;
    text-align:center;
    width:120px;

    -moz-box-shadow:0 0 10px #eee inset;
    -webkit-box-shadow:0 0 10px #eee inset;
}

/* calendar root element */
#calroot {
    /* place on top of other elements. set a higher value if nessessary */
    z-index:10000;

    margin-top:-1px;
    width:198px;
    padding:2px;
    background-color:#fff;
    font-size:11px;
    border:1px solid #ccc;

    -moz-border-radius:5px;
    -webkit-border-radius:5px;

    -moz-box-shadow: 0 0 15px #666;
    -webkit-box-shadow: 0 0 15px #666;
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {
    padding:2px 0;
    height:22px;
}

#caltitle {
    font-size:14px;
    color:#0150D1;
    float:left;
    text-align:center;
    width:155px;
    line-height:20px;
    text-shadow:0 1px 0 #ddd;
}

#calnext, #calprev {
    display:block;
    width:20px;
    height:20px;
    background:transparent url(prev.gif) no-repeat scroll center center;
    float:left;
    cursor:pointer;
}

#calnext {
    background-image:url(next.gif);
    float:right;
}

#calprev.caldisabled, #calnext.caldisabled {
    visibility:hidden;
}

/* year/month selector */
#caltitle select {
    font-size:10px;
}

/* names of the days */
#caldays {
    height:14px;
    border-bottom:1px solid #ddd;
}

#caldays span {
    display:block;
    float:left;
    width:28px;
    text-align:center;
}

/* container for weeks */
#calweeks {
    background-color:#fff;
    margin-top:4px;
}

/* single week */
.calweek {
    clear:left;
    height:22px;
}

/* single day */
.calweek a {
    display:block;
    float:left;
    width:27px;
    height:20px;
    text-decoration:none;
    font-size:11px;
    margin-left:1px;
    text-align:center;
    line-height:20px;
    color:#666;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

/* different states */
.calweek a:hover, .calfocus {
    background-color:#ddd;
}

/* sunday */
a.calsun {
    color:red;
}

/* offmonth day */
a.caloff {
    color:#ccc;
}

a.caloff:hover {
    background-color:rgb(245, 245, 250);
}


/* unselecteble day */
a.caldisabled {
    background-color:#efefef !important;
    color:#ccc	!important;
    cursor:default;
}

/* current day */
#calcurrent {
    background-color:#498CE2;
    color:#fff;
}

/* today */
#caltoday {
    background-color:#333;
    color:#fff;
}
