/* BASIC PAGE ELEMENTS */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial,Sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

/*

these styles are here because IE does some weird stuff.
with paragraphs and table cells, in HTML it will default to left-alignment,
in XHTML IE defaults to centering.
it also places a margin around forms and paragraphs by default.
*/

p {
	text-align:left;
	margin:0px;
}

form {
	margin:0px;
}

td {
	text-align:left;
	font-family: Arial,Sans-serif;
	font-size: 11px;
	color: #333333;
}

div {
	margin: 0px;
	padding: 0px;
}

/*
default link styles for any links that aren't assigned a class
they will inherit most font attributes from the body
*/

a:link {
	color:#333333;
	text-decoration: underline;
}

a:visited {
	color:#333333;
	text-decoration: underline;
}

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

a:active {
	color:#333333;
	text-decoration: none;
}

/* Containers */

div.bodyContainer {
	width:100%;
	border: 0px dotted #990000;
}

div.container {
	width:750px;
	border: 0px dashed #009900;
}

/* Area Headers */

p.areaHeader {
	font-size: 12px;
	font-weight:bold;
	color:#993333;
	text-align:center;
}

/* HEADER */

div.pageHeader {
	width:750px;
	height:72px;
	border: 0px dashed #330099;
}

a.pageHeader:link {
	font-size: 10px;
	font-weight:normal;
	font-variant: small-caps;
	letter-spacing: 1px;
	color: #333333;
	text-decoration: none;
}

a.pageHeader:visited {
	font-size: 10px;
	font-weight:normal;
	font-variant: small-caps;
	letter-spacing: 1px;
	color:#000000;
	text-decoration: none;
}

a.pageHeader:hover {
	font-size: 10px;
	font-weight:normal;
	font-variant: small-caps;
	letter-spacing: 1px;
	color:#993333;
	text-decoration: none;
}

a.pageHeader:active {
	font-size: 10px;
	font-weight:normal;
	font-variant: small-caps;
	letter-spacing: 1px;
	color:#993333;
	text-decoration: none;
}

input.searchBox1 {
    width:80px;
    height: 14px;
    border: 1px solid #000000;
    margin-left:0px;
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px;
}

/* main nav */

div.mainNav {
    width:750px;
    height: 16px;
    background-color: #003366;
    border: 1px solid #475E6A;
}

td.mainNav {
    height: 16px;
    vertical-align:middle;
    text-align:left;
}

td.mainNavVertLine {
    height: 16px;
    width: 1px;
    vertical-align:middle;
    text-align:center;
}

.mainNav a:link {
    color:#FFFFFF;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    display:block;
    height: 16px;
    vertical-align:middle;
}

.mainNav a:visited {
    color:#FFFFFF;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    font-variant: small-caps;
    display:block;
    height: 16px;
    vertical-align:middle;
}

.mainNav a:hover {
    color:#FFFFFF;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    font-variant: small-caps;
    display:block;
    height: 16px;
    vertical-align:middle;
    /* background-color: #DDDBB2; */
}

.mainNav a:active {
    color:#FFFFFF;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    font-variant: small-caps;
    display:block;
    height: 16px;
    vertical-align:middle;
}

/* Homepage product display */

td.homeProdCell {
    text-align:center;
    vertical-align:bottom;
    width: 148px;
    height:140px;
}

td.cgyProdCell {
    text-align:center;
    vertical-align:bottom;
    width: 122px;
    height:140px;
}

td.camerasProdCell {
    text-align:center;
    vertical-align:bottom;
    width: 133px;
    height:140px;
	border: 0px dashed #FF9900;
}

table.cgyProdTbl {
    width: 122px;
	border: 0px dashed #000099;
}

td.homeProdVertLine {
    text-align:center;
    vertical-align:middle;
    width: 1px;
    height:140px;
}

img.prodLogo {
    border: 0px dashed #FF9900;
    margin-left:15px;
    margin-top:5px;
    margin-right:15px;
    margin-bottom:5px;
}

td.categoryHeader {
    color: #2B3B43;
    font-weight:bold;
    text-align:left;
    vertical-align: middle;
    height:22px;
    width:122px;
    background-color:#FBF6EF;
    border-left: 0px solid #D2D7E2;
    border-top: 1px solid #D2D7E2;
    border-right: 0px solid #D2D7E2;
    border-bottom: 1px solid #D2D7E2;
}

.categoryHeader a:link {
    text-decoration:underline;
}

.categoryHeader a:visited {
    text-decoration:none;
}

.categoryHeader a:hover {
    text-decoration:underline;
}

.categoryHeader a:active {
    text-decoration:none;
}

