@charset "UTF-8";
/* CSS Document */

/* force right scrollbar */
html { 
    height: 100%;
    margin-bottom: 1px;
}

body {
	background: #000000; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	background-color: #000000;
	background-image: url(file://///spaceserver/dtwining/MyDocs/Site%20-%20Space%20Micro/Site/images/background_004.png);
	background-repeat: repeat-x;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #030303;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	margin-top: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
a:link {
	color: #6C6C6C;
}
a:visited {
	color: #6C6C6C;
}

a:hover {
	color: #6C6C6C;
	background-color: #COCOCO;
}


.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 0;
}
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #F1F1F1;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	display: inline;
}
.twoColFixLtHdr #sidebar1  img {
	border-width: 0px;
	border-style: none;
}

.twoColFixLtHdr #mainContent {
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 200px;
	padding-right: 40px;
	padding-left: 56px;
}
table caption  {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
table#productTableHeader th {
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	background: #009;
	color: #FFF;
	border-right: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
table#productTableHeader th a {
	color: #FFF;
	text-decoration: none;
}
table#productTable {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 604px;
}
table#productTable td a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
table#productTable td {
	text-align: center;
	font-weight: bold;
	color: #000;
}



table#productTable img {
	border-width: 0px;
	border-style: none;
}
table#amdProductTable td {
	text-align: center;
	font-weight: bold;
	color: #000;
}
table#amdProductTable img {
	border-width: 0px;
	border-style: none;
}
table#amdProductTable {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 604px;
}
table#amdProductTable a  {
	color: #000;
	text-decoration: none;
}

table#p400kCompare a {
}
table#p400kCompare {
	width: 600px;
}
table#p400kCompare a {
	text-decoration: none;
	color: #000;
}

table#p400kCompare th {
	border-style: none;
	text-align: left;
	padding-left: 3px;
	padding-bottom: 1px;
}
table#p400kCompare td {
	padding-top: 1px;
	padding-left: 3px;
	vertical-align: text-top;
	border: 1px solid #666;
	padding-bottom: 1px;
}









.twoColFixLtHdr #footer {
	text-align: right;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
	background-color: #DDDDDD;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#mastlinks {
	position:absolute;
	left:680px;
	top:6px;
	width:180px;
	height:16px;
	z-index:1;
	float: right;
	color: #FFFFFF;
	text-align: right;
	margin-right: 40px;
}
#mastlinks a {
	color: #C0C0C0;
}
#mastlinks a:visited {
	color: #C0C0C0;
}
#mastlinks a:hover {
	background-color: #575757;
	color: #C0C0C0;
}
#mastsearch {
	position:absolute;
	left:480px;
	top:95px;
	width:380px;
	height:16px;
	z-index:1;
	float: right;
	color: #FFFFFF;
	text-align: right;
	margin-right: 40px;
}

#recentnews { align="left";
} 

#iconchart {
	margin-bottom: 0px;
	margin-left: -5px;
}



.pic-left {
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 2px;
	float: left;
}
.pic-right {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 8px;
	float: right;
}



/* Playing with sizes and heights


h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 12px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}*/


p {
	margin-bottom:8px;
}

h1 {
	font-size:16px;
	font-weight:bold;
	line-height: 24px;
	margin-top: 24px;
	margin-bottom:8px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	line-height: 16px;
	margin-top: 16px;
	margin-bottom:8px;
}


h3 {
	font-size:12px;
	font-weight:bold;
	line-height: 16px;
	margin-top: 16px;
	margin-bottom:8px;
}


ul {
	font-size:12px;
	margin-top: 4px;
	margin-bottom:4px;
}

li {
	font-size:12px;
	margin-top: 4px;
	margin-bottom:4px;
}

hr {
	line-height: 0px;
	margin-top: 24px;
	margin-bottom:0px;
}


.amd_video_cursor     {
	color: #6C6C6C;
	cursor: e-resize;
}
.twoColFixLtHdr #container #mainContent .pic-right {
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
		float: right;
}
.clear_right {
	clear: right;
}
.horizontal_rule {
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #DDDDDD;
	height: 4px;
}
#mailingList input  {
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #999;
}
#mailingList input.button {
	background: #2F2F8F;
	color: #FFF;
	font-weight: bold;
}

#mailingList {
	padding: 10px;
	width: 350px;
	border-width: 0px;
}
#mailingList .asterisk {
	color:	#f00;
}
#mailingList select {
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #999;
}
