* {      
  padding:0;        
  margin: 0;        
}      

.ir {   
  position: relative;   
  overflow: hidden;    
}                

.ir span, h1 a {      
  width:100%;   
  height: 100%; 
  position: absolute;   
  background-position: top left;  
  background-repeat: no-repeat;     
}
             
html, body {    
    height: 100%;
    min-height: 100%;
}                  

body {             
  font-size: 62.5%; /* 1em = 10px */     
  text-align: center;   
  font-family: Arial, sans-serif;    
  background: #000 url('../images/background-gradient.jpg') top left repeat-x;   
  position: relative;
}

#menu_bar {
    width: 100%;
    height: 28px;
    background: url('../images/header-menu-background.jpg') top left repeat-x;
}

#page {
  width: 950px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  margin-top: -58px;
  /*padding-top: 105px;*/
  height: 100%;
}

.sub_page {
    width: 100%;
    position: relative;
    margin-top:153px;
    background: #fff;
    margin-bottom: 50px;
    padding-bottom: 10px;
}

.sub_page .page_top {
    position: absolute;
    width: 950px;
    height: 12px;
    top: -12px;
    left: 0px;
    background: url('../images/page-top.png') top left no-repeat;
}

.sub_page .page_bottom {
    position: absolute;
    width: 950px;
    height: 12px;
    bottom: -12px;
    left: 0px;
    background: url('../images/page-bottom.png') top left no-repeat;
}

#footer {
    width: 950px;
    height: 23px;
    background: url('../images/footer-bar.png') top left no-repeat;
    color: #CCCCCC;
    font-size: 1.1em;
    padding: 11px 0 0 15px;
    
    clear: both;
}

#footer a {
    color: #CCCCCC;
    text-decoration: none;    
}

#footer a:hover {
    color: #fff;
}

#footer .spacer {
    padding: 0 2px 0 2px;
}

#page #menu ul {
    position: absolute;
    right: 10px;
    top: 35px;
}

#page #current_user {
  position: absolute;
  left: 10px;
  top: 37px;
  color: #E5E5E5;
  font-size: 1.2em;
}

#page #current_user a {
   color: #E5E5E5;
}

#page #menu ul li {
    display: inline;
    list-style-type: none;
    font-size: 1.2em;
    padding-left: 40px;
}

#page #menu ul li a {
    color: #E5E5E5;
    text-decoration: none;
}

h1 {
    color: #fff;
    font-size: 3em;
    font-family: Georgia, 'Times New Roman', serif;
    width: 298px;
    height: 53px;
    margin: 0px 0 74px 15px;  
    position: relative;
    top: 105px;  
}

#tagline {
  font-family: arial, sans-serif;
  color: #fff;
  font-size: 1.2em;
  position: absolute;
  top: 148px;
  left: 80px;
}

h1 a {
    background-image: url('../images/logo.jpg');
}

h2, h3, h4 {
    font-size: 2.7em;
    color: #DF3C00;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: normal;
}

h4 {
	font-size: 1.5em;
}

h5 {
    color: #DF3C00;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.4em;
    font-weight: normal;
}

#search_form {
    width: 950px;
    height: 237px;
    background: #fff url('../images/search-form.jpg') top left no-repeat;
    margin-top: 34px;
    position: relative;
    margin-bottom: 30px;
}

#home_search #search_form {
  margin-top: 180px;
}

#home_main {
  margin-top: 50px;
}


#home_bottom {
  margin-top: 60px;
}

#search_form h4 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.5em;
    color: #fff;
    background-color: #FF9700;
    width: 162px;
    height: 33px;
    position: absolute;
    left: 16px;
    top: -33px;
}

#search_form h4 span {
    background-image: url('../images/search-tab.jpg');
}

#search_form #beta_countdown {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.5em;
    color: #fff;
    width: 650px;
    text-align: right;
    position: absolute;
    right: 5px;
    top: -28px;    
}

#search_form #beta_countdown span {
    font-size: 1.3em;
}

#search_form .col {
    width: 299px;
    float: left;
    margin-top: 25px;
    border-right: 1px dotted #C4C4C4;
}

#search_form .left_col {
    margin-left: 25px;
}


#search_form fieldset {
    border: none;
}

#search_form .left_col fieldset {
    margin: 22px 0 0 23px;
}

#search_form .left_col fieldset label, #beta_signup label{
    width: 100px;
    float: left;
    font-size: 1.2em;
    color: #333;
    padding-top: 3px;
}

#beta_signup label{
    position: relative;
    left: 17px;
    padding-top:5px;
}

#search_form .left_col fieldset .tbox, #beta_signup .tbox {
    margin-bottom: 20px;
    width: 148px;
    height: 18px;
    padding-top: 3px;
}

 #beta_signup .tbox {
     width: 177px;
}

