@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Main styling*/

html {
	overflow-y: scroll;
}
body {
	height: auto;
	/*line-height: 130%;*/
	margin-bottom: 24px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1, h1 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	/*	color: #000;*/
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
	line-height: auto;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	/*	color: #005296;*/
	margin: 0;
	padding: 0;
	font-weight: bold;
	margin-bottom: 0px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	/*	color: #005296;*/
	margin: 0;
	padding: 0;
	font-weight: bold;
	margin-bottom: 0px;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	/*color: #005296;*/
	margin: 0;
	padding: 0;
	font-weight: bold;
	margin-bottom: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.margin80 {
	margin-left: 80px;
}
.margin40 {
	margin-left: 40px;
}
.margin20 {
	margin-left: 20px;
}
.margin163 {
	margin-left: 163px;
}
#containerx, #containersm {
	margin-left: auto;
	margin-right: auto;
}
#containerx {
	width: 1000px;
	margin-top: 6px;
}
#containersm {
	width: 600px;
}
.spacer20 {
	margin: 0 0 20px 0;
}
.spacer8 {
	margin: 0 0 8px 0;
}
#textcontainer {
	margin: 0 0 20px 100px;
	width: 663px;
	overflow: visible;
}
#textcontainer:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
#textcontainer {
	zoom: 1;
}
#hdr2 {
	display: none;
}
#hdr {
	width: 1000px;
	margin: 0 auto 0 auto;
}
#hdr_image_container {
	float: left;
	width: 282px;
	padding-top: 4px
}
#mainmenu, #smMenu {
	margin-left: auto;
	margin-right: auto;
}
#mainmenu {
	width: 1000px;
}
#smMenu {
	width: 500px;
	min-height: 36px;
	padding: 12px 50px 0 50px;
	margin-bottom: 20px;
}
#gbar {
	/*	display: block;*/
	float: left;
	height: 100px;
	width: 282px;
}
#gbar > a > img {
	/*float: left;*/
	height: 75px;
	width: 282px;
	border: none;
}
#gbar a {
	color: #fff;
}
#Mbar, #smMenu {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#Mbar {
	width: 990px;
	min-height: 48px;
	padding: 0 0 0 10px;
}
#h1container {
	width: 60%;
	float: left;
}
#bcbar {
	width: 40%;
	margin-top: 12px;
	float: left;
}
#header3 {
	margin-top: 12px;
	height: 36px;
	line-height: 36px;
	width: 100%;
	vertical-align: middle;
	color: #005296;
	font-weight: bold;
	/*	border: 1px #000 solid; */
	overflow: hidden;
	background-color: 000;
}
#header3 ul {
	list-style: none;
}
#header3 li {
	list-style: none;
	display: inline;
}
#header3 li a {
	color: #005296;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
#H1block {
	float: left;
}

#loginbar_container{
	float:left; width:718px;	
}
#loginbar {
	float: right;
	margin: 8px 0 8px 0;
}
#loginbar a { /*color:#000;*/
	font-weight: bold;/*color: #FFF;	text-decoration:none;*/
}
#loginbar a:hover {
/*	text-decoration:underline;*/
}
#submenu_container{
	float:right; width:718px;
}
#submenu_container2{
float:right;margin-top:4px; 
}
#submenu{
	float:left;padding-top:2px;
}
#SearchBlock {
	float: right;
}
#search_container {
	float: left;
}
#Search_form {
	margin: 0;
	padding: 0 6px 0 6px;
	font-size : 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#Search_form input {
	border: none;
	font-size : 12px;
	padding: 0;
	margin: 0;
	width: 120px;
	height: 20px;
}
#Search_form img {
	width: 18px;
	height: 20px;
	vertical-align: top;
}
.logospacer {
	height: 36px;
	width: 8px;
	background-color: #005296;
	float: left;
}
.logo {
	height: 75px;
	width: 282px;
	display: block;
	padding: 0;
	margin: 0;
	float: left;
}
.logo img {
	border: none;
}
#SearchBox {
	margin-left: 24px;
	margin-right: 12px;
}
#breadcrumbs {
	float: left;
	padding-left: 20px;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #005296;
	font-weight: bold;
}
#breadcrumbs > div {
	float: left;
}
#breadcrumbs a {
	color: #005296;
	font-weight: bold;
}
#breadcrumbs a img {
	width: 16px;
	height: 16px;
}
/*#mainnav #content a */

