/* Safari Google Chrome hack */
body:nth-of-type(1) #selectUser #fb #fb_ctr
{
left:0px !important;position:absolute !important;
margin-top:41px !important;
}

/* Safari hack */

#selectUser #fb #fb_ctr:not(:root:root) { 
 left:-158px !important;
 position:relative !important;
 margin-top:41px !important;
}

/* -------------------------------------------------------------- 
RESET BROWSER DEFAULT STYLING
-------------------------------------------------------------- */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1.1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
}

table,td,th {
	vertical-align: middle;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

a img {
	border: none;
}

/* -------------------------------------------------------------- 
CLEARING
Clear floated elements
-------------------------------------------------------------- */
.clear {
	clear: both !important;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 100%;
	height: 0;
	padding: 0px !important;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.message-subject {
	font-size: 2em;
	padding-left: 50px;
	padding-bottom: 17px;
	margin-bottom: 2px;
	background: transparent url('../img/letters.png') no-repeat 0 0;
	border-bottom: solid 1px #E5E5E5;
}

.item-box img {
	float: left;
}

.item-box {
	border-top: solid 1px #E5E5E5;
	padding-top: 10px;
	display: table;
	margin-bottom: 30px;
}

.message-username {
	line-height: 30px;
}

.message-username,.message-text {
	width: 640px;
	margin-right: 80px;
	float: right;
	display: table;
}

.message-text {
	margin-top: 0px;
	padding-top: 5px;
}

.message-username h1 {
	font-size: 2em;
	float: left;
	margin-right: 15px;
}

.message-answer {
	padding-left: 10px;
}

.message-answer img {
	float: left;
}

.message-answer textarea {
	margin-top: 0px !important;
	width: 400px !important;
	height: 70px !important;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* -------------------------------------------------------------- 
TYPOGRAPHY
The font-size percentage is of 16px. (0.75 * 16px = 12px)
-------------------------------------------------------------- */
body {
	font-size: 75%;
	color: #222;
	background: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
}

.mainbody {
	font-size: 75%;
	color: #222;
	background: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: transparent url('../img/bgback.gif') repeat-x;
}

/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #111;
}

h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 2em;
	margin-bottom: 0.4em;
}

h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 0.4em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 0.5em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
	margin: 0;
}

.headline {
	color: white;
	height: 20px;
	overflow: hidden;
	line-height: 23px;
	border-bottom: 4px solid #3399cc;
	border-left: 2px solid #3399cc;
	margin: 0 0 5px 0;
	position: relative;
	clear: both;
}

.headline strong,.headline span {
	float: left;
}

.headline span {
	color: #9c9c9c;
}

.headline strong {
	font-size: 1em;
	padding: 0 12px 0 7px;
	display: block;
	height: 20px;
	background: transparent url('../img/header-gloss.gif') repeat-x;
}

.headline .gloss-end {
	display: block;
	float: left;
	height: 20px;
	width: 24px;
	background: transparent url('../img/header-gloss-end.png') no-repeat;
	margin: 0 8px 0 0;
	clear: none;
}

.headline .info-right {
	position: absolute;
	right: 4px;
}

/* Text elements
-------------------------------------------------------------- */
p {
	margin: 0 0 0.7em;
}

p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}

a:focus,a:hover {
	color: #0984C2;
	text-decoration: underline;
}

a {
	color: #0984C2;
	text-decoration: none;
}

a.dotted {
	border-bottom: 1px dotted #000;
}

a.sortable {
	text-decoration: underline;
}

a.underlined {
	text-decoration: underline;
}

blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}

strong {
	font-weight: bold;
}

em,dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup,sub {
	line-height: 0;
}

abbr,acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin: 0 0 1.5em;
	font-style: italic;
}

del {
	color: #666;
}

pre {
	margin: 1.5em 0;
	white-space: pre;
}

pre,code,tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

/* Lists
-------------------------------------------------------------- */
li ul,li ol {
	margin: 0 1.5em;
}

ul,ol {
	margin: 0 1.5em 1.5em 1.5em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

/* Tables
-------------------------------------------------------------- */
table {
	margin-bottom: 1.4em;
	width: 100%;
}

th {
	font-weight: bold;
}

thead th {
	background: #c3d9ff;
}

th,td,caption {
	padding: 4px 10px 4px 5px;
}

tr.even td {
	background: #e5ecf9;
}

tfoot {
	font-style: italic;
}

caption {
	background: #eee;
}

/* Misc classes
-------------------------------------------------------------- */
.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}

.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}

.hide {
	display: none;
}

.quiet {
	color: #666;
}

.loud {
	color: #000;
}

.highlight {
	background: #ff0;
}

.added {
	background: #060;
	color: #fff;
}

.removed {
	background: #900;
	color: #fff;
}

.first {
	margin-left: 0;
	padding-left: 0;
}

.last {
	margin-right: 0;
	padding-right: 0;
}

.top {
	margin-top: 0;
	padding-top: 0;
}

.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

/* -------------------------------------------------------------- 
 FORMS
-------------------------------------------------------------- */
label {
	font-weight: bold;
}

fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}

legend {
	font-weight: bold;
	font-size: 1.2em;
}

/* Form fields
-------------------------------------------------------------- */
input.text,input.title,textarea,select,.ffb-input {
	margin: 0.5em 0;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

input.text:focus,input.title:focus,textarea:focus,select:focus {
	border: 1px solid #666;
}

input.text,input.title,input.upload-field,.ffb-input {
	width: 300px;
	padding: 5px;
}

input.title {
	font-size: 1.5em;
}

textarea {
	width: 390px !important;
	height: 150px;
	padding: 5px;
}

/* Success, notice and error boxes
-------------------------------------------------------------- */
.error,.notice,.success {
	padding: 1.5em 1.5em 1.5em 6em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
	-moz-border-radius: 0 10px 0 10px;
	-webkit-border-radius: 0 10px 0 10px;
}

.error {
	background: #FBE3E4 url(../img/error.png) no-repeat 15px center;
	color: #8a1f11;
	border-color: #FBC2C4;
	margin-top:10px;
}

.notice {
	background: #FFF6BF url(../img/notice.png) no-repeat 15px center;
	color: #514721;
	border-color: #FFD324;
}

.success {
	background: #E6EFC2 url(../img/success.png) no-repeat 15px center;
	color: #264409;
	border-color: #C6D880;
}

.error a {
	color: #8a1f11;
}

.notice a {
	color: #514721;
}

.success a {
	color: #264409;
}

/* Buttons
-------------------------------------------------------------- */
button.button-blue {
	border: 0px none;
	overflow: visible;
	border-size: 0px;
	border-style: none;
	font: inherit;
	cursor: pointer;
	padding: 0;
}

.button-blue,button.button-blue { /* Sliding right image */
	background: transparent url('../img/button-blue-right.png') no-repeat
		scroll top right;
	display: block;
	float: left;
	height: 20px; /* CHANGE  ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 3px; /* CHANGE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

.button-blue span { /* Background left image */
	background: transparent url('../img/button-blue-left.png') no-repeat;
	display: block;
	line-height: 15px !important; /* CHANGE  ACCORDING TO BUTTON HEIGHT */
	padding: 3px 15px 2px 16px;
	margin-right: -5px;
	font-size: 12px !important;
}

a.button-blue span {
	margin-right: -2px;
}

/* Targeting weird Firefox3 bug */
	/*button.button-blue, x:-moz-any-link, x:default {
padding-right: 3px;
}
a.button-blue, x:-moz-any-link, x:default {
padding-right: 6px;
}*/
button.button-blue span {
	position: relative;
	top: -1px;
}

/* Targeting weird Firefox3 bug FINITO */
a.button-blue:hover {
	color: #000;
}

.search-bar {
	background: #fff url('../img/search-input-bg.gif') no-repeat;
	width: 351px;
	height: 20px;
	padding: 5px;
	vertical-align: middle;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	font-size: 1.4em;
	margin: 13px 0 0 10px;
}

.search-button {
	border: 0px none;
	overflow: visible;
	border-size: 0px;
	border-style: none;
	font: inherit;
	cursor: pointer;
	padding: 0;
	text-indent: -2000em;
	width: 30px;
	height: 32px;
	background: transparent url('../img/search-button.gif') no-repeat;
	position: relative;
	left: -2px;
	margin: 13px 0 0 0;
}

#search-bar h3 {
	font-size: 2em;
	line-height: 1.4em;
	text-align: center;
	width: 395px;
	padding: 11px 5px 0 0;
	margin: 0;
}

