﻿ul, li, p, h1, h2, h3, h4{
	margin:0;
	padding:0;
}
img {
	border:none;
}
a {
	outline:none;
	text-decoration:none;
}

.clearer {
	clear:both;
}

.left 
{
	float:left;
}

body {
	background: url('../images/layout/site_bg.jpg') no-repeat top center #b9c6d1;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
}

.wrapper {
	width:960px;
	margin:auto;
}

.header h1 
{
	margin:20px;
}

#nav_bar {
	border-bottom: solid #7f7f7f 1px;
	background: url('../images/layout/nav_bg.png') no-repeat;
	width:100%;
	height:58px;
}

#nav_bar ul {	
	font-family:Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	list-style:none;
	padding:18px 1px;
	text-transform: uppercase;
	float:left;
}

#nav_bar li {
	display:inline;
	padding:0px 20px;
}
#nav_bar a {
	text-decoration:none;
	font-weight:bold;
	color:#515151;
    position:relative; 
	z-index:1;
	font-size:1.05em;
}

#nav_bar a:before{
	display:inline; 
	padding:1px; 
	content: attr(shadow);
	position:absolute; 
	left:1px; 
	top:1px; 
	color:#fff; 
	width:100%;	
	z-index:-1;  
} 

/* Quick Search Bar -- Begin */

.quickSearch {
	float:right;
	margin-top:15px;
	margin-right:20px;
	width:240px;
}

.quickSearch .txtQuickSearch
{
	background-image:url('../Images/Layout/txtQuickSearch.gif');
	background-repeat:no-repeat;
	background-color:Transparent;	
	border:0px;
	float:left;
	width:176px;
	padding-left:5px;	
	padding-top:5px;
	height:21px;
}

.quickSearch .btnQuickSearch
{
	float:left;
	margin-right:10px;
}

.search .ibfsCascadingLabel
{
	font-family:Arial Narrow, Arial, Times New Roman;
	color:#5C6A71;
	font-size:0.85em;
	padding-bottom:9px;
	display:block;
}

.adminSearchContainer h2
{
	background:url('../images/layout/hdr_bg.jpg') repeat-x;
	font-family:Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#515151;
	padding:5px 10px 5px 16px;
	display:block;
	font-weight:bold;
	width:650px;
	float:left;
	font-size:1em;
}

.adminSearchContainer .shortinput input
{
	margin-top:10px;
	float:left;
	width:300px;
}

.adminSearchContainer .shortinput label
{
	/*margin-left:15px;*/
	margin-top:10px;
	font-size:smaller;
	display:inline;
	width:140px;
	float:left;
	clear:left;
}

.adminSearchContainer .ibfsCascadingLabel
{
	clear:left;
	float:left;
}

.adminSearchContainer .locationDropdown
{
	margin-top:2px;
	width:300px;
}

.adminSearchContainer label
{
	margin-top:1px;
	font-size:smaller;
	display:inline;
	width:140px;
	float:left;
	clear:left;
}

.adminSearchContainer input[type=checkbox]
{
	font-size:smaller;
	display:inline;
	float:left;
	margin-left:0px;
}

/* Quick Search Bar -- End */

/* Affiliate Search -- Begin */

.leftContent #affiliateSearch .pageHeaderImage
{
	width:668px;
	height:283px;
	background-image:url('../Images/Layout/shop_bg.jpg');
	background-repeat:no-repeat;
}

.leftContent #affiliateSearch .pageHeaderImage
{
	width:668px;
	height:283px;
	background-image:url('../Images/Layout/shop_bg.jpg');
	background-repeat:no-repeat;
}

.leftContent #affiliateSearch .pageHeaderImage .pageHeaderContent
{
	height:134px;
}

.leftContent #affiliateSearch .pageHeaderImage .searchBoxDiv
{
	margin-left:20px;
	margin-top:20px;
	clear:both;
}

.leftContent #affiliateSearch .pageHeaderImage .searchBoxDiv .inputText
{
	background:url('../images/layout/textbox_bg.png') no-repeat;
	border:none;
	width:291px;
	padding:8px;
	height:16px;
}

.leftContent #affiliateSearch .pageHeaderImage .searchBoxDiv .btnSearchShop
{
	margin-top:15px;
	margin-left:195px;
}

.leftContent #affiliateSearch .btnViewCategory
{
	float:right;	
	margin-right:15px;
}

.leftContent #affiliateSearch .resultsItem
{
	border-top:1px solid #C3C7C9;
	clear:left;
	height:37px;
	padding:23px 0 10px 16px;
	width:auto;
}

.leftContent #affiliateSearch .resultsItem h3
{
	clear:right;
	padding-left:0px;
	padding-top:0px;	
	width:500px;
	overflow:hidden;
	height:48px;
	float:left;
}

/* Affiliate Search -- End */

/* Affiliate Search Result -- Begin*/

.leftContent #affiliateSearchResult .resultsItem 
{
	background-color:#efefef;
	width:auto;
	z-index:100;
	clear:left;
	position:relative;
}

.leftContent #affiliateSearchResult .resultsItem:before
{
	before: url('../images/layout/product_bg.jpg');
	content: url('../images/layout/product_bg.jpg');
	position:absolute;
	top:10px;
	left:16px;
	z-index:-1;
}

.leftContent #affiliateSearchResult .resultsItem .before
{
	before: url('../images/layout/product_bg.jpg');
	content: url('../images/layout/product_bg.jpg');
	position:absolute;
	top:10px;
	left:16px;
	z-index:-1;
}

.leftContent #affiliateSearchResult .resultsItem p
{
	width:390px;
	float:left;
	padding-left:40px;
	margin-left:0px;
}

.leftContent #affiliateSearchResult .resultsItem .logo
{
	margin-left:30px;
	margin-top:7px;
	width:60px;
	position:relative;
}

.leftContent #affiliateSearchResult .resultsItem h3
{
	width:390px;
	float:left;
	padding-left:40px;
	clear:none;
}

.leftContent #affiliateSearchResult .resultsItem .price
{
	float:left;
	width:50px;
	margin-left:0px;
	height:20px;
	font-weight:bold;
	font-size:14pt;
	padding-left:35px;
	margin-left:0px;
}

.leftContent #affiliateSearchResult .resultsItem .fr
{
	float:left;
	margin-left:10px;
}

/* Affiliate Search Result -- End*/

/* Affiliate Product Display -- Begin */

#productInfo
{
	background-color:#EFEFEF;
	height:250px;
}

#productImage
{
	width:276px;
	height:206px;
	background-image:url('../images/layout/product_display_bg.jpg');
	margin-left:16px;
	float:left;
	margin-top:22px;
}

.imgAffiliateProduct
{
	margin-left:35px;
	margin-top:3px;
}

