body
{
	background: #00244B;
	margin:0;
	padding:0;
	font-family: arial;
	color: #001F42;
}

img
{
	border: 0;
}

#container
{
	background: #fff url(../images/bg_top.png) top left repeat-x;
	width: 100%;
}

#parent
{
  overflow-x: hidden;
  overflow-y: hidden;
	width:990px;
	margin:auto;

}
p
{
  margin:5px 0 8px 0;
  font-size:13px;
}
a
{
  color:#2699c7;
  text-decoration:none;
}
a:hover
{
  text-decoration:underline;
}
/*################  HEADER  ################# */
#top
{
	padding:10px 0px 0px 0px;

}
#top-section
{
	height: 66px;
	margin: 0px 0px 15px 0px;
}

#logo
{
	float: left;
	width: 222px;
  margin:0px 0px 0px 14px !important;
	margin:0px 0px 0px 10px;
}

#menu
{
	float: right;
	text-align:right;
	margin: 0;
}

#menu-items
{
	list-style:none;
	margin:0;
	padding:0;
}

#menu-items li
{
  padding:0;
	float:left;
}

li#menu-sniper{
  width:194px;
  background-image:url(../images/mnu_ebay_sniper_bg.png);
}

a.menu-link{
  display:block;
}
a.menu-link span{
  display:none;
}
li#menu-sniper a.menu-link{
  width:194px;
  height:66px;
}
li#menu-tools a.menu-link{
  width:185px;
  height:66px;
}
li#menu-websites a.menu-link{
  width:179px;
  height:66px;
}
li#menu-visit a.menu-link{
  width:179px;
  height:66px;
}
li#menu-community a.menu-link{
  width:179px;
  height:66px;
}
li#menu-sniper:hover
{
  background-position:0px 66px;
}
li#menu-tools
{
  width:185px;
  background-image:url(../images/mnu_ebay_tools_bg.png);
}
li#menu-tools:hover
{
  background-position:0px 66px;
}
li#menu-websites
{
  width:179px;
  background: url(../images/mnu_websites_bg.png) no-repeat;
}
li#menu-websites:hover
{
  background-position:0px -65px;
}
li#menu-visit
{
  width:179px;
  background: url(../images/mnu_visits_bg.png) no-repeat;
}
li#menu-visit:hover
{
  background-position:0px -65px;
}
li#menu-community
{
  width:179px;
  background-image:url(../images/mnu_community_bg.png);
}
li#menu-community:hover
{
  background-position:0px 66px;
}


#menu-items li .sub-menu
{
	position:absolute;
  left:-9999px;
  list-style:none;
  z-index:99;
}
#menu-items li:hover .sub-menu
{
	left:auto;
  top:76px;
  padding:10px 0 0 0;
  margin:0;
  font-size:12px;
}
#menu-items li .sub-menu li
{
  float:none;
  width:auto;
  margin:0 0 0 0;
  text-align:left;
}
#menu-items li .sub-menu li.heading
{
  padding:0;
  margin:5px 0 12px 22px;
  line-height:24px;
  font-size:16px;
  font-weight:bold;
}
#menu-items li .sub-menu li#buyer-heading a
{
  color:#FCA000;
  text-decoration:none;
}
#menu-items li .sub-menu li#buyer-heading a:hover
{
  text-decoration:underline;
}
#menu-items li .sub-menu li#seller-tool-heading a{
  color:#85D22D;
  text-decoration:none;
}
#menu-items li .sub-menu li#seller-tool-heading a:hover
{
  text-decoration:underline;
}
#menu-items li .sub-menu li#search-heading a
{
  color:#37CCFF;
  text-decoration:none;
}
#menu-items li .sub-menu li#search-heading a:hover
{
  text-decoration:underline;
}
#menu-items li .sub-menu li.link
{
  padding:0 0 0 30px;
  margin:5px 0 5px 15px;
  line-height:24px;
}
#menu-items li .sub-menu li.link a
{
  color:white;
  text-decoration:none;
  font-weight:bold;
}
#menu-items li .sub-menu li.link a:hover
{
  text-decoration:underline;
}

#sub-menu-sniper
{
  background: url(../images/mnu_ebay_sniper_sub.png) no-repeat;
  width:194px;
  height:127px;
}
#sub-menu-sniper.large
{
  background: url(../images/mnu_ebay_sniper_large.png) no-repeat;
  width:194px;
  height:157px;
}
#sub-menu-tools
{
  background: url(../images/mnu_ebay_tools_sub.png) no-repeat;
  width:463px;
  height:336px;
}
#sub-menu-websites
{
  background: url(../images/mnu_community_sub.png) no-repeat;
  width:179px;
  height:236px;
}
#sub-menu-visit
{
  background: url(../images/mnu_community_sub.png) no-repeat;
  width:179px;
  height:236px;
}
#sub-menu-community
{
  background: url(../images/mnu_community_sub.png) no-repeat;
  width:179px;
  height:236px;
}
#sub-menu-tools li ul
{
  margin:0;
  padding:0;
  float:left;
  list-style:none;
  width:50%;
}
#sub-menu-tools li
{
  float:right;
}
#sub-menu-sniper #sniper-overview
{
  background: url(../images/mnu_ebay_sniper_ico_overview.png) no-repeat;
}
#sub-menu-sniper #sniper-login
{
  background: url(../images/mnu_ebay_sniper_ico_login.png) no-repeat;
}
#sub-menu-sniper #sniper-register
{
  background: url(../images/mnu_ebay_sniper_ico_register.png) no-repeat;
}
#sub-menu-sniper #sniper-latest
{
  background: url(../images/mnu_ebay_sniper_ico_latest_snipes.png) no-repeat;
}
#sub-menu-sniper #sniper-my-snipes
{
  background: url(../images/mnu_ebay_sniper_ico_my_snipes.png) no-repeat;
}
#sub-menu-sniper #sniper-add-snipes
{
  background: url(../images/mnu_ebay_sniper_ico_add.png) no-repeat;
}
#sub-menu-sniper #sniper-what
{
  background: url(../images/mnu_ebay_sniper_ico_what.png) no-repeat;
}
#sub-menu-tools #buyer_bid_history
{
  background: url(../images/mnu_ebay_tools_ico_bid_history.png) no-repeat;
}
#sub-menu-tools #buyer_seller_history
{
  background: url(../images/mnu_ebay_tools_ico_seller_history.png) no-repeat;
}
#sub-menu-tools #buyer_feedback_checker
{
  background: url(../images/mnu_ebay_tools_ico_feedback_checker.png) no-repeat;
}
#sub-menu-tools #buyer_best_offers
{
  background: url(../images/mnu_ebay_tools_ico_best_offers.png) no-repeat;
}
#sub-menu-tools #buyer_shortcuts
{
  background: url(../images/mnu_ebay_tools_ico_buyer_shortcuts.png) no-repeat;
}
#sub-menu-tools #seller_shortcuts
{
  background: url(../images/mnu_ebay_tools_ico_seller_shortcuts.png) no-repeat;
}
#sub-menu-tools #seller_most_popular
{
  background: url(../images/mnu_ebay_tools_ico_most_popular.png) no-repeat;
}
#sub-menu-tools #seller_price_finder
{
  background: url(../images/mnu_ebay_tools_ico_price_finder.png) no-repeat;
}
#sub-menu-tools #search_exact
{
  background: url(../images/mnu_ebay_tools_ico_exact_search.png) no-repeat;
}
#sub-menu-tools #search_not_in_title
{
  background: url(../images/mnu_ebay_tools_ico_not_in_title.png) no-repeat;
}
#sub-menu-tools #search_misspellings
{
  background: url(../images/mnu_ebay_tools_ico_misspellings.png) no-repeat;
}
#sub-menu-tools #search_local
{
  background: url(../images/mnu_ebay_tools_ico_local.png) no-repeat;
}
#sub-menu-tools #search_impulse
{
  background: url(../images/mnu_ebay_tools_ico_impulse.png) no-repeat;
}
#sub-menu-tools #search_bargains
{
  background: url(../images/mnu_ebay_tools_ico_bargains.png) no-repeat;
}
#sub-menu-tools #discount_vouchers
{
  background: url(../images/mnu_ebay_tools_ico_discount_vouchers.png) no-repeat;
}
#sub-menu-websites #websites_overview
{
  background: url(../images/mnu_websites_ico_overview.png) no-repeat;
}
#sub-menu-websites #websites_features
{
  background: url(../images/mnu_websites_ico_features.png) no-repeat;
}
#sub-menu-websites #websites_examples
{
  background: url(../images/mnu_websites_ico_examples.png) no-repeat;
}
#sub-menu-websites #websites_cms
{
  background: url(../images/mnu_websites_ico_cms.png) no-repeat;
}
#sub-menu-websites #websites_pricing
{
  background: url(../images/mnu_websites_ico_pricing.png) no-repeat;
}
#sub-menu-websites #websites_support
{
  background: url(../images/mnu_websites_ico_support.png) no-repeat;
}
#sub-menu-websites #websites_signup
{
  background: url(../images/mnu_websites_ico_signup.png) no-repeat;
}
#sub-menu-visit #visit_myebay
{
  background: url(../images/mnu_visit_ico_myebay.png) no-repeat;
}
#sub-menu-visit #visit_bids
{
  background: url(../images/mnu_visit_ico_bids.png) no-repeat;
}
#sub-menu-visit #visit_watch
{
  background: url(../images/mnu_visit_ico_watch.png) no-repeat;
}
#sub-menu-visit #visit_won
{
  background: url(../images/mnu_visit_ico_won.png) no-repeat;
}
#sub-menu-visit #visit_selling
{
  background: url(../images/mnu_visit_ico_selling.png) no-repeat;
}
#sub-menu-visit #visit_saved
{
  background: url(../images/mnu_visit_ico_saved.png) no-repeat;
}
#sub-menu-visit #visit_messages
{
  background: url(../images/mnu_visit_ico_messages.png) no-repeat;
}
#sub-menu-community #community_forum
{
  background: url(../images/mnu_community_ico_forum.png) no-repeat;
}
#sub-menu-community #community_blog
{
  background: url(../images/mnu_community_ico_blog.png) no-repeat;
}
#sub-menu-community #community_downloads
{
  background: url(../images/mnu_community_ico_downloads.png) no-repeat;
}
#sub-menu-community #community_friends
{
  background: url(../images/mnu_community_ico_friends.png) no-repeat;
}
#sub-menu-community #community_donate
{
  background: url(../images/mnu_community_ico_donate.png) no-repeat;
}
#sub-menu-community #community_news
{
  background: url(../images/mnu_community_ico_latest_news.png) no-repeat;
}
#sub-menu-community #community_stores
{
  background: url(../images/mnu_community_ico_stores.png) no-repeat;
}

#search-bar
{
	height: 66px;
	background: #002149 url(../images/bg_search.png) bottom left no-repeat;
}

#search-form
{
	float: left;
	width: 640px;
}

#search-form ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#search-form ul li
{
	float: left;
}

#search-box
{
	background: url(../images/input_search.png) no-repeat;
	width: 287px;
	height: 32px;
	margin: 2px 0px 0px 20px !important;
  margin: 2px 0px 0px 10px;
}

#search-box input
{
	border: 0;
	font-size: 15px;
	font-weight: bold;
	color: #999;
	margin: 6px 0px 0px 10px;
	width: 270px;
	background: transparent;
}

#search-type
{
	background: url(../images/input_search_type.png) no-repeat;
	width: 165px;
	height: 32px;
	margin: 2px 0px 0px 20px;
}

