@charset "utf-8";

/* get some basics out the way */
html{overflow-y:scroll}
/* * {outline:none}*/

img{border:0}
form{margin:0;padding:0}
iframe {border:0}

/* base tables */
th {
	padding:5px;
	background:#ccc;
	font-size:14px;
	color:#525252;
}

#searchtree {display: none;}
.startsugly {display: none;}

/*basic classes*/
.left{ float:left}
.right{float:right}
.center{margin:auto; text-align:center}
.clear{clear:both}
.bold {font-weight:bold}
.none {display:none}
.red {color:#ff0000}


body {
	/* fallback */
	background-color: #74C9FF;
	/*background: url(images/linear_bg_2.png'); */
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(50% 0% -90deg,rgb(0,0,51) 0%,rgb(0,0,51) 6%,rgb(116,201,255) 52%,rgb(116,201,255) 100%);
	background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(0,0,51)),color-stop(0.06, rgb(0,0,51)),color-stop(0.52, rgb(116,201,255)),color-stop(1, rgb(116,201,255)));
	background-image: -webkit-linear-gradient(-90deg,rgb(0,0,51) 0%,rgb(0,0,51) 6%,rgb(116,201,255) 52%,rgb(116,201,255) 100%);
	background-image: -o-linear-gradient(-90deg,rgb(0,0,51) 0%,rgb(0,0,51) 6%,rgb(116,201,255) 52%,rgb(116,201,255) 100%);
	background-image: -ms-linear-gradient(-90deg,rgb(0,0,51) 0%,rgb(0,0,51) 6%,rgb(116,201,255) 52%,rgb(116,201,255) 100%);
	background-image: linear-gradient(180deg,rgb(0,0,51) 0%,rgb(0,0,51) 6%,rgb(116,201,255) 52%,rgb(116,201,255) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff000033,endColorstr=#ff74c9ff,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff000033,endColorstr=#ff74c9ff,GradientType=0);
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;

	font-size:12px;
	color:#333333;

}
body * {
}
html > body #background {
	height: auto;
	min-height: 995px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color: #445555;
	margin: 3px;
}
p {
	margin: 3px;
	padding: 0;
}
#main p.lastNode {
	margin-bottom: 0;
}

a:link img, a:visited img {
	border: none;
	text-decoration: none;
}

a {
	text-decoration: none;
}

a:focus {
	outline: #0099FF dotted 1px;
}
a:hover, a:active { outline: none; }

div.clearFloat {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}
li.clearFloat {
	clear: both;
}
ul.symbolList {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.AbsWrap {
	position: relative;
	width: 100%;
}
.rowWrap {
	width: 100%;
}

#wrapper {
	width: 957px;	/* 980 */
	margin: 0 auto;
	/*margin-left:58px;*/
	text-align: left;
}

#logo {
	position: absolute;
	float: left;
	padding-top: 5px;
}

#summary_section {
	overflow-y: scroll;
}


/********** start old styles.css sheet **********/
/* structural wrappers */

.full_wrap {
	width:100%;
	clear:both;
}

.wide_wrap {
	width:980px;
	margin:auto;
	position:relative;
}

.content_wrap {
	width:950px;
	padding:5px;
	margin:auto;
	border:5px solid #ddd;
	border-top:0;
	background-color:#fff;
}


/* Javascript in the header automatically styles our type="text" for us */
.input, textarea {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-top:1px solid #6d6d6d;
	border-left:1px solid #6d6d6d;
	border-right:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	padding:4px;
	font-size:12px;
	background-image:url('../images/input_bg.png');
	color:#555;
	font-family: Arial, Verdana, Sans-Serif;
}

.input_wide {
	width: 283px;
}

.input_wider {
	width: 600px;
}


.input_notso_wide {
	width: 230px;
}

.disabled {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60);
-moz-opacity: 0.6;
-khtml-opacity: 0.6;
opacity: 0.6;
}

/* Search form */
#search_form {
	float:right;
	margin-top:5px;
	background-color:#fff;
	padding:5px 7px;
	border:1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#search_form input {
	width:150px;
	font-size:14px;
}

#search_form button {
	font-size:12px;
}


/* Menus */
#top_menu_container {
	background-color:#ddd;
	border-bottom:1px solid #c7c7c7;
}

#top_menu {
	float:right;
	margin:0;
	padding:0;
	font-size:12px;
}

#top_menu li {
	float:left;
	list-style-type:none;
	position:relative;
	cursor:pointer;
}

#top_menu li ul.first {
	position:absolute;
	top:2.1em;
	white-space:nowrap;
	left:0;
	background-color:#ddd;
	padding:0;
	margin:0;
	text-align:left;
	z-index:9999;
	border-bottom:1px solid #c7c7c7;
}

#top_menu li ul.nav {
	position:absolute;
	top:0;
	left:100%;
	margin-left:-1px;
	text-align:left;
	padding:0;
	background-color:#ddd;
	z-index:9999;
	border-bottom:1px solid #c7c7c7;
}

#top_menu li a {
	padding:6px 15px;
	color:#585858;
	border:0;
	display:block;
	text-decoration:none;
	text-shadow: rgba(255,255,255,.4) 0 1px 0;
}

#top_menu li ul li a {
	border:1px solid #c7c7c7;
	border-top:0;
	border-bottom:0;
}

#top_menu li:hover {
	background-color:#f2f2f2;
}

#top_menu li a:hover {
	color:#000;
	text-shadow:none;
}

#top_menu .nav li {
	display:block;
	clear:both;
	position:relative;
	width:200px;
}

#top_menu .first li{
	float:left;
	clear:left;
	width:100%;
}

#top_menu .first li {
	display:block;
	position:relative;
}

/* Main category menu*/
#main_menu {
	background-color:#555;
	margin:0;
	padding:0;
}

.main_menu_left_wrap {
	position:absolute;
	left:0;
	top:100%;
}

.main_menu_right_wrap {
	position:absolute;
	right:0;
	top:100%;
}


#nav {
	float:left;
	margin:0;
	padding:6px;
	font-size:12px;
	text-transform:uppercase;
}

#nav li {
	float:left;
	list-style-type:none;
	position:relative;
	cursor:pointer;
}

#nav li ul.nav {
	position:absolute;
	top:-10px;
	left:100%;
	text-align:left;
	padding:10px 10px 10px 0;
	background-color:#555;
	z-index:9999;
}

#nav li ul.first {
	position:absolute;
	top:2.0em;
	white-space:nowrap;
	left:5px;
	background-color:#555;
	padding:10px 10px 10px 0;
	margin:0;
	text-align:left;
	z-index:9999;
}

#nav li a{
	padding:5px 10px;
	margin-left: 10px;
	color:#f2f2f2;
	display:block;
	text-decoration:none;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	border:0;
}

#nav li a:hover {
	color:#333;
	background-color:#f2f2f2;
	text-shadow: rgb(255,255,255) 0 1px 0;
}

#nav .nav li {
	display:block;
	clear:both;
	position:relative;
	width:200px;
}

#nav .first li{
	float:left;
	clear:left;
	width:100%;
}

#nav .first li {
	display:block;
	position:relative;
}

ul.first {
	display:none;
}

ul.nav {
	display:none;

}

li:hover > .nav { display:block;}
li:hover > .first { display:block;}


#homepage_boxes {
	margin:5px -5px -5px -5px;
}

.box_container{
	height:400px;
	width:240px;
	margin: 5px 15px 0 15px;
	padding-left: 25px;
	float:left;
}
.box_img_container{
	height:270px;
	width:210px;
	margin:5px 5px 10px 5px;
	padding-left:15px;
	float:left;
	border:solid thin #000;
}

.box_container_wider {
	height:310px;
	width:360px;
	margin: 15px 15px 5px 15px;
	padding-left: 25px;
	float:right;
}
.box_img_container_wider {
	height:292px;
	width:525px;
	margin:5px 5px 10px 5px;
	padding-left:15px;
	float:left;
	/*border:solid thin #000;*/
}

.box_img_container_simple {
	height:222px;
	width:400px;
	margin:5px 5px 10px 0;
	padding-left:0;
	float:left;
}

.box_container_simple {

	height:222px;
	width:440px;
	margin: 15px 15px 5px 15px;
	padding-left: 25px;
	float:right;
}

.simple_homepage_box {
	width:900px;
	height: 240px;
	border-bottom: 1px solid black;
}

.box_postcard_container {
	height:390px;
	width:410px;
	margin: 15px 15px 5px 15px;
	/*padding-left: 25px;*/
	float:left;
}
.box_postcard_img_container {
	height:310px;
	width:400px;
	margin:5px 5px 10px 5px;
	padding-left:15px;
	float:left;
	/*border:solid thin #000;*/
}

.category_description {
	color:#555;
	padding:10px 5px;
}

.category_container {
	overflow:hidden;
	clear:both;
}

.category_box
{
	width:136px;
	padding:5px;
	border:1px dotted #ccc;
	float:left;
	margin:5px;
	display:inline;
	text-align:center;
}
.category_box .thumbnail
{
	height:75px;
}
.category_box .thumbnail, .category_box .thumbnail img {
	max-width:75px;
	max-height:75px;
	margin:auto;
}

.product_box
{
	width:215px;
	padding:10px 5px;
	border:1px dotted #ccc;
	float:left;
	margin:5px;
	display:inline;
	text-align:center;
}

.product_box .thumbnail
{
	height:150px;
}
.product_box .thumbnail, .product_box .thumbnail img {
	max-width:150px;
	max-height:150px;
	margin:auto;
}

.excerpt {
	margin-top:5px;
}

.pagination {
	margin-top:5px;
	text-align:center;
}



/* Homepage Content */
#homepage_content
{
	width:970px;
	margin:auto;
	padding-top:15px;
}

/* Login page */
#login_container_wrap
{
	float: left;
	position: relative;
	left: 50%;
}

.login_container {
	float: left;
	position: relative;
	left: 25%;
	width: 50%;
	padding:10px;
	border:1px dotted #ccc;
	margin:10px auto;
}

