html, body {
	padding: 0px;
	margin: 0px;
}

html {
	background: transparent url(../images/back.gif);
	height: 100%;
}

body {
	padding-top: 13px;
	padding-bottom: 13px;
	font: 11px Arial, Helvetica, sans-serif;
	width: 800px;
	margin: auto;
	/*position: relative;  !!!!!!!!!!!!!!!!!*/
}

img {
	border: 0px;
}

.png {
	behavior: url(js/iepngfix.htc);
}

form, div, table, img {
	margin: 0px;
	padding: 0px;
}

#container {
	background: #ffffff;
	width: 786px;
	margin: auto;
	clear:both;
	border: 1px solid #BD9F19;
}

#container_box {
	clear: both;
}

#logo_panel {
	color: #043495;
	width: 721px;
	height: 65px;
	padding-top: 25px;
	padding-right: 50px;
	padding-left: 15px;
	background: transparent url(../images/header_bg.gif);
	font: 11px Arial;
}

#logo_panel ul {
	float: right;
	list-style: none;
	padding: 0px;
	margin: 0px;
	height:20px;
	margin-top: 10px;
}

#logo_panel ul li {
	float: left;
	padding: 0px;
	margin: 0px;
	height:20px;
}

a {
	color: #942A00;
}

#logo_panel a {
	color: #942A00;
	text-decoration: none;
}

#logo_panel ul li.begin {
	font: 10px Arial;
	float: left;
	padding: 0px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 20px;
	height:18px;
}

#logo_panel ul li.begin  a {
	color: #942A00;
	text-decoration: underline;
}


#main_menu {
	clear: both;
	padding-left: 0px;
	width: 786px;
	height: 23px;
	background: transparent url(../images/main_menu_bg.gif) repeat-x;
	color: #ffffff;
	border-bottom: 1px solid #FFE479;
}

#top_panel {
	clear: both;
	background: url(../images/login_bg.gif);
}

#top_panel {
	clear: both;
	background: url(../images/login_bg.gif);
}

#top_panel .main_img_box {
	width: 502px;
	height: 156px;
	background: url(../images/main_img.jpg);
}


#top_panel .login_box {
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
}

#top_panel .login_box a {
	color: #ffffff;
}

#left_box {
	width: 226px;
	color: #2D66AE;
	background-color: #FFCC00;
	border-right: 1px solid #D7BC51;
}

#left_box a {
	/*color: #3266A8;*/
	color: #942A00;
}

#happy_side_panel {
	padding: 0px;
	margin: 0px;
}

#happy_side_panel .title {
	margin: 0px;
	padding: 0px;
	width: 206px;
	height: 20px;
	color: #ffffff;
	background: url(../images/tab_bg_blue.gif) no-repeat;
	font-size: 10px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 5px;
}

#happy_side_panel ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#happy_side_panel ul li{
	height: 18px;
	border: 0px solid black;
}

#happy_side_panel .chapters {
	margin-top: 10px;
}

#happy_side_panel .chapters li {
	height: 20px;
	width: 186px;
	background: transparent url(../images/folder.gif) 18px 2px no-repeat;
	padding-left: 40px;
	padding-top: 2px;
}

#happy_side_panel .chapters li.item1 {
	background-color: #FFCC00;
}

#happy_side_panel .chapters li.item2 {
	background-color: #FFDA49;
}

#happy_side_panel .chapters li a {
	color: #2F2600;
	text-decoration: none;
}

#happy_side_panel .chapters li b {
	color: #990000;;
}

#happy_side_panel ul.links {
}

#happy_side_panel ul.links li {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	padding-top: 5px;
	width: 206px;
	height: 20px;
	color: #ffffff;
	background: url(../images/tab_bg_green.gif) no-repeat;
	font-weight: bold;
	border: 0px solid black;
}

#happy_side_panel ul.links li a {
	font-size: 10px;
}

#happy_side_panel a {
	color: #ffffff;
	text-decoration: none;
}

#happy_book_panel {
	margin: 0px;
	padding: 0px;
	padding-top: 190px;
	width: 226px;
	height: 53px;
	background: url(../images/happy_book_panel_bg.jpg) no-repeat;
}

#happy_book_panel ul {
	width: 226px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#happy_book_panel ul li {
	float: left;
	height: 30px;
}

#happy_book_panel ul li.title {
	height: 22px;
	font-size: 12px;
	font-weight: bold;
	color: #D30000;
	padding-top: 8px;
	padding-left: 25px;
	padding-right: 10px;
}

.gray_bullet {
	padding-left: 10px;
	padding-bottom: 2px;
	background: url(../images/gray_bullet.gif) no-repeat 0px 5px;
}

#happy_book_panel a {
	color: #ffffff;
	text-decoration: underline;
}

