@import url('button.css?v1.2');
@import url('input.css?v1.2');
@import url('breadcrumb.css?v1.2');
@import url('category.css?v1.2');
@import url('table.css?v1.2');
@import url('product.css?v1.2');
@import url('scaffold.css?v1.2');
@import url('listmenu.css?v1.2'); 
@import url('form.css?v1.2');  

div.hidden-score-box {
	display: block;
	clear: both;
}

div.showcase768x45.listing-page {
	display: block;
	margin: 0px auto 20px;
}
div.showcase768x45 {
	width: 768px;
	height: 45px;
	overflow: hidden;
}

.not-bold {
	font-weight: normal !important;
}
.x-grid-cell {
	margin: 0 !important;
	padding: 0 !important;
}
.font-small *:not(h2) {
	font-size: 0.967em !important;
}
.font-small .recommendation-item-seller a {
	line-height: 0.8em !important;
}
.font-small .recommendation-item-title ,
.font-small .recommendation-item-details {
	font-size: 10px !important;
	line-height: 0.9em !important;
}
.font-small input.header-search {
	font-size: 12px !important;
}
.font-bigger *:not(h2) {
	font-size: 1.01em !important;
}
.font-bigger .recommendation-item-details {
	line-height: 0.9 !important;
}
.font-bigger input.header-search {
	font-size: 25px !important;
}

div.list-foot-pager {
	margin: 0 !important;
}

.no-overflow {
	overflow: visible !important;
}
/**** TEMP ****/
.loginbox { width: 300px; margin: 0px auto; display: block; }
.loginbox label { min-width: 80px; display: inline-block; }
/*.error { color: red; font-weight: bold; display: block; background: yellow; border: solid 1px red; padding: 2px; }*/
.ui-datepicker { font: normal 11px Arial; }
/**** /TEMP ****/

.ui-menu {
	z-index: 1000 !important;
}
img {
	border: 0;
}
.h120 {
	height: 120px !important;
}
div.columns,
div.frame {
margin: 0 0 20px 0;
}
div.frame {
	/*padding: 0 43px;*/
}
div.frame.shadow {
	margin: 20px 0;
	background: url(../images/sb/frame_bg.png) no-repeat center bottom;
	/*background: url(../images/sb/frame_bg.png) no-repeat -105px bottom;*/
	padding: 0 0px 30px 0px;
	overflow: hidden;
}
div.shadow-line {
	margin-bottom: 10px;
	background: url(../images/sb/shape.png) no-repeat -130px bottom;
	height: 50px;
	position: relative;
	margin-top: -30px;
	z-index: -100;
}
div.shadow-line div.left-shadow{
	background: url("../images/sb/shadow_left.png") no-repeat scroll center bottom transparent !important;
	position: absolute;
	left: -80px;
	margin-top: -18px;
	width: 80px;
	height: 68px;
	z-index: -2;
	padding: 0;
	border: 0;
	cursor: default;
	-moz-box-shadow: none;
}
div.shadow-line div.right-shadow{
	background: url("../images/sb/shadow_right.png") no-repeat scroll center bottom transparent !important;
	position: absolute;
	right: -76px;
	margin-top: -18px;
	width: 76px;
	height: 68px;
	z-index: -2;
	padding: 0;
	border-right: 0 !important;
	cursor: default;
	-moz-box-shadow: none;
}

.rounded-box {
	background: #fff;
	border: 1px solid #ebebeb;
	overflow: hidden;
	margin-bottom: 20px !important;
	padding: 10px !important;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-o-border-radius: 8px;
}
.rounded-box div.columns {
	margin: 10px 0;
}
div.rounded-box.dark-gray {
	background: #484445;
}
div.rounded-box.gray {
	background: #f4f4f4;
}
div.columns {
	display: block;
	float: left;
}

.columns-2 {
	width: 50%;
	padding: 0 !important;
}
.columns-3 {
	width: 33%;
	padding: 0 !important;
}
.columns-4 {
	width: 24%;
	padding: 0 !important;
}


* {
	font-family: Tahoma, Arial, "Sans-serif";
}


body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color:#333333;
}
.clear {
	clear: both;
}
.display-none {
	display: none;
}
.display-block {
	display: block;
}
.display-inline {
	display: inline-block !important;
}

h1 {
	font-size: 20px !important;
	font-weight: bold;
	color: #333333;
}
h1.block {
	display: inline;
}
h2 {
	line-height: 26px;
	font-size: 18px !important;
}
h3 {
	font-size: 13px !important;
}
h4 {
	font-size: 14px !important;
	font-weight: bold;
}
h5 {
	font-size: 13px !important;
	font-weight: bold;
	line-height: 19px;
}
.desc-text {
	font-size: 11px;
}
.label-text {
	font-size: 10px;
	font-weight: bold;
}
.crum-text {
	font-size: 10px;
}

.corners-div {
	position: relative;
}
.corners {
	background-image: url(../images/sb/table_corners.gif);
	background-repeat: no-repeat;
	width:4px;
	height:4px;
	position:absolute;
}
.corner_bg_tl {
	background-position: 0px 0px;
	top:0px;
	left: 0px;
}
.corner_bg_tr {
	background-position: -5px 0px;
	top:0px;
	right: 0px;
}
.corner_bg_bl {
	background-position: 0px -5px;
	bottom:0px;
	left: 0px;
}
.corner_bg_br {
	background-position: -5px -5px;
	bottom:0px;
	right: 0px;
}
.corner_empty_bl {
	background-position: 0px -10px;
	bottom:0px;
	left: 0px;
}
.corner_empty_br {
	background-position: -5px -10px;
	bottom: 0px;
	right: 0px;
}