#login_container td {
	padding-right:10px;
	padding-bottom:15px;
	font-size: 16px;
}

#login_form_links {
	padding-top:10px;
	text-align:center;
	font-size:16px;
	display:block;
	clear:both;
}

.login_center {
	margin:20px auto;
	float: left;
	text-align:center;
	font-size:16px;
	width:100%;
}

.gc_login_input {
	font-size:16px;
	width: 250px;
}


.login_table_col_1 {
	width:120px;
	float: left;
	padding-right:10px;
	padding-bottom:15px;
	font-size: 16px;
}

.login_table_col_2 {
	width:300px;
	float: left;
	padding-right:10px;
	padding-bottom:15px;
	font-size: 16px;
}

.login_table_wide {
	width:820px;
	float: left;
	padding-right:10px;
	padding-bottom:15px;
	font-size: 16px;
}


/* Profile page (some shared elements) */
.form_wrap {
	clear:both;
	position:relative;
}

.form_wrap div {
	float:left;
	font-weight:bold;
	padding:10px;
}

/* Profile page (some shared elements) */
.form_wrap_sidexside {
	clear:none;
	position:relative;
}

.form_wrap_sidexside div {
	font-weight:bold;
	padding: 2px 2px 10px 2px;
}

#my_information {
	width:360px;
}

#my_information h2 {
	margin:0;
	padding:0;
	margin-bottom:10px;
}

#address_manager {
	float:right;
	width:485px;
	padding:7px;
}

#address_manager h2{
	margin:3px 0;
}

.my_account_input{
	width:165px;
}

.my_account_address
{
	padding:10px;
	background-color:#f2f2f2;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-bottom:10px;
	border:1px solid #f2f2f2;
}

.my_account_address:hover {
	background-color:#eee;
	border:1px solid #ddd;
}

.address_toolbar {
	font-size:10px;
	float:right;
}


.error {
	color:#c94f4f;
	padding:5px 12px;
	background-color:#f5dcdc;
	border:1px solid #d5a9a9;
	margin-top: 5px;
	/*margin-bottom:5px;*/
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.message {
	color:#666;
	padding:5px 12px;
	background-color:#f2f2f2;
	border:1px solid #cccccc;
	margin-top: 5px;
	/*margin-bottom:5px;*/
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
/* Homepage Banners */
#banners {
	height:90px;
	left: 310px;
	top: 0;
	float:right;
	float:none;
	margin: 0 0 0 0;
}


.banner_container {
	display: none;
	position:absolute;
	margin-top:15px;
	top:0;
	left: 320px;

/*	float:right;
	position:relative;
	left:150px;
*/
}

/*
.banner_container img {
	width:950px;
	height:250px;
}
*/

.banner_img {
	margin:1px;
}

.logo {
	width: 310px;
	display: block;
	float:left;
}

/* View cart page, with shared elements */

.cart_table {
	width:100%;
}

.cart_table thead tr th {
	background-color:#ccc;
	color:#333;
	font-size:12px;
	text-align:left;
	padding:5px 10px;
}

.cart_table thead tr th:first-child, .cart_item td:first-child {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.cart_table thead tr th:last-child, .cart_item td:last-child {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.cart_spacer td {
	height:5px;
	overflow:hidden;
}

.cart_item td {
	background-color:#f2f2f2;
	color:#555;
	padding:5px 10px;
}

.cart_table tfoot tr td {
	background-color:#ccc;
	padding:5px 10px;
	color:#333;
	font-size:12px;
	font-weight:bold;
}

.cart_table tfoot tr.cart_total td {
	background-color:#555;
	color:#f2f2f2;
	padding-top:10px;
	font-size:14px;
	text-align:right;
}

.cart_table td.total {
	text-align: right;
}

.tfoot_top td {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height:0;
	padding:5px 0 0 0;
}

.cart_table tfoot tr.tfoot_bottom td {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	height:0;
	padding:0 0 5px 0;
	background-color:#555;
}

/* View Cart Page */
.view_cart_additions {
	margin-top:10px;
	border:1px dashed #ccc;
	background-color:#f2f2f2;
	text-align:center;
	padding:20px;
	float:left;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#gc_view_cart_buttons {
	float:right;
	clear:none;
	margin-top:10px;
}

/* Checkout */
.continue_shopping {
	text-align:center;
	margin: 10px;
}

.form_wrap div.shorter input{
	width:100px;
}

.form_wrap div.longer input{
	width:300px;
}

#shipping_address{
	float:left;
	width:47.5%;
}

#billing_address{
	float:right;
	width:50%;
}

.checkout_block {
	background-color:#f2f2f2;
	padding:8px;
	margin-bottom:20px;
	height:auto;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	position:relative;
}

.checkout_textarea
{
	display:block;
	height:50px;
	resize:none;
}

/* Place Order Page */
.customer_info_box {
	margin:10px 10px 10px 0;
	border:1px dashed #ccc;
	background-color:#f2f2f2;
	padding:10px;
	float:left;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.customer_info_box h3 {
	font-weight:normal;
	color:#777777;
	font-size:16px;
	margin:0 0 10px 0;
	padding:0;
}

#gc_breadcrumb {
	font-size:10px;
	font-family: Verdana, Arial, sans-serif;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding-bottom:5px;
	font-weight:bold;
}

#gc_breadcrumb a {
	font-weight:normal;
}

/* Category Page */
.gc_product_list {
	width:100%;
}

.gc_product_row {
	text-align:left;
	width:100%;
}


.product_name {
	font-weight:bold;
	font-size:14px;
}

.product_sku {
	font-size:11px;
	font-family:verdana, arial, sans-serif;
	height:20px;
}

.price_container {
	padding:5px 0;
}

.price_slash {
	text-decoration:line-through;
	font-size:12px;
}

.price_sale {
	font-weight:bold;
	color:#ff0000;
	font-size:14px;
}

.price_reg {
	font-weight:bold;
	font-size:14px;
}

.out_of_stock {
	color:#FF0000;
}



/* Product Page */
.add_to_cart_btn {
	padding:10px;
	font-size:20px;
}

.product_quantity {
	width:50px;
}

#product_caption {
	background-color:#ccc;
	margin:0 -5px -5px -5px;
	padding:5px;
	text-align:center;
	color:#555;
}

.product_image_left {
	width:232px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	float:left;
}

#product_image_right {
	width:690px;
	float:right;
	overflow:hidden;

}

#product_image {
	padding:5px;
	border:1px solid #ccc;
	width:232px;
}

#product_image a img {
	margin:auto;
}

#product_thumbnails
{
	padding-top:15px;
	width:245px;
}

.product_thumbnail
{
	width:75px;
	margin:10px 10px 10px 0;
	float:left;
}

.product_thumbnail a img
{
	width:75px;
}

#product_price {
	float:right;
}

.product_section {
	border-top:1px solid #ddd;
}

.product_specs {
	padding:10px;
}

.product_specs label{
	font-weight:bold;
	font-size:12px;
}

.member_of_collections {
	font-style: italic;
	font-size: 8pt;
	margin-top: 10px;
}

.tag_form {
	margin-top: 10px;
	border-top:1px solid #ddd;
	padding: 10px;
	text-align: center;
	overflow:hidden;
}

#tag_buttons {
	text-align: left;
	margin-top: 5px;
}

#tag_buttons a {
	color: #000;
	background: #eee;
	display: inline-block;
	font-size: 8pt;
	text-decoration: none;
	padding: 4px;
	margin: 4px 2px;
}

#tag_buttons a:link, visited {
	border-color : #ccc;
	-moz-box-shadow:    1px 1px 1px 1px #aaa;
	-webkit-box-shadow: 1px 1px 1px 1px #aaa;
	box-shadow:         1px 1px 1px 1px #aaa;
}

#tag_buttons a:hover {
	border-color: #eee;
	-moz-box-shadow:    2px 2px 1px 1px #ccc;
	-webkit-box-shadow: 2px 2px 1px 1px #ccc;
	box-shadow:         2px 2px 1px 1px #ccc;
}

/* advanced search terms */
.advsearchterms {
	margin: 10px 0 15px 0;
}
.search_display_where {
	font-style:italic;
}

.product_oneline {
	font-style:italic;
}

.product_webdesc_center {
	/*margin-top:15px;*/
	text-align: center;
}


.option_container {
	margin-bottom:15px;
	padding-top: 5px;
}
.option_container fieldset {
	border:none;
}

.option_name {
	font-weight:bold;
	font-size:12px;
}

#social_sharing {
	float:right;
	margin-top:-30px;
	width:150px;
	text-align:right;
}

.tabs-account {
	margin-top:10px;
	overflow:hidden;
	width:100%;
}

#product_form {
	float:right;
}

#gc_product_form {
	margin-top:10px;
	width:100%;
}



.gc_option {
	padding-bottom:10px;
}

#gc_options_note {
	text-align:center;
	font-weight:bold;
	font-size:11px;
	font-family:verdana, arial, sans-serif;
	color:#a70000;
}


/* Customer Details */
.gc_customer_details,  .gc_customer_details table{
	width:100%;
}
.gc_customer_details td {
	vertical-align:top;
	padding-right:10px;
}
#gc_copy_billing {
	margin:auto;
	display:block;
}

#logged_in_address_container{
	width:100%;
	overflow: auto;
	margin-bottom: 15px;
}

#checkout_billing_address {
	padding: 5px;
	border:1px solid #C0C0C0;
	float:left;
	width:225px;
	height: 125px;
}

#bill_address_display, #ship_address_display {
	padding: 5px;
}

#checkout_shipping_address {
	padding: 5px;
	border:1px solid #C0C0C0;
	margin-left:250px;
	width:225px;
	height:125px;
}

/* scheckout */
#payment_section_container table tr td {
	vertical-align:top;
}

#shipping_section {
	float:left;
	width:400px;
}



.checkout_block h2 {
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0;
	font-size:19px;
}

