﻿/* Components */
#header-right {
	margin-left:200px;
}

/* --- Top Links --- */
#toplinks {
	padding:3px;
	padding-right:0;
	font:10px verdana;
	text-align:left;
	color:#999999;
	margin-top:8px;
}
/* -x- Top Links -x- */

/* --- Inquiry Basket --- */
.basketcount {
	text-decoration:none;
}
.basketcount b {
	font-weight: bold;
	color: #00cc33;
}
.inqBasketMessage {
	padding:10px;
	margin:20px 100px;
	border:1px solid #e7e7e7;
	background-color:#F9F9F9;
}
/* --- Inquiry Basket --- */

/* --- Top Buttons --- */
#top_buttons {
	text-align:left;
	clear:both;
	border-bottom:solid 3px #648da9;
	overflow:hidden;
	width:100%;
}
#top_buttons ul {
	margin:0;
	padding:0;
	list-style: none;
}
#top_buttons li {
	margin:0;
	padding:0;
	float:left;
}
#top_buttons a {
	display:block;
	float:left;
	background:url(../images/tab.gif) no-repeat right top;
	font:bold 12px arial; 
	color:#FFFFFF;
	text-align:center;
	padding:6px 20px 2px 10px;
	margin-right:3px;
	text-decoration:none;
	letter-spacing:1px;
}
#top_buttons a:hover {
	background:url(../images/tab.gif) no-repeat right -30px;
}
#sellers #top_buttons a#nav-buy,
#selloffers #top_buttons a#nav-buy,
#products #top_buttons a#nav-products,
#auction #top_buttons a#nav-auction,
#buyers #top_buttons a#nav-sell,
#buyoffers #top_buttons a#nav-sell,
#mypage #top_buttons a#nav-mypage {
	background:url(../images/tab.gif) no-repeat right -32px;
}
	

/* -x- Top Buttons -x- */


/* --- Bread Crumbs --- */
#breadcrumbs {
	font:0.8em verdana;
	margin-bottom:10px;
}
/* -x- Bread Crumbs -x- */


/* --- Search --- */
.search {
	border:1px solid #CCC;
	padding:0;
	margin-bottom:15px;
	clear:both;
}
.search div {
	background-color:#e7e7e7;
	padding:6px;
	padding-left:15px;
}
.search ul {
	float:right;
	padding:0;
	margin:0;
	font:0.8em verdana;
	padding-right:10px;
}
.search form {
	margin:0;
	padding:0;
	display:block;
	border:0;
}
a.advSearch {
	display:block;
	float:right;
	margin-right:20px;
	padding:10px;
	padding-left:20px;
	background:url(../images/icons/icon_search.gif) no-repeat left center;
}
/* -x- Search -x- */

.box {
	background-color:#E7E7E7;
	padding:15px 2px;
	margin-bottom:8px;
}



/* --- Tabs --- */
#tabs {
	padding:0 0 22px 0;	/* Its a bit tricky. Tab floated left and it gets out of the container. IE Space(bug) when height specified in div. So bottom padding is the only way */
	text-align:left;
	margin:0;
}
#tabs ul {
	margin:0;
	padding:0;
	list-style:none;
}
#tabs li {
	margin:0;
	padding:0;
	float:left;
}
#tabs li a {
	display:block;
	float:left;
	background-color:#5F82A2;
	border-top:3px solid #7BACC7;
	font:bold 11px arial; 
	color:#FFFFFF;
	text-align:center;
	padding:2px 15px 3px 15px;
	margin-right:3px;
	text-decoration:none;
}
#tabs li a:hover {
	background-color:#5EA176;
	border-top:3px solid #71C28D;
}	
#selloffers .tab-sell-offers, #buyoffers .tab-buy-offers, 
#buyers .tab-buyers, #sellers .tab-sellers, #products .tab-products, 
#community .tab-community {
	background-color:#82BD30;
	border-top:3px solid #96DB38;
}

#tab_box {
	background-color:#EFF0EE;
	border:1px solid #CCC;
	padding:5px;
	line-height:22px;
	overflow:hidden;
	width:597px;
	height:280px;
}
#tab_box a {
    font-size:11px;
}
.pnlPath {
	background-color:#FDFDFD;
	border:1px solid #CCC;
	padding:5px 6px;
	font:bold 11px verdana;
	border-top:none;
	text-transform:capitalize;
	border-top:solid 4px #82BD30;
}
.pnlPath a {
	text-decoration:none;
	color:#006699;
	font-weight:bold;
}
#tabMainCats {
	padding:5px;
	margin:10px 0 0 0;
	font:11px Verdana;
}
#tabMainCats ul {
    margin:0;
    padding:0;
    list-style-type:none;
}
#tabMainCats a {
	padding:0 20px 0 0;
	color:#0066CC;
	font-size:small;
}
#tabMainCats a span {
	color:#c4c4c4;
	text-decoration:none;	
}
#mainGoogAd {
    width:300px;
    float:right;
    height:250px;
}
/* -x- Tabs -x- */