/* Error messages */
div.error,
div.error_msg {
	background: url(../images/sb/error_msg_bg.png) repeat-x transparent;
	background-color: #f7c9c9 !important;
	overflow: hidden;
	max-width: 900px;
	margin: 0px auto 10px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-o-border-radius: 8px;
}
div.error div,
div.error_msg div {
	margin: 27px;
	color: #d20707;
	font-size: 16px;
	font-weight: bold;
}
div.warning,
div.warning_msg {
	background: url(../images/sb/warning_msg_bg.png) repeat-x;
	background-color: #f5f1af;
	overflow: hidden;
	max-width: 900px;
	margin: 0px auto 10px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-o-border-radius: 8px;
}
div.warning div,
div.warning_msg div {
	margin: 27px;
	color: #c7ae04;
	font-size: 16px;
	font-weight: bold;
}
div.success,
div.success_msg {
	background: url(../images/sb/success_msg_bg.png) repeat-x;
	background-color: #cfe8cc;
	overflow: hidden;
	max-width: 900px;
	margin: 0px auto 40px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-o-border-radius: 8px;
}
div.success div,
div.success_msg div {
	margin: 27px;
	color: #439738;
	font-size: 16px;
	font-weight: bold;
}
div.main-promo-box {
	width: 100%;
	max-height: 250px;
}
div.seo-box p {
	padding: 10px;
	margin: 0;
}
div.seo-box {
	width: 768px;
	margin: 5px auto;
	overflow: hidden;
	background: #f4f4f5;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	margin-bottom: 50px;
}
#header{
	width: 100%;
	margin: 0 0 13px 0;
	height: 100px;
	padding: 0;
	background: #fff url(../images/sb/header_bg.jpg) repeat-x bottom;
	color: #868686;
}
#header div.background-image {
	float: left;
	display: block;
	width: 100%;
	height: 75px;
	/*background :url(../images/sb/header_watermark.png) no-repeat scroll center -40px transparent;*/
}
#header div.logged-user a {
	line-height: 16px !important;
}
#header div.logged-user, #header span.logged-user {
	text-transform: none;
	color: #f58320;
}
#header div.wave {
	display: block;
	background: #f00;
	height: 20px;
	width: 100%;
	float: left;
	background: none;
	text-align: center;
	/*background: url(../images/sb/header_wave.jpg) 0 -1px repeat-x;*/
}
#header div.wave-text {
	width: 970px;
	margin: auto;
	text-align: left;
	font-size: 14px;
	color: #ededed;
	font-family: Verdana;
	padding-left: 20px;
}
#header .header-menu {
	margin-top: 4px;
	text-transform: uppercase;
	float: right !important;
	width: 100%;
	text-align: right;
	margin-bottom: 0px;
	min-height: 15px;
}
#header .header-menu a {
	color: #f58320;
}
#header .header-menu a:hover {
	color: #ffaa56;
}
#header div.area {
	margin: 0 auto;
	width: 980px;
	overflow: auto;
	height: 70px;
	/*background: url(../images/sb/header_bg_striped.jpg) no-repeat scroll center;*/
}
img#header-vatera-title {
	display: block;
	clear: both;
	padding-top: 5px;
	margin-left: 10px;
}
#header div.area div {
	float:left;
}
#header div.left,
#header a.left {
	display: block;
	width: 173px;
	height: 43px;
	cursor: pointer;
}
#header.seller-header div.left {
	width: 230px;
	height: 50px;
	cursor: pointer;
	background: url(../images/sb/logo_seller.png) left bottom no-repeat;
}
#header div.center {
	height: 100px;
	width: 630px;
	font-size: 11px;
	overflow: hidden;
}
#header.seller-header div.center {
	height: 20px;
}
#header div.short-menu {
	margin: 0 0 21px;
	width: 100%;
	overflow: hidden;
}
#header.seller-header div.short-menu {
	margin: 10px 0 0 0;
}
#header.seller-header div.short-menu a {
	display: block;
	float: left;
	margin-right: 2px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-khtml-border-radius: 4px 4px 0px 0px;
	-o-border-radius: 4px 4px 0 0;
	padding: 8px 10px 10px 10px;
	position: relative;
	z-index: 100;
	text-transform: uppercase;
}
#header.seller-header div.short-menu a:hover {
	background: #fff;
}
#header div.short-menu div {
	margin: 4px 0 0 0;
}
#header div.center form input,
#header div.center form button {
	float: left;
}
#header div.right {
	/*height: 158px;*/
	width: 185px;
	float: right !important;
	font-size: 14px;
}
#header.seller-header span.delim {
	margin: 0 5px 0 7px;
}
span.delim {
	color: #838383;
	font-weight: bold;
	margin: 0 5px 0 10px;
}
#header div.right div a {
	font-size: 11px;
	margin: 0 0 0 0;
}
#header div.right div{
	float: right !important;
}
#header button.basket div.icon,
#header button.basket div.label {
	float:left !important;
	padding: 0 0 0 25px
}
/* Seller header modifications */
#header.seller-header {
	/*height: 120px;*/
}
#header.seller-header div.center {
	color: #a9a9a9;
}
#header.seller-header div.center .top-menu{
	float: right;
	text-transform: uppercase;
}
#header.seller-header div.center {
	margin: 8px 0 0 30px;
	float: right;
}
#header button.header-search-btn {
	margin: 0 !important;
	height: 39px !important;
	display: block !important;
	width: 47px;
	-moz-border-radius: 0 4px 4px 0 !important;
	border-radius: 0 4px 4px 0 !important;
	-webkit-border-radius: 0 4px 4px 0 !important;
	-khtml-border-radius: 0 4px 4px 0 !important;
	-o-border-radius: 0 4px 4px 0 !important;
}
#header button.header-search-btn div {
	width: 38px;
	height: 30px;
	background: url(../images/sb/icon_search3.png) center 5px no-repeat;
}
#header div.header-search-shadow {
	-moz-box-shadow: 0px 0px 12px #333;
	-webkit-box-shadow: 0px 0px 12px #333;
	box-shadow: 0px 0px 12px #333;
	margin: 10px;
	width: 543px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
}
#header input.header-search {
	border: none;
	margin: 0;
	-moz-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	-khtml-border-radius: 4px 0px 0px 4px;
	-o-border-radius: 4px 0px 0px 4px;
	background: #fff url(../images/sb/input_txt_bg.png) center repeat-x;
	color: #9e9e9e;
	width: 375px;
	height: 39px;
	font-size: 20px;
	padding: 0 0 0 10px;
	line-height: 40px;
	vertical-align: middle;
	z-index: 1;
	position: relative;
}

