@charset "utf-8";
/* CSS Document */
html,body{
    color:#232323;
    background-attachment: scroll;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #c9f2ac;
    text-align:center;
    margin-top: 0px;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
    margin:0; padding:0;
}
textarea{
	border: 1px solid #d2e3e9;
	font-family:Arial;
}
textarea:HOVER{
	border: 1px solid #000000;
	font-family:Arial;
}
img {
    border: 0;
}
#global{
    width: 930px;
    margin-left: auto;
    margin-right: auto;
}
h1{
    font-family: Georgia;
    font-size: 40px;
    font-weight: normal;
    color: #459506;
    text-decoration: none;
    margin: 0px;
    width: 540px;
    text-align: left;
    padding-top: 5px;
}

h1 img{
    float:left;
    padding: 0 5px 0 5px;
}

h3{
    color:#000000;
    font-size:18px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
}

#container{
    padding: 0px;
    float: left;
    text-align: left;
    /*position:relative;  needed for footer positioning*/
    margin:0 auto; /* center, not in IE5 */
    height:auto !important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/
    min-height:100%; /* real browsers */
}

#whitepaper{
    width:930px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding: 0px;
    float: left;
    background-image: url(../images/whitepaper.png);
    background-repeat: repeat-y;
    background-position: center;

}
#whitetop{
    width:930px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding: 0px;
    float: left;
    background-image: url(../images/whitetop.png);
    background-repeat: no-repeat;
    background-position: center;
}

#whitebottom{
    width:930px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding: 0px;
    float: left;
    background-image: url(../images/whitebottom.png);
    background-repeat: no-repeat;
    background-position: center;
    color: #c9f2ac;
}
#whitebottom_green{
    width:930px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding: 0px;
    float: left;
    background-image: url(../images/whitebottom_alt.png);
    background-repeat: no-repeat;
    background-position: center;
    color: #c9f2ac;
}

.spacer{
    clear:both;
    font-size:0;
    line-height:0;
}

a {
 color:#1061ac;
 }

.bullets{
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    line-height:22px;
    color:#bf2f08;
}

/*------------------------------------------------topheader--------------------*/
#topheader{
    width:930px;
    height:108px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    font-family: Arial;
    font-size: 15px;
    line-height: normal;
    font-weight: bold;
    padding: 0px;
    background-image: url(../images/topbanner_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}
#topheader a{
	color:#FFF;
	text-decoration:none;
	}
#topheader a:hover {text-decoration: underline}
.logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	position:relative;
	top:12px;
	right:-10px;
	float: left;
	height: 69px;
	width: 312px;
	margin: 5px;
	cursor: pointer;
}
.menu_area {
    xfloat: left;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: auto;
}

.menu_text {
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #999999;
    text-decoration: none;
}
.findsales {
    margin-left: 73px;
    float: left;
    height: 49px;
    width: 106px;
    padding-top: 24px;
    padding-left: 26px;
	background: transparent url(../images/btn_find_sales.jpg) no-repeat 0 10px;
	}
.featuredlink {
    margin-left: 2px;
    float: left;
    height: 49px;
    width: 105px;
    padding: 24px 0 0 20px;
	background: transparent url(../images/btn_featured.jpg) no-repeat 0 10px;
	}
.faq{
    margin: 0px;
    float: left;
    height: 49px;
    width: 77px;
    padding: 24px 0 0 19px;
	background: transparent url(../images/btn_faq.jpg) no-repeat 0 10px;
}
.works {
    margin: 0px;
    float: left;
    height: 49px;
    width: 143px;
    padding: 24px 0 0 24px;
	background: transparent url(../images/btn_storeowners.jpg) no-repeat 0 10px;
}

#tagline{
    height: 21px;
    width: 300px;
    clear: both;
    font-family: Arial;
    font-size: 14px;
    font-style: italic;
    text-align: center;
    color: #386060
}
/*------------------------------------------------search_strip-------------------*/
#search_strip{
    width:904px;
    height:16px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-family: Tahoma;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #dcd66e;
    text-decoration: none;
    padding: 0px;
    float: left;
    position: relative;

}.freeregistration {
    height: 78px;
    width: 78px;
    padding: 0;
    position:absolute;
    margin-left: 175px;
    left: 0px;

}

.registration img{
    border: 0px;
    padding:inherit;
    z-index:2;
}

.search_area {
    float:right;
    height: 14px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin: 0px;
    color:#333333;
}
#mainAdTitle{
    float: left;
    padding-bottom: 2px;
}
#mainAdSpace{
    height: 600px;
    width: 160px;
    float: left;
}
.search_box {
    margin: 0px;
    float: left;
    height: 24px;
    width: 165px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 50px;
    color: #333333;
}


