/***********************************************/
/* main.css                                    */
/* nasa-lekarna.si                             */
/***********************************************/

/* LINKS: #007290
/* BODY: #323232

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	color: #323232;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	line-height: 1.25em;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

p{
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

fieldset{
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin: 0px;
}
legend{
	padding: 5px;
	font-weight: bold;
}

a {
	text-decoration: underline;
	color: #007290;
}

a:link{
	text-decoration: underline;
}

a:visited{
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

a:active{
	text-decoration: none;
}

h1{
	margin: 0px;
	font-size: 1.25em;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 1.4em;
}

h2{
	margin: 0px;
	font-size: 1.166667em;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
}


h3{
	margin: 0px;
	font-size: 1.166667em;
	color: #666666;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
ul{
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
li{
	margin: 0px;
	padding: 0px;
}
form{
	margin: 0;
	padding: 0;
}
img {
	behavior: url(iepngfix/iepngfix.htc);
}
a img{
	border: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#frame{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

#mainhead{
	font-size: 12px;
	padding: 0px;
	width: 960px;
	margin: 0 auto;
}
#mainheadwrap{
	background-image: url(images/head_bg.gif);
	background-repeat: repeat;
}
#navwrap{
	padding: 0px;
	background-color: #00c0f3;
	z-index:1;
}
#mainbody{
	margin: 0 auto;
	width: 960px;
}
#mainfoot{

	background-image: url(images/head_bg.gif);
	background-repeat: repeat;
}


/***********************************************/
/* Head styles                                */
/***********************************************/

#headleft{
	width: 381px;
	float: left;
}
#headright{
	width: 550px;
	float: right;
	text-align: right;
}

#sys_nav {
	font-size: 0.916667em;
	color: #999999;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	z-index: 100;
}
#sys_nav img{
	vertical-align: middle;
}
#sys_nav a{
	text-decoration: underline;
	color: #007290;
}
#sys_nav a:link{
	text-decoration: underline;
	color: #007290;
}
#sys_nav a:visited{
	text-decoration: underline;
	color: #007290;
}
#sys_nav a:hover{
	text-decoration: none;
	color: #007290;
}

#search {
	width: 176px;
	float: right;
	margin-top: 14px;
	padding-top: 20px;
	padding-left: 33px;
	padding-right: 18px;
	padding-bottom: 16px;
	background-image: url(images/search_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#search .form_bg {
	font-size: 0.9em;
	background-image: url(images/form_bg.gif);
	background-position: left top;
	height: 16px;
	width: 130px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 5px;
	float:left;
	display:inline;
}
#search input[type=image] {
	float:left;
	display:inline;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
}

#nav {
	height: 17px;
	margin: 0 auto;
	width: 960px;
}
#menu{
	margin: 0 auto;
	width: 910px;
	font-size: 1.25em;
	color: #ffffff;
	height: 18px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 40px;
	background-image: url(images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	text-transform: uppercase;
}
#menu ul{
	padding: 0px;
}
#menu li{
	text-decoration: none;
	display: inline;
	list-style-type: none;
}
#menu li a{
	text-decoration: none;
	color: #ffffff;
	padding-right: 35px;
}
#menu li a:link{
	text-decoration: none;
	color: #ffffff;
}
#menu li a:visited{
	text-decoration: none;
	color: #ffffff;
}
#menu li a:hover{
	text-decoration: none;
	color: #00c0f3;
}


/***********************************************/
/* Other styles                                */
/***********************************************/

#pathholder {
	padding-left: 40px;
}

#content {
	padding-top: 20px;
	padding-bottom: 20px;
}

#content ul {
	margin-top: 10px;
	list-style-type:none;
}
#content ul li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#content h1{
	font-size: 1.25em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#subpagewrap {
	padding-left: 40px;
	font-size: 1.083333em;
	line-height: 1.615385em;
	margin-bottom: 40px;
}

#subpagewrap h1 {
	font-size: 1.833333em;
	line-height: 1.254545em;
	font-weight: bold;
	color: #73a534;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}