#search-bar h3 a {
	color: #000;
}

/* -------------------------------------------------------------- 
 LAYOUT
-------------------------------------------------------------- */
	/* GUSTAV - change to 822px to remove white bar*/
.container {
	width: 827px;
	margin: 10px auto 0 auto;
}

#header {
	height: 116px;
	/*background: white url(../img/header-bg.gif) repeat-x;*/
	position: relative;
	border-bottom: 2px solid #2e89b7;
	clear: both;
}

#main {
	border-left: 2px solid #2e89b7;
	border-right: 2px solid #2e89b7;
	border-bottom: 2px solid #2e89b7;
	padding: 0 0 5px 0;
	background: #FFFFFF;
}

#content {
	width: 812px;
	float: left;
	overflow: hidden;
	margin: 0 0 0 6px;
	padding: 10px 0 0 0;
	background: #FFFFFF;
}

#footer {
	float: left;
	color: #014a6f;
	padding: 4px 0 15px 10px;
}

.skyscraper {
	width: 160px;
	float: right;
	padding: 0;
	margin: 10px 6px 0 0;
	overflow: hidden;
}

#menu {
	margin: 0;
	position: absolute;
	top: 84px;
	left: 9px;
	list-style: none;
}

#menu li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	height: 30px;
	line-height: 27px;
	vertical-align: middle;
	background: white url(../img/menu-bg.gif) repeat-x;
	border: 2px solid #2e89b7;
}

#menu a {
	display: block;
	float: left;
	height: 100%;
	padding: 0 37px 0 37px;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: none;
	text-decoration: none;
}

#menu .active a {
	color: #000;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

#menu .active {
	background-image: url(../img/menu-bg-active.gif);
	border-bottom: 0;
	padding-bottom: 2px;
}

#login {
	overflow: hidden;
	position: absolute;
	right: 25px;
	top: 16px;
	width: 349px;
	height: 39px;
	background-image: url(../img/login-bg.gif);
	padding: 8px 12px 0 12px;
}

#login-small {
	overflow: hidden;
	position: absolute;
	right: 25px;
	top: 16px;
	width: 169px;
	height: 43px;
	background-image: url(../img/login-bg-small.gif);
	padding: 4px 12px 0 12px;
}

#login .text {
	background: #fff url(../img/textfield-bg.gif) repeat-x;
	border: 1px solid #000;
	padding: 2px;
	font-size: 1em;
	width: 105px;
	margin: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#login label {
	line-height: 21px;
	font-size: 1.2em;
}

#login .forgot-password {
	display: block;
	font-size: 0.8em;
	color: #7F7F7F;
	text-decoration: underline;
	position: absolute;
	left: 271px;
	top: 32px;
}

#login span.red {
	color: #CC3333;
	float: left;
	font-size: 0.8em;
	margin-top: 3px;
}

#login label,#login .text,#login button {
	float: left;
	margin: 0 4px 0 0;
}

#push {
	position: absolute;
	top: 83px;
	right: 5px;
	width: 225px;
	text-align: center;
	font-size: 1.5em;
}

#push a {
	color: #000;
	line-height: 1.4em;
	text-decoration: underline;
}

#search-bar {
	margin: 0;
	padding: 0 0 12px 0;
	background: transparent url(../img/search-bar-bg.gif) repeat-x;
	width: 100%;
}

#search-bar input,#search-bar button,#search-bar h3 {
	float: left;
}

#categories {
	background: #bce9ff;
	text-align: center;
	padding: 13px 0;
	font-size: 0.9em;
	line-height: 1px;
}

#categories a {
	display: inline-block;
	display: -moz-inline-block;
	font-size: inherit;
	color: #003366;
	border-right: 1px solid #000;
	padding: 0 3px 0 0;
	margin: 0 3px 0 0;
	height: 12px;
	line-height: 12px;
	overflow: hidden;
}

#categories a.first,#categories a.last {
	border: none;
	margin: 0;
	padding: 0;
}

.two-col-wrapper {
	margin: 5px 0 0 0;
}

.account-full-width {
	float: left;
	width: 805px;
}

.left-col-wrapper {
	float: left;
	width: 525px;
}

.right-col-wrapper {
	float: right;
	width: 275px;
	padding-left: 10px;
}

.howto {
	background: transparent url(../img/howto2.jpg) no-repeat scroll 0 0px;
	padding: 8px 19px 0 19px;
	height: 197px;
	margin: 0 0 7px 0;
}

.howto h2 {
	font-size: 1.8em;
}

.howto ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
}

.howto .create {
	margin-left: 10px;
}

.howto .upload {
	margin-left: 58px;
}

.howto .done {
	margin-left: 50px;
}

.howto li h3,.howto li p {
	margin: 0;
}

.howto li p {
	font-size: 0.9em;
	margin-top: 2px;
	color: #666;
}

.howto li {
	display: block;
	float: left;
	width: 118px;
	margin: 100px 0 0 49px;
}

.howto li h3 {
	letter-spacing: -1px;
	font-size: 1.3em;
	font-weight: bold;
}

.latest-uploads {
	clear: both;
	margin: 0 0 8px 0;
}

.latest-uploads ul {
	list-style: none;
	margin: 0 0 0 -9px;
}

.latest-uploads li {
	margin: 9px 0 0 9px;
	float: left;
	height: 161px;
	width: 155px;
	padding: 5px 6px;
	border: 1px solid #eaeaea;
}

.latest-uploads .image-container {
	height: 130px;
	text-align: center;
}

.latest-uploads li h3 {
	font-size: 1.1em;
	margin: 0;
	height: 1.1em;
	overflow: hidden;
}

.latest-uploads li p {
	margin: 2px 0 0 0;
	float: right;
	color: #fe0078;
	font-size: 1.1em;
}

.latest-sold ul {
	margin: 13px 10px 0 30px;
	list-style-image: url('../img/icon-document.gif');
}

.latest-sold li {
	margin: 0 0 10px 0;
}

.latest-sold ul h3 {
	margin: 0;
	font-size: 1.2em;
	letter-spacing: 0px;
}

.latest-sold ul p {
	margin: 2px 0 0 0;
	line-height: 1.3em;
	font-size: 0.9em;
}

.latest-sold h5 {
	text-align: right;
	margin: 0 10px -1px 0;
}

.latest-sold h5 a {
	color: #9c9c9c;
	text-decoration: none;
	font-size: 1.1em;
}

.toplists {
	overflow: hidden;
	margin: 4px 0 0 0;
}

.toplists h4.headline span {
	font-size: 0.9em;
}

.toplists .toplist-item {
	float: left;
	width: 180px;
	margin: 0 13px 0 0;
	padding: 0 0 0 10px;
	padding-bottom: 3px !important;
}

.toplists .toplist-item ul {
	margin: 0;
	list-style-type: decimal;
	list-style-position: inside;
	color: #003366;
}

.toplists .toplist-item li {
	line-height: 1.5em;
}

.toplists .toplist-item h4 {
	font-size: 1.4em;
	margin: 0 0 3px 0;
}

