﻿/* (C) Copyright 2009 Software Innovations, Inc.. All Rights Reserved */

/*Aura Blue over-rides*/
#header {
	background: url('images/si-header.jpg') no-repeat -1px;
}

.middletext a {
	color:#FFFFFF
}
.middletext a:hover {
	color:aqua;
	background-color: transparent;
}

img.figure {
	float:right;
	margin-left: 10px;
	margin-bottom: 50px;
}
img.figurel {
	float:left;
	margin-right: 10px;
	margin-bottom: 50px;
}
.iss-boxshot-list{
	margin-left: 320px;
	padding-top: 1em;
}
.iss-boxshot-table {
	border-collapse:collapse; 
	margin-left: 320px;
	font-size:large;
	color:#3366FF;
	font-weight:bold;

}
.wireless-boxshot-list{
	margin-left: 220px;
	padding-top: 1em;
	font-weight:bold;
	color:#3366FF;
}
.wireless-boxshot-table {
	border-collapse:collapse; 
	margin-left: 220px;
	font-size:large;
	color:#3366FF;
	font-weight:bold;

}
.clear-section {
	clear: both;
	margin-top: 2em; 
}
/*-----------------------------------------------------------------------------
Custom Classes
-----------------------------------------------------------------------------*/

.important-callout {
	
	color:maroon;
}

/* Item Table layouts */

.item-table{
	
	border-collapse: collapse;
	border: thin black solid;
}

.item-table td {
	border: thin gray solid;
}
.item-table th {

	background-color:navy;
	color: white;
	
}

/* Clear the border inside the embedded table */
.item-table table td {
	border: none;

}
.item-table-description {
	width:300px;
	text-align: left; 
}

.item-table-productthumbnail {
	width:100px;
}

