@import url("shadowbox.css");

* {
	margin: 0;
	padding: 0;
	outline: 0;
	border-width: 0;
	list-style: none;
}

body {
	font: 12px/16px Arial, Helvetica, Garuda, sans-serif;
	color: #C2C2C2;
	background: url(../images/en/a2.gif) repeat-y 50% 0;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input, textarea, select {
	font: 11px/13px Arial, Helvetica, Garuda, sans-serif;
	color: #A6A6A6;
}

h1, h2, h3, h4, h5, h6 {
	font: bold 12px/16px Arial, Helvetica, Garuda, sans-serif;
	color: #fff;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	display: block;
}

#bg1 {
	width: 100%;
	background: url(../images/en/a3.gif) repeat-x;
}

#bg2 {
	width: 100%;
	height: 590px;
	background: url(../images/en/a1.jpg) no-repeat 50% 0;
}

#bg1 > #bg2 {
	height: auto;
	min-height: 590px;
}

#top {
	margin: 0 auto;
	width: 924px;
	height: 112px;
	position: relative;
	overflow: hidden;
	background: url(../images/en/a4.gif) no-repeat 1px 57px;
}

#logo {
	position: absolute;
	top: 20px;
	right: 4px;
}

#lang {
	font-size: 11px;
	color: #D6D6D6;
	position: absolute;
	top: 22px;
	left: 3px;
}

#lang img {
	margin: 3px 6px 0 0;
	float: left;
}

#lang a {
	color: #D6D6D6;
}

#search-form {
	width: 212px;
	height: 21px;
	position: absolute;
	top: 19px;
	left: 168px;
	background: url(../images/en/a5.gif) no-repeat;
}

#search-form .text input {
	color: #C2C2C2;
	margin: 4px 0 0 9px;
	float: left;
	width: 93px;
	background: transparent;
}

#search-form .submit {
	float: right;
	width: 101px;
	height: 21px;
	overflow: hidden;
}

#search-form .submit input {
	cursor: pointer;
	padding: 0 0 0 200px;
	display: block;
	width: 101px;
	height: 21px;
	background: transparent;
}

#bottom {
	padding: 16px 0;
	float: right;
	clear: right;
	width: 755px;
	overflow: hidden;
}

#bottom .c1 {
	padding: 0 0 0 4px;
	float: left;
}

#bottom .c1 li {
	color: #DADADA;
	padding: 0 8px;
	float: left;
}

#bottom .c1 a {
	color: #DADADA;
}

#bottom .c2 {
	font-size: 11px;
	color: #5F93B1;
	padding: 0 6px 0 0;
	float: right;
}

#middle {
	margin: 0 auto;
	width: 924px;
	overflow: hidden;
}

#main-menu {
	padding: 0 0 2px;
	float: left;
	width: 159px;
}

#main-menu li {
	margin: 0 0 -2px;
	width: 159px;
}

#main-menu li .h {	
	display: block;
	width: 159px;
	height: 24px;
	position: relative;
	z-index: 5;	
	margin: 0 0 1px;
}

#main-menu li .h a {
	font-weight: bold;
	color: #858585;
	cursor: pointer;
	padding: 3px 0 0 12px;
	display: block;
	width: 147px;
	height: 21px;
	background: url(../images/en/b1.png) no-repeat;
}

#main-menu li.selected .h/*, #main-menu li.active .h*/ {
	margin: 2px 0 2px;
}

#main-menu li.selected .h a/*, #main-menu li.active .h a*/ {
	color: #2460A6;
	text-decoration: none;
	background: url(../images/en/b2.png) no-repeat;
}

#main-menu li.selected .submenu_wrapper {
	margin: -2px 0 0px;
}
#main-menu .submenu_wrapper {
	margin: -2px 0 0;
	padding: 0 0 1px;
}
#main-menu .submenu {
	display: none;
	width: 158px;
	position: relative;
}

#main-menu li.selected .submenu/*, #main-menu li.active .submenu*/ {
	/* display: block;*/
}

#main-menu .submenu ul {
	padding: 3px 0 0;
	width: 158px;
	background: url(../images/en/b3a.png) repeat-y;
}

#main-menu .submenu .bt {
	width: 158px;
	height: 6px;
	background: url(../images/en/b3b.png) no-repeat;
}

#main-menu .submenu li {
	margin: 0;
	padding: 3px 0 2px;
	width: 158px;
	background: url(../images/en/b3c.png) no-repeat;
}

#main-menu .submenu a {
	font-weight: normal;
	color: #fff;
	margin: 0 0 0 2px;
	padding: 2px 0 4px 15px;
	display: block;
	width: 139px;
	height: auto;
}

#main-menu .submenu a:hover,
#main-menu .submenu .selected a {
	color: #0069DB;
	text-decoration: none;
	background: #fff;
}

#main-top {
	float: right;
	width: 755px;
	overflow: hidden;
}

#main-top img {
	display: block;
}

#menu-wrapper {
	float: right;
	clear: right;
	width: 755px;
	position: relative;
}
#menu {
	margin: 12px 0 0 0;
	height: 26px;
	overflow: hidden;
	position: relative;
	float: left;
}

#menu .bgl {
	width: 14px;
	height: 3px;
	position: absolute;
	top: 23px;
	left: 0;
	background: url(../images/en/g3l.png) no-repeat;
}
#menu .bgr {
	width: 14px;
	height: 3px;
	position: absolute;
	top: 23px;
	right: -2px;
	background: url(../images/en/g3r.png) no-repeat;
}

#menu ul {
	padding: 0 1px 0 0;
}

#menu li {
	margin: 0 -1px 0 0;
	float: left;
}

#menu a {	
	height: 26px;
	float: left;
	background: url(../images/en/g1b.gif) repeat-x;
}

#menu a span.i1 {
	float: left;
	height: 26px;
	background: url(../images/en/g1a.gif) no-repeat;
}

#menu a span.i2 {
	cursor: pointer;
	float: left;
    display: block;
	background: url(../images/en/g1c.gif) no-repeat 100% 0;
}


#menu a span.i2 img {
  padding: 0 6px;
}

#menu a:hover,
#menu li.selected a,
#menu li.active a {	
	background: url(../images/en/g2b.gif) repeat-x;
}

#menu a:hover span.i1,
#menu li.selected a span.i1 {
	background: url(../images/en/g2a.gif) no-repeat;
}

