html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    background-color: #ebf7fe;
    background-image: url('../images/page_bg.jpg');
    background-repeat: repeat-y;
    background-position: center top;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

#wrap {
    margin-left: auto;
    margin-right: auto;
    /* width: 1152px; */
    text-align: center;
}

#wrapInner {
    margin-left: auto;
    margin-right: auto;
    width: 990px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

#header {
    position: relative;
    width: 990px;
    height: 305px;
    background-image: url('../images/header_bg.png');
    background-repeat: no-repeat;
    background-position: top 25px;
}

#headerLower {
    position: absolute;
    bottom: 0;
    height: 75px;
}

#headerLowerTable {
    width: 980px;
}

#headerLowerLeftTd {
    vertical-align: bottom;
    width: 363px;
    height: 75px;
}

#headerLowerLeft {
    background-image: url('../images/subscribe_text.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 363px;
    height: 75px;
}

#headerSubscribeLink {
    display: block;
    width: 160px;
    height: 75px;
    margin-left: 65px;
}

#headerLowerCenterTd {
    width: 578px;
    vertical-align: bottom;
}

#headerLowerCenter {
    position: relative;
    /*text-align: center;*/ /* this was set to not center after 'members page' was removed from the menu and it looked too small */

    width: 578px;
    height: 42px;
    /* padding-top:10px; */
    background-image: url('../images/top_menu_bg.png');
    background-repeat: repeat-x;
}

#headerLowerRightTd {
    vertical-align: bottom;
    width: 39px;
    height: 42px;
}

#headerLowerRight {
    background-image: url('../images/top_menu_right.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 39px;
    height: 42px;
}

/* top menu styleing */
#headerLowerCenter ul.menu {
    width: 578px;
    margin: 0px;
    padding-top: 8px;
}

#headerLowerCenter li {
    display:inline;
    padding: 0px 20px 0px 0px;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size:16px;
    color:#0055a3;
}

#logoutmenu {
    position: absolute;
    top: 0px;
    left: 460px;
}

#pageBottom {
    margin-bottom: 20px;
}

#pageBottomTable {
    width: 980px;
}

#pageBottomLeftTd {
    width: 48px;
    height: 55px;
}

#pageBottomLeft {
    background-image: url('../images/bottom_menu_left.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 48px;
    height: 55px;
}

#pageBottomCenterTd {
    width: 884px;
}

#pageBottomCenter {
    text-align: center;
    width: 884px;
    height: 55px;
    background-image: url('../images/bottom_menu_bg.png');
    background-repeat: repeat-x;
}

#pageBottomRightTd {
    width: 48px;
    height: 55px;
}

#pageBottomRight {
    background-image: url('../images/bottom_menu_right.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 48px;
    height: 55px;
}

/* bottom menu styleing */
#pageBottomCenter ul.menu {
    width: 884px;
    /*margin: 0px;*/
    margin: 0 0 0 -25px;
    padding-top: 14px;
}

#pageBottomCenter li {
    display:inline;
    padding: 0px 25px 0px 25px;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size:16px;
    color:#0055a3;
}

#pageContent {
    margin-top: 17px;
    padding-bottom: 17px;
}

#contentLeftTd {
    vertical-align: top;
}

#contentLeft {
    /* width: 688px; */
    width: 980px;
}

#contentRightTd {
    margin-left: 15px;
    vertical-align: top;
}

/* styles for left side content area */
#contentLeft .contentHeading {
    position: relative;
    width: 980px;
    height: 32px;
    background-image: url('../images/content_header_wide.png');
    background-repeat: no-repeat;
    /* padding-top: 3px; */
}

.contentHeading span.contentHeaderText {
    position:absolute;
    top:3px;
    /* width: 600px; */ /* oversized width used to keed to the wider flash text from wrapping */
    width: 250px;
    margin: 0px 0px 0px 35px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:16px;
    color:#ffffff;
}

#pageContentContainer {
    /* width: 688px; */
    width: 978px; /* -2 px because of left and right borders */
    /* margin-bottom: 17px; */
    background-color: #fefeff;
    color: #0056ad;
    letter-spacing: normal;
    border-left: 1px solid #c8d4e7;
    border-right: 1px solid #c8d4e7;
    border-bottom: 1px solid #c8d4e7;
}

#agama{
    font-size: 9px;
    text-align: center;
    color: #8BC1DF;
}

#agama a{
    color: #8BC1DF;
    text-decoration: none;
}

#system-message {
    color: #0056ad;
    background-color:#FAFAD2;
	background-position:left 5px;
	background-repeat:no-repeat;
	border-color:#AACCAA;
	border-style:dotted none;
	border-width:1px 0pt;
	font-weight: 900;
	/*margin:1pt 1pt 1em 1em;*/
    margin:1pt 15px 1em 1em;
	padding:0.5em 1em 1.5em 48px;
}

