body, td { 

	font-family							:	Arial, Helvetica, sans-serif;

	font-size							: 	12px; 

	color								:	#000000;

	line-height							:	17px;

	text-align							:	left;

}



body {

	margin								: 	0px 0px 0px 0px;

}



a {

	color								:	#9e0331;

	text-decoration						:	underline;

}



a:hover {

	text-decoration						:	none;

}



a.white {

	color								:	#ffffff;

	text-decoration						:	none;

}



a.white:hover {

	text-decoration						:	underline;

}



b {

	font-weight							:	bold;

}



i {

	font-style							: 	italic; 

}



hr { 

	height								:	1px;

	border								:	none;  

	border-top							:	1px solid #b49c43; 

}



img { 

	border 								: 	0;

}



h1 {

	color								:	#481766;

	font-weight							:	bold;

	font-size							:	18px;

	margin-bottom						:	10px;

	line-height							:	16px;

}



h1.highlight_header {

	margin								:	0px 0px 0px 0px;

	text-align							:	center;

	color								:	#ffffff;

	font-size							:	12px;

	font-weight							:	bold;

	line-height							:	14px;

}



h2 {

	font-size							:	14px;

	font-weight							:	normal;

	color								:	#b49c43;

	margin-bottom						:	10px;

	line-height							:	14px;

}



h2.searchresult {

	margin								:	0px 0px 1px 0px;

	color								:	#9e0331;

	font-size							:	12px;

	font-weight							:	bold;

	line-height							:	14px;

}



h3 {

	font-size							:	14px;

	font-weight							:	normal;

	color								:	#481766;

	margin								:	0px;

	line-height							:	16px;

}



p.searchresult {

	margin								:	0px 0px 5px 0px;

	padding								:	0px 0px 5px 0px;

	border-bottom						:	1px solid #b49c43; 

	color								:	#000000;

}



div.newshighlight {

	cursor								:	pointer;

}



div.newshighlight h2 {

	margin								:	5px 5px 1px 5px;

	color								:	#481766;

	font-size							:	12px;

	font-weight							:	bold;

	line-height							:	14px;

}



div.newshighlight p {

	margin								:	0px 5px 5px 5px;

	padding								:	0px 0px 5px 0px;

	border-bottom						:	1px solid #b49c43; 

	color								:	#000000;

	font-size							:	11px;

	line-height							:	13px;

}



div.newshighlight a {

	white-space							: 	nowrap;

}



/* Kids pagina */

#container {

	width: 1000px;

	height: 714px;

	position: relative;

}



td.header {

	width								:	1000px;

	height								:	131px;

}



td.headermenu {

	width								:	210px;

	height								:	32px;

	text-align							:	right;

	padding								: 	0px 20px 0px 0px;

	color								:	#000000;

	font-size							:	13px;

	font-weight							:	bold;

}



a.headermenu {

	color								:	#000000;

	font-size							:	12px;

	text-decoration						:	none;

}



a.headermenu:hover {

	text-decoration						:	underline;

}



td.mainmenu {

	height								:	32px;

	border-top							:	1px solid #000000;

	border-bottom						:	1px solid #000000;

}



#mainmenu ul {

	margin								:	0px;

	padding								: 	0px;

	list-style-type						:	none;	

	display								:	inline;	

}



#mainmenu li {

	width								:	125px;	

	height								:	32px;

	margin								: 	0px;

	padding								: 	0px;

	float								: 	left;

	position							: 	relative;

	cursor								:	pointer;

	list-style							:	none;

}



#mainmenu li ul {

	margin								:	0px 0px 0px 0px;

	padding								: 	0px 0px 0px 0px;

	border-top							:	1px solid #000000;

	display								:	none;

	position							: 	relative;

	z-index								: 	1;

	width								:	250px;

}



#mainmenu li li {

	width								:	248px;

	height								:	24px;

	border-right						:	1px solid #daca9e; 

	border-bottom						:	1px solid #daca9e; 

	border-left							:	1px solid #daca9e; 

}





#mainmenu ul ul ul{

	margin								:	-24px 0px 0px 248px;

	border								:	none;

	visibility							:	hidden;

	z-index								: 	2;

	position							: 	absolute;

}



#mainmenu li li li {

	width								:	248px;

	height								:	24px;

	border-right						:	1px solid #daca9e; 

	border-bottom						:	1px solid #daca9e; 

	border-left							:	none; 

}

