html {
    overflow-y: scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
}
a:link {
	color: #556A75;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #556A75;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: underline;
	color: #FF3300;
}
/*---{ Top Nav Styles } -------------------*/
.nav_bullet {
	margin: 0 10px;	
	/*font-size: 18px;*/
	color: #FFCC00;
}
.minibask_brief {
	/*margin-left: 50px;*/
}
#top_nav {
	background-image: url(/home_images/metal1spot1.jpg);
	background-repeat: repeat-x;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;	
	font-weight: bold;
	vertical-align: middle;
}
#top_nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#top_nav a:hover {
	color: #FFCC00;	
}
#top_nav #checkout {
	float: right;
}

#header	{
	margin-bottom:5px;
	font-size:12px;
}
#header a	{
	color: #FF9900;
	text-decoration: none;
}
#header a:hover	{
	color: #FF6600;
	text-decoration: underline;
}

/*---{ Tag Styles } -------------------*/
td {
    font-size: 1em;
    font-weight: normal;
}

dt {
	margin-top: 8px;
}

dd {
	margin-top: 5px;
}
textarea {
	border: 1px solid #666;
}
textarea:focus {
	border: 1px solid #CC0000;
}
input[type="text"] { 
    border: 1px solid #666;
}
input:focus[type="text"] { 
    border: 1px solid #CC0000;
}

input[type="password"] {
   border: 1px solid #666;   
}
input:focus[type="password"] {
   border: 1px solid #CC0000;   
}
select {
	border: 1px solid #666;
}
select:focus {
	border: 1px solid #CC0000;
}
/*---{ Misc Class Styles } -------------------*/
.magnifyarea{ /* CSS to add shadow to magnified image. Optional */
box-shadow: 5px 5px 7px #818181;
-webkit-box-shadow: 5px 5px 7px #818181;
-moz-box-shadow: 5px 5px 7px #818181;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true);
background: white;
}
.bodytext {
	font-size: 14px;
	display: block;
}
.bodytext_link {
	font-size: 14px;
	color: #FF9900;
	text-decoration: none;
}
.div_align_center {
	text-align: center;
}
.div_borderlft {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #556A75;
}
.img_align_left {
	text-align: left;
}
.bold	{
	font-weight:bold;
}
.disclaimer	{
	font-size:12px;
}
.itemTitle {
    font-size: 1.6em;
    font-weight: bold;
}
.smalltext {
    font-size: .62em;
    font-weight: normal;
}
.bigtext {
    font-size: 1em;
    font-weight: normal;
}
.redtext {
    font-weight: bold;
    color: #900;
}
.red2text {
    color: #C00;
}
.greytext {
    font-weight: bold;
    color: #666;
}
.bluetext {
	color: #556a75;
	padding: 5px 0;	
}
.required {
    font-weight: bold;
}
select.required, input.required {
    font-weight: normal;
}
select.optional, input.optional {
    font-style: normal;
}
.optional {
    font-style: italic;
}
.promotion {
	font-size: 1.4em;
	color: #FFFFFF;
	text-decoration: none;
}
.no-bullets li {
list-style-type:none;
list-style-image:none;
} 
.margin_rt_5 {
	margin-right: 5px;
}
.margin_top_5 {
	margin-top: 5px;
}

.slash {
	text-decoration: line-through;
}
.upper_case {
	text-transform: uppercase;
}
.no_border {
	border: none;
}
.yellow_border {
	padding: 10px;
	border: 1px solid #FFCC00;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.grey_border {
	padding: 0 10px;
	border: 1px solid #666;
}

.border_radius {
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.misc_table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.misc_table td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px;
}

.misc_table th {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px;
}

.pencil {
	font-size: 16px;
	border-bottom:1px solid #556A75;
	background:url(/new_images/pencil-down.gif) no-repeat left top;
	padding-left:15px;
	margin: 20px 0 10px 0;
}

.basket-contents {
	padding: 2px;
}
.basket-contents td {
	padding: 2px;
	border-bottom: 1px solid #FFCC00;
}
.basket-contents th {
	border-bottom: 3px double #FFCC00;
	font-size: 14px;
	padding: 2px;
}
.customer-contents {
	padding: 2px;
}
.customer-contents td {
	padding: 2px;
	border-bottom: 1px solid #FFCC00;
}
.customer-contents th {
	border-bottom: 3px double #FFCC00;
	font-size: 14px;
	padding: 2px;
}

