/*  
Theme Name: Arthemia Premium
Theme URI: http://www.pharmas.co.uk/
Description: Designed for http://www.pharmas.co.uk/.
Version: 1.0
Author: http://www.pharmas.co.uk/
Author URI: http://www.pharmas.co.uk/
Tags: thumbnails, newspaper, magazine, widgets, admin panel
*/
.NewCheck {
	outline:1px solid #f00;
}
/*Copyright 2008, Michael Jubel Hutagalung
View detailed license info in license.txt file 


/* 
TABLE OF CONTENTS 

  HTML Elements
  Structure
  Navigation Bar
  Text
  Index Page
  Content Page
  Sidebar
  Form Elements  
  Comments
  Footer
  Clear

/* CSS Reset 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%;
	font-family: inherit; vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body {line-height: 1;	color: black; background:#f0f0ef url(images/bg01_01.jpg) top repeat-x !important; }
ol, ul { list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" "";}

/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;
	background: #505050;
	color: #505050;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #000000;
	text-decoration:none
	}

a:hover, a:active {
	color: #808080;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #ececec;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	

strong {
    font-weight:bold;
}

em {
    font-style:italics;
}

/* Structure */


#head {
	width:1015px;
	height:188px;
	margin:0px auto;
	font-size:0.7em;
	background:#eeeeee url(images/header_02.jpg) top center no-repeat;
	}

#page {
	background:#FFF;
	width:958px;
	border:1px solid #dddddd;
	border-top:none;
	margin:0px auto;
	padding:10px;
	font-size:12px;
	}

#inner {
    margin:0;
    padding:0;
    background:url(images/left_stripe.gif) left repeat-y;
}

.left {
	float:left;
	}

.right {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	margin:0 auto;
	text-transform:uppercase;
	background:none;
	width:980px;
	font-size:10px;
	}
*:first-child+html #navbar { margin-top: 102px; }
#page-bar {
	padding:0px;
	}


#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #494949;
	}

#page-bar li:hover {
    background:url(images/navhover.jpg) top repeat-x;
	}

#page-bar a , #page-bar a:visited  {
	margin: 0px;
	padding:18px 14px;
	font-weight:bold;
	color:#eeeeee;
	display:block;
	border-right:1px solid #212121;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#page-bar p {
	margin:0;
	padding:0;
	}

#searchform {
    background:url(images/searchBox.jpg) left center no-repeat;
	width:250px;
	float:right;
	text-align:right;
	padding-top:5px;
	margin-right:10px;
	line-height:27px;
	}
#search {
position:relative;
width:250px;
}	
.SearchField1 {
	width:208px !important;
	height:18px;
	border:none;
    background:none;
	top:3px;
	position: absolute;
	left:0;
	padding:5px 2px;
	
}
.SearchBut {
margin-top:5px;
}
/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 132px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	width: 122px;
	float: none;
	margin: 0px;
	padding: 4px 10px 4px 10px;
	background: #5b5b5b url(images/dots_nav.gif) repeat-x top;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #909090;
	padding: 4px 10px 4px 10px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}



/* Text*/

h1 {
	font:28px Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:25px Arial;
	font-weight:bold;
	}

h3 {
	font:12px Arial;
	margin-bottom:3px;
	color:#303030;
	font-weight:bold;
	}

h4 {
	font:12px Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#333333;
	letter-spacing:-0.05em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	margin-bottom:15px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:282px;
	height:103px;
	background:none;
	}

#tagline {
	margin-top:10px;
	color:#1d3566;
	font-weight:bold;
	}

#top {
	margin:0 auto;
	padding:0px 10px 20px 10px;
	background:#e9e9e9;
	width:958px;
	border:1px solid #dddddd;
	border-top:none;
	border-bottom:none;
	}

#headline {
	width:560px;
	float:left;
	padding:0 12px 25px 5px;
    font-size:14px;
	line-height:1.5em;
	margin:0;
	color:#5c5c5c;
	overflow:hidden;
	}

#headline a {
	color:#5c5c5c;
	}
#headline .title a {
	color:#568210;
	font:24px Arial;
	font-weight:bold;
}
#headline div.label {
	font:20px Arial;
	font-weight:bold;
	background:url(images/hd_top.jpg) top left no-repeat;
	letter-spacing:-0.05em;
	line-height:45px;
	height:45px;
	text-indent:10px;
	display:block;
	padding-bottom:0px;
	padding-top:15px;
	}
#headline a:hover {
	color:#5c5c5c;
	}

