html { height: 100%; margin-bottom: 1px; }

body {
    font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	color: #FFFFFF; background-color: #333;
}

img {border:0;}

.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: #9bca48;
	font-size: 10pt;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dashed #5a8115;
}

a {
	outline: none; -webkit-transition: color .3s ease-out; }
}

#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; width: 100px;
}

.link {
	font-size: larger;
}
	
.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 #88bb2e;
}
textarea.text {
	font-size: 8pt;
	border: 1px solid #88bb2e;
}
select {
	font-size: 8pt;
	border: 1px solid #88bb2e;
}

.captcha {
	border: 1px solid #88bb2e;
	margin-top: 10px;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}
.btn {
	font-weight: bold;
	border: 1px solid #88bb2e;
	background-color: #d7f4a2;
	color: #033540;
	cursor: pointer;
	height: 20px;
	padding: 0 3px 3px 3px;
}

span.req {
	margin-left: 3px;
	color: #92c13d;
	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: #FFFFFF;
	font-size: 7pt;
	text-decoration: none;
}
.sort {
	color: #d7f4a2;
}
div.pr {
	font-size: 7pt;
	color: #d7f4a2;
	float: left;
	height: 30px;
	margin-right: 5px;
}
div.prg {
	width: 40px;
	border: 1px solid #5a8115;
	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;
   border-width:0;
   background: #013644;
   color: #FFFFFF;
}

#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;
}

/* --------------------------------------------------------------- */

#wrap {
	background-color: #013644 /* #003C4B; */
	border-top: 4px solid #01313D !important;
	border-top: 0px solid #01313D;
width:1000px;
border-left:15px solid #666;
 border-right:15px solid #666; margin: 0 auto;
}

.center {
	margin: 0 auto;
	width: 1000px; background-color: #013644;
}
	
.header {
	/* background: url("../images/header.jpg") repeat-x; */
	background: url("../images/logo.jpg") no-repeat;
margin: 0 auto;
	height: 192px; width:1000px;
	text-align: center; 
 border-left:15px solid #666;
 border-right:15px solid #666;
}

.userBar {
	clear: right;
	float: right;
	margin: 10px 40px 0px 0px;
	color: #CA0002;
}

.userBar a:active, .userBar a:link, .userBar a:visited {
	color: #CA0002;
	text-decoration: underline;
}

.userBar a:hover {
	color: #3E81B4;
}

/*-------------------*/

.hMenu {
	background: url("../images/nav.jpg") repeat-x;
	text-align: center; margin:auto;
	font-size: 12px;
	background-color: #003C4B /* #01313D; */
	height: 28px; width:1000px;
border-left:15px solid #666;
 border-right:15px solid #666;
}

.hMenu a:link, .hMenu a:active, .hMenu a:visited {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	padding: 0px 10px 17px 10px;
        line-height:30px;
}

.hMenu a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	background-image: url("../images/nav_hover.jpg") !important;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.hMenu img {
	padding: 2px 0px 8px 0px !important;
	vertical-align: top !important;
	vertical-align: middle; height:23px; width:3px;
}

input.search {
	/* background: url("../images/search.jpg") no-repeat; */
	background-color:#666;
height: 15px; 
border: 1px solid #ccc;
	width: 136px;
	color: #fff;
	margin: 4px 0px 0px 5px;
	padding: 7px 16px 7px 10px;
}

/*-------------------*/

.path {
	background-color: #013644 /* #003c4b; */
	margin: 0 auto;
	width: 745px;
	/* height: 15px; */
	padding: 10px 0px 0px 277px;
	color: #FFFFFF;
}

.path a:link, .path a:active, .path a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.path a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*-------------------*/

.leftContainer {
	float: left;
	width: 242px; margin-left:10px;
}

/*-------------------*/

.centerContainer {
	float: left; width:590px;
	margin-left: 15px;
}

.centerContainerT {
	/* background: url("../images/content_top.jpg") no-repeat; */
	height: 5px;
	width: 737px;
}

.centerContainerB {
	clear: both;
	/* background: url("../images/content_bottom.jpg") no-repeat; */
	height: 4px;
	margin: 0;
	width: 737px;
}

.centerContainerM {
	width: 720px;
	padding: 0px 5px 0px 5px;
	background: #013644;
}

.mainContent {
	border-bottom: 1px dashed #5a8115; 
	line-height: 16px;
	color: #FFFFFF;
	padding: 0 5px 6px 5px;
	margin: 0 auto 20px auto;
}

a.catHomeMain:link, a.catHomeMain:active, a.catHomeMain:visited {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none; line-height:20px;
}

a.catHomeMain:hover {
	text-decoration: underline;
}

.catHomeSubcats {
	margin: 4px 0px 10px 0px;
}

a.catHomeSub:link, a.catHomeSub:active, a.catHomeSub:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.catHomeSub:hover {
	text-decoration: underline;
}

.catHomeCount {
	color: #999;
	font-weight: normal;
	font-size: 10px;
}

/*-------------------*/

.articleContent {
	padding: 0px 13px 0px 13px;
}