/* --- Left Bar --- */
#leftbar ul#maincats {
	margin:0;
	padding:0;
	list-style:none;
	padding-left:15px;
}
#leftbar ul#maincats ul {
	margin-bottom:15px;
	display:block;
}
#leftbar ul#maincats div {
	font-weight: bold;
	color: #005571;
}
/* -x- Left Bar -x- */


/* --- Listing Control (Inquire now buttons) --- */
.listControls {
	margin:20px 0px 20px 7px;
	font:0.8em verdana;
	vertical-align:middle;
}
.listControls div {
	width:325px;
	float:right;
	text-align:right;
}	
/* -x- Listing Control -x- */

/* --- Company Listing --- */
.listingItem {
	padding:12px 0;
	border-bottom:solid 1px #CCC;
}
.listingItem .EnquiryPnl {
	width:100px;
	float:right;
}
.listingItem .sendEnquiry {
	width:100px;
	text-align:center;
	font:0.8em verdana;
	float:right;
	border:1px solid #e6e6e6;
	padding:3px;
}
.chatStatusDet {
    padding: 3px;
    border: #b5de82 1px solid;
    width: 100px;
    margin:0 auto;
}
.chatStatus {
    width: 100px;
    padding: 3px;
    border: #b5de82 1px solid;
}
.ChatStatusInnerDiv {
	margin:0 20px;
}
.chatStatus span, .chatStatusDet span {
    display: block;
    padding: 2px;
    float: left;
    text-decoration: underline;
    font-size: 11px;
    font-weight:bold;
    color: #1844ad;
    cursor: pointer;
}
.chatStatus span:hover, .chatStatusDet span:hover {
    cursor:pointer;
    color:#ff3300;
}
.chatStatusDet span {
    font-size: 12px;
    font-weight:bold;
}
.listingItem .companyTitle {
	font-size:14px;
	margin-right:120px;
}
.listingItem .listingContent {
	padding:5px 8px 0 25px;
	margin-right:120px;
}
.listingItem p {
	font: 0.8em verdana;
	color: #555555;
	text-align: right;
	padding:0;
	margin:10px 0;
}

.listingDesc { /* Used only in scrap sellers search results listing */
}

.tradeDetails {
    width:350px;
    float:left;
    margin-top:12px;
}
.globalTrading {
    font-size:11px;
    color:#666666;
    background:url(../images/icons/icon_globe.gif) no-repeat left center;
    padding-left:20px;
}
.localTrading {
    font-size:11px;
    color:#999999;
}
	
/* -x- Company Listing -x- */

/* --- Search Results --- */
#searchResultsTitle h2 {
	color:#D0AF17;
}
.pnlSearchInfo {
	border:solid 1px #CCCCCC;
	background-color:#F4F4F4;
}
.pnlSearchInfo span {
	padding:5px;
	background-color:#F4F4F4;
	display:block;
}
.pnlSearchInfo .top {
	background-color: #fce085;
}
.no-results {
	text-align:center;
	padding:50px 0;
}
.no-results div {
	margin:20px 100px;
	font-weight:bold;
	padding:12px;
	border:solid 1px #e6e6e6;
}
.advancedSearch-Container {
	margin-top:50px;
}
.advancedSearch-Container #topGoogleAd {
	width:250px; float:right;
}
/* -x- Search Results -x- */

/* --- Offer Listing --- */
.offerImage {
	margin:5px 12px 5px 0;
}
.OfferSpecification {
	display:block;
}
.OfferCompanyName {
	display:block;
	margin-top:6px;
	font:11px arial;
}
.OfferDescription {
	display:block;
	font:0.8em verdana;
	color:#666666;
	margin-top:5px;
}
.responseDescription {
   	display:block;
	margin-top:5px;
    border:solid 1px #CCCCCC;
    padding:20px;
    background-color:#f5fcea;
}
.inquirySenderDetails-header {
    border-bottom:solid 1px #a2c36f;
    padding-bottom:10px;
    margin-bottom:20px;
}
.BasicOffer {
	display:block;
	padding-bottom:15px;
}
.memberFilter {
	padding:8px;
	margin:5px 0;
	border:solid 1px #C4C4C4;
}
.displayType {
    width:200px;
    float:right;
}
.displayTop {
    margin-top:10px;
    text-align:right;
    padding-bottom:8px;
    border-bottom:solid 1px #CCCCCC;
}
.displayTop .showItems {
    text-align:left;
    padding-left:10px;
    float:left;
    width:350px;
}
/* --- Offer Listing --- */