#menu a:hover span.i2,
#menu li.selected a span.i2 {
	background: url(../images/en/g2c.gif) no-repeat 100% 0;
}

#menu img {
	margin: 6px 0 0;
	display: block;
}

#wrapper {
	margin: 12px 0 0;
	float: right;
	clear: right;
	width: 755px;
	overflow: hidden;
}

#content1 {
	float: left;
	width: 494px;
}

#content2 {
	float: left;
	width: 522px;
}

#content3 {
	float: left;
	width: 540px;
}

#content4 {
	float: left;
	width: 481px;
}

#sidebar1 {
	float: right;
	width: 257px;
}

#sidebar2 {
	float: right;
	width: 226px;
}

#sidebar3 {
	float: right;
	width: 207px;
}

#sidebar4 {
	float: right;
	width: 262px;
}

.cbg1 {
	width: 755px;
	overflow: hidden;
}

.cbg1 .bg1a,
.cbg1 .bg1b {
	width: 755px;
	height: 10px;
	overflow: hidden;
	background: url(../images/en/c4a.png) no-repeat;
}

.cbg1 .bg1b {
	background: url(../images/en/c4b.png) no-repeat;
}

.cbg1 .bg1c {
	width: 755px;
	background: url(../images/en/c4c.png) repeat-y;
}

.cbg1 .bg1d {
	margin: 0 0 0 1px;
	width: 753px;
	height: 157px;
	background: url(../images/en/c4d.png) repeat-x;
}

.cbg1 .bg2 {
	width: 755px;
	background: url(../images/en/c4e.png) repeat-y;
}

.cbg2 {
	width: 494px;
	overflow: hidden;
}

.cbg2 .bg1a,
.cbg2 .bg1b {
	width: 494px;
	height: 10px;
	overflow: hidden;
	background: url(../images/en/c5a.png) no-repeat;
}

.cbg2 .bg1b {
	background: url(../images/en/c5b.png) no-repeat;
}

.cbg2 .bg1c {
	width: 494px;
	background: url(../images/en/c5c.png) repeat-y;
}

.cbg2 .bg1d {
	margin: 0 0 0 1px;
	width: 492px;
	height: 157px;
	background: url(../images/en/c4d.png) repeat-x;
}

.cbg2 .bg2 {
	width: 494px;
	background: url(../images/en/c5e.png) repeat-y;
}

.cbg3 {
	width: 257px;
	overflow: hidden;
}

.cbg3 .bg1a,
.cbg3 .bg1b {
	width: 257px;
	height: 10px;
	overflow: hidden;
	background: url(../images/en/c6a.png) no-repeat;
}

.cbg3 .bg1b {
	background: url(../images/en/c6b.png) no-repeat;
}

.cbg3 .bg1c {
	width: 257px;
	background: url(../images/en/c6c.png) repeat-y;
}

.cbg3 .bg1d {
	margin: 0 0 0 1px;
	width: 255px;
	height: 157px;
	background: url(../images/en/c4d.png) repeat-x;
}

.cbg3 .bg2 {	
	width: 257px;
	background: url(../images/en/c6e.png) repeat-y;
}

.cbg4 {
	width: 522px;
	overflow: hidden;
}

.cbg4 .bg1a,
.cbg4 .bg1b {
	width: 522px;
	height: 10px;
	overflow: hidden;
	background: url(../images/en/c7a.png) no-repeat;
}

.cbg4 .bg1b {
	background: url(../images/en/c7b.png) no-repeat;
}

.cbg4 .bg1c {
	width: 522px;
	background: url(../images/en/c7c.png) repeat-y;
}

.cbg4 .bg1d {
	margin: 0 0 0 1px;
	width: 520px;
	height: 157px;
	background: url(../images/en/c4d.png) repeat-x;
}

.cbg4 .bg2 {	
	width: 522px;
	background: url(../images/en/c7e.png) repeat-y;
}

.cbg5 {
	width: 226px;
	overflow: hidden;
}

.cbg5 .bg1a,
.cbg5 .bg1b {
	width: 226px;
	height: 10px;
	overflow: hidden;
	background: url(../images/en/c8a.png) no-repeat;
}

.cbg5 .bg1b {
	background: url(../images/en/c8b.png) no-repeat;
}

.cbg5 .bg1c {
	width: 226px;
	background: url(../images/en/c8c.png) repeat-y;
}

.cbg5 .bg1d {
	margin: 0 0 0 1px;
	width: 224px;
	height: 157px;
	background: url(../images/en/c4d.png) repeat-x;
}

.cbg5 .bg2 {	
	width: 226px;
	background: url(../images/en/c8e.png) repeat-y;
}

.cbg10 {
	width: 481px;
	overflow: hidden;
}

.cbg10 .bg1a,
.cbg10 .bg1b {
	width: 481px;
	height: 10px;
	overflow: hidden;
	background: url(../images/en/c13a.png) no-repeat;
}

.cbg10 .bg1b {
	background: url(../images/en/c13b.png) no-repeat;
}

.cbg10 .bg1c {
	width: 481px;
	background: url(../images/en/c13c.png) repeat-y;
}

.cbg10 .bg1d {
	margin: 0 0 0 1px;
	width: 479px;
	height: 157px;
	background: url(../images/en/c4d.png) repeat-x;
}

.cbg10 .bg2 {	
	width: 481px;
	background: url(../images/en/c13e.png) repeat-y;
}

.category\:21 .cbg10,
.category\:22 .cbg10,
.category\:62 .cbg10,
.cbg6,
.cbg7 {
	overflow: hidden;
}

.category\:21 .cbg10 .bg1a,
.category\:21 .cbg10 .bg1b,
.category\:22 .cbg10 .bg1a,
.category\:22 .cbg10 .bg1b,
.category\:62 .cbg10 .bg1a,
.category\:62 .cbg10 .bg1b,
.cbg6 .bg1a,
.cbg6 .bg1b,
.cbg7 .bg1a,
.cbg7 .bg1b {
	height: 10px;
	overflow: hidden;
	background: url(../images/en/c9a.png) no-repeat;
}

.category\:21 .cbg10 .bg1b,
.cbg6 .bg1b,
.cbg7 .bg1b,
.cbg8 .bg1b {
	background: url(../images/c11b.png) no-repeat;
}

.category\:21 .cbg10 .bg1a,
.cbg7 .bg1a {
	background: url(../images/c11a.png) no-repeat;
}

