.hidden {
	display: none;
}
.visible {
	display: block;
}
* {
	padding: 0px;
	border: none 0;
	margin: 0px;
}
.anchor {
	cursor: pointer;
	color: #db170f;
	font: 11px Tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration: underline;
}
.lists {
    list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;

}

.spanList {
	font-size:10pt;
	font-family:Tahoma;
	color:red;
	font-weight:bold;
}
body {
	color: #353535;
	font-family: "Tahoma";
	font-size: 11px;
	line-height: 150%;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
em {
	font-style: normal;
}
a img {
	border: none 0;
}
a img:hover {
	border: none 0;
}
a:hover {
	color: grey;
	border-bottom: none 0;
	cursor: pointer;
	text-decoration: none;
}
*:focus {
	outline: none;
}
*::-moz-focus-inner {
	border: none;
}
strong {
	color: #212121;
}
p {
	padding-top: 3px;
	padding-bottom: 3px;
}
h1, h2, h3, h4 {
	font-family: Tahoma;
	padding: 2px 0px 4px 0px;
	margin: 2px 0px 4px 0px;
}
h1 {
	font-size: 1.7em;
	font-weight: normal;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
}
.small {
	font-size: 85%;
}
.big {
	font-size: 115%;
}
.aright {
	text-align: right;
}
.vt {
	vertical-align: top;
}
.stext {
	font-family: Tahoma;
}
.stextsmall {
	color: #454545;
	font-family: Tahoma;
	font-size: 70%;
}
.grey {
	color: #787878;
}
.white {
	color: white;
}
.bg_silver {
	background: #dcdcdc;
}
.bg_little_silver {
	background: #eeeeee;
}
.blue {
	color: #476dfa;
}
.red {
	color: #fe1616;
}
.green {
	color: green;
}
.gold {
	color: #d78900;
}
.bold {
	font-weight: bold;
}
.in {
	padding-left: 30px;
}
.sborder {
	border: 1px solid #888888;
}
.sbox {
	border: 1px solid #9c9c9c;
	border-left: 5px solid #9c9c9c;
	margin: 10px 0;
	padding: 10px;
}
.line {
	border-bottom: 1px dotted #476dfa;
}
.tablePrezentation {
	border-collapse: collapse;
	background: #fafafa;
	border: 1px solid silver;
	font-family: Tahoma;
	color: #434343;
}
.tablePrezentation td {
	border: 1px solid silver;
	font-size: 11px;
	padding: 2px;
}
.tablePrezentation th, .thd {
	background-color: #DCDCDC;
	border: 1px solid gray;
	text-align: center;
	padding: 2px;
	font-size: 11px;
}
.tablePrezentation tr:hover {
	background-color: #f9c6c6;
}
.align_l {
	text-align: left;
}
.align_c {
	text-align: center;
}
.align_r {
	text-align: right;
}
.jqifade {
	position: absolute;
	background-color: grey;
}
div.jqi {
	width: 400px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	position: absolute;
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #eeeeee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 7px;
}
div.jqi .jqicontainer {
	font-weight: bold;
}
div.jqi .jqiclose {
	position: absolute;
	top: 4px;
	right: -2px;
	width: 18px;
	cursor: default;
	color: #bbbbbb;
	font-weight: bold;
}
div.jqi .jqimessage {
	padding: 10px;
	line-height: 20px;
	color: #444444;
}
div.jqi .jqibuttons {
	text-align: right;
	padding: 5px 0 5px 0;
	border: solid 1px #eeeeee;
	background-color: #f4f4f4;
}
div.jqi button {
	padding: 3px 10px;
	margin: 0 10px;
	background-color: #2F6073;
	border: solid 1px #f4f4f4;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
div.jqi button:hover {
	background-color: #728A8C;
}
div.jqi button.jqidefaultbutton {
	background-color: grey;
}
.jqiwarning .jqi .jqibuttons {
	background-color: #BF5E26;
}
.focusField {
	border: solid 2px #73A6FF;
	background: #EFF5FF;
	color: #000;
	font-size: 12px;
}
.idleField {
	background: #EEE;
	color: #6F6F6F;
	border: solid 2px #DFDFDF;
	font-size: 12px;
}
._PagesBar {
	margin-top: 15px;
	padding: 5px 5px 5px 0;
	font-size: 11px;
	font-weight: normal;
}
._PagesBar a {
	color: #232323;
	padding: 3px 7px;
	border: solid 1px #232323;
	text-decoration: none;
	background: #EAEAEA;
}
._PagesBar a:hover, ._CurP {
	padding: 3px 7px;
	border: solid 1px #232323;
	background: #333333;
	color: white;
}
.verifCode {
	width: 95px;
	height: 50px;
	color: #454545;
	text-align: center;
	font-size: 190%;
	font-weight: normal;
	padding-top: 10px;
	vertical-align: center;
}
.border1px {
	border: 1px solid #888888;
}
input, input *, textarea, select {
	outline: none !important;
	border: 1px solid grey;
}
._smoother {
	display: none;
	}
#topContainer {
	background: #fff url(http://www.avivafx.com/img/bg.png) repeat-x 112px 0px;
	min-width: 100%;
	padding-bottom: 15px;
}
#header {
	height: 245px;
	background: url(http://www.avivafx.com/img/top1.gif) no-repeat;
	margin-bottom: 55px;
}
#header_empty {
	height: 90px;
	background: url(http://www.avivafx.com/img/logo.gif) no-repeat;
	margin-bottom: 55px;
}
#topContainer_empty {
	min-width: 100%;
	padding-bottom: 15px;
}
.logo {
	margin-left: 30px;
}
.menupos {
	padding-top: 159px;
	padding-left: 27px;
}
/*____________________________________
      MAIN MENU 
  ____________________________________ */
.dropdownHolder {
	min-width: 100%;
	background-color:#8c8c8c;
	width: 5000px;
	padding-left:0px;
}
#dropdown-holder {
	/*
		This is just the holder and how you want what is behind the
		main menu links too look like
	*/
	width: 800px;
	background-color:#8c8c8c;
	padding-left:0px;
}
.dropdown {
	/*
		OVER ALL LINE HEIGHT
	*/
	line-height:30px;
}

