body
{
	background-image: url('../images/background.jpg'); 
	background-repeat: repeat-x;
	background-color: #2d2d2d; 
	margin: 0px;
	font-family: arial;
	font-size: 12px;
}

table.entire_window
{
	width		: 100%;
	text-align	: center;
}

td.entire_page
{
	width		: 1000px; 
	text-align	: center; 
}

div
{
	font-family: arial;
}

div.pageHead
{
	
	//background-image: url('../images/background.jpg'); 
	width: 100%; 
	height: 280px;
}

div.headNav
{
	background-image: url('../images/header.jpg'); 
	width: 1000px; 
	height: 280px;
}

div.headNavTxt
{
	position: relative; 
	left: 555px; 
	top : 78px; 
	width: 300px; 
	height: 20px; 
	font-family: arial; 
	font-size: 14px; 
	font-weight: bold; 
	color: #6f6f6f;
	text-align: right;
}

div.headNavImg
{
	position: relative; 
	left: 855px; 
	top : 50px; 
	width: 145px; 
	height: 31px;
}

a.current:link
{
	text-decoration		: none;
	color			: #ffffff;
}
		
a.current:visited
{
	text-decoration		: none;
	color 			: #ffffff;
}


a:link
{
	text-decoration		: none;
	color			: #939498;
}
	
a:hover
{
	text-decoration 	: none;
	color 			: #ffffff;
}
	
a:visited
{
	text-decoration		: none;
	color 			: #939498;
}

a:hover
{
	text-decoration 	: none;
	color 			: #ffffff;
}

th
{
	font-family: arial; 
	font-size: 18px; 
	font-weight: normal; 
	color: #00A985;
	
	padding: 15px 0px 15px 0px;
}

a.col_header:link
{
	text-decoration		: none;
	color			: #00A985;
}
	
a.col_header:hover
{
	text-decoration 	: underline;
	color 			: #ffffff;
}
	
a.col_header:visited
{
	text-decoration		: none;
	color 			: #00A985;
}
	
a.col_header:hover 
{
	text-decoration 	: none;
	color 			: #ffffff;
}

tr.light_row
{
	background-color: #2d2d2d;	 
}

tr.dark_row
{
	background-color: #232323;
}

td
{
	font-family: arial;
	font-size: 12px;
}

td.not_last_row
{
	border-color	: #434343;
	border-width	: 1px 0px 0px 0px; 	
	border-style	: solid; 
	
	color		: #ffffff;
	
	padding		: 8px 5px 8px 5px;
}

/*td.not_last_row_special
{
	border-color	: #434343;
	border-width	: 1px 0px 0px 0px; 	
	border-style	: solid; 
	
	color		: #ffffff;
	
	padding		: 8px 5px 8px 5px;
}*/

td.last_row
{
	border-color	: #434343;
	border-width	: 1px 0px 1px 0px; 	
	border-style	: solid; 
		
	color		: #ffffff;
	
	padding		: 8px 5px 8px 5px;
}


input.quantity
{
	 width		: 60px; 
	 height : 30px;
	 
	 text-align	: center;
	 
	 padding	: 0px;
	 
	 color: #b1b1b1;
}


th.col_image
{
	width		: 70px;
	
	text-align	: left;
}

th.col_pc_manufacturer
{
	width		: 200px;
	
	text-align	: left;
}

th.col_description_fits
{
	width		: 330px;
	
	text-align	: left;
}

th.col_stock
{
	width		: 100px;
	
	text-align	: center;
}

th.col_price
{
	width		: 100px;
	
	text-align	: right;
}

th.col_quantity
{
	width		: 100px;
	
	text-align	: center;
}

div.col_center
{
	text-align	: center;
}


div.dataNav
{
	background-image: url('../images/data_nav.jpg'); 
	position: relative; 
	left : 0px; 
	top: 0px;
	width: 1000px; 
	height: 41px; 
	
	margin: 10px 0px 0px 0px;
}

div.dataNavLeft
{
	position: absolute;
	left: 0px;
	top: 12px;
	width: 333px;
	color: #2d2d2d;
	font-size: 12px;
	text-align: left;
	margin: 0px 0px 0px 15px;
}

div.dataNavMiddle
{
	position: absolute;
	left: 334px;
	top: 12px;
	width: 333px;
	color: #2d2d2d;
	font-size: 12px;
	text-align: center;
}

div.dataNavRight
{
	position: absolute;
	left: 667px; 
	top: 12px;
	width: 333px;
	color: #2d2d2d;
	font-size: 12px;
	text-align: right;
	margin: 0px 15px 0px -15px;
}

div.dataNavFirst
{
	position: absolute; 
	top: 0px; 
	left: 0px;
}

div.dataNavPrior
{
	position: absolute; 
	top: 0px; 
	left: 2px;
}

