/* ______________________ szkielet _________________________ */
*, html {
   margin: 0;
   padding: 0;
}
html, body {
	margin:0;
	padding:0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #fff;
	font-family: Verdana, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
   line-height: 140%;
	color: #000;
   background-image: url(/images/bckg.png);
   background-repeat: repeat-x;
}

#main {
	width: 970px;
	text-align: center;
   margin: 0px auto;
}
#iframe {
   width: 100%;
   text-align: left;
   background-color: #f3f3f3;
}
.columns {
   border: 2px solid #cbdc01;
   border-top: 0;
   overflow: hidden;
   zoom: 1;
   float: none;
   clear: both;
   background-color: #fff;
   padding: 5px 7px;
}

#profile.columns #left_col {
   width: 150px;
}
#profile.columns #right_col {
   width: 750px;
}
#error_page.columns #right_col {
   width: 100%;
   text-align: left;
   height: 500px;
}
#error_page.columns #right_col p {
   line-height: 150%;
   width: 80%;
   margin: 50px 40px 0px 50px;
}
/* ______________________ /szkielet _________________________ */

/* ______________________ layout _________________________ */
.clr {clear: both; float: none;}
.nomargin { margin: 0 !important; }
.nopadding { padding: 0 !important; }
.content {padding: 0 10px 10px;}
#profile .content p {padding: 5px 0px 15px;}

h1,h2 {font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif, Arial, Verdana;}
h3,h4,h5,h6 {font-family: Verdana, Geneva, Helvetica, Arial, Tahoma;}
h1 {
	font-size: 18px;
	margin: 5px 0 5px 0px;
	padding-bottom: 6px;
   line-height: 134%;
   font-weight: 500;
}
h2 {
	font-size: 16px;
	padding: 0 5px 0px 0;
	margin: 0 0 6px 0;
	line-height: 22px;
   text-align: left;
   font-weight: 800;
   line-height: 134%
}

h2 span {
	display:block;
	width: auto;
}

h2 span.show_more {
	cursor: pointer;
	padding-left: 30px;
}

h2.more {
	background-position: top left;
}

