/***********************************************/
/* HTML tag styles                             */
/***********************************************/

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

body {
	background-color: #FFFFFF;
	color:            #333333;
	font-family:      verdana,geneva,sans-serif;
	font-size:        12px;
}
 
a:link, a:visited, a:hover {
	color:           #777777;
	text-decoration: none;
}

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

a img {
	border:none;
}

.txt10  { font-size: 10px; }
.txt12  { font-size: 12px; }
.txt12h { font-size: 12px; line-height : 16px;}

.orange {
	color:       #FF8080;
	font-size:   12px;
	font-weight: bold;
}

.showBorder {
	border-color: #CFC8BF;
	border-style: solid;
	border-width: 1px;
	text-align: left;
}

/** This may be moved (see ProductDisplay) */
.showBorder2 {
	border-color: #CFC8BF;
	border-style: solid;
	border-width: 3px;
}

input#BackBotton {
	margin-bottom: 2em;
	font-size: 0.95em;
	
}

.BrandListColumn {
	text-align: left;
}

