/* @group Initialize */

pre {
}

img, div, input { behavior: url("../css/iepngfix.htc") }

* {margin: 0;padding: 0;
}

*:focus {outline: 0 none;}
a {text-decoration: none;color: inherit;cursor: pointer;}
img {border: 0;}
.clear {clear: both;}
.float {float: left;}
.left {float: left;}
.right {float: right;}
table tr {vertical-align: top;}
.italic { font-style: italic; }
.caps, a.caps { text-transform: uppercase;}
.FirstCaps { text-transform: capitalize;}
.hide { display: none; }
a.underline, .underline { text-decoration: underline; }
hr {
	display: block;
	height: 0px;
	line-height: 1px;
	font-size: 1px;
	border: 0;
	border-top: 1px solid #00003b;
	background-color: transparent;
	margin-bottom: 10px;
	#margin: -0.5em 0 10px 0;
}

hr.dotted {
	border-top: 1px dotted #00003b;
}
/* @end */


/* @group html & body */

html {
	overflow-y: scroll;
	background: #e0edf4;//url(../images/bg_website.jpg) no-repeat center -230px;
}

body {
	font: 12px/16px Helvetica, Arial, sans-serif;
}



/* @end */

/* @group Layout */

#Main {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
	z-index: 200;

}

#Header {
	position: relative;
	margin-top: 40px;
	margin-bottom: 20px;
}

#Content {
	overflow: hidden;
}

#MainContent {
	overflow: hidden;
}



/* @end */

/* @group header */

#Header {
	overflow: hidden;
	height: 50px;
	border-bottom: 1px solid #00003b;
}

#Header #Logo {
	float: left;
	width: 220px;
	height: 32px;
}

#Header #Logo h1 {
	font: 38px/38px Helvetica, Arial, serif;
	color: #ec121e;
}

#Header #Logo h1 a {
	display: block;
	width: 139px;
	height: 32px;
	color: #ec121e;
	background-image: url(../images/sofam-logo.png);
	background-repeat: no-repeat;
	background-size: 139px 32px
}

#Header #Logo h1 a span {
	display: none;
}

#Header #header-tool {
	float: right;
	width: 340px;
	font: lighter 14px/17px Georgia, serif;
}

#Header #header-tool #header-lngs {
	float: left;
	width: 160px;
}

#Header #header-tool #header-links {
	float: right;
	width: 180px;
	text-align: right;
}

#Header #header-tool #header-search {
	float: left;
	width: 160px;
}

#Header #NodeTitle h2 {

}

/* @end */

/* @group Menu */

/* @group Main Menu */

#MainMenu {
	width: 340px;
	float: left;
	margin-left: 20px;
}

#MainMenu ul {

}

#MainMenu ul li {
	display: block;
	float: left;
	width: 100px;
	list-style-type: none;
	margin: 0 0 0 20px;
	font: lighter 14px/17px Georgia, serif;
}

#MainMenu ul li.nomargin {
	margin: 0;
}

#MainMenu ul li a {

}

#MainMenu ul li a.SeparatorDown {

}

#MainMenu ul li a.SeparatorUp {

}

#MainMenu ul li a:hover {

}

#MainMenu ul li a.select,
#MainMenu ul li a.parent {
	text-decoration: underline;
}

/* @end */

/* @group Sub Menu */

#SubMenu {
	width: 220px;
	float: left;
	overflow: hidden;
	padding-bottom: 40px;
}

#SubMenu ul {
	margin-top: 40px;
	list-style-type: none;
}

#SubMenu ul li {
	margin: 0 0 5px 0;
}

#SubMenu ul li a {

}

#SubMenu ul li a.select,
#SubMenu ul li a.parent {
	text-decoration: underline;
}

#SubMenu ul li a:hover {

}

#SubMenu ul li ul {
	margin: 5px 0 0 40px;
}

#SubMenu ul li ul li {

}

#SubMenu ul li ul li a {

}

#SubMenu ul li ul li a.select {

}

#SubMenu ul li ul li a:hover {

}


/* @end */

/* @end */


/* @group HHHHH */


h1 {
	font: normal 18px/18px Georgia, serif;
	color: #00003b;
	margin-bottom: 10px;
}

h2 {
	font: normal 28px/32px Georgia, serif;
	color: #00003b;
	margin-bottom: 10px;
}

h3 {
	font: normal 28px/32px Georgia, serif;
	color: #00003b;
	margin-bottom: 10px;
}

