/* Makes browsers act a lot nicer to each other */
html, body, p, h1, h2, h3, h4, h5, h6, div, ul, li, dl, dd, dt, form, img{ margin: 0; padding: 0; }

body { 
	font: 12px Arial, Helvetica, sans-serif; 
	margin: 0 0 0 -40px;
}
/* For all images inside an anchor, do not put a border */
a img {	border: 0; }
a { text-decoration: none; color: #777; }
a:hover, .thumb-option-text:hover { color: #68A230; }

h2 { font: bold 18px Verdana, sans-serif; }

/* floats better */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { _height: 1px; }
.float-left { float: left; }
.float-right { float: right; }

/* Default styles */
.center { text-align: center; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.red { color: #e00; }

ul.arrows { margin: 5px 0; }
ul.arrows li { list-style: none; margin: 0 0 0 10px; }
ul.arrows li:before { content: "\00BB \0020"; } /*\ 00BB => &#187; >> Character in HEX; \0020 => space char in HEX */

ul.login-box-links { list-style: none; }
ul.login-box-links li a { font-size: 10px }


/* SSI START */
#header { 
	margin: 15px auto 20px; 
	width: 764px; 
	height: 124px; 
}

#header .middle { 
	width: 235px;
	margin: 5px 0 0 0px; 
	padding: 0 0px 0 30px;	
	float: left;
}

#header .right { width: 250px; margin: 20px 0 0 0; font-size: 10px } /* Search Box div */
#header input.search { border: 1px solid #c8c8c8; padding: 3px; margin: 5px; width: 150px; }
#header input.search_go { margin: 5px 0 5px 0; }

.nav { 
	width: 80px;
	float: left;
	border: 1px solid white;
	padding: 10px 20px 0 0;
}

.main-container {
	margin: auto;
}

.content-container { 
	width: 929px; 
	margin: auto; 
	padding: 0 0 30px 0; 
	_height: 300px; 
	min-height: 300px; 
}

.add-remove-icon {
	border-left: 1px solid #e8e8e8;
	float: right;
	text-align: center;
	width: 17px;
	font-weight: bold;
	color: #b8b8b8;
	padding-left: 3px; 
	font-size: 12px;
	line-height: 11px;
}

#tagline {
	background-image: url(/images/footage_tagline_base.png);
	background-repeat: no-repeat;
	padding: 52px 0 0 0;
	width: 260px;
	/* height: 200px; */
	white-space: no-break;
	text-align: left;
	margin: 0 0 5px 0;
}

#tagline-text h1 {
	font-family: Arial, Helvetica, sans-serif; 
	letter-spacing: -1px; 
	text-align: right; 
	font-size: 18px; 
	line-height: 95%; 
	font-weight: bold
	float: right;
}

#footage h3 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #989898; 
	margin: 0px 0 0 0;
	padding-top: 86px;
}

#footage { 
	float: left; 
	display: inline;
	overflow: hidden; 
	background: url(/images/ss_footage_logo_reel.jpg) top left no-repeat; 
	width: 276px;
	margin: 12px 0 0 0; 
}

#footage h1 { padding-top: 86px; }

#footer { 
	width: 764px; 
	padding: 4px 0;
	margin: auto; 
	color: #888; 
	text-align: center; 
	font-size: 11px; 
	border-top: 0px solid #e0e0e0; 
}

/* Main Page */
.main-menu { margin: auto; width: 750px; height: 394px; }
.main-menu ul#category-list li { list-style: none; margin: 2px 0 2px 5px; }

/* Grid */
.videos-container { padding: 0 30px }
/*.videos-container { border: 1px solid #e0e0e0; border-top: 0; margin: 5px; } */

.thumb-option {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	cursor: pointer;
	cursor: hand;
	float: left;
	position: relative;
}

.thumb-option-text {
	padding: 3px 0;
	color: #808080;
	text-align: center !important;
	cursor: pointer;
	cursor: hand;
}

.thumb-option icon {
	margin: 4px;
}

.flash-comp {
	/* margin: 0 -1px; */
}

.details-option {
	text-align: left;
	font-size: 10px;
	background-color: white;
	-moz-opacity: .50; 
	opacity: 0.50; 
	_filter: alpha(opacity=50);
	display: none;
	top: 102px;
	width: 162px;
	margin-bottom: 18px;
	position: absolute;
	/* padding: 3px;*/
	color: #282828;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	z-index: 101;
	left: 0px;
	height: 20px;
}

