/* @override 
	http://files.mangakailund.org/kousaimedia_v1/skin/main_stylesheet.css
	http://localhost/~mikaelmoutakis/kousaimedia/skin/main_stylesheet.css
	http://emem.lan/~mikaelmoutakis/kousaimedia/skin/main_stylesheet.css
	http://192.168.0.64/~mikaelmoutakis/kousaimedia/skin/main_stylesheet.css
*/

/* @group top elements */

* { margin: 0; padding: 0; outline: 0 }

body {
	background: #FFF0DB url(v2_bodybg.jpg) repeat;
	font: 78%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #555; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* @end */



/* @group headers */

h1, h2, h3,h4 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;	 	margin: 0;
	padding: 10px 10px 5px;	
}

h1 {
	font-size: 200%;	
	font-weight: normal;
	color: #006699;
}
h2 {
	font-size: 140%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 120%;
	color: #666666; 
}

h4{
	padding: 7px 7px 3px;
}
/* @end */

/* @group images */

/* @group image gallery */



#bigpicture #previouspicture, #bigpicture #nextpicture, #bigpicture #picturetitle {
	display: inline;
	width: 80px;
	color: white;
	line-height: 30px;
	text-align: center;
}

#bigpicture #picturetitle{
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	margin: 1px;
	background-color: #2f6faa;
}


/*#bigpicture #picturetitle{
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	margin: 1px;
	background-color: white;
	color: #2f6faa;
	border: 1px solid #2f6faa;
}*/
#bigpicture #nextpicture{
	/*float: right;*/
	background: url(v2_small_nav_right.png) no-repeat right;
	padding-right: 5px;
}
#bigpicture #previouspicture{
	/*float: left;*/
	background: url(v2_small_nav_left.png) no-repeat left;
	padding-left: 5px;
}

#main div.thumbnail_square_115px {
	width: 135px;
	height: 135px;
	display: inline-block;
	border-style: none;
	text-align: center;
	float: left;
	padding: 2px;
}

/*#main div.thumbnail_square_115px img {
	margin: 0;
	padding: 0;
	float: none;
}*/

/* @end */

img {
	background: #fdf7f0;
   border: 1px solid #c9c8f6;
	padding: 5px;
}
img.float-right {
  margin: 5px 0px 10px 10px;
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

img.no-border{
	border: none;
	background: none;
}

/* @end */

/* @group text blocks (p, ul etc) */

p {		
	margin: 0;
	padding: 1px 10px 5px 10px;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #fff0db;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #fff0db url(quote.gif) no-repeat 5px 5px;    
}

/* @end */
/* @group breadcrumb */



div#breadcrumb  {
	margin: 5px;
	background-color: #fff0db;
	padding: 7px;
	border: 1px solid #f2f2f2;
}

div#breadcrumb span{
	border-left: 2px solid #b7b6b8;
	padding-left: 5px;
}
/* @end */

/* @group table */

/*#main table {
	border-collapse: collapse;
	margin: 10px;	
}

#main th strong {
	color: #fff;
}
#main th {
	background: #6b8a1f;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
#main tr {
	height: 29px;
}
#main td {
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
#main td.first,th.first {
	border-left: 0px;
}
#main tr.row-a {
	background: #F8F8F8;
}
#main tr.row-b {
	background: #EFEFEF;
}*/

/* @end */

/* @group pagination */


.pageno{
	border: 1px solid #909ada;
	margin: 1px;
	padding: 3px 4px;
}

#pagination {
	line-height: 32px;
	font-size: 10px;
}
.currentpageno{
	border: 1px solid #363ea6;
	color: white;
	background-color: #363ea6;
	font-weight: bold;
	padding: 4px;
	margin: 1px;
}

/* @end */

/* @group mincal */

/* @group green */

#minical td.green_cal {
	background-color: #8dc747;
}

#minical td.green_cal span{
	color: white;
}

/* @end */

/* @group blue */

#minical td.blue_cal {
	background-color: #6faefb;
}

#minical td.blue_cal span{
	color: white;
}

