/***********
 * GENERAL *
 ***********/

body {
	background: #2f5731;
	margin: 0;
	color: #ffffff;
}

body, tr, td, div {
	font-family: Arial;
	font-size: 10pt;
}

a:link, a:hover, a:visited, a:active {
	color: #ff9900;
	text-decoration: none;
	line-height: 14pt;
}

a:hover, a:active {
	font-weight: bold;
}

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
	color: #000000;
}


/**********
 * LAYOUT *
 **********/

.table01 {
	background: #192e1a
}

.td01 {
	background: #182d1a url('http://chipcovers.com/includes/layout/layout_02.jpg');
}

.td02 {
	background: #182d1a url('http://chipcovers.com/includes/layout/layout_04.jpg') repeat-y; 
	width: 121px; 
	padding: 5px; 
	vertical-align: top
}

.td03 {
	width: 759; 
	vertical-align: top; 
	padding: 5px;
}

.div01 {
	border-left: 
	40px solid #244225; 
	border-right: 40px solid #244225; 
	width: 900px
}

.img01 {
	float: left; 
	position: relative; 
	top: 5px; 
	padding-right: 3px;
}

.img02 {
	position: relative; 
	left: -5px;
}

a.bigpic{
	position:relative; /*this is the key*/
	z-index:24;
	text-decoration:none;
	text-align: left;
}

a.bigpic:hover{
	z-index:25; 
}

a.bigpic span{
	display: none
}

a.bigpic:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top: 20px; 
	left: -150px;
	
	border:1px solid #0cf;
	background-color:#cff; 
	color:#000000;
	text-align: left;
}


/*************
 * VIEW PAGE *
 *************/

.viewPageTitle {
	font-size: 18pt;
	font-weight: bold;
}

.viewItemTitle {
	font-weight: bold;
	font-size: 14pt;
}

.viewTable {
	border-spacing: 3px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 1px solid #585858;
	background: #ffffff;
	color: #000000;
}

.viewTable td {
	padding: 3px;
	border: 1px solid #585858;
	width: 50%;
	vertical-align: top;
}

.viewTable tr.viewRow1 td {
	background: #e5ffe5;
}

.viewTable tr.viewRow2 td {
	background: #f2fff2;
}

.viewTable tr td div.viewImage {
	float: left;
	padding-right: 5px;
}

.viewTable tr td div.viewImage img {
	margin: 2px;
	border: 2px solid #000000;
}

.viewTable tr td div.viewBuyButton {
	float: right;
	padding: 2px;
}


/********
 * CART *
 ********/

.viewCart {
	border-spacing: 0px;
	margin: 0px;
	padding: 3px;
	width: 100%;
	border: 1px solid #585858;
	background: #ffffff;
	color: #000000;
}

.viewCartHead td {
	font-size: 12pt;
	font-weight: bold;
}

.viewCart tr td {
	background: #eeeeee;
	border-top: 1px solid #585858;
	border-bottom: 1px solid #585858;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

.viewCart tr.viewCart1 td {
	background: #e5ffe5;
}

.viewCart tr.viewCart2 td {
	background: #f2fff2;
}

.viewCart tr td input.viewCartInput {
	font-size: 10pt;
	width: 30px;
	text-align: center;
	padding: 0px;
}

.viewCart tr td a:link, .viewCart tr td a:visited {
	color: #0000ff;
	font-weight: bold;
}


/***********
 * GENERAL *
 ***********/

.error {
	border: 3px solid #ff0000;
	background: #efefef;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin: 10px;
}

.message {
	border: 3px solid #00ff00;
	background: #efefef;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin: 10px;
}

.loginform{
	border: 3px solid #000000;
	background: #ffffff; 
	color: #000000; 
	padding: 10px;
}

.itemAddForm {
	border: 3px solid #000000;
	background: #ffffff; 
	color: #000000; 
	padding: 10px;
	width: 300px;
	text-align: left;
}

.cartInfoForm {
	border: 3px solid #000000;
	background: #ffffff; 
	color: #000000; 
	padding: 10px;
	width: 300px;
	text-align: left;
}

.cartInfoForm table tr td {
	color: #000000;
}

.orderTable {
	border-spacing: 0px;
	background: #ffffff;
	width: 100%
}

.orderTableHead td {
	border: 1px solid #909090;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	background: #e0e0ff;
	color: 000000;
}

.orderTableBody1 {
	background: #ffffff
}

.orderTableBody2 {
	background: #f0f0ff
}

.orderTableBody1 td, .orderTableBody2 td {
	border-top: 1px solid #909090;
	border-bottom: 1px solid #909090;
	color: 000000;
	padding: 3px;
}

.disclaimer {
	font-size: 8pt;
	font-style: italic;
	width: 80%;
}

.orderLine {
	border: 1px solid #000000;
	background: #000066;
	padding: 2px;
	margin: 2px;
}

.orderLineItems {
	font-weight: bold;
	color: #6666ff;
}

a.blank:hover {
	line-height: 12pt;
	cursor: pointer;
}