body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

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;
}
/*---{ Tag Styles } -------------------*/
td {
    font-size: 1em;
    font-weight: normal;
}

dt {
	margin-top: 8px;
}

dd {
	margin-top: 5px;
}

/*---{ 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;
}

.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;
}

.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-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.yellow_border {
	padding: 10px;
	border: 2px solid #FFCC00;
}
/*---{ 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 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	padding: 0px;
	margin: 0px;
}

#product-table h4 {
	padding: 0px;
	margin: 0px;
	font-size: 1.4em;
	font-weight: normal;
}

#product-table ul {
	font-size:12px;
	padding-left: 10px;
	margin-left: 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;
}

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

#favorite {
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
}

#favorite a {
	color: #FF9900;
	text-decoration: none;
	
}

#favorite a:hover {
	color: #FF6600;
	text-decoration: underline;
	
}

#div_top_nav {
	background-image: url(images/home_nav_bkgrd.jpg);
	padding-right: 20px;
	background-position: center top;
	background-repeat: repeat;
	height: 29px;
	padding-top: 5px;
	text-align: right;
}

#home-page-blocks h2 {
	font-size: 13px;
	margin-bottom: -1px;
	font-weight: bold;
}

#home-page-blocks h3 {
	font-size: 14px;
	margin-bottom: 3px;
	font-weight: bold;
}
	
#home-page-blocks img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#home-page-blocks td {
	font-size: 13px;
}

#home-page-blocks .home-page-blocks-div h2 {
	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 {
	font-size: 14px;
	background-color: #657C8A;
	width: 277px;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
	margin: 0px;
	list-style-type: none;
}

#home-sidebar_top {
	background-color: #657C8A;
	color: #FFFFFF;
	font-size: 14px;
	width: 292px;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
}

#home-sidebar ul li{
	list-style-image:none;
}

#div_promo {
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 277px;
}

#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-top: 12px;
	padding-bottom: 12px;
	background-color: #657C8A;
	text-align: center;
}

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

#footer a:hover {
	color: #FF9900;
	text-decoration: underline;
}

.home_link {
	color: #FFCC00;
	font-size: 12px;
	text-decoration: underline;
}

.sign_in {
	color: #FFCC00;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

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

#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-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1.9em;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

#div_about {
	font-size: 14px;
}

#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 {
	font-size: 14px;
}

#faq li {
	margin-bottom: 10px;
	line-height: 18px;
}

#back_to_top a {
	font-size: 16px;
	color: #FF9900;
	text-decoration: none;
}

#back_to_top a:hover {
	font-size: 16px;
	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;	
}
#continue_shopping a:hover {
	background-color: #FF9900;
}

#previous a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
	padding: 5px;
	border: 1px solid #000000;
	float: left;
}
#previous a:hover {
	background-color: #FF9900;
}
#next a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
	padding: 5px;
	border: 1px solid #000000;
	float: right;
}
#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;
		
}
#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;
		
}
.button a: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);
}

#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;
	padding: 10px;
	margin: 20px;
	width: 450px;
	border: 2px solid #FFCC00;
}

#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 { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}
.input_yellow {
	background-color: #FFFF99;
}
