@charset "UTF-8";

/**
Ultimate Registry Font Styles
**/

.medium_blue {
	color:rgb(56,75,152);
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	text-decoration:none;
}

.medium_blue a {
	color:rgb(56,75,152);
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	text-decoration:none;
}

.medium_blue a:hover {
	text-decoration:underline;
	color:black;
}

.large_blue_header {
	color:rgb(56,75,152);
	font-size:1.8em;
	font-weight:normal;
	line-height:18px;
	text-decoration:none;
}

DIV.blue_border {
	border-style:solid;
	border-width:1px;
	border-color:rgb(56,75,152);
	padding:2px;
	margin-top:7px;
}

.small_black_bold {
	color:black;
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
}


.small_black {
	color:black;
	font-size:0.8em;
	font-weight:normal;
	text-decoration:none;
}

.streched_blue_label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.71em;
	font-weight:bold;
	color:rgb(56,75,152);
	white-space: nowrap;
	text-transform:uppercase;
	word-spacing: 0.03em;
	letter-spacing: 0.09em;
	text-decoration:underline;
}

.department_item {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:rgb(56,75,152);
}

.department_item a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.79em;
	font-weight:normal;
	color:rgb(56,75,152);
	text-decoration:none;
	white-space:nowrap;
	word-spacing:-1px;
}

DIV.menu_item {
	padding:0 0 8px 0;
	display:block;
	clear:both;
}

.home_category_box_title, td.home_category_box_title a {
	white-space:normal;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:105%;
	line-height:1em;
	font-weight:bold;
	color:rgb(56,75,152);
	text-decoration:none;
}

td.home_category_box_title a:hover {
	text-decoration:underline;
}

td.home_category_box_title {
	height:2em;
	text-align:left;
}

.category_box_title, td.category_box_title a {
	white-space:normal;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:96%;
	line-height:1.1em;
	font-weight:bold;
	color:rgb(56,75,152);
	text-decoration:none;
}

td.category_box_title a:hover {
	text-decoration:underline;
}

td.category_box_title {
	height:2.5em;
}

.product_title {
	white-space:normal;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	line-height:1.2em;
	font-weight:bold;
	color:rgb(56,75,152);
}

.smaller_product_title, .smaller_product_title a {
	white-space:normal;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.80em;
	line-height:1.2em;
	font-weight:normal;
	color:rgb(56,75,152);
	text-decoration:none;
}

.smaller_product_title a:hover {
	text-decoration:underline;
}

.product_misc {
	white-space:normal;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	line-height:1.5em;
	font-weight:normal;
	color:rgb(56,75,152);
}

.subcategory_box_title {
	white-space:normal;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	line-height:1.1em;
	font-weight:normal;
	color:rgb(56,75,152);
}

.subcategory_box_title a {
	text-decoration:none;
	color:rgb(56,75,152);
}

.subcategory_box_title a:hover {
	text-decoration:underline;
}

.medium_blue_bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:rgb(50,73,154);
	font-weight:bold;
}

.medium_blue_bold_big {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:rgb(50,73,154);
	font-weight:bold;
}



.regular_blue {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.86em;
	line-height:10pt;
	color:rgb(50,73,154);
	font-weight:normal;
}

.error_cell {
	clear:right;
	width:98%;
	border-style:solid;
	border-width:1px;
	border-color:Red;
	margin-bottom:3px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:rgb(50,73,154);
}

.error_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:Red;
	font-weight:normal;
	padding-left:15px;
}

