/* gutter width = 10px */
html{
}
body{
	color:#191919;
	font-family: 'Source Sans Pro', 'helvetica neue',helvetica,sans-serif;
	font-size:12px;
	line-height:18px;
	background-color:#fff;
	font-weight:300;
	margin:0px;
	padding:0px;
}
strong,b{
 font-weight:700;
}
ul, ol {
  margin-top:8px;
  margin-bottom:8px;
}
hr{
	border: none;
	height: 1px;
	background: #ccc;
	-moz-box-shadow: 1px 1px 3px #ddd;
    -webkit-box-shadow: 1px 1px 3px #ddd;
	box-shadow: 1px 1px 3px #ddd;
}

/* header */
#headerarea{
  position:relative;
  width:100%;
  background:url('images/headerbg.png') repeat-x;
  height:122px;
  overflow:visible;
}
#header{
	height:122px;
	width:960px;
	margin:0 auto;
	position:relative;
	overflow:visible;
}
#ediusworld_logo{
	position:absolute;
	top:30px;
	left:230px;
}
#playstorm{
	background-image:url("images/playstorm_purple.png");
	background-repeat: no-repeat;
	height:413px;
	width:312px;
	/*position:fixed;*/
	position:absolute;
	top:0px;
	left:-90px;
}
#headersearch{
	position:absolute;
	top:50px;
	right:0px;
}
#headersearch input{
	border:none;
	padding:5px 8px;
	font-size:14px;
	color:#585858;
	-moz-box-shadow: none;
    -webkit-box-shadow:none;
	box-shadow:none;
	margin:0;
	line-height:18px;
	vertical-align:middle;
}
#headersearch input[type="submit"]{
	color:white;
	font-size:10px;
	background-color:#A7A9AC;
}
#gvComLink{
	position:absolute;
	top:0px;
	right:0px;
}

.loginlinks{
	float:left;
	display:block;
	line-height:22px;
	vertical-align:baseline;
	height:22px;
	margin-right:5px;
}
.loginlinkwrap{
	line-height:27px;
	height:28px;
	background:url('images/greengreenpill_leftcap.gif') no-repeat left 6px;
	padding-left:7px;
	display:block;float:left;
	padding:0px 0px 0px 7px;
	margin-right:5px;
}
.loginlink{
	line-height:27px;
	vertical-align:baseline;
	padding:0px 7px 0px 0px;
	height:28px;
	margin-right:5px;
	background:url('images/greengreenpill_rtdoor.gif') no-repeat right 6px;
}
a.loginlink{
	color:#fff !important;
	display:block;
	float:left;
}
a.loginlink:hover, a.loginlink:active{
	color:#6f6 !important;
	text-decoration:none;
}

#headerImage{
  position:relative;
}
#breadcrumbnav {
	position:absolute;
	padding:5px;
	color:#fff;
	right:0px;
	bottom:0px;
	-webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  behavior: url('PIE.htc');
  background:rgba(0,0,0,0.7);
}
#breadcrumbnav a {
	color: #fff;
}
#breadcrumbnav a.breadCrumbDisabled{
  text-decoration:none;
  cursor:default;
  color:#999;
}
#breadcrumbnav a.lastBreadCrumb{
  text-decoration:none;
  cursor:default;

}
#gvheaderlogo{
  display:block;
  padding-top:10px;
}

/*end header*/
/* navigator redirect bar*/
#navigatorprompt{
	height:28px;
	background:url('images/navigatorbarbg.gif') repeat-x;
}
#navigatorpromptcontent{
	height:28px;
	width:920px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 40px;
	background:url('images/navigator_downarrow.gif') no-repeat 20px 0px;
	line-height:28px !important;
	color:#2e2e2e;
}
#navigatorpromptcontent a:link, #navigatorpromptcontent a:visited, #navigatorpromptcontent a:hover, #navigatorpromptcontent a:active{
	color:#387c2b;
}
.navigatorbuttonwrap{
	line-height:27px;
	height:28px;
	background:url('images/greengraypill_leftcap.gif') no-repeat left 6px;
	padding-left:7px;
	display:inline-block;
	padding:0px 0px 0px 7px;
	margin-left:5px;
}
.navigatorbuttonlink{
	line-height:27px;
	vertical-align:baseline;
	padding:0px 7px 0px 0px;
	height:28px;
	margin-right:5px;
	display:inline-block;
	background:url('images/greengraypill_rtdoor.gif') no-repeat right 6px;
}
.navigatorbuttonwrap a:link, .navigatorbuttonwrap a:visited{
	color:white !important;
}
.navigatorbuttonwrap a:hover, .navigatorbuttonwrap a:active{
	color:#6f6 !important;
	text-decoration:none;
}
/* end navigator redirect bar*/
/*footer*/
#footerwrap{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	color:black;
	line-height:18px;
	font-size:13px;
	clear:both;
}
#footerwrap a{
	display:inline-block;
	padding:0px 20px 5px 0px;
}
#footerwrap a:link, #footerwrap a:visited{
	color:#601069;
	//color:old_7AC143;
	text-decoration:none;
}
#footerwrap a:hover, #footerwrap a:active{
	color:#601069;
	text-decoration:underline;
}
#footercontent{
	border-top:5px #aaa solid;
	padding-top:10px;
	color:#BCBEC0;
}

#footerleft{
  width: 700px;
  float: left;
  display: block;
  margin-right: 20px;
}
#social{
  display: block;
  margin-top:7px;
}
#social a{
  padding: 0px 0px 0px 4px;
}
#social img{
  vertical-align: middle;
}
#footerlogo{
	float:right;
	padding:0 !important;
}
/*end footer*/



#contentareawrap{
	/*even necessary?*/
	width:960px;
	margin-left:auto;
	margin-right:auto;
	overflow: visible;
	position:relative;
	min-height:300px;
}
#template-sidenav{
	width:220px;
	background-color:rgba(230,230,230,.9);
	float:left;
	clear:left;
	font-weight:normal;
	border-radius: 0 0 8px 8px;
}

#contentarea{
	width:720px;
	float:right;
	background:none;
	padding:10px;
	clear:right;
	font-size:16px;
	line-height:1.75em;
}
.clearboth{
	clear:both;
}
.isbox{
  background-color:rgba(230,230,230,.9);
  /*-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url('PIE.htc');
  */
  margin-bottom:10px;
  -moz-box-shadow: 2px 2px 10px #ccc;
  -webkit-box-shadow: 2px 2px 10px #ccc;
  box-shadow: 2px 2px 10px #ccc;
}

#flash-messages {
  background: url("images/warning_24.png") no-repeat 5px 0px;
  padding-bottom: 5px;
}
#flash-messages ul {
  padding: 2px 0px 0px 0px;
  list-style: none;
  margin: 10px 0px 10px 40px;
}

/*row styles*/
.page-columnset{
	/*background-color:blue;*/
	width:100%;
}

/*column styles*/
.page-column{
	float:left;
	display:inline;
	position:relative;
	/*background-color:green;*/
}

/*component styles*/
.page-component{
	padding:0px 10px 10px 10px;
	display:block;
}
.page-component img{
  vertical-align:middle;
}
.page-component.first-component {
  padding-top:10px;
}
.page-component.isbox{
	padding:10px;
}


.potentialbox{}

/*set margins for all "boxed" items... the left and right sides will be exceptions - 5px should work, but doesn't in IE6. Must be divisible by 2. */
.page-column .isbox{
	margin-left:6px;
	margin-right:4px;
	zoom: 1;
}
/*exception for left side boxed columns*/
.page-column .first{
	margin-left:0px;
}
/*exception for left side boxed components*/
.page-column .first .isbox{
	margin-left:0px;
}
/*exception for right side boxed columns*/
.page-column .last{
	margin-right:0px;
}
/*exception for right side boxed components*/
.page-column .last .isbox{
	margin-right:0px;
}