.checkout_block h3 {
	font-weight:normal;
	color:#777777;
	font-size:16px;
	margin:0 0 10px 0;
	padding:0;
}

#tab_detail {
	font-size:13px;
	font-family:arial, verdana, sans-serif;
}

#static_address_content {
	position: relative;
	margin-bottom: 10px;
	height: 150px
}

#static_bill_address {
	padding: 5px;
	border:1px solid #C0C0C0;
	float:left;
	width:225px;
}

#static_ship_address {
	padding: 5px;
	border:1px solid #C0C0C0;
	margin-left:250px;
	width:225px;
	height:125px;
}



/* Customer Details */

.disabled {
	border: 1px solid #AAAAAA;
	background-color: #CCCCCC;
}
.register_field {
	text-align:right;
}
#gc_customer_details,  #gc_customer_details table{
	width:100%;
}
#gc_customer_details td {
	vertical-align:top;
	padding-right:10px;
}
#gc_copy_billing {
	float:right;
}

.gc_reg_input {
	width:550px;
}

/* Confirmation page*/
.confirm_customer
{
	font-size:12px;
	padding:10px;
	margin-bottom:10px;
	border:1px solid #b2d799;
	background-color:#ffffff;
}
.confirm_customer table tr td {
	vertical-align:top;
}
.company_name {
	font-size:16px;
	font-weight:bold;
	padding:0 0 3px 0;
	text-transform:uppercase;
}

.order_number {
	font-size:20px;
	font-weight:bold;
	padding:0 0 3px 0;
	text-transform:uppercase;
}




/* My Account Page */
.delete_address {
	cursor:pointer;
}

#my_information {
	background-color:#f2f2f2;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding:10px;
	float:left;
}
#my_account_info h2 {
	font-weight:normal;
	margin-bottom:10px;
	font-size:19px;
}
#my_account_container {
	overflow: auto;
}

#customer_details {
	float:left;
	margin:5px;
	width:360px;
}

#customer_details_form {

}

#confirmation_box {
	margin-bottom: 10px;
	border-color: #fff;
	border-width: 1px;
	border-style: solid;
	background-color: #34a1ff;
	color: #000;
	padding:5px;

}

.my_account_header {
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
}

#address_container {
	float:right;
	width:300px;
	margin: 5px;
}

.my_address {
	height: 120px;
	margin: 15px;
	padding: 5px;
	border: 1px solid #c0c0c0;
}

/* Payment Page */
.gc_payment_form {
	display:none;
}

/* address manager */

#address_mgr_title {
	font-weight: bold;
	margin-bottom: 10px;
}

#address_mgr_header {
	width: 775px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}

#address_mgr_container {
	padding: 5px;
	width: 773px;
	height:300px;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	position: relative;
}

#address_list_container{
	float: left;
	width: 450px;
	height: 300px;
	overflow:auto;


}

.required {
	border-left: 1px solid red;
}

.require_fail {
	border: 1px solid red;
}

.address_entry {
	width:95%;
	padding: 5px;
	margin: 1px;
	border: 1px solid #8d8d8d;
}

.odd {
	background-color: #cfcfcf;
}

.even {
	background-color: #fff;
}

#address_form_placeholder {
	clear:both;
	position:absolute;
	right:5px;
	top:10px;
	width:300px;
}

#address_bullets {
	margin:10px;
}

#address_mgr_form_container {
	clear:both;
	position:absolute;
	right:5px;
	top:10px;
	width:300px;
}

/* customize stuff */
#left_content {
	width: 635px;
	float: left;
}

#right_content {
	width:335px;
	float:right;
}

#file_upload_status
{
	width:0%;
	overflow:visible;
	text-align:center;
	padding-top:7px;
	background-color:#000099;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #910000;
	background-image:url('..../images/status_bg.gif');
	background-repeat:repeat-x;
	height:28px;
	overflow:hidden;
	margin:5px 0;
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.3);
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.3);
	box-shadow: 1px 2px 2px rgba(0,0,0,.3);
}

#hide_upload_status {
	display:none;
}

#footer_lid {
	width:970px;
	height:8px;
	background-image:url("../images/footer_lid.gif");
	overflow:hidden;
	margin:auto;
}

#footer_social {
	position:absolute;
	top:115px;
	left:25px;
	width:250px;
}

#footer_props {
	text-align:center;
	color:#555;
	font-size:10px;
	margin-top:130px;
}

.tierdescription {
	font-style:italic;
	font-weight:normal;
}

#previewplayer {
	margin-left:18%;
	margin-right:10%;
	width:80%;
}

.viewercode {
	margin: 15px 35px;
}
.viewercode label {
	font-weight: bold;
	font-size: 12px;
}

.helptext_bigger {
	font-style: italic;
	font-weight: normal;
}

.helptext {
	font-style: italic;
	font-size: 8pt;
	font-weight: normal;
}

.search_left_column {
	display:block;
	margin-right:1em;
	float:left;
	width:45%;
	text-align: left;
}
.search_left_column p {
	margin:1em 0;
}

.search_right_column {
	display:block;
	float:left;
	width:45%;
	text-align: left;
	padding-left:10px;
}
.search_right_column p {
	margin:.75em 0;
	padding-bottom:10px;
}

.search_right_column label {
	font-weight: bold;
}

#siteseal {
	position:absolute;
	top:115px;
	left:825px;
}

.twitter-box {
	margin-top:20px;
	float:left;
}

.fb-like-box {
/*
	margin-top:20px;
	margin-left:20px;
	float:left;
*/

}

.register_step {
	display:block;

}

.tab_body {
	padding: 10px;
}

#searchtree {
/*
	border-style: solid;
	border-color: solid #910000;
	border-width: 1px;
*/
}

.terms {
	height:400px;
	overflow: scroll;
}

.lticode {
	margin-top: 10px;
}
/********** end old styles.css sheet **********/
#mainWrap {
	margin-left: 0;
	margin-top: 0;
	display: inline;
	float: left;
	margin-bottom: 0;
	width: auto;
	padding-top: 0;
}
#Header {
	color: #E7E8EA;
	display: inline;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	height: 129px;
	letter-spacing: 1px;
	margin: 0;
	padding-top: 0;
	width: 940px;
}
html > body #Header {
	height: auto;
	min-height: 130px;
}
#Header a {
	text-decoration: none;
	color: #dddddd; /* #C4E4F8; #74C9FF; #c4e9ff; */
}
#Header a:hover {
	text-decoration: underline;
	color: #C7C8CA;
}

#barebones_header {
	margin-left: 0;
	margin-top: 0;
	display: inline;
	float: left;
	margin-bottom: 0;
	width: 940px;
	padding-top: 30px;
	height: 100px;
}
html > body #barebones_header {
	height: auto;
	min-height: 100px;
}
#barebones_header a {
	text-decoration: none;
	color: #003F7F;
}
#barebones_header a:hover {
	text-decoration: underline;
	color: #445555;
}

#login_box {
	margin-top: 15px;
	margin-bottom: 0;
	padding-top: 0;
	height: 29px;
	text-align: right;
}
html > body #login_box {
	height: auto;
	max-height: 25px;
	min-height: 25px;
}

.Login_WELCOME {
	position: relative;
	text-align: center;
	float: right;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 10px;
}
.Login_FORM {
	position: relative;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.Login_REGISTER {
	position: relative;
	text-align: center;
	text-transform: uppercase;
	padding-right: 0;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: right;
	font-size: 10px;
}
.Login_MYACCOUNT {
	position: relative;
	text-align: center;
	text-transform: uppercase;
	float: right;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 10px;
}
.Login_LICENSES {
	position: relative;
	text-align: center;
	text-transform: uppercase;
	float: right;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 10px;
}
.Login_cart {
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 0;
	float: right;
}
.Login_CHECKOUT {
	position: relative;
	text-align: center;
	text-transform: uppercase;
	float: right;
	padding-right: 15px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 10px;
}
.Login_LOGOUT {
	position: relative;
	text-align: center;
	text-transform: uppercase;
	float: right;
	padding: 8px 0 8px 10px;
	font-size: 10px;
}

#search_box {
	height: 29px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin-top: 35px;
	font-size: 9px;
	font-weight: bold;
}

html > body #search_box {
	min-height: 30px;
	max-height: 30px;
}
.Search_Help {
	position: relative;
	float: right;
	padding: 2px 0 4px 10px;
	display: inline;
}
.SearchBox_ADVANCEDSEARCH {
	text-align: center;
	color: #dddddd; /* #C4E4F8; #74C9FF #c4e9ff; */
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
	display: inline;
}
.SearchBox_Fillin {
	position: absolute;
	float: right;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main_home {
	height: 790px;
}

#main_body {
	height: 750px;
}

.ds2_wrap {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdbe6e6)";
	background-color: #dbe6e6;
	background-color: #fff;
	background-image: url('../images/subject_box_gradient.png');
	background-image: -moz-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -ms-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -o-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -webkit-gradient(linear,color-stop(0, rgb(255,255,255)),color-stop(0.9, rgb(255,255,255)),color-stop(0.99, rgb(219,230,230)),color-stop(1, rgb(219,230,230)));
	background-image: -webkit-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-repeat: repeat-x;
	border-color: rgb(255,255,255);
	border-color: rgb(255,255,255);
	border-style: solid;
	border-width: 1px;
	color: #445555;
	display: inline;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdbe6e6);
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	margin-left: 59px;*/
	margin-top: 5px;
	overflow-x:hidden;
	overflow-y:hidden;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	width: 935px;
}

.ds2_wrap p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
	color: #445555;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 6px;
}

.ds2_wrap a {
	color: #003f7f;
	text-decoration: none;
}
.ds2_wrap a:hover {
	color: #445555;
	text-decoration: underline;
}

.scroll_wrap {
	overflow: scroll;
}

#colwrap2 a {
	color: #003f7f;
	text-decoration: none;
}

#colwrap2 a:hover {
	color: #445555;
	text-decoration: underline;
}