h2 .help {
	float: right;
	font-weight: normal;
	cursor: pointer;
	display:block;
	width: auto;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
h2 .help a, h2 .help a:hover {
		color: #002f8c;
}
h2 img {
	vertical-align: middle;
	padding-right: 3px;
}
h2 a {
   font-weight: normal;
}
h3 {
	font-size: 12px;
	margin: 4px 2px 4px 0px;
	color: #f8951e;

}
h6.notice {
   font-size: 14px;
   color: #fff;
   padding: 10px 10px 10px 50px;
   margin: 10px auto;
   line-height: 135%;
   font-weight: 800;
   background-color: #cbdc01;
   background-image: url(/images/ico_notice.png);
   background-position: 10px 50%;
   background-repeat: no-repeat;
}
h6.error {
   font-size: 14px;
   color: #fff;
   padding: 10px 10px 10px 50px;
   margin: 10px auto;
   line-height: 135%;
   font-weight: 800;
   background-color: #c40000;
   background-image: url(/images/ico_error.png);
   background-position: 10px 50%;
   background-repeat: no-repeat;
}

a {
	text-decoration: underline;
	color: #434343;
}
a:hover {
	text-decoration: none;
}
img {	border: 0; }

.rgt, .right, .t-rgt  {
	text-align: right;
	padding: 2px;
	padding-right: 4px;
}
.lft, .left, .t-lft {
	text-align: left;
	padding-left: 4px;
}
.cnt,.center, .t-cnt {text-align: center; }
.rgt-top {
	text-align: right;
	padding: 2px;
	padding-right: 4px;
	vertical-align: top;
}
.lft-top {
	text-align: left;
	padding-left: 4px;
	vertical-align: top;
}
.cnt-top {
	text-align: center;
	vertical-align: top;
}
.f-lft { float: left;}
.f-rgt { float: right;}
.fright {float: right;}
.fleft {float: left;}

.disabled {display: none;}
.break, .clear {
    clear: both;
	 float: none;
}
.line {
   background-repeat: repeat-x;
   background-position: 0 0;
   height: 41px;
   margin-bottom: 10px;
}
fieldset {
	border: none;
}  
.pagination {
  float: none;
  clear: both;
  margin: 5px auto;
  text-align: center;
}
.pagination span {
   font-weight: bold;
}
.row1 {background-color: #fff; }
.row2 {background-color: #fff1dd; }
.row3 {background-color: #eff4b2; }

.notfound {
   line-height: 200%;
   text-align: center;
   border: 1px solid #ce0000;
}
.font10 {font-size: 10px; }
.font11 {font-size: 11px; }
.font12 {font-size: 12px; }

div.scroller {
   background:transparent url(/images/scroller-bar.gif) no-repeat scroll left center;
   height:18px;
   margin:5px 0 0 18px;
   width:120px;
}

div.scroller div.scroll {
   background:transparent url(/images/scroller-scroll.gif) repeat scroll 0 0;
   cursor:pointer;
   height:18px;
   left:103px;
   width:10px;
}

/* breadcrumbs */ 
ol.breadcrumbs {margin: 5px 0 10px;  clear: both; text-align: left;} 
ol.breadcrumbs li {display: inline;  padding: 0 3px 0 3px; font-weight: bold;}
ol.breadcrumbs li a { font-weight: normal; } 
ol.breadcrumbs li.sep { font-weight: normal; padding: 0 1px 0 1px;} 

/* ________________________ /layout _____________________ */

/* ______________________ header _________________________ */
#header {
   height: 160px;
   text-align: left;
   background-image: url(/images/bckg_cols.png);
   background-repeat: no-repeat;
   background-position: 0 bottom;
}
#header h2 {
   line-height: 60px;
   padding: 0;
   margin: 0;
   padding-right: 10px;
   text-align: right;
}
#header a {
   color: #666;
   text-decoration: none;
}
#header .logo {
   float: left;
   width: 410px;
   background-image: url(/images/po_remoncie_pl2.png);
   background-repeat: no-repeat;
   background-position: 10px 0;
   height: 149px;
}
#header .logo a {
   display: block;
   height: 85px;
   width: 410px;
}
#header .logo p {
   margin: 15px 10px 5px 80px;
   color: #fff;
   font-size: 12px;
   font-style: italic;
   line-height: 140%;
}
#header .logo p strong {
   color: #cbdc01;
}
#header .logo p strong em {
   color: #fff;
}
#header div.menu {
   float: right;
   text-align: right;
   padding-right: 0px;
   padding-top: 40px;
} 
#header ul.menu {
   padding: 14px 0px 10px 10px;
   list-style: none;
   overflow: hidden;
}
#header ul.menu li {
   display: inline;
   list-style: none;
   font-size: 12px;
   padding: 0 10px;
}
#header ul.menu li a {
   color: #fff;
}
#header ul.menu li a:hover {
   text-decoration: underline;
}
#header ul.menu li.first {
   padding-left: 0;
}
#header .slogan {
   margin: 20px auto 10px;
   font-size:21px;
   text-align: center;
   color: #8cc63f;
}
/* ______________________ /header _________________________ */

/* ______________________ left_col _________________________ */
#left_col {
   width: 315px;
   float: left;
   overflow: hidden;
   zoom: 1;
   text-align: left;
}
#left_col h2.title {
   font-weight: 600;
   background-color: #808080;
   padding: 5px 0;
}
#left_col ul.buttons {
   overflow: hidden;
   margin-bottom: 10px;
}
#left_col ul.buttons li {
   font-size: 16px;
   font-weight: bold;
   float: left;
   text-align: left;
   line-height: 30px;
   width: 145px;
   list-style: none;
   text-align: center;
   background-color: #cbdc01;
}
#left_col ul.buttons li.first {
   margin-right: 20px;
   background-color: #ff6e17;
}
#left_col ul.buttons li a {
   color: #fff;
   text-decoration: none;  
}
#left_col .f-lft {
   width: 153px;
   border: 1px solid #c1e098;
}
#left_col .f-rgt {
   width: 153px;
   border: 1px solid #c1e098;
}
#left_col .container {
   border: 1px solid #c1e098;
}
#left_col .signup {
   margin: 30px auto 20px;
   padding: 15px;
   display: block;
   text-align: center;
   border: 1px solid #8cc63f;
}

