/*** TAGS ***/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #232323;
	font-size: 12px;
	background-color: white;
}

h1 {
	margin: 0px;
	padding: 0px 0 9px 0;
	font-size: 22px;
	font-weight: normal;
	color: black;
	background-color: inherit;
	border-bottom: 1px dashed #BBB;
	margin-bottom:10px;
	margin-top:20px;
	
}

h2 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 18px;
	font-weight: normal;
	color: #168ef4;
	background-color: inherit;
}

h3 {
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #168ef4;
	background-color: inherit;
}

h4 {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 22px;
	color: #ffffff;
	font-weight: normal;
	background-color: inherit;
}

h5 {
	margin: 0;
	padding: 40px 10px;
	font-size: 33px;
	color: #ffffff;
	font-weight: normal;
	background-color: inherit;
}

h6 {
	margin: 0;
	/*padding: 0 0 18px 5px;*/
	padding-left: 55px;
	padding-top:0px;
	padding-bottom:1px;
	font-family:georgia;
	font-size: 22px;
	font-weight: normal;
	color: #168EF4;
	height:48px;
	/*background-color: inherit;*/
	background: url(../icon/download.png) no-repeat scroll 3px -1px;	
}

.h7
{
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #168ef4;
	background-color: inherit;
}

.h8 {
	background: transparent url(/it/icon/188.png) no-repeat scroll 0px -2px;	
	font-size:28px;
	padding-top: 10px;
	padding-left: 50px;
	padding-bottom: 5px;
	height:55px;
	color: #168ef4;
	
	
}



ul {
	list-style: square;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0 0 10px;	
	
}

ol {
	list-style: decimal;
}

li {
	line-height: 22px;
	background:transparent url(../icon/list-black.gif) no-repeat scroll 0 6px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 0 10px 15px;	
}

p {
	line-height: 18px;
}

img {
	border-style: none;
}


/*** LINKS ***/
a:hover {
	color: #168ef4;
	font-weight: bold;
	text-decoration: underline;
	background-color: inherit;
}

a:visited {
	color: #168ef4;
	font-weight: bold;
	text-decoration: underline;
	background-color: inherit;
}

a:active {
	color: #168ef4;
	font-weight: bold;
	text-decoration: underline;
	background-color: inherit;
}

a:link {
	color: #168ef4;
	font-weight: bold;
	text-decoration: underline;
	background-color: inherit;
}

a:hover {
	text-decoration: none;
}


/*** TOPLINE ***/

.topline {
	margin: 0;
	padding: 0;
	background: url(../icon/bg-topline.png) repeat-x;
}

.topline-table {
	margin: 0 auto;
	padding: 0;
	width: 965px;
	height: 110px;
}

.topline-left-td {
	width: 100%;
	vertical-align: top;
}

.topline-right-td {
	vertical-align: top;
	text-align: right;
	padding: 25px 30px 0 0;
}


/** LOGO **/

.logo {
	display: block;
	margin: 24px 0 0 11px;
	padding: 0;
}


/*** LANGUAGE ***/

.language {
	margin: 0 0 15px 410px;
	padding: 0;
	width: 208px;
	height: 22px;
	background: url(../icon/arrow-language.png) no-repeat 0 4px;
}

.language3 
{
	margin: 0 0 15px 435px;
	padding: 0;
	width: 183px;
	height: 22px;
}
.language3a 
{
	margin: 0 0 15px 305px;
	padding: 0;
	width: 353px;
	height: 22px;
}
.language3a a {
	font-weight:normal;
	font-size: 11px;
}

.language4 {
	width: auto;
	height: 22px;
	background: url(../icon/arrow-language.png) no-repeat 0 4px;
}

.language_form	{
	display: block;
	margin: 0;
	padding: 0;
}

.language_select	{
	margin: 0;
	padding: 0;
	width: 125px;
	height: 20px;
}

/*** MAINMENU ***/

.mainmenu {
	margin: 0 10px 0 0;
	padding: 0 2px 0 0;
	height: 29px;
	background: url(../icon/bg-mainmenu.png) no-repeat right 6px;

}

.mainmenu a:hover {
	display: block;
	float: right;
	margin: 0;
	padding: 8px 15px 2px 16px;
	font-size: 16px;
	font-weight: normal;
	color: #232323;
	text-decoration: none;
	background: url(../icon/bg-mainmenu.png) no-repeat 0 6px;
	background-color: inherit;
}

