@charset "utf-8";
/* CSS Document: tony.css*/
/* Note: these styles get layered over the framework of other base styles and are specific only to First Choice Marketing  */

/********************* Typography ************************/
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: Arial, Helvetica, sans-serif;} 

h1 {
	color: #336699; 
	}

a:link, a:visited {
	color: #006699;
	text-decoration: underline;
}

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

/********************* Div styles *************************/
#masthead h1 {
	display: none;
	color: #ff0000;
	font-size: 1.7em;
	font-style: bold;
	line-height: 1.7em;
	}

#login{
	padding-left: 10px;
	padding-right: 10px;
	width: 159px;
	height: 147px;
	float: right;
	background-color: #cccccc;
	}
	
#login h1 {
	font-size: 100%;
	margin-top: .25em;
	font-weight: bold;
	display: inline;
}

#login p {
	font-size: 90%;
	font-weight: normal;
	
}

.buttonSubmit {
	width: 70px;
	background-color: #336699;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid black;
	height: 20px;
}

#miniNav {
	float: right;
	color: #cccccc;
	height: auto;
	padding: 2px 5px 0 0;
}

#miniNav a {
	color: #cccccc;
	text-decoration: underline;
}

#miniNav a:hover {
	color: #ff0000;
	text-decoration: underline;
}


/************* table styles *******************/
table {
	width: 650px;
	border: 1px solid #666;
	margin: 0, auto;
	margin-bottom: 35px; 
}

th {
	background-color: #eeeeee;
	border-bottom: 1px solid #666;
	padding: .5em .5em .5em .5em;
	text-align: left;
	vertical-align: top;
}

td {
	background-color: #fff;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 1.0em 3.0em 1.0em 2.0em;
	vertical-align: middle;
}

.homePage td {
	padding: .5em .5em .5em .5em;
	vertical-align: middle;
}

.rep{
	width: 50%;
	text-align: center;
}

.sonyProductLines {
	width: 330px;	
	margin: 0 auto;
	border-width: 0;
	margin-bottom: 20px;
	
}

.sonyProductLines tr{
	border-width: 0;	
}

.sonyProductLines td{
	border-width: 0;
	padding: .5em .5em .5em .5em;
	vertical-align: middle;
}

.sonyProductLines img {
	border: 1px solid #000000;
}

.ProductLines {
	width: 330px;	
	margin: 0 auto;
	border-width: 0;
	margin-bottom: 20px;
	
}

.ProductLines tr{
	border-width: 0;	
}

.ProductLines td{
	border-width: 0;
	padding: .5em .5em .5em .5em;
	vertical-align: middle;
}

.ProductLines img {
	border: 1px solid #000000;
}

a.tableHeadingLink {
	color: #000000;
	text-decoration: none;
}

.contact {
	text-align: center;
}

.bStock {
	background-color:#FFFF00; 
	font-weight: bold; 
	font-size: 120%;
}

.bStock a {
	text-decoration: none;
}

/***************************** form styles **********************/

input {
	width: 130px;
	height: 1.1em;	
}

/***************************** positioning oddities **************/

.topLogo{
	vertical-align: middle;
	font-size: 1.7em; line-height: 1em; margin-bottom: 1em; margin-top: 1em;
}

#content p {
	padding-right: 15px;
	text-align: left;
}

/* This makes all the pageName h1's that are on product pages disappear, except for their images */
.pageName{
	display: none;	
}

.anniversary {
	padding-right: 7px;
	border: none;
	padding-bottom: 7px;
	float: left;
}

.tableList ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 10px;
	border: none;
}

.tableList ul li {
	margin-top: inherit;
	border: none;
}

/*******************************special emphasis of various kinds*(******************/

.highlight {
	background-color: #FFFF00;
}