#mainmenu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */

	top: auto;

	left: auto;

}



#mainmenu li:hover ul, #mainmenu li.over ul { /* lists nested under hovered list items */

	display: block;

}



#mainmenu li ul li:hover ul, #mainmenu li ul li.over ul { /* lists nested under hovered list items */

	visibility:visible;

	display:block;

}



a.mainmenulevel0_blockwhite, a.mainmenulevel0_blockblack, a.mainmenulevel0_blockred {

	width								:	125px;

	height								:	25px;

	padding								: 	7px 0px 0px 0px;

	text-align							:	center;

	font-size							:	12px;

	font-weight							:	bold;

	text-decoration						:	none;

	display								:	block;

}



a.mainmenulevel0_blockwhite {

	background-color					:	#ffffff;

	color								:	#000000;

}



a.mainmenulevel0_blockblack {

	background-color					:	#000000;

	color								:	#ffffff;

}



a.mainmenulevel0_blockred {

	background-color					:	#9e0331;

	color								:	#ffffff;

}



a.mainmenulevel0_blockwhite:hover, a.mainmenulevel0_blockblack:hover, a.mainmenulevel0_blockred:hover {

	background-color					:	#b49c43;

	color								:	#ffffff;

}



a.mainmenulevel1_inactive, a.mainmenulevel1_active, a.mainmenulevel2_inactive, a.mainmenulevel2_active {

	width								:	228px;

	height								:	21px;

	padding								: 	3px 0px 0px 20px;

	text-align							:	left; 

	font-size							:	12px;

	font-weight							:	bold;

	text-decoration						:	none;

	display								:	block;

}



a.mainmenulevel1_inactive, a.mainmenulevel2_inactive {

	background-color					:	#b49c43;

	color								:	#ffffff;

	

}



a.mainmenulevel1_active, a.mainmenulevel2_active {

	background-color					:	#daca9e;

	color								:	#9e0331;

}



a.mainmenulevel1_inactive:hover, a.mainmenulevel2_inactive:hover {

	background-color					:	#daca9e;

	color								:	#9e0331;	

}







td.leftbox1 {

	width								:	210px;

	background-color 					:	#494848;

	padding								:	0px 20px 0px 20px;

}



td.leftbox2 {

	width								:	210px;

	background-color 					:	#000000;

	padding								:	0px 20px 0px 20px;

}



td.leftbox3 {

	width								:	210px;

	background-color 					:	#481766;

	padding								:	0px 20px 0px 20px;

}



td.leftbox4 {

	width								:	210px;

	background-color 					:	#9e0331;

	padding								:	0px 20px 0px 20px;

}



td.leftbox5 {

	width								:	210px;

	background-color 					:	#b49c43;

	padding								:	0px 20px 0px 20px;

}



td.leftmenu_footer1 {

	width								:	210px;

	height								:	1px;

	background-color 					:	#666666;

}



td.leftmenu_footer2 {

	width								:	210px;

	height								:	1px;

	background-color 					:	#494848;

}



td.leftmenu_footer3 {

	width								:	210px;

	height								:	1px;

	background-color 					:	#5c3276;

}



td.leftmenu_footer4 {

	width								:	210px;

	height								:	1px;

	background-color 					:	#ac3246;

}



td.leftmenu_footer5 {

	width								:	210px;

	height								:	1px;

	background-color 					:	#666666;

}



td.leftmenu_level1_line1 {

	width								:	210px;

	height								:	25px;

	border-top							:	1px solid #666666;

}



td.leftmenu_level1_line2 {

	width								:	210px;

	height								:	25px;

	border-top							:	1px solid #494848;

}



td.leftmenu_level1_line3 {

	width								:	210px;

	height								:	25px;

	border-top							:	1px solid #5c3276;

}



td.leftmenu_level1_line4 {

	width								:	210px;

	height								:	25px;

	border-top							:	1px solid #ac3246;

}



td.leftmenu_level1_line5 {

	width								:	210px;

	height								:	25px;

	border-top							:	1px solid #666666;

}



td.leftmenu_level2_line {

	height								:	20px;

	padding								:	0px 0px 0px 20px;

}



a.leftmenu_level1_item_inactive {

	color								:	#ffffff;

	font-size							:	14px;

	text-decoration						:	none;

}



a.leftmenu_level1_item_inactive:hover {

	text-decoration						:	underline;

}



