/**********************************************
 NVIS, Inc. (nvisinc.com) Partial Style Sheet
 Created by ZURB, Feb. 2007
 *********************************************/
 
h2#order_head {
  width: 305px;
  height: 35px;
  background: url(../images/order_head.gif) no-repeat 0 0;
}
h2#rma_head {
  width: 305px;
  height: 35px;
  background: url(../images/rma_head.gif) no-repeat 0 0;
}

h2#warr_head {
  width: 305px;
  height: 35px;
  background: url(../images/warranty_head.gif) no-repeat 0 0;
}

h2#request_head {
  width: 305px;
  height: 35px;
  background: url(../images/rma_request_head.gif) no-repeat 0 0;
}

div.body_right h3 {
  margin: 14px 0;
}

div.body_right ul {
  margin: 10px 0;
  padding-left: 1em;
}

div.body_right h4 {
  font-size: 13px;
  margin-top: 24px;
}

html>body table.dataTable 
{
	-moz-border-radius:10px;
	padding: 5px;
	font-size: 1.1em;
	border: 2px solid rgba(20, 20, 20, 0.3);
}

td {
	padding: 3px;
}

tr.main {
	background-color: #FAFAFA;
}
tr.alt {
	background-color: #DDD;
}

.tooltip {
	display: block;
	font-size: smaller;
	left: auto;
	top: auto;
	padding: 5px;
	position: absolute;
	text-decoration: none;
	width: 12em;
	background-color: #E3E3E3;
	border:solid 1px black;
	color: #66667E;
}

div#subnav {
	height: 200px;
	overflow:visible;
}

.floating {
	clear: both;
	margin: 20px;
}

.seethrough li{
	padding: 5px;
}

/*======RMA Request Page======*/
form.request {
	float:left;
	padding-left:25px;
	width:50%;
}


form.request label{
	width: 50%;
	margin-right: 5px;
	display: block;
	float: left;
}

p.error {
	color: red;
	font-style: italic;
	padding-left: 25px;
	width: 50%;
	float: left;
}

.smaller {
	font-size: smaller;
}

div.request div#subnav {
	height: 331px;
}

ul.request li {
	padding: 0;
}
