/*This is the LEAF skin, made by Ivan for Nucleus CMS*/
/*I am not a pro in CSS - If you are one and if you think it can be done better, by all means go ahead and adjust to your needs*/
/*I've tried my best to comment on most of the styles*/

/*BASIC STUFF*/
a:link, a:visited{
	color: #23598C;
	text-decoration: none;
}
a:hover, a:active{
	color: black;
}

img{
	border: none;
}

.linkspage_button{
	border:0px;
}

td{
	text-align:left;
}

/*This is used for hidden stuff, stuff that you don't want people to see with CSS enabled*/
/*Try disabling CSS and you'll see some messages that you don't see with CSS enabled*/
.hidden{
	display: none;
}

/*Use this to centerize any image/text*/
.centerize{
	text-align: center;
}

/* MAIN STRUCTURE */
/*Don't edit if you know what's good for you*/
body{
	color: black;
	font-size: 22px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans Unicode", Tahoma, sans-serif;
	padding: 0px 0px 0px 0px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	background: url(images/background.jpg) no-repeat fixed right bottom;
	}


	
	
/* TOP LOGOS */
#logo1{
	z-index: 101;
	width: 261px;
	margin-top: 5px;
	margin-left: 5px;
	
}

#logo2{
	z-index: 101;
	width: 158px;
	margin-left: auto;
	margin-right: auto;
}

/* TOP LOGOS END */
	
	
/*  TOP MENU  */

#topmenu_table{
	width: 100%;
	height: 10px;
	border-collapse: collapse;
	border: none;
	margin-top: -3px;
	position: fixed;
	table-layout: fixed;
	top: 0px;
	}


#topmenu_table #topmenu_c{
	width: 750px;
	background: url(images/topmenu_c.png) no-repeat;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

* html #topmenu_table #topmenu_c {
	text-align: left;
}

#topmenu_table #topmenu_r{
	background: url(images/topmenu_r.png) repeat-x;
	padding: 0px 0px 0px 0px;
	width: auto;
	text-align: center;
}

#topmenu_table #topmenu_l{
	background: url(images/topmenu_l.png) repeat-x;
	padding: 0px 0px 0px 0px;
	width: auto;
	vertical-align: text-top;
}

.topmenu { 
position: absolute;
width: 744px;
height: 67px; 
top: 0px;

background: url(images/topmenu/top_button1.png) no-repeat;
}

* html .topmenu { 
position: absolute;
width: 744px;
height: 67px; 
top: 0px;

background: url(images/topmenu/top_button1.gif) no-repeat;
}

.topmenu li {
display: inline;
/*position: relative; */
position: absolute;
left: 0px; 
height: 67px;
width: 155px;
list-style: none;
/*padding: 0px 93px 40px 93px; */
padding: 0px 0px 0px 0px;
text-align: center;
}

.topmenu li a { 
display: block; 
position: absolute; 
top: 0; 
left: 0; 
width: 155px;
font-family: "Times New Roman", Times, serif;
font-size: 25px;
font-style: italic;
font-weight: bold;
color: #383838;
text-shadow: black 1px 1px 2px;
 margin-top: 15px;
 height: 50px;
}

.topmenu_item{
height: 67px;
width: 186px;
}
.topmenu_text{
font-family: "Times New Roman", Times, serif;
font-size: 21px;
font-style: italic;
font-weight: bold;
color: #383838;
text-shadow: black 1px 1px 2px;
 margin-top: 15px;
 height: 50px;
}
/*  TOP MENU  END */

/* Callback link */
#callback{
font-family: "Times New Roman", Times, serif;
font-size: 25px;
font-style: italic;
font-weight: bold;
color: #383838;
text-shadow: black 1px 1px 2px;
 text-align: center;
 vertical-align: middle;
 padding-top: 5px;
}

#callback img{
 vertical-align: middle;
 padding-left: 20px;
 padding-right: 20px;
}

#callback a{
 color: #383838;
}

/* Callback link end*/

/*  NEWS HEAD */

.newshead{
	height: 44px;
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-shadow: #4b4b4b 1px 1px 5px;
	line-height: 38px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/devider.png);
	background-repeat: no-repeat;
	background-position: bottom;
	}

