/*Navigation*/
  .category_path_nav{
    position: relative;
    z-index: 1;
  }

  .directory_table{
    width: 735px;
    background: url('../images/stateline_lattice_wide_bg.png');
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border: 2px #6b3b2c solid;
  } 
  
  .directory_table tr td{
    width: 245px;
    height: 30px;
    text-align: center;
    font-family: font-family: Tahoma, 'sans serif';
    font-weight: bold;
  } 
  
  .directory_table tr td a{
    color: #ffffff;
    text-decoration: none;
  } 
  
  .directory_table tr td a:hover{
    color: #6d9dff;
    text-decoration: underline;
  } 
  
  .search_td{
    width: 735px;
    height: 30px;
  }

  .search_bttn{
    width: 51px;
    height: 16px;
    background: url('../images/stateline_search.png') no-repeat;
    margin: 0px;
    padding: 0px;
    border: 0px;
  }

  .search_bttn_h{
    width: 51px;
    height: 16px;
    background: url('../images/stateline_search.png') 0px -16px no-repeat;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    border: 0px;
  }

  #item_search{
    width: 400px;
  }

  #category_search_input{
    width: 735px;
  }  
/*Navigation*/



/*User Topbar*/
  .store_menu{
    width: 735px;
    height: 20px;
    background: url('../images/stateline_lattice_wide_bg.png');
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;    
    margin-bottom: 30px;
    border: 2px #6b3b2c solid;
  }

  .store_menu div{
    height: 15px;
    position: relative;
    top: 2px;
    float: right;
    margin-left: 15px;
    margin-right: 5px;
  }  
  
  .store_menu a{
    color: #aaaaff;
    text-decoration: none;
  }
  
  .store_menu a:hover{
    color: #ff8080;
  }  
  
  .store_menu div a img{
    height: 15px;
  }
    
  .store_menu div.my_account{
    width: 66px;
    background: url('../images/stateline_my_account.png') no-repeat;
  }

  .store_menu div.my_account_h{
    width: 66px;
    background: url('../images/stateline_my_account.png') 0px -15px no-repeat;
    cursor: pointer;
  }

  .store_menu div.my_account_h img{
    width: 66px;
  }   
  
  .store_menu div.cart_checkout{
    width: 76px;
    background: url('../images/stateline_cart_checkout.png') no-repeat;
  }

  .store_menu div.cart_checkout_h{
    width: 76px;
    background: url('../images/stateline_cart_checkout.png') 0px -15px no-repeat;
    cursor: pointer;
  }

  .store_menu div.cart_checkout_h img{
    width: 76px;
  }
  
  .store_menu div img.cart_checkout{
    width: 76px;
  } 
  
  .store_menu div.user_logout{
    width: 37px;
    background: url('../images/stateline_logout.png') no-repeat;
  }

  .store_menu div.user_logout_h{
    width: 37px;
    background: url('../images/stateline_logout.png') 0px -15px no-repeat;
    cursor: pointer;
  } 
  
  .store_menu div.user_logout_h img{
    width: 37px;  
  }   
/*User Topbar*/ 



/*Cart Topbar*/
  .store_menu div.checkout{
    width: 48px;
    background: url('../images/stateline_checkout.png') no-repeat;
  }

  .store_menu div.checkout_h{
    width: 48px;
    background: url('../images/stateline_checkout.png') 0px -15px no-repeat;
    cursor: pointer;
  }

  .store_menu div img.checkout{
    width: 48px;
  }  
  
  .store_menu div.return_to_store{
    width: 78px;
    background: url('../images/stateline_return_to_store.png') no-repeat;
  }

  .store_menu div.return_to_store_h{
    width: 78px;
    background: url('../images/stateline_return_to_store.png') 0px -15px no-repeat;
    cursor: pointer;
  }

  .store_menu div img.return_to_store{
    width: 78px;
  }    

  .store_menu div.update_quantities{
    width: 91px;
    background: url('../images/stateline_update_quantities.png') no-repeat;
  }

  .store_menu div.update_quantities_h{
    width: 91px;
    background: url('../images/stateline_update_quantities.png') 0px -15px no-repeat;
    cursor: pointer;
  }

  .store_menu div img.update_quantities{
    width: 91px;
  }   
  
  .store_menu div.remove_selected{
    width: 80px;
    background: url('../images/stateline_remove_selected.png') no-repeat;
    float: left;
  }

  .store_menu div.remove_selected_h{
    width: 80px;
    background: url('../images/stateline_remove_selected.png') 0px -15px no-repeat;
    float: left;
    cursor: pointer;
  }

  .store_menu div img.remove_selected{
    width: 80px;
  }    

  .store_menu div.select_all{
    width: 51px;
    background: url('../images/stateline_select_all.png') no-repeat;
    float: left;
  }

  .store_menu div.select_all_h{
    width: 51px;
    background: url('../images/stateline_select_all.png') 0px -15px no-repeat;
    float: left;
    cursor: pointer;
  }

  .store_menu div img.select_all{
    width: 51px;
  }  
/*Cart Topbar*/



/*Login Topbar*/
  .store_login_menu{
    width: 735px;
    height: 20px;
    background: url('../images/stateline_lattice_wide_bg.png');
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    margin-bottom: 30px;
    border: 2px #6b3b2c solid;
  }
  
  .store_login_menu a{
    color: #aaaaff;
    text-decoration: none;
  }  
  
  .store_login_menu a:hover{
    color: #ff8080;
    text-decoration: none;
  }    

  .store_login_menu div{
    position: relative;
    top: 2px;
    float: right;
    margin-left: 15px;
    margin-right: 5px;
  }

  .store_login_menu div.user_login_div{
    width: 230px;
    height: 17px;
  }    
  
  .store_login_menu div.register{
    width: 44px;
    height: 15px;
    position: relative;
    top: 3px;    
    background: url('../images/stateline_register.png') no-repeat;
  }

  .store_login_menu div.register_h{
    width: 44px;
    height: 15px;
    position: relative;
    top: 3px;     
    background: url('../images/stateline_register.png') 0px -15px no-repeat;
    cursor: pointer;
  }

  .store_login_menu div.register_h a img{
    width: 44px;
    height: 15px;
  }
  
  .user_login_form{
    margin: 0px;
    padding: 0px;
    border: 0px;
  }

  .user_login{
    width: 90px;
    height: 16px;
    font-family: Arial, 'sans serif';
    font-size: 10pt;
    position: relative;
    top: -2px;
    border: 1px #6b3b2c solid;
  }

  .user_login_submit{
    width: 33px;
    height: 15px;
    background: url('../images/stateline_login.png') no-repeat;
    position: relative;
    top: 2px;
  } 
  
  .user_login_submit_h{
    width: 33px;
    height: 15px;
    background: url('../images/stateline_login.png') 0px -15px no-repeat;
    position: relative;
    top: 2px;
    cursor: pointer;
  }
/*Login Topbar*/ 


/*Admin Topbar*/
  .store_admin_menu{
    width: 735px;
    height: 20px;
    background: url('../images/stateline_lattice_wide_bg.png');
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;    
    margin-bottom: 30px;
    border: 2px #6b3b2c solid;
  }

  .store_admin_menu div{
    position: relative;
    top: 2px;         float: right;
    margin-left: 15px;
    margin-right: 5px;
  }

  .store_admin_menu div.promotions{
    width: 58px;
    height: 15px;
    background: url('../images/stateline_promotions.png') no-repeat;
  }

  .store_admin_menu div.promotions_h{
    width: 58px;
    height: 15px;
    background: url('../images/stateline_promotions.png') 0px -15px no-repeat;
    cursor: pointer;
  }

  .store_admin_menu div img.promotions_link{
    width: 58px;
    height: 15px;
  }

  .store_admin_menu div.categories{
    width: 54px;
    height: 15px;
    background: url('../images/stateline_categories.png') no-repeat;
  }

  .store_admin_menu div.categories_h{
    width: 54px;
    height: 15px;
    background: url('../images/stateline_categories.png') 0px -15px no-repeat;
    cursor: pointer;
  }

  .store_admin_menu div img.categories_link{
    width: 54px;
    height: 15px;
  } 
  .store_admin_menu div.transactions{
    width: 66px;
    height: 15px;
    background: url('../images/stateline_transactions.png') no-repeat;
  }

  .store_admin_menu div.transactions_h{
    width: 66px;
    height: 15px;
    background: url('../images/stateline_transactions.png') 0px -15px no-repeat;
    cursor: pointer;
  }

  .store_admin_menu div img.transactions_link{
    width: 66px;
    height: 15px;
  }     
  .store_admin_menu div.users{
    width: 32px;
    height: 15px;
    background: url('../images/stateline_users.png') no-repeat;
  }

  .store_admin_menu div.users_h{
    width: 32px;
    height: 15px;
    background: url('../images/stateline_users.png') 0px -15px no-repeat;
    cursor: pointer;
  }

  .store_admin_menu div img.users_link{
    width: 32px;
    height: 15px;
  }  /*Admin Topbar*/



