/* CSS Document */
/* ~~~~~~~~~~~~~~~~~~~~~ GLOBAL ~~~~~~~~~~~~~~~~~~~~~ */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	margin: 0;
	padding: 0;
	border: 0;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~ SHELLS ~~~~~~~~~~~~~~~~~~~~~ */
/* primary outside shell */

div#container {
	margin: auto;
	width: 800px;
	margin-bottom:10px;
}

/* ~~~~~~~~~~~~~~~~~~~~~ COMMON HEADER ~~~~~~~~~~~~~~~~~~~~~ */

div#header {
	height: 90px;
}

div#titleHeader {
	float: left;
}

div#header h1 {
	font-size: 16px;
	font-weight: bold;	
	position: relative;
	top: 25px;
	left: 25px;
	display: none;
}

div#menuHeader {
	float: right;
	width: 500px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 70px;
	text-align: right;
	margin-right: 20px;
}

/* ~~~~~~~~~~~~~~~~~~~~~ PROMO HEADER ( PAGE 2 ) ~~~~~~~~~~~~~~~~~~~~~ */

div#promobanner {
	position: relative;
	height: 105px;
	margin: auto;
	padding: 5px;
}
#promoimage2.promoimage  {
	margin-left: 5px;
}
.promoimage { 
	height: 95px;
	width: 80px;
	margin-right: 5px;
	float: left;
}
.promoimage img { 
	height: 95px;
	width: 80px;
	border: 0;
}
#swapimage {
	position: absolute;
	z-index: 2;	
	top: 0px;
	left: 320px;
	/*height: 190px;*/
	width: 190px;
	*clear:both; /*another IE6 hack: IE6: Just when you thought it was safe... */
}
#swapimage img {
	/*height: 190px;*/
	width: 190px;
	display: none; /*this is switch on and off by javascript on the rollover */
}
#promobanner {
	z-index: 20; /*ie6 wants this*/
}
/* ~~~~~~~~~~~~~~~~~~~~~ CONTENT ~~~~~~~~~~~~~~~~~~~~~ */
div#content {
	/*display: none;*/
}
body.p2 div#content,
body.wideform div#content {
	background-image:none;
}
div#header {
	/*display: none;*/
}
div#column1 {
	width: 500px;
	float: left;
	background: none;
}

div#column2 {
	width: 300px;
	float: right;
}

div#column1p2 {
	float: left;
	width: 110px;
	font-size: 12px;
	text-align: right;
	padding-top: 50px;
	font-weight: bold;
}

div#column1p2 p {
	margin-bottom: 25px;
	padding-right: 5px;
}

div#column2p2 {
	float: left;
	width: 580px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;	
	font-size: 12px;
}

div#column2p2 p {
	padding: 5px 12px;
}

div#column2p2 a {
	text-decoration: none;
}

div#column3p2 {
	float: left;
	width: 110px;
	font-size: 12px;
	text-align: left;
	padding-top: 50px;
	font-weight: bold;
}

div#column3p2 p {
	margin-bottom: 25px;
	padding-left: 5px;
}

/* ~~~~~~~~~~~~~~~~~~~~~ CONTENT AREA ~~~~~~~~~~~~~~~~~~~~~ */

div#column1 #mainBody {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#mainBody h1,
#mainBody h2,
#mainBody h3,
#mainBody h4,
#mainBody h5,
#mainBody h6,
#mainBody ul,
#mainBody li  {
	margin: 14px;
}

div#column1 #mainBody p {
	margin: 10px;
	}


/* ~~~~~~~~~~~~~~~~~~~~~ ACTION TABS ~~~~~~~~~~~~~~~~~~~~~ */
#action-wrapper {
	clear: both;
	width: 100%;
	height: 195px;
}
#action {
	width: 480px;
	margin: 0 auto;
	margin-left: 15px;
}

#ajaxcontentarea {
	width: 450px;
}
#action form {
	margin: 0; 
	padding: 0;
}
#action h2 {
	margin: 0; 
	padding: 10px 0 4px 0;
}
/*#action #flashcontent {
	width: inherit;
	height: inherit;
}
#action #flashcontent h2 {
	margin-top: 0;
	padding-top: 10px;
}
#action #flashcontent a {
	text-decoration: underline;
}*/
#action #search {
	width: 200px;
}
/*end of: Action*/

