﻿/* CSS layout */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: black;
	background-color: #E5E5E5;
}

h1 {

}

img {
	
	border: 0px;
	
}

#titleimage {
	background-color: white;
	text-align: center;
}

.columnheaders {
	text-align:center;
	font-weight: bold;
	font-size: smaller;
}

.phoneitem {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted gray;
}

.threedeals {
	font-size: x-large;
	font-weight: bold;
	vertical-align:middle;
	text-align:center;
}


.plainlink {
	color: black;
	text-decoration: none;
}

:hover.plainlink {
	
	text-decoration: underline;
}

.topoffers {
	width: 33%;
}

h2 {
	font-size:large;
	margin-bottom: 2px;
}

h6 {
	font-size: large;
	margin: 0px;
}

.strike {
	text-decoration:line-through;
}

.description {
	display: block;
	background-color:#CC0000;
	color: white;
	font-weight: bold;
	padding: 2px;

}

#filter {
	background-color:#E5E5E5;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	border: 1px solid gray;
	margin-bottom: 6px;
}


.pagerstyle {
	font-size: x-large;
	font-weight: bold;
	margin-top:6px;
}

.third {
	width: 33%;
	padding: 6px;
	background-color:#CCFFCC;
}

h3 {
	margin-bottom: 1px;
}


h4  {
	font-size:x-large;
	background-color: #438EFD;
	color: white;
	padding: 4px;
}

h5 {
	font-size: medium;
	color: navy;
	margin-top: 0px;
	margin-bottom: 4px;
}


h1  {
	font-size:x-large;
	background-color: #438EFD;
	color: white;
	padding: 4px;
}

.h1special {
	color: white;
	text-decoration: none;
}

td {
	vertical-align:top;
}

.freeoffers {
	display: block;
	background-color:#CC0000;
	color: white;
	font-weight: bold;
	padding: 2px;
}

.center {
	text-align: center;
}

.phonepics {
	border: 0px;
}

.leftmenu {
	display: block;
	background-color: #A4D1FF;
	color: #003366; 
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #5EAEFF;	
	text-decoration: none;
	padding-left: 6px;
	margin-right: 1px;
	display: block;
	font-weight: bold;	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}	


:hover.leftmenu {
	color: #CC0000;
	background-color: silver;	
	font-weight: bold;	

	}
	
	:active.leftmenu {
	color: black;
	display: block;
	font-weight: bold;	
}

.menuheader {
	color: white;
	font-weight: bolder;
	background-color: navy;
	padding:1px;
	display:block;
}

.phonerows {
	border-bottom: 1px silver dotted;
}

.columninfo {
	text-align: center;
	vertical-align:middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

#intro {
	margin: 10px;
	background-color:#CEE7FF;
	padding: 6px;
	border: 2px solid silver;
}


#masthead {
	background-color: white;
	height: 5px;
	padding-top: 15px;
}

#top_nav {
	background-color: white;
}

#container {
	position: relative;
	width: 100%;
	padding-top: 10px;
}

#frontcontainer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 5px;
	border: 1px solid gray;
	background-color: white;
}

#frontfooter {
	color: gray;
	font-size: smaller;
	text-align:center;
}

#frontfooter a{
	color: gray;
}

.hotdeal {
	border: 1px solid black;
	margin: 3px;
	padding: 3px;
	background-color: white;
	text-align: center;
}

#left_col {
	width: 210px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #E5E5E5;
	padding-top: 10px;
}

#page_content {

	margin-left: 210px;
	border-left: 2px gray solid;
	border-right: 2px gray solid;	
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}

#right_col {
	
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #E5E5E5;
}

#footer {
}

.nostyle {
	color: black;
	text-decoration:none;
}

#bigDynPic{
  background:#369;
  position:absolute;
  top:1em;
  left:80px;
  padding:5px;
}


.frontright {
	text-align:left;
	padding: 2px 2px 2px 20px;
	vertical-align:middle;
	font-weight: bold;
}

.frontlink {
	padding: 5px 15px 5px 15px;
	background-color: silver;
	border-bottom: 1px gray solid;
	border-right: 1px solid gray;
}