#productInfoRight
{
	float:left;
	margin-left:20px;
	margin-top:22px;
}

#productInfoRight .productTitle
{
	font-weight:bold;
	color:#515151;	
	font-size:14pt;
	display:block;
	margin-bottom:3px;
	width:340px;
}

#descriptionDiv
{
	min-height:200px;
	padding:5px 10px 5px 16px;
	color:#5C6A71;
}

#retailerDiv
{
	min-height:200px;
	padding:5px 10px 5px 16px;
	color:#5C6A71;
}

.blueText
{
	color:#3790DB;
}

/* Affiliate Product Display -- End */

.footer {	
	height:58px;
}

.footer ul {
	list-style:none;
	margin-bottom:5px;
	background: url('../images/layout/footer_bg.jpg') no-repeat bottom #8f959a;
	color:#d6d6d6;
	font-size:0.875em;
	min-height:16px;
	padding:12px 0px;
	text-align:center;
	font-family:Arial Narrow, Arial, Times New Roman;
}
.footer li {
	display:inline;
}
.footer li a  {
	color:#d6d6d6;
	padding:0px 10px;
	font-size:1.1em;
	text-decoration:none;
}
.footer a {
	color:#767c80;
	text-decoration:none;
	font-size:0.75em;
}
.right {
	float:right;
}

.content {
	background:#fff;
	min-height:500px;
	padding:20px;
}

.content h1  
{
	background:url('../images/layout/hdr_bg.jpg') repeat-x;
	font-size:1em;
	font-family:Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#515151;
	padding:5px 10px 5px 16px;
	margin-top:7px;	
}

.balloon {
	background:url('../images/layout/balloon_bg.jpg') no-repeat;
	width:658px;
	height:35px;
	padding:5px;
	font-size:0.75em;
}
.quickLink {
	position:relative;

}
.quickLink img {
	border:1px solid #c4c9cb;
	width:666px;
}

.quickLink .top {
   	  background: url('../images/layout/img_bgTop.png');
	 
	left:0px; 
	top:0px; 
	width:668px;
	height:12px;
}
.quickLink .btm {
   	 background:: url('../images/layout/img_bgBtm.png');
	 	position:absolute; 
	left:0px; 
	bottom:0px; 
	width:668px;
	height:9px;

}

.leftContent
{
	width:668px;	
	float:left;
}

.leftContent .pageHeaderImage
{
	width:668px;
	height:283px;
	background-image:url('../Images/Layout/aboutus.jpg');
	background-repeat:no-repeat;
}

.leftContent .pageHeaderImage .pageHeaderContent
{
	margin-top:20px;
	margin-left:20px;
	float:left;
	width:400px;
	color:#5c6a71;
	font-family:Arial Narrow, Arial, Times New Roman;
	font-size:1.8em;
	height:100px;
	overflow:hidden;
}

.leftContent .pageHeaderImage .pageHeaderSubContent
{
	clear:left;
	padding-top:80px;
	padding-left:20px;
	width: 400px;
	height:80px;
	overflow:hidden;
}





.rightBar {
	float:right;
	width:232px;
}
.rightBar h3 {
	padding:10px 0px 18px  60px;
	font-family:Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#666666;
}

.rightBar a {
	color:#5c6a71;
}

.rightBar .feeds {
	background:url('../images/layout/stayUpdated_bg.jpg') no-repeat top;
}
.rightBar .feeds ul {
	list-style:none;
}
.rightBar .feeds li {
	margin:10px 10px;
}
.rightBar .feeds a {
	padding-left:30px;
	font-size:0.80em;
	min-height:16px;
	display:block;
}
.rightBar .feeds .btnRss {
	background:url('../images/buttons/btn_rss.jpg') no-repeat left;
}

.rightBar .feeds .btnFacebook {
	background:url('../images/buttons/btn_facebook.jpg') no-repeat left;
}

.rightBar .feeds .btnTwitter {
	background:url('../images/buttons/btn_twitter.jpg') no-repeat left;
}

.rightBar .search {
	background:url('../images/layout/search_bg.jpg') no-repeat top;
	min-height:100px;	
}

.rightBar .search h3
{
	color:#666666;
}

.rightBar .search select{
	width:230px;
	margin-bottom:6px;
}

.rightBar .search #searchButton
{
	text-align:right;
	margin:5px 0px 5px 0px;
}

.rightBar #quickSearchText
{
	font-family:Arial Narrow, Arial, Times New Roman;
	font-size:0.85em;
	color:#5C6A71;
	padding-bottom:10px;
}

.rightBar .articles {
	background:url('../images/layout/news_bg.jpg') no-repeat top;
	min-height:100px;
	display:inline-block;
}
.rightBar .articles ul{
	list-style:none;
	margin:20px 10px;
}
.rightBar .articles li {
	background:url('../images/layout/list_arrow.jpg') no-repeat 0px 3px;
	font-size:0.75em;
}
.rightBar .articles li strong {
	display:block;
	margin-left:10px;
	color:#515151;
}

.rightBar .advert 
{
	position:relative;
	width:220px;
	float:left;
}

.rightBar .advert .advertTitleBox
{
	font-size:0.8em;
	width:220px;
	overflow:hidden;
	padding:3px 3px 0px 3px;
	height:16px;
}
.rightBar .advert .advertTitleBox a
{
	margin-left:2px;
	color:#515151;
	font-weight:bold;
	font-family:Arial;
}

.rightBar .advert .advertTitleBox:before
{
	content: url('../Images/layout/list_arrow.png');
	before: url('../Images/layout/list_arrow.png');
}
.rightBar .advert .advertDescriptionBox 
{
	font-size:0.75em;
	width:220px;
	overflow:hidden;
	padding:0px 3px 3px 3px;
	color:#5c6a71;	
}

.rightBar .specialOffers
{
	background:url('../images/layout/news_bg.jpg') no-repeat top;
	min-height:100px;
	display:inline-block;	
}

.rightBar .idea {
	background:url('../images/layout/idea_bg.jpg') no-repeat;
	padding:20px 10px 20px 70px;
	font-size:0.8em;
	height:46px;
	margin:10px 0px 10px 0px;
	color:#5c6a71;	
}

.rightBar .idea p
{
	overflow:hidden;
	height:46px;
}

.rightBar .email {
	background:url('../images/layout/email_bg.jpg') no-repeat top;
	min-height:100px;
	margin-top:15px;
}
.rightBar .email label {
	font-size:0.8em;
	color:#5C6A71;
	margin-bottom:10px;
	display:block;
}
.rightBar .email input#txtEmailAddress{
	display:inline;
	float:left;
	background-image:url('../Images/Layout/txtSubscribeEmail.gif');
	border:0px;
	height:26px;	
	padding-left:5px;
}
.rightBar .email input#btnRegisterForNewsLetter  {
	display:inline;	
} 

