body {
        background-color: #295F64;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	margin: 0;
        background-image: url(../images/ifbg.gif);
	background-repeat: repeat;
}
.c {
	float: left;
}
.cr {
	clear: left;
}

td {
	vertical-align: top;
	padding: 5px;
}

h1 {
	font-size: 14pt;
	margin: 5px 0 5px 0;
}

h2 {
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

h3 {
	color: #3E81B4;
	font-size: 8pt;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dotted #D9D9D9;
}

#descr {
	padding: 0px;
	margin: 0 0 5px 0;
}

table.formPage {
	margin: 0 auto;
}

td.err {
	padding: 3px;
	color: #CA0002;
	background: #F0F0F0;
	border: 1px solid #CECECE;
	text-align: left;
}

td.msg {
	padding: 3px;
	color: #CA0002;
	background: #F0F0F0;
	border: 1px solid #CECECE;
	text-align: left;
}

.label {
	text-align: right;
}
.buttons {
	border-top: 1px solid #D9D9D9;
	text-align: center;
}
#links p {
	margin: 0 0 7px 0;
}
.url {
	color: #6f6f6f;
}

.text, .btn {
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

input.text {
	color: #000000;
	border: 1px solid #3E81B4;
}
textarea.text {
	font-size: 8pt;
	border: 1px solid #3E81B4;
}
select {
	font-size: 8pt;
	border: 1px solid #3E81B4;
}

.captcha {
	border: 1px solid #3E81B4;
	margin-top: 10px;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}
.btn {
	font-weight: bold;
	border: 1px solid #3E81B4;
	background-color: #F0F0F0;
	color: #3E81B4;/*3E81B4;*/
	cursor: pointer;
	height: 20px;
}
span.req {
	margin-left: 3px;
	color: #CA0002;
	font-weight: bold;
}

div.errForm, span.errForm {
	margin: 2px 0 0px 0px;
	padding: 2px 3px 2px 3px;
	color: #FFA814;
	background: #FFFFF3;
	border: 1px solid #cccccc;
	text-align: left;
	clear: both;
	display: block;
}
.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #909090;
	font-size: 7pt;
	text-decoration: none;
}
.sort {
	color: #000000;
}
div.pr {
	font-size: 6pt;
	color: #000000;
	float: left;
	height: 30px;
	margin-right: 5px;
}
div.prg {
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}
div.prb {
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}

.price {
	border: 1px solid #A0A0A0;
}
.price table td{
	margin: 0;
	padding: 2px;
	vertical-align: bottom;
}

.paging-links,
.paging-info {
   text-align:right;
}

.paging-info {
   font-style: italic;
}

.limit_field {
   border: 0 solid transparent;
   border-width:0;
}

#toggleCategTree {
   display:block;
   cursor:pointer;
   cursor:hand;
   color:#6A8AD4;
}

#categtree {
   margin:3px 0;
   height:200px;
   width:300px;
   overflow:auto;
   border:1px dotted #9EC2F3;
   border-width:0 1px 1px;
}

#catTitle { background:#fff; } /* Important for Konqueror */

#categtree h2 {
   margin:0 0 5px;
   padding:2px;
   text-align:center;
   color:#3E81B4;
   background:#DDE5F3;
   vertical-align:middle;
}

#categtree #close_tree {
   right:0;
   padding:1px;
   text-align:center;
   white-space:nowrap;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item {
   clear:both;
   margin:3px 5px;
   padding:2px 5px;
   display:block;
   border:1px dotted #CBE2EC;
   border-width:1px 0;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item img {
   margin-right:1em;
}

#categtree .odd {
   background:#F8F8FC;
}

#categtree .even {
   background:#fff;
}

#categtree .categ-item:hover {
   background:#eee;
}

/* --------------------------------------------------------------- */

.center {
	margin: 0 auto;
	width: 960px;
}
	
.center1 {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 960px;
}
	
.header {
	background: url("../images/headerBg.gif") repeat-x;
	height: 77px;
	width: 960px;
	margin: 0 auto;
}

.headerLogo {
	float: left;
	margin: 25px 0px 0px 40px;
}

.headerSearch {
	float: right;
	color: #FFFFFF;
	margin: 25px 40px 0px 0px;
}

.searchLabel {
	float: left;
	margin: 4px 5px 0px 0px;
	color: #1A4E80;
}

