/* stylesheet.css - Priority Computer Parts */

/* NOTES: -- avoid using padding in DIVs -- layout tends to break in IE6, box model problem */
/*        -- using VERTICAL-ALIGN and having hard carriage returns within a DIV will cause couple-pixel space to appear above/below images in a DIV */

/* NORMALIZE BROWSER DEFAULTS */

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, blockquote, form, input, table, tr, th, td, img, pre, fieldset, label, dd, dt, dl { margin: 0px; padding: 0px; border:0px; }
ul, ol { list-style: none; }
img, a img, :link img, :visited img, fieldset { border: none; }

table { border-collapse: collapse; }


/* GLOBALS */

html, body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}

body {
	margin: 15px 0px 15px 0px;
	background: #333333 url(../images/bkgd-browser.gif) repeat left top;
}

p, dl { padding-bottom: 10px; }

.margin0 { margin:0px; padding:0px; }
.padding0 { padding:0px; }
.padding-top { padding-top: 12px; }

blockquote { padding: 0px 12px 8px 18px; }

p, td, ul, ol { line-height: 120%; }

h1, h2, h3 { color: #333333; padding-top: 6px; padding-bottom: 8px; }
h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 13px; }

input, textarea { 
  margin: 0px;
  padding: 1px 4px 2px;
  border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
} 

.border-none {
  border: none;
}
	
hr {
	border-top: 1px solid #243E63;
	height: 1px;
}

div.clear { clear: both; }

.floatleft {float: left; }
.floatright {float: right; }

.float-left-address {
	float: left;
	margin-left: 80px;
}


ul {
	padding: 0px 0px 12px 16px;
}

ul.bullets {
	padding: 0px 0px 12px 30px;
	list-style-position: outside;
	list-style-type: disc;
}

ul.bullets-arrow-orange {
	padding: 0px 0px 12px 30px;
	list-style-position: outside;
	list-style-image: url(../images/arrow-right-orange-small.gif);
}

ul.top-padding {
	padding: 6px 0px 12px 16px;
}

ol {
	padding: 0px 0px 12px 32px;
	list-style: decimal outside;
}

li { padding-bottom: 3px;}

a:link, 
a:visited, 
a:active  {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  color: #0000CC; 
}
a:hover {
  color: #CC0000; }

a.a-nav:link, 
a.a-nav:visited {
	font-size: 12px;
	color: #ffffff;
	font-weight : normal;
	text-decoration: none;
}

a.a-nav:focus, 
a.a-nav:hover, 
a.a-nav:active {
	color: #FFFFFF;
	font-weight : normal;
	background-color: #7A6F5C;
	text-decoration: none;
}


.center { text-align: center; }

.text-small { font-size : 11px; }
.text-vsmall { font-size : 10px; }

.text-mlarge-bold, 
a.text-mlarge-bold {
  font-size: 14px;
	font-weight: bold;
}

.text-red { color: #FF0000; }
.text-white { color: #FFFFFF; }

.show { display: block; }
.hide { display: none; }

.superscript { vertical-align: top; font-size: 8px; }

.underline { text-decoration: underline; }
.underline-none { text-decoration: none; }

.img-right {
  float: right;
	padding: 2px 2px 12px 15px;
}

img.border1 { border: 1px solid #333333; }

.indent { margin-left: 16px; }



/* FRAMEWORK */

#page { 
  position: relative;
  width: 946px; 
  margin: 0px auto;
  background-color:#FFFFFF; 
	text-align:left; 
}

div#header {
  background-color: #243E63;
}

div#header-content-container {
	float: right;
  width: 535px;
	display: inline;
	text-align: right;
}

div#header-content {
  padding: 8px 12px 0px 0px;
}
div#header-content p, 
div#header-content a {
	font-size: 15px;
	font-weight: bold;
	color: #E6A44E;
}

/* SECONDARY NAV BAR */
div#topSecondaryNav { 
  margin: 10px 0px 0px 0px;
  padding: 0px; 
} 

