/*
***********  Custom css ************
*/

/* overwrite padding in  editor_style */
img{ border:0px; }

.errorText{ color: #FF0000; }

.nextprevdisabled{
	color: #cccccc;
}
.nextprevlink{
	color: #33597e;
	text-decoration: none;
}
.nextprevlink:hover{
	color: orange;
	text-decoration: none;
}
.nextprevcurrentpage{
	color: #33597e;
	text-decoration: underline;
}

/** used in send to a freind **/
.input {
	font-family: verdana;
  	font-size: 10px; 
  	color: #333333;
	padding:0px; margin:0px;
	border:1px solid #CBD0D4;
	padding-left:3px;
	padding-right:3px; 
}

.textinput {
	border:1px solid #CBD0D4; 
	padding-left:3px;
	padding-right:3px;
	margin:0px;
	background-image:url(/images/spacers/white_input.gif);
	background-repeat:repeat-x;
}

.textinputhover {
	border:1px solid #CD3227; 
	padding-left:3px;
	padding-right:3px;
	margin:0px;
	background-image:url(/images/spacers/white_input.gif);
	background-repeat:repeat-x;
}

.button { color: #FFFFFF; background-color: #C31F41; border-bottom: 1px solid #CB3C5A; border-top: 1px solid #D6647C; border-right: 1px solid #CB3C5A; border-left: 1px solid #D6647C; height: 20px; font-weight: bold; }


.required {
	color:#266B8A; font-size:10px; vertical-align:top; font-family:Verdana, Arial, Helvetica, sans-serif;
}

/************  Layout *************/



/************  Custom - Site specific *************/

.sitemap { text-decoration:none; }

.sitemap:hover { text-decoration:none; }

.footer { text-decoration:none; font-size:11px; font-family:"Lucida Sans", Arial, Helvetica, sans-serif; color:#D6CEBA; }

.footer:hover { text-decoration:none; font-size:11px;  font-family:"Lucida Sans", Arial, Helvetica, sans-serif; }

.subfooter { color:#999999; font-size:11px; text-decoration:none; font-family:"Lucida Sans", Arial, Helvetica, sans-serif;  }

.subfooter:hover { font-size:11px; text-decoration:none; font-family:"Lucida Sans", Arial, Helvetica, sans-serif;  }

.view { color:#4586BF; font-family:"Lucida Sans", Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none; }

.producttitle { color:#262626; font-family:"Lucida Sans", Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; }