.searchInput {
	background-color: #E5EAEE;
	border: 1px solid #D5DCE3;
	padding: 0px;
	float: left;
	width: 375px;
	height: 18px;
}

.searchBtn {
	height: 18px;
	float: left;
	margin: 2px 0px 0px 5px;
}

.searchBtnLeft {
	background: url("../images/searchBtnLeft.gif") no-repeat;
	height: 18px;
	width: 5px;
	float: left;
}

.searchBtnCenter {
	background: url("../images/searchBtnCenter.gif") repeat-x;
	height: 18px;
	margin: 0;
	padding: 0;
	border: 0;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	float: left;
}

.searchBtnRight {
	background: url("../images/searchBtnRight.gif") no-repeat;
	height: 18px;
	width: 5px;
	float: left;
}

.userBar {
	clear: right;
	float: right;
	margin: 10px 40px 0px 0px;
	color: #000000;
}

.userBar a:active, .userBar a:link, .userBar a:visited {
	color: #000000;
	text-decoration: underline;
}

.userBar a:hover {
	color: #3E81B4;
}

/*-------------------*/

/* ---------------------- top menu nav ---------------------- */
#hMenuContainer {position:relative;height:56px;color:#E0E0E0;background:#143D55;width: 960px;margin: 0 auto;font-family:Helvetica,Arial,Verdana,sans-serif;}
#hMenu {position:relative;height:33px;font-size:12px;text-transform:uppercase;font-weight:bold;background:#fff url("../images/ifmnu_bg.gif") repeat-x bottom left;padding:0 0 0 20px;}
#hMenu ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#hMenu ul li{display:block;float:left;margin:0 1px;}
#hMenu ul li a{display:block;float:left;color:#EAF3F8;text-decoration:none;padding:0 0 0 20px;height:33px;}
#hMenu ul li a span{padding:12px 20px 0 0;height:21px;float:left;}
#hMenu ul li a:hover{color:#fff;background:#1D6893 url("../images/ifmnu_left-ON.gif") no-repeat top left;line-height:275%;}
#hMenu ul li a:hover span{display:block;padding:0 20px 0 0;width:auto;background:#1D6893 url("../images/ifmnu_right-ON.gif") no-repeat top right;height:33px;}
/* ---------------------- END top menu nav ---------------------- */





/*-------------------*/

.leftContainer {
	float: left;
	width: 215px;
	background-color: #FFFFFF;
}

/*-------------------*/

.centerContainer {
	float: left;
}

.centerContainerT {
	height: 6px;
	width: 530px;
}

.centerContainerB {
	clear: both;
	height: 6px;
	margin: 0;
	width: 530px;
}

.centerContainerM {
	width: 528px;
	padding: 8px 1px 0px 1px;
	background-color: #FFFFFF;
}

.catHome {
	float: left;
	width: 146px;
	padding: 0px 0px 18px 30px;
	background: url("../images/cat.bullet.png") 10px 0px no-repeat;
}

a.catHomeMain:link, a.catHomeMain:active, a.catHomeMain:visited {
	color: #1F5597;
	font-weight: bold;
	text-decoration: none;
}

a.catHomeMain:hover {
	color: #1F5597;
	font-weight: bold;
	text-decoration: underline;
}


a.catHomeSub:link, a.catHomeSub:active, a.catHomeSub:visited {
	color: #000000;
	text-decoration: none;
}

a.catHomeSub:hover {
	color: #000000;
	text-decoration: underline;
}

.catHomeCount {
	color: #1F5597;
	font-weight: bold;
}


/*-------------------*/

.articleContent {
	padding: 0px 13px 0px 13px;
}

/*-------------------*/

.rightContainer {
	float: left;
	width: 215px;
	background-color: #FFFFFF;
}

/*-------- Footer -----------*/

#footer {
    margin: 0 auto;
	width: 960px;
	height: 200px;
	min-height: 200px;
	padding: 130px 0 0 0;
	background: #003448 url('../images/ft_backgd.gif') repeat-x;
}

html>body #footer {
	height: auto;
}

#footer .wrap {
	width: 850px;
	margin: 0 auto;
}

#legal {
	clear: both;
	padding-top: 20px;
	text-align: center;
	color: #375C69;
}

#legal a {
	color: #476B77;
}

#fbox1, #fbox2, #fbox3 {
	float: left;
}

#fbox1 {
	width: 310px;
}

#fbox2 {
	width: 200px;
	padding-left: 70px;
}