/*Item List*/
  .item_list{
    width: 735px;
    background: url('../images/stateline_lattice_wide_bg.png');
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
    border: 2px #6b3b2c solid;
  }

  .item_list .itemized_list_narrow{
    width: 715px;
  }

  .item_list .itemized_list_narrow tr .thumbnail{
    width: 95px;
  }

  .item_list .itemized_list_narrow tr .thumbnail img{
    width: 75px;
    height: 75px;
    border: 1px white solid;
  }

  .item_list .itemized_list_narrow tr .price{
    width: 100px;
    font-family: Arial;
    font-weight: bold;
    font-size: 14pt;
    text-align: center;
  }

  .item_list .itemized_list_narrow tr .price div img{
    width: 52px;
    height: 34px;
  } 
  
  .item_list .itemized_list_narrow tr.row1 .price .add{
    width: 45px;
    height: 29px;
    background: url('../images/stateline_add_to_cart.png') no-repeat;
    position: relative;
    left: 28px;
  }   
  
  .item_list .itemized_list_narrow tr.row1 .price .add_h{
    width: 45px;
    height: 29px;
    background: url('../images/stateline_add_to_cart.png') 0px -29px no-repeat;         
    cursor: pointer;
    position: relative;
    left: 28px;
  } 
  
  .item_list .itemized_list_narrow tr.row2 .price .add{
    width: 45px;
    height: 29px;
    background: url('../images/stateline_add_to_cart_blue.png') no-repeat;
    position: relative;
    left: 28px;
  }    
  
  .item_list .itemized_list_narrow tr.row2 .price .add_h{
    width: 45px;
    height: 29px;
    background: url('../images/stateline_add_to_cart_blue.png') 0px -29px no-repeat;         
    cursor: pointer;
    position: relative;
    left: 28px;
  }    
  .item_list .itemized_list_narrow tr .info table tr td{
    text-align: left;
    vertical-align: top;
  } 
  
  .item_list .itemized_list_narrow tr .info table tr .name{
    font-family: Arial;
    font-weight: bold;
    font-size: 14pt;
  }
/*Item List*/



/*Item Promotion List*/
  .item_promotion_row{
    width: 715px;
    overflow: hidden;
  }

  .item_promotion{
    width: 355px;
    float: left;
  }

  .item_promotion#right{
    position: relative;
    left: 5px;
  } 
  
  .item_promotion div{
    color: #ffffff;
    font-family: Tahoma, 'sans serif';
    font-weight: normal;
    font-size: 12pt;
  }
  
  .item_promotion div a{
    color: #ffffff;
    text-decoration: none;
  }
  
  .item_promotion div a:hover{
    color: #ddddff;
    text-decoration: none;
  }  

  .item_promotion .name{
    font-family: Arial;
    font-weight: bold;
    font-size: 16pt;
  }

  .item_promotion .picture img{
    width: 300px;
    height: 300px;
    border: 1px white solid;
  }

  .item_promotion .description{
    width: 300px;
    text-align: justify;
    margin-bottom: 20px;
  }

  .item_promotion .money{
    width: 300px;
    overflow: hidden;
    margin-bottom: 40px;
  } 
  
  .item_promotion .money div{
    float: left;
  }

  .item_promotion .money .price{
    width: 100px;
    font-family: Arial, 'sans serif';
    font-weight: bold;
    text-align: left;
  }

  .item_promotion .money .promotions{
    width: 200px;
    text-align: right;
  } 
  
  .item_promotion .money .favorites{
    width: 150px;
    height: 29px;
    background: url('../images/stateline_add_to_favorites.png') no-repeat center 0px;
  }
  
  .item_promotion .money .favorites a img{
    width: 58px;
    height: 29px;
  }

  .item_promotion .money .favorites_h{
    width: 150px;
    height: 29px;
    background: url('../images/stateline_add_to_favorites.png') no-repeat center -29px;
  }
  
  .item_promotion .money .favorites_h a img{
    width: 58px;
    height: 29px;
  }  
  
  .item_promotion .money .cart{
    width: 150px;
    height: 29px;
    background: url('../images/stateline_add_to_cart.png') no-repeat center 0px;
  }  
  
  .item_promotion .money .cart a img{
    width: 46px;
    height: 29px;
  }  

  .item_promotion .money .cart_h{
    width: 150px;
    height: 29px;
    background: url('../images/stateline_add_to_cart.png') no-repeat center -29px;
  }  
  
  .item_promotion .money .cart_h a img{
    width: 46px;
    height: 29px;
  }  

  .item_promotion .money .remove{
    width: 150px;
    height: 29px;
    background: url('../images/stateline_remove_from_favorites.png') no-repeat center 0px;
  }
  
  .item_promotion .money .remove a img{
    width: 79px;
    height: 29px;
  }

  .item_promotion .money .remove_h{
    width: 150px;
    height: 29px;
    background: url('../images/stateline_remove_from_favorites.png') no-repeat center -29px;
  }
  
  .item_promotion .money .remove_h a img{
    width: 79px;
    height: 29px;
  }    
/*Item Promotion List*/