.mainmenu a:visited {
	display: block;
	float: right;
	margin: 0;
	padding: 8px 15px 2px 16px;
	font-size: 16px;
	font-weight: normal;
	color: #232323;
	text-decoration: none;
	background: url(../icon/bg-mainmenu.png) no-repeat 0 6px;
	background-color: inherit;
}

.mainmenu a:active {
	display: block;
	float: right;
	margin: 0;
	padding: 8px 15px 2px 16px;
	font-size: 16px;
	font-weight: normal;
	color: #232323;
	text-decoration: none;
	background: url(../icon/bg-mainmenu.png) no-repeat 0 6px;
	background-color: inherit;
}

.mainmenu a:link {
	display: block;
	float: right;
	margin: 0;
	padding: 8px 15px 2px 16px;
	font-size: 16px;
	font-weight: normal;
	color: #232323;
	text-decoration: none;
	background: url(../icon/bg-mainmenu.png) no-repeat 0 6px;
	background-color: inherit;
}

.mainmenu a:hover {
	color: #77b800;
}


/*** MAINMENU ACTIVE ***/

.mainmenu-active {
	float: right;
	margin: 0;
	padding: 0 5px 0 6px;
	background: url(../icon/bg-mainmenu.png) no-repeat 0 6px;
	position: relative;
}

.mainmenu-active-table {
	height: 31px;
}

.mainmenu-active-td1 {
	width: 10px;
	background: url(../icon/bg-mainmenu-active-td1.png) no-repeat;
}

.mainmenu-active-td2 {
	padding: 4px 0 0 0;
	background: url(../icon/bg-mainmenu-active-td2.png) repeat-x;
}

.mainmenu-active-td3 {
	width: 10px;
	background: url(../icon/bg-mainmenu-active-td3.png) no-repeat;
}

.mainmenu-active-table a:hover {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	color: #168ef4;
	text-decoration: none;
	background-image: none;
	background-color: inherit;
}


.mainmenu-active-table a:visited {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	color: #168ef4;
	text-decoration: none;
	background-image: none;
	background-color: inherit;
}


.mainmenu-active-table a:active {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	color: #168ef4;
	text-decoration: none;
	background-image: none;
	background-color: inherit;
}


.mainmenu-active-table a:link {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	color: #168ef4;
	text-decoration: none;
	background-image: none;
	background-color: inherit;
}


/*** SUBMENU ***/

.submenu-position {
	margin: 0;
	padding: 0;
	position: relative;
}

.submenu-table {
	clear: both;
	margin: 0;
	padding: 0;
	width: 545px;
	position: absolute;
	top: 30px;
	right: 0;
	bottom: auto;
	left: auto;
}

.submenu-table td {
	vertical-align: top;
}

.submenu-td1 {
	width: 10px;
	background: url(../icon/bg-submenu-td1.png) no-repeat;
}

.submenu-td2 {
	background: url(../icon/bg-submenu-td2.png) repeat-x;
	font-family:tahoma;
}

.submenu-td3 {
	width: 10px;
	background: url(../icon/bg-submenu-td3.png) no-repeat;
}

.submenu-table a:hover {
	display: block;
	float: left;
	margin: 0;
	padding: 6px 11px 8px 9px;
	font-size: 11px;
	font-weight: bold;
	color: #464646;
	text-decoration: none;
	background: url(../icon/bg-submenu.gif) no-repeat right 8px;
	background-color: inherit;
}

.submenu-table a:visited {
	display: block;
	float: left;
	margin: 0;
	padding: 6px 11px 8px 9px;
	font-size: 11px;
	font-weight: bold;
	color: #464646;
	text-decoration: none;
	background: url(../icon/bg-submenu.gif) no-repeat right 8px;
	background-color: inherit;
}

.submenu-table a:active {
	display: block;
	float: left;
	margin: 0;
	padding: 6px 11px 8px 9px;
	font-size: 11px;
	font-weight: bold;
	color: #464646;
	text-decoration: none;
	background: url(../icon/bg-submenu.gif) no-repeat right 8px;
	background-color: inherit;
}

.submenu-table a:link {
	display: block;
	float: left;
	margin: 0;
	padding: 6px 11px 8px 9px;
	font-size: 11px;
	font-weight: bold;
	color: #464646;
	text-decoration: none;
	background: url(../icon/bg-submenu.gif) no-repeat right 8px;
	background-color: inherit;
}