/* @end */

/* @group red */

#minical td.red_cal {
	background-color: #de4fc1;
}

#minical td.red_cal span{
	color: white;
}

/* @end */

/* @group yellow */

#minical td.yellow_cal {
	background-color: #fcf637;
}

#minical td.yellow_cal span{
	color: #383838;
}

/* @end */

#minical table.cal_month_calendar{
	background-color: white;
	width: 100%;
	border-collapse: collapse;
	margin-top: 4px;
	margin-bottom: 8px;
	border: 1px solid #93BC0C;
}
#minical .cal_month_calendar th{
	background: #749421;
	text-align: center;

	font-weight: bold;
	border: 1px solid #93bc0c;
	color: #FFF;
}

#minical .cal_month_calendar tr{
	border-color: #93BC0C;
	height: 27px;
}

#minical .cal_month_calendar td{
	border: 1px solid #93BC0C;
	width: 13%;
	text-align: center;
}


#minical .cal_not_in_month{
	background: #e6e6e6;
}

#minical .cal_today{
	font-weight: bold;
	color: #646365;
}

#minical .cal_month_calendar a {
	width: 100%;
	height: 100%;
	display: block;
}

/* @group minical nav */

#minical #minical_navigation {
	clear: both;
	text-align: center;
}


#minical #minical_navigation a{
	color: #fefefb;
	font-weight: bold;
	background-color: #8b8b8b;
	display: inline-block;
	padding: 0 3px 2px;
	text-align: center;
	text-transform: lowercase;
	font-variant: small-caps;
}
#minical #minical_navigation .prev_month,#minical #minical_navigation .next_month{
	width: 78px;
}

#minical #minical_navigation .next_month{
	padding-right: 10px;
	float: none;
	background: url(v2_small_nav_right_grey.png) right top;
	position: relative;
}
#minical #minical_navigation .prev_month{
	float: none;
	background: url(v2_small_nav_left_grey.png) left top;
}

#minical #minical_navigation .yearlist{
	width: 66px;
	background: url(v2_small_nav_left_grey.png) center top;
	margin-right: 2px;
	margin-left: 2px;
}

/* @end */

/* @end */

/* @group calendar entries */

.calendarentry{
	border-top: 2px dashed #c2d3d7;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
}


/* @end */

/* @group form elements */

#content-wrap form {
	margin: 10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FFF0DB; 	
}

#main form dt {
	padding-top: 5px;
	padding-bottom: 5px;
}

#main form dt label {
	display: inline;
}

#main form dd.button {
	text-align: right;
}

#main form dd.myerrors {
	border: 4px dashed black;
	background-color: #fbfb4c;
	text-decoration: none;
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
	background-image: none;
}

#main form li {
	list-style-type: none;
	list-style-image: none;
}

#main form dd.help_text {
	padding: 5px 5px 5px 10px;
	font-size: 90%;
	font-style: italic;
}

#main form span.required {
	color: #de2f2a;
}

#main #id_body {
	width: 500px;
	height:300px;
}
#content-wrap label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
#content-wrap input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
#content-wrap textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
#content-wrap input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(button-bg.jpg) repeat-x 0 0;
	border: none;
}

/* @group comment_form */
#comment_form {
	background: #dffb80 url(v2_greenbubble_topleft.png) no-repeat left top;
	border-style: none;
	padding: 0;

	margin-left: 30px;
	margin-top: 30px;
	width: 450px;
	margin-bottom: 30px;
}

#comment_form form{
		background: url(v2_greenbubble_topright.png) no-repeat right top;
		margin: 0;
	border-style: none;
	padding: 10px;
}
#comment_form p.submit {
	text-align: right;
	margin-left: -5px;
}


#comment_form p.submit input {
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
	background-color: #93bc0c;
}

#comment_form form blockquote{
	background-color: white;
	background-image: none;
	padding: 10px;
}

#comment_form form input#submit.submit-post {
	color: white;
	background-color: #93bc0c;
}


#comment_form ul.errorlist{
	border-style: dashed;
	border-color: #bc352e;
	background-color: white;
	width: 369px;
	margin-left: 0;
}

