html { height: 100%; margin-bottom: 1px; }

body {
    background: #EBF0F6 url(../images/bck.gif) repeat-x scroll 0 0;
	font-family:arial,sans-serif;
	font-size:12px;
	margin: 0;
	color: #393939;
}
.c {
	float: left;
}
.cr {
	clear: left;
}

td {
	vertical-align: top;
	padding: 0 3px;
}

h1 {
	font-size: 7pt;
	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;
}

a {
	outline: none;
}

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

table.formPage {
	margin: 0 auto;
}

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

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

.label {
	text-align: right;
}

.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 #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: #E47125;
	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: 92px;
	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: 800px;
}
	
.center1 {
	background:#EBF0F6 url(../images/bck.gif) repeat-x scroll 0 0;
	margin: 0 auto;
	width: 800px;
}
	
.header {
	background: url("../images/bckheader.jpg") no-repeat;
	height: 145px;
	width: 800px;
	margin: 0 auto;
}

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

.headerSearch {
	float: left;
	color: #FFFFFF;
	margin: 40px 0px 0px 20px;
}

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

.searchInput {
	background: url('../images/bckheaderformtext.gif') no-repeat;
	border: none;
	padding: 2px;
	float: left;
	height:22px;
	padding:4px 4px 0 5px;
	width:300px;
	color: #ffffff;
}

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

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

.searchBtnCenter {
	background: url("../images/bckheaderformbtn.gif") no-repeat;
	height:26px;
	width:44px;
	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: #E47125;
}

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

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

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

.hMenuContainer {
	background: transparent url(http://www.hookahlounge.net/img/top-nav-bg.png) repeat-x scroll 0 0;
	height: 25px;
	width: 800px;
	margin: 0 auto;
}

.hMenu {
	float: left;
}

.hMenu a:link, .hMenu a:active, .hMenu a:visited {
	float: left;
	display: block;
	height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	padding: 3px 10px 0px 10px;
}

.hMenu a:hover {
	float: left;
	display: block;
	height: 22px;
	color: #99ccff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

.hMenu img {
	float: left;
	margin-top: 5px;
}

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

.path {
	background: #EBF0F6 url(../images/bck.gif) repeat-x scroll 0 0;
	margin: 0 auto;
	width: 775px;
	height: 18px;
	padding: 25px 0px 0px 25px;
}

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

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

.path img {
	margin: 0px 5px 1px 5px;
}

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

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

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

.centerContainer {
	float: left;
}

.centerContainerT {
	background: url("../images/bckbox_sml.gif") no-repeat;
	height: 10px;
	width: 580px;
}

.centerContainerT.lrg {
	background: url("../images/bckbox.gif") no-repeat;
	height: 10px;
	width: 800px;
}

.centerContainerB {
	clear: both;
	background: url("../images/bckboxbottom_sml.gif") no-repeat;
	height: 10px;
	margin: 0;
	width: 580px;
}

.centerContainerB.lrg {
	clear: both;
	background: url("../images/bckboxbottom.gif") no-repeat;
	height: 10px;
	margin: 0;
	width: 800px;
}

.centerContainerM {
	width: 550px;
	padding: 8px 15px 0px 15px;
	background: url("../images/bckboxcontent_sml.gif") repeat-y;
	background-color: #FFFFFF;
}

.centerContainerM.lrg {
	width: 770px;
	padding: 8px 15px 0px 15px;
	background: url("../images/bckboxcontent.gif") repeat-y;
	background-color: #FFFFFF;
}

.catHome {
	float: left;
	width: 146px;
	padding: 0px 0px 18px 30px;
	background: url("../images/catHomeIcon.gif") 13px 4px no-repeat;
}

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

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

.catHomeSubcats {
	margin: 18px 0px 0px 0px;
}

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

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

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

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

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

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

.rightContainer {
	float: left;
	width: 215px;
}

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

.footer_top {
	margin: 0 auto;
	width: 800px;
	background: url("../images/bckbox.gif") no-repeat;
	clear:both;
	text-align: center;
	padding-top: 10px;

}

.footer_bot {
	margin: 0 auto;
	width: 800px;
	background: url("../images/bckboxbottom.gif") no-repeat;
	clear:both;
	text-align: center;
	padding-bottom: 10px;
	background-position: bottom;
	margin-bottom: 20px;
}

.footer {
	margin: 0 auto;
	width: 740px;
	background: url("../images/bckboxcontent.gif") repeat-y;
	clear:both;
	text-align: center;
	padding: 10px 30px 10px 30px;
	font-size: 11px;
}

.footer a:active, .footer a:link, .footer a:visited {
	color: #164B7F;
	text-decoration: underline;
}

.footer a:hover {
	color: #E47125;
	text-decoration: underline;
}

.footerCat {
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0px 20px 20px 20px;
	border-bottom: 1px solid #B32B26;
	width: 700px;
}

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

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

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

.boxTopCenter {
	float: left;
	background: #ffffff;
	width: 200px;
	height: 19px;
	padding-top: 6px;
	color: #477cb2;
	text-align: center;
	font-weight: bold;
	border: 1px solid #477cb2;
}

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

.boxMiddle {
	clear: both;
	background: #ffffff;
	border: 1px solid #477cb2;
	width: 200px;
}

.boxBottom {
	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: #E47125;
	text-decoration: underline;
	font-weight: bold;
}

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

.boxPopCats {
	padding: 10px 10px 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: #E47125;
	margin: 0px 0px 15px 0px;
}

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

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

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

.mainPaging {
	float: right;
}

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

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

.pagingLinks a:hover {
	color: #E47125;
	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: #E47125;
	text-decoration: underline;
}

a.readMore:link, a.readMore:active, a.readMore:visited {
	color: #E47125;
	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: #E47125;
	text-decoration: underline;
}

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

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

.searcCat a:hover {
	color: #E47125;
	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: #E47125;
	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;
}

.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: #EBF0F6 url(../images/bck.gif) repeat-x scroll 0 0;
    display: block;
    color: #393939;
   /* padding: 10px 20px 10px 20px;*/
    position: absolute; 
    z-index: -1; 
    top: 0px; 
    width: 800px;
    height: 110px;
}

#panel a{

}

