
			/* ===== global styles ===== */


body {
    font-family: helvetica, serif;
    background: white ;
    margin: 0;
    padding: 0;
}

p, h1, h2, h3, h4, h5, h6, li {
    margin: 1ex 1em;
}

div#outerDiv {
    width: 963px;
    margin: 0 auto;
	padding: 1ex;                         
    background: #dffae8;
}

#outerDiv a:link, #outerDiv a:visited {
    text-decoration: none;
    color: blue;
}

#outerDiv a:hover, #outerDiv a:active {
    color: blue;
    border-bottom: 1px dashed #566440;
}

			/* ===== header =====  */
			

div#header {
    height: 150px;
    position: relative;
	background-color: #476646;
	width: 961px;
}

img.logo {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}


.headerSearch {
	float: right;
	background-color: white;
	width: 600px;
	color:black; 
	border: 1px solid black;
	margin-right: 4em ;
	margin-top: 2em ;
	font-size: .8em; 
	text-align: center;
	white-space: normal;
}

.headerText{
	color:black; 
}

.headerSearchText {
	color: blue; 
	font-size: 1.3em;
}
			
			
			
			
			/* ===== sideBar =====  */

#content div#sideBar {
	position: relative;
	float: left;
    width: 170px;
    margin: 0 1.5em 0 0;
    border-right: solid #aaa 1px;
}

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

#sideBar #lapTop   a:link, #sideBar #lapTop a:visited {
	display: block;
	text-decoration: none;
	padding: 0;
	height: 152px;
	width: 142px;
	background:  url(http://www.mcbia.com/auction/eBay_Template/sidebar/sidebarLaptop.jpg) no-repeat left top;
	border: none;
}

#sideBar #lapTop   a:hover, #sideBar #lapTop  a:active {
	background-position: left bottom;
}

#sideBar #hardDrive   a:link, #sideBar #hardDrive a:visited {
	display: block;
	text-decoration: none;
	padding: 0;
	height: 152px;
	width: 142px;
	background:  url(http://www.mcbia.com/auction/eBay_Template/sidebar/sidebarHarddrive.jpg) no-repeat left top;
	border: none;
}

#sideBar #hardDrive   a:hover, #sideBar #hardDrive  a:active {
	background-position: left bottom;
}

#sideBar #monitor   a:link, #sideBar #monitor a:visited {
	display: block;
	text-decoration: none;
	padding: 0;
	height: 152px;
	width: 142px;
	background:  url(http://www.mcbia.com/auction/eBay_Template/sidebar/sidebarMonitor.jpg) no-repeat left top;
	border: none;
}

#sideBar #monitor   a:hover, #sideBar #monitor  a:active {
	background-position: left bottom;
}

#sideBar #computer   a:link, #sideBar #computer a:visited {
	display: block;
	text-decoration: none;
	padding: 0;
	height: 152px;
	width: 142px;
	background:  url(http://www.mcbia.com/auction/eBay_Template/sidebar/sidebarComputer.jpg) no-repeat left top;
	border: none;
}

#sideBar #computer   a:hover, #sideBar #computer  a:active {
	background-position: left bottom;
}

#sideBar #cpu   a:link, #sideBar #cpu a:visited {
	display: block;
	text-decoration: none;
	padding: 0;
	height: 152px;
	width: 142px;
	background:  url(http://www.mcbia.com/auction/eBay_Template/sidebar/sidebarCPU.jpg) no-repeat left top;
	border: none;
}

#sideBar #cpu   a:hover, #sideBar #cpu  a:active {
	background-position: left bottom;
}

#sideBar #ram   a:link, #sideBar #ram a:visited {
	display: block;
	text-decoration: none;
	padding: 0;
	height: 152px;
	width: 142px;
	background:  url(http://www.mcbia.com/auction/eBay_Template/sidebar/sidebarRam.jpg) no-repeat left top;
	border: none;
}

#sideBar #ram   a:hover, #sideBar #ram  a:active {
	background-position: left bottom;
}

#sideBar #server   a:link, #sideBar #server a:visited {
	display: block;
	text-decoration: none;
	padding: 0;
	height: 152px;
	width: 142px;
	background:  url(http://www.mcbia.com/auction/eBay_Template/sidebar/sidebarServer.jpg) no-repeat left top;
	border: none;
}

#sideBar #server   a:hover, #sideBar #server  a:active {
	background-position: left bottom;
}

			/* ===== photoShip =====  */

#photoShip {
	float: right;
}
			
#photoShip  ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#photoShip  li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#auctionItem .mainPhoto1 {
	padding: 1px;
	margin-top: 5px;
	border: 1px solid;
	margin: 1ex;
	z-index:1;
}


.warranty {
	background-color: white;
	border: 1px solid black;
	padding: 5px;
	color: red;
	font-size: 150%;
	margin: 0;
	text-align: center;
}


.shippingRate {
	color: blue;
	font-size: 150%;
	margin: 0;
	text-align: center;
	padding: 0;
}

.shippingDate {
	font-family: "Trebuchet MS", sans-serif;
    font-size: .7em;
	margin: 0;
	text-align: center;
}

			/* ===== auctionItem =====  */
			
.auctionItem {
	float: left;
	width: 500px;
}

#auctionItem p {
    font-family: helvetica, serif;
    font-size: .9em;
    line-height: 1.4em;
    color: #000;
    margin: 0 ;
}

#auctionItem .itemTitle {
    font-size: 1.2em;
    font-weight: bold;
    color: red;
	padding: 1ex;
}

#description {
	float: left;
	font-family: helvetica, serif;
	border-left: solid #aaa 1px;
	white-space: normal; 
}

			/* ===== tabs =====  */
	
.tabSection {

	padding: 1em;
	margin: 3em 0 0 15em;
	font-family: "Trebuchet MS", sans-serif;
	z-index: -1;
}

#tabPolicies ul {			
	margin: 0;
	background-color: white;
}
	
#tabPolicies li {			
	margin: 0;
	padding: .5ex;
	background-color: white;
}
	
div.TabView div.Tabs {
    height: 24px;
    overflow: hidden;
	background-color: white;
}

div.TabView div.Tabs a {
	background-color: white;
    float: left;
    display: block;
    width:  191px;
    text-align: center;
    height: 24px;
    padding-top: 3px;
    vertical-align: middle;
    border: 1px solid black;
    border-bottom-width: 0;
    text-decoration: none;
    font-family: "Arial", Serif;
    font-weight: 900;
	color: #000080;
}

div.TabView div.Tabs a:hover, div.TabView div.Tabs a.Active  {
    background-color: #fff8dc;
	
}

div.TabView div.Pages {

	background-color: white;
    border: 1px solid #404040;
    overflow: hidden;
}

div.TabView div.Pages div.Page {

    height: 100%;
    padding: 0px;
    overflow: hidden;
}

div.TabView div.Pages div.Page div.Pad {
    padding: 3px 5px;
}

			/* ===== scrollAuctions ===== */
			
.scrollAuctions {
	position: center;
	width: 961px;
}


div.otherSellers {
    width:961px; 
	background-color: white;
  }
  
  table#tableSellers {
    text-align:center; 
    margin-left:auto; 
    margin-right:auto; 
    width:500px;
  }


			/* ===== miscellaneous styles =====*/

.clear { clear: both }   