  body
  {
    margin: 0 auto;
    padding: 0;

    text-align: center;

    background-color: white;
  }
 
  #background
  {
    margin: 0 auto;
    padding: 0;

    width: 1252px; 
    height: 100%;
    position: relative;

    background-image: url( /images/template/bg_container.jpg );
    background-repeat: repeat-y;
  }

  #container
  {
    margin:  0 auto;
    padding: 0;

    width: 1000px;
    height: 100%;

    background-image: url( /images/template/header_banner.jpg );
    background-repeat: no-repeat;
    background-color: white;
  }

  #header
  {
    margin: 0;
	padding: 0;

    width: 1000px;
    height: 220px;
    position: relative;
	z-index: 10;
  }

  #NavSearch2
  {
	margin: 0;
	padding: 0;
	width: 1000px;
	position: relative;
	top: -36px;
	left: 35px;
	z-index: 1;
	text-align: right;
	float: right;
  }

  #NavSearch
  {
	margin: 0;
	padding: 0;
	width: 1000px;
	position: relative;
	top: 10px;
	left: -40px;
	z-index: 1;
	text-align: right;
	float: right;
  }


  #menu
  {
    margin: 0;
    padding: 0;

    height: 35px;
	position: absolute;
    bottom: 0;
    left: 0;
	z-index: 20;
  }

  #menu li
  {
    margin: 0;
	padding: 0;

    width: auto;
	height: 35px;
    display: inline;
    float: left;

	line-height: 0;
	font-size: 0;
  }

  #menu li img
  {
    margin: 0;
    padding: 0;

    border: 0;
  }

  #menu li a
  {
    margin: 0;
	padding: 0;

    display: block;
  }


