.cb {
	clear: both;
}

#youtube_preview {
	display:none;
}

.a_video_image {
	float: left;
	margin: 0 10px 10px 0;
}

.a_video_title {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}

.a_video_description {
	text-decoration: italic;
}

.notifier {
	color: #008800;
	display: none;
}

.ctd {
	transition: color 0.2s linear;
}

.ctd input {
	transition: border 0.2s linear;
}

.ctd.hiba {
	color: #ff0000;
}

.ctd.hiba input {
	border: 1px solid #ff0000;
}

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

.fld {
	padding: 12px 4px 0 0;
	display: inline-block;
	vertical-align: bottom;
}

.fld select {
	padding-top: 1px;
}

#pua {
	width: 620px;
	float: right;
	border: 1px solid #bdbdbd;
	margin: -5px 0 0 0;
	padding: 5px;
	background: #f8f8f8;
	border-radius: 5px;
}

#swfuErrors {
	color: #B50000;
	border: 1px solid #B50000;
	margin: 0 0 10px 0;
	display: none;
	text-align: left;
	background: #FFEBEB;
}

#swfuErrorsMessages {
	margin: 4px;
}

#swfuErrorsMessages .head {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0;
}

#swfuErrorsMessages .filename {
	font-size: 11px;
	font-weight: bold;
}

#swfuErrorsMessages .message {
	font-size: 11px;
	font-style: italic;
	margin: 0 0 5px 0;
}

.progressWrapper {
	display: none;
	overflow: hidden;
}


.progressContainer {
	padding: 4px;
	margin-bottom: 10px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
	text-align: left;
}

.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 10pt;
	font-weight: 700;
	color: 555;
	height: 16px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	font-size: 11px;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
	color: #333;
}

.thfl {
	float: left;
	margin: 9px 9px 0 0;
}

.thumbnail {
	width: 122px;
	height: 122px;
	padding: 8px;
	border: 1px solid #888888;
	display: table-cell;
	background: #efefef;
	text-align: center;
	vertical-align: middle;
}

.thumbnail img {
	max-width: 120px;
	max-height: 120px;
	vertical-align: middle;
}

.controls {
	width: 130px;
	background: #888888;
	font-weight: bold;
	padding: 5px 5px 2px 5px;
	text-align: right;
}

.controls img {
	cursor: pointer;
}

.dthumbnail {
	width: 100%;
	background: #efefef;
	margin: 5px 0;
	border: 1px solid #888888;
}

.dcontrols {
	float: right;
	background: #888888;
	font-weight: bold;
	padding: 6px 4px 3px 5px;
	text-align: right;
}

.dcontrols img {
	cursor: pointer;
}

.dthumbnail a {
	padding: 5px 5px;
	display: inline-block;
}

.qtip {
	max-width: 960px !important;
}

.qtip div, .qtip span {
	margin: 3px 3px 0 0;
}

.qtip input[type="text"]:disabled {
    background: #eeeeee;
}

.eb_div {
	display: none;
}

#smji .ui-autocomplete-input {
	width: 240px;
}

#smji .ui-combobox-toggle {
	left: 260px;
}

#smji .ui-combobox {
	width: 290px;
}

#smji .dbl .ui-autocomplete-input {
	width: 510px;
}

#smji .dbl .ui-combobox-toggle {
	left: 530px;
}

#smji .dbl .ui-combobox {
	width: 560px;
}

#smji {
	margin: 10px;
}

#smji div {
	padding-top: 10px;
}

#smji div.cb {
	padding: 0;
}

#smji select {
	width: 230px;
}

#smji .nw select {
	width: 85px;
}

div.content div.left {
    min-height: 300px;
    overflow: hidden;
    float: left;
    width: 250px;
}

div.content div.left div.logbox {
    border: 1px solid #999999;
    border-radius: 5px;
    background: #FFFFFF;
    float: left;
    min-height: 50px;
    overflow: hidden;
    padding: 10px 10px 10px 10px;
    text-align: center;
    width: 180px;
}

div.content div.left div.logbox div.logbox_title {
    background: #990000;
    color: #FFFFFF;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    float: left;
    margin: -10px 0px -10px -10px;
    padding: 5px 0px 0px 0px;
    height: 20px;
    width: 200px;
}

div.content div.left div.logbox p {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #999999;
}

div.content div.left div.logbox span {
    color: #990000;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #999999;
}

div.content div.left div.logbox a {
    color: #000000;
    font-size: 12px;
    text-align: center;
    text-shadow: 1px 1px 1px #999999;
}

div.content div.left div.kat_box {
    border: 1px solid #999999;
    border-radius: 5px;
    background: #FFFFFF;
    float: left;
    min-height: 100px;
    overflow: hidden;
    padding: 10px 10px 10px 10px;
    margin: 30px 0px 0px 0px;
    width: 180px;
}

div.content div.left div.kat_box span {
    color: #990000;
    font-size: 15px;
    font-weight: bold;
}

div.content div.left ul {
    margin: 0;
}

div.content div.left ul li {
    cursor: default;
    list-style: none;
    list-style-image: none;
    padding: 5px 0px 5px 0px;
    margin: 0px 0px 0px -40px;
	font-weight: bold;
	font-size: 14px;
}

div.content div.left ul li ul li {
    cursor: pointer;
    list-style-position: inside;
    list-style-image: url('arrow.png');
    padding: 5px 0px 5px 0px;
    margin: 0px 0px 0px -40px;
	font-weight: normal;
}

div.content div.left ul li a, div.keret div.left ul li {
    color: #000000;
    font-size: 12px;
}

div.content div.left ul li a:hover, div.keret div.left ul li:hover {
    color: #990000;
}

