@charset "UTF-8";
/* CSS Document */

#chikka a {
	background-image: url(../img/chikkanew.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 100px;
	display: block;
	margin-right: 10px;
}

#chikka a:hover{
	background-position: left bottom;
}

#horoscope a {
	font-size: 10px;
	font-weight: bold;
	color: #660066;
	text-decoration: none;
	background-image: url(../img/horoscope2.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 70px;
	text-align: left;
	display: block;
	padding-left: 45px;
	padding-top: 9px;
	margin-top: 4px;
}

#horoscope a:hover{
	background-position: left bottom;
	color: #FF9900;
}

.shopping .entryframe p:after {
	display: block;
	clear: both ;
	height: 0;
	visibility: hidden;
	content: ".";
	zoom: 1;
}

.shopping .entryframe td {
	font-size: 12px;
}

.shopping .entryframe {
	width: 478px;
	border: 2px solid #FF3300;
	padding: 0px 10px 0px 10px;
	margin-bottom: 12px;
	padding-top: 0px;
	padding-left: 10px;
}

.shopping .category {
	font-size: 14px;
	background-color: #FF3300;
	padding: 5px;
}

.shopping #sidemenu {
	_margin-bottom: -10px; /* IE6 Hack */
}

.shopping #sidemenu li {
	margin: 0px 2px 0px -40px;
	padding: 0px;
	padding-bottom: 3px;
	list-style-type: none;
	list-style-position: outside;
	_padding-bottom: 0px; /* IE6 Hack */
	_margin-bottom: 0px; /* IE6 Hack */
}

.shop_menu01 a, .shop_menu02 a {
	display:block;
	font-size:12px;
	padding: 5px 0px 5px 5px;
	text-decoration: none;
	height: 20px;
	width: 198px;
	background-color: #FF3300;
	color: #FFFFFF;
}

.shop_menu02 a {
	background-color: #9933CC;
}

.shop_menu02 a:hover {
	background-color: #FF3300;
}

#produced a {
	color: #FF0099;
	text-decoration: none;
	margin: 0;	
}

.shopping .entrycontents .entryframe {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.shopping #main img {
	margin: 0px 0px 5px 0px;
}

.shopping .name {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.shopping .price {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.shopping .comment {
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

#beauty .price {
	color: #ff0099;
}
#beauty a {
	color: #ff0099;
	text-decoration: underline;
}

#beauty a:hover{
	color: #ff0099;
	text-decoration: underline;
}

#header {
	background-color: #FFFFFF;
	width: 780px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#footer, #underbg {
	background-color: #FFFFFF;
	width: 780px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
/* Easy Slider */

#slider {
	width:379px;
	height:125px;
	padding: 0px;
	margin: 0px;
	border: #B8A060 solid 1px;
	text-align: center;
}

#slider ul, #slider li {
	margin: 0px 0px 0px auto; /* for IE6 */
	list-style:none;
}

#slider li {
	/* 
define width and height of list item (slide)
entire slider area will adjust according to the parameters provided here
*/ 
	width:379px;
	height:125px;
	overflow:hidden;
}