h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color: #445555;
	margin: 3px;
}

body {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-align: left;
}

.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}

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

.option_name {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}

.order_button {
    background-color: #fff;
    border: 1px solid #808080;
    border-radius: 2px;
    padding: 1px 5px;
	margin: 0px 6px 6px 18px;
}

.order_button:hover {
    background-color: #008CBA;
    color: white;
	cursor: pointer;
}

.ds2_wrap {
	background-color: #fff;
	border: 1px solid rgb(255,255,255);
	color: #445555;
	display: block;
	/*float: left;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px auto 0;
	overflow-x:hidden;
	overflow-y:hidden;
	padding: 0 10px 10px 10px;
	width: 972px;
}

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

/*** cart ***/
.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;
	font-size: 14px;
}

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

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

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

.form_wrap {
	clear:both;
	position:relative;
}

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

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

.form_wrap div.wide input{
	width:200px;
}

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

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

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

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

.input_qty {
	width: 25px;
	text-align:right;
}

.input_amount {
	width: 65px;
	text-align:right;
}

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

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

/* these are the alternating background colors for the addresses*/
.address_bg {
	background-color: #92bff8;
}

.license_options {
		border: 1px solid #968c9a;
		background-color: #f3f3f4;
		width:296px;
		/*height: 125px;*/
		padding: 0 0 0 9px;
		margin: 0 0 5px 8px;
		/*text-align:center;*/
}

p.x12-pt {
    color: #000000;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.4;
    margin: 2px 0 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
}

span.orange {
    color: #e0721a;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
}

.streaming_icon {
	padding: 0 0 5px 5px;
	height:32px;
}

.toplink {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #605F4F;
}

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

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

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

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

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

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

.fds_checkbox {
	border: 0;
}


/*** from ssi_head_new.php ***/
div#BodyWrap {
	position: fixed;
	height: 100%;
	width: 100%;
}

#TopIcarus {
	height: 50px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.BlockNavg {
	background-color: #000;
	height: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFF;
	text-align: right;
	padding-top: 1px;
	padding-right: 100px;
	padding-bottom: 1px;
	padding-left: 1px;
	text-decoration: none;
}
a.bar {
	color: #FFF;
}
#toggle {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 12px;
}

.navgTOPtoggle {
	-ms-transition: all;
	-o-transition: all;
	line-height: 30px;
}


.centered {
	margin: 0 auto;
	width: 970;
}


.ThreeCol_container {
	/*float: left;*/
	/*padding-top: 20px;*/
	margin-left:auto;
	margin-right:auto;
	width:970px;
	/*height: 845px;*/
	/*border: black solid .5px;*/
	/*overflow-x:hidden;*/
	/*overflow-y:scroll;*/
    border: 1px solid #AFB8C0;
	display:inline-block;
}

#ThreeCol_container_newrelease {
	float: left;
	/*padding-top: 20px;*/
	height: 100%;
}
.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_head {
	background-image:url("//misc.icarusfilms.com/images/rounded_headlarge.gif");
	margin-left:auto;
	margin-right:auto;
	width:972px;
}

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

.TitleList_archived_list {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url("//misc.icarusfilms.com/images/bullet.gif");
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.subj_archived_title {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	padding-right: 5px;
	padding-left: 15px;
}

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

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

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


#TitleList_navg {
	background-image:url('//misc.icarusfilms.com/images/bkg_line.gif');
	/*float: right;*/
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 14px;
	/*padding-left: 30px;*/
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	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;
}

.FontSizeControl_container {
	padding: 8px 10px 8px 0;
	margin: 0 auto;
	/*float: right;*/
	text-align: right;
	position: relative;
	width:960px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.FontSizeControl {
	display: inline;
	float: left;
	clear: both;
}
#FontSizeControl a {
	border: 1px solid #74c9ff;
	color: #FFF;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	background-color: #74c9ff;
	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;
}


.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*/
}

.text_films {
/*	column-count: 3;
	column-gap: 20px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding-right: 5px;
	padding-left: 10px;
}

.text_films_awards_o {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	line-height: 16px;
	margin-right: 5px;
	background-repeat: no-repeat;
	color: #605F4F;
	font-weight: bold;
	background-image: url(//misc.icarusfilms.com/images/orangebullet_o.gif);
	padding-left: 13px;
	margin-left: 10px;
}

.text_boldgray {
	font-family: Arial, Helvetica, sans-serif;
	color: #605F4F;
	font-weight: bold;
	font-size: 13px;
	padding-left: 5px;
}

.text_boldgray_noind {
	font-family: Arial, Helvetica, sans-serif;
	color: #605F4F;
	font-weight: bold;
	font-size: 13px;
}

.text_filmmakers {
	font-family: Arial, Helvetica, sans-serif;
	color: #605F4F;
	font-weight: bold;
	font-size: 13px;
	padding-right: 5px;
	padding-left: 5px;
}

.text_films_bullet {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
	line-height: 18px;
	list-style-image: url("//misc.icarusfilms.com/images/bullet.gif");
	margin-right: 5px;
}

.text_list {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	left: 10px;
}

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

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

.hometext {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
	margin-left: 5px;
}


.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;
}
#horizontal_rule {
	width: 95%;
	height: 1px;
	background: #968c9a;
	overflow: hidden;
	margin: 10px auto;
}
