body {
    background-color:#111111;
	background-image:url(../images/bg.gif);
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 8pt;
	text-align:center;
	margin:0;
	padding:0;
	color:#FFFFFF;
	.printbutton{width:430px;margin:20px auto;text-align:right}
}

a {color:#FFFFFF; text-decoration:none;}
a:hover { text-decoration:underline;}
.clear{clear:both;}
table {width:100%;}
#wrap {
	width:950px;
	margin:0 auto;
	background-color:#ffff00;
	background-image:url(../images/wrap-bg.png);
	background-repeat:repeat-y;
	background-position:right;
}

#top {
	background-color:#ffff00;
	background-image:url(../images/logo2.png);
	background-repeat:no-repeat;
	height:240px;
}

#top .links {
	height:220px;
	width:350px;
	margin-top:10px;
	margin-right:25px;
	float:right;
	background-image:url(../images/wrap-bg.png);
}

#top .links a {
	display:block;
	float:left;
	width:164px;
	padding:13px 0;
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	background-image:url(../images/link.gif);
	background-color:#575757;
	background-repeat:no-repeat;
	text-decoration:none;
	margin: 7px 5px;
}
#top .links a:hover {
	background-color:#f0f0f0;
	background-image:url(../images/link-hover.png);
	background-repeat:no-repeat;
	color:#ffff00;
}

#path {
	background-color:#212121;
	background-image:url(../images/top-menu-bg.png);
	background-repeat:repeat-x;
	height:43px;
	text-align:left;
}

#path .left {
	float:left;
	margin: 13px 0 0 25px;
	font-size:12px;
}
#path .left a {font-weight:bold; text-decoration:none;}
#path .right {
	float:right; 
	width:350px; 
	height:30px;
	margin: 6px 15px 0 0;
}
#path .text {
	float:left;
	height:18px;
	width:240px;
	border:1px solid #5c5c5c;
	background-color:#3b3b3b;
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-size:16px;
	padding:5px;
}
#path .btn {
	margin:0;
	padding:0;
	height:30px;
	border:0;
	background-color:#161616;
	color:#FFFFFF;
	border:1px solid #5c5c5c;
	margin-left:2px;
	width:46px;
	font-size:16px;
}


#wrap2left {
	float:left;
	background-color:#161616;
	margin:10px;
	width:452px;
	padding:10px;
	text-align:left;
	}
#wrap2right {
	float:left;
	margin:10px 0;
	width:443px;
}

#wrap2right .leftbar {
	float:left;
	width:193px;
	padding:0 10px;
	background-color:#ffff00;
}
#wrap2right .rightbar {
	float:right;
	background-color:#5c5c5c;
	width:193px;
	padding:0 10px;
}
#wrap2right .top {
	padding: 12px 0;
	background-color:#161616;
	font-weight:bold;
	margin-bottom:1px;
}
#wrap2right .content {
	background-color:#252525;
	padding:7px;
	margin-bottom:15px;
}
#wrap2right .content a {
	background-color:#252525;
	padding:7px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid #3b3b3b;
}
#wrap2right .stat {
	background-color:#252525;
	padding:7px;
	text-decoration:none;
	border-bottom:1px solid #3b3b3b;
}
#wrap2right .content a:hover {
	background-color:#000000;
}

#homextra {
	margin-top:25px;
}
#homextra .top {
	padding: 12px;
	background-color:#252525;
	font-weight:bold;
	margin-bottom:1px;
}
#homextra .content {
	padding: 12px;
	background-color:#3b3b3b;
	margin:2px 0;
	text-align:justify;
}













.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: #000000;
	font-size: 8pt;
	padding: 7px;
	background-color:#5c5c5c;
}

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

table.formPage {
}
td.err {
	padding: 3px;
	color: #FF0000;
	background: #FFEDED;
	text-align: left;
}
td.msg {
	padding: 3px;
	color: #0000FF;
	background: #EDF3FF;
	text-align: left;
}
.label {
	text-align: right;
}
.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: #6f6f6f;
}

.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 #5e74b3;
}
textarea.text {
	font-size: 8pt;
	border: 1px solid #5e74b3;
}
select {
	font-size: 8pt;
	border: 1px solid #5e74b3;
}

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

form {
	display: inline;
	margin: 0;
	padding: 0;
}
.btn {
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #5e74b3;
	background-color: #FFAA11;/*#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: #ffffff;
	margin-top:3px;
	padding: 2px 10px 5px 13px;
	border: 1px solid #999999; 

}
div.prg {
	width: 80px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
	float:right;
	margin-top:2px;
}
div.prb {
	background: #ffffff;
	height: 3px;
	font-size: 1px;
}