.login 
{
	background:url('../images/layout/login_bg.jpg') no-repeat right 40px #efefef;
	float:left;
}
.login label 
{
	font-family:Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#3790db;
	display:block;
	font-size:1.1em;
	margin-top:20px;
}
.login .left input 
{
	background:url('../images/layout/textbox_bg.png') no-repeat;
	border:none;
	width:291px;
	padding:8px;
	height:16px;
}
.login .loginBottomContainer
{
	float:left;
	margin:100px 0 20px 0;
	width:668px;
}
.login .titleLabel 
{
	font-weight:bold;
}
.login .left 
{
	margin-left:16px; 
}
.login .btnLogin 
{
	float:right;
	margin-top:10px;
	margin-right:24px;
}
.login .btnForgottonDetails 
{
	float:left;
	background: url('../images/buttons/btn_register.jpg') no-repeat;
	margin-left:16px;
	padding-left:65px;
	float:left;
	padding-top:10px;
	width:242px;
	height:74px;
	font-size:0.8em;
	color:#5c6a71;
}
.login .btnSignup 
{
	background:url('../images/buttons/btn_forgotdetails.jpg') no-repeat;
	margin-left:20px;
	padding-left:65px;
	float:left;
	padding-top:10px;
	width:242px;
	height:74px;
	font-size:0.8em;
	color:#5c6a71;
}
.login .loginSubTitle
{
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:3px;
}

.login .btnSignup strong, .login .btnForgottonDetails strong 
{
	display:block;
	font-size:1.2em;
	font-family:Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
}

#featuredArticles
{
	text-align:center;	
	position:relative;
	height:330px;
}

#featuredArticles #featuredArticleNav
{
	width:641px;
	height:38px;
	position:absolute;
	top:255px;
	left:15px;
	text-align:left;
	padding-top:8px;
	
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	
	color:#515151;
	font-weight:bold;	
	
	background-image:url('../Images/Layout/featured_article_bg.png');
	background-repeat:no-repeat;
	z-index:1252;
}

#featuredArticles #featuredArticleNav .articlePrev
{
	padding-left:15px;
	float:left;
}

#featuredArticles #featuredArticleNav .articleNext
{
	float:left;
	padding-left:2px;
}

#featuredArticles #featuredArticleNav #featuredArticleTitle
{
	padding-left:10px;
	float:left;
	padding-top:2px;
	width:500px;
	overflow:hidden;
}

#featuredArticles #featuredArticleNav #featuredArticleTitle span
{
	color:#3790db;
}

.featuredServices
{
	background-image: url('../Images/layout/hdr_bg.jpg');
	background-repeat:repeat-x;
}

.featuredServices h2
{
	font-size:1.05em;	
	margin-left:20px;
	margin-bottom:5px;
	color:#666666;
}

.featuredServices h2:before
{
	display:inline; 
	padding:1px; 
	content: attr(shadow); 	
	position:absolute; 
	left:1px; 
	top:1px; 
	color:#ffffff; 
	width:100%;	
	z-index:99;  
} 

#popularCategories 
{
	background-image: url('../Images/layout/hdr_bg.jpg');
	background-repeat:repeat-x;
	clear:left;
	margin-top:20px;
}

#popularCategories h2
{
	font-size:1.05em;	
	margin-left:20px;
	padding-top:5px;
	margin-bottom:5px;
	color:#666666;
}

#popularCategories #popularCategoriesContent
{
	min-height:100px;
	background-color:#EFEFEF;
	border-top:solid 1px #ced2d4;
	padding:18px;
}

#popularCategories #popularCategoriesContent td
{
	vertical-align:top;
}

#popularCategories #popularCategoriesContent .popularCategory
{
	font-size:0.75em;
	width:310px;
	overflow:hidden;
	padding:3px;
}
#popularCategories #popularCategoriesContent .popularCategory a
{
	margin-left:2px;
	color:#515151;
	font-weight:bold;
	font-family:Arial;
}
#popularCategories #popularCategoriesContent .popularCategory:before
{
	content: url('../Images/layout/list_arrow.png');
	before: url('../Images/layout/list_arrow.png');
}

#popularCategories #popularCategoriesContent .popularSubCategories
{
	width:310px;
	overflow:hidden;
	padding:3px;	
}

#popularCategories #popularCategoriesContent .popularSubCategories a
{
	font-size:0.75em;
	color:#5c6a71;	
}

.advertArea
{
	background-color:#efefef;
	height:400px;
	border-top:solid 1px #ced2d4;
}
.advertArea .advert 
{
	position:relative;
	margin:20px 20px 0px 20px;
	width:180px;
	float:left;
	height:170px;
}

.advertArea .advert .advertDivImage 
{
	position:relative;
	z-index:10;
}
.advertArea .advert .advertDivImage:after 
{
	content: url('../Images/layout/homeFeat_bg.png');
	after: url('../Images/layout/homeFeat_bg.png');
	position:absolute;
	z-index:100;
	top:0px;
	left:0px;
	padding-left:0px;
}
.advertArea .advert .advertDivImage img 
{
	position:absolute;
	z-index:-1;
	/*padding-left:6px;*/
	padding-top:1px;
	left:6px;
}
.advertArea .advert .advertTitleBox
{
	position:absolute;
	top:120px;
	z-index:1000000;
	font-size:0.8em;
	width:179px;
	overflow:hidden;
	padding:3px;
}
.advertArea .advert .advertTitleBox a
{
	margin-left:2px;
	color:#515151;
	font-weight:bold;
	font-family:Arial;
}

.advertArea .advert .advertTitleBox:before
{
	content: url('../Images/layout/list_arrow.png');
	before: url('../Images/layout/list_arrow.png');
}
.advertArea .advert .advertDescriptionBox 
{
	position:absolute;
	top:140px;
	z-index:1000000;
	font-size:0.8em;
	width:179px;
	overflow:hidden;
	padding:3px;
	color:#5c6a71;
	height:28px;
	font-family:Arial Narrow, Arial, Times New Roman;
}

#thumbAndTick
{
	margin-top:15px;
	height:90px;
}

.thumb
{
	background-image:url('../Images/layout/home_thumb.jpg');
	background-repeat:no-repeat;
	width:326px;
	height:86px;
	float:left;
}

.tick
{
	background-image:url('../Images/layout/home_tick.jpg');
	background-repeat:no-repeat;
	width:326px;
	height:86px;
	float:left;
	margin-left:16px;
}

.thumbText
{
	margin:17px 10px 10px 80px;
	width:220px;
	height:60px;
	font-size:0.8em;
	overflow:hidden;
	color:#5c6a71;
}

#siteTip
{
	clear:left;
	margin-top:20px;
	
}