/*.cbg7 .bg1b {
	background: url(../images/c11b.png) no-repeat;
}*/

.category\:22 .cbg10 .bg1a {
	background: url(../images/c12a.png) no-repeat;
}

.category\:22 .cbg10 .bg1b {
	background: url(../images/c12b.png) no-repeat;
}

.category\:62 .cbg10 .bg1a {
	background: url(../images/c17a.png) no-repeat;
}

.category\:62 .cbg10 .bg1b {
	background: url(../images/c17b.png) no-repeat;
}

.cbg6 .bg1c {
	width: 540px;
	background: url(../images/en/c9c.png) repeat-y;
}

.category\:21 .cbg10 .bg1c,
.cbg7 .bg1c {
	background: url(../images/c11c.png) repeat-y;
}

.cbg8 .bg1c {
	background: url(../images/c11c.png) repeat-y;
}

.category\:21 .cbg10 .bg1d,
.category\:22 .cbg10 .bg1d,
.category\:62 .cbg10 .bg1d,
.cbg6 .bg1d,
.cbg7 .bg1d,
.cbg8 .bg1d {
	margin: 0 0 0 1px;
	height: 157px;
	background: url(../images/en/c4d.png) repeat-x;
}

.category\:21 .cbg10 .bg1d,
.cbg7 .bg1d {
	background: url(../images/c11d.png) repeat-x;
}

.category\:22 .cbg10 .bg1d {
	background: url(../images/c12d.png) repeat-x;
}

.category\:62 .cbg10 .bg1d {
	background: url(../images/c17d.png) repeat-x;
}

.cbg9 {
	width: 207px;
	overflow: hidden;
}

.cbg9 .bg1a,
.cbg9 .bg1b {
	width: 207px;
	height: 10px;
	overflow: hidden;
	background: url(../images/en/c10a.png) no-repeat;
}

.cbg9 .bg1b {
	background: url(../images/en/c10b.png) no-repeat;
}

.cbg9 .bg1c {
	width: 207px;
	background: url(../images/en/c10c.png) repeat-y;
}

.cbg9 .bg1d {
	margin: 0 0 0 1px;
	width: 205px;
	height: 157px;
	background: url(../images/en/c4d.png) repeat-x;
}

.cbg9 .bg2 {	
	width: 207px;
	background: url(../images/en/c10e.png) repeat-y;
}

.category\:21 .cbg10 .bg2,
.category\:22 .cbg10 .bg2,
.cbg6 .bg2,
.cbg7 .bg2,
.cbg8 .bg2 {	
	background: url(../images/c11e.png) repeat-y;
}

.category\:62 .cbg10 .bg2 {
	background: url(../images/c17e.png) repeat-y;
}

.cbg11 {
	width: 262px;
	overflow: hidden;
}

.cbg11 .bg1a,
.cbg11 .bg1b {
	width: 262px;
	height: 10px;
	overflow: hidden;
	background: url(../images/en/c14a.png) no-repeat;
}

.cbg11 .bg1b {
	background: url(../images/en/c14b.png) no-repeat;
}

.cbg11 .bg1c {
	width: 262px;
	background: url(../images/en/c14c.png) repeat-y;
}

.cbg11 .bg1d {
	margin: 0 0 0 1px;
	width: 260px;
	height: 157px;
	background: url(../images/en/c4d.png) repeat-x;
}

.cbg11 .bg2 {	
	width: 262px;
	background: url(../images/en/c14e.png) repeat-y;
}

.cbg12 {
	margin: 7px 0 0;
	width: 522px;
	overflow: hidden;
}

.cbg12 .bg1a,
.cbg12 .bg1b {
	width: 522px;
	height: 10px;
	overflow: hidden;
	background: url(../images/en/c15a.png) no-repeat;
}

.cbg12 .bg1b {
	background: url(../images/en/c15b.png) no-repeat;
}

.cbg12 .bg2 {	
	width: 522px;
	overflow: hidden;
	background: url(../images/en/c15c.png) repeat-y;
}





.cbg2 .bg2:after {
	width: 494px;
}

.cbg3 .bg2:after {
	width: 257px;
}

.cbg4 .bg2:after {
	width: 522px;
}

.cbg5 .bg2:after {
	width: 226px;
}

.cbg9 .bg2:after {
	width: 207px;
}

.cbg10 .bg2:after {
	width: 481px;
}

.category\:21 .cbg10 .bg2:after,
.cbg1 .bg2:after,
.cbg2 .bg2:after,
.cbg3 .bg2:after,
.cbg4 .bg2:after,
.cbg5 .bg2:after,
.cbg6 .bg2:after,
.cbg7 .bg2:after,
.cbg8 .bg2:after,
.cbg9 .bg2:after,
.cbg10 .bg2:after,
.cbg11 .bg2:after {
	font-size: 0;
	line-height: 0;
	content: ".";
	clear: both;
	display: block;
	height: 0;
}

.cbg11 .bg2:after {
	width: 262px;
}

.cbg2 .bg3 {
	width: 494px;
}

.cbg3 .bg3 {
	width: 257px;
}

.cbg4 .bg3 {
	width: 522px;
}

.cbg5 .bg3 {
	width: 226px;
}

.cbg9 .bg3 {
	width: 207px;
}

.cbg10 .bg3 {
	width: 481px;
}

.category\:21 .cbg10 .bg3,
.cbg1 .bg3,
.cbg2 .bg3,
.cbg3 .bg3,
.cbg4 .bg3,
.cbg5 .bg3,
.cbg6 .bg3,
.cbg7 .bg3,
.cbg8 .bg3,
.cbg9 .bg3,
.cbg10 .bg3,
.cbg11 .bg3 {
	margin: 0 0 -157px;
	position: relative;
	top: -157px;
}

.cbg11 .bg3 {
	width: 262px;
}

.category\:21 .cbg10 .ch,
.cbg1 .ch,
.cbg2 .ch,
.cbg3 .ch,
.cbg4 .ch,
.cbg5 .ch,
.cbg6 .ch,
.cbg7 .ch,
.cbg8 .ch,
.cbg9 .ch,
.cbg10 .ch,
.cbg11 .ch {
	margin: 0 1px;
	padding: 5px 0 0 17px;
	height: 36px;
	overflow: hidden;
	background: url(../images/en/f4a.gif) repeat-x 0 100%;
}