h4 {
	font: normal 18px/18px Georgia, serif;
	color: #00003b;
	margin-bottom: 10px;
}

h5 {
	font: normal 18px/18px Georgia, serif;
	color: #00003b;
	margin-bottom: 10px;
}

h6 {
	font: normal 18px/18px Georgia, serif;
	color: #00003b;
	margin-bottom: 10px;
}

.color {
	color: #00003b;
}

.readmore {
	text-decoration: underline;
	color: #00003b;
}

/* @end */

/* @group SearchZone & LngZone */

.SearchZone {
	background: none;
	float: left;
	height: 20px;
	position: absolute;
	bottom: 20px;
}

.SearchZoneInput {
	display:block;
	float:left;
	border: 0;
	height:16px;
	width: 100px;
	padding: 0;
	font: lighter 14px/17px Georgia, serif;
	background: url("../images/bg_contact_form_input.png") repeat scroll 0 0 transparent;
	color: #333333;
}

.SearchZoneSubmit {
	display: block;
	float: left;
	width: 20px;
	height: 14px;
	background: url(../images/ico_search.png) no-repeat center center;
}

#LngZone {
	float: right;
}

#LngZone a {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: underline;
	color: #879498;
	margin-left: 10px;
	font: 11px/20px Helvetica, Arial, sans-serif;
}

#LngZone a.select {
	text-decoration: none;
	display: none;
}

/* @end */

/* @group Tiny */

.Tiny p {
	color: #222;
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 12px;
}

.TinyHeader {
	color: #222;
	margin-bottom: 25px;
	line-height: 20px;
	font-size: 12px;
	color: #00003b;
}

.Tiny a {
	color: #00003b;
	text-decoration: underline;
}

.Tiny p img {
	margin: 10px 10px 10px 0;
}

.Tiny ul, .Tiny ol {
	margin: 0 0 20px 0;
	padding: 0;
}

.Tiny ul li, .Tiny ol li {
	margin: 0 0 5px 20px;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}

/* @end */

/* @group DownloadFiles */

.downloadFile {
	width: 240px;
	overflow: hidden;
	font-size: 12px;
	line-height: 12px;
	margin: 20px 0;
}

.downloadFile a {
	border: 0;
}

.downloadFile .fileIco {
	width: 20px;
	padding: 0 12px 0 0;
	height: 27px;
	float: left;
}

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

.downloadFile .fileInfo {
	float: left;
	width: 172px;
}

.downloadFile .fileTitle a {
	text-decoration: underline;
}

.downloadFile .fileLinks {
	margin-top: 3px;
}

.downloadFile .fileLinks a {
	/*text-decoration: underline;*/
}

.downloadFile .fileLinks .fileSize {
	color: #00003b;
}

.downloadFile .fileDescription {

}


/* @end */

/* @group margin & padding */



.smb { margin-bottom: 5px; }
.smt { margin-top: 5px; }
.sml { margin-left: 5px; }
.smr { margin-right: 5px; }
.mmb { margin-bottom: 10px; }
.mmt { margin-top: 10px; }
.mml { margin-left: 10px; }
.mmr { margin-right: 10px; }
.lmb { margin-bottom: 20px; }
.lmt { margin-top: 20px; }
.lml { margin-left: 20px; }
.lmr { margin-right: 20px; }
.mb { margin-bottom: 15px; }
.mt { margin-top: 15px; }
.ml { margin-left: 15px; }
.mr { margin-right: 15px; }

.sp { padding: 10px; }
.mp { padding: 15px; }
.spb { padding-bottom: 5px; }
.spt { padding-top: 5px; }
.spl { padding-left: 5px; }
.spr { padding-right: 5px; }
.mpb { padding-bottom: 10px; }
.mpt { padding-top: 10px; }
.mpl { padding-left: 10px; }
.mpr { padding-right: 10px; }
.lpb { padding-bottom: 20px; }
.lpt { padding-top: 20px; }
.lpl { padding-left: 20px; }
.lpr { padding-right: 20px; }
.pb { padding-bottom: 15px; }
.pt { padding-top: 15px; }
.pl { padding-left: 15px; }
.pr { padding-right: 15px; }


/* @end */

/* @group border */

.brdt {
	border-top: 1px solid #000;
}

.brdr {
	border-right: 1px solid #000;
}

.brdb {
	border-bottom: 1px solid #000;
}

.brdl {
	border-left: 1px solid #000;
}