.newshead .newshead_l{
	width: 14px;
	height: 44px;
	margin: 0px 0px 0px -14px;
	float: left;
}

.newshead .newshead_r{
	width: 14px;
	height: 44px;
	margin: 0px -18px 0px 0px;
	float: right;
}

/*  NEWS HEAD END */

/*  MAIN TABLE */


* html #container_table{
	width: 100%;
	margin-top: 0px;
	border-collapse: collapse;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 100%;
}

#container_table{
	width: 100%;
	margin-top: 100px;
	border-collapse: collapse;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 100%;
}

#container_table_l{
	width: 250px;
	padding-bottom: 0px;
	vertical-align: text-top;
}

#container_table_c{
	padding-bottom: 0px;
	height: 100%;
	min-height: 100%;
}

#container_table_r{
	width: 250px;
	padding-bottom: 0px;
}

#main_table{
	height: inherit;
	max-width: 900px;
	min-width: 700px;
}

* html body #container_table #main_table {
   height:100%
}

html, body, #container_table, #main_table {
   height:100%
}

#main_table .body{
	background-image: url(images/main_table_bg.png);
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: top;
	padding-top: 10px;
	max-width: 880px;
	min-width: 640px;
}

#main_table .body_l { 
background-image: url(images/body_l.png); 
background-repeat: repeat-y; 
width: 9px 
}
#main_table .body_r { 
background-image: url(images/body_r.png); 
background-repeat: repeat-y; 
width: 9px 
}

.newstable{
	border-collapse: collapse;
	max-width: 880px;
	min-width: 640px;
}

/*  MAIN TABLE END */

.disclaimer { 
color: black; 
font-size: 10px; 
font-family: sans-serif, Arial, Trebuchet MS,Helvetica; 
text-align: center; 
padding: 5px; 
width: 100%;
  }


#wrapper{
	width: 700px;
	margin: auto;
	background: white url(images/01_bodybg.jpg) repeat-y;
	text-align: left;
}

/*The header image*/
#header{
	position: relative;
	width: 700px;
	height: 151px;
	margin: auto;
	background: url(images/01_header01.jpg) no-repeat;
}

/*The container - edit "230" to your desired width for the sidebar (lines 55, 58, 62)*/
#container{
	/* width: 100%; */
	float: left;
	margin-right: -230px; 
	width: 670px;
}
#content{
	margin-right: 230px;
	padding: 25px 0;
}
#sidebar{
	width: 230px;
	float: right;
	padding: 25px 0;
	text-align: left;
}
#footer{
	width: 700px;
	margin: auto;
	padding: 20px 0 0 0;
	background: url(images/01_footer.jpg) top no-repeat;
}

/* The container - custom page layout. resize adjustments for full screen */
#container_full{
	/* width: 100%; */
	float: left;
	margin-right: 0px; 
	/* -230 */
	width: 700px;
}
#content_full{
	/* margin-right: 230px; */
	padding: 25px 0;
}
#sidebar_full{
	width: 230px;
	float: right;
	padding: 25px 0;
	text-align: left;
	display:none;
}

/*Credits part is where the copyrights/xhtml/css validation stuff will be*/
#credits{
	font-size: 10px;
	text-align: center;
	color: #F7F7F7;
}
#credits a:link, #credits a:visited{
	color: #CFE6FD;
}
#credits a:hover, #credits a:active{
	color: white;
}
/*Ignore this*/
.clearing{
	height: 0;
	clear: both;
}
.smalltext{
	color: black;
}
#wrapper .smalltext{
	color:#000;
}

/*THE MAIN TITLE - YOUR BLOG NAME ON TOP OF THE HEADER*/
#header h1{
	position: absolute;
	top: 16px;
	left: 24px;
	height:35px;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	text-indent: 35px;
	background: url(images/01_logo.gif) bottom left no-repeat;



}

/*THE NAVIGATION - More detailed stuff in NAVIGATION LINKS section*/
#navigation{
	font-size: 11px;
	width: 694px;
	height: 22px;
	position: absolute;
	top: 129px;
	left: 3px;
	list-style: none;
}
#navigation ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation li{
	background: none;
 	display: inline;
}