.listing {
	margin: 10px 0;
	clear: both;
}

.listing,.listing td,.listing th {
	vertical-align: top;
}

.listing td,.listing th {
	margin: 0 12px 0 0;
	padding: 0;
}

.listing .table-header {
	border: none;
	margin: 0;
	padding: 0;
	height: 21px;
}

.listing td {
	vertical-align: middle;
	border-top: 1px solid #e5e5e5;
	margin: 5px 0 0 0;
	padding: 5px 0 5px 0;
}

.listing .thumb {
	width: 65px;
	text-align: center;
}

.listing .title {
	width: 250px;
	font-size: 1.2em;
}

.listing .table-header .title {
	font-size: 1em;
}

.listing .filetype {
	width: 140px;
}

.listing .category {
	width: 150px;
}

.listing .seller {
	width: 120px;
}

.listing .price {
	width: 80px;
}

.listing .rating {
	margin-bottom: 0px !important;
}

.message-table tr td img {
	float: left;
	margin-right: 15px;
}

.paging {
	padding: 15px 0 0 0;
	border-top: 1px solid #4898c0;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.3em;
}

.paging a {
	color: #000;
	text-decoration: underline;
}

.paging a.current {
	text-decoration: none;
}

.paging .previous,.paging .next {
	margin: 0 30px;
}

/* Symbols
-------------------------------------------------------------- */
#logo {
	position: absolute;
	top: 20px;
	left: 10px;
	margin: 0;
}

.accepted-cards {
	width: 163px;
	height: 27px;
	text-indent: -2000em;
	background: #fff url('../img/accepted-cards.gif') no-repeat;
}

.contact {
	padding-right: 23px;
	line-height: 16px;
	background: #fff url('../img/icon-document.gif') no-repeat 100% 1px;
}

/* Ads
-------------------------------------------------------------- */
#banner-top {
	margin: 0 0 11px 0;
	text-align: center;
}

/* Forms Misc
--------------------------------------------------------------- */
.register,.add-file {
	list-style-type: none;
}

.register li,.add-file li {
	clear:both;
display:block;
list-style:none outside none;
}

.register label,.add-file label {
	clear: left;
	float: left;
	width: 150px;
	margin-top: 0.8em;
	text-align: right;
	margin-right: 1em;
	line-height: 1.6em;
}

.add-file label.price {
	float: none;
	text-align: left;
	width: 300px;
}

.add-file label.clear {
	display: block;
	text-align: left;
	float: none;
}

.add-file span {
	margin-top: 0.8em;
	margin-top: 0.9em !important;
	line-height: 0.6em;
	float: left;
}
#isPreviewFromOriginalDiv .line-hack,
#isFlvFileFromPreviewDiv .line-hack{margin-top: 7px;}
.add-file .checkbox {
	float: left;
	margin-top: 14px;
}

.register input,.register .text,.add-file input,.add-file .text,.ffb-input
	{
	margin: 0.5em 0.5em 0.5em 0;
}

.font_bold {
	font-weight: bold;
}

input[type="checkbox"] {
	float: left;
	margin: 7px 5px 0px 0px;
	padding: 0px;
}

label input[type="checkbox"] {
	float: none !important;
}

.register button,.add-file button {
	background-color: #2E89B7;
	border: 2px solid #FFCD00;
	padding: 5px;
	color: white;
	font-weight: bold;
}

#firstName {
	width: 120px;
}

#lastName {
	width: 160px;
}

#birthDate {
	width: 6em;
}

#zipcode {
	width: 5em;
}

#city {
	width: 16em;
}

.register select,.add-file select {
	width: 311px;
	padding: 5px;
}

.register h2,.add-file h2 {
	padding: 0 0 5px 0px;
	margin-right: 40px;
	border-bottom: 2px solid #FFCD00;
}

.register h3,.add-file h3 {
	padding: 0 0 5px 0px;
	margin-right: 40px;
	border-bottom: 2px solid #2E89B7;
}

.add-file h3 {
	margin-top: 15px;
}

.fileUpload { /*position: relative;*/
	margin: 0px !important;
}

.fileUpload li {
	display: block;
	clear: both;
}

.fileUpload .tipsbox, .tipsbox {
	width: 220px !important;
	overflow: hidden;
	float: right;
	margin-right: 40px;
}

.fileUpload div {
	clear: left;
	margin: 0 0 0 0;
	overflow: hidden;
}

.fileUpload p {
	margin: 0;
	clear: both;
	overflow: hidden;
}

.add-file label {
	display: block;
	float: none;
	widht: auto;
	text-align: left;
}

.add-file label.radio {
	display: block;
	float: left;
	text-align: left;
}

.fileUpload .license label {
	clear: none;
	float: left;
	line-height: 6px;
}

.fileUpload .license input {
	float: left;
}

.agreement {
	float: left;
	width: auto;
	margin: 0;
}

.agreement .line {
	line-height: 43px;
}

#acceptTermsLabel {
	display: inline;
	float: none;
	width: auto;
}

#receiveMailLabel {
	display: inline;
	float: none;
	width: auto;
}

input.fieldError {
	border: 1px solid #CC6666;
	background: #FFEEEE url(../img/error-small.png) no-repeat 100% 1px;
}

textarea.fieldError {
	border: 1px solid #CC6666;
	background: #FFEEEE url(../img/error-small.png) no-repeat 100% 1px;
	overflow: auto;
}

.acceptTermsError {
	margin-top: 17px;
}

span.fieldError {
	color: #CC3333;
	font-style: italic;
	overflow: hidden;
	margin-left: 5px;
	line-height: 19px;
}

span.line {
	line-height: 38px;
}

span.acceptTerms {
	margin-top: 4px;
}

.platform-selection {
	overflow: hidden;
}

.platform-selection span {
	display: block;
	clear: left;
	margin: 0;
}

.platform-selection input {
	display: block;
	float: left;
}

.platform-selection label {
	display: block;
	float: left;
	clear: none;
	width: auto;
	margin: 5px 0 0 0;
}

/* Product page
--------------------------------------------------------------- */
#product-page { /*overflow: hidden;*/
	margin: 20px 0 20px 18px;
	position: relative;
}

.product-wrapper,.product-description {
	clear: both;
}

.product-image,.product-info,.product-buy {
	float: left;
	overflow: hidden;
}

.product-image {
	width: 338px;
	padding-right: 10px;
	min-height: 240px;
}

.product-info {
	width: 208px;
	padding-right: 10px;
}

.product-info .share {
	padding: 5px;
	background: #FFF384;
}

.product-buy {
	width: 225px;
}

#product-page .report {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	color: #CC3333;
}

#product-page .report a {
	color: #CC3333;
}

#product-page .accepted-cards {
	margin-top: 30px;
}

#product-page textarea {
	width: 700px;
	margin: 0 0 15px 0;
}

h2.product-name {
	font-size: 1.7em;
	margin: 0 0 4px 0;
}

h3.seller {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 15px 0;
	clear: both;
	float: left;
}

h3.seller a {
	text-decoration: underline;
}

.product-wrapper p {
	margin: 0 0 5px 0;
	overflow: hidden;
}

.product-wrapper p.large {
	line-height: 1.5em;
}

.product-wrapper p strong {
	display: inline-block;
}

.product-wrapper p.large strong {
	display: inline-block;
	width: 90px;
}

.product-wrapper #file-license {
	line-height: normal;
}

.product-wrapper #file-license strong {
	display: block;
	width: 198px;
}

.product-wrapper p.price {
	clear: both;
	line-height: 22px;
	margin-bottom: 20px;
}

.product-wrapper p.price strong {
	display: block;
	float: left;
	font-size: 1.8em;
	margin-right: 10px;
}

.product-wrapper p.price strong span {
	font-size: 0.8em;
	margin-left: 9px;
}

