/* DEFAULTS */
* {
    margin: 0;
    padding: 0;
}

body {
    background-color:#B3D88C;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:.70em;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #7D4199;
}

input {
    font-family: inherit;
}

input.text {
    padding:3px;
}

input.submit {
    padding:2px;
}

a:link {
    font:inherit;
    color: #7D4199 !important;
}

a:hover {
    font:inherit;
    color: blue !important;
}

/* take care of image bottom margins */
image {
    display:block;
}

img {
    display:block;
    border: 0px;
}
/********/
/* STYLE */
/********/
.pageContent {
  font-size:1.25em;
}

div.everything {
    background-color:#FFF;
    margin: 9px 50px 9px 50px;
    display:block;
    overflow:hidden;
    border:5px solid #598527;
}

/*  Header File */
div.greenBar {
    background-color:#598527;
    height:5px;
    display:block;
    clear:both;
}

div.main {
    background-repeat:no-repeat;
    background-position:top center;
    clear:both;
    padding:10px;
    display: block;
}

div.sidebarLeft {
    float:left;
    width:200px;
    margin-right:10px;
    padding-right: 10px;
    margin-bottom:10px;
    display:inline;
    border-right: dotted 1px #7D4199;
}

div.sidebarRight {
    float:right;
    width:200px;
    margin-left:10px;
    padding-left:10px;
    margin-bottom:10px;
    display:inline;
    border-left: dotted 1px #7D4199;
}

ul {
    list-style: disc inside;
}

div.content {
    display:block;
}

div.titleArea {
    padding:10px;
    clear:both;
    height:auto;
    display:block;
}

.titleArea img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

p.bullets {
    list-style-position: outside;
    list-style-type: disc;
    text-transform: none;
    color: #7D4199;
    background-position: 5px;
    display: list-item;
    clear: left;
    margin-left: 15px;
    padding-left: 5px;
}

.center {
    text-align:center !important;
}

.pad {
    padding: 10px;
}

.padBottom {
    padding-bottom: 10px;
}

.padTop {
    padding-top: 10px;
}

/********/
/* TEXT  */
/********/
.content p {
    margin-bottom: 5px;
}

.title {
    font-weight: bold;
    color: #62BD19;
    margin-top:5px;
}
.bold {
    font-weight: bold;
    margin-top:5px;
}
.big {
    font-size: 1.25em;
}

.regionTitle {
    font-size: 1.25em;
    color: #7D4199;
    font-weight: bold;
}
/**************/
/* STORE ITEMS */
/**************/
.cartWarning {
  color: #F00 !important;
  font-weight: bold;
}
.optionTitle {
    font-weight: bold;
    color: #7D4199;
    margin-top:5px;
}

.subTitle {
  font-style: italic;
  font-weight: bold;
}

.lookAtMe {
  color:#F00 !important;
}

div.itemFull {
  padding: 0px;
  margin: 0px;
  display:block;
}

div.itemFull div.itemFullContent {
  clear: both;
  display:block;
}

div.itemFull div.itemHalfContent {
  width:49%;
  float:left;
}

table.components {
  width:100%;
  padding: 0px;
  background-color: #FFF;
}

table.components td {
  padding: 3px;
  margin: 3px;
  width: 100%;
  vertical-align:top;
}

table.components td.half {
  width: 50%;
}

table.components td div.formLabel {
  width:24%;
  float:left;
  clear:left;
  text-align:right;
  margin-top: 3px;
  padding-right: 3px;
}

table.components td div.formOption {
  width:74%;
  float:right;
  text-align:left;
}

table.components td div.textLabel {
  width:32%;
  float:left;
  clear:left;
  text-align:right;
  margin-top: 3px;
  padding-right: 3px;
}

table.components td div.textOption {
  width:65%;
  float:right;
  text-align:left;
  margin-top: 3px;
}

table.components td div.embedded {
  margin-top: -3px;
}

table.components td div.wide {
  width:65% !important;
}

table.components td div.narrow {
  width:32% !important;
}

table.cart {
  margin: -3px;
  width: 100%;
}

table.cart tr.header {
  font-weight:bold;
}

table.cart td {
  border: none !important;
}

table.cart [field="quantity"] {
  width: 15% !important;
  text-align: center;
}
table.cart [field="baseprice"] {
  width: 17% !important;
  text-align: right;
}
table.cart [field="discountprice"] {
  width: 17% !important;
  text-align: right;
}
table.cart [field="modifiers"] {
  width: 16% !important;
  text-align: right;
}
table.cart [field="fees"] {
  width: 15% !important;
  text-align: right;
}
table.cart [field="total"] {
  width: 20% !important;
  text-align: right;
}

table.cart [field="name"] {
  width: 65% !important;
  text-align: left;
}