#profile ul.profile {
   list-style: none;
   margin: 15px 5px 10px 6px;
}
#profile ul.profile li {
   padding-bottom: 3px;
   margin-bottom: 10px;
   font-size: 12px;
   color: #f8951e;
   font-weight: bold;
   list-style: none;
   border-bottom: 1px solid #e3e3e3;
}
#profile ul.profile li a {
   color: #4a8800;
   text-decoration: none;
}
#profile ul.profile li a:hover {
   color: #f8951e;
}
#profile ul.files {
   list-style: none;
   overflow: hidden;
   zoom: 1;
   margin-left: 155px;
}
#profile ul.files li {
   float: left;
   margin: 5px;
   border: 1px solid #ccc;
   min-height: 80px;
   min-width: 80px;
   text-align: center;
}
#profile .section {
   border-bottom: 1px solid #8cc63f;
   margin-bottom: 10px;
}
#profile .more {
   text-align: right;
   padding: 6px 0;
}
#profile h2 span.info {
   font-size: 12px;
   font-weight: normal;
}
#order_info {
   
}
#order_info ul {
   list-style: none;
   overflow: hidden;
   zoom: 1;
}
#order_info ul li {
   list-style: none;
   text-align: left;
}
#order_info p.time-ago {
   display: inline;
}
#left_col p.signup {
   font-size: 21px;
   text-align: center;
   padding: 10px 0
}
#left_col #last_products {
   margin: 10px 0 10px;
   border-bottom: 0px solid #8cc63f;
}
#left_col #last_products dl {
   overflow: hidden;
   zoom: 1;
   margin: 5px 5px 8px;
   padding: 5px 0;
   border-bottom: 1px solid #d9d9d9;
}
#left_col #last_products dl dd.image {
   float: left;
   width: 70px;
   height: 70px;
   text-align: center;
   vertical-align: middle;
}
#left_col #last_products dl dd.descr {
   padding-left: 10px;
   margin-left: 80px;
}
#left_col #last_products dl dd.descr h2 {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   line-height: 105%;
}
#left_col #last_products dl dd.descr h2 a {
   color: #404040;
   font-size: 12px;
   font-weight: 800;
   text-decoration: underline;
}
#left_col #last_products dl dd.descr h2 a:hover {
   text-decoration: none;
}
/*#left_col #last_products dl dd.descr p {
   padding: 0;
   margin: 0 0 4px;
}*/
#left_col #last_products dl span.price {
   display: block;
   font-weight: bold;
   font-size: 11px;
   color: #ff6e17;
}
#left_col ul.states {
   list-style: none;
   line-height: 150%;
   font-size: 13px;
   border: 1px solid #8cc63f;
}
#left_col .states li {
   font-weight: bold;
   padding-left: 6px;
   color: #ff6e17;
}
#left_col .states a {
   color: #666;
   font-weight: normal;
   text-decoration: none;
}
#left_col .categories {
   list-style: none;
   line-height: 150%;
   font-size: 13px;
   border: 1px solid #8cc63f;
}

#left_col .categories li strong {
   color: #4d4d4d;
}
#left_col .categories li {
   margin-left: 15px;  
}
#left_col .categories li.on, #left_col .categories li.on li.on, #left_col .categories li.on li.on li.on, 
#left_col .categories li.on a, #left_col .categories li.on li.on a, #left_col .categories li.on li.on li.on a {
   font-weight: bold;
   color: #ff6e17;
}
#left_col .categories li.on li {
   font-weight: normal;
}
#left_col .categories ul {
   margin-bottom: 7px;
   list-style: none;
}
#left_col .categories li, #left_col .categories li a, #left_col .categories li.on li a, #left_col .categories li.on li.on li a {
   color: #787878;
   font-weight: normal;
   text-decoration: none;
}
#left_col a:hover {
   text-decoration: underline;
}
#left_col .refer-link {
   text-align: center;
   border: 1px solid #8cc63f;
   margin: 3px auto 3px;
   padding: 15px;
   font-size: 16px;
   font-weight: bold;
}
#left_col .refer-link h2 {
   font-size: 19px;
   text-align: center;
}
#left_col .refer-link h2 span {
   font-size: 12px;
}
#left_col .refer-link h2 a, #left_col .refer-link h2 a:hover {
   text-decoration: none;
}
#left_col .search-form {
   background-color: #f4f4f4;
   padding: 5px;
   margin-bottom: 7px;
}
#left_col .search-form ul {
   overflow: hidden;
   zoom: 1;
}
#left_col .search-form ul li {
   float: left;
   list-style: none;
}
#left_col .search-form ul li.clr {
   float: none;
   clear: both;
   height: 6px;
}
#left_col .search-form ul li.with-margin {
   margin-right: 7px;
}
#left_col .search-form ul li label {
   display: block;
   font-size: 11px;
}
#left_col .search-form .slider div.scroller {
   margin: 20px 12px 5px 12px;
   width: 140px;
}
#left_col .search-form ul li.commit {
   padding-top: 16px;
   background-position: right 20px;
}
#left_col .search-form ul li select {
   width: 145px;
}