div#topSecondaryNav ul { 
  margin: 0px; 
  padding: 4px 8px;
  list-style: none; 
} 

div#topSecondaryNav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	border-right: 1px solid #E8A24D;
} 

div#topSecondaryNav li.last { 
  border-right: none; 
} 
div#topSecondaryNav li a { 
  margin: 0px 6px; 
  padding: 1px 4px 2px 4px;  /* size of colored link and rollover, AND separator bar height */
  text-decoration: none; 
} 

div#topSecondaryNav li a:link, 
div#topSecondaryNav li a:visited {
	color: #ffffff;
} 
div#topSecondaryNav li a:hover, 
div#topSecondaryNav li a:focus, 
div#topSecondaryNav li a.a-selected {
	color: #FFFFFF;
	background: #365F96;
}
/* END SECONDARY NAV BAR */

/* NAV BAR */
div#mainNav { 
  margin: 0px; 
  padding: 0px; 
  height: 31px;  /* height of navbar, excluding border */
  width: 100%;
  border-top: solid #000000 1px;
  border-bottom: solid #000000 1px;
  background: #e0e0e0; 
  text-align: center; 
} 

div#mainNav ul { 
  margin: 0px; 
  padding: 8px 0px;  /* adjust top to center links, and makes room for -li a- top and bottom padding */
  list-style: none; 
  white-space: nowrap;
} 

div#mainNav li { 
  margin: 0px; 
  padding: 0px;
  display: inline;
  border-right: solid 2px #000000; 
} 

div#mainNav li.last { 
  border-right: none; 
} 

div#mainNav li a { 
  margin: 0px 8px; 
  padding: 3px 5px;  /* size of colored link and rollover, AND separator bar height */
  text-decoration: none; 
  font-size: 12px;
	font-weight: bold;
} 

div#mainNav li a:link, 
div#mainNav li a:visited {
  color: #000000;
} 
div#mainNav li a:hover, 
div#mainNav li a:focus, 
div#mainNav li a.a-selected {
	color: #DC3F2E;
	background-color: #ededed;
}
/* END NAV BAR */

/* SEARCH BAR */
div#searchBar {
  height: 36px;
  background: url(../images/topbar-blue-dark.jpg) no-repeat left top;
}
div#searchBar span {
  float: left;
	margin: 0px 40px 0px 0px;
}
div#searchBar span.search-span-first {
	margin: 0px 3px 0px 24px;
	padding-top: 10px;
	color: #FFFFFF;
}
div#searchBar span.search-span-last {
	margin-right: 0px;
}
div#searchBar span form#keywordSearch {
  margin: 0px;
  padding: 0px;
}
div#searchBar span form#keywordSearch input#searchKeyword {
	margin: 6px 0px 0px 0px;
	padding: 2px 4px 0px 6px;
	height: 18px;
	width: 132px;
	border: 1px solid #000000;
	vertical-align: top;
	font-weight: normal;
}
div#searchBar span form#keywordSearch input#submit-go-image {
	margin: 0px;
	padding: 0px;
}
div#searchBar span form#keywordSearch input#search-submit {
	margin-top: 7px;
	padding: 1px 0px;
	height: 22px;
	border: 1px solid #333333;
	background: #EEC46A;
	cursor: pointer;
}
div#searchBar span form#keywordSearch input#submit-go {
	height: 23px;
	border: 1px solid #000000;
}
div#searchBar span.search-image {
  padding-top: 7px;
}
div#searchBar span.search-text {
  padding-top: 9px;
}
div#searchBar span.cart-img {
  margin-right: 0px;
}
div#searchBar span a.search-textlink {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
/* END SEARCH BAR */

div#announcementBar {
  margin: 0px;
	padding: 0px;
  height: 46px;
  background: url(../images/topbar-gold-short.jpg) no-repeat left top;
  text-align: center;
}
div#announcementBar p {
	padding-top: 7px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