/* Profile page
--------------------------------------------------------------- */
#profile-page {
	
}

h2.user-name {
	font-size: 1.4em;
	margin: 18px 11px 6px 11px;
}

.profile-wrapper {
	padding: 0 11px;
	overflow: hidden;
}

.profile-image,.profile-info,.profile-description {
	float: left;
}

.profile-image {
	width: 340px;
}

.profile-info {
	width: auto;
	margin: 0 10px 0 0;
}

.profile-info strong {
	display: block;
}

.profile-description {
	width: 450px;
}

.profile-wrapper p {
	margin: 0 0 7px 0;
}

/* My FileHill page
--------------------------------------------------------------- */
.myFileHillMenu {
	list-style: none;
	margin: 0 0 10px 0;
	background-color: #3399CC;
	overflow: hidden;
}

.myFileHillMenu li {
	display: block;
	float: left;
	margin: 0;
	border-right: 1px solid #fff;
}

.myFileHillMenu li a {
	display: block;
	height: 100%;
	padding: 6px 15px;
	color: #fff;
}

.myFileHillMenu .active {
	background-image: url(../img/menu-bg-active.gif);
	background-repeat: repeat-x;
	background-position: 0 -3px;
}

.myFileHillMenu .active a {
	color: #000;
	padding: 5px 15px;
	border-top: 2px solid #3399CC;
	border-left: 2px solid #3399CC;
	border-right: 2px solid #3399CC;
}

.short-last-purchases {
	width: 403px;
	float: left;
}

.short-last-uploaded {
	width: 403px;
	float: right;
}

.welcome p,.my-filehill p,.user-info p,.user-description {
	line-height: 1.8em;
}

.welcome p {
	font-size: 1.1em;
}

.welcome strong {
	font-size: 14pt;
}

.my-filehill p {
	margin: 0 0 7px 0;
}

.user-picture {
	float: left;
	min-height: 100px;
	margin: 0 10px 0 0;
}

.user-info {
	float: left;
}

.user-info p {
	margin: 0 0 7px 0;
}

.user-description {
	margin: 10px 0;
}

.messages p {
	clear: both;
	overflow: hidden;
	margin: 0 0 8px 0;
	line-height: 1em;
}

.messages p .title,.messages p .date {
	display: block;
	float: left
}

.messages p .title {
	width: 220px;
}

.messages p .date {
	width: 60px;
}

.infobox {
	padding: 10px;
	background-color: #BCE9FF;
	border-bottom: 1px solid #2E89B7;
	overflow: hidden;
	position: relative;
	width: 240px;
	margin-bottom: 10px !important;
}

form ul {
	margin: 0;
}

/* Category pages
--------------------------------------------------------------- */
.category-picture {
	float: left;
	padding: 10px;
	text-align: center;
}

.category-picture img {
	margin: 0 auto;
}

.category-image {
	float: left;
	width: 170px;
	min-height: 160px;
	margin: -25px 0px 0 5px;
	overflow: hidden;
}

.sub-categories-listing {
	float: right;
	width: 290px;
	margin: -10;
	overflow: hidden;
}

.sub-categories-listing ul {
	list-style: outside;
	float: left;
	clear: right;
	margin: 0;
	padding: 0 0 0 25px;
	width: 115px;
	overflow: hidden;
	position: relative;
	list-style-image: url('../img/bullet_yellow.png');
	list-style-type: square;
}

.sub-categories-listing li {
	margin: 0;
	padding: 0;
}

.rounded-wrapper {
	background-image: url('../img/rounded-bg.gif');
	background-repeat: no-repeat;
	min-height: 155px;
	padding: 15px 30px;
	margin: 10px 0 20px 0;
	overflow: hidden;
}

#cardPrice {
	float: left;
}

#cardPriceCallback,#smsPriceCallback {
	display: inline;
	color: #CC3333;
	margin: 0;
	clear: both;
	line-height: normal;
	width: auto;
}

#requestPasswordForm label {
	float: left;
	margin-right: 10px;
	line-height: 40px;
}

#requestPasswordForm input {
	float: left;
	margin-right: 10px;
}

#requestPasswordForm button {
	margin-top: 7px;
}

.fileUpload .upload-field {
	width: auto;
	display: block;
}

#acceptTerms1,#copyToOtherTabs {
	float: left;
}

#business-accept .agreement,#mail-accept .agreement {
	margin: 17px 0 0 0;
}

.chrome-hack {
	display: none;
}

body:nth-of-type (1) .chrome-hack {
	display: block;
}

table.transactions {
	width: 100%;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

table.transactions th {
	padding: 3px 2px;
	margin: 0;
}

table.transactions tr {
	padding: 0;
	margin: 0;
}

table.transactions td {
	padding: 3px 2px;
	margin: 0;
	border-top: 1px solid lightgray;
}

.align-left {
	text-align: left !important;
}

.align-right {
	text-align: right !important;
}

#picture.error {
	background-color: #FBE3E4;
	background-image: none !important;
}

.language_message {
	background: #2E89B7;
	margin-bottom: 10px;
	display: table;
	width: 825px;
}

.language_message a {
	background: #ffffff;
	border: 2px solid #BCE9FF;
	padding: 6px 9px 6px 9px;
	text-align: center;
	display: block;
	margin: 2px;
}

.language_message a,.language_message a:hover {
	font-weight: bold;
	color: #000000;
	font-size: 1.5em;
}

.se_image,.no_image,.gb_image {
	width: 16px;
	height: 16px;
	display: block;
	margin: 5px 5px -20px 0px;
	float: left;
	position: relative;
	z-index: 100;
	outline: none;
}

.se_image {
	background: url(../img/se.png) 0 0 no-repeat;
}

.no_image {
	background: url(../img/no.png) 0 0 no-repeat;
}

.gb_image {
	background: url(../img/gb.png) 0 0 no-repeat;
}

.admin_style {
	line-height: 20px;
}

.black-textarea {
	vertical-align: 75px;
}

.errorBox {
	display: block;
	float: left;
	line-height: 13px !important;
	position: relative;
	top: 15px;
	width: 150px;
}

.black-textError {
	display: block;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}

.toplists .toplist-item table {
	margin-bottom: -6px !important;
}

.mceToolbar .mceIcon {
	margin-top: 0px !important;
}

.mb10 {
	margin-bottom: 10px;
}

.big-black-text {
	margin-top: 8px;
	width: 300px;
}

.middle-big-black-text {
	margin-top: 8px;
	width: 300px;
	display: table;
}

span.big-fieldError {
	margin-top: 1px !important;
	width: 220px;
}

.fileUpload table tr td {
	padding: 0px !important;
}

#official .tipsbox,#jquery .tipsbox,#en_GB .tipsbox {
	margin-right: 30px !important;
}

.menu-message {
	display: table;
	margin: 0px 0px 5px 0px;
}

.menu-message li {
	list-style: none;
	float: left;
	padding: 5px 8px 5px 8px;
	margin-right: 1px;
	background: #BCE9FF;
	border: solid #BCE9FF;
	border-width: 0px 0px 2px 0px;
}

.menu-message li a {
	color: #003366;
}

.menu-message li.active {
	border: solid #BCE9FF;
	border-width: 2px 2px 0px 2px;
	background-image: url(../img/menu-bg-active.gif);
	background-repeat: repeat-x;
	background-position: 0 -3px;
}

.no-read td {
	font-weight: bold;
	color: #000000;
}

.message-checkbox {
	margin: 0px !important;
	cursor: auto;
}

.message-links,.message-links-left {
	font-weight: bold;
	margin-bottom: 10px;
}

.message-links {
	float: right;
}

.message-links-left {
	float: left;
}

.message-table {
	clear: both;
}

.message-links a {
	color: #3399CC;
	font-weight: bold;
	margin: 0px 5px 0px 5px;
	text-decoration: underline !important;
	color: #3399CC;
}