/* @end */

/* @group Footer */

#Footer {
	clear: both;
	border-top: 1px solid #00003b;
	font: 12px/16px Helvetica, Arial, sans-serif;
	color: #444;
	margin: -1px 0 30px 0;
	min-height: 103px;
	padding-top: 30px;
	background-image: url(../images/sofam-logo.png);
	background-repeat: no-repeat;
	background-position: right 32px;
	background-size: 139px 32px
}

#Footer p {
	margin-bottom: 10px;
}

/* @end */

/* @group Columns */

.ColFrame {
	overflow: hidden;
}

.ColMargin {
	margin-left: 20px;
}

.Col1 {
	float: left;
	width: 40px;
}

.Col2 {
	float: left;
	width: 100px;
}

.Col3 {
	float: left;
	width: 160px;
}

.Col4 {
	float: left;
	width: 220px;
}

.Col5 {
	float: left;
	width: 280px;
}

.Col6 {
	float: left;
	width: 340px;
}

.Col7 {
	float: left;
	width: 400px;
}

.Col8 {
	float: left;
	width: 460px;
}

.Col9 {
	float: left;
	width: 520px;
}

.Col10 {
	float: left;
	width: 580px;
}

.Col11 {
	float: left;
	width: 640px;
}

.Col12 {
	float: left;
	width: 700px;
}

.Col13 {
	float: left;
	width: 760px;
}

.Col14 {
	float: left;
	width: 820px;
}

.Col15 {
	float: left;
	width: 880px;
}

.Col16 {
	float: left;
	width: 940px;
}

/* @end */

/* @group news */

.news-items {
	overflow: hidden;
}

.news-items-left {
	clear: left;
	float: left;
	width: 460px;
}

.news-items-right {
	float: right;
	width: 460px;
}

