.pointer {
	cursor: pointer;
}
.clearL {
	clear: left;
}
.clearR {
	clear: right;
}
.clearB {
	clear: both;
}
.center {
	text-align: center;
}
.readonly {
	background-color: #eee;
}
/* media player {{{ */

.ua-loading {
	width: 24px;
	height: 24px;
	background: url(../images/mediaplayer/loading.gif) no-repeat scroll 0 0;
	position: absolute;
	z-index: 1000;
}
.ua-play {
	background: url(../images/mediaplayer/play_transparent.png) no-repeat;
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	left: 205px;
	top: 101px;
}
.hero-video:hover .ua-play {
	background: url(../images/mediaplayer/play_hover.png) no-repeat;
}
.block.ua-media-videos {
	border: 1px solid #464646;
	background: #252525;
}
.block.ua-media-images {
	border: 1px solid #D9DBDC;
	background: #fff;
}
.ua-media-title {
	background: #FFF;
	/*border-bottom: 1px solid #464646; */
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
.ua-media-title .title {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	float: left;
}
.ua-media-title .links {
	float: right;
}
.ua-media-title .links ul {
	float: left;
	margin-top: 6px;
}
.ua-media-title .links li {
	float: left;
	margin-right: 5px;
}
.ua-media-arrow-right {
	background: url(../images/mediaplayer/arrow-right.png);
	display: block;
	width: 20px;
	height: 20px;
}
.ua-media-arrow-left {
	background: url(../images/mediaplayer/arrow-left.png);
	width: 20px;
	height: 20px;
	display: block;
}
.ua-pager-arrow {
	width: 23px;
	height: 23px;
	position: absolute;
	display: block;
}
.ua-pager-left-arrow {
	left: 0;
	background: url(../images/mediaplayer/btn-left.png) no-repeat;
}
.ua-pager-left-arrow:hover {
	background: url(../images/mediaplayer/btn-left-hover.png) no-repeat;
}
.ua-pager-right-arrow {
	right: 0;
	background: url(../images/mediaplayer/btn-right.png) no-repeat;
}
.ua-pager-right-arrow:hover {
	background: url(../images/mediaplayer/btn-right-hover.png) no-repeat;
}
.ua-media-arrow-down {
	background: url(../images/mediaplayer/arrow-down.png);
	display: block;
	width: 20px;
	height: 20px;
}
.ua-media-arrow-up {
	background: url(../images/mediaplayer/arrow-up.png);
	display: block;
	width: 20px;
	height: 20px;
}
.ua-pager-pages {
	position: absolute;
	left: 36px;
	text-align: center;
	padding-top: 11px;
}
.ua-pager-page {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 1px;
	background: url(../images/mediaplayer/nav-pg.png) no-repeat scroll 0 -13px;
}
.ua-pager-page-current, .ua-pager-page:hover {
	background-position: 0 0;
}
.ua-links-selected {
	font-weight: bold;
}
#ua-media-count {
	font-weight: bold;
}
.ua-library-close {
	background: url(../images/mediaplayer/close.png) no-repeat;
	width: 51px;
	height: 15px;
	display: block;
	margin-left: 15px;
}
.ua-image-library, .ua-video-library {
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
.ua-image-library .ua-image-thumb, .ua-video-library .ua-video-thumb {
	text-align: center;
	float: left;
	text-align: left;
}
.ua-image-thumb {
	width: 100px;
	margin-left: 22px;
	padding-top: 20px;
	height: 215px;
}
.ua-video-thumb {
	width: 220px;
	margin-left: 25px;
	padding-top: 7px;
	height: 228px;
}
.ua-image-thumb.first, .ua-video-thumb.first {
	margin-left: 0px;
}
.ua-video-thumb a {
	font-weight: bold;
}
.ua-image-thumb div.wrapper {
	width: 100%;
	height: 50%;
	text-align: left;
}
.ua-video-thumb div.wrapper {
	height: 76px;
	text-align: left;
	width: 100%;
}
.ua-image-thumb div p {
	margin-top: 4px;
	color: #fff;
}
/* end media player }}} */

/* image zoom {{{ */

.ua-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: black;
	opacity: .6;
	filter: alpha(opacity = 60);
	width: 100%;
	height: 100%;
}
.ua-mask {
	z-index: 1000;
	position: absolute;
	background-color: white;
	opacity: .5;
	filter: alpha(opacity = 50);
}
.ua-zoom {
	z-index: 200;
	position: absolute;
}
.ua-zoom-img {
	cursor: -moz-zoom-in;
}
.ua-zoom .tl {
	background: url(../images/mediaplayer/tl.png) 0 0 no-repeat;
	width: 20px;
	height: 20px;
	overflow: hidden;
}
.ua-zoom .tm {
	background: url(../images/mediaplayer/tm.png) 0 0 repeat-x;
	height: 20px;
	overflow: hidden;
}
.ua-zoom .tr {
	background: url(../images/mediaplayer/tr.png) 100% 0 no-repeat;
	width: 20px;
	height: 20px;
	overflow: hidden;
}
.ua-zoom .ml {
	background: url(../images/mediaplayer/ml.png) 0 0 repeat-y;
	width: 20px;
	overflow: hidden;
}
.ua-zoom .mm {
	background: #fff;
	vertical-align: top;
	padding: 10px;
}
.ua-zoom .mr {
	background: url(../images/mediaplayer/mr.png) 100% 0 repeat-y;
	width: 20px;
	overflow: hidden;
}
.ua-zoom .bl {
	background: url(../images/mediaplayer/bl.png) 0 100% no-repeat;
	width: 20px;
	height: 20px;
	overflow: hidden;
}
.ua-zoom .bm {
	background: url(../images/mediaplayer/bm.png) 0 100% repeat-x;
	height: 20px;
	overflow: hidden;
}
.ua-zoom .br {
	background: url(../images/mediaplayer/br.png) 100% 100% no-repeat;
	width: 20px;
	height: 20px;
	overflow: hidden;
}
.ua-zoom-close {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/mediaplayer/closebox.png) no-repeat;
}
/* end image zoom }}} */