.menusection, .menusectionhi {
	text-decoration: none;
	/*	color: #FFF;*/
	font-weight: bold;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}
/*.menusection {
	background-color: #005296;
}
.menusectionhi {
	background-color: #3e8ede;
}
.headeritem {
	background-color: #005296;
}
.headeritemhi {
	background-color: #1f6fb9;
}*/
.headeritem, .headeritemhi {
	font-size: 130%;
	line-height: 48px;
	vertical-align: middle;
	text-decoration: none;
	/*	color: #FFF;*/
	font-weight: normal;
	display: block;
	padding-left: 14px;
	padding-right: 14px;
	float: left;
}
.headeritem a, .headeritemhi a {
	text-decoration: none;/*	color: #FFF;*/
}
.headeritem:hover {
/*	background-color: #3e8ede;*/
}
.headeritemhi:hover {
/*	background-color: #3e8ede;*/
}
/* use child selector to apply hover event to the submenu*/	
.headeritem:hover > div {
	display: block;/*	background-color: #3e8ede;*/
}
.headeritemhi:hover > div {
	display: block;/*	background-color: #3e8ede;*/
}
.subcontentcontainer {
	position: relative;
	display: none;
	margin-left: -14px;
	z-index: 1000;
}
.subcontent {
	/*	background-color: #3e8ede;*/
	/*	position: relative;*/
	position: absolute;
	height: auto;
	line-height: 36px;
	left: 0px;
	top: 0px;
	width: auto;
	vertical-align: middle;
	/*padding-left: 20px;*/
	padding-bottom: 40px;
	display: block;/*	overflow: auto;*/
}
.subcontent {
}
.subcontent a {
	/*	text-decoration: none;*/
/*	color: #FFF;*/
	font-weight: bold;
	display: block;
}
.subhead {
	padding-left: 20px;
	z-index: 1000;
}
.subhead a {
	/*	text-decoration: none;*/
/*	color: #FFF;*/
	font-weight: bold;
}
.subheadcontainer {
	float: left;/*	padding-right: 40px;*/
	z-index: 1000;
}
.productitem {
	padding: 0;
	margin: 0px;
	line-height: 24px;
	font-size: 80%;
	/*	text-decoration: none;*/
/*	color: #FFF;*/
	font-weight: bold;
	padding-left: 20px;
}
.productitem a {
	/*	text-decoration: none;
	color: #FFF;*/
	font-weight: bold;
}
.subcontent3cols {
	width: 540px;
}
.subcontent2cols {
	width: 324px;
}
.subcontent1cols {
	float: left;
	width: 172px;
}
#main_img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#ticker_container{
	width:100%; height:32px; overflow:hidden; padding:0; margin:8px 0 4px 0; border:none;
	
}


.seriespanels, .seriespanelsblank, .seriespanels2, .seriespanels3, .seriespanels25p {
	/*margin-top: 20px;*/
	min-height: 1px;/*border:1px solid #029; 
	background-color:#F00;*/
}
.seriespanelsR {
	float: right;
}
.seriespanelsL {
	float: left
}
.seriespanels, .seriespanels_group, .magicpadding12, .magicpadding6 {
	width: 326px;/*width: 314px;*/
}
.seriespanels25p {
	width: 250px;
}
.seriespanels_group {
	float: left;
}
.seriespanelsblank {
	width: 11px;
}
.seriespanels2, .speccontainer, .listcontainer {
	width: 663px;/*width: 639px;*/
}
.seriespanels3 {
	width: 1000px;/*width: 964px;*/
}