div.categoryHeader {
    background-color:#FBF6EF;
    height:22px;
    vertical-align: middle;
    border: 1px solid #D2D7E2;
}

table.locationBar {
    background-color:#F3F3F2;
    height:20px;
    width:750px;
}

td.currentLocation {
    text-align:left;
    vertical-align:middle;
    font-size:11px;
    font-weight:bold;
}

.currentLocation a:link {
	color: #003366;
    text-decoration: none;
}

.currentLocation a:visited {
	color: #003366;
    text-decoration: none;
}

.currentLocation a:hover {
	color: #003366;
    text-decoration: underline;
}

.currentLocation a:active {
	color: #003366;
    text-decoration: none;
}
.pageNumbers {
    color:#A3475E;
    text-decoration: none;
    font-weight: bold;
}

a.pageNumbers:link {
    color:#000000;
    text-decoration: none;
    font-weight: bold;
}

a.pageNumbers:visited {
    color:#000000;
    text-decoration: none;
    font-weight: bold;
}

a.pageNumbers:hover {
    color:#000000;
    text-decoration: underline;
    font-weight: bold;
}

a.pageNumbers:active {
    color:#000000;
    text-decoration: underline;
    font-weight: bold;
}

div.locationBar {
    text-align:left;
    vertical-align:middle;
    background-color:#F3F3F2;
    font-size:11px;
    font-weight:bold;
    height:20px;
}