#aboutus_tab {
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdbe6e6)";*/
	background-color: #dbe6e6;
	background-image: url('../images/subject_box_gradient.png');
	background-image: -moz-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -ms-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -o-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -webkit-gradient(linear,color-stop(0, rgb(255,255,255)),color-stop(0.9, rgb(255,255,255)),color-stop(0.99, rgb(219,230,230)),color-stop(1, rgb(219,230,230)));
	background-image: -webkit-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-repeat: repeat-x;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	margin-bottom: 0;
	margin-left: 0;
	min-height: 936px;
	padding-left: 10px;
	padding-top: 10px;
	overflow-x: hidden;
	overflow-y: scroll;
	display: inline;
	color: #444455;
}

#subjects_tab {
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdbe6e6)";*/
	background-color: #dbe6e6;
	background-image: url('../images/subject_box_gradient.png');
	background-image: -moz-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -ms-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -o-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -webkit-gradient(linear,color-stop(0, rgb(255,255,255)),color-stop(0.9, rgb(255,255,255)),color-stop(0.99, rgb(219,230,230)),color-stop(1, rgb(219,230,230)));
	background-image: -webkit-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-repeat: repeat-x;
	border-color: rgb(255,255,255);
	border-style: solid;
	border-width: 1px;
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdbe6e6);*/
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*height: auto;*/
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 5px;
	min-height: 939px;
	padding: 0;
	/*width: 200px;*/
	overflow-x: hidden;
	overflow-y: scroll;
	display: inline;
	color: #444455;
}


#subject {
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdbe6e6)";*/
	background-color: #dbe6e6;
	background-image: url('../images/subject_box_gradient.png');
	background-image: -moz-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -ms-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -o-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -webkit-gradient(linear,color-stop(0, rgb(255,255,255)),color-stop(0.9, rgb(255,255,255)),color-stop(0.99, rgb(219,230,230)),color-stop(1, rgb(219,230,230)));
	background-image: -webkit-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-repeat: repeat-x;
	border-color: rgb(255,255,255);
	border-style: solid;
	border-width: 1px;
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdbe6e6);*/
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	height: auto;*/
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 5px;
	padding-top: 0;
	width: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
	display: inline;
	color: #444455;
}
html > body #subject {
	height: 984px;
/*	max-height: 715px;*/
	overflow-y: scroll;
	overflow-x: none;
}

.homepage_features {
	margin-left: 20px;
	margin-right: 5px;
	padding-left:0;
}

.homepage_features li {
	padding-bottom:10px;
}


#colwrap1 {
	float: left;
	margin-left: 0;
	margin-top: 0;
	width: 200px;
	min-height: 975px;
}

#colwrap2 {
	float: left;
	margin-left: 0;
	margin-top: 0;
	width: 455px;
	height: auto;
}
#slider {
	border: 1px solid #B6C0C0;
	display: inline;
	float: left;
	height: 256px;
	margin: 5px 0 0 5px;
	padding-top: 0;
	width: 448px;
}
html > body #slider {
	/*height: auto;*/
	min-height: 254px;
}

html > body #news {
	/*height: auto;*/
	height: 723px;
/*	min-height: 723px;
	max-height: 723px;
*/}
#colwrap3 {
	float: left;
	margin-left: 0;
	margin-top: 0;
	width: 295px;
}
#signup {
	margin-left: 5px;
	margin-top: 5px;
	display: inline;
	float: left;
	margin-bottom: 5;
	height: 51px;
	padding-left: 10px;
}
html > body #sign_up {
	height: auto;
	min-height: 57px;
}
#twitter_feed {
	margin-left: 5px;
	margin-top: 5px;
	display: inline;
	float: left;
	margin-bottom: 0;
	width: 295px;
	padding-top: 0;
}

#facebook_feed {
	background-color: #fff;
	display: inline;
	float: left;
	height: 448px;
	margin: 0 0 0 5px;
	padding-top: 0;
	width: 295px;
}

#banner {
	margin: 5px 0 0 5px;
	/*margin-top: 5px;*/
	display: inline;
	float: left;
	background-color: #fff;
	width: 295px;
	padding-top: 0;
	height: 84px;
}
html > body #banner {
	height: auto;
	min-height: 85px;
}
#bottom_navg {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffd2e7ff,GradientType=0)";
	background-color: #FFF;
	background-color: #fff;
	background-image: -moz-linear-gradient(50% 0% -90deg,rgb(255,255,255) 0%,rgb(210,231,255) 100%);
	background-image: -ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(210,231,255) 100%);
	background-image: -o-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(210,231,255) 100%);
	background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(210,231,255)));
	background-image: -webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(210,231,255) 100%);
	background-image: linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(210,231,255) 100%);
	background-image: url('../images/navg_gradient.png');
	background-repeat: repeat-x;
	border-color: rgb(255,255,255);
	border-style: solid;
	border-width: 1px;
	display: inline;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffd2e7ff,GradientType=0);
	float: left;
	height: 29px;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding-top: 0;
	text-align: left;
	width: 955px;
	text-transform: uppercase;
}
html > body #bottom_navg {
	height: auto;
	min-height: 30px;
}
#bottom_navg a {
	text-decoration: none;
	color: #003F7F;
	font-size: 11px;
}
#bottom_navg a:hover {
	text-decoration: underline;
	color: #444455;
}
#footer_container {
	clear: both;
	float: left;
	font-size: 11px;
	line-height: 120%;
	margin-left: 0;
	margin-top: 8px;
	margin-bottom: 30px;
	text-align: center;
	width: 962px;
}

#footer {
	text-align:center;
	clear:both;
	margin: 0 auto;
	width: 957px;
	padding: 0 0 30px 0;
}

#footer a {
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;
}

#site_verification {
	width: 140px;
	height: 40px;
	float: right;
	padding-right: 0;
	margin-top: -50px;
}

.fill-in {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}

INPUT {
	border: solid 1px #444455;
	font-size: 10px;
	color: #444455;
	padding: 3px;
}

INPUT.radioclass
{
border-width: 0;
}

INPUT.buttonclass
{
	border-color: #FF0000;
	background-color: #000000;
	color: #FFFFFF;
	vertical-align: bottom;
}

INPUT.imageclass
{
	border: 0;
	vertical-align: middle;
	padding-bottom: 6px;
}

.searchBox{
/*	background-image: url('../images/magnifying_glass.png');*/
	background-repeat: no-repeat;
/*	padding-left: 20px;*/
	background-color: #FFF;
	background-position: 2px 2px;
}
.head1 {
	font-size: 20px;
	color: #003F7F;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-top: 10px;
}
.head2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 100%;
	color: #003f7f;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 10px;
	letter-spacing: 0;}


.head_signup {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #C7C8CA;
}
#news {
	margin-left: 5px;
	margin-top: 5px;
	display: inline;
	float: left;
	margin-bottom: 0;
	width: 443px;
	padding-top: 0;
	/*height: 721px;*/
	background-image: url('../images/news_box_gradient.png');
	background-repeat: repeat-x;
	background-color: #dbe6e6;
	background-image: -moz-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 100%);
	background-image: -webkit-gradient(linear,color-stop(0, rgb(255,255,255)),color-stop(0.9, rgb(255,255,255)),color-stop(1, rgb(219,230,230)));
	background-image: -webkit-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 100%);
	background-image: -o-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 100%);
	background-image: -ms-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 100%);
	background-image: linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 100%);
	border-color: rgb(255,255,255);
	border-width: 1px;
	border-style: solid;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdbe6e6)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdbe6e6);
	padding-left: 5px;
	overflow:hidden;
}

.news_text_biggerbox {
	padding-left:10px;
	padding-top:10px;
}

.news_textbox {
	padding: 5px 20px 10px 0;
	width: 425px;
}
.news_text a      {
	font-weight: bold;
	color: #228DCD;
	text-decoration: none;
}

.news_text a:hover       {
	text-decoration: underline;
	color: #003f7f;
	font-weight: normal;
}
.news_title {
	color: #445555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 115%;
	padding-bottom: 0;
	text-align: left;
}
.news_text {
	color: #445555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 130%;
	padding-bottom: 3px;
	text-align: left;
}
.news_title_bigger {
	color: #445555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 115%;
	padding-bottom: 10px;
	text-align: left;
}
.news_text_bigger {
	color: #445555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 130%;
	padding-bottom: 15px;
	text-align: left;
}

.news_photo {
	padding-left: 10px;
	padding-right: 10px;
}

.news_image {
	padding: 10px;
}

.news_wiki {
	text-align:center;
}

.news_wiki a {
	text-decoration: none;
	color: #003F7F;
}

.news_wiki a:hover {
	text-decoration: underline;
	color: #445555;
}

.news_hr  {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 425px;
	text-align: left;
}

#top_navg {
	margin-left: 0;
	margin-top: 5px;
	display: inline;
	float: left;
	margin-bottom: 0;
	width: 955px;
	padding-top: 0;
	height: 29px;
	background-color: #FFF;
	background-image: url('../images/navg_gradient.png');
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(50% 0% -90deg,rgb(255,255,255) 0%,rgb(210,231,255) 100%);
	background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(210,231,255)));
	background-image: -webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(210,231,255) 100%);
	background-image: -o-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(210,231,255) 100%);
	background-image: -ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(210,231,255) 100%);
	background-image: linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(210,231,255) 100%);
	border-color: rgb(255,255,255);
	border-width: 1px;
	border-style: solid;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffd2e7ff,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffd2e7ff,GradientType=0);
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 11px;
	font-weight: normal;
}
html > body #top_navg {
	height: auto;
	min-height: 30px;
}
#top_navg a {
	text-decoration: none;
	color: #003F7F;
}
#top_navg a:hover {
	text-decoration: underline;
	color: #445555;
}
.socialmedia_box {
	position: relative;
	visibility: visible;
	width: 104px;
	float: left;
	padding-top: 6px;
	padding-right: 0;
}