.seriespanels, .seriespanels2, .seriespanels3{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.seriespanels img, .seriespanels25p img {
	border: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.panelspacer {
	margin-right: 11px
}
.panelspacer3 {
	margin-right: 0px;/*	background-color: #F00;*/
}
.paneltop {
	padding-left: 8px;
	min-height: 24px;
	line-height: 24px;
	vertical-align: middle;/*margin-bottom: 5px;*//*-webkit-border-radius:4px;
	
	-moz-border-radius:4px;
		border-radius:4px;
*/
}
.paneltop {
	float: left;
}
.paneltitle2 {
	width: 318px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 2px;
}
.paneltitle {
	width: 242px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-bottom: 2px;/*	width: 230px;
	border-bottom: #fff 4px solid;/*margin-right: 8px;*//*background-color: #adc9e8;*//*	background-color: #cccccc;*/
}
.panelbtn {
	margin-bottom: 2px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.panelbtnchild {
	/*background-color: #005296;*/
	/*background: url(/images/PageImages/2nd.png) repeat-x;*/
	
	width: inherit;
	margin: 1px 0px 0px 0px;
}
.panelbtn, .panelbtnchild {
/*	text-decoration: none;
	color: #fff;*/
}
.panelbtnchild a {
	font-size: 90%;
}
.panelbtn a, .panelbtnchild a {
	width: inherit;
	display: block;/*	text-decoration: none;
	color: #fff;*/
}
.panelbtnsmall {
	/*	background: #666666 url(../images/PageImages/arrow.png) no-repeat;*/
	width: 68px;
}
.panelbtnsmall a {
	padding-left: 12px;
}
.panelbtnlarge {
	width: 318px;
	/*	width: 306px;*/
	margin: 0px 0px 10px 0px;
}
.pinsetcontainer {
}
.panelmenuinset {
	/*	color: #fff;
	background-color: #666666;*/
	min-height: 24px;
	line-height: 24px;
	vertical-align: middle;/*margin-bottom: 5px;*/
	position: relative;
}
.pinsetcontainer, .panelmenuinset, .panelmenuinset a {
	width: 326px;
}
.panelmenuinset a {
}
.panelmenuinset:hover {
}
.panelmenuinset:hover > div {
	Display: block;/*	background-color: #ccc;*/
}
.panelmenuinset:hover a {		/*background-color: #005296;*/
}
.panelmenuinset div {
/*	background-color: #ccc;*/
}
.panelmenuinsetchild {
	width: inherit;
	display: none;
	position: absolute;
	left: 0px;
	top: 24px;
}
.pminsetchildlink {
	width: inherit;/*	background-color:#222;*//*	background: url(/images/PageImages/2nd.png) repeat-x; */
}
.pminsetchildlink a {
	width: inherit;
}
.panelimagebox {
	margin-bottom: 5px;
	text-align: center;
}
.panelimagebox2 {
	margin-bottom: 5px;
	text-align: center;
}
.panelpicture {
	width: 326px;/*	background-image: url(images/PageImages/Home/Home_OP_1.png);*/
}
.panellink {
	/*	color: #005296;*/
	margin-bottom: 8px;
}
.panellink a {
	/*	text-decoration: none;*/
	color: inherit;
}
.panellink a:hover {
/*	text-decoration: underline;*/
}
.panelclr {
	clear: both;
	margin-top: 2%;
}
.paneltextbox {
	margin: 4px 0 0 0;
	/*padding: 10px;*/
	
	
}
.paneltextbox a {
	text-decoration: none;
	color: #005296;

}
#foot {
	width: 98%;
	padding: 0 1% 0 1%;
	/*	background-color: #005296;*/
	height: auto;
	background-color: #005296;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#footheader {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding: 1% 0 1% 0;
}
.footcol2, .footcol2b, .footcol2a {
	padding: 0px;
	width: 25%;
	float: left;
	/*	color: #fff;*/
	font-size: 100%;
}
.footcol2, .footcol2b {
	text-align: left;
}
.footcol2a {
	text-align: right;
}
.footcol3 {
	padding: 0px;
	width: 20%;
	float: left;
	/*	color: #fff;*/
	font-size: 90%;
}
.footcol {
	padding: 0;
	width: 20%;
	float: left;
	/*	color: #FFf;*/
	font-size: 110%;
}
.footcol a {
	/*	text-decoration: none;*/
/*	color: #fff;*/
	font-size: 110%;
	padding: 0 0 1% 0;
	display: block;
}
.icon {
	/*	color: #FC0;*/
	display: inline-block;
	margin: 0 4px 0 4px;
}
#foot ul {
	list-style: none;
}
#foot ul > li {
	list-style: none;
	display: inline;
}
/*#foot a {
	color: #fff;
	text-decoration: none;
}
#foot a:hover {
	text-decoration: underline;
}*/
#foot .menusection {
	padding: 12px 0 0 0;
}
.footitem, .footitem a {
	padding: 0 0 1% 0;
	font-size: 90%;
}
#foot .hrline {
}
#foot .hrline img {
	margin: 0;
	width: 100%;
	height: 1px;
}
.circlelist {
	list-style: circle;
	margin: 0;
	padding-left: 40px;
}
.circlelist2 {
	list-style: circle;
	margin: 0;
	padding-left: 20px;
}
.sectionbar, .faqbar, .eventsbar, .eventsbarpale {
	/*	color: #fff;*/
	font-size: 16px;
	padding: 4px 4px 4px 12px;
	margin-bottom: 16px;
	min-height: 16px;
	vertical-align: middle;
		-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.sectionbar, .faqbar, .eventsbar {
/*	background-color: #005296;*/
}
.sectionbar, .faqbar {
	width: 98%;
}
.faqbar {
	cursor: help;
}
.eventsbar, .eventsbarpale {
	width: 98%;
}
.eventsbarpale {
/*	background-color: #CCC;*/
}
.sectionline, .faqline {
	width: 98%;
	margin-left: 20px;
	/*	color: #000;*/
	min-height: 16px;
	vertical-align: middle;
	line-height: 130%;
}
.sectionline hr, .faqline hr {
	width: inherit;
}
.minicontainer {
	width: 60%;
	margin-left: 250px;
}
.faqbarhi {
/*	background-color: #005296;
	color: #fff;*/
}
.faqbar, .faqbarhi {
	width: 80%;
	padding: 4px;
	margin: 4px 8px 4px 0px;
	min-height: 16px
}
.faqbar a {
}
#contactpanel {
	margin-top: 20px;
	margin-bottom: 32px;
	overflow: auto;
}
#contactpanel .col1 {
	margin-right: 20px;
}
#contactpanel .col1, #contactpanel .col2 {
	float: left;
}
#contactpanel div {
	margin: 0 0 8px 0
}
#contactpanel label {
	display: block;
	font-size: 11px;
}
#contacttable {
	border-collapse: collapse;
}
#contacttable td, #contacttable th {
	padding: 8px;
	/*	border-bottom: 1px solid #005296;*/
	vertical-align: middle;
}
#accessttable {
	border-collapse: collapse;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