#siteTip img
{
	float:left;
}

#siteTip #siteTipText
{
	float:left;
	width:549px;
	background-image:url('../Images/Layout/site_tip_mid.jpg');
	background-repeat:repeat-x;
	height:36px;
	padding-top:25px;
	padding-bottom:25px;
	font-size:1em;
	color:#5C6A71;
	overflow:hidden;
}

.pageBalloon
{
	background-image:url('../Images/Layout/balloon_bg.jpg');
	background-repeat:no-repeat;
	height:60px;
	
}

.pageBalloon .balloonText
{
	padding:9px;
	height:15px;
	overflow:hidden;
	color:#5c6A71;
	font-size:1em;
	font-family:Arial Narrow, Arial, Times New Roman;
}

.pageBalloon .balloonText a
{
	color:#3790db;
	font-weight:bold;
}

/* About Us -- Begin */

.aboutusContent
{
	min-height:200px;
	background-color:#efefef;
	clear:left;
	padding:20px;
}

.aboutusContent li
{
	list-style: none;
	background: url('../Images/layout/question_mark.jpg') no-repeat top left; 
	background-color:#efefef;
	font-family:Arial Narrow, Arial, Times New Roman;
	font-size:0.75em;
	color:#5c6a71;
	min-height:100px;
	padding-left:55px;
	margin-top:20px;
}

/* About Us -- End */

/* Contact Us -- Begin */
.contactus .label
{
	color:#3790db;
	font-weight:bold;
	font-size:1em;
	margin-top:5px;
	display:block;
	font-family:Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
}

.contactus .pageSubTitle
{
	width:400px;
	color:#5c6a71;
	font-family:Arial Narrow, Arial, Times New Roman;
	font-size:1.8em;
	min-height:70px;
	overflow:hidden;
	clear:right;
	margin-bottom:20px;	
}

.contactus .inputText
{
	background:url('../images/layout/textbox_bg.png') no-repeat;
	border:none;
	width:291px;
	padding:8px;
	height:16px;
}

.contactus .inputTextMulti
{
	background-image:url('../Images/Layout/txtInputForm_Multi.gif');
	background-repeat:no-repeat;
	width:609px;
	height:153px;
	border:0px;
	padding:10px 5px 5px 8px;
	overflow:hidden;
	margin-top:4px;
}

.contactus .dropdownlist
{
	width:300px;
	margin-top:4px;
}

.contactus .inputForm 
{
	background-color:#efefef;	
	padding:20px;
	background-image:url('../Images/Layout/contactus_bg.gif');
	background-repeat:no-repeat;
	background-position:right top;
}

.contactus .btnSubmit
{
	text-align:right;
}

.contactus #otherContact
{
	background-color:#efefef;	
	min-height:200px;
	padding:20px;
}

.contactus #otherContact #contactAddress
{
	background:url('../Images/Layout/contactus_address.jpg') no-repeat top left;
	min-height:200px;
	width:200px;
	float:left;
}

.contactus #otherContact .contactHeader
{
	color:#3790db;
	font-size:1em;	
	font-weight:bold;
	padding-left:80px;
	padding-top:7px;
}

.contactus #otherContact .contactDetails
{
	color:#5c6a71;
	font-size:0.75em;	
	padding-left:80px;
}

.contactus #otherContact #contactAddress
{
	background:url('../Images/Layout/contactus_address.jpg') no-repeat top left;
	min-height:200px;
	width:300px;
	float:left;
}

.contactus #otherContact #contactRightColumn
{
	float:left;
}

.contactus #otherContact #contactRightColumn #contactTel
{
	background:url('../Images/Layout/contactus_tel.jpg') no-repeat top left;
	min-height:100px;
	width:300px;
}

.contactus #otherContact #contactRightColumn #contactCompany
{
	background:url('../Images/Layout/contactus_company.jpg') no-repeat top left;
	min-height:100px;
	width:300px;
}

/* Contact Us -- End */

/* Advertise With Us -- Begin */

#advertiseWithUs #advertiseWithUsContent
{
	min-height:200px;
	clear:left;
	padding:20px;
	background:url('../Images/Layout/advertise_bg.gif') no-repeat top right;
	background-color:#efefef;
	margin-bottom:20px;
}

#advertiseWithUs .pageSubTitle
{
	width:400px;
	color:#5c6a71;
	font-family:Arial Narrow, Arial, Times New Roman;
	font-size:1.8em;
	overflow:hidden;
	clear:right;
	margin-bottom:20px;	
}

#advertiseWithUs #secureAndFast
{
	background:url('../Images/Layout/advertise_lock.jpg') no-repeat;
	width:375px;
	height:122px;
	padding-top:20px;
	padding-left:100px;
}

#advertiseWithUs #secureAndFast #header
{
	color:#3790db;
	font-size:1em;	
	font-weight:bold;
}

#advertiseWithUs #secureAndFast .secureAndFastDescription
{
	width:260px;
	color:#5c6a71;
	font-family:Arial Narrow, Arial, Times New Roman;
	font-size:0.8em;
	overflow:hidden;
}

#advertiseWithUs .secureAndFastDescription
{
	color:#5c6a71;
	font-family:Arial Narrow, Arial, Times New Roman;
}

#advertiseWithUs #benefits
{
	min-height:200px;
	clear:left;
	padding:20px;
	font-size:12pt;
}

#advertiseWithUs #benefits #benefitsLeft, #benefitsRight
{
	width:270px;
	float:left;
}

#advertiseWithUs #benefits li
{
	list-style: none;
	background: url('../Images/layout/advertise_bullet.gif') no-repeat top left; 
	background-color:#efefef;
	font-family:Arial Narrow, Arial, Times New Roman;
	font-size:0.75em;
	color:#5c6a71;
	min-height:100px;
	padding-left:55px;
	margin-top:20px;
}

#advertiseWithUs .btnSubmit
{
	text-align:right;
}

/* Advertise With Us -- End */

/* Advert Display -- Begin */

#advertDisplay #advertLeft
{
	width:225px;	
	float:left;
}

#advertDisplay #advertLeft #advertImage
{
}

#advertDisplay #advertLeft #advertImage #advertImageContent
{
	height:	213px;
	background-color:#efefef;
}

#advertDisplay #advertLeft #advertImage #advertImageContent #advertImageSlide
{
	height:180px;	
	position:relative;
}

#advertDisplay #advertLeft #advertImage #advertImageContent #advertImageSlide:after
{
	after: url('../images/layout/advert_image_bg.gif');
	content: url('../images/layout/advert_image_bg.gif');
	position:absolute;
	z-index:1000;
	top:10px;
	left:10px;
}