/*Item View*/
  .shopping_form{
    margin: 0px;
    padding: 0px;
    border: 0px;
  }

  .item_view{
    width: 538px;
    background: url('../images/stateline_lattice_bg.png') repeat-y;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border: 2px #6b3b2c solid;
  }
  
  .item_view div a{
    color: #ffffff;
    text-decoration: none;
  }
  
  .item_view div a:hover{
    color: #ddddff;
    text-decoration: none;
  }  
  
  .item_view div.name{
    color: #ffffff;
    font-family: Tahoma, 'sans serif';
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
  }

  .item_view .picture{
    width: 300px;
    color: #ddddff;
    font-family: Tahoma, 'sans serif';
    font-weight: bold;
    font-size: 12pt;
    text-align: left;
  } 
  
  .item_view .picture img{
    width: 300px;
    height: 300px;
    position: relative;
    border: 1px white solid;
  }

  .item_view div.description{
    width: 300px;
    color: #ffffff;
    font-family: Tahoma, 'sans serif';
    text-align: justify;
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
  } 
  
  .item_view div.promotions{
    width: 300px;
    color: #ffffff;
    font-family: Tahoma, 'sans serif';
    text-align: right;
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
  }    
  
  .item_view div.purchase{
    margin-bottom: 30px;
  } 
  
  .item_view div.purchase table tr td.name .cart{
    width: 45px;
    height: 29px;
    background: url('../images/stateline_add_to_cart.png') no-repeat;
    position: relative;
    margin: 0px;
    padding: 0px;
    border: 0px;
  } 
  
  .item_view div.purchase table tr td.name .cart_h{
    width: 45px;
    height: 29px;
    background: url('../images/stateline_add_to_cart.png') 0px -29px no-repeat;
    position: relative;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    border: 0px;
  }      
  
  .item_view div.purchase table tr td.name .cart_h img{
    width: 49px;
    height: 29px;
  }  
  
  .item_view div.purchase input.add_to_favorites_bttn{
    width: 58px;
    height: 29px;
    background: url('../images/stateline_add_to_favorites.png') no-repeat;
    position: relative;
    margin: 0px;
    padding: 0px;
    border: 0px;
  }

  .item_view div.purchase input.add_to_favorites_bttn_h{
    width: 58px;
    height: 29px;
    background: url('../images/stateline_add_to_favorites.png') 0px -29px no-repeat;
    position: relative;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    border: 0px;
  } 
  
  .item_view div.purchase input.remove_from_favorites_bttn{
    width: 79px;
    height: 29px;
    background: url('../images/stateline_remove_from_favorites.png') no-repeat;
    position: relative;
    margin: 0px;
    padding: 0px;
    border: 0px;
  }

  .item_view div.purchase input.remove_from_favorites_bttn_h{
    width: 79px;
    height: 29px;
    background: url('../images/stateline_remove_from_favorites.png') 0px -29px no-repeat;
    position: relative;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    border: 0px;
  }    
  
  .item_info_layout{
    width: 300px;
    position: relative;
    z-index: 1;
  }

  .item_info_layout tr td.name{
    width: 150px;
    height: 25px;
    color: #ddddff;
    font-family: Arial, 'sans serif';
    font-size: 12pt;
    font-weight: bold;
    vertical-align: top;
  } 
  
  .item_info_layout tr td.data{
    width: 150px;
    height: 25px;
    color: #ddddff;
    font-family: Arial, 'sans serif';
    font-size: 12pt;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
  }     /*Item View*/



/*Cart*/
  #shopping_cart_table tr.row_title td.promotions{
    text-align: left;
  }
  
  .cart_checkout_bttn{
    width: 81px;
    height: 23px;
    background: url('../images/stateline_checkout_big.png');
  }
  
  .cart_checkout_bttn_h{
    width: 81px;
    height: 23px;
    background: url('../images/stateline_checkout_big.png') 0px -23px;
  }  
/*Cart*/    



/*Pagination*/
  .paginated_list_cust{
    width: 520px;
    height: 30px;
    background: url('../images/stateline_small_vine_horiz.gif') 0px 0px repeat-x;
    color: #ffffff;
    font-size: 12pt;
    font-weight: bold;
    position: relative;
    top: -5px;    
    text-align: center;
    margin-bottom: 10px;
  }  
  
  .paginated_list_cust img{
    margin: 10px;
  } 
  
  .paginated_list_cust a{
    color: #ffffff;
    text-decoration:none;
  }  
  
  .paginated_list_cust a img{
    width: 48px;
    height: 30px;
    position: relative;
    margin: 0px;
  }
  
  .paginated_list_cust a img#previous{
    float: left;
    top: -5px;
    left: -30px;
  }
  
  .paginated_list_cust a img#next{
    float: right;
    top: -5px;
    left: 30px;
  }   