/*  THE DEFAULT HEADERS (h2: Main titles, h3: Blog and Sidebar titles, h4: Comment names/userlinks)*/
h2{
	color: #3E565F;
	margin: 0 0 3px 0;
	font-size: 16px;
	height: 23px;
	margin: 0 0 5px 0;
}
h3{
	color: #3E565F;
	margin: 0 0 8px 0;
	font-size: 14px;
}
h4{
	font-size: 11px;
}

/*Sub structure - To create the margins of the body (where text will be placed)*/
.contentdiv{
	margin: 0 15px 0 22px;
}
.sidebardiv{
	margin: 0 22px 0 15px;
}


/* THE STYLING OF THE BODY OF CONTENTS AND SIDEBAR */
.contentbody{
	margin: 0;
	padding: 0 0 0 0;
	text-align: justify;
}
.sidebarbody{
	margin: 0 0 20px 0;
	padding: 0;
}

/* THIS PART IS THE SIDEBAR'S INDIVIDUAL DIVS */
/* Note that it doesn't have any styling, but it's here in case you want to add some styles */
.sidebarin{
	padding: 0;
	margin: 0;
}

/*MAIN TITLES*/
h2{
	height: 23px;
	text-indent: 20px;
	margin: 0 0 5px 0;
	background: url(images/01_m_default.gif) no-repeat;
}

/*You can remove all parts here if you do not wish to use images as your main titles*/
h2.news{
	text-indent: -9999px;
	background: url(images/01_m_news.gif) no-repeat;
}
h2.comment{
	text-indent: -9999px;
	background: url(images/01_m_comment.gif) no-repeat;
}

/* THIS PART IS TO STYLE THE BACKGROUND IMAGES (THE QUOTE ON THE LEFT) */
/* You can create different image on your on, but only if you know what you're doing should you edit this part */
/*
.divweblog .contentbody, .divarchives .contentbody, .divarchivelist .contentbody, .diverror .contentbody, .divmemberinfo .contentbody,
.divsendmessage .contentbody, .divcommentitem .contentbody, .divsearch .contentbody{
	background: url(images/01_quote.gif) 0 3px no-repeat;
}
*/

/* comments page is special */
.divcomment{ 
	margin: 0;
	/* padding: 0 0 30px 43px;
	text-align: justify;
	background: url(images/01_quote.gif) 0 3px no-repeat; */
}

/* content pages */
.divcontent .contentbody{
	margin: 0;
	/* padding: 0 0 30px 43px;
	text-align: justify;
	background: url(images/01_quote.gif) 0 3px no-repeat; */
}
.divcontent_manager .contentbody{
	margin: 0;
	text-align: justify;
	/* padding: 0 0 30px 43px;
	text-align: justify;
	background: url(images/01_quote.gif) 0 3px no-repeat; */
}

/* special e107 page */
.divcvs .contentbody{
	margin: 0;
	text-align: justify;
	/* padding: 0 0 30px 43px;
	text-align: justify;
	 background: url(images/01_cvs.gif) 0 3px no-repeat; */
}

/* downloads */
.divdownload .contentbody{
	margin: 0;
	text-align: justify;
	/* padding: 0 0 30px 43px;
	text-align: justify;
	 background: url(images/01_download.gif) 0 3px no-repeat; */
}

/* forums */
.divforum .contentbody{
	margin: 0;
	/* padding: 0 0 10px 10px; */
	text-align: justify;
	/* background: url(images/01_forum.gif) 0 3px no-repeat; */
}
.divforum_viewforum .contentbody{
	margin: 0;
	/* padding: 0 0 10px 10px; */
	text-align: justify;
	/* background: url(images/01_forum.gif) 0 3px no-repeat; */
}

.divforum_viewtopic .contentbody{
	margin: 0;
	/* padding: 0 0 10px 10px; */
	text-align: justify;
	/* background: url(images/01_forum.gif) 0 3px no-repeat; */
}

/* links */
.divlinks .contentbody{
	margin: 0;
	text-align: justify;
	/* padding: 0 0 30px 43px;
	text-align: justify;
	background: url(images/01_quote.gif) 0 3px no-repeat; */
}