/* dropdown */

  #menu li ul li a 
  {
    display: block;
    width: auto;
  }
  
  #menu li ul li 
  {
    margin:  0;
    padding: 0;
	
    float: left;
    width: 122px;
    height: 12px;

    text-align: left;
    line-height: 14px;
    vertical-align: middle;

    font-size: 12px;
    font-family: arial;
    color: #999999;
  }

  #menu li ul.wide li 
  {
    margin:  0;
    padding: 0;
	
    float: left;
    width: 50%;
    height: 14px;

    text-align: left;
    line-height: 14px;
    vertical-align: middle;

    font-size: 12px;
    font-family: arial;
    color: #999999;
  }

  #menu li ul li a:link, #menu li ul li a:visited
  {
	color: #002157;
	text-decoration: underline;
  }

  #menu li:hover, #menu li.sfhover
  {
    position: static;
  }

  #menu li ul li a:hover
  {
    color: #999999;
	text-decoration: none;
  }

  #menu li ul li a:active
  {
    color: #002157;
	text-decoration: none;
  }

  #menu li ul.wide 
  {
    margin:  0;
    padding: 13px 20px 20px 20px;

    border: 1px solid #999999;
    border-top: none;

    width: 293px;
    position: absolute;
    left: -9999px;
    z-index: 20;

    background-image: url( /images/template/bg_gray.jpg );
    background-repeat: repeat;
    background-color: #cccccc;
  } 

  #menu li ul.narrow 
  {
    margin:  0;
    padding: 13px 20px 20px 20px;

    border: 1px solid #999999;
    border-top: none;

    width: 122px;
    position: absolute;
    left: -9999px;
    z-index: 20;

    background-image: url( /images/template/bg_gray.jpg );
    background-repeat: repeat;
    background-color: #cccccc;
  } 

  #menu li ul li
  {
    margin-top: 2px;
	margin-bottom: 2px;
  }

  #menu li:hover ul, #menu li.sfhover ul 
  {     
    left: auto;
  }

  #shortcuts 
  {
    margin: 0;
    padding: 0;

    height: 12px; 
    position: absolute;
    top: 20px;
    right: 50px;
  }

  #shortcuts li
  {
    margin: 0;
    padding: 0 10px 0 10px;

    border-right: 1px solid white;

    display: inline;
    float: left;

    line-height: 10px;

    font-family: arial;
    font-size: 11px;
    color: white;
  }

  #shortcuts li.right
  {
    border: 0;
    padding-right: 0;
  }

  #shortcuts a:link, #shortcuts a:visited
  {
    text-decoration: none;

    font-family: arial;
    font-size: 11px;
    color: white;
  }

  #shortcuts a:hover
  {
    text-decoration: underline;
  }

  #shortcuts2
  {
	margin: 0;
	padding: 0;
	height: 12px;
	position: relative;
	top: 5px;
	text-align: right;
  }

  #shortcuts2 li
  {
    margin: 0;
    padding: 0 10px 0 10px;

    border-right: 1px solid white;

    display: inline;

    line-height: 10px;

    font-family: arial;
    font-size: 11px;
    color: white;
  }

  #shortcuts2 li.right
  {
    border: 0;
    padding-right: 0;
  }

  #shortcuts2 a:link, #shortcuts2 a:visited
  {
    text-decoration: none;

    font-family: arial;
    font-size: 11px;
    color: white;
  }

  #shortcuts2 a:hover
  {
    text-decoration: underline;
	color: white;
  }

  #header select
  {
    height: 18px;
	width: 143px;
	position: absolute;
	top: 13px;
	left: 198px;

	
	font-size: 11px;
    line-height: 11px;
  }

  #header input.search
  {
    height: 13px;
	width: 163px;

	position: absolute;
	top: 13px;
	left: 21px;

	
	font-size: 11px;
    line-height: 11px;
  }

  #header input.go
  {
    margin: 0;
	padding: 0;

    border: 0;

    height: 23px;
	width: 53px;
	position: absolute;
	top: 13px;
	left: 198px;

	font-size: 11px;
    line-height: 11px;
	color: white;

	background-image: url( /images/template/button_go.jpg );
	background-repeat: no-repeat;

    cursor: pointer;
  }

  #NavSearch input.search
  {
    height: 13px;
	width: 163px;

	position: relative;
	left: -35px;

	
	font-size: 11px;
    line-height: 11px;
  }

  #NavSearch input.go
  {
    margin: 0;
	padding: 0;

    border: 0;

    height: 23px;
	width: 53px;
	position: relative;

	font-size: 11px;
    line-height: 11px;
	color: white;

	background-image: url( /images/template/button_go.jpg );
	background-repeat: no-repeat;

    cursor: pointer;
  }

  #body
  {
    margin: 0;
	padding: 20px 20px 0 20px;

    width: 960px;
    height: 100%;
    position: relative;
    z-index: 1;

	text-align: left;

	font-family: arial;
	font-size: 12px;

    background-color: white;
  }

  #body img.borderTop
  {
    position: absolute;
    top: 0;
    left: 0;
  }

  #content
  {
    margin: 0 10px 0px 0;
    padding: 0px 0px 10px 0px;

    width: 726px; 
	height: 100%; 
	display: inline; 
	float: left; 
 }

  .boxMed
  {
    margin: 0 0 10px 0;
	padding: 2px;

	border: 1px solid #cccccc;
	
	width: 350px;

	background-image: url( /images/template/bg_box_large.jpg );
	background-repeat: repeat;
 }

  .boxMed2
  {
	padding: 2px;
	border: 1px solid #cccccc;
	width: 350px;
	background-image: url( /images/template/bg_box_large.jpg );
	background-repeat: repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20;
  }
