/* General Visual */

body{
	background-image:url(../../images/layout/white_on_sky/background.jpg);
	background-repeat:repeat-x;
	background-color:#6689B3;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#333333;
}

b{
	font-weight:bold;
	font-size:1.1em;
}

p{
	text-indent:20px;
}

a{
	color: #A20018;
	text-decoration:underline;
}

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


h3{
	vertical-align:top;
	margin:.2em 0 .5em 10px;
	font-weight:bold;
	font-size:24px;
	border:none;
}

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

div.image{
	padding:10px;
	text-align: center;
	font-weight:bold;
}

table.page{
	width:900px;
	background-color:#ffffff;
}

table.page #left{
	width:180px;
	vertical-align: top;
	padding: 5px 0px 5px 0px;
	border-right:1px solid #333333;
}

table.page #right{
	vertical-align: top;
	padding: 10px 40px 50px 40px;
	width: 900px;
}

table.page td.title{
	padding: 10px;
	text-align: right;
	background-repeat:no-repeat;
	background-position: right;

	font-size:24px;
	color:#000000;
	font-weight: bold;
	font-style:italic;
}

table.page td.cart{
	padding: 0px 10px 0px 10px;
	font-size:11px;
	color:#333333;
	font-weight: bold;
}

table.page #footer{
	text-align:center;
	padding: 10px 0px 60px 0px;
}

div.debugger table{
	width: 100%;
	background-color: #ffffff;
}