.news-item {
	border-bottom: 1px solid #00003b;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.news-items-right .last,
.news-items-left .last {
	margin-bottom: 0px;
	border-bottom: none;
}

.news-item .news-item-image {
	margin-bottom: 15px;
}

.news-item h4 {
	font: lighter 18px/18px Georgia, serif;
	color: #00003b;
	margin-bottom: 10px;
}

.news-item p {
	color: #333;
	line-height: 20px;
	font-size: 12px;
	font-weight: lighter;
}

.news-item a.readmore {
	color: #00003b;
	line-height: 20px;
	font-size: 12px;
	font-weight: lighter;
	text-decoration: underline;
}

/* @end */

/* @group news detail */

.news-detail {
	overflow: hidden;
	padding-bottom: 40px;
}

.news-detail-left {
	float: left;
	width: 460px;
}

.news-detail-right {
	float: right;
	width: 460px;
}

.news-detail h2 {
	font: normal 28px/32px Georgia, serif;
	color: #00003b;
	margin-bottom: 25px;
}

.news-detail h3 {
	font: lighter 16px/20px Georgia, serif;
	color: #222;
	margin-bottom: 5px;
}

.news-prev-next {
	font: normal 12px/12px Georgia, serif;
	overflow: hidden;
	border-top: 1px solid #00003b;
	margin-top: 40px;
	padding: 5px 0;
}

.news-prev-next .news-prev {
	float: left;
	width: 220px;
	text-align: left;
}

.news-prev-next .news-next {
	float: right;
	width: 220px;
	text-align: right;
}

.news-prev-next .news-back {
	float: left;
	text-align: center;
	width: 500px;
}

/* @end */

/* @group home article item */

.home-article-item {
	position: relative;
	overflow: hidden;
}

.home-article-item-portrait-left {
	float: left;
	width: 460px;
	overflow: hidden;
}

.home-article-item-portrait-right {
	float: right;
	width: 460px;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #00003b;
}

.home-article-item-landscape .home-article-item-image {
	float: left;
	width: 700px;
}

.home-article-item .home-article-item-text {
	width: 220px;
}

.home-article-item-landscape .home-article-item-text {
	float: right;
}

.home-article-item-portrait-right .home-article-item-text {
	float: left;
}

.home-article-item-portrait-right .question-item {
	display: block;
	float: right;
}

.home-article-item .question-item {
	display: block;
}

.home-article-item-landscape .question-item {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.home-article-item .question-item {
	padding: 0 0 36px 0;
}

/* @end */

/* @group question item */

.questions-items {
	overflow: hidden;
	width: 700px;
	float: right;
	padding-bottom: 40px;
}

.question-item {
	display: block;
	position: relative;
	font: lighter 24px/24px Georgia, serif;
	color: #fff;
	background-color: #00003b;
	padding: 0 0 33px 0;
}

.question-item .question {
	display: block;
	margin: 13px;
}

.question-item .link {
	font: lighter 12px/20px Helvetica, Arial, sans-serif;
	color: #fff;
	position: absolute;
	right: 13px;
	bottom: 5px;
	text-decoration: underline;
}

.question-item-small {
	width: 220px;
}

.question-item-medium {
	width: 460px;
	font: lighter 38px/40px Georgia, serif;
}

.questions-items .question-item {
	float: left;
	margin: 0 0 20px 0;
}

.question-item-text {
	background: none;
	font: lighter 24px/24px Georgia, serif;
	color: #00003b;
	padding: 0;
}

.question-item .webpage-header {
	font: lighter 12px/20px Helvetica, Arial, sans-serif;
	display: block;
	color: #222;
}

.question-item .readmore {
	font: lighter 12px/20px Helvetica, Arial, sans-serif;
	display: block;
	text-decoration: underline;
}

/* @end */

/* @group article detail */

.article-detail {
	overflow: hidden;
}

.article-detail .article-detail-text {
	width: 220px;
	float: left;
}

.article-detail h2 {
	font: normal 28px/32px Georgia, serif;
	color: #00003b;
	margin-bottom: 25px;
}

.article-detail h3 {
	font: lighter 16px/20px Georgia, serif;
	color: #222;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.article-detail .article-detail-right {
	float: right;
	width: 700px;
}

.article-detail .article-detail-gallery {
	width: 700px;
	height: 700px;
	position: relative;
}

.article-detail .article-detail-gallery .gallery-arrow-prev {
	display: block;
	visibility: hidden;
	position: absolute;
	top: 330px;
	left: 0px;
	width: 40px;
	height: 40px;
	background: url(../images/ico_gallery_arrow_left.png);
}

.article-detail .article-detail-gallery .gallery-arrow-next {
	display: block;
	visibility: hidden;
	position: absolute;
	top: 330px;
	right: 0px;
	width: 40px;
	height: 40px;
	background: url(../images/ico_gallery_arrow_right.png);
}

.article-detail .article-detail-gallery .gallery-pause,
.article-detail .article-detail-gallery .gallery-play {
	visibility: hidden;
	position: absolute;
	top: 330px;
	left: 330px;
	width: 40px;
	height: 40px;
}

.article-detail .article-detail-gallery .gallery-pause {
	display: block;
	background: url(../images/ico_gallery_play_pause.png) center top;
}

.article-detail .article-detail-gallery .gallery-play {
	display: none;
	background: url(../images/ico_gallery_play_pause.png) center bottom;
}

.article-detail .article-detail-gallery:hover .gallery-arrow-prev,
.article-detail .article-detail-gallery:hover .gallery-arrow-next,
.article-detail .article-detail-gallery:hover .gallery-play,
.article-detail .article-detail-gallery:hover .gallery-pause {
	visibility: visible;
}

.article-detail .article-detail-gallery img {
	position: absolute;
}

.article-detail .article-detail-images-copyright {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #00003b;

}
.article-detail-thumbs {
	overflow: hidden;
	margin-top: 20px;
}

.article-detail-thumbs .article-detail-thumb {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 0 20px 20px;
}

.article-detail-thumbs .selected {
	position: relative;
	display: block;
	width: 40px; /*was 38*/
	height: 40px; /*was 38*/
	overflow: hidden;
	/*border: 1px solid #00003b;*/ /*dma*/
	background-color: #00003b;
}

.article-detail-thumbs .selected img {
	position: absolute;
	display: none;
	top: -1px;
	left: -1px;
}

.article-detail-thumbs .first {
	margin-left: 0;
}

.article-detail-body {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #00003b;
}

/* @end */

/* @group article items */

.article-items {
	overflow: hidden;
	border-top: 1px solid #00003b;
	padding-top: 20px;
}

.article-items .article-item {
	float: left;
	margin-right: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #00003b;
	width: 220px;
	height: 100px;
	overflow: hidden;
}

.article-items .last {
	margin: 0;
}

.article-items .article-item .article-item-image {
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.article-items .article-item .article-item-text {
	float: right;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.article-items .article-item .article-item-text h4 {
	font: normal 14px/14px Georgia, serif;
	color: #00003b;
	margin-bottom: 0px;
}

.article-items .article-item .article-item-text h5 {
	font: 12px/16px Helvetica, Arial, sans-serif;
	color: #222;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.article-items .select .article-item-image {
	width: 100px;
	height: 100px;
	background-color: #00003b;
}

.article-items .select .article-item-image img {
	display: none;
}

.article-prev-next {
	font: normal 12px/12px Georgia, serif;
	overflow: hidden;
	border-top: 1px solid #00003b;
	margin-top: 40px;
	padding: 5px 0;
}

.article-prev-next .article-prev {
	float: left;
}

.article-prev-next .article-next {
	float: right;
}

.article-items-page-numbers {
	font: normal 12px/12px Georgia, serif;
	overflow: hidden;
	border-top: 1px solid #00003b;
	margin-top: -1px;
	padding: 5px 0;
	margin-bottom: -1px;
}

.article-items-page-numbers .article-items-page-numbers-prev {
	float: left;
}

.article-items-page-numbers .article-items-page-numbers-next {
	float: right;
}

.article-items-page {
	overflow: hidden;
}

.article-items-page-row {
	overflow: hidden;
	margin-bottom: 20px;
}

.article-items-page-row-last {
	overflow: hidden;
}

/* @end */

/* @group module-link */

.module-link {
	overflow: hidden;
	margin: 20px 0;
}

.module-link h5 {
	font: 12px/16px Helvetica, Arial, sans-serif;
	float: left;
	width: 32px;
}

.module-link ul {
	font: 12px/16px Helvetica, Arial, sans-serif;
	float: left;
	margin: 0;
	padding: 0;
	width: 428px;
	list-style-type: none;
}

.module-link ul li {
	margin-bottom: 5px;
}

.module-link ul li a {
	text-decoration: underline;
	color: #00003b;
}

/* @end */

/* @group webpage */

.webpage {
	overflow: hidden;
	width: 700px;
	padding-bottom: 40px;
	float: right;
}

.webpage h3,
.webpage h4 {
	width: 460px;
}

.image-block {
	margin-bottom: 20px;
}

/* @end */

/* @group question-ask-form */

.question-ask-form {

}

.question-ask-form .form-intro {
	padding: 5px 0;
	color: #222;
	line-height: 20px;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

.question-ask-form .form-message {
	display: none;
	padding: 5px 0;
}

.question-ask-form #error-wrapper {
	color: #db5686;
}

.question-ask-form .contact-form {

}

.question-ask-form .contact-form label {
	display: block;
	margin: 10px 0 5px;
	color: #222;
	line-height: 20px;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

.question-ask-form .contact-form .input {
	width: 210px;
	border: 0;
	line-height: 12px;
	font-size: 11px;
	padding: 3px 5px;
	background: url(../images/bg_contact_form_input.png);
}

.question-ask-form .contact-form .textarea {
	width: 210px;
	height: 50px;
	border: 0;
	line-height: 15px;
	font-size: 11px;
	padding: 5px;
	background: url(../images/bg_contact_form_input.png);
}

.question-ask-form .contact-form .validation-failed {
	background: url(../images/bg_contact_form_input_error.png);
}

.question-ask-form .contact-form .submit {
	display: block;
	margin: 10px 0 5px;
	padding: 0;
	color: #222;
	line-height: 20px;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	background: none;
	border: 0;
	text-decoration: underline;
}

/* @end */

/* @group search */

.found {
	background-color: #a0cced;
}

.search .link a {
	text-decoration: underline;
}

.searchContentLabel {
	text-transform: uppercase;
	font-size: 14px;
}

/* @end */

/* @group repertoire */

.lmb {

}
.lmb li {
	list-style-position: inside;
	list-style-image: url(../images/bullet.png);
}
/* @end */

.list_vid {list-style:none;margin-bottom:15px;overflow:hidden;zoom:1}
.list_vid li {float:left;margin-right:15px}
.list_vid a {position:relative;display:block}
.list_vid b {background:url('../images/ico/ico_play.png');height:27px;width:27px;display:block;position:absolute;left:6px;top:6px}
.sound {margin-bottom:15px}

/* @group newsletter */

#FormNewsletter {
	padding: 10px;
	width: 440px;
	background: url("../images/bg_contact_form_input.png") repeat scroll 0 0 transparent;
	position: relative;
	color: #333;
	margin-bottom: 20px;
}

#FormNewsletter h4 {
	font: 28px/32px Georgia, serif;
	color: #333;
}

#FormNewsletter p {
	margin-bottom: 10px;
}

#FormNewsletter .newsletter_form_message {
	padding: 10px;
	color: #fff;
	background-color: #666;
	display: none;
}

#FormNewsletter input.input {
	border: none;
	padding: 2px 5px;
	font: 12px/16px Helvetica, Arial, sans-serif;
	width: 130px;
	color: #333;
}

