﻿/* CSS Document */
BODY { /* default site formats */
	margin: 0 auto;
	font-family: Verdana, Tahoma;
	font-size: 11px;
}

IMG {
	border: 0;
	margin: 0;
	padding: 0;
}

FORM {
	display: inline;
	}

A {
	color: #000;
	text-decoration: none;
	outline: none;
	}

A.commonLinks {
	text-decoration: underline;
	}

.topLinks {
	height: 27px;
	width: 351px;
	text-align: right;
	background-image: url("../images/top_links_bg.png");
	background-position: top right;
	background-repeat: no-repeat;
	}
	
.TopBG {
	height: 22px;
	background-image: url("../images/top_bg.png");
	background-repeat: repeat-x;
	width: 100%;
	font-size: 10px;
	}

/* Site menu design */
.header_menu {
	display:none;
}

UL.main_menu {
	padding: 18px 10px 0 10px;
	margin: 0px auto;
	list-style-type: none;
	text-align: center;
	width: 760px;
	}

.main_menu LI {
	padding: 0 0 0 9px;
	background: no-repeat left top;
	float: left;
	margin: 0 10px 0 10px;	
}

.main_menu LI  A {
	padding: 5px 15px 4px 6px;
	display: block;
	font-weight: normal;
	font-size: 14px;
	background: no-repeat right top;
	float: left;
	color: #FFF;
	text-decoration: none;	
}

.main_menu LI  A:hover {
	color: #000;
	}

#current {
	background-color:#fff;
	background-image: url('../images/left_on.gif');
}

#current A {
	background-color:#fff;
	background-image: url('../images/right_on.gif');
	padding-bottom: 5px;
	color: #333;
}

/* End site menu design */

/* Categories box design */
.column_head {
	padding: 5px 0 0 10px;
}
.categories_head {
	background-color:#008c99;
	background-image: url('../images/categories_head.jpg');
	background-repeat: no-repeat;
	height: 27px;
	color: #FFF;
	font-size: 14px;
}

.categories_box {
	border: 1px solid #008c99;
}

.categories_box UL {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 13px;	
}

.categories_box li.row_alt {
	background-color: #e1eced !important;
}

.categories_box li a {
	text-decoration: none !important;
	padding: 5px 15px;
}

.categories_box li a:link, .categories_box li a:visited {
	color: #000;
	display: block;
}

.categories_box li a:hover, .categories_box li a:active {
	color: #000;
	background: 0 -32px;
	background-color: #d1d2d4;
}
/* End categories box design */


/* Site news box design */
.news_head {
	background-color:#008c99;
	background-image: url('../images/categories_head.jpg');
	background-repeat: no-repeat;
	height: 27px;
	color: #fff;
	font-size: 14px;
}

.news_title {
	font-size: 12px;
	font-weight: bold;
	}

.news_date {
	font-size: 10px;
	font-weight: normal;
	}

.news_content {
	padding: 2px 0 0 0;
	font-size: 11px;
	font-weight: normal;
	}

.news_link {
	padding: 0 0 10px 0;
	font-size: 11px;
	}

.news_link A {
	text-decoration: underline;
	font-size: 11px;
	}

.news_box {
	border: 1px solid #008c99;
	padding: 5px 10px;
	font-size: 10px;
}

.normal_gray_box {
	border: 1px solid #008C99;
	padding: 5px;
}

/* End news box design */

.spotlight {
	width: 700px;
	height: 200px;
	margin: 0;
	padding: 0;
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
}

.myaccount_head { /* Front search box */
	background-image: url('../images/myaccount_head.jpg');
	background-repeat: no-repeat;
	height: 27px;
	color: #FFF;
	font-size: 14px;
}

.myaccount_box {
	border: 1px solid #666666;
}

.content_table {
	border-collapse: collapse;
	border-style: none;
}