.twitter-follow-button {
	padding-top: 4px;
	padding-left: 2px;
}

.twitter-share-button {
	padding-top: 4px;
	padding-left: 2px;
}

.fb-share-button {
	padding-top: 4px;
	padding-left: 2px;
}
.rrssb-text{visibility:hidden}

.Navg_NEW {
	position: relative;
	float: right;
	padding-top: 8px;
	padding-right: 13px;
	padding-left: 15px;
	padding-bottom: 8px;
}
.Navg_SPECIAL {
	position: relative;
	float: right;
	padding-top: 8px;
	padding-right: 13px;
	padding-left: 15px;
	padding-bottom: 8px;
}
.Navg_TITLES {
	position: relative;
	float: right;
	padding-top: 8px;
	padding-right: 13px;
	padding-left: 15px;
	padding-bottom: 8px;
}
.Navg_BLOG {
	position: relative;
	float: right;
	padding-top: 8px;
	padding-right: 13px;
	padding-left: 15px;
	padding-bottom: 8px;
}
.Navg_FORUM {
	position: relative;
	float: right;
	padding-top: 8px;
	padding-right: 13px;
	padding-left: 15px;
	padding-bottom: 8px;
}
.Navg_ABOUT {
	position: relative;
	float: right;
	padding-top: 8px;
	padding-right: 13px;
	padding-left: 15px;
	padding-bottom: 8px;
}
.Navg_HELP {
	position: relative;
	float: right;
	padding-top: 8px;
	padding-right: 13px;
	padding-left: 15px;
	padding-bottom: 8px;
}
.Navg_CONTACT {
	position: relative;
	float: right;
	padding-top: 8px;
	padding-right: 13px;
	padding-left: 15px;
	padding-bottom: 8px;
}
.Navg_Home {
	position: relative;
	float: right;
	padding: 5px 15px 5px 15px;
}
.Navg_switch {
	position: relative;
	float: right;
	padding: 5px 5px 5px 0;
}

.rss_feed {
	position: relative;
	float: left;
	padding-top: 7px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 7px;
}

/* tag cloud stuff */
#tagCloud {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdbe6e6)";
	background-color: #dbe6e6;
	background-image: url('../images/subject_box_gradient.png');
	background-image: -moz-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 75%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -ms-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 75%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -o-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 75%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -webkit-gradient(linear,color-stop(0, rgb(255,255,255)),color-stop(0.75, rgb(255,255,255)),color-stop(0.99, rgb(219,230,230)),color-stop(1, rgb(219,230,230)));
	background-image: -webkit-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 75%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 75%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-repeat: repeat-x;
	border-color: #FFF;
	border-style: solid;
	border-width: 1px;
	color: #555;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdbe6e6);
	display: inline;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	/*height: 458px;*/ /*set programmatically*/
	/*margin-bottom: 5px;*/
	margin-left: 5px;
	margin-top: 5px;
	overflow: hidden;
	padding: 5px;
	width: 283px;
	/* [disabled]vertical-align: bottom; */
	font-size: 14px;
}
#tagCloud h2 {
	color: #003F7F;
	font-size: 20px;  /* background:url(images/cloud.gif) no-repeat 0; padding:15px 0 15px 80px;  */
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
}
#tagList { margin:0; padding:0; }
#tagList li {
	font-family: "Times New Roman",Georgia,Serif;
	list-style-type: none;
	float: left;
	height: 25px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 5px;
}
#tagList li a {
	text-decoration: none;
	color: #445555;
}
#tagList li a:hover {
	text-decoration: underline;
	color: #003F7F;
}

.ds2_checkbox {
	border: 0;
}
/* --------------- from AdvanceSearch.css --------------- */
#colwrap4 {
	float: left;
	margin-left: 0;
	margin-top: 0;
	min-height: 984px;
	/*width: 780;*/
}

.AdvancedSearch_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
	color: #445555;
	text-align: left;
	padding: 6px 0 3px 3px;
	margin-bottom: 10px;
}

.AdvancedSearch_text a {
	color: #003F7F;
	text-decoration: none;
}
.AdvancedSearch_text a:hover {
	color: #445555;
	text-decoration: underline;
	font-weight: normal;
}

.AdvancedSearch_wrap {
	height: 974px;
	margin-bottom: 0;
	margin-left: 5px;
	width: 728px;
}

.AdvancedSearch_options {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #445555;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 12px;
	padding-left: 50px;
}
.AdvancedSearch_optionsSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #445555;
	padding-bottom: 3px;
	/* [disabled]padding-top: 12px; */
	left: 550px;
	position: absolute;
	display: inline;
}
.AdvancedSearch_options a {
	color: #003F7F;
	text-decoration: none;
}
.AdvancedSearch_options a:hover {
	color: #445555;
	text-decoration: underline;
	font-weight: normal;
}

.AdvancedSearch_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 100%;
	color: #445555;
	text-align: left;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 12px;
}

.AdvancedSearch_checkbox_padding {
	margin-right: 6px;
	margin-left: 0;
	border-style: none;
}

.AdvancedSearch_head_checkbox_padding {
	margin-right: 6px;
	margin-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.AdvancedSearch_radio_padding {
	margin-right: 4px;
	margin-left: 0;
	border-style: none;
}
.AdvancedSearch_radio_text {
	margin-right: 10px;
	margin-left: 0;
}
.searchcontrols {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 0 10px;
}
.AdvancedSearch_table {
	line-height: 150%;
}

.AdvancedSearch_table a {
	color: #003F7F;
	text-decoration: none;
}
.AdvancedSearch_table a:hover {
	color: #445555;
	text-decoration: underline;
	font-weight: normal;
}

.AdvancedSearch_distrib_cell {
	width: 170px;
}


.advanced_search_table_wide {
	width: 720px;
	float: left;
	margin: 0 0 10px;
}
.advanced_search_table_wide p {
	margin: 0;
}

.advanced_search_table_col_1 {
	font-weight: bold;
	width: 200px;
	float: left;
	margin: 0 0 10px;
}

.advanced_search_table_col_2 {
	width: 520px;
	float: left;
	margin: 0 0 10px;
}

.advanced_search_table_distrib_col_1 {
	width: 210px;
	float: left;
}

.advanced_search_table_distrib_col_2 {
	width: 210px;
	float: left;
}

.advanced_search_table_distrib_col_3 {
	width: 210px;
	float: left;
}

#combine_tags {
	/* fieldset on advanced search pages */
	border:none;
	float:right;
	margin: 0 80px -10px 0;
}
#combine_tags legend {
	float:left;
}

/******************************************/

select {
	font-size: 11px;
	background-color: #DBE6E6;
	color: #445555;
	background-image: url(../images/navg_gradient.png);
}

.SearchResults_wrap {
	height: 974px;
	margin-left: 5px;
	overflow-y:scroll;
	width: 728px;
}
html > body .SearchResults_wrap {
	min-height: 974px;
}
.searchresult_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
	color: #445555;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 6px;
}

.searchresult_factoid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	font-weight: normal;
	color: #445555;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 3px;
	/*
	margin-left: 125px;
	*/

	text-transform: uppercase;
}

.searchresult_factoid_nogif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	font-weight: normal;
	color: #445555;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-left: 0;
	text-transform: uppercase;
}
.searchresult_title a {
	color: #445555;
	text-decoration: none;
}
.searchresult_title a:hover {
	color: #003F7F;
	text-decoration: underline;
	font-weight: normal;}

.searchresult_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 100%;
	color: #445555;
	text-align: left;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-left: 0;
}

.searchresult_title img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 100%;
	color: #445555;
	text-align: right;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}

.searchresult_title_streaming {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 100%;
	color: #445555;
	text-align: left;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}
.searchresult_title_streaming a {
	color: #445555;
	/*margin-left:125px;*/
	text-decoration: none;
}
.searchresult_title_streaming a:hover {
	color: #003F7F;
	text-decoration: underline;
	font-weight: normal;}

.searchresult_title_streaming img {
	float: left;
	margin-right: 15px;
	/*position:absolute;*/
	/*clip:rect(0,111px,100px,0);*/
}


.searchresult_title_streaming_all {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 100%;
	color: #445555;
	text-align: left;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}
.searchresult_title_streaming_all a {
	color: #445555;
	margin-left:0;
	text-decoration: none;
}
.searchresult_title_streaming_all a:hover {
	color: #003F7F;
	text-decoration: underline;
	font-weight: normal;}

.searchresult_title_streaming_all img {
	float: left;
	margin-right: 15px;
}


.searchresult_oneline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
	color: #445555;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 6px;
	/*margin-left: 125px;*/
}

.searchresult_oneline_nogif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
	color: #445555;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 6px;
	margin-left: 0;
}

.category_container {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: block;
	margin-bottom: 12px;
	margin-left: 10px;
	margin-right: 40px;
	margin-top: 5px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 3px;
}

.SearchResults_pages {
	float: left;
	width: 60%;
	padding-bottom: 30px;
}
#search_results_count {
	float: right;
	/*padding-right: 15px;*/
	padding-bottom: 5px;
	margin-right: 40px;
}
#SearchResults_sort {
	float: right;
	margin-right: 40px;
}

.license_results_pages {
    float: right;
    margin-top: -35px;
	padding-right: 33px;
    width: auto;
}

.license_results_notes_bottom {
    float: left;
    margin-top: 10px;
	padding-right: 33px;
    width: auto;
}


.license_results_pages_bottom {
    float: right;
    margin-top: 10px;
	padding-right: 33px;
    width: auto;
}

#licensebody {
	margin-top:15px;
}