/* ______________________ /left_col _________________________ */

/* ______________________ right_col _________________________ */
#right_col {
   width: 630px;
   float: right;
   overflow: hidden;
   zoom: 1;
   text-align: left;
}
#right_col .content-wrapper {
/*   background-color: #94ad18;*/
   padding: 10px 5px;
   overflow: hidden;
   zoom: 1;
}
#right_col .iam {
   background-color: #fff;
   padding: 0 10px 10px;
   clear: both;
   overflow: hidden;
   zoom: 1;
}
#right_col .iam h2 {
   text-align: left;
   background-color: #8cc63f;
   color: #fff;
}
#right_col .iam .f-lft {
   width: 47%;
   border: 1px solid #8cc63f;
}
#right_col .iam .f-rgt {
   text-align: left;
   width: 49%;
   border: 1px solid #ff6e17;
}
#right_col .iam .f-rgt h2 {
   background-color: #ff6e17;
}
#right_col .iam p {
   padding: 5px 10px 10px;
   line-height: 150%;
}
#right_col .iam p em, #right_col .welcome p em {
   font-size: 34px;
   font-weight: normal;
   font-style: normal;
   padding-top: 2px;
   float: left;
   line-height: 85%;
   color: #8cc63f;
   margin-right: 1px;
}
#right_col .iam ol li {
   margin-left: 25px;
   margin-bottom: 10px;
}
#right_col .welcome {
   background-color: #f1ffe3;
   /* #C0DE38 #CDE75C */
}
#right_col .welcome p {margin: 4px 2px; padding: 5px;}
#right_col .welcome h1, #right_col .welcome h2 {
   padding: 0 5px;
   color: #ff6e17;
   font-weight: 400;
}
#right_col .welcome h2 a {
   font-weight: bold;
   color: #ff6e17;
}
#right_col .states, #right_col .categories, #right_col .users {
   float: left;
   width: 180px;
   line-height: 200%;
   border: 1px solid #8cc63f;
   margin-right: 10px;
   list-style: none;
   padding-left: 5px;
}
#right_col .users {
   margin-right: 0;
   width: 180px;
}
#right_col .categories {
   width: 204px;
   line-height: 230%;   
}
.categories-col {
   float: left;
   overflow: hidden;
   margin: 5px 10px 10px 0;
   zoom: 1;
}
#right_col div.joined-users {
   margin: 15px 0 10px 0;
}
#right_col ul.joined-users {
   overflow: hidden;
   zoom: 1;
   margin: 6px 0 10px;
   list-style: none;
}
#right_col ul.joined-users li {
   border: 1px solid #8cc63f;
   float: left;
   margin: 5px 10px 5px 0;
}
ul.categories-products {
   border: 1px solid #8cc63f;
   list-style: none;
   margin: 0 0 15px 0;
   padding: 10px 3px 10px 6px;
   width: 182px;
}
ul.categories-products li {
   margin-bottom: 6px;
}
ul.categories-products li a {
   text-decoration: none;
}
ul.categories-products li strong {
   font-size: 12px;
   color: #8cc63f;
}
#right_col ul.categories-products li a {
   color: #8cc63f;
}
ul.categories-products ul {
   margin: 10px 0 0;
   list-style: none;
}
ul.categories-products ul li {
   line-height: 120%;
   margin-bottom: 5px;
   color: #888;
}
#right_col ul.categories-products ul li a {
   color: #4d4d4d;
}
/* _______________________ seller_info ______________________ */
#seller_info {
   padding: 0 5px 10px 0;
   border-bottom: 1px solid #8cc63f
}
#seller_info ul {
   list-style: square;
   margin: 0 5px 10px 15px;
}
#seller_info ul li {
   margin-bottom: 5px;
}
#googlemap {
   width: 600px;
   height: 450px;
   border: 1px solid #000;
   background-image: url(/images/gmap_clock.gif); 
   background-repeat: no-repeat; 
   background-position: center;
   margin-top: 10px;
}
#seller_info .medium {
   float: right;
}
/* _______________________ /seller_info ______________________ */
/* _______________________ products_list ______________________ */
#products_list {
   
}
#products_list dl {
   border-bottom: 1px solid #8cc63f;
   overflow: hidden;
   zoom: 1;
   margin: 10px 5px;
   padding-bottom: 7px;
}
#products_list dl dd.image {
   float: left;
   width: 140px;
   height: 100px;
   border: 1px solid #cdcdcd;
   text-align: center;
   line-height: 100px;
   vertical-align: middle;
}
#products_list dl dd.image img {
   margin: auto;
   text-align: center;
   vertical-align: middle;
   
}
#products_list dl dd.descr {
   margin-left: 155px;
   padding-left: 30px;
}/*
#last_products dl p {
   padding: 0;
   margin: 0 0 4px;
}*/
#products_list dl dd.descr h2 a {
   color: #8cc63f;
   font-weight: bold;
   text-decoration: none;
}
#products_list dl dd.descr h2 a:hover {
   text-decoration: underline;
}
#products_list dl dd.descr span.price {
   float: right;
   font-weight: bold;
   font-size: 16px;
   color: #ff6e17;
}

