@CHARSET "UTF-8";
body{
	margin:0px;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	}
	
img{
	border: 0;
}

a{
	color: #85070d;
}

.left{
	float:left;
}

.right{
	float:right;
}

.betaicon{
	padding-top:10px;
}

.auth_icon{
	width: 120px;
	height: 60px;
	background: white;
	text-align: center;
	margin: 5px;
	padding-top: 10px;
	border: solid 1px #ccc;
}

TextArea{
	width: 450px;
	}
	
#auth_icons_frame{
	height: 80px;
}
	
.shaded{
	background-color: #f0f0f0;
}

.shaded .content{
	color: #696969;
}
	
.shadeddark{
	background-color: #dedede;
}

.bordered{
	border: solid 1px #ccc;
}
	
#top_upper_band{
	width: 800px;
	margin:0 auto 0 auto;
	height: 100px;
}

#top_upper_band .left{
	margin-top:20px;
	margin-left:20px;
	width:500px;
	}

#top_lower_band{
	
}

#topmenu{
	padding-top: 10px;
	clear:both;
	text-align: right;
	font-weight: bold;
}

#topmenu a{
	text-decoration: none;
}

#topmenu a:hover{
	text-decoration: underline;
}

#menu{
	margin-left: auto;
	margin-right: auto;
	clear:both;
	width:750px;
	height:30px;
	border:solid;
	border-width: 1px;
	border-color: #66000;
	background-image:url(/static/images/menu_background.png);
}

#menu a{
	margin-top: 6px;
	display:block;
	float:left;
	width:150px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	color:#FFF;
}

#menu a:hover{
	text-decoration:underline;
}

#page_top{
	height:80px;
	background-image:url(/static/images/top_background2.png);
}

#page_content{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
	margin-bottom: 0;
	clear:both;
	}
	
#page_footer{
	clear:both;
	width: 750px;
	margin: 0 auto 0 auto;
	height: 100px;
	padding-left: 20px;
	padding-right: 20px;
}

#page_footer{
	padding-top: 10px;
}

#footer_content{
	padding: 5px;
	color: #570909;
}

.content_left_column{
	width: 500px;
	float: left;
}

.content_right_column{
	width: 180px;
	float: right;
	padding-left: 50px;
}

.withtopads{
	padding-top: 120px;
	}

.content_title{
	font-size:larger;
	color: #262f59;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #c5aef3;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.content_section_title{
	color: #262f59;
	padding-top: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.help_box{
	color: #262f59;
}

#login_openid_help{
	margin: 10px;
	padding: 10px;
	font-size: smaller;
}

.small_text{
	font-size: smaller;
}

.content_left_column .created{
	font-size: smaller;
	padding: 5px;
	color: #262f59;
}

.store_complaints{
	padding: 5px;
	margin-left: 5px;
}

.store_details{
	font-size: smaller;
	padding: 3px;
}

.store_details .name{
	font-weight: bolder;
}

.store_details .address{
	font-style: italic;
	padding-top: 2px;
	padding-bottom: 10px;
}

.store_details .url{
}

.section_title{
	font-size: smaller;
	/*font-weight: bolder;*/
	padding-top: 10px;
	padding-bottom: 15px;
}

.store_complaints .store_complaint{
	padding: 8px;
	margin-bottom: 10px;
}

.store_complaints .store_complaint .author{
	padding: 5px;
	font-size: smaller;
	font-style: italic;
	color: #262f59;

}

.store_complaints .store_complaint .store{
	padding-left: 5px;
	padding-bottom: 10px;
	font-size: smaller;
	color: #262f59; 
}

.store_complaints .store_complaint .content{
	pading = 10px;
	margin-left: 10px;
}

.vote_icons{
	font-size:smaller;
	margin-top: 10px;
	padding: 10px;
	border-top: dotted;
	border-bottom-width: 1px;
	border-top-color: #360303;
	border-top-width: 1px;
}

.ver_mas{
	font-size:smaller;
}

.comments{
	font-size: smaller;
	padding-left: 15px;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFF;
	color: #262f59;
}

.nocomments{
	font-size: smaller;
	padding-left: 15px;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFF;
	color: #262f59;
}

.comments .comment{
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
	padding-bottom: 10px;
}

.comment_form_area{
	padding-left: 15px;
	width: 100%;
	margin-top: 20px;
}

.stores{
	padding: 5px;
	margin-left: 5px;
}

.store{
	padding: 8px;
	margin-bottom: 10px;
}

.form{
	padding: 10px;
	margin-top: 20px;
}
.form_field{}

.form_field input{
	border:#333333 solid 1px;
	width: 200px;
	font-size: large;
}
.form_field_title{
	font-weight:bolder;
	width: 100px;
	float:left;
}
.formsection{
	padding: 10px;
	margin-bottom: 10px;
	border: solid 1px #ccc;
}

.formsection h1{
	font-size: large;
	color: #660000; 
}

.toolbar{
	font-size:smaller;
	font-weight: bolder;
}

.toolbar a{
	text-decoration: none;
}

.toolbar a:hover{
	text-decoration: underline;
}

.warning{
	font-size: smaller;
	font-weight: bolder;
	color: #f00;
}

.google_banner_horizontal{
	padding-left: 12px;
	width: 728px;
	margin: 0 auto 0 auto;
}

.linkdetails{
	font-size:smaller;
}

.linkdetails .comments{
	padding-left: 0px;
	padding-top:0px;
}

.linkdetails .content_section_title{
	font-weight: bold;
}