a.leftmenu_level1_item_active {

	color								:	#ffffff;

	font-size							:	14px;

	font-weight							:	bold;

	text-decoration						:	none;

}



a.leftmenu_level2_item_inactive {

	color								:	#ffffff;

	font-size							:	12px;

	text-decoration						:	none;

}



a.leftmenu_level2_item_inactive:hover {

	text-decoration						:	underline;

}



a.leftmenu_level2_item_active {

	color								:	#ffffff;

	font-size							:	12px;

	font-weight							:	bold;

	text-decoration						:	none;

}



td.content {

	height								:	460px;

	padding								:	20px 20px 20px 20px;

	vertical-align						:	top;

}



td.gallery_box {

	width								:	220px;

	background-color					:	#ede4cd;

	border								:	1px solid #b49c43; 

	padding								:	0px 6px 0px 6px;

}



td.gallery_box h2 {

	color								:	#9e0331;
	font-weight							:	bold;
}



td.gallery_box p {

	color								:	#000000;

	font-size							:	10px;

	line-height							:	11px;

}



td.rightbox {

	width								:	210px;

	background-color 					:	#000000;

	padding								:	20px 20px 20px 20px;

}



td.rightbox1 {

	width								:	210px;

	background-color 					:	#494848;

	padding								:	20px 20px 20px 20px;

}



td.rightbox2 {

	width								:	210px;

	background-color 					:	#000000;

	padding								:	20px 20px 20px 20px;

}



td.rightbox3 {

	width								:	210px;

	background-color 					:	#481766;

	padding								:	20px 20px 20px 20px;

}



td.rightbox4 {

	width								:	210px;

	background-color 					:	#9e0331;

	padding								:	20px 20px 20px 20px;

}



td.rightbox5 {

	width								:	210px;

	background-color 					:	#b49c43;

	padding								:	20px 20px 20px 20px;

}



td.highlight_headerleft {

	width								:	25px;

	height								:	25px;

	background-color					: 	transparant; 

	background-image					:	url(../images/highlight_headerleft.gif);

	background-position					:	top;

	background-repeat					:	no-repeat;

}



td.highlight_header {

	width								:	160px;

	height								:	25px;

	background-color					:	#9e0331;

	background-image					:	url(../images/highlight_header.gif);

	background-position					:	top;

	background-repeat					:	repeat-x;

	

}



td.highlight_headerright {

	width								:	25px;

	height								:	25px;

	background-color					: 	transparant; 

	background-image					:	url(../images/highlight_headerright.gif);

	background-position					:	top;

	background-repeat					:	no-repeat;

}



td.highlight_content {

	width								:	206px;

	padding								:	0px 2px 0px 2px;

	background-color					:	#000000;

	background-image					:	url(../images/highlight_content.gif);

	background-position					:	top left;

	background-repeat					:	repeat;

	

}



td.highlight_news_line {

	padding								:	2px 5px 2px 5px;

	border-bottom						: 	1px solid #b49c43;

}



td.highlight_footerleft {

	width								:	25px;

	height								:	25px;

	background-color					: 	transparant; 

	background-image					:	url(../images/highlight_footerleft.gif);

	background-position					:	bottom;

	background-repeat					:	no-repeat;

}



td.highlight_footer {

	width								:	160px;

	height								:	25px;

	background-color					:	#b49c43;

	background-image					:	url(../images/highlight_footer.gif);

	background-position					:	top;

	background-repeat					:	repeat-x;

	text-align							:	center;

	color								:	#ffffff;

}



td.highlight_footerright {

	width								:	25px;

	height								:	25px;

	background-color					: 	transparant; 

	background-image					:	url(../images/highlight_footerright.gif);

	background-position					:	bottom;

	background-repeat					:	no-repeat;

}



td.box_line {

	height								:	1px;

	background-color					:	#b49c43;

}



td.box_header {

	color								:	#9e0331;

	font-weight							:	bold;

}



td.calendar_bg_top {

	width								:	210px;

	height								:	10px;

	background-image					:	url(../images/calendar_bg_top.gif);

	background-position					:	top;

	background-repeat					:	no-repeat;

}



td.calendar_bg {

	width								:	210px;

	background-color					:	#ede4cd;

	padding								:	0px 0px 0px 5px;

}



td.calendar_bg_bottom {

	width								:	210px;

	height								:	10px;

	background-image					:	url(../images/calendar_bg_bottom.gif);

	background-position					:	bottom;

	background-repeat					:	no-repeat;

}



