/*
Passion8 Photography
*/
html, body, #wrapper {
	margin: 0;
	padding: 0;
	border: none;
	background-color: #FFFFFF;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wrapper {
	margin: 0 auto;
	width: 100%;
}

a {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	color: #999999;
}
.cl_pseudo_link
{
	color: #999999;
	text-decoration: underline;
  border: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	background-image: url(2011-footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
}

#footer a {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}
#header {
	background-image: url(2011-p8.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
	letter-spacing: 1px;
}
#header a
{
	text-decoration: none;
}  
#header a:hover
{
	text-decoration: underline;
}  

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.cl_size_qty_table
{
  color: Black;
}

.cl_size_qty_table .cl_header
{
  color: #000;
  background-color: White;
  font-weight: bold;
}

.cl_size_qty_table .cl_row
{
  background-color: White;
}

.cl_size_qty_table .cl_alt_row
{
  background-color: White;
}

.cl_size_qty_table .cl_divider_row td
{
  border-top: solid 1px #999999;
}

@media print
{
  .cl_continue
  {
    background-color: White;
  }

  #id_content, .cl_continue #id_content, #id_content_holder
  {
    background-color: White;
    width: auto;
    border: none;
    margin: 0;
    padding: 0;
  }
}

