/* @override http://dev.tac-tv.com/css/default.css */

@import url("fonts.css");
@import url("shop.css");

/* @group frame */

html {
	background: url(/img/bg-site-pat.jpg) repeat;
}

body {
	background: url(/img/bg-site.jpg) no-repeat center top;
	font-family: 'ChantillyRegular';
	color: #f4ece0;
}
a {
	color: #949494;
}

a:hover {
	color: #f4ece0;
}

body #container {
	width: 960px;
	margin: 0px auto;
}

header {
	position: relative;
	z-index: 1;
}
header #logo {
	float: left;
	z-index: 2;
	margin-left: -6px;
}

header #loginout {
	float: right;
	position: relative;
	z-index: 3;
}

header #loginout .left {
	width: 10px;
	height: 24px;
	float: left;
	background: url(/img/loginout-left.png) no-repeat;
}

header #loginout .content {
	height: 24px;
	float: left;
	background: url(/img/loginout-middle.png) repeat-x;
	position: relative;
}

header #loginout .content a {
	color: #f4ece0;
	text-decoration: none;
	display: block;
	font-size: 11px;
    padding: 5px 8px 0;
}

header #loginout .right {
	width: 10px;
	height: 24px;
	float: left;
	background: url(/img/loginout-right.png) no-repeat;
}






header #cartlink {
	width: 196px;
}

header #cartlink .left {
	width: 10px;
	height: 24px;
	float: left;
	background: url(/img/loginout-left.png) no-repeat;
	margin-left: 78px;
}

header #cartlink .content {
	height: 24px;
	float: left;
	background: url(/img/loginout-middle.png) repeat-x;
	position: relative;
}

header #cartlink .content a {
	color: #f4ece0;
	text-decoration: none;
	display: block;
	font-size: 11px;
    padding: 5px 8px 0;
    float: right;
}

header #cartlink .right {
	width: 10px;
	height: 24px;
	float: left;
	background: url(/img/loginout-right.png) no-repeat;
}

header #login-window, header #user-card, header #forgotten-password-window {
	position: absolute;
	right: -3px;
	top: 24px;
	z-index: 3;
}
header #login-window .top, header #user-card .top, header #forgotten-password-window .top {
	height: 15px;
	width: 360px;
	background: url(/img/login-top.png) no-repeat;
}
header #login-window .middle, header #user-card .middle, header #forgotten-password-window .middle {
	width: 360px;
	background: url(/img/login-middle.png) repeat-y;
}
header #login-window .middle .inner, header #user-card .middle .inner, header #forgotten-password-window .middle .inner {
	padding: 15px 22px;
}
header #login-window .middle .inner .title {
	padding: 0px 0px 20px;
	font-family: 'AvianoSansBold';
	font-size: 14px;
}
header #login-window .middle .inner .col-130 {
	width: 130px;
	float: left;
}
header #login-window .middle .inner .col-176 {
	width: 176px;
	float: right;
}
header input.text {
	margin-bottom: 20px;
	width: 150px;
}


header #login-window .bottom {
	height: 5px;
	width: 360px;
	background: url(/img/login-bottom.png) no-repeat;
}

