/*DOOR 4 SHAWS TERRA COTTA WEBSITE DT 2010*/


/*------------SET UP DEFAULT TYPE STYLES-------------*/
body {
	font-family:Arial, Helvetica, sans-serif;
	color: #DADADA;
	line-height: 140%;
	font-size: 14px;
	font-weight: normal;
	}
	
p	{
	margin-bottom: 7px;
	color: #fbfbf7;
	}

/*--DEFAULT H STYLES--*/


h1, h2 {
	color: #fff;
	clear: both;
	margin-bottom: 7px;
	line-height: 110%;
	}

h1 	{
	font-size: 24px;
	}
h2 	{
	font-size: 20px;
	}
h3 	{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	clear: both;
	margin-bottom: 6px;
	}
h4	{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	}

strong {
	font-weight: bold;
	}
	
blockquote {
	position: relative;
	padding: 20px 80px;
	background: url(images/quote-top.png) no-repeat top left;
	color: #8f8a0e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 12px;
	margin-top: 10px;
	}
	blockquote strong {
		font-style: normal;
		padding-top: 7px;
		display: block;
		line-height: 140%;
		}
		
/*--EXTRA STYLE FOR TERMS AND COND--*/
#post-223 ol {
	list-style: decimal inside;
	}


/*--STANDARD LINK STYLE--*/
a	{
	color: #db526b;
	text-decoration: none;
	}

a:visited {
	color: #db526b;
	}

a:hover {
	text-decoration: underline;
	}
	

table.size-chart {
	width: 500px;
	border: 1px dotted #B0B0B0;
	border-bottom: none;
	border-left: none;
	margin-bottom: 20px;
	}
	.size-chart td {
		padding: 2%;
		width: 30%;
		border-bottom: 1px dotted #B0B0B0;
		border-left: 1px dotted #B0B0B0;
		}
		.size-chart th {
		padding: 2%;
		width: 30%;
		border-bottom: 1px dotted #B0B0B0;
		border-left: 1px dotted #B0B0B0;
		background: #424242;
		color: #fff;
		}	
	