td.calendar_prev {

	padding								:	0px 0px 5px 0px;

	font-size							:	20px;

	text-align							:	left;

}



td.calendar_next {

	padding								:	0px 0px 5px 0px;

	font-size							:	20px;

	text-align							:	right;

}



td.calendar_title {

	padding								:	0px 0px 5px 0px;

	text-align							:	center;

	color								:	#9e0331;

	font-size							:	13px;

	font-weight							:	bold;

}



td.calendar_daynames {

	width								:	26px;

	height								:	20px;

	background-color					: 	#b49c43;

	text-align							:	center;

	color								:	#daca9e;

	font-weight							:	bold;

}



td.calendar_inactive {

	width								:	26px;

	height								:	20px;

	background-color					: 	#daca9e;

	text-align							:	center;

	color								:	#ffffff;

	font-weight							:	bold;

}



td.calendar_active {

	width								:	26px;

	height								:	20px;

	background-color					: 	#9e0331;

	text-align							:	center;

	color								:	#ffffff;

	font-weight							:	bold;

}





td.catalog_title {

	padding								:	5px 0px 0px 0px;

	color								:	#481766;

	font-size							:	14px;

}



td.catalog_subtitle {

	padding								:	0px 0px 3px 0px;

	color								:	#481766;

	font-weight							:	bold;

}



td.catalog_thumb {

	width								:	85px;

	padding								:	5px 10px 5px 0px;

}



td.catalog_info {

	color								:	#b49c43;

}



td.catalog_text {

	padding								:	5px 10px 5px 0px;

}



td.catalog_textbrown {

	color								:	#b49c43;

	font-weight							:	bold;

}



td.catalog_textred {

	color								:	#9e0331;

	font-weight							:	bold;

}



td.catalog_line {

	height								:	1px;

	background-color					:	#b49c43;

}



td.catalog_homepage_promotion_tab1left {

	width								:	8px;

	height								:	20px;

	background-color					:	#481766;

	background-image					:	url(../images/catalog_homepage_promotion_tab1left.gif);

	background-position					:	top left;

	background-repeat					:	no-repeat;

}



td.catalog_homepage_promotion_tab1text {

	width								:	68px;

	height								:	20px;

	background-color					:	#481766;

	color								:	#ffffff;

	font-size							:	12px;

	font-weight							:	bold;

	text-align							:	center;

}



td.catalog_homepage_promotion_tab1right {

	width								:	8px;

	height								:	20px;

	background-color					:	#481766;

	background-image					:	url(../images/catalog_homepage_promotion_tab1right.gif);

	background-position					:	top;

	background-repeat					:	no-repeat;

}



td.catalog_homepage_promotion_tab2left {

	width								:	8px;

	height								:	20px;

	background-color					:	#9e0331;

	background-image					:	url(../images/catalog_homepage_promotion_tab2left.gif);

	background-position					:	top left;

	background-repeat					:	no-repeat;

}



td.catalog_homepage_promotion_tab2text {

	width								:	120px;

	height								:	20px;

	background-color					:	#9e0331;

	color								:	#ffffff;

	font-size							:	12px;

	font-weight							:	bold;

	text-align							:	center;

}



td.catalog_homepage_promotion_tab2right {

	width								:	8px;

	height								:	20px;

	background-color					:	#9e0331;

	background-image					:	url(../images/catalog_homepage_promotion_tab2right.gif);

	background-position					:	top;

	background-repeat					:	no-repeat;

}





td.catalog_detail_headerleft {

	width								:	10px;

	height								:	25px;

	background-color					:	#481766;

	background-image					:	url(../images/catalog_detail_headerleft.gif);

	background-position					:	top left;

	background-repeat					:	no-repeat;

}



td.catalog_detail_headertitle, td.catalog_detail_headertitle_small {

	width								:	440px;

	height								:	25px;

	background-color					:	#481766;

	color								:	#ffffff;

	font-size							:	16px;

	font-weight							:	bold;

}



td.catalog_detail_headertitle_small {

	font-size							:	14px;

	font-weight							:	normal;

}



td.catalog_detail_headerright {

	width								:	10px;

	height								:	25px;

	background-color					:	#481766;

	background-image					:	url(../images/catalog_detail_headerright.gif);

	background-position					:	top;

	background-repeat					:	no-repeat;

}



