html { height: 100%; margin-bottom: 1px; }

body {
    background: #DCDBDB;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 100%;
	margin: 0;
}
.c {
	float: left;
}
.cr {
	clear: left;
}
p {
    margin-top: .2em;
    margin-bottom: 0;
	}
p + p {
    text-indent: 1.5em;
    margin-top: .3em;
	}
p.caption {
    text-indent: 0;
	}
td {
	vertical-align: top;
	padding: 5px;
}
h1 {
	font-size: 14pt;
	margin: 5px 0 5px 0;
}

h2 {
	font-size: 10pt;
	margin: 0;
	padding-bottom: 3px;
	padding-top: 3px;
}

h3 {
	color: #3E81B4;
	font-size: 8pt;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 10px 0px;
}
h4 {
    color: #3E81B4;
    font-size: 8pt;
    padding: 0;
}
h5 {  /* Featured story home page column 1*/
	font-size: 10.5pt;
	font-style: italic;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	margin-bottom: 5px;
}
h6 {  /* TITLE on article.tpl */
	color: #3E81B4;
	font-size: 15pt;
	font-family: Georgia, Verdana, Tahoma, Arial, sans-serif;
	margin-bottom: -5px;
}

a {
	outline: none;
}

#descr {
	padding: 0px;
	margin: 0 0 5px 0;
}

table.formPage {
	margin: 0 auto;
	font-size: 12px;
}

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 {
	font-size: 12px;
	text-align: right;
}

.link {
	font-size: 1.25em;
	font-weight: bold;
    text-decoration: none;
}
	
.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: 70px;
	width: 960px;
	margin: 0 auto;
    font-family:            Verdana, Tahoma, Arial, sans-serif;
    font-size:              .95em;
}
.headerTitle  a:link, .headerTitle  a:visited {
	font-family: Georgia, Verdana, Tahoma, Arial, sans-serif;
	font-size: 30px;
    font-weight: bold;
	font-style: italic;
	color: navy;
	text-decoration: none;
	margin: 0px 5px 0px 5px;
}
.headerDescription {
	font-family: Georgia, Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
    color: red;
	margin: -2px 5px 2px 5px;
}
.slogan {
	font-family: Georgia, Verdana, Tahoma, Arial, sans-serif;
	font-size: 13px;
    color: white;
	margin: 10px 0px 0px 20px;
}
.headerLogo {
	float: left;
    clear: right;
	margin: 0px 15px 0px 0px;
}

.headerSearch {
	float: right;
	color: #FFFFFF;
	margin: -45px 40px 0px 0px;
	font-size: .8em;
}



.searchLabel {
	float: left;
	margin: 4px 5px 0px 0px;
	color: #1A4E80;
}

.searchInput {
	background-color: #E5EAEE;
	border: 1px solid #D5DCE3;
	padding: 2px;
	float: left;
	width: 200px;
	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: #CA0002;
}

.userBar a:active, .userBar a:link, .userBar a:visited {
	color: #CA0002;
	text-decoration: underline;
}

.userBar a:hover {
	color: #3E81B4;
}

/*-------------------*/

.hMenuContainer {
	background: url("../images/hMenuContainerBg.gif") repeat-x;
	height: 34px;
	width: 960px;
	margin: 0 auto;
}

.hMenu {
	float: right;
	margin-right: 32px;
}

.hMenu a:link, .hMenu a:active, .hMenu a:visited {
	float: left;
	display: block;
	height: 33px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: .8em;
	text-decoration: none;
	padding: 8px 10px 0px 10px;
}

