.boxText { font-family:Arial, Helvetica, sans-serif; font-size: 10px; }
.errorBox { font-family :Arial, Helvetica, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family :Arial, Helvetica, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family :Arial, Helvetica, sans-serif; font-size : 10px; color: #686868; text-decoration: underline; }

BODY {
  color: #363634;
  font-size:11px;
  font-family:Arial, Helvetica, sans-serif;
  background-image:url(img/bg.jpg);
  background-position:center;
  background-repeat:repeat;
  margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  padding: 0;
  text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
a, a:hover, a:visited
{
   color: #363634;
   text-decoration:none;

}
.messageStackError
{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#F00;
}
.body_class {
	width: 800px;
	text-align:left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

div#page
{
  width:800px;
  text-align:left;
  margin: 0; /* the auto margins (in conjunction with a width) center the page */
  position:absolute;
  overflow:auto;
}
#header_top_nav
{
	width:800px;
	height:20px;
	line-height:20px;
	text-align:right;
}

#header_top
{
	width:798px;
	height:82px;
	text-align:center;
	padding-right:2px;
}
#header_top_img
{
	width:798px;
	height:82px;
	text-align:center;
	padding-left:1px;
}
#header
{
	background-image:url(img/banner.jpg);
	width:800px;
	height:257px;
	text-align:center;
	vertical-align:top;
}
#cat_top_nav
{
	width:800px;
	height:30px;
	line-height:30px;
	background-image:url(img/top_nav_bg.jpg);
	background-repeat:repeat-x;
}
#crump_nav
{
	width:800px;
	background-image:url(img/breadcrumb_bg.jpg);
	background-repeat:repeat-x;
	height:39px;
	line-height:39px;
	text-align:right;
}
a.top_nav:link, a.top_nav:visited
{
	color:#666666;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
}
a.top_nav:hover
{
	color:#666666;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	padding-left:10px;
}
a.top_cat_nav:link, a.top_cat_nav:visited
{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding-left:35px;
	font-family:"Times New Roman", Times, serif;
}
a.top_cat_nav:hover
{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	padding-left:35px;
	font-family:"Times New Roman", Times, serif;
}
a.headerNavigation:link, a.headerNavigation:visited
{
	color:#fff;
	font-size:11px;
	text-decoration:none;
}
a.headerNavigation:hover
{
	color:#fff;
	font-size:11px;
	text-decoration:underline;
}
#content
{
	width:800px;
	background-color:#FFF;
	float:left;
}
#home_cat_container
{
	width:257px;
	height:220px;
	float:left;
}
#home_cat
{
	width:257px;
	background-image:url(img/home_cat_bg.jpg);
	height:195px;
	float:left;	
}
#home_cat_text
{
	width:257px;
	height:25px;
	line-height:25px;
	color:#666666;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	float:left;
	background-color:#FFF;
}
#home_cat_div
{
	width:9px;
	height:210px;
	padding-top:10px;
	float:left;
	background-color:#FFF;
}
#home_cat_div_last
{
	width:2px;
	height:210px;
	padding-top:10px;
	float:left;
	background-color:#FFF;
}
#home_cat_gap
{
	width:800px;
	height:15px;
	background-color:#FFF;
	float:left;
}
#footer
{
	width:800px;
	height:140px;
	background-image:url(img/footer.jpg);
	background-repeat:repeat;
	float:left;
}
#footer_links
{
	width:800px;
	height:20px;
	background-image:url(img/footer.jpg);
	background-repeat:repeat-x;
	float:left;
	text-align:center;
}
#footer_left
{
	width:100px;
	height:120px;
	background-image:url(img/cinoa.jpg);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
}
#footer_right
{
	width:200px;
	height:130px;
	background-image:url(img/member_irish.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	float:right;
	text-align:right;
}
#footer_right_add
{
	width:170px;
	height:130px;
	float:right;
	text-align:left;
	padding-left:30px;
}
#footer_left_1
{
	width:180px;
	height:120px;
	float:left;
	padding-left:10px;
}
#footer_left_2
{
	width:230px;
	height:120px;
	float:left;
	padding-left:10px;
}
#footer_bottom
{
	width:800px;
	height:25px;
	float:left;
}
#footer_bottom_left
{
	width:400px;
	height:25px;
	line-height:25px;
	float:left;
	text-align:left;
}
#footer_bottom_right
{
	width:400px;
	height:25px;
	line-height:25px;
	float:left;
	text-align:right;
}
#content_left
{
	width:175px;
	float:left;
}
#content_right
{
	width:605px;
	float:left;
	padding-left:20px;
}
a.top_cat_nav_b:link, a.top_cat_nav_b:visited
{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding-left:35px;
	font-family:"Times New Roman", Times, serif;
}
a.top_cat_nav_b:hover
{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	padding-left:35px;
	font-family:"Times New Roman", Times, serif;
}
#page_title
{
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	color:#232323;
	margin-top:-1px;
}
.cat_link_main
{
	display:none;
}
.cat_link_level
{
	background-image:url(img/arrow.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:23px;
	line-height:23px;
	padding-left:15px;
	border-bottom:#cdccc8 solid 1px;
}
.cat_link_level1
{
	background-image:url(img/arrow.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:23px;
	line-height:23px;
	padding-left:15px;
}
.cat_link_sub
{
	height:21px;
	line-height:21px;
	background-color:#ebeae5;
	padding-left:15px;
}
#cat_content_left
{
	width:290px;
	float:left;
}
#cat_content_right
{
	width:310px;
	float:left;
}
#cat_list_container_1
{
	width:295px;
	float:left;
	padding-bottom:20px;
	padding-left:10px;
}
#cat_list_container_2
{
	width:295px;
	float:left;
	padding-bottom:20px;
}
#cat_list_image
{
	width:140px;
	text-align:left;
	float:left;
	height:130px;
}
#cat_list_title
{
	width:155px;
	float:left;
	font-size:12px;
	font-weight:bold;
}
#cat_list_des
{
	width:155px;
	float:left;
}
#p_pro
{
	width:600px;
	padding-bottom:20px;
	height:170px;
	float:left;
}
#p_image
{
	height:150px;
	width:200px;
	border:1px solid #d8d9cb;
	text-align:center;
	float:left;
}
#p_title
{
	height:20px;
	line-height:20px;
	text-align:left;
	float:left;
	width:330px;
	padding-left:20px;
	font-weight:bold;
	font-size:12px;
}
#p_des
{
	height:125px;
	width:330px;
	float:left;
	padding-left:20px;
}
#page_gap
{
	width:600px;
	height:15px;
	line-height:15px;
	float:left;
}
#content_pro_left
{
	width:300px;
	float:left;
}
#content_pro_right
{
	width:285px;
	float:left;
	padding-left:10px;
}
#content_image_top
{
	width:300px;
	height:23px;
	float:left;
}
#content_image
{
	width:298px;
	float:left;
	text-align:left;
	height:225px;
	border:1px solid #d8d9cb;
}
#content_image_gap
{
	width:298px;
	float:left;
	height:25px;
}
#content_image_bottom
{
	width:300px;
	float:left;
	text-align:left;
}
#pInfoThumbCol
{
	width:74px;
	height:74px;
	text-align:center;
	float:left;
	padding-bottom:10px;
}
#article_left
{
	width:430px;
	padding-left:20px;
	float:left;
}
#article_right
{
	width:350px;
	float:left;
	background-image:url(img/about_us_banner.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:390px;
}
a.b_nav:link, a.b_nav:visited
{
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
}
a.b_nav:hover
{
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	padding-left:10px;
}