.TheList {
	text-decoration: none;
	padding: 20px;
}
.boxMed .menuRight a {
	text-decoration: none;
}
.boxMed .menuRight a:hover {
	text-decoration: underline;
}

  .boxLarge
  {
    margin: 0 0 10px 0;
	padding: 2px;

	border: 1px solid #cccccc;
	
	width: 720px;
	height: 100%;
	float: left;

	background-image: url( /images/template/bg_box_large.jpg );
	background-repeat: repeat;
  }

  .boxLarge img.title
  {
    margin-bottom: 15px;
  }

  .boxLarge p
  {
    margin:  0;
	padding: 0 19px 19px 19px;

	text-indent: 0px;
        text-align: justify;
  }

  .boxLarge ul
  {
    margin: 0;
	padding: 15px;
  }

  .boxLarge ul.shopCategories li
  {
    margin: 0;
	padding: 0;

    display: inline;

	text-indent: 0;
  }

  .boxLarge ul.shopCategories li img
  {
    margin:0;
	padding: 1px;

	border: 0;
  }

  .boxLarge a:link,
  {
    color: black;
  }

  .boxLarge div.left, .boxLarge div.right
  {
    margin: 0;
	padding: 0 20px 20px 20px;

	border-right: 1px solid #cccccc;

	width: 319px;
	height: 100%;

	display: inline;
	float: left;
  }

  .boxLarge div.right
  {
    border: 0;
  }

  .boxLarge div img 
  {
    padding-top: 20px;
    float: right;
  }

  .boxLarge div.left ul, .boxLarge div.right ul
  {
    margin:  0;
	padding: 20px 0 0 0;

	width: 143px;

	list-style-type: none;
  }

  .boxLarge div.left ul li.price, .boxLarge div.right ul li.price
  {
    font-size:   14px;
	font-weight: bold;

    color: #666666;  
  }

  .boxLarge div.left ul li.name, .boxLarge div.right ul li.name
  {
    font-size:   12px;
	font-weight: bold;

    color: #666666;
  }

  .boxLarge div.left ul li.description, .boxLarge div.right ul li.description
  {
    font-size: 11px;
	font-weight: normal;

	color: #666666;
  }

  .boxLarge div.left ul li.links, .boxLarge div.right ul li.links
  {
	padding-left: 10px;

	vertical-align: middle;

	font-size: 11px;
	
	background-image: url( /images/template/icon_arrow_list.jpg );
	background-position: left center;
	background-repeat: no-repeat;
  }

  .boxLarge div.left ul li.links a:link, .boxLarge div.left ul li.links a:visited, .boxLarge div.right ul li.links a:link, .boxLarge div.right ul li.links a:visited
  {
    text-decoration: none;

	color: #666666;
  }

  .boxLarge div.left ul li.name a:link, .boxLarge div.left ul li.name a:visited, .boxLarge div.right ul li.name a:link, .boxLarge div.right ul li.name a:visited
  {
    text-decoration: none;

	color: #666666;
  }

  .boxLarge div.left ul li.links a:hover, .boxLarge div.right ul li.links a:hover
  {
    text-decoration: none;
	
	color: #999999;
  }

  .boxLarge div.left ul li.links a:link, .boxLarge div.right ul li.links a:link
  {
    text-decoration: none;

	color: #666666;
  }

  #column
  {
    margin: 0 0 0 10px;
	padding: 0;

	width: 214px; 
	height: 100%; 
    display: inline; 
	float: left; 
  }

  #column img.title
  {
    margin-bottom: 20px;
  }

  #column select
  {
	margin-bottom: 10px;
	width: 174px;
  }

  #column input.searchSubmit
  {
    margin:  0 0 20px 0;
	padding: 0;

	border: 0;

    float: left;
	display: inline;

	width: 75px;
	height: 29px;
	
	background-image: url( /images/template/button_submit_column.jpg );
	background-repeat: no-repeat;

	cursor: pointer;
  }

  #column img.searchAdvanced
  {
    margin:  0 0 20px 0;
	padding: 0;

	border: 0;

    float: left;
	display: inline;

	width: 139px;
	height: 29px;

	cursor: pointer;
  }

  #column p
  {
    margin:  0;
	padding: 0 0 10px 0;

    font-size: 11px; 
	font-family: arial
	color: black;
  }

  #column p a.column:link, #column p a.column:visited
  {
    text-decoration: none;

    color: black;
	text-transform: uppercase;
	font-weight: bold;
  }

  #column input.email
  {
    margin: 0 0 20px 0;
	padding: 0;

    width: 200px;
  }

  #column p a.column:hover
  {
    text-decoration: none;
  }

  #column p a.column:active
  {
    text-decoration: none;

    color: black;
	font-variant: uppercase;
	font-weight: bold;
  }

  #column div.hr
  {
    margin:  0 0 20px 0;
	padding: 0;

	clear: both;

	border-bottom: 1px dashed #cccccc;
  }

  #column .banner
  {
    margin:  0 0 20px 0;
    padding: 0;
  }

  #breadcrumbs
  {
	margin-bottom: 20px;
	font-weight: bold;
  }
  
  #breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover, #breadcrumbs a:active
  {
	color: #002157;
	text-decoration: underline;
	font-weight: normal;
  }

  #boxSort
  {
    margin:  10px auto 20px auto;
	padding: 0;

    width:  686px;
	height: 46px;
	position: relative;
	z-index: 1;

	border: 1px solid #cccccc;

    background-image: url( /images/template/bg_box_sort.jpg );
    background-repeat: no-repeat;
  }

  #boxSort p
  {
    margin:  0;
	padding: 0;

	position: absolute;
	top:   -33px; 
	right: 0;

	font-family: arial;
	font-size: 11px;
	color: white;
  }

  #boxSort h4
  {
    margin:  auto;
	padding: 0;


    position: absolute;
	top:  13px;
	left: 10px;

	font-family: arial;
	font-size: 16px;
	color: black;
  }

  #boxSorty p
  {
    margin:  0;
	padding: 0;

	position: absolute;
	top:   -33px; 
	right: 0;

	font-family: arial;
	font-size: 11px;
	color: white;
  }

  #boxSorty h4
  {
    margin:  auto;
	padding: 0;


    position: absolute;
	top:  13px;
	left: 10px;

	font-family: arial;
	font-size: 16px;
	color: black;
  }

  #boxSorty
  {
    margin:  10px auto 4px auto;
	padding: 0;

    width:  688px;
	height: 100%;
    float: left;
	z-index: 1;

	background-image: url( /images/template/bg_box_sorty_tile.jpg );
    background-repeat: repeat-y;
  }

  #boxSorty img.top
  {
    margin:  0;
	padding: 0;
	
	position: absolute;
	top: 1px;
	left: 0;
  }

  #boxSorty img.bottom
  {
    margin:  0;
	padding: 0;
  }

  #boxSorty ul.left
  {
    margin:  0;
	padding: 0;

	width:   343px;
    height:  100%;
    display: inline;
    float:   left;

    list-style-position: outside;
    list-style-type:     none;

    line-height: 14px;
    text-indent: 20px;

    font-size:   12px;
  }

  #boxSorty ul.right
  {
    margin:  0;
	padding: 0;

	width:   343px;
    height:  100%;
    display: inline;
    float:   left;

    list-style-position: outside;
    list-style-type:     none;

    line-height: 14px;
    text-indent: 20px;

    font-size:   12px;
  }
  #boxSorty a:link,#boxSorty a:visited,#boxSorty a:active
  {
	color: #002157;
	text-decoration: underline;
  }

  #boxSorty a:hover
  {
    color: #666666;
  }

  #boxSorty a:hover
  {
    text-decoration: underline;
  }

  #sortYears
  {
    margin:  0;
	padding: 0;

	width:  108px;
	height: 20px;
	position: absolute;
	top:  13px;
	left: 323px;
	z-index: 1;

	vertical-align: middle;

	font-size: 11px;
	line-height: 20px;
  }

  #sortNames
  {
    margin:  0;
	padding: 0;

	width:  472px;
	height: 20px;
	position: absolute;
	top:  79px;
	left: 80px;
	z-index: 1;

	vertical-align: middle;

	font-size: 11px;
	line-height: 20px;
  }

  #sortCategories
  {
    margin:  0;
	padding: 0;

	width:  108px;
	height: 20px;
	position: absolute;
	top:  13px;
	left: 444px;
	z-index: 1;

	vertical-align: middle;

	font-size: 11px;
	line-height: 20px;
  }

  #sortWeights
  {
    margin:  0;
	padding: 0;

	width:  108px;
	height: 20px;
	position: absolute;
	top:  13px;
	left: 80px;
	z-index: 1;

	vertical-align: middle;

	font-size: 11px;
	line-height: 20px;
  }

  #sortMakes
  {
    margin:  0;
	padding: 0;

	width:  108px;
	height: 20px;
	position: absolute;
	top:  13px;
	left: 80px;
	z-index: 1;

	vertical-align: middle;

	font-size: 11px;
	line-height: 20px;
  }

  #sortManufacturers
  {
    margin:  0;
	padding: 0;

	width:  108px;
	height: 20px;
	position: absolute;
	top:  46px;
	left: 202px;
	z-index: 1;

	vertical-align: middle;

	font-size: 11px;
	line-height: 20px;
  }

  #sortMaterials
  {
    margin:  0;
	padding: 0;

	width:  108px;
	height: 20px;
	position: absolute;
	top:  13px;
	left: 80px;
	z-index: 1;

	vertical-align: middle;

	font-size: 11px;
	line-height: 20px;
  }

  #sortPrices
  {
    margin:  0;
	padding: 0;

	width:  108px;
	height: 20px;
	position: absolute;
	top:  46px;
	left: 323px;
	z-index: 1;

	vertical-align: middle;

	font-size: 11px;
	line-height: 20px;
  }

  #sortModels
  {
    margin:  0;
	padding: 0;

	width:  108px;
	height: 20px;
	position: absolute;
	top:  13px;
	left: 202px;
	z-index: 1;

	vertical-align: middle;

	font-size: 11px;
	line-height: 20px;
  }

  #sortTrims
  {
    margin:  0;
	padding: 0;

	width:  108px;
	height: 20px;
	position: absolute;
	top:  13px;
	left: 565px;
	z-index: 1;

	vertical-align: middle;

	font-size: 11px;
	line-height: 20px;
  }