div#announcementBar a:link, 
div#announcementBar a:visited {
  position:relative; /* IMPORTANT FOR TOOLTIP POSITIONING */
  z-index:20;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
} 
div#announcementBar a:hover, 
div#announcementBar a:focus {
	z-index: 21;
	color: #000000;
}
div#announcementBar a span { display: none; }
div#announcementBar a:hover span { /* the span will display only on :hover state */
	display: block;
	position: absolute;
	top: 24px;
	left: 0px;
	width: 260px;
	padding: 4px;
	border: 1px solid #666666;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background: #FDF7DF;
}

div#mainsection-container {
	margin: 0px;
	padding: 0px;
/* 	background: url(../images/bkgd-sidebar-blue.gif) repeat-y left top; */
}

div#sidebar {
	position:relative;
	display: inline;  /* fix IE5 double-margin float bug */
	float: left;
	width: 192px;
	margin: 0px;
	padding: 0px;
	background-color: #E0E9F3;
}

div#sidebar p.shop-by {
	margin: 10px 0px 4px 10px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #D35925;
}

div#sidebar ul.shop-item {
  margin: 0px;
  padding-left: 18px;
}

div#sidebar a:link, 
div#sidebar a:visited {
	color: #000000;
	text-decoration: none;
} 
div#sidebar a:hover, 
div#sidebar a:focus {
	color: #C83322;
	text-decoration: underline;
}


div#content-container {
	position: relative;
	display: inline;  /* fix IE5 double-margin float bug */
	float: right;
	width: 739px;
	margin: 0px;
	padding: 0px;
}

div#pagecontent {
}
div#pagecontent.textpage {
  margin: 0px 50px 0px 25px;
}


/* FOOTER SECTION */
div#footer {
  margin: 12px 0 12px 0;
	padding: 0;
	text-align: center;
}

p.footer-rule {
	margin-bottom: 6px;
	padding: 0px;
	width: 691px;
	border-bottom: 1px solid #182A4D;
}
div#footer ul {
	margin: 0px 0px 10px 0px;
  padding: 4px 0px;  /* adjust top to center links, and makes room for -li a- top and bottom padding */
	list-style-type: none;
}
div#footer li {
  margin: 0px; 
  padding: 0px;
  display: inline;
}
div#footer li a {
	margin-right: 14px;
	font-size: 11px;
}
div#footer li a.footer-a-last {
  margin-right: 0px;
}
div#footer li a:link, 
div#footer li a:visited {
	color: #333333;
}
div#footer li a:focus, 
div#footer li a:hover, 
div#footer li a:active {
	color: #cc0000;
	text-decoration: none;
}

p.assistance, 
p.assistance a { font-size : 14px; }

p.warning {  /* hide warning for all pages except those specified following with body ID */
  display: none;
	margin: 10px 24px 4px 24px;
	padding: 0px;
  text-align: left;
	font-size: 10px;
	color: #aaaaaa;
	font-weight: normal;
}
body#index p.warning, 
body#order-policy p.warning {
  display: block;
}

p.copyright {
	margin: 0px;
	padding: 0px 16px 3px 0px;
  text-align: right;
	font-size: 10px;
	color: #aaaaaa;
	font-weight: normal;
}

/* END FOOTER SECTION */


/* COPYRIGHT BAR SECTION */

div#copyrightbar { 
  height: 32px;
  width: 942px;   /* width = total page width minus left/right padding */
  margin: 0 auto;
  padding: 8px 2px;
}

div#copyrightbar p.copyright {
  float: right;
  width: 400px;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 10px;
  color: #777;
  font-weight: normal;
}

div#copyrightbar p.websitedesignby {
  float: left;
  width: 300px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #777;
}
div#copyrightbar a.a-webdesign:link, 
div#copyrightbar a.a-webdesign:visited, 
div#copyrightbar a.a-webdesign:active {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: normal;
  color: #777;
  text-decoration: underline;
}
div#copyrightbar a.a-webdesign:hover, 
div#copyrightbar a.a-webdesign:focus {
  color: #eb6436;
  text-decoration: underline;
}

