/* @group General Styles */

body {
	font-size: 80%;
	line-height: 1.5em;
	font-family: "Helvetica Neue", Geneva, Arial, sans-serif;
	text-align: center;
	color: #000;
	margin: 0 auto;
}

p {
	padding-left: 20px;
	padding-right: 20px;
}

b, strong {
	font-weight: bold;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
}

img {
	border: none;
}

.image-left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.image-right {
	float: right;
	margin-right: 1em;
	margin-bottom: 1em;
}
	
/* @end */

/* @group Layout */
#overlaybg{
	width: 100%;
	height: 240px;
	position: relative;
	top: -14px;
	border-bottom: 3px solid #7c7c7c;
}

.clearer {
	clear: both;
}
#headwrap{
	height: 160px;
	width: 880px;
	z-index: 1000;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}



.pageHeader {
	position: relative;
	z-index: 10;
	text-align: left;
	margin-left: 16px;
	margin-top: 1px;
}

.pageHeader img {
}


.pageHeader h1 {
	font-size: 32px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 0;
}

.pageHeader h2 {
	padding: 0px 0 0 10px;
	font-size: 14px;
	margin-top: -6px;
	letter-spacing: 1px;
}
.header {
	
	width: 470px;
	height: 170px;
	z-index: 999;
	position: absolute;
	top: 80px;
}
.header .image1 {
	width: 437px;
	height: 139px;
	position: relative;
	top: 8px;
	left: 19px;
	float: left;
	border: 1px solid #cbfd2f;
}

#content a:link, #content a:visited {
}

#content a:hover, #content a:active {
}

.wrapper{
	width: 880px;
	margin: 50px auto 40px;
	border: 1px solid #e8e8e8;
	background-color: #fff;
}
#contentContainer {
	text-align: left;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-left: auto;
	margin-right: auto;
	
}
.contenttop{
}
.contentbottom{
}

#contentContainer #content {
	margin-bottom: 0px;
	margin-left: 260px;
	margin-right: 20px;
}

#sidebarContainer {
	float: left;
	width: 230px;
	padding-left: 10px;
	font-size: 1em;
	line-height: 1.4em;
}

#sidebarContainer #sidebar {
	padding: 4px;
	margin-bottom: 20px;
	margin-top: -15px;
}

#sidebarContainer .sideHeader {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
	
/* @end */

/* @group Bottom / Footer */

#bottom{
	border-top-style: solid;
	border-top-width: 3px;
	width: 100%;
	margin-bottom: -10px;
	background: url(images/navgrad.png) no-repeat;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

#footer p {
	color: #fff;
	text-align: center;
}

#footer a:link, #footer a:visited {
	padding: 0 3px;
	color: #3a3a3a;
}

#footer a:hover, #footer a:active {
	color: #342913;
	
}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: center;
}

#breadcrumbcontainer ul {
	display: inline;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	display: inline;
	height: 20px;
	line-height: 20px;
	color: #fff;
}

#breadcrumbcontainer a:hover {
}
	
/* @end */



/* @group Toolbar */

/* Toolbar Styles */

#navwrapper{
	width: 100%;
	background: url(images/navgrad2.png) no-repeat 0 bottom;
	height: 45px;
}
#navcontainer  {
	height: 34px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 999;
	top: 0px;
}

#navcontainer  .current {
	color: #106597;
	background-color: #164272;
}

#navcontainer  .current:hover {
}

#navcontainer  .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer  ul{
	text-align: left;
	left: -40px;
	position: relative;
}

#navcontainer  li {
	display: block;
	float: left;
}

#navcontainer  a {
	display: block;
	padding: 16px 7px 10px;
	font-weight: bold;
	color: #fff;
	background-color: #0c0c0c;
	margin-right: 2px;
	position: relative;
	left: 0;
	text-align: left;
}

#navcontainer  a:hover {
	color: #e1e095;
	background-color: #1d1d1d;
}

