@charset "utf-8";

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
    background-color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #003300;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003300;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #003300;
}
.tableRightG {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	vertical-align:top;
}
.tableTopG {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	vertical-align:top;
}
.tableTopB {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding: 10px;
}
select.aur_qs {
  font-size: 12px;
  margin-bottom: 5px;
  background-color:#063B1F;
  color:#FFFFFF;
  border: 1px solid #FFFFFF;
}
select.ww_qs {
  font-size: 9px;
  margin-bottom: 7px;
  background-color:#666666;
  color:#FFFFFF;
  width:100%;
  border:0px;
}
.tabOut {
	border-width: 1px;
	border-style: solid;
	border-color:#999999;
	padding: 10px;
	background-color:#FFFFFF;
}
.test {
	padding: 10px;
}
.leftAlign {
	float:left;
	height:100%;
	/*border-width: 1px;
	border-style: solid;
	border-color:#999999;*/
	margin: 10px;
	/*padding: 10px;*/
	background-color:#FFFFFF;
}
.rightAlign {
	float:right;
	height:100%;
	/*border-width: 1px;
	border-style: solid;
	border-color:#999999;*/
	margin: 10px;
	/*padding: 10px;*/
	background-color:#FFFFFF;
}
.code {
	font-family:"Courier New", Courier, monospace;
	size:10px;
	color:#006633;
	background-color: #F7F7F7;
	padding:5px;
	border:1px #999999 solid;
}

/* ######### footer.php ######### */
.style11205 {
	font-variant: normal; 
	color: #F0FAED; 
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}
.style11206 {
	font-variant: normal;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F0FAED;
	cursor: pointer;
}
.tableTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.pad10px {
	padding: 10px;
}
.tm {
	font: 20px Helvetica;
	font-weight: bold;
	vertical-align:super;
}

/* ######### news.php ######### */
.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CCCCCC;
	font-style:italic;
	height:90px;
}
.mainDiv {
	background-color: #FFFFFF;
	text-align: center;
	width: 900;
}
.headDiv {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	vertical-align:top;
	text-align: right;
}
.subDiv {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	vertical-align:top;
	text-align: left;
	width: 750;
	margin-left: 75;
}
.subDiv a {
	font-style:italic;	
}
.subDiv a:link {
	color: #003300;
	text-decoration: none;
}
.subDiv a:visited {
	text-decoration: none;
	color: #003300;
}
.subDiv a:hover {
	text-decoration: underline;
	color: #666666;
}
.subDiv a:active {
	text-decoration: none;
	color: #003300;
}
.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("http://auroramultimedia.com/web/media/images/feed-icon-14x14.png") no-repeat 0 50%;
}

/* ######### menu_news.php ######### */
.news_column {
	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	font-size: 10px;
	color:#333333;
	padding:5px;
}
.news_columnNoBdr {
	font-size: 10px;
	color:#333333;
	padding:5px;
}
.news_columnHead {
	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	font-size: 12px;
	color:#333333;
	padding:2px;
}

/* ######### products.php ######### */
.breadcrumb {
	font-size: 10px;
}
/*
.grid {
	font-size: 10px;
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	margin:10px;
}
td.gridCell:hover {
	border-style:solid;
	border-color:#F5FFF4;
	border-width:1px;
	background-color:#F5FFF4;
}
td.gridCell {
	border-style:solid;
	border-color:#ffffff;
	border-width:1px;
	background-color:#FFFFFF;	
}
*/

/* ######### products.php tabs ######### */
.shadetabs{
	padding: 3px 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: 11px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #ffffff;
	background-color:#619120;
}

.shadetabs li a:visited{
	color: #2d2b2b;
}

.shadetabs li a:hover{
	text-decoration: underline;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
	color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(/web/ajaxtabs/shadeactive.gif);
	border-bottom-color: #ffffff;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

/* ######### products/specs.php ######### */
.specs_groupheader{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#e5e5e5;
}
.specs_title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#F7F7F7;
}
.specs_specs{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#F7F7F7;
}

/* ######### products gallery ######### */
#DHTMLgoodies_largeImage{	/* Large image div */
	width:400px;	/* Width of large image div */
	height:400px;	/* Height of large image div */
}
#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
	width:100%;
	height:100%;
	text-align:center;
}