/* CONTENT STYLES */

.page-component-title {
  /*background-color:#BCBCBC;*/
  border-bottom:5px #666666;
	font-size: 24px;
	font-weight: normal;
	margin:0px;
	line-height:24px;
  margin-bottom:8px;
}
.isbox .page-component-title{
  /*background:url('images/headerblock.gif') no-repeat 0px 13px #94A3A7;
  padding:5px 10px 5px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  behavior: url('PIE.htc');
  */
  border-bottom:none;
}

a:link,a:visited{
	color:#601069;
	text-decoration:none;
	outline:none;
}
a:hover,a:active{
	color:#601069;
	text-decoration:underline;
	outline:none;
}

.page-component h2 {
	font-size: 16px;
	line-height:28px;
	margin:0;
}

.page-component table.gvtable{
	border-collapse:collapse;
	table-layout:auto;
}
.page-component .gvtable td{
	border:1px solid #666;
	padding:5px;
	vertical-align:top;
}
.page-component .gvtable th{
	vertical-align:top;
	text-align:left;
}

.page-component .borderless td{
	border:0px;
	padding:5px;
}

/*COMPONENTS*/

/*documents*/
.ComponentTypeDocument ul{
	line-height:16px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.ComponentTypeDocument li{
	height:24px;
	padding:4px 10px 4px 4px;
	/*background:url('images/document_icon.gif') no-repeat  -5px 0px;*/
	zoom:1;
	margin:0px;
}
.ComponentTypeDocument .icon{
	padding:4px 10px 4px 20px;
	background:url('images/document_icon.gif') no-repeat  -5px 0px;
}
/*end documents*/

/*images */
.ComponentTypeImage {
  /* required to support inline background styles */
  padding-top: 10px;
}
.panel img{border:0px;}

/*workflow tabs area*/
.ComponentTypeWorkflow h2{
	float:left;
	display:inline;
	margin-right:10px;
}
.ComponentTypeWorkflow form{
	margin: 2px 0px 0px; padding: 0px; height: 28px; line-height: 28px;
}
.workflow-market-selector{margin:0px;}
.workflowtabs{
	zoom:1;
}
.workflowtabs ul{
	margin:0px;
	padding:0px;
}
.workflowtabs li{
	padding:0px 0px 0px 10px;
	margin:5px 5px 0px 0px;
	height:22px;
	line-height:22px;
	background:url('images/tab_ltdoor.gif') no-repeat;
	float:left;
	display:inline;
}
.workflowtabs li a{
	padding:0px 10px 0px 0px;
	margin-left:0px;
	height:22px;
	line-height:22px;
	background:url('images/tab_rt.gif') right no-repeat;
	float:left;
	display:inline;
	color:white;
	white-space:nowrap;
}
.workflowtabs li a:link, .workflowtabs li a:visited, .workflowtabs li a:hover, .workflowtabs li a:active{
	color:white;

}
.workflowtabs li.workflow-tab-active{
	background:url('images/tabactive_ltdoor.gif') no-repeat;
}
.workflowtabs li.workflow-tab-active a{
	background:url('images/tabactive_rt.gif') right no-repeat;
}
/*end workflow tabs area*/
/*workflow - tables version*/
.workflowstepswrapper-table{
	background-color:#606060;
	overflow:hidden;
	display:block;
	position:relative;
	width:100%;
}
.workflowslidetray-table td{
	width:140px;
	padding:0px 0px;
	vertical-align:top;
	position:relative;
}
.page-component table.workflowslidetray-table td{
	border:0px;
	/*padding:0px 5px;*/
	/*border-right:1px solid #333;*/
}
.workflowslidetray-table .product{
	padding:0px 10px 20px 10px;
	text-align:center;
	line-height:14px;
	margin:10px 0px;
	background: url('images/stepstripe.gif') no-repeat right top;
}
.workflowslidetray-table .product img{
	border:0px;
	margin-bottom:5px;
}
.workflowslidetray-table td .steplabel{
	height:16px;
	background:url('images/stepfooterbg.gif') bottom repeat-x;
	line-height:16px;
	font-size:10px;
	color:#ccc;
	position:absolute;
	bottom:10px;
	width:130px;
	padding-left:10px;
}
.workflowslidetray-table td.firstinstep .steplabel{
	margin-left:10px;
	width:120px;
}
.workflowslidetray-table td.lastinstep .steplabel{
	margin-right:10px;
	width:120px;
}
/*.workflows, .workflow-scrollwrapper, .workflow-scrollingbox{
	width:100%;
}
.jScrollPaneContainer{
	width:100%;
}
.jScrollPaneContainer{
	background:blue;
}*/

/*end workflow*/

/*map component*/
.ComponentTypeProductMap .map-canvas{
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	color: #333;
	background-color:#55557f;
}
.ComponentTypeProductMap .map-canvas a img, .ComponentTypeProductMap .map-canvas a{
	border:0px;
}
.ComponentTypeProductMap .multiLocHeader{
	font-size:18px;
	border-bottom:1px solid #ccc;
}
.ComponentTypeProductMap .maptile{
	background-color:#55557f !important;
}
.ComponentTypeProductMap .hdbox{
	width:15px;
	text-align:center;
	line-height:12px;
	padding:1px;
	background-color:#000;
	color:white;
	font-size:9px;
	border:1px solid #ccc
}
.ComponentTypeProductMap .addresstext{
	font-size:10px;
	color:#999;
}

.page-component.ComponentTypeWhatsHot{
	padding:0px;
	position:relative;
}

.ComponentTypeWhatsHot .page-component-title{
  padding: 10px 10px 0px 10px;
}
.ComponentTypeWhatsHot .whatsHotItem{
	/*this is the outer div*/
	position:relative;
  display:none;
  padding:0px;
  left:0px;
  top:0px;
  padding-bottom:0px;
  zoom:1;
  min-height:20px;
  overflow:hidden;
}
.ComponentTypeWhatsHot .whatsHotItem.fixedHeight{
  height:100%;
}
.ComponentTypeWhatsHot .whatsHotItem.visible{
	display:block;
}
/* image wrapper */
.ComponentTypeWhatsHot .whatsHotItem .img {
  position: relative;
  display:block;
  text-align: center;
  background: transparent;
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#00000000)";*/ /* IE8 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#00000000);   /* IE6 & 7 */
  zoom: 1;
}
.ComponentTypeWhatsHot .whatsHotItem.expanded .img { padding-top:10px; }
.ComponentTypeWhatsHot .whatsHotItem img {
  border:0px;
}
.ComponentTypeWhatsHot .shortTitle{
	font-size: 24px;
	font-weight: normal;
	padding:10px;
	padding-bottom:0px;
	line-height: 24px;
}

.ComponentTypeWhatsHot .shortTitle.bigMargin{ padding-bottom:40px;}

.ComponentTypeWhatsHot .shortTitle a:hover,
.ComponentTypeWhatsHot .shortTitle a:active,
.ComponentTypeWhatsHot .shortTitle a:link,
.ComponentTypeWhatsHot .shortTitle a:visited
{
	color: #601069;
}

.ComponentTypeWhatsHot .shortDescr{
	padding:10px 10px 40px 10px;
}
.ComponentTypeWhatsHot .moreLink{
	position:absolute;
	bottom:10px;
	left:10px;
}

.ComponentTypeWhatsHot .lowerthirdwrap{
	position:absolute;
  width:100%;
	bottom:0px;
	left:0px;
}

.ComponentTypeWhatsHot .lowerthirdoverlay{
	background:#000;
	height:100%;
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
  display:none;
	/*opacity:0.65;
	filter:alpha(opacity=65);*/
}

.ComponentTypeWhatsHot.isbox .lowerthirdoverlay{
  padding:0px;
	margin-left:0px;
	margin-bottom:0px;
}

.ComponentTypeWhatsHot .lowerthirdstext{
  padding:10px;
	position:relative;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
  display:none;
}
.ComponentTypeWhatsHot.isbox .lowerthirdstext{
  padding:10px;
}

.ComponentTypeWhatsHot .video-wrapper{
  display: none;
}


.ComponentTypeCodeFile a, .ComponentTypeWhatsHot a, .ComponentTypeRichText a{
  font-weight:400;
}

/* END COMPONENTS */


/* dynamic page styles*/
	.ComponentTypeCodeFile td{
		border:0px;
	}
	.data-list { width:100%;}
	.data-list td{
		padding-bottom:10px;
		padding-top:10px;
		border-left:0px;
		border-right:0px;
		border-top:1px solid #666;
		border-bottom:none;
	}
    
	/*dealers*/
    .reseller-tab-nav {
        margin: 10px 0px 0px 5px;
    }
    .reseller-tab-nav a {
        display: inline-block;
        padding: 8px 20px;
        background-color: #222;
        border-width: 1px 1px 0px 1px;
        border-style: solid;
        border-color: #333;
    }
    .reseller-tab-nav a.tab-active {
        background-color: #666;
        border-color: #666;
        color: white;
    }
    .reseller-lists {
        margin: 0px 5px;
    }
    .reseller-list {
        display: none;
    }
    .reseller-list-active {
        display: block;
    }
    .reseller-load-indicator {
        width:16px;
        height:12px;
        margin-top:4px;
        background:url('images/ajax-loader-dark-bg.gif') no-repeat;
        display:none;
    }
	.dealer-table td{
		vertical-align:top;
	}
	.dealer-filter td{
		border:none;
		padding-top:none;
	}
	.dealer-pagination {
		margin-left: 5px;
	}
    
	.news-index-item{
		padding-top:10px;
		padding-bottom:10px;
		border-top:1px solid #666;
	}
	.news-index-date {
		font-size:10px;
		color: #CCC;
	}
    .product-news-more {
        padding:10px;
		border-top:1px solid #555;
        background:#444;
        font-weight: bold;
    }
	.page-component th{
		padding:5px;
	}
	.product-registrations td{
		border-top:1px solid #666;
		padding-bottom:10px;
		padding-bottom:10px;
	}
	/* for lists of divs */
	.ruleAtBottom{
		padding-bottom:10px;
		margin-bottom:10px;
		border-top:1px solid #666;
	}
	.ruleAtTop{
		padding-top:10px;
		margin-top:10px;
		border-top:1px solid #666;
	}
	.customer-settings-sidebar ul{
		margin:0px;
		padding:0px;
		list-style-type:square;
		list-style-position:inside;
	}

/* end dynamic page styles */
/* dynamic page styles for registration forms */

.customer-settings-header{font-size:16px;color:#999;display:block;width:100%;padding-top:10px;border-top:1px solid #666;line-height:24px;margin-top:5px;}
.redText{color:red;}
ul.errors{color:red;list-style-type:square;}

.form-messages {padding: 5px 5px 5px 0px; border-bottom: 1px dotted #ccc; margin-bottom: 15px;}
.errors {color:red;}
.notices {font-weight: bold;}

/*scrolling workflows*/


	a.jScrollArrowLeft {
		background: url(images/scrollbuttonlt.gif) no-repeat 0 0;
	}
	/*a.jScrollArrowLeft:hover {
		background-position: 0 -15px;
	}*/
	a.jScrollArrowRight {
		background: url(images/scrollbuttonrt.gif) no-repeat 0 0;
	}
	/*a.jScrollArrowRight:hover {
		background-position: 0 -15px;
	}*/
	/*a.jScrollActiveArrowButton,
	a.jScrollActiveArrowButton:hover {
		background-position: 0 -30px;
	}*/

	.jScrollPaneContainer {
		position: relative;
		overflow: hidden;
		z-index: 1;
		height:auto;
	}

	.jScrollPaneTrack {
		position: absolute;
		cursor: pointer;
		left: 0;
		bottom: 0;
		width: 100%;
		background:url(images/scrolltrackbg.gif) repeat-x;
	}

	.jScrollIntervalTrack {
		position: absolute;

	}

	.jScrollPaneDrag {
		position: absolute;
		background:url(images/scrollelevatorbg.gif) repeat-x;
		cursor: pointer;
		overflow: hidden;
	}
	.jScrollPaneDragLeft {
		position: absolute;
		bottom: 0;
		left: 0;
		overflow: hidden;
		width:5px;
		background:url(images/scrollelevatorlt.gif) no-repeat;
	}
	.jScrollPaneDragCenter {
		margin-left:auto;
		margin-right:auto;
		overflow: hidden;
		width:10px;
		background:url(images/scrollelevatorgrab.gif) no-repeat;
	}
	.jScrollPaneDragRight {
		position: absolute;
		bottom: 0;
		right: 0;
		overflow: hidden;
		width:5px;
		background:url(images/scrollelevatorrt.gif) no-repeat;
		margin-left:0px;
	}
	a.jScrollArrowLeft {
		display: block;
		position: absolute;
		z-index: 1;
		bottom: 0;
		left: 0;
		text-indent: -2000px !important;
		overflow: hidden;
		/*background-color: #666;*/
		height: 20px;
		width: 20px;
	}
	a.jScrollArrowLeft:hover {
		/*background-color: #f60;*/
	}

	a.jScrollArrowRight {
		display: block;
		position: absolute;
		z-index: 1;
		bottom: 0;
		right: 0;
		text-indent: -2000px !important;
		overflow: hidden;
		/*background-color: #666;*/
		height: 20px;
		width: 20px;
	}
	a.jScrollArrowRight:hover {
		/*background-color: #f60;*/
	}
	a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
		/*background-color: #f00;*/
	}
	.scrollInitiated{

	}

/*end scrolling workflows*/
/*END COMPONENTS*/

.transpng{}

/* galleryview plugin override */
.panel {
	background: none !important;
	text-align: center;
	overflow:visible;
}
.panel img {
	padding:5px;
}


/* Flash warn */
.flash-warn {
	color: #ccc;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}
.flash-warn-header  {
	font-size: 16px;
	margin-bottom: 10px;
}
.flash-warn-link  {
	margin-top: 10px;
}

/* DEBUG */

.db-profiler-toggle {
    margin: 5px;
    opacity: 0.05;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: transparent url('/assets/admin/images/icons/sinfo_16.png') no-repeat top left;
}
.db-profiler-container {
    display: none;
}
.db-profiler-container p {
    margin: 0px;
    padding: 0px;
}
.db-profiler-info {
    font-family: 'Courier New',Courier,monospace;
    font-size: 12px;
    margin: 10px 5px 5px 5px;
    padding: 5px;
    background: #eee;
    color: #333;
    border: 1px solid #999;
}
.db-profiler-query {
    margin-bottom: 5px;
    border-style: solid;
    border-color: #ccc;
    border-width: 0px 0px 1px 0px;
}
.db-profiler-title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

/* special component alternate styles */

.component-white{
  background:white;
  color: black;
}
.component-white .page-component-title{
  background:url('/assets/templates/default/images/alt-components/component-white/titlebar-bg.gif') #000 repeat-x center left;
  color:white;
  width:100%;
  margin-left:-10px;
  padding: 10px;
  margin-top:0px;
  margin-bottom: 0px;
  position: relative;
  top: -10px;
}
.ComponentTypeWhatsHot.component-white .page-component-title{
	margin:0px;
    top: 0px;
	width:auto;
}
.lt-ie9 .ComponentTypeWhatsHot.component-white .page-component-title{
    top: -1px;
}
.lt-ie9 .ComponentTypeWhatsHot.component-white .whatsHotItem {
    top: -1px;
}
.ComponentTypeWhatsHot.component-white .shortTitle a{
	color:#601069;
}
.ComponentTypeWhatsHot.component-white .whatsHotItem.expanded .img{
	padding:0px;
}
.component-gray{
  background:#bababa;
}
/*
.component-gray{
  background:#8b8b8b;
}
.component-gray a:link, .component-gray a:visited{
  color:white;
  font-weight:bold;
}
.component-gray a:hover, .component-gray a:active{
  color:white;
  font-weight:bold;
}
.page-component.component-solutions-horiz{
  padding: 5px 0px;
  text-align: center;
  white-space: nowrap;
}
*/
.component-gradient{
  background:#fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c8c8c', endColorstr='#ffffff'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#8c8c8c), to(#ffffff)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #8c8c8c,  #ffffff); /* for firefox 3.6+ */ 
  color: black;
}
.component-gradient .page-component-title{
  color: black;
}
/* solutions element styling */

	/* mini icons */
	.solutionicons{
		width: 100%;
		text-align: center;
		padding-top: 10px;
	}
	
	a.solutionicon:link, a.solutionicon:visited, a.solutionicon:hover, a.solutionicon:active{
		text-decoration:none;
	}
	
	a.icon-liveentertainment{
		background:url('/assets/templates/default/images/solutionicons/mini_icon_liveentertainment.png') no-repeat;
	}
	a.icon-news{
		background:url('/assets/templates/default/images/solutionicons/mini_icon_news.png') no-repeat;
	}
	a.icon-livesports{
		background:url('/assets/templates/default/images/solutionicons/mini_icon_live_sports.png') no-repeat;
	}
	a.icon-playout{
		background:url('/assets/templates/default/images/solutionicons/mini_icon_playout.png') no-repeat;
	}
	a.icon-studio{
		background:url('/assets/templates/default/images/solutionicons/mini_icon_studio.png') no-repeat;
	}
	a.solutionicon{
		display: inline-block;
		height:30px;
		width:30px;
		padding: 0 10px;
		background-position:center top;
	}
	a.solutionicon:hover{
		background-position:center bottom;
	}
	/* horizontal bar */
	.solution-bar-horiz{
		display:inline-block;
		height:54px;
		border:0;
		background-position: top center;
	}
	.solution-bar-left{
		background:url('/assets/templates/default/images/solutionicons/horiz_bar_left.1.png') no-repeat;
		width:242px;
	}
	.solution-bar-right{
		background:url('/assets/templates/default/images/solutionicons/horiz_bar_right.1.png') no-repeat;
		width:6px;
	}
	.solution-bar-horiz.liveproduction{
		background:url('/assets/templates/default/images/solutionicons/horiz_bar_01.1.png') no-repeat;
		width:234px;
	}
	.solution-bar-horiz.news{
		background:url('/assets/templates/default/images/solutionicons/horiz_bar_02.1.png') no-repeat;
		width:234px;
	}
	.solution-bar-horiz.playout{
		background:url('/assets/templates/default/images/solutionicons/horiz_bar_03.1.png') no-repeat;
		width:234px;
	}
	a.solution-bar-horiz:hover{
		background-position: bottom center;
		text-decoration:none;
	}
	
	/* vertical bars */
	.sbvitem, .gsbvitem{
		display: block;
		margin: 0 auto;
		width:220px;
		background-position:left center;
	}
	.sbvitem_l1{
		background:url('/assets/templates/default/images/solutionicons/solutions_vert_1.1.png') no-repeat;
		height:48px;
	}
	.sbvitem_l2{
		background:url('/assets/templates/default/images/solutionicons/solutions_vert_2.1.png') no-repeat;
		height:48px;
	}
	.sbvitem_l3{
		background:url('/assets/templates/default/images/solutionicons/solutions_vert_3.1.png') no-repeat;
		height:48px;
	}
	.gsbvitem_l1{
		background:url('/assets/templates/default/images/solutionicons/GS_Solutions_vert_1.png') no-repeat;
		height:48px;
	}
	.gsbvitem_l2{
		background:url('/assets/templates/default/images/solutionicons/GS_Solutions_vert_2.png') no-repeat;
		height:48px;
	}
	.gsbvitem_l3{
		background:url('/assets/templates/default/images/solutionicons/GS_Solutions_vert_3.png') no-repeat;
		height:48px;
	}
	.gsbvitem_l4{
		background:url('/assets/templates/default/images/solutionicons/GS_Solutions_vert_4.png') no-repeat;
		height:48px;
	}
	.sbvitem_l3:hover{
		background-position:right center !important;
	}
	a.sbvitem:hover,.sbvitem.active, a.gsbvitem:hover,.gsbvitem.active{
		background-position:right center;
	}
	/* solutions dashboard */
	.solutions-dashboard-wrap1{
		background:url('/assets/templates/default/images/solutionicons/dashboard_title_leftlong.png') no-repeat left bottom;
		height:55px;
		margin-right:10px;
		width:100%;
		margin-left:-10px;
		padding-left:10px;
		zoom:1;
	}
	.page-component.first-component .solutions-dashboard-wrap1{
  		margin-top:-10px;
	}
	.solutions-dashboard-wrap2{
		background:url('/assets/templates/default/images/solutionicons/dashboard_title_rightcap.png') no-repeat right bottom;
		height:55px;
		margin-right:-10px;
		zoom:1;
	}
	.solutions-dashboard-wrap1:hover{
		background-position: left top;
	}
	.solutions-dashboard-wrap1:hover .solutions-dashboard-wrap2{
		background-position: right top;
	}
	.solutions-dashboard-wrap2 a:hover, .solutions-dashboard-wrap2 a:active{
		text-decoration:none;
	}
	.solutions-dashboard-title{
		display:block;
		margin-left:-5px;
		width: 100%;
		height:55px;
	}
	a.solutions-dashboard-title.livesports{
		background:url('/assets/templates/default/images/solutionicons/solutiondash_livesports.png') no-repeat center top;
	}
	a.solutions-dashboard-title.liveentertainment{
		background:url('/assets/templates/default/images/solutionicons/solutiondash_liveentertainment.png') no-repeat center top;
	}
	a.solutions-dashboard-title.news{
		background:url('/assets/templates/default/images/solutionicons/solutiondash_news.png') no-repeat center top;
	}
	a.solutions-dashboard-title.studio{
		background:url('/assets/templates/default/images/solutionicons/solutiondash_studio.png') no-repeat center top;
	}
	a.solutions-dashboard-title.playout{
		background:url('/assets/templates/default/images/solutionicons/solutiondash_playout.png') no-repeat center top;
	}
	a.solutions-dashboard-title.globalservices{
		background:url('/assets/templates/default/images/solutionicons/solutiondash_globalservices.png') no-repeat center top;
	}
	a.solutions-dashboard-title.contactcustomercare{
		background:url('/assets/templates/default/images/solutionicons/solutiondash_contactcustomercare.png') no-repeat center top;
	}
	a.solutions-dashboard-title.professionalservices{
		background:url('/assets/templates/default/images/solutionicons/solutiondash_professionalservices.png') no-repeat center top;
	}
	a.solutions-dashboard-title.supportservices{
		background:url('/assets/templates/default/images/solutionicons/solutiondash_supportservices.png') no-repeat center top;
	}	
	/*new additions without icons */
	a.solutions-dashboard-title.customercare{
		background:url('/assets/templates/default/images/solutionicons/solutiondash_customercare.png') no-repeat center top;
	}
	a.solutions-dashboard-title.define{
		background:url('/assets/templates/default/images/solutionicons/solutiondash_define.png') no-repeat center top;
	}
	a.solutions-dashboard-title.deploy{
		background:url('/assets/templates/default/images/solutionicons/solutiondash_deploy.png') no-repeat center top;
	}
	a.solutions-dashboard-title.partners{
		background:url('/assets/templates/default/images/solutionicons/solutiondash_partners.png') no-repeat center top;
	}
	a.solutions-dashboard-title.support{
		background:url('/assets/templates/default/images/solutionicons/solutiondash_support.png') no-repeat center top;
	}
	a.solutions-dashboard-title.training{
		background:url('/assets/templates/default/images/solutionicons/solutiondash_training.png') no-repeat center top;
	}
	
	a.solutions-dashboard-title:hover{
		background-position:center bottom;
	}
	.button-gotoservices, .button-gotosolution, .button-learnmore, .button-wheretobuy, .button-schedulevisit{
		padding-top:10px;
	}
	.button-gotoservices a, .button-gotosolution a, .button-learnmore a, .button-wheretobuy a, .button-schedulevisit a{
		display:block;
		height:28px;
		width:176px;
		margin:0 auto;
	}
	.button-gotoservices a:hover, .button-gotosolution a:hover, .button-learnmore a:hover, .button-wheretobuy a:hover, .button-schedulevisit a:hover{
		text-decoration:none;
		background-position:center bottom;
	}
	.button-gotosolution a{
		background:url('/assets/templates/default/images/solutionicons/button_gotosolution.png') no-repeat center top;
	}
	.button-gotoservices a{
		background:url('/assets/templates/default/images/solutionicons/button_gotoservices.png') no-repeat center top;
	}
	.button-learnmore a{
		background:url('/assets/templates/default/images/solutionicons/button_learnmore.png') no-repeat center top;
	}
	.button-wheretobuy a{
		background:url('/assets/templates/default/images/solutionicons/button_wheretobuy.png') no-repeat center top;
	}
    .button-schedulevisit a{
        background:url('/assets/templates/default/images/solutionicons/button_schedulevisit.png') no-repeat center top;
    }
	
/* Carousel Styles (for multi-video component etc.) */
.carouselwrapper{
	height:60px;
}
.video_carousel{
	height:60px;
	background:url('/assets/templates/default/images/carousel/carouselbarbg.gif') repeat-x #262626;
	overflow:hidden;
	display:block;
	float:left;
}
.carousel_videos{
	list-style-type:none;
	padding:0;
	margin:0 auto;
	margin-left:0px;
}
.carousel_video{
	display:block;
	padding:7px 4px;
	float:left;
	display:inline;
}
.carousel_video img{
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	box-shadow: 2px 2px 5px #999;
}
.carousel_video.active{
	padding:6px 3px;
	background:url('/assets/templates/default/images/carousel/carousel_uptick.png') no-repeat center 1px;
}
.carousel_video.active img{
	border:1px solid #7bc033;
}
.carousel_video.active:hover img{
	border:1px solid #7bc033;
	cursor:default;
}
.carousel_video:hover{
	padding:6px 3px;
}
.carousel_video:hover img{
	border:1px solid #000;
	cursor:pointer;
}
.carousel_arrow{
	display:none;
	height:60px;
	width:16px;
	background:url('/assets/templates/default/images/carousel/carouselbarbg.gif') repeat-x #262626;
	float:left;
}
.carousel_arrow.visible{
	display:block
}
.carousel_leftarrow{
	text-align:left;
}
.carousel_rightarrow{
	text-align:right
}
.carousel_arrow a{
	display:block;
	float:left;
	width:5px;
	height:60px;
	margin:0px 2px;
	padding:0 3px;
}
.carousel_arrow img{
	display:block;
	float:left;
}
.carousel_leftarrow a{
	background:url('/assets/templates/default/images/carousel/carousel_arrows_left.png') no-repeat center bottom;
}
.carousel_rightarrow a{
	background:url('/assets/templates/default/images/carousel/carousel_arrows_right.png') no-repeat center bottom;
}
.carousel_leftarrow.enabled a{
	background:url('/assets/templates/default/images/carousel/carousel_arrows_left.png') no-repeat center top;
	cursor:pointer;
}
.carousel_rightarrow.enabled a{
	background:url('/assets/templates/default/images/carousel/carousel_arrows_right.png') no-repeat center top;
	cursor:pointer;
}
.carousel_leftarrow.enabled a:hover{
	background:url('/assets/templates/default/images/carousel/carousel_arrows_left.png') no-repeat center center;
}
.carousel_rightarrow.enabled a:hover{
	background:url('/assets/templates/default/images/carousel/carousel_arrows_right.png') no-repeat center center;
}
.ComponentTypeVideoAsset .video-container, .ComponentTypeVideo object{
  	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	box-shadow: 2px 2px 5px #999;
	background: black;
}
.video-zoom-background{
	display:none;
	background-color:white;
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	z-index:9000;
	opacity:0.5;
	filter:alpha(opacity=50);
}

/* http://bugs.jquery.com/ticket/4872 */
object.video, .video-wrapper {
    overflow: auto;
}

.video-wrapper {
/*    display: inline-block;*/
    position: absolute;
}

.highlight-overlay-content {
    min-height:100px;
    margin: 0px 40px;
}
.highlight-overlay-image {
    float: right;
    margin-left:20px;
    margin-bottom: 10px;
}


/* Side Nav (EDIUS Editors site only so far) */
.t1nav{
	margin:0;
	padding:0;
	list-style-type: none;
}
.t1navli{
	border-bottom:1px solid #d8d8d8;
	padding:0;
	position:relative;
}

.t1navli:last-child{
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.t1navli:last-child .t2nav{
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}

.t1nav a:link, .t1nav a:visited{
	color:#4c4c4c;
	text-decoration:none;
}
.t1nav a:hover, .t1nav a:active{
	text-decoration:none;
	color:#601069;
}
a.t1link{
	font-size:18px;
	text-transform:uppercase;
	padding:5px 10px 5px 5px;
	width:179px;
	margin:0 0 0 25px;
	position:relative;
	display:block;	
	border-left:1px solid #ccc;
	transition: all ease-out .1s;
  -moz-transition: all ease-out .1s; /* Firefox 4 */
  -webkit-transition: all ease-out .1s; /* Safari and Chrome */
  -o-transition: all ease-out .1s; /* Opera */
}
a.t1link:hover{
	background:rgba(0,0,0,.5);
	/*-moz-box-shadow: 0 0 10px #333 inset;
  -webkit-box-shadow: 0 0 10px #333 inset;
  box-shadow: 0 0 10px #333 inset;*/
}
.t1navli:last-child a.t1link:hover{
  -webkit-border-radius: 0 0 8px 0;
  -moz-border-radius: 0 0 8px 0;
  border-radius: 0 0 8px 0;
}
.t1navli.active a.t1link:link, .t1navli.active a.t1link:visited, .t2togglewrap.active:link, .t2togglewrap.active:visited, .t3navli.active a:link, .t3navli.active a:visited{
	background:rgba(255,255,255,.75);
	color:black;
}
.t1navli.active a.t1link:hover, .t1navli.active a.t1link:active, .t2togglewrap.active:hover, .t2togglewrap.active:active, .t3navli.active a:hover, .t3navli.active a:active{
	background:rgba(0,0,0,.5);
}

/* for mouseover version
a.t1link > .arrow{
	position:absolute;
	top:2px;
	left:4px;
	height:12px;
	width:12px;
	background:url('images/sidenav_toggle_sprite_big.png') no-repeat left top;
}
.toggledown a.t1link > .arrow{
	background-position: left bottom;
}
*/

.arrowwrapper{
   position:absolute;
   top:0;
   left:0;
   width:25px;
   height:28px;
   cursor:pointer;
}

.t1navli .arrowwrapper .arrow{
	position:absolute;
	top:7px;
	left:7px;
	height:12px;
	width:12px;
	background:url('images/sidenav_toggle_sprite_huge.png') no-repeat left top;
	background-size:24px 24px;
	transition: transform .25s;
	-ms-transition: -ms-transform .25s;
	-webkit-transition: -webkit-transform .25s;
	z-index:10;
}
.t1navli.toggledown .arrowwrapper .arrow{
	background-position: left bottom;
}
.t1navli .arrowwrapper:hover .arrow{
  transform: scale(1.5,1.5);
  -ms-transform: scale(1.5,1.5); /* IE 9 */
  -webkit-transform: scale(1.5,1.5); /* Safari and Chrome */
  z-index:10;
}

.t2nav, .t3nav, .t4nav{
	list-style-type:none;
	margin:0px;
	padding-left:0px;
}
.t2nav{
	padding:5px 0 10px 0;
	background-image: url('images/sidenav_shadow_top.png'), url('images/sidenav_shadow_bottom.png');
	background-position: left top, left bottom;
	background-repeat: repeat-x;
	width:100%;
}
.t3nav{
  -moz-box-shadow: 0 0 10px #ccc inset;
  -webkit-box-shadow: 0 0 10px #ccc inset;
  box-shadow: 0 0 10px #ccc inset;
  padding:5px 0;
}
.t3nav li a{
  padding:5px 0 5px 12px;
  display:block;
}
.t4nav{
  padding-left:12px;
  font-size:11px;
}
.sideNavRoot{
  background-color:#95a4ab;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform:uppercase;
  font-weight:bold;
  color:#4c4c4c;
  padding:5px;
}

.t2togglewrap{
  position:relative;
  cursor:pointer;
  display:block;
  padding:2px 5px 2px 20px;
  color:#4c4c4c;
  transition: all ease-out .1s;
  -moz-transition: all ease-out .1s; /* Firefox 4 */
  -webkit-transition: all ease-out .1s; /* Safari and Chrome */
  -o-transition: all ease-out .1s; /* Opera */
}

.t2togglewrap:hover{
  /*background-color:#dae4e6;*/
  text-decoration:underline;
  color:#4c4c4c;
  background:rgba(0,0,0,.5);
	/*-moz-box-shadow: 0 0 10px #333 inset;
  -webkit-box-shadow: 0 0 10px #333 inset;
  box-shadow: 0 0 10px #333 inset;*/
}

.sideNavToggler{
  border:1px solid transparent;
  border-right:none;
  border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; -webkit-border-radius: 3px 0 0 3px;
  transition: all ease-out .1s;
  -moz-transition: all ease-out .1s; /* Firefox 4 */
  -webkit-transition: all ease-out .1s; /* Safari and Chrome */
}
.sideNavToggler a.t2togglewrap, .sideNavToggler a.t2togglewrap:hover{
  text-decoration:none;
  padding:2px 5px 2px 20px;
}
.sideNavToggler.active{
	border: 1px solid #ccc;
	border-right: none;	
}
.sideNavToggler.active .t2togglewrap{
	border-bottom:1px solid #ccc;
    border-radius: 3px 0 0 0; -moz-border-radius: 3px 0 0 0; -webkit-border-radius: 3px 0 0 0;
}
.sideNavArrow{
  display:block;
  height:8px;
  width:8px;
  position:absolute;
  top:7px;
  left:5px;
  margin-right:5px;
  background:url('images/sidenav_toggle_sprite_huge.png') no-repeat left top;
  background-size:16px 16px;
  transition: transform .25s;
  -ms-transition: -ms-transform .25s;
  -webkit-transition: -webkit-transform .25s;
  cursor:pointer;
  z-index:10;
}
.t2togglewrap:hover .sideNavArrow{
  transform: scale(1.75,1.75);
  -ms-transform: scale(1.75,1.75); /* IE 9 */
  -webkit-transform: scale(1.75,1.75); /* Safari and Chrome */
  z-index:10;
}
.t2navli.active .sideNavArrow{
  background-position:left bottom;
}

.t2togglewrap:hover .sideNavArrow{
  background-position:right top;
}
.sideNavToggler.active .t2togglewrap:hover .sideNavArrow{
  background-position:right bottom
;}

.t1navli .t2nav{
  display:none;
  width:100%;
}
.t1navli.active .t2nav{
  display:block;
}
.t2navli{
  padding:0;
  margin-top:4px;
  position:relative;
  font-size:14px;
  margin-left:25px;
}
.t2navli .t3nav{
  display:none;
}
.t2navli.active .t3nav{
  display:block;
}
.t3navli a{
	padding:2px 5px 8px 8px;
	display:block;
	font-weight:normal;
	border-left:none;
	/*background:url('images/arrow_03.gif') no-repeat 0px 11px;*/
	color:#4c4c4c;
	line-height:14px;
	margin-bottom:5px;
	transition: all ease-out .2s;
  -moz-transition: all ease-out .2s; /* Firefox 4 */
  -webkit-transition: all ease-out .2s; /* Safari and Chrome */
}
.t3navli a:hover, t3navli a:active{
	background:rgba(0,0,0,.5);
	/*-moz-box-shadow: 0 0 10px #333 inset;
  -webkit-box-shadow: 0 0 10px #333 inset;
  box-shadow: 0 0 10px #333 inset;*/
}
.t3navli a:last-child{
	padding-bottom:4px;
}
.t2navli a:hover, .t2navli a:active{
  /*background-color:#dae4e6;*/
  text-decoration:none;
  /*text-shadow:1px 1px 6px #fff;*/
  color:#601069;
}

/*poached from EDIUS.jp*/
a img{
  border: none;
}
h2.edius {
	margin: 10px 0;
	line-height: 1.2;
}
h2.edius .big {
	font-size: 200%;
	font-weight: normal;
	font-family: "Impact", "Arial Black", sans-serif;
}
h2.edius .sub {
	font-size: 110%;
	font-weight: bold;
	margin-left: 1em;
	padding-left: 1em;
	border-left: 1px solid #191919;
}
h3.spec {
	display: block;
	margin: 40px 0 10px 0;
	padding: 5px 25px 7px 25px;
	color: #191919;
	font-size: 12pt;
	font-weight: bold;
	background: #bcbcbc url('images/ediusjp/custom/spec_subtit_bg.gif') no-repeat bottom right;
	line-height:1.5;
}
/*
.tips {
	background: url('images/ediusjp/pagenaviback1.gif') no-repeat top left;
}
*/
.tips div {
	/*background: url('images/ediusjp/pagenaviback1.gif') no-repeat bottom left;*/
	padding: 3px;
}
.tips ul {
	border: 1px dashed #999;
	padding: 10px;
}
.tips li {
	list-style: none;
	background: url('images/ediusjp/arrow_01.gif') no-repeat center left;
	padding-left: 15px;
	line-height: 2.0;
	font-size: 95%;
	font-weight: bold;
}
.hrtop {
	clear: both;
	margin: 20px 0 0 0;
	padding-top: 20px;
	border-top: 1px solid #666;
}
.note {
	font-size: 90%;
	color: #900;
}
h3.report {
	display: block;
	margin: 40px 0 10px 0;
	padding: 6px 25px 0px 25px;
	color: #fff;
	font-size: 12pt;
	background: #6d6d6d url('images/ediusjp/custom/report_subtit_bg.gif') no-repeat bottom right;
	line-height:1.5;
	border-bottom:7px solid #BEBEBE;
}
.situmon {
	background: url('images/ediusjp/boubiki.gif') no-repeat 0px 0.3em;
	color: blue;
	padding-left: 60px;
}
h3.red {
	color: #CF0000;
	font-weight: bold;
}
.order1, .order2, .order3, .order4, .order5, .order6{
  font-size: 110%;
	color: #D00009;
	padding-left: 20px;
	padding-top: 0px;
	margin-top: 10px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.order1 {
	background-image: url('images/ediusjp/number_01.gif');
}
.order2 {
	background-image: url('images/ediusjp/number_02.gif');
}
.order3 {
	background-image: url('images/ediusjp/number_03.gif');
}
.order4 {
	background-image: url('images/ediusjp/number_04.gif');
}
.order5 {
	background-image: url('images/ediusjp/number_05.gif');
}
.order6 {
	background-image: url('images/ediusjp/number_06.gif');
}
.tableA {
width: 570px;
border: 1px solid #999;
margin-bottom: 1.5em;
font-size: 100%;
}
.tableA th.typeA {
background: #999;
border-top: 2px solid #fff;
border-bottom: 2px solid #fff;
border-left: 2px solid #fff;
text-align: left;
padding: 0.2em 10px;
}
.tableA th.typeB {
background: url('images/ediusjp/bg_tableA.gif') repeat-y top left;
border-left: 2px solid #fff;
border-bottom: 2px solid #fff;
text-align: left;
width: 260px;
padding: 0 0 0 10px;
vertical-align: baseline;
}
.tableA th.typeB dt {
float: left;
width: 100px;
display: block;
list-style: none;
margin: 0;
padding: 0;
}
.tableA th.typeB dd {
margin: 0 0 0 100px;
padding: 0.2em 0;
color: #010101;
font-weight: normal;
}
.tableA td {
background: #ccc;
border-right: 2px solid #fff;
border-left: 2px solid #fff;
border-bottom: 2px solid #fff;
padding: 0.2em 10px;
}
.pointtitle {
	height: 26px;
	margin: 10px 0 0 0;
	vertical-align: bottom;
	color: #0066cc;
	background: url('images/ediusjp/icon_point.gif') no-repeat top left;
	padding: 9px 0 0 85px;
	font-weight:bold;
	font-size:14px;
}
.pointtitle:before {
	content: "";
}
.pointbox {
	padding: 10px;
	border: 2px dotted #0066cc;
}
.pointbox table {
	font-size: 100%;
}
.pointbox ul, .pointbox ol{
	padding-left: 2em;
}
.pointbox ul ul {
	padding-left: 0;
}
.pointbox ul ul li {
	list-style: none;
	background: url('images/ediusjp/arrow_05.gif') no-repeat 0px 0.3em;
	padding-left: 10px;
}
.titred {
	font-size: 100%;
	color: #D00009;
	background-image: url('images/ediusjp/icon_circle.gif');
	padding-left: 20px;
	padding-top: 0px;
	margin-top: 10px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.minicolumn {
	padding: 10px;
	border: 1px dotted #9f9f9f;
}
.minicolumn p {
	padding: 0;
}
.minicolumn ul, .minicolumn ol {
	padding-left: 2em;
}
.minicolumn ul ul {
	padding-left: 0;
}
.minicolumn ul ul li {
	list-style: none;
	background: url('images/ediusjp/arrow_05.gif') no-repeat 0px 0.3em;
	padding-left: 10px;
}
.datatable01{
	background-color:#FFFFFF;
	border: 1px solid #CACACA;
	font-size:100%;
	line-height: 130%;
}
.datatable01 th {
	font-weight: normal;
	width: 150px;
	text-align:left;
	vertical-align: top;
	padding:6px;
}
.datatable01 td {
	font-weight: normal;
	width: 200px;
	text-align:left;
	vertical-align: top;
	padding:6px;
}
.datatable02 {
	background-color: #ffffff;
	border: 1px solid #cacaca;
	font-size: 100%;
	line-height: 130%;
}
.datatable02 caption {
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}
.datatable02 th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 6px 1em;
	background-color: #C0CACC;
}
.datatable02 td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 6px 1em;
	background-color: #D9E4E6;
}
.datatable02 ul {
	margin-left: 1em;
}
.bluegray{
	background-color:#D9E4E6;
}
.gray{
	background-color:#C0CACC;
}
.applititle {
	height: 26px;
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	vertical-align: bottom;
	color: #009900;
}
.applititle:before {
	content: "";
}
.applibox ul, .applibox ol{
  padding-left:2em;
}
.applibox ul ul {
	padding-left: 0;
}
.applibox ul ul li {
	list-style: none;
	background: url('images/ediusjp/arrow_05.gif') no-repeat 0px 0.3em;
	padding-left: 10px;
}
.applititle {
	background: url('images/ediusjp/icon_appli.gif') no-repeat top left;
	padding: 9px 0 0 153px;
	font-weight:bold;
	font-size:14px;
}
.applibox {
	padding:10px;
	border: 2px dotted #009900;
}
.applibox table {
	font-size: 100%;
}
.item {
	margin-top: 10px;
	background: url('images/ediusjp/arrow_05.gif') no-repeat 0px 0.3em;
	padding-left: 10px;
}
.dangertitle {
	height: 26px;
	margin: 5px 0 0 0;
	vertical-align: bottom;
	color: #cc0000;
	background: url('images/ediusjp/icon_danger.gif') no-repeat top left;
	padding: 9px 0 0 113px;
	font-weight:bold;
	font-size:14px;
}
.dangertitle:before {
	content: "";
}
.dangerbox {
	padding:10px;
	border: 2px dotted #cc0000;
}
.dangerbox table {
	font-size: 100%;
}
.dangerbox ul, .dangerbox ol{
	padding-left: 2em;
}
.dangerbox ul ul {
	padding-left: 0;
}
.dangerbox ul ul li {
	list-style: none;
	background: url('images/ediusjp/arrow_05.gif') no-repeat 0px 0.3em;
	padding-left: 10px;
}
.note3 {
	font-size: 90%;
	color: red;
}
h3.effect {
	margin: 30px 0 -20px 0;
	font-size: 150%;
}
h4.effect {
	vertical-align: bottom;
	color: #c5d7d7;
	background: #606060;
	padding: 5px 10px;
	margin: 40px 0 10px 0;
	font-size: 110%;
}

/* bonus classes, usable in rich text or on components */
.drop-shadow, .img-drop-shadow img{
  -moz-box-shadow: 2px 2px 5px #999;
  -webkit-box-shadow: 2px 2px 5px #999;
  box-shadow: 2px 2px 5px #999;
}
.img-drop-shadow img{
  padding:0px;
}
.fade-on{
  opacity:0.8;
	filter:alpha(opacity=80);
	transition: all ease-out .2s;
  -moz-transition: all ease-out .2s; /* Firefox 4 */
  -webkit-transition: all ease-out .2s; /* Safari and Chrome */
  -o-transition: all ease-out .2s; /* Opera */
}
.fade-on:hover, .fade-on:active{
  opacity:1;
	filter:alpha(opacity=100);
}
.video-pad{
  padding-left:40px;
}
.no-padding{
  padding:0px !important;
}
.no-horiz-padding{
  padding-left:0px !important;
  padding-right:0px !important;
}
.ComponentTypeImage.no-padding img{
  padding: 0px;
}
.border-right, .border-left{
  position:relative;
}
.border-right:after {
	content: "";
	height: 100%;
	width: 1px;
	background: #ccc;
	position: absolute;
	top: 0;
	right: 0;
	-moz-box-shadow: 1px 1px 3px #ddd;
	-webkit-box-shadow: 1px 1px 3px #ddd;
	box-shadow: 1px 1px 3px #ddd;
}
.border-left:before {
	content: "";
	height: 100%;
	width: 1px;
	background: #ccc;
	position: absolute;
	top: 0;
	left: 0;
	-moz-box-shadow: 1px 1px 3px #ddd;
	-webkit-box-shadow: 1px 1px 3px #ddd;
	box-shadow: 1px 1px 3px #ddd;
}
a.button:link, a.button:visited{
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	-moz-box-shadow: 1px 1px 3px #ddd;
	-webkit-box-shadow: 1px 1px 3px #ddd;
	box-shadow: 1px 1px 3px #ddd;
	display:inline-block;
	padding:10px 20px;
	background:#999;
	color:white;
	font-size:18px;
	transition: all ease-out .2s;
  -moz-transition: all ease-out .2s; /* Firefox 4 */
  -webkit-transition: all ease-out .2s; /* Safari and Chrome */
  -o-transition: all ease-out .2s; /* Opera */
  font-weight:300;
}
a.button:hover, a.button:active{
	color:white;
	text-shadow:1px 1px 3px #666;
	text-decoration:none;
	opacity:.8;
	font-weight:300;
}
a.button.green{
background: #91be32; /* Old browsers */
background: -moz-linear-gradient(top,  #91be32 0%, #82aa32 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91be32), color-stop(100%,#82aa32)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #91be32 0%,#82aa32 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #91be32 0%,#82aa32 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #91be32 0%,#82aa32 100%); /* IE10+ */
background: linear-gradient(to bottom,  #91be32 0%,#82aa32 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91be32', endColorstr='#82aa32',GradientType=0 ); /* IE6-9 */
}
a.button.blue{
background: #46aae6; /* Old browsers */
background: -moz-linear-gradient(top,  #46aae6 0%, #1e87dc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46aae6), color-stop(100%,#1e87dc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #46aae6 0%,#1e87dc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #46aae6 0%,#1e87dc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #46aae6 0%,#1e87dc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #46aae6 0%,#1e87dc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46aae6', endColorstr='#1e87dc',GradientType=0 ); /* IE6-9 */
}
a.button.min-width{
  min-width:140px;
}
a.button.fixed-width{
  width:140px;
}
a.button.full-width{
  display:block;
}

/*TIPSY*/
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

  /* Rounded corners */
  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
  
  /* Uncomment for shadow */
  /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
  
  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
  
  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #000; }
  .tipsy-arrow-s { border-top-color: #000; }
  .tipsy-arrow-e { border-left-color: #000; }
  .tipsy-arrow-w { border-right-color: #000; }
  
	.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

  
/*END TIPSY*/
/*tipsy overrides*/
.tipsy { font-size: 12px;}



/* Slideshow component */


.ComponentTypeSlideshow .slides {
	position:relative;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.ComponentTypeSlideshow .slides_container {
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.ComponentTypeSlideshow .slides_container a,  .ComponentTypeSlideshow .slide{
	display:block;
	position:relative;
}

.ComponentTypeSlideshow .html-content{
	position:absolute;
	top:0px;
	right:0px;
	width:400px;
	z-index:1;
}
.ComponentTypeSlideshow .video-wrapper{
    position:absolute;
	width:425px; height:263px;
    overflow: hidden;
/*	background:url("/assets/templates/default_v2/images/slides/loading_dark.gif") no-repeat center center #000;*/
/*  background: #000;*/
	top:50px;
	right:90px;
	-moz-box-shadow: 2px 2px 5px #333;
    -webkit-box-shadow: 2px 2px 5px #333;
    box-shadow: 2px 2px 5px #333;
}
.ComponentTypeSlideshow .video{
    display: none;
}
.ComponentTypeSlideshow .video-play-button, .ComponentTypeWhatsHot .video-play-button{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
    z-index: 1;
}
.ComponentTypeSlideshow .video-play-button{
    background: url("/assets/templates/default_v2/images/play_button_square_100px.png") no-repeat center center;
}
.ComponentTypeWhatsHot .video-play-button{
    background: url("/assets/templates/default_v2/images/play_button_square_50px.png") no-repeat center center;
}

/*
	Next/prev buttons
*/

.ComponentTypeSlideshow .slides .next,.ComponentTypeSlideshow .slides .prev {
	position:absolute;
/*	top:<?=$slideshow_height/2-11?>px;*/
    top:0px;
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
    visibility: hidden;
}

.ComponentTypeSlideshow .slides .prev {
	background:url(/assets/templates/default_v2/images/slides/arrow-prev.png);
	left:10px;
}

.ComponentTypeSlideshow .slides .next {
	right:10px;
	background:url(/assets/templates/default_v2/images/slides/arrow-next.png);
}

/*
	Pagination
*/

.ComponentTypeSlideshow .slides .pagination {
	padding:5px;
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:102;
}

.ComponentTypeSlideshow .slides .pagination li {
	float:left;
	margin:2px 4px;
	list-style:none;
	position:relative;
	bottom:0px;
	-moz-box-shadow: 2px 2px 2px #ccc;
	-webkit-box-shadow: 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px #ccc;
	transition: all ease-out .2s;
	-moz-transition: all ease-out .2s; /* Firefox 4 */
	-webkit-transition: all ease-out .2s; /* Safari and Chrome */
	-o-transition: all ease-out .2s; /* Opera */
}

.ComponentTypeSlideshow .slides .pagination li:hover{
	bottom:5px;
	-moz-box-shadow: 2px 2px 4px #999;
	-webkit-box-shadow: 2px 2px 4px #999;
	box-shadow: 2px 2px 4px #999;
}

.ComponentTypeSlideshow .slides .pagination li a {
	display:block;
	/*width:55px;
	height:41px;*/
	float:left;
	background:#f9f9f9;
}
.ComponentTypeSlideshow .slides .pagination li .thumbtext{
	position:absolute;
	display:none;
}
.ComponentTypeSlideshow .slides .pagination li:hover .thumbtext{
	position:absolute;
	display:block;
}
.ComponentTypeSlideshow .slides .pagination li.current a {
	border:1px solid #7f7f7f;
	margin:0;
}

/* IE BS */
.lt-ie9 #template-sidenav{
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5E6E6E6,endColorstr=#E5E6E6E6)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5E6E6E6,endColorstr=#E5E6E6E6);   /* IE6 & 7 */
	zoom: 1;
}
.lt-ie9 .t1navli .arrowwrapper .arrow{
	background:url('images/sidenav_toggle_sprite_big.png') no-repeat left top;
	background-size:12px 12px;
}
.lt-ie9 .t1navli.toggledown .arrowwrapper .arrow{
	background-position: left bottom;
}
.lt-ie9 .sideNavArrow{
  background:url('images/sidenav_toggle_sprite_small_2c.png') no-repeat left top;
  background-size:8px 8px;
}
.lt-ie9 .t2togglewrap:hover, .lt-ie9 a.t1link:hover, .lt-ie9 .t1navli.active a.t1link:hover, .lt-ie9 .t1navli.active a.t1link:active, .lt-ie9 .t2togglewrap.active:hover, .lt-ie9 .t2togglewrap.active:active, .lt-ie9 .t3navli.active a:hover, .lt-ie9 .t3navli.active a:active, .lt-ie9 .t3navli a:hover, .lt-ie9 .t3navli a:active{
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80000000', endColorstr='#80000000');
}
.lt-ie9 .t1navli.active a.t1link:link, .lt-ie9 .t1navli.active a.t1link:visited, .lt-ie9 .t2togglewrap.active:link, .lt-ie9 .t2togglewrap.active:visited, .lt-ie9 .t3navli.active a:link, .lt-ie9 .t3navli.active a:visited{
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80ffffff', endColorstr='#80ffffff');
}