.hMenu a:hover {
	background: url("../images/hMenuHoverBg.gif") repeat-x;
	float: left;
	display: block;
	height: 33px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

.hMenu img {
	float: left;
}

/*-------------------*/

.path {
	background: url("../images/pathBg.gif") repeat-x;
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 745px;
	height: 18px;
	padding: 20px 0px 0px 215px;
    font-family:            Verdana, Tahoma, Arial, sans-serif;
    font-size:              .8em;
}

.path a:link, .path a:active, .path a:visited {
	color: #000000;
	text-decoration: none;
}

.path a:hover {
	color: #CA0002;
	text-decoration: underline;
}

.path img {
	margin: 0px 3px 1px 3px;
}

/*-------------------*/

.leftContainer {
	float: left;
	width: 215px;
	background-color: #FFFFFF;
    margin-top: -19px;  
    font-family:            Verdana, Tahoma, Arial, sans-serif;
    font-size:              .7em;
	line-height:            14px;
}
.weather {
	margin-left: 30px;
    margin-top: 0px;  
    margin-bottom: 5px;  
}
/*-------------------*/

.centerContainer {
	float: left;
    margin-top: -2px;  
}
.centerContainerhome {
	float: left;
    margin-top: -20px;  
}

.centerContainerT {
	background: url("../images/contentTop.gif") no-repeat;
	height: 6px;
	width: 530px;
}

.centerContainerB {
	clear: both;
	background: url("../images/contentBottom.gif") no-repeat;
	height: 6px;
	margin: 0;
	width: 530px;
}

.centerContainerMD {  /*  Detail Pages combining center and right column  */
	width: 715px;
	padding: 3px 18px 0px 12px;
	background-color: #FFFFFF;
    font-family:            Verdana, Tahoma, Arial, sans-serif;
    font-size:              .8em;
}

.centerContainerM {
	width: 528px;
	padding: 3px 0px 0px 2px;
	background: url("../images/contentMiddle.gif") repeat-y;
	background-color: #FFFFFF;
    font-family:            Verdana, Tahoma, Arial, sans-serif;
    font-size:              .8em;
}

.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: #CA0002;
	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: #CA0002;
	font-weight: bold;
}

.formpage {
   font-size:100%;
}
/*-------------------*/

.articleContent {
	padding: 0px 13px 0px 13px;
}

/*-------------------*/

.rightContainer {
	float: left;
	width: 215px;
	background-color: #FFFFFF;
    margin-top: -19px;  
    font-family:            Verdana, Tahoma, Arial, sans-serif;
    font-size:              .7em;
	line-height:            14px;
}
.rightcontent {
    float: left;
    margin: 5px 7px 5px 12px;
}
.thumb {
    border: 0;
    float: right;
    margin-left: 5px;
    margin-bottom: 3px;
}	
.video {
    float: right;
    margin: 0px 12px 10px 5px;
}	
.phototop {
    margin: 2px 5px 4px 5px;
}	
.photoleft {
    margin: 5px 5px 4px 0px;
}	
.photoright {
    margin: 5px 0px 4px 5px;
}	
.hr {
    border: 0;
	width: 526px;
    color: #DC0000;
    background-color: #DC0000;
    height: 1px;
	margin-top: 3px;
}	
.hrlink1 {
	width: 528px;
    color: #DC0000;
    background-color: #DC0000;
    height: 1px;
	margin-top: 0px;
}	
.hrlink2 {
	width: 528px;
    color: navy;
    background-color: navy;
    height: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
}	
.hrlink3 {
	width: 528px;
    color: #DC0000;
    background-color: #DC0000;
    height: 1px;
	margin-bottom: 0px;
}
.prettydate {
    width: 65px;
    height: 40px;
	float: left;
	margin-left: 3px;
	margin-right: 8px;
	padding: 7px 3px 5px 3px;
	background-color: #EAEFF2;
	color: navy;
	border: 1px solid navy;
	font-family: Georgia;
	font-size: .9em;
	font-weight: bold;
    text-align: center;
}
.thanks {       	/* used on profile.tpl */
    margin-left: 225px;
	font-size: 15px;
	color: red;
}	
.afterthanks {    	/* used on profile.tpl */
    margin-left: 105px;
	font-size: 12px;
}	
.nineoneone {
    width: 177px;
    height: 48px;
	margin: 10px 7px 10px 15px;
	padding-top: 6px;
	background-color: #E51D25;
	color: #FFFFFF;
	border: 3px solid navy;
	font-family: Georgia;
	font-size: 12px;
    text-align: center;
}
.nineoneone a{
	color: #FFFFFF;
	font-family: Georgia;
	font-size: 12px;
	text-decoration: none;
    text-align: center;
}
.map {
    float: right;
	padding: 10px;
}
.upload {
	margin: 10px 2px 10px 2px;
}

/*-------------------*/

.footer {
	margin: 0 auto;
	width: 960px;
	/*background: url("../images/footerBg.gif") repeat-x;*/
	background-color: #FFFFFF;
	border-top: 1px solid #DCDBDB;
	clear:both;
	text-align: center;
	padding: 10px 0px 10px 0px;
	color: #164B7F;
    font-family:            Verdana, Tahoma, Arial, sans-serif;
    font-size:              .7em;
	line-height:            14px;
}