/* --- Offer (Simple) Listing --- */
.simple_offerTitle {
	width:55px;
	float:left;
	padding-left:5px;
}
.simple_listingContent {
	width:485px;
	float:left;
	overflow:hidden;
	font-size:12px;
}
.simple_sendEnquiry {
	float: right;
	font: 0.8em verdana;
	text-align: center;
	padding-right:10px;
}
.simple_listingContent .offerImage {
	float:left;
	margin:0;
}
.simple_listingItem {
	background-color: #eeeeee;
}
.listingItemPremium {
	border-bottom: #f1d287 1px solid;
	background-color: #e4f5c9;
}
.simple_listingItemPremium {
	border-bottom: #f1d287 1px solid;
	background-color: #fefdf6;
}
.simple_listing {
	margin-top:30px;
}
.simple_listingHeader {
	font-weight:bold;
	margin-top:30px;
    border-bottom:3px solid #99b15a; 
}
.simple_listingContent span {
	display:block;
	float:left;
}
.simple_title {
	display:block;
	float:left;
	width:120px;
}
.simple_title_premium {
	display:block;
	float:left;
	width:120px;
	font-weight:bold;
	font-size:11px;
}
.simple_ItemText {
	font-size:11px;
}
.simple_packing {
	font-size:11px;
}
.simple_price {
	font-size:10px;
}
.simple_country {
	font-size:10px;
}
.premiumMouseOver, .basicMouseOver {
	cursor:pointer;
}
.premiumMouseOver {
	background-color: #e2e7ab;
}
.basicMouseOver {
	background-color: #f1fdd0;
	border-bottom: #E9B945 1px solid;
}	
.miniProIcon {
	float:left;
}

/* -x- Offer (Simple) Listing -x- */

/* --- Offer (Gallery) Listing --- */
#galleryContainer {
    overflow:hidden;
    width:580px;
}
.galleryItem {
    float:left;
    width:120px;
    margin:10px;
    margin-bottom:20px;
}
.galleryImage {
    height:105px;
    border:solid 1px #CCCCCC;
    text-align:center;
    vertical-align:middle;
}
.galleryMiddleBar {
    background-color:#CCCCCC;
    text-align:center;
}
.galleryItemDetails {
    border:solid 1px #CCCCCC;
    height:90px;
    font-size:11px;
    padding-left:5px;
    padding-top:3px;
}
.gallery_price {
    color:#da0000;
}
/* -x- Offer (Gallery) Listing -x- */


/* --- Paging Links --- */
.pnlPageLinks {
	clear:both;
	margin-top:20px;
	background-color:#EEEEEE;
	border-bottom:2px solid #CCCCCC;
	border-top:2px solid #FBFBFB;
	padding:6px;
	text-align:center;
	font-weight:bold;
}
.pnlPageLinks p {
	display:inline;
	margin-right:30px;	
	font-weight:normal;
}
.pnlPageLinks p span {
    font-weight: bold;
    color: #006600;
}
#lblNav {
	font-weight: bold;
	color: #006633;
}
#lblNav a {
	font-weight:normal;
}	
/* -x- Paging Links -x- */



/* --- Top Steps --- */
.topStepsContainer {
	border-top:solid 1px #BBEA57;
	border-bottom:solid 1px #BBEA57;
	padding:10px;
	margin:10px 0;
	clear:both;
}
.topSteps {
	float:left;
	margin-left:15px;
	padding-left:15px;
	border-left:solid 1px #E6D9B0;
	margin-top:5px;
	font-size:10px;
	color:#666666;
}
a.topStepsButton {
	display:block;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	padding:2px;
	border:solid 1px #A3DA2D;
	background:#FFFFFF url(../images/right_arrow.gif) no-repeat right center;
	padding-right:30px;
	padding-left:5px;
	font-size:11px;
	margin:5px 0;
}
a.topStepsButton:hover {
	background-color:#FFDB6C;
	color:#000000;
}
/* -x- Top Steps -x- */