/* ~~~~~~~~~~~~~~~~~~~~~ AJAX BODY TABS ~~~~~~~~~~~~~~~~~~~~~ */

#maintab {
	padding: 1.6em 0 0 !important;
	margin-top: 1em !important;
	padding: 4em 0 0;
	margin-top: 5em;
}

#maintab a,
#maintab li {
	margin: 0;
}

#maintab a {
	outline: none;
}

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	height: 17px;
	border-bottom: thin solid #000;
}


.shadetabs li{
	position: relative;
	display: inline;
	margin: 0;
}

.shadetabs li a:link,
.shadetabs li a:visited,
.shadetabs li a:active {
	text-decoration: none;
	padding: 3px 10px;
	margin-right: 3px;
}

.shadetabs li a:hover{
	text-decoration: underline;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
	position: relative;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

#ajaxcontentarea.contentstyle {
	color: #eee;
	font-weight: bold;
	line-height: 1.4em;
	width: 450px;
	margin-top: 3px;
	margin-bottom: 1em; 
	padding: 12px 14px 20px 14px;
}

#mainBody h1 {
	right: 1em;
	clear: both;
}

#mainBody h1.vendor-listings {
	position: absolute;
}

/* ~~~~~~~~~~~~~~~~~~~~~ COLUMN 1 ~~~~~~~~~~~~~~~~~~~~~ */

div#promo {
	height: 195px;
	widows: 500px;
	overflow: hidden;
}

#promo dt {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
}

div#mainBody {
	margin-top: 0px;
	width: 370px;
	padding-top: 10px;
	min-height: 350px;
}

div#mainBody,
div#menuFooter {
	margin-left: 128px;
}

body.wide-column #mainBody {
	margin-left: 0;
	width: 499px;
	border-left: 0;
}

body.double-column #mainBody dd {
	margin-left: 0;
}

div#column2p2 #mainBody {
	margin: auto;
	width: 560px;
	position: relative;
}

div#menuFooter {
	padding-top: 10px;
	width: 370px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

div#copyFooter {
	margin-top: 10px;
	padding-bottom: 15px;
	width: 370px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

body.wideform div#menuFooter,
body.wideform div#copyFooter {
	width: 500px;
}

/* ~~~~~~~~~~~~~~~~~~~~~ COLUMN 2 ~~~~~~~~~~~~~~~~~~~~~ */

div#featureProductShell {
	width: 100%;
	height: 195px;
}

div#featureProductFrame {
	width: 250px;
	padding-left: 8px;
	padding-right: 8px;
}

div#featureProductDisplay {
	height: 195px;
	overflow: hidden;
}

div#mainMenu {
	margin: 0 auto;	
	width: 250px;
	text-align: center;
	font-weight: bold;
}

div#mainMenu a {	
	text-decoration: none;
}

.mainMenuItem {
	padding-top: 7px;
	padding-bottom: 7px;
}

.oshowMenuTitle {
	padding-top: 24px;
	padding-bottom: 7px;
	font-size: 18px;
	font-weight: bold;
	text-decoration:underline;
}

.oshowMenuItem,
div#mainMenu .oshowMenuItem a {
	font-weight: bold;

}



div#mainMenuMsg {	
	width: 250px;
	text-align: left;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 10px;
}

.display-quant {
	display: none;
	font-size:10px;
}

.clearingElement {
	clear: both;
	height: 0;
}

.subcol {
	float: left;
	width: 33%;
}

#full-search-frame #categories {
	width: 400px;
}


/* ~~~~~~~~~~~~~~~~~~~~~ SELLSHEETS ~~~~~~~~~~~~~~~~~~~~~ */

body#sellsheet #action,
body#sellsheet #header {
	display: none;
}

p.modify {
	font-size: 10px;
	background: url(/images/icon_modify.gif) left no-repeat;
	padding-left: 20px;
}
	
#content1 {
	text-align: center;
}