#fbox3 {
	width: 200px;
	padding-left: 70px;
}

.ftbox {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #BABABA;
}

.ftbox h2 {
	margin-bottom: 15px;
	background: url('../images/ft_dotline.gif') repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.ftbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ftbox a:link, .ftbox a:hover, .ftbox a:active, .ftbox a:visited  {
	color: #EDEDED;
}


/*-------------------*/

.box {
	margin: 0px 0px 20px 12px;
}

.boxTopLeft {
	float: left;
	background: url("../images/boxTopLeft.gif") no-repeat;
	width: 6px;
	height: 25px;
}

.boxTopCenter {
	float: left;
	background: url("../images/boxTopCenter.gif") repeat-x;
	width: 178px;
	height: 19px;
	padding-top: 6px;
	
	color: #707070;
	text-align: center;
	font-weight: bold;
}

.boxTopRight {
	float: left;
	background: url("../images/boxTopRight.gif") no-repeat;
	width: 6px;
	height: 25px;
}

.boxMiddle {
	clear: both;
	background: url("../images/boxMiddle.gif") repeat-y;
	width: 190px;
}

.boxBottom {
	background: url("../images/boxBottom.gif") no-repeat;
	width: 190px;
	height: 6px;
}

/*-------------------*/

.boxStats {
	padding: 10px 0px 10px 20px;
	margin: 0;
	list-style: none;
}

.boxStats li {
	padding-bottom: 2px;
}

/*-------------------*/

.boxSponsored {
	margin: 0px 7px 0px 7px;
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 7px 10px 7px;
	color: #707070;
	line-height: 15px;
	font-size: 10px;
}

.boxSponsoredLast {
	margin: 0px 7px 0px 7px;
	padding: 15px 7px 8px 7px;
	color: #707070;
	line-height: 15px;
	font-size: 10px;
}

a.boxSponsoredA:link, a.boxSponsoredA:active, a.boxSponsoredA:visited {
	color: #3E81B4;
	text-decoration: none;
	font-weight: bold;
}

a.boxSponsoredA:hover {
	color: #CA0002;
	text-decoration: underline;
	font-weight: bold;
}

/*-------------------*/

.boxPopCats {
	padding: 10px 0px 10px 20px;
	margin: 0;
	list-style: none;
}

.boxPopCats li {
	background: url("../images/boxPopCatsBg.gif") 0px 5px no-repeat;
	padding: 0px 0px 2px 8px; 
}

.boxPopCats li a:link, .boxPopCats li a:active, .boxPopCats li a:visited {
	color: #000000;
	text-decoration: none;
}

.boxPopCats li a:hover {
	color: #000000;
	text-decoration: underline;
}

/*-------------------*/

.noResults {
	margin-left: 20px;
}

.noResults p {
	color: #CA0002;
	margin: 0px 0px 15px 0px;
}

.noResults ul {
	margin: 0;
	padding: 15px 0px 20px 40px;
}

/*-------------------*/

.navig {
	padding: 5px;
	color: #CA0002;
	font-weight: bold;
}

.mainPaging {
	float: right;
}

.pagingLinks {
	color: #CA0002;
	font-weight: bold;
}

.pagingLinks a:link, .pagingLinks a:active, .pagingLinks a:visited {
	color: #3E81B4;
	text-decoration: none;
}

.pagingLinks a:hover {
	color: #CA0002;
	text-decoration: none;
}

/*-------------------*/

a.link:active, a.link:link, a.link:visited {
	font-size: 12px;
	color: #3E81B4;
	text-decoration: none;
}

a.link:hover {
	font-size: 12px;
	color: #CA0002;
	text-decoration: underline;
}

a.readMore:link, a.readMore:active, a.readMore:visited {
	color: #1f5597;
	font-weight: bold;
	text-decoration: none;
}

a.readMore:hover {
	font-weight: bold;
	text-decoration: underline;
}

a.readMoreFeat:link, a.readMoreFeat:active, a.readMoreFeat:visited {
	color: #3E81B4;
	text-decoration: none;
}

a.readMoreFeat:hover {
	color: #CA0002;
	text-decoration: underline;
}

/*-------------------*/

.searcCat a:link, .searcCat a:active, .searcCat a:visited {
	color: #CA0002;
	font-weight: bold;
	text-decoration: none;
}

.searcCat a:hover {
	color: #CA0002;
	font-weight: bold;
	text-decoration: underline;
}

a.searchLinkCat:link, a.searchLinkCat:active, a.searchLinkCat:visited, a.searchLinkCat:hover {
	color: #6F6F6F;
	text-decoration: underline;
}

/*-------------------*/

a, .linkDetail a:active, .linkDetail a:link, .linkDetail a:visited, .linkDetail a:hover {
	color: #000000;
	text-decoration: underline;
}

.paymentTable td {
	border-right: 1px solid #D9D9D9;
	text-align: center;
}

/*-------------------*/

.bid {
	width: 68px;
}

.bidFunds {
	background: url("../images/bidBg1.gif") no-repeat;
	width: 68px;
	height: 23px;
	padding-top: 7px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

a.bidL1:link, a.bidL1:active, a.bidL1:visited {
	display: block;
	background: url("../images/bidBg2.gif") no-repeat;
	width: 68px;
	height: 31px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;	
}

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

a.bidL2:link, a.bidL2:active, a.bidL2:visited {
	display: block;
	background: url("../images/bidBg3Middle.gif") repeat-y;
	width: 68px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;	
}

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

.bidBg3 {
	background: url("../images/bidBg3.gif") no-repeat;
	width: 68px;
	height: 4px;
}

---------------
legend {
   border-width: 1px;
   border-color: #D9D9D9;
   border-style: dotted;
   padding:      3px;
   font-weight:  bold;
   color:        #3E81B4;
}
fieldset {
   border-width: 1px;
   border-color: #D9D9D9;
   border-style: solid;
   background-color: #FFFFFF;
   padding-left: 5px;
   padding-right: 5px;
   padding-bottom: 5px;
}

label {
   cursor: pointer;
}

table.comment {
   border-width: 1px;
   border-color: #D9D9D9;
   border-style: dotted;
   margin-top:   5px;
}

tr.comment {
   background-color: #E5EAEE;
   color: #000000;
}

h4 {
        color: #3E81B4;
        font-size: 8pt;
        padding: 0;
}


/*--------Custom Menu-----------*/

#leftmenu{
border: 1px solid black;
margin-left: 12px;
width: 187px;
}

#leftmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 100% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#leftmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 171px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #2175bc;
border-bottom: 1px solid #90bade;
border-left: 7px solid #1958b7;
}

