.shopping_cart_div {
    font-size: 1.0em;
    text-align: right;
    vertical-align: text-bottom;
    height: 25px;
    margin: 0px auto;
    display: table-cell;
}

.shopping_cart_table tr {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

.shopping_cart_table {
    font-size: 1.75em;
    text-align: right;
    height: 25px;
    padding: 0px 10px;
    margin: 0px;
    display: table-cell;
    vertical-align: middle;
}

.shopping_cart_input {
    padding: 0px;
    margin: 0px;
    text-align: right;
    font-size: 1.00em;
   /* width: 95px; */
    width:41px;
}

.shopping_cart_table_left {
    font-size: 1.75em;
    text-align: left;
    height: 43px;
    padding: 0px 5px;
    margin: 0px;
    display: table-cell;
    vertical-align: middle;
}

.shopping_cart_table_center {
    font-size: 1.75em;
    text-align: left;
    height: 43px;
    padding: 0px 5px;
    margin: 0px;
    display: table-cell;
    vertical-align:middle;
}

.shopping_cart_table_image {
    border-width: 0px;
    border-style: None;
    height: 75px;
    width: 75px;
}

.shopping_cart_table_description {
    text-align: left;
    width: 25%;
}

.shopping_cart_table_qty {
    text-align: left;
    width: 15%;
}

.customer_table_left {
    font-size: 1.5em;
    text-align: left;
    vertical-align: bottom;
    height: 25px;
    width: 50%;
}

.data_table_general {
    width: 100%;
}
/*table {
    border-collapse:collapse;
    border-spacing:0;
}*/

/*table tr {
  display: table-cell;
  vertical-align: text-bottom; 
}*/

.align_row tr {
    display: table-cell;
    vertical-align: text-bottom;
}

table td {
    display: table-cell;
    vertical-align: text-bottom;
  /*  padding: 10px;*/
}

.notes_header {
    font-size: 1.5em;
}

.notes {
    font-size: 1.25em;
    color: #FF0000;
}
.comments {
    font-size: 1.25em;
    /*color: #FF0000;*/
}

.free {
    font-size: 1.75em;
    font-weight: bold;
    color: #FF0000;
    display: table-cell;
    vertical-align: middle;
    text-align:right;
}







/*.auto-style2 {
    color: #FF0000;
}*/



/*.paragraph_text {
    font-size: 1.0em;
}

label {
    float: left;
    width: 150px;
    text-align: right;
    margin-right: 0.5em;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.form-field-no-caption {
    margin-left: 150px;
    padding-left: 0.5em;
}



td input    { width: 180px; }

.shopping_cart_table tr:hover {
  background: white;
}



/*.div_in_line {
    display: inline-block;
    width: 80%;
    height: 125px;
    margin: 10px;
    font-size: medium;
}*/



/*backcolor {
    background-color: white;
}*/

body {
    background-color: white;
    font-size: 100%;
}

/*h2 {
    color: #D40139;
}*/

/*td.main {
    background-color: white;
    color: black;
}

td.sidebar {
    font: 8px courier;
    BACKGROUND-COLOR: white;
    COLOR: black;
}

td.sidebar_head {
    font: 10px courier;
    background-color: black;
    color: white;
}

td.caption {
    font: 12px Lucida Calligraphy;
    BACKGROUND-COLOR: white;
    COLOR: black;
}

td.caption_image {
    background-image: url("../images/goldlog2.jpg");
}

tr.heading {
    background-image: url("../images/background_grey.gif");
}

td.heading {
    background-color: rgb(212,1,57);
    color: white;
}*/

a:visited {
    color: blue;
}

a:active {
    color: black;
}

a:hover {
    color: red;
}

img {
    display: block;
}
button {
	font-size:1.2em;
}