/*
.details-option:hover {
	color: #282828;
}
*/

.details-option-mac {
	background-image: url(/images/white50.png); 
	text-align: left;
	font-size: 10px;
	color: black;
	display: none;
	width: 100%;
	top: 102px;
	position: absolute;
	padding: 3px;
	color: #282828;
	font-weight: bold;
	z-index: 101;
	left: 0px;
}

.status-text {
	padding: 3px 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}

.status-icon {
	_filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}

.video-float-container {
	float: left;
	width: 160px;
	height: 180px;
	margin: 12px; 
}
.video-thumb-container { 
	width: 160px; 
	height: 160px; 
	display: block; 
	position: absolute;
}

.video-container {
	margin: auto;
}

#search-form {
	padding: 5px 2px 8px 5px;
	border: 1px solid #e0e0e0;
	margin-top: -1px;
}

.options-text {
	color: #606060;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

td.options-text {
	width: 140px;
}

.simple-pager {
	font-size: 11px;
}


#lightbox-dialog {
	position: absolute;
	border: 2px solid #808080;
	background-color: white;
	z-index: 101;
	top: 100px;
	left: 100px;
	width: 300px;
	height: 200px;
}

/* .pager { margin-top: 3px; padding: 4px; } */

.pager .page-number, .pager .prev-next {
	display: block;
	border: 0px solid #e0e0e0;
	text-align: center;
	float: left; 
	height: 10px;
	padding: 3px 4px 8px;
	_padding-bottom: 6px;
	font-size: 11px;
	margin-left: -1px;
	z-index: 1;
	color: #999;
}
.pager a:hover {
	color: #888;
	/*font-weight: bold;*/
}

.pager .current-page {
	/* background-color: #edf3ff; */
	border: 1px solid #e0e0e0;
	margin: -1px 2px 0;
	color: #808080;
	font-weight: bold;
	margin-right: 0px;
	z-index: 100 !important;
}

.pager .prev-next {
	border: none !important; 
	/* font-size: 13px; */
	/* padding-top: 4px; */
	width: auto; 
	display: block;
	margin: 0 0 0 4px;
}

.pager .distant-page-begin {
	margin-right: 3px;
	
}
.pager .distant-page-end {
	margin-left: 3px;
}

.user-details-form {
	float: left;
}

.browse-box {
	width: 160px;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #606060;	
}

.headingcell_r {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #404040;
	padding: 0 4px 8px 8px;
}

.user-details-form-note {
	text-align: right;
    font-size: 10px;
    color: #404040;
    padding: 0 4px 8px 8px;
}

.user-details-form input[type="text"] {
	width: 170px;
}

.user-details-form input[type="dropdown"] {
	width: 170px;
}

.user-details-form input[type="password"] {
	width: 170px;
}
.user-details-form td.label {
	text-align: right;
    font-size: 10px;
    font-weight: bold;
    color: #404040;
    padding: 0 4px 8px 8px;
	width: 115px;
}

.user-details-form td.field {
    padding: 0 4px 8px 8px;
}

.input-box {
	border: 1px solid #c0c0c0;
	padding: 2px;
}

.select-box {
	border: 1px solid #A0A0A0;
}

.category-dropdown, .search-display-options {
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #606060;
	border: 1px solid #c0c0c0;
}

#cc_entry_table {
	margin-left: -34px;
}

.clipbox-button {
	border: 1px solid #d8d8d8;
	padding: 3px 6px;
	font-size: 10px;
	/* line-height: 15px; */
	float: left; 
	margin: 0 0 0 4px; 
}

.clipbox-message {
	font-size: 11px;
	color: #aaa;
	margin: 8px 0 0 10px;
	text-align: center;
}

.blank-button {
	width: 0px;
	height: 0px;
	border: none !important;
	display: block;
	position: absolute;
}

#category-selector {
        border: 1px solid #d8d8d8;
        padding: 3px;
        margin-top: -1px;
}

#category-selector a {
        font-weight: bold;
        font-size: 10px;
        display: block;
        padding: 4px;
        color: #606060;
        text-decoration: none;
}

#category-selector a:hover {
        background-color: #e3e1e6;

}


