/* original styling before Shane got his paws on it */
a:link {color: #F56D18; text-decoration: none;}
a:visited {color: #F56D18; text-decoration: none;}
a:active {color: #F56D18; text-decoration: none;}
a:hover {color: #000000; text-decoration: none;}

.linkblock a:link {color: #ffffff; text-decoration: none;}
.linkblock a:visited {color: #f3e8da; text-decoration: none;}
.linkblock a:active {color: #f3e8da; text-decoration: none;}
.linkblock a:hover {color: red; text-decoration: none;}

.footer a:link {color: #3f3f3f; text-decoration: none;}
.footer a:visited {color: #3f3f3f; text-decoration: none;}
.footer a:active {color: #3f3f3f; text-decoration: none;}
.footer a:hover {color: #000000; text-decoration: none;}

td img {background: #eee; border: 1px solid #bababa; padding: 8px; margin-bottom: 10px;}

td, p {font-size: 12px; font-family : arial, verdana; color: #2c3a2d}

td.smaller {font-size: 11px; font-family : arial, verdana; color : #ffffff;}

td.larger {font-size: 13px; font-family : arial, verdana; color : #ffffff; font-weight: bold;}

td.footer {font-size: 10px; font-family : arial; color : #3f3f3f;}

p.right {font-size: 13px; font-family : arial, verdana; color : #f3e8da;}

/* shane's additions */
body {
	margin:0px;;
	padding:0px;
	font-family: arial, verdana;
	}
	
.styleMe {
	background-color:#ddd;
	color:#000;
	border: 1px solid #bababa;
	font-family: arial;
	}
	
label {
	font-family: arial;
	color:#000;
	}

h1,h2,h3,h4,h5,h6 {
	text-align: center;
	}
	hr {
		width:92%;
		color: #fff;
		height:2px;
		border:0px;
		background-color:#;
		}
/* styles the box in which the running quotes appear */
.quotebox {
	width:125px;
	height:1.5em;
	font-size: 14pt;
	border:2px solid #F56D18;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	padding-right:5px;
	padding-top: 5px;
	}

/* styles the radio buttons, check boxes, and their labels */
.button {
	width: 15%;
	float:left;
	clear:left;
	margin-top:3px;
	}
	.button2 {
	width: 30%;
	float:left;
	clear:left;
	margin-top:3px;
	}
.label	{
	width:84%;
	float:left;
	margin-top:3px;
	}
	.label2	{
	
	float:left;
	vertical-align:middle;
	margin-left:35px;
	margin-top:3px;
	}

/* styles the shipping paragraph */
.shipping {
	width: 10em;
	margin-right:auto;
	margin-left:auto;
	}
.shipping input {
	width:9em;
	}
	
/* styles shelf description */
#shelfInstructions {
	background-color:#ddd;
	color:#000;
	font-family: arial;
	font-size:1em;
	width:95%;
	height: 4em;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #bababa;
	}

#submission {
	margin-left:auto; 
	margin-right:auto; 
	width:120px;
	}
	
.clearIt {
	clear:both;
	font-size:5px;
	}

#emailConfirmation {
	background-image:url('./images/loginBox.gif');
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top: 100px;
	height:225px;
	width:350px;
	color:#B08A61;
	padding-top:20px;
	font-family: arial, sans;
	font-size:14pt;
	text-align:center;
	}
 
dt {
    text-decoration:underline;
    font-weight:bold;
    }
dd {
    margin-left:15px;
    }

.linksList {
    text-align:left;
    width:120px;
    padding:0px;
    margin:0px;
    list-style-image:url("images/dot.gif");
    font-size:14px;
    }
.linksList li {
    margin-left:10px;
    }
    
.iframe-wrapper {
	background-color: white !important;
}