#search_form .mid_col h5, #search_form .right_col h5 {
    margin: 20px 0 0 25px;
}

#search_form .mid_col fieldset, #search_form .right_col fieldset {
    margin: 18px 0 0 25px;
}

#search_form .mid_col fieldset input, #search_form .right_col fieldset input  {
    float: left;
}


#search_form .mid_col fieldset label, #search_form .right_col fieldset label {
    display: block;
    position: relative;
    margin-bottom: 2px;
    left: 8px;
    font-size: 1.2em;
    color: #333;

}

#search_form .right_col {
    border: none;
}

#search_form .right_col select {
  margin: 15px 0 0 25px;
}
#search_form .right_col .submit {
    position: absolute;
    right: 27px;
    bottom: 21px;
}

#home_main .col {
    float: left;
    width: 445px;
    margin-top: 12px;
}

#home_main .left_col {
    border-right: 1px dotted #C4C4C4;
    margin-left: 25px;
    margin-bottom: 5px;
}

#home_main .left_col h3 {
    margin-bottom: 20px;
}

#home_main .left_col .featured_ad, #view_details .left_col .featured_ad, #sellers_home #create_new .right_col .featured_ad{
    width: 188px;
    height: 195px;
    background: url('../images/featured-background.jpg') top left no-repeat;
    padding: 10px;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

#sellers_home #create_new .right_col .featured_ad{
	background: url('../images/featured-background2.jpg') top left no-repeat;
	margin: 0 0 0 30px;
 	float: none;
}

#view_details .left_col .featured_ad{
  background: url('../images/featured-background-no-arrow.jpg') top left no-repeat;
	position: absolute;
	right: 0px;
	top: 105px;
}

#home_main .left_col .featured_ad h4, #view_details .left_col .featured_ad h4, #sellers_home #create_new .right_col .featured_ad h4 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.5em;
    color: #333;
    margin: 5px 0 0 5px;
    height: 36px;
}

#home_main .left_col .featured_ad h5, #view_details .left_col .featured_ad h5, #sellers_home #create_new .right_col .featured_ad h5 {
    font-family: Arial, sans-serif;
    color: #333;
    font-size: 1.1em;
    font-weight: bold;
    margin: 5px 0 0 5px;
}

#home_main .left_col .featured_ad ul, #view_details .left_col .featured_ad ul, #sellers_home #create_new .right_col .featured_ad ul {
    margin: 8px 0 0 20px;
}

#home_main .left_col .featured_ad ul li, #view_details .left_col .featured_ad ul li, #sellers_home #create_new .right_col .featured_ad ul li {
    list-style-type: disc;
    font-size: 1.15em;
    padding-bottom: 2px;
}

#home_main .left_col .featured_ad .price, #view_details .left_col .featured_ad .price, #sellers_home #create_new .right_col .featured_ad .price {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2em;
    color: #fff;
    font-weight: normal;
    position: absolute;
    bottom: 15px;
    left: 20px;
}

#home_main .left_col .featured_ad .featured_link {
    display: block;
    width: 195px;
    height: 40px;
    position: absolute;
    bottom: 4px;
    left: 6px;
}

#home_main .right_col {
    padding-left: 15px;
    
}

#home_main .right_col table {
    width: 416px;
    margin-top: 20px;
    
}

#home_main .right_col table .alt {
    background-color: #F0F0F0;
}

#home_main .right_col table tr td {
    font-size: 1.1em;  
    color: #333333;  
    padding: 2px 0 0px 5px;
}

#home_main .right_col table tr .price {
    color: #E65400;
    font-weight: bold;
}

#home_main .see_more {
    font-family: Georgia, 'Times New Roman', serif;
    color: #DF3C00;
    font-size: 1.3em;
    text-decoration: none;
    display: block;
    width: 90px;
    padding-top: 5px;
    height: 21px;
    background: url('../images/more-info-.jpg') top right no-repeat;
}

#home_main .right_col .see_more {
    margin: 15px 0 0 315px;
}

#home_main .left_col .see_more {
    clear: left;
    margin: 0 0 0 325px;
    position: relative;
    top: 10px;
}

#home_main .left_col #home_cards_accepted {
    margin: 30px 0 0 5px;
    position: relative;
}

#home_main .left_col #sellers_find_out_more {
    width: 415px;
    height: 92px;
    background: url('../images/sellers-find-out-more.jpg') top left no-repeat;
    margin: 30px 0 0 5px;
    position: relative;
}

#home_main .left_col #sellers_find_out_more h4 {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: normal;
    color: #DF3C00;
    font-size: 2.2em;
    margin: 0px 0 0 153px;
    position: relative;
    top: 21px;
}