#subpagewrap h2 {
	color: #007290;
	padding-top: 15px;
	padding-bottom: 5px;
}
#content #subpagewrap ul li {
	background-repeat: no-repeat;
	background-position: left 0;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
	list-style-type: disc;
}
#contentright {
	width: 300px;
	float:right;
}
#contentright ul li {
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 0 em;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	padding-left: 25px;
	padding-bottom: 10px;
}
#contentright a {
	color: #007290;
}
#contentright .csc-textpic-text {
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 25px;
}
#contentright .csc-textpic-text h3{
	font-size: 9px;
	font-weight: bold;
	color: #00c0f3;
	font-size: 1.16667em;
	text-transform: uppercase;
}
#contentrighttitle {
	height:23px;
	font-size: 1.41667em;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/contentrighttitle_bg.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 25px;
}
#contentrightbody {
	background-image: url(images/contentrightbody_bg.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-position: left bottom;
}
#contentleft {
	float:left;
	width: 640px;
	padding-right: 20px;
}
/* #contentleft ul {
	padding: 0;
	margin-top: 0.5em;
	margin-right: 0.2em;
	margin-bottom: 0.3em;
	margin-left: 0em;
	list-style-type: none;
}

#contentleft ul li {
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 0 em;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	padding-left: 25px;
	padding-bottom: 10px;
}*/
#indexleft {
	float:left;
	width: 311px;
}
#indexright {
	width: 302px;
	float:right;
	padding-left:24px;
}
#indexrighttitle {
	height:23px;
	font-size: 1.41667em;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/indexrighttitle_bg.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 25px;
}
#indexrightbody {
	background-image: url(images/indexrightbody_bg.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 25px;
	background-position: left bottom;
}
#indexrightbody ul {
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin:0px;
	list-style-type: none;
	padding-top: 12px;
	padding-right: 20px;
}
#indexrightbody ul li{
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 14px;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	padding-left: 25px;
	padding-bottom: 10px;
}
#front_issue{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
#indexright ul {
	padding: 0;                 /* for browser compatibility */
	margin-top: 0.5em;
	margin-right: 0.2em;
	margin-bottom: 0.3em;
	margin-left: 0em;
	list-style-type: none;
}
/* all 'li' elements within a 'ul' element within any element of class 'categories' */
#indexright ul li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 0 em;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	padding-left: 25px;
	padding-bottom: 10px;
}
#indexright .subtitle {
	font-weight: bold;
	color: #9b9b9b;
}
#indexrightbody h1 {
	color: #323232;
	font-weight: bold;
	font-size: 1.333333em;
	line-height: 1.1em;
	padding:0px;
	padding-top:2px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
}
.more {
	width: 254px;
	padding-left: 25px;
}
.more a {
	font-weight:bold;
}
#free_issue {
	font-size:0.7em;
	padding-left: 27px;
	padding-top: 15px;
	padding-bottom: 20px;
}
#free_issue a {
	font-weight:bold;
	line-height: 1.8em;
}
#new_issue a{
	font-size:1.33333em;
	font-weight:bold;
	line-height:1.3125em;
}

#last_number {
	width: 254px;
	padding-left: 25px;
}
#lnt {
	background-image: url(images/indexlt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #DDDDDD;
	height: 20px;
}
#issue {
	background-color: #DDDDDD;
	text-align: center;
}
#lnb {
	background-image: url(images/indexlb.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #DDDDDD;
	height: 20px;
}

#contentleftbottom {
	margin-top:10px;
	padding-top: 10px;
	line-height: 1.8em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f3f3f3;
}
#contentleftbottomleft{
	float: left;
	width: 275px;
	padding: 15px;
	margin-bottom: 15px;
	height: 76px;
	background-image: url(images/contentleftbottomleft_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	font-weight:bold;
}
.floatleft {
	float:left;
	width: 130px;
	padding-right:0px;
}
.floatissue{
	float:left;
	width: 54px;
	padding-left: 18px;
}

#articles {
	padding-bottom:24px;
}

#articles h1 {
	height:29px;
	font-size: 1.41667em;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/contentrighttitle_bg.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 15px;
	padding-left: 20px;
}
#articles ul {
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin:0px;
	list-style-type: none;
	background-image: url(images/contentrightbody_bg.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 25px;
	background-position: left bottom;
}
#articles ul li{
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 0 em;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	padding-left: 25px;
	padding-bottom: 10px;
	font-size:1.33333em;
	font-weight:bold;
	line-height:1.3125em;
}