table.cartOption {
  width: 100%;
  font-style: italic;
}

table.cartOption tr.header {
  font-weight:bold;
}

table.cartOption td {
  border: none !important;
}

table.cart [field="option"] {
  width: 30% !important;
  text-align: left;
}

table.cart [field="choice"] {
  width: 40% !important;
  text-align: left;
}

table.cart [field="modify"] {
  width: 15% !important;
  text-align: right;
}

table.cart [field="override"] {
  width: 15% !important;
  text-align: right;
}

table.billing {
  margin: -3px;
  margin-left:auto;
  margin-right:auto;
  text-align: left;
}

table.billing td {
  border: none !important;
}

table.billing [field="label"] {
  width: 20% !important;
  text-align: right;
  vertical-align: middle;
  font-weight: bold;
}

table.billing [field="input"] {
  width: 80% !important;
  text-align: left;
  margin-left: 0px;
}

table.billing input[field="quarter"] {
  width: 25% !important;
  text-align: left;
}

table.billing input[field="half"] {
  width: 50% !important;
  text-align: left;
}

table.billing input[field="full"] {
  width: 95% !important;
  text-align: left;
}

table.billing select[field="quarter"] {
  width: 25% !important;
  text-align: left;
}

table.billing select[field="half"] {
  width: 50% !important;
  text-align: left;
}

table.billing select[field="full"] {
  width: 95% !important;
  text-align: left;
}

div.itemFull img {
  border: 1px solid #EEE;
  display: inline;
  float:left;
  margin: 0px 3px 3px 0px;
}

div.itemFrontpage {
  border: 1px solid #7D4199;
  padding: 3px;
  margin: 3px;
  display:block;
}

div.itemFrontpage img {
  border: 1px solid #EEE;
  display: inline;
  float:left;
  margin: 0px 3px 3px 0px;
}

div.itemList {
  border-bottom: 1px solid #7D4199;
  padding: 3px;
  margin: 3px;
  display:block;
}

div.itemList img {
  border: 1px solid #EEE;
  display: inline;
  float:left;
  margin: 0px 3px 3px 0px;
}

div.itemList table {
  width:100%;
  padding: 0px;
}

div.itemList table td {
  padding: 3px;
  vertical-align: top;
}

div.itemList [field="price"] {
  text-align:right;
  font-weight: bold;
  width:20%;
}

div.itemList [field="name"] {
  text-align:left;
  font-weight: bold;
  width:30%;
}

div.itemList [field="mfg"] {
  text-align:left;
  font-weight: bold;
  width:20%;
}

div.itemList [field="category"] {
  text-align:left;
  font-weight: bold;
  width:30%;
}

div.itemList [header="true"] {
  font-weight: bold !important;
}

span.whereIAm {
  font-weight: bold;
}

.warning {
  font-weight: bold !important;
  font-size: 1.25em !important;
  text-align: center;
  padding: 20px;
  display: block;
}
input.quantity {
  width:50px;
  text-align:right;
}
/**********/
/* LI MENU  */
/**********/
ul.menu {
    display:block;
    margin-bottom:10px;
}

ul.menu li {
    list-style: outside;
    list-style-type: none;
    margin: 0px;
    border:1px solid #62BD19;
    margin-bottom:3px;
    font-weight: bold;
    background-color: #ECF5E2;
}

ul.menu li a {
    padding:2px;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

ul.menu li a:hover {
    background-color: #D0BFD6;
}

ul.menu_shop {
    display:block;
    margin-bottom:10px;
}

ul.menu_shop li {
    list-style: outside;
    list-style-type: none;
    margin: 0px;
    margin-bottom:1px;
    font-weight: bold;
    background-color: #FFF;
}

ul.menu_shop_old li {
    list-style: outside;
    list-style-type: none;
    margin: 0px;
    border:1px solid #7D4199;
    margin-bottom:1px;
    font-weight: bold;
    background-color: #FFF;
}

ul.menu_shop li.title {
    font-weight: bold;
    background-color: #7D4199;
    color: #FFF;
}

ul.menu_shop li.child {
    font-weight: normal;
}
ul.menu_shop li span {
    text-align: center;
    padding:2px;
    display: block;
}

ul.menu_shop li a {
    padding:2px;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

ul.menu_shop li.title a {
    color:#FFF !important;
}

ul.menu_shop li a:hover {
    background-color: #D0BFD6;
}

ul.menu_shop li.selected {
  font-weight: bold;
}



/********/
/* Boxes */
/********/
div.box {
  display:block
}

div.box img {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

/********/
/* Tools */
/********/

p.stretch {
  clear:both;
  height:0px;
}

/*debugging*/
.debug { border: 1px solid red; }