/* start my.uaudio forms {{{ */
.field-row {
	display: block;
	margin-bottom: 8px;
	clear: both;
}
h4.fieldset-legend {
	font-size: 17px;
	margin-bottom: 10px;
}
legend {
}
label {
	float: left;
	width: 130px;
}
.input-text {
/*float: left;*/
}
.hint {
	cursor: pointer;
}
.login a {
	font-size: 11px;
	font-weight: bold;
}
.login label {
	width: 113px;
	margin-bottom: 10px;
	font-weight: bold;
}
.login > div {
	clear: both;
}
.login .input-e {
	float: right;
}
.upgrade-msg {
}
.upgrade-msg a {
	font-weight: bold;
	color: red;
}
/* end my.uaudio forms }}} */

/* {{{ */

.header .links li {
	position: relative;
}
.header .links li div.popout {
	display: none;
	position: absolute;
	top: 28px;
	left: -10px;
	background: url(../images/common/popoutMenu_bg.png) repeat;
	z-index: 100;
	padding: 5px 0 18px 12px;
	width: 150px;
}
.header .links li div.popout ul {
	float: left;
}
.header .links li div.popout li {
	margin-left: 0;
	display: block;
	float: none;
	width: 100%;
}
.header .links li:hover div.popout {
	display: block;
}
.header .links .popout a {
	line-height: 21px;
	color: #79B7D8;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.header .links .popout a:hover {
	text-decoration: underline;
}
.header .links > li {
	padding-bottom: 10px;
}
/* }}} */

