form {
    display: inline;
}

a img {
    border: 0;
}

h2 {
    border: 1px solid #778;
    margin: 25px 50px 25px 50px;
    background: #fff;
    padding: 10px;
}

h2 a, h2 a:link, h2 a:visited {
    color: #448;
}

button {
    background-color: #DDE;
    border: 2px outset #778;
}

#shop_menu {
    padding: 0 10px 0 10px;
    margin: 0;
    font-weight: bold;
    font-size: 0.9em;
    overflow: hidden;
    white-space: nowrap;
}

#shop_menu li {
    list-style: none;
    margin: 0;
    display: inline;
}

#shop_menu li a {
    display: block;
    float: left;
    height: 21px;
    width: 100px;
    padding: 5px 0 0 0;
    color: #448;
    margin: 0 3px 0 0;
    background: #DDE;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
    background: url(image/store/tab_normal.gif);
}

#shop_menu li a:link, #shop_menu li a:visited {
    color: #448;
}

#shop_menu li a:hover {
    color: #F00;
}

#shop_menu li a.current {
    background: url(image/store/tab_highlight.gif);
    cursor: default;
}

#shop_menu li a.current:hover {
    color: #448;
}

#shop_menu div.buttonBar {
    clear: both;
    margin: 0;
    padding: 0;
    background: url(image/store/btnBar.gif);
    height: 32px;
}

#shop_menu div.buttonBar img.rightEnd {
    float: right;
}

#shop_menu div.buttonBar img.leftEnd {
    float: left;
}

div.content {
    margin: 0 10px 10px 10px;
    padding: 0;
    border: 1px solid #778;
    background: #fff;
}

div.language {
    font-style: italic;
    margin-bottom: -10px;
}

div.prodheading p {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.products {
    margin: 0;
    padding: 0 10px 10px 10px;
    text-align: left;
}

div.products p img {
    float: left;
    margin: 0 5px 25px 0;
}

div.productFrame h4 {
    clear: both;
    margin: 0 0 5px 0;
    padding: 5px 0 0 0;
    border-top: 2px solid #778;
}

div.picture {
    float: left;
    padding: 0 10px 10px 2px;
    text-align: left;
}

div.summary {
    float: right;
    width: 9.5em;
    padding: 2px;
    text-align: right;
}

div.summary a, div.summary a:visited, div.summary a:link {
    color: #448;
}

p.description {
    font-weight: normal;
}

div.products table {
    border-collapse: collapse;
    width: 100%;
}

div.products td, th {
    border: 2px solid #778;
    padding: 2px;
}

div.products td {
    vertical-align: top;
}

div.products td img {
    border: 0;
    float: right;
    width: 50px;
}

div.products td a, div.products td a:visited, div.products td a:link {
    color:#448;
}

div.products th#code {
    width: 4em;
}

div.products th#up {
    width: 6em;
}

div.products th#qty {
    width: 4em;
}

div.products th#cost {
    width: 1em;
}

div.products td.center {
    text-align: center;
}

div.products td.money, div.products td.cost {
    text-align: right;
}

div.products td.cost, div.products th.cost {
    border-width: 2px 0 2px 2px;
}

div.products td.remove, div.products th.remove {
    width: 10px;
    border-width: 2px 2px 2px 0;
}

div.products td.remove img {
 border: 0;
}

div.products td.totalPad {
    border-width: 0;
    text-align: right;
    font-weight: bolder;
}

div.products td.total {
    border-width: 2px 0 2px 2px;
    font-weight: bolder;
    text-align: right;
}

div.products td input {
    background-color: #DDE;
    border: 2px solid #778;
    text-align: center;
    font-size: 0.8em;
    width: 3.5em;
}

div.products td button {
    font-size: 0.8em;
    width: 4.2em;
    padding: 0;
    margin: 0;
}

div.list {
    width: 100%;
}

div.list table {
    border: none;
    border-style: none;
    width: 100%;
}

div.list td, th {
    border: none;
    padding: 2px;
    padding-left: 50px;
    width: 50%;
    vertical-align: top;
}

div.list ul {
    font-weight: bold;
    padding-left: 50px;
}

button#checkoutBtn {
    float: right;
    margin: 5px;
}

p.disclaimer {
    font-size: smaller;
    margin: 0 30px 0 30px;
    font-style: italic;
}

div.orderLine {
    clear: both;
}

div.orderText {
    float: left;
    width: 10em;
    text-align: right;
    padding: 2px;
    margin: 0 5px 0 0;
}

div.orderButton {
    float: right;
    padding: 2px;
    margin: 0 5px 0 0;
}

div.orderForm {
    padding: 2px 0 2px 0;
    font-weight: bolder;
}

div.orderForm select{
    text-align: left;
}

div.orderForm input {
    width: 35em;
    background-color: #DDE;
    border: 2px solid #778;
}

div.orderForm input.checkbox {
    width: auto;
}

div.orderForm textarea {
    width: 35em;
    height: 8em;
    background-color: #DDE;
    border: 2px solid #778;
}

div.orderForm button {
	font-size: 1em;
	font-weight: bolder;
	margin-top: 5px;
	background-color: Lime;
}

div.specialrequest textarea {
    background-color: #E7E7E7;
    border: thin;
    border-color: Maroon;
    border-style: ridge;
    width: 90%;
    height: 55px;
    text-align: left;
}