/* FAQ */
#faq { margin: 10px auto; width: 600px; }
#faq h3 { margin: 30px 0px 10px 0px; color: #303030; }
#faq h4 { margin: 20px 0 0 0; }
#faq h5 { font: bold 12px Verdana, sans-serif; }
#faq .question_box { margin: 20px 0px; padding: 10px; border-width: 1px 1px 1px 15px; border-color: #D0D0D0; border-style: solid; }
#faq .question_box .answer { margin: 10px; line-height: 150%; color: #282828; }
#faq .question_box a.small { font-size: 10px; }

/* Center video horizontally */
.video-fixed-size { overflow: hidden; position: relative; display: block; width: 160px; height: 160px; border: 1px dotted orange; }
.video-fixed-size .middle { position: absolute; top: 50%; overflow: visible; width: 100%; height: 1px; }
.video-fixed-size .middle .video-wrapper { position: relative; }

/* .page-title { width: 400px; margin: auto; text-align: center; } */

.page-subtitle { 
	border-top: 1px solid #d8e8c8; 
	border-left: 1px solid #e0e0e0;  
	border-right: 1px solid #e0e0e0;  
	border-bottom: 1px solid #e0e0e0; 
	height: 18px; 
	padding: 5px 8px;
	background-image: url(/images/240_255_20.png); 
	background-repeat: repeat-x; 
}

.page-title { 
	border-top: 1px solid #d8e8c8; 
	height: 24px; 
	padding: 12px 20px; 
	background-image: url(/images/240_255_20.png); 
	background-repeat: repeat-x; 
	margin: 0 0 10px;
}

.icons ul {	float: left; list-style: none; }
.icons { text-align: center; }
.icons .icon-container { width: 50px; margin: auto; }

/* Icons */
a.cart-icon { float: left; display: block; background: url( /images/icons/cart_add.gif ) left no-repeat; height: 23px; width: 20px; }
a.cart-icon-remove { float: left; display: block; background: url( /images/icons/cart_remove.gif ) left no-repeat; height: 23px; width: 20px; }
a.lightbox-icon { float: left; display: block; background: url( /images/icons/lightbox_add.gif ) left no-repeat; height: 23px; width: 20px; }
a.lightbox-icon-remove { float: left; display: block; background: url( /images/icons/lightbox_remove.gif ) left no-repeat; height: 23px; width: 20px; }
a.view-icon { float: left; display: block; background: url( /images/icons/view.gif ) left no-repeat; height: 18px; width: 15px; }

