label.radio {
	padding-bottom: 5px;
	zoom: 1;
}

label.text, label.theme, label.subtheme, label.quantity {
	float: left;
	text-align: left;
	width: 100%;
}

form.store input.text, form.store input.theme, form.store input.subtheme, form.store input.quantity, form.store label select {
	float: right !important;
}

label {
	float: none;
	text-align: right;
	padding-right: 8px;
	font-size: 13px;
}

label input {
	margin-right: 6px;
	float: left;
}

clearer {
	clear: both;
}

.right {
	float: right !important;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
	position: relative;
}

fieldset.border ul {
	margin: 0;
	padding: 0;
}

fieldset.border ul li {
	margin: 0;
	padding: 3px 0;
	list-style-type: none;
	float: left;
	width: 100%;
}

#cart {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	zoom: 1;
	position: relative;
	padding: 0px 8px 8px;
	font: 12px Verdana, Geneva, Arial, sans-serif;
	background: #e6e6e6 url(../Resources/top_bar.png) repeat-x left top;
}

#cart input.right {
	font: 12px Verdana, Geneva, Arial, sans-serif;
	display: block;
	border: none;
	outline: none;
	width: 16px;
	height: 16px;
	margin: 0 0 0 -2px;
	background: url(../Resources/gray-dot.gif) no-repeat 0 0;
	cursor: pointer;
	color: #d6d6d6;
	padding: 0;
	text-align: center;
	font-size: 12px;
}

#cart p {
	padding: 3px 6px;
	border-bottom: 1px solid #ccc;
	float: left;
	display: inline;
	width: 240px;
	margin: 0;
}

input.quantity {
	width: 30px;
}

a {
	color: #069;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

a:hover {
	color: #333;
}

form fieldset.border {
	padding-top: 8px;
	padding-bottom: 12px;
}

form fieldset.border label {
	width: 100px;
	text-align: right;
	margin-right: 10px;
	vertical-align: top;
	float: left;
	font-size: 11px;
	padding-top: 3px;
}

form fieldset.border label.radio {
	width: auto;
	text-align: left;
	font-size: 10px;
	float: none;
	margin-right: 0;
}

form fieldset.border ul li div label {
	width: auto;
	text-align: left;
	font-size: 10px;
	float: none;
	vertical-align: middle;
	margin-left: 4px;
	margin-right: 0;
}

form fieldset.border ul li div label.checkbox {
	position: relative;
	padding-left: 24px;
}

form fieldset.border ul li div label.checkbox input {
	position: absolute;
	left: 0;
	top: 0;
}

#interval label {
	float: none;
	width: auto;
}

form fieldset.border ul.structure li div.multibox label, form label span.multibox label {
	float: left;
	padding: 3px;
	width: 95%;
	clear: left;
	text-align: left;
	border-bottom: 1px solid #c6c6c6;
	margin: 0;
	background-color: #fff;
}

form label span.multibox {
	float: left;
	width: 100%;
	margin-bottom: 8px;
}

form label span.multibox label {
	clear: none;
	width: 24%;
	margin-right: 8%;
	background-color: inherit;
	vertical-align: middle;
}

form label span.multibox label select {
	vertical-align: middle;
}

form fieldset.border ul.structure li div.multibox label input {
	float: right;
}

fieldset.shopping h3 {
	margin: 0;
	padding: 0 0 8px;
}

form fieldset li h3 {
	padding-left: 112px;
	padding-top: 12px;
	padding-bottom: 6px;
	margin: 0;
}

h2.stage_name {
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #9c212d;
}

div.flash {
	margin-top: 0;
	padding: 12px 6px 12px 40px;
	border-style: solid;
	border-color: #6b9974;
	border-width: 4px;
	background-color: #d0ffc1;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../Resources/flash.gif);
	margin-bottom: 12px;
}

div.flash ul {
	margin: 0 0 0 20px;
	border-style: none;
	padding: 0;
}

