/* Cart.css */
/* Chuck Crandall */
/* "CSS for all files related to the shopping cart" */


TABLE
{
//default settings
}
TABLE.steps
{
    margin-top:     20px;
    margin-left:    20px;
    margin-bottom:  20px;
    margin-right:   20px;
}
.thinBorder
{
    border-style:solid;
    border-width:1px;
}

DIV 
{
    //default settings
}
/*.steps 
{
    font-weight: bold;
    font-color:  #303030;
    font-family: verdana;
    font-size:   13px;
    text-align:  center;
}*/
.ship_title
{
    font-weight: bold;
    font-color:  #565656;
    font-family: verdana;
    font-size:   16px;
    text-align:  left;
    margin-left: 20px;
    margin-top:  5px;
}

H3
{
    font-size:  13px;
}
span.shipping
{
    font-size:      9px;
    font-family:    Verdana;
    color:          232323;
    text-align:     left;
    margin-left:    6px;
    margin-bottom:  0px;
    padding-right:  5px;
}

.spacer1{
    height:         15px;
}


SMALL
{
//default settings
}
.title
{   
    font-family: arial;
    font-weight: bold;
    font-size:   10px;
    color:       #404040;
}
small.txt    
{   
    font-family: verdana;
    font-size:   9px;
    color:       #353535;
}

.selected
{
    color:#FFFF99;
}

.titlebar
{
    font-family:verdana;
    font-size:9px;
    font-weight:bold;
    color:"454545";
    border-bottom:1px solid #868686
}
.order
{
    font-family:verdana;
    font-size:9;
    color:"353535";
}
.steps
{
    font-family:Verdana;
    font-size:9px;
    text-align:center;
    color:#ffffff;  
    border-right-style:solid;
    border-right-color:black;
    border-right-width:1px;
}
.total
{
    font-family:Verdana;
    font-size:13px;
    font-weight:bold;
    text-align:right;
    border: #121212 1px solid ;
    color:#454545;
}
.cart_items
{
    font-family:verdana;
    font-size:9px;
    color:#656565;
}

.addr_box{
    border-style:solid;
    border-width:1px;
    border-color:#656565;
    background-color:#ffffff;
}
.edit_txt{
    margin-top: 4px;
    font-family:verdana;
    font-size:9px;
}

.nospace{
    margin: 0 0 0 0;
}

TD.SSS{
  height:   18px;
  border-bottom: 1px solid #656565;
  text-align:center;
  font-family:verdana;
  font-size:9px;
  color:656565;
}
TD.port_docs {
  font-family:verdana;
  font-size:9px;
  color:#696969;
  height:11px;
}
TABLE.portfolio {
  margin-left:5px;
  margin-right:5px;
  border: 1px solid #F4F1E8;
}

.txtoffset{
  position: relative;
  left:15px;
  font-family:verdana;
  font-size:10px;
  color:353535;
}

TABLE.myabc{
  margin-left:35px;
  margin-right:5px;
  /*border: 1px solid #afafaf;*/
}

.statusOpen      {font-weight:bold;color: #00CC00}
.statusClosed    {font-weight:bold;color: #000000}
.statusCancelled {font-weight:bold;color: #FF0000}
.statusLocked    {font-weight:bold;color: #CCCC00}
.statusPrintOrder{font-weight:bold;color: #CCCC00}

.port_title{
  font-family:arial;
  font-size:11px;
  color:#000000;
}
  
.smalltitle{
  font-family:arial;
  font-size:9px;
  font-weight:bold;
  color:#000000;
  vertical-align:bottom;
}

.summary_title{
    font-family:verdana;
    font-size:12px;
    font-weight:bold;
    color:"454545";
    font-variant: small-caps;
    border-bottom:2px solid #bfbfbf;
}

.profile_table{
    position:absolute;
    display:none;
}

.pos_preparing  {font-weight:bold;color: #33CC00}
.pos_billing    {font-weight:bold;color: #CCCC00}
.pos_cancelled  {font-weight:bold;color: #FF0000}
.pos_shipped    {font-weight:bold;color: #000000}
.pos_production {font-weight:bold;color: #33CC00}
.pos_approval   {font-weight:bold;color: #FFFF00}

.priority{
    font-family:arial;
    font-size:9px;
    color:#FFFFFF;
}

.boldTitle {
    font-family: Verdana;
    font-weight: bold;
    color: #353535;
    letter-spacing: 1px;
}