.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;
}