.slide {
    margin: 0;
    padding: 0;
    border-top: solid 4px #eff5fa;
    background: #EBF0F6 url(../images/bck.gif) repeat-x scroll 0 0;
    text-align: right;
    color: #393939;
    padding: 10px 20px 10px 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: #393939;
	text-decoration: none;
}

.slide a:hover {
    color: #393939;
    text-decoration: underline;
}


.active {
    background-position: right 12px;
}

.header_panel {
    background: #E51D25;
    height: auto;
    margin: 0 auto;
}

.center_panel {
    margin: 0 auto;
    width: 960px;
    background: #E51D25;
}

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

.subcats a:hover { 
	color: #333333;
	text-decoration: underline;
}

.mainc a:link, .mainc a:active, .mainc a:visited {
	text-decoration: none;
}

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

#paneltop {
	margin: 10px 0 4px 2px; 
	padding: 0;
	list-style-type: none;
	height: 175px;
}

#paneltop li {
	float: left;
	margin: 0 1px 0 0; 
	padding: 0 0 5px 0;
	width: 265px; 
	height: 165px;
	background: no-repeat url(../images/bckpanelli.png);
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#paneltop .lrl ul {
	margin: 0 0 0 10px; 
	padding: 0;
	list-style-type: none;
}

#paneltop .lrl li {
	float: none;
	margin: 0 0 5px 0; 
	padding: 0 0 0 15px;
	width: auto; 
	height: auto;
	background: left 4px no-repeat url(../images/bckpanellrlli.gif);
	font-size: 12px;
}

#paneltop .lrl .all {
	display: block;
	margin: 10px 0 0 165px;
	width: 89px; 
	height: 27px;
	text-align: center; 
	line-height: 27px;
	background: no-repeat url(../images/bckpanellrlall.gif);
}

#paneltop .lfl img {

	padding: 7px 7px 9px 8px;
	background: no-repeat url(../images/bckpanellflimg.jpg);
	align:center;
}

#paneltop .lfl .url {
	display: block;
	margin: 5px 0 0 0;
	text-align: center;
}

#paneltop .cc form {
	margin: 20px 0 0 10px;
}

#paneltop .cc form * {
	vertical-align: middle;
}

#paneltop .cc form div {
	margin: 0 0 10px 0;
}

#paneltop .cc form label {

	font-size: 18px;

}

#paneltop .cc form input {
	border: 0;
	font-size: 12px;
	color: #fff;
}

#paneltop .cc form .text {
	padding: 6px 5px 0 5px;
	width: 206px; 
	height: 21px;
	background: no-repeat url(../images/bckpanelcctext.gif) !important;
}

* html #paneltop .cc form .text {
	background-attachment: fixed;
}

#paneltop .cc form label, #paneltop .cc form .btn {
	cursor: pointer;
}

#paneltop .cc form .btn {
	color: #fff;
	margin: 0 0 0 5px;
	width: 105px; 
	height: 27px;
	background: no-repeat url(../images/bckpanelccbtn.gif);
	font-weight: bold;
}

#paneltop a {
	color: #fff;
	text-decoration: none;
}

#paneltop a:hover {
	color: #000;
}	

#paneltop h3 {
	margin: 0 0 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center; 
	line-height: 25px;
	background: repeat-x url(../images/navigationGrey.jpg);
	font-size: 11px;
	color: #fff;
}

ul.guides {
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

h5 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/navigationGrey.jpg) repeat-x scroll 0 0;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:23px;
	line-height:23px;
	margin:0 0 10px;
	padding:0 0 0 30px;
	width:200px;
}