/********ads********/
#ad_main {
	text-align:center;
}
#ad_main img, #ad_main object, #ad_main embed{
	margin-top:20px;
	display:block;
	margin-left:115px;
}
#ad_middle {
	margin-bottom:24px;
}
#ad_right {
	text-align: center;
}

#ad_right h1 {
	font-size: 0.86em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: right;
	font-weight: normal;
}
#ad_partner1{
	text-align: center;
	padding-bottom:24px;
	padding-top:24px;
}
.adzone_C {
	text-align:center !important;
	padding-bottom:20px !important;
}
.adzone_C img, .adzone_C object{
	margin-top:25px;
	margin-bottom:25px;
	display:block;
}
/********ads********/
#signpost {
}
#signpost img, #signpost object{
	margin-bottom: 20px;
	margin-top:24px;
}
#signpostbody {
	padding:40px;
}
.signposttitle{
	font-size: 9px;
	font-weight: bold;
	color: #00c0f3;
	font-size: 1.16667em;
	text-transform: uppercase;
}
.signpostelement{
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;

}
#signpost h2{
	color: #323232;
	padding-top:20px;
	margin:0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#signpost a{
	font-size: 1.1em;
	line-height: 1.75em;
}
#adpartner1{
	padding-top:20px;
}
#submenu{
	font-size: 1.1em;
	line-height: 1.5em;
	color: #000000;
	padding: 10px;
	width: 100px;
	float: right;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #fbfbfb;
	font-weight: bold;
}
#submenu ul li{
	margin:0px;
}
#submenu ul li{
	list-style-type: none;
	padding-bottom: 5px;
}
#submenu ul li ul li{
	list-style-type: circle;
	padding-left:0px;
	font-weight: normal;
}
#submenu a{
	text-decoration: none;
	color: #333333;
}
#submenu a:link{
	text-decoration: none;
	color: #333333;
}
#submenu a:visited{
	color: #333333;
}
#submenu a:hover{
	color: #007290;
}
#submenu a.sel{
	color: #007290;
}
#submenu a:link.sel{
	color: #007290;
}
#submenu a:visited.sel{
	color: #007290;
}
#submenu a:hover.sel{
	color: #007290;
}

.commentleft{
	float:left;
	width:160px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-right: 10px;
	padding-right:20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: right;
}
.commentright{
	padding: 10px;
	float:left;
	width:330px;
}
.date{
	padding-top: 5px;
	font-size: 0.8em;
	color: #999999;
}
#comment .form_bg {
	font-size: 0.9em;
	background-image: url(images/form_bg.gif);
	background-position: left top;
	height: 16px;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 5px;
	float:left;
	display:inline;
}
#comment .form_bg_area {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(images/form_bg.gif);
	background-position: left top;
	height: 260px;
	width: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 5px;
	float:left;
	display:inline;
}
#issuedata h1{
	padding-bottom:0px;
}
#issuedate{
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
	display:block;
}
#issuewrap{
	width: 254px;
	margin-right: 20px;
	margin-bottom: 10px;
	float:left;
	padding-top: 15px;
}
#issuepicture{

}
#issueleft{
	width: 317px;
	margin-bottom: 10px;
	float:left;
}
#kazalo{
	margin-top: 20px;
}
#povabilo{
	margin-top: 12px;
	font-size: 0.916667em;
	line-height: 1.909091em;
}

#popitmenu{
	position: absolute;
	background-color: white;
	border:1px solid #999999;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	visibility: hidden;
}

#popitmenu a{
	text-decoration: none;
	padding-left: 20px;
	color: #999999;
	display: block;
}

#popitmenu a:hover{ /*hover background color or image*/
	background-image: url(images/arrwp.gif);
	background-repeat: no-repeat;
}