#search-type select
{
	border: 0;
	margin: 6px 0px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #001F42;
	width: 145px;
	background: white;
}

#search-btn
{
	margin: 2px 0px 0px 20px;
}

#nav-account
{

	float: right;
	width: 325px;
	text-align: right;
	margin: 0px 16px 0px 0px;
	line-height: 40px;
}

#nav-account ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav-account ul li
{
	display: inline;
	font-size: 12px;
	color: #fff;
	margin: 0px 3px 0px 2px;
}

#nav-account ul li a
{
	text-decoration: none;
	color: #fff;
}

#nav-account ul li a:hover
{
	text-decoration: underline;
}


/*################  MAIN CONTENT AREA  ################# */
#content-container
{
  background-color:#FFF;
}
#content
{
	background: #fff;
	padding: 5px 20px 10px 20px;
}

#breadcrumbs ul
{
  color:#2699C7;
  font-size:11px;
  margin:0;
  padding:0px 0px 10px 0px;
  list-style:none;
}

#breadcrumbs ul li
{
  float:left;
}
#breadcrumbs ul li img
{
  margin:0 3px 0;
}
#breadcrumbs .crumb_arrow
{
  color:#FB9F00;
  padding:0px 5px 0px 5px;
}
#breadcrumbs a
{
  color:#2699C7;
  text-decoration:none;
}
#breadcrumbs a:hover
{
  text-decoration:underline;
}

#content-left
{
	width: 605px;
	float: left;
	overflow:hidden;

}

#content-right
{
	width: 325px;
	float: right;
	overflow:hidden;
	margin:-14px 0px 0px 0px;
}

#content-left-narrow
{
	width: 183px;
	float: left;
}

#content-right-wide
{
	width: 747px;
	float: right;
}

.content-box
{
	margin: 0px 0px 16px 0px;
}
.content-box.no-overflow
{
	margin: 0px 0px 14px 0px;
  overflow:hidden;
}
#account
{
  background: url(../images/title_my_account.png) no-repeat;
}
#my-details
{
  background: url(../images/title_my_details.png) no-repeat;
}
#my-stores
{
  background: url(../images/title_my_stores.png) no-repeat;
}
#my-password
{
  background: url(../images/title_my_password.png) no-repeat;
}
#login
{
  background: url(../images/title_login.png) no-repeat;
}
#register
{
  background: url(../images/title_register.png) no-repeat;
}
#sniper
{
  background: url(../images/title_sniper.png) no-repeat;
}
#feedback
{
  background: url(../images/title_feedback.png) no-repeat;
}
#misspelling
{
  background: url(../images/title_misspelling.png) no-repeat;
}
#exact
{
  background: url(../images/title_exact_search.png) no-repeat;
}
#local
{
  background: url(../images/title_local.png) no-repeat;
}
#bargain
{
  background: url(../images/title_bargain.png) no-repeat;
}
#not-in-title
{
  background: url(../images/title_not_in_title.png) no-repeat;
}
#seller-history
{
  background: url(../images/title_seller_history.png) no-repeat;
}
#best-offers
{
  background: url(../images/title_best_offers.png) no-repeat;
}
#bid-history
{
  background: url(../images/title_bid_history.png) no-repeat;
}
#impulse
{
  background: url(../images/title_impulse.png) no-repeat;
}
#most-popular
{
  background: url(../images/title_most_popular.png) no-repeat;
}
#price-finder
{
  background: url(../images/title_price_finder.png) no-repeat;
}
#tools_all
{
  background: url(../images/title_tools_seller.png) no-repeat;
}
#tools_buyer
{
  background: url(../images/title_tools_buyer.png) no-repeat;
}
#tools_seller
{
  background: url(../images/title_tools_seller.png) no-repeat;
}
#saved_search
{
  background: url(../images/title_tools_search.png) no-repeat;
}
#tools_search
{
  background: url(../images/title_tools_search.png) no-repeat;
}
#tools_shortcuts
{
  background: url(../images/title_tools_shortcuts.png) no-repeat;
}
#block_bidder
{
  background: url(../images/title_block_bidder.png) no-repeat;
}
#cancel_bids
{
  background: url(../images/title_cancel_bids.png) no-repeat;
}
#end_auction_early
{
  background: url(../images/title_end_auction_early.png) no-repeat;
}
#search_sellers_items
{
  background: url(../images/title_search_sellers_items.png) no-repeat;
}
#view_member_profile
{
  background: url(../images/title_view_member_profile.png) no-repeat;
}
#tell_your_friends
{
  background: url(../images/title_tell_your_friends.png) no-repeat;
}
#contact-us
{
  background: url(../images/title_contact_us.png) no-repeat;
}
#about-us
{
  background: url(../images/title_about_us.png) no-repeat;
}
#forum-icon
{
  background: url(../images/title_forum.png) no-repeat;
}
#link-to-us
{
  background: url(../images/title_link.png) no-repeat;
}
#downloads
{
  background: url(../images/title_downloads.png) no-repeat;
}
#competition
{
  background: url(../images/title_competition.png) no-repeat;
}
#sitemap
{
  background: url(../images/title_sitemap.png) no-repeat;
}
#donate
{
  background: url(../images/title_donate.png) no-repeat;
}
#privacy
{
  background: url(../images/title_privacy.png) no-repeat;
}
#websites
{
  background: url(../images/title_websites.png) no-repeat;
}
#store-directory
{
  background: url(../images/title_store_directory.png) no-repeat;
}
#store-directory img
{
  float:right;
  margin:12px 0 0 0;
}
.content-title
{
  overflow:hidden;
}
.content-title h1, .content-title-left h1
{
  margin:0 0 11px 0;
  padding:0 0 0 58px;
  font-size: 28px;
  color:#002146;
  height:45px;
  line-height:45px;
}
.content-title-left
{
  margin-top:10px;
  float:left;
}
.content-title-left h1
{
 max-width:610px;
}
.content-title
{
  margin-top:10px;
}

.social-box
{
  height:20px;
  padding:1px 0px 0px 0px;
}

.connect_confirmation_cell connect_confirmation_cell_like
{
  display:none !important;
}

.content-header.dark
{
	background: #001F42;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding: 10px 0px 10px 15px;
	clear: both;
}

.content-header.light
{
	background: #D7F5FF;
	color: #001F42;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	padding: 10px 0px 10px 15px;
}

.content-header.right
{
	background: #D7F5FF;
	color: #001F42;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding: 10px 0px 10px 15px;
}
.content-header.light.paragraph {
	background: #D7F5FF;
	color: #00234B;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	position: relative;
	padding: 15px 15px 15px 15px;
}
.content-header.light.paragraph p{
	margin-bottom:20px;
}

.content-header.light.collapsed, .content-header.light.expanded
{
	cursor:pointer;
}
.content-header.light.collapsed
{
	background-image:url(../images/refine_icon_expand.gif);
  background-position:165px 14px;
  background-repeat:no-repeat;
  padding-right:22px;
}
.content-header.light.expanded
{
	background-image:url(../images/refine_icon_collapse.gif);
  background-position:165px 14px;
  background-repeat:no-repeat;
  padding-right:22px;
}

.content-header-tabs
{
  height:38px;
  font-size:14px;
  font-weight:bold;
  color:white;
}

.content-header-tabs ul
{
  margin:0;
  padding:0;
  list-style:none;
}

.content-header-tabs ul li
{
  float:left;
  background-color:#C4C6C7;
  width:147px;
  height:32px;
  line-height:34px;
  margin:4px 1px 0px 1px;
  text-align:center;
}

.content-header-tabs ul li#active
{
  background-color:#001F42;
  height:38px;
  line-height:38px;
  margin:0px 1px 0px 1px;
  color:white;
}

.content-header-tabs ul li:hover
{
 	background: #D7F5FF;
	color: #001F42;
}

.content-header-tabs ul li:hover a
{
	color: #001F42;
}

.content-header-tabs ul li#active:hover a
{
	color: white;
}

.content-header-tabs ul li a
{
  color:white;
  text-decoration:none;
}

.content-header-tabs ul li a:hover
{
  text-decoration:underline;
}

.content-header-icon
{
	position: absolute;
	top: -8px;
	right: 10px;
}

.content-area
{
  /*Removed overflow:hidden as it was causing problems in IE6/7*/
}

.content-intro
{
	color: #666666;
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	line-height: 24px;
}

.featured-tools
{
	background: #EAF4FD;
	padding:18px 0px 10px 15px !important;
  padding:22px 0px 0px 5px;
  margin:0;
}

.featured-tools ul
{
	list-style:none;
	margin:0;
	padding:0;
}

.featured-tools ul li
{
	float: left;
	margin: 0px 10px 10px 5px !important;
  margin: 0px 10px 18px 5px;
	padding: 0px;
	height: 106px;
	width: 276px;
}


.featured-tools ul li span
{
	font-size: 16px;
	font-weight: bold;
	line-height: 64px;
  display: block;
  height: 32px;
	padding: 0px 0px 0px 104px;
}

.featured-tools ul li span a
{
	color: #fff;
	text-decoration: none;
}

.featured-tools ul li span a:hover
{
	text-decoration: underline;
}

.featured-tools ul li .tool_input
{
  border: 0px;
  width: 120px;
  margin: 0px 5px 0px 0px;
  padding: 0px;
  font-size: 12px;
  color: #999;
  position: absolute;
  top: 5px;
  left: 2px;
}

.featured-tools ul li .tool_button
{
  width: 25px;
  height: 25px;
	position:absolute;
  top: 0;
  left: 129px;
  border: 0px;
  cursor: pointer;
  cursor: hand;
}

.featured-tools form
{
  margin: 0;
  padding:0;
}

.featured-tools ul li div.tool_form
{
  position: absolute;
  top: 46px;
  left: 110px;
}

.featured-tools ul li input.button_orange
{
  background: url(../images/tool_buttons.png) 0px 0px no-repeat;
}

.featured-tools ul li input.button_green
{
  background: url(../images/tool_buttons.png) -75px 0px no-repeat;
}

.featured-tools ul li input.button_pink
{
  background: url(../images/tool_buttons.png) -25px 0px no-repeat;
}

.featured-tools ul li input.button_blue
{
  background: url(../images/tool_buttons.png) -50px 0px no-repeat;
}

.featured-tools ul li .ebay-tip
{
	position:absolute;
	top:18px;
	right:17px;
}

.featured-tools ul li .ebay-tip .tip
{
	left:-37px;
}

.featured-tools ul li.free_ebay_sniper
{
	background: url(../images/tool_icon.jpg) 0px 0px no-repeat;
	position:relative;
}

.featured-tools ul li.ebay_misspellings
{
	background: url(../images/tool_icon.jpg) -291px 0px no-repeat;
	position:relative;
}


.featured-tools ul li.not_in_title
{
	background: url(../images/tool_icon.jpg) 0px -129px no-repeat;
	position:relative;
}


.featured-tools ul li.feedback_checker
{
	background: url(../images/tool_icon.jpg) -291px -129px no-repeat;
	position:relative;
}


.featured-tools ul li.seller_history
{
	background: url(../images/tool_icon.jpg) 0px -259px no-repeat;
	position:relative;
}

.featured-tools ul li.bid_history
{
	background: url(../images/tool_icon.jpg) -291px -259px no-repeat;
	position:relative;
}

.featured-tools ul li.best_offers
{
	background: url(../images/tool_icon.jpg) 0px -389px no-repeat;
	position:relative;
}

.featured-tools ul li.most_popular
{
	background: url(../images/tool_icon.jpg) -291px -389px no-repeat;
	position:relative;
}