.category\:21 .cbg10 .ch,
.cbg7 .ch {
	background: url(../images/en/f4d.gif) repeat-x 0 100%;
}

.category\:22 .cbg10 .ch {
	background: url(../images/en/f4m.gif) repeat-x 0 100%;
}

.category\:62 .cbg10 .ch {
	background: url(../images/f4o.gif) repeat-x 0 100%;
}

.cbg1 .back,
.cbg2 .back,
.cbg4 .back,
.cbg10 .back {
	margin: -35px 14px 0 0;
	float: right;
	display: inline;
}



.cw1 {
	font-size: 11px;
	line-height: 14px;
	margin: 14px 3px 0 0;
	float: left;
	width: 257px;
	height: 150px;
	background: url(../images/en/c2.png) no-repeat;
}

.cw1 .h {
	margin: 9px 0 14px 20px;
}

.cw1 .img img {
	margin: 1px 10px 0 12px;
	float: left;
	border: 1px solid #6E6E6E;
}

.cw1 h3 {
	font-size: 11px;
	color: #D1D3D4;
	margin: 0 0 0 87px;
}

.cw1 h3 a {
	color: #D1D3D4;
}

.cw1 .t {
	color: #C1C1C1;
	margin: 9px 0 0 87px;
}

.cw1 .t p {
	display: inline;
}

.cw1 .m {
	vertical-align: top;
	margin: 4px 0 0 5px;
}

.cw2,
.cw2b,
.cw2c {
	margin: 14px 0 0;
	float: right;
	position: relative;
	width: 233px;
	height: 110px;
	overflow: hidden;
	background: url(../images/en/c1.jpg) no-repeat;
}

.cw2b {
	background: url(../images/en/c3.jpg) no-repeat;
}

.cw26,
.cw26b,
.cw26c, #box-login .cw2, #box-login .cw2b, #box-login .cw2c {
	margin: 4px 0 0;
	float: right;
	clear: right;
	width: 262px;
	height: 110px;
	overflow: hidden;
	background: url(../images/en/c1b.png) no-repeat;
}

.cw26b, #box-login .cw2b {
	background: url(../images/en/c3b.jpg) no-repeat;
}


.cw2 .h,
.cw2b .h,
.cw26b .h {
	margin: 9px 0 0 20px;
}

.cw26 .h {
	margin: 9px 0 0 17px;
}

.cw2 .w,
.cw26 .w {
	margin: 7px 0 0 14px;
	width: 209px;
	height: 44px;
	overflow: hidden;
	position: relative;
}

.cw26 .w {
	margin-left: 11px;
	width: 231px;
}

.cw2 .input,
.cw26 .input {
	width: 123px;
	height: 21px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/en/e1.gif) no-repeat;
}

.cw26 .input {
	width: 144px;
	background: url(../images/en/e1b.gif) no-repeat;
}

.cw2 .password,
.cw26 .password {
	top: 22px;
}

#search-form .input label,
.cw2 .input label,
.cw26 .input label {
	font-size: 11px;
	line-height: 13px;
	color: #A6A6A6;
	cursor: text;
	margin: -2px 0 0 -3px;
}

.cw2 .input input,
.cw26 .input input {
	margin: 3px 0 0 9px;
	display: block;
	width: 105px;
	background: transparent;
}

.cw26 .input input {
	width: 126px;
}

.cw2 .submit,
.cw26 .submit {
	float: right;
	width: 81px;
	height: 43px;
	overflow: hidden;
	background: url(../images/en/e2.png) no-repeat;
}

.cw2 .submit input,
.cw26 .submit input {
	cursor: pointer;
	padding: 0 0 0 200px;
	display: block;
	width: 81px;
	height: 43px;
	background: transparent;
}

.cw2 .c,
.cw26 .c {
	font-size: 11px;
	margin: 6px 0 0 21px;
}

.cw26 .c {
	margin-left: 18px;
}

.cw2 .c a,
.cw26 .c a {
	color: #E0E0E0;
}

.cw2b p,
.cw26b p {
	color: #fff;
	margin: 12px 0 0 24px;
}

.cw2b p .m,
.cw26b p .m {
	margin: 11px 0 0;
	display: block;
}

.cw2c .h,
.cw26c .h {
	font-size: 14px;
	color: #E0E0E0;
	margin: 12px 0 0 14px;
}

.cw2c .h em,
.cw26c .h em {
	font-style: normal;
	color: #0872E6;
}

.cw2c p,
.cw26c p {
	font-size: 11px;
	color: #E0E0E0;
	margin: 4px 0 0 14px;
}

.cw2c p em,
.cw26c p em {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #0872E6;
	display: block;
}

.cw2c ul,
.cw26c ul {
	padding: 9px 0 0 9px;
}

.cw2c li,
.cw26c li {
	padding: 0 4px 0 0;
	float: left;
}

.cw2c li img,
.cw26c li img {
	float: left;
}

.cw3 {
	margin: 4px 0 0;
	float: right;
	clear: right;
}

.cw4 {
	margin: 0 1px;
	width: 753px;
	overflow: hidden;
}

.cw4 p {
	margin: 21px 20px 0;
}

.cw4 p big {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

.cw5 {
	margin: 0 1px;
	width: 753px;
	overflow: hidden;
}

.cw5 p {
	margin: 21px 20px 0;
}

.cw5 p big {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

.cw5-prod
{
	width: 753px;
	height: 314px;
	background: #052335;
	position: relative;
	margin-top: 40px;
	margin-bottom: 55px;
}
#cw5-prod-top
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1px;
	line-height: 0px;
	font-size: 1px;
}
#cw5-prod-bottom
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 1px;
	line-height: 0px;
	font-size: 1px;
}
.cw5-arrow-left
{
	width: 28px;
	height: 312px;
	position: relative;
	float: left;
}
.cw5-arrow-right
{
	width: 28px;
	height: 312px;
	position: relative;
	float: left;
}
.arrows
{
	position: absolute;
	top: 150px;
	left: 8px;
}
.cw5-prod-holder
{
	float: left;
	width: 230px;
	text-align: center;
	margin-top: 20px;
}
/* ########################### */

.cw6 {
	margin: 0 1px;
	width: 753px;
	overflow: hidden;
}

.cw6 p {
	margin: 21px 20px 0;
}

