@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #27614B;
}
body {
	background-color: #dce6f6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #27614B;
	text-decoration: underline;
}
a:visited {
	color: #27614B;
	text-decoration: underline;
}
a:active {
	color: #27614B;
	text-decoration: underline;
}
a:hover {
	color: #27614B;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-style: italic;
}
h3 {
	font-size: 15px;
	color: #27614B;
}
h1 {
	font-size: 18px;
	color: #27614B;
}
h2 {
	font-size: 16px;
	color: #27614B;
}
.h4 {
	font-size: 13px;
	color: #27614B;
	font-weight: bold;
	font-style: italic;
}
.heading{
font-size:12px;
font-weight: bold;
}
.breadcrumb {
padding: 4px; 
padding-left:50px; 
font-size:10px;
color: #27614B;
}
a img {border: none; }

.breadcrumb a:link, .breadcrumb a:visited {
font-size:10px;
text-decoration:none;
color: #27614B;
}
.breadcrumb a:active {
font-size:10px;
text-decoration:none;
color: #27614B;
}
.breadcrumb a:hover {
font-size:10px;
text-decoration:underline;
color: #27614B;
}.style1 {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	background-image:url(layout_images/table_header_bg.gif);
	background-repeat:repeat-x;
	background-color:#0099ce;
}
.style2 {
	font-size: 9px
}
.productlisttext, .productlisttext td, .productlisttext tr{
color:#28587e;
text-decoration:none;
}
.productlisttext a:link, .productlisttext a:active{
color:#28587e;
text-decoration:underline;
}
.productlisttext a:hover{
color:#28587e;
text-decoration:none;
}
.productlisttext a:visited{
color:#27614B;
}
.topmenu {
background-image: url(menu/bg.gif);
}
.productlistrow, .productlistrow tr, .productlistrow td {
background-image: url(layout_images/table_row_bg.gif);
background-repeat:repeat-x;
background-color:#bbcbef;
}
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(layout_images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(layout_images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(layout_images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(layout_images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}