body {
	background:#EDF1F4 url(body-bg.jpg) repeat-x scroll center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #666;
}
a {
	color:#7A2487;
}
a img{
	border:1px solid #7A2487;
}
hr{
	border:0;
	height:1px;
	background-color:#7A2487;
	margin-bottom:10px;
}
fieldset{
	padding:5px;
}
fieldset legend{
	color:#666;
}
#container {
	background-image:url(side-bg.jpg);
	background-repeat:repeat-y;
	margin:0 auto;
	width:800px;
}
#header {
	background-image:url("header-KIDDY-new.jpg");
/*	background-image:url("header-KIDDY.jpg"); */
	background-repeat:no-repeat;
	padding-top:20px;
	height:160px;
}
#navigation{
	background-image:url(menuitem-bg.jpg);
	background-repeat:repeat-x;
	border-top:#E1EBEC 2px solid;
	border-bottom:#E1EBEC 2px solid;
	padding: 0px;
	margin:0;
	margin-left:6px;
	height: 26px;
	width:788px;
}
#navigation li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
}
#navigation li a { 
	text-decoration: none; 
	color:#FFFFFF;
	border-right: 1px solid #E1EBEC; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	
}
#navigation li a:hover {
	background: #7A2487;
}
#navigation li a.on {
	background:#7A2487;
	color:#fff;
	font-weight: bold;
}
#content {
	margin-top:10px;
	line-height:20px;
	padding-left:20px;
	padding-right:20px;
	text-align:left;
	width:760px;
}
#footer {
	background:#EDF1F4 url(footer.jpg) no-repeat;
	clear:both;
	color:#7A2487;
	font-size:0.8em;
	line-height:12px;
	padding:10px;
	padding-top:35px;
	text-align:center;
}
#footer a {
	border-bottom:0 none;
	color:#7A2487;
	text-decoration:none;
}

* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 696px; /* ems so it will grow */
	background: url(sbbody-r.gif) no-repeat bottom right;
	
}
.boxhead {
	background: url(sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
.fieldset_error {
	color:#ff7070;
}
fieldset {
	border:1px solid #C7DAE1;
}
.sidebox h2 a{
	margin:0;
	font-weight:normal;
	font-size:14px;
	color:#7A2487;
	text-decoration:none;
}
.sidebox a{
	color:#7A2487;
}
.sidebox a:hover{
	color:#DDB959;
}
.page_selected {
	background-color:#7A2487;
	border:1px solid #7A2487;
	color:#FFFFFF;
	display:block;
	float:left;
	font-weight:bold;
	margin:1px;
	padding:0px 5px;
	text-decoration:none;
}
.page {
	background-image:url(/style/a_page_background.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	border:1px solid #D3D3D3;
	color:#7A2487;
	display:block;
	float:left;
	margin:1px;
	padding:0px 5px;
	text-decoration:none;
}
.page:hover{
	border:1px solid #DDB959;
}
.page_disabled {
	background-image:url(/style/a_page_background.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	border:1px solid #D3D3D3;
	display:block;
	float:left;
	margin:1px;
	padding:0px 5px;
	text-decoration:none;
}
.lasttd{
	border-bottom:1px solid #9DADC6;
}
.article-title-container{
	border-bottom:#A45AAF 1px solid;
	width:760px;
}
.article-title, .article-title a {
	font-size:20px;
	font-family: Georgia,Helvetica, Arial;
	text-decoration:none;
	color:#7A2487;
}
.article-date{
	font-size:11px;
	color:#cccccc;
}
.article-text{
	text-align:justify;
	padding:10px;
}
.article-share{
	border-top:1px solid #C8DBE2;
	border-bottom:2px solid #C8DBE2;
	height:45px;
	width:760px;
	padding-top:9px;
	padding-bottom:10px;
}
.share-svejo {
	display:block;
	background-image:url(social/svejo-gray.png);
	width:55px;
	height:45px;
	margin-right:10px;
	float:right;
}
.share-svejo:hover {
	background-image:url(social/svejo.png);
}
.share-pipe{
	display:block;
	background-image:url(social/pipe-gray.png);
	width:55px;
	height:45px;
	float:right;
	margin-right:10px;
}
.share-pipe:hover{
	background-image:url(social/pipe.png);
}
.share-ping{
	display:block;
	background-image:url(social/ping-gray.png);
	width:55px;
	height:45px;
	float:right;
	margin-right:10px;
}
.share-ping:hover{
	background-image:url(social/ping.png);
}
.share-facebook{
	display:block;
	background-image:url(social/facebook-gray.png);
	width:55px;
	height:45px;
	float:right;
	margin-right:10px;
}
.share-facebook:hover{
	background-image:url(social/facebook.png);
}
.article-others{
	border-top:1px solid #A45AAF;
	width:760px;
	padding-top:10px;
}
button{ 
	border:none; 
	background:none; 
	padding:0; 
	margin:0; 
	font:90% Arial, Helvetica, sans-serif; 
	width:auto; 
	overflow:visible; 
	text-align:center;	
	vertical-align:middle; 
	white-space:nowrap; 
	height:25px; 
	cursor:pointer;	
}
button span, button em { 
	display:block; 
	height:25px; 
	line-height:25px; 
	margin:0; 
	color:#fff; 
}	
button span { 
	padding-left:20px; 
	background:url(button.gif) no-repeat 0 0; 
}	
button em { 
	font-style:normal; 
	padding-right:20px; 
	background:url(button.gif) no-repeat 100% 0; 
}	
button:hover span, button.over span { 
	padding-left:20px; 
	background:url(button-h.gif) no-repeat 0 0; 
}	
button:hover em, button.over em { 
	font-style:normal; 
	padding-right:20px; 
	background:url(button-h.gif) no-repeat 100% 0; 
}				
button:focus, button:active { 
	outline:hidden; 
}
/* IE hacks to add some space between butotns */
* html button { margin-right:5px; }
*+html button { margin-right:5px; }
.quicksearch-container{
	background-image:url(quicksearch.png);
	background-repeat:no-repeat;
	background-position:top right;
	width:185px;
	height:205px;
	padding-top:15px;
	padding-left:35px;
	float:right;
}
.quicksearch-title{
	font-size:14px;
	color:#7A2487;
	padding-bottom:10px;
}
.quicksearch-menu{
	margin-bottom:5px;
	padding:0px;
	font-size:10px;
}
#random-gifts-bg{
	width:760px;
	height:240px;
	background-image:url(random-gift.png);
	background-repeat:no-repeat;
	background-position:top center;
}
.gifttype-title{
	font-size:14px;
	color:#7A2487;
	padding-left:5px;
}
.gifttype-container{
	background-image:url(categories.png);
	background-repeat:no-repeat;
	background-position:top right;
	width:185px;
	height:390px;
	padding-top:15px;
	padding-left:35px;
	float:right;
}
.random-gifts-container{
	text-align:center;
}
.random-gifts-container img{
	border:1px solid #7A2487;
}
.random-gift{
	margin-right:10px;
	text-align:center;
}
.border-fix{
	border:1px solid #ccc;
	padding:3px;
}
.random-article-title-container{
	border-bottom:#A45AAF 1px solid;
	width:530px;
}
.greeting-container{
	width:530px;
	text-align:justify;
}
#news-container{
	background-image:url("random-gift.png");
	background-repeat:no-repeat;
	background-position:top left;
	width: 760px;
}
#News {
	width: 735px;
	margin-left:10px;
	margin-right:10px;
	height: 200px;
	display: block;
	overflow: hidden;
	position: relative;
}
#Ticker{
	width: 750px;
	height: 200px;
	display: block;
	list-style: none;
	margin:0;
	padding:0;
	margin-top:15px;
	margin-left:10px;
	
}
#Ticker li {
	display: block;
	width: 180px;
	height: 200px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	float: left;
}