.mesage-line {
	border-top: 5px solid #3C95C1;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 0px;
}

.message-links-left a {
	color: #3399CC;
	font-weight: bold;
	margin: 0px 5px 0px 5px;
	text-decoration: underline !important;
	color: #3399CC;
}

.message-table-subject,.message-table-subject:hover {
	color: #3399CC;
}

.message-table-text,.message-table-text:hover {
	color: #838385;
}

.notice-enabled {
	display: block;
}

.notice-disabled {
	display: none;
}

/* footer styles*/
.n-footer {
	margin-top: -10px;
	border: 2px solid #2E89B7;
	border-top: 0px;
	text-align: center;
	padding-bottom: 20px;
}

.footer-menu,div#modalBox div#modalBoxBody #modalBoxCloseButton 
a.closeModalBox {
	color: #000000;
	font-weight: bold;
}

.footer-menu a,.bread-cr a,.file-filter a,.file-filter button,div#modalBox div#modalBoxBody #modalBoxCloseButton a.closeModalBox,div#modalBox div#modalBoxBody #modalBoxCloseButton a.closeModalBox 
span,.modalBoxBodyContent a,.link-cyan a,.link-cyan,.toplist-item table a,.latest-uploads ul li a
	{
	color: #0984c2 !important;
}

.toplist-item table a,.latest-uploads ul li a {
	font-weight: bold;
}

.link-cyan a {
	font-size: 1.2em;
}

div#modalBox div#modalBoxBody #modalBoxCloseButton a.closeModalBox {
	background: url(/img/pop-close.png) 100% 50% no-repeat;
}

.modalBoxBodyContent {
	font-size: 12pt;
}

.modalBoxBodyContent h3 {
	font-size: 22px;
}

.modalBoxBodyContent h4 {
	font-size: 16px;
	font-weight: bold;
}

.modalBoxBodyContent h5 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 0px;
}

.modalBoxBodyContent p {
	font-size: 14px;
}

.modalBoxBodyContent h4,.modalBoxBodyContent h3,.modalBoxBodyContent p {
	
}

.modalBoxBodyContent img {
	margin: 20px 0px 20px 130px;
}

.modalBoxBodyContent h3 {
	font-weight: bold;
	margin-top: -40px;
}

div#modalBox div#modalBoxBody #modalBoxCloseButton a.closeModalBox span
	{
	padding-right: 12px !important;
}

div#modalBox div#modalBoxBody #modalBoxCloseButton a.closeModalBox {
	background-position: 100% 7px !important;
	margin-right: 8px;
}

div#modalBox div#modalBoxBody div#modalBoxCloseButton {
	background: none !important;
	border: none !important;
}

.bread-cr {
	float: left;
	margin-top: 4px;
	padding-left: 10px;
}

#browseForm {
	margin-top: 10px;
}

.bread-cr a,.file-filter a,.file-filter button {
	font-weight: normal;
}

.file-filter {
	float: right;
	padding-right: 10px;
	width: 420px;
}

.file-filter select {
	margin: 0px !important;
}

.file-filter button {
	border: none;
	margin: 0px;
	padding: 0px;
	width: auto;
	font-size: 11px;
	cursor: pointer;
}

.file-filter button:hover font {
	border-bottom: solid 1px #0984C2;
	display: block;
}

.file-filter button,.button-hide {
	font-family: MS Shell Dlg, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.file-filter span {
	position: relative;
	top: -1px;
}

.previousButton-hide,.nextButton-hide {
	color: #222222 !important;
	filter: alpha(opacity = 50);
	opacity: 0.5;
	border-bottom: 0px !important;
	top: 0px !important;
	cursor: default !important;
}

.previousButton-hide {
	padding-left: 8px !important;
	margin-right: -2px !important;
	margin-left: 5px !important;
}

.nextButton-hide {
	padding-left: 3px !important;
	padding-right: 8px !important;
}

.previousButton-hide {
	background-position: 0 59% !important;
}

.nextButton-hide {
	background-position: 100% 59% !important;
}

#previousButton,.previousButton-hide {
	background: url(/img/prev.png) 0 57% no-repeat;
	padding-left: 5px;
	margin: 0px -5px 0px 5px;
}

#nextButton,.nextButton-hide {
	background: url(/img/next.png) 100% 57% no-repeat;
	padding-right: 5px;
	margin: 0px 0px 0px -5px;
}

.n-footer img {
	margin: 0px 3px -7px 3px;
}

.container-col4 {
	width: 178px;
	float: left;
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	color: #cc6600;
	text-align: center;
	margin-right: 15px;
}

.container-col4 {
	float: left;
}

.container-col4 img {
	margin: 15px auto 10px auto;
	clear: both;
	display: block;
}

.g-i16 {
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #cc6600;
}

*:first-child+html .footer-menu {
	width: 690px;
}

.footer-menu {
	margin: 0px 0px 0px 0px;
	display: table;
}

.footer-menu li {
	float: left;
	list-style: none;
	margin-right: 3px;
}

.lang-img-nav {
	float: right;
}

.conteiner30 {
	padding: 30px 20px 0px 30px;
	font: normal 12px Trebuchet MS;
}

.conteiner30 a {
	color: #0984c2 !important;
	font-weight: bold;
}

.a-b40 {
	font: bold 40px Arial, Helvetica, sans-serif;
}

h1.a-b40,.conteiner30 p {
	width: 370px;
	float: left;
}

h1.a-b40 {
	margin-bottom: 10px;
}

.img-right {
	float: right;
	margin-right: 10px;
}

.l-o-form-top {
	width: 397px;
	background: url(/img/newatfilehill/l-o-form-top.png) 0 0 no-repeat
		#fff4c9;
	display: table;
	margin: 20px 0px 30px 0px;
	font-size: 12px;
}

.l-o-form-bottom {
	background: url(/img/newatfilehill/l-o-form-bottom.png) 0 100% no-repeat
		;
	padding: 15px;
}

.l-o-form-bottom strong {
	font: bold 12px Arial, Gadget, sans-serif;
}

.a-b22 {
	font: bold 22px Arial, Gadget, sans-serif;
}

.a-b22 {
	margin-bottom: 10px;
}

.a-b16 {
	font: bold 16px Arial, Gadget, sans-serif;
}

.conteiner-col3 {
	width: 242px;
	display: table;
	float: left;
	margin-right: 12px;
}

.conteiner-col3 img {
	margin-bottom: 10px;
}

.conteiner-col3 ul {
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.conteiner-col3 ul li {
	padding: 0px 0px 5px 13px;
	background: url(/img/newatfilehill/list-style-img.png) 0 7px no-repeat;
	list-style: none;
}

.n-footer {
	margin-top: -10px;
	border: 2px solid #2E89B7;
	border-top: 0px;
	text-align: center;
	padding-bottom: 20px;
}

.n-footer img {
	margin: 0px 3px -7px 3px;
}

.l-o-block {
	padding: 30px 20px 30px 30px;
	background: #fff4c9;
	display: inline-block;
	width: 765px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.container-col4 {
	width: 178px;
	float: left;
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	color: #cc6600;
	text-align: center;
	margin-right: 13px;
}

.container-col4 {
	float: left;
}

.container-col4 img {
	margin: 15px auto 10px auto;
	clear: both;
	display: block;
}

.g-i16 {
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #cc6600;
	text-align: center;
}

.g-i16 img {
	vertical-align: middle;
}

.footer-menu {
	display: table;
	width: 720px !important;
}

.footer-menu li {
	float: left;
	list-style: none;
	margin-right: 3px;
}

/* Ad Page */
div#modalBox {
	width: 450px;
	display: table !important;
	
}
#previewImageSpan img
{
margin: 0px !important;
max-width: 600px;
}
.modalBoxBodyContent {
	font: normal 12px Arial;
}
#previewImageSpan {
	text-align:center;
	display: block;
}

