body {
	background-color: white;
	font-family: arial, sans-serif, sans;
	font-size: 12px;
	text-align: center;
}

/* SITE */
a {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: underline;	
}
a img {
	border: none;
}
a[target="_blank"] {
	padding-right: 14px;
	background: url("images/style/new_window.gif") center right no-repeat;
}
h1.page_title {
	color: #575757;
	margin-top: 0px;
}
h1.page_title a {
	text-decoration: none;
	color: #575757;
}
form {
	margin: 0px;
}

/* LAYOUT */
table#layout_master {
	width: 1008px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
}
table#layout_master tr,table#layout_master td {
	margin: 0px;
	padding: 0px;
}
td#layout_logo {
	vertical-align: bottom;
	background-color: black;
}
td#layout_logo a {
	margin: 0px;
	padding: 0px;
}
td#layout_logo img {
	margin: 0px;
	padding: 0px;
}

td#layout_title {
	vertical-align: bottom;
	background-color: black;
}
td#layout_title h1 {
	background-color: black;
}

td#layout_leftbar {
	vertical-align: top;
}
td#layout_main {
	vertical-align: top;
}
div#mainpage {
	font: normal normal 12px verdana;
	padding: 10px;
	border: 1px solid #787878;
	background: white;
	min-height: 880px;
}
div#mainpage td {}
td#layout_rightbar {
	width: 158px;
	vertical-align: top;
}
td#layout_footer {
	background-color: black;
	text-align: center;
}
td#layout_footer table {
	text-align: left;
}

/* MENU */
#menu {
	margin: 0px 0px 0px 0px;
	padding: 0;
	padding-left: 10px; /* See Width */
	height: 28px;
	background-color: #99cc33;
	border-top: 1px solid #ddd;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}
/* first level */
#menu li {
	list-style-type: none;
	margin-right: 0px;
	float: left;
}
#menu a {
	float: left;
	height: 14px;	
	display: block;
	padding: 7px 10px;
	color: #FFF;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}
#menu a.submenu {
	padding-right: 22px;
	background: url("/themes/happyvappy/images/style/menu_arrow.gif") no-repeat right center;
	cursor: default;
}
#menu a:hover {
	background-color: #99cc33;
	cursor: default;
}
#menu a:visited:hover,
#menu a:link:hover {
	text-decoration: underline;
	cursor: pointer;
}

#menu a.menu_open {
	background-color: #99cc33;
}
/* second level */
#menu ul {
	visibility: hidden;
	z-index: 100;
	margin: 0px 0px 0px 0px;
	padding: 0;
	position: absolute;
	color: black;
	background: #99cc33;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
#menu ul li {
	float: none;
	margin: 0;
	border-bottom: 1px solid #999;
}
#menu ul li a {
	float: none;
	width: 210px;
}
#menu ul li a:hover {
	background-color: #5dc44e;
}

/* BLOCKS */
div.block {
	margin: 0;
	margin-bottom: 5px; /* same as cellspacing on table#layout_master */
	width: 148px;
	padding: 4px;
	font-size: 10px;
	border: 1px solid black;
	text-align: center;
	background-color: #BBEE55;
	color: black;
	font-family: arial;
}
.block a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
div.block h4, div.block h4 a{
	text-align: left;
	color: black;
	text-decoration: none;
	font-weight: bold;
}
div.forum_rss, div.blog_rss {
	font-size: 11px;
	text-align: left;
}
div.forum_rss a,div.blog_rss a {
	color: black;
	font-weight: normal;
}
div.forum_rss ul,div.blog_rss ul {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0 0 0 20px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
div.forum_rss ul li, div.blog_rss ul li {
	margin: 4px 0 4px 4px;
}
div.forum_rss ul li:before, div.blog_rss ul li:before {
	content: "\00BB \0020";
}

a.leftbarlink, a:hover.leftbarlink {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
a.bottombarlink, a:hover.bottombarlink {
	color: white;
	text-decoration: none;
	cursor: pointer;
	font: 10pt arial;
}

/* Styled Table */
table.styled {
	width: 100%;
	font-family: "arial unicode MS", arial, geneva, sans-serif;
	border-collapse: collapse;
}
table.styled tr {
	background-color: #FFFFFF;
}
table.styled tr.alt {
	background-color: #EFEFEF;
}
table.styled td, table.styled th {
	padding: 3px;
	margin: 0px;
}
table.styled th {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background-color: #DEDEDE;
}
table.styled td {
	border-bottom: 1px dotted #aaa;
}
/* override the master layout table here for padding */
table#layout_master table.styled td {
	padding: 3px;
}
table.fit {
	width: auto;
}

/* Form. Themed */
form.themed {
	font-family: 'Lucida Grande', sans-serif;
  font-size:100%;
  margin: 0;
  padding: 0;
}
form.themed fieldset legend {
	font-size:1.1em;
}
form.themed label { 
	display: block;
	float: left; 
	width: 120px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: right;
	font-weight: bold;
}
form.themed input, form.themed textarea, form.themed select, form.themed div.field {
	width:auto;
	margin:5px 0 0 10px;
	font-family: 'Lucida Grande', sans-serif;
  font-size: 12px;
}
form.themed div.field {
	margin-left: 130px;
}
form.themed input#reset {
	margin-left:0px;
}
form.themed br {
	clear:left;
}