div.error {
	border-color: #dc8c59;
	background-color: #ffff99;
	background-image: url(../Resources/error.gif);
}

div.flash ul li {
	list-style-type: disc;
	border-style: none;
	float: none;
	color: #000;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

th {
	text-align: left;
}

td.date, th.date {
	text-align: right;
	white-space: nowrap;
}

td.date.gallery {
	font-size: 11px;
}

table.dashboard {
	width: 100%;
	border: 1px solid #ccc;
	border-bottom-style: none;
}

table.dashboard td, table.dashboard th {
	font: 12px/12px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 4px 8px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}

table.dashboard td a {
	color: #000;
}

table.dashboard th {
	color: #000;
	background-color: #ccc;
	white-space: nowrap;
}

#purchased_list {
	float: left;
	width: 100%;
}

ul.structure {
	padding: 0;
	margin: 0;
}

ul.structure li {
	float: left;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.note {
	padding: 8px 16px;
	border-bottom: 1px solid #bfbfbf;
	margin: 0;
}

p.from {
	float: right;
	font-weight: bold;
	clear: both;
	padding-left: 12px;
	padding-bottom: 8px;
}

p.centered {
	text-align: center;
}

p.approved {
	vertical-align: middle;
	height: 22px;
	background: url(../Resources/approved.gif) no-repeat left top;
	padding-left: 36px;
	padding-top: 12px;
	margin-left: -8px;
}

fieldset.shopping, div.shopping, div.studio, div.studio_plus, div.payment {
	background-color: #e6e6e6;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	zoom: 1;
	padding: 8px 8px 2px;
	font: 11px Verdana, Geneva, Arial, sans-serif;
	margin-bottom: 12px;
}

div.shopping {
	padding: 40px;
}

fieldset.shopping, #cart, div.studio, div.studio_plus, div.options, div.payment {
	border: 1px solid #ccc;
}

div.studio {
	width: 100%;
	float: left;
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
}

div.studio_plus {
	width: 578px;
	float: left;
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
}

div.options {
	float: right;
	border: 1px solid #ccc;
	background-color: #e6e6e6;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	zoom: 1;
	font: 11px Verdana, Geneva, Arial, sans-serif;
	margin-bottom: 12px;
	width: 240px;
	padding: 8px;
}

div.options h3 {
	color: #515151;
	font-size: 12px;
	padding: 0;
	margin: 0 0 3px;
}

.icon {
	height: 16px;
	width: 16px;
	margin-right: 5px;
	vertical-align: middle;
}

fieldset.shopping input.text, fieldset.shopping input.theme, fieldset.shopping input.subtheme {
	width: 40%;
}

fieldset.border input.text, fieldset.border input.theme, fieldset.border input.subtheme, fieldset.border textarea {
	width: 60%;
}

fieldset.shopping.border input.text, fieldset.shopping.border input.theme, fieldset.shopping.border input.subtheme {
	width: 40%;
}

fieldset.shopping.border div.wrap input.text, fieldset.shopping.border div.wrap input.theme, fieldset.shopping.border div.wrap input.subtheme {
	width: 100%;
}

fieldset.shopping p, div.studio p, div.studio_plus p, div.payment p {
	border-bottom: 1px solid #ccc;
	float: left;
	width: 100%;
	margin: 0 0 3px;
	padding: 0 0 3px;
}

div.studio p, div.studio_plus p, div.payment p {
	border-bottom: none;
	width: auto;
	margin-right: 12px;
}

fieldset.shopping .properties_table p {
	border-bottom: none;
}

fieldset.shopping p.noline {
	border-bottom: none;
	margin-bottom: 0;
	text-align: right;
}

fieldset.shopping p.line_free {
	border-bottom: none;
}

td.order_table {
	padding-left: 12px;
	padding-right: 12px;
}

#amazon_button {
	margin-top: 12px;
	margin-bottom: 16px;
}