/*##############################*/
.my-account
{
	background: #eef9ff;
	padding:22px 0px 0px 15px !important;
  padding:22px 0px 0px 5px;
}

.my-account ul
{
	list-style:none;
	margin:0;
	padding:0;
}

.my-account ul li
{
	float: left;
	margin: 0px 10px 22px 5px !important;
  margin: 0px 10px 18px 5px;
	padding: 0;
	height: 105px;
	width: 276px;
  overflow: hidden;
}

.my-account ul li span
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 101px;
}

.my-account ul li span a
{
	color: #fff;
	text-decoration: none;
  display: block;
  height: 101px;
  width: 276px;
  padding: 0px 0px 0px 108px;
}



.my-account ul li.my_details
{
	background: url(../images/my_account_my_details.jpg) no-repeat;
  position:relative;
}
.my-account ul li.my_snipes
{
	background: url(../images/my_account_my_snipes.jpg) no-repeat;
  position:relative;
}
.my-account ul li.my_stores
{
	background: url(../images/my_account_my_stores.jpg) no-repeat;
  position:relative;
}
.my-account ul li.my_password
{
	background: url(../images/my_account_my_password.jpg) no-repeat;
  position:relative;
}
.my-account ul li.saved_searches
{
	background: url(../images/my_account_saved_searches.jpg) no-repeat;
  position:relative;
}
.my-account ul li.close_account
{
	background: url(../images/my_account_close_account.jpg) no-repeat;
  position:relative;
}

.my-account ul li.my_advertising
{
	background: url(../images/my_account_advertising.jpg) no-repeat;
  position:relative;
}

.my-account ul li.my_stats
{
	background: url(../images/my_account_stats.jpg) no-repeat;
  position:relative;
}



.my-account ul li span a:hover
{
	text-decoration: underline;
}
/*##############################*/




#impulse-box .item
{
  float:left;
  margin:10px;
}

table.ebay-search-results
{
  border:1px solid #001F42;
  font-size:12px;
  color:#00234B;
  margin:0 3px 0 1px;
  padding:0 10px 0 0;
}
.ebay-search-results .product_results_num
{
  text-align:left;
  padding:0 0 0 10px;
}

.ebay-search-results ul
{
  list-style:none;
  margin:0 3px 0 1px;
  padding:5px;
  border:1px solid #001F42;
  font-size:12px;
  color:#00234B;
}

.ebay-search-results ul li
{
  clear:left;
}

.ebay-search-results #ebay-results-head
{
  line-height:25px;
  overflow:hidden;
}
.ebay-search-results #ebay-results-head form
{
  display:inline;
}

.ebay-search-results #ebay-results-head a
{
  color: #43A7CF;
  text-decoration:none;
  font-weight:bold;
}

.ebay-search-results #ebay-results-head a:hover
{
  text-decoration:underline;
}

.ebay-search-results #ebay-results-head .num-results, .ebay-search-results #ebay-results-head .keyword
{
  font-weight:bold;
}

.ebay-search-results #ebay-results-head select
{
  padding:2px;
  border:1px solid #C7D8E3;
  background-color:white;
  color:#2699C7;
  float:right;
}
.ebay-search-results ul li ul
{
  list-style:none;
  margin:0;
  padding:0px;
  border:0;
  height:84px;
  border-bottom:1px solid #DEDEDE;
}
.ebay-search-results ul li ul li
{
  float:left;
  clear:none;
  font-size:12px;
}

.ebay-search-results .product_image
{
  height:84px;
  width:84px;
  text-align:center;
}
.ebay-search-results .product_image img
{
  max-height:60px;
  max-width:80px;
  margin:10px 0 10px 0;
  border:1px solid #001f42;
}

.ebay-search-results .product_name
{
  font-size:12px;
  width:187px;
  font-weight:bold;
  overflow:hidden;
  padding:0 5px 0 5px;
}
.ebay-search-results .product_name div
{
  height:60px;
  margin:10px 0 10px 0;
}

.ebay-search-results .product_name div a
{
  color:#001F42;
  text-decoration:none;
}

.ebay-search-results .product_name a:hover
{
  text-decoration:underline;
}

.ebay-search-results .product_bids, .ebay-search-results .product_price, .ebay-search-results .product_time
{
  width: 60px;
  text-align:center;
  padding:0px 2px 0px 2px;
}

.ebay-search-results .product_bids
{
  width:70px;
  height:84px;
  line-height:84px;
}

.ebay-search-results .product_bids img
{
  margin:0 0 0 0;
}
.ebay-search-results .product_bids_both
{
  width:70px;
  text-align:center;
  padding:0 2px 0 2px;
}
.ebay-search-results .product_bids_both div
{
  margin:10px 0 10px 0;
}
.ebay-search-results .product_bids_both div p
{
  font-size:12px;
  margin:10px 0 10px 0;
}
.ebay-search-results .product_price_both
{
  width:60px;
  text-align:center;
  padding:0 2px 0 2px;
}
.ebay-search-results .product_price_both div
{
  margin:10px 0 10px 0;
}
.ebay-search-results .product_price_both div p
{
  font-size:14px;
  margin:10px 0 10px 0;
  font-weight:bold;
}

.ebay-search-results .product_price, .ebay-search-results .product_time
{
  font-size:14px;
  font-weight:bold;
}

.ebay-search-results .product_postage, .ebay-search-results .product_feedback
{
  text-align:center;
  width:45px;
  padding:0px 5px 0px 5px;
  font-size:12px;
}

.ebay-search-results .product_postage .postage
{
  color:#2699C7;
}
/*
.ebay-search-results ul li ul li.product_feedback
{
  color:#29A74F;
}
*/

.ebay-search-results .product_time
{
  width:95px;
}

.ebay-search-results .product_options
{
  text-align:right;
  padding:0px 0px 0px 0px;
  width:70px;
}

.ebay-search-results .product_options select
{
  padding:1px;
  border:1px solid #C7D8E3;
  background-color:white;
  color:#2699C7;
  margin:0;
  width:130px;
  /*border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;*/
}