#home_main .left_col #sellers_find_out_more a {
    display: block;
    position: absolute;
    width: 117px;
    height: 23px;
    padding-top: 3px;
    bottom: 9px;
    right: 17px;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: normal;
    color: #DF3C00;
    font-size: 1.5em;
    text-decoration: none;
    
}

#home_bottom h3 {
    margin: 0 0 0 26px;
    padding-top: 11px;
}

#home_bottom {
    margin-bottom: 35px;
}

#home_bottom .col {
    float: left;
    width: 175px;
    text-align: center;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: normal;
    color: #DF3C00;
    font-size: 1.6em;
    margin-left: 25px;
}

#home_bottom .col img {
    margin: 25px 0 12px 0;
}

#home_bottom #beta_signup {
    width: 311px;
    height: 183px;
    position: absolute;
    bottom: 10px;
    right: 27px;
    border-left: 1px dotted #C8C8C8;
    text-align: left;
}

#home_bottom #beta_signup p {
    width: 269px;
    color: #333333;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.1em;
	line-height: 140%;
    float: left;
	margin-left: 20px;
}

#home_bottom #beta_signup p a {
    text-decoration: underline;
    color: #DF3C00;
	padding-left: 20px;
}

#home_bottom #beta_signup .sub {
    margin: 10px -5px 0 0;
}

#search_results h2 {
	margin: 10px 0 0 23px;
}

#search_results table {
	margin: 10px 0 20px 23px;
}

#search_results  h4 {
	margin-bottom: 5px;
	margin-top: 10px;
}

#search_results table {
	width: 897px;
}

#search_results  table td {
	font-size: 1.1em;
	padding: 2px 5px 2px 5px;
}

#search_results p {
	color:#DF3C00;
	font-family:Georgia,'Times New Roman',serif;
	font-size:1.5em;
	margin-top: 30px;
}

#search_results table .price {
	color: #DF3C00;
	font-weight: bold;
}

#search_results table .alt {
	background-color: #F0F0F0;
}

#view_details .col {
	float: left;
	margin-top: 20px;
}

#view_details .left_col {
	width: 579px;
	margin: 0 0 0 35px;
	padding-bottom: 30px;
	position: relative;
	height: 500px;
}

#view_details .right_col {
	width: 272px;
	border-left: 1px dotted #C4C4C4;
	margin-left: 10px;
	padding-left: 28px;
}

#view_details .left_col h2 {
	padding-top: 22px;
	padding-bottom: 20px;
}

#view_details .left_col p {
	font-size: 1.1em;
	line-height: 150%;
	padding: 5px 0 5px 0;
	width: 338px;
}

#view_details .left_col h4 {
	margin-top: 30px;
	font-size: 1.7em;
}

#view_details .right_col h4 {
	margin-top: 10px;
}

#view_details .right_col #got_account {
	margin-top: 20px;
	margin-bottom: 10px;
}

#view_details .right_col #create_account {
	border-top: 1px dotted #C4C4C4;	
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#view_details .right_col #logon_form label, #view_details .right_col #create_form label {
	float: left;
	width: 110px;	
	font-size: 1.1em;
	color: #333;
	padding-top: 3px;
}

#view_details .right_col #logon_form .tbox, #view_details .right_col #create_form .tbox{
	margin-bottom: 8px;
	width: 140px;
}

#view_details .right_col #logon_form #subLogin, #view_details .right_col #create_form #subCreate {
	margin-left: 150px;
	margin-top: 2px;
}

#view_details .right_col #create_form .required {
	color: #DF3C00;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.2em;
}

#sellers_home {
	padding-left: 33px;
	width: 917px;
}

#sellers_home h3 {
  padding-top: 20px;
}

#sellers_home #buy_credits {
	position: absolute;
	width: 305px;
	height: 245px;
	border-left: 1px dotted #C4C4C4;
	padding-left: 50px;
	top: 10px;
	right: 20px;
}

#sellers_home #buy_credits #credits_disc{
	width: 290px;
	height: 77px;
	position: absolute;
	top: 0px;
	right:10px;
	background: url('../images/credits-background.jpg') top left no-repeat;
}

#sellers_home #buy_credits #credits_disc p {
	font-size: 1.4em;
	color: #DF3C00;
	font-family: Georgia, 'Times New Roman', serif;
	margin-top: 29px;
	margin-left: 10px;
	line-height: 110%;
}

#sellers_home #buy_credits #credits_disc #credit_number {
	width: 57px;
	height: 26px;
	position: absolute;
	text-align: center;
	color: #fff;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 2.8em;
	top: 20px;
	right: 10px;
	line-height: 100%;
}

