﻿
	.window {
		background:#fff;
		border-top: 0px solid #c8c8c8;
		border-left: 1px solid #c8c8c8;
		border-right: 1px solid #c8c8c8;
		border-bottom: 1px solid #c8c8c8;
		xposition: relative;
		width: 750px;
		padding: 5px;

		}
			
	.content {
		width:750px;
		padding:0px;    
		background:#ffffff;
		overflow:visible;
		}



	.tab1 {
      background:url("/images/tab1.gif") no-repeat left top;
	  width: 760px;
	  height: 3px;
	}
	.tab2 {

      background:url("/images/tab2.gif") no-repeat left top;
	  width: 760px;
	  height: 3px;
	}
	.tab3 {

      background:url("/images/tab3.gif") no-repeat left top;
	  width: 760px;
	  height: 3px;
	}
	.tab4 {

      background:url("/images/tab4.gif") no-repeat left top;
	  width: 760px;
	  height: 3px;
	}
	
	.tab5 {

      background:url("/images/tab5.gif") no-repeat left top;
	  width: 760px;
	  height: 3px;
	}
	
	.tab6 {

      background:url("/images/tab6.gif") no-repeat left top;
	  width: 760px;
	  height: 3px;
	}
		


	.tabunderlinewomens {
      background:url("/images/tab1.gif") no-repeat left top;
	  width: 400px;
	  height: 1px;
	}
	.tabunderlinemens {

      background:url("/images/tab2.gif") no-repeat left top;
	  width: 400px;
	  height: 1px;
	}
	.tabunderlineall {

      background:url("/images/tab3.gif") no-repeat left top;
	  width: 400px;
	  height: 1px;
	}
	
	
		
	.menu {
      
      width:650px;
	  height:31px;
      font-size:93%;
      line-height:normal;
	  border-bottom:0px solid #BCD2E6;
	 
      }
    .menu ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    .menu li {
      display:inline;
      margin:0;
      padding:0;
      }
    .menu a {
      float:left;
      background:url("/images/menu_bg.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  cursor: hand;
      }

    .menu a span {
      float:left;
      display:block;
      background:url("/images/menu_bg2.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#808080;
	  width: 80px;
	  text-align: center;
      }
      
    .menu DIV.inactive {
      float:left;
      background:url("/images/menu_bg.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  cursor: default;
      }
    .menu SPAN.inactive {
      float:left;
      display:block;
      background:url("/images/menu_bg2.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#808080;
	  width: 80px;
	  text-align: center;
      }
      
	.helpmenu {
      
      width:700px;
	  height:31px;
      font-size:93%;
      line-height:normal;
	  border-bottom:0px solid #BCD2E6;
	 
      }
      .helpmenu ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    .helpmenu li {
      display:inline;
      margin:0;
      padding:0;
      }
    .helpmenu a {
      float:left;
      background:url("/images/menu_bg.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  cursor: hand;
      }

    .helpmenu a span {
      float:left;
      display:block;
      background:url("/images/menu_bg2.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#808080;
	  width: 80px;
	  text-align: center;
      }
      
    .helpmenu DIV.inactive {
      float:left;
      background:url("/images/menu_bg.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  cursor: default;
      }
    .helpmenu SPAN.inactive {
      float:left;
      display:block;
      background:url("/images/menu_bg2.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#808080;
	  width: 80px;
	  text-align: center;
      }
      .helpmenu a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#627EB7;
      }
    .helpmenu a:hover {
      background-position:0% -42px;
	  border-bottom: 1px solid #ffffff;
	  padding:0 0 0 4px;
	  font-weight: bold;
      }
    .helpmenu a:hover span {
      background-position:100% -42px;
      }
	  
	.helpmenu a:hover {
      background-position:0% -42px;
	  border-bottom: 1px solid #ffffff;
	  padding:0 0 0 4px;
	  font-weight: bold;
      }
      .helptab1 {
      background:url("/images/tab1.gif") no-repeat left top;
	  width: 700px;
	  height: 1px;
	}
	.helptab2 {

      background:url("/images/tab2.gif") no-repeat left top;
	  width: 700px;
	  height: 1px;
	}
	.helptab3 {

      background:url("/images/tab3.gif") no-repeat left top;
	  width: 700px;
	  height: 1px;
	}
	.helptab4 {

      background:url("/images/tab4.gif") no-repeat left top;
	  width: 700px;
	  height: 1px;
	}
	
	.helptab5 {

      background:url("/images/tab5.gif") no-repeat left top;
	  width: 700px;
	  height: 1px;
	}
	
	.helptab6 {

      background:url("/images/tab6.gif") no-repeat left top;
	  width: 700px;
	  height: 1px;
	}
		
      
      
      
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .menu a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#627EB7;
      }
    .menu a:hover {
      background-position:0% -42px;
	  border-bottom: 1px solid #ffffff;
	  padding:0 0 0 4px;
	  font-weight: bold;
      }
    .menu a:hover span {
      background-position:100% -42px;
      }
	  
	.menu a:hover {
      background-position:0% -42px;
	  border-bottom: 1px solid #ffffff;
	  padding:0 0 0 4px;
	  font-weight: bold;
      }

	  	/*- Popup Box - wrap --------------------------- */ 
	
	#popupbox-wrap{
  		margin: 0; 
  		padding-top: 0px; 
  		position: absolute; 
  		width: 608px; height: 330px; 
  		left: 110px; top: 60px;
  		background: #fbfbfb; 
  		border: solid #c8c8c8 1px; 
  		z-index: 9; 
  		font-family: arial; 
  		}
		
	#popupbox-wrap td.heading{
		border-bottom: none;
		text-align: left;
		color: #ffffff;
		font: bold 11px Verdana, Arial, Helvetica, sans-serif;
		}	
		
    #popupbox-wrap a.close{
      color:#808080;
	  text-decoration:none;
      }
	  
	 #popupbox-wrap a.close:hover{
      color:#808080;
	  text-decoration:underline;
	  font-weight: normal;
      }
      

      /*- Popup Box - card --------------------------- */ 

	#popupbox-card{
  		margin: 0; 
  		padding-top: 0px; 
  		position: absolute; 
  		width: 510px; height: 400px; 
  		left: 205px; top: 43px;
  		background: #fbfbfb; 
  		border: solid #c8c8c8 1px; 
  		z-index: 9; 
  		font-family: arial; 
  		}
		
	#popupbox-card td.heading{
		border-bottom: none;
		text-align: left;
		color: #ffffff;
		font: bold 11px Verdana, Arial, Helvetica, sans-serif;
		}	
		
    #popupbox-card a.close{
      color:#808080;
	  text-decoration:none;
      }
	  
	 #popupbox-card a.close:hover{
      color:#808080;
	  text-decoration:underline;
	  font-weight: normal;
      }
      

  		

      
    .cartLabels 
    {
        color:#808080;
    }
    .cartItems 
    {
        color:#808080;
    }
    
	.cartItems .heading {
	text-align: center;
	font-weight: bold;
	background-color:#89a6c4;
	color:#ffffff;
	height:16px;
	}
	
	.cartItems td.plain {
	text-align: center;
	font-weight: normal;
	border-bottom: 0px dashed #dbdbdb;
	}
	
	.cartItems td {
	text-align: center;
	font-weight: normal;
	border-bottom: 1px dashed #dbdbdb;
	}
	
	.cartItems td.left {
	text-align: left;
	font-weight: normal;
	border-bottom: 1px dashed #dbdbdb;
	}
	
	.cartItems td.right {
	text-align: right;
	font-weight: normal;
	border-bottom: 1px dashed #dbdbdb;
	}
	
	.cartItems a {
	color:#336699;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	}
	
	.cartItems a:hover {
	color:#336699;
	text-decoration: underline;
	padding: 5px;
	}
		select {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:  #808080;
	}
	

.FormViewItems 
{
    margin-bottom:10px;
    line-height:15px;
}
.paymentOptions TD {
    width:340px;
}
.paymentOptions LABEL {
    float:left;
}
.paymentOptions INPUT {
    float:right;
}

.ccv INPUT
{
    border: 1px solid #c0c0c0; 
    background-color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:  #808080; 
    width:40px;
}

.daLinkButtonImage 
{
    float:left; margin-right:8px; margin-top:1px;
}
.daLinkButtonText 
{
    cursor:hand; text-decoration:underline;
}