/* ------ Steps ------ */
.NormalStep, .CurrentStep, .CompletedStep {
    width:100px;
}
.NormalStep .stepNo, .CurrentStep .stepNo, .CompletedStep .stepNo {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 3px;
    margin-bottom: 3px;
}
.NormalStep .stepInfo, .CurrentStep .stepInfo, .CompletedStep .stepInfo {
    font-size: 12px;
}
.NormalStep .stepNo {
    color: #dd9962;
    border-bottom: solid 1px #CCCCCC;
}    
.CurrentStep .stepNo {
    font-size: 18px;
    color: #990000;
    border-bottom: solid 1px #ff9966;
}    
.CompletedStep .stepNo {
    color: #999999;
    border-bottom: solid 1px #CCCCCC;
}    
.NormalStep .stepInfo {
    color: #000000;
}    
.CurrentStep .stepInfo {
    color: #cc6633;
    font-weight:bold;
}    
.CompletedStep .stepInfo {
    color: #999999;
}    
/* ---x--- Steps ---x--- */


/* --- Tel Fax --- */
#telFax {
	padding:8px 0;
	font:0.8em verdana;
}
#telFax span {
	padding:0 25px 0 15px;
}
.lblPhone {
	background:url(../images/i_phone.gif) no-repeat left center;
}
.lblFax {
	background:url(../images/i_fax.gif) no-repeat left center;
}

/* -x- Tel Fax -x- */


/* --- Inquiry Basket Listing --- */
.basketHeader {
	background-color:#e7e7e7;
	font-weight:bold;
}
.basketItem {
	border-bottom:solid 1px #e7e7e7;
}
/* -x- Inquiry Basket Listing -x- */


/* --- Left Collapsable Menu --- */
.menutop {
	background-color:#50981F;
	padding:3px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
}
#collmenu {
	border:solid 1px #e7e7e7;
}
.mainmenu {
	margin:0;
	padding:0;
	list-style:none;
}
.mainmenu li {
	margin:0;
	padding:0;
}
.mainmenu li a {
	display:block;
	padding:2px 5px;
	background-color:#D1F5A9;
	font:arial 11px;
	text-decoration:none;
	color:#000000;
	border-top:solid 2px #E0F9C6;
	border-bottom:solid 3px #78D017;
	width:185px;
}
.mainmenu li a:hover {
	background-color:#D1F5A9;
	color:#000000;
	border-top:solid 2px #E0F9C6;
	border-bottom:solid 3px #78D017;
}
.mainmenu li a span.mypageCount span {
	color: #ff8900;
	font-weight:bold;
}
.mainmenu li a span.mypageCount
{
	font-size:11px;
	color: #aeaeae;
}
.submenu {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li {
	margin:0;
	padding:0;
}
.submenu li a {
	display:block;
	font-size:11px;
	padding:5px 5px 5px 30px;
	margin:0;
	width:160px;
	border:0;
	border-bottom:solid 1px #EBEBEB;
	background:url(../images/left_bull.gif) no-repeat 12px center;
	background-color:#FFFFFF;
}
.submenu li a:hover {
	border:0;
	border-bottom:solid 1px #EBEBEB;
	background:transparent url(../images/bull_left_high.gif) no-repeat 12px center;
	background-color:#E8FDC1;
}
div#collmenu>ul a { width:auto; } 

.mainmenu li a.currentMenuItem {
	background-color:#D1F5A9;
	color:#000000;
	border-top:solid 2px #E0F9C6;
	border-bottom:solid 3px #78D017;
}

/* -x- Left Collapsable Menu -x- */



/* --- Basic Left Collapsable Menu --- */
.basicmember .menutop {
	background-color:#999999;
	padding:3px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
}
.basicmember .mainmenu li.basic a {
	background-color:#EDF2E6;
	font:arial 12px;
	text-decoration:none;
	color:#000000;
	border-top:solid 2px #F5F9F2;
	border-bottom:solid 3px #D7E2C7;
}
.basicmember .mainmenu li.basic a:hover {
	background-color:#D1F5A9;
	color:#000000;
	border-top:solid 2px #E0F9C6;
	border-bottom:solid 3px #78D017;
}
.basicmember .mainmenu li.basic .submenu li a {
	display:block;
	padding:5px 5px 5px 30px;
	margin:0;
	width:160px;
	border:0;
	border-bottom:solid 1px #EBEBEB;
	background:url(../images/left_bull.gif) no-repeat 12px center;
	background-color:#FFFFFF;
}
.basicmember .mainmenu li.basic .submenu li a:hover {
	border:0;
	border-bottom:solid 1px #EBEBEB;
	background:transparent url(../images/left_bull.gif) no-repeat 12px center;
	background-color:#fbffeb;
}
.basicmember .mainmenu li.basic a.currentMenuItem {
	background-color:#D1F5A9;
	color:#000000;
	border-top:solid 2px #E0F9C6;
	border-bottom:solid 3px #78D017;
}

#pnlBasicMemberNote {
	font:11px arial;
	padding:50px 8px;
	color:#999999;
}
/* -x- Basic Left Collapsable Menu -x- */