th.yourOrdLine
{
	width: 50px;
	text-align: left;
}

th.yourOrdPC
{
	width: 200px;
	text-align: left;
}

th.yourOrdDesc
{
	width: 450px;
	text-align: left;
}

th.yourOrdPrice
{
	width: 100px;
	text-align: right;
}

th.yourOrdQty
{
	width: 100px;
	text-align: center;
}

div.col_left
{
	text-align: left;
}

div.col_left_info
{
	font-weight	: bold;
	
	text-align	: left;
}

div.col_right
{
	text-align: right;
}

th.col_left
{
	text-align: left;
}

th.col_right
{
	text-align: right;
}


div.footButtons
{
	position: relative; 
	left : 0px; 
	top: 0px;
	width: 1000px; 
	height: 41px;
	
	background-color: #232323;
	border-color	: #434343;
	border-width	: 1px 0px 1px 0px; 	
	border-style	: solid;
}

div.footButtonLeft
{
	position: absolute;
	left: 0px;
	width: 333px;
	text-align: left;
	margin : 5px 0px 0px 5px;
}

div.footButtonMiddle
{
	position: absolute;
	left: 334px;
	width: 333px;
	text-align: center;
	margin: 5px 0px 0px 0px;
}

div.footButtonRight
{
	position: absolute;
	left: 667px; 
	width: 333px;
	text-align: right;
	margin : 5px 0px 0px -5px;
}


/*div.orderDetails
{
	position: relative; 
	left : 0px; 
	top: 0px;
	width: 1000px; 
	height: 200px;
}

div.orderDetailsDelAdd
{
	position: absolute;
	left: 0px;
	width: 333px;
	text-align: left;
}

div.orderDetailsComm
{
	position: absolute;
	left: 334px;
	width: 333px;
	text-align: center;
}

div.orderDetailsNumRef
{
	position: absolute;
	left: 667px; 
	width: 333px;
	text-align: right;
}


div.title
{
	font-family: arial; 
	font-size: 18px; 
	font-weight: normal; 
	color: #00A985;
	padding: 15px 0px 15px 0px;
}


div.orderDetailsBox
{
	background-color: #232323;
	border-color: #434343;
	border-width: 1px 1px 1px 1px; 	
	border-style: solid; 	
	color: #ffffff;	
	padding: 8px 5px 8px 5px;
	height: 200px;
	margin: 10px;
	padding: 10px;
}*/

textarea
{
	font-family: arial;
	font-size: 12px;
}

textarea.customerComments
{
	background-color: #ffffff; //#2d2d2d;
	width: 250px;
	height: 100px;
	font-size: 11px; 
	color: #b1b1b1; //#ffffff;
	border-color: #434343; 
	border-width: 1px; 
	border-style: solid; 
}

div.center
{
	text-align: center;
}

th.ordDetDelAdd
{
	width: 333px;
	text-align: center;
}

th.ordDetCustComm
{
	width: 334px;
	text-align: center;
}

th.ordDetNumRef
{
	width: 333px;
	text-align: center;
}

td.center
{
	text-align: center;
}

td.cushioning
{
	width		: 50%;
}

td.cushioned
{
	text-align	: left;
	color: #ffffff;
}

td.num_ref_container
{
	text-align	: right;
	color: #ffffff;
 	padding		: 5px; 	
}

input.order_details
{
	 width : 100px; 
	 height : 30px;
	 
	 text-align	: leftr;
	 
	 padding	: 0px;
	 
	 color: #b1b1b1;
}

td.orderDetails
{
	padding: 20px 0px 20px 0px;
}

div.topPad
{
	height: 15px;
}


th.changeAddress
{
	width: 500px;
	text-align: center;
}

th.left
{
	text-align: left;
}

th.right
{
	text-align: right;
}

th.insStkLine
{
	width: 50px;
	text-align: left;
}

th.insStkPC
{
	width: 200px;
	text-align: left;
}

th.insStkDesc
{
	width: 400px;
	text-align: left;
}

th.insStkReqAv
{
	width: 100px;
	text-align: center;
}

th.insStkAction
{
	width: 150px;
}

th.ordSummAdd
{
	width: 500px;
	text-align: center;
}

th.ordSummLine
{
	width: 50px;
	text-align: left;
}

th.ordSummDesc
{
	width: 650px;
	text-align: left;
}

th.ordSummPrice
{
	width: 100px;
	text-align: right;
}

th.ordSummQty
{
	width: 100px;
	text-align: right;
}

th.prFrAdd
{
	width: 624px;
	text-align: center;
}

div.special
{
	font-weight: bold;
	color: #c00000;
}

td.info_message
{
	font-size: 14px;
	font-weight: bold;
	color: #00A887;
}

td.error_message
{
	font-size: 14px;
	font-weight: bold;
	color: #00A887;
}