	.size_table {
		margin:5px 5px 5px 5px;
		
	}
	
	.first {

	}

	.size_table td,.size_table th {
		text-align:left;
		padding:5px;
	}

.size_table td {
	border-bottom:1px dotted #f0f0f0;
	border-right:1px solid #f0f0f0;
}	

.size_table th {
	border-bottom:1px solid #666;
}

.seperator	 {
}

#header-container {
	padding:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;

}

#header-container h1 {
	font-size:1.2em;
	color:#006600;
}

#size-chart-container {
	padding:5px 15px;
}
	
	
#size-brand-selector	 {
	width:200px;
}

h2 {
	font-size:1.2em;
	padding:10px;
}

#measure-me {
	background:#f0f0f0;
	padding:10px;
}

#measure-me ul {
	margin-left:5px;
	padding-left:5px;
	list-style:none
}

#measure-me ul li {
	padding:1px 0;
}

#measure-me h2 {
	border-bottom:1px dotted #ccc;
	padding:3px 10px;
	margin-bottom:10px;
}

table .sub-header td {
	background:#f0f0f0;
}
	
	/*- Menu Tabs B--------------------------- */

    .tabsB {
      float:left;
      width:100%;
      background:#F4F4F4;
      line-height:normal;
      }
    .tabsB ul {
	  margin:0;
	  padding:10px 10px 0 10px;
	  list-style:none;
      }
    .tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    .tabsB a {
      float:left;
      background:url("images/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    .tabsB a span {
      float:left;
      display:block;
      background:url("images/tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .tabsB a span {float:none;}
    /* End IE5-Mac hack */
    .tabsB a:hover span {
      color:#000;
      }
    .tabsB a:hover, .tabsB ul li a.active {
      background-position:0% -42px;
      }
    .tabsB a:hover span, .tabsB ul li a.active span {
      background-position:100% -42px;
      }