#comment_form ul.errorlist li{
	list-style-type: none;
	list-style-image: none;
}

/* @end */

/* @group comments */
div.commentlist{
	border: none;
	margin-left: 30px;
	padding-left: 0;
	padding-right: 0;
	width: 450px;
}
div.commentlist div{
	list-style-position: inside;
	padding: 7px;
	z-index: 22;
}

/* @group odd comment row */
div.commentlist div.odd_commentrow{
	background: #dffb80 url(v2_greenbubble_topleft.png) no-repeat left top;
	padding: 0;
}

div.commentlist div.odd_commentrow span.user{
	display: block;
	background: url(v2_greenbubble_topright.png) no-repeat right top;
	padding-top: 11px;
	padding-left: 13px;
	margin: 0;
}
div.commentlist div.odd_commentrow span.submit_date{
	display: block;
	background: url(v2_greenbubble_bottomleft.png) no-repeat left bottom;
	padding-bottom: 0px;
	padding-left: 13px;
}
div.commentlist div.odd_commentrow span.comment_text{
	display: block;
	margin: 0;
	padding-left: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.commentlist div.odd_commentrow span.bottomrightcorner{
	background: url(v2_greenbubble_bottomright.png) no-repeat right bottom;
	padding-bottom: 14px;
	padding-left: 10px;
	display: block;
	margin-bottom: 0;
	margin: 0;
}

div.commentlist div.odd_commentrow a, div.commentlist div.odd_commentrow a:visited {
	background: none;
	}

/* @end */
div.commentlist span.user{
	font-weight: bold;
	color: #546c18;
}

div.commentlist span.comment_text{
	white-space: pre;
	margin-left: 10px;
}

div.commentlist span.submit_date{
	color: #5c9933;
}
/* @end */



/* @group contact form */

#id_message, #id_topic, #id_topic_menue, 
#id_email{
	width: 140px;
}

/* @end */

/* @group search */
#header #supermenu span.search{
	width: 184px;
}

#header #supermenu form {
	background-color: transparent;
	border: none;	
	margin: 0;	
	width: 100%;
}
#header #supermenu p { margin: 0; padding: 0; }
#header #supermenu input.textbox { 
	width: 117px;
	color: #000;	
	/*border: 1px solid #E5E5E5;*/
	vertical-align: top;
	margin-left: 13px;
	font-size: 11px;
	border-style: solid;
	background-color: #fdf1db;
	border-color: #f7baa6;
	margin-top: -2px;
	font-weight: bold;
	padding: 1px 2px;

}
#header #supermenu #searchbutton { 
	width: 29px;
	text-indent: -999px;
	vertical-align: top;
		margin-top: -2px;
	background: url(v2_menu_lemon_button.png) no-repeat;
	height: 23px;
	border-style: none;
	margin-left: 2px;
	list-style-image: none;
}

/* @end */

/* @end */

/* @group layout */

#gotofirstpage {
	height: 245px;
	display: block;
	width: 414px;
	background-image: none;
	background-color: transparent;
	text-indent: -999px;
}

#wrap {
	width: 909px;
	background: white url(v2_contentbg_2col.png) repeat-y center top;
	margin: 0 auto;
	text-align: left;
	height: auto;
}

/* @group conreg page */

/* @group tickets left */

.conregticketsleft {
	float: right;
	border: 2px none #d0d3cd;
	display: block;
	width: 144px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
	height: 100%;
	background: #dffb80 url(v2_greenbubble_topleft.png) no-repeat left top;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.conregticketsleft h3 {
	background: url(v2_greenbubble_topright.png) no-repeat right top;
	text-align: center;
	color: #446015;
	text-transform: lowercase;
	padding-top: 15px;
	padding-bottom: 6px;
}

.conregticketsleft img, .conregticketsleft p {
	background: url(v2_greenbubble_bottomleft.png) no-repeat left bottom;
	margin: 0;
	padding: 0 12px 15px;
}