div.content div.left ul li img {
    margin: 3px 10px 0px 0px;
    float: left;
}

div.content div.right {
    min-height: 300px;
    float: left;
    overflow: hidden;
    width: 950px;
}

div.content div.right span {
    color: #990000;
    font-size: 15px;
    float: left;
    font-weight: bold;
}

div.content div.right div.new_product span {
    color: #990000;
    font-size: 15px;
    float: left;
    font-weight: bold;
    text-shadow: 1px 1px 1px #999999;
    margin: 0px 0px 0px 10px;
}

div.content div.right div.new_product div.np_thumb {
    border: 1px solid #999999;
    cursor: pointer;
    float: left;
    min-height: 110px;
    overflow: hidden;
    margin: 10px 20px;
    text-align: center;
    width: 135px;
}

div.content div.right div.new_product div.np_thumb:hover {
    border: 1px solid #990000;
}

div.content div.right div.new_product div.np_thumb div.kep {
    height: 125px;
    margin: 5px 0px 5px 5px;
    width: 125px;
}

div.content div.right div.new_product div.np_thumb div.text2 {
    border-top: 1px solid #999999;
    background: #990000;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0px 5px 0px 5px;
    width: 125px;
}

div.content div.right div.new_product div.np_thumb div.text2 a {
    color: #FFFFFF;
    font-size: 12px;
    text-shadow: 1px 1px 1px #999999;   
    text-align: center;
}

div.content div.right div.item_thumb {
    border: 1px solid #999999;
    background: #FFFFFF;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    float: left;
    height: 320px;
    margin: 10px 10px;
    width: 200px;
	position: relative;
}

div.content div.right div.item_thumb:hover {
    border: 1px solid #990000;
}

div.content div.right div.item_thumb div.kep {
    border: 1px solid #999999;
    height: 180px;
    margin: 15px 0px 0px 40px;
    width: 120px;
}

div.content div.right div.item_thumb div.video {
    border: 1px solid #999999;
    height: 90px;
    margin: 60px 0px 45px 40px;
    width: 120px;
}

div.content div.right div.item_thumb div.nev {
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 10px 0px 0px 0px;
    width: 200px;
}

div.content div.right div.item_thumb div.nev a {
    color: #990000;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #999999;   
}

div.content div.right div.item_thumb div.kiadas {
    height: 20px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    width: 200px;
	position: absolute;
	bottom: 35px;
	float: none;
}

div.content div.right div.item_thumb div.kiadas span {
    color: #000000;
    font-size: 14px;
	font-weight: normal;
	display: inline-block;
	float: none;
	margin: 0;
}

div.content div.right div.item_thumb div.kiadas span.malta {
	color: #cc001f;
	display: inline-block;
}

div.content div.right div.item_thumb div.kiadas span.szurke {
	color: #888888;
	display: inline-block;
}

div.content div.right div.item_thumb div.buttons {
	position:absolute;
	bottom: -1px;
}

div.content div.right div.item_thumb div.bovebben:hover {
    color: #999999;
}

div.content div.right div.item_thumb div.bovebben {
    background: #cc001f;
    border: 0;
    color: #FFFFFF;
    font-size: 14px;
    float: left;
    padding: 6px 0 0 0;
    margin: 18px 0px 0px 0px;
    height: 25px;
    width: 200px;
	text-align: center;
}

input.search_in {
    background: #EEEEEE;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-right: 0px solid #FFFFFF;
    border-radius: 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #000000;
    font-size: 12px;
    float: left;
    padding: 5px 5px 5px 5px;
    margin: 5px 0px 0px 10px;
    width: 122px;
	height: 15px;
	line-height:15px;
}

input.search_in:active, input.search_in:focus {
    color: #000000;
}

input.search {
    background: transparent url('search.png');
    cursor: pointer;
    border-radius: 0px;
    border: 0px;
    float: right;
    height: 27px;
    margin: 5px 0px 0px 0px;
    width: 26px;
}

input.search:hover {
    background: transparent url('search_hover.png');
}

div.content div.right div.kibont_kep {
    border: 1px solid #999999;
    background: #FFFFFF;
    float: left;
    overflow: hidden;
    text-align: center;
    padding: 10px;
}

div.content div.right div.text3 {
    float: right;
	text-align: left;
    overflow: hidden;
    padding: 0;
    width: 650px;
}

div.content div.right div.text3 span {
    
}

div.content div.right div.text3 div.szurke {
	color: #888888;
	font-weight: normal;
}

div.content div.right div.text3 div.kosarba {
    background: #990000 url('images/cart_nagy.png') left no-repeat;
    background-position: 10px 4px;
    cursor: pointer;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 5px;
    position: absolute;
    margin: 30px 0px 0px 0px;
    text-align: center;
    padding: 7px 0px 0px 0px;
    height: 23px;
    width: 150px;
}

div.content div.right div.text3 p {
    margin-top: 0;
}

div.content div.right div.navigacio span {
    color: #990000;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #999999;   
}

.authors {
	margin-bottom: 15px;
}

.release {
	margin-bottom: 15px;
}

.description {
	margin-bottom: 15px;
	font-size: 14px;
}

.op_box {
}

.op_box div.hdr, .op_box div.hdr:hover {
	background: none;
	border-bottom: 1px solid #333333;
}

.op_box a {
	display: block;
	line-height: 24px;
	font-weight: normal;
	border-bottom: 1px solid #999999;
}

.op_box a:hover {
	background: #dbdbdb;
}

.op_box span.mll {
	float: right !important;
	font-weight: bold !important;
	font-size: 12px !important;
}

.html-file-upload-table {
	width: 640px !important;
}