.divnews .contentbody{
	margin: 0;
	padding: 0 0 30px 43px;
	text-align: justify;
	background: url(images/01_quote.gif) 0 3px no-repeat;
}

.divsubmitnews .contentbody{
	margin: 0;
	text-align: justify;
	/* padding: 0 0 30px 43px;
	text-align: justify;
	background: url(images/01_quote.gif) 0 3px no-repeat; */
}
/* user pages */
.divuser .contentbody{
	margin: 0;
	padding: 0;
	text-align: justify;
	/* padding: 0 0 30px 43px;
	text-align: justify;
	background: url(images/01_quote.gif) 0 3px no-repeat; */
}
.divusersettings .contentbody{
	margin: 0;
	text-align: justify;
	/* padding: 0 0 30px 43px;
	text-align: justify;
	background: url(images/01_quote.gif) 0 3px no-repeat; */
}



/* Add comment form's background */
.divaddcomment .contentbody{
	/* background: url(images/01_quote3.gif) 0 3px no-repeat; */
}

/*MORE DETAILED STUFF - Item details of your blog items */
.itemdetails{
	text-align: right;
	padding: 5px 0 0 0;
	background: url(images/01_hdot.gif) top repeat-x;
}

/* used in the newsstyle */ 
/* Posted by */
.item1{
	padding: 0 0 0 13px;
	margin: 0 0 0 12px;
	background: url(images/01_item1.gif) 0 1px no-repeat;
}
/* Category */
.item2{
	padding: 0 0 0 13px;
	margin: 0 0 0 12px;
	background: url(images/01_item2.gif) 0 3px no-repeat;
}
/* Comments */
.item3{
	padding: 0 0 0 15px;
	margin: 0 0 0 12px;
	background: url(images/01_item3.gif) 0 3px no-repeat;
}
.item4{
	padding: 0 0 0 15px;
	margin: 0 0 0 12px;
}
.item5{
	padding: 0 0 0 15px;
	margin: 0 0 0 12px;
}
/*FORM STYLING*/
form{
	margin: 0;
	text-align: center;
}
form p{
	padding: 1em;
	text-align: left;
}
/*Styling for all form fields*/

/*Form fields on focus effect (when user click on that input field)*/
.formfield:focus{
	border: 1px solid black;
}
/*Form's buttons*/
.formbutton{
	font-size: 11px;
	margin: 1px 0 0 0;
	padding: 1px 10px;
	color: #494949;
	background: white;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
}


/* STYLING OF MENU TITLES */

h3{   /* default styleing for menu items, do not remove */
	height: 23px;
	text-indent: 17px;
	margin: 0 0 2px 0;
	background: url(images/01_m_default.gif) no-repeat; 
}

h3.news{ /* remove background image from h3 in news posts */
	background: none;
}


/* You can remove all parts here if you do not wish to use images as your side titles */

h3.about {
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
	background: url(images/01_s_about.gif) no-repeat;
}

h3.login{
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
	background: url(images/01_s_login.gif) no-repeat;
}

h3.categories {
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
	background: url(images/01_s_categories.gif) no-repeat;
}
h3.search{
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
	background: url(images/01_s_search.gif) no-repeat;
}

h3.links{
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
	background: url(images/01_s_links.gif) no-repeat;
}

h3.online {
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
	background: url(images/01_s_online.gif) no-repeat;
}

h3.chatbox {
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
	background: url(images/01_s_chatbox.gif) no-repeat;
}

.compliance{

}




/* Sidbar menu content styles */

.defaultform{
	width: 174px;
	background: #E2EDF0 url(images/01_mountaintop2.gif) top no-repeat; 
	padding:4px;
}

/*THE LIST STYLES*/
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
li{
	padding: 0 0 0 9px;
	margin: 0 0 2px 0;
	background: url(images/bullet2.gif) 0 6px no-repeat;
}

/*THE SEARCH HIGHLIGHT*/
.highlight{
	font-weight: bold;
	text-decoration: underline;
}