#header input.header-search-no-category-box {
	width:485px;
}

#header div.header-search-categories-btn {
	height: 39px;
	margin: 0;
	z-index: 10;
	margin: 0 0 0 -50px;
	position: relative;
	width: 160px;
	background: url(../images/sb/header_category_btn_bg.jpg) center repeat-x;
	border-left: 1px solid #d0d0d0;
}

#header div.header-search-categories-btn div.name {
	color: #0aa3a8;
	height: 39px;
	text-align: right;
	width: 120px;
}
#header div.header-search-categories-btn div.selected,
#header div.header-search-categories-btn div.default {
	width: 100%;
	font-size: 10pt;
	line-height: 41px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#header div.header-search-categories-btn div.selected {
	font-size: 9px;
	padding: 3px 5px 3px 10px;
	text-align: left;
	line-height: 12px;
	height: 33px;
	max-width: 111px;
	overflow: hidden;
}

#header div.header-search-categories-btn div.selected div.centerize {
	height: 35px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	float: none !important;
}
#header div.open,
#header div.close,
#header div.delete {
	float: right !important;
	width: 20px;
	height: 20px;
	background: #f00;
	cursor: pointer;
	margin: 10px 10px 0 0;
	display: none;
}
#header div.header-search-categories-btn div.open {
	display: block;
	background: url("../images/sb/icon_down.png") no-repeat scroll left center transparent;
}
#header div.header-search-categories-btn div.open:hover {
	background: url("../images/sb/icon_down_hover.png") no-repeat scroll left center transparent;
}
#header div.header-search-categories-btn div.close {
	background: url("../images/sb/icon_up.png") no-repeat scroll left center transparent;
}
#header div.header-search-categories-btn div.close:hover {
	background: url("../images/sb/icon_up_hover.png") no-repeat scroll left center transparent;
}
#header div.header-search-categories-btn div.delete {
	background: url("../images/sb/icon_x.png") no-repeat scroll left center transparent;
}
#header div.header-search-categories-btn div.delete:hover {
	background: url("../images/sb/icon_x_hover.png") no-repeat scroll left center transparent;
}

#footer.checkout {
	/*height: 100px;*/
	/*
	bottom: 0;
	position: fixed;
	*/
}
#footer {
	width: 100%;
	height: 90px;
	padding: 0;
	background: #fff url(../images/sb/footer_bg.png) 0 0 repeat-x;
	overflow: hidden;
	color: #fff;
}
#footer div.area {
	margin: 30px auto;
	width: 952px;
}
#footer div.area div {
	float: left;
}
#footer div.left {
	width: 220px;
	height: 33px;
	background: url(../images/sb/logo.png) left 5px no-repeat;
}
#footer div.center {
	width: 712px;
	margin: 0 10px;
}
#footer div.center ul.type {
	list-style-type: none;
	float: left;
	display: block;
	width: 17%;
	margin: 0 10px 0 0;
}

ul,
li,
#footer div.center ul,
#footer div.center li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer div.center li {
	padding-top: 5px;
}
#footer div.background-image {
	float: left;
	display: block;
	width: 100%;
	height: 241px;
	background :url(../images/sb/footer_watermark.png) no-repeat scroll center 4px transparent;
}

#footer div.center ul.type span {
	font-weight: bold !important;
	margin: 0px;
	display: block;
	font-size: 12px;
	letter-spacing: 1px;
}
#footer div.center ul.type li a {
	color: #f58320;
}
#footer div.center ul.type li a:hover {
	color: #ffaa56;
}
#footer div.center ul.type li {
	font-size: 10px;
	line-height: 13px;
}
#footer div.left div.title {
	width: 100%;
	margin-top: 40px;
	font-weight: bold;
	float: left;
}
.fontsize-container div.fb,
.fontsize-container div.gp,
.fontsize-container div.tw {
	float: right;
}
#footer div.left div.fb,
#footer div.left div.gp {
	float: left;
}
.fontsize-container div.fb,
#footer div.left div.fb {
	width:130px;
	overflow: hidden;
	text-align: right;
	margin-right: 2px;
}
.fontsize-container div.tw {
	width:150px;
}
#footer div.left div.tw {
	width:250px;
	margin-top:5px;
}
.fontsize-container div.gp {
	width:75px;
	margin-right: 2px;
}
#footer div.left div.gp {
	width:75px;
	padding-top:2px;
}
#footer div.left div.ct {
	display: block;
	float: left;
	overflow: hidden;
	width: 218px;
	margin: 10px auto;
}
#footer div.foot {
	width: 100%;
	margin-top: 5px;
	text-align: left;
	color: #868686;
	font-size: 10px;
}
#median-container {
	height: 0px;
	overflow: hidden;
}

