/* CSS Document */
<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #fbfafa;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menu_act {
	color: #000000;
}
.menu_act td.d {
	background-image: url(images/mda.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1px;
	height: 27px;
	padding-left: 0px;
	padding-right: 0px;
}
.menu td.d {
	background-image: url(images/mdu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1px;
	height: 27px;
	padding-left: 0px;
	padding-right: 0px;
}
.menu_act td {
	background-image: url(images/ma.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

.menu td {
	background-image: url(images/mu.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.menu a {
	color: #ffffff;
	padding-left: 14px;
	padding-right: 14px;
	background-image: url(images/lu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

.menu a:hover {
	color: #ffffff;
	padding-left: 14px;
	padding-right: 14px;
	background-image: url(images/lu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
}

.menu_act a {
	color: #000000;
	padding-left: 14px;
	padding-right: 14px;
	background-image: url(images/la.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

.menu_act a:hover {
	color: #000000;
	padding-left: 14px;
	padding-right: 14px;
	background-image: url(images/la.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
}
.bloks td {
	border: 1px solid #afd1e1;
	width: 25%;
	vertical-align: top;
}

.bloks td td {
	border:none;
}

.btn {
	white-space:nowrap;
	border:1px solid #ffffff;
	padding: 0px;
	color:#ffffff;
}

.btn_act {
	white-space:nowrap;
	border:1px solid #ffffff;
	color:#ffffff;
	padding: 0px;
	font-size: 18px;
}

.btn_act div {
	background-image: url(images/btn_li_act.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.btn div {
	background-image: url(images/btn_li.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.bloks p {
	margin-right: 14px;
	margin-left: 14px;
	margin-top: 0px;
}
.btn_act a {
	display:block;
	width:175px;
	height:32px !important;
	height:45px;
	background-image:url(images/btn_act.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding-left:16px;
	padding-right:16px;
	color:#ffffff;
	text-decoration: none;
	padding-top: 13px;
}

.btn_act a:hover {
	display:block;
	width:175px;
	height:32px !important;
	height:45px;
	background-image:url(images/btn.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding-left:16px;
	padding-right:16px;
	color:#ffffff;
	text-decoration: none;
	padding-top: 13px;
}

h4 {
	font-size: 14px;
	margin-left: 20px;
	margin-right: 20px;
	color: #222123;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 22px;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
h3 {
	font-size: 18px;
	margin-left: 20px;
	margin-right: 20px;
	color: #222123;
}
h2 {
	font-size: 18px;
	margin-left: 14px;
	margin-right: 14px;
	margin-top: 5px;
}
.bloks li {
	list-style-position: outside;
	list-style-image: url(images/link.gif);
}

a {
	color: #166D98;
	text-decoration:none;
}

a:hover {
	color: #8ebed5;
	text-decoration:underline;
}
span {
	color: #8ebed5;
}

input {
	border:1px solid #afd1e1;
	height: 23px;
}

.outer{
	margin:0px 0px 0px 0px;
	padding:2px 0px 4px 1px !important;
	padding:1px;
	border:1px solid #afd1e1;
	background-color:#fff;
	display: inline;
	width:1px;
}
.outer select{
	border:none;
	background:none;
	margin:0px !important;
	margin:-2px;
	overflow:auto;
	padding: 0px;
	height: 21px !important;
	height: 25px;
}
.outer select option{background:#fff; border:none;}

.sbtn {
	white-space:nowrap;
	border:1px solid #ffffff;
	padding: 0px;
	color:#ffffff;
}

.sbtn_act {
	white-space:nowrap;
	border:1px solid #ffffff;
	color:#ffffff;
	padding: 0px;
}

.sbtn_act div {
	background-image: url(images/sbtn_li_act.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:10px;
}

.sbtn div {
	background-image: url(images/sbtn_li.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:10px;
}

.sbtn_act a {
	display:block;
	height:20px !important;
	height:23px;
	background-image:url(images/sbtn_act.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding-left:10px;
	padding-right:10px;
	color:#ffffff;
	text-decoration: none;
	padding-top: 3px;
}

.sbtn_act a:hover {
	display:block;
	height:20px !important;
	height:23px;
	background-image:url(images/sbtn.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding-left:10px;
	padding-right:10px;
	color:#ffffff;
	text-decoration: none;
	padding-top: 3px;
}
.head td {
	color:#FFFFFF;
	font-style:italic;
}
.head h3 {
	font-size: 18px;
	color: #FFFFFF;
	font-style: italic;
	margin: 30px 0px 32px 0px;
}

.head a:hover{
	color:#a3dffa;
	text-decoration:none;
}

.head a{
	color:#acaeaf;
	text-decoration:none;
}

a:hover.cpanel {
	padding-left:30px;
	background-image:url(images/cpanel.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#6f93a4;
	height:20px;
	padding-top:3px;
	text-decoration:none;
	padding-right:10px;
}

a.cpanel {
	padding-left:30px;
	background-image:url(images/cpanel_over.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#c8c9c9;
	height: 20px;
	padding-top:3px;
	padding-right:10px;
	text-decoration:none;
}

a:hover.webemail {
	padding-left:30px;
	background-image:url(images/email.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#6f93a4;
	height:20px;
	padding-top:3px;
	text-decoration:none;
}

a.webemail {
	padding-left:30px;
	background-image:url(images/email_over.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#c8c9c9;
	height: 20px;
	padding-top:3px;
	text-decoration:none;
}
.bloks td.blue {
	background-image: url(images/blue.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 3px;
}

.bloks td.green {
	background-image: url(images/green.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 3px;
}

.bloks td.yellow {
	background-image: url(images/yellow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 3px;
}

.bloks td.grey {
	background-image: url(images/grey.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 3px;
}
.bloks td.deals {
	background-image: url(images/d9deals.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 3px;
}

.bloks td.cyan {
	background-image: url(images/cyan.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 3px;
}
a.more {
	color: #FFFFFF;
	font-size: 10px;
	font-style: italic;
	text-decoration:none;
}

a:hover.more {
	color: #FFFFFF;
	font-size: 10px;
	font-style: italic;
	text-decoration:underline;
}
table.tbl {
	color: #000000;
}
.tbl tr {
	height: 28px;
}
.tbl td {
	vertical-align: middle;
	height: 28px;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}
.tbl tr.bl {
	background-color: #d4e4ec;
}
.submitbutton {
color: #ffffff;
cursor: pointer;
cursor: hand;
font-weight: bold;
background-color: #1C89BD;
border: 1px solid #1C89BD;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }