/*

Red - #d52018
Orange - #dc6f11
Yellow - #fdf600
Green - #86cb21 
Blue - #0090d8
Purple - #684087
Pink - #d81078

Background - #fafcfb

Dark Gray - #c4d0c9
Light Gray - #d6d8d7

*/

html {
    background-color:#eff9f2;
    /*background-image:url(/graphics/backgrounds/back_01.gif);*/
}

body, div, td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000;
}

/* DEFAULT TEXT STYLES */

a { color:#6288ba; text-decoration:none; }

h1 {
    font-size:18px;
    font-weight:bold;
    color:#d81078;
}

h3 {
    font-size:14px;
    font-weight:bold;
    color:black;
}

h4 {
    font-size:14px;
    font-weight:bold;
    color:#d81078;
}

.personalize_title {
    font-size:14px;
    font-weight:bold;
    color:#d81078;
    line-height:30px;
}

/* OBJECTS */

#holder {
    width:960px;
    background-color:#fafcfb;
}

#top {
    position:relative;
    height:100px;
    background-color:#d81078;
    /*border-bottom:dashed 2px black; */
}

#top div.left {
    position:absolute;
    left:30px;
    top:10px;
}

#top div.mid {
    position:absolute;
    left:310px;
    top:20px;
    text-align:right;
}

#top div.right {
    position:absolute;
    right:20px;
    top:10px;
    text-align:right;
}

#top div.right img.btn {
    margin:0 0 0 10px;
}

#nav {
    text-align:left;
    background-color:#e6f5ec;
    border-bottom:dashed 1px #c4d0c9;
}

#nav img {
    margin:5px 10px 3px 10px;
}

#wrap {
    width:960px;
    background:#fff;
}

#main_home {
    position:relative;
    width:100%;
    
    background-color:#FFF;
}

#main_home td.left_home {
    margin:0;
    padding:0;
}

#main_home td.news_home {
    width:230px;
    padding:20px;
    vertical-align:top;
    background-color:#FFF;    
}

#flash_home {
    width:690px;
    height:400px;
    float:left;   
}

#flash_home2 {
    width:960px;
    height:415px;
    float:left;   
}

.news_title {
    font-family:Arial, sans-serif;
    font-size:20px;
    font-weight: bold; 
    color:#333; 
}

.news_date {
    font-family:Arial, sans-serif;
    font-size:12px;
    font-style: italic;
    line-height:24px; 
    color:#86cb21; 
}

.news_blurb {
    font-family:Arial, sans-serif;
    font-size:11px;
    line-height:16px;
}

#main_sec {
    position:relative;
    width:100%;
    margin:20px 0 20px 0;
}

#inside {
    position:relative;
    width:100%;
}

#bottom {
    position:relative;
    width:100%;
    height:100px;
    background-color:#0090d8;
}

#bottom div {
    font-family:Arial;
    font-size:10px;
    font-weight:bold;
    
    color:#dcf5e5; 
}

#bottom div.left {
    position:absolute;
    left:20px;
    top:20px;

    line-height:16px;
}

#bottom div.left img.logo{
    
}

#bottom div.mid {
    position:absolute;
    left:120px;
    top:20px;
    width:230px;
}

#bottom div.nav {
    position:absolute;
    right:20px;
    top:20px;
}

#bottom div.nav a {
    margin:6px;
    font-size:11px;
    color:#dcf5e5;
    text-decoration:none;
}

#bottom div.nav a:hover {
    color:#fff; 
}

#bottom div.right {
    position:absolute;
    left:447px;
    top:65px;
    height:50px;
    width:463px;
    line-height:24px;
}

/* FORM INPUTS */

input.txtbox {
    border:dashed 1px #00b4ef;
}

textarea.txtarea {
    width:300px;
    height:60px;
    border:dashed 1px #00b4ef;  
}

/* CATALOG */

#standard_2column {
    width:960px;
    margin:0;
}

#standard_2column td.left {
    width:200px;
    text-align:left;
    vertical-align:top;
    background-color:#e6f5ec;
}

#standard_2column td.left a {
    font-size:12px;
}

#standard_2column td.right {
    vertical-align:top;
    background-color:#FFF;
}

#prodcat_3column {
    border:solid 1px red;
}

.cat_nav_top {
    line-height:25px;
    font-weight:bold;
    color:#d81078;
}

.cat_nav {
    margin-left:6px;
    line-height:18px;
}