/* NAVIGATION LINKS */
.nav1 a:link, .nav1 a:visited, .nav2 a:link, .nav2 a:visited, .nav3 a:link, .nav3 a:visited, .nav4 a:link, .nav4 a:visited, .nav5 a:link, .nav5 a:visited, .nav6 a:link, .nav6 a:visited, .nav7 a:link, .nav7 a:visited, .nav8 a:link, .nav8 a:visited{
	color: #4E4E4E;
	width: 80px;
	height: 20px;
	line-height: 20px;
	background: url(images/01_linkbg2.gif) top repeat-y;
	padding: 0;
}
.nav1_onpage a:link, .nav1_onpage a:visited, .nav2_onpage a:link, .nav2_onpage a:visited, .nav3_onpage a:link, .nav3_onpage a:visited, .nav4_onpage a:link, .nav4_onpage a:visited, .nav5_onpage a:link, .nav5_onpage a:visited, .nav6_onpage a:link, .nav6_onpage a:visited, .nav7_onpage a:link, .nav7_onpage a:visited, .nav8_onpage a:link, .nav8_onpage a:visited{
	color: #4E4E4E;
	width: 80px;
	height: 20px;
	line-height: 20px;
	background: url(images/01_linkbg2.gif) top repeat-y;
	padding: 0;
}
.nav1 a:link, .nav1 a:visited, .nav1_onpage a:link, .nav1_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 14px;
}
.nav2 a:link, .nav2 a:visited, .nav2_onpage a:link, .nav2_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 96px;
}
.nav3 a:link, .nav3 a:visited, .nav3_onpage a:link, .nav3_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 178px;
}
.nav4 a:link, .nav4 a:visited, .nav4_onpage a:link, .nav4_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 260px;
}
.nav5 a:link, .nav5 a:visited, .nav5_onpage a:link, .nav5_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 342px;
}
.nav6 a:link, .nav6 a:visited, .nav6_onpage a:link, .nav6_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 424px;
}
.nav7 a:link, .nav7 a:visited, .nav7_onpage a:link, .nav7_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 506px;
}
.nav8 a:link, .nav8 a:visited, .nav8_onpage a:link, .nav8_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 588px;
}

/*HOVER EFFECTS*/
.nav1 a:hover, .nav1 a:active,
.nav2 a:hover, .nav2 a:active,
.nav3 a:hover, .nav3 a:active,
.nav4 a:hover, .nav4 a:active,
.nav5 a:hover, .nav5 a:active,
.nav6 a:hover, .nav6 a:active,
.nav7 a:hover, .nav7 a:active,
.nav8 a:hover, .nav8 a:active{
	background: url(images/01_linkbg1.gif) top repeat-y;
	margin: 1px 0 0 0;
}

/*USE A DIFFERENT COLOR WHEN USER IS ON THAT PAGE*/

.nav1_onpage a:link, .nav1_onpage a:visited,
.nav2_onpage a:link, .nav2_onpage a:visited,
.nav3_onpage a:link, .nav3_onpage a:visited,
.nav4_onpage a:link, .nav4_onpage a:visited,
.nav5_onpage a:link, .nav5_onpage a:visited,
.nav6_onpage a:link, .nav6_onpage a:visited,
.nav7_onpage a:link, .nav7_onpage a:visited,
.nav8_onpage a:link, .nav8_onpage a:visited{
	background: url(images/01_linkbg1.gif) top repeat-y;
}

/*THE FOLLOWING PART IS FOR THE FONT CONTROL*/
#fontcontrol{
	background: none;
	width: 66px;
	height: 18px;
	position: absolute;
	top: 18px;
	left: 615px;
}
#fontcontrol ul{
	background: none;
	list-style: none;
	padding: 0;
	margin: 0;
}
#fontcontrol li{
	background: none;
}
#fontcontrol i{
	display: block;
	visibility: hidden;
}
.font1 a:link, .font1 a:visited{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/01_font1.gif) no-repeat;
}
.font2 a:link, .font2 a:visited{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 22px;
	background: url(images/01_font2.gif) no-repeat;
}
.font3 a:link, .font3 a:visited{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 44px;
	background: url(images/01_font3.gif) no-repeat;
}
.font1 a:hover, .font1 a:active{
	background-position: 0 -18px;
}
.font2 a:hover, .font2 a:active{
	background-position: 0 -18px;
}
.font3 a:hover, .font3 a:active{
	background-position: 0 -18px;
}
/*END NAVIGATION LINKS*/