#navcontainer  a:active {
	color: #1598ca;
}


/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
#navcontainer ul ul {
	display: none;
}

#navcontainer ul ul li {
	display: none;
}

#navcontainer ul ul a {
	display: none;
}

#navcontainer ul ul a:hover {
}

#navcontainer ul ul .current{
}


/* Child Level 3 */

#navcontainer ul ul ul {
	
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{
display:none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{
display:block;
}
/* @group Sub-Nav */




#sub_navcontainer {
	position: relative;
	top: 0;
	font-size: 1em;
	text-align: left;
	margin-bottom: 24px;
	margin-left: 0;
	margin-right: 1px;
}

/* Parent - Level 0 */

#sub_navcontainer ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#sub_navcontainer ul li { /*hides the top level*/
	position: relative;
	display: inline;
	margin: 0;
	padding: 0;
}

#sub_navcontainer ul li a { /*hides the top level*/
	display: none;
}

/* Child - Level 1 */

#sub_navcontainer ul ul {
	display: block;
	margin-bottom: 10px;
}

#sub_navcontainer ul ul li {
}

#sub_navcontainer ul ul li a {
	display: block;
	padding-left: 10px;
	line-height: 25px;
	margin-top: 1px;
	height: 22px;
}

/* Child Level 2 */

#sub_navcontainer ul ul ul {
	border-top: none;
	margin-bottom: 0;
}
#sub_navcontainer ul ul ul li a {
	background-color: transparent;
	border-bottom: none;
}
#sub_navcontainer ul ul ul li a:hover {
	background-color: transparent;
}
#sub_navcontainer ul ul ul a.current{
	background-color: transparent;
}

#sub_navcontainer ul ul ul li a {
	padding: 0 0 0 40px;
}

/* Child Level 3 */

#sub_navcontainer ul ul ul ul li a {
	padding: 0 0 0 80px;
}

/* @end */

/* @end */

/* @group Global Classes */

blockquote, .standout {
}

pre {
	white-space: pre;
}

code {
	border-width: 1px;
	border-style: solid;
	overflow: scroll;
	display: block;
	background: url(images/general/code-bg.png) repeat left top;
	font-family: "Courier New", Courier, mono;
	margin: 18px 0;
	padding-left: 9px;
	padding-right: 18px;
	white-space: pre;
}

abbr {
	cursor: help;
	border-bottom: dotted 1px;
}

acronym {
	cursor: help;
	border-bottom: dotted 1px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 1em;
}

#content h1, h2, h3, h4, h5, h6, dt {
	color: #000000;
	font-weight: bold;
}

h1 {
	font-size: 2em;  /* 36px */ 
	line-height: 1.5em;  /* 36px */
}

h2 {
	font-size: 1.8em; /* 18px */
	line-height: 2em;	
}

h3 {
	font-size: 1.4em;
	line-height: 1.5em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.5em;
}

h5 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: lighter;
}

h6 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: lighter;
}

dl {
	margin-left: 20px;
}

dt {
	font-size: 1.2em;
	margin-bottom: 0.2em;
}

dd {
	margin-left: 10px;
	margin-bottom: 1em;
}

.imageStyle {
}

/* Main content area unordered list styles */

#contentContainer #content ul, #contentContainer #content ol {
	overflow: hidden;
	
}

#contentContainer #content li {
}

ul.disc {
}

ul.circle {
}

ul.square {
}

ol.arabic-numbers {
}

ol.upper-alpha {
}

ol.lower-alpha {
}

ol.upper-roman {
}

ol.lower-roman {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
}
/* @end */

/* @group Blog */


/* @group Tag Cloud */


ul.blog-tag-cloud {
	margin: 30px 0 0 0;
	padding-top: 30px;
	border-top: 1px solid;
	padding-left: 0;
}

ul.blog-tag-cloud:before {
	content: "Tag cloud:";
	display: block;
	margin-bottom: 5px;
	font-size: 1.1em;
	margin-top: 10px;
}