* html #leftmenu li a{ /*IE only */
width: 189px; /*IE 5*/
w\idth: 171px; /*185px minus all left/right paddings and margins*/
}

#leftmenu li a:hover {
background-color: #2586d7;
border-left-color: #1c64d1;
}

#leftmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font: bold 100% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}


/* Welcome Image */

 .if_welcome    {
    text-align:center;
    margin-top:0px;
    margin-bottom:5px;
    padding:0px;
    }


    

/* Area Box */
 
  .area {
	background-image:url(../images/top.jpg);
	background-repeat:repeat-x;
	margin: 0px 12px 20px 12px;
}


.area .top_left {
	background-image:url(../images/left_top.jpg);
	background-repeat:no-repeat;
}
.area .top_right {
	background-image:url(../images/right_top.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

.area .left {
	background-image:url(../images/bl_fll.gif);
	background-repeat:repeat-y;
}
.area .right {
	background-image:url(../images/bl_fll.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.area .bottom_left {
	background-image:url(../images/left_bot.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.area .bottom_right {
	background-image:url(../images/right_bot.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding:15px;
}
.area .bottom {
	background-image:url(../images/bl_fll.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.clear {clear:both;}

/* Main Box */

.mainbox {
	background-image: url(../images/box-bg.gif);
	background-repeat: repeat-x;
	padding: 5px 10px 5px 10px;
}

.mainbox h3 {
	color: #000000;
	font-size: 12px;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 5px;
	padding-left: 0pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


.catDesc {
margin:0px auto; 
width:515px;
text-align:left;
padding:5px;
margin-bottom: 10px;
background-color:#F1FAF9;
border:1px solid #007AAD;
font-size:12px;
}

p.subcats {
   margin: 0px 0px 7px 0px;
   padding: 0px 0px 0px 0px;
}
p.subcats a:link, p.subcats a:visited, p.subcats a:hover {
   font-size: 10px;
   color: #666;
}

/* Links Page CSS */

#lnk_container {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; WIDTH: 98%; PADDING-TOP: 5px
}


#titlebar {
	BACKGROUND: url(../images/lnk_bar.gif) repeat-x left top
}

#titlebar h2
{
padding-right: 0px;
padding-left: 15px;
font-weight: bold;
font-size: 9px;
padding-bottom: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
text-transform: uppercase;
cursor: pointer;
color: #dde8ed;
padding-top: 5px;
letter-spacing: 1px;
height: 20px;
text-decoration: none;
}


#titlebar2 {
	BACKGROUND: url(../images/lnk_bar.bg.gif) repeat-x left top
}
#titlebar2 H2 {
	BORDER-RIGHT: #aeaeae 1px solid; PADDING-RIGHT: 0px; BORDER-TOP: #aeaeae 1px solid; PADDING-LEFT: 15px; FONT-WEIGHT: bold; FONT-SIZE: 9px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 5px; TEXT-TRANSFORM: uppercase; BORDER-LEFT: #aeaeae 1px solid; CURSOR: pointer; COLOR: #444; PADDING-TOP: 5px; BORDER-BOTTOM: #aeaeae 1px solid; LETTER-SPACING: 1px; HEIGHT: 19px; TEXT-DECORATION: none
}

#sidebar-a {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FLOAT: left; PADDING-BOTTOM: 5px; PADDING-TOP: 5px; 
}
#sidebar-b {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FLOAT: right; PADDING-BOTTOM: 5px; PADDING-TOP: 5px
}

#lnk_content {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-SIZE: 10px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px; height:60px
}

#flnk_content {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-SIZE: 10px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px; height:60px;
	background-color:#F1F5F8;
	
}

.lnk_img {
	BORDER-RIGHT: #b7b9bd 1px solid; BORDER-TOP: #b7b9bd 1px solid; BORDER-LEFT: #b7b9bd 1px solid; WIDTH: 78px; BORDER-BOTTOM: #b7b9bd 1px solid; HEIGHT: 58px
}

.lnk_url {
	COLOR: #6f6f6f;
}


#lnk_bar {
	BORDER-RIGHT: #aeaeae 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #aeaeae 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; 
	BACKGROUND-IMAGE: url(../images/lnk_bar.bg.gif); PADDING-BOTTOM: 0px; MARGIN: 0px 5px 0px 5px; BORDER-LEFT: #aeaeae 1px solid; 
	COLOR: #000000; PADDING-TOP: 5px; BORDER-BOTTOM: #aeaeae 1px solid; HEIGHT: 20px; BACKGROUND-COLOR:
}

#flnk_bar {
	BORDER-RIGHT: #aeaeae 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #aeaeae 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; 
	BACKGROUND-IMAGE: url(../images/flnk_bar.bg.gif); PADDING-BOTTOM: 0px; MARGIN: 0px 5px 0px 5px; BORDER-LEFT: #aeaeae 1px solid; 
	COLOR: #000000; PADDING-TOP: 5px; BORDER-BOTTOM: #aeaeae 1px solid; HEIGHT: 20px; BACKGROUND-COLOR:
}