#system-message dd ul {
    border: none;
    color: #0056ad;
    margin: 0px;
    list-style: none;
    padding: 10px;
}


#vmMainPage {
    /* width: 668px; */
    width: 958px; /* -2 px because of left and right borders on parent #pageContentContainer */
    margin-left: 10px;
    margin-right: 10px;
}

#vmMainPage h2, #vmMainPage h3 {
    margin: 0px;
    padding: 0px;
}

#browseTable {
    margin-top: 10px;  
}

/* styles for cells in catalog grid view */
.catGridLeft {
    text-align: center;
}

.catGridCenter {
    border-left: 1px solid #c8d4e7;
    border-right: 1px solid #c8d4e7;
    text-align: center;
}

.catGridRight {
    text-align: center;
}

/* styles for last row cells in catalog grid view */
.catGridLeftBottom {
    text-align: center;
}

.catGridCenterBottom {
    border-left: 1px solid #c8d4e7;
    border-right: 1px solid #c8d4e7;
    text-align: center;
}

.catGridRightBottom {
    text-align: center;
}

.catGridLeft .browseProductContainer, .catGridCenter .browseProductContainer, .catGridRight .browseProductContainer {
    border-bottom: 1px solid #c8d4e7;
}

.browseProductContainer {
    width: 208px;
    /*
    margin-left: 10px;
    margin-right: 10px;
    */
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    text-align: center;
}

.browseProductImageWrap {
    /* height: 180px; */
    height: 90px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.browseProductTextWrap {
    height: 60px;
}

.browseProductContainer h2 {
    margin: 0px;
    padding: 0px;
    color: #e8ae02;
    font-size: 14px;
}

.browseProductContainer h2 a {
    color: #e8ae02;
    font-size: 14px;
    font-family: Georgia, serif;
    text-decoration: none;
}

.browseProductShortDesc {
    color: #0056ad;
    font-size: 14px;
    font-family: Georgia, serif;
}

.browseProductPrice {
    height: 30px;
    color: #e8ae02;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

/* styles for right side cart module */
#contentRight{
    width: 276px;
    margin-left: 15px;
}

#contentRight .contentHeading {
    position: relative;
    width: 276px;
    height: 32px;
    /* padding-top: 3px; */
    background-image: url('../images/cart_mod_header.png');
    background-repeat: no-repeat;
}

/*
.moduletable_cart {
    position: relative;
    width: 276px;
    height: 32px;
    padding-top: 3px;
    background-image: url('../images/cart_mod_header.png');
    background-repeat: no-repeat;
}

.moduletable_cart h3 {
    position: absolute;
    top: 3px;
    margin:0px 0px 0px 35px;
    padding: 0px;
}
*/

.vmCartModule {
    border-left: 1px solid #c8d4e7;
    border-right: 1px solid #c8d4e7;
    border-bottom: 1px solid #c8d4e7;
    padding: 15px;
    background-color: #fefeff;
    color: #0056ad;
    font-family: Arial, sans-serif;
    letter-spacing: 1;
}

#miniCartNumProducts {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
}

#miniCartNumProducts span {
    color: #005d9f;
    font-size: 14px;
    font-weight: bold;
}

.miniCartProductName {
    margin-top: 15px;
    color: #005d9f;
    font-size: 12px;
    font-weight: normal;
}

.miniCartProductName a {
    color: #005d9f;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

.miniCartProductPrice {
    color: #e8ae02;
    font-size: 14px;
    font-weight: normal;
}

#miniCartSubtotal {
    margin-top: 10px;
    margin-bottom: 25px;
    border-top: 1px solid #c8d4e7;
    padding-top: 10px;
    color: #005d9f;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

#miniCartSubtotal span {
    color: #e8ae02;
    font-size: 14px;
    font-weight: bold;
}

/* product detail page styles */
.productDetailLeft {
    vertical-align: top;
    text-align: center;
    padding-right: 10px;
}

.productDetailLeft a {
    color: #0056ad;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.productDetailRight {
    vertical-align: top;
    text-align: left;
}

.buttons_heading {
    display: none;
}

.productDetailName {
    color: #e8ae02;
    font-family: Georgia, serif;
    font-size: 18px;
    font-weight: bold;
}

.productDetailShortDesc {
    color: #0056ad;
    font-family: Georgia, serif;
    font-size: 14px;
    font-weight: normal;
}

.productDetailPrice {
    float: right;
    color: #e8ae02;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.productDetailText {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

/* styles for product options on detail page */
.productDetailAddCart label {
    color: #0056ad;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

.addToCartFormTable td {
    text-align: left;
    vertical-align: top;
}

.productDetailOptionsTd {
    padding-left: 30px;
    padding-top: 7px;
}

#productDetailCartButton {
}

.vmCartDetails {
}

/* back to products list link */
.productDetailReturn {
    margin-left: 47px;
    margin-top: 10px;
    color: #0056ad;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.productDetailReturn a {
    color: #0056ad;
    text-decoration: none;
    text-transform: uppercase;
}

#recommendationsHeader {
    margin-top: 50px;
    border-bottom: 1px solid #c8d4e7;
}