.modalBoxBodyContent .sms-choice {
	background: #dff0f8;
	padding: 10px;
	margin: 0px -55px 15px -15px;
	width: 421px;
	display: block;
}

.right {
	float: right;
}

.new-product-page {
	background: url(../img/product-page-top-fon.png) 0 0 repeat-x;
	margin: 13px 0px 0px 0px !important;
	padding: 20px 20px 20px 15px !important;
}

/*.new-product-page p{line-height:16px;}*/
.npp-right {
	width: 300px;
	float: right;
}

.npp-left {
	width: 455px;
	float: left;
}

.npp-left i {
	font-style: normal;
}

.new-product-name {
	font: bold 26px Arial, Helvetica, sans-serif;
	color: #000000;
}

.npp-left .left {
	display: table;
	float: left;
	width: 200px;
}

.npp-left .left dl {
	display: table;
}

.npp-left .left dl dt {
	width: 80px;
	float: left;
	padding-bottom: 10px;
	clear: left;
}

.npp-left .left dl dd {
	padding-bottom: 10px;
	float: left;
}

.npp-left .right {
	display: table;
	float: right;
}

.npp-left .right #iframe-buttons {
	width: 227px;
}

.npp-left .right div.user,.npp-left .right .pris {
	width: 211px;
}

.npp-left .right div.user {
	background: #e0f0f9;
	padding: 8px;
	margin-bottom: 10px;
}

div.user .user-name {
	display: table;
}

div.user .img-box {
	height: 40px;
	float: left;
}

div.user a:hover {
	text-decoration: none !important;
}

div.user a:hover font,div.user a font:hover {
	text-decoration: underline !important;
}

.npp-left .right div.user img.user {
	border: solid 1px #bbd5e3;
	float: left;
	margin-right: 8px;
}

.npp-left .right div.user .stat {
	border: solid #bbd5e3;
	border-width: 0px 1px 1px 0px;
	float: right;
}

.npp-left a {
	color: #0984c2 !important;
}

.npp-left .right div.user b {
	margin-bottom: 3px;
	display: block;
	clear: right;
}

.strong-user {
	display: table;
	padding-bottom: 5px;
}

.strong-user a:hover span,.strong-user a span:hover {
	text-decoration: underline !important;
}

.npp-left p {
	clear: both;
}

.pris {
	background: url(../img/grad-box-fon.png) 0 100% repeat-x #fff1cb;
	padding: 8px;
}

.pris h4,.description-heading {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 5px;
}

.pris .w-box-left,.pris .w-box-right {
	background: #ffffff;
	width: 103px;
	float: left;
	padding: 15px 0px 5px 0px;
}

.pris .w-box-right {
	float: right !important;
}

.pris .w-box-left h4,.pris .w-box-right h4 {
	text-align: center;
	margin-bottom: 15px !important;
}

.pris .w-box-left a,.pris .w-box-right a {
	background: url(../img/red-button.png) 0 0 no-repeat;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #ffffff !important;
	text-align: center;
	width: 91px;
	height: 26px;
	padding-top: 5px;
	text-decoration: none;
	display: block;
	margin: 0px auto;
}

.pris .box-long {
	margin-top: 10px;
	padding: 2px 11px 2px 7px;
	width: 91%;
}

.pris div.one-button {
	width: 100% !important;
	margin-top: 0px !important;
}

.pris div.one-button h4 {
	float: left;
	margin: 5px 0px 12px 0px !important;
	text-align: center !important;
	width: 110px;
}

.pris div.one-button a {
	float: right;
	margin-right: 10px !important;
}

.pris div.one-long-button {
	margin-top: 0px !important;
	padding: 25px 34px 25px 30px !important;
	width: 70% !important;
}

.pris .w-box-left a.long-button,.pris .w-box-right a.long-button,.pris .box-long a.long-button,.pris .box-long a.long-button
	{
	background: url(../img/red-button-long-left.png) 0 0 no-repeat
		!important;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ffffff !important;
	text-align: center;
	text-decoration: none;
	display: block;
	margin: 5px 0 !important;
	padding: 0px !important;
	height: auto !important;
	width: auto !important;
	cursor: pointer;
}

.pris .w-box-left a.long-button span,.pris .w-box-right a.long-button sapn,.pris .box-long a.long-button span,.pris .box-long a.long-button sapn
	{
	background: url(../img/red-button-long-right.png) 100% 0 no-repeat
		!important;
	height: 24px;
	margin-right: -4px;
	padding-top: 7px;
	display: block;
	cursor: pointer;
}

.npp-left .c-button {
	background: url(../img/b-button.png) 0 0 no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000000 !important;
	text-align: center;
	width: 93px;
	height: 24px;
	padding-top: 5px;
	text-decoration: none;
	display: block;
	clear: both;
}

.c-button-long {
	background: url(../img/blue-button-right.png) 0 0 no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	outline: none;
	height: 24px;
	text-decoration: none !important;
	display: table;
}

.c-button-long span {
	background: url(../img/blue-button-left.png) 100% 0 no-repeat;
	padding: 5px 20px 0px 20px;
	margin-right: -4px;
	height: 24px;
	display: table;
	color: #000000 !important;
	text-decoration: none !important;
	cursor: pointer;
	margin-top: 0px !important;
	line-height: 15px !important;
}

.new-report a {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #e83939 !important;
	margin: 20px 0px 20px 0px;
	display: block;
}

.bold-text-linck {
	font-weight: bold !important;
}

.new-product-image,.npp-right .share {
	width: 275px;
}

.new-product-image {
	border: solid 1px #dac367;
	padding: 20px 10px 20px 10px;
	width: 300px !important;
	margin-bottom: 10px;
	overflow: hidden;
}

.new-product-image tr td {
	text-align: center;
	padding: 0px !important;
}

.new-product-image img {
	max-width: 260px;
}

.npp-right .share {
	background: #ffe381;
	padding: 13px 13px 13px 13px;
}

.npp-right .share h4 {
	margin-bottom: 0px !important;
	font-size: 12px !important;
}

.prod-input {
	width: 96% !important;
	background: url(../img/g-point.gif) 0 0 repeat-x #ffffff;
	border: solid 1px;
	border-color: #bebebe #e1e1e1 #eeeeee #e1e1e1;
	height: 55px;
	margin: 5px 0px 0px 0px !important;
	overflow: hidden;
	line-height: 19px;
	color: #555555;
}

.top-komment {
	padding: 8px 0px 8px 0px;
}

.e-post {
	background: url(../img/e-post.png) 0 4px no-repeat;
	padding-left: 15px;
	margin-left: 12px;
}

.user-kom-l1,.user-kom-l2 {
	margin: 10px 0px 10px 0px;
	clear: both;
	display: table;
}

.user-kom-l1 .user-desc,.user-kom-l2 .user-desc {
	-moz-border-radius: 5px 0px 0px 0px;
	-webkit-border-radius: 5px 0px 0px 0px;
	padding: 4px;
	margin-bottom: 15px;
	min-height: 36px;
}

.user-kom-l1 p,.user-kom-l2 p {
	margin-bottom: 18px;
}

.user-kom-l1 .user-desc {
	background: #f7f7f7;
}

.user-kom-l2 .user-desc {
	background: #ebf0f5;
}

.user-kom-l2 {
	margin-left: 30px;
}

.user-kom-l1 .user-desc img,.user-kom-l2 .user-desc img {
	border: solid 2px #ffffff;
	margin-right: 10px;
	float: left;
}

.user-kom-l1 .user-desc span,.user-kom-l2 .user-desc span {
	position: relative;
	top: 12px;
	margin-bottom: 12px;
	display: table;
}