.properties_table {
	width: 100%;
}

.properties_table td {
	vertical-align: top;
}

body, a:link, a:visited {
	color: #000;
}

div.slide img.file_preview {
	cursor: pointer;
}

div.slide_sorter {
	float: left;
	width: 100%;
}

div.slide_sorter div.slide {
	width: 110px;
	height: 110px;
	padding: 10px 10px 7px;
	border: 1px outset #fff;
	float: left;
	margin-bottom: 9px;
	margin-right: 9px;
	font-size: 10px;
	line-height: 10px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	background-color: #bbb;
}

span.remove_file {
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
	width: 16px;
	height: 16px;
	background: url(../Resources/icns/close-gray.png);
}

div.slide_sorter div.slide.final_cut {
	background: #999 url(../Resources/final_cut.jpg) no-repeat right top;
}

div.slide p {
	text-align: center;
	margin-bottom: 0;
	color: #242424;
	border-bottom-style: none;
}

div.overlay {
	width: 360px;
	-webkit-box-shadow: 0px 3px 24px #000000;
	-moz-box-shadow: 0px 3px 24px #000000;
	position: absolute;
	top: 100px;
	left: 100px;
	border: 12px solid #333;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	z-index: 2000;
	padding: 0;
	background: #242424;
}

div.overlay img {
	margin: 0;
	padding: 0;
}

div.overlay p {
	text-align: center;
}

img.close_overlay {
	position: absolute;
	right: -18px;
	top: -18px;
	z-index: 40;
	cursor: pointer;
}

div.wrap {
	width: 40%;
	float: left;
	padding-bottom: 5px;
}

div.wrap input.text, div.wrap input.theme, div.wrap input.subtheme {
	width: 100%;
	margin-bottom: 0;
}

div#ajaxload {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	position: absolute;
	top: 0;
	left: 0;
	background: #000 url(../Resources/ajax_loader_black.gif) no-repeat center center;
	height: 100%;
	width: 100%;
	z-index: 12;
	border: 1px solid #828282;
}

div#ajaxload p {
	position: absolute;
	width: 100%;
	bottom: 8px;
	text-align: center;
	margin: 0;
	padding: 0;
}

fieldset.file_upload {
	background-color: #242424;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	zoom: 1;
	padding: 8px 8px 2px;
	font: 11px Verdana, Geneva, Arial, sans-serif;
	margin-bottom: 12px;
	position: relative;
	color: #ddd;
}

fieldset.file_upload input, fieldset.file_upload label {
	font-size: 11px;
}

p.breadcrumbs {
	font: 11px Verdana, Geneva, Arial, sans-serif;
	color: #333;
	padding-left: 12px;
}

span.cancel {
	position: absolute;
	top: 8px;
	right: 12px;
	padding-left: 20px;
	height: 10px;
	padding-top: 2px;
	padding-bottom: 6px;
	font: 11px Verdana, Geneva, Arial, sans-serif;
	color: #333;
	background: url(../Resources/icns/close-gray.png) no-repeat left bottom;
	cursor: pointer;
}

#inaflash {
	padding: 0;
	height: auto;
	float: left;
	margin: 0 0 0 12px;
}

td.order_table {
	position: relative;
}

#upload_placeholder {
	float: right;
	width: 80px;
	height: 16px;
	padding-left: 12px;
	margin-right: 8px;
}

span.limits {
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	display: block;
}

div.noswfupload {
	position: relative;
	display: inline-block;
	width: 240px;
	padding: 2px;
}

div.noswfupload,
div.noswfupload a {
	text-decoration: none;
	cursor: default;
	color: #000;
}

div.noswfupload,
div.noswfupload a,
div.noswfupload input {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	font-size: 8pt;
}

div.noswfupload input {
	width: 240px !important;
	width: 236px;
	border: 0;
}