/***********************************************/
/* Typo3 styles                                */
/***********************************************/
.csc-frame-frame1 ul{
	margin-top: 10px;
	margin-bottom: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-weight: bold;
	background-color: #FBFBFB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

.csc-frame-frame1 ul li{
	display:inline;
	padding: 0px;
	padding-right: 10px;
}
.csc-frame-frame1 a{

}
.csc-frame-frame1 h2{
	color:#73a534;

}
.csc-menu-1{
	margin-top: 10px;
	margin-bottom: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 15px;
	font-weight: bold;
	background-color: #FBFBFB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

ul.csc-menu-1 li {
	display:inline;
	padding: 0px;
	padding-right: 10px;
}

table.sample {
	border-spacing: 2px;
	border-collapse: collapse;
	background-color: white;
	border: 0px none gray;
}
table.sample th {
	padding: 5px 5px 5px 5px;
	background-color: rgb(239, 239, 239);
	-moz-border-radius: 0px 0px 0px 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: gray;
	border-bottom-color: gray;
}
table.sample td {
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	-moz-border-radius: 0px 0px 0px 0px;
	vertical-align: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: gray;
	border-bottom-color: gray;
}
table.contenttable  {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
}
table.contenttable td {
	font-size: 0.833333em;
	line-height: 1.8em;
	padding: 3px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	vertical-align: text-top;
}
/*.tr-even {
	background-color: #FCFCFC;
}*/
.td-0 {
	color: #666;
}
.td-1 {
}
.tr-last{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

fieldset.csc-mailform {
	margin-top: 10px;
	background-color: #FBFBFB !important;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-right-width: 0px;
	border-left-width: 0px;
}
.csc-mailform-field{
	padding-bottom: 10px;
}
.csc-mailform label{
	width: 180px;
	float: left;
	clear: both;
}
.csc-mailform-radio label{
	width: 100px;
	float: none;
	clear: none;
}
.csc-mailform input{

}
.csc-mailform .csc-mailform-label{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 15px;
}
.csc-mailform-submit{
	margin-bottom: 0px;
	margin-top: 15px;
}
.csc-mailform-label {
	font-size:1em !important;
	padding-bottom:10px;
	padding-top:10px;
}
.tx-rlmpflashdetection-pi1{
	margin-bottom:0px;
	margin-top:0px;
	text-align:center;
}
#linkBottom {
	font-size:0.7em;
	padding-left:2px;
}
#linkBottom a {
	font-weight:bold;
	padding-left:5px;
}
.news-catmenu{
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	text-align:center;
}
.level1{
	display:inline;
	padding-right: 17px;
}
.news-catmenu-NO{
	display:inline;
}
.news-catmenu-NO a{
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	display:inline-block;
}
.news-catmenu-ACT {
	display: inline;
}
.news-catmenu-ACT a{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.25em;
	font-weight: bold;
}

.news-single-related dt {
	font-size: 1.25em;
	font-weight: bold;
}
.csc-menu-4 .issueNumber{
	width:120px;
	float:left;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.csc-menu-4 .image{
	background-color: #CCCCCC;
	padding: 10px;
}
#linkBottom{
	padding-left: 2px;
}
#linkBottom a{
	padding-left: 5px;
	font-weight: bold;
}
.news-catmenu-header{
	display:none;
}
/*.csc-textpic-imagewrap dl{
	margin:0px !important;
}*/
.csc-textpic-image{
	padding-top:10px;
	margin-bottom: 5px !important;
}