#FormNewsletter #firstname {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#FormNewsletter #lastname {
	display: block;
	margin: 0;
}

#FormNewsletter #email {
	display: block;
	width: 280px;
	margin: 10px 0 0 0;
}

#FormNewsletter #checkTacP {
	margin: 10px 0 0 0;
}

#FormNewsletter p.form_newsletter_intro {
	margin-bottom: 20px;
}

#FormNewsletter form {
	margin: 0;;
}

#FormNewsletter .submit {
	padding: 2px;
	margin: 10px 0 0 0;
	background-color: #666;
	color: #fff;
	border: none;
	font: 12px/16px Helvetica, Arial, sans-serif;
}

/* @end */

/* @group BLOC HIGHLIGHT */

.highlight {
	font: lighter 24px/24px Georgia, serif;
	color: #00003b;
	display: block;
	border: 1px solid #8e8e8e;
	width: 194px;
	float:right;
	margin-top:16px;
	padding:12px;
}

/* @end */

/* @group simplecontact */

.simplecontact {
	padding: 0;
}

.simplecontact img {
	margin: 0 8px 8px 0;
}
/* @end*/

/* @group forms */

form p {
	margin-bottom: 10px;
}

form p input.text, form p input.password {
	background: url("../images/bg_contact_form_input.png") repeat scroll 0 0 transparent;
	color: #333333;
	padding: 2px;
	border: none;
	width: 160px;
	display: block;
}