header .btn-left {
	float: left;
	margin: 0px 0px -6px 3px;
}
header .btn-right {
	float: left;
	margin: 0px 0px -6px -1px;
}
header #user-card .middle .inner .avatar {
	float: left;
	width: 100px;
}
header #user-card .middle .inner .info {
	float: left;
	width: 200px;
}
header #user-card .middle .inner .info .user-name {
	margin: 0px 0px 10px 20px;
	font-family: 'AvianoSansBold';
	font-size: 18px;
}
header #user-card .middle .inner .info .user-options a {
	display: block;
	margin: 0px 0px 0px 20px;
}
header nav {
	position: absolute;
	right: 0px;
	top: 80px;
	z-index: 2;
}
header nav ul {
	border-bottom: #b2b2b2 solid 1px;
}
header nav ul li {
	display: inline-block;
	padding: 3px 13px;
	font-size: 18px;
	font-family: 'AvianoSansBold';
}
header nav ul li a {
 color: #e6e6e6;
 text-decoration: none;
}
header nav ul li a.current {
 color: #3F3329;
}
#full-page {
	width: 960px;
}
#page {
	float: left;
	width: 790px;
}
#vert-box {
	float: right;
	width: 160px;
}
#vert-box img {
	margin-bottom: 10px;
}
footer {
	float: left;
	width: 790px;
	text-align: center;
}
footer nav {
	padding: 50px 0px 0px;
}
footer nav ul {
	margin: 0px auto;
	border-bottom: #8e8e8e solid 1px;
	width: 100%;
}
footer nav ul li {
	display: inline-block;
	padding: 2px 9px;
	font-size: 12px;
	font-family: 'AvianoSansBold';
}
footer nav ul li a {
	color: #5b5a5a;
	text-decoration: none;
}
footer .rendertime, footer .copyright {
	font-size: 10px;
	color: #676767;
	font-weight: normal;
}
footer .copyright {
	padding: 10px 0px;
}
.modal {
	display: none;
	width: 960px;
	height: 600px;
	overflow: auto;
	background-color: #000;
	border: 1px solid #5e5e5e;
}
.modal .inner {
	padding: 10px;
}
form .error {
	color: #f00;
}

input.text {
	background-color: #9f9b8a;
	border: 1px solid #777467;
	padding: 5px 12px;
	color: #2d2d2d;
	font-size: 14px;
}
.btn {
	cursor: pointer;
}

.box-790 {
	width: 790px;
	margin-bottom: 60px;
}

.box-790 .top {
	height: 37px !important;
	width: 790px;
	padding: 0px 0px 1px 0px;
}
.box-790 .content {
	width: 788px;
	background: -moz-linear-gradient(top, rgba(34,34,34,0.85) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,34,34,0.85)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(34,34,34,0.85) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(34,34,34,0.85) 0%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(34,34,34,0.85) 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(34,34,34,0.85) 0%,rgba(0,0,0,0.85) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9222222', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .3);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .3);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .3);
	border: 1px solid rgba(0,0,0,.5);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding-bottom: 30px;
	position: relative;
}
.box-790 .content .inner {
	padding: 10px;
}

.box-790 .bottom {
	height: 3px;
	width: 790px;
	background: url(/img/box-790-bottom.png) no-repeat;
}

.box .top {
	height: 39px;
}
.box .top .left {
	background: url(/img/box-title-left.png) no-repeat;
	height: 38px;
	width: 3px;
	float: left;
}
.box .top .right {
	background: url(/img/box-title-right.png) no-repeat;
	height: 38px;
	width: 3px;
	float: left;
}
.box .top .middle {
	background: url(/img/box-title-content.png) repeat-x;
	height: 38px;
	float: left;
}
.box .top .middle .inner {
    color: #FFC357;
    font-family: 'AvianoSansBold';
    font-size: 17px;
    padding: 9px 10px;
    text-align: center;
}
/* @end */

/* @group home */
#videos-viewer {
	margin: 0px 0px 35px;
}

#videos-viewer .video-details .top {
	background: url(/img/viewer-top.png) no-repeat;
	width: 790px;
	height: 3px;
}
#videos-viewer .video-details .middle {
	width: 790px;
}
#videos-viewer .video-details .middle .info {
	height: 330px;
    width: 198px;
	float: left;
	background: -moz-linear-gradient(top, rgba(34,34,34,0.85) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,34,34,0.85)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(34,34,34,0.85) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(34,34,34,0.85) 0%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(34,34,34,0.85) 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(34,34,34,0.85) 0%,rgba(0,0,0,0.85) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9222222', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .3);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .3);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .3);
	border: 1px solid rgba(0,0,0,.5);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	position: relative;
}
#videos-viewer .video-details .middle .info h1.title {
	padding: 10px;
	font-family: 'AvianoSansBold';
    font-size: 14px;
    font-weight: normal;
}
#videos-viewer .video-details .middle .info .desc {
	padding: 10px;
}
#videos-viewer .video-details .middle .video {
	float: right;
	position: relative;
	height: 332px;
	width: 590px;
	background: #000;
}