.footer a:active, .footer a:link, .footer a:visited {
	color: #164B7F;
	text-decoration: underline;
}

.footer a:hover {
	color: #CA0002;
	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: 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: 13px;
	font-size: 10px;
}

.boxSponsoredLast {
	margin: 0px 7px 0px 7px;
	padding: 15px 7px 8px 7px;
	color: #707070;
	line-height: 13px;
	font-size: 10px;
}

a.boxSponsoredA:link, a.boxSponsoredA:active, a.boxSponsoredA:visited {
	color: #3E81B4;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia;
	font-size: 12px;
}

a.boxSponsoredA:hover {
	color: #CA0002;
	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: #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: #CA0002;
	font-size: .85em;
	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: #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:        #235789;
}
fieldset {
   border-width: 1px;
   border-color: #1B4F81;
   border-style: solid;
   background-color: #FFFFFF;
   padding-left: 5px;
   padding-right: 5px;
   padding-bottom: 5px;
}

label {
   cursor: pointer;
}

.commenttext {
        color: #1B4F81;
    	font-family: Georgia, Verdana, Tahoma, Arial, sans-serif;
        font-size: 9.5pt;
}

table.comment {
   border-width: 1px;
   border-color: #D9D9D9;
   border-style: dotted;
   margin-top:   5px;
}

tr.comment {
   background-color: #E5EAEE;
   color: #000000;
}

.link_rating {
   padding: 0px;
   padding-right: 5px;
   border: 1px solid #E1E1E1;
   background: #ffffff;
   font-size: .82em;
   color: #6b6b6b;
   width: 475px;
}

.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: #E51D25;
    display: block;
    color: #ffffff;
   /* padding: 10px 20px 10px 20px;*/
    position: absolute; 
    z-index: -1; 
    top: 0px; 
    width: 960px;
    height: 110px;
}

#panel a{
	color: #ffffff;
}

.slide {
    margin: 0;
    padding: 0;
    border-top: solid 4px #CA0002;
    background: #E51D25;
    text-align: right;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    font-size: .75em;
}
.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: 960px;
    background: #E51D25;
}
/*----------------------------- the three columns from NewsTime ----*/
.above { /*over the middle and right columns - added for video and spanning headline */
    width:					58.5%;
	float:					right;
    padding:                6px;
    margin:                 2px 11px 10px 0px;
	border:                 1px solid #DC0000;
    font-family:            Georgia, Verdana, Tahoma, Arial, sans-serif;
    font-size:              1.11em;
	line-height:            15px;
	text-align:             justify;
}
.left, .middle, .right {
	float:					left;
}
.left {
    width:					33%;
	margin-top:				0px;
    margin-left:			7px;
	margin-right:			5px;
    padding-right:          5px;
    font-family:            Verdana, Tahoma, Arial, sans-serif;
    font-size:              .93em;
	line-height:            13.7px;
	text-align:             justify;
}
.right {
    width:					29.5%;
	margin-right:			0px;
    padding-left:           8px;
	margin-top:				0px;
    font-family:            Verdana, Tahoma, Arial, sans-serif;
    font-size:              .88em;
	line-height:            13.5px;
	text-align:             justify;
}
.middle {
    width:					29.5%;
	margin-right:			4px;
	margin-left:			3px;
	margin-top:				0px;
    font-family:            Verdana, Tahoma, Arial, sans-serif;
    font-size:              .88em;
	line-height:            13.5px;
	text-align:             justify;
}
/*----------------------------- twitter style ----*/
#veetter {
width:450px;
margin:0px auto;
border:1px solid #eee;
font-family:Arial;
font-size:11px;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}
#veetter a {
text-decoration:none;
}
#veetter a:hover {
text-decoration:underline;
}
.clear {
clear:both;
}
.veetter-link {
color:#4294d4;
}
.veetter-link-profile {
color:#96cd36;
}
.veetter-link-hash {
color:#3871a6;
}

