body {
    background-color: #DEDEDE;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12;
    margin: 0px 0px 0px 0px;
}

ul {
    list-style-position: inside;
}

td {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12;
}

form {
    margin: 0px;
}

input {
    margin: 0px;
}

.nomargin {
    margin: 0px;
}

.search-form {
	font-family: Verdana, Arial, sans-serif;
    margin: 0px;
    font-size: x-small;
}

.normal-cp {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

.normal-text-header {
	font-size: 14px;
	font-weight: bold;
}

.normal-product-name {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.normal-product-desc {
    background-color: #7A8AB8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.normal-product-image {
    float: left;
    margin: 0 15px 10px 0;
}

.normal-pp-name {
    font-size: 24px;
    font-weight: bold;
}

.normal-pp-image {
    float: left;
    margin: 0 15px 10px 0;
}

.normal-pp-desc {
    font-size: 12px;
}

.normal-pp-option {

}

.normal-cart-column{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #21232F;
	font-weight: bold;
    text-align: center;
}

.normal-cart-item-name{
    color: #3D4F97;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 14px;
    padding: 5px 5px 5px 5px;
}

.normal-cart-text{
    color: #3D4F97;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 12px;
    padding: 5px 5px 5px 5px;
}

.normal-cart-price {
    color: #3D4F97;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
    padding: 5px 5px 5px 5px;
}


.normal-big-message {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.edit-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 17px;
	color: #0000FF;
}
a.blue:link {
	color: #000000;
}
a.blue:visited {
	color: #000000;
}
a.blue:active {
	color: #000000;
}
a.blue:hover {
	color: #000000;
}

.message {
    font-size: 12px;
    text-align: center;
    color: red;
}

.checkout-message {
    font-size: 14px;
    color: red;
}

.normal-cart-subtotal-row {
	background-color: #EAEEF5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
    color: #3D4F97;
	text-align: center;
    padding: 5px 5px 5px 5px;
}

.normal-cart-subtotal-price {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #3D4F97;
    padding: 5px 5px 5px 5px;
}

.normal-cart-overlord {
}

.normal-cart-row-a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 12px;
	background-color: #FFFFFF;
}

.normal-cart-row-b {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 12px;
	background-color: #F4F6FA;
}

.normal-checkout-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}

.normal-checkout-field {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: right;
}

.normal-checkout-subheading {
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

.normal-checkout-text2{
	font-size: 14px;
	font-weight:bold;
}

/* Additional Style Definitions: */

/* Default Template Style (Not working?)*/

.normal-text {
                background-color: #7A8AB8;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                padding: 5px 5px 5px 5px;
}

.normal-text-header {
                background-color: #7A8AB8;
                color: #000000;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                font-weight: bold;
                padding: 3px 5px 3px 5px;
}

/* this is fairly generic for each style */

.generic-lt-image {
                margin: 0px 5px 0px 0px;
                float: left;
}

/* "Water", medium blue header, medium blue body, no border */

.water-text {
                background-color: #7A8AB8;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                padding: 5px 5px 5px 5px;
}

.water-text-headless {
                background-color: #7A8AB8;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                padding: 5px;
}

.water-header {
                background-color: #7A8AB8;
                color: #FFFFFF;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 13px;
                font-weight: bold;
                padding: 3px 5px 3px 5px;
}

/* "Ocean", dark blue header, dark blue body, gray border */

.ocean-text {
                background-color: #3D4F97;
                color: #FFFFFF;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                padding: 5px 5px 5px 5px;
                border-top: solid 1px #21232F;
                border-left: solid 1px #21232F;
                border-right: solid 1px #21232F;
                border-bottom: solid 1px #21232F;
}

.ocean-text-headless {
                background-color: #3D4F97;
                color: #FFFFFF;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                padding: 5px;
                border-top: solid 1px #21232F;
                border-left: solid 1px #21232F;
                border-right: solid 1px #21232F;
                border-bottom: solid 1px #21232F;
}

.ocean-header {
                background-color: #3D4F97;
                color: #FFFFFF;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 13px;
                font-weight: bold;
                padding: 3px 5px 3px 5px;
                border-top: solid 1px #21232F;
                border-left: solid 1px #21232F;
                border-right: solid 1px #21232F;
}

/* "Shallows", light blue header, light blue body, dark blue border */

.shallows-text {
                background-color: #9EBEE5;
                color: #000000;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                padding: 5px;
                border-top: solid 1px #3D4F97;
                border-left: solid 1px #3D4F97;
                border-right: solid 1px #3D4F97;
                border-bottom: solid 1px #3D4F97;
}

.shallows-text-headless {
                background-color: #9EBEE5;
                color: #000000;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                padding: 5px;
                border-top: solid 1px #3D4F97;
                border-left: solid 1px #3D4F97;
                border-right: solid 1px #3D4F97;
                border-bottom: solid 1px #3D4F97;
}

.shallows-header {
                background-color: #9EBEE5;
                color: #000000;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 13px;
                font-weight: bold;
                padding: 3px 5px 3px 5px;
                border-top: solid 1px #3D4F97;
                border-left: solid 1px #3D4F97;
                border-right: solid 1px #3D4F97;
}