#videos-viewer .video-details .middle .video .video_play {
	background: url("/img/play_btn.png") center no-repeat;
	width: 592px;
	height: 338px;
	position: absolute;
	left: 0;
	top: 0;
}

#videos-viewer .video-details .bottom {
	background: url(/img/viewer-bottom.png) no-repeat;
	width: 794px;
	height: 2px;
}
#videos-viewer .videos-scroller {
	background: url(/img/bg-video-scroller.png) no-repeat;
	width: 790px;
	height: 160px;
	overflow: hidden;
	position: relative;
}

#videos-viewer .videos-scroller .video-thumbs {
	height: 110px;
	width: 20000em;
	position: absolute;
	clear: both;
}
#videos-viewer .videos-scroller .video-thumbs .group {
	float: left;
	margin-left: 10px;
}
#videos-viewer .videos-scroller .video-thumbs .thumb {
	margin: 10px 9px 0px 0px;
	float: left;
	width: 147px;
}

#videos-viewer .videos-scroller .video-thumbs .thumb .info h2 {
	text-transform: uppercase;
	font-size: 10px;
}

#videos-viewer .videos-scroller .video-thumbs .thumb.last {
	margin: 10px 0px 0px 0px !important;
}
#videos-viewer .videos-scroller .video-thumbs .thumb .image img {
	width: 147px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 0px 4px 0px #000000;
	-moz-box-shadow: 0px 0px 4px 0px #000000;
	box-shadow: 0px 0px 4px 0px #000000;
}
#videos-viewer .videos-scroller .video-thumbs .thumb .info {
	color: #f4ece0;
	font-size: 12px;
	text-align: center;
}
#videos-viewer .videos-scroller .pager {
	position: absolute;
	bottom: 0px;
}
#videos-viewer .videos-scroller .pager .left {
	float: left;
	width: 60px;
	height: 25px;
	text-align: left;
}
#videos-viewer .videos-scroller .pager .middle {
	float: left;
	width: 670px;
	text-align: center;
}
#videos-viewer .videos-scroller .pager .middle span {
	display: inline-block;
	border: 1px solid #4a4a4a;
	border-bottom: none !important;
	background: url(/img/bg-video-scroller.png) no-repeat center bottom;
}
#videos-viewer .videos-scroller .pager .middle span span {
	display: inline-block;
	border: 1px solid #000;
	border-bottom: none !important;
}
#videos-viewer .videos-scroller .pager .middle span span span{
	display: inline-block;
	border: 1px solid #727272;
	border-bottom: none !important;
}
#videos-viewer .videos-scroller .pager .middle a {
	color: #f4ece0;
	text-decoration: none;
	display: inline-block;
	padding: 2px 4px;
	border-left: 1px solid #2a2a2a;
	border-right: 1px solid #2a2a2a;
}
#videos-viewer .videos-scroller .pager .middle a.active {
	border-left: 1px solid #727272;
	border-right: 1px solid #727272;
}
#videos-viewer .videos-scroller .pager .right {
	float: right;
	width: 60px;
	height: 25px;
	text-align: right;
}
#videos-viewer .videos-tabs img {
	float: left;
}
#words-from-the-lav-box {
	float: left;
	width: 482px;
}
#words-from-the-lav-box .top {
	height: 38px;
    width: 482px;
}
#words-from-the-lav-box .top .middle {
	width: 476px;
}
#words-from-the-lav-box .content {
	background: -moz-linear-gradient(top, rgba(34,34,34,0.85) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,34,34,0.85)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(34,34,34,0.85) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(34,34,34,0.85) 0%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(34,34,34,0.85) 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(34,34,34,0.85) 0%,rgba(0,0,0,0.85) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9222222', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .3);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .3);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .3);
	border: 1px solid rgba(0,0,0,.5);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 10px;
}
#words-from-the-lav-box .content .inner {
	padding: 10px;
}
#words-from-the-lav-box .content .inner .blog-entry-w-img, #words-from-the-lav-box .content .inner .blog-entry {
	border-bottom: 1px solid #2D2E2E;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#words-from-the-lav-box .content .inner .blog-entry-w-img .title {
	font-size: 14px;
	font-family: 'AvianoSansBold';
	float: left;
	width: 307px;
	font-weight: normal;
}
#words-from-the-lav-box .content .inner .blog-entry-w-img .text {
	float: left;
	width: 307px;
}
#words-from-the-lav-box .content .inner .blog-entry-w-img .image {
	float: right;
	width: 145px;
}

