

div #categories {
	margin: 10px;
}
table.styled {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}
table.styled th {
	padding: 0 0.5em;
	text-align: left;
}

table.styled tr.yellow td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
}

table.styled td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
}

table.styled td:first-child {
	width: 100px;
}

table.styled td+td {
	border-left: 1px solid #CCC;
	text-align: center;
}

table.styled input {
	width: 98%;
	padding: 2px;

}

.noborder {
	border: none;
}

.border {
	border: thin black solid;
}

.submitButton {
	border: thin black solid;
	margin-top: 2px;
	margin-bottom: 2px;
}

.editor {
	width: 500px;
	padding: 5px;
}
.editor label {
	float: left;
	clear: left;
}

.editor input {
	clear: left;
	float: left;
}
.editor textarea {
	clear: left;
	float: left;
}
.editor select {
	clear: left;
	float: left;
}
#search {
	
}
#search .searchBox {
	margin: 4px;
	border: 1px black solid;
	color: gray;
	font-size: 12px;
}
#search .searchSubmit {
	padding: 0px;
	margin: 0px;
}
.categoryList {
	list-style-type: none;
	marker-offset: 0px;
	margin-left: 10px;
	padding: 0px;
	font-size: 16px;
}


.categoryList li a:hover {
	color: red;
}
.categoryList li a:link {
	color: black;
}
.categoryList li a:visited {

}
.categoryList li a:active {
	color: orange;
}

.categoryHeader {
	font-size: 14px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: red;
}

.couponDetails {
	border-bottom: thin solid black;
	padding-bottom: 10px;
	padding-left: 10px;

}
.couponDetails .couponDetailHeader {
	font-weight: bolder;
	display: block;
	clear: right;
	text-align: left;
	font-size: 14px;
	color: purple;

}
.couponDetails .couponDetailOutLink {
	display: block;
	clear: right;
	text-align: left;

}