.SearchResults_pages a {
	border: 1px solid #c7c8ca;
	color: #445555;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.SearchResults_pages a:hover {
	background-color: #74c9ff;
	color: #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #74C9FF;
}
.SearchResults_hr {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 500px;
	text-align: left;
}
.searchresult_streamingavailable {
	/*float: right;*/
	/*margin-right: 50px;*/
	margin-left: 550px;
}
.searchresults_ModifySearch {
	padding: 0 0 0 5px;
	float: right;
	margin: -37px 40px 0 0;
}
.advsearchterms {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 670px;
}
.sortresultsby {
	margin-top: 10px;
	margin-bottom: 15px;
}
.FontSizeControl_container {
	padding-right: 10px;
	padding-top: 8px;
	float: right;
	text-align: right;
	position: relative;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 18px;
}
.FontSizeControl {
	display: inline;
	float: left;
	clear: both;
}
#FontSizeControl a {
	border: 1px solid #277cb2;
	color: #FFF;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	background-color: #277cb2;
	margin-right: 1px;
	margin-left: 1px;
	font-weight: bold;
}
#FontSizeControl a:hover {
	color: #445555;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	border: 1px solid #c7c8ca;
	margin-right: 1px;
	margin-left: 1px;
	background-color: #FFF;
	text-decoration: none;
	font-weight: normal;
}


/* --------------- from filmpage.css --------------- */
#colwrap5 {
	float: left;
	margin-left: 0;
	margin-top: 0;
	width: 740;
}
#leftcol {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdbe6e6)";
	background-color: #dbe6e6;
	background-image: url('../images/subject_box_gradient.png');
	background-image: -moz-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -ms-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -o-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -webkit-gradient(linear,color-stop(0, rgb(255,255,255)),color-stop(0.9, rgb(255,255,255)),color-stop(0.99, rgb(219,230,230)),color-stop(1, rgb(219,230,230)));
	background-image: -webkit-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-repeat: repeat-x;
	border-color: rgb(255,255,255);
	border-style: solid;
	border-width: 1px;
	color: #445555;
	display: inline;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdbe6e6);
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 985px;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 5px;
	padding-top: 0;
	width: 305px;
}
html > body #leftcol {
	min-height: 985px;
}

.filmpage_wrap {
	height: 975px;
	margin-left: 5px;
	width: 623px;
}

.filmpage_header {
	float: left;
	margin-top: 20px;
	/* [disabled]display: inline; */
}

.product_left {
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.product_section {
	line-height: 150%;
}

.product_specs {

}

.product_license_info {
	font-style: italic;
	font-size: 12px;
}

#leftcol a {
	color: #003F7F;
	text-decoration: none;
}
#leftcol a:hover {
	color: #445555;
	text-decoration: underline;
	font-weight: normal;}

.product_label {
    font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 200%;
	color: #003f7f;
	text-transform: uppercase;
	margin-top: 3px;
	margin-bottom: 3px;
}

.product_trailer {
	width: 275px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
}

.product_desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #445555;
}

.product_webdesc {
	margin-top:15px;
}


.product_cataloging {
	padding-bottom: 15px;
	margin: 15px 0 25px 0 ;
	height: 500px;
	/*border-bottom: .5px solid #000;*/
}

.product_subjects {
	height:525px;
	float:left;
	width:45%;
}
.product_ds2subjects_list {
	margin-top:10px;
	height:150px;
	padding-left:10px;
	overflow-y:scroll;
	border: .5px solid #000;
}
.product_subjects_list {
	margin-top:10px;
	height:320px;
	padding-left:10px;
	overflow-y:scroll;
	border: .5px solid #000;
}

.product_keywords {
	height:525px;
	float:right;
	width:45%;
}
.product_keywords_list {
	margin-top:10px;
	height:518px;
	padding-left:10px;
	overflow-y:scroll;
	border: .5px solid #000;
}

.member_of_collections {
	font-style: normal;
	font-size: 8pt;
	margin-top: 10px;
}
#cloud{
	width: 240px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#relatedtitle_container {
	width: 240px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.head3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 100%;
	color: #003f7f;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 14px;
	letter-spacing: 0;
	text-transform: uppercase;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
	color: #445555;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 6px;
}
#button_container {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#text a {
	color: #003f7f;
	text-decoration: none;
}
#text a:hover {
	color: #445555;
	text-decoration: underline;
}

#product_panel {
/*	margin-top: 20px;*/
	margin-bottom: 20px;
}

.tabs {
	margin-top:10px;
	height:905px;
	overflow:hidden;
/*	width:603px;*/
}

.text_review {
	margin-top: 15px;
	line-height: 150%;
	color: #445555;
}
.text_reviewcredit {
	font-weight: bold;
}
.text_awards {
	font-weight: bold;
	color: #003f7f;
/*
	list-style-position: outside;
	list-style-image: url(images/star.png);
*/
}
.production_credit {
	font-size: 12px;
	/* [disabled]line-height: 200%; */
	color: #003f7f;
	text-transform: uppercase;
	/* [disabled]margin-top: 3px; */
	/* [disabled]margin-bottom: 3px; */
}
.production_creditl_label {
	color: #445555;
	/* [disabled]margin-top: 3px; */
	/* [disabled]margin-bottom: 3px; */
	text-transform: none;
	font-size: 14px;
}

.photo_right {
	float: right;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
/*	position:absolute;
	clip: rect(0,111,78,0);*/	 /*top, right, bottom, left*/
}
.photo_left {
	float: left;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
/*	clip: rect(0,111,78,0);*/	 /*top, right, bottom, left*/
}

.movieplayer {
	margin-top: 30px;
/*	text-align: center;*/
	margin-left: 225px;
}
.movieplayer_iat {
	margin-top: 30px;
/*	text-align: center;*/
/*	margin-left: 225px;*/
}

.movieplayer_clipmaker {
	margin-top: 10px;
/*	text-align: center;*/
	margin-left: 225px;
}

.movieplayer_iat_clipmaker {
	margin-top: 10px;
/*	text-align: center;*/
/*	margin-left: 225px;*/
}

.movieplayer_product_page {
	margin-top: 30px;
/*	text-align: center;*/
	margin-left: 225px;
}

.movieplayer_preview {
	margin-top: 30px;
/*	text-align: center;*/
/*	margin-left: 225px;*/
}

p.movieplayer_back {
	text-align: center;
	margin-left: -225px;
}

p.movieplayer_back_iat {
	text-align: center;
	/*margin-left: -225px;*/
}

#movietitle
{
	margin-top: 15px;
}

.fullpage_wrap {
	height: 974px;
}
html > body .fullpage_wrap {
	min-height: 974px;
}

#filtermovies {
	height:  65px;
/*	margin-top: 10px;*/
}

#request_streaming {
	font-style: italic;
}
.barebones_wrap {
	height: 300px;
}


.login_page_wrap {
	height: 600px;
}
#searchtree a { white-space:normal !important; height: auto; padding: 1px 20px 0 5px; } /*TRBL*/
#searchtree li > ins { vertical-align:top; }
#searchtree .jstree-hovered, #demo4 .jstree-clicked { border:0; }

.register_button {
	padding-left:8px;
	padding-top: 15px;
}

.viewbutton {
	text-align: center;
	margin-top: 15px;
}

.input_date {
	width: 75px;
}

/*
#startdate {
	width: 65px;
}
*/


/*** added for Contact, Title AZ and New Releases */
@charset "UTF-8";

#colwrap6 {
	float: left;
	margin-left: 0;
	margin-top: 0;
	width: 750;
}

#colwrap7 {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdbe6e6)";
	background-color: #dbe6e6;
	background-image: url('../images/subject_box_gradient.png');
	background-image: -moz-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -ms-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -o-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -webkit-gradient(linear,color-stop(0, rgb(255,255,255)),color-stop(0.9, rgb(255,255,255)),color-stop(0.99, rgb(219,230,230)),color-stop(1, rgb(219,230,230)));
	background-image: -webkit-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-repeat: repeat-x;
	border-color: rgb(255,255,255);
	border-style: solid;
	border-width: 1px;
	color: #445555;
	display: inline;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdbe6e6);
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 355px;
	float: left;
	margin-top: 5px;
	width: 955px;
}

#TitleList_wrap {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdbe6e6)";
	background-color: #dbe6e6;
	background-image: url('../images/subject_box_gradient.png');
	background-image: -moz-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -ms-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -o-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -webkit-gradient(linear,color-stop(0, rgb(255,255,255)),color-stop(0.9, rgb(255,255,255)),color-stop(0.99, rgb(219,230,230)),color-stop(1, rgb(219,230,230)));
	background-image: -webkit-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-repeat: repeat-x;
	border-color: rgb(255,255,255);
	border-style: solid;
	border-width: 1px;
	color: #445555;
	display: inline;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdbe6e6);
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 985px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	width: 748px;
}
html > body #TitleList_wrap {
	height: 985px;
}
#wrap_header {
	/*float: left;*/
	/* [disabled]display: inline; */
}

#TitleList_navg {
	float: right;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 14px;
	padding-left: 30px;
	margin-right: 5px;
	margin-left: 5px;
	width: 748px;
	padding-right: 10px;
	text-align: right;
	color: #003f7f;
	font-weight: bold;
}

#TitleList_navg a {
	border: 1px solid #c7c8ca;
	color: #445555;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: normal;
}
#TitleList_navg a:hover {
	background-color: #74c9ff;
	color: #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #74C9FF;
	font-weight: normal;
}

/*.head2 {
	font-size: 20px;
	color: #003F7F;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	padding-left: 2px;
}
*/

#ThreeCol_container {
	float: left;
	/*padding-top: 20px;*/
	height: 845px;
	overflow-x:hidden;
	overflow-y:scroll;
}

.Newrelease_wrap {
	overflow-y:scroll;
}

#ThreeCol_container_newrelease {
	float: left;
	/*padding-top: 20px;*/
}

