* {
	padding: 0;
	margin: 0;
}

body {
	font-family: 0.7em Arial, Sans Serif;
	background-color: #759ac8;
    margin: 15px 0;
	font-size: 8pt;
	behavior: url("csshover.htc");
}

img {
	border-style: none;
}


p, ol, ul, li, td, tr, div, a, h1, h2, h3 {
	font-family: Arial, Sans Serif;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#wrapper {
    background: url(/images/shadow-middle.gif) repeat-y;
	width: 995px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

#wrapper-include {
	background: url(/images/shadow-up.gif) top no-repeat;
	padding: 10px 0px 0px 0px;
}

#wrapper-incl {
	background: url(/images/shadow-down.gif) bottom no-repeat;
    width: 975px;
	margin: 0px;
	padding: 0px 10px 9px 10px;
}

#header {
	background: url(/images/bg-tab.gif) 0px 96px repeat-x;
    height: 177px;
}

#header-sky {
	background: url(/images/bg-sky.gif) top center no-repeat;
}

#logo {
    padding: 10px 10px 2px 40px;
    width: 337px;
    height: 96px;
}

/* BEGIN Main Menu */

ul.menu {
    margin: 67px 0 0 0;
    float: right;
}

ul.menu li {
    margin: 0 1px 0 0;
    float: left;
    list-style: none;

}

ul.menu li a {
    display: block;
    font-family: Verdana, Sans Serif;
    color: #4291cb;
    font-size: 12px;
    font-weight: bold;
    background: url(/images/bg-menu-r.gif) top right no-repeat;
}

ul.menu li a span {
    display: block;
    padding: 9px 18px 7px 18px;
    background: url(/images/bg-menu-l.gif) top left no-repeat;
}

ul.menu li a:hover {
    color: #fff;
    text-decoration: none;
    background: url(/images/bg-menu-hr.gif) top right no-repeat;
}

ul.menu li a:hover span {
    background: url(/images/bg-menu-hl.gif) top left no-repeat;
}

/* END Main Menu */

#search {
}

.search-input {
	font-family: Arial, Sans Serif;
    width: 395px;
    height: 18px;
    margin: 0 5px 0 15px;
    padding: 2px;
    border: 1px solid #4f7c16;
    color: #4f7c16;
    font-size: 14px;
    font-weight: bold;
    float: left;
}

.search-button {
vertical-align:top;
border: none;
background:transparent url(/images/button-search.gif);
width: 84px;
height: 24px;
}

#way {
    margin: 25px 0 0 15px;
}

#way a {
    font-family: Verdana, Sans Serif;
    color: #4a7616;
    font-size: 11px;
    font-weight: bold;
}

#way img {
    vertical-align: 1px;
    margin: 0 1px 0 3px;
}

#container {
    background: #fff;
    padding: 14px 0 0 14px;
}

.column-left {
    float: left;
    width: 663px;
    padding: 0;
    margin: 0;
}

.column-right {
    float: left;
    margin: 0 0 0 13px;
}

.box-top {
    background: url(/images/bg-box-top.gif) no-repeat;
    width: 627px;
    height: 23px;
    padding: 7px 18px 0 18px;
    font-family: Verdana, Sans Serif;
    color: #0065b3;
    font-size: 14px;
    font-weight: bold;
}

.box-add {
	position: absolute; 
	margin: -23px 0 0 520px;

}

.box {
    background: url(/images/bg-box-middle.gif) repeat-y;
    margin: 0 0 14px 0;

}

.box-include {
    background: url(/images/bg-box-bottom.gif) bottom no-repeat;
    padding: 0 0 0 0;
}

.category-mar {
    background: url(/images/brush.gif) 373px 15px no-repeat;
    padding: 15px 0 0 30px;
}