td.catalog_detail_texttitle {

	padding								:	15px 0px 10px 10px;

	color								:	#9e0331;

	font-size							:	14px;

	font-weight							:	bold;

}



td.catalog_detail_texttitle_large {

	padding								:	5px 0px 10px 10px;

	color								:	#9e0331;

	font-size							:	13px;

	font-weight							:	bold;

}



td.catalog_detail_texttitle2 {

	padding								:	15px 0px 0px 10px;

	color								:	#481766;

	font-size							:	14px;

	font-weight							:	bold;

}



td.catalog_detail_text {

	padding								:	0px 0px 0px 10px;

	color								:	#ffffff;

}



td.catalog_detail_textpurple {

	padding								:	0px 0px 0px 10px;

	font-size							:	11px;

	color								:	#481766;

}



td.catalog_detail_textnormal {

	padding								:	0px 0px 0px 10px;

	font-size							:	11px;

	color								:	#481766;

}

div.catalog_detail_images {
	width								:	226px;
	height								:	30px;
	background-color					:	#6b4684;
	padding								:	2px 2px 2px 2px;
	overflow							:	hidden;
	white-space							: 	nowrap;
					
}

td.catalog_detail_footer {

	height								:	20px;

	background-color					:	#481766;

	background-image					:	url(../images/catalog_detail_footerleft.gif);

	background-position					:	top left;

	background-repeat					:	no-repeat;

	color								:	#ffffff;

	font-size							:	12px;

	font-weight							:	bold;

	text-align							:	center;

}



td.catalog_detail_footer_order {

	height								:	20px;

	background-color					:	#9e0331;
	/*
	background-image					:	url(../images/catalog_detail_footer_orderleft.gif);

	background-position					:	top left;

	background-repeat					:	no-repeat;
	*/
	color								:	#ffffff;

	font-size							:	12px;

	font-weight							:	bold;

	text-align							:	center;

}



td.catalog_detail_tableft {

	width								:	9px;

	height								:	20px;

	background-color					:	#6b4684;

	background-image					:	url(../images/catalog_detail_tableft.gif);

	background-position					:	top;

	background-repeat					:	no-repeat;

}



td.catalog_detail_tabtitle {

	height								:	20px;

	background-color					:	#6b4684;

	color								:	#ffffff;

	font-size							:	10px;

	font-weight							:	bold;

}



td.catalog_detail_tabright {

	width								:	9px;

	height								:	20px;

	background-color					:	#6b4684;

	background-image					:	url(../images/catalog_detail_tabright.gif);

	background-position					:	top;

	background-repeat					:	no-repeat;

}



td.questbook_header {

	border-top							: 	1px solid #b49c43;

	padding								:	3px 5px 3px 5px;

	color								:	#481766;

	font-weight							:	bold;

}



td.questbook_content {

	padding								:	0px 5px 0px 5px;

}



td.questbook_footer {

	height								:	20px;

	padding								:	3px 5px 3px 5px;

	font-size							:	10px;

	font-style							:	italic;

}



td.footer_left1 {

	width								:	16px;

	height								:	40px;

	background-color					:	#9e0331;

	background-image					:	url(../images/footer_red_left.gif);

	background-position					:	bottom;

	background-repeat					:	no-repeat;

}



td.footer_center1 {

	width								:	968px;

	height								:	40px;

	background-color					:	#9e0331;

	text-align							:	center;

	color								:	#ffffff;

}



td.footer_right1 {

	width								:	16px;

	height								:	40px;

	background-color					:	#9e0331;

	background-image					:	url(../images/footer_red_right.gif);

	background-position					:	bottom;

	background-repeat					:	no-repeat;

}



td.footer_left2 {

	width								:	16px;

	height								:	40px;

	background-color					:	#9e0331;

	background-image					:	url(../images/footer_red_left.gif);

	background-position					:	bottom;

	background-repeat					:	no-repeat;

}



td.footer_center2 {

	width								:	968px;

	height								:	40px;

	background-color					:	#9e0331;

	text-align							:	center;

	color								:	#ffffff;

}



td.footer_right2 {

	width								:	16px;

	height								:	40px;

	background-color					:	#9e0331;

	background-image					:	url(../images/footer_red_right.gif);

	background-position					:	bottom;

	background-repeat					:	no-repeat;

}