.border_sides {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c7c8ca;
	border-left-color: #c7c8ca;
	padding-top: 5px;
	padding-bottom: 5px;

}
.border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c7c8ca;
	padding-top: 5px;
	padding-bottom: 5px;

}
.TitleList_list {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 125%;
	list-style-image: url(../images/bullet.png);
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

	/* 2 column */
.TitleList_2COLcontainer {
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	display: block;
	border-bottom-color: #c7c8ca;
}
.TitleList_streamingavailable {
	float: right;
	margin-right: 10px;
}
.TitleList_factoid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 125%;
	font-weight: normal;
	color: #445555;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 2px;
	margin-left: 50px;
	text-transform: uppercase;
}
.TitleList_title a {
	color: #445555;
	text-decoration: none;
}
.TitleList_title a:hover {
	color: #003F7F;
	text-decoration: underline;
	font-weight: normal;}

.TitleList_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 100%;
	color: #445555;
	text-align: left;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 2px;
	margin-left: 50px;
}

.TitleList_title_streaming {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 100%;
	color: #445555;
	text-align: left;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 2px;
}
.TitleList_title_streaming a {
	color: #445555;
	text-decoration: none;
}
.TitleList_title_streaming a:hover {
	color: #003F7F;
	text-decoration: underline;
	font-weight: normal;}

.TitleList_title img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 100%;
	color: #445555;
	text-align: right;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
}

.TitleList_title_streaming img {
	float: left;
	margin-right: 10px;
}

.TitleList_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	font-weight: normal;
	color: #445555;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 6px;
	margin-left: 50px;
}

/* Contact */
.contact_us_table_col_1
{
	line-height: 150%;
	color: #666666;
	width: 200px;
	float: left;
	margin: 0 0 10px 200px;;

}
.contact_us_table_col_2 {
	color: #666666;
	width: 500px;
	float: left;
	margin: 0 0 10px;
}
.contact_us_table_wide {
	line-height: 150%;
	color: #666666;
	width: 720px;
	float: left;
	margin: 0 0 10px 200px;
}

.Contact_IfOther {
	float: left;
}

/* New Releases*/
.NewRelease_container {
    border-bottom: 1px solid #C7C8CA;
    margin: 5px 20px 10px;
    padding-bottom: 10px;
    padding-top: 5px;
}


.NewRelease_title {
    color: #445555;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-top: 2px;
    text-align: left;
}

.NewRelease_text {
    color: #445555;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    line-height: 125%;
    margin-left: 35px;
    margin-right: 20px;
    text-align: left;
    width: 325px;
}

.NewRelease_text_nopreview {
	color: #445555;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	line-height: 125%;
	margin-left: 35px;
	text-align: left;
	width: 645px;
}

.NewRelease_factoid {
    color: #445555;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 130%;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: left;
    text-transform: uppercase;
}

.NewRelease_previewfilm {
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    width: 275px;
}

#license_list_pages {
	width: 60%;
	padding-bottom: 15px;
}

input[type=search] {
	font-size: 12px;
}

.streaming_video {
	float:right;
}

.forgot_password {
	font-size:80%;
	line-height:80%;
	padding-right: 28px;
	text-align: right;
}

#wikispaces_feed {
	margin-left: 5px;
	margin-top: 5px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background-color: #fff;
	width: 295px;
	padding-top: 0;
}
html > body #wikispaces_feed {
	height: auto;
	min-height: 200px;
}

#banner_ad {
	margin-left: 5px;
	margin-top: 5px;
	display: inline;
	float: left;
	margin-bottom: 0;
	/*background-color: #fff;*/
	width: 295px;
	padding-top: 0;
}
html > body #banner_ad {
	height: auto;
/*	min-height: 200px;*/
}

.collection_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
	color: #445555;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 6px;
}

.collection_factoid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	font-weight: normal;
	color: #445555;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 3px;
	/*px;*/
	text-transform: uppercase;
}

.collection_factoid_nogif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	font-weight: normal;
	color: #445555;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-left: 0;
	text-transform: uppercase;
}
.collection_title a {
	color: #445555;
	text-decoration: none;
}
.collection_title a:hover {
	color: #003F7F;
	text-decoration: underline;
	font-weight: normal;}

.collection_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 100%;
	color: #445555;
	text-align: left;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-left: 0;
}

.collection_title_streaming {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 100%;
	color: #445555;
	text-align: left;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}
.collection_title_streaming a {
	color: #445555;
	/*margin-left:125px;*/
	text-decoration: none;
}
.collection_title_streaming a:hover {
	color: #003F7F;
	text-decoration: underline;
	font-weight: normal;}

.collection_title img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 100%;
	color: #445555;
	text-align: right;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}

.collection_title_streaming img {
	float: left;
	margin-right: 15px;
/*	position:absolute;
	clip:rect(0,111px,100px,0);
*/
}

.collection_oneline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
	color: #445555;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 6px;
	/*margin-left: 125px;*/
}

.collection_oneline_nogif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
	color: #445555;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 6px;
	margin-left: 0;
}

.send_preview_link {
	text-align: center;
	border-top:1px solid #ddd;
	padding-top:15px;
	padding-bottom:15px;
}

.account_settings {
	border-top:1px solid #ddd;
	padding-top:15px;
}

p.account_options {
	/*padding: 6px;*/
	margin: 2px 0 0 3px;
	font-weight: bold;
}
p.account_options_header {
	padding: 0;
}
h3.account_options {
	padding-top: 15px;
}

#overlay {
	margin: 0 auto;
	display: block;
	width: 980px;
}

.terms_of_use {
	/*overflow-y: scroll;*/
	margin-left:40px;
	width: 90%;
	height: auto;
}

#dialog_marc_record {
	white-space: pre;
	font-family: "Courier New", Courier, monospace;
}

#marc_title_list {
	margin-bottom: 25px;
/*	text-align:right;*/
}

/******* reports.css *********/
#report_block {
	margin-top: 15px;
}
.report_table {
	width:100%;
	border-spacing: 2px 0;
}

.report_table thead tr th {
	background-color:#ccc;
	color:#333;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	padding:5px 10px;
}

.report_table thead tr td {
	background-color:#ccc;
	padding:5px 10px;
	color:#333;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.report_table thead tr th:first-child, .cart_item td:first-child {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.report_table thead tr th:last-child, .cart_item td:last-child {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.report_table_spacer td {
	height:5px;
	overflow:hidden;
}

.report_table_item td {
	background-color:#f2f2f2;
	color:#555;
	padding:5px 10px;
}
.report_table_item td.report_num {
	text-align:right;

/*	background-color:#f2f2f2;
	color:#555;
	padding:5px 10px;
*/}

.report_table tfoot tr td {
	background-color:#ccc;
	padding:5px 10px;
	color:#333;
	font-size:12px;
	font-weight:bold;
}

.report_table tfoot tr.cart_total td {
	background-color:#555;
	color:#f2f2f2;
	padding-top:10px;
	font-size:14px;
	text-align:right;
}

.report_table td.total {
	text-align: right;
}

.report_table tfoot tr.tfoot_bottom td {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	height:0;
	padding:0 0 5px 0;
	background-color:#555;
}

.order_table {
	width:100%;
	border-collapse:collapse;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.order_table thead tr th {
	font-size:13px;
	background: #333;
	color:#fff;
	padding:6px;
	text-align:left;
}

.order_table tbody tr td.title {
	font-size:13px;
	background: #333;
	color:#fff;
	padding:6px;
	text-align:left;
	font-weight:bold;
}

.order_table thead tr th a {
	color:#fff;
}

.order_table thead tr td, .order_table tfoot tr td {
	font-size:11px;
	padding:0;
}

.order_table thead tr th.gc_cell_left {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.order_table thead tr th.gc_cell_right {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.order_table tbody tr td {
	background-color:#fff;
	padding:5px;
	color:#555;
	vertical-align:top;
}

.gc_table {
	width:100%;
	border-collapse:collapse;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.gc_table thead tr th {
	font-size:13px;
	background: #333;
	color:#fff;
	padding:6px;
	text-align:left;
}

.gc_table thead tr th a {
	color:#fff;
}

.gc_table thead tr td, .gc_table tfoot tr td {
	font-size:11px;
	padding:0;
}

.gc_table thead tr th.gc_cell_left {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.gc_table thead tr th.gc_cell_right {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.gc_table tbody tr td {
	background-color:#fff;
	padding:5px;
	border-top:1px solid #fff;
	border-bottom:1px solid #f2f2f2;
	color:#555;
}

.gc_table tbody tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
	background: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	border-top:1px solid #f2f2f2;
	border-bottom:1px solid #ccc;
}

.gc_table tbody tr td.gc_cell_right
{
	padding-right:10px;
}

.gc_option_list {
	color:#535353;
	font-size:12px;
}

#poll {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdbe6e6)";
	background-color: #dbe6e6;
	background-image: url('../images/subject_box_gradient.png');
	background-image: -moz-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 75%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -ms-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 75%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -o-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 75%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -webkit-gradient(linear,color-stop(0, rgb(255,255,255)),color-stop(0.75, rgb(255,255,255)),color-stop(0.99, rgb(219,230,230)),color-stop(1, rgb(219,230,230)));
	background-image: -webkit-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 75%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 75%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-repeat: repeat-x;
	border-color: #FFF;
	border-style: solid;
	border-width: 1px;
	border: 1px solid #000;
	display: inline;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    padding: 10px;
    width: 275px;
}

#poll_options {
	line-height:2;
}

#poll_submit_area {
	text-align: center;
	margin-top: 5px;
}

#homepage_latest_newsletter {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdbe6e6)";
	background-color: #dbe6e6;
	background-image: url('../images/subject_box_gradient.png');
	background-image: -moz-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 75%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -ms-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 75%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -o-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 75%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -webkit-gradient(linear,color-stop(0, rgb(255,255,255)),color-stop(0.75, rgb(255,255,255)),color-stop(0.99, rgb(219,230,230)),color-stop(1, rgb(219,230,230)));
	background-image: -webkit-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 75%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 75%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-repeat: repeat-x;
	border-color: #FFF;
	border-style: solid;
	border-width: 1px;
	border: 1px solid #000;
	display: inline;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    padding: 10px;
    width: 275px;

}

#homepage_latest_newsletter img {
	text-align:center;
}

.mediaviewer {
	background-image: none;
	background-color: #EEEEEE;
}

