﻿
/* Image Path: /themes/surveillent/images/ */

/**************************************************************
	Global Settings
**************************************************************/

.alt { display: none; }
img { border: 0; }

/**************************************************************
	Header Settings
**************************************************************/

#header {
	background: #fff url('/themes/surveillent/images/header-bg.gif') top left no-repeat;
	width: 902px;
	height: 152px;
	margin-top: 20px;
	display: block;
	}
	
#header h1 {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	}
	
	#header h1 a {
		background: url('/themes/surveillent/images/surveillent-logo.gif') no-repeat;
		width: 337px;
		height: 116px;
		display: block;
		position: relative;
		top: 1px;
		left: 30px;
		}
	
#navBar {
	background: url('/themes/surveillent/images/navigation-bg.jpg') no-repeat;
	width: 902px;
	height: 35px;
	display: block;
	position: relative;
	top: 1px;
	clear: both;
	}
	
#searchBox {
	float: left;
	position: relative;
	top: 5px;
	left: 15px;
	}
	
	#searchBox .textbox {
		border: 0;
		margin: 0;
		padding: 0;
		height: 20px;
		padding-top: 4px;
		}

#headerNav { float: right; }
	
	#headerNav ul, #headerNav li {
		margin: 0;
		padding: 0;
		list-style: none;
		}
				
	#headerNav li, #headerNav li a { float: left; }
	
	#headerNav li a {
		font-size: 16px;
		color: #fff;
		border-right: 2px solid #fff;
		padding: 0 10px 0 10px;
		position: relative;
		top: 8px;
		left: -10px;
		}
		
	#headerNav li#hn03 a { border: 0; }
	
#scrolling-img {
	float: right;
	width: 485px;
	margin: 5px 5px 0 0;
	}

/**************************************************************
	Left Column Settings
**************************************************************/

.page-column-left {
	padding: 10px 0 10px 0;
	vertical-align: top;
	}
	
	.page-column-left ul {
		list-style: none;
		margin: 10px 0 10px 25px;
		padding: 0;
		}
	
	.page-column-left li {
		background: url('/themes/surveillent/images/list-bullet.gif') top left no-repeat;
		padding-left: 20px;
		margin-bottom: 2px;
		}
		
	.page-column-left li a:hover { text-decoration: underline; }
	
.manufacturers-module .select {
	margin: 10px 0 10px 20px;
	width: 190px !important;
	}
	
.cart-module-cart, .checkout-options { padding: 10px 10px 10px 10px; }

.cart-module-cart .mini td {
	text-align: center;
	border-bottom: 1px solid #ccc;
	}

#payment-types { text-align: center; }

	#payment-types img { margin-bottom: 10px; }

/**************************************************************
	Center Column Settings
**************************************************************/

.page-column-center {
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	}
	
.redText { color: #f00; }

.catPhoto {
	width: 150px;
	float: left;
	display: block;
	margin: 0 15px 15px 0;
	}
	
	.catPhoto a {
		background: #c3c3c3;
		padding: 7px 0 0 0;
		width: 150px;
		font-size: 10px !important;
		font-weight: normal !important;
		color: #1b3665;
		text-align: center;
		display: block;
		border: 1px solid #c3c3c3;
		}
		
	.last { margin-right: 0; }
		
	.catPhoto a:hover {
		border: 1px solid #9f0502;
		background: #9f0502;
		color: #fff !important;
		}

	#specials a { width: 315px; }
	
.photoRow {
	width: 100%;
	clear: both;
	}
	
.product-list-item-container-alt, .product-list-item-container {
	text-align: center;
	padding: 10px;
	}
	
.product-detail table {
	border: 1px solid #ccc;
	padding: 10px;
	}
	
.checkout-cart td {
	border: 1px solid #ccc;
	text-align: center;
	}
	
.product-list-sort {
	width: 175px !important;
	}

.category-list-item {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 10px 10px 0;
	}
	
.personalization-question {
	padding: 10px;
	margin-bottom: 10px;
	}
	
	.personalization-question label, .personalization-question input { margin-top: 10px; }
	
#ctl00_pageContent_checkoutWizard_pnlPassword { padding-bottom: 15px; }

/**************************************************************
	Footer Settings
**************************************************************/

#footer {
	background: url('/themes/surveillent/images/footer-bg.jpg') no-repeat;
	display: block;
	width: 902px;
	height: 53px;
	margin-bottom: 20px;
	}

#footerNav { float: left; }

	#footerNav ul, #footerNav li {
		margin: 0;
		padding: 0;
		list-style: none;
		}
		
	#footerNav li, #footerNav li a { float: left; }
	
	#footerNav li a {
		border-right: 1px solid #000;
		padding: 0 5px 0 5px;
		position: relative;
		top: 18px;
		left: 20px;
		font-weight: normal;
		}
		
	#footerNav li a:hover { text-decoration: underline; }
		
	#footerNav li#fn05 a { border: 0; }
	
#copyright {
	float: right;
	position: relative;
	top: 18px;
	left: -20px;
	}