form p textarea.textarea {
	background: url("../images/bg_contact_form_input.png") repeat scroll 0 0 transparent;
	color: #333333;
	padding: 2px;
	border: none;
	width: 160px;
	height: 170px;
	display: block;
}

form p input.checkbox {
	background-color: #eeeeee;
	color: #333333;
	border: none;
}

form input.submit {
	padding: 2px;
	margin: 10px 0 0 0;
	background-color: #666;
	color: #fff;
	border: none;
	font: 12px/16px Helvetica, Arial, sans-serif;
}

form p label {
	display: block;
}

.Col8 form p input.text, .Col8 form p input.password {
	width: 450px;
}

.Col8 form p textarea.textarea {
	width: 450px;
}

.grey-form {
	padding: 10px;
	background: url("../images/bg_contact_form_input.png") repeat scroll 0 0 transparent;
	position: relative;
	color: #333;
	margin-bottom: 20px;
}

.grey-form h4 {
	font: 18px/24px Georgia, serif;
	color: #333;
}

.grey-form p {
	margin-bottom: 10px;
}

.grey-form a {
	text-decoration: underline;
}

.grey-form form input.text, .grey-form form input.password {
	border: none;
	padding: 2px 5px;
	font: 12px/16px Helvetica, Arial, sans-serif;
	width: 190px;
	color: #333;
	background-color: #fff;
	background-image: none;
}

.form-return-message-ok {
	padding: 10px;
	margin: 0 0 10px 0;
	background-color: #598DC3;
	color: #fff;
}

.form-return-message-error {
	padding: 10px;
	margin: 0 0 10px 0;
	background-color: #666;
	color: #fff;
}

#alphabet {
	font: lighter 14px/34px Georgia, serif;
}

#alphabet a.select {
	color: #00003b;
	font-weight: bold;
	border-bottom: solid #00003b 3px;
}

/* @end*/


/* @group social share */
.share {
	margin-top: 25px;
}

.share li{
	font-weight: bold;
	color: #00003b;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
}

.share li:first-child{
	margin-right: 5px;
}

.share span {
	display: block;
	text-indent: -999px;
}

.share .fb span {
	width: 7px;
	height: 14px;
	background: url(../images/ico_share_fb.png) no-repeat center center;
}

.share .tw span {
	width: 10px;
	height: 14px;
	background: url(../images/ico_share_tw.png) no-repeat center center;
}

.share .mail span {
	width: 18px;
	height: 14px;
	background: url(../images/ico_share_mail.png) no-repeat center center;
}

/* @end*/