.newsletter-subscribe .validation-advice {
	display: none;
}
.img-right {
	float: right;
	padding: 8px 8px 8px 0;
	margin-left: 20px;
}
.img-left {
	float: left;
	padding: 8px 8px 8px 0;
	margin-right: 8px;
}
.img-center {
	text-align: center;
	width: auto;
}
.img-caption {
	background-color: #f4f3ed;
	font-style: italic;
	padding: 2px;
	text-align: center;
	color: #4C4844;
	font-size: 11px;
	line-height: 11px;/*font-weight: bold;*/
}
.img-header {
	background-color: #f4f3ed;
	font-weight: bold;
	padding: 6px;
	text-align: center;
	color: #4C4844;
	font-size: 12px;
	line-height: 12px;/*font-weight: bold;*/
}
.video-center {
	padding-left: 116px;
}
.text-center {
	text-align: center;
}
.category-hardware #video {
	width: 496px;
	height: 293px;
	display: block;
	margin-bottom: 15px;
	background: url(../images/mediaplayer/silver.png) no-repeat;
}
.category-hardware #video .hero-video {
	margin-left: 8px;
	margin-top: 11px;
}
.cms-contact-html .contact {
	margin-bottom: 8px;
}
#product-related-posts {
	width: 100%;
	border-top: 1px dotted #c2c2c2;
	border-bottom: 1px dotted #c2c2c2;
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
}
#product-related-posts h3 {
	color: #4D433A;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin: 10px 0;
}
#product-related-posts ul {
	margin-bottom: 0;
}
#product-related-posts li {
	margin-bottom: 12px;
	width: 100%;
	float: left;
	position: relative;
	background: none;
	margin-left: 0;
	padding-left: 0;
}
#product-related-posts li div {
	width: 345px;
	margin-right: 6px;
	float: left;
}
#product-related-posts li img {
	float: left;
}
#product-related-posts li h3 {
	font-weight: bold;
	line-height: 13px;
	margin: 0 0 4px 50px;
	font-size: 13px;
}
#product-related-posts li p {
	margin-left: 50px;
	line-height: 13px;
}
.twin-start {
	background: url(/media/products/twin/start/twin-bg.png) 0 0 repeat-x;
	width: 1000px;
	height: 876px;
	xmargin-bottom: -25px;
}
.twin-start-logo {
	width: 1000px;
	height: 39px;
	padding-top: 38px;
	text-align: center;
}
.twin-getting-started {
	width: 400px;
	height: 110px;
	padding-top: 32px;
	margin: 0 auto;
	text-align: center;
	font-family: 'NewsGothicBT-Roman', sans-serif;
	font-size: 45px;
	line-height: 51px;
	color: #332b27;
}
.twin-boxes {
	width: 700px;
	height: 180px;
	padding-top: 38px;
	margin: 0 auto;
	font-family: 'NewsGothicBT-Roman', sans-serif;
	color: #332b27;
}
.twin-box-left {
	width: 309px;
	height: 180px;
	float: left;
	padding: 10px;
	font-size: 15px;
	line-height: 23px;
}
.twin-box-right {
	background: url(/media/products/twin/start/sys-reg-grad.png) 0 0 repeat-x;
	width: 309px;
	height: 180px;
	float: right;
	font-size: 13px;
	line-height: 22px;
	padding: 10px;
}
.twin-box-right strong {
	color: #000;
}
.twin-box-right li {
	list-style-type: disc !important;
	margin-left: 18px;
}
.twin-mac-download {
	width: 1000px;
	height: 44px;
	padding-top: 8px;
	text-align: center;
	font-family: 'NewsGothicBT-Roman', sans-serif;
	color: #0076a3;
}
.twin-unit {
	width: 1000px;
	height: 206px;
	padding-top: 70px;
	text-align: center;
}
.realtimerack-start {
	background: #ece7e0;
	width: 1000px;
	height: 876px;
}
.realtimerack-start-img {
	width: 1000px;
	height: 289px;
	text-align: center;
}
.realtimerack-getting-started {
	width: 400px;
	height: 110px;
	padding-top: 18px;
	margin: 0 auto;
	text-align: center;
	font-family: 'NewsGothicBT-Roman', sans-serif;
	font-size: 45px;
	line-height: 51px;
	color: #332b27;
}
.realtimerack-boxes {
	width: 700px;
	height: 180px;
	padding-top: 54px;
	margin: 0 auto;
	font-family: 'NewsGothicBT-Roman', sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #332b27;
}
.realtimerack-box-left {
	width: 309px;
	height: 180px;
	float: left;
	padding: 10px;
}
.realtimerack-box-right {
	background: url(/media/products/realtimerack/start/sys-req-grad.png) 0 0 repeat-x;
	width: 309px;
	height: 180px;
	float: right;
	padding: 10px;
}
.realtimerack-box-right strong {
	color: #000;
}
.realtimerack-box-right li {
	list-style-type: disc !important;
	margin-left: 18px;
}
.realtimerack-mac-download {
	width: 1000px;
	height: 44px;
	padding-top: 44px;
	text-align: center;
}
.realtimerack-thanks-logo {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	font-family: 'NewsGothicBT-Roman', sans-serif;
	font-size: 36px;
	line-height: 41px;
	color: #332b27;
}
#apollo-sign {
	background: url("/media/products/twin/landing/sign-back.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #000000;
	font-family: 'NewsGothicBT-Roman', sans-serif;
	font-size: 18px;
	height: 149px;
	line-height: 18px;
	width: 482px;
}
/* from rwr.css */
/* @group my */

#my_head {
	width: 534px;
	background-color: #000;
	color: #fff;
	text-align: left;
	padding: 10px;
	margin-bottom: 10px;
}
#block {
	width: 518px;
	height: 370px;
	padding: 18px;
	background-color: #fff;
	border: 1px;
	border-color: #d9dbdc;
}
.shadow {
	width: 350px;
	height: 190px;
	float: left;
	margin: 0 10px 10px 10px;
	-moz-box-shadow: inset 0 0 10px #d9dbdc;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: inset 0 0 10px #d9dbdc;
	box-shadow: inset 0 0 10px #d9dbdc;
	text-align: center;
}
.my {
	width: 100%;
	height: 20px;
	margin-left: 8px;
	margin-bottom: 8px;
	text-align: center;
}
.shadow > a {
	display: block;
	margin-top: 20px;
}
.my-wrap {
	background-color: #fff;
	overflow: hidden;/*width:534px;
	float: right;*/
}
.my-wrap h2 {
	margin-bottom: 10px;
}
/* @end */

/* @group systems */