/*
  #sortPricesBy
  {
    margin:  0;
	padding: 0;

	width:  108px;
	height: 20px;
	position: absolute;
	top:  46px;
	left: 565px;
	z-index: 1;

	vertical-align: middle;

	font-size: 11px;
	line-height: 20px;
  }
*/

  #sortParts
  {
    margin:  0;
	padding: 0;

	width:  108px;
	height: 20px;
	position: absolute;
	top:  46px;
	left: 565px;
	z-index: 1;

	vertical-align: middle;

	font-size: 11px;
	line-height: 20px;
  }

  #sortMaterials
  {
    margin:  0;
	padding: 0;

	width:  108px;
	height: 20px;
	position: absolute;
	top:  46px;
	left: 80px;
	z-index: 1;

	vertical-align: middle;

	font-size: 11px;
	line-height: 20px;
  }

  #sortWeights
  {
    margin:  0;
	padding: 0;

	width:  108px;
	height: 20px;
	position: absolute;
	top:  46px;
	left: 444px;
	z-index: 1;

	vertical-align: middle;

	font-size: 11px;
	line-height: 20px;
  }

  #boxSorty input.go
  {
    margin: 0;
	padding: 0;

    border: 0;

    height: 23px;
	width: 53px;
	position: absolute;
/*
	top:  46px;
	left: 10px;
*/
    top: 79px;
	left: 565px;

	font-size: 11px;
    line-height: 11px;
	color: white;

	background-image: url( /images/template/button_go.jpg );
	background-repeat: no-repeat;

    cursor: pointer;
  }

  #paging, #paging2
  {
    margin: 0px auto 20px auto;

	float: left; 
	z-index: 1;
  }

  #labelResultsPerPage, #labelResultsPerPage2
  {
    margin: 0 5px 0 20px;
	padding: 0;

	display: inline;
	float: left;
	z-index: 1;

	font-weight: bold;
	font-size: 11px;
  }
  
  #resultsPerPage, #resultsPerPage2
  {
    margin: 0;
	padding: 0;

	display: inline;
	float: left;
	z-index: 1;
  }

  #pages, #pages2
  {
    margin:  0 20px 0 0;
	padding: 0;

    width: 500px;
    display: inline;
	float: right;

    list-style-type: none;

	text-indent: 0;
	text-align: right;

	font-size: 11px;
  }

  #pages li, #pages2 li
  {
    margin:  0;
	padding: 0 2px 0 2px;

	border-right: solid 1px black;
 
    height: 14px;
    display: inline;

    text-align: center;
    line-height: 14px;
	
	font-weight: bold;
  }

  #pages li.current a, #pages2 li.current a
  {
    font-weight: bold;
  }

  #pages li.noBorder, #pages2 li.noBorder
  {
    border: none;
  }

  #pages a:link, #pages2 a:link,  #pages a:visited, #pages2 a:visited, #pages a:hover, #pages2 a:hover, #pages a:active, #pages2 a:active
  {
     color: black;

	 text-decoration: none;
  }

  #javascript, #javascript2
  {
    margin:  0;
	padding: 0;

    width: 680px;
	display: inline;
  }

  #sort
  {
    margin:  0px;
	padding: 0;

	float: left; 
	z-index: 1;
	clear: both;

	width: 100%;
	height: 100%;
  }

  .boxList
  {
    margin:  0px auto 20px auto;
	padding: 0px;

    border: 1px solid #cccccc;

	width: 686px;
	height: 100%;
	clear: bottom;
    
	background-image: url( /images/template/bg_box_list_tile.jpg );
	background-repeat: repeat-y;
	background-position: top center;
  }
  
  .boxList .background
  {
    margin:  0px;
	padding: 15px 10px 20px 10px;

    border: 0;

	width:  666px;
	height: 100%;
	position: relative;

    background-image: url( /images/template/bg_box_list.jpg );
	background-repeat: no-repeat;
	background-position: top center;
  }

  .boxList img.borderBottom
  {
    position: absolute;
    bottom: 0;
    left:   0;
  }
  
  .boxList h4
  {
    margin:  0px 0px 10px 10px;
	padding: 0px;

	font-size: 15px;
  }

  .boxList .columnImage
  {
    margin: 0 10px 0px 0px;
	padding: 0;

	width:  auto;
	height: 100%;
	display: inline;
	float: left;
	clear: bottom;
  }

  .boxList p
  {
    margin:  0px;
	padding: 0px;

	text-indent: 0;
	text-align: justify;
  }

  .boxList p a:link, .boxList p a:visited
  {
    color: black;
	font-weight: bold
  }

  .boxList p a:hover
  {
    color: black;
	text-decoration: underline;

	font-weight: bold
  }

  .boxList img.manufacturer
  {
    margin:  0px 0px 10px 0px;
	padding: 0px;

    display: block;
	float: left;
  }

  .boxList img.product
  {
    margin:  0px;
	padding: 0px;

    display: block;
	float: left;
	clear: left;
  }
  
  .boxList .boxPrice
  {
    margin:  0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;

	width:  251px;
	height: 100%;
	float: right;

	background-image: url( /images/template/bg_box_price.jpg );
	background-repeat: repeat-y;
  }

  .boxList .boxPrice img.borderTopp
  {
    margin: 0;
	padding: 0;

	position: relative;
	top: 0;
	left: 0;
  }

  .boxList .boxPrice img.borderBottom
  {
    margin:  0;
	padding: 0;

	position: relative;
	bottom: 0;
	left:   0;
  }

  .boxList .boxPrice form
  {
    margin: 0;
	padding: 0;

	display: inline;
  }

  .boxList .boxPrice input.buttonAddtoCart
  {
    margin:  0px 7px 2px 7px;
	padding: 0;

	border: 0;

	width:  110px;
	height: 37px;
	display: inline;
	float: right;

	background-image: url( /images/template/button_add_to_cart.jpg );
	background-repeat: no-repeat;

	cursor: pointer;
  }

  .boxList .boxPrice .buttonCheckout
  {
    margin:  0px 7px 2px 0px;
	padding: 0;

	border: 0;

        width: 112px;
        height: 38px;
	display: inline;
	float: right;

	background-image: url( /images/template/button_checkout.jpg );
	background-repeat: no-repeat;

	cursor: pointer;
  }

  .boxList .boxPrice ul
  {
    margin:  0;
    padding: 0 0px 0 7px;

    width: 112px;
	height: 100%;
	display:inline;
	float: left;
	
	list-style-type: none;

	text-indent: 0;
	text-align: right;
    letter-spacing: -1px;

	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
  }

  .boxList .boxPrice ul li.msrp
  {
	line-height: 20px;
	vertical-align: middle;
	text-decoration: line-through;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
  }

  .boxList .boxPrice ul li.price
  {
	margin:  0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	line-height: 20px;
	vertical-align: middle;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
  }

  .boxList .boxPrice ul li.price2
  {
	margin:  0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	line-height: 20px;
	vertical-align: middle;
  }

  .boxList .boxPrice ul li.save
  {
	line-height: 28px;
	vertical-align: middle;
	font-size: 10pt;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
  }

  .boxList .boxPrice ul li span.savings
  {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
  }

  a.tooltip
  {
    position: relative;
  }

  a.tooltip div
  {
    display: none;
	cursor: auto;
  }

  a.tooltip:hover
  {
    background: transparent;
    z-index: 5;
  }

  a.tooltip:hover div
  {
    margin:  0;
    padding: 1px;

	width: auto;
	height: auto;

    display: block;
    position: absolute;
	z-index: 5;
    top: -20px;
    left: -44px;

	line-height: 0;
	font-size: 0;

    background-color: #cccccc;
  }

  a.tooltip:hover div img
  {
    margin:  0;
	padding: 0;
	display: inline;
	float: left;
  }

  #specifications tr.white
  {
    background-color: white;
  }
  
  #specifications td
  {
	padding-left: 4px;

	height: 20px;
  }

  div.cartButtons input.buttonAddtoCart
  {
	margin:  0px 0px 2px 0px;
	padding: 0;
	border: 0;
	width:  111px;
	height: 40px;
	float: right;
	background-image: url(/images/template/button_add_to_cart_bg_gray.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: center;
	background-color: #999;
  }

  div.cartButtons input.buttonCheckout
  {
	margin:  0px 0px 2px 0px;
	padding: 0;
	border: 0;
	width:  111px;
	height: 40px;
	float: right;
	background-image: url( /images/template/button_checkout_bg_gray.jpg );
	background-repeat: no-repeat;
	cursor: pointer;
  }

  #sectionList
  {
    margin:  0px auto;
    padding: 0px 10px;

    width:  auto;
    height: auto;

    list-style-position: outside;
    list-style-type: none;
  }

  #sectionList li
  {
    margin:  0px 8px 10px 0px;
    padding: 0;

    display: inline;
    float: left;
  }

  .menuRight
  {
    display: inline;
    float: left;
  }
.menuRight a:link, .menuRight a:visited,.menuRight a:active
{
	color: #002157;
	text-decoration: underline;
}
   .menuRight a:hover
  {
    color: #333333;
  }

  .menuRight a:hover
  {
    text-decoration: underline;
  }

  #footer
  {
    margin: 0;
	padding: 20px 0 10px 0;

    width: 1000px;
    height: 100%;
    position: relative;
    clear: both;

	font-size: 11px;
	font-family: arial;

    background-image: url( /images/template/bg_footer.jpg );
    background-repeat: repeat;
  }

  #footer img.borderTop
  {
    position: absolute;
    top: 0;
    left: 0;
  }

  #footer ul
  {
    margin: 0;
	padding: 0;
  }

  #footer ul li
  {
    margin: 0;
	padding: 0 3px 0 3px;

	border-right: 1px solid black;

    height: 11px;
	display: inline;

	line-height: 10px;

    color: #666666;
  }

  #footer ul.top
  {
    margin-bottom: 5px;
  }

  #footer ul li a:link, #footer ul li a:visited
  {
    color: #666666;
	text-decoration: none;
  }

  #footer ul li a:hover
  {
    color: black;
	text-decoration: underline;
  }

  #footer ul li a:active
  {
    color: #666666;
	text-decoration: none;
  }

  #footer ul li.right
  {
    border: 0;
  }

  #footer p
  {
    margin: 0;
	padding: 0;

    color: #999999;
  }

  #footer p.top
  {
    margin-top: 10px;
  }

  #footer p a:link, #footer p a:visited
  {
    color: #999999;
  }

  #footer p a:hover
  {
    color: #999999;
  }

  #footer p a:active
  {
    color: #999999;
  }

  #fixModelLeft, #fixModelRight
  {
    position: absolute; 
    top: 0;
    left: 104px;
  }

  #fixModelRight
  {
    left: 1126px;
  }

  div.fixClear
  {
	padding: 0;
	margin:  0;


    height: 0px;
	width: 0px;
	clear: both;

    font-size:   0px;
	line-height: 0px;
  }

#mainPgSearch {
	float: left;
	width: 722px;
}
#calcimg {
	background-image: url(images/calculating.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 100px;
}
#ProdPt1 {
	text-align: left;
	float: left;
}
#ProdPt2 {
	text-align: center;
	float: right;
	width: 165px;
	margin-top: -10px;
	margin-right: 15px;
}
#ProdPt2IE {
	text-align: left;
	float: right;
	width: 165px;
	margin-top: -10px;
	margin-right: 40px;
}
#ProdPt2 table {
	width: 200px;
}
#ProdPt2IE table {
	width: 200px;
}
.closegapbutton {
	margin-top: -10px;
	margin-bottom: -10px;
}
#SmallPic {
	text-align: left;
	float: left;
}