#accessttable td, #accessttable th {
	padding: 8px;
	/*	border-bottom: 1px solid #005296;*/
	vertical-align: middle;
}
#accessttable th {
	/*	 background-color:#005296; color:#FFF;*/
	font-size: 12px;
}
.prodsummary {
	width: 100%
}
.prodsummary div.b1 {
	float: left;
	margin: 20px 0 0 20px;
}
.prodsummary a {
/*	text-decoration: none;
	color: #005296;*/
}
.prodsummary a:hover {
/*	text-decoration: underline;*/
}
.prodsummary div {
	margin: 0 0 8px 0;
}
.traincontainer {
	margin: 12px 0 24px 36px;
	width: 928px;
}
.traincontainer a, #loginbody a, .dlcontainer .listitem a, #distdetails a, .nshpprodcontainer a, #srbody a {
/*	text-decoration: none;*/
/*	color: #005296;*/
}
.traincontainer a:hover, #loginbody a:hover, .dlcontainer .listitem a:hover, #distdetails a:hover, .nshpprodcontainer a:hover, #srbody a:hover {
/*	text-decoration: underline;*/
}
.traincontainer > div, .traincontainer > div > div {
	padding: 8px;
}
.tchead, #loginhead, .dlhead, #srhead, .adminsec, .distlistinghead {
	margin: 0 0 4px 0;
	padding:4px 4px 4px 12px;
	font-size: 14px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#loginhead, #srhead, .adminsec {
	padding: 8px;
}
.distlistinghead {
	padding: 8px;
	color: #FFF;

}
.tcbody, #loginbody, .dlcontainer, #srbody, .distlistingbody {
	background-color: #eee;
	padding:12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.distlisting {
	width: 100%;
	margin: 20px 0 20px 0;
}
.distlistingbody {
	width: 100%;
	overflow: auto;
	margin: 0 0 20px 0;
	min-height: 120px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.distlistingbody > div > div {
	padding: 4px 0 0 0;
}
.distlistingbody img {
	display: block;
	padding: 20px 0 0 20px;
}
#loginhead {
	margin: 0 auto 0 auto;
}
#loginbody {
	margin: 0 auto 20px auto;
}
#loginbody > div {
	padding: 0 0 12px 0;
}
#loginbody, #loginhead {
	width: 200px;
	padding: 8px;
}
#loginbody input {
	display: block;
	width: 180px;
	margin: 0 auto 8px auto;
}
#logbtn {
	width: 60px;
	padding: 8px 0 8px 0;
}
#Warning2 {
	margin: 12px 0 12px 0;
}
#loginbody label {
	display: block;
	font-size: 10px;
}
.dlhead {
	width: 984px;
	padding: 8px;
	height: auto;
	overflow: auto;
}
.dlhead .cats {
	float: left;
	height: auto;
	overflow: auto;
}
.dlhead .gotop {
	float: right;
	font-size: 10px;
}
.dlcontainer, #srbody {
	padding: 12px 0 8px 32px;
	margin: 0 0 12px 0;
}
.dlcontainer .listitem {
	margin: 0 0 8px 0;
}
#distdetails {
	margin: 12px 0 12px 0;
}
#srhead {
}
#srhead span {
	font-weight: bold;
}
#srbody {
}
#srbody div {
	margin: 0 0 12px 0;
}
.nshpprodcontainer {
	width: 50%;
	float: left;
}
.adminbody label {
	/*	color: #fff;*/
	font-size: 80%;
}
.adminsec a {
	margin: 0 0 0 0;
}
.adminbody a, .adminsec a {
/*	color: #fff;
	text-decoration: none;*/
}
.adminbody a:hover, .adminsec a:hover {
/*	text-decoration: underline;*/
}
#pageselecta {
}
#pageselecta p {
	margin: 0 0 6px 0;
}
.speccontainer {
	float: left;
	margin: 0 0 20px 11px;
}
.speccontainer h2, .listcontainer h2 {
	margin: 0 0 20px 0;
}
.speccontainer label {
	width: 130px;
	display: block;
	float: left;
	margin-right: 12px;
	vertical-align: top;
}
.speccontainer > div {
	clear: both;
}
.speccontainer > div > div {
	width: 470px;
	float: left;
	margin-bottom: 20px;
	vertical-align: top;
}
.speccontainer ul {
	list-style: disc outside;
	unicode-bidi: embed;
	margin: 4px 0 8px 40px;
}
.speccontainer li {
	display: list-item;
	padding: 4px 0 0 0
}
.speccontainer p {
	margin: 0 0 8px 0;
}
.speccontainer p > span {
	font-weight: bold;
}
.listcontainer {
	float: left;
	margin: 0 0 20px 0;
}
.eventhead, .eventheadpale {
	font-size : 14px;
	margin: 0 0 8px 20px;
}
.eventheadpale {
/*	color : #999;*/
}
.eventbody {
	margin: 0 0 20px 30px;
}
.eventbody > div, .eventheadpale > div {
	padding: 0 0 8px 0;
}
.lnk {
}
.lnk > a, .eventbody > div > a {
	color: inherit;
	text-decoration: none;
}
.lnk > a:hover, .eventbody > div > a:hover {
	text-decoration: underline;
}
.spacerblock6 {
	min-height: 6px;
	overflow: auto;
}
.spacerblock12 {
	min-height: 12px;
	overflow: auto;
}
.spacerblock24 {
	min-height: 24px;
	overflow: auto;
}
.spacerblock48 {
	min-height: 48px;
	overflow: auto;
}
.spacerblock72 {
	min-height: 72px;
	overflow: auto;
}
.spacerblock96 {
	min-height: 96px;
	overflow: auto;
}
.spacerwidth11 {
	width: 11px;
	overflow: auto;
}
.spacerwidth11_a {
	width: 0px;
	overflow: auto;
	display: none;
}
.magicpadding6, .magicpadding12 {
	overflow: auto;
	display: none;
}
.selectacountry {
	font-size: 12px;
}
.player, #holder {
	width: 1000px;
	height: 563px;
	margin: 0 auto 0 auto;
}
#modebox img {
	vertical-align: top;
}
.royalSlider {
      height: 400px !important;
}
.royalSlider .rsImg{ 
	width:1000px !important;
	height:400px !important;
	margin:0 !important;
	
}