table.category {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

table.category td {
    padding: 0 10px 3px 0;
    vertical-align: top;
}

table.category td a {
    font-family: Verdana, Sans Serif;
    color: #5f5f5f;
    font-size: 14px;
    font-weight: bold;
    display: block;
}

table.category td a:hover {
    text-decoration: none;
    color: #4a7616;
}

table.category td a img {
    width: 48px;
    height: 48px;
}

table.category td a span {
    vertical-align: 18px;
    margin: 0 0 0 5px;
}

.pad15 {
    padding-bottom: 15px;
}

table.tlinks {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

table.tlinks td {
    padding: 0 10px 5px 20px;
    vertical-align: top;
}

table.tlinks td a {
    background: url(/images/arrow-blue.gif) left 3px no-repeat;
    display: block;
    font-family: Arial, Sans Serif;
    color: #323130;
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 0 20px;
    
}

.dotted {
    border-right: 1px dotted #e6e2de;
}

.height15 {
    height: 15px;
}

.link-top {
    width: 222px;
    float: left;
    height: 23px;
    font-family: Verdana, Sans Serif;
    color: #0065b3;
    font-size: 14px;
    font-weight: bold;
}

.add-url {
    background: url(/images/bg-add.gif) left top no-repeat;
    width: 131px;
    height: 72px;
    padding: 18px 26px 10px 115px;
    display: block;
    font: bold 18px/18px Calibri, Sans Serif;
    color: #4f7128;
    margin: 0 0 14px 0;
}

.add-url:hover {
    background-image: url(/images/bg-add-hover.gif);
    text-decoration: none;
    color: #293916;

}

.add-url span {
    color: #fe0000;
    font-size: 16px;
}

.google-bottom {
    background: url(/images/bg-google-bottom2.gif) left bottom no-repeat;
    width: 271px;
}

.google-top {
    background: url(/images/bg-google-top.gif) left top no-repeat;
    width: 100%;
    padding: 10px 0 5px 0;
    text-align: center;
}

.google-ad {
    margin: 0 auto;
    text-align: left;
    width: 250px;
    font: normal 12px/14px Arial, Sans Serif;
    color: #FFFFFF;
}

.google-ad a {
    margin: 0 0 2px 0;
    display: block;
    font: normal 12px/14px Arial, Sans Serif;
    color: #598426;
}

.url {
    margin: 5px; 0 0 0 !important;
    display: block;
    font: normal 11px/13px Arial, Sans Serif !important;
    color: #426714 !important;
}


.url_details {
    margin: 0 0 0 0 !important;
    display: block;
    font: bold 11px/13px Arial, Sans Serif !important;
    color: #426714 !important;
}


.clear {
    clear: both;
    height: 1px;
    font-size: 1px;
}

#footer {
    background: url(/images/bg-footer.gif) no-repeat;
    width: 975px;
    height: 25px;
    color: #afaeae;
    font-size: 11px;
    font-weight: normal;
    margin: 0 auto 0 auto;
    padding: 17px 0 0 0;
    text-align: center;
}

#footer a {
    color: #afaeae;
}

#footer-shadow {
    margin: 0; 
    padding: 0; 
    vertical-align: top;
}














.c {
	float: left;
}
.cr {
	clear: left;
}

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

h1 {
	color: #4373A3;
	font-size: 12pt;
	margin: 0px 0pt;
}

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

h3 {
	color: #A80000;
	font-size: 10pt;
	padding: 0;
	border-bottom: 1px dotted #ccc;
}

h4 {
	font-size: 10pt;
	margin: 5px 0 5px 0;
}

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

table.formPage {
	border: 0px solid #A0A0A0;
	width:100%;
}
td.err {
	padding: 3px;
	color: #FF0000;
	background: #FFEDED;
	border: 1px solid #A0A0A0;
	text-align: left;
}
td.msg {
	padding: 3px;
	color: #0000FF;
	background: #EDF3FF;
	border: 1px solid #A0A0A0;
	text-align: left;
}
.label {
	text-align: right;
    color:#808080;
}
.buttons {
	border-top: 1px solid #A0A0A0;
	text-align: center;
}
.count {
	color: #6f6f6f;
	font-size: 8pt;
	font-weight: normal;
}
#links a {
	font-size: 10pt;
}
#links p {
	margin: 0 0 7px 0;
}
.url {
	color: #008000;
}
#path {
	margin-top: 2px;
	padding: 3px;
	background: #FFFFCC;
	line-height: 19px;
	border-top: 1px solid #FFCC00;
}
.submit {
	float: right;
	vertical-align: bottom;
}
#user-bar {
   clear:both;
   width:20%;
   margin:0 0 0 auto;
   padding:3px;
   background:#D9E8F9;
   line-height:19px;
   text-align:right;
}