.submenu-table a:hover {
	color: #168ef4;
}

a.submenu-active:hover {
	color: #168ef4;
	background-color: inherit;
}

a.submenu-active:visited {
	color: #168ef4;
	background-color: inherit;
}

a.submenu-active:active {
	color: #168ef4;
	background-color: inherit;
}

a.submenu-active:link {
	color: #168ef4;
	background-color: inherit;
}

a.submenu-last:hover {
	background-image: none;
}


a.submenu-last:visited {
	background-image: none;
}


a.submenu-last:active {
	background-image: none;
}


a.submenu-last:link {
	background-image: none;
}


/*** HEADER ***/

.header-1 {
	margin: 0;
	padding: 0;
	color: inherit;
	background: #118af4 url(../icon/bg-header-1.jpg) repeat-x;
}

.header-2 {
	margin: 0;
	padding: 0;
}

.shadow-top {
	margin: 0;
	padding: 0;
	height: 3px;
	background: url(../icon/shadow-top.png) repeat-x;
}

.shadow-bottom {
	margin: 0;
	padding: 0;
	height: 3px;
	background: url(../icon/shadow-bottom.png) repeat-x;
}


/*** HEADER TABLE ***/

.header-table {
	margin: 0 auto;
	padding: 0;
	width: 965px;
	background: url(../icon/bg-header-table.jpg) no-repeat 0 -3px;
}

.header-table td {
	vertical-align: top;
}

.header-table img {
	display: block;
	margin: 0;
	padding: 0;
}

.header-left-td {
	width: 469px;
	color: #ffffff;
	padding: 32px 0 32px 10px;
	background-color: inherit;
}

.header-left-td p {
	font-size: 14px;
	margin: 0;
	padding: 0 0 10px 0;
}

.header-left-td ul {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 14px;
	list-style: none;
}

.header-left-td li {
	margin: 0;
	padding: 0 0 10px 15px;
	list-style: none;
	background: url(../icon/list-white.gif) no-repeat 0 5px;
}

.header-left-td-table-1, .header-left-td-table-0 {
	width: 100%;
}

.header-left-td-table-0 td {
	padding: 0 0 0 0;
	background-repeat: no-repeat;
}

.header-left-td-table-1 td {
	padding: 0 0 0 160px;
	background-repeat: no-repeat;
}

.firststeps_flash {
	width: 242px;
}

.header-left-td-table-2 {
	width: 100%;
	margin: 25px 0 0 0;
}
.noMargin
{
	margin:0px;
}

.header-left-td-table-2 a:hover, .startpage-bottomimage-table2 a:hover {
	color: #464646;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}

.header-left-td-table-2 a:visited, .startpage-bottomimage-table2 a:visited {
	color: #464646;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}

.header-left-td-table-2 a:active, .startpage-bottomimage-table2 a:active {
	color: #464646;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}

.header-left-td-table-2 a:link, .startpage-bottomimage-table2 a:link {
	color: #464646;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}

.header-right-td {
	width: 479px;
padding: 0;
}

.header-left-backimage {
	height: 175px;
}

.header-left-flash {
	height: 175px;
	padding: 0 0 30px 0;
	text-align: right;
}

.demo-hotline {
	margin: 40px 0 0 165px;
	color: #fff;
	font-size: 14px;
}

.demo-hotline2 {
	margin: 71px 0 0 165px;
	color: #fff;
	font-size: 14px;
}

/*** HEADER BUTTON ***/


.header-button-right,.header-button-windows,.header-button-news,.header-button-phone {
	display: block;
	margin: 0;
	padding: 3px 0 0 0;
	width: 225px;
	height: 20px;
	text-align: center;
	background: url(../icon/button-arrow-right.png) no-repeat;
}
.header-button-windows {
	width: 260px;
	text-indent: 54px;
	text-align: left;
	background: url(../icon/button-windows-startpage.png) no-repeat;
}
.header-button-news {
	width: 260px;
	text-indent: 54px;
	text-align: left;
	background: url(../icon/btnews.png) no-repeat;
}
.header-button-phone {
	width: 260px;
	text-indent: 54px;
	text-align: left;
	background: url(../icon/btphone.png) no-repeat;
}


.header-button-left {
	display: block;
	margin: 0;
	padding: 3px 0 0 0;
	width: 225px;
	height: 20px;
	text-align: center;
	background: url(../icon/button-arrow-left.png) no-repeat;
}

.download-button-windows, .new-button {
	display: block;
	margin: 0;
	padding: 3px 0 0 0;
	text-indent: 54px;
	width: 205px;
	height: 20px;
	text-align: left;
}
.download-button-windows {
	background: url(../icon/download-windows.png) no-repeat;
}
.new-button {
	background: url(../icon/btnews.png) no-repeat;
}

.firsteps-menu {
	margin-top: -23px;
}
.firsteps-menu a {
	color: #464646;
}

.firsteps-menu a:hover {
	color: #168ef4;
}

.firsteps-menu .active {
	color: #168ef4;
}

.firststeps-description {
	margin: 15px 0 15px 10px;
	color: #fff;
	font-size: 14px;
}
/*** FLASH ***/

.flash {
	margin: 0;
	padding: 0;
	height: 380px;
	text-align: center;
}

.flash p {
	margin: 100px 0 0 0;
	padding: 30px;
	color: #ffffff;
	font-size: 14px;
	background-color: inherit;
}

.flash a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	background-color: inherit;
}


.flash a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	background-color: inherit;
}


.flash a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	background-color: inherit;
}


.flash a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	background-color: inherit;
}