a.prodContactLink:link {
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

a.prodContactLink:visited {
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

a.prodContactLink:hover {
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
}

a.prodContactLink:active {
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

/* LANDING PAGE CLASSES */

td.lpMiniPics {
	width: 82px;
	height: 60px;
	text-align: center;
	border: 0px dashed #0066CC;
}

td.lpMiniPicsText {
	width: 82px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border: 0px dashed #0066CC;
}

.lpMiniPicsText a:link {
	text-decoration: none;
}

.lpMiniPicsText a:visited {
	text-decoration: none;
}

.lpMiniPicsText a:hover {
	text-decoration: underline;
}

.lpMiniPicsText a:active {
	text-decoration: none;
}

td.lpAppsImg {
	width: 184px;
	height: 196px;
	text-align: center;
	border: 0px dashed #0066CC;
}

td.lpAppsImgSep {
	width: 3px;
	height: 196px;
	text-align: center;
	border: 0px dashed #0066CC;
}

.lpAppsImg a:link {
	text-decoration: none;
}

.lpAppsImg a:visited {
	text-decoration: none;
}

.lpAppsImg a:hover {
	text-decoration: underline;
}

.lpAppsImg a:active {
	text-decoration: none;
}

p.lpAppsHead {
	font-size: 11px;
	font-weight: bold;
	color: #993333;
	text-align:center;
	height:14px;
	margin-bottom: 10px;
	border: 0px dashed #6600CC;
}

p.lpAppsPic {
	text-align:center;
	border: 0px dashed #CC0066;
}

p.lpAppsFoot {
	font-size: 11px;
	font-weight: bold;
	text-align:right;
	height:14px;
	margin-top: 10px;
	margin-right: 5px;
	border: 0px dashed #00CC66;
}

/* FORM ELEMENTS */

/* sortable results form items */
form.sortable {
	height: 16px;
	border: 0px dashed #00CC66;
}

select.sortable {
	font-size:10px;
	font-weight: normal;
	color:#333333;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}

div.sortable {
	width:750px;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	border: 0px dashed #FF9900;
}

a.fauxBuyButton:link {
    display:block;
    width: 44px;
    height:19px;
    color:#3D3D3D;
    font-size:10px;
    font-variant:small-caps;
    background-color: #F7F7F7;
    border-left: 1px solid #CFD5E0;
    border-top: 1px solid #CFD5E0;
    border-right: 1px solid #CFD5E0;
    border-bottom: 1px solid #CFD5E0;
    text-align:center;
    vertical-align:middle;
    text-decoration:none;
}

input.buyButton {
    color:#3D3D3D;
	 width: 100px;
    height: 18px;
    background-color: #F7F7F7;
    border: 1px solid #CFD5E0;
	 font-weight: 900;
    font-size:11px;
    text-align: center;
}

input.buyButtonHover {
    color: #666666;
	 width: 100px;
    height: 18px;
    background-color: #D4D9E3;
    border: 1px solid #CFD5E0;
	 font-weight: 900;
    font-size:11px;
    text-align: center;
}

input.textBox1 {
    width:80px;
    height: 16px;
    border: 1px solid #000000;
    margin-left:0px;
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px;
}

select.selectMenu1 {
    width:100px;
    height: 16px;
	font-size:10px;
    border: 1px solid #000000;
    margin-left:0px;
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px;
}

input.button1 {
    color: #FFFFFF;
    width: 100px;
    height: 18px;
    background-color: #003366;
    border: 1px solid #003366;
    font-weight: 900;
    font-size:11px;
    text-align: center;
}

input.button1Hover {
    color: #003366;
    width: 100px;
    height: 18px;
    background-color: #FFFFFF;
    border: 1px solid #003366;
    font-weight: 900;
    font-size:11px;
    text-align: center;
}

input.button2 {
    color:#3D3D3D;
	 width: 100px;
    height: 18px;
    background-color: #F7F7F7;
    border: 1px solid #CFD5E0;
	 font-weight: 900;
    font-size:11px;
    text-align: center;
}

input.button2Hover {
    color: #666666;
	 width: 100px;
    height: 18px;
    background-color: #D4D9E3;
    border: 1px solid #CFD5E0;
	 font-weight: 900;
    font-size:11px;
    text-align: center;
}

a.topMainNav:link {
    color:#333333;
    font-weight:bold;
    text-decoration:none;
}

a.topMainNav:visited {
    color:#333333;
    font-weight:bold;
    text-decoration:none;
}

a.topMainNav:hover {
    color:#993333;
    font-weight:bold;
    text-decoration:underline;
}

a.topMainNav:active {
    color:#333333;
    font-weight:bold;
    text-decoration:none;
}

.lsCamerasNav {
    color:#993333;
    font-weight:bold;
    text-decoration:none;
}

a.lsCamerasNav:link {
    color:#000000;
    font-weight:bold;
    text-decoration:none;
}

a.lsCamerasNav:visited {
    color:#000000;
    font-weight:bold;
    text-decoration:none;
}

a.lsCamerasNav:hover {
    color:#993333;
    font-weight:bold;
    text-decoration:underline;
}

a.lsCamerasNav:active {
    color:#000000;
    font-weight:bold;
    text-decoration:none;
}
/* top right navigation */
.topRightNav {
    color:#993333;
	font-family:Arial;
	font-size:9pt;
    font-weight:normal;
    text-decoration:none;
}

a.topRightNav:link {
    color:#333333;
	font-family:Arial;
	font-size:9pt;
    font-weight:normal;
    text-decoration:none;
}

a.topRightNav:visited {
    color:#333333;
	font-family:Arial;
	font-size:9pt;
    font-weight:normal;
    text-decoration:none;
}

a.topRightNav:hover {
    color:#993333;
	font-family:Arial;
	font-size:9pt;
    font-weight:normal;
    text-decoration:underline;
}

a.topRightNav:active {
    color:#333333;
	font-family:Arial;
	font-size:9pt;
    font-weight:normal;
    text-decoration:none;
}

/* Product Page */

td.prodRightSide {
    width: 129px;
    vertical-align:top;
}

td.prodMainCell {
    width: 621px;
    vertical-align:top;
}

td.prodImageArea {
    width: 280px;
    vertical-align:top;
}

td.proddetailArea {
    width: 341px;
    vertical-align:top;
	height:300px;
	border: 0px dashed #000099;
}

p.prodSystemTitle {
    font-size:12px;
    font-weight:bold;
    color:#003366;
    text-align:center;
}

p.prodSystemDetail {
    font-weight:bold;
    text-align:left;
}

p.prodSystemAvailable {
    width:300px;
    font-weight:bold;
    text-align:left;
    border-top:1px dashed #999999;
    border-bottom:1px dashed #999999;
    margin-left:10px;
    margin-right:10px;
    margin-top:10px;
    padding:5px;
}

.prodOurPrice {
    font-size: 18px;
    font-weight:bold;
    text-decoration:none;
    color:#993333;
}

.prodRetailPrice {
    font-size: 12px;
    font-weight:bold;
    text-decoration:line-through;
    color:#333333;
}

p.prodAddToCart {
    font-weight:bold;
    margin:10px;
}

form.prodAddToCart {
    font-weight:bold;
    margin:10px;
}

input.prodAddToCart {
    color:#FFFFFF;
    width: 100px;
    height: 16px;
    background-color: #003366;
    border: 0px solid #475E6A;
    font-weight:bold;
    font-size:11px;
}

input.prodAddToCartHover {
    color: #003366;
    width: 100px;
    height: 16px;
        border: 1px solid #003366;
    font-weight:bold;
    font-size:11px;
        background-color: #FFFFFF;
}

/* CONTACT FORM */

form.contactUs {
    font-weight:bold;
    margin:10px;
}

input.contactUs {
    color:#003366;
    width: 100px;
    height: 16px;
    background-color: #FFFFFF;
    border: 1px solid #003366;
    font-weight:normal;
    font-size:11px;
}

textarea.contactUs {
    color:#003366;
    width:300px;
	height:60px;
    background-color: #FFFFFF;
    border: 1px solid #003366;
    font-weight:normal;
    font-size:11px;
}

select.contactUs {
    color:#003366;
    width: 160px;
    height: 16px;
    background-color: #FFFFFF;
    border: 1px solid #003366;
    font-weight:normal;
    font-size:11px;
}

.sendMsgButton {
    color:#FFFFFF;
    width: 100px;
    height: 18px;
    background-color: #003366;
    border: 1px solid #003366;
    font-weight:bold;
    font-size:11px;
	text-align:center;
}
.sendMsgButtonHover {
    color: #003366;
    width: 100px;
    height: 18px;
    background-color: White;
    border: 1px solid #003366;
    font-weight:bold;
    font-size:11px;
	text-align:center;
}
/* Product page subsection classes */

td.prodSubTabSpace {
    width: 5px;
    height: 22px;
    background-color: #FFFFFF;
    border-left: 0px solid #D2D7E2;
    border-top: 0px solid #D2D7E2;
    border-right: 0px solid #D2D7E2;
    border-bottom: 1px solid #D2D7E2;
}

td.prodSubTab {
    color:#3F3F3F;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    width: 120px;
    height: 22px;
    vertical-align:middle;
    text-align:center;
    padding-top:0px;
    background-color: #F7F7F7;
    border-left: 1px solid #D2D7E2;
    border-top: 1px solid #D2D7E2;
    border-right: 1px solid #D2D7E2;
    border-bottom: 0px solid #D2D7E2;
}

.prodSubTab a:link {
    text-decoration: none;
    vertical-align:middle;
    width: 120px;
    height: 22px;
	display:block;
	padding-top:4px;
    border-bottom: 1px solid #D2D7E2;
}

.prodSubTab a:visited {
    text-decoration: none;
    vertical-align:middle;
    width: 120px;
    height: 22px;
	display:block;
	padding-top:4px;
    border-bottom: 1px solid #D2D7E2;
}

.prodSubTab a:hover {
    text-decoration: none;
    vertical-align:middle;
    width: 120px;
    height: 22px;
	display:block;
	padding-top:4px;
    background-color: #FFFFFF;
    border-bottom: 0px solid #D2D7E2;
}

.prodSubTab a:active {
    text-decoration: none;
    vertical-align:middle;
    width: 120px;
    height: 22px;
	display:block;
	padding-top:4px;
    background-color: #FFFFFF;
    border-bottom: 0px solid #D2D7E2;
}

td.prodSubTabOn {
    color:#3F3F3F;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    width: 120px;
    height: 22px;
    vertical-align:middle;
    text-align:center;
    padding-top:0px;
    background-color: #FFFFFF;
    border-left: 1px solid #D2D7E2;
    border-top: 1px solid #D2D7E2;
    border-right: 1px solid #D2D7E2;
    border-bottom: 0px solid #D2D7E2;
}

.prodSubTabOn a:link {
    text-decoration: none;
    vertical-align:middle;
    width: 120px;
    height: 22px;
	display:block;
	padding-top:4px;
    background-color: #FFFFFF;
    border-bottom: 0px solid #D2D7E2;
}

.prodSubTabOn a:visited {
    text-decoration: none;
    vertical-align:middle;
    width: 120px;
    height: 22px;
	display:block;
	padding-top:4px;
    background-color: #FFFFFF;
    border-bottom: 0px solid #D2D7E2;
}

.prodSubTabOn a:hover {
    text-decoration: none;
    vertical-align:middle;
    width: 120px;
    height: 22px;
	display:block;
	padding-top:4px;
    background-color: #FFFFFF;
    border-bottom: 0px solid #D2D7E2;
}

.prodSubTabOn a:active {
    text-decoration: none;
    vertical-align:middle;
    width: 120px;
    height: 22px;
	display:block;
	padding-top:4px;
    background-color: #FFFFFF;
    border-bottom: 0px solid #D2D7E2;
}

table.prodSubTable {
    width: 623px;
/*  border: 1px dashed #0000CC;
    border-left: 0px dotted #00FF00;
    border-top: 0px dotted #00FF00;
    border-right: 0px dotted #00FF00;
    border-bottom: 0px dotted #00FF00; */
}

td.prodSubCell {
    background-color: #F7F7F7;
    padding:8px;
    color:#333333;
    font-size:11px;
    font-weight:bold;
    vertical-align: top;
    border-left: 0px solid #FFFFFF;
    border-top: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}

.bookmark {
    font-weight:bold;
    font-size:11px;
    color:#333333;
    text-decoration:none;
}

a.bookmark:link {
    font-weight:bold;
    font-size:11px;
    color:#333333;
    text-decoration:underline;
}

a.bookmark:visited {
    font-weight:bold;
    font-size:11px;
    color:#333333;
    text-decoration:underline;
}

a.bookmark:hover {
    font-weight:bold;
    font-size:11px;
    color:#333333;
    text-decoration:none;
}

a.bookmark:active {
    font-weight:bold;
    font-size:11px;
    color:#333333;
    text-decoration:none;
}

img.prodRsGraphic {
    border-left: 1px solid #D3D8E3;
    border-top: 1px solid #D3D8E3;
    border-right: 1px solid #D3D8E3;
    border-bottom: 1px solid #D3D8E3;
	margin-bottom:10px;
}

/* Product image viewer classes */

.prodImgViewerOff {
    background-color:#FFFFFF;
    border-left: 1px solid #D3D8E3;
    border-top: 0px solid #D3D8E3;
    border-right: 0px solid #D3D8E3;
    border-bottom: 1px solid #D3D8E3;
}

.prodImgViewerOn {
    background-color:#F7F7F7;
    border-left: 1px solid #D3D8E3;
    border-top: 0px solid #D3D8E3;
    border-right: 0px solid #D3D8E3;
    border-bottom: 1px solid #D3D8E3;
}

td.prodEnlargeCell {
    text-align:center;
    font-weight:bold;
    color: #333333;
    background-color: #FFFFFF;
    border-left: 1px solid #D3D8E3;
    border-top: 0px solid #D3D8E3;
    border-right: 0px solid #D3D8E3;
    border-bottom: 1px solid #D3D8E3;
    padding-top: 2px;
    padding-bottom:2px;
}

td.prodSeeCamCell {
    text-align:center;
    font-weight:bold;
    color: #333333;
    background-color: #FBF7EF;
    border-left: 1px solid #D3D8E3;
    border-top: 0px solid #D3D8E3;
    border-right: 1px solid #D3D8E3;
    border-bottom: 1px solid #D3D8E3;
    padding-top: 2px;
    padding-bottom:2px;
}

/*
CLASSES FOR CUSTOMER SERVICE
customer service pages use same colors as professional
*/

p.custServ {
	width: 480px;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
/*
CLASSES FOR FOOTER
*/

p.footerDetail {
    font-weight: normal;
    text-align:left;
}
p.footerTitle {
    font-size:12px;
    font-weight:bold;
    color:#A3475E;
    text-align:center;
}
a.ecfoot:link {
    color:#000000;
    text-decoration: underline;
    font-weight: normal;
}

a.ecfoot:visited {
    color:#003366;
    text-decoration: underline;
    font-weight: normal;
}

a.ecfoot:hover {
    color:#A3475E;
    text-decoration: underline;
    font-weight: normal;
}

a.ecfoot:active {
    color:#000000;
    text-decoration: underline;
    font-weight: normal;
}
/*
anchor classes for getting started page
*/
a.started:link {
    color:#000000;
    text-decoration: none;
    font-weight: normal;
	 margin-left:2px;
	 margin-right:2px;
}

a.started:visited {
    color:#003366;
    text-decoration: none;
    font-weight: normal;
	 margin-left:2px;
	 margin-right:2px;
}

a.started:hover {
    color:#A3475E;
    text-decoration: none;
    font-weight: normal;
	 margin-left:2px;
	 margin-right:2px;
}

a.started:active {
    color:#000000;
    text-decoration: none;
    font-weight: normal;
	 margin-left:2px;
	 margin-right:2px;
}
/*
anchor classes for footer Navigation
*/
a.bottomNav:link {
    color:#003366;
    text-decoration: none;
    font-weight: normal;
	 margin-left:2px;
	 margin-right:2px;
}

a.bottomNav:visited {
    color:#003366;
    text-decoration: none;
    font-weight: normal;
	 margin-left:2px;
	 margin-right:2px;
}

a.bottomNav:hover {
    color:#A3475E;
    text-decoration: none;
    font-weight: normal;
	 margin-left:2px;
	 margin-right:2px;
}

a.bottomNav:active {
    color:#003366;
    text-decoration: none;
    font-weight: normal;
	 margin-left:2px;
	 margin-right:2px;
}

img.Thumb {
	border: 1px solid #53658F;
	margin:3px;
}

img.ThumbOver {
	border: 1px solid #993333;
	margin:3px;
}