.cw6 p big {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
.cw6-head
{
	color: #176ABA; 
	font-size: 20px; 
	font-weight: bold; 
	margin: 15px;
	float: left;
}
.cw6-product-holder
{
	float: left;
	margin-top: 25px;
	/*margin-left: 37px;*/
	width: 120px;
	overflow: visible;
	text-align: center;
}
.cw6-product-holder img {
	margin: 0 auto;
}

.cw7 table td
{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

.cw7 {
	margin: 0 1px;
	padding: 0 0 24px;
	width: 753px;
	overflow: hidden;
}

.cw7 p {
	padding: 15px;
}




.cw7 .info,
.cw9 .info {
	color: #fff;
	margin: 25px 0 0 30px;
	overflow: hidden;
}

.cw7 .info img,
.cw9 .info img {
	margin: 0 11px 0 0;
	float: left;
}

.cw7 p,
.cw9 p {
	/*padding: 15px;*/
}

.cw7 li,
.cw9 li {
	padding-left: 15px;
}

.cw8 {
	margin: 0 1px;
	width: 753px;
	overflow: hidden;
}

.cw8 p {
	margin: 21px 20px 0;
}

.cw8 p big {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

.cw8-prod
{
	width: 753px;
	height: 436px;
	background: #052335;
	position: relative;
	margin-top: 0px;
	margin-bottom: 20px;
}
#cw8-prod-top
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1px;
	line-height: 0px;
	font-size: 1px;
}
#cw8-prod-bottom
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 1px;
	line-height: 0px;
	font-size: 1px;
}
.cw8-arrow-left
{
	width: 28px;
	height: 312px;
	position: relative;
	float: left;
}
.cw8-arrow-right
{
	width: 28px;
	height: 312px;
	position: relative;
	float: left;
}
.cw8-arrows
{
	position: absolute;
	top: 110px;
	left: 8px;
}
.cw8-prod-holder
{
	width: 313px;
	height: 94px;
	float: left;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
	margin-right: 0px;
}
.cw8-prod-desc
{
	float: left;
	height: 94px;
	margin-left: 15px;
	font-size: 11px;
}
.cw8-mini-divider
{
	clear: both;
	background: url('../images/en/cw8-bar-bg.jpg') repeat-x;
	height: 1px;
	line-height: 0px;
	width: 198px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.cw9 {
	margin: 0 1px;
	padding: 0 0 26px;
	width: 753px;
	overflow: hidden;
}

.cw9 p {
	margin: 21px 20px 0;
}

.cw9 p big {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

.cw9-prod
{
	width: 753px;
	height: 237px;
	background: #052335;
	position: relative;
	margin-top: 10px;
	margin-bottom: 55px;
}
#cw9-prod-top
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1px;
	line-height: 0px;
	font-size: 1px;
}
#cw9-prod-bottom
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 1px;
	line-height: 0px;
	font-size: 1px;
}
.cw9-arrow-left
{
	width: 28px;
	height: 312px;
	position: relative;
	float: left;
}
.cw9-arrow-right
{
	width: 28px;
	height: 312px;
	position: relative;
	float: left;
}
.cw9-arrows
{
	position: absolute;
	top: 110px;
	left: 8px;
}
.cw9-prod-holder
{
	float: left;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 23px;
	margin-right: 0px;
}

.cw9 .w {
	margin: 30px 0 0;
	width: 753px;
	background: #052335 url(../images/en/f4a.gif) repeat-x;
}

.cw9 .w-bg1 {
	padding: 1px 0;
	width: 753px;
	background: url(../images/en/f4a.gif) repeat-x 0 100%;
}

.cw9 .w-bg2 {
	width: 753px;
	overflow: hidden;
	background: url(../images/en/f4j.gif) repeat-y 231px 0;
}

.cw9 .w dl {
	line-height: 20px;
	color: #fff;
	padding: 40px 0 0;
	float: left;
	width: 232px;
}

.cw9 .w dl dt {
	font-weight: bold;
	padding: 0 0 0 22px;
}

.cw9 .w dl dd {
	padding: 13px 0 0 22px;
}

.cw9 .w dd li {
	padding: 0;
}

.cw9 .w dd li a {
	padding: 0 0 0 15px;
	background: url(../images/en/f4l.gif) no-repeat 0 3px;
}

.cw9 .w dd li a:hover,
.cw9 .w dd li.selected a {
	color: #0069DB;
	text-decoration: none;
	background: url(../images/en/f4k.gif) no-repeat 0 3px;
}

.cw9 .w .g {
	float: right;
	width: 513px;
	position: relative;
}

.cw10 {
	margin: 0 1px;
	width: 753px;
	overflow: hidden;
}

.cw10 p {
	margin: 21px 20px 0;
}

.cw10 p big {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

.cw10-prod
{
	width: 753px;
/*	height: 322px;*/
	background: #052335;
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
}
#cw10-prod-top
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1px;
	line-height: 0px;
	font-size: 1px;
}
#cw10-prod-bottom
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 1px;
	line-height: 0px;
	font-size: 1px;
}

.cw10-prod-holder
{
	float: left;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 23px;
	margin-right: 0px;
}
.cw11 {
	margin: 0 1px;
	width: 753px;
	overflow: hidden;
}

.cw11 p {
	margin: 21px 20px 0;
}

.cw11 p big {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

.cw11-prod
{
	width: 753px;

	background: #052335;
	position: relative;
	margin-top: 0px;
	margin-bottom: 20px;
}
#cw11-prod-top
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1px;
	line-height: 0px;
	font-size: 1px;
}
#cw11-prod-bottom
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 1px;
	line-height: 0px;
	font-size: 1px;
}

.cw11-prod-holder
{
	width: 183px;
	height: 134px;
	float: left;
	text-align: left;
	color: #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-right: 0px;
}
.cw35 {
	margin: 0 1px;
	overflow: hidden;
}

.cw35 .news {
  margin-top: -30px;
}

.cw35 .c {
	padding: 12px 17px 12px 0;
	overflow: hidden;
/*	background: url(../images/en/f4b.gif) bottom repeat-x;*/
}

.cw35 .news .c {
	background: url(../images/en/f4b.gif) bottom repeat-x;
}

.cw35 .c .img img {
	margin: 12px 15px 12px;
	float: left;
	border: 1px solid #616161;
}

.cw35 .c h3 {
	padding: 17px 0 0;
}

.cw35 .c h3 em,
.cw17 h3 em {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #838E94;
	margin: 2px 0 0;
	display: block;
}