.dropdown li a {
	/* The minimum width of the "MAIN" links on top */
	width:130px;
	font-family: Tahoma, Arial, helvetica, verdana;
	font-size: 12px;
	display:block;
	padding:0px 10px 0px 10px;
	border-right: solid 1px #FFFFFF;
	color:#FFFFFF;
	text-decoration:none;

	
}
.dropdown a:hover{
	color: #FFFFFF;
	background-color: #575757;
}
.dropdown ul {
	top:32px;

}
.dropdown li ul a{
	/* The width of the dropdown and popout menu */
	width:130px;
	background-color:#d8192b;
	font-size: 12px;
	display:block;
	padding:0px 10px 0px 10px;
	color:#FFFFFF;
	text-decoration:none;
	/*
		Optional thought i'd make the drop down and popout transparent
		This line is also what is killing the CSS validation
	*/
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
}
.dropdown li ul {
	border-top: solid 1px #333333;
	/* time for some math  {a}:width + {a}:padding + {a}:border */
	width:151px;
}
.dropdown li ul li{
	/* time for some math  {a}:width + {a}:padding + {a}:border */
	width:151px;
}
.dropdown li ul li a{
	border-bottom: solid 1px #b10011;
	border-left: solid 1px #b10011;
	border-right: solid 1px #ac0010;
}
.dropdown a.popout {
	/* totally optional popout indicator */
	background-image: url(http://www.avivafx.com/img/popout.gif);
	background-position:center right;
	background-repeat:no-repeat;
}
.dropdown a.popin {
	background-image: url(http://www.avivafx.com/img/popout.gif);
	background-position:center right;
	background-repeat:no-repeat;

}

/************************************************************
ONLY EDIT BELOW IF YOU REALLY KNOW WHAT YOUR DOING!
************************************************************/
.dropdown {
	margin:0;
	padding:0;
	list-style-type:none;
}
.dropdown ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.dropdown a {
	display:block;
}
.dropdown li{
	float:left;
	position:relative;
	display: block;
}
.dropdown ul {
	position:absolute;
	display:none;
}
.dropdown li ul a{
	float:left;
}
.dropdown li ul {
	float:left;
}
.dropdown li ul li{
	float:left;
	position:relative;
}
.dropdown ul ul{
	top:0;
	left:100%;
}
.dropdown li ul ul {
	width:auto;
	margin: -1px 0px 0px 0px;
	float:left;
}
.dropdown li:hover ul ul, .dropdown li:hover ul ul ul, .dropdown li:hover ul ul ul ul{
	display:none;
}
.dropdown li:hover ul, .dropdown li li:hover ul, .dropdown li li li:hover ul, .dropdown li li li li:hover ul{
	display:block;
}
/*______________________________________________________________________________________________________________________*/

.transparent_block {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.transparent_block:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}
#container {
	padding-left: 30px;
}
.container {
}
#left, #right {
	width: 225px;
}
#right {
	padding-right: 30px;
}
#content {
	padding: 0px 20px;
}
#icons {
	float: right;
	margin: 35px 10px 30px 30px;
	line-height: 16px;
	text-align: right;
	padding-right: 15px;
}
#icons a {
	text-decoration: none;
}
#icons a img {
	margin: 0px 10px;
}
#langbar {
	float: right;
	margin: 35px 10px 0px 30px;
	line-height: 16px;
	text-align: right;
	padding-right: 15px;
}
#langbar a img {
	padding-right: 0px;
}
#b_links {
	background: url(/img/main_sprite6.gif) no-repeat;
	height: 110px;
	margin: 0 auto;
	width: 437px;
}
#footer {
	border-top: 1px solid #bababa;
	margin: 0px 0px 10px 0px;
	padding: 5px;
}
.search {
	float: left;
	color: #000;
	margin-right: 25px;
	padding-right: 175px;
}
.quotes {
	padding: 0px;
	background: #cdcdcd;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
}
.quotes td, .quotes th {
	border-bottom: 1px solid #f5f5f5;
	padding: 3px 6px;
	color: #000000;
	font: 10px Tahoma,Verdana,Arial,Helvetica,sans-serif;
	border: none;
}
.quotes th {
	color: #fff;
	background-color: #db170f;
	font-weight: bold;
}
.quotes tr.even td {
	background-color: white;
	color: #353535;
}
.icon_up {
	background: transparent url(/img/main_sprite6.gif) left top no-repeat;
	background-position: -602px -12px;
	height: 12px;
	width: 12px;
}
.icon_down {
	background: transparent url(/img/main_sprite6.gif) left top no-repeat;
	background-position: -602px 0;
	height: 12px;
	width: 12px;
}
.spacer {
	padding-bottom: 10px;
}
.main_bg {
	background: #cdcdcd;
}
.left_banners_down h2 {
	text-align: center;
	background: transparent;
	color: #232323;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 15px;
}
a.more {
	background: transparent url(/img/main_sprite6.gif) left top no-repeat;
	background-position: -1001px -18px;
	padding-left: 15px;
	height: 9px;
	width: 8px;
}
#bonus {
	background: #cdcdcd url(/img/bon.gif) no-repeat bottom;
	color: #000;
	padding: 10px 10px 160px 10px;
}
#learn4 {
	background: #cdcdcd url(/img/gir4.gif) no-repeat bottom;
	color: #000;
	padding: 10px 10px 160px 10px;
}
#learn {
	background: #cdcdcd url(/img/gir.gif) no-repeat bottom;
	color: #000;
	padding: 10px 10px 160px 10px;
}
#forexnews {
	background: #cdcdcd url(/img/analitika.jpg) no-repeat bottom;
	color: #000;
	padding: 10px 10px 160px 10px;
}
#insupport {
	background: #cdcdcd url(/img/insupport.jpg) no-repeat bottom;
	color: #000;
	padding: 10px 10px 160px 10px;
}
#insupporten {
	background: #cdcdcd url(/img/insupporten.jpg) no-repeat bottom;
	color: #000;
	padding: 10px 10px 160px 10px;
}
#gift {
	background: #cac3b8 url(/img/gift.jpg) no-repeat bottom;
	color: #000;
	padding: 10px 10px 160px 10px;
}
#segregate {
	background: #cdcdcd url(/img/segregate.jpg) no-repeat bottom;
	color: #000;
	padding: 10px 10px 160px 10px;
}
#content_page {
	min-height: 700px;
}
.links {
	margin-bottom: 20px;
}
.links td {
	padding: 4px 8px 4px 10px;
}
#content_page h1 {
	color: red;
	font: 22px Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	text-align: center;
}
#content_page h2 {
	color: #212121;
	font: 19px Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	text-align: left;
	padding: 0px;
	padding-top: 6px;
}
#content_page h3 {
	color: #FF0000;
	font: 12px/16px Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-align: left;
}


