﻿
.store_banner
{
   padding-bottom: 10px;
}

#store_layout
{
   width: 960px;
   
   margin-left: auto;
   margin-right: auto;
   
   padding-bottom: 10px;
   padding-top: 10px;
   /*padding-left: 10px;*/
   /*padding-right: 10px;*/
   border: 0px;
   
   border-collapse: collapse;
   border-spacing: 0px;
   
   background-image: url('../images/transparent_10x10_opas30.png');
}

#store_main
{
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 5px;
   padding-right: 5px;
   
   border: 0px;
   width: 580px;
   
   vertical-align: top;
}

#store_left
{
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 10px;
   padding-right: 5px;
   
   text-align: center;
   vertical-align: top;
   
   border: 0px;
   width: 170px;
}

#store_right
{
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 5px;
   padding-right: 10px;
   
   text-align: center;
   vertical-align: top;
   
   border: 0px;
   width: 170px;
}

.cart
{
   font-family: Impact, Arial, sans-serif;
   font-size: 1.57em;
   
   padding-top: 5px;
   padding-bottom: 5px;
   margin-bottom: 10px;
   
   background-color: black;
   color: white;
}

.storeBreadCrumbs
{
   border: 1px solid #aaaaaa;
   background-color: #cccccc;
   padding: 4px;
   width: 550;
}

.storenav
{
   border: 1px solid #aaaaaa;
   background-color: #dfdfdf;
   
   margin: 0px 0px 0px 0px;
   padding: 5px;
   margin-bottom: 10px;
   
   text-align: left;
}

.storenav li
{
   display: inline;
   overflow: hidden;
   list-style-type: none;
   padding: 4px 0px 4px 0px;
}

.storenav a, a.storenav_active
{
   display: inline;
   /*
   color: #ffffff;
   
   font-size: 1.2em;
   font-family: Arial, sans-serif;
   */
   
   border-bottom: 0px;
   padding: 3px 5px 5px 5px;
   margin: 0;
   
   /*text-decoration: none;*/
}

.storenav a.storenav_active
{
   /*background: #535353;*/
}

.storenav a:hover
{
  
}

.storenav a.storenav_active:hover
{

}

.label_disabled
{
   color: #bbbbbb;
}