#center {
	min-height: 500px;
	padding-bottom: 30px;
	width: 980px;
	margin-bottom: 40px;
	margin: 0 auto;

}
#center div.area {
	margin: 0 auto;
	width: 1040px;
	/*overflow: hidden;*/
}

td.centerize {
	vertical-align: middle; text-align: center;
}
.inactive-text {
	color: #999;
}
a:not(.decoration-none) {
	cursor: pointer;
	color: #0aa5a9;
	border:0;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
/*
a:active {
	border: 0;
}
*/
a:hover {
	color: #0ac3c8;
	text-decoration:underline;
}
a.orange {
	color: #f58320;
	border:0;
}
a.orange:hover {
	color: #ffaa56;
}
.orange {
	color: #f58320 !important;
	border:0;
}
.orange:hover {
	color: #ffaa56 !important;
	text-decoration:underline;
}
.second_link {
	color:#777777;
}
.second_link:hover {
	color:#0ac3c8;
	text-decoration:underline;
}
ul.decorated li {
	list-style-type: circle;
	margin: 0 10px 0 20px;
}

/* register */
div.fb_connect,
div.login,
div.register {
	display: block;
	float: left;
	overflow: hidden;
}
div.login div.columns,
div.register div.columns {
	width: 420px;
	margin-right: 60px;
}
div.fb_connect h2 {
	display: block;
	overflow: hidden;
}

div.frame div.head-title,
div.frame div.sub-title {
	width: 100%;
}
div.frame div.head-title {
	margin: 15px 0;
	font-size: 18px !important;
	font-weight: bold;
}
div.sub-title {
	font-size:10px;
	padding: 0;
	letter-spacing: 0.1px;
}

/* product table description box*/
div.product-desc-img div {
	float: left;
}
div.product-desc-img div.img{
	width: 57px;
	height: 51px;
	background: #ccc;
	margin: 2px 15px 0 0;
}
div.product-desc-img div.desc div{
	width: 100%;
}
div.product-desc-img div.desc div.title {
	color: #ff860f;
	font-weight: bold;
	margin-bottom: 12px;
}
div.product-desc-img div.desc div.seller {
	color: #000;
}
div.product-desc-img div.desc div.price {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

.right {
	float: right;
}
.left {
	float: left;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-blue{
	color: #01a2a6;
}
.text-orange{
	color: #FF860F;
}
.text-orange:hover{
	color: #ffa70f;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal !important;
}
div.separeted-page {
	overflow: hidden;
}
div.separeted-page h2.item-recommendation-header-text {
	margin: 0;
}
div.separeted-page div.left-frame {
	float: left;
	width: 75%;
}
div.separeted-page div.right-frame {
	float: right;
	width: 20%;
	border-left: 1px solid #ddd;
	padding: 0px 15px;
	height: 500px;
}
div.separeted-page div.right-frame a {
	float: left;
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	margin: 2px 0 ;
}
div.separeted-page div.right-frame a span {
	font-weight: 0;
	font-size: 8px;
	margin: 0 4px;
}
div.separeted-page.buyer-help {
	width: 960px;
	margin: 0 auto;
}
div.separeted-page.buyer-help h2 {
	margin: 25px 0;
}
div.separeted-page.buyer-help h5 {
	padding: 0;
	margin: 0;
}
div.separeted-page.buyer-help div.right-frame {
	   margin-top: 28px;
}
div.help-line {
	overflow: hidden;
	display: block;
}
div.separeted-page.buyer-help div.block.fix75 {
	height: 75px;
}
div.separeted-page.buyer-help div.block {
	margin: 0px 10px 30px 0px;
	width: 48%;
	float: left;
	padding: 0;
	overflow: hidden;
}
div.separeted-page.buyer-help div.block img {
	width: 110px;
	height: 100px;
	float: left;
	display: block;
	padding-right: 10px;
}

div.star {
	display: inline-block;
	width: 14px;
	height: 14px;
	padding-right: 1px;
	cursor: pointer;
	background: url(../images/sb/icon_star_empty.png) no-repeat;
}
.disabled div.star {
	cursor: default;
}
div.star-filled, div.star-hover {
	background: url(../images/sb/icon_star_fill.png) no-repeat;
}
div.stars {
	white-space: nowrap;
}
tr.seller-rating-summary {
	background-color: #f8f8f8;
}
tr.seller-rating-summary td.first {
	font-weight: bold;
}
div.stars-frame {
	margin: 1px 10px;
}
div.help-rate-content {
	width: 100%;
}
div.help-rate-content div {
	float: left;
}
div.help-rate-content div.text,
div.help-rate-content div.w85 {
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
}
div.help-rate-content div.w85 {
	margin: 0 10px;
}
div.help-rate-content div form {
	margin: 20px 0 0 0;
}
div.help-rate-content div form label {
	display: block;
	width: 100%;
}
div.help-rate-content div form textarea {
	margin: 7px 0 0 0;
	width: 400px;
	height: 150px;
}

div.main-categories-box div.header p {
	font-size: 18px;
	margin-left: 15px;
	margin-bottom: 0px;
	font-weight: bold;
}
div.main-categories-box div.first-row,
div.main-categories-box div.second-row {
	width: 255px;
	display: block;
	float: left;
	margin: 5px 0 0 15px;
}
div.main-categories-box div.second-row {
	float: right !important;
	margin: 5px 15px 0 10px;
}

div.main-categories-box div {
}
div.main-categories-box h1 {
	margin: 0;
	display: block;
	width: 90%;
	float: left;
	color: #999;
	padding: 7px 7px 0 16px;
}
div.main-categories-box div.explanation {
	width: 100%;
	margin-left: 16px;
}
div.main-categories-box div.header {
	width: 100%;
}
div.main-categories-box div.close {
	float: right !important;
	padding: 7px;
	cursor: pointer;
}
div.main-categories-box {
	display: none;
	position: absolute;
	width: 555px;
	z-index: 99999999;
	border: 1px solid #d0d0d0;
	background: #fff;
}

div.category-td a.black, div.category-td a.blue {
	display: block;
	text-decoration:none;
}
div.category-td a.black:hover span, div.category-td a.blue:hover span {
	text-decoration:underline;
}

div.category-td a.black:hover label {
	color: #ffaa56;
}
div.category-td a.black img, div.category-td a.blue img {
	position: relative;
	top: 3px;
	margin: 0 4px;
}
div.category-td a.black label, div.category-td a.blue label {
	/*color: #000;*/
	cursor: pointer;
}
div.category-td a.black span, div.category-td a.blue span {
	/*color: #000;*/
	font-size: 11px;
	line-height: 24px;
}
div.category-td a.black:hover label,
div.category-td a.black label:hover,
div.category-td a.black:hover span,
div.category-td a.black span:hover {
	/*color: #ffaa56 !important;*/
	color: #0ac3c5 !important;
}
div.promotion-link-td a.black:hover label,
div.promotion-link-td a.black label:hover,
div.promotion-link-td a.black:hover span,
div.promotion-link-td a.black span:hover {
	/*color: #ffaa56 !important;*/
	color: #ffffff !important;
}
div.category-td a label,
div.main-categories-box div.td div a {
	font-size: 12px !important;
}
div.main-categories-box div.td div img {
	position: relative;
	top: 3px;
	margin: 0 5px;
}
div.main-categories-box div.td div {
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	display: block;
}

div.category-td,
div.main-categories-box div.td {
	height: 35px;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 0px;
	padding-top: 2px;
}
div.main-categories-box div.header_category_filter {
	width: 255px;
}

div.category-td:hover a,
div.main-categories-box div.td:hover a {
	color: #ffaa56;
}
div.promotion-link-td:hover {
	color: #ffaa56;
}

div.main-categories-box div.td label,
div.main-categories-box div.td {
	cursor: pointer;
}

div.category-td label {
	line-height: 28px;
}
div.category-td {
	position: relative;
	height: 29px;
}
div.childs div.category-td {
	margin-left: 12px;
}
div.category-selector-frame div.tab-container {
	margin-top: 8px;
}

div.categories-block.main > div.category-td:hover {
	background-color: #F6F6F6;
/*	background: #F6F6F6 url('../images/sb/icon_right.png') 220px 10px no-repeat;*/
}
div.categories-block.main > div.category-td:hover div.main-subcategory-list {
	display: block;
}
div.promotion-link-td {
	background-color: #ff830a;
	background: #ff830a url(../images/sb/head_btn_bg.png) repeat-x;
	
}
div.categories-block.main > div.promotion-link-td:hover {
	background-color: #ff830a;
	background: #ff830a url(../images/sb/head_btn_bg_hover.png) repeat-x;
}

div.category-td a {
	line-height: 24px;
}
div.promotion-link-td a {
	color: white;
}

div.category-td span.ccnt {
	position: absolute;
	top: 3px;
	right: 0;
	color: #0AA5A9;
	font-size: 10px;
	font-weight: bold;
}
div.category-td a:hover + span.ccnt,
div.category-td a.selected + span.ccnt {
	color: white;
}
div.main-subcategory-list {
	display: none;
	z-index: 1000;
	position: absolute;
	top: -20px;
	left: 235px;
	padding: 10px 0 10px;
	background-color: #6B6B6B;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
}
div.main-subcategory-list div.category-td {
	margin: 0 10px 0 10px;
	border-bottom: 1px solid #878787;
	width: auto;
	min-width: 238px;
}
div.main-subcategory-list a {
	white-space: nowrap;
	padding: 0 10px;
	color: #FFFFFF;
}
div.main-subcategory-subset {
	float: left;
}

div.main-categories-box div.lastrow {
	border: 0;
	margin-bottom: 3px;
}
div.main-categories-box a {
	cursor: pointer;
}
div.main-categories-box a.selected {
	text-decoration: underline;
	font-weight: bold;
}
div.main-categories label {
	cursor: pointer;
}
div.main-categories.main-page {
	margin: 5px 0 10px 10px;
	overflow: hidden;
}
div.main-categories.main-page div.left {
	height: 25px;
	margin: 0 10px 10px 0;
	width: 151px;
}
div.main-categories.main-page div.left div.table-cell{
	vertical-align: middle;
}
div.main-categories.main-page div.left img {
	margin-right: 5px;
}
div.main-categories.main-page div.left img,
div.main-categories.main-page div.left  a {
	float: left;
	line-height: 13px;
}
div.main-categories.main-page div.left a {
	width: 120px;
}
div.main-categories {
	margin-left: 16px;
}
div.main-categories span {
	display: block;
	padding-top: 1px;
	float: left;
}
div.main-categories input[type=checkbox] {
	margin-bottom: 10px !important;
}
table#category {
	border: none;
	margin-top: 10px;
	margin-bottom: 25px;
	float: left;
}
table#category td {
	border: none;
	padding: 5px;
}

div.rounded-box h3 {
	margin-top: 3px;
	margin-bottom: 3px;
}
div.rounded-box div.item-recommendation-container {
	/*margin-left: -12px;*/
	margin-bottom: 0px;
}
div.rounded-box div.item-recommendation-style-default div.item-recommendation-item {
	padding: 3px;
}

.half-width {
	width: 50%;
	float: left;
}
.half-width.left .frame {
	padding-right: 21px;
}
.half-width.right .frame {
	padding-left: 21px;
}


input.wide550 {
	width: 550px;
}

div.table-cell {
	float: none !important;
	display: table-cell;
}
div.table-cell.centerize {
	text-align: center;
	vertical-align: middle;
}
div.table-cell.height55 {
	height: 55px;
}
div.table-cell.height160 {
	height: 160px;
}

div.grid-centerize {
	height: 160px;
	float: none !important;
	display: table-cell !important;
	text-align: center;
	vertical-align: middle;
}
div.no-result div.right-frame {
	height: 500px;
}

div.separeted-page div.main-categories a {
	display: block;
	float: left;
	width: 20%;
	margin-bottom: 7px;
	height: 26px;
}

.google-button,
.facebook-button,
.twitter-button {
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 5px;
}
.google-button > div,
.facebook-button iframe,
.twitter-button iframe {
	vertical-align: text-bottom !important;
}
.facebook-button {
	position:absolute;
}
.facebook-button-container {
	width: 90px !important;
	vertical-align: top;
	display: inline-block;
	margin-right: 5px;
}
div.facebook-button div.fb-like > span:first-child {
	display: block;
	width: 60px;
	overflow:hidden;
} 
.twitter-button {
	width:32px !important;
}

div.category-line {
	min-height: 70px !important;
	height: auto;
}
div.category-line.first {
	background: url("../images/sb/category_shadow_center_top.png") no-repeat scroll center top transparent;
	height: 50px;
	position: relative;
}

div.category-line.first div.left-shadow{
	background: url("../images/sb/category_shadow_left_top.png") no-repeat scroll right bottom transparent !important;
	position: absolute;
	left: -80px;
	width: 80px;
	height: 68px;
	z-index: -2;
	padding: 0;
	border: 0;
	cursor: default;
	-moz-box-shadow: none;
}
div.category-line.first div.right-shadow{
	background: url("../images/sb/category_shadow_right_top.png") no-repeat scroll center bottom transparent !important;
	position: absolute;
	right: -79px;
	width: 79px;
	height: 68px;
	z-index: -2;
	padding: 0;
	border-right: 0 !important;
	cursor: default;
	-moz-box-shadow: none;
}
div.curve {
	background: url("../images/sb/category_shadow_curve_center.png") no-repeat scroll center bottom transparent !important;
	height: 1px;
	position: relative;
}
div.curve div.right {
	background: url("../images/sb/category_shadow_curve_right.png") no-repeat scroll center bottom transparent !important;
	position: absolute;
	right: -61px;
	width: 61px;
	height: 1px;
	z-index: -2;
	padding: 0;
	border-right: 0 !important;
	cursor: default;
	-moz-box-shadow: none;
}
div.curve div.left {
	background: url("../images/sb/category_shadow_curve_left.png") no-repeat scroll center bottom transparent !important;
	position: absolute;
	left: -53px;
	width: 53px;
	height: 1px;
	z-index: -2;
	padding: 0;
	border-right: 0 !important;
	cursor: default;
	-moz-box-shadow: none;
}
div.category-line-last {
	background: url("../images/sb/category_shadow_center_bottom.png") no-repeat scroll center bottom transparent;
	height: 70px;
	margin-bottom: 10px;
	margin-top: -70px;
	position: relative;
	z-index: -100;
}
div.category-line-last div.left-shadow{
	background: url("../images/sb/category_shadow_left_bottom.png") no-repeat scroll right top transparent !important;
	position: absolute;
	left: -80px;
	width: 80px;
	height: 68px;
	z-index: -2;
	margin-top: 2px;
	padding: 0;
	border: 0;
	cursor: default;
	-moz-box-shadow: none;
}
div.category-line-last div.right-shadow{
	background: url("../images/sb/category_shadow_right_bottom.png") no-repeat scroll center top transparent !important;
	position: absolute;
	right: -79px;
	width: 79px;
	height: 68px;
	z-index: -2;
	margin-top: 2px;
	padding: 0;
	border-right: 0 !important;
	cursor: default;
	-moz-box-shadow: none;
}
div.category-box.subcat {
	margin: 5px 16px !important;
	width: 160px;
	height: 60px;
}
div.category-box.subcat a.title {
	height: auto !important;
	padding-left: 24px;
	background: url("../images/sb/subcategory_button.png") no-repeat scroll left center transparent !important;
	color: #ffaa56 !important;
}
div.category-box.subcat a.title:hover {
	background: url("../images/sb/subcategory_button_hover.png") no-repeat scroll left center transparent !important;
}
div.category-box.subcat a.title:hover h3 {
	color: #ffaa56 !important;
}
div.category-box.subcat a.title div{
	height: 60px !important;
	vertical-align: middle;
}

/*PASSWORD STRENGTH CHECKER*/
ul.simple-list li.psc-passed {
	color: green;
}
ul.simple-list li.psc-failed {
	color: red;
}

div.over18year {
	background: url(../images/over18.ico) no-repeat;
	display: block;
	margin: 5px;
	position: absolute;
	z-index: 10;
	width: 16px;
	height: 16px !important;
}
div.category-box.subcat a.title div.adult{
	background: url(../images/over18.ico) right center no-repeat;
	padding-right:20px;
}
div.main-categories.main-page div.adult{
	background: url(../images/over18.ico) left top no-repeat;
	padding-left: 20px;
	width: 130px;
}
div.main-categories-box div.main-categories span.adult {
	background: url(../images/over18.ico) right top no-repeat;
	padding-right: 16px;
	margin-right: 5px;
}
div.categories-block img.category-arrow {
	display: none;
	z-index: 900;
	position: absolute;
	left: 221px;
	top: 0px;
}

/*MESSAGE BAR*/
div#message_bar {
	top:0;
	left:0;
	z-index:10000;
}
div.messagebar-skin-custom_bar {
	color: #FFFFFF;
	height:40px;
	margin: 0 auto;
	display: none;
	width: 100%;
	text-align: center;
	background: url(../images/line_bar.png) top left repeat-x;
}