ul.blog-tag-cloud li {
	display: inline;
	margin: 0 1px 0 0;
	padding: 0;
}
#sidebarContainer #sidebar ul.blog-tag-cloud li{
	margin-left: 1px;
}
 ul.blog-tag-cloud li{
	margin-left: -20px;
	
}
ul.blog-tag-cloud li a:after {
	content: ", ";
}

ul.blog-tag-cloud li a {
}

ul.blog-tag-cloud li a:hover {
	text-decoration: underline;
}

.blog-tag-size-1 {	
	font-size: 0.6em;
}

.blog-tag-size-2 {	
	font-size: 0.65em;
}

.blog-tag-size-3 {	
	font-size: 0.7em;
}

.blog-tag-size-4 {	
	font-size: 0.75em;
}

.blog-tag-size-5 {	
	font-size: .8em;
}

.blog-tag-size-6 {	
	font-size: 0.85em;
}

.blog-tag-size-7 {	
	font-size: 0.9em;
}

.blog-tag-size-8 {	
	font-size: 0.95em;
}

.blog-tag-size-9 {	
	font-size: 1.0em;
}

.blog-tag-size-10 {	
	font-size: 1.05em;
}

.blog-tag-size-11 {	
	font-size: 1.1em;
}

.blog-tag-size-12 {	
	font-size: 1.15em;
}

.blog-tag-size-13 {
	font-size: 1.2em;
}

.blog-tag-size-14 {	
	font-size: 1.25em;
}

.blog-tag-size-15 {
	font-size: 1.3em;
}

.blog-tag-size-16 {	
	font-size: 1.35em;
}

.blog-tag-size-17 {	
	font-size: 1.4em;
}

.blog-tag-size-18 {	
	font-size: 1.45em;
}

.blog-tag-size-19 {
	font-size: 1.5em;
}

.blog-tag-size-20 {	
	font-size: 1.55em;
}

/* @end */
/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {

}

.blog-archive-headings-wrapper {

}

.blog-archive-entries-wrapper {

}

.blog-archive-entries-wrapper .blog-entry {

}

.blog-archive-month {
	font-size: 2em;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid;
}

.blog-archive-link {
	margin: 10px;
}

.blog-archive-link a:link, .blog-archive-link a:visited {

}

/* @end */

.blog-entry {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
	margin-top: 10px;
}


.blog-entry-title {
	font-size: 1.4em;
	margin: 0 0 5px;
	font-weight: normal;
}

.blog-entry-title a:link {
	text-decoration: none;
	color: #383838;
}

.blog-entry-date {
	color: #414141;
	margin-bottom: 15px;
	padding-left: 6px;
	font-size: .9em;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.blog-entry-body {
}

.blog-entry-comments {
	margin-top: 10px;
}

/*styles the category link in the main entry */
.blog-entry-category {
	padding-left: 6px;
	margin-left: 2px;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	color: #414141;
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
	padding-left: 6px;
	margin-left: 2px;
	color: #6b091c;
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
	color: #50071e;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
	text-decoration: none;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
	text-decoration: none;
	margin-top: 14px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}

.blog-rss-link {
	background: url(images/rss_icon.gif) no-repeat left center;
	padding-left: 16px;
	text-decoration: none;
}

.blog-comments-rss-link {
	background: url(images/rss_icon.gif) no-repeat left center;
	padding-left: 16px;
}

/* Comment links */
a.blog-comment-link {
	background: no-repeat left center url(images/comments.png);
	padding-left: 16px;
	margin-right: 5px;
}
.blog-entry-comments {
	background: url(images/comments.png) no-repeat left center;
	text-indent: 38px;
}
/* Trackback links */
a.blog-trackback-link {
	background: url(images/trackback.png) no-repeat left center;
	padding-left: 16px;
}




/* @end */
/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	letter-spacing: 1px;
	margin-bottom: 5px;
	font-style: normal;
	font-size: 2em;
	margin-top: 20px;
}

