
/* - - - - - - - - - - O V E R A L L - - - - - - - - - - */

body {
	background: #FFFFFF url(http://www.foolsandfables.com/images/bk.gif) no-repeat fixed top center;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: normal;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	padding: 0px; /* same as background - inside border */
	margin: 0px auto; /* clear - outside border */
	}

/* - - - - - - - - - - I M A G E S - - - - - - - - - - */

img, img a, img a:link, img a:hover, img a:active {
	border: 0px;
	}

.alignright {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 15px;
	}

.alignleft {
	float: left;
	padding: 0px;
	margin: 0px 15px 0px 0px;
	}

.aligncenter {
	clear: all;
	padding: 0px;
	margin: 10px auto;
	}

.tada, .tada a {
	border: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	margin: 0px;
	padding: 0px;
	}

.tada:hover, .tada a:hover {
	border: none;
	opacity: 1.0;
	filter: alpha(opacity=100);
	margin: 0px;
	padding: 0px;
	}

.logo {
	float: left;
	padding: 0px 0px 15px 0px;
	margin: 0px 15px 0px 0px;
	}

/* - - - - - - - - - - T I T L E S - - - - - - - - - - */

h1 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	line-height: 28px;
	letter-spacing: normal;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	}

h2 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: normal;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	}

h3 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: normal;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	}

.group {
	background: #EBEBEB;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	line-height: 36px;
	letter-spacing: -2px;
	text-align: center;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	padding: 5px 0px;
	margin: 10px 0px;
	}

/* - - - - - - - - - - T E X T - - - - - - - - - - */

p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: normal;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	}

blockquote {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: normal;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	border-left: 1px solid #CCCCCC;
	padding: 0px 15px;
	margin: 15px 0px;
	}

/* - - - - - - - - - - H Y P E R L I N K S - - - - - - - - - - */

a:link, a:active, a:visited {
	color: #555555;
	text-decoration: none;
	}

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

/* - - - - - - - - - - L I S T S - - - - - - - - - - */

ul {
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px 10px;
	margin: 5px 0px;
	}

ol {
	list-style-position: outside;
	list-style-type: decimal;
	padding: 0px 10px;
	margin: 5px 0px;
	}

/* - - - - - - - - - - N E T W O R K - - - - - - - - - - */

#network {
	background: #EBEBEB;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 10px;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	vertical-align: middle;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	padding: 7px 0px 3px 0px;
	margin: 0px auto;
	clear: both;
	}

/* - - - - - - - - - - C O N T A I N E R - - - - - - - - - - */

#container {
	background: #FFFFFF;
	width: 900px;
	padding: 0px;
	margin: 20px auto;
	}

/* - - - - - - - - - - H E A D E R - - - - - - - - - - */

#header {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	letter-spacing: normal;
	text-align: right;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	width: 900px;
	height: 100px;
	padding: 0px;
	margin: 0px auto;
	clear: both;
	}

#header a:link, #header a:visited, #header a:active {
	color: #999999;
	text-decoration: none;
	}

#header a:hover {
	color: #FFCC00;
	text-decoration: none;
	}

/* - - - - - - - - - - S E C T I O N S - - - - - - - - - - */

#sections {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: -1px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	white-space: pre;
	width: 900px;
	padding: 0px;
	margin: 0px;
	clear: both;
	}

#sections a:link, #sections a:visited, #sections a:active {
	color: #FFCC00;
	text-decoration: none;
	}

#sections a:hover {
	color: #999999;
	text-decoration: none;
	}

.sale, .sale a:link, .sale a:visited, .sale a:active, .sale a:hover {
	color: #FF0066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: -1px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	}

/* - - - - - - - - - - C O N T E N T - - - - - - - - - - */

#content {
	background: #FFFFFF;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: normal;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	width: 870px;
	border: 1px solid #EBEBEB;
	padding: 15px;
	margin: 15px 0px;
	float: left;
	}

/* - - - - - - - - - - N E W S - B O X - - - - - - - - - - */

#news {
	background: #EBEBEB url(http://www.foolsandfables.com/images/news.gif) no-repeat top right;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	letter-spacing: -1px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	white-space: pre;
	width: 880px;
	border: 1px solid #EBEBEB;
	padding: 10px;
	margin: 0px auto;
	clear: both;
	}

#news a:link, #news a:visited, #news a:active {
	color: #999999;
	text-decoration: none;
	}

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

#news form {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	letter-spacing: -1px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	}

/* - - - - - - - - - - P R O D U C T - B O X - - - - - - - - - - */

#product {
	background: #FFFFFF url(http://www.foolsandfables.com/images/product.gif) no-repeat top left;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: normal;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	width: 880px;
	border: 1px solid #EBEBEB;
	padding: 45px 10px 5px 10px;
	margin: 15px auto;
	clear: both;
	}

#product a:link, #product a:visited, #product a:active {
	color: #999999;
	text-decoration: none;
	}

#product a:hover {
	color: #FFCC00;
	text-decoration: none;
	}

/* - - - - - - - - - - C O P Y - C R E D I T S - - - - - - - - - - */

#family {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	width: 100%;
	padding: 15px 0px;
	margin: 0px auto;
	clear: both;
	}

#family a:link, #family a:visited, #family a:active {
	color: #CCCCCC;
	text-decoration: none;
	}

#family a:hover {
	color: #333333;
	text-decoration: none;
	}

.family {
	padding: 0px 0px 5px 0px;
	margin: 0px auto;
	}

/* - - - - - - - - - - E X T R A S - - - - - - - - - - */


/* - - - - - - - - - - C A F E P R E S S - - - - - - - - - - */

.defaultimageborder {
	border: 0px solid #FFFFFF;
	}

#productCaption {
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	}

#fitFact {
	width: 400px;
	text-align: left;
	padding: 5px 10px 5px 0px;
	float: left;
	clear: both;
	}

.fitIcon {
	text-align: left;
	padding: 2px 5px 2px 0px;
	}

#fabric {
	width: 400px;
	text-align: left;
	float: left;
	clear: both;
	}

.fabricScale {
	text-align: left;
	padding: 2px 5px 10px 0px;
	}

.cpBodyCopy {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	}
	
.smallprint,.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 15px;
	}

form,input,button,select,option,textarea {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	}

.cpshopbreadcrumb {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: normal;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	margin: -5px 0px 0px 0px;
	}

.cpshopbreadcrumbtext {
	color: #666666;
	}

.sellPriceId {
	color: #999999;
	}

.productInfo {
	text-align: left;
	}