.productRecommendationsTable {
    margin: 0px;
    border-spacing: 0px 10px;
}

.productRecommendationsTable td {
    text-align: center;
    vertical-align: top;
}

.productRecommendationsTable td.recommendationsCenterTd {
    border-left: 1px solid #c8d4e7;
    border-right: 1px solid #c8d4e7;
    text-align: center;
}

/* shopping cart styles */
.cartTable {
    margin-top: 5px;
    border-bottom: 1px solid #c8d4e7;
}

.cartTable tr.sectiontableheader th {
    border-bottom: 1px solid #c8d4e7;
    padding: 0 10px 0 10px;
}

.cartTable td {
    vertical-align: center;
    padding: 5px 10px 5px 10px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.cartTable tr.sectiontableentryfirst td{
    vertical-align: center;
    padding: 10px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.cartTable tr.sectiontableentry1 td, .cartTable tr.sectiontableentry2 td {
    vertical-align: center;
    border-top: 1px dashed #c8d4e7;
    padding: 10px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.cartTable td a {
    color: #000000;
    text-decoration: none;
}

.cartTable td a:hover {
    color: #000000;
    text-decoration: underline;
}

.cartTable td.cartImageTd {
    width:10%;
}

.cartTable td img {
    margin-right: 15px;
}

#cartTotals {
    float: right;
    width: 200px;
    margin-top: 8px;
    border: 1px solid #c8d4e7;
    background-color: #f1f4f8;
}

.cartTotalsTable {
    width: 170px;
    margin: 7px 15px 7px 15px;
}

.cartTotalsTable td {
    color: #005d9f;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

#couponTextTable {
    margin-top: 7px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.cartCheckoutButton {
    float: right;
}
.cartCheckoutButton form {
    float: left;
    margin-right: 30px;
}

#checkoutShippingTable {
    width: 100%;
}

.checkoutShippingTableTd {
    width: 50%;
    vertical-align: top;
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.labelCell {
    color: #0056ad;
    font-weight: normal;
}

h4, h5 {
    margin: 0px;
    padding: 0px;
    color: #0056ad;
    font-size: 14px;
    font-weight: normal;
}

fieldset {
    border: none;
}

fieldset legend {
    display: none;
}

/*
#vmMainPage{
      background-color: #0072BC;
      color: #FFFFFF;
      margin-bottom: 10px;
      font-family: Arial, Helvetica, sans-serif;
}

#vmMainPage td{
      color: #FFFFFF;
      font-family: Arial, Helvetica, sans-serif;
}

#vmMainPage a{
     color: #C0C0C0;
}

.vmCartContainer{
     color: #000000;
}

.browseProductContainer{
     border: 1px solid #FFFFFF;
     margin: 2px 4px 2px 4px;
}

.browseProductDescription{
     margin-left: 300px;
     text-align: left;
}

.browseAddToCartContainer{
     display: block;
}

.browseProductTitle {
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	margin-top: 3px;
    width: auto;
	float: left;
}

#cartLink{
    margin-top: 3px;
}
*/

/* styles for title, sort dropdown and add to cart button on the browse page */
/*
.shopHeaderTable {
    width: 100%;
}

.shopHeaderTable .shopHeaderTitle{
    text-align: left;
    vertical-align: top;
    padding-left:5px;
}

.shopHeaderTable .shopHeaderSort {
    text-align: center;
    vertical-align: top;
}

.shopHeaderTable .shopHeaderCart {
    text-align: right;
    vertical-align: top;
}

.shopHeaderReturn {
    text-align: right;
    vertical-align: top;
    padding-right: 5px;
}
*/

/* styles for the cart page */
/*
.cartTable {
    border-bottom: 1px solid #c0c0c0;
}
.cartTable .sectiontableheader th {
    color: #ffffff;
    border-bottom: 3px solid #c0c0c0;
    padding: 0 5px 0 5px;
}
.cartTable td {
    padding: 3px 5px 0 5px;
}
.cartTable .sectiontableentry1 td {
    border-bottom: 1px solid #c0c0c0;
}
.couponTextTd {
    padding-left: 5px;
    text-align: left;
    vertical-align: top;
}
.couponFieldTd {
    text-align: right;
    vertical-align: top;
}
.cartCheckoutButton {
    width: 100%;
    padding-bottom: 3px;
    border-top: 2px solid #c0c0c0;
    text-align: right;
}
.cartCheckoutButton form {
    margin: 3px 2px 0 0;
}
*/