/* --- Details Page Content --- */
#details-content {
	padding:0 15px;
}
#details-content h4#selloffer {
	border:#e7e7e7 1px solid;
	padding:6px 10px;
	background-color: #fafafa;
	font:1.2em arial;
	font-weight:bold;
	color:#D58820;
}
#details-content h4#buyoffer {
	border:#e7e7e7 1px solid;
	padding:6px 10px;
	background-color: #fafafa;
	font:1.2em arial;
	font-weight:bold;
	color:#0C4F92;
}
#details-logo {
	width:200px;
	text-align:center;
	float:right;
}
#details-about {
	margin-right:200px;
}
#details-content h5#wesell {
	clear:both;
	margin:0;
	padding:0;
	margin-top:20px;
	background:url(../images/products_we_sell.gif) no-repeat left bottom;
	height:24px;
}
#details-content h5#webuy {
	clear:both;
	margin:0;
	padding:0;
	background:url(../images/products_we_buy.gif) no-repeat left bottom;
	height:24px;
	border-left:solid 1px #e7e7e7;
	border-right:solid 1px #e7e7e7;
	padding-top:20px;
}
.wesell {
	padding:0 25px;
	border:solid 1px #e7e7e7;
	border-bottom:none;
}
.wesell div {
	margin:0 0;
	margin-top:6px;
	font:0.8em verdana;
	line-height:1.3em;
	color:#000000;
}
.wesell div b {
	font: bold 1.2em arial;
	color: #336633;
}
.webuy div b {
	color: #005699;
}
.webuy {
	border-bottom:solid 1px #e7e7e7;
	padding-bottom:8px;
}
#ContactDetails {
	border:solid 1px #e7e7e7;
	padding:10px;
	border-top:solid 3px #78D017;
}
.contactleft {
	background-color: #e3ffb4;
	text-align:right;
}
.details-heading {
	clear:both;
	font:bold 1.2em arial;
	color:Green;
	margin-top:12px;
}

#tblSpecification {
	margin:20px 0;
}
#tblSpecification td {
	border-bottom:solid 1px #e7e7e7;
}
#tblSpecification tr.toprow td {
	border-top:solid 1px #e7e7e7;
}

.offerDescription {
	padding:10px;
	border-bottom:solid 1px #e7e7e7;
	margin:20px 0;
}

.basicTop {
	height:68px;
	background:url(../images/basic_top.jpg) no-repeat left top;
	color:#FFFFFF;
	font-size:20px;
	font-family:Arial;
	font-weight:bold;
	padding-left:25px;
	text-transform:capitalize;
}
.basicTop a {
	color:#FFFFFF;
	padding-bottom:5px;
	border-bottom:solid 1px #ffcc66;
	text-decoration:none;
}
.basicTop a:hover {
	color:#ffcc66;
	border-bottom:solid 1px #FFFFFF;
}

.premiumTop {
	height:102px;
	background:url(../images/premium_top.jpg) no-repeat left top;
	color:#FFFFFF;
	font-size:20px;
	font-family:Arial;
	font-weight:bold;
	padding-left:25px;
	text-transform:capitalize;
}
.premiumTop a {
	color:#FFFFFF;
	padding-bottom:5px;
	border-bottom:solid 1px #ffcc66;
	text-decoration:none;
}
.premiumTop a:hover {
	color:#ffcc66;
	border-bottom:solid 1px #FFFFFF;
}

.rating {
	margin:15px 3px 15px 23px;
	font-size:11px;
	color:#666666;
}
.rating b { color:#000000; }
.fullRating {
	margin-left:30px;
	margin-top:10px;
}


/* Related Items */
#RelatedOffers {
    padding:5px;
    margin-left:15px;
    margin-right:15px;
}
.RelatedOfferItem {
    overflow:hidden;
    width:175px;	
    font-size:11px;
    margin-bottom:3px;
    padding-bottom:3px;
}
.RelatedOfferImg  {
    border:solid 1px #CCCCCC;
	margin:5px 12px 5px 0;
	float:left;
}
h4.relatedItems {
    color:#cf6721;
    padding:5px;
    margin:0;
    margin-left:5px;
    margin-bottom:5px;
    border-bottom:solid 1px #dcc766;
    font-size:15px;
}
h4.featuredItems {
    color:#1d5fb0;
    padding:5px;
    margin:0;
    margin-left:5px;
    margin-bottom:5px;
    border-bottom:solid 1px #dcc766;
    font-size:15px;
}
h4.relatedBuyOffers {
    color: #7a9cb4;
    padding: 5px;
    margin: 0;
    margin-left: 5px;
    margin-bottom: 5px;
    border-bottom: solid 1px #dcc766;
    font-size: 15px;
}