#sellers_home #buy_credits table {
	margin-top: 26px;
	margin-left: 80px;
}

#sellers_home #buy_credits table td {
	font-size: 1.1em;
	padding-bottom: 10px;
	padding-right: 10px;
}

#sellers_home #buy_credits table td .radio {
	top: 2px;
	margin-right: 5px;
	position: relative;
}

#sellers_home #buy_credits table td .subBuy {
	position: relative;
	left: 100px;
	top: 10px;
}

#sellers_home #ad_table {
	margin: 195px 0 40px 0;
	width: 886px;
}

#sellers_home #ad_table h2 {
	margin-bottom: 35px;
}

#sellers_home #ad_table #nonactive_header {
	margin-top: 40px;
}

#sellers_home #ad_table td {
	font-size: 1.1em;
	padding: 2px 5px;
	height: 26px;
}

#sellers_home #ad_table .price {
	color: #DF3C00;
	font-weight: bold;
}

#sellers_home #ad_table .alt {
	background-color: #F0F0F0;
}

#sellers_home #ad_table .activate_link {
  color: green;
  font-weight: bold;
}

#sellers_home #ad_table .deactivate_link {
  color: red;
  font-weight: bold;
}

#sellers_home #ad_table .edit_link {
  color: #DF3C00;
  font-weight: bold;
}

#sellers_home #ad_table .remove_ad {
	font-weight: bold;
	color: red;
	padding-left: 20px;
	font-size: 1.1em;
}

#sellers_home #create_new {
	width: 869px;
	background-color: #F0F0F0;
	padding: 25px 0 0 17px;
}

#sellers_home #create_new h2 {
	margin-bottom: 30px;	
}

#sellers_home #create_new h4 {
	padding-bottom: 10px;
}

#sellers_home #create_new label {
	width: 111px;
	float: left;
	font-size: 1.2em;
	padding-top: 3px;
}

#sellers_home #create_new input, #sellers_home #create_new select, #sellers_home #create_new textarea {
	margin-bottom: 14px;
}

#sellers_home #create_new .tbox, #sellers_home #create_new select {
	width: 124px;
	height: 19px;
	border: 1px solid #BBBBBB;
	padding-top: 2px;
}

#sellers_home #create_new select {
	padding: 0;
	height: 21px;
}

 #sellers_home #create_new textarea {
 	width: 232px;
 	height: 75px;
 	border: 1px solid #BBBBBB;
 	margin-top: 5px;
 	font-family: Arial, sans-serif;
 	font-size: 1.3em;
 	line-height: 140%;
 	float: left;
 }

#sellers_home #create_new .col {
	width: 240px;
	float: left;
}

#sellers_home #create_new .mid_col {
	margin-left: 56px;
}

#sellers_home #create_new .right_col {
	float: left;
	width: 286px;
	margin: -60px 0 0 35px;
	
}

#sellers_home #create_new .right_col input {
	margin: 15px 0 20px 80px;
}

.back_home {
  color: #DF3C00;
	display: block;
	margin: 30px 0 0 30px;
  font-size: 1.2em;
  padding-top: 20px;
}

#sellers_home .back_home {
  margin: 30px 0 20px 0;
}
	
#add_media h2 {
	color: #DF3C00;
	display: block;
	margin: 20px 0 30px 30px;
}

#add_media form {
  margin: 0 0 0 30px;
}

#add_media label {
	width: 111px;
	float: left;
	font-size: 1.2em;
	padding-top: 3px;
}

#add_media input, #add_media select{
	margin-bottom: 14px;
}

#add_media .tbox, #add_media select {
	width: 191px;
	height: 19px;
	border: 1px solid #BBBBBB;
	padding-top: 2px;
}

#add_media select {
	padding: 0;
	height: 21px;
}

.error_msg {
  background-color:#F0F0F0;
  color: #DF3C00;
  font-size: 1.2em;
  padding: 20px; 
  width: 360px; 
}

.error_msg h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

#add_media .error_msg {
  margin: 0 0 20px 30px;
}

#create_new .error_msg {
  margin: -10px 0 30px 0;
  padding: 0;
}

#flash_msg {
  background-color:#F0F0F0;
  color: #DF3C00;
  font-size: 1.2em;
  padding: 20px; 
  width: 475px; 
  margin-top: 30px;
  position: absolute;
}

#seller_register #flash_msg {
  position: relative;
  margin: 20px 0 20px 35px;
}

#buyer_home #flash_msg {
	position: relative;
	margin-left: 20px;
}

#seller_register .error_msg {
  margin: 20px 0 20px 35px;
}

.asterisk {
	color: #DF3C00;
}