/* NO BORDER */
table.noborder, table.noborder tr, table.noborder th, table.noborder td {
	border: none;
}

td#breaking_news {
	border-left: 1px solid #888;
	padding-left: 5px;
	font-size: 11px;
}
td#breaking_news h4 {
	width: 100%;
	background-color: #ccff33;
	padding: 2px;
}

/* GENERAL */
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.italic {
	font-style: italic;
}
.red {
	color: red;
}
div.clear {
	clear: both;
}

/* HEADINGS */
h2 {
	font: 24px arial;
	font-weight: 600;
	color: #444;
}
h3, td h3 {
	font: 16px arial;
	font-weight: 600;
	color: #444;
}
h4, td h4 {
	display: block;
	margin: 0;
	font: 18px arial;
	color: #888;
	font-weight: 700;
}
h5, div.mainpage td h5 {
	width: 100%;
	font-size: 12px;
	color: #444;
	background-color: #ccc;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 0px;
}


/* Button Links */
a.button {
	border: 1px solid #777;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	background: #b8e1fc; /* old browsers */
	background: -moz-linear-gradient(top, #b8e1fc 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 50%, #6ba8e5 51%, #a2daf5 83%, #bdf3fd 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8e1fc), color-stop(10%,#a9d2f3), color-stop(25%,#90bae4), color-stop(37%,#90bcea), color-stop(50%,#90bff0), color-stop(51%,#6ba8e5), color-stop(83%,#a2daf5), color-stop(100%,#bdf3fd)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8e1fc', endColorstr='#bdf3fd',GradientType=0 ); /* ie */
	color: black;
	padding: 1px 6px 2px 6px;
	text-decoration: none;
	font-size: 11px;
	font-family: "arial unicode MS", arial, geneva, sans-serif;
}
a.button:hover {
	background: #e0f3fa; /* old browsers */
	background: -moz-linear-gradient(top, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #b6dffd 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0f3fa), color-stop(50%,#d8f0fc), color-stop(51%,#b8e2f6), color-stop(100%,#b6dffd)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fa', endColorstr='#b6dffd',GradientType=0 ); /* ie */
}

/* Cart Block
 *	- filter:alpha(opacity=0);	<-- IE
 *	- moz-opacity: 0;						<-- Firefox
 *	- opacity: 0;								<-- Safari
*/
div#cart_block {
	width: 320px;
	position: fixed;
	z-index: 55;
	top: 0px;
	right: 80px;
	filter:alpha(opacity=0);
	moz-opacity: 0;
	opacity: 0;
}
div#cart_block div.container {
	float: right;
	font-size: 10px;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	background: #eeff88 url('images/notepad_margin.gif') top left repeat-y;
}
#cart_block div.title {
	color: Black;
	font-size: 13px;
	font-weight: bold;
	padding: 4px;
	padding-left: 24px;
}
#cart_block div.checkout {
	color: black;
	font-size: 13px;
	font-weight: bold;
	padding: 7px;
	text-align: center;
	padding-left: 24px;
}
#cart_block div.checkout a {
	color: green;
	text-decoration: none;
	padding: 2px;
	border: 1px solid green;
}
#cart_block div.checkout a:hover {
	background-color: green;
	color: white;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
}
table#cart_block_detail {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #76beaa;
	font-size: 9px;
}
table#cart_block_detail th, table#cart_block_detail td {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 24px;
	font-size: 9px;
	border-top: 1px solid #76beaa;
	color: black;
}
#cart_block a {
	color: green;
}


/* MESSAGES (OVERRIDE) */
div#pnmsg_container {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 5;
	text-align: center;
	height: 44px;
}
div#pnmsg_list {
	margin-left: auto;
	margin-right: auto;
	float: center;
	width: 90%;
	margin-top: -10px;
	padding-top: 10px;
	border: 3px solid #777;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	background-color: orange ;
	color: black;
	text-align: left;
	min-height: 38px;
}
div#pnmsg_controls {
	margin-top: 4px;
	margin-right: 12px;
	margin-bottom: 4px;
	float: right;
}
div#pnmsg_controls a, div#pnmsg_controls  a.enabled {
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-size: 16px;
	color: black;
	font-weight: bolder;
	border: 2px solid #555;
	background-color: #EDEDED;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer;
}
div#pnmsg_controls  a:hover, div#pnmsg_controls  a.enabled:hover {
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 2px solid #555;
	text-decoration: none;
	background-color: white;
	color: black;
}
div#pnmsg_controls  a.enabled:hover {}
div#pnmsg_controls  a.disabled {
	color: #B0B0B0;
	background-color: #e5e5e5;
	cursor: default;
	display: none;
}
div#pnmsg_controls  a.disabled:hover {
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px dotted #888;
	color: #B0B0B0;
}
div#pnmsg_body {
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 10px;
	width: 70%;
	text-align: left;
	font-size: 12px;
	float: left;
}
div.pnmsg_clear {
	border: none;
}


/* PRINT */
div.print_source {
	display: none;
}
@media print {
	td#layout_title, ul#menu, td#layout_leftbar, td#layout_rightbar, td#layout_footer {
		display: none;
	}
	td#layout_main {}
	div#mainpage {
		border: none;
		margin-left: 160px;
	}
	div.print_source {
		display: none;
	}
}