.cat_nav:hover {
    text-decoration:underline;  
}

.cat_nav_active {
    margin-left:6px;
    line-height:18px;
    font-weight:bold;
}

.cat_nav_inner {
    font-size:12px;
}

.cat_nav_inner:hover {
    text-decoration:underline;
}

#table_subcat_3 {
    width:96%;
}

.input_qty {
    height:20px;
    font-size:12px;
    text-align:center;
}

#subcat_page_3_table {
    background-color:#e6f5ec;
    border:dashed 1px #c4d0c9;  
}

#subcat_page_3_table td {
    font-size:12px;    
}

#subcat_page_3_table td.col_1 { /* sku */
    font-style:italic;
    color:gray;
}

#subcat_page_3_table td.column_label {
    color:#000;
    font-weight:bold;
}

#productdetail {
    width:100%;
    background-color:#FFF;
}

#productdetail td.prod_image {
    width:48%;
    text-align:center;
    vertical-align:top;
}

#productdetail td.prod_info {
    text-align:left;
    vertical-align:top;
    font-size:12px;
    line-height:18px;
}

#productdetail td.prod_info span.note {
    font-size:11px;
    font-style: italic;
}

#productdetail td.prod_info h1 {
    font-size:15px;
    color:#d81078;
}

#productdetail td.prod_buttons {
    padding:20px;
    text-align:center;
    vertical-align:middle;
}

#productdetail img {
    
}

#productdetail td.prod_related {

}

.prod_thumb {
    border:solid 1px #d1d1d1;
}

a.productlist_name {
    font-size:10px;
    font-weight:bold;
}

span.productlist_itemnum {
    font-size:10px;
    font-style: italic; 
}

span.productlist_price {
    font-size:10px;
    font-weight:bold; 
}

span.productlist_crumbs {
    font-size:12px;
    font-weight:bold;
}

#breadcrumbs {
    font-size:12px;
    text-align:left;
    padding-left:12px;
    height:30px;
}

#breadcrumbs a {
    
}

/* Mailing List */
#mailingform_wrap {
    padding: 25px 0 25px 0;
    background-color:#e6f5ec;
    border:dashed 1px #c4d0c9;
}

#mailingform_wrap  td {
    font-size:11px;
}

.mailingform_unsub {
    padding-left: 25px;
    background-color:#e6f5ec;
    border:dashed 1px #c4d0c9;
}

.mailingform_unsub td {
    font-size:11px;
    font-weight:bold;
}

/* Pop ups */
#shader {
    position:absolute;
    top:0px;
    width:100%;
    height:100%;
    background-image:url(/graphics/bg_shade.png);
    background-repeat:repeat-x;
    visibility:hidden;
    z-index:200;
}

#theLayer {
    position:absolute;
    width:600px;
    left:100;
    top:100;
    visibility:hidden;
    z-index:201;
}

#img_pop_content_area {
    width:100%;
    background-color:#FFF;
}

/* Shopping Cart */
#cart_table1 {
    border:dashed 1px #e6e6e6;    
}

#cart_table1 td.toprow {
    background-color:#d81078;    
}

#cart_table1 td.labelrow {
      
}

#cart_table1 td.rowdivider {
    border-top:dotted 1px #e6e6e6;      
}

#cart_table1 img.productimage {
    border:none;
}

#cart_table1 td.col1 {
    width:500px;        
}

#cart_table1 td.col2 {
    border-left:solid 1px #e6e6e6;
    border-bottom:solid 1px #e6e6e6;        
}

#cart_table1 td.col3 {
        
}

#cart_table1 td.col4 {
        
}

#cart_table1 td.col5 {
        
}

#cart_table1 td.col6 {
        
}

#cart_accinfo_table td.req {
    font-weight:bold;
}

#cart_shipto {
    border:dashed 1px #e6e6e6;
}

#cart_shipto td {
    text-align:left;
    vertical-align:top;
}

#cart_shipto td.toprow {
    /*background-color:#EA5724;*/
    background-color:#d81078;
    color:white;
    font-weight:bold;
}

cart_shipto td.labelrow {

}

#errorblock {
    color:#EA5724;
    border:solid 1px #e6e6e6;
    background-color:#f2f2f2; 
}

td.productdescription {
    font-weight:bold;
    padding-top:10px;
}

td.dotmybottom {
    border-bottom:dotted 1px #e6e6e6;
}

/* Personalization */