div.noswfupload .total,
div.noswfupload .current {
	display: block;
	font-size: 1px;
	line-height: 1px;
	margin-top: 2px;
	width: 240px;
	height: 8px;
	background: #e8e8e8 url(../Resources/tiny_loader.gif) repeat-x;
	border: 1px solid #fff;
}

div.noswfupload ul {
	display: block;
	float: left;
	padding: 0;
	margin: 2px 0;
	width: 220px !important;
	width: 216px;
}

div.noswfupload li {
	display: block;
	padding: 1px 0 1px 18px;
	margin: 0;
	height: 16px;
	white-space: nowrap;
}

div.noswfupload .info {
	display: block;
	clear: left;
}

div.noswfupload .hidden {
	visibility: hidden;
	position: absolute;
	left: -10000px;
	top: -10000px;
}

div.form, div.submit, div#uploadr {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	width: 270px !important;
	width: 266px;
	position: relative;
	border: 1px solid #ccc;
	background-color: #e6e6e6;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	padding-bottom: 20px;
	margin-bottom: 12px;
}

div.form input.submit, div.submit input.submit {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	width: 248px !important;
	width: 242px;
	border: 1px solid #ccc;
	margin: -1px 0 0 -1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	cursor: pointer;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	background: #c0c0c0 url(../Resources/send_files.gif) no-repeat center center;
	text-shadow: #000 0 0 2px;
	color: #fff;
}

div.submit input#submit_project {
	background: #c0c0c0 url(../Resources/submit_project.gif) no-repeat center center;
}

div.form h3, div.submit h3, div.form p, div.submit p, div.submit div h4, div.submit div p {
	font-size: 11px;
	padding: 4px 8px;
	color: #171717;
	margin: 0;
}

#uploadr {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	border: none;
	background-color: #cccccc;
}

#guest {
	background-color: #e6e6e6;
	border-color: #ccc;
}

#guest h4, #guest p {
	color: #171717;
}

#uploadr h4, #uploadr p {
	margin: 8px 8px 0 8px;
	color: #000;
	font-size: 11px
}

#uploadr h4 {
	font-size: 14px;
	margin-bottom: 0;
}

#uploadr applet, #uploadr object {
	margin-top: 8px;
	margin-left: 8px;
	margin-bottom: -11px;
}

span.item_description {
	display: block;
	width: 100%;
	float: left;
	font-size: 11px;
}

#logo_placeholder {
	width: 80px;
	height: 80px;
	float: left;
	border: 2px solid #b8b8b8;
	margin-right: 14px;
	margin-left: 8px;
	margin-bottom: 8px;
	background: #fff url(../Resources/photo_placeholder.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}

#logo_holder {
	width: 80px;
	float: left;
	border: 2px solid #b8b8b8;
	margin-right: 14px;
	margin-left: 8px;
	margin-bottom: 8px;
	vertical-align: middle;
}

fieldset#sorter {
	padding-right: 0;
	vertical-align: middle;
}

.notes label {
	padding-right: 0;
	font-size: 11px;
}

.notes, span.FBConnectButton_Text_Simple {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

span.mailto {
	display: block;
	height: 16px;
	margin-bottom: 4px;
}

.email_link_to_gallery, .email_link_to_upload {
	cursor: pointer;
}

.shopping h4 {
	margin: 0 0 3px;
	color: #505050;
}

.alarm, .panic {
	color: #990000;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.panic {
	font-size: 12px;
	text-align: center;
}

span.rating {
	font-size: 14px;
	line-height: 10px;
	position: absolute;
	top: 4px;
	left: 4px;
	color: #efefef;
	text-shadow: #555 0 1px 4px;
}

span.rating span.r {
	padding-right: 3px;
	cursor: pointer;
}

span.hollywood_hover {
	color: #fcdb84;
}

span.rating span.rating_on, span.hollywood_on {
	color: #fbcd16 !important;
}

span.hollywood {
	cursor: pointer;
	font-size: 10px;
	line-height: 10px;
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	left: 4px;
	bottom: 4px;
	color: #efefef;
	text-shadow: #676767 0 1px 4px;
}

#az {
	float: left;
	padding-top: 18px;
	padding-left: 8px;
}