#words-from-the-lav-box .content .inner .blog-entry .title {
	font-size: 14px;
	font-family: 'AvianoSansBold';
	font-weight: normal;
	margin-bottom: 5px;
}
#words-from-the-lav-box .content .inner a {
	font-size: 11px;
}
#words-from-the-lav-box .bottom {
	height: 3px;
	width: 482px;
	background: url(/img/box-482-bottom.png) no-repeat;
}
#horiz-box {
	float: left;
	width: 482px;
	margin-top: 10px;
}
#grab-some-swag-box {
	float: right;
	width: 300px;
}
#grab-some-swag-box .top {
	height: 37px;
	width: 300px;
}
#grab-some-swag-box .top .middle {
	width: 294px;
}
#grab-some-swag-box .content {
	width: 298px;
	background: -moz-linear-gradient(top, rgba(34,34,34,0.85) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,34,34,0.85)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(34,34,34,0.85) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(34,34,34,0.85) 0%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(34,34,34,0.85) 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(34,34,34,0.85) 0%,rgba(0,0,0,0.85) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9222222', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .3);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .3);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .3);
	border: 1px solid rgba(0,0,0,.5);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#grab-some-swag-box .content .coming-soon, #words-from-the-lav-box .content .coming-soon {
	font-size: 18px;
	font-family: 'AvianoSansBold';
	font-weight: normal;
}
#grab-some-swag-box .content .inner {
	padding: 10px;
}
#grab-some-swag-box .content .inner .title {
	font-family: 'AvianoSansBold';
    font-size: 14px;
    font-weight: normal;
	margin-bottom: 10px;
}
#grab-some-swag-box .content .inner p a {
	font-size: 11px;
}

#grab-some-swag-box .content .store-product {
	border-bottom: 1px solid #2D2E2E;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#grab-some-swag-box .content .inner .desc {
	
}
#grab-some-swag-box .content .inner .price {
	
}
#grab-some-swag-box .content .inner .image {
	float: left;
	margin-right: 10px;
}
#grab-some-swag-box .content .inner .image img {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 0px 4px 0px #000000;
	-moz-box-shadow: 0px 0px 4px 0px #000000;
	box-shadow: 0px 0px 4px 0px #000000;
}
#grab-some-swag-box .content .inner .title a, #grab-some-swag-box .content .inner .store-product a {
	text-decoration: none;
	color: #F4ECE0;
}

#grab-some-swag-box .bottom {
	height: 3px;
	width: 300px;
	background: url(/img/box-300-bottom.png) no-repeat;
}

/* @end */