/* END COPYRIGHT BAR SECTION */



/* SUBPAGE CONTENT DESCRIPTORS */

.pagetitle {
  margin: 8px 0px 14px 0px;
	font-size: 25px;
	font-weight: normal;
	color: #DB632E;
}

.section-heading-box {
	padding: 4px 14px;
	color: #FFFFFF;
	background: #243E63;
}

body#index div#home-categories {
  float: right;
	width: 300px;
	height: 264px;
}

body#index div#home-categories-tempcontent {
	height: 264px;
	padding: 12px 12px 0 56px;
	color: #FFFFFF;
	background: url(../images/home-category-tempcontent-bkgd.jpg) no-repeat right top;
}

body#index div#home-categories h2 {
	height: 44px;
	margin: 0px 0px 8px 0px;
	padding: 16px 0px 0px 70px;
}
body#index div#home-categories h2.category-batteries {
	background: url(../images/home-tab-category-blue-short.jpg) no-repeat right top;
}
body#index div#home-categories h2.category-adapters {
	background: url(../images/home-tab-category-gold-short.jpg) no-repeat right top;
}
body#index div#home-categories h2.category-harddrives {
	background: url(../images/home-tab-category-green-short.jpg) no-repeat right top;
}
body#index div#home-categories h2.category-lcds {
	background: url(../images/home-tab-category-red-short.jpg) no-repeat right top;
	margin-bottom: 0px;
}
body#index div#home-categories a  {
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

body#index div#featured-items-bar {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	height: 34px;
	background: url(../images/featured-items-bar.gif);
}
body#index div#featured-items-bar p {
	padding: 7px 0px 0px 22px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

body#index div#featured-items-container {
	margin: 8px 0px 0px 0px;
	padding: 0px;
}
body#index div#featured-items-container .item-box {
	float: left;
	width: 173px;
	height: 216px;
	margin: 0px 11px 0px 0px;
	padding: 0px;
	border: 1px solid #333333;	
}
body#index div#featured-items-container .last {
	margin-right: 0px;
}
body#index div#featured-items-container p {
	margin: 6px 8px;
	font-size: 11px;
}
body#index div#featured-items-container .item-name {
	font-size: 12px;
	font-weight: bold;
	color: #DD6530;
}
body#index div#featured-items-container p a {
	font-size: 11px;
	font-style: italic;
}


/* FORMS */

form#ContactUs { 
  padding: 12px 0px 12px 25px;
}

form#RequestQuote,
form#RMAform {
  padding: 12px 0px 18px 0px;
}

form div.formrow {
  clear: both;
	margin: 0px;
  padding: 0px;
}
form div.form-hr {
  clear: both;
	margin: 0px;
  padding: 0px;
}
form div.formrow span {
	margin: 0px;
  padding: 0px 0px 6px 0px;
	float: left;
	display: block;
	text-align: left;
}
form#ContactUs div.formrow span.formlabel 
  { width: 100px; }
form#RequestQuote div.formrow span.formlabel 
  { width: 160px; } 
form#NetTermsApp div.formrow span.formlabel, 
form#PurchaseOrder div.formrow span.formlabel, 
form#RMAform div.formrow span.formlabel 
  { width: 190px; }

form div.formrow span.formfield {
  width: 470px;
} 

form#ContactUs input#submitContact, 
form#NetTermsApp input#submitNetTermsApplication, 
form#PurchaseOrder input#submitPurchaseOrder, 
form#RequestQuote input#submitRFQ, 
form#RMAform input#submitRMA {
	overflow: visible;
	cursor: pointer;
	padding: 2px 6px 1px 6px;
	background-color: #CCDBEC;
}

/* END FORMS */