#advertDisplay #advertLeft #advertImage #advertImageContent #advertImageSlide img 
{
	position:absolute;
	z-index:100;
	top:10px;
	left:10px;	
}

#advertDisplay #advertLeft #advertImage #advertImageContent #advertImageNav 
{
	clear:right;
	height:20px;
	font-family:Arial Narrow,Arial,Times New Roman;
	font-size:0.75em;
	padding-left:10px;
}

#advertDisplay #advertLeft #advertImage #advertImageContent #advertImageNav .navTextNum
{
	color:#3790db;
	font-weight:bold;	
}

#advertDisplay #advertLeft #advertImage #advertImageContent #advertImageNav input[type="image"]
{
	float:left;
}

#advertDisplay #advertLeft #advertImage #advertImageContent #advertImageNav #navText
{
	float:left;
	width:130px;
	text-align:center;
}

#advertDisplay #advertLeft #advertServicesContent
{
	padding-top:10px;
	background:#EFEFEF;
	padding-bottom:10px;
}

#advertDisplay #advertLeft .advertServiceUl li
{
	font-family:Arial Narrow, Arial, Times New Roman;
	font-size:0.9em;
	font-weight:bold;
	color:#3790DB;
	padding-top:5px;
	list-style-position:inside;
	margin-left:16px;
}

#advertDisplay #advertLeft .advertFeatureUl
{
	list-style:none;
}

#advertDisplay #advertLeft .advertFeatureUl li
{
	color:#5c6a71;
	font-size:0.8em;
	font-weight:normal;
}

#advertDisplay #advertRight
{
	width:430px;
	float:left;
	margin-left:10px;
}

#advertDisplay #advertRight #advertContactDetails 
{
	
}

#advertDisplay #advertRight #advertContactDetails #advertContactDetailsTitle
{
	position:relative;
}

#advertDisplay #advertRight #advertContactDetails #advertContactDetailsTitle div
{
	position:absolute;
	top:2px;
	left:361px;
}

#advertDisplay #advertRight #advertContactDetails #advertContactDetailsTitle .btnMap
{
	top:2px;
	left:292px;	
	position:absolute;
}

.pnlMap
{
	width:502px;
	height:530px;
	border:solid 1px black;
	background-color:white;
	padding:5px;
	text-align:center;
}

#advertDisplay #advertRight #advertContactDetails #advertContactDetailsContent
{
	background-color:#efefef;
	min-height:213px;
}

#advertDisplay #advertRight #advertContactDetails .advertTitle
{
	color:#3790db;
	font-family:Arial;
	font-size:1.4em;
	font-weight:bold;
	padding:13px 10px 10px 16px;
	display:block;
}

#advertDisplay #advertRight #advertContactDetails .advertContactTitle
{
	font-weight:bold;
	margin-bottom:3px;
}

#advertDisplay #advertRight #advertContactDetails #advertAddress
{
	width:250px;
	font-family:Arial Narrow, Arial, Times New Roman;
	font-size:0.9em;
	color:#5c6a71;
	padding-left:16px;
	float:left;
}

#advertDisplay #advertRight #advertContactDetails #advertOther
{
	width:140px;
	font-family:Arial Narrow, Arial, Times New Roman;
	font-size:0.9em;
	color:#5c6a71;
	padding-left:16px;
	float:left;
}

#advertDisplay #advertRight .advertDescription, .advertSpecialOffers
{
	font-family:Arial Narrow, Arial, Times New Roman;
	font-size:1em;
	color:#5c6a71;
	padding:20px 16px;
	display:block;
	background-color:#efefef;
}

/* Advert Display -- End */


/* Article Display -- Begin */

#articleTitle
{
	background-image: url('../Images/layout/hdr_bg.jpg');
	background-repeat:repeat-x;
	float:left;
	height:32px;
	width:100%;
}

#articleTitle .articleTitleH1  
{
	font-size:1em;
	font-family:Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#515151;
	padding:5px 10px 5px 16px;
	display:block;
	font-weight:bold;
	width:570px;
	float:left;
}

#articleTitle input[type="image"]
{
	float:left;
	margin-top:3px;	
}

#articleTitle div
{
	float:left;
}

.articleContent
{
	overflow:hidden;	
	font-family:Arial Narrow, Arial, Times New Roman;
	font-size:0.75em;
	color:#5c6a71;
	padding:20px 16px;
	display:block;
	background-color:#efefef;
	clear:left;
	min-height:500px;
}

/* Article Category -- Begin */

#titleDiv
{
	position:relative;	
}

#titleDiv .navControl
{
	position:absolute;
	top:4px;
	left:160px;
	background:none;
	width:500px;
	height:32px;	
}

#titleDiv .pagerDesc
{
	float:left;
	font-family:Arial Narrow, Arial, Times New Roman;
	font-size:0.85em;
	padding-top:4px;
	position:absolute;
	top:4px;
	left:160px;	
	color:#5c6a71;
}

#titleDiv .navControl .pageNavInRange
{
	margin:0px 0px 5px 5px;
}

#articleCategories, #resourceCategories
{
	background-color:#efefef;
	padding-top:10px;
	margin-bottom:10px;
}

#articleCategories .resultsItem, #resourceCategories .resultsItem{
	padding:10px 0 10px 16px;
	width:100%;
	clear:left;	
	background-image:url("/Images/Layout/article_category.jpg");
	background-position:15px 5px;
	background-repeat:no-repeat;
	height:86px;
}

.resultsItem, .resultsItem_1, .resultsItem_2, .resultsItem_3{
	padding:10px 0 10px 16px;
	width:100%;
	clear:left;	
	height:86px;
}

#articleCategories .resultsItem:hover, #resourceCategories .resultsItem:hover
{
	background-image:url("/Images/Layout/article_category_hover.jpg");
}

#articleCategories .resultsItem .logo, #resourceCategories .resultsItem .logo {
	float:left;
	margin-right:15px;
	width:128px;
	height:99px;		
}

.resultsItem .logo, .resultsItem_1 .logo, .resultsItem_2 .logo, .resultsItem_3 .logo
{
	float:left;
	margin-right:15px;
}

.resultsItem h3, .resultsItem_1 h3, .resultsItem_2 h3, .resultsItem_3 h3
{
	padding-top:5px;
	padding-left:129px;
	clear:right;
}

.resultsItem h3 a, .resultsItem_1 h3 a, .resultsItem_2 h3 a, .resultsItem_3 h3 a
{
	color:#3790db;
	font-size:0.9em;
	font-weight:bold;
}

.resultsItem a, .resultsItem_1 a, .resultsItem_2 a, .resultsItem_3 a
{
	color:#3790db;
}