.data_table {border: 1px solid #c3c3c3;}

.data_table2 {border: 1px solid #c3c3c3;}

.data_table TD{	
	padding: 4px;
}

/* For posting an item tabbed navigation */
.selltabs {
	padding:0;
	margin: 0;
	list-style-type: none;
}
.selltabs li{
	display: inline;
	margin: 0;
	text-align: left;
	font-size: 1px;
}

/* End for posting an item tabbed navigation */

.front_search { /* Front search box */
	border: 1px solid #008c99;
	font-size: 12px;
	padding: 5px;
}

.footer_text {
	border-top: 1px solid #CCCCCC;
	color: #5A5A5A;
	font-size: 10px;
	padding: 5px 0 5px 0;
	text-align: left;
}

/* Format for displaying items as featured list */
.itemSummaryTitle {
	color: #575757;
	font-size: 18px;
	font-weight: normal;
	}

.itemSummaryTitle A {
	color: #575757;
}

.itemSummary {
	font-size: 9px;
	font-weight: bold;
	color: #7C7C7C;
}

.itemBid {
	width: 90px;
	padding: 0 5px 0 0;
	text-align:center;
	}

.itemSeparator {
	border-bottom: 1px solid #008c99;
	}

.itemBoxBorder {
	border-left: 1px solid #CCE0FF;
	border-right: 1px solid #CCE0FF;
	}
	
.imageWidth {
	width: 120px;
	text-align:center;
	}
/* End */

/* Format for news items */
.newsDate {
	font-size: 10px;
	font-weight: normal;
	}

.newsTitle {
	color: #FF7101;
	font-size: 10px;
	font-weight: bold;
	}

/* End format for news items */


.orange , .timeleftSmall2{
	color: #f28e00;
}

.border {border: 1px solid #c3c3c3;}

.clickable { cursor: pointer; } /* to make objects appear clickable */
/* system colors and background */
.s1 {background-color: #d1d2d4;} /* lightgray middle*/
.s5 {background-color: #d1d2d4;}
.s7 {background-color: #d1d2d4;}
.s8 {background-color: #d1d2d4;}
.s9 {background-color: #d1d2d4;}
.s2 {background-color: #d1d2d4;}
.s3 {background-color: #d1d2d4;}
.s6 {background-color: #d1d2d4;}

.tb { font-weight: bold; }
.ca { text-align: center; }
.ra { text-align: right; }
.la { text-align: left; }
.vt { vertical-align: top; }
.vm { vertical-align: middle; }

.commentbox {
	background-color: #FFFFE1;
	border: 1px solid #DADADA;
	padding: 5px;
}

.notify_box {
	background-color: #bcffb5;
	border: 1px solid #a3e59b;
	padding: 5px;
}

.green_box {
	background-color: #bcffb5;
	border: 1px solid #a3e59b;
	padding: 5px;
}

.yellow_box {
	background-color: #f4ef9a;
	border: 1px solid #dcd783;
	padding: 5px;
}

.blue_box {
	background-color: #b5d1ff;
	border: 1px solid #a4c1ee;
	padding: 5px;
}

.fivepixspacer { height: 5px; font-size: 1px; }
.tenpixspacer { height: 10px; font-size: 1px; }
.fifteenpixspacer { height: 15px; font-size: 1px; }
.twentypixspacer { height: 20px; font-size: 1px; }

/* Buttons */
.btnUploadFile { background:url("../images/btnUploadFile.jpg") no-repeat center; height: 32px; width: 100px; border:none; cursor: pointer; }
.btnUploadItems { background:url("../images/btnUploadItems.jpg") no-repeat center; height: 32px; width: 100px; border:none; cursor: pointer; }
.btnIconDelete { background:url("../images/delete.png") no-repeat center; height: 16px; width: 16px; border:none; cursor: pointer; }

#topBar {
	height:20px;
	text-align:right;
	padding-right:10px;
}

#topBar ul li {
	display:inline;
}

#topBar ul li a, #welcome a {
	color:#008c99;
	font-size:13px;
}

#topBar ul li a:hover, #welcome a:hover {
	text-decoration:underline;
}

#headerLeft {
	padding-left:10px;
	width:220px;
	float:left;
}

#headerRight {
	width:730px;
	height:95px;
	position:relative;
	float:right;
}

#welcome {
	position:absolute;
	bottom:0;
	left:20px;
	font-size:13px;
	font-weight:bold;
}

.searchBox {
	border:1px solid #d1d2d4;
	width:350px;
}

.searchDD {
	border:1px solid #d1d2d4;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	width:180px;
}

#searchTable {
	background-image:url('/gfx/searchBg.gif');
	background-repeat:no-repeat;
	height:34px;
	margin-top:30px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	width:940px;
	font-size:13px;
	padding-left:10px;
	padding-right:10px;
}

#searchTable td {
	font-size:13px;
}


.advsearch {
	color:#7c7c7c;
	font-size:11px;
}

.advsearch:hover {
	text-decoration:underline;
}

#machineTools {
	margin-left:10px;
	margin-bottom:20px;
}

.bty {
	float:left;	
	width:720px;
}

.welcomeHome {
	height:100px;
	margin:0px 10px 20px;
	width:700px;
}

.right {
	float:right;
}

#clock {
	background-image:url("/gfx/clock.gif");
	background-position:left top;
	background-repeat:no-repeat;
	width:220px;
	text-align:center;
	padding:20px 0;
}

/*home text box*/

.inlinehtag	{
	font-family: arial; font-size: 12px; padding:0; margin:0; font-weight:normal !important; display:inline;
}

.homepageboxtext	{
	font-family:arial; 
	font-size:12px
}

.homepagetextboxheading	{
	font-family:Verdana,Tahoma; font-size:14px; padding:0; margin:0; font-weight:normal !important;
}