.searchtextbox {
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    float: left;
    height: 18px;
    width: 158px;
    border: 1px solid #999999;
}
.searchtextbox:hover {
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    float: left;
    height: 18px;
    width: 158px;
    border: 1px solid #333333;
}
.search_go{
    margin: 0px;
    float: left;
    height: 24px;
    width: 35px;
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.go {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(http://www.storecatch.com/images/go.png);
    background-repeat: no-repeat;
    margin: 0px;
    float: left;
    height: 18px;
    width: 34px;
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.go:hover {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(http://www.storecatch.com/images/go1.png);
    background-repeat: no-repeat;
    margin: 0px;
    float: left;
    height: 18px;
    width: 34px;
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.advancesearch {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-transform: none;
    color: #da2a2a;
    text-decoration: none;
}
.advancesearch:hover {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-transform: none;
    color: #000000;
    text-decoration: none;
}
/*------------------------------------------------body_area--------------------*/
#body_area{
    min-height: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 12px;;
    font-family: Tahoma;
    font-size: 12px;
    color: #0958a3;
    float: left;
    padding:0px;
    /*background-color:#DFF6DD;*/
}


.left {
    /*margin-left: 10px;*/
    float: left;
    min-height: 320px;
    width: 180px;
    background-color:#FFFFFF;
    font-weight:normal;
}
.left_menu_area {
    margin: 0px;
    padding-left: 17px;
    float: left;
    width: 153px;
    text-align:left;
    padding-bottom: 10px;
}
.left_menutop {
    background-image: url(http://www.storecatch.com/static/images/menu_top.png);
    background-repeat: no-repeat;
    margin-left: 17px;
    padding: 0px;
    float: left;
    height: 1px;
    width: 153px;
}
.left_menu {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    font-variant: normal;
    color: #386060;
    text-decoration: none;
    background-image: url(http://www.storecatch.com/static/images/menu_active.png);
    background-repeat: no-repeat;
    margin: 0px;
    float: left;
    height: 20px;
    width: 138px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.left_menu:HOVER {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    font-variant: normal;
    color: #da2a2a;
    text-decoration: none;
    background-image: url(http://www.storecatch.com/static/images/menu_hover.png);
    background-repeat: no-repeat;
    margin: 0px;
    float: left;
    height: 20px;
    width: 138px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.left_menu_blue {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    font-variant: normal;
    color: #095BA4;
    text-decoration: none;
    background-image: url(http://www.storecatch.com/static/images/menu_active.png);
    background-repeat: no-repeat;
    margin: 0px;
    float: left;
    height: 20px;
    width: 138px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.left_menu_blue:HOVER {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    font-variant: normal;
    color: #da2a2a;
    text-decoration: none;
    background-image: url(http://www.storecatch.com/static/images/menu_hover.png);
    background-repeat: no-repeat;
    margin: 0px;
    float: left;
    height: 20px;
    width: 138px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.comment_head {
    font-family: Arial, Serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: none;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 50px;
    float: left;
    width: 153px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
.comments_area {
    margin: 10px 20px 0 0;
    padding: 0px;
    float: left;
    width: 171px;
    min-height: 175px;
    background-image: url(../images/alert_signup_background.png);
    background-repeat: no-repeat;
}

.comments_area2 {
    margin: 0 0 0 0px;
    padding: 0px;
    float: left;
    width: 170px;
    min-height: 471px;
}

#activity_stream_outer_container {
	margin: 0 0 0 0px;
    padding: 0px;
    float: left;
    width: 170px;
}
.comments_area_news {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 170px;
    min-height: 200px;
}

.comments_text {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color:#FFFFFF;
    text-decoration: none;
    margin: 0px;
    float: left;
    width: 153px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    text-align:left;
}
.gobutton{
    border: 1px solid #000000;
    background-color: #000000;
    font-size: 13px;
    color: #FFFFFF;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 1px;
    cursor: pointer;
    text-decoration: none;
}
.gobutton:HOVER{
    border: 1px solid #000000;
    background-color: #000000;
    font-size: 13px;
    color: #FFFFFF;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 1px;
    cursor: pointer;
    text-decoration: underline;
}
.comments_link {
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    text-transform: none;
    color: #9ca27e;
    text-decoration: underline;
}
.comments_link:hover {
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    text-transform: none;
    color: #386060;
    text-decoration: underline;
}
.Services_head {
    font-family: Georgia;
    font-size: 22px;
    font-weight: normal;
    text-transform: none;
    color: #0958A3;
    text-decoration: none;
    background-image: url(http://www.storecatch.com/images/services.png);
    background-repeat: no-repeat;
    float: left;
    width: 130px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 23px;
    background-position: 45px 8px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.midarea {
    margin: 0px;
    float: left;
    width: 535px;
    height:100%;
    min-height: 320px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}

.midareahome {
	background-image:url(../images/girl_shopping.jpg);
	background-repeat:no-repeat;
	float:left;
	margin:0;
	min-height:500px;
	padding:0 10px 5px;
	width:535px;
}

.midbodyarea{
    width: 538px;
    margin-bottom: 5px;
}
.head {
    font-family: "Bookman Old Stlye", Georgia, "Times New Roman", serif;
    font-size: 48px;
    font-weight: normal;
    color: #459506;
    text-decoration: none;
    margin: 0px;
    float: left;
    width: 540px;
    padding:6px 0 14px;
    text-align: center;
}
.formhead{
    font-family: Georgia;
    font-size: 40px;
    font-weight: normal;
    color: #459506;
    text-decoration: none;
    margin: 0px;
    width: 540px;
    vertical-align:top;
    text-align: center;
}
.formhead_pl{
    font-family: Georgia;
    font-size: 44px;
    font-weight: normal;
    color: #459506;
    text-decoration: none;
 	width: 100%;
    margin-bottom: 10px;
    vertical-align:top;
    text-align: center;
}
.body_textarea {
    font-family: Arial;
    font-size: 12px;
    line-height:16px;
    color: #000000;
    text-decoration: none;
    margin: 0px;
    float: left;
    width: 500px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 6px;
    padding-left: 5px;
    font-weight: bold;
}

#mainMidText{
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
}

#navigation-bar{
	padding-top: 5px;
	padding-bottom: 5px;
	height: 20px;
}

.mainSearchImg{
    height: 8px;
    width: 8px;
    border: 0px;
}
.readmore {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(../images/readmore.png);
    background-repeat: no-repeat;
    margin: 0px;
    float: right;
    height: 32px;
    width: 121px;
    padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.readmore:hover {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
    background-image: url(../images/readmore.png);
    background-repeat: no-repeat;
    margin: 0px;
    float: right;
    height: 32px;
    width: 121px;
    padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;

}.innerbanner {
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    color: #8a8a8a;
    text-decoration: none;
    margin: 0px;
    float: left;
    height: 60px;
    width: 508px;
    padding-top: 254px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.innerbanner_head {
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    color: #095ba4;
    text-decoration: none;
    background-image: url(../images/tickmark.png);
    background-repeat: no-repeat;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    float: left;
    background-position: 0px 4px;
    width: 100%
}
.right {
    margin: 0px;
    padding-bottom: 5px;
    float: left;
    height: auto;
    min-height: 320px;
    width: 170px;
}
.right_main{
    margin: 0px;
    padding-bottom: 5px;
    float: left;
    height: auto;
    min-height: 350px;
    width: 170px;
    background-image:url(../images/girl_shopping_rightside.jpg);
    background-repeat: no-repeat;
}
.mainStoreTypes{
    font-size: inherit;
}
.events_head {
    font-family: Arial, Serif;
    font-size: 22px;
    font-weight: normal;
    text-transform: none;
    color: #c02f08;
    text-decoration: none;
    background-image: url(../images/events.gif);
    background-repeat: no-repeat;
    float: left;
    width: 135px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 35px;
    margin-left: 20px;
}
.login_area {
    margin: 0px;
    float: left;
    width: 170px;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}
#mainAddThis{
    position: relative;
    height: 16px;
    width: 130px;
    float: left;
    padding-bottom: 10px;
}
.login_top {
    background-image: url(http://www.storecatch.com/images/login_01.png);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    float: left;
    height: 5px;
    width: 146px;
}
.login_bottom {
    background-image: url(http://www.storecatch.com/images/login_03.png);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    float: left;
    height: 5px;
    width: 146px;
}
.login_bodyarea {
    margin: 0px;
    float: left;
    width: 140px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 6px;
    background-attachment: scroll;
    background-image: url(http://www.storecatch.com/images/login_02.png);
    background-repeat: repeat-y;
}
.right_head {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    margin: 0px;
    float: left;
    height: 17px;
    width: 131px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    background-image: url(http://www.storecatch.com/images/right_head.png);
    background-repeat: no-repeat;
}
.right_textbox{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    margin: 0px;
    float: left;
    height: 17px;
    width: 131px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;

}
.right_text{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #d5ca89;
    text-decoration: none;
    margin: 0px;
    float: left;
    height: 17px;
    width: 131px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;

}
.righttextbox {
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    float: left;
    height: 18px;
    width: 128px;
    border: 1px solid #999999;
}
.righttextbox:hover {
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    float: left;
    height: 18px;
    width: 128px;
    border: 1px solid #333333;
}
.login {
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    color: #070808;
    text-decoration: none;
    background-image: url(http://www.storecatch.com/images/login_button.png);
    background-repeat: no-repeat;
    float: right;
    height: 18px;
    width: 48px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.login:hover {
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    color: #070808;
    text-decoration: none;
    background-image: url(http://www.storecatch.com/images/login_button1.png);
    background-repeat: no-repeat;
    float: right;
    height: 18px;
    width: 48px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.basicinput{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #d2e3e9;
	width: 200px;
}
.basicinput:hover{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	background-color: #fffdfd;
	width: 200px;
}
.basicinputlarge{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #d2e3e9;
	display: inline;
	float: left;
}
.basicinputlarge:hover{
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    border: 1px solid #000000;
    display: inline;
    float: left;
}
.newletter_head {
    font-family: Arial, Serif;
    font-size: 22px;
    font-weight: normal;
    text-transform: none;
    color: #bf2e08;
    text-decoration: none;
    background-image: url(../images/shoppingbag.gif);
    background-repeat: no-repeat;
    float: left;
    width: 135px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 35px;
    margin-left: 20px;
    background-position: 0px 3px;
}
.news_link {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    text-transform: none;
    color: #9ca27e;
    text-decoration: underline;
}
.news_link:hover {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    text-transform: none;
    color: #386060;
    text-decoration: underline;
}

/*------------------------------------------------validation --------------------*/
a.xhtml:link {
    color: #FFFFFF;
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    background-color: #0958A3;
    margin: 0px;
    clear: none;
    float: none;
    height: 20px;
    width: 150px;
    border: 1px dotted #FFFFFF;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}
a.xhtml:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    background-color: #0958A3;
    margin: 0px;
    clear: none;
    float: none;
    height: 20px;
    width: 150px;
    border: 1px dotted #FFFFFF;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}
a.xhtml:hover {
    color: #FFFFFF;
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    background-color: #386060;
    margin: 0px;
    clear: none;
    float: none;
    height: 20px;
    width: 150px;
    border: 1px dotted #FFFFFF;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}
a.xhtml:active{
    color: #FFFFFF;
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    background-color: #0958A3;
    margin: 0px;
    clear: none;
    float: none;
    height: 20px;
    width: 150px;
    border: 1px dotted #FFFFFF;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}

a.css:link {
    color: #FFFFFF;
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    background-color: #386060;
    margin: 0px;
    padding: 0px;
    clear: none;
    float: none;
    height: 20px;
    width: 100px;
    border: 1px dotted #FFFFFF;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
}
a.css:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    background-color: #386060;
    margin: 0px;
    padding: 0px;
    clear: none;
    float: none;
    height: 20px;
    width: 100px;
    border: 1px dotted #FFFFFF;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
}
a.css:hover {
    color: #FFFFFF;
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    background-color: #0958A3;
    margin: 0px;
    padding: 0px;
    clear: none;
    float: none;
    height: 20px;
    width: 100px;
    border: 1px dotted #FFFFFF;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
}
a.css:active{
    color: #FFFFFF;
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    background-color: #386060;
    margin: 0px;
    padding: 0px;
    clear: none;
    float: none;
    height: 20px;
    width: 100px;
    border: 1px dotted #FFFFFF;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
}


/*------------------------------------------------footer--------------------*/
#fotter{
    width: 100%;
    height: 80px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-family: "Trebuchet MS";
    font-size: 11px;
    font-weight: bold;
    color: #c5a873;
    text-decoration: none;
    float: left;
    background-color:#c9f2ac;
    bottom: 0;
}
.fotter_designed {
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    margin: 0px;
    float: left;
    height: 15px;
    width: 100%;
    color: #095aa5;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.fotter_links {
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    margin: 0px;
    float: left;
    height: 20px;
    width: 100%;
    color: #202219;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}


.fotter_copyrights {
    font-family: "Trebuchet MS";
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    margin: 0px;
    float: left;
    height: 20px;
    width: 100%;
    color: #095aa5;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}
.fotter_validation {
    font-family: "Trebuchet MS";
    font-size: 9px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    margin: 0px;
    float: left;
    height: 20px;
    width: 100%;
    color: #c75c2c;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
/*------------------------------------------------fotterlinks --------------------*/
a.fotterlink:link {
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #202219;
    padding-right: 5px;
    padding-left: 5px;

}
a.fotterlink:visited {
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #202219;
    padding-right: 5px;
    padding-left: 5px;

}
a.fotterlink:hover {
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #0b59a3;
    padding-right: 5px;
    padding-left: 5px;

}
a.fotterlink:active{
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #202219;
    padding-right: 5px;
    padding-left: 5px;

}
/*------------------------------------------------fotterlinksend--------------------*/
/*------------------------------------------------validation--------------------*/
.fotter_designedlink {
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #1d6369;
}
.fotter_designedlink:hover {
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #b17a04;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#innercontentblank
            {
                margin: 0px;
                float: left;
                width: 750px;
                padding-top: 0px;
                padding-right: 0px;
                padding-bottom: 0px;
                padding-left: 40px;
            }
#innerhedding
            {
    font-family: Georgia;
    font-size: 22px;
    font-weight: normal;
    text-transform: none;
    color: #0958A3;
    text-decoration: none;
                margin: 0px;
                float: left;
                width: 750px;
                padding-top: 0px;
                padding-right: 0px;
                padding-bottom: 20px;
                padding-left: 0px;
            }
#innercontent
            {
            font-family: Arial;
            font-size: 11px;
            font-weight: normal;
            text-transform: none;
            color: #9ca27e;
            text-decoration: none;
            margin: 0px;
            float: left;
            width: 700px;
            padding:0 0 10px 0;
            text-align:justify;
            }
#innercontent002
            {
            font-family: Arial;
            font-size: 11px;
            font-weight: normal;
            text-transform: none;
            color: #9ca27e;
            text-decoration: none;
            margin: 0px;
            float: left;
            width: 700px;
            padding:0 0 10px 0;
            text-align:justify;
            }
#innercontent003
            {
            font-family: Arial;
            font-size: 11px;
            font-weight: normal;
            text-transform: none;
            color: #9ca27e;
            text-decoration: none;
            margin: 0px;
            float: left;
            width: 700px;
            padding:0 0 10px 0;
            text-align:justify;
            }
#innercontent004
            {
            font-family: Arial;
            font-size: 11px;
            font-weight: normal;
            text-transform: none;
            color: #9ca27e;
            text-decoration: none;
            margin: 0px;
            float: left;
            width: 700px;
            padding:0 0 10px 0;
            text-align:justify;
            }
#innercontent005
            {
            font-family: Arial;
            font-size: 11px;
            font-weight: normal;
            text-transform: none;
            color: #9ca27e;
            text-decoration: none;
            margin: 0px;
            float: left;
            width: 700px;
            padding:0 0 10px 0;
            text-align:justify;
            }
#submenuhedding
            {
    font-family: Georgia;
    font-size: 22px;
    font-weight: normal;
    text-transform: none;
    color: #0958A3;
    text-decoration: none;
                margin: 0px;
                float: left;
                width: 750px;
                padding-top: 0px;
                padding-right: 0px;
                padding-bottom: 20px;
                padding-left: 0px;
            }
#submenublank
            {
                margin: 0px;
                float: left;
                width: 750px;
                padding-top: 0px;
                padding-right: 0px;
                padding-bottom: 20px;
                padding-left: 0px;
            }
#submenutop
            {
                margin: 0px;
                float: left;
                width: 433px;
                height:1px;
                padding:0px;
                background-image:url(http://www.storecatch.com/images/topline.jpg);
                background-repeat:no-repeat;
            }
.submenu
            {
                margin: 0px;
                float: left;
                width: 410px;
                height:17px;
                padding:2px 0 0 23px;
                font-family: Arial;
                font-size: 11px;
                font-weight: normal;
                text-transform: none;
                color: #9ca27e;
                text-decoration: none;
                background-image: url(http://www.storecatch.com/images/active.png);
                background-repeat:no-repeat;
            }
.submenu:hover
            {
                margin: 0px;
                float: left;
                width: 410px;
                height:17px;
                padding:2px 0 0 23px;
                font-family: Arial;
                font-size: 11px;
                font-weight: normal;
                text-transform: none;
                color: #9ca27e;
                text-decoration: none;
                background-image: url(http://www.storecatch.com/images/over.jpg);
                background-repeat:no-repeat;
            }
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------contactpage----------------------------------------------------------------------------------------*/
#contactblank
            {
    margin: 0px;
    float: left;
    width: 674px;
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;

            }

#contactinnerblank
        {
                width:1004px;
                height:500px;
                float:left;
                margin:0px;
                padding:0px;
        }
#contactheddingblank
        {
            width:500px;
            height:30px;
            float:left;
            margin:27px 0 0 45px;
            padding:0px;
            font:normal 12px/17px Arial, Helvetica, sans-serif;
            color:#CECECE;
            border-bottom: solid 1px #7f7f7f;


        }
#contactaddressblank{
                margin: 0px;
                padding:0 0 0 30px;
                float: left;
                width:236px;
                font-family: "Trebuchet MS";
                font-size: 11px;
                font-weight: normal;
                color: #000000;
                text-decoration: none;

    }

#contactaddresshedding
        {
    font-family: Georgia;
    font-size: 22px;
    font-weight: normal;
    text-transform: none;
    color: #0958A3;
    text-decoration: none;
                margin: 0px;
                float: left;
                width: 750px;
                padding-top: 0px;
                padding-right: 0px;
                padding-bottom: 20px;
                padding-left: 0px;
        }

#contactaddresstext{
            font-family: Arial;
            font-size: 11px;
            font-weight: normal;
            text-transform: none;
            color: #9ca27e;
            text-decoration: none;
            margin: 0px;
            float: left;
            width: 700px;
            padding:0 0 10px 0;
            text-align:justify;
    }
#contactsmallhedding
            {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #386060;
    text-decoration: none;
            margin: 0px;
            float: left;
            width: 700px;
            padding:0 0 10px 0;
            }
#contacthedding
            {
    font-family: Georgia;
    font-size: 22px;
    font-weight: normal;
    text-transform: none;
    color: #0958A3;
    text-decoration: none;
                margin: 0px;
                float: left;
                width: 750px;
                padding-top: 0px;
                padding-right: 0px;
                padding-bottom: 20px;
                padding-left: 0px;
        }

#contacticon{
                width:86px;
                height:84px;
                float:left;
                background-image: url(http://www.storecatch.com/images/contacticon.png);
                background-repeat:no-repeat;
                margin:10px 0 0 30px;
    }
#contactfeildnameblank
            {
                width:160px;
                height:400px;
                margin:10px 0 0 0;
                padding:0;
                float:left;
            }
#contactfeildblank
            {
                width:200px;
                height:400px;
                margin:10px 0 0 0;
                padding:0;
                float:left;
            }
#contactfeildname
            {
                width:160px;
                height:20px;
                margin:0px;
                padding:0;
                float:left;
            }
#contactfeildname002
            {
                width:150px;
                height:20px;
                margin:5px 0 0 0;
                padding:0;
                float:left;
            }
#contactfeildname003
            {
                width:150px;
                height:20px;
                margin:5px 0 0 0;
                padding:0;
                float:left;
            }
#contactfeildname004
            {
                width:150px;
                height:20px;
                margin:5px 0 0 0;
                padding:0;
                float:left;
            }
#contactfeildname005
            {
                width:150px;
                height:20px;
                margin:5px 0 0 0;
                padding:0;
                float:left;
            }
#contactfeildname006
            {
                width:150px;
                height:20px;
                margin:5px 0 0 0;
                padding:0;
                float:left;
            }
#contactfeildname007
            {
                width:150px;
                height:20px;
                margin:5px 0 0 0;
                padding:0;
                float:left;
            }
#contactfeildname008
            {
                width:150px;
                height:20px;
                margin:5px 0 0 0;
                padding:0;
                float:left;
            }
#contactfeildname009
            {
                width:150px;
                height:20px;
                margin:5px 0 0 0;
                padding:0;
                float:left;
            }
#contactfeild
            {
                width:200px;
                height:20px;
                margin:0px;
                padding:0;
                float:left;
            }
#contactfeild002
            {
                width:200px;
                height:20px;
                margin:5px 0 0 0;
                padding:0;
                float:left;
            }
#contactfeild003
            {
                width:200px;
                height:20px;
                margin:5px 0 0 0;
                padding:0;
                float:left;
            }
#contactfeild004
            {
                width:200px;
                height:20px;
                margin:5px 0 0 0;
                padding:0;
                float:left;
            }
#contactfeild005
            {
                width:200px;
                height:20px;
                margin:5px 0 0 0;
                padding:0;
                float:left;
            }
#contactfeild006
            {
                width:200px;
                height:20px;
                margin:5px 0 0 0;
                padding:0;
                float:left;
            }
#contactfeild007
            {
                width:200px;
                height:20px;
                margin:5px 0 0 0;
                padding:0;
                float:left;
            }
#contactfeild008
            {
                width:200px;
                height:20px;
                margin:8px 0 0 0;
                padding:0;
                float:left;
            }
#contactfeild009
            {
                width:200px;
                height:60px;
                margin:5px 0 0 0;
                padding:0;
                float:left;
            }
#submitbutton
            {
                width:200px;
                height:20px;
                margin:60px 0 0 0;
                padding:0;
                float:left;
                text-align: left;

            }

.contactfeildname
            {
            font-family: Arial;
            font-size: 11px;
            font-weight: normal;
            text-transform: none;
            color: #9ca27e;
            text-decoration: none;
            }
.contactfeild
            {   font-family:Arial, Helvetica, sans-serif;
                font-size:10pt;
                color: #3c4538;
                border:solid;
                border-width:1px;
                border-color:#d2e3e9;
                background-color:#fffdfd;
                height:20px;
            }
.contactfeild
            {
                font-family:Arial, Helvetica, sans-serif;
                font-size:10pt;
                color:#3c4538;
                border:solid;
                border-width:1px;
                border-color:#d2e3e9;
                background-color:#fffdfd;
                height:20px;
            }
.submitbutton
            {
    color: #FFFFFF;
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    background-color: #386060;
    margin: 0px;
    padding: 0px;
    clear: none;
    float: none;
    height: 20px;
    width: 100px;
    border: 1px dotted #FFFFFF;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    cursor:pointer;
            }
.submitbutton:hover
            {
    color: #FFFFFF;
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    background-color: #0958A3;
    margin: 0px;
    padding: 0px;
    clear: none;
    float: none;
    height: 20px;
    width: 100px;
    border: 1px dotted #FFFFFF;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    cursor:pointer;
            }

.contactinput
        {

                border:solid;
                border-width:1px;
                border-color:#d2e3e9;
                background-color:#fffdfd;
        }
.contactinput:hover
        {
                border:solid;
                border-width:1px;
                border-color:#d2e3e9;
                background-color:#fffdfd;
    }
.listbox
        {

                width:174px;
                height:20px;
                border:solid;
                border-width:1px;
                border-color:#d2e3e9;
                background-color:#fffdfd;
        }
.listbox:hover
        {
                width:174px;
                height:20px;
                border:solid;
                border-width:1px;
                border-color:#d2e3e9;
                background-color:#fffdfd;
    }
/*----------------------------------------------------------------contactpage----------------------------------------------------------------------------------------*/

/***Odds and Ends****/
.red{
	color: red;	
}
.errorfield{
    color: red;
    font-weight: bold;
    background-color: #FBF681; /* light yellow */
    line-height: 12px;
}
.inputFormField{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	clear: both;
	color: #0958A3;
}
.smallInputFormField{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	clear: both;
	color: #0958A3;
}
.inputFormField input{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #d2e3e9;
	width: 200px;
}
.inputFormField .radio{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #d2e3e9;
	width: auto;
}
.inputFormField select{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #d2e3e9;
	width: 200px;
}
.inputFormField input:HOVER{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	background-color: #fffdfd;
	width: 200px;
}
.inputFormField .radio:HOVER{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	background-color: #fffdfd;
	width: auto;
}
.inputFormField select:HOVER{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	background-color: #fffdfd;
	width: 200px;
}
.smallInputFormField input{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #d2e3e9;
	width: 30px;
}
.smallInputFormField select{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #d2e3e9;
	width: 50px;
}
.smallInputFormField input:HOVER{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	background-color: #fffdfd;
	width: 30px;
}
.smallInputFormField select:HOVER{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	background-color: #fffdfd;
	width: 50px;
}

.basicformlabel{
	margin-bottom: 4px;
	clear: both;
	font-size: 14px;
}

#id_description{
	vertical-align: middle;	
}

#id_message{
	vertical-align: middle;	
}

.searchlistingslabel{
    margin-bottom: 4px;
    font-size: 14px;
}
.submit{
    padding-top: 5px;
    padding-bottom: 5px;
}
.forminstructions{
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 5px;
    color: #000000;
    font-size: 14px;
    font-weight:bold;
}
.retailerresourcecontainer{
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 5px;
    width: 219px; 
    float: left;
}
.retailerresourcetext{
	padding-bottom: 2px;
    color: #000000;
    font-size: 12px;
    font-weight:normal;
    padding-left: 4px;
}
.retailerresourcetitle{
	font-size: 14px;
	background-image: url(../images/orange-rounded.gif);
	background-repeat:no-repeat;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;	
}
.retailerresourcespacer{
	float: left;
	width: 20px;
	height: 20px;	
}
#resourcecenterer{
	width: 468px;
	margin-left: auto;
	margin-right: auto;
}
.errortext{
    color: red;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
}
.store_category_container{
    width: 262px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
}
.leftside{
    float: left;
}
.rightside{
    float: left;
}
.centersubmit{
    clear: both;
    padding-top: 5px;
}
.centerprivacypolicy{
    clear: both;
    padding-top: 4px;
    padding-bottom: 4px;
    color:#d61a18;
}
.store_examples_container{
    padding-left: 17px;
}
.calendarinput{
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    border: 1px solid #d2e3e9;
    width: 140px;
}
.calendarinput:hover{
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    border: 1px solid #000000;
    background-color: #fffdfd;
    width: 140px;
}
.store_examples{
    color: #0958A3;
    font-style: italic;
}
.basicformexamples{
    padding-left: 5px;
    width: 270px;
    height: auto;
    overflow: hidden;
    float: left;
}
#listingpicturecontainer{
    display: none;
}
.questioncontainer{
    color: #000000;
    padding-left: 5px;
    padding-top: 20px;
    font-size: 12px;
    font-weight:bold;
}
.question{
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color:#095aa5;
}
.alertsoffer{
    font-size: 16px;
    font-family:  Arial;
    color: #5A5A5A;
    background-color: #b1f085;
    height: 60px;
    width: auto;
    padding-left: 12px;
    padding-top: 12px;
    padding-right: 8px;
    padding-bottom: 12px;
    margin-top: 10px;
    float: left;
}
.alertsoffer img{
    padding-right: 5px;
    height: 48px;
    width: 48px;
}
.alertsoffer a:LINK {
    text-decoration: none;
    color: #0958A3;
}
.alertsoffer a:HOVER {
    color: #386060;
}
.alertsoffer a:VISITED {
    color: #0958A3;
    text-decoration: none;
}
#searchtypetext img{
    height: 18px;
    width: 18px;
}
.underline{
    text-decoration: underline;
    font-weight:bold;
    font-size:16px;
}

.listed{
    list-style: circle;
}
.listed div{
    font-size: 10px;
    color: #FFFFFF;
    background-color: #0958A3;
    padding: 2px;
    line-height: 14px;
}

.floatleft{
    float: left;
}
.floatright{
    float: right;
}
.vertical_middle{
	vertical-align: middle;	
}
.required{
    padding-right: 2px;
    color: #EB3441; /*red*/
}
.centeringdiv{
    margin-left: auto;
    margin-right: auto;
}
.needrightmarginspace{
    margin-right: 20px;
}
.resultmessage{
    width: 100%;
    font-size: 20px;
    color: #CE1511; /* red */
    background-color: #E8E946; /*yellow*/
    text-align: center;
    font-family:Arial;
    margin-bottom: 10px;
}
.fullcenter{
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}
.fullright{
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: right;
}
.bold{
    font-weight: bold;
}
#unsubscribeanchor{
    padding-right: 2px;
    text-decoration: none;
    color: inherit;
    font-size: 10px;
}
#unsubscribeanchor:hover{
    padding-right: 2px;
    text-decoration: underline;
    color: #000000;
    font-size: 10px;
}
.smallactionlink{
    padding: 2px;
    font-size: 10px;
    font-style: italic;
    cursor: pointer;
}
.smallactionlink:hover{
    padding: 2px;
    font-size: 10px;
    font-style: italic;
    cursor: pointer;
    color: #000000;
    text-decoration: underline;
}
.newsarticles a{
    text-decoration: none;
    color: #386060;
}
.newsarticles a:hover{
    text-decoration: none;
    color: #da2a2a;
}
.newsarticles a:visited{
    color: #386060;
}
.forgotpassword{
    font-size: 10px;
    color: #0F65FC; /* blue */
    cursor: pointer;
    text-decoration: underline;
    margin-left: 35px;
}
#advancedlistingsearchdiv{
    font-size: 10px;
    font-style: italic;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}
#advancedlistingsearchdiv:hover{
    font-size: 10px;
    font-style: italic;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: underline;
}
#advancedlistingsearchdiv:visited{
    font-size: 10px;
    font-style: italic;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}
.rightmarginspace{
    margin-right: 10px;
}
#widgetbox_widget_parent_0{
    padding-left: 5px;
}
.storecatchlistbenefits{
    list-style: circle;
}
#helpdiv{
    border:2px solid Navy;
    display:none;
    position: absolute;
    width:400px;
    z-index: 300;
}
#helpdiv-hide{
    float: right;
}
#helpdiv-title {
    background-color:Navy;
    color:White;
    padding:1px 1px 3px;
}
#helpdiv-content {
    background-color:White;
    font-family:Lucida Sans Unicode,Lucida Grand,Verdana,Arial,Helvetica;
    font-size:13px;
    height:200px;
    overflow:scroll;
    padding:8px;
}
#help-title {
    font-weight:bold;
    margin-bottom:3px;
}
img.helpquestion{
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}
#news_left_container{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color:#386060;
    text-align: right;
    padding-left: 5px;
}
.left-nobg {
    margin-left: 10px;
    float: left;
    min-height: 450px;
    width: 300px;
    font-weight:normal;
}
.leftarea{
    width: 300px;
}
.rightarea{
    width: 300px;
}
.container_block{
    width: 290px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    background-color: #FFFFFF;
    border: #507f91 solid 2px;
}
.widgetselectioncontainer{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	width: 100%;	
	float: left;
}
.widgettypes{
	padding-top: 5px;	
	padding-bottom: 5px;
	float: left;
}
.widgettype{
	float: left;
	width: 55px;
	margin-right: 5px;
	font-size: 12px;	
	text-align: center;
	cursor: pointer;
}
.widgettype:HOVER{
	float: left;
	width: 55px;
	margin-right: 5px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	background-color: #CAF4AC;	/* light green */
}
.widgetinput{
	text-align: center;	
}
.widgetinstallcontainer{
	padding-top: 10px;
	width: 535px;
	display: none;	
	float: left;
}
.widgetinstallcontainer textarea{
	width: 350px;
	height: 100px;
	float: left;
}
#recent_sale_additions{
	display: none;
	float: left;
	width: 100%;
	margin-top: 15px;
	color: #095BA4;
	font-family: Arial;
}
.latestlisting{
	margin-bottom:10px;
	font-size: 12px;
	width: 100%;
	float: left;
}
.latestlisting:LINK{
	margin-bottom:10px;
	font-size: 12px;
	width: 100%;
	float: left;
	text-decoration: none;
}
.latestlisting:HOVER{
	margin-bottom:10px;
	font-size: 12px;
	width: 100%;
	float: left;
	background-color: #CAF4AC;	/* light green */
	cursor: pointer;
}

/* Good styles */
.list_listings {
    color: #459506;
}
.list_listings h4 {
    padding-left: 200px;
}
.list_listings hr {
    width: 300px;
    height: 3px;
    color: #386060;
    background-color: #386060;
}
.list_listings div div.lbox {
    float: left;
}
.list_listings .actions img {
    padding-left: 8px;
}
#wizard_preview div {
    margin-bottom: 7px;
    background-color: #effbe7;
}
#wizard_preview img {
    margin-left: 5px;
}
#wizard_preview a.edit {
    float: right;
}
.whitebluebox{
    background-color: #FFF;
    border: solid #507f91 1px;
    padding: 5px;
    margin: 2px;
    color: #000;
    width: 330px;
}
.whitebluebox h2{
    color: #a53d30;
    font-family: Arial;
    font-size: 14px;
    padding-bottom: 2px;
}
.whitebluebox h5{
    color: #a53d30;
    padding: 0px;
    margin: 0px;
}
.pl_buttons{
    float:right;
}
.whitebluebox hr{
    width: 330px;
    color: #657840;
}
.step-title {
    color: #A2CA7F;
    text-decoration: none;
    padding-left:22px;
    font-size: 13pt;
}
.step-title-sel {
    color: #336816;
    font-style: bold;
    padding-left:22px;
    font-size: 13pt;
}
#advancedsearch{
	clear:both;
	color:#0958A3;
	padding-bottom:5px;
	padding-left:5px;
	padding-top:5px;
}
.super_small{
	font-size: 6px;
	font-style: italic;
}
#listings_map{
	width: 535px;
	height: 350px;	
}
.two_column_sale_container{
	margin-left:14px;
	float: left;
	line-height:22px;
	color:#262626;
	background-color:#FFFFFF;
	cursor:pointer;
}
.two_column_sale_container:HOVER{
	float: left;
	cursor: pointer;
	background-color: #CAF4AC;	/* light green */
}
.two_column_sale_container ul{
	margin-top: 7px;
	margin-bottom: 7px;	
}
.interior_listing_type{
	float: left;
	width: 310px;
	padding: 10px;
	border:solid #CCCCCC 1px;
}

.sales_title{
	text-align: center;
	padding-bottom:10px;
}

#menu_slider{
	cursor: pointer;	
}
#menu_slider:HOVER{
	cursor: pointer;
	text-decoration: underline;
	color: #000000;	
}
.smallsubmenu{
	font-size: 26px;
	font-family: Georgia;
	font-weight: normal;
	text-align: center;
	width: 100%;
}
.item_image{
	vertical-align: middle;
	padding-right: 5px;
	margin-bottom: 4px;
}
.message{
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 5px;
    color: #000000;
    font-size: 14px;
    font-weight:bold;
}
.align_all{
	padding-left: 5px;
}
.add-another{
	vertical-align: middle;
	text-decoration: none;
	margin-left: 5px;
}
.coupon_templates{
	float: left;	
	padding-right: 15px;
	text-align: center;
}
.img_selection_widget{
	padding-bottom: 4px;
}
.smalltext{
	font-size: 10px;
}
/* coupon specific */
.coupon_title{
	font-size: 40px;
	font-family: Tahoma;
	color: #095EB9; /* dark blue */
}
.coupon_pitch{
	font-size: 22px;
	font-family: Arial;
	color: #545B62;
}
.get_started{
    height: 49px;
    width: 143px;
    padding: 24px 0 0 24px;
	background: transparent url(../images/btn_storeowners.jpg) no-repeat 0 10px;
}
.coupon_button_text{
	padding-left: 22px;
	font-size: 15px;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}
#create_a_coupon{
	margin-left: 10px;
	margin-top: 40px;
	background: transparent url(../images/coupon_callout.png) no-repeat 0px 0px;
	width: 419px;
	height: 277px;
	font-family: Arial;
}
#create_a_coupon h1{
	font-family: Arial;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	width: 419px;
	padding-top: 30px;
	padding-bottom: 5px;
	color: #2a6db2; /*blue*/
}
#coupon_sales_container{
	background: transparent url(../images/3_coupons_bg.jpg) no-repeat 300px 0px;
}
.big_green_button{
	background: transparent url(../images/green_cta_btn.png) no-repeat 0px 0px;
	width: 160px;
	height: 45px;
	text-align: center;
}
.bluebar{
	background: transparent url(../images/heading_bar.jpg) repeat-x 0px 0px;
	vertical-align: middle;
}
.sub_title_text{
	font-family: Arial;
	font-size: 18px;
	color: #2A6DB2;
	vertical-align: middle;
}
.large_coupon_text{
	width: 190px;
	font-size: 18px;
	font-family: Arial;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #202219; /* dark grey */
}
.padbuttom10{
	padding-bottom: 10px;
}
.padright10{
	padding-right: 10px;	
}
.gray{
	color: #717E7F;
}
.underline_hover{
	text-decoration: none;	
}
.underline_hover:HOVER{
	text-decoration: underline;
}
#twitter_update_btn{
	background: transparent url(../images/blue_3d_btn.png) no-repeat 0px 0px;
	width: 160px;
	height: 45px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	font-family: Arial;
	line-height: 40px;
	font-weight: bold;
}
#twitter_update_btn:HOVER{
	text-decoration: underline;
	cursor: pointer;
}
#twitter_verify_btn{
	background: transparent url(../images/green_cta_btn.png) no-repeat 0px 0px;
	width: 160px;
	height: 45px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	font-family: Arial;
	line-height: 40px;
	font-weight: bold;
}
#twitter_verify_btn:HOVER{
	text-decoration: underline;
	cursor: pointer;
}
#twitter_credentials{
	text-decoration: none;
}
.black_button{
	font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(../images/readmore.png);
    background-repeat: no-repeat;
    line-height: 32px;
    text-align: center;
    height: 32px;
    width: 121px;
}
.black_button:HOVER{
	font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
    background-image: url(../images/readmore.png);
    background-repeat: no-repeat;
    line-height: 32px;
    text-align: center;
    height: 32px;
    width: 121px;
}
.facebox_h1{
	color: #459506;
	font-family: Georgia;
	font-size: 40px;
	font-weight: normal;
	text-align:center;
	text-decoration: none;
}
#bl_green_sale_box{
	width: 699px; 
	height: 187px;
	background-image: url(../images/getstarted_bg.jpg);
	background-repeat: no-repeat;
}
.underline_hover{
	text-decoration: none;
}
.underline_hover:HOVER{
	text-decoration: underline;
}
.coupon_summary{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.coupon_summary:HOVER{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #DCF0BD; /* light green */
}
.hoverblack:HOVER{
	color: #000000;
}
.hoverred:HOVER{
	color: #EB3441;
}