.resultsItem p, .resultsItem_1 p, .resultsItem_2 p, .resultsItem_3 p
{
	width:500px;
	clear:none;	
	font-family:Arial Narrow, Arial, Times New Roman;
	font-size:0.75em;
	color:#5c6a71;
	height:50px;
	overflow:hidden;	
	margin-left:129px;
}

.navControl
{
	clear:left;	
	height:36px;
	background-image:url('../Images/Layout/pager_bg.gif');
	background-repeat:repeat-x;	
	text-align:right;
	padding-right:3px;
}

.navControl p
{
	float:left;
	font-family:Arial Narrow, Arial, Times New Roman;
	font-size:0.85em;
	padding-top:4px;
}

.navControl .pageNavInRange
{
	background-image:url('../Images/Buttons/btn_pager_bg.png');
	background-repeat:no-repeat;	
	width:65px;
	height:24px;
	display:inline-block;
	font-family:Arial;
	font-size:0.75em;
	font-weight:bold;
	text-align:center;
	padding-top:4px;
	margin:5px 5px 5px 0px;
	color:#515151;
}

.navControl .pageNavCurrent
{
	display:none;
}

/* Article Category -- End */

/* Article List -- Begin */
#articleList
{
	background-color:#efefef;
	margin-bottom:10px;
	padding-top:10px;
}

#articleList .resultsItem{
	padding:10px 0 10px 16px;
	width:100%;
	clear:left;	
	background-image:url("/Images/Layout/article_list.jpg");
	background-position:15px 5px;
	background-repeat:no-repeat;
	height:86px;
}

#articleList .resultsItem:hover
{
	background-image:url("/Images/Layout/article_list_hover.jpg");
}

#articleList .resultsItem .logo
{
	float:left;
	margin-right:15px;
	width:128px;
	height:99px;		
}

/* Article List -- End */

/* Resource List -- Begin */

#resourceList
{
	background-color:#efefef;
	margin-bottom:10px;
	padding-top:10px;
}

#resourceList .resultsItem{
	padding:10px 0 10px 16px;
	width:100%;
	clear:left;	
	background-image:url("/Images/Layout/link_list.jpg");
	background-position:15px 5px;
	background-repeat:no-repeat;
	height:86px;
}

#resourceList .resultsItem:hover
{
	background-image:url("/Images/Layout/link_list_hover.jpg");
}

#resourceList .resultsItem .logo
{
	float:left;
	margin-right:15px;
	width:128px;
	height:99px;		
}


/* Advert Search Result -- Begin */

#searchResultDiv
{
	position:relative;	
	background-color:#efefef;
	padding-bottom:20px;
}


#searchResultDiv .resultsItem, #searchResultDiv .resultsItem_1, #searchResultDiv .resultsItem_2, #searchResultDiv .resultsItem_3
{
	z-index:100;
	top:10px;
	left:10px;	
	
	clear:left;
	position:relative;
}

#searchResultDiv .resultsItem:after, #searchResultDiv .resultsItem_1:after, #searchResultDiv .resultsItem_2:after, #searchResultDiv .resultsItem_3:after
{
	after: url('../images/layout/resultItem_bg.png');
	content: url('../images/layout/resultItem_bg.png');
	position:absolute;
	z-index:9999999;
	top:10px;
	left:10px;
	float:left;
}

#searchResultDiv .resultsItem .after, #searchResultDiv .resultsItem_1 .after, #searchResultDiv .resultsItem_2 .after, #searchResultDiv .resultsItem_3 .after
{
	position:absolute;
	top:10px;
	left:10px;
}

/* Advert Search Result -- End */

/* Forgot Password -- Begin */

.sendPasswordDiv
{
	background-color:#efefef;
	height:300px;
	padding:16px;
}

.sendPasswordDiv input
{
	margin-top:10px;
}

/* Forgot Password -- End */

/* My Ideas -- Begin */

#welcome
{
	height:250px;
	background:url('../images/layout/myideas_bg.jpg') no-repeat top right;
	padding:16px;
	border-left:solid 1px #efefef;
	border-right:solid 1px #efefef;
	border-bottom:solid 1px #efefef;
}
#welcome .welcomeTitle
{
	color:#3790db;
	font-weight:bold;
}
#welcome .myIdeasWelcomeDesc
{
	color:#5c6a71;
	font-family:Arial Narrow, Arial, Times New Roman;
	width:300px;
	height:45px;
	overflow:hidden;
}
#welcome #changePasswordDiv, #subscriptionDiv
{
	margin-top:20px;	
}
#welcome #changePasswordDiv img, #welcome #subscriptionDiv img
{
	margin-right:5px;
}
#welcome input
{
	margin-bottom:10px;	
}
#myIdeas
{
	position:relative;	
	background-color:#efefef;
}
#myIdeas #titleDiv .navControl
{
	top:0px;
}
#myIdeas #titleDiv .pagerDesc
{
	top:1px;	
}
#myIdeas .myIdeasItem{
	padding:0px 0 10px 0;
	margin-bottom:10px;
	width:630px;
	height:90px;
	margin-top:10px;
	
	z-index:100;
	top:10px;
	left:10px;	
	clear:left;
	position:relative;
}
#myIdeas .myIdeasItem:after
{
	after: url('../images/layout/resultItem_bg.png');
	content: url('../images/layout/resultItem_bg.png');
	position:absolute;
	z-index:9999999;
	top:0px;
	left:0px;
}
#myIdeas .myIdeasItem h3 
{
	font-size:1.2em;
}
#myIdeas .myIdeasItem h3 a
{
	cursor:pointer;
	color:#3790db;
	font-size:1em;
	font-weight:bold;
}
#myIdeas .myIdeasItem p {
	float:none;
	clear:none;	
	width:auto;
	margin-top:8px;
	font-family:Arial Narrow, Arial, Times New Roman;
	font-size:0.75em;
	color:#5c6a71;
	padding-right:10px;
	height:50px;
	overflow:hidden;
}
#myIdeas .myIdeasItem ul {
	list-style:none;
	list-style-image:none;
	float:right;
	cursor:pointer;
	margin-top:10px;
}
#myIdeas .myIdeasItem ul li {
	cursor:pointer;
	color:#5c6a71;
	font-family:Arial Narrow, Arial, Times New Roman;
	font-size:0.75em;
	height:26px;
}
#myIdeas .myIdeasItem ul li img
{
	margin-right:3px;
	float:left;
}
#myIdeas .myIdeasItem ul li a{
	cursor:pointer;
	color:#5c6a71;
	font-family:Arial Narrow, Arial, Times New Roman;
	font-size:0.9em;
	text-decoration:underline;
}
#myIdeas .myIdeasItem .logo {
	float:left;
	margin-right:25px;
	padding-left:6px;
}

/* My Ideas -- End */

/* Change Password -- Begin */