dl.product {
   border-bottom: 1px solid #8cc63f;
   overflow: hidden;
   zoom: 1;
   margin: 10px 5px;
   padding-bottom: 7px;
}
dl.product dd.image {
   float: left;
   width: 140px;
   height: 100px;
   border: 1px solid #cdcdcd;
   text-align: center;
   line-height: 100px;
   vertical-align: middle;
   
}
dl.product dd.info {
   margin-left: 155px;
   padding-left: 30px;
}
dl.product dd.info h2 a {
   color: #404040;
   text-decoration: none;
}
dl.product dd.info h2 a:hover {
   text-decoration: underline;
}
dl.product dd.info span.price {
   float: right;
   font-weight: bold;
   font-size: 12px;
   color: #ff6e17;
}
dl.product dd.info .descr {
   padding: 2px 0 3px;
}
dl.product dd.info .descr p {
   margin: 0;
   padding: 0;
}

/* _______________________ /products_list ______________________ */
/* _______________________ product_descr ______________________ */
#product_descr {
   
}
#product_descr h1, #product_descr h2 {
   color: #8cc63f;
}
#product_descr .info {
   border-bottom: 1px solid #cbdc01;
   padding-bottom: 10px;
   overflow: hidden;
   zoom: 1;
}
#product_descr .info h3 {
   text-align: center;
   padding: 5px;
   font-size: 18px;
}
.shipping-price {
   font-weight: normal;
   font-size: 11px;
   margin: 2px auto 5px;
}
#product_descr .main-picture {
   width: 200px;
   float: left;
   text-align: left;
}
#product_descr .main-picture ul {
   list-style: square;
   margin: 15px 0 10px 15px;
   color: #808080;
}
#product_descr .buy-now {

   background-color: #eee;
   text-align: center;
   width: 250px;
   float: right;
   padding-bottom: 10px;
}
#product_descr ul.options {
   overflow: hidden;
   text-align: center;
   zoom: 1;
   padding: 3px 10px 3px 0px;
   margin-bottom: 15px;
   list-style: none;
   background-color: #f2f2f2;
}
#product_descr ul.options li {
   display: inline;
   margin: 2px 7px 2px 10px;
   list-style: none;
}
#product_descr ul.options li.lft {
   float: left;
   margin-left: 0;
}
#product_descr .pictures {
   text-align: center;
   overflow: hidden;
   margin-top: 10px;
   zoom: 1;
}
#product_descr .pictures ol {
   list-style: none;
   margin: 0 auto;
   text-align: center;
   overflow: hidden;
   zoom: 1;
}
#product_descr .pictures ol li {
   list-style: none;
   float: left;
   min-width: 130px;
   min-height: 130px;
   margin: 10px;
}
#product_descr .descr {
   line-height: 150%;
}
/*#right_col table.list {
   width: 100%
}
#right_col table.list th {
   font-size: 12px;
   text-align: center;
   background-color: #8cc63f;
   padding: 5px 3px;
   color: #fff;
}
#right_col table.list td {
   padding: 2px;
}*/