.live_chat_teaser {
	background: transparent url(/img/main_sprite6.gif) left top no-repeat;
	background-position: -776px 0;
	height: 114px;
	width: 225px;
}
.forex_news_teaser {
	background: transparent url(/img/forex_news.png) left top no-repeat;
	height: 80px;
	width: 210px;
}
.forex_news_teaser p.red_text {
	width: 110px;
	float: left;
	margin-left: 5px;
	font-weight: bold;
	color: #db170f;
	padding-top: 32px;
	font-size: 12px;
	text-transform: uppercase;
}
.segregate_accounts_teaser {
	background: transparent url(/img/segregate_accounts.png) left top no-repeat;
	height: 80px;
	width: 210px;
}
.segregate_accounts_teaser p.red_text {
	width: 140px;
	float: left;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
	color: #db170f;
	padding-top: 20px;
	font-size: 12px;
}
.segregate_accounts_teaser p.black_text {
	width: 140px;
	float: left;
	text-align: left;
	margin: 0 10px;
	font-weight: normal;
	color: black;
	padding: 0;
	font-size: 10px;
}
.i1 {
	background: transparent url(http://www.avivafx.com//img/main_sprite6.gif) left top no-repeat;
	background-position: -1009px 0;
	width: 21px;
	height: 18px;
}
.i2 {
	background: transparent url(http://www.avivafx.com/img/main_sprite6.gif) left top no-repeat;
	background-position: -1030px 0;
	width: 21px;
	height: 18px;
}
.i3 {
	background: transparent url(http://www.avivafx.com/img/main_sprite6.gif) left top no-repeat;
	background-position: -1051px 0;
	width: 21px;
	height: 18px;
}
.i4 {
	background: transparent url(http://www.avivafx.com/img/main_sprite6.gif) left top no-repeat;
	background-position: -1072px 0;
	width: 21px;
	height: 18px;
}
.icon1 {
	background: transparent url(/img/main_sprite6.gif) left top no-repeat;
	background-position: -614px 0;
	width: 27px;
	height: 27px;
}
.icon2 {
	background: transparent url(/img/main_sprite6.gif) left top no-repeat;
	background-position: -641px 0;
	width: 27px;
	height: 27px;
}
.icon3 {
	background: transparent url(/img/main_sprite6.gif) left top no-repeat;
	background-position: -668px 0;
	width: 27px;
	height: 27px;
}
.icon4 {
	background: transparent url(/img/main_sprite6.gif) left top no-repeat;
	background-position: -695px 0;
	width: 27px;
	height: 27px;
}
.icon5 {
	background: transparent url(/img/main_sprite6.gif) left top no-repeat;
	background-position: -722px 0;
	width: 27px;
	height: 27px;
}
.icon6 {
	background: transparent url(/img/main_sprite6.gif) left top no-repeat;
	background-position: -749px 0;
	width: 27px;
	height: 27px;
}
.hidden_wnd {
	position: absolute;
	z-index: 99;
	display: none;
}
div.lng-sel {
	position: absolute;
	right: 235px;
	top: 31px;
	z-index: 1;
}
div.cab-sel {
	position: absolute;
	right: 420px;
	top: 32px;
	z-index: 1;
}
div.cab-sel div.sel {
	position: relative;
	height: 26px;
	font-family: "Calibri";
	font-size: 12px;
	color: #344049;
	cursor: pointer;
	background: url(http://www.avivafx.com/img/myaviva.gif) left top no-repeat;
	width: 173px;
}
div.lng-sel div.sel {
	position: relative;
	height: 30px;
	font-family: "Calibri";
	font-size: 12px;
	color: #676767;
	cursor: pointer;
	background: url(http://www.avivafx.com//img/sprite_others3.png) left top no-repeat;
	background-position: -151px -42px;
	width: 175px;
}
div.lng-sel div.sel:hover {
	background: url(/img/sprite_others3.png) left top no-repeat;
	background-position: -151px -42px;
	height: 30x;
}
div.lng-sel div.current {
	font: bold 12px Verdana;
	color: #676767;
	padding: 6px 0 0 15px;
}
div.lng-sel div.current span {
	margin-left: 10px;
}
div.lng-sel div.current img {
	position: relative;
	top: -1px;
	left: 5px;
	vertical-align: middle;
	margin-right: 6px;
}
div.cab-sel div.cab-current {
	font: bold 12px Verdana;
	color: white;
	padding: 5px 0 0 15px;
}
div.cab-sel div.cab-current img {
	position: relative;
	top: -1px;
	vertical-align: middle;
	margin-right: 6px;
}
div.cab-list {
	position: absolute;
	left: 0px;
	top: 25px;
	width: 170px;
	display: none;
}
div.lng-list {
	position: absolute;
	left: 2px;
	top: 26px;
	width: 170px;
	display: none;
}
div.lng-sublist {
	position: absolute;
	right: 147px;
	top: -8px;
	width: 160px;
	display: none;
}
div.lng-sel div.sel:hover div.lng-list {
	display: block;
}
ul.lng-list-mid li:hover div.lng-sublist {
	display: block;
}
div.cab-list-top {
	height: 8px;
	overflow: hidden;
	background: url(/img/sprite_others3.png) left top no-repeat;
	background-position: -177px -10px;
	height: 8px;
	width: 170px;
}
div.lng-list-top {
	height: 8px;
	overflow: hidden;
	background: url(/img/sprite_others3.png) left top no-repeat;
	background-position: -177px -21px;
	height: 8px;
	width: 170px;
}
div.cab-list-bottom {
	height: 10px;
	overflow: hidden;
	background: url(/img/sprite_others3.png) left top no-repeat;
	background-position: -350px -11px;
	width: 170px;
}
div.lng-list-bottom {
	height: 10px;
	overflow: hidden;
	background: url(/img/sprite_others3.png) left top no-repeat;
	background-position: -354px -27px;
	height: 10px;
	width: 170px;
}
ul.lng-list-mid {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	background: #fff;
}
ul.cab-list-mid {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	background: #fff;
}
ul.lng-list-mid li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
ul.lng-list-mid li a {
	font: bold 12px Verdana;
	color: #676767;
}
ul.cab-list-mid li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.lng-sel, div.cab-sel {
	text-align: left;
}
div.lng-sel div.sel a, div.cab-sel div.sel a {
	display: block;
	padding: 3px 5px 3px 16px;
	color: #344049;
	text-decoration: none;
}
div.lng-sel div.sel a:hover, ul.lng-list-mid li:hover a, div.cab-sel div.sel a:hover {
	background-color: #949494;
}
ul.lng-list-mid li:hover li a, ul.lng-list-mid li.sfhover li a {
	display: block;
	padding: 3px 5px 3px 16px;
	color: #344049;
	text-decoration: none;
	background: none transparent;
}
ul.cab-list-mid li:hover li a {
	display: block;
	color: #344049;
	text-decoration: none;
	background: none transparent;
}
div.lng-sel div.sel a img, div.cab-sel div.sel a img {
	position: relative;
	top: -1px;
	vertical-align: middle;
	margin-right: 13px;
}
table.lr-border {
	margin: 0;
	width: 170px;
	background-color: #db170f;
}
table.lr-border td.l-border {
	height: 2px;
	font-size: 0;
	overflow: hidden;
	background: #8d0400;
	background-position: -535px -11px;
	width: 1px;
}
table.lr-border td.r-border {
	font-size: 0;
	background: #8d0400;
	background-position: -548px -11px;
	width: 1px;
}
table.lng-lr-border {
	margin: 0;
	width: 170px;
	background-color: #a7a7a7;
}
table.lng-lr-border td.l-border {
	width: 1px;
	font-size: 0;
	overflow: hidden;
	background: url(http://www.avivafx.com/img/sprite_others3.png)repeat;
	background-position: -561px 0px;
}
.lang_ru {
	background: transparent url("/img/flags.png") no-repeat;
	background-position: -198px 0;
	height: 12px;
	width: 18px;
}
.lang_en {
	background: transparent url("/img/flags.png") no-repeat;
	background-position: -54px 0;
	height: 12px;
	width: 18px;
}
.lang_id {
	background: transparent url("/img/flags.png") no-repeat;
	background-position: -108px 0;
	height: 12px;
	width: 18px;
}
.lang_ms {
	background: transparent url("/img/flags.png") no-repeat;
	background-position: -162px 0;
	height: 12px;
	width: 18px;
}
.lang_de {
	background: transparent url("/img/flags.png") no-repeat;
	background-position: -36px 0;
	height: 12px;
	width: 18px;
}
.lang_cn {
	background: transparent url("/img/flags.png") no-repeat;
	background-position: -18px 0;
	height: 12px;
	width: 18px;
}
.lang_ir {
	background: transparent url("/img/flags.png") no-repeat;
	background-position: -126px 0;
	height: 12px;
	width: 18px;
}
.lang_fr {
	background: transparent url("/img/flags.png") no-repeat;
	background-position: -72px 0;
	height: 12px;
	width: 18px;
}
.lang_ar {
	background: transparent url("/img/flags.png") no-repeat;
	height: 12px;
	width: 18px;
}
.lang_pt {
	background: transparent url("/img/flags.png") no-repeat;
	background-position: -180px 0;
	height: 12px;
	width: 18px;
}
.lang_sp {
	background: transparent url("/img/flags.png") no-repeat;
	background-position: -180px 0;
	height: 12px;
	width: 18px;
}
.lang_lv {
	background: transparent url("/img/flags.png") no-repeat;
	background-position: -144px 0;
	height: 12px;
	width: 18px;
}
.lang_ge {
	background: transparent url("/img/flags.png") no-repeat;
	background-position: -90px 0;
	height: 12px;
	width: 18px;
}
.lang_tr {
	background: transparent url("/img/flags.png") no-repeat;
	background-position: -216px 0;
	height: 12px;
	width: 18px;
}
.lang_th {
	background: transparent url("/img/flags.png") no-repeat;
	background-position: -234px 0;
	height: 12px;
	width: 18px;
}
.lang_ro {
	background: transparent url("/img/flags.png") no-repeat;
	background-position: -252px 0;
	height: 12px;
	width: 18px;
}
.lang_az {
	background: transparent url("/img/flags.png") no-repeat;
	background-position: -270px 0;
	height: 12px;
	width: 18px;
}
.calendar_naw {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 100%;
}
.calendar_naw thead tr th {
	border-bottom: 1px solid #DBDBDB;
	font-weight: bold;
	padding: 5px;
}
.calendar_naw caption, .calendar_naw th, .calendar_naw td {
	text-align: left;
	padding: 3px;
	border-bottom: 1px solid #E7E5E5;
	color: #000000;
}
.calendar_naw thead tr.head2 {
	height: 25px;
}
.calendar_naw tr:hover {
	background: #F5F5F5;
}
.quotes_naw td.green {
	color: green;
}
.quotes_naw td.red {
	color: red;
}
.gallery_info {
	font-size: 90%;
	color: grey;
	padding-left: 10px;
}
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 18px 6px;
	padding: 0px;
	margin-bottom: 15px;
	float: left;
	position: relative;
	width: 205px;
	height: 187px;
	background: url(/img/sprite_icons.png) no-repeat left bottom;
}
.gallery img {
	background: #fff;
	border: none 0;
	border-bottom: none;
}
.gallery a img {
	border: 5px solid #DADADA;
}
.gallery a:hover img {
	border: 5px solid #787878;
}
.gallery a {
	text-decoration: none;
}
.icon_mail, .icon_addr, .icon_calc, .icon_demo, .icon_icq, .icon_ltp, .icon_mail, .icon_mr, .icon_msn, .icon_phone, .icon_skype, .icon_tind, .icon_webs, .icon_yahu {
	width: 27px;
	height: 27px;
}
.icon_mail {
	background: url("/data/sprite_icons.png") no-repeat;
	background-position: -355px 0;
}
.icon_addr {
	background: url("/img/sprite_icons.png") no-repeat;
	background-position: -214px 0;
}
.icon_calc {
	background: url("/img/sprite_icons.png") no-repeat;
	background-position: -244px 0;
}
.icon_demo {
	background: url("/img/sprite_icons.png") no-repeat;
	background-position: -271px 0;
}
.icon_icq {
	background: url("/img/sprite_icons.png") no-repeat;
	background-position: -298px 0;
}
.icon_ltp {
	background: url("/img/sprite_icons.png") no-repeat;
	background-position: -328px 0;
}
.icon_mr {
	background: url("/img/sprite_icons.png") no-repeat;
	background-position: -385px 0;
}
.icon_msn {
	background: url("/img/sprite_icons.png") no-repeat;
	background-position: -412px 0;
}
.icon_phone {
	background: url("/img/sprite_icons.png") no-repeat;
	background-position: -442px 0;
}
.icon_skype {
	background: url("/img/sprite_icons.png") no-repeat;
	background-position: -472px 0;
}
.icon_tind {
	background: url("/img/sprite_icons.png") no-repeat;
	background-position: -501px 0;
}
.icon_webs {
	background: url("/img/sprite_icons.png") no-repeat;
	background-position: -528px 0;
}
.icon_yahu {
	background: url("/img/sprite_icons.png") no-repeat;
	background-position: -558px 0;
}
.btm {
	background: red url("/img/btm.png") no-repeat;
	border: none 0;
	color: #e2e2e2;
	font-size: 16px;
	background-position: -481px 0;
	height: 62px;
	width: 250px;
}
.btn_all {
	background: red url("/img/btn_all.png") no-repeat;
	border: none 0;
	color: #FFFFFF;
	font-size: 16px;
	height: 62px;
	width: 250px;
	cursor: pointer;
}
._calculator {
	margin-left: auto;
	margin-right: auto;
}
._calculator td, ._calculator th {
	border-bottom: 1px solid #f5f5f5;
	padding: 4px 6px;
	color: #717171;
	font: 10px Tahoma,Verdana,Arial,Helvetica,sans-serif;
}
._calculator th {
	color: #fff;
	background-color: #db170f;
	font-weight: bold;
}
._calculator tr.even td {
	background-color: #e7e5e5;
	color: #000;
}
.offer_panel {
	border: 1px solid #C7C7C7;
	vertical-align: top;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #eeeff1;
	color: #000000;
	width: 380px;
	margin-left: auto;
	margin-right: auto;
}
.offer_input {
	width: 300px;
}
.offer_select {
	width: 302px;
}
.offer_text {
	width: 300px;
	height: 70px;
}
.exchange_prezentation {
	border-collapse: collapse;
	background: #fafafa;
	border: 1px solid silver;
	font-family: Tahoma;
	color: #434343;
}
.exchange_prezentation td {
	width: 4px;
	border: 1px solid silver;
	font-size: 10px;
	padding-bottom: 3px;
}
.exchange_prezentation th, .thd {
	background-color: #DCDCDC;
	border: 1px solid gray;
	text-align: center;
	padding: 3px;
	font-size: 12px;
}
.exchange_prezentation tr:hover {
	background-color: #f0f0f0;
}
#hummer-rules p {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
#hummer-rules p.footer {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
}
#hummer-rules table.rates {
	margin: 20px auto;
}
#hummer-rules table.rates tr td {
	border: 0px;
	text-align: center;
	padding: 3px;
}
#hummer-rules span.hum_digit {
	color: #DB170F;
	font-weight: bold;
}
div.hummer-tbl-header {
	margin: 0 0 25px 0;
	font-size: 14px;
}
.hummerbg {
	background: url(/img/fon.png) center no-repeat;
	height: 500px;
}
table.hnum_table {
	margin: 0 auto;
}
table.hnum_table tr td {
	border: 2px solid #DB170F;
	border-collapse: collapse;
	padding: 4px;
}
div.hnum, span.hnum {
	font-weight: bold;
	font-size: 16px;
	margin: 20px 0 40px 0;
	height: 100px;
}
#hnum {
	height: 60px;
	width: 50px;
	margin: 15px;
}
.contest-ret {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
table.contest tr.head td {
	cursor: pointer;
}
.contest-table {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin: 20px;
}
.contest-table p {
	font-weight: bold;
	text-align: center;
}
.defaultText {
	width: 200px;
}
.defaultTextActive {
	color: #a1a1a1;
	font-style: italic;
}
.defaultTextSearch {
	color: #a1a1a1;
	font-style: normal;
}
div.msg-no-contest {
	text-align: center;
	margin: 30px 0 30px 0;
	font-weight: bold;
	font-family: "Calibri";
	font-size: 14px;
}
._AjaxCPagesBar {
	margin-top: 15px;
	padding: 5px 5px 5px 0;
	font-size: 11px;
	font-weight: normal;
}
._AjaxCPagesBar a {
	color: #232323;
	padding: 3px 7px;
	border: solid 1px #232323;
	text-decoration: none;
	background: #EAEAEA;
}
._AjaxCPagesBar a:hover, ._CurP {
	padding: 3px 7px;
	border: solid 1px #232323;
	background: #333333;
	color: white;
}
.contest-ret {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
table.contest tr.head td {
	csor: pointer;
}
.contest-table {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin: 20px;
}
.contest-table p {
	font-weight: bold;
	text-align: center;
}
.no-border {
	border-style: 0 none;
}
.sublist {
	margin-left: 25px;
}
table.contest-reg {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#r {
	clear: both;
}
.btn {
	background: url(/img/bg_btn.gif) repeat-x;
	border: 2px solid #000;
	border-top: none;
	color: #fff;
	padding: 2px 8px 0px 8px;
	font: 11px Tahoma,Verdana,Arial,Helvetica,sans-serif;
	cursor: pointer;
}
.field {
	border: 1px solid #000;
	margin: 0px 4px;
}
.disqualified {
	color: #FF0000;
	font-weight: bold;
}
table.contest_wrap {
	width: 454px;
	background-color: #beb5b5;
	font-size: 12px;
	margin: 0 auto;
}
table.contest {
	width: 460px;
	border: 0;
}
table.contest tr td {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
tr.head {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
}
td.extended {
	text-align: center;
	color: #837d7d;
	padding-left: 10px;
	padding-right: 10px;
}
tr.grey {
	background-color: #e7e5e5;
	color: grey;
	font-color: grey;
}
tr.white {
	background-color: #FFFFFF;
	color: grey;
	font-color: grey;
}
table.contest_wrap {
	width: 454px;
	background-color: #beb5b5;
	font-size: 12px;
	margin: 0 auto;
}
table.contest {
	width: 460px;
	border: 0;
}
table.contest tr td {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.h1_rules {
	font-weight: bold;
	font-size: 14px;
}
.pht {
	margin: 10px;
}
.spec {
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.spec td, .spec th {
	border-bottom: 1px solid #f5f5f5;
	padding: 4px 6px;
	color: #000;
	font: 10px Tahoma,Verdana,Arial,Helvetica,sans-serif;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #e7e5e6;
}
.spec th {
	color: #fff;
	background-color: #db170f;
	font-weight: bold;
}
.spec td.first {
	background-color: #dedad9;
}
.spec tr.even td.first {
	background-color: #f4f3f1;
}
.spec tr.even td {
	background-color: #fff;
}
.spec {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
.spec td, .spec th {
	padding: 4px 6px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.nt {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
.nt td, .nt th {
	padding: 4px 6px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.first {
}
.even {
}
.button_offers {
	border: 1px solid #636466;
	width: 150px;
	height: 30px;
	background-color: #636466;
	color: #FFFFFF;
}
.button_offers:hover {
	background-color: #db170f;
}
.offer_panel {
	border: 1px solid #C7C7C7;
	vertical-align: top;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #eeeff1;
	color: #000000;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}
.offer_input {
	width: 200px;
}
.offer_select {
	width: 204px;
}
.offer_text {
	width: 200px;
	height: 70px;
}
.contest_logo {
	float: right;
	margin-top: 10px;
}
.contest_error {
	margin: 0 0 5px 0;
	padding: 3px 7px;
	border: #FC6 1px solid;
	background-color: #FFC;
	width: 200px;
}
.contest_offer_input {
	width: 200px;
	margin: 0 0 5px 0;
	padding: 3px 7px;
}
.contest_addon {
	margin: 0 0 5px 0;
	padding: 3px 7px;
}
.contest_reg {
	margin: 0 0 5px 0;
	padding: 3px 7px;
	font-weight: bold;
	font-size: 14px;
	color: green;
	text-align: center;
}
.best-cont-temp {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0 none;
	width: 100%;
}
.best-cont-temp td {
	padding: 0;
	border: 0 none;
	vertical-align: top;
}
td.humm-bn {
	padding: 0 41px 0 0px;
	width: 1%;
}
td.humm-bn img {
	border: 0;
}
h3 {
	color: #fff;
	font: 12px/16px Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 7px 35px 9px 17px;
	background:  url(http://www.avivafx.com/img/bg-h3.png) left bottom repeat;
}

#akciya h3.best-cond {
	font: 18px/24px Tahoma sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 10px 2px 0;
	color: #010101;
	background: #e5e5e5 url(/img/bg-action-h.gif) left top repeat;
}
h3.best-cond span {
	padding-left: 14px;
	color: #db2520;
	background: url(/img/bg-action-h-fl.gif) left top no-repeat;
}
ul.best-cond {
	padding: 0 10px 0 0px;
	margin: 0;
}
ul.best-cond li {
	padding: 0 10px 8px 20px;
	margin: 0;
	color: #000;
	font-weight: bold;
	background: url(/img/bg-best-cond-it.gif) left 2px no-repeat;
}
#news {
	padding-left: 15px;
}
table.if-new-news {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
table.if-new-news td {
	padding: 0;
	vertical-align: top;
}
table.if-new-news td.news {
	padding: 1px 5px 1px;
	border: 1px solid #dcdcdc;
	background: #f0f0f0;
}
table.if-new-news td.sep-l {
	width: 5px;
	border-right: 0px solid #ccc;
}
table.if-new-news td.sep-r {
	width: 10px;
}
table.if-new-news td.sep-h {
	height: 8px;
	line-height: 0;
}
table.if-new-news div.date {
	padding-left: 7px;
	margin-bottom: 4px;
	width: 75px;
	height: 18px;
	line-height: 17px;
	color: #db2520;
	font-weight: bold;
	background: #ccc url(/img/bg-if-new-news-date.gif) left top no-repeat;
}
table.if-new-news div.news {
	padding: 6px 1px 0px 7px;
	color: #000;
}
table.if-new-news div.more {
	text-align: right;
}
table.if-new-news div.more a {
	color: #db2520;
	font-weight: bold;
}
div.representations {
	margin-top: 20px;
	padding-top: 161px;
	background: url(/img/map.jpg) center top no-repeat;
}
table.representations {
	margin: 0 auto;
}
td.rp-flag {
	width: 119px;
	padding: 0 27px 35px 0;
}
td.rp-info {
	padding-bottom: 35px;
	vertical-align: middle;
}
div.rp-info {
	width: 285px;
	border: 1px solid #dc170f;
	background: #f1dcdb url(/img/bg-represent.png) left top repeat-x;
}
div.rpi {
	padding: 15px 0 0 19px;
	height: 50px;
	background: url(/img/bg-represent2.png) right bottom no-repeat;
	text-align: left;
}
div.rpi_ar {
	padding: 15px 0 0 19px;
	height: 50px;
	background: url(/img/bg-represent21.png) left bottom no-repeat;
}
div.rp-name {
	padding-bottom: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
div.rp-num {
	font-size: 11px;
}
div.rp-num a {
	padding-left: 15px;
	background: url(/img/bg-rp-num-lnk.gif) left 5px no-repeat;
}
div.contests-pg {
	color: #5a5252;
}
div.contests-pg p {
	padding: 0;
	margin: 0 0 2px 0;
	line-height: 16px;
}
div.contests-pg h2 {
	padding: 0;
	margin: 0 0 10px 0;
	height: 27px;
	line-height: 27px;
	font-family: "Arial";
	font-size: 18px;
	text-align: center;
}
div.contests-pg h2 span {
	padding: 2px 5px 2px;
	height: 27px;
	line-height: 27px;
	background: #dbdbdb url(/img/bg-contests-h.gif) left top repeat-x;
}
div.rounded-img {
	position: relative;
	float: left;
	margin: 0 15px 5px 0;
	line-height: 0;
}
div.rounded-img div.tl {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(/img/img-over-tl.png) left top no-repeat;
}
div.rounded-img div.tr {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(/img/img-over-tr.png) left top no-repeat;
}
div.rounded-img div.bl {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(/img/img-over-bl.png) left top no-repeat;
}
div.rounded-img div.br {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(/img/img-over-br.png) left top no-repeat;
}
* html div.rounded-img div.bl {
	bottom: -1px;
}
* html div.rounded-img div.br {
	bottom: -1px;
}
div.rounded-img img {
	padding: 5px;
	border: 1px solid #db2520;
	background: #fff;
	vertical-align: middle;
}
#content_page div.contests-pg h2 {
	text-align: center;
}
#video1 {
	padding-left: 30px;
}
#video1 div.v_cont {
	width: 530px;
}
#video1 div.v_cont h2.video_h2 {
	padding-top: 20px;
	font: normal 18px Tahoma;
	color: #db170f;
	text-align: left;
}
#video1 div.v_cont div.video_block {
	width: 520px;
	float: left;
	border: 1px solid silver;
	text-align: left;
}
#video1 div.v_cont div.video_block div.video_p {
	float: right;
	width: 190px;
	padding-top: 20px;
}
#video1 div.v_cont div.video_block div.video {
	float: left;
	padding: 1px;
	border-right: 1px solid silver;
}
#down_menu tr td.level1 {
	width: 200px;
	padding-rigth: 5px;
	height: 20px;
}
#down_menu tr {
	height: 20px;
	border: 1px solid red;
}
a.three_links {
	background: transparent url(http://www.avivafx.com//img/three_arrow.png) no-repeat top left;
	color: white;
	cursor: pointer;
	display: block;
	font-family: "Tahoma";
	font-size: 11px;
	font-weight: normal;
	height: 15px;
	line-height: 10px;
	text-align: left;
	text-decoration: underline;
	width: 214px;
	padding-left: 20px;
	margin-top: 12px;
	margin-left: 10px;
}
div.three_links_hidden {
	position: absolute;
	top: 0;
	left: 0;
	width: 196px;
	height: 30px;
	background: #FFFFFF;
	opacity: 0.1;
	filter: alpha(opacity=10);
	cursor: hand;
}
div .icg {
	position: absolute;
	top: 76px;
	left: 460px;
	width: 196px;
	height: 30px;
}
.three_arrow {
	background: transparent url('http://www.avivafx.com//img/three_arrow.png') no-repeat;
	height: 10px;
	width: 9px;
}
.three_links_bg {
	height: 85px;
	width: 245px;
	position: absolute;
	top: 94px;
	left: 646px;
	opacity: 0.9;
	display: none;
	line-height: 20px;
}
.three_arrow_active {
	background-position: -245px 0;
}
div.three_arrow a.three_arrow_normal {
	background-position: -245px -16px;
	color: white;
	cursor: pointer;
	display: block;
	font-family: "Tahoma";
	font-size: 11px;
	font-weight: normal;
	height: 15px;
	min-width: 214px;
	line-height: 10px;
	text-align: left;
	text-decoration: underline;
	padding-left: 20px;
	margin-top: 12px;
	margin-left: 10px;
}
div.three_arrow a.three_arrow_normal:hover {
	background-position: -245px 0;
	color: white;
	text-decoration: none;
}
.defText {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #a1a1a1;
}
.defTextActive {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #a1a1a1;
}
div.cab-sel form.cab-auth {
	text-align: center;
}
div.cab-sel form.cab-auth input.cab-auth-button {
	vertical-align: center;
	background: url(http://www.avivafx.com//img/sprite_others3.png);
	background-position: -2px -103px;
	width: 148px;
	cursor: pointer;
	height: 26px;
	border: 0 none;
	margin-top: 20px;
	color: White;
	cursor: pointer;
	font: bold 12px Verdana;
}
div.cab-sel div.hide-cab {
	background: url(/img/sprite_others3.png) no-repeat center;
	background-position: 69px -44px;
	width: 83px;
	margin-bottom: 5px;
	padding-left: 5px;
	height: 20px;
	font-family: "Calibri";
	text-align: center;
	z-index: 9999;
}
div.cab-sel form.cab-auth input.cab-auth-button:hover {
	background: url(http://www.avivafx.com/img/sprite_others3.png);
	background-position: -150px -103px;
	width: 148px;
}
div.cab-sel form.cab-auth input.nice_input {
	padding-top: 6px;
	padding-bottom: 8px;
	margin-top: 10px;
	background: url(http://www.avivafx.com/img/sprite_others3.png);
	background-position: -4px -72px;
	width: 140px;
	height: 11px;
	border: none;
	padding-left: 5px;
	line-height: 10px;
}
div.cab-bg, div.cab-bg * {
	background: #db170f;
}
.preloader1 {
	background: transparent url(/img/ajax-loader-player.gif) no-repeat 50% 50%;
}
.preloader2 {
	background: transparent url(/img/ajax-loader-player.gif) no-repeat 50% 50%;
}
.player {
	position: absolute;
	top: 0;
	left: 0;
}
.share-div {
	clear: both;
	display: none;
	width: 150px;
}
.share {
	float: right;
	margin-bottom: 5px;
	cursor: pointer;
	clear: left;
	visibility: visible;
}

/*.heading {
	width: 600px;
	margin: 0 0 10px 0;
}
.heading img {
	vertical-align: middle;
	padding: 0 17px 0 0;
}*/
.trvideo {
	height: 258px;
	width: 334px;
	margin-right: 5px;
	background: url(/img/gradient_video.png);
}
.trvideo img {
	margin: 16px;
	padding: 1px;
	background: white;
}
.game {
	height: 486px;
	width: 637px;
	margin: 5px;
	background: url(/img/gradient_tr.png);
}
.game img {
	margin: 16px;
	padding: 1px;
	background: white;
}
.text {
	height: 258px;
	width: 334px;
	margin-left: 5px;
	background: url(/img/gradient_text.png);
}
.text p {
	padding: 17px;
	text-align: justify;
}
.award {
	height: 20px;
	width: 230px;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid red;
	float: right;
	margin-top: 9px;
	line-height: 9px;
	padding-bottom: 12px;
}
.award a {
	font-size: 10px;
}
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	position: absolute;
	left: -99999999px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ui-helper-clearfix {
	display: inline-block;
}
* html .ui-helper-clearfix {
	height: 1%;
}
.ui-helper-clearfix {
	display: block;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}
.ui-state-disabled {
	cursor: default !important;
}
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	width: 670px;
	border: 1px solid #aaaaaa;
	background: #E0E1E2 url(/img/ui-bg_highlight-hard_85_E0E1E2_1x100.png) 50% top repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #5e0808;
	background-color: #DB170F;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}
.ui-state-default, .ui-widget-content .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(/img/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
	outline: none;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
	outline: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url(/img/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #D11819;
	outline: none;
}
.ui-state-hover a, .ui-state-hover a:hover {
	color: #D11819;
	text-decoration: none;
	outline: none;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	border: 1px solid #d70909;
	background: #ffffff url(/img/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #D11819;
	outline: none;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #D11819;
	outline: none;
	text-decoration: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(/img/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a {
	color: #363636;
}
.ui-state-error, .ui-widget-content .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(/img/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x;
	color: #cd0a0a;
}
.ui-state-error a, .ui-widget-content .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text {
	color: #cd0a0a;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}
.ui-icon {
	width: 16px;
	height: 16px;
	background-image: url(/img/ui-icons_222222_256x240.png);
}
.ui-widget-content .ui-icon {
	background-image: url(/img/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/img/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(/img/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
	background-image: url(/img/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(/img/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(/img/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url(/img/ui-icons_cd0a0a_256x240.png);
}
.ui-icon-carat-1-n {
	background-position: 0 0;
}
.ui-icon-carat-1-ne {
	background-position: -16px 0;
}
.ui-icon-carat-1-e {
	background-position: -32px 0;
}
.ui-icon-carat-1-se {
	background-position: -48px 0;
}
.ui-icon-carat-1-s {
	background-position: -64px 0;
}
.ui-icon-carat-1-sw {
	background-position: -80px 0;
}
.ui-icon-carat-1-w {
	background-position: -96px 0;
}
.ui-icon-carat-1-nw {
	background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}
.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}
.ui-icon-arrow-4 {
	background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}
.ui-icon-extlink {
	background-position: -32px -80px;
}
.ui-icon-newwin {
	background-position: -48px -80px;
}
.ui-icon-refresh {
	background-position: -64px -80px;
}
.ui-icon-shuffle {
	background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}
.ui-icon-folder-open {
	background-position: -16px -96px;
}
.ui-icon-document {
	background-position: -32px -96px;
}
.ui-icon-document-b {
	background-position: -48px -96px;
}
.ui-icon-note {
	background-position: -64px -96px;
}
.ui-icon-mail-closed {
	background-position: -80px -96px;
}
.ui-icon-mail-open {
	background-position: -96px -96px;
}
.ui-icon-suitcase {
	background-position: -112px -96px;
}
.ui-icon-comment {
	background-position: -128px -96px;
}
.ui-icon-person {
	background-position: -144px -96px;
}
.ui-icon-print {
	background-position: -160px -96px;
}
.ui-icon-trash {
	background-position: -176px -96px;
}
.ui-icon-locked {
	background-position: -192px -96px;
}
.ui-icon-unlocked {
	background-position: -208px -96px;
}
.ui-icon-bookmark {
	background-position: -224px -96px;
}
.ui-icon-tag {
	background-position: -240px -96px;
}
.ui-icon-home {
	background-position: 0 -112px;
}
.ui-icon-flag {
	background-position: -16px -112px;
}
.ui-icon-calendar {
	background-position: -32px -112px;
}
.ui-icon-cart {
	background-position: -48px -112px;
}
.ui-icon-pencil {
	background-position: -64px -112px;
}
.ui-icon-clock {
	background-position: -80px -112px;
}
.ui-icon-disk {
	background-position: -96px -112px;
}
.ui-icon-calculator {
	background-position: -112px -112px;
}
.ui-icon-zoomin {
	background-position: -128px -112px;
}
.ui-icon-zoomout {
	background-position: -144px -112px;
}
.ui-icon-search {
	background-position: -160px -112px;
}
.ui-icon-wrench {
	background-position: -176px -112px;
}
.ui-icon-gear {
	background-position: -192px -112px;
}
.ui-icon-heart {
	background-position: -208px -112px;
}
.ui-icon-star {
	background-position: -224px -112px;
}
.ui-icon-link {
	background-position: -240px -112px;
}
.ui-icon-cancel {
	background-position: 0 -128px;
}
.ui-icon-plus {
	background-position: -16px -128px;
}
.ui-icon-plusthick {
	background-position: -32px -128px;
}
.ui-icon-minus {
	background-position: -48px -128px;
}
.ui-icon-minusthick {
	background-position: -64px -128px;
}
.ui-icon-close {
	background-position: -80px -128px;
}
.ui-icon-closethick {
	background-position: -96px -128px;
}
.ui-icon-key {
	background-position: -112px -128px;
}
.ui-icon-lightbulb {
	background-position: -128px -128px;
}
.ui-icon-scissors {
	background-position: -144px -128px;
}
.ui-icon-clipboard {
	background-position: -160px -128px;
}
.ui-icon-copy {
	background-position: -176px -128px;
}
.ui-icon-contact {
	background-position: -192px -128px;
}
.ui-icon-image {
	background-position: -208px -128px;
}
.ui-icon-video {
	background-position: -224px -128px;
}
.ui-icon-script {
	background-position: -240px -128px;
}
.ui-icon-alert {
	background-position: 0 -144px;
}
.ui-icon-info {
	background-position: -16px -144px;
}
.ui-icon-notice {
	background-position: -32px -144px;
}
.ui-icon-help {
	background-position: -48px -144px;
}
.ui-icon-check {
	background-position: -64px -144px;
}
.ui-icon-bullet {
	background-position: -80px -144px;
}
.ui-icon-radio-off {
	background-position: -96px -144px;
}
.ui-icon-radio-on {
	background-position: -112px -144px;
}
.ui-icon-pin-w {
	background-position: -128px -144px;
}
.ui-icon-pin-s {
	background-position: -144px -144px;
}
.ui-icon-play {
	background-position: 0 -160px;
}
.ui-icon-pause {
	background-position: -16px -160px;
}
.ui-icon-seek-next {
	background-position: -32px -160px;
}
.ui-icon-seek-prev {
	background-position: -48px -160px;
}
.ui-icon-seek-end {
	background-position: -64px -160px;
}
.ui-icon-seek-first {
	background-position: -80px -160px;
}
.ui-icon-stop {
	background-position: -96px -160px;
}
.ui-icon-eject {
	background-position: -112px -160px;
}
.ui-icon-volume-off {
	background-position: -128px -160px;
}
.ui-icon-volume-on {
	background-position: -144px -160px;
}
.ui-icon-power {
	background-position: 0 -176px;
}
.ui-icon-signal-diag {
	background-position: -16px -176px;
}
.ui-icon-signal {
	background-position: -32px -176px;
}
.ui-icon-battery-0 {
	background-position: -48px -176px;
}
.ui-icon-battery-1 {
	background-position: -64px -176px;
}
.ui-icon-battery-2 {
	background-position: -80px -176px;
}
.ui-icon-battery-3 {
	background-position: -96px -176px;
}
.ui-icon-circle-plus {
	background-position: 0 -192px;
}
.ui-icon-circle-minus {
	background-position: -16px -192px;
}
.ui-icon-circle-close {
	background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}
.ui-icon-circle-check {
	background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}
.ui-corner-tl {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
}
.ui-corner-tr {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}
.ui-corner-bl {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.ui-corner-br {
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.ui-corner-top {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}
.ui-corner-bottom {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.ui-corner-right {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.ui-corner-left {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.ui-corner-all {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.ui-widget-overlay {
	background: #aaaaaa url(/img/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .30;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(/img/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .30;
	filter: Alpha(Opacity=30);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	margin-top: 1px;
	zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
	display: inline;
}
.ui-accordion .ui-accordion-header-active {
	border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
	display: block;
	font-size: 1em;
	padding: .5em .5em .5em 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	margin-top: -2px;
	position: relative;
	top: 1px;
	margin-bottom: 2px;
	overflow: auto;
	display: none;
}
.ui-accordion .ui-accordion-content-active {
	display: block;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	float: left;
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
	float: right;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-datepicker-cover {
	display: none;
	display: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 200px;
	height: 200px;
}
.ui-dialog {
	position: relative;
	padding: .2em;
	width: 300px;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .5em .3em .3em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0 .2em;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 19px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
	display: block;
	margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
	padding: 0;
}
.ui-dialog .ui-dialog-content {
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
	zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin: .5em 0 0 0;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane button {
	float: right;
	margin: .5em .4em .5em 0;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	line-height: 1.4em;
	width: auto;
	overflow: visible;
}
.ui-dialog .ui-resizable-se {
	width: 14px;
	height: 14px;
	right: 3px;
	bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0px;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0px;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0px;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0px;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
}
.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-tabs {
	padding: .2em;
	zoom: 1;
}
.ui-tabs .ui-tabs-nav {
	list-style: none;
	position: relative;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	position: relative;
	float: left;
	border-bottom-width: 0 !important;
	margin: 0 .2em -1px 0;
	padding: 0;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	text-decoration: none;
	padding: .5em 1em;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	padding-bottom: 0px;
	border-bottom-width: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	padding: 10px 0 2px 0;
	display: block;
	border-width: 0;
	background: none;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
html, body {
	height: 100%;
}
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}
* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight>document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight+'px');
}
div#fancy_wrap {
	text-align: left;
}
div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}
div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/img/fancy_progress.png') no-repeat;
}
div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}
div#fancy_loading_icon {
	position: absolute;
	background: transparent;
	z-index: 35;
	width: 16px;
	height: 16px;
}
div#fancy_outer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	padding: 18px 18px 33px 18px;
	margin: 0;
	overflow: hidden;
	background: transparent;
	display: none;
}
div#fancy_inner {
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid #BBB;
	background: #FFF;
}
div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}
div#fancy_div {
	background: #FFFFFF;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}
img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/img/fancybox_sprite.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}
#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}
#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}
a#fancy_left, a#fancy_right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	z-index: 111;
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}
a#fancy_left {
	left: 0px;
}
a#fancy_right {
	right: 0px;
}
span.fancy_ico {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112;
	cursor: pointer;
	display: block;
}
span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/img/fancybox_sprite.png') no-repeat;
	background-position: -30px 0;
	height: 30px;
	width: 30px;
}
span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/img/fancybox_sprite.png') no-repeat;
	background-position: -60px 0;
	height: 30px;
	width: 30px;
}
a#fancy_left:hover {
	visibility: visible;
}
a#fancy_right:hover {
	visibility: visible;
}
a#fancy_left:hover span {
	left: 20px;
}
a#fancy_right:hover span {
	right: 20px;
}
.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
div#fancy_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/img/fancy_shadow_n.png') repeat-x;
}
div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/img/fancy_shadow_ne.png') no-repeat;
	background-position: -90px 0;
}
div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/img/fancy_shadow_e.png') repeat-y;
}
div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/img/fancy_shadow_se.png') no-repeat;
	background-position: -103px 0;
}
div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/img/fancy_shadow_s.png') repeat-x;
}
div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/img/fancy_shadow_sw.png') no-repeat;
	background-position: -116px 0;
}
div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/img/fancy_shadow_w.png') repeat-y;
}
div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/img/fancy_shadow_nw.png') no-repeat;
	background-position: -129px 0;
}
div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}
div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}
div#fancy_title table {
	margin: 0 auto;
}
div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}
td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/img/fancy_title_left.png) repeat-x;
}
td#fancy_title_main {
	height: 32px;
	background: transparent url(/img/fancy_title_main.png) repeat-x;
}
td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/img/fancy_title_right.png) repeat-x;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 auto;
}
.slider-wrap {
	margin: 20px 0;
	position: relative;
	width: 480px;
	margin: 0 auto;
}
.csw {
	width: 100%;
	height: 460px;
	background: #fff;
	overflow: scroll;
}
.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center;
}
.stripViewer {
	position: relative;
	overflow: hidden;
	border: 1px solid silver;
	margin: auto;
	width: 400px;
	height: 461px;
	clear: both;
	background: #fff;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}
.stripViewer .panelContainer .panel {
	float: left;
	height: 100%;
	position: relative;
	width: 400px;
}
.stripViewer .panelContainer .panel .wrapper {
	padding: 10px;
}
.stripNav {
	display: block;
	border: none 0;
	padding-left: 55px;
}
.stripNav ul {
	list-style: none;
	border: none 0;
	overflow: hidden;
	text-align: left;
	float: left;
	width: 500px;
	display: none;
}
.stripNav ul li {
	margin-right: 20px;
	text-align: left;
	float: left;
}
.stripNav a {
}
.stripNav li.tab1 a {
}
.stripNav li.tab2 a {
}
.stripNav li.tab3 a {
}
.stripNav li.tab4 a {
}
.stripNav li.tab5 a {
}
.stripNav li a:hover {
}
.stripNav li a.current {
}
.stripNavL, .stripNavR {
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}
.stripNavL {
	left: 0;
}
.stripNavR {
	right: 0;
}
.stripNavL {
	background: url("/img/slider_arrow-left.gif") no-repeat center;
}
.stripNavL:hover {
	background: url("/img/slider_arrow-left_hover.gif") no-repeat center;
}
.stripNavR {
	background: url("/img/slider_arrow-right.gif") no-repeat center;
}
.stripNavR:hover {
	background: url("/img/slider_arrow-right_hover.gif") no-repeat center;
}
#cross-links {
	display: none;
}
#wrapper {
	width: 680px;
	margin: 0 auto;
}
#slider {
	width: 620px;
	margin: 0 auto;
	position: relative;
}
.scroll {
	height: 461px;
	width: 615px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}
.scrollContainer div.panel {
	padding: 0px;
	height: 260px;
	width: 600px;
}
ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
}
ul.navigation li {
	display: inline;
	margin-right: 10px;
}
ul.navigation a {
	padding: 0px;
	color: #FF0000;
	text-decoration: none;
}
ul.navigation a:hover {
	background-color: #f6f6f6;
}
ul.navigation a.selected {
	background-color: #fff;
}
ul.navigation a:focus {
	outline: none;
}
.scrollButtons {
	position: absolute;
	top: 150px;
	cursor: pointer;
}
.scrollButtons.left {
	left: -20px;
}
.scrollButtons.right {
	right: -20px;
}