#changePassword .btnSubmit
{
	text-align:right;
	width:300px;
	margin-top:10px;	
}
#changePassword .inputForm
{
	padding:16px;
}

/* Change Password -- End */

/* Advanced Search -- Begin */

#advancedSearch #searchCriteria
{
	width:666px;
	float:left;
}
#advancedSearch select
{
	width:250px;	
	margin-top:5px;	
}
#advancedSearch .locationDiv
{
	font-family:Arial Narrow, Arial, Times New Roman;
	font-size:0.8em;	
	color:#5C6A71;
	margin-top:5px;
	width:250px;
	padding-left:16px;
}
#advancedSearch .locationDiv .locationLabel
{
	padding-right:5px;	
}
#advancedSearch .advancedSearchOptionContainer
{
	float:left;	
	font-size:0.75em;
	margin-top:2px;
	padding-left:16px;
	width:100%;
}
#advancedSearch .advancedSearchOptionContainer .advanced
{
	float:left;	
	width:300px;
}
#advancedSearch .btnSubmit
{
	margin-top:15px;
	margin-bottom:15px;
	clear:both;
	float:left;	
	padding-left:16px;
}
#advancedSearch #titleDiv
{
	clear:left;
}
#advancedSearch #titleDiv h1
{
	clear:left;
}
#advancedSearch #titleDiv .navControl
{
	top:0px;
}
#advancedSearch .navControl p
{
	display:none;
}
#advancedSearch #titleDiv .pagerDesc
{
	top:2px;
}
#advancedSearch #searchResultDiv
{
	clear:left;
}

/* Advanced Search -- End */


/* Input Form -- Begin */

.inputForm
{
	background-color:#efefef;		
}

.formLabel
{
	color:#3790db;
	font-weight:bold;
	font-size:1em;
	margin-top:5px;
	display:block;
	font-family:Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
}

.formInputText
{
	background:url('../images/layout/textbox_bg.png') no-repeat;
	border:none;
	width:291px;
	padding:8px;
	height:16px;
}

.formInputTextMulti
{
	background-image:url('../Images/Layout/txtInputForm_Multi.gif');
	background-repeat:no-repeat;
	width:609px;
	height:153px;
	border:0px;
	padding:10px 5px 5px 8px;
	overflow:hidden;
	margin-top:4px;
}

.formDropdownlist
{
	width:300px;
	margin-top:4px;
}

/* Input Form -- End */

/* Register -- Begin */

#register .inputForm
{
	background-color:#efefef;	
	padding:20px;
	background-image:url('../Images/Layout/register_bg.gif');
	background-repeat:no-repeat;
	background-position:right top;
}

#register .btnSubmit
{
	float:right;
}

#register #lock
{
	background-image:url('../Images/Layout/register_lock_bg.gif');
	background-repeat:no-repeat;
	margin-top:15px;
	
	padding:25px 20px 25px 90px;
	padding-top:25px;
	padding-bottom:25px;
	font-size:0.9em;
	font-family:Arial Narrow, Arial, Times New Roman;
	color:#5C6A71;
	overflow:hidden;
}

#register .btnRegisterSubmit
{
	margin:20px 0px 30px 224px;
}

/* Register -- End */

.errorText
{
	color:Red;
	background-color:#EFEFEF;
	font-size:0.75em;
	padding-left:16px;
}


/*---- Advertiser Admin ---*/

.adminPageTitle
{
	width:640px;
}

.listHeadTemplate
{
	clear:both; 
	background-color:#7C7C7C; 
	font-size:0.8em; 
	padding:3px 0px 0px 9px; 
	color:#ffffff; 
	height:18px;
	width:100%;
}

.listHeadTemplate a
{
	color:#ffffff;
	text-decoration:none;
	cursor:pointer;	
}

	.listHeadTemplate div
	{
		width:175px; 
		float:left;
		font-weight:bold;		
	}
	
	.listHeadTemplate div.tinyHeading
	{
		width:50px; 
		float:left;
		font-weight:bold;		
	}
	
	.listHeadTemplate div.shortHeading
	{
		width:90px; 
		float:left;
		font-weight:bold;		
	}
	
	.listHeadTemplate div.mediumHeading
	{
		width:160px; 
		float:left;
		font-weight:bold;		
	}
	
	.listHeadTemplate div.mediumPlusHeading
	{
		width:300px; 
		float:left;
		font-weight:bold;		
	}
	
	.listHeadTemplate div.longHeading
	{
		width:445px; 
		float:left;
		font-weight:bold;		
	}
	
.listItemTemplate
{
	clear:both; 
	color:#333333; 
	min-height:25px;
	height:auto !important;
	height:25px;
	width:100%;
	font-size:0.8em; 
	padding:5px 0px 0px 9px;	
}
	
	.listItemTemplate .controlDataItem
	{
		width:175px; 
		float:left;
	}
	
	.listItemTemplate .controlDataItemTiny
	{
		width:50px; 
		float:left;
	}
	
	.listItemTemplate .controlDataItemShort
	{
		width:90px; 
		float:left;
	}
	
	.listItemTemplate .controlDataItemMedium
	{
		width:160px; 
		float:left;
		word-wrap:break-word;
	}
	
	.listItemTemplate .controlDataItemMediumPlus
	{
		width:300px; 
		float:left;
	}
	
	.listItemTemplate .controlDataItemLong
	{
		width:445px; 
		float:left;
	}
	
	.listItemTemplate .controlDataItemSuperLong
	{
		width:700px; 
		float:left;
	}
	
	.listItemTemplate .imageLink
	{
		float:left; 
		margin-right:6px;		
	}

.listAlternItemTemplate
{
	clear:both; 
	background-color:#EDEDED; 
	min-height:25px;
	height:auto !important;
	height:25px;
	width:100%;
	float:left; 
	color:#333333; 
	font-size:0.8em; 
	padding:5px 0px 0px 9px;
}
	.listAlternItemTemplate .controlDataItem
	{
		width:175px; 
		float:left;
	}
	
	.listAlternItemTemplate .controlDataItemTiny
	{
		width:50px;
		float:left;
	}
	
	.listAlternItemTemplate .controlDataItemShort
	{
		width:90px; 
		float:left;
	}
	
	.listAlternItemTemplate .controlDataItemMedium
	{
		width:160px; 
		float:left;
	}
	
	.listAlternItemTemplate .controlDataItemMediumPlus
	{
		width:300px; 
		float:left;
	}
	
	.listAlternItemTemplate .controlDataItemLong
	{
		width:445px; 
		float:left;
	}
	
	.listAlternItemTemplate .controlDataItemSuperLong
	{
		width:700px; 
		float:left;
	}
	
	.listAlternItemTemplate .imageLink
	{
		float:left; 
		margin-right:6px;		
	}
	
	.ckEditorContainer
	{
		margin-top:10px;
		float:left;
		width:560px;
		margin-bottom:10px;
	}
	