.text, .btn {
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
input.text {
	color: #000000;
	border: 1px solid #ccc;
}
textarea.text {
	font-size: 8pt;
	border: 1px solid #ccc;
}
select {
	font-size: 8pt;
	border: 1px solid #ccc;
}

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

form {
	display: inline;
	margin: 0;
	padding: 0;
}
.btn {
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #99CC00;
	background-color: #FFFFCC;/*#FFCC33;*/
	cursor: pointer;
	height: 17px;
}
span.req {
	margin-left: 3px;
	color: #FF0000;
	font-weight: bold;
}

div.errForm, span.errForm {
	margin: 0px 0 0px 5px;
	padding: 2px 3px 2px 3px;
	color: #FF0000;
	background: #FFFFF3;
	border: 1px solid #cccccc;
	text-align: left;
	clear: right;
}
.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #909090;
	font-size: 7pt;
	text-decoration: none;
}
.sort {
	color: #000000;
}
p.subcats {
	margin: 0px 0px 7px 0px;
	padding: 0px;
}
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;
}

div.footer {
   bottom:0;
   clear:both;
	text-align: center;
	border-top: 1px solid #FFCC00;
	padding: 3px 0 0 0;
	margin-top: 50px;
}
div.footer a {
	color: #606060;
}
.price {
	border: 0px solid #A0A0A0;
}
.price table td{
	margin: 0;
	padding: 2px;
	vertical-align: bottom;
}

.paging-links,
.paging-info {
   text-align:right;
   margin:0 15px; 0 0
}

.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:#5e74b3;
   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;
}


    span.level1 { padding-left:20px; }
    span.level2 { padding-left:40px; }
    span.level3 { padding-left:60px; }
    span.level4 { padding-left:80px; }

.x100 {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=fixed src='http://www.allinfo.org/images/100.png'); width:110px; height:85px; margin-right:5px;}
.x100[class] {background-image:url(100.png); width:110px; height:85px; }




	.top_header {
		background: #C2D69B;
		border: 1px solid #76923C;
		padding: 8px;	
		margin: 0 0 10px 0;
	}
	
	.top_header:hover {
		border: 1px solid #76923C;
	}


	.top_center {
		border: 1px solid #ccc;
		padding: 8px;	
		margin: 0 0 10px 0;
	}
	
	.top_center:hover {
		border: 1px solid #AEAEAE;
	}


	.left_box_details {
		background: #EFF9DF;
		color: #000;
		border: 1px solid #9EC068;
		width: 90px;
		padding: 8px;
		font-weight: bold;
	}

	.left_box_details:hover {
		border: 1px solid #8EB048;
	}


	.top_footer {
		background: #FAFAFA;
		border: 1px solid #ccc;
		padding: 8px;	
		margin: 0 0 10px 0;
	}
	
	.top_footer:hover {
		border: 1px solid #AEAEAE;
	}


	.top_link {
		border: 1px solid #ccc;
		width: 97%;
		padding: 1px;	
		margin: 0 0 5px 0;
	}
	
	.top_link:hover {
		background: #FAFAFA;
		border: 1px solid #AEAEAE;
	}


	.p_link {
		width: 97%;
		color: #000;
		border: 1px solid #83A8CC;
		padding: 1px;
		margin: 0 0 5px 0;
	}

	.p_link:hover {
		background: #F5F9FE;
		border: 1px solid #497DB1;
	}

	.top_gold_cat {
		background: #FFFCC4;
		border: 1px solid #FBBC00;
		width: 250px;
		height: 50px;
		padding: 8px;	
		margin: 0 0 10px 0;
	}
	
	.top_gold_cat:hover {
		background: #FFFBB0;
		border: 1px solid #D7A200;
	}

	.top_gold {
		background: #FFFCC4;
		border: 1px solid #FBBC00;
		width: 600px;
		padding: 8px;	
		margin: 0 0 10px 0;
	}
	
	.top_gold:hover {
		background: #FFFBB0;
		border: 1px solid #D7A200;
	}


	.top_blue {
		background: #CFE0EB;
		border: 1px solid #93A2AC;
		padding: 8px;	
		margin: 0 0 10px 0;
	}
	
	.top_blue:hover {
		border: 1px solid #788A98;
	}

	.article {
		background: #F5F9FE;
		border: 1px solid #83A8CC;
		padding: 8px;	
		margin: 0 0 10px 0;
	}
	
	.article:hover {
		border: 1px solid #497DB1;
	}