/*---{ new promo product templating and styles } -------------------*/

#product-table {
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(/new_images/product-bg.gif);
}
#product-table h4 {
	padding: 0px;
	margin: 0px;
	font-size: 1.4em;
	font-weight: normal;
}
#product-table ul {
	font-size:12px;
	padding-left: 10px;
	margin: 0 0 0 15px;
}
#pencil-price-breakdown {
	border-top: 1px solid black;
	border-left: 1px solid black;
	background-color: white;
}
#pencil-price-breakdown td {
	font-size:12px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 3px;
}
#impt-color	{
	background-color:#E6E6E6;
}
#impt-color span	{
	font-weight:bold;
	padding:3px;
}
#white-impt	{
	background-color:#000; border:1px solid #ccc; color:#fff;
}
#black-impt	{
	background-color:#fff; border:1px solid #000; color:#000;
}
#red-impt	{
	background-color:#fff; border:1px solid #f00; color:#f00;
}
#blue-impt	{
	background-color:#fff; border:1px solid #30f; color:#30f;
}
#green-impt	{
	background-color:#fff; border:1px solid #015201; color:#015201;
}
#gold-impt	{
	background-color:#000; border:1px solid #ff6; color:#ff6;
}
#silver-impt {
	background-color:#000; border:1px solid #c0c0c0; color:#c0c0c0;
}

/*---{ Home Page styles } -------------------*/

#home-page-blocks {
	position:relative;	
}
#home-page-blocks h3 {
	font-size: 14px;
	margin-bottom: 3px;	
}
#home-page-blocks td {
	font-size: 13px;
}
#home-page-blocks .home-page-blocks-div h2 {
	margin-top: 0px;
	margin-bottom: 2px;
}
#home-page-blocks .home-page-blocks-div h3 {
	margin-top: 0px;
	margin-bottom: 2px;
}
#home-page-blocks a {
	text-decoration: none;
	color: #FF9900;
	text-align: center;
	display: block;
}
#home-page-blocks a:hover {
	color: #FF6600;
	text-align: center;
	display: block;
	text-decoration: underline;
}
.home-page-blocks-div {
	text-align: center;
}
#home-sidebar {
}
#home-sidebar_top {
	background-color: #657C8A;
	color: #FFFFFF;
	font-size: 14px;
	width: 292px;
	padding:10px 0;	
}
#home-sidebar ul li{
	list-style-image:none;
}
#div_promo {
}
#div_promo a {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}
#div_promo a:hover {
	color: #FF9900;
	text-decoration: underline;
}
#footer {
	color: #FFFFFF;
	font-size: 12px;
	padding:12px 0;	
	background-color: #657C8A;
	text-align: center;
}

#footer a {
	color: #FFCC00;
	text-decoration: none;
}

#footer a:hover {
	color: #FF9900;
	text-decoration: underline;
}
#footer_nav {
	background-image: url(/home_images/metal1spot1.jpg);
	background-repeat: repeat-x;
	height: 36px;
	line-height: 36px;
	padding:0 20px;	
	text-align: right;
	color:#FFFFFF;
}
#footer_nav #scheckout a {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer_nav #scheckout a:hover {
	color: #FFCC00;
}
.home_link {
	color: #FFCC00;
	font-size: 12px;
	text-decoration: underline;
}
.sign_in {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}

/*---{ Misc Page Styles }--------------------------*/

.prod_layout {
	margin-top:40px;
}
#div_header {
	font-size: 16px;
	width: 625px;
	margin-bottom: 10px;
}
#div_header a {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;	
}
#div_header a:hover {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}
#div_header h1 {	
	font-size: 18px;	
	line-height: 1.9em;	
	color: #000000;
	text-decoration: none;
}
#div_about {
}
#div_about li {
	margin-bottom: 5px;
	list-style-image:url(/new_images/pullet.gif);
    margin-top: 10px;
}
#div_about a {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
#div_about a:hover {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}
#faq {
}
#faq li {
	margin-bottom: 10px;
	line-height: 18px;
}
#back_to_top {
	font-size: 16px;
	margin-top:20px;		
}