/*** CONTENT ***/

.content-1 {
	margin: 0;
	padding: 0;
	background: #ffffff url(../icon/bg-content-1.png) repeat-x;
	
}

.content-2 {
	margin: 0 auto;
	padding: 0;
	width: 95%;
	/*height: 110px;*/
	line-height:18px;
}

.content-table {
	margin: 0 0 110px 0;
	padding: 0;
	width: 100%;
}
.firststeps {
	margin-left: 66px;
}
.firststeps-table td {
	padding: 0 15px 15px 0;
}
.firststeps-table td img {
	border: 1px solid #aaa;
}
.startpage-bottomimage-table, .startpage-bottomimage-table2
{
	margin: 0;
	padding: 0;
	width:100%;
}
.startpage-bottomimage-table td
{
	vertical-align:top;
}
.content-table td {
	vertical-align: top;
}

.content-split-left-td {
	padding: 33px 18px 0 10px;
	width: 50%;
}

.content-split-right-td {
	padding: 33px 0 0 18px;
	width: 50%;
}

.content-firststeps {
	margin-top: -110px;
	width: 949px;
	padding: 0 10px 110px;
}

.content-firststeps2 {
	margin-top: -90px;
}

.content-firststeps .firststeps-topic {
	margin-left: 66px;
}

.content-firststeps .firststeps-topic h2 {
	margin-bottom: 5px;
}

.firststeps-description2 {
	margin: 32px 0 0 -56px;
}
.content-firststeps .steps {
	width: 251px;
	color: #fff;
	font: 1.3em "Times New Roman",Times,serif;
}

.content-firststeps .steps h2 {
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

.content-firststeps .steps a {
	color: #fff;
}

.step1 {
	margin-top: 20px;
	padding: 30px 612px 0 66px;
	height: 255px;
}

.step2 {
	height: 257px;
	padding: 40px 612px 0 66px;
}

.step3 {
	height: 245px;
	padding: 40px 612px 0 66px;
}

/*** CONTENT LEFT ***/

.content-left-td {
	padding: 33px 0 0 10px;
	/*width: 631px;*/
	width: 80%;
}

.smaller {
	width: 518px;
}

.smaller-firststeps {
	width: 565px;
}

.content-left-td p {
	margin: 0;
	padding: 0 0 10px 0;
}

.content-left-td ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
}

.content-left-td li {
	margin: 0;
	padding: 0 0 10px 15px;
	list-style: none;
	background: url(../icon/list-black.gif) no-repeat 0 6px;
	line-height: 20px;
}

/*** TRIAL LICENSE ***/
.trialpopup {
	padding: 30px 0 0 0px;
	width: 430px;
}
	
/*** DOUBLE COLUMN ***/

.double-column-table {
}

.double-column-left {
	padding: 0 11px 0 0;
	width: 305px;
}

.double-column-right {
	padding: 0 0 0 10px;
	width: 305px;
}


/*** ARTICLE ***/

.article-table {
	margin: 0 0 33px 0;
	width: 100%;
}