span.messagebar-skin-custom_text {
	font:bold 12px/40px Tahoma,Arial,Helvetica,sans-serif;
	text-shadow:1px 1px 1px #333333;
	padding-left:9px;
}

a.messagebar-skin-custom_close {
	width: 22px;
	height: 22px;
	float: right;
	margin: 9px;
	background: url(../images/close_bar.png) top left no-repeat;
}

a.messagebar-skin-custom_close:hover {
	background-position: bottom left;
}

div.frame.shadow.list-filter {
	margin: 0 0 20px 0;
}


div.category-selector-frame div.left-block {
	float: left;
	width: 240px;
}

div.category-selector-frame div.right-block.empty-list {
	width: 736px;
}
div.category-selector-frame div.right-block.empty-list div.separeted-page div.right-frame {
	padding: 0 15px 5px 10px ;
	width: 24%;
}
div.category-selector-frame div.right-block.empty-list div.item-recommendation-style-smaller div.item-recommendation-item {
	padding: 6px;
}
div.category-selector-frame div.right-block.empty-list div.separeted-page div.left-frame {
	width: 72%;
}
div.category-selector-frame div.right-block {
	float: right;
	width: 721px;
}
div.category-selector-frame div.item-recommendation-container {
	width: 720px;
}
div.category-selector-frame div.item-recommendation-item {
	margin: 1px;
}
#breadcrumb-container {
	width: 625px;
	float: left;
	min-height: 20px;
}
div.page-header-line {
	width: 980px;
	min-height: 38px;
}
div.fontsize-container {
	margin-top: 3px;
	width: 355px;
	float: right;
	height: 25px;
}

