@charset "utf-8";
/* CSS Document */

body {
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	}

h1 {
	font-size:1.8em;
	}

h2 {
	font-size:1.5em;
	}

h3 {
	font-size:1.3em;
	}

h4, h5, h6 {
	font-size:1.2em;
	}
#checkoutScroll input {
	margin:5px 0;
}
*:first-child+html div#checkoutScroll select {
	padding:0;
	margin:5px 0;
}
.headerError{
	color:#CC0000;
	font-weight:bold;
}
#checkoutScroll select {
	padding:0;
	margin:5px 0;
}
#checkoutScroll option {
	margin-top:0;
	padding:0;
	font-size:1em;
}
#checkoutScroll.main  {
	font-size:1.1em;	
	line-height:1.25em;
}
.main {
	font-size:1.15em;	
	margin-top:1em;
	line-height:1.7em;
	}

.main p {
	font-size:1.15em;	
	margin-top:1em;
	line-height:1.7em;
}

ul {
	list-style-image:none;
	list-style: outside square;
	margin-left:20px;
	font-size:1.2em;
	}
a {
	color:#00ccff;
	text-decoration:none;
	outline:none;
	}
a:link {
	color:#00ccff;
	text-decoration:underline;

	}
a:visited{
	color:#00ccff;
	text-decoration:none;

	}
a:active {
	color:#333333;
	text-decoration:none;

	}

a:hover {
	color:#333333;
	text-decoration:none;
	}



#description p {
	border-bottom:1px dotted #000000;
	margin-top:0.5em;
	padding-bottom:1em;
	}

#desc_links a:link, #desc_links a:visited {
	display:block;
	border-bottom:1px dotted #000000;
	margin-top:0.5em;
	padding-bottom:0 20em 2em 0;
	font-size:0.85em;
	text-decoration:none;
	line-height:2.5em;
	color:#000000;
	}

#desc_links a:hover, #desc_links a:active {
	display:block;
	border-bottom:1px dotted #000000;
	margin-top:0.5em;
	padding-bottom:0 20em 2em 0;
	font-size:0.85em;
	text-decoration:none;
	line-height:2.5em;
	color:#00CCFF;
	}
#firstpage {
	padding:0 0 0 1em;
}

#pagination a, #pagination a:link, #pagination a:visited {
	padding:0 0 0 1em;
	text-decoration:none;
	color:#000000;
	}

#pagination a:hover, #pagination a:active {
	padding:0 0 0 1em;
	text-decoration:none;
	color:#00CCFF;
	}

#welcome h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.2em;
	}

#welcome h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
}

/*----- JS Select Style -----*/

input.select {
      display: block;
      margin: 0 0 10px 0;

	  }
#checkoutScroll input {
	padding:0;
	margin:5px 0;
}
input {
	padding:0;
	margin:0;
}
	
select {
      display: block;
      width: 125px;
	  padding:0;
	  margin:5px 0;
	  float:left;
	  
    }
    
select.replaced {
      display: none;
	  }
	  
ul.selectReplacement {
      background:url(../../images/select_arrow.png) #FFFFFF right no-repeat;
	  border:1px #CCCCCC solid;
      margin: 0;
      padding: 0;
      height: 1.65em;
      width: 149px;
	  }
	  
ul.selectReplacement li {
      background:#FFFFFF;
      color:#666666;
      cursor: pointer;
      display: none;
      font-size: 14px;
      line-height: 1.4em;
      list-style: none;
      margin: 0;
      padding: 1px 12px;
      width: 125px;
	  }
	  
ul.selectOpen li {
      display: block;
	  }
	  
ul.selectReplacement li.selected {
      background: url(../../CSS/bottom.gif) bottom left no-repeat;
      color:#666666;
      display: block;
	  }
	  
ul.selectOpen li.selected {
      background:#BDECE8;
      display: block;
	  }
	  
ul.selectOpen li:hover,
ul.selectOpen li.hover,
ul.selectOpen li.selected:hover {
      background:#EFEFEF;
      color:#666666;
	  }
.saleprice {
	color:#CC0000;
	}

.bottomlinks {
	color:#666666;
	}
.bg_b a:link, .bg_b a:visited {
	padding-top:0.7em;
	color:#CCCCCC;
	font-size:0.9em;
	text-decoration:none;
	}

.bg_b a:hover, .bg_b a:active {
	padding-top:0.7em;
	color:#FFFFFF;
	font-size:0.9em;
	text-decoration:underline;
	}
#firstpage {
	font-weight:bold;
	color:#00ccff;
}