/* @group registration */
#registration-form-box {
	float: left;
}
#registration-premium-info {
	float: right;
	position: relative;
}
#registration-form-box .inner, #registration-premium-info .inner {
	padding: 10px;
	font-size: 14px;
}
#registration-form-box .title, #registration-premium-info .title {
	font-family: 'AvianoSansBold';
	font-weight: normal;
	font-size: 14px;
	padding: 0px 0px 5px;
}
#registration-form-box .top {
	width: 391px;
	height: 39px;
}
#registration-form-box .middle {
	width: 391px;
	background: url(/img/box-391-content.png) repeat-y;
}
#registration-form-box .splitter {
	width: 391px;
	height: 3px;
	background: url(/img/box-391-split.png) no-repeat;
}
#registration-form-box .bottom {
	width: 391px;
	height: 2px;
	background: url(/img/box-391-bottom.png) no-repeat;
}
#registration-premium-info .top {
	width: 381px;
	height: 39px;
}
#registration-premium-info .middle {
	width: 381px;
	background: url(/img/box-381-content.png) repeat-y;
}
#registration-premium-info .bottom {
	width: 381px;
	height: 2px;
	background: url(/img/box-381-bottom.png) repeat-y;
}
#registration-form-box .btn-left {
	float: left;
	margin: 0px 0px -6px 0px;
}
#registration-form-box .btn-right {
	float: left;
	margin: 0px 0px -6px 0px;
}
#registration-premium-info .price-box {
	position: absolute;
	bottom: 41px;
	right: 10px;
	font-family: 'AvianoSansBold';
	font-weight: normal;
	text-align: right;
}
#registration-premium-info .price-box .price-num {
	font-size: 24px;
}
#registration-premium-info .price-box .price-type {
	font-size: 16px;
}
#registration-premium-info .middle, #registration-form-box .middle {
	/* height: 500px; */
}
form#registration-form label {
	
}
form#registration-form label.name, form#registration-form label.password {
	width: 160px;
}
form#registration-form input.name, form#registration-form input.password {
	width: 154px;
}
form#registration-form label.email, form#registration-form label.timezone {
	width: 364px;
}
form#registration-form input.email {
	width: 344px;
}
form#registration-form select.timezone {
	width: 368px;
	background-color: #9f9b8a;
	border: 1px solid #777467;
	padding: 5px 12px;
	color: #2d2d2d;
	font-size: 14px;
}
form#registration-form label {
	display: inline-block;
	font-family: 'AvianoSansBold';
	font-size: 14px;
	font-weight: normal;
	padding: 10px 0px 3px;
}
form#registration-form .opt-info {
	font-size: 12px;
	font-family: 'ChantillyRegular';
}
form#registration-form input.privacy_policy {
	margin-top: 1px;
}

/* @end */

/* @group About */

#about-tactv-box {
	float: right;
	width: 790px;
}

#about-tactv-box .top {
	height: 37px;
	width: 790px;
	padding: 0px 0px 1px 0px;
}
#about-tactv-box .content {
	width: 788px;
	background: -moz-linear-gradient(top, rgba(34,34,34,0.85) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,34,34,0.85)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(34,34,34,0.85) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(34,34,34,0.85) 0%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(34,34,34,0.85) 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(34,34,34,0.85) 0%,rgba(0,0,0,0.85) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9222222', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .3);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .3);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .3);
	border: 1px solid rgba(0,0,0,.5);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#about-tactv-box .content .coming-soon, #about-tactv-box .content .coming-soon {
	font-size: 18px;
	font-family: 'AvianoSansBold';
	font-weight: normal;
}
#about-tactv-box .content .inner {
	padding: 10px;
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

#about-tactv-box .bottom {
	height: 3px;
	width: 790px;
	background: url(/img/box-790-bottom.png) no-repeat;
}

/* @end */

@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

/* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */

}

@media print {

* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
}

a, a:visited {
	color: #444 !important;
	text-decoration: underline;
}

a[href]:after {
	content: " (" attr(href) ")";
}

abbr[title]:after {
	content: " (" attr(title) ")";
}

.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}

pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}

thead {
	display: table-header-group;
}

tr, img {
	page-break-inside: avoid;
}
  @page { margin: 0.5cm; }

p, h2, h3 {
	orphans: 3;
	widows: 3;
}

h2, h3 {
	page-break-after: avoid;
}

}













.account_wrapper {
	width: 375px;
	float: left;
	margin-bottom: 20px;
}

.account_wrapper:first-child {
	margin-right: 20px;
}

.account_wrapper .account_body {
	background:rgba(0,0,0,0.9);
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .3);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .3);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .3);
	border: 1px solid rgba(0,0,0,.5);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 10px;
}

.account_wrapper .account_body img {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	float: left;
	margin-right: 20px;
	-webkit-box-shadow: 0px 0px 4px 0px #000000;
	-moz-box-shadow: 0px 0px 4px 0px #000000;
	box-shadow: 0px 0px 4px 0px #000000;
}

