/* $Id$ */
/* Reset styles. */
body {
  background: #29486C; /* Dark blue */
  margin: 5px;
  font-size: 12px;
}

table, thead, tbody, tr, th, td, p, h1, h2, h3, h4, h5 {
  color: #444;
  background: none;
  margin: 0;
  padding: 0;
  border:none;
  font-size: 12px;
  line-height: 1.4em;
}

h1 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 2em;
  margin: .5em 0 .25em 0;
  padding: 0;
  color: #29486C;
}
h2 {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 2em;
  margin: .5em 0 .25em 0;
  color: #29486C;
}

img {
  border: none;
}

table.site
{
  width: 1024px;
  background-color: #FFF;
  background-image: url(bd-bg.gif);
  background-repeat: repeat-y;
  padding: 0;
  margin: 0 auto;
}

.main {
  border: none;
  float: left;
  clear: both;
}

td.leftbar {
  /*width: 274px;*/
  padding: 0 0 1em 13px;
  background: none;
  border: 0;
}
.go-block {
  padding: 0;
  margin-bottom: 5px;
}

.leftbar .go-block {
  border: none;
}

td.rightbar {
  float: right;
  vertical-align: top;
  margin: 0;
  border: none;
  margin-right: 12px;
  background: none;
}

.rightbar h2 {
  margin-top: 0;
}
td.content {
  padding: 2px 45px 20px 30px;
  background: none;
}
td.content p {
  line-height: 1.6em;
}
div.leftbar_catLink_nonlink {
  display: none;
}

/* Right sidebar block */

ul.go-sale-item {
  margin: 0;
  padding: 0;
}

ul.go-sale-item li {
  margin: 0;
  padding: 0;
  list-style: none;
}
div#go-block-create-account {

}

/* Go namespace */
#go-header
{
  padding: 20px;
  padding-top: 30px;
  height: 108px;
  position: static;
  float: none;
  clear: both;
  background-image: url(hd-bg.gif);
  background-repeat: no-repeat;
}

#go-site-id {
  width: 311px;
  margin-left: 15px;
  text-align: center;
  float:left;
  clear: left;
}
#go-site-id h1 { /* hide site name */
  display: none;
  margin-left: -9999px;
}
#go-site-id img {
  border: none;
  display: block;
}
#go-site-id .go-address
{
  margin-top: 2px;
  font-style: italic;
}
#go-site-id .go-phone {
  /*color: #5F96D6;/* Blue */
  color: #CE163C;/* Red */
  font-size: 2.2em;
  font-weight: bold;
  margin-top: 5px;
}
#go-prodserv {
  float: left;
  position: relative;
  left: 55px;
  top: 15px;
}

#go-pricegrabber {
  float: right;
  position: relative;
  top: 15px;
  left: -25px;
}

#go-pnav
{
  width: 1002px;
  margin-left: 12px;
  margin-bottom: 3px;
  height: 41px;
  background-image: url(pnav-bg.gif);
  border-top: 1px #bbb solid;
  border-right: 0 #555 solid;
  border-bottom: 1px #555 solid;
  border-left: 0 #555 solid;
}
#go-pnav ul {
  margin: 0;
  margin-left: 10px;
  overflow:hidden;
  padding: 0;
  list-style: none;
  text-align: center;
}
#go-pnav li
{
  font-size: 1em;
  padding: 0;
  padding-right: 10px;
  line-height: 41px;
  list-style: none;
  display: inline;
  background-image: url(pnav-spacer.gif);
  background-repeat: no-repeat;
  background-position: right center;
}
#go-pnav li.go-first {
  padding-left: 10px;
}
#go-pnav li.go-last {
  background: none;
  padding-right: 0;
}
#go-pnav a {
  padding: .6em 1em;
  text-decoration: none;
  font-weight: bold;
  color: #666;
}
#go-pnav a:hover {
  color: #000;
}