table.list {
   width: 100%;
   border: none;
   border-right: 1px solid #acada3;
   background-color: #fff;
}
table.list th {
   background-color: #83847f;
   color: #fff;
   text-align: center;
   line-height: 22px;
   text-transform: capitalize;
}
table.list td {
   border-left: 1px solid #acada3;
   border-bottom: 1px solid #acada3;
   padding: 6px;
}
table.list .highlight {
   background-color: #ecf6c4;
}
table.list td.time strong {
   text-transform: capitalize;
}


/* _______________________ /product_descr ______________________ */
/* _______________________ order_product ______________________ */
#order_product {
   overflow: hidden;
   zoom: 1;
   border-bottom: 1px solid #8cc63f;
   padding-bottom: 15px;
}
#order_product .picture {
   float: left;
   width: 150px;
}
#order_product .description {
   margin-left: 160px;
}
#order_product .description p {
   margin: 5px 0 10px;
}
#order_product .paypal {
   float: right;
   text-align: center;
   width: 140px;
   line-height: 150%;
}
/*#order_product .seller-info {
   float: right;
   width: 38%;
}*/
/* _______________________ /order_product ______________________ */
/* _______________________ profile ______________________ */

#profile .categories {
   padding-left: 20px;
   line-height: 150%;
}
#profile .categories ul {
   padding: 6px 10px 10px 20px;
}
#profile ul.products-list {
   list-style: none;
   margin: 10px 6px 6px 12px;
   overflow: hidden;
}
#profile ul.products-list li {
   width: 45%;
   height: 80px;
   float: left;
   overflow: hidden;
   zoom: 1;
   margin: 10px 10px 0px 0;
   border: 1px solid #cdcdcd;
   padding: 7px;
}
#profile ul.products-list li img {
   float: left;
}
#profile ul.products-list li div.product {
   margin-left: 70px;
}
#profile ul.products-list li h3 {
   line-height: normal;
}
#profile ul.products-list li h3 a {
   font-size: 12px;
   font-weight: bold;
   margin: 0 0 5px;
   padding: 0;
   color: #61b02b;
}
#profile ul.prod-categories {
   list-style: none;
   margin: 0 0 10px;
   padding: 4px;
   background-color: #cdcdcd;
}
#profile ul.prod-categories li {
   list-style: none;
   display: inline;
   padding: 0;
   margin: 0;
}

/* _______________________ pages ______________________ */
.pages {}
.pages h1 {
   margin-top: 7px;
   color: #228b22;
}
.pages p {
   padding: 3px 5px 10px;
   line-height: 150%;
}
/* _______________________ pages ______________________ */

a.sugestia {
margin-left:auto !important;
margin-right:-15px !important;
position: fixed;
right: 0;
top: 35%;
width: 55px;
background-image:url(/images/sugestia.png);
height:125px;
z-index: 10;
}
.flaker {
   position: fixed;
   right: 5px;
   top: 60%;
   width: 30px;
   height:30px;
   background-image: url(/images/flaker.png);
   background-repeat: no-repeat;
   z-index: 10;
}
.flaker a {
   display: block;
   width: 100%;
   height: 100%;
}

/* ______________________ /right_col _________________________ */