.account_wrapper .account_body ul {
	margin-top: 10px;
}

.account_wrapper .account_body input, .account_wrapper .account_body select, .account_wrapper .account_body textarea {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #a2a2a2;
	background: #AFAC9E;
	-webkit-box-shadow: inset 0px 0px 3px 0px #5c5a4f;
	-moz-box-shadow: inset 0px 0px 3px 0px #5c5a4f;
	box-shadow: inset 0px 0px 3px 0px #5c5a4f;
	padding: 5px;
	width: 316px;
	margin-bottom: 20px;
}

.account_wrapper .account_body .avatar input {
	-webkit-box-shadow: inset 0px 0px 0px 0px;
	-moz-box-shadow: inset 0px 0px 0px 0px;
	box-shadow: inset 0px 0px 0px 0px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: #9f9b8a;
	border: 1px solid #bfbdb1;
	display: inline-block;
	width: 100px;
}


.account_wrapper .account_body .form_row input {
	float: left;
	margin-right: 5px;
	width: 150px;
}

.account_wrapper .account_header{
    float: left;
}

.account_wrapper .account_header .top {
     background: url("../img/box-482-top.png") no-repeat scroll 0 bottom transparent;
    height: 39px;
    width: 375px;
}

.account_wrapper .account_header .top .left {
    background: url("../img/box-title-left.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 38px;
    width: 3px;
}

.account_wrapper .account_header .top .middle {
    background: url("../img/box-title-content.png") repeat-x scroll 0 0 transparent;
    float: left;
    height: 38px;
    width: 369px;
}

.account_wrapper .account_header .top .middle .inner {
    color: #FFC357;
    font-family: 'AvianoSansBold';
    font-size: 20px;
    padding: 6px 10px;
}

.account_wrapper .account_header .top .right {
    background: url("../img/box-title-right.png") no-repeat scroll 0 0 transparent;
    height: 38px;
    width: 3px;
    float: left;
}

.account_wrapper .account_footer{
    float: right;
}

.account_wrapper .account_footer .top {
     background: url("../img/box-482-top.png") no-repeat scroll 0 bottom transparent;
    height: 39px;
}

.account_wrapper .account_footer .top .left {
    background: url("../img/box-title-left.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 38px;
    width: 3px;
}

.account_wrapper .account_footer .top .middle {
    background: url("../img/box-title-content.png") repeat-x scroll 0 0 transparent;
    float: left;
    height: 38px;
}

.account_wrapper .account_footer .top .middle .inner {
    color: #FFC357;
    font-family: 'AvianoSansBold';
    font-size: 20px;
    padding: 6px 30px;
}

.account_wrapper .account_footer .top .right {
    background: url("../img/box-title-right.png") no-repeat scroll 0 0 transparent;
    height: 38px;
    width: 3px;
    float: left;
}

.account_wrapper h3 {
	font-size: 14px;
	font-family: 'AvianoSansBold';
	margin-bottom: 5px;
}

.notice {
	background:rgba(0,0,0,0.9);
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .3);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .3);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .3);
	border: 1px solid rgba(0,0,0,.5);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 10px 15px;
	width: 500px;
	margin: 20px auto;
	text-align: center;
}

.notice h3 {
	font-family: 'AvianoSansBold';
    font-size: 20px;
    color: #FFC357;
    margin-bottom: 5px;
}

.notice p {
    font-size: 14px;
    color: #fff;
}

#page .account_wrapper .account_body input.video_upload {
	width: 100px;
	padding: 7px 0 8px 0;
	border: 0px;
	box-shadow: 0px 0px 0px 0px;
	background: #FFC357;
	width: 100px;
}

.progress-content {
margin-top: 10px;
}

.progress-bar {
	background: none repeat scroll 0 0 #2A2A2A;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    box-shadow: 0 0 0 1px #393939, 0 1px 7px 0 #191A1A inset;
    height: 13px;
    padding: 5px;
}