/* -x- Details Page Content -x- */

/* --- Search Results --- */
#searchResultsTitle h2 {
	color:#60A380;
}
#pnlSearchInfo {
	padding:8px;
	border:solid 1px #CCCCCC;
	background-color:#F4F4F4;
}
.listing-bottom {
	margin-top:50px;
}
.listing-bottom #topGoogleAd {
	width:250px; float:right;
}
/* -x- Search Results -x- */

/* --- MY PAGE --- */
#topEnquiries {
	border:solid 1px #e7e7e7;
	margin:10px 50px;
	padding:10px 25px;
}
#topEnquiries h4 {
	color:#006666;
	margin:0;
	padding:5px 0;
}
#topEnquiries ul {
	list-style-type:circle;
}
#mySellingFront {
	border:solid 1px #9BC0E6;
}
#mySellingFront #mySellingFrontTitle {
	background-color:#669ED7;
	font:bold 1em arial;
	color:#FFFFFF;
	padding:3px 0 3px 12px;
}
#mySellingFront td {
	padding:3px 0 3px 12px;
}
#myBuyingFront {
	border:solid 1px #B8E998;
}
#myBuyingFront #myBuyingFrontTitle {
	background-color:#83C859;
	font:bold 1em arial;
	color:#FFFFFF;
	padding:3px 0 3px 12px;
}
#myBuyingFront td {
	padding:3px 0 3px 12px;
}
.myPageListHeader {
	background-color:#e7e7e7;
	border-bottom:solid 1px #c4c4c4;
	padding:4px 0;
	font:12px arial;
	color:#666666;
	font-weight:bold;
}
.myPageListItem {
	border-top:solid 1px #e7e7e7;
	font-size:11px;
}
.myPageItemVisited {
	background-color: #F7F7F7;
}
.offer_response {
	padding-left:150px;
	background:url(../images/mypage/res_arrow.gif) no-repeat 130px center;
	font:11px verdana;
}
.offer_response a {
	color:#000000;
	text-decoration:none;
}
.responseVisited a {
	color:#999999;
}
.myPageListItem a {
	color:#000000;
	text-decoration:none;
}
.PMBTitle {
    font-size:16px;
    color:#000000;
    font-weight:bold;
    background:url(../images/mypage/mailicon.gif) no-repeat 10px center;
    background-color:#bad988;
    border-bottom:solid 3px #add66b;
    padding-left:30px;
}
.PMB-container {
    padding:10px;
    border:solid 1px #9cc970;
}
.PMBMessageCount {
    color: #ff6600;
    font-weight: bold;
}
.pmb1 {
	border:solid 1px #e7e7e7;
	margin:10px 5px;
	background-color:#F5FED6;
}
.pmb2 {
	border:solid 1px #e7e7e7;
	margin:10px 5px;
	background-color:#fafff8;
}
.pmb1 p, .pmb2 p {
	padding:10px;
}
.pmb1 .postInfo {
	padding:5px 10px;
	background-color:#f3f6e9;
	font:11px arial;
	border-top:3px solid #F8FEE0;
}
.pmb2 .postInfo {
	padding:5px 10px;
	background-color:#DDFBC8;
	font:11px arial;
	border-top:3px solid #ECFDE1;
	border-bottom:3px solid #CEFBB3;
}
#pmbHeader {
	padding:3px;
	text-align:center;
	font:bold 1em arial;
	background-color:#E7E8E6;
	border-bottom:solid 2px #A3DD77;
	font-variant:small-caps;
	letter-spacing:1px;
	margin:0 5px;
}
#mypageHeading {
	background:url(../images/myrim_head_bg.gif) no-repeat left center;
	padding:18px 0 12px 50px;
	font:bold 24px arial;
	color:#8CD63C;
	margin:10px 0;
	width:400px;
}
#mypageHeading span {
	color:#969894;
}
h4#mypageHeading {
	font-size:16px;
}
.tradeCreditsBox {
	float:right;
	background:url(../images/tradecredits_panel.gif) no-repeat;
	width:209px;
	height:85px;
	margin-left:20px;
}
.tradeCreditsBox div {
	padding:40px 5px 5px 12px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
.tradeCreditsBox div span {
	color:Red;
}
.liveHelp {
	float:right;
}
.lastPage {
	font-size:12px;
	display:block;
	margin:15px;
}
span.mypage_subheadblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin:0;
	padding:2px 15px 2px 10px;
	width:170px;
	display:block;
	float:left;
	background:#9adff6 url(../images/right_corner.gif) no-repeat right top;
}
span.mypage_subheadorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin:0;
	padding:2px 15px 2px 10px;
	width:170px;
	display:block;
	float:left;
	background:#f1ce98 url(../images/right_corner.gif) no-repeat right top;
}
span.mypage_subheadgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin:0;
	padding:2px 10px 2px 10px;
	width:170px;
	display:block;
	float:left;
	background:#bcf4a4 url(../images/right_corner.gif) no-repeat right top;
}
span.mypage_subheadblue span, span.mypage_subheadorange span {
	color:#e14a00;
}
.mypage_front_box {
	border:solid 1px #9adff6;
}
.mypage_front_box_orange {
	border:solid 1px #f1ce98;
}
.mypage_front_box_green {
	border:solid 1px #bcf4a4;
}
.mypageFrontMsg {
	font-size:11px;
	color:#666666;
	display:block;
	margin:20px 10px;
}
.mypageFrontNewFeatures {
	font-size:11px;
	color:#666666;
}

