/*
 * You are looking at the style sheet for Frimp:
 * the best Garage Sale Exchange Site on the Net
 */

/* global - body style */
BODY{
	margin: 0px 0px 0px 0px;
	padding: 0;
	background-color: #FFFFFF;
	font-family: arial,verdana,helvetica,sans-serif;
    font-size:9.5pt
}
/* global links style */
a{
	/*font-weight: bold;*/
	text-decoration: underline;
}
a:link{color : #0000cc}
a:visited{color : #0000cc}
a:hover{color : #FF7800}
a:active{
	text-decoration: none;
	color : #FF7800;
}
/* global - main header for all pages */
h1{
	font-weight: bold;
	font-size: 14pt;
	color: #0B7CC1;
	font-family: trebuchet ms, georgia, helvetica, sans-serif;
}
/* global - secondary header for all pages */
h2{
	font-weight: bold;
	font-size: 11pt;
	color: #0B7CC1;
	font-family: verdana, arial, helvetica, sans-serif;
	background: url(images/preheader02.gif) 10px 0px no-repeat; padding-left: 20px; 
}
/* used in faq and overview */
blockquote{
	font-size: 10pt;
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	/*border : 1px #d3d3d3 solid; */
	background : #f7f7f7;
	padding: 5px 5px;
}
.center {
	text-align: center;
}
/* error outputs for forms*/
.note {
	font-weight: bold;
	font-size: 8pt;
	font-family: verdana, arial, helvetica, sans-serif;	
	font-style: italic;
	color: red;	
}
.error {
	font-weight: bold;
	font-size: 8pt;
	font-family: verdana, arial, helvetica, sans-serif;	
	font-style: italic;
	color: red;	
}
/* small text notes for user - used in forms*/
.note02 {
	font-weight: none;
	font-size: 7pt;
	font-family: verdana, arial, helvetica, sans-serif;	
	font-style: italic;
	color: #000;	
}

/* Fieldset form styles */
fieldset {	
  	border: 1px solid #ccc;
	padding: 0 20px;
	/*
	margin: 4em 0em;
	*/
}
legend {
	font-family: verdana, helvetica, arial, sans-serif;
	color: #666;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 0px;
}
fieldsetforms {
	font-weight: bold;
}

/* level 1 top style - where Logo and slogan is */
#top{
	width: 100%
}
#top img{
	vertical-align: middle;
	border: 0
}

/* level 1 section navigation tabs and quicksearch area*/
#sect-nav{
	width: 100%;
	vertical-align: middle;
	font-family: verdana, arial, helvetica,sans-serif;
	font-size: 7.5pt	
}
#sect-nav img{
	border: 0
}

/*level 1 content style */
#middle{
	font-family: arial,verdana,helvetica,sans-serif;
    font-size:9.5pt
}

/* level 1 footer style */
#footer{
	width: 100%;	
	text-align: center;
}
#footer hr {
  	border: 0;
	color: #159033;
	background-color: #159033;
	height: 6px  
}
.style-footer {
	align: center;
	text-align: center;
	font-family: verdana, arial, helvetica,sans-serif;
	font-size: 7.5pt	
}

/* Level 2 Sect Nav widths - This is the quicksearch style area */
#sect-navtd91{
	width: 164px;
	vertical-align: top;
	font-family: verdana, arial, helvetica,sans-serif;
	font-size: 7.5pt		
}
#sect-navtd01{
	width: 164px;
	vertical-align: middle;
	font-family: verdana, arial, helvetica,sans-serif;
	font-size: 7.5pt		
}
#sect-navtd02{
	width: 29px;
	font-family: verdana, arial, helvetica,sans-serif;
	font-size: 7.5pt;
}
#sect-navtd03{
	width: 385px;
	font-family: verdana, arial, helvetica,sans-serif;
	font-size: 7.5pt;	
	background-image: url('images/navi/navibar-bar.gif');	
}
#sect-navtd04{
	font-family: verdana, arial, helvetica,sans-serif;
	font-size: 7.5pt;
	background-image: url('images/navi/navibar-bar.gif')
}
#sect-navtd05{
	font-family: verdana, arial, helvetica,sans-serif;
	font-size: 7.5pt;
}
#sect-navtd06{
	font-weight: none;
	font-family: verdana, arial, helvetica,sans-serif;
	font-size: 7pt;
	font-style: italic;
}