.imageUploadWarningMsg
{
	color:Red;
	float:left;
	font-size:12px;
	margin-top:10px;	
	margin-bottom:10px;
}


/*--- Advertiser Admin End ---*/

/**********************************************************************************************/
/* 'Styles used when user admininster their advert outside of the Admin area proper ' */
/**********************************************************************************************/
.wrapper .content .leftContent .editButton {
	margin:10px 0px 15px 0px;	
}
.wrapper .content .leftContent .editButton a, .wrapper .rightColumn .contentArea .editButton a:visited {
	color:Black;
	border:1px solid #000000;
	padding:4px;	
	color:#000000;
	text-decoration:none;
}



.wrapper .content .leftContent .advertAdminHeader 
{
	background:url('../images/layout/hdr_bg.jpg') repeat-x;
	font-family:Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#515151;
	padding:5px 10px 5px 16px;
	display:block;
	font-weight:bold;
	/*width:570px;*/
	width:640px;
	float:left;
	font-size:1em;
}

.wrapper .content .leftContent .advertAdminHeader .advertTitle
{
		
}

.wrapper .content .leftContent ul.advertAdminMenu{	
	clear:both;
	list-style:none;
	float:left;
	width:640px;
	padding:0;
	border-bottom:1px solid black;	
	margin-bottom:15px;
}

.wrapper .content .leftContent ul.advertAdminMenu li{	
	float:left;
	margin:5px 5px 0px 0px;	
	padding:2px;
	border-color:gray;
	border-style:solid solid none;
	border-width:1px 1px 0;	
}

.wrapper .content .leftContent ul.advertAdminMenu li a{
	color:#6D6D6D;
	font-size:0.9em;
}

.wrapper .content .leftContent ul.advertAdminMenu li.disabledMenu a{
	background-color:Gray;
}

.wrapper .content .leftContent ul.disabledMenu li a{
	color:Black;
	font-size:1.5em;
	font-weight:bolder;	
}
.wrapper .content .leftContent .datagrid
{
	/*float:left;
	clear:both;
	width:inherit;*/
	clear:both;
	margin-top:10px;
	width:100%;
	margin-bottom:15px;
}
.wrapper .content .leftContent .datagrid .btnDelete
{
	float:none;
	width:80px;
}
.wrapper .content .leftContent .datagrid .btnAdd 
{
	clear:left;
	float:left;
	margin:5px 0;
	width:80px;
}
.wrapper .content .leftContent .datagrid .shortinput
{
	clear:left;
}
.wrapper .content .leftContent .datagrid .shortinput img
{
	margin-top:6px;
	margin-left:5px;
}
.wrapper .content .leftContent .datagrid .longinput
{
	clear:left;
}
.wrapper .content .leftContent .datagrid .shortdesc
{
	clear:both;
}
.wrapper .content .leftContent .datagrid .longdesc
{
	clear:both;
}
.commandDiv
{
	clear:both;
	float:left;
	margin-top:10px;
}
/************************************************/
.wrapper .content .leftContent .datagrid .loggedOnUserActions
{
	float:right;
}
.wrapper .content .leftContent .datagrid .loggedOnUserActions a{
	color:Black;
}

.wrapper .content .leftContent .datagrid input{
	margin-top:4px;
	/*float:left;*/
	width:300px;
}

.wrapper .content .leftContent .datagrid input[type=checkbox]
{
	width:10px;	
	margin-left:0px;
}

.wrapper .content .leftContent .datagrid .chkActive input[type=checkbox]
{
	margin-top:0px;
	height:20px;
}

.wrapper .content .leftContent .datagrid .longdesc textarea
{
	margin-top:4px;
	width:300px;
	float:left;
}

.wrapper .content .leftContent .datagrid .shortdesc textarea
{
	margin-top:4px;
	width:300px;
	float:left;
}

.wrapper .content .leftContent .datagrid label{
	margin-top:6px;	
	margin-right:5px;
	width:100px;
	font-size:0.9em;
	float:left;
	clear:both;
}

.wrapper .content .leftContent .datagrid select{
	margin-top:4px;	
	width:300px;
	float:left;
}

.wrapper .content .leftContent .datagrid .affKeyword{	
	width:250px;
}

.wrapper .content .leftContent .datagrid .affCombo
{	

}
.wrapper .content .leftContent .datagrid .affPrice
{	
	margin-right:210px;
	width:100px;	
}

.wrapper .content .leftContent .datagrid .affSearchButton
{	
	float:right;
	margin-right:200px;
}

.wrapper .content .leftContent .datagrid h1
{
	float:left;
	width:570px;
}

.wrapper .content .leftContent .datagrid p{
	color:#000;
	text-align:justify;
	font-size:1.4em;
	float:left;
	clear:left;	
	width:100%;
}

.wrapper .content .leftContent .datagrid p.subTitle
{
	padding:15px;
	background-color:#024fac;
	color:White;
	font-size:1.2em;
	width:537px;
	margin-bottom:15px;
}

.wrapper .content .leftContent .datagrid .resultsItem{
	padding:0px 0 10px 0;
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;
	width:100%;
}

.wrapper .content .leftContent .datagrid .resultsItem.hover{
	color:#4d6f99;
}

.wrapper .content .leftContent .datagrid .resultsItem.hover a{
	color:#024fac;
}

.wrapper .content .leftContent .datagrid .resultsItem.hover p
{
	color:#4d6f99;
}


.wrapper .content .leftContent .datagrid .resultsItem .logo {
	float:left;
	width:60px;
	margin-right:10px;		
}

.wrapper .content .leftContent .datagrid .resultsItem h3 a
{
	color:Black;
	font-size:1.2em;
	font-weight:bold;
}

.wrapper .content .leftContent .datagrid .resultsItem a
{
	color:Black;
}

.wrapper .content .leftContent .datagrid .resultsItem p
{
	float:left;
	width:500px;
	clear:none;	
}

.paymentSummary
{
	clear:left;
	/*padding-top:15px;*/
}

.paymentSummary .paymentLeft
{
	float:left;
	clear:left;
	width:130px;
	padding:5px;
	font-size:0.9em;
}

.paymentSummary .paymentRight
{
	float:left;
	padding:5px;
	font-size:0.9em;
}

.paymentSummary .paymentRight select 
{
	margin:0px;
}

.commandDivLeft
{
	clear:left;		
	width:895px;
	padding-top:10px;
}

.addthis_toolbox addthis_default_style
{
	float:right;
	margin-left:15px;	
}

.reminder
{
	/*
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:600px;
	height:30px;*/
	float:left;
	font-size:0.7em;
	height:15px;
	margin-left:10px;
	margin-top:8px;
}