/*Nice Titles*/
.nicetitle {
	font-weight: bold;
	color: #3C3C3C;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 25em;
	z-index: 20;
	max-width: 50%;
}
.nicetitle-content{
	overflow: hidden;
	background: white;
	border: 1px solid #333;
	padding: 5px;
	opacity: 0.9;
}
.nicetitle p{
	margin: 0;
	line-height: 120%;
}
.nicetitle p.destination {
	font-weight: normal;
	font-size: 10px;
	color: #5E7743;
}
div.nicetitle p span.accesskey {
	color: #FF7200;
}

/* e107 core style */
.tbox{
	/* width: 80%; */
	font-size: 18px;
	margin: 0 0 2px 0;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	background: url(images/main_table_bg1.png) repeat;
	width: 400px;
}

.helpbox{
	/* width: 80%; */
	font-size: 11px;
	margin: 0 0 2px 0;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	background: url(images/main_table_bg1.png) repeat;
}

.button{
	font-size: 11px;
	margin: 1px 0 0 0;
	padding: 1px 10px;
	color: #494949;
	background: white;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
}
#commentform .tbox, #commentform .helpbox{
	/* width: 400px; 
	background-color:#000; */
}


.fborder, .border{
	border-collapse: collapse;
	border-spacing: 0px;
	background-color: transparent;
}

.forumheader, .forumheader2, .forumheader3, .forumheader4, .fcaption, .finfobar {
	padding: 4px;
	border: 1px solid #D4DCDE;
	background-image: url(images/main_table_bg1.png);
}

.forumheader, .forumheader4, .finfobar {
/* 	background-color: #E2EDF0;*/
}

.forumheader5 {
	cursor: pointer;
}

.fcaption, .forumheader5 {
	background-color: transparent;
}

table {
	margin-left: auto;
	margin-right: auto;
}

.button{
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	background-color: #ffe7dd;
}

/* Comments */
.comments{
	font-size: 20px;
}

/* EASY SHOP */
.es_shop_contacts{
	color: black;
	font-size: 16px;
}

.es_shop_cart_table{
	border: 1px solid black;
	border-collapse: collapse;
	font-size: 18px;
	font-family: "Times New Roman";
}

.es_shop_cart_table td{
	border: 1px solid black;
	text-align: center;
}

.simple_table{
	border: 1px solid black;
	border-collapse: collapse;
	font-size: 20px;
}

.es_legend{
	font-size: 16px;
	font-style: normal;
	text-align: left;
}

.es_description1, .es_description2{
	font-size: 20px;
}

.easyshop_prod_box{
	text-align: center;
}
.simple_table td{
	border: 1px solid black;
}

.clip{
	background-image: url(images/paperclip.png);
	width: 287px;
	left: -45px;
	height: 207px;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

* html .clip{
	background-image: url(images/paperclip.gif);
	width: 287px;
	left: -45px;
	height: 207px;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

.clip span {
    display: block;
    position: absolute;
    top: 30%;
    left: 8px;
    width: 90%;
    margin: 10px 10px 10px 10px;
}
.clip span span {
    position: relative;
    top: -50%;
}


/*		EasyShop	*/
a.st .img{
width:100px;
height:110px;
margin-left: auto;
margin-right: auto;
}
a.st .img img{
width:100px;
height:110px;
margin-left: auto;
margin-right: auto;
}
a.st:hover .img{
width:100px;
height:110px;
overflow:visible;
visibility:hidden;
}
a.st:hover .img img{
visibility:visible;
position:absolute;
z-index:150;
}

.hidden_p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.items_about_tb td a:link, .items_about_tb td a:visited{
	color: black;
}

.about_td{
	width: 181px;
	background: url(images/glass.png) no-repeat center top;
	height: 181px;
	padding: 5px 15px 5px 15px;
	text-align: center;
}

.items_about_tb td{
	text-align: center;
}

.about_td:hover{
	width: 181px;
	background: url(images/glass_hover.png) no-repeat center top;
	height: 181px;
	z-index: 100;
}