div.fontsize-container .fontsize {
	line-height: 17px;
	font-size: 11px;
	text-align: right;
	color: #333333;
	font-weight: bold;
	text-transform: none !important;
}
div.fontsize-container .fontsize a.small {
	font-size: 12px !important;
}
div.fontsize-container .fontsize a.bigger {
	font-size: 16px !important;
}
div.fontsize-container .fontsize a {
	color: #777777 !important;
	font-size: 14px !important;
	margin: 0 2px;
	font-weight: bold !important;
}
div.fontsize-container .fontsize a:hover {
	color: #0ac3c5 !important;
}
div.categories-block {
	margin-bottom: 20px;
}
div.category-td.leaf a {
	margin-left: 12px;
}
span.message-count {
	background: none repeat scroll 0 0 #0AA5A9;
	color: #fff;
    font-size: 13px;
    margin-left: 15px;
    padding: 1px 4px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-o-border-radius: 8px;
}
.with-info {
	padding: 2px 20px 2px 0;
	background: url(../images/sb/icon_info_sign.png) no-repeat right top;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
}
.with-info:hover {
	background: url(../images/sb/icon_info_sign_hover.png) no-repeat right top;
}
.info-text,
.info-text-above {
	display: none;
	position: absolute;
	width: 120px;
	overflow: hidden;
	background: #02a2a6;
	border: 1px outset #02a2a6;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-o-border-radius: 8px;
	padding: 5px 10px;
	color: #fff;
	font-size: 10px;
	z-index: 167;
}
.info-text-error-above {
	background: url(../images/sb/error_msg_bg.png) repeat-x transparent;
	background-color: #f7c9c9;
	overflow: hidden;
	margin: 0px auto 10px;
	display: none;
	position: absolute;
	width: 120px;
	border: 1px outset #f8bebe;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-o-border-radius: 8px;
	padding: 5px 10px;
	font-size: 10px;
	z-index: 167;
	color: #d20707;
	
}
/* AJAX LOADER */
span.ajax-loader {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url("../images/sb/ajaxloader.gif") no-repeat scroll center center transparent;
	letter-spacing: 1.1em;
}