.user-kom-l1 .user-name,.user-kom-l2 .user-name {
	font-weight: bold;
}

.user-kom-l1 .inp-kom-right,.user-kom-l2 .inp-kom-right,.com-form .inp-kom-right
	{
	background: url(../img/komment-button-fon.jpg) 0 100% repeat-x #ffffff;
	border: solid 1px #999999;
	color: #000000;
	float: right;
	margin-left: 3px;
	padding: 4px;
	font: normal 12px Arial, Helvetica, sans-serif;
}

.new-product-page select {
	vertical-align: middle;
}

.new-product-page h5 {
	font-weight: bold;
}

.pos-right {
	float: right;
}

.pos-left {
	float: left;
}

.disq,.d-disq,.f-connect,.twitter,.open-id {
	background: url(../img/connect-button.png) 0 0 no-repeat;
	width: 101px;
	display: block;
	margin-right: 3px;
}

.disq {
	width: 129px;
	height: 17px;
}

.d-disq,.f-connect,.twitter,.open-id {
	width: 89px;
	height: 21px;
}

.d-disq {
	background-position: 0px -17px;
}

.f-connect {
	background-position: 0px -38px;
}

.twitter {
	background-position: 0px -59px;
}

.open-id {
	background-position: 0px -80px;
}

.border-top-grey-1 {
	border-top: solid 1px #b2b2b2;
}

.border-bottom-grey-1 {
	border-bottom: solid 1px #b2b2b2;
}

.com-check-box {
	background: #e8e8e8;
	padding: 7px 5px 7px 5px;
	line-height: 15px;
}

.com-check-box input {
	margin: 0px 3px 0px 0px !important;
	padding: 0px !important;
	background: none !important;
}

}
/* Opera */
html:first-child .com-form input,html:first-child .com-form textarea {
	background: url(../img/inp-text-fon-ie.png) 0 0 no-repeat;
}

.roud5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.roud3 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.com-form textarea {
	width: 444px !important;
	margin-bottom: 6px !important;
}

.com-form input,.com-form textarea {
	background: url(../img/inp-text-fon.png) 0 0 no-repeat;
	margin-top: 0px !important;
}

.width-165 {
	width: 165px !important;
}

.width-260 {
	width: 260px !important;
}

#rater ul {
	margin-bottom: 5px !important;
}

.param-list {
	margin-bottom: 1em !important
}

.param-list tr td {
	padding: 4px 0px 4px 0px !important;
	vertical-align: top;
}

.bold {
	font-weight: bold;
}

.param-list-width {
	min-width: 80px;
}

.padding0 {
	padding: 0px !important;
}

/* disqus css*/
#disqus_thread {
	margin-top: 8px;
}

#disqus_thread #dsq-comments-title h3,.dsq-post-area h3 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0.5em;
}

#dsq-content {
	padding-top: 8px;
}

.dsq-options .dsq-subscribe-rss {
	display: none !important
}

.dsq-odd .dsq-header-avatar,.dsq-odd .dsq-comment-header-meta {
	background: #f3fbfe !important;
}

#dsq-content .dsq-pagination {
	margin: 3px 0px 3px 0px !important;
	padding: 3px 0px 3px 0px !important;
}

.dsq-subscribe-menu label {
	font-weight: normal !important;
}

.dsq-post-fields-left {
	vertical-align: top !important;
}

#dsq-form-area button.dsq-button-small input[type="checkbox"] {
	float: none !important;
}

.dsq-subscribe-label {
	padding: 0px 6px 6px 6px !important;
	line-height: 11px !important;
}

.button-hide span {
	display: block !important;
	position: relative;
	margin-top: -15px;
	background: red;
	border: solid 1px #000000;
}

#previousButton span {
	display: none;
}

.buyer-name {
	position: relative;
	top: -3px;
}

.button-new {
	background: none !important;
	border: none !important;
	padding: 0px 5px 0px 0px !important;
	cursor: pointer !important;
	text-align: left;
	overflow: visible;
	margin: 0;
}

#login .button-new {
	margin-right: -10px !important;
	margin-top: -2px !important;
}

.button-new div {
	overflow: visible !important;
}

button[type="submit"]::-moz-focus-inner,.button-new::-moz-focus-inner,.button-new,.button-new:focus
	{
	border: none !important;
	outline: none !important;
}

.button-new .c-left {
	background: url("../img/blue-button-right.png") no-repeat scroll 0 0
		transparent;
	display: table;
	font: bold 12px Arial, Helvetica, sans-serif;
	height: 24px;
	outline: medium none;
}

.button-new .c-right {
	background: url("../img/blue-button-left.png") no-repeat scroll 100% 0
		transparent;
	color: #000000 !important;
	cursor: pointer;
	display: table;
	height: 24px;
	line-height: 15px !important;
	margin-right: -4px;
	margin-top: 0 !important;
	padding: 5px 20px 0;
}
.audio-player {
	width: 260px;
	height: 20px;
	margin-top: 5px;
	margin-left: 10px;
	display: block;
	overflow: hidden;
}
.video-player {
	width:260px; 
	height:200px; 
	margin-left: 10px;
}
.new-img-wraper{
	width: 260px;
	overflow: visible;
	display: block;
	margin: 0px auto;
}

/* Widget */

.widget-textarea
{
height : 160px;
color:#555555;
}

.widget-copy-link
{
color: #0984C2;
width:150px;
height: 20px;
}

#widget-share {
background:none repeat scroll 0 0 #FFE381;
padding:13px;
width : 400px;
}
		
.widget-copy-link.hover 
{
text-decoration: underline !important; 
}
#loading-img {padding: 50px 30px 50px 30px; text-align: center;
margin-right:-13px;
padding-right:13px;
margin-top:-50px;
position:relative;
z-index:1;
background: #ffffff;
}
#loading-img div{text-align:left; font-weight: bold;}
#loading-img img{padding: 30px 0px 0px 0px !important; margin: 0px !important;}
.add-file span.gloss-end{margin-top: 0px !important;}
.add-file #fb .ffb-match{margin-top: -2px !important;}
#selectUser label, #selectCategory label{width: 100% !important;}
#selectUser, #selectCategory{min-height:100px; height:100px;}

#uploadLabel p{
padding-left : 5px;
}
#d_clip_button{width: 390px !important;}
#selectUser #fb_ctr{position: relative !important; left: -318px  !important;}
#selectUser #fb{margin-bottom: 30px !important;}
#fb_ctr .paging .page{margin-top: 2px !important;}


.widget-image{width: 100%; clear: both; display: table;}
.widget-image img{
	float:right;
	margin-right:10px;
	max-width: 333px;
}
.widget-image p{
	float:left;
	width:370px;
	clear: left;
}
#d_clip_container #d_clip_button{width: auto !important;}
#d_clip_container #d_clip_button{
	background:url("../img/blue-button-right.png") no-repeat scroll 0 0 transparent;
	display:table;
	font:bold 12px Arial,Helvetica,sans-serif;
	height:24px;
	outline:medium none;
	text-decoration:none !important;
}
#d_clip_container #d_clip_button .c-button-long{
	background:url("../img/blue-button-left.png") no-repeat scroll 100% 0 transparent;
	color:#000000 !important;
	cursor:pointer;
	display:table;
	height:24px;
	line-height:15px !important;
	margin-right:-4px;
	margin-top:0 !important;
	padding:5px 20px 0;
	text-decoration:none !important;
}

/*
.widget-copy-link { width:150px; text-align:center; border:1px solid black; background-color:#ccc; margin:10px; padding:10px; cursor:default; font-size:9pt; }
		.widget-copy-link.hover { background-color:#eee; }
		.widget-copy-link.active { background-color:#aaa; }

*/
<<<<<<< .mine

