@charset "UTF-8";

#page {
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 0 0;
  width: 900px;
}

/* header */

#header {
  height: 74px;
}

#header_right_section {
  float: right;
  height: 35px;
  width: 225px;
}

#header_logo_section {
  height: 35px;
}

#header_logo_section img {
  vertical-align: middle;
}

#header_logo_phrase {
  display: inline;
  font-family: Arial;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  color: #595959;
  padding: 0 0 0 15px;
}

#header_store_button {
  float: right;
  width: 90px;
}

#header_store_button img {
  vertical-align: middle;
}

#header_links {
  padding: 10px 5px;
  width:  120px;
}

#header_links a {
  color: #B3CA2E;
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  padding: 5px 0;
  text-decoration: none;
}

#header_links_dropdown li.toplink {
  width: 120px;
  float: left;
  margin-left: -1px;
  border: 1px solid #fff;
}

#header_links_dropdown li.toplink:hover {
  background-color: #F0F0F0;
  border: 1px solid #eee;
}

#header_links_dropdown li.toplink a {
  display: block;
  padding: 0 5px 5px 5px;
}

#header_links_dropdown li.toplink ul {
  display: none;
  border-top: 1px black solid;
  text-align: left;
}

#header_links_dropdown li.toplink:hover ul { 
  display: block;
}

#header_links_dropdown li.toplink ul li a {
  padding: 5px;
  height: 17px;
  font-weight: normal;
  font-size: 13px;
}

#header_links_dropdown li.toplink ul li a:hover {
  background-color: #333;
}


/* topnav */
#topnav {
  height: 28px;
  background: transparent url(../images/navborder2.png) no-repeat scroll center bottom;
}

#topnav li {
  display: inline;
  line-height: 29px;
  padding: 5px 0px;
}

#topnav li.topnav_current {
  background: transparent url(../images/topnav-current.png) no-repeat scroll 0 0;
}

#topnav li a {
  background: transparent url(../images/topnav-divider.png) no-repeat scroll 0 0;
  padding: 5px 38px 5px 39px;
  text-decoration: none;
  color: #5A5A5A;
  font-size: 16px;
  font-weight: normal;
  width: auto;
  margin: 0;
}

#topnav li a:hover {
  color:#b3ca2f;
}

#topnav li.topnav_current a:hover {
  color: #5A5A5A;
}

#topnav li.topnav_end a {
  padding: 5px 0px 5px;
}

/* content */
#copyright {
  text-align: center;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  color: #808080;
  font-size: 13px;  
  padding: 5px;
}

.tmlink {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  color: #5050FF;
  text-decoration: none;
}

.tmlink:hover {
  text-decoration: underline;
}

.tmtext {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  color: #303030;
  font-size: 14px;
}

.center {
  text-align: center;
}

#contentheader {
  background: transparent url(../images/header-shade.png) no-repeat 0 0 ;

}

.contentdivider {
  line-height: 28px;
  background: transparent url(../images/navborder2.png) no-repeat scroll center bottom;
}

#largetitle {
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  color: #457eb4;
  padding: 35px 25px;

}

.smalltitle {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  padding: 35px 25px;
}

.smallhead {
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  color: #000000;
  padding-bottom: 5px;
}

.tinytitle {
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  color: #000000;
  padding: 5px;
}


/* Order Page */

#keyboards, #products {
  padding: 20px 0 0 0;
  border-collapse: separate;
  border-spacing: 2px;
}

#skins {
  padding: 10px 0 0 0px;
  border-collapse: separate;
  border-spacing: 2px;
}


#keyboards tr td, #skins tr td, #products tr td {
  background: #fff;
  text-align: center;
  border: 3px solid #F0F0F0;
  padding: 3px;

}

#keyboards tr td:hover, #skins tr td:hover, #products tr td:hover {

  cursor: pointer;

}

.numtitle {
  margin-top: 10px;
  text-align: left;
  line-height: 18px;
  font-size: 13px;
}

.numtitle b {
  font-size: 16px;
  line-height: 18px;
  color: #000;
}

.numtitle img {
  position: relative;
  top: -8px;
}

#skin-filter {
  clear: both;
  display: block;
  margin: 0;
  text-align: left;
  padding: 10px 10px 0;
  background: transparent;
  border: none;
  font-size: 13px;
}

.preview-container {
  text-align: left;
  margin-left: 39px;
}