/* Video Page */
.line { margin: 0 0 5px 0; border-bottom: 1px solid #F2F2F2; }

.price-container { margin: 0px; width: 225px; color: rgb(148, 148, 144); line-height: 190%; }
.pricing-row { padding: 8px; border: 1px solid #d8d8d8; margin: -1px 0 0 0; height: 40px; width: 362px; }
.pricing-row dl.details dt { margin: 0 0 2px 0; color: rgb(128, 128, 128); font: bold 10px Verdana, sans-serif; }
.pricing-row .details { float: left; color: #707070; font: 10px Verdana, sans-serif; margin-top: 8px; }
.pricing-row .name { font: bold 11px Tahoma, Verdana, sans-serif; color: #707070; }
.pricing-row .cost { margin: -4px 5px 0 0; color: rgb(144, 144, 144); font: bold 14px Verdana, sans-serif; }
.pricing-row .line { border: none; }
.pricing-row .add-to-button { margin: 0px; }


.cart-row { border: 1px solid #d8d8d8; background: #fff; margin: 4px 0 0 0; }
.cart-row .details-column { margin: 15px 0 0 10px; }
.cart-title { color: #686868; font: bold 12px/180% Verdana, sans-serif; }
.cart-details { color: #787878; font: 11px/180% Verdana, sans-serif; }
.cart-price { color: #808080; font-weight: bold; font-size: 15px; margin: 20px 10px 0 0; text-align: center; width: 57px; }
.cart-total { background-color: #f0f4ff; text-align: right; }
.cart-total .total-title { font-weight: bold; font-size: 12px; color: #808080; width: 50px; margin: 0 2px 0 0; }
.cart-total .total-price { font-weight: bold; font-size: 14px; color: #606060; width: 100px; }
.cart-total .padding { padding: 20px; }
.clip-details { padding: 0 0 0 0; margin: 0px 0px; width: 380px; font: normal 11px Verdana, sans-serif; color: red; }
.spec { 
	margin: -1px 0 0 0; 
	padding: 2px; 
}
.spec .key { 
	color: #686868; 
	font: bold 10px Arial, Helvetica, sans-serif; 
	margin: 1px 2px 0 0; 
}
.spec .value { 
	color: #404040; 
	line-height: 160%; 
	font-size: 11px;
}


.add-to-button { margin: 5px; padding: 5px; display: block; float: left; height: 22px; border: 1px solid rgb( 224, 224, 224 ); }
.add-to-button img.itext { margin: 0 0 0 25px; }
.cart-button { background: url( /images/icons/cart_add.gif ) no-repeat 5px; width: 110px; }
.lightbox-button { background: url( /images/icons/lightbox_add.gif ) no-repeat 5px; width: 125px; }
.icon-container { text-align: center; width: 285px; margin: 8px auto; }

.cart-container { margin: auto; width: 425px; }
.cart-item { margin: auto; width: 225px; }
.cart-pricing { margin: 25px 0 0 10px; }

.coupon-form { margin: 5px; width: 275px; margin: auto; }
.coupon-form .button { width: 75px; }
.coupon-form .text { width: 100px; }

.order-summary .user-details { font-size: 12px; color: #404040; padding-left: 15px; line-height: 160%; }
.order-summary .title { width: 165px; border-top: 1px solid #e0e0e0; border-left: 1px solid #e0e0e0; font-size: 11px; color: #484848; margin-left: -1px; padding: 6px 9px; }
.order-summary .size { width: 50px; text-align: center; border-left: 1px solid #e0e0e0; border-top: 1px solid #e0e0e0; color: #505050; padding: 6px 9px; font-size: 11px }
.order-summary .value {	font-size: 11px; font-weight: bold; width: 50px; text-align: right; border-left: 1px solid #e0e0e0; border-top: 1px solid #e0e0e0; color: #707070; padding: 6px 9px; }
.order-summary { border-right: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; width: 500px; margin: auto; }
.order-summary .discount td { background: #F4FFF8; text-align: right; }
.order-summary .discount .title { color: rgb(128, 128, 128); }
.order-summary .discount .value { color: rgb( 96, 96, 96 ); }
.order-summary .total td { background: #F4F8FF; text-align: right; }
.order-summary .total .title { color: rgb(128, 128, 128); }
.order-summary .total .value { color: rgb( 96, 96, 96 ); }			
.order-summary th { text-align: center !important; color: #666 !important; }																		

dl.price-quote { width: 160px; }
dl.price-quote dt { width: 100px; }
dl.price-quote dd { text-align: right; }
dl.price-quote .discount { color: #f00; }
				
dl dt { float: left; font-weight: bold; }

/* Login */
.login { margin: auto; width: 300px; border: 1px solid #e0e0e0; }
.login .padded { padding: 10px; }
.login h2 { background: green; color: #fff; padding: 3px; margin: 0; }

.userbox { border: 1px solid green; width: 300px; margin: auto; }
.userbox h2 { padding: 2px; background: green; color: white; }
.userbox .padded { padding: 10px; }

.cart-styled { width: 450px; } 

.styled-container { border: 1px solid green; margin: auto; }
.styled-container h2 { padding: 2px; background: green; color: #fff; }
.styled-container .padded { padding: 10px; }

.form div .field { width: 75px; margin: 3px 0; }
.form div .value input { width: 125px; padding: 2px; border: 1px solid rgb(200, 200, 200); }
.form div .button { width: 50px; margin: 5px auto 0; padding: 1px; width: 75px; }

.arrows { margin: 0 2px 0 0; }

.error { 
	width: 85%; 
	margin: 10px auto; 
	padding: 12px 14px; 
	border: 1px solid #ffd0d0; 
	background: #fff5f2; 
	font-size: 11px;
	color: #383838;
	line-height: 140%;
}

.error a { color: #900; } 

.note { width: 400px; margin: 5px auto; padding: 8px; border: 1px solid #11a111; background: #eefeee; }
.note a { color: #090; } 

.my-account dl dd { margin: 0 0 0 3px; float: left; }
.my-account dl dt { clear: both; }
dl.fixed-size { width: 200px; }
dl.fixed-size dt { width: 110px; }

dl.sign-up-left dt, dl.sign-up-right dt { padding: 5px 0 0 0; }
dl.large-fixed-size { width: 401px; }
dl.large-fixed-size dt { width: 135px; }
dl.right dt { text-align: right; margin: 0 3px 0 0; }
dl.fill-input dd input, dl.fill-input dd select { width: 250px; border: 1px solid rgb( 200, 200, 200 ); margin: 2px; padding: 2px; }

dl dd.blank, dl dt.blank { width: 100%; height: 22px; }

.sign-up-bottom { width: 440px; margin: 10px auto 0 auto; }
.sign-up-bottom .input-box { width: 100px; border: 1px solid rgb( 200, 200, 200 ); margin: 2px; padding: 2px; }

.show-bullets ul li { list-style-type: disc; margin: 0 0 0 20px; }


.excerptbox {
        border: 1px dotted #C0C0C0;
        background-color: #f2f6ff;
        position: relative;
        margin: 0 20px 20px;
        padding: 0px 14px 14px 14px;
        color: #484848;
        font-family: Sans-Serif;
        line-height: 13pt;
}

.excerpttitle {
        background-color: #f2f6ff;
        position: relative;
        font-size: 8pt;
        font-weight: bold;
        color: #484848;
        font-family: Sans-Serif;
        text-align: center;
        top: -10px;
	margin: auto;
}

.elipsis {
	color: #808080;
	font-size: 10px;
	letter-spacing: -1px;
}
.headingcell_s {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #606060;
	text-align: right;
	padding: 0 0 0 10px;
}
a.lightbox-link {
	color: #383838;
	height: 17px;
	width: 70px;
	margin: 0 auto;
	padding: 0 0 0 21px;
	background-image: url(/images/lightbox_icon.png);
	background-repeat: no-repeat;
	display: block;
	position: relative;
}

.video-caption {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #505050;
	height: 16px;
	overflow: none;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	padding: 2px 4px;
	width: 152px;
	font-weight: bold;
}
.video-caption a {
	color: #505050;
}
.video-caption a:hover {
	color: #686868;
}
#footer-links {
	border-bottom: 1px dotted #C0C0C0;
	text-align: right;
	padding: 25px 0;
	margin: 10px auto;
}

#footer-links a {
	padding: 2px 6px;
	border-right: 1px dotted #C0C0C0;
	color: #808080;
}

#footer-links a:hover {
	color: #68a230;
}
.options-box-container {
	border: 1px solid pink;
	position: relative;
}
.header-stat {
	font-size: 11px;
	color: #95b95a;
	padding: 1px 0 0 0;
}

.cover-thumbnail {
	display: block;
	position: absolute;
	background-color: white;
	background-repeat: no-repeat;
	border: 1px solid #e0e0e0;
	width: 160px;
	height: 120px;
	-moz-opacity: .9999;
	opacity: .9999;
}
.clip-thumbnail {
	background-color: white;
	background-repeat: no-repeat;
	border: 1px solid #e0e0e0;
	width: 160px;
	height: 120px;
}
.thumb-option-table {
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	width: 162px; 
	text-align: center; 
	margin: 0; 
	cell-padding: 0;
	border-spacing: 0;
}
.thumb-option-cell {
	padding: 0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.page-title-text {
        color: #505050;
        font-size: 13px;
        font-family: Arial;
        font-weight: normal;
        padding-right: 10px;
}
.page-subtitle-text {
        color: #505050;
        font-size: 10px;
        font-family: Arial;
        font-weight: normal;
        margin: 2px 0 0 0;
}
#header-phone-number {
	text-align: right;
	margin: 5px 0 6px 0;
	color: #686868;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#ographer-dropdown-list-container {
        width: 131px;
        margin: 0 0 0px 0px;
}
#list {
        clear: both;
        display: block;
        width: 134px;
        text-align: left;
        border-left: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        position: absolute;
        background-color: white;
        z-index: 20;
}
#videographer-input {
        border: 1px solid #c8c8c8;
        padding: 2px;
        width: 130px;
        font-size: 11px;
        font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
}
.videog {
        border-bottom: 1px dotted #e0e0e0;
        font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
        padding: 4px;
        font-size: 11px;
        color: #404040;
        cursor: default;
        font-weight: normal;
}
#loading-anim {
        color: #808080;
        font-size: 10px;
        padding: 0 0 0 5px;
        font-weight: bold;
}
.option-caption {
	padding: 2px 0px;
	float: left;
	display: block;
}
.search-option-container {
	width: 140px;
	clear: both;
}
.highlighted-search-option {
	background-color: #e9ecff;
}
.option-checkbox {
	float: left;
}

.license-link {
	color: #777777;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
}

.license-link:hover {
	color: #68a230;
}
.subscribe-heading {
	padding: 4px;
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 6px;
}
.billing-item-checkbox {
	padding: 10px;
	width: 25px;
	text-align: center;
}

.billing-item-description {
	padding: 10px;
	width: 375px;
	position: relative;
	line-height: 145%;
	color: #383838;
}
.billing-item-icon {
	padding: 10px;
	text-align: center;
	width: 74px;
}
.billing-item-price {
	color: #484848;
	font-size: 16px;
	vertical-align: center;
	text-align: center;
	padding: 10px 30px 10px 10px;
	font-weight: bold;
}
.billing-item {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	position: relative;
	width: 650px;
	margin-bottom: 8px;
}
.billing-item-title {
	color: #484848;
	font-weight: bold;
}
.order-summary-title {
  width: 165px;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  font-size: 11px;
  color: #484848;
  margin-left: -1px;
  padding: 6px 4px;
}
.order-summary-status {
  width: 50px;
  text-align: center;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  color: #505050;
  padding: 6px 9px;
}
.order-summary-value {
  text-align: right;
  width: 100px;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  color: #505050;
  padding: 6px 9px 6px 4px;
}
.currency-indicator {
  padding-left: 5px;
  color: #909090;
  font-size: 10px;
  font-weight: bold;
}
.header-link {
	padding: 0 4px 0 3px;
	border-right: 1px dotted #c0c0c0;
	font-weight: bold;
	color: #484848;
	font-size: 11px;
}
.rounded-box-right-arrow {
	position: absolute;
	top: 50%;
	right: -1%;
	width: 24px;
	height: 24px;
	background-image: url(/images/right_white_arrow_24.png);
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/right_white_arrow_24.png', sizingMethod='scale');
}

.corner-corner {
	position: absolute;
	_background: none;
	background-repeat: no-repeat;
}
.corner-tl {
	top: 0;
	left: 0;
}
.corner-tr {
	top: 0;
	right: 0;
}
.corner-bl {
	bottom: 0;
	left: 0;
}
.corner-br {
	bottom: 0;
	right: 0;
}
#footer-table {
	width: 929px;
	border-top: 1px dotted #c0c0c0;
	border-spacing: 0;
	border-collapse: collapse;
	margin: auto;
}
#footer-table td {
	padding: 0;
	font-size: 11px;
	color: #949494;
	line-height: 100%;
}
.footer-section {
	vertical-align: top;
	text-align: left;
}
.footer-section-title {
	padding: 12px 0 0;
	margin: 0 0 8px 0;
	border:0;
}
.footer-link-container {
	margin: 7px 0;
}
.footer-link {
	font-size: 11px;
	color: #888888;
}
#footer-international-section .footer-link-container {
	margin: 3px 0 4px;
}
.footer-link:hover {
	color: #505050;
}
.footer-icon {
	margin: 9px 0;
}
.footer-link-table {
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
}
.footer-flag {
	border: none;
}
.footer-flag-ja {
	border: 1px solid #e0e0e0;
	margin: -1px;
}
#footer-left-column {
	background-image: url(/images/footer_left_border.png);
	width: 14px;
	border-top: none;
	background-repeat: no-repeat;
}
#footer-right-column {
	background-image: url(/images/footer_right_border.png);
	width: 14px;
	border-top: none;
	background-repeat: no-repeat;
}
#footer-footer {
	line-height: 125% !important;
}
.footer-footer-cell {
	padding: 18px 0 0 0 !important;
	text-align: center;
	color: #b8b8b8 !important;
}
.download {
  color: #383838;
  height: 17px;
  width: 60px;
  margin: 0;
  padding: 0 0 0 20px;
  background-image: url(/images/dl_now_icon.png);
  background-repeat: no-repeat;
  display: block;
  float: right;
  text-align: left;
}

a:link.video-category-link, a:visited.video-category-link{
	color: #333;	
}

a:hover.video-category-link, a:active.video-category-link{
	color: #609030;	
}

#footage_stats_arrow{
	height: 63px; 
	#height: 65px;
	_height: 67px;
	margin: -27px 0 0 -104px; 
	_margin: -29px 0 0 -108px; 
	position: absolute; 
	z-index: -1; 
}
#shutter-stats-table {
	width: 929px;
}