.tx-comments-pi1 {
	background-color: #fbfbfb;
	padding: 20px;
	margin-top: 10px;
	border: 1px dashed #CCCCCC;
}
.tx-comments-pi1 h4{
	background-color: #fbfbfb;
	color:#007290;
	font-size:1.16667em;
	font-weight:bold;
	margin:0;
	padding:0px;
}
.tx-comments-pi1 .tx-comments-comment-input {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 5px;
	float:left;
	display:inline;
	border: 1px solid #ECECEC;
}
.tx-comments-pi1 #tx_comments_pi1_content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 5px;
	float:left;
	border: 1px solid #ECECEC;
}
.tx-comments-comment-admin { margin: 10px 20px; background-color: #e0e0e0; padding: 5px 9px; text-align: center; }
.tx-comments-comment-form LABEL { width: 100px; display: block; float: left; padding-top: 5px; }
.tx-comments-comment-form INPUT, .tx-comments-comment-form TEXTAREA, .tx-comments-comment-form IMG { margin-top: 5px; }
.tx-comments-comment-input, .tx-comments-comment-form TEXTAREA { width: 245px; }
.tx-comments-comment-form BR { clear: left; }
.tx-comments-comment-name { font-weight: bold; }
.tx-comments-comment-date { font-weight: bold; }
.tx-comments-comment-1, .tx-comments-comment-2 {
	margin-bottom: 10px;
	padding: 3px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.tx-comments-comment-content { padding: 3px 0; text-align: justify; }
.tx-comments-page-browser { text-align: center; margin: 15px 0; }
.tx-comments-page-browser-current, .tx-comments-page-browser A { padding: 0 3px; }
.tx-comments-required-mark { color: red; }
.tx-comments-required-error { margin-left: 10px; color: red; padding: 3px 5px; }
.tx-comments-captcha { padding-left: 100px; }
.tx-comments-captcha IMG { border: 1px solid #d0d0d0; margin-left: 0px; }
.tx-comments-form-top-message { border: 1px solid #d0d0d0; padding: 10px 20px; text-align: center; font-weight: bold; }

.tx-comments-closed { border: 1px solid #d0d0d0; padding: 10px 10px; margin: 10px 0; }
.tx-comments-closed IMG { vertical-align: baseline; margin-left: 4px; padding-right: 4px; }

.tx-comments-comment-report { font-size: 80%; margin: 7px 0 5px 15px; }

.tx-comments-rating { margin-left: 15px; }
.tx-srfreecap-pi2-cant-read{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#323232;
}
.tx-srfreecap-pi2-cant-read a:link {
	background-color:transparent;
	font-weight:normal !important;
	text-decoration:underline !important;
	color:#007290;
}
.news-single-related {
	font-size: 0.916667em;
	line-height: 1.8em;
}
.news-single-related p {
	font-weight:normal !important;
}
.tx-ttnews-browsebox-SCell a,.tx-ttnews-browsebox-SCell a:link,.tx-ttnews-browsebox-SCell a:visited{
	text-decoration: none;
}
.browseLinksWrap {
	margin-top:10px;
	text-align:center;
}
/***********************************************/
/* Footer styles                               */
/***********************************************/
#colophonwrap{
	width: 100%;
	background-color: #73a534;
	background-image: url(images/colophon_shadow.gif);
	height: 108px;
	background-repeat: repeat-x;
	background-position: bottom;
}
#colophon{
	line-height: 1.6em;
	background-color: #73a534;
	width: 940px;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	background-image: url(images/code.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#colophon a{
	color: #FFFFFF;
	text-decoration: underline;
}
#colophon a:link{
	text-decoration: underline;
	color: #FFFFFF;
}
#colophon a:visited{
	text-decoration: underline;
	color: #FFFFFF;
}
#colophon a:hover{
	text-decoration: none;
	color: #FFFFFF;
}
.colophonfloatleft{
	float:left;
	padding-left:15px;
	width: 300px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.colophonfloatleft p{
	margin: 0px;
	padding: 0px;
}
#foothold{
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 0.9em;
	color:#CCCCCC;
	padding-top: 20px;
	padding-bottom:20px;
	margin: 0 auto;
	width: 960px;
}

.footholdleft{
	width: 200px;
	float: left;
	padding-top: 10px;
	padding-left: 15px;
}
.footholdleft2{
	width: 300px;
	float: left;
	padding-left: 110px;
}

/***********************************************/
/* Pop-up styles                               */
/***********************************************/


/***********************************************/
/* Form styles                                 */
/***********************************************/

.cssform p{
width: 480px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.grf{
	padding: 10px;
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

/**************align styles **************/

.left{
	float: left;
	width: 49%;
}

.right{
	float: right;
	width: 49%;
}

.left2{
	float: left;
	width: 100px;
	text-align: right;
	padding: 5px;
	vertical-align: bottom;
}

.right2{
	float: right;
	width: 100px;
}


.alignleft{
	text-align: left;
}
.alignright{
	text-align: right;
}
.alignleft{
	text-align: left;
}
.center{
	text-align: center;
	padding-top: 35px;
	padding-bottom: 20px;
}

.clear{
	clear:both;
}
.sp{
	height: 5px;
}
.txtg{
	color: #CCCCCC;
}
.padb{
	padding-bottom: 15px;
}
.padt{
	margin-top: 12px;
}
.stxt{
	font-size: 0.916667em;
	line-height: 1.90909em;
	color: #999999;
}
.divider{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	margin-top:10px;
}
.divider2{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	height: 20px;
	background-color: #FAFAFA;
	margin-top:25px;
}
#fbframe2{
	padding-top:10px;
}