div.footer {
	bottom:0;
	clear:both;
	text-align: center;
	border-top: 5px solid #000000;
	background-color:#454545;
	padding: 10px;
}
div.footer a {
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
}
.price {
}
.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:#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;
}


/* Merchant Counpons mod by PHPLDLIST.COM */
.mcoupon {
 margin: 0 auto;
 padding:5px;
 border: 2px #ffffff dashed;
 width: 430px;}

.mcouponsection {
 clear:both;
 padding:5px;
 margin: 0;}

.mcoupontag {
 float:left;
 width:80px;
 font-weight: bold;
 font-size: 20px;}

.mcouponlogo {
 float: left;
 width: 100px;
 height: 100px;
 margin-right:10px;
 border: none;}
 
.mcoupondesc { 
 float: left;
 width: 230px;
 font-weight: bold;
 font-size:10px;}

.mcouponexpiry {
 float:left;
 width: 205px;
 text-align: left;}

.mcouponcode {
 float: left;
 width: 205px;
 text-align: right;}

.printerbutton {
 width: 430px;
 margin: 20px auto;
 text-align: right;}
/* End Merchant Counpons mod by PHPLDLIST.COM */

/* BIGGER MAP MOD BY PHPLDLIST.COM */

.popupmap b #hide {display:none;}

.popupmap b {position:relative;
z-index:5000;}

.popupmap b:hover {position:relative;
z-index:5500;}

.popupmap b:hover #hide {
 display:block;                /* DO NOT ALTER */
 position: absolute;           /* DO NOT ALTER */
 padding:5px 10px 10px 10px;   /* PADDING AROUND MAP */
 top: -530px;                  /* TOP POSITION OF BOX FROM 'BIGGER MAP' */ 
 left: -100px;                 /* LEFT POSITION OF BOX FROM 'BIGGER MAP' */
 display: block;               /* DO NOT ALTER */
 color: #000000;               /* TITLE FONT */
 width:705px;                  /* WIDTH OF BOX */
 height:575px;                 /* HEIGHT OF BOX */
 z-index:6000;                 /* DO NOT ALTER */
 background: #fdff00;          /* BACKGROUND COLOUR OF BOX */
 border:5px #007733 ridge;}    /* WIDTH, COLOUR AND STYLE OF BOX BORDER */

#map2 {clear: both;
 height:550px;                 /* MAP HEIGHT */   
 width:700px;                  /* MAP WIDTH */  
 margin-top:5px;               /* MARGIN BETWEEN TITLE AND MAP */
 border:2px #007733 ridge;}      /* WIDTH, COLOUR AND STYLE OF MAP BORDER */  

/* END BIGGER MAP MOD BY PHPLDLIST.COM */

.ybutton {clear: both;
 background: #007733;
 border: 2px #fdff00 solid;
 padding: 5px;
 text-align: center;
 font-weight: bold;
 color: #fdff00;}

.yellow-button {
 clear: both;
 float: right;
 width: 150px;
 height:26px;
 padding: 4px 0 4px 0;
 background: #007733;
 border: 2px #fdff00 solid;
 text-align: center;
 font-weight: bold;
 color: #fdff00;}

.yellow-button a:link, .yellow-button a:active, .yellow-button a:visited {
 display: block;
 color: #fdff00;
 text-decoration: none;}

.yellow-button a:hover {
 color: #ffffff;
 text-decoration: none;}

.listing-section {
 clear: both;
 border-bottom: 2px #fdff00 solid;
 margin-top: 10px;
 padding: 0 0 10px 0;}

.listing {
 float: left;
 width: 300px;}

.listing1 {
 float: left;
 width: 100px;}

.listing2 {
 clear: both;}

.warningmsg {
 font-weight: bold;
 padding: 5px;
 color: red;
 background: #000000;
 border: 2px solid red;
 text-align: center;
 margin-top:10px;
 font-size:15px;}




 

.red-button {

 clear: both;

 float: right;

 width: 150px;

 height:26px;

 padding: 1px 0 7px 0;

 background: #c4082f;

 border: 2px #fdff00 solid;

 text-align: center;

 font-weight: bold;

 color: #fdff00;}



.red-button a:link, .yellow-button a:active, .yellow-button a:visited {

 display: block;

 color: #fdff00;

 text-decoration: none;}



.red-button a:hover {

 color: #ffffff;

 text-decoration: none;}