#subscribedAlerts h3 {
    margin:0;
    padding:0;
    font-size:16px;
    color:#536a2b;
    padding-left:5px;
}
#subscribedAlerts td span {
    font-size:12px;
    display:block;
    padding:20px 10px;
}
/* -x- MY PAGE -x- */

/* --- Registration --- */
.register_panel {
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.reg_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: disc;
	list-style-position: outside;
	margin-left:16px;
}
.verLine {
	background-image: url(../images/dot_line.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.reg_top_desc {
	font:11px verdana;
	color:#666666;
}
.reg_notification {
	display:block; 
	text-align:center; 
	border:1px solid #e6e6e6; 
	padding:5px; 
	margin:10px 220px; 
	margin-top:0;
}
/* Buy Alerts */
.tblBuyAlerts {
	border:solid 1px #DFEBBD;
}
.tblBuyAlerts .header {
	background-color:#DFEBBD;
}
.tblBuyAlerts .content {
	background-color:#F7FAED;
}
/* Sell Alerts */
.tblSellAlerts {
	border:solid 1px #B7D5F2;
}
.tblSellAlerts .header {
	background-color:#70C0F1;
}
.tblSellAlerts .content {
	background-color:#F1FAFE;
}

/* Telephone Fax Style */
.telText {
	font:9px verdana;
	color:#666666;
}

.login_register_panel {
	font-size:11px;
	line-height:17px;
}
/* -x- Registration -x- */

/* --- Confirmation Box --- */
.ConfirmationBox {
	margin:20px 100px;
	padding:25px;
	border:solid 5px #F4F4F4;
}
/* -x- Confirmation Box -x- */

/* --- Front Page --- */
/* Front Page Box */
.frontbox {
	background-color:#E7E7E7;
	padding:9px 14px;
	margin-bottom:8px;
	font:11px verdana;
	border:solid 1px #c4c4c4;
	width:250px;
}
.frontbox ul li {
	line-height:16px;
}
.frontbigbox {
	background-color:#FFFFFF;
	padding:11px 14px;
	margin-bottom:8px;
	font:11px verdana;
	border:solid 1px #e7e7e7;
}
#catleft {
	width:210px;
}
#catright {
	width:210px;
	float:right;
	padding-bottom:10px;
}
#catleft .maincat, #catright .maincat {
	display:block;
	font:bold 1.2em arial;
}
#recentBuyOff {
	width:210px;
	float:right;
}
#recentSellOff {
	width:210px;
}
#recentBuyOff ul, #recentSellOff ul {
	list-style-type:circle;
}
#recentBuyOff h5, #recentSellOff h5 {
	font-size:1.2em;
	padding:0;
	margin:10px 0;
}
.front-icons-container {
	width:200px;
	padding-right:25px;
	border-right:solid 1px #e7e7e7;
}
.front-icons-container-right {
	width:200px;
	float:right;
}