/*	______________________ footer _________________________ */
#footer {
   margin-top: 10px;
   padding: 3px  5px 4px;
   text-align: right;
   font-size: 10px;
   color: #808080;
}
/*	______________________ /footer _________________________ */
/*	______________________ form	_________________________ */
#page-content {
   text-align: left;
}
#page-content h2 {
   color: #f7931e;
   padding: 5px 0;
   border: 1px solid #b9dc8b;
   border-left: 0;
   border-right: 0;
   font-weight: 600;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 14px;
   line-height: 140%;
}
h2.noresult a {
   color: #4a8800;
   font-weight: bold;
}
/*form.general {
	margin:10px 0 0 0;
	padding:0 0 20px 0;
}	
form.general p.hint {
   margin-left: 160px;
   font-size: 11px;
   margin-bottom: 5px;
}
div.field label, div.field span.lbl, input.submit {
   font-family:Arial, Verdana, helvetica,verdana,arial,sans-serif;
   font-weight:900;
   font-size: 13px;
   color: #666;
}
div.field span label {
   width: auto;
   display: inline;
}
form.general fieldset{
	border:0;
	padding: 20px 10px 0;
	width:90%;
	position:relative;
}
form.general fieldset h3 {
	padding:0 0 2px 5px;
	margin:0 0 18px 0; 
	border-bottom:1px solid #eee;
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#666;
}
form.general label, form.general span.lbl {
	font-size:14px;
	width:140px;     
	padding:7px 0px 2px 0;
   margin-right: 20px;
	float:left;	    
	text-align: left;
   line-height: 150%;
}	 
form.general span label {
	font-size:11px;
	width:130px;
	padding:2px 0px 2px 0;
   margin-right: 10px;
	text-align: left;
   float: none;
   line-height: 150%;
}	 
form.general div.field {
	position:relative;  
	padding:5px 0;
}              


form.general div.field.validation-passed{background:url('/images/field_valid.png') 100% 7px no-repeat;}
form.general div.field.validation-failed{background:url('/images/field_invalid.png') 100% 7px no-repeat;}

#error_for_user_birthday,#error_for_mail_key{
	font-weight:900;
	color:#C31A2A;	
}
form.general div.field input[type=text], form.general div.field input[type=password], 
form.general div.field textarea  {
	border:1px solid #cdcdcd;
	padding:2px;  
	margin:0;
	color:#333;
   font-family: inherit;
	_background-attachment: fixed;                          
}         

form.general div.field label.inline{
	font-size:11px;
	padding:0;
	float:none;
	text-align: left;
	margin:0 20px 7px 0;
}

form.general div.field input.radio{
	margin:8px 5px 0 0;
}

form.general div.field p.hint,form.general div.field div.form_error{
	font-size:10px;
	letter-spacing:0.3px;
	color:#999;   
	display:block;   
	text-align:left;
	padding:0 40px 0 165px; 
	min-height:20px;
}                                                                    

form.general div.field p.hint div.form_error{
	padding:0;
}

form.general div.field.validation-failed input.text{background:url('/images/input_invalid.png') 100% 0 no-repeat;}             
form.general div.field.validation-failed input.text.short{background:url('/images/input_invalid_70.png') 100% 0 no-repeat;}
form.general div.field.validation-passed input.text{}
form.general div.field.validation-failed p.hint,form.general div.field.validation-failed div.form_error{color:#C31A2A;font-weight: bold;}
form.general div.field.validation-passed p.hint{visibility:hidden;}
            
form.general div.field.checkboxfield {
	padding:15px 20px 25px 20px;      
	margin:10px 0;
	background:#ebebeb;
	height:auto;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
}                         

form.general div.field.checkboxfield label{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	color:#3f3f3f;
	font-weight:100;
	font-size:12px;
	float:none;  
	position:relative;
   line-height: 150%;
	top:-2px;
	padding:0;
	margin:0;	
}   
label a {
   font-weight: normal;
}
form.general div.field.checkboxfield input{
	margin:0 5px 0 0;
}       

form.general div.field.checkboxfield div.validation-advice, form.general div.field.checkboxfield div.form_error{
  	font-size:10px;
	letter-spacing:0.3px;  
	color:#C31A2A;
	font-weight: bold;     
	padding:0 40px 0 10px;  
	position: absolute;
	top:35px;
	left:12px;
}

#page-content form.general div.field.buttons{background:none;}

input.submit{
	width:230px;
	height:59px;
	margin:40px 0 20px 160px;
	background:url('/images/register_submit.png') 0 0 no-repeat;
	display:block;
	border:none;
	cursor:pointer;
	font-size:26px;
	color:#f7931e;
	text-align: center;
}

form.general input.submit, form.standard input.submit {
	width:218px;
	height:33px;
	margin: 10px auto 5px;
	background:url('/images/submit_green.png') 0 0 no-repeat;
   background-color: #8cc63f;
	display:block;
	border:none;
	cursor:pointer;
	font-size:17px;
	color:#fff;
	clear:both;
}*/
/* _______________ form_standar ______________ */