#top div.label {
	font:14px Arial;
	font-weight:bold;
	text-transform:lowercase;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:0px;
	padding-top:15px;
	}

#headline div.title {
	font:28px Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	padding-bottom:5px;
	padding-top:5px;
    margin-top:0px;
	}

#headline div.meta {
	display:block;
	padding:4px 0px 4px 0px;
	color:#5c5c5c;
	font-size:10px;
	}

#headline p {
	padding-bottom:25px;
	}
#featured  .label{
	background:url(images/hd_slide.jpg) top left no-repeat;
	width:320px;
	line-height:46px;
	height:46px;
	text-indent:10px;
	font-size:20px;
} 
#featured  .label a{
	font-size:20px;
	font-weight:normal;
	color:#a1bb52;
}
#featured {
	background:#d8d8d8;
	width:320px;
	float:right;
	padding:0px 0px 0px 0px;
	border:1px solid #c6c4c4;
	font-size:12px;
}
.arthemia-carousel {
	padding:0px 0px 0px 10px;
}
#featured li {
    list-style:none;
    width: 320px;
    height: 79px;
    margin-bottom:0px;
    padding-bottom:0px;
}

#featured .arthemia-carousel {
    overflow:hidden;
    width:320px;
}


#featured .info {
    margin-top:0px;
	padding-top:10px;
	/*float:right;*/
	/*width:203px;*/
	font-size:11px;
	}

#featured .meta {
	margin-top:5px;
    font-weight:normal;
    font-size:10px;
	}

#featured .title {
	font-weight:bold;
	}

#featured .divider {
	margin-left:95px;
	}

#headline a img, #featured a img {
	margin-top:5px;
    }

#featured a {
	color:#000000;
	}

#featured a:hover {
	color:#808080;
	}

#featured a img {
	border:2px solid #fff;
	margin-right:10px;
	}

#headline a img {
	border:3px solid #fff;
	margin-right:15px;
	}

#single_head {
	width:auto;
	float:left;
	padding:15px;
	margin:0;
	background:#333333;
	color:#fff;
	}

#single_head a img {
	border:3px solid #fff;
	}

#single_desc {
	width:700px;
	float:right;
	padding:0px 10px 5px 10px;
    font-size:12px;
	line-height:1.5em; 
	}

#single_desc div.title {
	font:25px Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:5px;
	padding-top:10px;
	}

#single_desc div.meta {
	display:block;
	padding-bottom:5px;
	font-size:10px;
	}

#single_desc p {
	margin:0px;
	padding-bottom:10px;
	}

#single_desc a {
	color:#000000;
	}

#single_desc a:hover {
	color:#808080;
	}

#middle {
	margin:0px auto;
	padding:0px 0px 20px 20px;
	background:#E9E9E9 url(images/catBoxes.jpg) top center no-repeat;
	width:958px;
	height:90px;
	border:1px solid #dddddd;
	border-top:none;
	}
    
.category {
	width:164px;
	float:left;
	margin:0px;
	padding:5px 10px 15px 10px;
    cursor:pointer;
	}

.category p {
	margin:0;
    font-size:11px;
	}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #gallery h3 {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:16px;
	letter-spacing:-0.05em;
	}

#front-list .cat_title  a{
	font-size:20px;
	color:#616161 !important;
	
}
#front-list .cat_title {
	font-size:14px;
    margin-bottom:5px;
	}

#front-popular h3 {
	color:#616161 !important;
	}

.more-link {
	display:block;
	margin:15px 0px;
	}

.category a {
	color:#333333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#bottom  a{
	color:#568210 !important;
}
#bottom {

	}

#bottom-left {
	float:right;
	width:610px;
	}

#bottom-left .meta, #content.archive .meta {
	font-size:10px;
	}

#front-list {
	width:570px;
	padding:10px;
	background:#fff;
	font-size:12px;
	line-height:1.75em;
	margin-bottom:10px;
	border-top:1px solid #ececec;
    }

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title {
	font:18px Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
    line-height:1.0em;
	}

#front-list .divider {
	margin-left:216px;
	margin-top:0px;
	margin-bottom:0px;
	}

.author {
	font-size:11px;
	font-weight:bold;
	}

.meta {
	color:#333333;
	font-weight:bold;
	}

#headline p, #featured p {
	margin:0;
	}


#paged-list {
	width:570px;
	padding:0px 10px;
	background:#fff;
	font-size:13px;
	color:#616161;
	line-height:1.75em;
	border-top:1px solid #ececec;
	}

#paged-list .clearfloat {
	background:url(images/dots_content.gif) repeat-x bottom;
    padding-bottom:1px;
	}

