
/* ============================================================
	Generic page style
============================================================ */

body {
	background-image: url("../images/framework/body_bg_designs.jpg");
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border-width: 0;
	margin: 0;
	padding: 0;
}


/* ============================================================
	Content
============================================================ */

.content {
	font-family: sans-serif;
	padding: 16px 0 0 0;
	width: 745px;
}

.content table td {
	padding: 0;
}

.content .undernav {
	text-align: center;
}

.content .designsheader {
	background-color: transparent;
	background-position: 26px top;
	background-repeat: no-repeat;
	font-size: smaller;
	height: 80px;
	text-align: right;
}


/* ============================================================
	Subcategories
============================================================ */

.subcategories {
	width: 165px;
}

.subcategories ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.subcategories ul li {
	margin: 0;
	padding: 0;
}

.subcategories ul li img {
	border-width: 0;
}


/* ============================================================
	Designs
============================================================ */

.designs h2 {
	border-bottom: 1px solid #dad4d6;
	font-family: sans-serif;
	font-size: 125%;
	margin: 0 0 0.5em 0;
}

.designs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.designs ul li {
	float: left;
	margin: 0;
	padding: 0 0 1em 0;
	text-align: center;
	width: 116px; /* 105px */
}

.designs ul li img {
	border-width: 0;
}

.designs ul li p {
	background-image: url("../images/pill_gray.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 15px;
	letter-spacing: 1px;
	margin: 0;
	padding: 2px 0 2px 0;
	text-align: center;
}

.breaker {
	clear: left;
}

.pagelinks {
	font-size: larger;
	margin: 0 0 0 auto;
	padding-bottom: 4px;
}

	.pagelinks .currentpage {
		color: orange;
		text-decoration: underline;
	}
	
	.pagelinks a {
		color: black;
		text-decoration: none;
	}
	.pagelinks a:hover {
		text-decoration: underline;
	}

	
/* ============================================================
	Category Select
============================================================ */

div.categoryselect {
	text-align: center;
}

div.categoryselect table {
	margin: 0 auto 0 auto;
}

div.categoryselect table td {
	padding: 0;
}

