
TABLE.searchForm {
	text-align: center;
	margin: 0px;
}

FORM.searchForm {
	margin: 0px;
}

INPUT.searchForm {
	background-color: #203339;
	color: #ffffff; 
	text-align: center; 
	margin: 3px; 
	padding: 0px; 
	border: 1px solid Gray; 
	width: 110px; 
	font-size: 10pt
}

INPUT.searchFormBrief {
	background-color: #ffffff;
	color: #17304F; 
	text-align: left; 
	margin: 0px; 
	padding: 2px; 
	border: 1px solid Gray; 
	width: 75px; 
	font-size: 8pt
}

INPUT.searchFormBriefButton {
	background-color: #DEE4E9;
	color: #000000; 
	text-align: center; 
	margin: 0px; 
	padding: 0px; 
	border: 1px solid Gray; 
	width: 70px; 
	font-size: 8pt;
}

INPUT.checkoutButton {
	background-color: #ffcc00;
	color: #000000; 
	text-align: center; 
	margin: 0px; 
	padding: 0px; 
	border: 1px solid Gray; 
	width: 150px; 
	font-size: 12pt;
}

P.searchFormBrief {
	color: #ffffff;
	font-size: 8pt;
	margin: 0px; 
}

SELECT.searchForm {
	color: #203339; 
	text-align: center; 
	margin: 3px; 
	padding: 0px; 
	border: 1px solid Gray; 
	font-size: 10pt
}

SELECT.quickJump {
	width: 150px;
	color: #666666;
	font-size: 8pt;
	font-weight: bold;
}

.brands {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

a.brands:link {
	text-decoration : underline;
	color: #17304F;
}

a.brands:visited {
	text-decoration : underline;
	color: #17304F;
}

a.brands:hover {
	text-decoration : underline;
	color: #cc0000;
}

P.categories {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	margin: 3px 10px 10px 2px;
}

a.categories:link {
	text-decoration : underline;
	color: #17304F;
}

a.categories:visited {
	text-decoration : underline;
	color: #17304F;
}

a.categories:hover {
	text-decoration : underline;
	color: #cc0000;
}

TABLE.buttonBar {
	
}

P.buttonBar {
	border: solid 1px black; 
	padding: 3px; 
	font-size: 8pt; 
	text-align: center; 
	margin-bottom: 10px;
}

TABLE.teaserTable {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	border: solid 1px black;
	width: 150px;
}

H2.teaserTable {
	font-weight: bold;
	text-align: center;
	font-size: 12pt;
	border-bottom: solid 1px black
}

TABLE.miniCart {
	width: 100px;
	margin-bottom: 15px;
}

TD.miniCartOn {
	padding: 0px;
	border: solid 1px white;
}

TD.miniCart {
	padding: 0px;
}

H3.miniCart {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	text-align: center;
}

P.miniCart {
	font-size: 8pt;
	text-align: center;
	margin: 0px;
}

a.miniCart:link {
	text-decoration : underline;
	color: #17304F;
}

a.miniCart:visited {
	text-decoration : underline;
	color: #17304F;
}

a.miniCart:hover {
	text-decoration : underline;
	color: #cc0000;
}

a.fs:link {
	text-decoration : underline;
	color: #17304F;
}

a.fs:visited {
	text-decoration : underline;
	color: #17304F;
}

a.fs:hover {
	text-decoration : underline;
	color: #cc0000;
}