.wizardProductName {
	color: #069;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
}

input.timecode {
	background-color: #666;
	color: #ffffff !important;
	font: 10px/10px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 2px;
	width: 65px;
	border: 1px inset #666;
	margin: 2px 0 2px 2px;
	vertical-align: middle;
}

#set_timecode {
	background-color: #cccccc;
	padding: 14px 24px 10px;
	color: #000;
	font-size: 11px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 310px;
}

#set_timecode label {
	font-size: 11px;
}

#set_timecode p {
	padding: 0;
	margin: 12px 0 4px;
}

.fakelink {
	cursor: pointer;
	text-decoration: underline;
}

#set_timecode input.timecode {
	width: 75px;
}

#time_track {
	height: 6px;
	background-color: #efefef;
	position: relative;
	border-top: 1px solid #b6b6b6;
	border-bottom: 1px solid #ffffff;
}

#time_thumb {
	width: 8px;
	height: 13px;
	position: absolute;
	background-color: #5eb951;
	margin-top: -4px;
	cursor: pointer;
	border: 1px solid #fff;
	border-bottom-color: #2a592f;
	border-right-color: #2a592f;
}

#update_and_close {
	cursor: pointer;
}

span#spinvalue {
	width: 12px;
	height: 18px;
	padding: 0;
	display: inline-block;
	margin: 0 8px 0 0;
	vertical-align: middle;
	background: url(../Resources/icns/spinvalue.gif) no-repeat left top;
}

#spinup, #spindown {
	width: 12px;
	height: 9px;
	display: block;
	cursor: pointer;
}

.has_star {
	font-size: 14px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -8px;
	top: -8px;
	text-shadow: #000 0 1px 5px;
	color: #fab226 !important;
	z-index: 30;
}

.legend {
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	padding: 0;
	margin: 2px 0 8px 8px;
	font-style: normal;
	color: #3e3e3e;
	text-shadow: #fff 0 1px 1px;
	display: block;
	z-index: 300;
	width: 200px;
	height: 12px;
	overflow: visible;
}

.delete {
	cursor: pointer;
}

ul.listbox {
	margin: 0 0 14px;
	padding: 0;
	border: 1px solid #ccc;
	border-bottom: none;
}

ul.listbox li {
	list-style-type: none;
	padding: 4px 4px 4px 4px;
	margin: 0;
	border-bottom: 1px solid #ccc;
	clear: both;
}

#next, #save_for_later {
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	padding: 3px 8px;
	cursor: pointer;
	color: #fff;
	vertical-align: middle;
	font-size: 11px;
	border: none;
}

#save_for_later {
	background-color: #259d0b;
}

#next {
	background-color: #1b5ace;
}

.rating span.rating_hover {
	color: #8d8d8d;
}

.rating span.total_votes {
	color: #666;
	font-size: 9px;
	text-shadow: none;
	display: inline-block;
	padding-left: 4px;
}

.radio_group {
	overflow: hidden;
	padding: 8px 8px 4px;
	background-color: #bfbfbf;
	margin-bottom: 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.ajaxload {
	background-image: url(/Resources/icns/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#save_for_later {
	display: none;
}

div.slide img.file_preview {
	background-image: url(/Resources/slide-loading.gif) !important;
	background-repeat: no-repeat;
	background-position: center center;
}

div.node_preview.loading {
	background-image: url(/Resources/ajax-timeline-lazy.gif);
}

#save_changes {
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	padding: 3px 8px;
	cursor: pointer;
	color: #fff;
	vertical-align: middle;
	font-size: 11px;
	border: 3px solid #fff;
	background-color: #a7140a;
}