.icon-td {
	width: 1px;
	padding: 0 15px 0 0;
}
.reflogo-td {
	width: 1px;
	background: url(../icon/bg_references.gif) no-repeat 0px 0px;
}
.reflogo-td img{
	padding-left:13px;
	padding-top:14px;
	padding-bottom:20px;
	padding-right:13px;
}

.box {
	margin: 0 0 10px 0;
	padding: 20px 0;
	text-align: center;
	border: 1px solid #bebebe;
}

/*** BLUE TABLE ***/

.blue-table {
	margin: 0 0 10px 0;
	width: 100%;
}

.blue-table td {
	vertical-align: middle;
}

.blue-table p {
	margin: 0;
	padding: 0;
}

.blue-table-td1 {
	width: 135px;
	padding: 5px;
	font-weight: bold;
}

.blue-table-td2 {
	padding: 10px;
	border-left: 1px solid #ffffff;
}

.table-header{
	color: #ffffff;
	background-color: #67B5F8;
}
.table-row-even{
	color: inherit;
	background-color:#E1F0FE;
}
.table-row-odd{
	color: inherit;
	background-color: #C3E2FC;
}
.table-row-white{
	color: inherit;
	background-color: #FFFFFF;
}
.table-row-bottom td
{
	vertical-align:bottom;
}
.table-row-middle
{
		vertical-align:middle;
}

/*** SHOP TABLE ***/

.shop-table {
	margin: 0 0 10px 0;
	width: 100%;	
}

.shop-table p {
	margin: 0;
	padding: 0;
}

.shop-table-td1 {
	padding: 10px;
	text-align: left;
	border-top: 1px solid #ffffff;	
}

.shop-table-td2, .shop-table-colspan
{
	padding: 10px;
	text-align: center;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}

/*** CONTENT RIGHT ***/

.content-right-td {
	width: 255px;
	padding: 0 26px;
}

.bigger {
	padding: 0 10px;
	width: 440px;
}

.bigger-firststeps {
	width: 331px;
}

.content-right {
	margin: 0;
	/*padding: 50px 20px 0 20px;*/
	padding-top:50px;
	padding-left:15px;
	padding-bottom:20px;
	background: url(../icon/bg-content-right.png) no-repeat 0 35px;
	width:246px;
	line-height: 24px;
	
}

.content-right a{
	color:#555;
	font-weight: normal;
	font-family: 'Lucida Sans Unicode',Tahoma;
	font-size: 13px;
	text-decoration: none;
	border-bottom:1px dashed #BBB;

}

.content-right li{
		padding-bottom:15px;
		padding-left: 18px;
		margin-left: 2px;
		background:transparent url(/it/icon/lamp16.png) no-repeat scroll 0 3px;

}


.content-right .width-217 {
	width: 217px;
}

.content-right .width-217 .button-standard2 {
	margin-left: 4px;
}

.content-right p {
	margin: 0;
	padding: 20px 0 0 0;
	color: #8c8c8c;
	background-color: inherit;
}

.content-right td {
	margin: 0;
	color: #8c8c8c;
	background-color: inherit;
}

.content-right .pics {
	margin: 7px 0 2px 0;
	border: 1px solid #ccc;
}


.phone {
	color: #77b800;
	background: url(../icon/phone.png) no-repeat 0 1px;
	background-color: inherit;
}

.download {
	color: #168ef4;
	background: url(../icon/download.png) no-repeat 0 1px;
	background-color: inherit;
}

.info {
	color: #77b800;
	background: url(../icon/info.png) no-repeat 0 1px;
	background-color: inherit;
}

.green, .green a {
	color: #77b800;
	font-weight: bold;
	background-color: inherit;
}

.green a:visited, .green a:hover, .green a:active, .green a:link 
{
	color: #77b800;
}

.blue {
	color: #168ef4;
	font-weight: bold;
	background-color: inherit;
}

.company-pics {
	margin-top: 30px;
}

.company-pics .single-td {
	width: 1px;
	background: url(../icon/company_pics_bg.gif) no-repeat 0px 0px;
}

.company-pics .single-td img {
	width: 190px;
	height: 127px;
	padding: 5px;
}

/*** BUTTON STANDARD ***/

.button-standard {
	display: block;
	margin: 0;
	padding: 2px 0 0 0;
	width: 189px;
	height: 21px;
	text-align: center;
	background: url(../icon/button-standard.png) no-repeat;
}

.button-standard2 {
	display: block;
	margin: 0;
	padding: 2px 0 0 0;
	width: 100%;
	height: 21px;
	text-align: center;
	background: url(../icon/button-standard.png) no-repeat center;
}