.front-icons {
	font-size:9px;
	color:#666666;
	margin:8px 0;
	width:200px;
	overflow:hidden;
}
.front-icons img {
	float:left;
	margin-right:3px;
}
.front-icons a {
	font-weight: bold;
	font-size: 13px;
	color: #000000;
}
.front-icons span.nolink {
	font-weight: bold;
	font-size: 13px;
	color: #000000;
}
.instant-offer {
    clear:both;
}
.instantOffer {
    font-size: 17px;
    font-weight: bold;
    color: #377000;
    padding: 5px 12px;
    background-color: #FFFFFF;
    clear:both;
    margin-top:30px;
    padding-top:15px;
    font-family:Arial;
    border-top:solid 1px #b2cc98;
}
.testimonial {
	width:192px;
	background:#f2f2f2 url(../images/testimonial_top.gif) no-repeat left top;
	padding-top:40px;
	margin:0 auto;
}
.testimonial .testi_content {
	margin:0 15px;
	font-size:11px;
}
.testimonial .testi_bottom {
	background:#f2f2f2 url(../images/testimonial_bottom.gif) no-repeat left bottom;
	height:26px;
}
.greenPanel {
	border:solid 1px #cfe9a4;
	font-size:11px;
}
.greenPanel h5 {
	margin:0;
	padding:3px;
	padding-left:10px;
	color:#7a8f58;
	font-weight:bold;
	background-color:#eff9de;
}
.greenPanel div {
	padding:10px;
}
.rightTopBanner {
	text-align:center;
	margin-bottom:15px;
}
.hotItem {
	float:left;
	width:145px;
	height:120px;
	padding-left:2px;
}

/* Slider */

.pLogo {
    float:left;
    margin-right:20px;
    height:80px;
}    
.pContent {
    line-height:20px;
}    
.pCont a {
    font-size:18px;
}    

	
/* --- Tab Box --- */
.tabbox {
	width: 278px;
	border: #d9e6c2 1px solid;
}
.tabboxHeader {
    background:url(../images/tabbox_bg.gif) repeat-x left top;
    height:20px;
    padding-left:10px;
}
.tabboxHeader div {
    float:left;
    padding:4px 10px;
    font-size:11px;
    font-weight:bold;
    padding-bottom:6px;
}
.tabOn {
    background-color:#FFFFFF;
    border:solid 1px green;
    border-bottom:0;
    color:darkgreen;
}
.tabOff {
    background:transparent;
    border:none;
    cursor:pointer;
}
.tabboxContent {
    padding:10px;
    font-size:11px;
}
/* -x- Tab Box -x- */

/* --- Google Ads --- */
#leftGoogleAd {
	padding-left:18px;
}

/* --- Trust Marks --- */
.trustMarksBox {
    background:url(../images/trustmarks/box.jpg) no-repeat left top;
    width:91px;
    height:91px;
    float:right;
    margin-left:20px;
}    
.trustMarksBox div {
    text-align: center;
    margin-top: 35px;
    font-size: 32px;
}    
.tmbrochure-cont {
	width:700px;
	overflow:hidden;
	padding-bottom:10px;
	border-bottom:solid 1px #efefef;
}	
.tmbrochure-cont h2 {	
	color:#5d90d5;
	font-family:Tahoma;
	font-size:18px;
	font-weight:bold;
	padding-top:10px;
}
.tmbrochure-cont .img {		
	float:left;
	margin-right:10px;
	border:solid 1px #CCC;
}
.tmbrochure-cont .tmarks {	
	float:left;
	width:120px;
	margin-top:20px;
	border:solid 1px #ffde00;
	font-weight:bold;
	padding:5px 10px;
	clear:right;
}

/* --- Scrap Prices Pages */
.tableHead {
	text-align:left;
}
#scrap_prices_listing {
	background-color:#F9F9F9;
	padding:10px;
	border:1px solid #e7e7e7;
	margin:20px 0;
	width:500px;
}	

/* --- Login/Logout --- */
#logoutbox {
    padding:12px;
    margin:20px 130px;
    border:solid 1px #b6e07a;
    color:#406c02;
}
#logoutbox ul li {
    list-style-image:url(../images/arrow.gif);
    line-height:25px;
}


/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(../images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../images/SavedStar.png);
}


/* Payment
********************************/
.paymentPanel {
	margin: 10px 30px;
	padding: 15px;
	border: 3px #EFEFEF solid;
}
.orderPrice {
	float: left;
	font-size: 15px;
	color: #333333;
}


/* Testimonials
********************************/
.testimonialsContainer p {
	margin:0;
	padding:0;
	padding:20px 0;
	border-bottom:dashed 1px #cccccc;
}
.testimonialsContainer p strong {
	color:#58764e;
	font-style:italic;
	display:block;
}


/* --- Footer --- */
#footer p a {
    text-decoration:none;
}