.onecolumn {
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
	}

.onecolumn img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox {
	width:275px;
	line-height:1.5em;
	padding:10px 10px;
	margin:0;
	}

.archive .tanbox {
	width:570px;
	background:url(images/dots_content.gif) repeat-x bottom;
    padding-bottom:1px;
	}

.tanbox img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox span.title a, .onecolumn span.title a {
	font:14px Arial;
	font-weight:bold;
	}

.tanbox p, .onecolumn p {
	margin:5px 0px;
	}	

#navigation {
	padding:15px 10px;
	background:#fff;
	font-size:12px;
	text-align:center;
	width:550px;
	}


/* Content Page*/

#content {
	width:600px;
	background:#fff;
	padding:10px;
	font-size:12px;
	line-height:1.75em;
	float:right;
	border-top:1px solid #ececec;
	}

.post {
	line-height:1.75em;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:1px solid #e2e2e2;
	}

.entry ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

#content h2.title {
	letter-spacing:-0.05em;
	border-bottom:1px solid #e2e2e2;
	border-top:3px solid #e2e2e2;
	margin-bottom:0px;
	padding:5px 0px;
	color:#000000;
	}

.entry ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.entry ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.entry ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.entry img, .post a img, #front-list img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

.entry a {
	text-decoration:underline;
	}

.post .ads {
	margin-top:10px;
	}

#stats {
	margin-bottom:15px;
	padding:8px 0px;
	font:11px Arial;
	display:block;
	border-bottom:1px solid #e2e2e2;
	font-weight:bold;
	}

span#map {
	font-size:11px;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

#bio {
    padding:10px;
    background:#efefef;
    margin:20px 0px;
}
#bio p {
    margin:0;
    padding:0;
}

#bio .avatar {
	border:1px solid #ccc;
	margin:0px 10px 5px 0;
	float:left;
	padding:2px;
	width:80px;
	height:80px;
	}	

/* Sidebar*/
#sidebar {
	width:320px;
	float:left;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	}

.sidebar-bottom, .spoiler { 	
	padding:0px;
	padding:0px !important;
	margin:0px 0px 10px!important; 	
	overflow:hidden;
        width:320px;
}
#sidebar #sidebar-bottom  .midFloat div,
#sidebar .spoiler .midFloat div{
	padding:0px 10px 0 10px !important;
	
}
#sidebar #sidebar-left .smBotFloat,
#sidebar #sidebar-right .smBotFloat  {
	background:url(images/smBot.jpg) no-repeat top left;
	width:160px;
	height:15px
}
#sidebar #sidebar-left ul ,
#sidebar #sidebar-right ul {
	background:#F6F6F6;
padding:15px 5px 20px !important;
width:143px;
border: solid #E2E2E2 1px;
border-top:none;
border-bottom:none;
}

#sidebar #sidebar-bottom .midFloat, #sidebar .spoiler .midFloat {
	background:url(images/mid.jpg) repeat-y center;
	width:320px;
	padding:15px 0px 20px !important;
}
#sidebar #sidebar-bottom .botFloat ,
#sidebar .spoiler .botFloat {
	background:transparent url(images/bot.jpg) no-repeat top center;
	width:320px;
	height:15px
} 

.spoiler img {
	border:1px solid #ccc;
	padding:2px;
	margin-right:10px;
	margin-bottom:5px;
	}


.spoiler h3 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
   	font-weight:bold; 	
	color:#fff; 	
	margin:0px 0px 8px 0px; 	
	padding:3px 10px;
	border-bottom:1px solid #ececec; 	}

.spoiler h3 a {
	color:#a1bb52;
    font-size:15px;
	text-decoration:none;
	}

.spoiler p {
	margin:0;
	color:#696969;
	}

.spoiler h4 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
    font-weight:bold;
	margin-bottom:5px;
	}

#sidebar .spoiler h4 a {
    font-size:14px;
	line-height:125%;
	color:#568210;
	}

#sidebar {
    font-size:11px;
	color:#696969;
}
.readMore {
	display:block;
	width:50px;
	height:20px;
	text-indent:-8888810px;
	background:url(images/moreTop.jpg) right center no-repeat;
}

#headline .readMore {
width:275px;
_width:50px;
}
*:first-child+html #headline .readMore { width:50px; }
#sidebar-bottom  h3, #sidebar h3 {
	background:#f0f0ef url(images/h3Bg.jpg) top no-repeat;
	font:15px Arial, Helvetica, Verdana, Sans-Serif;
	margin:0;
	padding:0px;
	font-weight:bold;
	text-indent:10px;
	color:#a1bb52;
	width:320px;
	line-height:45px;
	height:45px;
	
	}