#back_to_top a {	
	color: #FF9900;
	text-decoration: none;
}
#back_to_top a:hover {	
	color: #FF6600;
	text-decoration: underline;
}
#continue_shopping a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
	padding: 5px;
	border: 1px solid #000000;	
	-moz-border-radius: 5px;
	border-radius: 5px;	
	text-shadow: 0 1px 1px rgba(68,68,68, 0.3); 
}
#continue_shopping a:hover {
	background-color: #FF9900;
}
#previous {
	margin-top:10px;	
}
#previous a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
	padding: 5px;
	border: 1px solid #000000;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	text-shadow: 0 1px 1px rgba(68,68,68, 0.3); 
}
#previous a:hover {
	background-color: #FF9900;
}
#next {
	margin-top:10px;	
}
#next a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
	padding: 5px;
	border: 1px solid #000000;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: right;
	text-shadow: 0 1px 1px rgba(68,68,68, 0.3); 
}
#next a:hover {
	background-color: #FF9900;
}
#attribute a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color:  #FFCC00;
	padding: 5px;
	border: 1px solid #000000;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0 1px 1px rgba(68,68,68, 0.3); 
		
}
#attribute a:hover {
	background-color: #FF9900;
}
.button a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color:  #FFCC00;
	padding: 5px;
	border: 1px solid #000000;	
	-moz-border-radius: 5px;
	border-radius: 5px;	
	text-shadow: 0 1px 1px rgba(68,68,68, 0.3); 
}
.button a:hover {
	background-color: #FF9900;
}

.cta	{
	font-weight: bold;
	color: #000000 !important;
	text-decoration: none !important;
	background-color:  #FFCC00;
	padding: 5px;
	border: 1px solid #000000;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0 1px 1px rgba(68,68,68, 0.3); 
}

.cta:hover	{
	background-color: #FF9900;
}
/*---{ Balloontip Styles }--------------------------*/
.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
/*width: 200px;*/
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);*/
filter: progid:DXImageTransform.Microsoft.Dropshadow(OffX=5, OffY=5, Color='gray');
}
#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}
/*---{ Hint Box Styles }--------------------------*/

#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 0px;
	margin: 0px;
	background-color: #9370DB;
	visibility: hidden;
	z-index: 300;
}
#dhtmlpointer {
	position:absolute;
	left: -300px;
	z-index: 301;
	visibility: hidden;
}
#dhtmltooltip .tip-title {
	width: auto;
	background-color: black;
	color: white;
	margin: 0px;
	padding: 3px;
}
#dhtmltooltip .tip-body {
	padding: 3px;
}
#dhtmltooltip .white {
	color: white;
	font-weight: bold;
}
#dhtmltooltip .black {
	color: black;
	font-weight: bold;
}
#dhtmltooltip .red {
	color: red;
	font-weight: bold;
}
#dhtmltooltip .blue {
	color: blue;
	font-weight: bold;
}
#dhtmltooltip .gold {
	color: #ff6;
	font-weight: bold;
}
 .tip-body {
	padding: 3px;
}
 .white {
	color: white;
	font-weight: bold;
}
 .black {
	color: black;
	font-weight: bold;
}
 .red {
	color: red;
	font-weight: bold;
}
 .blue {
	color: blue;
	font-weight: bold;
}
 .green {
 	color: green;
 	font-weight: bold;
}
 .gold {
	color: #ff6;
	font-weight: bold;
}
 .silver {
 	color: #c0c0c0;
 	font-weight: bold;
}
/*---{ Contact Form Styles }--------------------------*/

#contact_form {
	font-size: 16px;
	margin: 20px;
	width: 450px;
}
#contact_form form label {
	/*margin-bottom: 5px;*/
	display: inline-block;
}
#contact_form form input {
	/*margin-bottom: 5px;*/
}
.form_label {
	width: 125px;
}
fieldset {
	padding: 5px;
}
.clearfloat { 
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}
.clearleft { 
	clear:left;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}
.clearright { 
	clear:right;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}
.input_yellow {
	background-color: #FFFF99;
}
#browswer_issues {
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 2px solid #FF0000;
	font-size: 16px;
}
.result {
	text-align: center;
	float: left;
	height: 150px;
	width: 150px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: table-cell;
	vertical-align: bottom;
	position: relative;
	border: 1px solid #CCCCCC;
}
.result_bottom {
	position: absolute;
	bottom: 0px;
	width: 150px;
	clear: left;
}