.my-uad, .my-plugins {
	background-color: #fff;
	-moz-box-shadow: inset 0 0 5px #d9dbdc;
	-webkit-box-shadow: inset 0 0 5px #d9dbdc;
	box-shadow: inset 0 0 5px #d9dbdc;
}
.my-plugins {
	margin-bottom: 10px;
}
.my-uad {
	position: absolute;
	z-index: 200;
}
.my-plugins table {
	width: 100%;
}
.my-uad td, .my-uad th, .my-plugins td, .my-plugins th {
	padding: 4px 8px 4px 8px;
	white-space: nowrap;
	border-bottom: 1px solid #D9D8D3;
}
.my-uad th, .my-plugins th {
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #d9dbdc;
}
.my-plugins td.blue-left {
	padding: 0;
	width: 5px;
	background-color: #196797;
	border-bottom: 1px solid #196797;
}
.my-uad .close, .my-plugins .close {
	top: -10px;
	right: -10px;
	position: absolute;
	background-image: url(/js/q/images/q/default-h.png);
	background-position: -24px -168px;
	height: 24px;
	width: 24px;
	cursor: pointer;
	display: block;
	z-index: 200;
}
/* @end */

/* start uad registration */
/* end uad registration */

/* @group hw index page */

.name_hw {
	height: 24px;
	color: #4c4844;
	font-size: 12px;
	font-weight: bold;
	margin-left: 4px;
	line-height: 12px;
}
/* @end */

/* @group footer */

.footer {
	background: url(../images/common/footer_bg.jpg) repeat-x #41362d;
	padding-top: 30px;
	height: 335px;
	min-width: 1020px;
}
.footer .wrapper {
	background: url(../images/common/footer_logo.png) 924px 0 no-repeat;
}
.footer ul {
	float: left;
	margin-right: 46px;
	width: auto;
}
.footer ul li {
/*line-height: 12px;*/
}
.footer ul li.about {
	margin-top: 12px;
}
.footer ul li a {
	font-size: 11px;
	color: #b6b6b6;
}
.footer ul li a strong {
	color: #ececec;
}
#fnav {
	height: 180px;
	width: 1000px;
}
#copyright {
	float: left;
	text-align: center;
	width: 1000px;
	color: #b6b6b6;
	font-size: 10px;
	margin-top: 10px;
}
#copyright a {
	color: #b6b6b6;
}
/* @end */

/* @group instance_chart */

.white {
	background-color: #ffffff;
	border-bottom: 1px solid #cacaca;
	border-top: 1px solid #cacaca;
}
.grey {
	background-color: #dddddd;
}
.half {
	width: 140px;
	float: left;
	text-align: right;
	border-top: 1px solid #747474;
	font-weight: bold;
}
.half img {
	float: left;
}
.grey_half {
	background-color: #dddddd;
	width: 200px;
}
.white_half {
	background-color: #ffffff;
	width: 200px;
}
.spec {
	width: 312px;
	float: left;
	border-top: 1px solid #747474;
	padding-left: 8px;
}
.instance_plug {
	width: 146px;
	float: left;
	font-weight: bold;
}
.instance_k {
	width: 132px;
	float: left;
	font-weight: bold;
	text-align: center;
}
.instance_n {
	width: 66px;
	float: left;
	text-align: center;
}
.chart_line_grey {
	width: 940px;
	float: left;
	background-color: #eaeaea;
	border-bottom: 1px dotted #000000;
}
.chart_line_white {
	width: 940px;
	float: left;
	background-color: #ffffff;
	border-bottom: 1px dotted #000000;
}
.grey_wrap {
	width: 540px;
	float: left;
	background-color: #eaeaea;
	border-bottom: 1px dotted #000000;
}
.white_wrap {
	width: 540px;
	float: left;
	background-color: #ffffff;
	border-bottom: 1px dotted #000000;
}
.chart_154 {
	width: 154px;
	float: left;
	font-weight: bold;
}
.chart_154_center {
	width: 154px;
	float: left;
	text-align: center;
	font-weight: bold;
}
.chart_77 {
	width: 77px;
	float: left;
	text-align: center;
}

.fineprint {
	font-size: 10px;
	line-height: 12px;
	margin-top: 10px;
}

.faq {
	width: 220px;
}
.item {
	width: 220px;
	float: left;
	background-color: #ffffff;
	padding: 4px;
	text-align: center;
	border: 1px solid #dbdbdb;
	height: 220px;
	margin-left: 8px;
	margin-bottom: 4px;
}
.name {
	font-weight: bold;
	height: 30px;
	font-size: 12px;
	line-height: 12px;
}
.image_box {
	height: 146px;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 8px;
}
.info_box {
	width: 126px;
	float: left;
	text-align: left;
	margin-left: 4px;
	font-size: 10px;
	line-height: 11px;
}
.dl_box {
	float: right;
	width: auto;
}