.smallDesc a {color:#77daf1; }

/*-------------------*/

.rightContainer {
	float: left;
	width: 15px; 
	background-color: #FFFFFF;
}
/* was 215px width above */

/*-------------------*/

.footer {
	background-color: #08252C;
	background-image: url("../images/footer_logo.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 96px; width:1000px;
	padding-top: 14px; text-align:center; margin:0 auto;
border-left:15px solid #666;
 border-right:15px solid #666;
}

.footertext {
	background-image: url("../images/footer_bg.jpg");
	width: 313px;
	height: 61px;
	color: #215B69;
	padding: 25px 10px 10px 10px;
	font-size: 9px;
	text-align: right;
}

.footertext a {
	color: #215B69;
	text-decoration: none;
}

/*-------------------*/

.box {
	margin: 0px 0px 20px 10px;
}

.boxTop {
	float: left;
	background: url("../images/boxMiddle.gif") repeat-y;
	width: 203px;
	padding: 10px 0 10px 20px;
	font-size: 12px;
	color: #9bca48;
	text-align: left;
	font-weight: bold;
}

.boxMiddle {
	clear: both;
	background: url("../images/boxMiddle.gif") repeat-y;
	width: 223px;
	border-top: 1px dashed #114b59;
}

/*-------------------*/

.boxStats {
	padding: 10px 0px 10px 38px;
	margin: 20px 0 0 0;
	color: #000;
	list-style: none; width:170px;
}

.boxStats li {
	padding: 9px; background-color:#9bca48; margin-top:1px; text-align:center;
}

/*-------------------*/

.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 10px 20px 20px;
	margin: 0;
	list-style: none;
}

.boxPopCats li {
	padding: 0px 0px 2px 18px; 
}

.boxPopCats li a:link, .boxPopCats li a:active, .boxPopCats li a:visited {
	color: #d7f4a4;
	text-decoration: none;
}

.boxPopCats li a:hover {
	color: #d7f4a4;
	text-decoration: underline;
}

/*-------------------*/

.noResults {
	margin-left: 20px;
}

.noResults p {
	color: #fff;
	margin: 0px 0px 15px 0px;
}

.noResults ul {
	margin: 0;
	padding: 15px 0px 20px 40px;
}

/*-------------------*/

.navig {
	padding: 5px;
	color: #9bca48;
	font-weight: bold;
}

.mainPaging {
	float: right;
}

.pagingLinks {
	color: #9bca48;
	font-weight: bold;
}

.pagingLinks a:link, .pagingLinks a:active, .pagingLinks a:visited {
	color: #9bca48;
	text-decoration: none;
}

.pagingLinks a:hover {
	color: #CA0002;
	text-decoration: none;
}

/*-------------------*/

a.link:active, a.link:link, a.link:visited {
	font-size: 12px;
	color: #77daf1;
	font-weight: bold;
	text-decoration: none;
}

a.link:hover {
	text-decoration: underline;
}

a.readMore:link, a.readMore:active, a.readMore:visited {
	color: #d7f4a2;
	text-decoration: underline;
}

a.readMore:hover {
	text-decoration: none; color:white;
}

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: #CA0002;
	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: #08252b;
   border-style: solid;
   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;
}

.link_rating {
   padding: 0px;
   padding-right: 5px;
   border: 1px solid #E1E1E1;
   background: #ffffff;
   color: #6b6b6b;
   width: 200px;
}

.link_rating img {
   display: block;
   float: left;
   margin-right: 2px;
}

.link_rating span.review {
   display: block;
   float: right;    
   color: #000000;
   padding-top: 3px;
}

.frontend_actions {
	float: right;
	width: 36px;
	height: 36px;
}

.float_tiny {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}


/* login slider related */

#panel {
    background: #034c5f;
    display: block;
    color: #ffffff;
   padding: 10px 20px 10px 20px;
    position: absolute; 
    z-index: -1; 
    top: 0px; 
    width: 100%;
    height: 110px;
}

#panel a{
	color: #ffffff;
}

.slide {
    margin: 0;
    padding: 0;
    border-top: solid 1px #08252d;
    background: #02303d;
    text-align: right;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}
.btn-slide {
    text-align: right;
    /*margin: 0 auto;*/
    display: inline;
    font: normal 110%/100% Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
}

.slide a:active, .slide a:link, .slide a:visited {
	color: #ffffff;
	text-decoration: none;
}

.slide a:hover {
    color: #ffffff;
    text-decoration: underline;
}


.active {
    background-position: right 12px;
}

.header_panel {
    background: #E51D25;
    height: auto;
    margin: 0 auto;
}

.center_panel {
    margin: 0 auto;
    width: 100%;
    background: #E51D25;
}

/*  FEEDBURNER BUZZBOOST CSS   */

div.feedburnerFeedBlock ul { 
margin-left:0; 
padding-left:0; 
list-style-type: none; text-align:left;
}

div.feedburnerFeedBlock { 
background-color:#032128; font-size:10px;
padding:7px; 
}

.feedburnerFeedBlock ul li span.headline a:hover {
color: #666;
}

.feedburnerFeedBlock ul li span.headline a {
color: #77daf1; font-weight:bold; padding:3px 0;
text-decoration: none; line-height:11px;
/*display: block;*/
}

div.feedburnerFeedBlock ul li span.headline { 
font-weight:bold; 
display:block; 
margin:12px 0 0 0; 
}

#creditfooter {
display: none;
}

.imagedropshadow { -webkit-transition:all .1s ease-in;
	padding: 15px;
	border: solid 1px #ccc;
}
a:hover img.imagedropshadow {
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 9px #999;
	-webkit-box-shadow: 1px 1px 9px #999;
        box-shadow: 1px 1px 9px #999;
}