#sidebar-top, #sidebar-bottom {
	width:320px;
	float:right;
	padding:0px 0px 10px 0px;
	background:#fff;
	border-top:1px solid #ececec;
	}
#sidebar-top {
float:none;
}
#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:320px;
	float:right;
	}

#sidebar-middle h3 a {
	font-size:16px;
}
#sidebar-middle h3 {
	background:url(images/h3Sm.jpg) top center no-repeat;
	width:155px;
	font-size:15px;
}
#sidebar-left {
	width:155px;
	padding:0px 0px 10px 0px;
	float:left;
	background:#fff;
	}

#sidebar-right {
	padding:0px 0px 10px 0px;
	float:right;
	background:#fff;
	}


#sidebar li {
	list-style:none;
	border-bottom:1px dotted #bbbbbb;
	display:block;
	text-indent:10px;
	padding:3px 0; 
	width:140px;
	margin-left:5px !important;
	}

#sidebar li ul li {
	border-bottom:0px;
	}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}

#sidebar h3 img { margin-top:1px; }

/* Form Elements */

select {
	border:1px solid #333333;
	width:100%
	}
	
.submitbutton {
	padding: 2px 5px;
	border:1px solid #aaa;
	background:#fff;
	font-size:11px;
	color:#aaa;
	cursor: pointer;
	}

.submitbutton:hover {
    background:#303030;
    color:#fff;
    }
    
.field {
	padding: 1px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	background:#fff;
	font-size:11px;
	}

#search .searchbutton {
	padding: 1px;
	border:1px solid #333333;
	background:#fff;
	font-size:11px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 0px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	}



/* Comments*/

#comments {
	line-height:1.5em;
	}

.commentlist cite {
	font-style:normal;
	margin-bottom:0px;
	display:block;
	font-size:11px;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	color:#4d4d4d;
	padding: 10px 14px 10px 14px;
	background:#f2f2f2;
	border-bottom: 1px solid #dcdbd7;
	list-style:none;
	margin-bottom:3px;
	line-height:1.25em;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	width:482px;
	float:right;
	line-height:1.5em;
    font-size:11px;
	}
	
li.my_comment {
	background: #fff;
	}

li cite strong {
	font-size: 14px;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0; 
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:10px;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.commentlist li .avatar {
	border:1px solid #ccc;
	margin:15px 8px 6px 0;
	float:left;
	padding:2px;
	width:45px;
	height:45px;
	}	

#comment {
	width:590px;
	background:#fff;
	}

/* Footer*/
#gallery * {
	color:#616161;
}
#gallery {
	font-size:11px;
	border:1px solid #e9e9e9;
	color:#616161;
	width: 958px;
	background:#e9e9e9;
	margin: 0 auto;
	padding:15px 10px 15px 10px;
	}

#gallery #random {
    float:right;
    width:613px;
}

#gallery #random img {
    padding:2px;
    border:1px solid #ccc;
    margin-right:16px;
    margin-bottom:15px; 
    background:#fff;
}
#gallery #video {
    float:left;
    width:281px;
    padding-right:15px;
    border-right:1px solid #b0b0b0;
}

#gallery h3 {
    display:block;
    padding-bottom:5px;
}
#front-popular {
	border:1px solid #d8d8d8;
	width: 958px;
	padding:15px 10px 15px 10px;
	font-size:11px;
	color:#616161 !important;
	background:#d8d8d8;
	margin: 0 auto;
	}

#recentpost, #mostcommented {
	width:276px;
	float:left;
	padding:0px 20px 0px 0px;
	border-right:1px solid #808080;
	}

#mostcommented {
	margin-left:00px;
	}

#recent_comments {
	width:276px;
	float:right;
	padding:0px;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#616161 !important;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost li, #mostcommented li, #recent_comments li {
	list-style:none;
    padding-top:1px;
	}

#recentpost ul li a, #mostcommented ul li a, #recent_comments ul li a {
	padding:5px;
	display:block;
	text-decoration:none;
	}

#recentpost ul li a:hover, #mostcommented ul li a:hover, #recent_comments ul li a:hover {
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	background:none;
	}


#footer {
	margin: 0 auto 20px;
	width: 980px;
	height:auto;
	font-size:10px;
	background:#f0f0ef url(images/bg02_01.jpg) bottom no-repeat !important;
	color:#f1f1f1;
	padding:5px 10px;
	}

#footer a, #footer a:hover {
	color:#ccc;
	}

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
