﻿.floatleft 
{
float: left;
width: 49%;
}

.floatright 
{
float: right;
width: 49%;
}

.clearboth 
{
clear: both;
}

.subheader
{
    color: Gray;
    font-size: 1em;
    font-weight: bold;
}

.Success {
	color: green;
	}

.Error {
	color: red;
	}
	
.BorderBox 
{
    background-color: #fbebac;
    border-style: solid;
    border-color: #cc9966;
    border-width: 1px;
    padding: 5px;
}

#filterbox {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding-top: 8px;
	font-size: 100%;
	}

#filterbox legend {
	color: black;
	display: none;
	}

#filterbox label {
	vertical-align: middle;
	}

#filterbox label.filter {
	font-weight: bold;
	}

#filterbox dl {
	padding-left: 10px;
	padding-bottom: 8px;
	width: 100%;
	}

#filterbox dt {
	display: inline;
	margin-right: 4px;
	}

#filterbox input.text {
	width: 90px;
	}

#filterbox select {
/*	width: 75px;*/
	}

#filterbox select, #filterbox input.text, #filterbox input.checkbox, #filterbox input.button {
	vertical-align: middle;
	}

/* The flashy nav tabs for the seller page */

#navcontainer {
        margin: 10px 0 0 10px;
        padding: 0;
        height: 30px;
}

#navlist
{
	padding: 3px 0;
	margin-left: 0;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #fbebac;
   width: 100%;
/*	border-bottom: 1px solid #fbebac;
*/
	font: bold 12px Verdana, sans-serif;
}

#navlist li
{
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist li a
{
        color: #cc6600;
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #f5d7b4;
	border-bottom: none;
	background: #fff;
	text-decoration: none;
}

#navlist li a:active { 
	color: #c60; 
	background: #CCB;
}

#navlist li a:hover
{
	background: #fbebac;
}

#navlist li a#current
{
	background: #fbebac;
	border-bottom: 1px solid white;
}


#SellerStats 
{
    margin-top: -27px;
    margin-left: 10px;
}

#Stats, #ShippingDetails, #PromotionalMessage, #MemberPromotion, #FeaturedCards, #Vacation
{
    padding: 5px;
}

.strong
{
    font-weight: bold;
}
.advancedsearch {
font-size:10px;
}

   .FreezePaneOff
   {
      visibility: hidden;
      display: none;
      position: absolute;
      top: -100px;
      left: -100px;
   }

   .FreezePaneOn
   {
      position: absolute;
      top: 0px;
      left: 0px;
      visibility: visible;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #fbeaaa;
      z-index: 999;
      filter:alpha(opacity=85);
      -moz-opacity:0.85;
      padding-top: 20%;
   }

   .InnerFreezePane
   {
      text-align: center;
      width: 66%;
      background-color: #ffffff;
      color: Black;
      font-size: large;
      border: solid 1px #111;
      padding: 9px;
   }