.veetter-loader {
padding:20px;
font-size:14px;
font-style:italic;
}
.veetter-stats {
float:right;
width:180px;
text-align:right;
}
.veetter-stats div {
float:left;
width:60px;
}
.veetter-stats p{
font-size:11px;
}
.veetter-stats p a{
font-size:11px;
text-decoration:none;
color:#ab2222;
}
.veetter-stats p a:hover{
text-decoration:underline;
}
.veetter-stats p.s{
font-size:16px;
font-family:Georgia, Arial;
}
.veetter-user-info {
background:#f4f4f4;
padding:10px;
}
.veetter-user-info p {
padding:0px;
margin:0px;
}
.veetter-user-info h1 {
font-size:22px;
font-family:Georgia, Arial;
color:#777;
font-weight:normal;
margin:0px;
padding:0px;
}
.veetter-user-info h1 a{
text-decoration:none;
color:#2d4b68;
}
.veetter-user-info span {
font-size:11px;
}
.veetter-tweets{
margin:0px;
padding:0px;
background:#fafafa;
padding:10px;
}
.veetter-tweets li{
list-style:none;
border-bottom:1px solid #eee;
padding:10px;
font-size:14px;
}
.veetter-tweets li:hover{
background:#f7f7f7;
}
.veetter-tweets .status {
font-size:11px;
padding:0px;
margin:0px;
color:#555;
padding-top:7px;
}
.veetter-tweets .status a {
text-decoration:none;
color:#555;
}
.veetter-tweets .status a:hover {
text-decoration:underline;
}
.veetter-tweets .veetter-status-last {
font-size:20px;
color:#777;
font-weight:normal;
padding:20px 10px;
}
.veetter-avatar {
float:left;
margin-right:7px;
margin-bottom:5px;
}
.tickerstyle{width:495px; height:120px; border:1px solid red; background:lightyellow; padding:8px; margin:0px 4px 5px 6px; overflow:hidden;}

.messagediv{display: none;background:lightyellow}

/* Merchant Coupons mod by PHPLDLIST.COM */
.coupon {
 td style="white-space: nowrap";}
 
.coupontitle {
 margin:10px auto 5px;
 font-weight:bold;
 font-size: 15px;
 text-align: center;}

.mcoupon {
 margin: 0 auto;
 padding:5px;
 border: 2px #000000 dashed;
 width: 490px;
 background: #FFFFE0;}

.mcouponsection {
 clear:both;
 padding:5px;
 margin: 0;}

.mcoupontag {
 float:left;
 padding-left: 10px;
 width:80px;
 font-weight: bold;
 font-size: 20px;}

.mcouponlogo {
 float: left;
 width: 100px;
 height: 100px;
 margin-right:15px;
 margin-left:15px;
 border: none;}
 
.mcoupondesc { 
 float: left;
 width: 260px;
 font-weight: bold;
 font-size:10px;}

.mcouponexpiry {
 float:left;
 width: 205px;
 text-align: left;}

.mcouponcode {
 float: left;
 width: 205px;
 text-align: right;}

.printbutton {
 width: 430px;
 margin: 10px 20px 20px 20px;
 text-align: right;}
/* End Merchant Counpons mod by PHPLDLIST.COM */

.section {
 margin: 5px;
 margin-bottom: 20px;
 padding: 0;}

.third {
 float: left;
 border: 1px #c0c0c0 dotted;
 font-weight: bold;
 margin: 5px;
 width: 246px;}

.third ul {
 list-style: square inside;
 font-weight: normal;
 font-size:11px;
 margin: 0;
 padding:0;}

.third ul li {
 margin: 0;
 padding: 0 0 0 5px;}

.subbutton {
 width: 70px;
 margin: 5px;
 float: right;
 text-align: center;
 padding: 2px;
 border: 1px #909090 solid;
 background: #000000;}

.subbutton:hover {
 background: #404040;}

.subbutton a:link, .subbutton a:active, .subbutton a:visited {
 display: block;
 color: #c0c0c0;
 text-decoration: none;}

.subbutton a:hover {
 color: #ffffff;}


/* BIGGER MAP MOD BY BLC */

.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: -330px;                  /* TOP POSITION OF BOX FROM 'BIGGER MAP' TRIGGER */ 
 left: -500px;                 /* LEFT POSITION OF BOX FROM 'BIGGER MAP' TRIGGER */
 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: #eaeff2;          /* BACKGROUND COLOUR OF BOX */
 border:5px #0a51a1 ridge;}    /* WIDTH, COLOUR AND STYLE OF BOX BORDER */

#map2 {
 height:550px;                 /* MAP HEIGHT */   
 width:700px;                  /* MAP WIDTH */  
 margin-top:5px;               /* MARGIN BETWEEN TITLE AND MAP */
 border:2px #0a51a1 ridge;}      /* WIDTH, COLOUR AND STYLE OF MAP BORDER */  

/* END BIGGER MAP MOD BY BLC */