.howto h1{
font-size:1.8em;
margin-bottom:0.4em;
}
.howto li h2 {
font-size:1.3em;
font-weight:bold;
letter-spacing:-1px;
line-height:1;
margin:0px;
margin-bottom:0.4em;
}
h1.style1{
font-size:1.8em !important;
margin:0 0 0.7em !important;
}
.bread-cr h2
{
line-height:1.1 !important;
font-size: 100% !important;
margin:0px !important;
}
h1#file-title{
font-size:2em !important;
margin-bottom:0.4em !important;
}

.latest-sold ul h2 {
font-size:1.2em;
letter-spacing:0;
margin:0px !important;
line-height:1;

}
.latest-uploads li h2 {
font-size:1.1em;
height:1.1em;
margin:0px !important;
line-height:1;
overflow:hidden;
}
.left-margin{margin-left:30px !important;
width: auto !important;
float: none !important;
}
.no-top-padding{
padding-top: 5px !important;
}
.left-margin-block{padding:5px 20px 0px 30px;}
#useUserDiv,
#useCategoryDiv,
#smallSizeDiv,
#bigSizeDiv{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
	border: solid 1px #ffffff;
}
#useUserDiv input[type="radio"],
#useCategoryDiv input[type="radio"]{float: left; clear: none;}
#useUserDiv label,
#useCategoryDiv label{
	display:block;
	float:left;
	font-weight:bold;
	margin-top:3px;
	width:290px;
}




#useUserDiv div,
#useCategoryDiv div,
#bigSizeDiv div,
#smallSizeDiv div{clear:both;
	margin-left:22px;
	padding-top:10px;}
#bigSizeDiv div,
#smallSizeDiv div{padding-top:3px !important; margin-left:19px;}
#smallSizeDiv,
#bigSizeDiv{margin-right: 10px; float: left; width:90px; padding-top: 5px !important;}
#smallSizeDiv input,
#bigSizeDiv input{float: left;}
#smallSizeDiv label,
#bigSizeDiv label{float: left !important; width: auto !important; margin-top: 0.2em !important; clear: none !important; margin-bottom:0px !important; }
.chooseOption{border: solid 1px #ffcc00 !important; background-color : #ffe381;}
.lmb-left-col,
.lmb-right-col{width:340px;}
.lmb-left-col{float: left;}
.lmb-right-col{float: right;}

.left-margin-block h3{font-size:1.3em;
font-weight:bold;
letter-spacing:-1px;
border-bottom:0px !important;
padding: 0px !important;
margin-right: 0px !important;
margin-bottom: 15px !important;
}
.top-yel{margin-top: 50px; display: block; text-decoration: none !important; text-align: center;}
.widget-left-block{
	float: left;
	width: 217px;
	margin-right: 40px;
}
.widget-left-block #widget-share{width: 190px !important; padding-top: 7px !important; padding-bottom: 5px !important;}
.widget-left-block #widget-share #fe_text{width: 178px !important; height: 214px !important;}
.widget-left-block #d_clip_container{margin-top: 10px;}
.span-flash span{display: none !important;}
.span-flash embed{margin-top: -2px !important;}
.left-margin-block p{margin-bottom: 1em !important;}



.lmb-right-col #selectUser .fb_chrome #fb_ctr {left: 0px !important;top: -6px !important;}

.notice-button a{float: left; margin-right: 10px; text-align: center;}


.howto h1{
font-size:1.8em;
margin-bottom:0.4em;
}
.howto li h2 {
font-size:1.3em;
font-weight:bold;
letter-spacing:-1px;
line-height:1;
margin:0px;
margin-bottom:0.4em;
}
h1.style1{
font-size:1.8em !important;
margin:0 0 0.7em !important;
}
.bread-cr h2
{
line-height:1.1 !important;
font-size: 100% !important;
margin:0px !important;
}
h1#file-title{
font-size:2em !important;
margin-bottom:0.4em !important;
}

.latest-sold ul h2 {
font-size:1.2em;
letter-spacing:0;
margin:0px !important;
line-height:1;

}
.latest-uploads li h2 {
font-size:1.1em;
height:1.1em;
margin:0px !important;
line-height:1;
overflow:hidden;
}
.left-margin{margin-left:30px !important;
width: auto !important;
float: none !important;
}
.no-top-padding{
padding-top: 5px !important;
}
.left-margin-block{padding:5px 20px 0px 30px;}
#useUserDiv,
#useCategoryDiv,
#smallSizeDiv,
#bigSizeDiv{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
	border: solid 1px #ffffff;
}
#useUserDiv input[type="radio"],
#useCategoryDiv input[type="radio"]{float: left; clear: none;}
#useUserDiv label,
#useCategoryDiv label{
	display:block;
	float:left;
	font-weight:bold;
	margin-top:3px;
	width:290px;
}




#useUserDiv div,
#useCategoryDiv div,
#bigSizeDiv div,
#smallSizeDiv div{clear:both;
	margin-left:22px;
	padding-top:10px;}
#bigSizeDiv div,
#smallSizeDiv div{padding-top:3px !important; margin-left:19px;}
#smallSizeDiv,
#bigSizeDiv{margin-right: 10px; float: left; width:90px; padding-top: 5px !important;}
#smallSizeDiv input,
#bigSizeDiv input{float: left;}
#smallSizeDiv label,
#bigSizeDiv label{float: left !important; width: auto !important; margin-top: 0.2em !important; clear: none !important; margin-bottom:0px !important; }
.chooseOption{border: solid 1px #ffcc00 !important; background-color : #ffe381;}
.lmb-left-col,
.lmb-right-col{width:340px;}
.lmb-left-col{float: left;}
.lmb-right-col{float: right;}

.left-margin-block h3{font-size:1.3em;
font-weight:bold;
letter-spacing:-1px;
border-bottom:0px !important;
padding: 0px !important;
margin-right: 0px !important;
margin-bottom: 15px !important;
}
.top-yel{margin-top: 50px; display: block; text-decoration: none !important; text-align: center;}
.widget-left-block{
	float: left;
	width: 217px;
	margin-right: 40px;
}
.widget-left-block #widget-share{width: 190px !important; padding-top: 7px !important; padding-bottom: 5px !important;}
.widget-left-block #widget-share #fe_text{width: 178px !important; height: 214px !important;}
.widget-left-block #d_clip_container{margin-top: 10px;}
.span-flash span{display: none !important;}
.span-flash embed{margin-top: -2px !important;}
.left-margin-block p{margin-bottom: 1em !important;}


/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
	 .left-margin-block #selectUser #fb_ctr{left:0px !important;}
	.left-margin-block #selectUser #fb_ctr{top:-3px !important;}
}

html>body*.lmb-right-col #selectUser #fb #fb_ctr{left:-318px !important;}
*/

.lmb-right-col #selectUser .fb_chrome #fb_ctr {left: 0px !important;top: -6px !important;}

.fieldErrorCategory{
	background:no-repeat scroll 100% 1px #FFEEEE;
	border:1px solid #CC6666;
}

#mainCategory, #subCategoryList{width:150px !important;}
#selectUser #fb, #selectUser #fb #fb_ctr{width:160px !important;}
#selectUser #fb, #subCategoryList #subCategoryId  {float:left;}
#selectUser #fb_input, #subCategoryList #subCategoryId, #subCategoryList select {width:150px !important;}
#selectUser .selectUserError, #selectCategory .selectCategoryError{display:none;width:170px !important;float:right;margin-top:15px;color:#ff0000;font-style:italic;}
#selectUser #fb #fb_ctr{left:0px !important; top:-10px !important;}

#registrationForm ul li .longFieldError{display:block;
float:right;
margin-top:12px;
width:320px;}

.black-error-container .black-textError{width:315px;}
span.fieldError{margin-left:11px !important;margin-bottom:10px;}
span.errorBox{width:315px !important; top:6px !important;}
