/* Design for HIGGIE */

/* MAIN PARAGRAPH */
div.mainparagraphs div.headmessage p {
	font-size: 90%;
	line-height: 1.3;
}
div.mainparagraphs h2.subtitle {
	font-size: 100%;
	font-family: "Times New Roman",serif;
	color: maroon;
}
div.mainparagraphs p,
div.mainparagraphs ul.p li {
	font-size: 80%;
	line-height: 1.35;
}

/* OVERRIDE */
p.withlogo { font-size: 85%; margin-top: 1em; }
p.withlogo span.catchcopy { color: black; }
p.withlogo a { text-decoration: none; color: black; }
p.catchcopy { text-align: center; font-style: italic; color: green; font-family: "Times New Roman",serif; font-weight: bold; font-size: 110%; }

/* Product Box */
div.productbox { background-image: url("../images/temp/bcg_gray_dark.gif"); margin: 1em 0px; text-align: center; }
div.productbox div.headtitle { background-color: #008000; color: #ffffff; text-align: center; font-family: "Times New Roman",serif; font-weight: bold; font-size: 120%; padding: 0.1em 0px; }
div.productbox div.guide { font-family: "Times New Roman",serif; color: green; font-size: 85%; font-weight: bold; margin: 0.3em 0px; }
div.productbox table.producttable { margin: auto; }

/* links */
div.cornerlinks { margin: 1em 0px; text-align: center; font-weight: bold; line-height: 1.3; }

/* Photos of Sample Products */
div.samplephotobox {
	text-align: center;
}
div.samplephotobox table.samplephotobox { margin: auto; }

/* Design Photo (Not important) */
div.designphoto {
	overflow: auto;
}

/* Product List Table */
div.productlist { text-align: center; margin: 1em 0px; }
div.productlist table.productlist { border-collapse: collapse; margin: auto; background-image: url("../images/temp/bcg_gray_dark.gif"); }
div.productlist table.productlist th.headtitle { background-color: #008000; color: #ffffff; text-align: center; font-family: "Times New Roman",serif; padding: 0.1em; }
div.productlist table.productlist th.collection { color: #808000; font-style: italic; text-align: left; font-family: "Times New Roman",serif; }
div.productlist table.productlist td { font-size: 80%; text-align: left; padding: 0.1em 0.3em; }
div.productlist table.productlist td.price { text-align: right; }

/* Product List Sample Photos */
div.designedphotos { text-align: center; margin: 1em 0px; }
div.designedphotos table { margin: auto; }
div.designedphotos div.collection { color: #808000; font-style: italic; font-family: "Times New Roman",serif; font-weight: bold; font-size: 110%; margin-bottom: 1em; }
div.designedphotos div.itemnum { font-size: 80%; }

div.infophotos { margin: 1em; }
div.infophotos div.infotitle { color: #008080; font-weight: bold; }
div.infophotos div.itemnum { font-size: 75%; }
p.infoattention { color: #ff0066; font-size: smaller; font-weight: bold; }

/* Head Tennage Link */
a.TennageLink,
a.TennageLink:link,
a.TennageLink:visited { color: black; }
a.TennageLink:hover { color: green; }