.payment_errors {
	font-style: italic;
}

.clip_header {
    color: #445555;
    font-family: Tahoma,Geneva,sans-serif;
    font-weight: normal;
    margin: 3px 0;
	font-size: 16px;
}


.clip_button {
	margin-top:4px;
}

.playlist_button {
	margin-top:4px;
}

.time_code {
	width: 50px;
}

.clip_description {
	padding:2px;
	margin-bottom: 5px;
	height:70px;
	width: 65%;
}

.clip_tags {
	width: 50%;
}

.clipmaker_link {
	text-align: left;
	/*border-top:1px solid #ddd;*/
	padding-top:10px;
	margin-bottom:10px;
}

.clipmaker_body {
	margin-top: 10px;
/*	text-align: center;*/
	margin-left: 100px;
}

.clipmaker_body table {
	width:100%;
}

.clipmaker_body_iat {
	margin-top: 10px;
	margin-left: 100px;
}

.clipmaker_body_iat table {
	width:100%;
}

.clipmaker_help {
	position: relative;
	float: right;
	margin-right: 840px;
	margin-top: -27px;
/*	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10;
*/}

.clipmaker_heading {
	font-size:16px;
	margin-left:5px;
}

.clipmaker_table_col_1 {
	width: 170px;
	float: left;
	margin: 10px 0 0 7px;
}
.clipmaker_table_col_1 label {
	font-weight:bold;
}
.clipmaker_table_col_2 {
	width: 610px;
	float: left;
	margin: 10px 0 0;
}
.clipmaker_table_wide {
	width: 870px;
	float: left;
	margin: 15px 0 10px;
}

#my_clips {
	height: 170px;
	overflow-y:scroll;
	clear:both;
}

.cliplist_pages {
	float: right;
	margin-top: 0;
	padding-right: 33px;
    width: auto;
}

.clip_error {
	color: red;
}


.linkto_embed {
	margin:10px 0;
}

.linkto_embed a {
	font-weight:bold;
	color:blue;
}

/* button */
.link_embed {
	font-size: 8pt;
	font-weight: normal;
	float: right;
	margin-right:60px;
}


.clip_table {
	width:100%;
}

.clip_table thead tr th {
	background-color:#ccc;
	color:#333;
	font-size:12px;
	text-align:left;
	padding:5px 10px;
}

.clip_table thead tr th:first-child, .clip_item td:first-child {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.clip_table thead tr th:last-child, .clip_item td:last-child {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.clip_spacer td {
	height:5px;
	overflow:hidden;
}

.clip_item td {
	background-color:#f2f2f2;
	color:#555;
	padding:5px 0 5px 10px;
}

.clip_table tfoot tr td {
	background-color:#ccc;
	padding:5px 5px;
	color:#333;
	font-size:12px;
	font-weight:bold;
}

.clip_table tfoot tr.clip_total td {
	background-color:#555;
	color:#f2f2f2;
	padding-top:10px;
	font-size:14px;
	text-align:right;
}

.clip_table td.total {
	text-align: right;
}

.clip_table_user th.th_realtitle {
	width:25%;
}
.clip_table_user th.th_start {
	width:11%;
}
.clip_table_user th.th_end {
	width:9%;
}
.clip_table_user th.th_name {
	width:36%;
}
.clip_table_user th.th_buttons {
	width:19%;
}

.clip_table_product th.th_start {
	width:17%;
}
.clip_table_product th.th_end {
	width:12%;
}
.clip_table_product th.th_name {
	width:40%;
}
.clip_table_product th.th_buttons {
	width:31%;
}

.promo_wrap {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdbe6e6)";
	background-color: #dbe6e6;
	background-image: url('../images/subject_box_gradient.png');
	background-image: -moz-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -ms-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -o-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: -webkit-gradient(linear,color-stop(0, rgb(255,255,255)),color-stop(0.9, rgb(255,255,255)),color-stop(0.99, rgb(219,230,230)),color-stop(1, rgb(219,230,230)));
	background-image: -webkit-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-image: linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(219,230,230) 99%,rgb(219,230,230) 100%);
	background-repeat: repeat-x;
	border-color: rgb(255,255,255);
	border-style: solid;
	border-width: 1px;
	color: #445555;
	display: inline;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdbe6e6);
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	margin-top: 5px;
	width: 895px;
	height: 985px;
	padding: 10px 30px;
}

.promo_text p {
	padding: 1px 0 4px 15px;
}

/* Send results */
.send_results_table {
	line-height: 150%;
	margin-left: 20px;
}
.send_results_table a {
	color: #003F7F;
	text-decoration: none;
}
.send_results_table a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}


#send_results_dialog {
	white-space: pre;
	font-family: "Courier New", Courier, monospace;
}


.search_spacer td {
	height:5px;
	overflow:hidden;
}

.saved_search_table {
	width:100%;
}

.saved_search_table thead tr th {
	background-color:#ccc;
	color:#333;
	font-size:12px;
	text-align:left;
	padding:5px 10px;
}

.saved_search_table thead tr th:first-child, .clip_item td:first-child {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.saved_search_table thead tr th:last-child, .clip_item td:last-child {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#accountinfo_tab {
	height: 905px;
}

.saved_search_table td {
	height:5px;
	overflow:hidden;
}

.saved_search_table td {
	background-color:#f2f2f2;
	color:#555;
	padding:5px 0 5px 10px;
}

.saved_search_table tfoot tr td {
	background-color:#ccc;
	padding:5px 5px;
	color:#333;
	font-size:12px;
	font-weight:bold;
}

.saved_search_table tfoot tr.clip_total td {
	background-color:#555;
	color:#f2f2f2;
	padding-top:10px;
	font-size:14px;
	text-align:right;
}

.saved_search_table th.th_search_name {
	width: 15%;
}
.saved_search_table th.th_search_description {
	width: 25%;
}
.saved_search_table th.th_search_display {
	width: 25%;
}
.saved_search_table th.th_last_updated {
	width: 20%;
}

.search_results_button_set {
	text-align:right;
	font-size:11px;
	margin:10px 0px;
	clear:both;
	float:right;
}

.search_list_pages {
	float: right;
	margin-top: 0;
	padding-right: 33px;
    width: auto;
}

.search_result_sharing {
	float:right;
}

.related_title {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
	margin: 5px 0 10px 0;
	padding: 3px 0 10px 0;
	clear:both;
}
.related_title a {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    line-height: 130%;
    text-align: left;
}
.related_title img {
	float:left;
	margin-right: 10px;
}
.related_title p {
	margin-left: 66px;;
	overflow: hidden;
}

.related_title_title {
	margin-top: -3px;
}

.title_special_landing {

	border: .5px solid black;
	margin: 15px 0 0 0;
	padding: 10px;
}

.title_list_table_col_1 {
	width:242px;
	float: left;
}

.title_list_table_col_2 {
	width:242px;
	float: left;
	border-left: .5px solid #aaa;
}

.title_list_table_col_3 {
	width:242px;
	float: left;
	border-left: .5px solid #aaa;
}

.hidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.playlist_table_col_1 {
	width:240px;
	float: left;
	margin: 2px 0;
}

.playlist_table_col_2 {
	width:420px;
	float: left;
	margin: 2px 0;
}

.playlist_table_col_2_input {
	width:350px;
}

.playlist_table_wide {
	width:660px;
	margin: 10px 0;
	float: left;
}

.playlist_table_wide select {
	width:300px;
}

.playlist_edit {
	margin: 15px 0;
}

.playlist_edit label {
	font-weight:bold;
}

.playlist_edit legend {
	font-weight:bold;
	margin-left:-9px;
}

.playlist_edit_input {
	width:260px;
}

.playlist_edit_button {
	display: block;
    margin: auto;
    width: 140px;
}

#overview_tab {
	height: 815px;
}

.collection_comment {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
}

.save_search_table_col_1 {
	font-weight: bold;
	width: 120px;
	float: left;
	margin: 0 0 10px 20px;
}

.save_search_table_col_1 label {
	font-weight: bold;
}

.save_search_table_col_2 {
	width: 420px;
	float: left;
	margin: 0 0 10px;
}

.save_search_table_wide {
	width: 620px;
	float: left;
	margin: 0 0 10px;
}

#playlist_panel {
	height: 825px;
	overflow-y:scroll;
}

#playlist_page_header {
	/*float: left;*/
	margin-top: 20px;
	border-bottom: 0.5px solid black;
	clear: none;
}

#playlist_page_header img {
	float:left;
	margin:10px;
}

#filter_playlists {
	color: #455;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

#filter_playlists label {
	font-weight: bold;
}

.playlist_results_pages {
    float: right;
    margin-top: -55px;
    padding-right: 24px;
    width: auto;
}

#playlists_list {
	/*border-top: 0.5px solid black;*/
	margin: 10px 0 0;
}


#tabs_dashboard {
	margin:10px 0 25px 0;
	overflow:hidden;
	width:97%;
	height: 350px;
	padding:10px;
}

#dashboard_stats {
	margin-top: 25px;
	float: left;
	width: 50%;
	height: 350px;
}


#dashboard_topten {
	margin-top: 25px;
	float: right;
	width: 50%;
	height: 350px;
}

#dashboard_views {
	width: 820px;
	height: 300px;
}

#dashboard_impressions {
	width: 820px;
	height: 300px;
}

#dashboard_seconds_viewed {
	width: 820px;
	height: 300px;
}

#dashboard_dow {
	float: left;
	width: 50%;
}

#dashboard_pct_viewed {
	float: right;
	width: 50%;
}

#dashboard_subjects {
	/*float: right;*/
	margin-top: 10px;
	width: 100%;
}

.dashboard_help {
	position: relative;
	margin-left: 445px;
	margin-top: -28px;
/*	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10;
	float: right;
*/}

.dashboard_heading {
	font-weight: bold;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	fill: #333333;
	margin: 3px;
	margin:0 0 10px 0;
	padding:0;
}