#lnk_bar p {
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
}



.lnk_shorting {
	FONT-SIZE: 10px; FLOAT: right; MARGIN: 0px; COLOR: #222222
}
.lnk_shorting A:link {
	COLOR: #444444; TEXT-DECORATION: none
}
.lnk_shorting A:visited {
	COLOR: #444444; TEXT-DECORATION: none
}
.lnk_shorting A:hover {
	COLOR: #444444; TEXT-DECORATION: underline
}

.lnk_sort {
	COLOR: #000000
}

.sbt_label {
	font-family: verdana, arial;
	font-size: 11px;
	text-decoration: none;
	color: #333;
}

.sbt_text
{
font-size: 8pt;
font-family: Verdana,Arial;
}

.if_formtext
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

/*---------- PATH ---------*/

.path {
	background-color: #FFFFFF;
	margin-top: 0pt;
    margin-right: auto;
    margin-bottom: 0pt;
    margin-left: auto;
	width: 960px;	
	height: 34px;
	padding: 5px 0px 0px 0px;
	border: 0px solid;
}

.nav-box {
	border: 1px solid #84bcef;
	background: #cee5fa;
	padding: 3px 5px 4px 6px;
	margin: 0px 12px 0px 12px;
}
.nav-links {
	color: #626b6f;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
.nav-links a{
	color: #626b6f;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
.nav-links a:hover {
	color: #626b6f;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
}

.thumb{padding:1px;background:#fff;border:1px solid #666}
.smallDesc {padding-left:7px; padding-bottom:3px}