div.checkbox-outer {
	display:block; 
	margin-top:7px;
}

div.product-view-banner {
	margin-bottom:17px;
}

/* Category icons */
div.categories-block.main span.category-icon {
	margin: 3px 8px 0 4px;
}
div.main-categories-box span.category-icon {
	margin: 6px 10px 0 5px;
}
span.category-icon {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	background: url(../images/sprite_categories.png) no-repeat;
}
div.category-td.chio-promotion span {
	color: #f00;
}
span.category-icon-chio {
	display: block;
	float: left;
	width: 25px;
	height: 18px;
	background: url(../images/chio_category.png)  no-repeat scroll 0px 3px transparent;
}
span.category-icon-97 {
	background-position: -54px 0;
}
span.category-icon-159 {
	background-position: 0 -18px;
}
span.category-icon-202 {
	background-position: 0 -36px;
}
span.category-icon-360 {
	background-position: 0 -72px;
}
span.category-icon-361 {
	background-position: 0 -90px;
}
span.category-icon-363 {
	background-position: 0 -108px;
}
span.category-icon-364 {
	background-position: -18px 0;
}
span.category-icon-365 {
	background-position: -18px -18px;
}
span.category-icon-367 {
	background-position: -18px -36px;
}
span.category-icon-368 {
	background-position: -18px -54px;
}
span.category-icon-371 {
	background-position: -18px -72px;
}
span.category-icon-374 {
	background-position: -18px -90px;
}
span.category-icon-375 {
	background-position: -18px -108px;
}
span.category-icon-376 {
	background-position: -36px 0;
}
span.category-icon-670 {
	background-position: -36px -18px;
}
span.category-icon-879 {
	background-position: -36px -108px;
}
span.category-icon-1032 {
	background-position: 0 0;
}
span.category-icon-2605 {
	background-position: 0 -54px;
}
span.category-icon-7509 {
	background-position: -36px -36px;
}
span.category-icon-8101 {
	background-position: -36px -54px;
}
span.category-icon-8424 {
	background-position: -36px -72px;
}
span.category-icon-8496 {
	background-position: -36px -90px;
}
span.category-icon-3020 {
	background-position: -54px -36px;
}
span.category-icon-697 {
	background-position: -54px -54px;
}
span.category-icon-923 {
	background-position: -54px -72px;
}
span.category-icon-370 {
	background-position: -54px -90px;
}
span.category-icon-12078 {
	background-position: -54px -108px;
}
span.category-icon-379 {
	background-position: -72px 0;
}
span.category-icon-4631 {
	background-position: -72px -18px;
}
span.category-icon-196 {
	background-position: -72px -36px;
}
span.category-icon-71 {
	background-position: -72px -54px;
}
span.category-icon-4625 {
	background-position: -72px -72px;
}
span.category-icon-418 {
	background-position: -72px -90px;
}
span.category-icon-12079 {
	background-position: -72px -108px;
}
span.category-promotion-promotion {
	background-position: -54px -18px;
}
h1.ki_h1 {
	font-size: 12px !important;
}