.cw35 .c .t,
.cw17 .t {
	font-size: 11px;
	line-height: 14px;
	text-align: justify;
	margin: 5px 17px 0 0;
}

.cw35 .c .t p,
.cw17 .t p {
	display: inline;
}

.cw35 .c .t .m,
.cw17 .t .m {
	vertical-align: top;
	margin: 4px 0 0 5px;	
}

.cw17 {
	margin: 0 1px;
	padding: 6px 12px 10px;
	width: 231px;
	overflow: hidden;
}

.cw17 .img img {
	margin: 0 11px 0 0;
	float: left;
	border: 1px solid #616161;
}

.cw17 h3 {
	padding: 15px 0 0;
}

.cw17 .t {
	margin: 0;
	padding: 9px 0 0 3px;
	width: 228px;
	overflow: hidden;
}

.cw18,
.cw31,
.cw34,
.cw35 {
	margin: 0 1px;
	width: 520px;
	overflow: hidden;
}

.cw31 {
	padding: 0 0 25px;
}

.cw34 {
	padding: 0 0 16px;
}

.cw35 {
	width: 479px;
}

.cw18 .w,
.cw31 .w,
.cw35 .w {
	margin: 17px 0 0 22px;
	width: 463px;
	overflow: hidden;
}

.cw35 .w {
	padding: 0 0 15px;
	width: 442px;
}

.cw18 .w h3,
.cw35 .w h3 {
	font-size: 14px;
}

.cw31 .w h3 {
	font-size: 19px;
	line-height: 22px;
}

.cw18 .w h3 em,
.cw35 .w h3 em {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #838E94;
	margin: 3px 0 0;
	display: block;
}

.cw18 .w p,
.cw31 .w p,
.cw35 .w p {
	text-align: justify;
	margin: 12px 0 0;
}

.cw31 p {
	font-size: 12px;
	line-height: 14px;
}

.cw31 p big {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.cw36 {
	margin: 0 1px;
	padding: 17px 0;
	width: 260px;
	overflow: hidden;
}

.cw18 .g,
.cw31 .g,
.cw34 .g,
.cw7 .g {
	margin: 30px 0 0;
	width: 520px;
	background: #052335 url(../images/en/f4a.gif) repeat-x;
}

.cw34 .g,
.cw36 .g {
	margin: 0;
}

.cw36 .g {
	background: url(../images/en/c4g.gif) no-repeat 25px 9px;
}

.cw18 .g .g-bg,
.cw31 .g .g-bg,
.cw34 .g .g-bg,
.cw7 .g .g-bg,
.cw36 .g .g-bg  {
	width: 520px;
	overflow: hidden;
	position: relative;
	background: url(../images/en/f4a.gif) repeat-x 0 100%;
}

.cw36 .g .g-bg {
	background: url(../images/en/c4g.gif) no-repeat 234px 9px;
}

.cw7 .g,
.cw7 .g .g-bg {
	width: 753px;
}

.cw36 .g,
.cw36 .g .g-bg {
	width: 260px;
}

.cw31 .g .slider-bg,
.cw34 .g .slider-bg,
.cw7 .g .slider-bg,
.cw36 .g .slider-bg,
.cw9 .w .slider-bg {
	margin: 0 auto;
	width: 453px;
	overflow: hidden;
}

.cw34 .g .slider-bg {
	padding: 11px 0 9px;
	width: 393px;
}

.cw7 .g .slider-bg {
	width: 693px;
}

.cw36 .g .slider-bg {
	margin: 0 auto;
	width: 198px;
	overflow: hidden;
}

.cw31 .g li,
.cw34 .g li,
.cw7 .g li,
.cw36 .g li,
.cw9 .w .slider li {
	padding: 0;
	overflow: hidden;
}

.cw31 .g li {
	width: 480px;
}

.cw7 .g li {
	width: 720px;
}

.cw36 .g .slider {
  position: relative;
}
.cw36 .g .slider div {
}
.cw36 .g ul {
  top: 0;
  left: 0;
  position: absolute;
  width: 100000px;
}
.cw36 .g li {
	width: 210px;
	float: left;
}

.cw34 .g li {
	width: 450px;
}

.cw9 .w .slider li {
	width: 480px;
}

.cw18 .g li {
	margin: 0 27px 0 0;
	padding: 13px 0;
	float: left;
}

.cw18 .g li img {
	float: left;
	margin: 0 27px 0 0;
	width: 91px;
	height: 91px;
	border: 1px solid #6C6C6B;
}

.cw31 .g li div,
.cw34 .g li div,
.cw7 .g li div,
.cw36 .g li div,
.cw9 .w .slider li div {
	margin: 0 27px 0 0;
	padding: 13px 0;
	float: left;
	width: 93px;
}

.cw34 .g li div {
	margin: 0 57px 0 0;
}

.cw36 .g li div {
	margin: 0 12px 0 0;
	padding: 9px 0;
}

.cw31 .g li img,
.cw34 .g li img,
.cw7 .g li img,
.cw36 .g li img,
.cw9 .w .slider li img {
	float: left;
	width: 91px;
	height: 91px;
	border: 1px solid #6C6C6B;
}

.cw34 .g li span {
	cursor: pointer;
	font-weight: bold;
	padding: 10px 0 0;
	float: left;
	clear: both;
	display: block;
	width: 93px;
}

.cw34 .g li span img {
	vertical-align: top;
	margin: 4px 0 0 3px;
	float: none;
	display: inline;
	width: 8px;
	height: 9px;
	border: none;
}

.cw18 .g .jcarousel-container {	
	width: 520px;
	position: relative;
}

.cw18 .g .jcarousel-clip {
	margin: 0 auto;
	width: 453px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.cw18 .g .jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100000px;
}

.cw18 .g .jcarousel-prev-horizontal,
.cw18 .g .jcarousel-next-horizontal,
.cw31 .g #prevBtn a,
.cw31 .g #nextBtn a,
.cw34 .g #prevBtn a,
.cw34 .g #nextBtn a,
.cw7 .g #prevBtn a,
.cw7 .g #nextBtn a,
.cw36 .g #prevBtn a,
.cw36 .g #nextBtn a,
.cw9 .g #prevBtn a,
.cw9 .g #nextBtn a {
	cursor: pointer;
	position: absolute;
	top: 54px;
	left: 13px;
	width: 8px;
	height: 9px;	
	background: url(../images/en/f2.png) no-repeat;
}