.album-description {
	font-size: 0.9em;
	margin-bottom: 75px;
	padding-bottom: 10px;
	
}


.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 14px;
}

.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
	background: transparent;
}

.thumbnail-frame img {
	margin: auto;
	border: 1px outset #515b6a;
}

.thumbnail-caption {
	color: #373737;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/* @end */

/* @group EXIF data */
.exif-data {

	background: #000 url(images/efix.jpg) no-repeat left top;
	clear: left;
	margin: 9px 0 0 8px;
	float: left;
	width: 200px;
	padding: 52px 4px 5px 6px;
	position: absolute;
	top: 180px;
	left: 1px;
}

.exif-data p {
	color: #d5d5d5;
	text-align: left;
	padding-left: 17px;
	border-bottom: 1px solid #2f2f2f;
	font-size: 14px;
	line-height: 14px;
	padding-bottom: 10px;
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

/* icon */

p.exif-focal-length {
	
}

/* icon */

p.exif-dimensions {
	
}

/* icon */

p.exif-pixel-y-dimension {
	}

/* icon */

p.exif-pixel-x-dimension {
	
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

/* icon */

p.exif-shutter-speed {
	
}

/* icon */

p.exif-datetime-original {
	
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

/* icon */

p.exif-exposure-time {
	
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
	
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

/* icon */

p.exif-image-uniqueid {
	
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

/* icon */

p.exif-aperture {
	
}

p.exif-sharpness {
}

p.exif-exposure-program {
	
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

/* icon */

p.exif-35mm-focal-length {
}

/* icon */

p.exif-datetime-digitized {
	
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

/* icon */

p.exif-max-aperture {
	
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
	
}

p.exif-focalplane-y-resolution {
}

/* icon */

p.exif-iso-rating {
	
}

/* icon */

p.exif-maker-note {
	
}

p.exif-digital-zoom-ratio {
}

/* icon */

p.exif-user-comment {
	
}/* @end */

/* @group Single Page (Photo view) */

.photo-navigation a:link, .photo-navigation a:visited {
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

/* color title image below */

.photo-caption {
	font-style: italic;
	color: #000000;
	padding: 0px;
	margin-top: 7px;
}

.photo-links {
	color: #000000;
	margin-bottom: 6px;
}

.photo-links a {

}

.photo-links a:hover, .photo-links a:active {

}.photo-navigation a:hover {	text-decoration: underline;
	color: #000000;
}

/* new_elemens */

html > body .photo-background {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
html .photo-background{
}
html > body .photo-navigation {
}.photo-background {
}

.photo-navigation {
	margin-bottom: 35px;
}

.photo-links {
	margin: 0;
	color: #fff;
}

.photo-navigation a:link, .photo-navigation a:visited {
	color: #000000;
}

.photo-navigation a:hover {

}

.photo-frame{
	padding: 1px;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	margin-top: 28px;
}

.photo-title {
	margin: 40px 0 0;
	color: #000000;
	font-size: 2.2em;
}

.photo-caption {
	margin: 12px 0 10px;
	color: #000000;
	font-size: 1.1em;
}

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {
}

.movie-frame {
	text-align: center;
	margin-bottom: 2em;
}
	
/* @end */



/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 1em;
	font-size: 2em;
}.movie-page-description {
	margin-bottom: 1em;
}.movie-thumbnail-frame {
	border: 1px solid #999;
	width:99%;
	padding: 8px;
	margin: 0 auto 1em;
	display: block;
	overflow: hidden;
}.movie-thumbnail-frame a img {float:left;margin-right: 8px;}

.movie-thumbnail-frame:hover {
	border: 1px solid #0091f1;
}

.movie-thumbnail-caption {
	float: left;
	width: 70%;
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
}

.movie-title {
	font-size: 1.4em;
	font-weight: bold;
}

.movie-frame {
	text-align: center;
	margin: 16px;
}
	
/* @end */


/* @end */


/* @group Contact Form */

form {
	margin-bottom: 1em;
	width: 600px;
}

form h4.billinginfo {
	margin-bottom: 0; 
}

.message-text {
} 

.required-text {
	color: blue;
	width: 90%;
}

form label{
	color: #000;
}

.form-input-field {
	width: 90%;
} 

.form-input-button {
	width: 45%;
} 
/* @end */

/* @group Up2Five */

/*Up2five*/

.column { float: left; }
.one { width: 100%; }
.two { width: 50%; }
.three { width: 33%; }
.four { width: 25%; }
.five { width: 20%; }
.two3rds { width: 66%; }
.three4ths { width: 75%; }
.four5ths { width: 80%; }
.column .content { width: 96% ! important; margin: 0 auto; padding: 0 ! important; float: none ! important;}


/* @end */


/* @group Logo */

#logo{
	position: absolute;
	top: 10px;
	right: 30px;
	width: 200px;
	height: 100px;
}

/* @end */

/* @group Searchbox */



#searchBox {
	display: none;
	position: absolute;
	top: 10px;
	right: 200px;
	height: 35px;
	float: right;
	width: 300px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#searchBox fieldset {
	display: block;
	border: none;
	margin: 0;
	padding: 0;
}

#searchBox input {
	background-color: #212121;
	border: 1px solid #4e4e4e;
	color: #ffffff;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	height: auto;
	margin: 0;
	padding: 1px 3px;
	z-index: 1;
}

/* @end */

/* @group ExtraContent */

#extraContainer1{
	width: 421px;
	height: 127px;
	text-align: left;
	font: 1.2em/1.4em Myriad, "Myriad Roman" , "Myriad Pro" , "Myriad Web", "Lucida Grande", Lucida, Tahoma, Arial, Verdana, sans-serif;
	overflow: hidden;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 0;
}
#extraContainer1 p{
	margin-left: 5px;
}

/* @group EC2 */
.Xtra2{
	margin-bottom: 10px;
	font-size: 1.1em;
	line-height: 1.4em;
	}
#extraContainer2{
	padding-bottom: 10px;
	padding: 10px;
	text-align: left;
}
#extraContainer2 .box li {
	margin-left: -15px;
}
/* @end */
#extraContainer1 blockquote{
	font-size: 20px;
	font-style: italic;
	margin-right: 4px;
	margin-left: 4px;
	line-height: 1.1em;
	margin-top: 8px;
}

/* @group EC4 */

.Xtra4{
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 10px;
}
.Xtra4 h1{
	font-size: 1.6em;
}
.Xtra4 h2{
	font-size: 1.4em;
}
.Xtra4 h3{
	font-size: 1.2em;
}
.Xtra4 h4{
	font-size: 1.1em;
}
.Xtra4 h5{
	font-size: 1em;
}
.Xtra4 h6{
	font-size: .9em;
}
#extraContainer4 #title{
	font-size: 1.4em;
	margin-left: 20px;
	margin-bottom: -20px;
}

#bottom #footer .Xtra4 #extraContainer4 p{
	text-align: left;
}

#extraContainer4 .column ul li {
	border-bottom: 1px solid #fff;
	list-style-type: none;
	padding-left: 1px;
}



/* @end */



/* @end */

/* @group File Sharing */

.filesharing-description {
	
}

.filesharing-item {
	margin-bottom: 15px;
	padding: 7px;
}
.filesharing-item-title{
	background: url(images/icons/dload.png) no-repeat left center;
	padding-left: 44px;
	font-size: 1.4em;
	letter-spacing: 1px;
	font-style: normal;
	padding-top: 4px;
}
.filesharing-item-title a:link {
	
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
	margin-top: 4px;
	margin-bottom: 4px;
}

/* @end */