/* ______________________ lightbox ___________________ */
#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:400px;
	margin:-220px 0 0 -250px;
	border:10px solid #555555;
	background:#FDFCE9;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}

/* ______________________ /lightbox ___________________ */
#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(/images/lytebox/loading.gif) center no-repeat;
}
iframe {
   border: 0;
}
#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(/images/lytebox/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(/images/lytebox/prev_grey.gif) left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(/images/lytebox/prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(/images/lytebox/prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(/images/lytebox/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(/images/lytebox/prev_gold.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url(/images/lytebox/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(/images/lytebox/next_grey.gif) right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url(/images/lytebox/next_red.gif) right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url(/images/lytebox/next_green.gif) right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(/images/lytebox/next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(/images/lytebox/next_gold.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 104px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(/images/lytebox/close_grey.png) no-repeat; }
	#lbClose.red { background: url(/images/lytebox/close_red.png) no-repeat; }
	#lbClose.green { background: url(/images/lytebox/close_green.png) no-repeat; }
	#lbClose.blue { background: url(/images/lytebox/close_blue.png) no-repeat; }
	#lbClose.gold { background: url(/images/lytebox/close_gold.png) no-repeat; }

#lbPlay { width: 104px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(/images/lytebox/play_grey.png) no-repeat; }
	#lbPlay.red { background: url(/images/lytebox/play_red.png) no-repeat; }
	#lbPlay.green { background: url(/images/lytebox/play_green.png) no-repeat; }
	#lbPlay.blue { background: url(/images/lytebox/play_blue.png) no-repeat; }
	#lbPlay.gold { background: url(/images/lytebox/play_gold.png) no-repeat; }
	
#lbPause { width: 104px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(/images/lytebox/pause_grey.png) no-repeat; }
	#lbPause.red { background: url(/images/lytebox/pause_red.png) no-repeat; }
	#lbPause.green { background: url(/images/lytebox/pause_green.png) no-repeat; }
	#lbPause.blue { background: url(/images/lytebox/pause_blue.png) no-repeat; }
	#lbPause.gold { background: url(/images/lytebox/pause_gold.png) no-repeat; }
   
/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}
/*  ___________________ autocomplete _______________________ */
.autocomplete-w1 { background:url(/images/shadow.png) no-repeat bottom right; position:absolute; top:7px; left:6px; /* IE6 fix: */ _background:none; _top:1px; }
.autocomplete { width:300px; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE specific: */ _height:350px;  _margin:0px 6px 6px 0; overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }
/* _______________________ categories _________________________ */ 
fieldset#category_section ul#searcher_container {
	float: left !important;
	width: 420px;
}
ul#searcher_container {
	width: 650px;
	height: 150px;
	background-color: white;
	border: 1px solid #B6B6B6;
   float: right !important;
	overflow: scroll;
	padding: 5px;
	list-style-type: none;
}

ul#searcher_container li {
	display: block;
   width: 95% !important;
	padding: 0px 0 3px 20px !important;
	margin: 0;
   zoom: 1;
   cursor: pointer;
   color:#555555;
	background-repeat: no-repeat;
	background-position: left bottom;
}
ul#searcher_container.select_one li {
	background-image: url(/images/searcher_selected_one.png);
}
ul#searcher_container.select_many li {
	background-image: url(/images/searcher_selected_many.png);
}
ul#searcher_container li.selected {
	background-position:left top !important;
}
ul#searcher_container li i {
	font-style: normal;
	font-weight: bold;
}
.hidden_data {
	display: none;
}
span.category_result {
	padding: 3px;
	border: 1px solid #4a8800;
	background-color: #ebffd3;
	color: #4a8800;
	margin-right: 3px;
	margin-bottom: 5px;
	width: 300px;
}

ul.search_results {
	background-color: #ffffff;
	border:1px solid #B6B6B6;
	line-height: 14px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	display: block;
}

ul.search_results a {
	display: block;
	height: 15px;
}

ul.search_results a:hover {
	background-color: #F3F3F3;
}