.conregticketsleft span.bottomrightcorner {
	background: url(v2_greenbubble_bottomright.png) no-repeat right bottom;
	display: block;
	margin: 0;
}



/* @end */



/* @end */
#content-wrap {
	clear: both;
	width: 909px;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0;
}
#header {
	width: 909px;
	position: relative;
	height: 255px;
	background: white url(v2_headerbg.png) no-repeat center top;
	padding: 0;	
	color: #FFF;
	border-style: none;
	border-width: 0;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 44px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
	background: transparent;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 47px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 70px; left: 55px;		
}

/* @group supermenu */

/* supermenu */
#header #supermenu {
	clear: both;
	position: absolute;
	top: 110px; right: 12px;
	font-size: 10px;
	width: 355px;
	height: 24px;
	border-style: none;
	color: #000;
}

#header #supermenu span {
	background: none no-repeat;
	border-style: none;
	border-color: #3d51fa;
	margin-left: 0;
	margin-right: 0;
	font-size: 11px;
	opacity: 1;
	display: inline-block;
	width: 82px;
	float: left;
	text-align: center;
	height: 33px;
	padding-top: 5px;
	text-transform: capitalize;
}

#header #supermenu #first_supermenuitem{
	background: none no-repeat;
}

#header #supermenu span#last_supermenuitem{
	background: none no-repeat;
	width: 180px;
}


#header #supermenu a {
	background: none;
	color: black;
	font-weight: bold;
	border-style: none;
	width: auto;
	height: auto;
	padding: 0;
	text-decoration: none;
}

#header #supermenu a:hover {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #59a33d;
}

/* @end */

/* @group mainmenu */

/*MainMenu*/
#header #mainmenu {
	clear: both;
	margin: 0 auto; padding: 0;
	height: 102px;
	width: 450px;
	border: none black 1px;
	position: absolute;
	bottom: 0px; right: 15px;	
}

#header #mainmenu ul{
	float: right;
	list-style: none;
	margin: 0; padding: 0;
}

#header #mainmenu ul li{
	display: inline;
}

#header #mainmenu ul li a{
	display: inline-block;
	float: left;
	text-decoration: none;
	height: 102px ;
	width: 71px;
	padding: 0;
	text-align: center;
	color: black;
	font-weight: bold;

}

#header #mainmenu ul li a.newsbutton{
	background: url(v2_menu_news.png) no-repeat;
	padding-left: 0;
}

#header #mainmenu ul li a.imgbutton{
	background: url(v2_menu_img.png) no-repeat;
}

#header #mainmenu ul li a.calendarbutton{
	background: url(v2_menu_help.png) no-repeat;
}

#header #mainmenu ul li a.shopbutton{
	background: url(v2_menu_shop.png) no-repeat;
}

#header #mainmenu ul li a.memberbutton{
	background: url(v2_menu_member.png) no-repeat;
}

#header #mainmenu ul li a.helpbutton{
	background: url(v2_menu_help.png) no-repeat;
}

#header #mainmenu ul li a:hover,#header #mainmenu ul li a#current{
	background-position: -71px 0;
}

#header #mainmenu ul li a:hover {
	font-weight: normal;
	font-style: normal;
}

#header #mainmenu ul li a span {
	position: relative;
	text-align: center;
	bottom: -80px;
	margin: 0;
	border-style: none;
	display: inline;
	width: 100%;
}

/*#header #mainmenu ul li a span  {
	background-image: url(v2_supermenu_last.png);
	width: 20px;
	height: 20px;
	border-style: none;
	padding: 10px;
}*/

/* @end */

/* @group submenu */

/* SubMenu */
#submenu {
	clear: both;
	background: url(v2_submenubg.png) repeat-x 0 bottom;	
	font: bold 95% Verdana, Arial, Tahoma, Sans-serif;
	height: 24px;
	width: 909px;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
}
#submenu ul {
	float: right;
	list-style: none;
	margin-right: 20px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
