/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 
 
/* reset styling */
@import url(reset.css);
 
/* layout styling */
@import url(layout.css);

/* typography styling */
@import url(typography.css);

/* menu styling */
@import url(menus.css);

/* module styling */
@import url(modules.css);

/* Joomla core styling */
@import url(joomla.css);

/* Third party extensions styling */
@import url(extensions.css);

/* Third party extensions styling */
/* @import url(custom.css); */
a.detail{
				background:url(../images/detail.png);
				display:block;
				width:77px;
				height:30px;
				text-align:center;
				text-decoration:none;
				color:#ffffff !important;
				font-size:11px;
				font-family:arial;
				line-height:26px;
				font-weight:bold;
			}
			.downloadPd a{
				background:url(../images/download.png)no-repeat;
				display:block;
				width:80px;
				height:30px;
				text-align:center;
				text-decoration:none;
				color:#ffffff !important;
				font-size:11px;
				font-family:arial;
				line-height:26px;
				font-weight:bold;
			}