.progress-bar .bar {
	background: rgb(234,185,100); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(234,185,100,1) 0%, rgba(237,167,37,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,185,100,1)), color-stop(100%,rgba(237,167,37,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(234,185,100,1) 0%,rgba(237,167,37,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(234,185,100,1) 0%,rgba(237,167,37,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(234,185,100,1) 0%,rgba(237,167,37,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(234,185,100,1) 0%,rgba(237,167,37,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab964', endColorstr='#eda725',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 1px 0 0 #FFC399 inset;
	height: 13px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;

}
.progress-bar .bar p {
	color: #333333;
    font-size: 11px;
    line-height: 11px;
    margin: 0 5px 0 0;
	padding: 1px;
    text-align: right;
    text-shadow: -1px 1px 0 #FFC19D;
    overflow: hidden;
    white-space: nowrap;
}

.shop .product_wrapper .product_body .shopping_item {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #3B3C3C;
}

.shop .product_wrapper .product_body .shopping_item h3 {
	position: static;
	font-size: 16px;
	margin: 0 0 5px 0;
	text-align: left;
}

.shop .product_wrapper .product_body .shopping_item p {
	margin-bottom: 10px;
}

.shop .product_wrapper .product_body .shopping_item p.remove a {
	color: #DC3E2C;
	margin-bottom: 0px;
}

h4.cart_total {
	background: #3D3D3D;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    padding: 10px;
	font-size: 16px;
}

h4.cart_total span {
	color:#FFC357;
	font-weight: bold;
}

input.checkout {
    color: #FFC065;
    font-family: AvianoSansBold;
    font-size: 18px;
    padding: 5px;
	margin-top: 10px;
	border: 0px;
	position: absolute;
	bottom: -31px;
	left: 3px;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(26,25,25,1) 50%, rgba(8,8,8,1) 51%, rgba(20,20,20,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(50%,rgba(26,25,25,1)), color-stop(51%,rgba(8,8,8,1)), color-stop(100%,rgba(20,20,20,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(26,25,25,1) 50%,rgba(8,8,8,1) 51%,rgba(20,20,20,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(26,25,25,1) 50%,rgba(8,8,8,1) 51%,rgba(20,20,20,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(26,25,25,1) 50%,rgba(8,8,8,1) 51%,rgba(20,20,20,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(0,0,0,1) 0%,rgba(26,25,25,1) 50%,rgba(8,8,8,1) 51%,rgba(20,20,20,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#141414',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0px 0px 0px 1px #3D3D3D;
	-moz-box-shadow: inset 0px 0px 0px 1px #3D3D3D;
	box-shadow: inset 0px 0px 0px 1px #3D3D3D;
	border: 1px solid rgba(0,0,0,.5);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 354px;
}

.cart {
	position: absolute;
	right: 126px;
	top: 0;
	z-index: 10;

}

.cart .cart_container {
	position: absolute;
	right: -3px;
	top: 24px;
	z-index: 3;
	display: none;
}

.cart .cart_container .top {
	height: 15px;
	width: 360px;
	background: url(/img/login-top.png) no-repeat;
}

.cart .cart_container .middle {
	width: 360px;
	background: url(/img/login-middle.png) repeat-y;
}
.cart .cart_container .middle .inner {
}

.cart .cart_container .middle .inner .product_wrapper {
	padding: 10px 20px
}


.cart .cart_container .bottom {
	height: 5px;
	width: 360px;
	background: url(/img/login-bottom.png) no-repeat;
}
.share-btns {
	clear: both;
	padding: 7px 0px 5px 0px;
	position: absolute;
	bottom: 0px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	width: 100%;
	margin 0px 4px 0px 3px;
}
.share-product .share-btns {
	width: 196px;
	border-top: 1px solid #31302E;
}
.share-product .share-btns .btn-inner {
	padding-left: 0px;
}
.share-btns .btn-inner {
	padding-left: 10px;
}
.share-btns .btn {
	float: left;
	max-width: 88px;
}

.hd-link {
	display: inline-block;
	position: absolute;
	bottom: 42px;
	left: 10px;
}
/* @group Lightbox */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* @end */