.actions-menu
{
  position:relative;
  text-align:left;
  background-color:#d7f5ff;
  color:#001f42;
  font-size:11px;
  width:67px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.actions-menu:hover
{
  color:#FFF;
  background-color:#001f42;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.actions-menu span
{
  margin:5px;
  background:url(../images/arrow_tiny_down_dark.png) no-repeat 100% 50%;
  display:block;
}
.actions-menu:hover span
{
  background:url(../images/arrow_tiny_down.png) no-repeat 100% 50%;
}

.actions-menu ul
{
  padding:0;
  font-size:11px;
  border:none;
  position:absolute;
  left:-113px;
  width:180px;
  display:none;
  background-color:#001f42;
  color:#FFF;
  margin:0;
  -moz-box-shadow:-3px 3px 5px rgba(0,0,0,0.4);
  -webkit-box-shadow:-3px 3px 5px rgba(0,0,0,0.4);
  box-shadow:-3px 3px 5px rgba(0,0,0,0.4);
  z-index:99;
}
.actions-menu ul li a
{
  padding:5px;
  display:block;
  color:#FFF;
}
.actions-menu ul li a:hover
{
  background-color:#eef9ff;
  color:#001f42;
  text-decoration:none;
}

.ebay-search-results .product_options input
{
  float:right;
  padding:0 0 3px 3px;
}


.ebay-search-results div.double
{
  line-height:15px;
  display:block;
  padding:23px 0px 23px 0px;
}
.ebay-search-results div
{
  padding:2px 0px 2px 0px;
}


.result-page-nav
{
  width:100%;
  color:#00234B;
  font-weight:bold;
  font-size:16px;
  overflow:hidden;
}
.result-page-nav .page-x-to-y
{
  float:left;
  padding:20px 0 30px 0;
}
.result-page-nav .page-x-to-y span.page-limit
{
  color:#2699C7;
}
.result-page-nav .page-list
{
  float:right;
  padding:20px 0 0 0;
  border:none;
  list-style:none;
  color:#00234B;
  margin:0;
}

.result-page-nav .page-list li
{
  float:left;
}

.result-page-nav .page-list li a
{
  color:#00234B;
  padding:3px;
  margin:0 2px 0 2px;
  text-decoration:none;
}

.result-page-nav .page-list li a:hover
{
  background-color:#ADDDEF;
}

.result-page-nav .page-list li.current-page a
{
  color:#2699C7;
}

.result-page-nav .page-list li.button a
{
  padding:0;
}

.result-page-nav .page-list li.button a:hover
{
  background:none;
}




.content-area.login, .content-area.feedback, .content-area.seller-history, .content-area.best-offers,
.content-area.bid-history, .content-area.most-popular, .content-area.general,
.content-area.register, .content-area.donate
{
  background-color:#D7F5FF;
  padding:20px;
}

.general
{
  background-color:#D7F5FF;
  padding:10px 20px 20px 20px;
}

.content-area.iphone
{
  background-color:#D7F5FF;
  background-color:#D7F5FF;
  height:190px;
}
.content-area.iphone h1
{
  color:#2699C7;
  margin:0;
  padding:0;
  font-size:34px;
  padding:20px 0 0 20px;
}
.content-area.iphone p
{
  font-size:15px;
  font-weight:bold;
  color:#002146;
  padding:5px 0 0 20px;
}
.content-area.iphone .iphone-download
{
  padding:5px 0 0 20px;
}
.iphone-logo
{
  float:right;
}
.content-area.ebay-tools-desc
{
  padding:13px;
  background-color:#D7F5FF;
  font-size:13px;
  line-height:20px;
}
.content-area.ebay-tools
{
  margin:20px 0 0 0;
  padding:13px 13px 13px 180px;
  font-size:13px;
  line-height:20px;
  height:150px;
}

.content-area.iphone.light
{
  background-color:#EEF9FF;
  padding:20px;
  margin:30px 0 0 0;
  height:auto;
}
.content-area.iphone.light h1
{
  padding:0;
  margin:0 0 10px 0;
}
.content-area.iphone.light h2
{
  padding:0;
  margin:0 0 10px 0;
  font-size:18px;
  color:#2699C6;
}
.content-area.iphone.light p
{
  padding:0;
  margin:0 0 10px 0;
  font-weight:normal;
  font-size:12px;
}
.content-area.iphone.light img
{
  margin:0 0 10px 0;
}
.content-area.iphone.light ul
{
  margin:20px;
  padding:0;
  font-size:15px;
  font-weight:bold;
}
.content-area.iphone.light ul li
{
  margin:5px;
}
.content-area.iphone.light .download-links
{
  width:70%;
  margin:0 auto;
  padding:10px;
}
#tool-bid-history
{
  background:#EEF9FF url(../images/tools_bid_history.jpg) no-repeat;
}
#tool-feedback-checker
{
  background:#D7F5FF url(../images/tools_feedback_checker.jpg) no-repeat;
}
#tool-best-offers
{
  background:#EEF9FF url(../images/tools_best_offers.jpg) no-repeat;
}
#tool-seller-history
{
  background:#D7F5FF url(../images/tools_seller_history.jpg) no-repeat;
}
#tool-misspellings
{
  background:#EEF9FF url(../images/tools_misspellings.jpg) no-repeat;
}
#tool-not-in-title
{
  background:#D7F5FF url(../images/tools_not_in_title.jpg) no-repeat;
}
#tool-exact
{
  background:#EEF9FF url(../images/tools_exact.jpg) no-repeat;
}
#tool-local
{
  background:#D7F5FF url(../images/tools_local.jpg) no-repeat;
}
#tool-impulse
{
  background:#EEF9FF url(../images/tools_impulse.jpg) no-repeat;
}
#tool-price-finder
{
  background:#EEF9FF url(../images/tools_price_finder.jpg) no-repeat;
}
#tool-most-popular
{
  background:#D7F5FF url(../images/tools_most_popular.jpg) no-repeat;
}
#tool-shortcut-end-early
{
  background:#EEF9FF url(../images/tools_shortcut_end_early.jpg) no-repeat;
}
#tool-shortcut-cancel-bids
{
  background:#D7F5FF url(../images/tools_shortcut_cancel_bids.jpg) no-repeat;
}
#tool-shortcut-blocked-bidder-list
{
  background:#EEF9FF url(../images/tools_shortcut_blocked_bidder_list.jpg) no-repeat;
}
#tool-shortcut-view-member-profile
{
  background:#D7F5FF url(../images/tools_shortcut_view_member_profile.jpg) no-repeat;
}
#tool-shortcut-sellers-items
{
  background:#EEF9FF url(../images/tools_shortcut_sellers_items.jpg) no-repeat;
}


.content-area.ebay-tools h1
{
  color:#2699C7;
  font-size:28px;
  margin:10px 0 20px 0;
}
.content-area.ebay-tools p
{
  font-size:14px;
}
.tool-form ul
{
  margin:0;
  padding:0;
  list-style:none;
}
.tool-form ul li
{
  float:left;
  line-height:32px;
  margin:0 10px 0 0;
}
.tool-form ul li a
{
  color:black;
  text-decoration:underline;
}
.tool-form ul li a:hover
{
  color:#2699C7;
}
.content-area.ebay-tools-desc p
{
  padding:0;
  margin:0;
}
.tool-form .tool-box
{
	background: url(../images/input_tool_box.png) no-repeat;
	width: 251px;
	height: 32px;
}
.tool-form .tool-box input
{
  border: 0;
	font-size: 15px;
	font-weight: bold;
	color: #2699C7;
	margin: 6px 0px 0px 10px;
	background: transparent;
  width:235px;
}
.content-area.login p
{
  font-size:17px;
  color:#00234B;
  font-weight:bold;
}

.content-area.login a
{
  color: #2699C7;
  text-decoration:none;
}

.content-area.login a:hover
{
  text-decoration:underline;
}

.content-area.misspelling-search
{
  background-color:#D7F5FF;
  padding:5px 20px 20px 20px;
}

.content-area.misspelling-search h2
{
  margin:0;
  padding:15px 0px 0px 0px;
  color:#002349;
  font-size:16px;
}

.content-area.feedback p
{
  font-size:14px;
  line-height:23px;
}
.content-area.sitemap
{
  overflow:hidden;
  background-color:#D7F5FF;
  padding:5px 20px 20px 20px;
}
.content-area.sitemap h2
{
  margin:20px 0 10px 0;
  padding:0;
}
.content-area.sitemap h2 a
{
  font-size:16px;
  color:#269ac8;
  text-decoration:none;
}
.content-area.sitemap h2 a:hover
{
  text-decoration:underline;
}
.content-area.sitemap ul
{
  margin:0;
  padding:0;
}
.content-area.sitemap ul li
{
  font-size:14px;
  color:#269ac8;
  list-style:none;
  height:23px;
}
.content-area.sitemap ul li a
{
  font-size:13px;
  color:#00244b;
  text-decoration:none;
}
.content-area.sitemap ul li a:hover
{
  text-decoration:underline;
}
.sitemap-left
{
  width:50%;
  float:left;
}
.sitemap-right
{
  width:50%;
  float:right;
}


.snipe-register-login
{
  background: #EEF9FF url(../images/snipe_big_logo.jpg) no-repeat;
  padding:25px 0px 15px 180px;
}

.snipe-register-login h1
{
  color:#2699C7;
  margin:0;
  padding:0;
}

.snipe-register-login p
{
  color:#002149;
  font-size:14px;
}

.snipe-register-login a
{
  color:#2699C7;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
}

.snipe-register-login a:hover
{
  text-decoration:underline;
}

#register-login-form ul, .content-area.general ul, #register-form ul
{
  list-style:none;
  margin:0;
  padding:0;
}


.register-login-box, .general-input-box
{
	background: url(../images/input_reg_login.png) no-repeat;
	width: 291px;
	height: 32px;
	margin: 15px 0px 0px 0px;
}
.general-btn
{
  margin:10px 0 0 0;
}
.register-login-btn, .register-login-code-image, .register-login-checkbox
{
	margin: 15px 0px 0px 0px;
}

.register-login-checkbox
{
  font-size:12px;
  font-weight:bold;
}

.register-login-box input, .general-input-box input
{
	border: 0;
	font-size: 15px;
	font-weight: bold;
	color: #2699C7;
	margin: 6px 0px 0px 10px;
	background: transparent;
}


.register-login-code
{
  float:left;
	background: url(../images/input_reg_login_code.png) no-repeat;
	width: 178px;
	height: 32px;
	margin: 15px 20px 0px 0px;
}

.register-login-code input
{
	border: 0;
	font-size: 15px;
	font-weight: bold;
	color: #2699C7;
	margin: 6px 0px 0px 10px;
	background: transparent;
}

#misspelling-advanced-form ul
{
  float:left;
  width:280px;
  margin:1px;
  padding:0px;
}

#misspelling-advanced-form ul li
{
  list-style:none;
}

.misspelling-adv-box, .misspelling-select-box, .most-popular-box
{
  clear:left;
	background: url(../images/input_misspelling_full.png) no-repeat;
	width: 272px;
	height: 32px;
	margin: 15px 0px 0px 0px;
}
.misspelling-adv-box-half
{
  float:left;
	background: url(../images/input_misspelling_half.png) no-repeat;
	width: 126px;
	height: 32px;
	margin: 15px 0px 15px 0px;
}

.misspelling-adv-select-half
{
  float:left;
	background: url(../images/input_misspelling_half.png) no-repeat;
	width: 126px;
	height: 32px;
	margin: 15px 0px 15px 0px;
}

.misspelling-select-box select
{
	border: 0;
	margin: 8px 0px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #2699C7;
	width: 252px;
	background: transparent;
}

.misspelling-adv-select-half select
{
	border: 0;
	margin: 8px 0px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #2699C7;
	width: 105px;
	background: transparent;
}
#misspelling-advanced-form input
{
  border: 0;
	font-size: 15px;
	font-weight: bold;
	color: #2699C7;
	margin: 6px 0px 0px 10px;
	background: transparent;
}

.misspelling-adv-checkbox
{
  color:#2699C7;
  font-size:14px;
  font-weight:bold;
  margin:15px 0px 0px 0px;
}

.misspelling-adv-search
{
  float:right;
  padding:15px 0px 0px 0px;
}
#feedback-check-form ul, #feedback-check-form-slim ul, #seller-history-form ul, #seller-history-form-short ul, #best-offers-form ul, #bid-history-form ul,
#most-popular-form ul
{
  list-style:none;
  margin:0;
  padding:0;
}

#feedback-check-form ul li, #feedback-check-form-slim li, #seller-history-form ul li, #seller-history-form-short ul li,
#best-offers-form ul li, #bid-history-form ul li, #most-popular-form ul li
{
  float:left;
  padding:0 15px 0 0;
  margin:15px 0 0 0;
  line-height:32px;
}


.feedback-box, .seller-hist-box, .best-offers-box, .bid-history-box-short
{
	background: url(../images/input_reg_login.png) no-repeat;
	width: 291px;
	height: 32px;
}
.bid-history-box, .most-popular-box-long
{
  background: url(../images/input_reg_bid_history.png) no-repeat;
	width: 565px;
	height: 32px;
}
.feedback-box input, .seller-hist-box input, .best-offers-box input, .bid-history-box input, .bid-history-box-short input,
.most-popular-box input, .most-popular-box-long input
{
  font-size:16px;
  font-weight:bold;
  color:#2699C7;
	background:none;
  border:none;
  padding:7px;
}
.feedback-checkboxes, .seller-hist-checkboxes
{
  padding:25px 0 0 0;
}
.feedback-checkboxes label, .seller-hist-checkboxes label, .bid-history-checkboxes label
{
  padding:0 0px 0 0;
  font-weight:bold;
  color:#002349;
}
#seller-history-form-short .seller-hist-checkboxes label
{
  padding:0 0px 0 0;
  font-weight:bold;
  color:#002349;
  font-size:11px;
}

#feedback-check-form-slim .feedback-checkboxes
{
  font-size:12px;
  padding:7px 25px 0 0;
}

.seller-hist-select select, .best-offers-select select, .bid-history-select select, .most-popular-select select
{
  padding:3px;
  border:1px solid #C7D8E3;
  background-color:white;
  color:#2699C7;
}
.seller-hist-select label, .best-offers-select label,  .bid-history-select label
{
  font-weight:bold;
}

.spacer
{
  float:left;
  width:20px;
  height: 32px;
	margin: 15px 0px 15px 0px;
}


#sniper-info, #misspelling-info, #feedback-info, #seller-history-info
{
	position: relative;
  margin: 30px 15px 100px 15px;
  color:#00234B;
  font-size:14px;
  line-height:24px;
}

#feedback-summary
{
  list-style:none;
  margin:0;
  padding:0;
  font-size:12px;
  line-height:26px;
}

#feedback-summary li h2
{
  margin:0 0 10px 0;
  padding:0;
  font-weight:bold;
  font-size:22px;
  color:#329FCB;
}

#feedback-summary li a
{
  color:#329FCB;
  text-decoration:none;
}

#feedback-summary li a:hover
{
  text-decoration:underline;
}

#feedback-summary li .light-blue
{
  color:#329FCB;
}

#feedback-summary li
{
  float:left;
  height:267px;
  padding:10px;
  background-color:#F5F5F5;
}

#feedback-summary li#user-feedback
{
  width:210px;
  margin:20px 7px 0 0;
  background:none;
}

#feedback-summary li#user-feedback .feedback-large-text
{
  font-size:15px;
  font-weight:bold;
  color:#00234B;
}

#feedback-summary li#user-feedback .label-text
{
  float:left;
  width:165px;
}

#feedback-summary li#recent-feedback
{
  width:315px;
  margin:20px 17px 0 0;
}


#feedback-summary li#recent-feedback ul
{
  line-height:30px;
  margin:0;
  padding:2px;
  list-style:none;
  height:36px;
  border-bottom:1px solid #DEDEDE;
}

#feedback-summary li#recent-feedback ul#months-heading, #feedback-summary li#recent-feedback ul#days-heading
{
  color:#7B7B7B;
}
#feedback-summary li#recent-feedback ul li
{
  float:left;
  margin:5px 2px 5px 2px;
  padding:0;
  height:30px;
  width:65px;
  text-align:center;
}
#feedback-summary li#recent-feedback ul li.first-col
{
  width:60px;
  font-weight:bold;
  padding:0 0 0 35px;
  text-align:left;
}
#feedback-summary li#recent-feedback ul#retractions li.first-col
{
  padding:0;
  width:90px;
}

#feedback-summary li#recent-feedback ul#positive li.first-col
{
  background: url(../images/ebay_feedback_positive.png) no-repeat;
}

#feedback-summary li#recent-feedback ul#neutral li.first-col
{
  background: url(../images/ebay_feedback_neutral.png) no-repeat;
}

#feedback-summary li#recent-feedback ul#negative li.first-col
{
  background: url(../images/ebay_feedback_negative.png) no-repeat;
}

#feedback-summary li#recent-feedback ul#positive
{
  color:#35A907;
}

#feedback-summary li#recent-feedback ul#neutral
{
  color:#676767;
}

#feedback-summary li#recent-feedback ul#negative
{
  color:#C31D09;
}

#feedback-summary li#recent-feedback ul#retractions
{
  border:none;
  line-height:15px;
}

#feedback-summary li#recent-feedback ul#days-heading
{
  border:none;
}

#feedback-summary li#seller-ratings
{
  margin:20px 0 0 0;
  width:340px;
}

#feedback-summary li#seller-ratings ul
{
  margin:0;
  padding:2px;
  list-style:none;
}

#feedback-summary li#seller-ratings ul li
{
  float:left;
  margin:5px 2px 5px 2px;
  padding:0;
  height:23px;
  line-height:23px;
}

#feedback-summary li#seller-ratings ul#seller-heading
{
  list-style:none;
  height:36px;
  color: #7C7C7C;
  border-bottom:1px solid #DEDEDE;
}

#feedback-summary li#seller-ratings ul#seller-heading li
{
  padding:3px 0 0 0;
  background:none;
}
#feedback-summary li#seller-ratings ul li.label
{
  clear:left;
  width:110px;
}

#feedback-summary li#seller-ratings ul li.stars
{
  width:100px;
}

#feedback-summary li#seller-ratings ul li.number
{
  width:110px;
  text-align:center;
}

#feedback-summary li#seller-ratings #goof-feedback-score
{
  clear:left;
  font-size:16px;
  font-weight:bold;
  padding:15px 0 0 0;
}

#feedback-summary li#seller-ratings #goof-feedback-score .score
{
  color:#3DC309;
}

#feedback-summary li#seller-ratings #goof-feedback-score .what
{
  float:right;
  font-size:11px;
  color:#329FCB;
  cursor:pointer
}
#feedback-summary li#seller-ratings #goof-feedback-score .what:hover
{
  text-decoration:underline;
}
#feedback-summary li#seller-ratings #goof-feedback-score .what .tip-feed
{
  position:absolute;
  width:221px;
  height:87px;
  padding:15px 25px 50px 15px;
  z-index:9999;
  display:none;
  left:-170px;
  top:-140px;
  background-image:url(../images/bg_tooltip-feedback.png);
  cursor:pointer;
}
#feedback-summary li#seller-ratings #goof-feedback-score .what .tip-feed p
{
  margin:0;
  padding:0;
  color:#2699c7;
  line-height:25px;
  font-weight:bold;
  font-size:12px !important;
  height:75px;
  cursor:pointer;
}

#seller-history-summary h2 a
{
  font-size:24px;
  font-weight:bold;
  color:#329FCB;
  text-decoration:none;
}
#seller-history-summary h2 a:hover
{
  text-decoration:underline;
}
#seller-history-summary ul
{
  margin:0;
  padding:0;
  font-size:18px;
  font-weight:bold;
  padding:10px 0 10px 0;
  border-top:1px solid #DEDEDE;
  border-bottom:1px solid #DEDEDE;
  height:50px;
  line-height:25px;
  list-style:none;
  color:#329FCB;
}
#seller-history-summary ul#best-offers-summary
{
  height:30px;
  line-height:30px;
}

#seller-history-summary ul li
{
  float:left;
  height:25px;
  width:315px;
}

#seller-history-summary ul li a
{
  color:#329FCB;
  text-decoration:none;
}

#seller-history-summary ul li a:hover
{
  color:#329FCB;
  text-decoration:underline;
}

#seller-history-summary ul li label
{
  width:220px;
  float:left;
  color:#00234B;
  font-size:13px;
}

#seller-history-summary ul li span, #seller-history-summary ul li span a
{
  text-decoration:none;
}
#seller-history-summary ul li span a:hover
{
  text-decoration:underline;
}

#result-options
{
  padding:0 5px 0 5px;
  margin:25px 0 0 0;
  list-style:none;
  font-size:14px;
  height:35px;
  line-height:35px;
  background-color:#001F42;
  color:white;
  font-weight:bold;
}

#result-options a
{
  color:white;
  text-decoration:none;
}


#result-options a:hover
{
  color:white;
  text-decoration:underline;
}

#result-options li
{
  float:left;
}

#result-options li.options
{
  float:right;
}

#gfb_results_table .feedback-result, #gsl_results_table .seller-history-result,
#gbo_results_table .best-offers-result, #gbl_results_table .bid-history-result,
#gmp_results_table .most-popular-result
{
  margin:15px 0 0 0;
  padding:0;
  list-style:none;
  font-size:12px;
  height:67px;
  border-bottom:1px solid #DEDEDE;
  clear:left;
}

#gbo_results_table .best-offers-result, #gbl_results_table .bid-history-result
{
  height:108px;
  line-height:100px;
}

#gfb_results_table .feedback-result#header, #gsl_results_table .seller-history-result#header,
#gbo_results_table .best-offers-result#header, #gbl_results_table .bid-history-result#header,
#gmp_results_table .most-popular-result#header
{
  margin:0;
  padding:0;
  list-style:none;
  height:35px;
  border:none;
  background-color:#D7F5FF;
  font-weight:bold;
  font-size:14px;
}

#gfb_results_table .feedback-result a, #gsl_results_table .seller-history-result a,
#gbo_results_table .best-offers-result a, #gbl_results_table .bid-history-result a,
#gmp_results_table .most-popular-result a
{
  text-decoration:none;
  color:#2699C7;
}

#gfb_results_table .feedback-result a:hover, #gsl_results_table .seller-history-result a:hover,
#gbo_results_table .best-offers-result a:hover, #gbl_results_table .bid-history-result a:hover,
#gmp_results_table .most-popular-result a:hover
{
  text-decoration:underline;
}

#gfb_results_table .feedback-result li, #gsl_results_table .seller-history-result li,
#gbo_results_table .best-offers-result li, #gbl_results_table .bid-history-result li
{
  float:left;
  height:25px;
  line-height:25px;
}
#gmp_results_table .most-popular-result li
{
  float:left;
  height:64px;
  line-height:64px;
}

#gsl_results_table .seller-history-result li, #gbo_results_table .best-offers-result li, #gbl_results_table .bid-history-result li
{
  height:100px;
  line-height:100px;
  padding:4px;
}

#gfb_results_table .feedback-result#header li, #gsl_results_table .seller-history-result#header li,
#gbo_results_table .best-offers-result#header li, #gbl_results_table .bid-history-result#header li,
#gmp_results_table .most-popular-result#header li
{
  line-height:35px;
  height:35px;
  font-weight:bold;
  color:#002146;
  font-size:14px;
}

.sl-image, .bo-image, .bl-image
{
  width:100px;
  text-align:center;
}
.sl-image img, .bo-image img, .bl-image img
{
  max-width:100px;
  max-height:100px;
}
.mp-image
{
  width:70px;
  text-align:center;
}

.sl-itemno, .bo-itemno, .bl-itemno
{
  width:100px;
  text-align:left;
}

.sl-title, .bo-title, .bl-title, .bl-title-full
{
  width:270px;
  text-align:left;
  font-weight:bold;
  overflow:hidden;
}
.mp-title
{
  width:360px;
  text-align:left;
  font-weight:bold;
  overflow:hidden;
}
.bo-title, .bl-title
{
  width:324px;
  text-align:left;
}
.bl-title-full
{
  width:500px;
  text-align:left;
}
.bl-seller
{
  width:168px;
  font-weight:bold;
  text-align:center;
}
.bl-bidder
{
  width:120px;
  text-align:center;
}
.sl-title-fee
{
  width:382px;
  text-align:left;
  font-weight:bold;
  overflow:hidden;
}

.sl-title-bidder
{
  width:351px;
  text-align:left;
  font-weight:bold;
  overflow:hidden;
}

.sl-title-full
{
  width:462px;
  text-align:left;
  font-weight:bold;
  overflow:hidden;
}

.sl-bids, .sl-sold
{
  width:40px;
  text-align:center;
}

.sl-bidder
{
  width:105px;
  font-size:14px;
  font-weight:bold;
  text-align:center;
}

.sl-fee
{
  width:73px;
  text-align:center;
}
.sl-shipping
{
  width:60px;
  text-align:center;
}
.mp-bids, .mp-watch
{
  width:90px;
  text-align:center
}
.mp-time
{
  padding-left:10px;
  width:240px;
}
.sl-price, .bo-price, .bo-offer, .bl-price, .mp-price
{
  text-align:center;
  width:90px;
  font-size:14px;
  font-weight:bold;
  color:#329FCB;
}
.bl-image img
{
  max-width:100px;
}
.bo-date
{
  width:120px;
  text-align:center;
}
.bo-status
{
  width:70px;
  text-align:center;
}
.bo-status img
{
  margin-top:30px;
}




#gsl_results_table .seller-history-result#header
{
  height:35px;
}

.positive
{
  background: url(../images/ebay_feedback_positive.png) no-repeat;
  background-position:center;
  width:50px;
  height:50px;
}

.negative
{
  background: url(../images/ebay_feedback_negative.png) no-repeat;
  background-position:center;
  width:50px;
  height:50px;
}

.neutral
{
  background: url(../images/ebay_feedback_neutral.png) no-repeat;
  background-position:center;
  width:50px;
  height:50px;
}

.fb-comment
{
  font-size:14px;
  font-weight:bold;
}

.fb-comment, .fb-item
{
  width:560px;
}

.fb-item
{
  color:#838383;
}

.fb-seller, .fb-price
{
  width:220px;
}

.fb-price
{
  font-size:14px;
  font-weight:bold;
  color:#329FCB;
}

.fb-date, .fb-view
{
  width:120px;
}
.feedback-result#header .positive, .feedback-result#header .comment, .feedback-result#header .seller, .feedback-result#header .date
{
  background:none;
  font-size:16px;
  font-weight:bold;
}

.feedback-result#header .positive
{
  padding:0 0 0 15px;
  width:35px;
}
#feedback-info h2
{
  color:#2699C7;
}

#gsl_results_table, #gfb_results_table
{
  width:100%;
  line-height:25px;
}
#gsl_results_table #header
{
  line-height:25px;
  font-size:14px;
  font-weight:bold;
  color:#001f42;
  height:35px;
  background-color:#d7f5ff;
}
#gsl_results_table #header .sl-price
{
  color:#001f42;
}
#gsl_results_table .seller-history-result
{
  height:108px;
}

#gfb_results_table
{
}
#gfb_results_table .feedback-result
{
  margin:0;
  padding:0;
  font-size:12px;
  height:25px;
  border-bottom:2px solid black;
}
.feedback-result-table, .gfb_results_header
{
  width:100%;
  position:relative;
}
.feedback-result-table
{
  margin-bottom:25px;
}
.gfb_results_header
{
  margin-top:25px;
}
.gfb_results_header #header.feedback-result
{
  background-color:#d7f5ff;
  height:35px;
  font-size:14px;
  font-weight:bold;
}






ul.my-store-result
{
  list-style:none;
  overflow:hidden;
  border-bottom:1px solid #CCC;
  padding:10px 0 10px 0;
  margin:0;
  font-size:14px;
}
ul.my-store-result#header
{
  border-bottom:none;
  background-color:#D7F5FF;
  font-weight:bold;
  padding:5px 0 5px 0;
}
ul.my-store-result li
{
  float:left;
  padding:5px;
}
li.store-image
{
  width:150px;
}
li.store-image img
{
  width:130px;
}
li.store-title
{
  width:250px;
  font-weight:bold;
}
li.store-summary
{
  width:410px;
  font-size:12px;
}
li.store-summary-header
{
  width:410px;
}
li.store-edit
{
  width:100px;
  text-align:center;
}



.category-list
{
  padding:10px;
  font-size:16px;
  background-color:#D7F5FF;
  color:#002349;
}

.category-list h2
{
  margin:0;
  padding:0;
  font-weight:bold;
  font-size:28px;
}

.category-list a
{
  color:#2699C7;
  text-decoration:none;
}

.category-list a:hover
{
  text-decoration:underline;
}

.category-list ul
{
  list-style:none;
  margin:0;
  padding:0;
}

.category-list li
{
  list-style:none;
  margin:0;
  padding:0;
  height:37px;
  line-height:37px;
  border-bottom:1px solid white;
}

ul.snipe-items
{
  list-style:none;
  margin:0;padding:0;
  font-size:12px;
}
ul.snipe-items ul
{
  margin:0;
  padding:0;
  list-style:none;
}
ul.snipe-items-header
{
  background-color:#d7f5ff;
  font-weight:bold;
  overflow:hidden;
}
ul.snipe-items-header, ul.snipe-items
{
  overflow:hidden;
}
ul.snipe-items li ul.snipe-items
{
  border-bottom:1px solid #CCC;
}
ul.snipe-items-header li
{
  float:left;
  padding:4px;
  text-align:center;
}
ul.snipe-items li
{
  float:left;
  padding:4px;
}
li.snipe-item-check
{
  width:20px;
  text-align:center;
}
li.snipe-item-image
{
  width:50px;
}
li.snipe-item-itemno
{
  width:90px;
}
li.snipe-item-itemno a
{
  color:#00234B;
}
li.snipe-item-title
{
  width:290px;
  font-weight:bold;
}
li.snipe-item-title a
{
  color:#00234B;
}
li.snipe-item-enddate
{
  width:70px;
  text-align:center;
}
li.snipe-item-snipedate
{
  width:80px;
  text-align:center;
}
li.snipe-item-bid-header
{
  width:80px;
  text-align:center;
}
li.snipe-item-bid
{
  width:80px;
  text-align:center;
  font-size:14px;
  color:#329FCB;
  font-weight:bold;
}
li.snipe-item-status
{
  width:90px;
  text-align:center;
}
li.snipe-item-controls
{
  width:100px;
  text-align:center;
}
li.snipe-item-controls img
{
  margin:5px 0 5px 0;
}
a.button-link
{
  padding:3px;
  font-weight:bold;
}
a.button-link.add-new-snipe
{
  float:right;
}
.add-snipe-list
{

  list-style:none;
  margin:0;
  padding:0;

}
.add-snipe-label,
.add-snipe-text
{
  display:inline-block;
  float:left;
  height:45px;
  line-height:35px;
  padding:5px 0 5px 0;
  font-size:14px;
  font-weight:bold;
}
.add-snipe-intro
{
  display:inline-block;
  float:left;
  padding:0px 0 15px 0;
  font-size:12px;
  line-height:24px;
  width:100%;
}

.add-snipe-text
{
}
.add-snipe-label,.add-snipe-btn
{
  clear:left;
  width:150px;
}
.add-snipe-btn.confirm
{
  width:110px;
  clear:none;
  float:left;
  line-height:35px;
  padding:5px;
}
.add-snipe-confirm
{
  clear:left;
}
.add-snipe-confirm h3
{
  color:#2699C7;
  margin:0;
  padding:15px 0px 15px 0px;
}
.add-snipe-input-box
{
	background: url(../images/input_add_snipe_itemno.png) no-repeat;
	width: 271px;
	height: 32px;
}
.add-snipe-input-box input
{
  font-size:14px;
  font-weight:bold;
	background: none;
  border:none;
  width:260px;
  height:26px;
  padding:4px 4px 4px 8px;
  color:#2699C7;
}
.add-snipe-input-box-short
{
	background: url(../images/input_short_add_snipe.png) no-repeat;
	width: 121px;
	height: 32px;
  float:left;
}
.add-snipe-input-box-short input
{
  font-size:14px;
  font-weight:bold;
	background: none;
  border:none;
  width:114px;
  height:26px;
  padding:4px 4px 4px 8px;
  color:#2699C7;
}
.add-snipe-text select
{
  border:1px solid #c7d8e3;
  margin:10px 3px 0 3px;
  padding:3px;
  background-color:#FFF;
}
.add-snipe-list input,.add-snipe-list select
{
  color:#2699C7;
  font-weight:bold;
  font-size:16px;
}
.add-snipe-text h2
{
  color:#CD000B;
  font-size:12px;
  margin:0px;
  padding:0px;
}
.content-area.general .add-snipe-text h2 a
{
  color:#002146;
  text-decoration:underline;
}
.tableform td.tablelabel
{
  height:45px;
}
.tableform label
{
  font-size:14px;
  font-weight:bold;
}
.tablelabel
{
  width:150px;
}



.update-snipe-list
{
  list-style:none;
  margin:0;
  padding:0;
  overflow:hidden;
}
.update-snipe-label, .update-snipe-text, .update-snipe-box, .update-snipe-select
{
  float:left;
  height:30px;
  padding:5px 0 5px 0;
  font-size:14px;
  font-weight:bold;
}
.update-snipe-label
{
  clear:left;
  width:200px;
}
.update-snipe-btn
{
  clear:left;
}
.update-snipe-text.item-number
{
  color:#2699C7;
}
.update-snipe-text a
{
  font-size:18px;
}
.update-snipe-input-box
{
	background: url(../images/input_reg_login.png) no-repeat;
	width: 291px;
	height: 32px;
}
.update-snipe-input-box input
{
  font-size:14px;
  font-weight:bold;
	background: none;
  border:none;
  width:280px;
  height:26px;
  padding:4px 4px 4px 8px;
  color:#2699C7;
}
.update-snipe-input-box-short
{
	background: url(../images/input_short.png) no-repeat;
	width: 121px;
	height: 32px;
  float:left;
}
.update-snipe-input-box-short input
{
  font-size:14px;
  font-weight:bold;
	background: none;
  border:none;
  width:114px;
  height:26px;
  padding:4px 4px 4px 8px;
  color:#2699C7;
}
.snipe-bid-amount
{
  float:left;
  height:32px;
  line-height:12px;
  padding:10px;
  color:#2699C7;
  font-size:13px;
  font-weight:normal;
}
.update-snipe-select select
{
  border:1px solid #c7d8e3;
  padding:3px;
}



.update-store-list
{
  list-style:none;
  margin:0;
  padding:0;
  overflow:hidden;
}
.update-store-label,.update-store-text
{
  padding:5px 0 5px 0;
  font-size:14px;
  font-weight:bold;
}
.update-store-label,.update-store-btn
{
  clear:left;
  width:150px;
}
.update-store-input-box
{
	background: url(../images/input_add_snipe_itemno.png) no-repeat;
	width: 271px;
	height: 32px;
  float:left;
}
.update-store-input-box input
{
  font-size:14px;
  font-weight:bold;
	background: none;
  border:none;
  width:260px;
  height:26px;
  padding:4px 4px 4px 8px;
  color:#2699C7;
}
.update-store-textarea
{
	background: url(../images/input_update_store_textarea.png) no-repeat;
	width: 551px;
	height: 102px;
}
.update-store-textarea textarea
{
	width: 521px;
	height: 75px;
  margin:10px;
  padding:3px;
  border:none;
  background-color:none;
  color:#2699C7;
  font-size:14px;
  font-weight:bold;
  font-family:arial;
}
.update-store-check
{
  float:left;
  padding:5px;
}
.update-store-btn
{
  padding:10px 0 0 0;
}



.saved-searches-result
{
  list-style:none;
  margin:0;
  padding:0;
  overflow:hidden;
  border-bottom:1px solid #CCC;
}

.saved-searches-result#saved-searches-header
{
  background-color:#D7F5FF;
  font-size:15px;
  font-weight:bold;
}
.saved-searches-result li
{
  float:left;
  padding:10px;
  font-size:13px;
}
.saved-searches-result li.saved-searches-title
{
  width:550px;
}
li.saved-searches-date,li.saved-searches-controls
{
  width:100px;
  text-align:center;
}
.saved-searches-result li.saved-searches-email
{
  width:120px;
  text-align:center;
}


.store-dark
{
  padding:15px;
  margin:0 0 20px 0;
  background-color:#D7F5FF;
}
.store-light
{
  padding:15px;
  margin:0 0 20px 0;
  background-color:#EEF9FF;
}
.store-dark h1, .store-light h1
{
  font-size:20px;
  font-weight:bold;
}
.store-dark a, .store-light a
{
  color:#2699C7;
  text-decoration:none;
}
.store-dark a:hover, .store-light a:hover
{
  text-decoration:underline;
}
.store-dark p, .store-light p
{
  font-size:14px;
}

#about-us-info
{
  padding:20px;
}
#about-us-info h2
{
  color:#2699C7;
  font-size:20px;
  font-weight:bold;
}
.close-account-form .close-check label
{
  color: #2699C7;
  font-size:16px;
  font-weight:bold;
}
.close-account-form .close-check,.close-account-form .close-btn
{
  padding:10px;
}

/*############# 995 Websites #############*/

.websites
{
  overflow:hidden;
}
.websites h1
{
  color:#2699C7;
  font-size:24px;
  font-weight:bold;
}
.websites h2
{
  color:#2699C7;
  font-size:18px;
  font-weight:bold;
}
.websites p
{
  font-size:14px;
  line-height:22px;
}
.websites-lists-left ul,.websites-lists-right ul
{
  list-style:none;
  padding:0 0 25px 0;
  margin:0;
  font-size:11px;
}
.websites-lists-left ul li,.websites-lists-right ul li
{
  padding:0 0 5px 0;
}
.websites-lists-left ul li ul,.websites-lists-right ul li ul
{
  padding:5px 0 0 10px;
}
.websites-lists-left ul li span,.websites-lists-right ul li span
{
  color:#2699C7;
}
.websites-lists-left ul li h2,.websites-lists-right ul li h2
{
  color:#2699C7;
  padding:0;
  margin:0;
  font-size:17px;
}
.websites-lists-left
{
  float:left;
  width:270px;
  padding:5px;
}
.websites-lists-right
{
  float:right;
  width:270px;
  padding:5px;
}
.websites .screenshot-list
{
  position:relative;
  list-style:none;
  overflow:hidden;
  margin:0;
  padding:0;
}
.websites .screenshot-list li
{
  float:left;
  margin-bottom:20px;
}
.websites .screenshot-list li.left
{
  margin-right:13px;
}


.websites-right-list
{
  padding:10px 0 0 10px;
  margin:0;
  list-style:none;
  font-size:20px;
  font-weight:bold;
}
.websites-right-list li
{
  padding:5px;
}
.websites-right-list li a
{
  color:#00234B;
}
.websites-right-list li span
{
  color:#49A9CF;
}
#websites-right-images
{
  background:url(../images/promo_995_right_all) no-repeat;
  width:325px;
  height:412px;
}
#websites-right-images a
{
  width:325px;
  height:130px;
  display:block;
  margin-bottom:10px;
}
#websites-right-images a span
{
  display:none;
}


/*############# 995 visit End  #############*/






.arrow-container
{
  position:relative;
}
.arrow-dark, .arrow-light
{
	line-height: 8px;
	position: absolute;
	top: 44px;
	right: 19px;
  display:none;
}
.arrow-dark
{
	top: 39px;
}
.arrow-large-light
{
  position:absolute;
	top: 0px;
	right: 250px;
}
.content-header.light .arrow-dark
{
  top:-1px;
}
.generic-form
{
  overflow:hidden;
}
.generic-form ul li
{
  float:left;
  margin:20px 15px 0 0;
}
.generic-form-box
{
  width:381px;
  height:32px;
  background:url(../images/generic_form_input.png) no-repeat;
  padding:0 0 10px 0;
}
.generic-form-box input
{
  margin:6px;
  width:366px;
  background:none;
  border:none;
  font-size:15px;
  color:#2699C7;
  font-weight:bold;
}
.contact-us-input
{
  width:291px;
  height:32px;
  background:url(../images/contact_us_input.png) no-repeat;
  padding:0 0 10px 0;
}
.contact-us-input input
{
  margin:6px;
  width:281px;
  background:none;
  border:none;
  font-size:15px;
  color:#2699C7;
  font-weight:bold;
}
.contact-us-comment
{
  width:565px;
  height:356px;
  background:url(../images/contact_us_comment.png) no-repeat;
  padding:0 0 10px 0;
}
.contact-us-comment textarea
{
  width:565px;
  height:356px;
  background:none;
  border:none;
  margin:6px;
  font-size:16px;
  color:#2699C7;
  font-weight:bold;
}
.competition-form-checkbox
{
  font-size:11px;
  margin:10px 0 10px 0;
}
.competition-form-checkbox input
{
  margin:0 10px 0 0;
}
.competition-disclaimer
{
  margin:20px;
  padding:15px;
  background-color:white;
}
.competition-disclaimer h2
{
  padding:0;
  margin:10px;
  font-weight:bold;
  color:#2699C7;
  font-size:14px;
}
h2.competition
{
  font-size:32px;
  font-weight:bold;
  color:#339FCB;
  margin:0;
  padding:0 0 10px 0;
}
.competition-disclaimer p
{
  padding:0;
  margin:10px;
  font-size:11px;
}
.content-area.general a
{
  color:#2699C7;
  text-decoration:none;
}
.content-area.general a:hover
{
  text-decoration:underline;
}
.banner-container
{
  overflow:hidden;
  width:891px;
  height:256px;
  padding:10px;
  background:url(../images/banner_container_background.jpg);
}
.banner-container .banner
{
  float:left;
  padding:5px;
}
.banner-code-container
{
  overflow:hidden;
  width:891px;
  height:102px;
  padding:10px;
  background:url(../images/banner_code_background.jpg);
}
.banner-code-container textarea
{
  width:891px;
  height:102px;
  padding:10px;
  background:none;
  border:none;
  font-size:22px;
  color:#329FCB;
  font-weight:bold;
}
p.banner-big-text
{
  font-size:22px;
  font-weight:bold;
  margin:10px 0 20px 0;
}
p.largetext
{
  font-size:18px;
  font-weight:bold;
}
p.largetext#about-us-top
{
  color:#329FCB;
}
p.donate-big-text
{
  font-size:18px;
  font-weight:bold;
  line-height:24px;
  margin:0 0 25px 0;
}
p.donate-strong
{
  font-weight:bold;
}
p.donate-regular
{
  line-height:20px;
  margin:20px 0 0 0;
}
ul.donate-list
{
  font-size:16px;
  color:#2699C7;
  font-weight:bold;
}
ul.donate-list li
{
  margin:20px 0 0 0;
}
.content-area.donate input
{
  margin:20px 0 0 0;
}

p.error
{
  padding:10px 0 0 0;
  color:red;
  font-weight:bold;
}


.tool-help
{
  text-decoration:none;
  cursor:pointer;
}
.tip
{
  position:absolute;
  width:221px;
  height:67px;
  padding:15px 25px 50px 15px;
  z-index:9999;
  display:none;
  left:-19px;
  top:-120px;
  background-image:url(../images/bg_tooltip.png);
  cursor:pointer;
}
.tip p
{
  margin:0;
  padding:0;
  color:#2699c7;
  line-height:25px;
  font-weight:bold;
  font-size:12px !important;
  height:75px;
  cursor:pointer;
}

/*################  SIDEBAR BLOCKS  ################# */
.refine-search
{
	padding: 10px 10px 10px 15px;
  background-color:#EEF9FF;
  margin:0px 0px 2px 0px;
}
.refine-search ul
{
  margin:0;
  padding:0;
  list-style:none
}

.refine-search ul li
{
  font-size: 11px;
  color:#00234B;
  padding:4px 0px 4px 0px;
}
.refine-search ul.cat-list li
{
  padding:0;
}

.refine-search ul li a
{
  color:#00234B;
  text-decoration:none;
}

.refine-search ul li a:hover
{
  text-decoration:underline;
}

.refine-search ul li .num-items
{
  color:#2699C7;
}

.refine-search input[type=text], .refine-search select
{
  padding:3px;
  border:1px solid #C7D8E3;
  background-color:white;
  color:#2699C7;
}
.refine-search input[type=text]:focus
{
  border:1px solid #00a8ff;
}

.refine-search select
{
  width:95%;
}

.refine-search label
{
  font-size:11px;
}

.refine-search .refine
{
  text-align:center;
}
.refine-search a.selected-cat, .selected-aspect
{
  font-size:11px !important;
  font-weight:bold;
  color:#d7f5ff !important;
  display:block;
  margin-right:5px;
  padding:3px !important;
  background-color:#001f42;
  /*-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;*/
}
.selected-aspect.clearall
{
  background-color:#ff0042;
}
.selected-aspect
{
  margin-bottom:2px;
}
.refine-search a.selected-cat:hover, .selected-aspect:hover
{
  background-color:#ff0042;
  text-decoration:none;
  cursor:pointer;
}
.refine-search a.selected-cat .close-button
{
  float:left;
  font-size:11px;
  padding:0 8px 0 5px;
  margin:0;
  display:block;
}
.selected-aspect .close-button
{
  float:left;
  font-size:11px;
  padding:0px;
  margin:0;
  display:block;
  padding:0 8px 0 5px;
}
.refine-search li.hidden-aspect
{
  display:none;
}
.refine-search a.unselected-cat
{
  display:block;
  margin-right:5px;
  padding:3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.refine-search a.unselected-cat:hover
{
  text-decoration:underline;
  /*background-color:#7fc70d;*/
}

.search-cloud ul
{
  margin:0;
  padding:15px 0px 0px 0px;
  list-style:none;
  overflow:hidden;
}

.search-cloud ul li
{
  line-height:25px;
  height:25px;
  margin:5px 5px 5px 5px;
  float:left;
}

.search-cloud .pop1 a
{
  font-size:10px;
  color:#155D79;
}

.search-cloud .pop2 a
{
  font-size:12px;
  font-weight:bold;
  color:#155D79;
}

.search-cloud .pop3 a
{
  font-size:16px;
  font-weight:bolder;
  color:#2699C7;
}

.search-cloud .pop4 a
{
  font-size:22px;
  font-weight:bolder;
  color:#2699C7;
}

.search-cloud a
{
  text-decoration:none;
}

.search-cloud a:hover
{
  text-decoration:underline;
}

.blog-posts ul
{
	list-style: none;
	margin:0;
	padding: 0;
}

.blog-posts ul li
{
	border-bottom: 1px solid #DFE3E8;

}

.blog-posts ul li p
{
  padding: 9px 0px 9px 32px;
  background: url(../images/img_blog_post.png) 8px 12px no-repeat;
}

.blog-posts ul li.last
{
	border-bottom: 0px;
}

.blog-posts div
{
  padding: 2px;
  position: relative;
	text-align: left;
	color: #A9A9A9;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.blog-posts div span
{
  position: absolute;
  right: 0;
  top: 0;
	text-align: right;
	font-size: 12px;
	color: #269AC8;
}

.blog-posts div span a
{
	font-size: 12px;
	color: #269AC8;
	text-decoration: none;
	font-weight: normal;
}

.blog-posts div span a:hover
{
	text-decoration: underline;
}

.blog-posts p
{
	font-weight: bold;
	font-size: 17px;
	margin:0;
	padding:0;

}

.blog-posts p a
{
	color: #001F42;
	text-decoration: none;
}


.blog-posts p a:hover
{
	text-decoration: underline;
}

.latest-snipes ul
{
  margin:0;
  padding:0;
  list-style:none;
}

.latest-snipes ul li
{
  padding:15px 0px 0px 0px;
  height:84px;
}

.latest-snipes ul li img
{
  float:left;
  width:82px;
  height:82px;
  border:1px solid #CCC;
  margin:0px 15px 0px 0px;
}

.latest-snipes .snipe-date
{
  font-size:12px;
  color:#2699C7;
}

.latest-snipes .snipe-product a
{
  font-size:12px;
  color:#00234B;
  font-weight:bold;
  text-decoration:none;
}
.latest-snipes .snipe-product a:hover
{
  text-decoration:underline;
}

.latest-snipes .snipe-itemno
{
  font-size:12px;
  color:#2699C7;
}

.latest-snipes .snipe-itemno a
{
  text-decoration:none;
  color:#2699C7;
}

.latest-snipes .snipe-itemno a:hover
{
  text-decoration:underline;
}

.latest-snipes .snipe-price
{
  font-size:12px;
  color:#35A907;
  font-weight:bold;
}


/*################  FOOTER  ################# */

#footer
{
	background: url(../images/bg_footer.png) top left repeat-x;
	width: 100%;
}

#footer_content
{
	margin: auto;
	width: 950px;
	padding: 26px 0px 0px 0px;
}

#newsletter
{
  float:left;
	background: url(../images/bg_newsletter.png) no-repeat;
	width: 507px;
	height: 42px;
	padding: 0px 0px 0px 230px;
}

#newsletter_box
{
	margin: 10px 0px 0px 0px;
	float: left;
	width: 280px;
}

#newsletter_box input
{
	width: 270px;
	border: 0px;
	color:#00244B;
	font-weight: bold;
	font-size: 14px;
}

#newsletter_btn
{
	width: 53px;
	float: left;
	padding: 4px 0px 0px 2px;
}

#social
{
  width:144px;
  height:46px;
  background: url(../images/img_social.png) no-repeat;
  float:right;
}

#social ul
{
  margin:0;padding:0;
  list-style:none;
}

#social ul li
{
  float:left;
  margin-right:4px;
}

#social ul li a
{
  height:45px;
  width:44px;
  display:block;
}

#social ul li a span
{
  display:none;
}

#bottom_nav
{
  float:left;
  padding:30px 0px 30px 0px;
}

#bottom_nav ul
{
  margin:0;
  padding:0;
  list-style:none;
}

#bottom_nav ul li
{
  float:left;
  border-right:1px solid #37CCFF;
  padding:0px 0px 0px 15px;
}

#bottom_nav ul li a
{
  color:#37CCFF;
  font-size:13px;
  text-decoration:none;
  padding:0px 15px 0px 0px;
}
#bottom_nav ul li a:hover
{
  text-decoration:underline;
}
#bottom_nav ul li:first-child
{
  padding-left:0;
}

#bottom_nav ul li:last-child
{
  border:none;
}

#visualsoft
{
  padding: 30px 0px 0px 0px;
  float:right;
}

#country_select
{
  padding: 0px 0px 30px 0px;
}

#country_select ul
{
  color:#FFF;
  font-size:11px;
  list-style:none;
  margin:0;
  padding:0;
}

#country_select ul li
{
  float:left;
  padding:5px;
  /*border-right:1px solid white;*/
  width:179px;
}

#country_select ul li:first-child, #country_select ul li:last-child
{
  border:none;
}

#country_select ul li a
{
  color:#FFF;
  text-decoration:none;
  padding:5px;
}

#country_select ul li a:hover
{
  text-decoration:underline;
}

#country_select ul li.country_option
{
  padding-left:25px;
  background: url(../images/flags.gif) no-repeat;
}


.clear {
	clear: both;
}

/*################  BLOG  ################# */
#blog
{
  background: url(../blog/wp-content/themes/goofbay/images/title_blog.png) no-repeat;
}
#blog a
{
  color:#002146;
  text-decoration:none;
}
#blog a:hover
{
  text-decoration:underline;
}
.blog-post, .blog-post-alt
{
  padding:10px 10px 20px 10px;
  overflow:hidden;
}
.blog-post
{
  background-color:#d7f5ff;
}
.blog-post-alt
{
  background-color:#eef9ff;
}
.blog-post h2, .blog-post-alt h2
{
  font-size:19px;
  color:#269ac8;
  width:285px;
  padding:0 10px 10px 10px;
}
.blog-post h2
{
  float:left
}
.blog-post-alt h2
{
  float:right;
}
.blog-post h2 a, .blog-post-alt h2 a
{
  color:#002146;
  text-decoration:none;
}
.blog-post h2 a:hover, .blog-post-alt h2 a:hover
{
  text-decoration:underline;
}
.blog-post p, .blog-post-alt p
{
  margin:10px;
}
.blog-post img, .blog-post-alt img
{
  display:none;
}
.blog-post .post-img, .blog-post-alt .post-img
{
  height:244px;
  width:244px;
  background-repeat:no-repeat;
  background-color:white;
  border:3px solid white;
  background-position:center;
}
.post-img a
{
  width:250px;
  height:250px;
  text-decoration:none;
  display:block;
}
.blog-post .post-img
{
  float:right;
  margin:10px 10px 0 20px;
}
.blog-post-alt .post-img
{
  float:left;
  margin:10px 20px 0 10px;
}
.blog-post p, .blog-post-alt p
{
  font-size:12px;
}
.blog-post p a, .blog-post-alt p a
{
  color:#269ac8;
  font-weight:bold;
}
.blog-post p a:hover
{
  color:#002146;
}
.blog-comments, .blog-comments-add
{
  font-size:11px;
  float:left;
  margin:10px;
}
.blog-comments, .blog-comments-add
{
  line-height:20px;
  height:30px;
}
.blog-comments img, .blog-comments-add img
{
  float:left;
  margin:0 5px 0 0;
}
.blog-comments a, .blog-comments-add a
{
  color:#269ac8;
  font-weight:bold;
}
.blog-comments a:hover, .blog-comments-add a:hover
{
  color:#002146;
  font-weight:bold;
}
.blog-sidebar
{
  list-style:none;
  margin:0;
  padding:0;
}
.blog-sidebar li
{
  font-size:12px;
}
.blog-sidebar h2
{
  background-color:#d7f5ff;
  padding:10px 0 10px 15px;
  list-style:none;
  font-size:20px;
  font-weight:bold;
  margin:5px 0 5px 0;
}

.blog-sidebar li ul
{
  margin:0;
  padding:5px 5px 5px 15px;
  overflow:hidden;
}
.blog-sidebar li ul li
{
  color:#269ac8;
  padding:3px;
  width:146px;
  float:left;
}

.blog-sidebar li ul li a
{
  color:#002146;
  text-decoration:none;
}
.blog-sidebar li ul li a:hover
{
  text-decoration:underline;
}
#respond
{
  background-color:#f5f5f5;
  padding:20px;
  margin:20px 0 20px 0;
}
.comment-textbox
{
  height:32px;
  margin:0 0 10px 0;
  padding:0;
  width:292px;
  overflow:hidden;
  background-color:yellow;
  float:left;
}
.comment-textbox input
{
  background-color:none;
  border:none;
  margin:6px 0 0 10px;
  font-size:15px;
  color:#2699C7;
  font-weight:bold;
  float:left;
  width:276px;
}
.required
{
  float:left;
  color:#2699C7;
  padding:5px;
}
.comment-textarea
{
  height:112px;
  margin:0 0 10px 0;
  padding:0;
  width:557px;
  overflow:hidden;
  background-color:yellow;
  float:left;
}
.comment-textarea textarea
{
  background:none;
  border:none;
  padding:10px;
  font-size:15px;
  color:#2699C7;
  font-weight:bold;
  width:530px;
  height:90px;
}
.commentlist
{
  list-style:none;
  margin:0;
  padding:0;
}
.commentlist a
{
  text-decoration:none;
  color:#2699C7;
}
.commentlist li
{
  font-size:12px;
  background-color:#EEF9FF;
  padding:20px;
  margin:0 0 20px 0;
}
.commentlist li p
{
  font-size:12px;
}
.commentlist li .vcard, .commentlist li .vcard a
{
  font-weight:bold;
  color:#002146;
}
.commentlist li .vcard a:hover
{
  text-decoration:underline;
}
.commentlist li .vcard img
{
  float:right;
}
.commentlist li .vcard cite
{
  font-style:normal;
}

/*######### LIGHTBOX ##########*/
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

/***/

.competition-form {
  float:left;
  width:311px;
}

.competition-form .generic-form-box {
  background:url("../images/generic_form_input_comp.png") no-repeat scroll 0 0 transparent;
  width:291px;
}

.competition-form .generic-form-box input {
  background:none repeat scroll 0 0 transparent;
  width:276px;
}

.competition-disclaimer {
  float:right;
  width:250px;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}

.result_table td
{
  border-bottom: 1px solid #ccc;
}

.result_table th
{
  background: #001F42;
  color: #fff;
  font-size: 14px;
  padding: 6px;
}

.result_table td
{
  font-size: 12px;
  padding: 6px;
}




/* New Look Ebay Search Results Table */

table.ebay-searchresults-header
{
  background-color:#FBFBFB;
  border:1px solid #EAEAEA;
  color:#727272;
  font-size:12px;
  margin:5px 0 0 0;
  padding:5px;
  width:100%;
}

div.ebay-searchresult-container
{
  margin:0;
  padding:0;
  position:relative;
}
table.ebay-searchresult
{
  background-color:#FBFBFB;
  border:1px solid #EAEAEA;
  color:#727272;
  font-size:12px;
  margin:5px 0 0 0;
  padding:5px;
  position:relative;
  width:100%;
}
table.ebay-searchresult:hover
{
  border:1px solid #D7D7D7;
}
table.ebay-searchresult table.item-information
{
  border:0px;
  padding:0px;
  width:595px;
}
table.ebay-searchresult table.item-information .item-image
{
  height:64px;
  padding:0 20px 0 0;
  text-align:center;
  width:84px;
}
table.ebay-searchresult table.item-information .item-image img
{
  border:1px solid #D7D7D7;
}
table.ebay-searchresult table.item-information .item-name
{
  font-size:14px;
  font-weight:bold;
  width:500px;
}
table.ebay-searchresult table.item-information .item-name a
{
  color:#001F41;
  font-size:14px;
  font-weight:bold;
  width:100%;
}
table.ebay-searchresult table.item-information .item-name span.item-subtitle
{
  color:#727272;
  display:block;
  font-size:11px;
  font-weight:bold;
  margin:10px 0 0 0;
}

table.ebay-searchresult table.item-information .item-info-extra-label
{
  font-size:11px;
}
table.ebay-searchresult table.item-information .item-info-extra
{
  font-size:12px;
  font-weight:bold;
}
table.ebay-searchresult table.item-information .item-category
{
  width:200px;
}
table.ebay-searchresult table.item-information .item-seller
{
  width:280px;
}
table.ebay-searchresult table.item-information .item-seller a
{
  font-weight:normal;
}
table.ebay-searchresult table.item-information .item-bin-price
{
  text-align:center;
  width:100px;
}
table.ebay-searchresult table.item-information .item-bids
{
  text-align:center;
  width:80px;
}
table.ebay-searchresult table.item-information .item-time-left
{
  text-align:center;
  width:80px;
}

table.ebay-searchresult table.item-actions
{
  border:0px;
  padding:0px;
  width:595px;
}
table.ebay-searchresult table.item-actions a
{
  background-color:#F0F9FF;
  border:1px solid #E1F3FF;
  display:block;
  float:right;
  font-size:12px;
  font-weight:bold;
  margin:5px 0 0 10px;
  padding:5px;
  text-align:center;
  width:70px;
}
table.ebay-searchresult table.item-actions a:hover
{
  background-color:#F0F9FF;
  border:1px solid #A6DBFF;
  text-decoration:none;
}
table.ebay-searchresult table.item-prices
{
  background-color:#FFF;
  border:1px solid #EAEAEA;
  color:#001F41;
  font-weight:bold;
  margin:0;
  padding:10px;
  text-align:center;
  width:120px;
}
table.ebay-searchresult table.item-prices td.item-price-label
{
  color:#727272;
  font-weight:normal;
}
table.ebay-searchresult table.item-prices td.item-price-total
{
  color:#1D84B0;
  font-size:18px;
}
table.ebay-searchresult .show-more
{
  background-color:#F0F9FF;
  background-image:url(../images/search_results_info_expand_collapse.png);
  background-position:95% 8px;
  background-repeat:no-repeat;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border:1px solid #EAEAEA;
  bottom:-1px;
	cursor:pointer;
  left:10px;
  padding:5px 25px 5px 10px;
  position:absolute;
}
table.ebay-searchresult:hover .show-more
{
  border:1px solid #D7D7D7;
}
table.ebay-searchresult .show-more.expanded
{
  background-position:95% -10px;
  border-bottom:1px solid #F0F9FF;
}
table.ebay-searchresult-more
{
  display:none;
  background-color:#F0F9FF;
  border:1px solid #EAEAEA;
  border-top:0px;
  padding:10px;
  width:100%;
}
table.ebay-searchresult-more th
{
  font-size:12px;
  font-weight:bold;
  padding:0 0 0 13px;
  text-align:left;
  text-decoration:none;
  color:#727272;
}
table.ebay-searchresult-more a
{
  background-color:#FBFBFB;
  border:1px solid #EAEAEA;
  display:block;
  font-size:12px;
  font-weight:bold;
  margin:5px 0 0 10px;
  padding:5px;
  text-align:center;
  width:110px;
}
table.ebay-searchresult-more a:hover
{
  border:1px solid #D7D7D7;
  text-decoration:none;
}




/* eBay Product Reviews */

.product-reviews
{
  padding:10px;
  width:790px;
  margin:0 auto;
}

.product-reviews .product-info
{
  background-color:#FFF;
  border:1px solid #B7EDFF;
  padding:25px 0;
  width:740px;
  margin:0 auto;
}

.product-reviews .product-info .item-image
{
  text-align:center;
}
.product-reviews .product-info .rating-stars
{
  text-align:center;
  margin:0 auto;
  width:510px;
}

.product-reviews .product-review
{
  background-color:#FFF;
  border:1px solid #B7EDFF;
  padding:25px;
  width:690px;
  margin:15px auto;
  overflow:hidden;
}

.product-reviews .product-review h2
{
  margin:0 0 10px 0;
}
.product-reviews .product-review .review-author
{
  font-size:10px;
}
.product-reviews .product-review p
{
  line-height:20px;
  font-size:11px;
}


/*Bookmarklet (on My Snipes Page) */

.bookmarklet
{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color:#0c8dff;
  padding:5px;
  color:#FFF !important;
  box-shadow:-2px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: -2px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: -2px 2px rgba(0,0,0,0.3);
}
.bookmarklet:hover
{
  color:#FFF;
  text-decoration:none !important;
  background-color:#14a1ff;
}