/*
#features_panel {
	padding: 15px;
	padding-right: 0px;
	margin-top: 5px;
	width: 210px;
}

#features_panel .title {
	font-size: 11px;
	font-weight: bold;
	color: #2F2600;
	background: url(../images/gray_doted.gif) left 13px repeat-x;
}

#features_panel ul {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	list-style: none;
}

#features_panel ul li{
	height: 18px;
}

#features_panel ul.list1 li a {
	color: #942A00;
}

#features_panel ul.list2 li a {
	color: #0040C4;
}
*/

#favorite_panel {
	padding: 15px;
	margin-top: 5px;
	width: 147px;
}

#content_box {
	width: 420px;
	background-color: #ffe479;
}

.index#content_box {
	background-color: #ffffff;
}

#main_panel, #rabbit_panel {
	width: 420px;
}

#main_panel {
	line-height: 13px;
	color: #2F2600;
	background-color: #ffe479;
}

#main_panel .title {
	height: 19px;
	background: url(../images/main_title_bg.gif);
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 5px;
}

#main_panel_content {
	padding: 20px;
}

#rabbit_panel {
	padding-top: 20px;
	padding-left: 10px;
	height: 180px;
	width: 410px;
	line-height: 13px;
	color: #023C86;
	border-top: 1px solid #FFCC00;
	background-color: #ffffff;
}

#rabbit_panel .rabbit_message {
	margin-left: 178px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #2F2600;
	border: 0px solid black;
}

#rabbit_panel .rabbit_message a {
	font-weight: normal;
}


#rabbit_panel .read_more_title {
	clear: both;
	text-align: center;
	background: transparent url(../images/read_more_rabbit_bg.gif) left 7px repeat-x;
}

#rabbit_panel .read_more_content {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 25px;
	margin-bottom: 20px;
}

#main_panel em, #main_panel a, #rabbit_panel em, #rabbit_panel a {
	font-style: normal;
	color: #B03200;
}

#right_box {
	padding: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	width: 100%;
}

#happy_shirts ul {
	width: 100px;
	margin: 0px;
	margin: auto;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	list-style: none;
}

#happy_shirts ul li {
	text-align: center;
}

#happy_shirts ul li a{
	font-weight: bold;
}

#footer {
	background: transparent url(../images/footer_bg.gif);
	height: 35px;
	padding-top: 30px;
	padding-left: 10px;
	font: 11px Arial;
}

#footer_copy {
	color: #000000;
}

#footer a {
	color: #990000;
	text-decoration: underline;
}

.gray_txt {
	font-family: Arial, Helvetica, sans-serif;
	color: #2F2600;
	text-decoration: none;
}

.black_txt {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

.suffron {

	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
	font-size: 11px;
}

.suffron-i {

	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
	font-size: 11px;
}

/*--- Old styles ----*/
.blue_txt {
	font-family: Arial, Helvetica, sans-serif;
	color: #043495;
	text-decoration: none;
	font-size: 11px;
}
.black {
	font-family: Arial, Helvetica, sans-serif;
	color: #332E18;
	text-decoration: none;
	font-size: 11px;
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
.white_txt {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

.red_links {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: underline;
	font-size: 11px;
}

.black {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
.red_back {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
	font-size: 11px;
	background-image:url(images/happyside_bg.gif);
	
}
.smile {
	FONT: 8pt Wingdings;
	text-transform: none; 
	COLOR: #000000; 
	text-decoration: none
}
/*--- /Old styles ----*/


.gray_doted {
	line-height: 0px;
	background: url(../images/gray_doted.gif) repeat-x;
}

.bullet {
	background: url(../images/bullet.gif) no-repeat 0px 3px;
	padding-left: 12px;
}

.red_bullet {
	background: url(../images/red_bullet.gif) no-repeat 0px 6px;
	padding-left: 10px;
}

.text_field {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border: 1px solid #DBDBDB;
	font-size: 11px;
}

.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	width: 188px;
}

.button {
	font: 11px Arial, Helvetica, sans-serif;
	color: #656565;
	border: 1px solid #DBDBDB;
	background-color: #E9E9E9;
	cursor: pointer;
}

.red_txt {
	color: #942A00;
}

.require {
	color: #942A00;
}

.left_float {
	float: left;
}
.right_float {
	float: right;
}


/* ajax forms */
#contactBox {
}

#contactDetails {
}

#contactError {
	padding-left:1px;
	display:none;
	font-weight: bold;
	color:#990000;
	margin-bottom:5px;
}

#contactFields tr td {
	font-family: Arial, Helvetica, sans-serif;
	color: #2F2600;
	text-decoration: none;
	font-size: 11px;
	padding-right: 2px;
	padding-bottom: 2px;
}

#requestProcessing, #requestResult {
	display: none;
	clear: both;
}

#requestProcessing {
	text-align:center;
}

#contactName, #contactEmail {
	width: 180px;
}