.cw31 .g #prevBtn a,
.cw31 .g #nextBtn a,
.cw7 .g #prevBtn a,
.cw7 .g #nextBtn a,
.cw9 .g #prevBtn a,
.cw9 .g #nextBtn a {
	top: 113px;
}

.cw34 .g #prevBtn a,
.cw34 .g #nextBtn a {
	top: 65px;
}

.cw36 .g #prevBtn a,
.cw36 .g #nextBtn a {
	top: 162px;
	left: 9px;
}

.cw18 .g .jcarousel-next-horizontal,
.cw31 .g #nextBtn a,
.cw34 .g #nextBtn a,
.cw7 .g #nextBtn a,
.cw36 .g #nextBtn a,
.cw9 .g #nextBtn a {
	left: auto;
	right: 13px;
	background: url(../images/en/f3.png) no-repeat;
}

.cw36 .g #nextBtn a {
	right: 9px;
}

.cw18 .g .jcarousel-prev-disabled-horizontal,
.cw18 .g .jcarousel-next-disabled-horizontal {
	visibility: hidden;
}

.cw31 .g #prevBtn em,
.cw31 .g #nextBtn em,
.cw34 .g #prevBtn em,
.cw34 .g #nextBtn em,
.cw7 .g #prevBtn em,
.cw7 .g #nextBtn em,
.cw36 .g #prevBtn em,
.cw36 .g #nextBtn em,
.cw9 .g #prevBtn em,
.cw9 .g #nextBtn em {
	display: none;
}

.cw19,
.cw32 {
	margin: 0 1px;
	width: 224px;
	overflow: hidden;
}

.cw19 ul,
.cw32 ul {
	width: 224px;
	overflow: hidden;
}

.cw19 li,
.cw32 li {
	font-size: 12px;
	line-height: 15px;
	color: #fff;
	margin: -1px 0 0;
	padding: 6px 14px 8px;
	background: url(../images/en/f4b.gif) repeat-x;
}

.cw32 li {
	padding: 10px 14px 12px;
}

.cw19 li em,
.cw32 li em {
	font-size: 11px;
	font-style: normal;
	color: #838E94;
	display: block;
}

.cw19 li .m,
.cw32 li .m {
	vertical-align: top;
	margin: 4px 0 0 5px;
}

.cw20,
.cw21 {
	margin: 0 1px;
	width: 538px;
	overflow: hidden;
}

.cw35 h3,
.cw21 h3 {
	font-size: 19px;
	line-height: 22px;
	color: #176ABA;
	text-transform: uppercase;
	margin: 22px 0 0 17px;
}
.cw35 .news h3 {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	text-transform: none;
	margin: auto;
}

.category\:21 .cw35 h3 {
	color: black;
}
.category\:62 .cw35 h3 {
	color: black;
}
.category\:22 .cw35 h3 {
	color: white;
}

.cw35 h3 em,
.cw21 h3 em {
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}

.cw35 .w1,
.cw35 .w2,
.cw21 .w1 {
	margin: 20px 0 0;
	width: 538px;
	background: #082535 url(../images/en/f4b.gif) repeat-x;
}

.cw35 .w2 {
	background: #2F050A url(../images/en/f4h.gif) repeat-x;
}

.category\:21 .cw35 .w1 {
	background: #D5D5D5 url(../images/en/f4e.gif) repeat-x;
}

.category\:22 .cw35 .w1 {
	background: #2F050A url(../images/en/f4h.gif) repeat-x;
}

.category\:62 .cw35 .w1 {
	background: #06531b url(../images/f4n.gif) repeat-x;
}

.cw35 .w1 .w-bg,
.cw35 .w2 .w-bg {
	padding: 1px 0;
	width: 538px;
	overflow: hidden;
	background: url(../images/en/f4b.gif) repeat-x 0 100%;
	position: relative;
}

.cw35 .w2 .w-bg {
	background: url(../images/en/f4m.gif) repeat-x 0 100%;
}

.category\:21 .cw35 .w1 .w-bg {
	background: url(../images/en/f4d.gif) repeat-x 0 100%;
}

.cw35 .w1 .img img,
.cw35 .w2 .img img {
	margin-right: 60px;
	float: right;
}

.cw35 .w1 .c,
.cw35 .w2 .c {
	position: absolute;
	margin: 12px -120px 0 18px;
	padding: 0 0 10px;
	float: left;
	display: inline;
	width: 280px;
}

.cw35 .w1 .c p,
.cw35 .w2 .c p {
	margin: 16px 0 0;
	font-weight: bold;
}

.category\:21 .cw35 .w1 .c {
	color: black;
}

.category\:62 .cw35 .w1 .c {
	color: black;
}

.category\:22 .cw35 .w1 .c {
	color: white;
}

.cw35 .w1 .c p big,
.cw35 .w2 .c p big,
.cw21 .w1 .c p big {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	display: block;
}

.cw21 .w1 .c p big {
	color: #353535;
}

.cw35 .links,
.cw21 .links {
	padding: 17px 0 8px 18px;
	width: 100%;
	overflow: hidden;
}

.cw35 .links li,
.cw21 .links li {
	padding: 0 5px 0 0;
	float: left;
}

.cw35 .links img,
.cw21 .links img {
	float: left;
}

.cw22 {
	/* another product */
}

.cw23 {
	margin: 0 1px;
	padding: 0 0 6px;
	width: 205px;
	overflow: hidden;
}

.cw23 .w {
	padding: 0 0 1px;
	width: 205px;
	overflow: hidden;
	position: relative;
	background: url(../images/en/f4b.gif) repeat-x 0 100%;
}

.cw23 .w .img img {
	float: left;
}

.cw23 .w .c {
	width: 125px;
	position: absolute;
	top: 41px;
	right: 12px;
}

.cw23 .w .c h3 {
	font-size: 13px;
	text-transform: uppercase;
	text-align: right;
	padding: 0 3px 0 0;
}

.cw23 .w .c p {
	text-align: right;
	margin: 7px 0 0;
}

.cw24 {
	margin: 1px 1px 0;
	width: 479px;
	overflow: hidden;
}

.cw24 .bigimg img {
	display: block;
}

.cw25 {
	margin: -8px 1px 0;
	width: 260px;
	overflow: hidden;
}