#skin-scroller {
  overflow-x: scroll;
  padding-bottom: 15px;
  padding-left: 10px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}

#addtocartcontainer {
  background: url(http://www.typematrix.com/style/img/tmx-why_hairline.png) transparent no-repeat top center scroll;
  padding-top: 30px;

}

#addtocartcontainer .selection_wrapper {
  padding: 20px;
  position: relative;
}

#addtocart {
  margin-left: 0;
  background-color: transparent;
  border: none;
  border-collapse: separate;
  border-spacing: 5px;
  position: relative;
  padding-left: 192px;
  min-height: 144px;
}

div.selected_product {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 20px;
}



.price, .price2 {
  color: #E00000;
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  padding: 3px;
}

.price2 {
  color: #404040;
  font-weight: bold;
  font-size: 11px;
  line-height: 13px;
}

/*////////////////////////////////*/
/*  -- Added Friday 6/25/2010 --  */
/*////////////////////////////////*/


#storeheader {
  border: 1px solid #c5c5c5;
  padding: 35px 35px 20px;
  background:url("http://www.typematrix.com/style/img/tmx-products_bg.png") repeat-x scroll left top #EDEDED;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;	
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-bottom: 30px;
}

#storeheader h1 {
  display: block;
  text-indent: -9999em;
  height: 45px;
  width: 455px;
  padding: 0; 
  background: url("http://www.typematrix.com/shop/images/tmx-storeheader-title.png") no-repeat top left scroll transparent;
}

#storeheader h2 {
  text-align: left;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  padding: 0;
}

#storeheader a.button, #addtocart a.button {
  padding: 9px 0 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 88px;
  height: 24px;
  text-decoration: none;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;	
	-moz-border-radius: 4px;
	border-radius: 4px;
  border: 1px solid #c3c3c3;
  text-shadow: 1px 1px 1px #fff;
  text-shadow: 1px 1px 1px rgba(255,255,255,.72);
}


#storeheader a.view_cart {
  position: absolute;
  bottom: -17px;
  right: 120px;
  background: url(../images/tmx-store-buttons.png) repeat-x top left scroll;
}

#storeheader a.check_out, #addtocart a.check_out{
  position: absolute;
  bottom: -17px;
  right: 20px;
  background: url(../images/tmx-store-buttons.png) repeat-x bottom left scroll;
}

#addtocart a.check_out{
  bottom: -40px;
  right: 0;
}



input#addtocart-button {
  background:url("../images/tmx-store-buttons.png") repeat-x scroll left top transparent;
  bottom: -40px;
  position:absolute;
  right: 0;
  border: none;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;	
	-moz-border-radius: 4px;
	border-radius: 4px;
  border:1px solid #C3C3C3;
  display: block;
  font-size:14px;
  font-weight:bold;
  height: 35px;
  line-height:18px;
  text-align:center;
  text-decoration:none;
  text-shadow:1px 1px 1px rgba(255, 255, 255, 0.72);
  width: 98px;
  cursor: pointer;
  color: rgb(51,51,51);
}

#productcomment {
  text-align: left;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  margin: 0 0 20px;
  padding-top: 18px;
}

.select_quantity {
  text-align: left;
  font-size: 13px;
  line-height: 18px;
  color: #333;
}

#product-container /*, #pick-2030-combo, #pick-2030-skin, #pick-2030-keyboard, #pick-2020*/, #keyboard-2030-container/*, #keyboard-2020-container*/, #skin-2030-container {
  margin-bottom: 30px;
}


#product-container {
  background: url(http://www.typematrix.com/style/img/tmx-why_hairline.png) transparent no-repeat bottom center scroll;
  padding-bottom: 30px;
}


.selection_wrapper {
  border: 1px solid rgb(197,197,197);
  background:url("http://www.typematrix.com/style/img/tmx-products_bg.png") repeat-x scroll left top #EDEDED;
  margin: 20px 30px 10px 39px;
}

h6#subtotal_price {
  color: rgb(172,197,4);
  font-size: 21px;
  line-height: 18px;
  font-weight: bold;
  text-align: right;
  position: absolute;
  bottom: 13px;
  padding-bottom: 0;
  right: 0;
}

span#productprice {
  font-weight: bold;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

#qwerty-out-of-stock {
  font-size: 10px;
  font-weight: bold;
  color: #B12F29;
}

#amazontabs.ui-accordion-header-collapsed {
    background-color: #b24926;
  
}