/*
	chio gyujtogetek css
*/
button.chio-collect:hover {
	background: url(../images/sb/gray_button_bg_hover.png);
}
button.chio-collect {
	color: #df000c;
	height: 39px;
	margin: 3px 0 0 0 !important;
	background: url(../images/sb/gray_button_bg.png);
	width: 125px;
}

button.chio-collect div.label {
	display: inline;
	width: 115px;
}

input[type="button"].gray, button.gray {
	border:1px solid #969696;
}

div.sales-percent-chio {
	background-color: #df000c;
	padding: 0px;
}

div.seller-header div.top-user img {
	margin-left: 3px;
	vertical-align: bottom;
}

.strong {
	font-weight: bold;
}

div.subscribe-root {
	background-color: #33b3b7;
	height: 105px;
	border-radius: 5px;
	width: 100%;
}
div.subscribe-root div.subscribe-header {
	background: url("../images/main/subscribe/header.jpg");
	width: 721px;
	height: 30px;
	color: #fff;
	font-family: tahoma;
	font-size: 14px;
}
div.subscribe-root div.subscribe-header div {
	padding-top: 6px;
	padding-left: 10px;
}
div.subscribe-root div {
	float: left;
}
div.subscribe-root div.subscribe-letter {
	background: url("../images/main/subscribe/letter.png");
	width: 48px;
	height: 40px;
	margin-top: 20px;
	margin-left: 10px;
}
div.subscribe-root div.subscribe-info {
	width: 235px;
	color: #fff;
	font-family: tahoma;
	margin-top: 20px;
	margin-left: 10px;	
}
div.subscribe-root div.subscribe-input input {
	width: 235px;
	height: 27px;
	background: url("../images/sb/input_txt_bg.png") repeat-x scroll center center #FFFFFF;
	color: #2E6B64;
	border-radius: 6px;
}
div.subscribe-root div.subscribe-input div {
	margin-top: 10px;
	margin-left: 20px;
}
div.subscribe-root div.subscribe-button input,
div.subscribe-success-root div.close-button input,
div.subscribe-error-root div.close-button input {
	width: 144px;
	height: 36px;
	padding: 0;
	border: 0;
	margin: 0;
	background: url("../images/main/subscribe/btn_feliratkozom.png") repeat-x scroll center center transparent;
}
div.subscribe-root div.subscribe-button div {
	margin-top: 17px;
	margin-left: 5px;
}
div.subscribe-success-root div.close-button input,
div.subscribe-error-root div.close-button input {
	background: url("../images/main/subscribe/btn_rendben.png") repeat-x scroll center center transparent;
}
div.subscribe-success-root, div.subscribe-error-root {
	margin: 0 auto;
	background-color: #fff;
	border: 0;
	border-radius: 10px;
	height: 145px;
	margin: auto;
	position: relative;
	width: 325px;
}
div.subscribe-success-root div.info, div.subscribe-error-root div.info {
	color: #2EB4B7;
	font-family: tahoma;
	font-size: 19px;
	margin-top: 40px !important;
	margin-bottom: 10px !important;
	max-width: 200px;
}
div.subscribe-error-root div.info {
	margin-top: 20px !important;
}
div.subscribe-success-root div.icon-ok,
div.subscribe-error-root div.icon-wrong {
	width: 80px;
	height: 80px;
	background: url("../images/main/subscribe/icon_ok.jpg") repeat-x scroll center center transparent;
	margin-top: 30px !important;
	margin-left: 20px !important;
	margin-right: 15px !important;
}
div.subscribe-error-root div.icon-wrong {
	background: url("../images/main/subscribe/icon_wrong.jpg") repeat-x scroll center center transparent;
}
div.subscribe-success-root div, div.subscribe-error-root div {
	float:left;
}
div.subscribe-error-root div.email-error-info {
	font-size:17px;
	margin-top: 40px !important;
}
div.subscribe-error-root div.subscribe-small {
	font-size: 15px;
}
div.main-page-recommendation-right-bottom {
	margin-top: 15px;
	background-color: #fafafa;
	border-radius: 5px 5px 5px 5px;
}
.csalan img {
	width: 100%;
}
.invoice-terms {
	font-weight: bold;
}
#invoice-payment-online-info .simple-info-list ul#simple-payment-info-dropdown li {
	list-style-type: circle;
	list-style-position: inside;
}

#importantMessage{
	background: #fff;
    padding: 35px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    width: 400px;
    margin: 0 auto;
    text-align: justify;
}	
#importantMessage strong{
	font-size: 1.5em;
}