#submenu ul li {
	display: inline;
}
#submenu ul li a {
	display: block;
	float: left;
	color: black;	
	text-decoration: none;
	/*margin-top: -9px;*/
	text-transform: uppercase;
	padding: 0 20px 0 5px;
}
#submenu ul li.last a {
	padding-right: 25px;	
}
#submenu ul li a:hover {
	color: #D23C35;
	font-weight: normal;
	font-style: normal;
}
#submenu ul li#currentsubmenuitem a, div#header-links #currenttoplink {	
	color: #D23C35;
}

/* @end */

/* @group main */

/* @group buttons */

/* @group  green medium button */
#main .buttonholder{
	overflow: hidden;
    width: 100%;

}

#main a.green_medium_button {
    background: transparent url('v2_medium_button_green_left.png') no-repeat scroll top left;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 0;  /*sliding doors padding*/ 
    text-decoration: none;
}

#main a.green_medium_button span {
    background: transparent url('v2_medium_button_green_right.png') no-repeat top right;
    display: block;
    line-height: 14px;
    padding: 5px 18px;
} 

#main a.green_medium_button:active {
    background-position: bottom left;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

#main a.green_medium_button:active span {
    background-position: bottom right;
    padding: 6px 19px 4px 18px; /* push text down 1px */
} 


/* @end */



/* @end */

/* @group conreg invoice */

#main #invoice_left_col {
	float: left;
	width: 43%;
}

#main #invoice_right_col {
	width: 43%;
	float: right;
}

#main #invoice_right_col form,#main #invoice_right_col input,#main #invoice_right_col form img {
	background-color: white;
	border-style: none;
}



/* @end */

/* Main Column */
#main {
	float: left;
	width: 61%; 
	margin: 0;
	display: inline;
	padding: 0 0 0 30px;
	border-style: none;
}

#main #previouseventlist {
	font-size: 140%;
	line-height: 120%;
}
#main h2 {
	margin-top: 10px;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #88ac0b; 
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(square-green.png) no-repeat 3px 50%;	
	text-transform: none;
}
#main h2 a {
	background: none;
	color: #88ac0b;
	text-decoration: none;
}

#main ul li {
	list-style-image: url(bullet.gif);
}

#main img {
	max-width: 500px;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 10px 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* @group admin links */

#main div.admin_links {
	clear: both;
	display: block;
	text-align: right;
	margin: 0;
	padding: 1px 10px 5px 10px;
}



/* @end */

/* @end */

/* @group sidebar and footer */

/* Sidebar */
#becomememberbutton{
	margin: 0;
	padding: 0;
	border-style: none;
	background: none;
}	
#sidebar {
	float: right;
	width: 29%;	
	color: #68774A;
	border-style: none;
	margin: 0;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #728D26;	
}

/* @group sidemenu */

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	/*background: url(dots.jpg) repeat-x left top;*/
}
#sidebar ul.sidemenu li {
	list-style: none;
	/*background: url(dots.jpg) repeat-x left bottom;*/
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	color: #68774A;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }

/* @end */

/* @group footer */

/* Footer */	
#footer {
	color: #C6DDEE;
	background: white url(v2_footerbg.png) no-repeat center top;
	clear: both;
	width: 909px;
	height: 31px;
	text-align: center;	
	font-size: 92%;
	padding-top: 15px;
	padding-bottom: 20px;
}

#footer p {
	font-size: 110%;
	color: #d23c35;
}
#footer a { 
	color: #8a2722;
	text-decoration: none; 
}

#footer #creators {
	float: right;
	margin-right: 22px;
}

#footer #bugtracker {
	float: left;
	margin-left: 22px;
}

/* @end */

/* @end */

/* @end */

/* @group alignment class */

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }

/* @end */

/* @group misc display */

/* display and additional classes */
.clear { clear: both; }

#flashdiv{
	background: url(../flash/flashintro.001.jpg) no-repeat;
	width: 500px;
	height: 300px;
}

.icon{
	float: left;
	margin: 2px;
	padding: 0;
	border-style: none;
	background: none;
}

#id_description{
	width: 475px;
}

.done_item {
	font-weight: bold;
}

/* @end */