/* level 2 middle content style */
/* main content body styles*/
#main{
    font-family: arial,verdana,helvetica,sans-serif;
    font-size:9.5pt;
	vertical-align: top;
}
#main hr{
  	border: 0;
	color: #FFE831;
	background-color: #FFE831;
	height: 2px;  
}
/* main-right.jsp styles */
#main-right{
	width: 164px;
	vertical-align: top;
	horizontal-align: center;
	text-align: center;
}
.adbox{
	width: 120px;
	height: 40px;
	font-size:8.5pt;
	background-color: #E1E1E1;
	border: solid 1px #E1E1E1;	
	text-align: center; 
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 12px;
}
.adbox2{
	width: 120px;
	height: 150px;
	font-size:8.5pt;
	background-color: #E1E1E1;
	border: solid 1px #E1E1E1;	
	text-align: center; 
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 12px;
}
/* freefrimpbox */
.ffpic{
	border: 0px;
}
.ffbox{
	width: 120px;
	height: 5em;
	font-weight: bold;
	font-size:8.5pt;
	background-color: #FFEC98;
	border: solid 1px #FFE831;
	text-align: center; 
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 12px;
}
.googleadbox{
	width: 160px;
	height: 600px;
	font-size:8.5pt;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
}
/* main-left.jsp styles */
#main-left{
	width: 164px;
	vertical-align: top;
}
/* main-left.jsp stylized signup login form style */
.form_field {
	width: 130px;
}
.form_login {
	width: 141px; 
	border-left: solid 1px #FFE831;	
	border-top: solid 1px #FFE831;	
	border-right: solid 1px #FFE831;	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}
.form_newuser {
	width: 141px; 
	height: 70px;
	border-left: solid 1px #FFE831;	
	border-top: solid 1px #FFE831;	
	border-right: solid 1px #FFE831;		
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}
.form_header { 
	width: 141px; 
	text-align: center;
	background-color: #FFE831;
	font-weight: bold; 
	font-size: 9.5pt; 
	color: #003366; 
	font-family: verdana, arial, helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;	

}
.form_subheader { 
	width: 141px;
	height: 10px;
	text-align: left;
	background-color: #FFF;
	font-weight: bold; 
	font-size: 7.5pt; 
	color: #000; 
	font-family: verdana, arial, helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;	
}
.form_content { 
}
.form_input { 
	width: 141px;
	height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;		
}
.form_content { 
	font-weight: bold; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7.5pt;
	background-color: #FFF;
	color: #000; 
	text-align: left;
	width: 141px;
	height: 10px;
	padding-right: 0px;
	padding-left: 0px;	
}
/* global table formatting - used to display content tables (i.e. price structure table in overview.page) */
#global_table{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 10pt;
	font-family: verdana, arial, helvetica, sans-serif;	
}
.global_table_head{
	vertical-align: top;
	font-weight: bold;
	font-size: 10pt;
	color: #753800;
	background-color: #FCFAEE;
}
.global_table_body{
	vertical-align: top;
	font-weight: none;
	font-size: 10pt;
	background-color: #FFF;
}

/* Search Results Table formatting*/
#searchresults_table{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 8pt;
	font-family: verdana, arial, helvetica, sans-serif;	
}
.searchresults_table_head{
	vertical-align: top;
	font-weight: bold;
	font-size: 10pt;
	color: #FF7800;
	background-color: #F1F2FC;	
}
.searchresults_table_body .odd{
	vertical-align: top;
	font-weight: none;
	font-size: 8pt;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
}
.searchresults_table_body .even{
	vertical-align: top;
	font-weight: none;
	font-size: 8pt;
	background-color: #EEE;
	border-bottom: 1px solid #000;
}
/* MyFrimp accountView.jsp style also used in itemsearch.jsp, login.page, itemdetails.page and itemedit.page*/
#accountview_table{
	margin-left: auto;
	margin-right: auto;
	font-size: 10pt;
	font-family: verdana, arial, helvetica, sans-serif;	
}
.accountview_table_head{
	vertical-align: top;
	font-weight: bold;
	font-size: 10pt;
	color: #753800;
	background-color: #F2F2F2;	
	text-align: right;
}
.accountview_table_center{
	vertical-align: top;
	font-weight: bold;
	font-size: 10pt;
	color: #753800;
	background-color: #F2F2F2;	
	text-align: center;
}
.accountview_table_body{
	vertical-align: top;
	font-weight: none;
	font-size: 10pt;
	background-color: #FFF;
	border-bottom: 1px solid #E1E1E1;
}
.emphasize{
	font-weight: bold;
}
.excited{
	font-family: Century Gothic;
	font-weight: bold;
}
.green{
	color: rgb(21, 144, 51);
}
.inset{
	text-align: center;
	color: #FF7800;
}
.center{
	text-align: center;
}
.everything{
}
h3.everything{
	font-weight: bold;
	font-size: 12pt;
	color: #0B7CC1;
	font-family: trebuchet ms, georgia, helvetica, sans-serif;
}
.optional{
	font-size: 8pt;
	font-style: italic;
	font-weight: normal;
}
