a.homebutton
{
	width: 100px;
	height: 28px;
	display: block;

	background-image: url(/images/buttons/HomeButton.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.homebutton:hover
{
	background-image: url(/images/buttons/HomeButton.gif);
	cursor:pointer;
	background-position: 0px -31px;
}

a.homebutton:active
{
	background-image: url(/images/buttons/HomeButton.gif);
	background-position: 0px -62px;
}

a.backbutton
{
	width: 100px;
	height: 28px;
	display: block;

	background-image: url(/images/buttons/BackButton.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.backbutton:hover
{
	background-image: url(/images/buttons/BackButton.gif);
	cursor:pointer;
	background-position: 0px -31px;
}

a.backbutton:active
{
	background-image: url(/images/buttons/BackButton.gif);
	background-position: 0px -62px;
}

input.backbutton
{
  width: 100px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
	background-image: url(/images/buttons/BackButton.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

a.nextbutton
{
	width: 100px;
	height: 28px;
	display: block;

	background-image: url(/images/buttons/NextButton.gif);
	background-repeat: no-repeat;
}

input.nextbutton
{
  width: 100px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
	background-image: url(/images/buttons/NextButton.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

a.nextbutton:hover, input.nextbutton:hover
{
	background-image: url(/images/buttons/NextButton.gif);
	cursor:pointer;
	background-position: 0px -31px;
}

a.nextbutton:active, input.nextbutton:active
{
	background-image: url(/images/buttons/NextButton.gif);
	background-position: 0px -62px;
}

input.upgradebutton
{
  width: 100px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
	background-image: url(/images/buttons/UpgradeButton.gif);
	background-position: 0px -31px;
	background-repeat: no-repeat;
	background-color: Transparent;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  margin-left: 10px;
}

input.upgradebutton:hover
{
	background-image: url(/images/buttons/UpgradeButton.gif);
	background-position: 0px 0px;
	cursor:pointer;
}

input.upgradebutton:active
{
	background-image: url(/images/buttons/UpgradeButton.gif);
	background-position: 0px -62px;
}

a.selectbutton
{
	width: 100px;
	height: 35px;
	display: block;

	background-image: url(/images/buttons/SelectButton.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

td.selecttype a.selectbutton
{
	margin-top: 100px;
	margin-left: 5px;
}

a.selectbutton:hover
{
	background-image: url(/images/buttons/SelectButton.gif);
	cursor:pointer;
	background-position: 0px -41px;
}

a.selectbutton:active
{
	background-image: url(/images/buttons/SelectButton.gif);
	background-position: 0px -81px;
}

table.buttonrow
{
	width: 900px;
	border: 0;
	border-top: solid 1px #ccc;
	padding-top: 10px;
}

ul.greenarrow
{
	list-style-image: url(/images/greenarrow.png);
	padding-left: 50px;
	margin-top: 15px;
	
	font-size: 1.2em;
}

ul.greenarrow li
{
    padding-top: 0px;
    padding-bottom: 5px;
}

.red
{
	color: Red;
}

td.advertcreateheading
{
	font-family: TW Cen MT, Trebuchet;
	font-size: 20pt;
	color: #126ec4;
}

span.adverttypeheading
{
	font-family: Calibri;
	color: #3366cc;
	font-size: 14pt;
}

.advertpreviewbullets
{
    font-family: Arial;
    color: #3366cc;
    font-size: 8pt;
    width: 160px;
    padding-top: 2px;
    margin-top: -10px;
    margin-left: 10px;
}

.advertpreviewbullets ul
{
    list-style-type: square;
    margin-left: 20px;
    margin-top: 5px;
    padding-bottom: 6px;
}

.advertpreviewbullets li
{
    margin-bottom: 5px;
}

.advertpreviewbullets span
{
    font-size: 14pt;
    margin-left: 30px;
}

/* ADVERTS COMMON - start */
.advert_premium a img, .advert_featured a img, .advert_free a img
{
    float: left;
    overflow:hidden;
    margin-left: 10px;
    margin-top: 10px;
}

.advert_premium .rightside, .advert_featured .rightside, .advert_free .rightside
{
	float: right;
	width: 450px;
}

img.videoflag
{
	margin-left: 20px;
	margin-top: 6px;
	border: 0!important;
	float:left;
}

.advert_premium .rightside h4, .advert_featured .rightside h4, .advert_free .rightside h4
{
	float: left;
	color: #000;
	padding-top: 3px;
}

.advert_premium .rightside h4 a, .advert_featured .rightside h4 a, .advert_free .rightside h4 a {
font-size:1em !important;
font-weight:bold !important;
text-decoration:none;
text-transform:capitalize !important;
}

.advert_premium .rightside div strong, .advert_featured .rightside div strong, .advert_free .rightside div strong
{
	float: right;
	margin-right: 10px;
	font-size: 1.2em;
	padding-top: 5px;
	color: #000;
}

.advert_premium .rightside p, .advert_featured .rightside p, .advert_free .rightside p
{
	height: 50px;

	padding: 0;
	margin: 0;
	
	padding: 2px 2px 2px 2px;
	padding-right: 10px;
}

.advert_premium .rightside p a, .advert_featured .rightside p a, .advert_free .rightside p a
{
	color: #3366cc;
	text-decoration: none;
}

.advert_premium .rightside ul, .advert_featured .rightside ul, .advert_free .rightside ul
{
	height: 20px;
	width: 460px;

	list-style-type: none;
	margin: 0;
	padding: 0;
}

.advert_premium .rightside ul li, .advert_featured .rightside ul li, .advert_free .rightside ul li
{
	float: left;
	margin-right: 10px;
	overflow: hidden;
	height: 15px;
	min-width: 12%;
}

/*.advert_premium .rightside ul li strong, .advert_featured .rightside ul li strong, .advert_free .rightside ul li strong
{
	float: left;
}*/

.advert_premium .rightside ul li strong, .advert_featured .rightside ul li strong, .advert_free .rightside ul li strong
{
	float: left;
	font-size: 0.9em;
	padding: 0;
	margin: 0;
	margin-right: 5px;
	color: #000;
}
/* ADVERTS COMMON - end */

/* PREMIUM - start */
.advert_premium
{
    background-position: right;
    width: 598px;
    height: 122px;
    background-image: url(/images/PremiumRosetteBG.gif);
    border: solid 1px #e6cb7e;
    background-repeat: no-repeat;
    background-color: #FFFFFF;

    color: #666;
}

.advert_premium .leftside
{
	background-image: url(/images/PremiumVertical.gif);
	height: 122px;
	width: 26px;

	float: left;
}

.advert_premium .rightside .header
{
	height: 25px;
	border-bottom: solid 1px #e6cb7e;
	margin-right: 10px;
}

.advert_premium img
{
    border: 2px solid #e6cb7e;
}
/* PREMIUM - end */

/* FEATURED - start */
.advert_featured
{
    background-position: right;
    width: 598px;
    height: 122px;
    background-image: url(/images/FeaturedRosetteBG.gif);
    background-color: #FFFFFF;
    border: solid 1px #c0c0c0;
    background-repeat: no-repeat;

    color: #666;
}

.advert_featured .leftside
{
	background-image: url(/images/FeaturedVertical.gif);
	height: 122px;
	width: 26px;

	float: left;
}

.advert_featured .rightside .header
{
	height: 25px;
	border-bottom: solid 1px #c0c0c0;
	margin-right: 10px;
}

.advert_featured img
{
    border: 2px solid #c0c0c0;
}
/* FEATURED - end */

/* FREE - start */
.advert_free
{
	width: 598px;
	height: 122px;
	
	background-color: #fff; 
	
	border: solid 1px #c0c0c0;

    color: #666;
}

.advert_free .leftside
{
	background-color: #e0e0e0;
	height: 122px;
	width: 26px;

	float: left;

	border-right: solid 1px #c0c0c0;
}

.advert_free .rightside .header
{
	height: 25px;
	border-bottom: solid 1px #c0c0c0;
	margin-right: 10px;
}
/* FREE - end */

.premiumselection
{
	background-image: url(/images/PremBorder.gif);
	background-repeat: no-repeat;
	padding-top: 37px;
	padding-bottom: 20px;
	padding-left: 10px;

	width:900px;
	overflow:hidden;

	margin-top: -10px;
}

.premiumselectionactive
{
	background-image: url(/images/SelPremBorder.gif);
	background-repeat: no-repeat;
	padding-top: 37px;
	padding-bottom: 20px;
	padding-left: 10px;

	width:900px;
	overflow:hidden;

	margin-top: -10px;
}

.featuredselection
{
	background-image: url(/images/FeatBorder.gif);
	background-repeat: no-repeat;
	padding-top: 37px;
	padding-bottom: 20px;
	padding-left: 10px;

	width:900px;
	overflow:hidden;

	margin-top: -10px;
}

.featuredselectionactive
{
	background-image: url(/images/SelFeatBorder.gif);
	background-repeat: no-repeat;
	padding-top: 37px;
	padding-bottom: 20px;
	padding-left: 10px;

	width:900px;
	overflow:hidden;

	margin-top: -10px;
}

.freeselection
{
	background-image: url(/images/Standard-Border.gif);
	background-repeat: no-repeat;
	background-position: 1px -5px;

	padding-top: 37px;
	padding-bottom: 5px;
	padding-left: 10px;

	width:900px;
	overflow:hidden;

	margin-top: -10px;
}

.freeselectionactive
{

	background-image: url(/images/Standard-Border.gif);
	background-repeat: no-repeat;
	background-position: 0px -217px;

	padding-top:7px;
	padding-bottom:5px;
	padding-left: 10px;

	width:900px;
	overflow:hidden;

	margin-top: 20px;
}

.advertpreviewinfo
{
	padding-left: 10px;
	font-size: 10pt;
}

.advertpreviewinfo span
{
	font-weight: bold;
	font-size: 14pt;
}

input#vouchercode[type=text]
{
	background-color: #c5eeb0;
	border: solid 1px #ddd;
}

div#termsandconditions
{
    position: fixed;
    left: 20%;
    top: 20%;
    width: 600px;
    height: 60%;
    border: solid 1px black;
    background-color: #fff;
    z-index: 9999;
}

div#termsandconditions iframe
{
	width: 600px;
	height: 90%;
	overflow: auto;
	
	background-color: #fff;
}

table.summary tr td
{
	height: 25px;
}

.MarginTop2Px
{
	margin-top: 2px;
}

.adverttitleblank
{
	width: 95px; 
	height: 24px;/*26px;*/
}

.adverttitledesc
{
	height: 24px;
}

.adverttitlenew
{
	height:20px;
	padding-top:6px;
	font:bold small Verdana,Arial,Helvetica,sans-serif;
	color:#030;
	text-transform:uppercase;
}


.white
{
	color: #fff;
}

.BoltOnHeader strong
{
	color: red;
}

.upgrade
{
	margin-top: 15px;
	width: 100%;
/*	float: right;*/
	text-align: left;
}

.upgrade span
{
	display:block;
	float:left;
	height:28px;
	vertical-align:middle;
	padding-top: 4px;
}

.selectdisabled
{
	font:11px Verdana,Arial,Helvetica,sans-serif;
	background-color:#fff;
	border:1px solid #ccc;
	color: #ccc;
}

div#usingTags
{
	width: 400px;
	height: 160px;
}

div#siteConditions
{
	width: 400px;
	height: 160px;
}

div.fancybox
{
	font-size: 1.2em;
	overflow: auto;
}

/* new advert content view */
div#advertContainer
{
	width: 549px;
}

div#advert div.header
{
	background-image:url('/images/advertMatrixTitlebg.gif');
	background-repeat:no-repeat;
	border:medium none;
	padding:5px;
	width:600px;

	font:bold 11px Verdana,Arial,Helvetica,sans-serif;
}

div#advert div.header h1
{
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	color: #000;
	width: 50%;
	float: left;
	font:bold 11px Verdana,Arial,Helvetica,sans-serif;
/*
	font-size: 1.2em;
	font-weight: bold;
*/
}

div#advert div.header strong
{
	float: right;
	margin-right: 20px;
}

div#advertcontainer
{
	width: 586px;
	background-color: #eee;
	border-right: solid 1px #bbb;
	padding-right: 5px;
	border-left: solid 1px #bbb;
	padding-bottom: 12px;
	padding-right: 12px;
}

div#advert div#advertBodyLeft
{
	width: 400px;
	float: left;
	font:11px arial,verdana,sans-serif;
	padding-left: 12px;
}

div#advert div#tabs
{
	width: 400px;
	float: left;
	height: 30px;
	padding-bottom: 5px;
}

div#advert div#tabs a
{
	display: block;
	height: 20px;
	width: 120px;
	padding-top: 5px;
	padding-left: -10px;
	color: #000;
	font-weight:bold;
	font-size: 1.0em;
	text-decoration: none;
	text-align: center;

	background-color: #fff;
	border: solid 1px #cacecf;
	border-top: none 0px #fff;
	margin-left: 3px;
	margin-right: 3px;
	
	float: left;
}

div#advert div#tabs a#reportLink
{
	width: 135px;
}

div#advert div#tabs a:hover
{
	color: Red;
	background-color: #d1e6bd;
}

div#advert div#tabs a:active
{
	color: #808000;
	background-color: #d1e6bd;
}

div#advert div#tabs a.selected
{
	color: #000;
	background-color: #d1e6bd;
}

div#advertBodyLeft p
{
	width: 400px;
	word-wrap:break-word;
	font-size:1.2em;
	text-align:justify;
	line-height:18px;
}

div#advertBodyLeft ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 400px;
}

div#advertBodyLeft ul li
{
	margin-top: 10px;
}

div#advertBodyLeft ul li label
{
	width: 100px;
	font-weight: bold;
	float: left;
	display:block;
}

div#advert div.preview
{
	width: 140px;
	float: right;
	text-align:right;
	margin-top:-20px;
	padding: 8px;
	background-color: #d2d2d2;
}

div#advert div.preview strong, div#advert div.preview a
{
	width: 100%;
	text-align:center;
	margin-bottom: 5px;
	display:block;
}

div#advert div.preview img
{
	margin-left: auto;
	margin-right: auto;
}

div#advert div.preview div.img
{
	margin-bottom: 20px;
}


div#advert div.footer
{
	background:url('/images/advertMatrixTitlebg_bottom.gif') no-repeat scroll left bottom transparent;
	height:12px;
	width:600px;
}

.cb
{
	clear: both;
}

.ucase
{
	text-transform: uppercase;
}

.centered
{
	margin-left: auto;
	margin-right: auto;
}

.fbmiddle, .fbbanner
{
	width: 520px;
	height: auto;
	background-color: #c5c5c5;
	padding: 10px;
}

.fbbanner
{
	text-align:center;
}

.fbmiddle div.fbcontent
{
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.fbmiddle div#youTubePlayer
{
	background-color: #c5c5c5;
}

div#youTubePlayer img
{
	display:block;
	margin:auto;
}

#frmadtop, #youTubeTopAdvert
{
	margin-bottom:15px;
	text-align:center;
}

#frmadbottom, #youTubeBottomAdvert
{
	margin-top:15px;
	text-align:center;
}

/* youtube upload form */
div#youTubeNewVideo label
{
	width: 100px;
	display:block;
	float: left;	
	clear:left;
}

#ajaxActivity
{
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999;
	height: 40px;
	width: 40px;
	overflow:hidden;
	margin-top: -20px;
	margin-left: -20px;
	background: transparent;
}

#ajaxActivity div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/plugins/fancybox/fancy_loading.png') no-repeat;
}

#freeAdvertPriceHolder
{
	margin-top: 10px;
}

.free_ad_free
{
	background-image: url(/images/advertboltons.gif);
	background-repeat: no-repeat;
	background-position: -2px 0px;
	width: 100px;
	height: 100px;
	float: right;
}

.free_ad_image
{
	background-image: url(/images/advertboltons.gif);
	background-repeat: no-repeat;
	background-position: -103px 0px;
	width: 100px;
	height: 100px;
	float: right;
}

.free_ad_video
{
	background-image: url(/images/advertboltons.gif);
	background-repeat: no-repeat;
	background-position: -203px 0px;
	width: 100px;
	height: 100px;
	float: right;
}

.free_ad_both
{
	background-image: url(/images/advertboltons.gif);
	background-repeat: no-repeat;
	background-position: -303px 0px;
	width: 100px;
	height: 100px;
	float: right;
}

div#videoLeftBookmark
{
	background-image: url(/images/video-bookends.gif);
	background-repeat: no-repeat;
	background-position: -23px 0px;
	width: 10px;
	height: 203px;
	float: left;
}

div#videoRightBookmark
{
	background-image: url(/images/video-bookends.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 10px;
	height: 203px;
	float: left;
}

#youTubeVideoChooser
{
	width: 600px;
}

#ytfooter
{
	width: 590px;
	float:left;
	background-color:#404040;	
	color: #fff;
	padding: 5px;
	margin-top: 15px;
}

#ytfooter a
{
	color: #fff;
}

#ytfooter a:hover
{
	color: #fff;
	text-decoration:underline;
}

ul#ytExistingUploads
{
	list-style-type:none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 10px;
}

ul#ytExistingUploads li
{
	margin-bottom: 10px;
}

div#ytExistingThumbContainer
{
	text-align:center;
	background-color:#d1d1d1;
	padding: 5px;
	height:390px;
}

a.ytExistingThumbLink:hover
{
	opacity: 0.5;
}

a.ytNavigateLink
{
	width:140px;
	height: 21px;
	display:block;
	background-image: url(/images/YT-arrows.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right:auto;
}

a#ytNavUp
{
	background-position: 0px -21px;
}

a#ytNavUp:hover
{
	background-position: 0px -64px;
}

a#ytNavUp:active
{
	background-position: 0px -107px;
}

a#ytNavDown
{
	background-position: 0px -1px;
}

a#ytNavDown:hover
{
	background-position: 0px -43px;
}

a#ytNavDown:active
{
	background-position: 0px -86px;
}

p.voucher
{
	font-size: 10pt;
	clear:both;
	padding-top:10px;
}

.upgradespacer
{
	float:left;
}

.infocontainer
{
	min-height: 70px;
}

.padbottom10
{
	padding-bottom: 10px;
}
span.pager
{
    color: #FF0000;
    font-weight: bold;
    font-size: 14px;
}
a:link.pager{font-size:12px}
a:hover.pager
{
    color: red;
}
#freeadparent
{
    position: relative;
}

#freeadchild{position: absolute;right: 0px;top: -20px;}#freeadchild a{color: red;font-size: 18px;}#freeadchild img{position: absolute;top: 0px;right: 95px;}

.subcat{border-style: solid none none none;border-width: 1px;border-color: #C0C0C0;width: 875px;margin-top: 10px;margin-bottom: 10px;padding-top: 5px;padding-bottom: 15px;padding-left: 25px;}
h2.adw-d{font-size: 16px;width: 100%;padding-top: 5px;}
p.formlabel{padding-top: 10px;}
.warningbox-ad{background-color:#F5F5F5;border:2px solid #008000;width:100%;text-align:center;position:relative;}

.websitetextbox
{
	width: 350px;
}

.traderlink
{
	
}

.matrixenclosure ul
{
	list-style-type: none;	
}

.fl
{
	float: left;
}

#locationsearchfooter
{
	background-color:#e2e2e2;
	border:1px solid #C0C0C0;
	clear:both;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
	padding-top:20px;
	text-align:center;
	width:940px;
	height:auto	
}

#locationsearchfooterresults
{
	width:600px;
	text-align:left;	
	margin-left:10px;
	float:left; 
}


.locationsearchtext
{
	text-align:left;	
	margin-top:10px;
	margin-right:5px;
	margin-bottom:10px;
}

.locationsearchfootertext
{	
	margin-left:10px;
}

#locationcomment
{
	width:600px;
	float:left;
	margin-left:10px;
}

#locationresultsfooteradvert
{
	float:right;
	width:300px;
	margin-right:20px;	
}

.locationsearchfooterdivider
{
	background-color:White;
	height: 18px;
	width:1px;
}

.locationsearchfooteritem
{	
	margin-left:10px;
	width:138px;
}

#locationlist {float:left; margin-top: 10px;}
#locationlist li { list-style-type: none; }
#locationlist li div { float: left; }

.breadcrumb
{
	float:left;
	margin-top:10px;
}

.breadcrumb a
{
	font-size:10px !important;
	font-weight:bold !important;	
	text-decoration:none !important;
}

.breadcrumb a:link  
{
	color:#333333;
	font:11px verdana,arial,sans-serif;
	text-decoration:underline;
}

.breadcrumb a:hover  
{
	color:#FF3300;
}

#nosearchresults
{
	margin-top: 15px;
	width:600px;	
		
}

.cl
{
	clear:left;
}

.td a:link
{
	font:12px verdana, arial, sans-serif !important;
	color:#333;
}

.td
{
	font:11px arial,verdana, sans-serif !important;
	color:#333; 
}