/*****************************************************************************/
/*
/*  layout
/*
/*/

/* general */

body {
    margin: 0;
    padding: 20px 0 30px 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #225E78;
}

a:visited {
    color: #225E78;
}

#frame {
    margin: 0 auto 0 auto;
    width: 750px;
}

h1 {
    margin: 0 0 5px 0;
}

h2 {
  margin: 0 0 5px 0;
}

h3 {
  line-height: 1.5;
  margin: 8px 0 2px 0;
}

p {
    line-height: 1.5;
    margin: 0 0 10px 0;
}

div.first,
p.first,
h3.first {
    margin-top: 0;
}

.clearer {
    clear: both;
}

.section {
    margin-top: 15px;
}

.subsection {
    margin: 5px 0 5px 0;
}

.first_section {
    margin-top: 0;
}

ul.list li {
    margin: 2px 0 2px 0;    
}

.horizontal_list li {
    float: left;
    margin-right: 5px;
}


/* columns */

.column {
    float: left;
    margin-right: 30px; 
    min-height: 1px;
}

.last_column {
    margin-right: 0;
}

.column1 {
    width: 315px;
}

.column2 {
    width: 405px;
}



/* grid */

.grid_cell {
    float: left;
    margin-left: 50px;
    margin-top: 50px;
    width: 150px;
}

.grid_cell .index_caption,
.grid_cell .index_subcaption {
    width: 145px; /* hack for IE6 */
}

.grid_cell_small {
    float: left;
    margin-left: 30px;
    margin-top: 30px;
}

.grid_cell_first_column {
    margin-left: 0 !important;
}

.grid_cell_first_row {
    margin-top: 0 !important;
}

.index_image {
    display:block;
}

.index_image {
    width: 150px;
    height: 150px;
    text-align: center;
}

.blank_index_image {
    width: 150px;
    height: 150px;
    background-color: #ddd;
}

.large_caption,
.index_caption,
.product_caption {
    margin-top: 12px;
    text-align: center;
}

.index_subcaption {
    text-align: center;
    margin-top: 0px;
}


/* error message */

.errorExplanation,
ul.errors,
div.message {
    background-color: #225E78;
    padding: 5px 8px 5px 8px;
    margin-bottom: 10px;
}

.errorExplanation li,
ul.errors li {
    margin: 2px 0 2px 0;
}


/* tabs */

ul.tab_group li {
    float: left;
    margin-right: 5px;
    background-color: #225E78;
    padding: 3px 0 3px 0;
    width: 18px;
    cursor: pointer;
    text-align: center;
}

ul.tab_group li.selected {
    background-color: #BBC7D1;
}


/* forms */

table.form td {
    vertical-align: top;
    padding: 0 12px 8px 0;
    border: 0;
}

table.form td.label {
    min-width: 100px;
}

div.hint {
    margin-top: 2px;
}

div.field {
    overflow: auto;
    margin-top: 10px;
}

div.field div.label {
    float: left;
    width: 110px;
}

div.field div.control {
    float: left;
}

div.field label {
}

div.checkout_frame div.column1,
div.checkout_frame div.column2 {
    width: 360px;
}

/*****************************************************************************/
/*
/*  typography
/*
/*/

body, input, select, textarea, button {
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
}

a:hover {
    color: #225E78;
}

#checkout,
#checkout a {
    color: #000;
    text-transform: lowercase;
}

#login-register a {
    color: #225E78;
    text-transform: lowercase;
}

.menuitem,
.menuitem a,
table.basket th,
table.menu td,
table.menu td a {
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
}

.menuitem a:hover {
    color: #225E78;
}

h1,
h2,
#crumbs,
#crumbs a,
.large_caption,
.index_caption,
.product_caption {
    font-family: palatino linotype, georgia;
    color: #225E78;
    text-transform: lowercase;
    font-weight: normal;
    font-style: italic;
}

h3 {
font-size:12px;
font-weight:normal;
text-transform:uppercase;
}

/*#flash {
    font-size: 14px;
    font-family: palatino linotype, georgia;
    color: #225E78;
    font-weight: normal;
    font-style: italic;
}
*/
#notice {
    color: green;
}

#warning {
    color: yellow;
}

#error {
    color: red;
}

h1.story {
    text-transform: none;
}


#footer ul,
table.cart th,
#pager,
#product_image_tabs,
#product_style,
#product_style a,
#product_style_menu,
#product_style_menu a,
#product_code,
#product_materials,
#product_materials a,
.index_subcaption,
.mention_caption {
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
}

#copyright {
    font-size: 9px;
}

.index_subcaption {
    color: #225E78;
}


#crumbs {
    font-size: 22px;
}

.large_caption,
.index_caption,
.product_caption {
    font-size: 20px;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 20px;
}

.crumb_separator {
    color: #999;
}

.crumb a:hover {
    color: #000;
}

#product_materials a:hover {
    color: #225E78;
}

#product_style_menu a:hover {
    color: #225E78;
}

button#add_to_cart_button {
}

.disabled_pager {
    color: #888;
}


.errorExplanation,
.errorExplanation h2,
ul.errors,
div.message {
    font-weight: bold;
    color: #fff;
}

ul.tab_group li {
    font-size: 10px;
    color: #fff;
    font-weight: bold;
}

.press_index_caption {
    text-transform: none;
}

.notice {
    color: #992C54;
    /* font-weight: bold; */
}