a.button-a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}

a.button-a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}

a.button-a:active {
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}

a.button-a:link {
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}

/*** BUTTON SMALL ***/

.button-small {
	display: block;
	margin: 0;
	padding: 2px 0 0 0;
	width: 100%;
	height: 21px;
	text-align: center;
	background: url(../icon/button-small.png) no-repeat center;
}


/*** FORM ***/

.form	{
	display: block;
	margin: 0;
	padding: 2px;
}

.select	{
	margin: 0;
	padding: 0;
	width: 185px;
	font-size: 12px;
}

.input	{
	margin: 0;
	padding: 0;
	width: 385px;
	font-size: 12px;
}

.textarea	{
	margin: 0;
	padding: 0;
	width: 385px;
	font-size: 12px;
}


/*** MISCS ***/

.spacer-td {
	width: 7px;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.small {
	font-size: 11px;
}

.green2 {
	color: #77b800;
	background-color: inherit;
}

.blue2 {
	color: #168ef4;
	background-color: inherit;
}
.subcontent-table{
}
.subcontent-table-td{
	width:200px;
	padding-top:10px;
}
.table-header a
{
	color:white;
}
.table-row-odd a,.table-row-even a
{
/*	font-weight:normal;*/
}
.tightList p.bold
{
	margin:0px;
	padding:0px;
}
.tightList li{
	margin: 0;
	padding: 0 0 0px 15px;
	list-style: none;
	background: url(../icon/list-black.gif) no-repeat 0 4px;
}
.specialPrice
{
	color:#c22700;/*#FAFD00;*/
	font-weight:bold;
}
.specialSubPrice
{
	color:#c22700;/*#FAFD00;*/
	font-weight:normal;
}
.regularPrice
{
	font-weight:normal;
	text-decoration:line-through;
}
.tvBackground
{
	background-image:url(../icon/tv_background.gif);
	background-color:white;
	background-repeat:repeat-x;
	background-position:bottom;
}

#footer {
	clear: both;
	border-top:1px dashed gray;
	
	padding: 0px 0;
	font-size: 12px;
	text-align:center;
	line-height:13px;
	color:#333;
	background:transparent url(/it/icon/bg-content-1.png) repeat-x scroll 0 0;
	color:gray;
	line-height:28px;
	font-family:'Lucida Sans Unicode';
	}
	
	
	#footer a {
		color: #333;
		font-weight: normal;
		font-size:13px;
		text-decoration:none;
		border-bottom:1px dashed #CCC;
		}
 

/* importati da WordPress */

.comment-text {
	margin-left: 35px;	
	font-family: 'Lucida Sans Unicode',Tahoma;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 10px;
	
}

.comment-text p{
	line-height: 20px;
}

.comment-text a{
	text-decoration: none;
	color:#333;
	border-bottom:1px dashed #CFCFCF;
	
	font-weight: normal;
	font-style: normal;
}


.comment-info a{
	text-decoration: none;
	color:#333;
	border-bottom:1px dashed #CFCFCF;
	color:#AA0000;
	/*font-weight: normal;*/
	font-style: normal;
	
}

.comment-info img{      
	vertical-align: middle;	
	
}


.entry {
	line-height: 19px;
	color:black;
}		
.entry li {
		/*padding: 0 0px;*/
		padding-bottom:1px;
		margin-left: 20px;
		background:transparent url(/it/icon/green_arrow.gif) no-repeat scroll 0 6px;
	
}
		
.red, .entry a {
	color: #E06110;
	}

.posts {
	/*border-bottom: 1px dashed #aaa;*/
	margin-bottom: 20px;
	line-height:19px;
	font-size:12px;
	}
	
	.posts h2 {
		margin: 10px 0 0;
		
		}
		
	.posts ul {
		padding: 0;
		margin: 0;
	}	
	.posts li {
		/*padding: 0 0px;*/
		padding-bottom:1px;
		margin-left: 20px;
		background:transparent url(/it/icon/green_arrow.gif) no-repeat scroll 0 6px;

		
	}	
	
.aligncenter,
div.aligncenter {
   display: block;
   margin: 5px 0 10px;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 10px 5px 0;
}

.alignright {
   float: right;
	margin: 5px 0 5px 10px;
}

.alignnone {
	margin: 5px 10px;
} 
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
 