td.footer_left3 {

	width								:	16px;

	height								:	40px;

	background-color					:	#b49c43;

	background-image					:	url(../images/footer_brown_left.gif);

	background-position					:	bottom;

	background-repeat					:	no-repeat;

}



td.footer_center3 {

	width								:	968px;

	height								:	40px;

	background-color					:	#b49c43;

	text-align							:	center;

	color								:	#ffffff;

}



td.footer_right3 {

	width								:	16px;

	height								:	40px;

	background-color					:	#b49c43;

	background-image					:	url(../images/footer_brown_right.gif);

	background-position					:	bottom;

	background-repeat					:	no-repeat;

}



td.footer_left4 {

	width								:	16px;

	height								:	40px;

	background-color					:	#b49c43;

	background-image					:	url(../images/footer_brown_left.gif);

	background-position					:	bottom;

	background-repeat					:	no-repeat;

}



td.footer_center4 {

	width								:	968px;

	height								:	40px;

	background-color					:	#b49c43;

	text-align							:	center;

	color								:	#ffffff;

}



td.footer_right4 {

	width								:	16px;

	height								:	40px;

	background-color					:	#b49c43;

	background-image					:	url(../images/footer_brown_right.gif);

	background-position					:	bottom;

	background-repeat					:	no-repeat;

}



td.footer_left5 {

	width								:	16px;

	height								:	40px;

	background-color					:	#9e0331;

	background-image					:	url(../images/footer_red_left.gif);

	background-position					:	bottom;

	background-repeat					:	no-repeat;

}



td.footer_center5 {

	width								:	968px;

	height								:	40px;

	background-color					:	#9e0331;

	text-align							:	center;

	color								:	#ffffff;

}



td.footer_right5 {

	width								:	16px;

	height								:	40px;

	background-color					:	#9e0331;

	background-image					:	url(../images/footer_red_right.gif);

	background-position					:	bottom;

	background-repeat					:	no-repeat;

}





input {

	margin								:	0px 0px 5px 0px;

	font-family							:	Arial, Helvetica, sans-serif;

	font-size							: 	12px; 

	color								: 	#000000;

	border								: 	1px solid #b49c43;

	width								: 	150px; 

	height								: 	16px;

}



input.submit {

	border								: 	2px solid #b49c43;

	background-color 					: 	#ffffff;

	color								: 	#9e0331;

	width								: 	80px; 

	height								: 	20px;

	font-size 							: 	12px;

	font-weight 						: 	bold;

	cursor								:	pointer;

}



input.xsmall {

	width								: 	20px; 

}



input.search {

	color								: 	#000000;

	font-size 							: 	12px;

	border-top							: 	1px solid #cccccc;

	border-right						:	none;

	border-bottom						: 	1px solid #cccccc;

	border-left							: 	1px solid #cccccc;

	width								: 	187px; 

	height								: 	16px;

}



input.search_submit {

	border								: 	none;

	background-color					:	#b49c43;

	background-image					:	url(../images/button_search.gif);

	background-position					:	50% 50%;

	background-repeat					:	no-repeat;

	width								: 	20px; 

	height								: 	20px;

	cursor								:	pointer;

}



input.submit_placeincart, button.submit_placeincart {

	border								: 	2px solid #b49c43;

	background-color 					: 	#ffffff;

	color								: 	#9e0331;

	width								: 	150px; 

	height								: 	20px;

	font-size 							: 	12px;

	font-weight 						: 	bold;

	cursor								:	pointer;

}



input.radio {

	margin								:	0px 0px 5px 0px;

	border								: 	none;

	background-color 					: 	transparant;

	width								: 	12px; 

	height								: 	12px;

	font-weight 						: 	normal;

	cursor								:	pointer;

}



input.checkbox {

	margin								:	5px 0px 0px 0px;

	border								: 	none;

	background-color 					: 	transparant;

	width								: 	14px; 

	height								: 	14px;

	font-weight 						: 	normal;

}



label {

	height								: 	12px;

	padding								:	0px 6px 0px 10px;

	margin								:	0px 0px 0px 0px;

	font-weight 						: 	normal;

	cursor								:	pointer;

}



select {

	margin								:	0px 0px 5px 0px;

	border								: 	1px solid #b49c43;

	color								: 	#000000;

	font-size 							: 	12px;

}



textarea { 

	border								:	1px solid #b49c43;

	color								: 	#000000;

	font-size 							: 	12px; 

}