.cw25 .c {
	margin: 0 0 -6px;
	padding: 23px 13px 18px;
	width: 234px;
	overflow: hidden;
	background: url(../images/en/f4b.gif) repeat-x 0 100%;
}

.cw25 .c .img img {
	margin: 8px 14px 0 0;
	float: left;
	border: 1px solid #435864;
}

.cw25 .c h3 {
	font-size: 13px;
}

.cw25 .c .t {
	font-size: 11px;
	line-height: 14px;
	margin: 4px 0 0;
}

.cw25 .c .t p {
	display: inline;
}

.cw25 .c .t .m {
	vertical-align: top;
	margin: 3px 0 0 3px;
}

.cw27 {
	margin: 4px 0 0;
	float: right;
	clear: right;
}

.cw27 img {
	display: block;
}

.cw28 {
	margin: 3px 1px 0;
	padding: 0 0 8px;
	width: 520px;
	overflow: hidden;
}

.cw28 .w {
	width: 473px;
}

.cw28 p {
	font-size: 12px;
	line-height: 14px;
	margin: 12px 22px 0;
}

.cw28 p big {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.cw29 {
	margin: -13px 1px 0;
	width: 520px;
	overflow: hidden;
}

.cw29 .c {
	margin: -1px 0 0;
	padding: 17px 26px 20px;
	width: 468px;
	overflow: hidden;
	background: url(../images/en/f4b.gif) repeat-x;
}

.cw29 .c .img img {
	margin: 10px 21px 0 0;
	float: left;
	border: 1px solid #616161;
}

.cw29 .c h3 {
	padding: 5px 0 0;
}

.cw29 .c h3 em {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #838E94;
	margin: 2px 0 0;
	display: block;
}

.cw29 .c .t {
	font-size: 11px;
	line-height: 14px;
	text-align: justify;
	margin: 9px 0 0 0;
}

.cw29 .c .t p {
	display: inline;
}

.cw29 .c .t .m {
	vertical-align: top;
	margin: 4px 0 0 5px;	
}

.cw30 {
	margin: 10px 1px 0;
	padding: 0 0 27px;
	width: 479px;
	overflow: hidden;
}

.cw30 p {
	line-height: 14px;
	margin: 14px 18px 0;
}

.cw30 p big {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

.cw33 {
	margin: 0 1px;
	width: 224px;
	position: relative;
}

#calendar {
	margin: 0 auto 0;
	padding-top: 20px;
	width: 198px;
	height: 170px;
	overflow: hidden;
	cursor: default;
}

#calendar .b {
	width: 198px;
	height: 24px;
	position: relative;
	overflow: hidden;
}

#calendar .b h4 {
	font-size: 14px;
	line-height: 17px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
	width: 155px;
}

#calendar .b ul {
	width: 178px;
	height: 9px;
	position: absolute;
	top: 5px;
	left: 10px;
}

#calendar .b ul .i1 {
	float: left;
}

#calendar .b ul .i2 {
	float: right;
}

#calendar .b ul img {
	display: block;
}

#calendar table {
	font-size: 11px;
	margin: 0 auto;
	cursor: default;
}

#calendar table th,
#calendar table td {
	color: #000;
	text-align: center;
	vertical-align: top;		
	cursor: default;
}

#calendar table thead th {
	font-weight: bold;
	color: #fff;
}

#calendar table th span,
#calendar table td span {
	padding: 1px 0 0;
	display: block;
	width: 26px;
	height: 17px;
	background: #DBDBDB;
}

#calendar table th span {
	padding: 0;
	height: 18px;
	background: none;
}

#calendar table td a, #calendar table td.selected, #calendar table td.selectedFuture {
	font-weight: bold;
	color: #fff;
	display: block;
	width: 26px;
	height: 18px;
	text-decoration: none;
	background: url(../images/en/f4f.gif) repeat-x;
}

#calendar table td a:hover, #calendar table td.selectedFuture {
	background: url(../images/en/f4g.gif) repeat-x;
}















.sort1 {
	margin: 0 1px;
	padding: 14px 0 4px;
	overflow: hidden;
/*	background: url(../images/en/f4b.gif) repeat-x;*/
}

.sort1 ul {
	margin: 0 auto;
	width: 116px;
	overflow: hidden;
}

.sort1 .pages {
	font-size: 11px;
	color: #41545F;
	text-align: center;
	float: left;
	width: 100px;
}

.sort1 .pages a {
	color: #41545F;
	padding: 0 1px;
}

.sort1 .pages a:hover,
.sort1 .pages a.selected {
	color: #fff;
	text-decoration: none;
}

.sort1 .next,
.sort1 .prev {
	margin: 3px 0 0;
	float: left;
	width: 8px;
}

.sort1 li img {
	float: left;
}

.sort2 {
	margin: 0 1px;
	padding: 17px 14px 0 21px;
	overflow: hidden;
}

.sort2 .prev {
	padding: 0 0 5px;
	float: left;
}

.sort2 .next {
	padding: 0 0 5px;
	float: right;
}
.event-img{width:75px; height:75px; margin:0px auto}

td{vertical-align:top}
#materials{border:0px; background:#052335; padding: 21px 20px 0;}
#materials table tr{background:url(../images/en/separator.gif) bottom repeat-x; }
#materials table tr table tr{background:transparent; }
#materials table td 
{
	padding: 20px;
}
#materials table
{
	margin-bottom: 20px;
}
.separator{background:url(../images/en/separator.gif) bottom repeat-x; padding:5px 10px}

.list {
	margin: 20px 0 0 25px;
	line-height: 18px;
}

.list li {
	font-weight: bold;
	padding: 0 0 0 8px;
	background: url(../images/en/f4i.gif) no-repeat 0 9px;
}

.list li li {
	font-weight: normal;
}

.list ul {
	margin: 0 0 0 10px;
	padding: 5px 0;
}

.message {
	padding-top: 10px;
	padding-left: 20px;
}

.lk {
	font-size: 10px;
}

.cfooter {
	margin: 10px 0 0 0;
}

.cfooter .disabled {
	width: 77px;
	display: inline;
}
.overTxtLabel {
  color: white;
}
.spinner {
    position: absolute;
    z-index: 999;
}
.spinner-img {
    background: url(http://morris-young.com/images/spinner.gif) no-repeat;
    width: 31px;
    height: 31px;
    margin: 0 auto;
}
.validation-advice {
	clear: both;
	margin-left: 120px;
	padding: 10px;
	color: red;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