#go-userlinks
{
  height: 30px;
  line-height: 30px;
  width: 1003px;
  margin-left: 12px;
  text-align: right;
  overflow: hidden;
  background-color: #5F96D6;
  border: none;
  border-top: 1px solid #777;
  border-bottom: 1px solid #003399;

}
#go-userlink img {
  display: block;
}
#go-userlinks ul {
  float: right;
  padding: 0;
  margin: 0;
  margin-left: 12px;
  list-style:none;
  font-size: 1em;
}
#go-userlinks li {
  padding: 2px 0;
  display: inline;
  list-style:none;
}
#go-userlinks a {
  color: #fff;
  font-weight: bold;
  padding: 0 10px;
  text-decoration: none;
}
#go-userlinks .create-account span {
	color: black;
	font-style: italic;
	text-decoration: underline;
}

.breadcrumbs {
  width: 100%;
  margin-bottom: 1em;
  position: static;
}
.breadcrumbs td {
  padding-left: 5px;
  padding-bottom: 4px;
  border-left: 8px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 85%;
}


#go-footer
{
	float: none;
	clear: both;
	padding: 20px 40px 30px 40px;
	background-image: url(ft-bg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#go-utility-links {
  text-align: center;
  margin-bottom: 1em;
}
#go-utility-links a {
  font-size: 1em;
  color: #29486C;
}
#go-copyr {
  color: #444;
  font-size: 1em;
  font-style: italic;
  text-align: center;
}

/* Our Products Item List */
table.thumbnail_item {
  margin: 2em 0;
}

.thumbnail_item form {
  margin-bottom: 1.5em;
}

/* Product detail
.details_item_name {
  width: 300px;
}
.details_desc {
  position: relative;
  left: -230px;
  width: 350px;
  top: 0;
  border: none;
  background: none;
}
.details_image {
  position: relative;
  left: 310px;
  top: 20px;
}

.details_long_desc {
  font-size: 1.1em;
  margin-top: 2em;
  color: #333;
  line-height: 1.5em;
}
*/
/**
* Front page
*/
.go-intro {
  font-size: 19px;
  font-family: Tahoma, Geneva, sans-serif;
  color: #3B5D85;
  font-style: italic;
  margin-top: .5em;
}

/**
* Hide the system search and category menu.
*
div.system-nav {
  width: 1px;
  height: 1px;
  overflow: hidden;
 	display: none;
}
*/

/**
* A spacer to vertically pad content sections wich have
* not been enclosed within divs.
*/
div.section-spacer {
  padding: 1em;
}
div.section-spacer hr {
  display: none;
}


.site-name span {
	display: none;
}

.categoryHtml p {
	margin-bottom: 1em;
}


strong.first-word {
	font-size: 1.2em;
}

ul.go-bullet {
	margin: 1.5em 0;
	padding: 0;
}
ul.go-bullet li {
	margin: 0;
	line-height: 2em;
	margin-left: 1.5em;
	list-style: square;
}
.big-text {
	font-size: 1.2em;
	font-weight: normal;
}

/**
*	Header search box
*/
#go-hdr-search {
	float: right;
}
#go-hdr-search form.go-search
{
	height: 30px;
	padding: 0;
	background-image: url(http://gocomputersupplies.com/assets/gocomputers/search-input.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#go-hdr-search input.form-text {
	float: left;
	line-height:22px;
	height: 16px;
	width: 244px;
	margin: 3px;
	border: none;
	background: transparent;
	padding:3px;
}
#go-hdr-search input.form-submit {
	float: right;
	padding: 0;
	margin: 0 6px;
}

/* Sidebar search form */
#go-sidebar-search {
	margin: 1.5em 0;
	width: 235px;
}

#go-sidebar-search input.form-text {
	width: 230px;
	margin-left: 5px;
}

#go-sidebar-search input.form-submit {
	clear: both;
	display: block;
	width: 87px;
	margin: .5em auto;
}




/* FAQ Page */
div.faq ul {
	padding: 0;
	margin: 0;
	margin-top: 2em;
}
div.faq li {
	padding: 0;
	margin: 0;
	line-height: 2.5em;
}
div.faqTitle {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 2em;
  margin: .5em 0 .25em 0;
  color: #29486C;
}

/* Reviews */
div.go-cite {
	text-align: right;
	font-weight: bold;
	margin-bottom: 2em;
	margin-right: 2em;
}

/*----------------------------

      LOGIN PAGE

----------------------------*/
.register_fieldset {
  margin: 20px 8px;
}
