/*Merchants--Use this file to make any edits that you wish to override styles in the main stylesheets. By making edits to this CSS file, your styles applied here will cascade and overwrite styles in the main CSS files. This will allow you to replace the entire contents of the main stylesheets should it become necessary to update those to fix styling issues with the themes without losing any of your custom styles.*/

#footer-table {
}

#footer-table td {
vertical-align: middle;
}

.lynns-table td {
padding: 6px;
}

#top-text-box {
width: 900px;
margin: auto;
text-align:left;
}

/* Floating Cart */

.cart-info.two {
width: 723px;
margin: 0;
padding: 0;
border: 3px solid #5f1b97;
font: normal 11px verdana,sans-serif;
background: #e6e6ff;
border-collapse: collapse;
float:right;
}

.cart-info.two td {
padding: 3px 5px;
margin: 0;
vertical-align: top;
font: normal 11px verdana,sans-serif;
width:717px;
}
.cart-info.two td.name {
width: 215px;
text-align: left;
}
.cart-info.two td.options {
width: 200px;
text-align: left;
}
.cart-info.two td.quantity,
.cart-info.two .footer td.quantity {
width: 35px;
text-align: right;
font-family: courier;
font-size: 9px;
}
.cart-info.two td.price-extended,
.cart-info.two .footer td.subtotal {
width: 50px;
text-align: right;
font-family: courier;
font-size: 9px;
}
.cart-info.two caption {
margin: 0;
padding: 3px 5px;
border: none;
font-weight: bold;
font-size: 12px;
text-align: center;
background: #f0f0f0;
width:717px;
}
.cart-info.two caption .title {
display: block;
float: left;
}
.cart-info.two caption .controls {
display: block;
float: right;
text-align: right;
}
.cart-info.two caption .controls .viewcart {
padding-right: 10px;
}
.cart-info.two caption .controls a {
color: #000;
text-decoration: underline;
font-weight: bold;
font-size: 10px;
text-transform: uppercase;
}
.cart-info.two caption .controls a:hover {
text-decoration: none;
}
.cart-info.two tbody.footer td {
border-top: 1px solid #444;
text-align: right;
}


