/*	module =basic settings
----------------------------------------------------------------------
*/

body, html {
	text-align: center;
	background-color: #fff;
	font-size: 100%;
	padding: 0;
	margin: 0;
}

body, html, input, select, option, .box .caption, .specification h2, .product_list h3 {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
}

.cleaner {
	clear: both;
	line-height: 0;
	font-size: 0;
	border: 0;
	height: 0;
}

.hidden { visibility: hidden; }
.hide { display: none; }
.inline { display: inline; }
a img { border: none; }

a {	text-decoration: underline; color: #616161; }

a:hover { text-decoration: none; color: #000; }
.a-active {
	color: black;
	text-decoration: underline;
}

.static_page, h1, h2, h3, h4, h5, .basketwrapper, table.basket_summary, .checkoutpage   { font-family: Verdana, Helvetica, Arial, Sans-Serif; }

h1 { font-size: 165%; margin: 5px 0 10px 5px; color: #000000;}
h2 { font-size: 95%; }
h3 { font-size: 100%; }
h4 { font-size: 100%; }

.center { text-align: center; margin: auto; }
.acenter { text-align: center; }
.aright { text-align: right; }
.aleft { text-align: left; }
.atop { vertical-align: top; }
.amiddle { vertical-align: middle; }
.full {	width: 100%; }
.right { float: right; }
.left { float: left; }

form { display: inline; }
fieldset { border: 0 none; }
.doblock { display: block; }
/* width */

.w65 { width: 65px; }
.w85 { width: 85px; }
.w90 { width: 90px; }
.w110 { width: 110px; }
.w130 { width: 130px; }
.w135 { width: 135px; }
.w140 { width: 140px; }
.w180 { width: 180px; }
.w185 { width: 185px; }
.w200 { width: 200px; }
.w220 { width: 220px; }
.w390 { width: 390px; }
.w450 { width: 420px; }
.w460 { width: 460px; }
.w470 { width: 470px; }
.w550 { width: 550px; }
.w555 { width: 555px; }
.h80 { height: 80px; }
.mb5 { margin-bottom: 5px; }

.backto {
	font-size: 85%;
	font-weight: bold;
	margin: 10px 0 10px 5px;
}

.backto a {
	padding-left: 16px;
	background: url('../images/ico_backto.gif') 0 3px no-repeat;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*	module =layout
----------------------------------------------------------------------
*/

.alternative-logo {
	display: none;
}

.logo {
	position: absolute;
	left: 9px;
	top: 5px;
	width: 190px;
	height: 64px;
	display: block;
	background: #FFF;
}

.footer {
	font-size: 70%;
	border-top: 1px solid #EEEEEE;
	color: #999999;
	height: 40px;
	margin: 40px 0 0 0;
}

.footer p {
	float: right;
	padding: 5px 0 0 0;
	margin: 0;
}
.footer ul {
	margin: 5px 0 0 0;
	float: left;
}

.footer ul li {
	float: left;
}

#wrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 960px;
}

#header_cont {
	position: relative;
	text-align:left;
	z-index: 100;
	background: #FFFFFF url('../images/bg_header_operator.png') 100% 0 no-repeat;
	height: 124px;
	margin: 0;
	padding: 0;
}

#header_cont .callus {
	position: absolute;
    left: 642px;
    top: 3px;
}

#header_cont .features
{
    position: absolute;
    left: 345px;
    top: 10px;
}

#container
{
    background: #FFFFFF;
	text-align: left;
	margin: 0 auto;
	width: 965px;
	z-index: 0;
	position: relative;
	clear: both;
}

#subcontainer {
	float: right;
	width: 742px;
}
#content, #content_2col {
	position: relative;
	font-size: 80%;
	padding: 0;
	float: left;
	background: #FFFFFF;
	width: 600px;
	z-index: 10;
}

* html #container {
	background: url('../images/logo.gif') no-repeat 9px 5px;
}


/* temporary */
#content_2col {
	width: 740px;
}

#leftnav
{
	margin: 10px 0 0 0;
	overflow: hidden;
	width: 200px;
	float: left;
}

#rightnav {
	margin: 10px 0 0 0;
	/* overflow: hidden; */
	width: 130px;
	float: right;
	z-index: 50;
	margin-right:0px;
	list-style: none;
	text-decoration: none;
}

#search {
 	height: 35px;
	background-color: #0099ff;
	color:#fff;
}

.block {
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	text-align: left;
	font-size: 100%;
}

span.req {
	color: #C53526;
}

#content .details
{
    font-weight: normal;
    background: url('../images/arr_detail.gif') 0 0.45em no-repeat;
    padding: 0 0 0 8px;
    font-size: 90%;
    }

/*	module =buttons
----------------------------------------------------------------------
*/

span.button, span.button a {
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
}

span.button a:hover {
	background-position: 0 100%;
}

/*	module =headings
----------------------------------------------------------------------
*/
div.h2c {
	margin: 0;
}

div.h2c h2 {
	background: #757575 url(../images/bg-content-h2c.gif) no-repeat 0 0;
	line-height: 14px;
	text-indent: 10px;
	color: #fff;
	margin: 16px 0 8px 0;
}

div.h2c h2 span {
	display: block;
	padding: 3px 10px 3px 0;
	background: url('../images/bg_h2c.gif') 100% 0 no-repeat;
}

/*	module =breadcrumbs
----------------------------------------------------------------------
*/

#breadcrumbs {
	font-size: 85%;
	padding: 5px 0 10px 0px;
	width: 95%;
}
#breadcrumbs a {
	display:inline;
	color: #565656;
}
#breadcrumbs span {
	float: left;
}
#breadcrumbs span {
	font-weight: bold;
}
#breadcrumbs span.separator {
	text-decoration: none;
	width: 15px;
	background: url('../images/bg_breadcrumbs_separator.gif') 3px 4px no-repeat;
}
#breadcrumbs span.separator.last {
	width: 15px;
	background: url('../images/bg_breadcrumbs_separator.gif') 3px 4px no-repeat;
}

/*	module =box
----------------------------------------------------------------------
*/

.boxtext {
	padding: 10px;
	text-align: left;
}

.box {
	position: relative;
	margin-bottom: 5px;
}

.box .content {
	font-size: 70%;
	z-index: 1;
	position: relative;
}
* html .box .content {
	height: 1%;
}
.box .content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
* html #leftnav .box .content ul {
	height: 1%;
}
.box .content ul li {
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #EAEAEA;
}
.box .content ul li.bt_cat {
	padding: 0;
}
.box .content ul li h6.category {
	padding: 3px 0 3px 0;
}
.box .content ul li ul {
	border-top: 1px solid #EAEAEA;
}
.box .content ul li ul li {
	padding-left: 10px;
}
.box .content ul li.last_node {
	border-bottom: none;
}

.box .content ul li a {
	margin: 0;
	height: 1%;
	background: url('../images/bg_leftnav_li.gif') 0 4px no-repeat;
	padding: 0 0 0 10px;
}

.box .content ul li a:hover {
	text-decoration: underline;
}
.box .content ul li a.a-active {
	color: #000;
	text-decoration: underline;
}

.box .caption {
	background: #56595C url('../images/bg_leftnav.gif') 100% 0 no-repeat;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0 9px 8px;
	margin: 0;
}

/* navigation background
*/

.box.module_browse_site .caption {
	background: #56595C url('../images/bg_leftnav_brand.gif') 100% 0 no-repeat;
	height: 1%;
}

.box.module_browse_site {
	background: url('../images/bg_nav_3col.png') 0 0 repeat-x;
}

.box.module_browse_site ul.brand {
	height: 1%;
	background: url('../images/bg_nav.png') 0 0 repeat-x;
}

/* </navigation background
*/

.box .category {
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.box .content ul#browse_tree {
	margin-bottom: 10px;
}

#rightnav .box .caption {
	line-height: 14px;
	background: #808385;
}

.box .caption br {
	display: none;
}

/*	module =round corners  */

.rbtop, .rbbot { display: none; }


.rbtop div  {
	background: url('../images/corner_t_r.gif') no-repeat top right;
}

.rbtop  {
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/corner_t_l.gif') no-repeat top left;
}

.rbbot div  {
	background: url('../images/corner_b_r.gif') no-repeat bottom right;
}

.rbbot      {
	background: url('../images/corner_b_l.gif') no-repeat bottom left;
	}

.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 4px;
	font-size: 1px;
	border: 0;
	padding: 0;
	}

.box .rbtop div  {
	background: url('../images/corner_t_r.gif') no-repeat top right;
}

.box .rbtop  {
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/corner_t_l.gif') no-repeat top left;
}

.box .rbbot div  {
	background: url('../images/corner_b_r.gif') no-repeat bottom right;
}

.box .rbbot      {
	background: url('../images/corner_b_l.gif') no-repeat bottom left;
	}

.box .rbtop div, .box .rbtop, .box .rbbot div, .box .rbbot {
	width: 100%;
	height: 4px;
	font-size: 1px;
	border: 0;
	padding: 0;
	}

/*
	Hot products
*/
.box .content ol {
	width: 80%;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
    list-style-type: decimal;
    position: relative;
    left: 10px;
}

.box .content ol li {
	margin: 0 0 3px 0;
	padding: 0;
	height: 1%;
}

.box .content ol li a {
	margin: 0 0 0 0;
	padding: 0;
}

.box .content ol li em {
	display: block;
	margin: 0;
	font-style: normal;
	color: #ff0000;
}



/*	module =box, submodule =minicart  */

.minibasket{
	line-height: 140%;
	color: #333333;
}

.minibasket .minibpad {
	padding: 0 0 10px 0;
	min-height: 1px;
	position: relative;
}
* .minibasket .minibpad {
	position: static;
}
.minibasket .cards{
	margin: 6px -4px 8px -4px;
}
.minibasket .minibpad .money {
	float: right;
}

#rightnav .minibasket .caption {
	text-align: left;
	background: #F40100 url('../images/bg_minibasket_header.gif') 100% 0 no-repeat;
}

.minibasket .content {
	background: url(../images/bg_minibasket_body.gif) 0 100% no-repeat;
	padding: 0 8px;
}
.minibasket span.left {
	text-align: left;
}

.minibasket p {
	margin: 0;
}

.minibasket .underline {
	padding-left: 20px;
	border-bottom: 1px solid black;
}

.minibasket div.center {
	text-align: center;
	margin: 0;
}

.minibasket #view_basket.a-right {
	width: 90px;
}

.minibasket div.hr
{
    border: 0;
    background: #CFCFCF;
    height: 1px;
    margin: 0 0 0 0;
    clear: both;
}

.minibasket div.hr hr
{
    display: none;
}

/* messages */

.message {
	padding: 0px 10px;
	border: 2px solid #56595C;
	font-size: 12px;
	color: black;
	background: #F9F9F9;
	line-height: 16px;
	margin: 7px 0;
	clear: both;
}
.message p {
	margin: 10px 0;
}
.message li, .message ul, .message ol {
	padding: 0;
	margin: 0;
	font-size: 11px;
	line-height: 18px;
}
.message ul, .message ol {
	margin: 5px 0 8px 0;
}

.message.msg_ok {
	padding-left: 40px;
	border-color: #99c099;
	background: white url('../images/msg_ok.gif') no-repeat 10px 10px;
}

.message.msg_sent {
	padding: 10px;
	border-color: #99c099;
	margin: 0 0 10px 0;
}

.message.msg_error {
	border-color: #B80000;
	color: #B80000;
	/*background: white url('../images/msg_error.gif') no-repeat 10px 10px;*/
	padding: 10px;
}

/* browse tree */
.box.browse_tree .rbbot { display: none; }
.box.browse_tree .content { border: none; }
.box.browse_tree .content ul { padding: 0; }
.box.browse_tree .content ul li.last_node {
	border-bottom: 2px solid white;
}
.box.browse_tree .content ul li.noborder {
	border-top: none;
}
.box.browse_tree .content ul li {
	border-top: 1px solid #FFFFFF;
	background: #DEDEDE;
	position: relative;
	float: left;
	display: inline;
}

.box.browse_tree ul li.bt_cat {
	border: none;
}
.box.browse_tree .content ul li a {
	padding-left: 0px;
	padding-right: 20px;
	background: none;
}
.box.browse_tree .content ul li li {
	background: #DEDEDE;
}
.box.browse_tree .content ul li li li a {
	padding-left: 18px;
	margin: 0;
	background: transparent url('../images/arrow_li_square.gif') no-repeat scroll 1em 0.75em;
}
.box.browse_tree .content ul img {
	position: absolute;
	top: 3px; right: 5px;
}

.tree ul, .tree li {
	padding: 0; margin: 0;
	list-style: none;
}
.tree li a {
	font-weight: bold;
	padding-left: 10px;
	background: url(../images/arr_leftnav.gif) no-repeat scroll 0px 5px;
}
.tree li strong {
	padding-left: 10px;
}
.tree li {
	padding: 5px 0 5px 25px;
	background: url(../images/arr_leftnav.gif) no-repeat scroll 25px 10px;
	color: #666666;
}
.tree li li {
	padding: 0px 0 0px 25px;
	background-position: 25px 5px;
}
.tree li li a {
	padding-left: 10px;
	font-weight: normal;
	background: url(../images/arr_leftnav.gif) no-repeat scroll 0px 5px;
}
.tree li ul {
	margin-top: 5px;
	margin-bottom: 10px;
}
.tree li.open ul {
	display: block;
}
.tree li.collapse ul {
	display: none;
}

/*
	banner zones
*/

.bzone1 {
	float: left;
	width: 280px;
	margin: 8px 0 0 0;
}

.bzone4 {
	float: right;
	width: 280px;
	margin: 8px 0 0 0;
	text-align: right;
}

.bzone6 {
	position: absolute;
	left: 195px;
	top: 20px;
	width: 468px;
	height: 50px;
}

.bzone5 img {
	padding: 8px 0 2px 0;
}

.bzone9 {
	margin: 2px 0 10px 0;
}

.bzone2, .bzone3, .bzone10, .bzone11, .bzone12, .bzone13, .bzone14, .bzone15, .bzone16, .bzone17 {
	text-align: center;
	margin: 5px 0;
}

.arrow-link {
	display: block;
	width: 132px;
	color: #214C42;
	background: url('../images/sipka.gif') no-repeat 1px 5px;
	padding: 0 3px 0 20px;
	margin: 0;
	border-bottom: 1px solid #DEDEDE;
}

.arrow-link {
	border: none;
	width: auto;
	line-height: 20px;
}

div.hr_dotted {
	background: url('../images/bg_hr_dotted.gif') 0 0 repeat-x;
	height: 1px;
}

div.hr_dotted hr {
	display: none;
}

#sspage div.left {
	width: 100px;
	text-align: center;
	margin-top: 6px;
}
#sspage p.left {
	width: 450px;
	margin-left: 10px;
}

.banner_zone_5  {
display: inline;
padding-left: 10px;
}
.banner_zone_1 {
	padding-left: 10px;
}

#newsletter {
	display: none;
}

.box .price_promise {
	border-bottom: 1px solid #EEEEEE;
	padding: 10px 0 10px 0;
}


/* ----------------------------------- Nové styly --------------------------------------------- */

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#wrapper .productdescription ol	{
	margin: 0;
	padding: 0;
	list-style: decimal;
}

#wrapper .productdescription ol li {
	background: none;
	list-style: decimal;
	list-style-position: inside;
	padding-left: 0;
}

a img {
	vertical-align: bottom;
}

p, h3, h4 {
	margin: 0;
	padding: 0;
}

#content h2, #content_2col h2 {
	background: transparent url(bg-content-h2.gif) no-repeat 0 0;
	line-height: 19px;
	text-indent: 10px;
	color: #fff;
	margin: 16px 0 8px 0;
}
* html #content h2, * html #content_2col h2  {
height: 19px;
}
#content_2col h2 {
	background: transparent url(bg-content2col-h2.gif) no-repeat 0 0;
}
#content h2 a {
	color: #fff;
}
#content h2.tips {
	background-image: url(bg-content-h2-tips.gif);
}

#content ul.deals {
	float:left;
}

#content ul.deals h4 {
	color: #f40100;
	font-size: 95%;
	padding: 0;
	margin: 0 0 5px 0;;
	font-variant: normal;
	font-style: normal;
	width: 190px;
}

#content ul.deals li {
	width: 285px;
	margin: 8px 0 0 0;
	min-height: 100px;
}
#content .deals li.left{
  margin-right: 24px;
}
* html #content ul.deals li {
	height: 100px;
}

#content ul.deals li h3 {
	color: #F40100;
}

#content ul.deals li div div, #content ul.deals li div.landing {
	width: 190px;
	float: right;
}
* html #content ul.deals li div div, * html #content ul.deals li div.landing {
	margin-left: 5px;
	float: none;
	width: 185px;
}

#content ul.deals li div.clearfix {
	margin: 8px 0 0 0;
	position: relative;
}


#content ul.deals li div h4 a {
	font-weight: bold;
	font-size: 90%;
	text-decoration: underline;
	font-style: normal;
}

#content ul.deals li p {
	margin: 0;
}
#content .setprice .button {
	margin: 4px 0 0 0;
}

#content .bestselling li p.price {
	text-align: right;
	color: #000;
	font-size: 100%;
	font-weight: bold;
}
#content ul.deals li p.price {
	text-align: right;
	color: #000;
	font-size: 130%;
	font-weight: bold;
}

#content ul.deals li p.rpr, #content .bestselling li p.rpr {
	text-align: right;
	font-size: 75%;
}

#content ul.deals li p.was, #content .bestselling li p.was {
	text-align: right;
	font-size: 75%;
	text-decoration: line-through;
}

#content ul.deals li p.save, #content .bestselling li p.save {
	text-align: right;
	font-size: 75%;
	font-weight: bold;
	color: #F40100;
}

#content ul li a.imgwrap {
	width: 78px;
	height: 78px;
	border: 4px solid #e9e9e9;
	float: left;
}

#content ul.deals li a.imgwrap img.main {
	width: 78px;
	height: 78px;
}

#content ul.tips li {
	width: 292px;
	float: left;
	margin-left: 8px;
	display: inline;
}

#content ul.tips li a {
	padding-left: 10px;
	background: transparent url(bullet-arrow-red-right.gif) no-repeat 0 5px;
	font-size: 88%;
}

#content ul.bestselling li {
	width: 184px;
	float: left;
	margin-right: 24px;
}

#content ul.bestselling.twocol li {
	width: 288px;
}

* html #content ul.bestselling li {
	display: inline;
}

#content ul.bestselling li.last {
	margin-right: 0;
}

#content ul.bestselling li h3 {
	height: 32px;
	background-color: #e9e9e9;
	padding: 3px 0 0 5px;
	color: #f40100;
	font-size: 90%;
}
* html #content ul.bestselling li h3 {
	height: 35px;
}

#content ul.bestselling li h4 {
	margin: 7px 0 5px 0;
}

#content ul.bestselling li h4 a {
	color: #666;
	font-weight: bold;
	font-style: normal;
	font-size: 90%;
	text-decoration: underline;
}

#content ul.bestselling li ul li {
	border-top: 1px solid #e9e9e9;
	padding-bottom: 15px;
	margin: 0;
	min-height: 120px
}
* html #content ul.bestselling li ul li {
	height: 120px
}

#content ul.bestselling ul li p {
	text-align: right;
}


#content ul.bestselling ul li p.rpr {
	font-size: 70%;
}

#content ul.bestselling ul li p.was {
	font-size: 70%;
	text-decoration: line-through;
}

#content ul.bestselling ul li p.now {
	font-size: 70%;
	color: #f40100;
}


#content ul li ul li a.imgwrap {
	border: 1px solid #e9e9e9;
}

#content ul li ul li a.imgwrap img {

}

.bzone-header {
	width: 600px;
	height: 160px;
	overflow: hidden;
}
.bzone-header h1 {
	font-family: Impact, Arial, Tahoma, sans-serif;
	margin: 36px 0 0 10px;
	height: 50px;
	width: 80%;
	font-size: 21px;
	line-height: 100%;
	color: #888;
	font-weight: normal;
}
.bzone-header div {
	color: #fff;
	font-size: 11px;
	padding: 9px 10px 0 10px;
	float: left;
}
.bzone-header div.icon {
	background: transparent url(../images/ico-did-you-know.gif) no-repeat 8px 9px;
	min-height: 70px;
}
* html .bzone-header div.icon {
	height: 70px;
}
.bzone-header div p {
	color: #fff;
}
.bzone-header div.icon p {
	margin-left: 67px;
}
.bzone-header a {
	color: #E6E6E6;
}
#content_2col .bzone-header {
	width: 740px;
}
.left { float: left; }
.right { float: right; }

#google_amark_b .h {
	z-index: 999;
}

#content {
	position: static;
}

#content-in {
	position: relative;
}

#content .rssleft {
	float:left;
	width:60%;
}
#content .rssleft h3 {
	color: #56595C;
	font-size: 130%;
	font-weight: bold;
	margin: 10px 0 0;	
}
#content .rssright {
	float:right;
	width:35%;
}
#content .rsspage h2 {
	background: transparent none repeat scroll 0%;
	color: #666666;
	font-size: 105%;
	margin: 15px 0 0;
	padding: 0;
	text-indent: 0;
}
#content .rssright h3 {
	background: #EAEAEA none repeat scroll 0%;
	color: #666;
	font-size: 90%;
	margin: 20px 0 5px 0pt;
	padding: 3px 0pt 3px 10px;
	text-transform: uppercase;
}
#content .rssright img {
	margin-right: 3px;
	position: relative;
	top: 2px;
}
#content .rsspage p {
	font-size: 90%;
	margin: 8px 0 0;
}
#content .rssright a {
	display: block;
	font-size: 90%;
	margin: 9px 0 9px 10px;
	text-decoration: none;
}
/*forum*/
/* overwrite globals*/
#content .mainlist p {
	font-size: 100%;
}
/* forum */
. form {
	margin: 0;
	padding: 0;
}
/* -------------------------------- */

.forum #breadcrumbs {
	color: #0a50ff;
}
.forum #breadcrumbs span {
	color: #ff1a00;
}
.forum h2, .forum h1 {
	font-family: Arial, Verdana, sans-serif;
	margin: 10px 0;
	color: #333;
	font-size: 180%;
	font-weight: normal;
}
.navigation_panel {
	margin-bottom: 5px;
}
.navigation_panel ul {width:583px;}
.navigation_panel ul li {display:inline; height:13px;}
.count {
	float: right;
	color: #333;
}
.count select {
	border: 1px solid #7F9DB9;
	color: #333;
	font-size: 90%;
}
.paging {
	float: left;
	color: #170e87;
	font-size: 90%;
}
#content .mainlist ul.mainlist {
	border-bottom: 1px solid #ddeeff;
	margin-bottom: 10px;
}
#content .mainlist ul, #content .mainlist ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	width: 100%;
	font-size: 100%;
}
#content .mainlist li.even, #content .mainlist li.eventhread {
	background: #F5F5F5;
}
#content .mainlist li.odd, #content .mainlist li.oddthread {
	background: #fff;
}
#content .mainlist li.hidden {
	/*font-style: italic;*/
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	visibility: visible;
}
#content .mainlist li.odd, #content .mainlist li.oddthread, #content .mainlist li.even, #content .mainlist li.eventhread {
	padding: 7px 0;
	border-top: 1px solid #E0E0E0;
	height: 1%;
	position: relative;
}
*html #content .mainlist li {
	float: left;
}
* html #content .mainlist li {
	float: left;
} 
#content .mainlist li a {
	line-height: 17px;
	padding: 0 25px;
	display: block;
	float: left;
	width: 340px;
}
#content .mainlist li.odd a, #content .mainlist li.even a {
	background: url('../images/ico_ring.gif') 5px 0 no-repeat;
}
#content .mainlist li.oddthread a, #content .mainlist li.eventhread a {
	background: url('../images/ico_thread.gif') 5px 0 no-repeat;
}
.wrapper #content .mainlist li.hidden a, .wrapper #content .mainlist li.hidden span.username {
	background: url('../imgages/ico_hiden.gif') 9px 5px no-repeat;
}
#content .mainlist li p {
	padding: 0 25px;
	margin: 3px 0 8px 0;
	color: #333;
}
.mainlist.post .username {
	background: url('../images/ico_user.gif') 7px 4px no-repeat;
	line-height: 17px;
	padding: 0 5px 0 25px;
	display: block;
	float: left;
	color: #0A50FF;
	font-size: 110%;
}
.mainlist.post .threadicon .username {
	background: url('../images/ico_thread.gif') 5px 0 no-repeat;
}
.mainlist.post .comments {
	line-height: 17px;
	display: block;
	float: left;
	color: #8a8a8a;
	font-size: 90%;
}
.mainlist.post li ul {
	clear: both;
} 
.mainlist.post li ul li {
	clear: both;
} 
.mainlist .edit, .mainlist .delete, .mainlist .check {
	display: block;
	float: right;
	padding-right: 13px;
}
#content .mainlist span.edit a {
	width: 50px;
}
.wrapper #content .mainlist .edit a, .wrapper #content .mainlist .delete a {
	background: url('../images/arr_tools.gif') 0 50% no-repeat;
	line-height: 17px;
	padding: 0 0 0 8px;
	width: auto;
}
.mainlist.post h3 {
	margin: 0;
	padding: 0 0 0 25px;
	font-weight: bold;
	color: #0A50FF;
}
.adminacion {
	text-align: right;
	margin: 0 15px 0 0;
	height: 23px;
}
.adminacion select {
	border: 1px solid #7F9DB9;
	color: #333;
	font-size: 90%;
	margin-top: 5px;
}
.adminacion input {
	position: relative;
	top: 6px;
}
* html .adminacion input {
	top: 3px;
}
*+html .adminacion input {
	top: 3px;
}
/* errors */
.forumerror {
	padding: 20px;
	line-height: 130%;
	color: #ff1a00;
}
.errors {color: #ff1a00;}

/* posting */
.postox {
	border: 1px solid #666666;
	background: #F5F5F5;
	padding: 10px 15px;
	margin: 10px 0;
	position: relative;
}
.postox .formcontent input {
	width: 560px;
}
#content .postox h2 {
	font-weight: bold;
	margin: 0;
	background: #666666;
	color: #FFFFFF;
}
.postox input, .postox textarea {
	border: 1px solid #7F9DB9;
	color: #333;
	width: 98.5%;
	padding: 2px 3px;
	position: relative;
}
.postox label {
	display: block;
	margin: 15px 0pt 3px 0px;
}
.postox textarea {
	height: 94px;
	padding: 3px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 100%;
}
.postox .postthread, .postox .prevthread, .postox .postcom, .postox .prevcom, .postox .savechanges, .postox .postring {
	border: none;
	color:#170E87;
	width: auto;
	float: right;
	height: 21px;
	width: 118px;
	margin: 15px 0 5px 20px;
	cursor: pointer; cursor: hand;
	position: relative;
}
.postox input.prevcom {
	background: url('../images/btn_comment_preview.gif') 0 0 no-repeat;
	width: 120px;
}
.postox input.postcom {
	background: url('../images/btn_comment_submit.gif') 0 0 no-repeat;
	width: 120px;
}
.postox input.prevthread {
	background: url('../images/btn_message_preview.gif') 0 0 no-repeat;
	width: 120px;
}
.postox input.postthread {
	background: url('../images/btn_message_submit.gif') 0 0 no-repeat;
	width: 120px;
}
.postox input.savechanges {
	background: url('../images/btn_save_simple.gif') 0 0 no-repeat;
	width: 60px;
}
.postox input.postring {
	background: url('../images/button-addring.gif') 0 0 no-repeat;
	width: 120px;
}

/* post preview */
#content .postpreview {
	margin: 20px 0;
}

/* -------------------------------- */
.forum .forumleftpanel {
	background: url('../img/bg-fln.png');
	position:relative;
	left:190px;
	top:130px;
	padding:10px;
	width:150px;
}
* html .forum .forumleftpanel {
	background: url('../img/bg-fln-ie.gif');
}
.product_count {
	display: block;
	color: #333;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: right;
}

/* forms  */
#content .formcontent li {
	clear: both;
	padding: 10px 0;
}
*+html #content .formcontent li {
	padding: 5px 0;
}
* html #content .formcontent li {
	padding: 5px 0;
}
#content .mainlist ul li.errmsg {
	color: #ff1a00;
	font-size: 80%;
	padding: 0 0 0 145px;
}
* html #content .mainlist ul li.errmsg {
	padding: 0;
	position: relative;
	left: 145px;
}
.formcontent label {
	display: block;
	width: 200px;
	text-align: right;
	float: left;
	padding-right: 15px;
	position: relative;
	top: 2px;
}
.formcontent .label_left label {
	text-align: left;
}
.formcontent input {
	color: #333;
	float: left;
	padding: 2px 3px;
	width: 210px;
	font-size: 85%;
}
.formcontent .button {
	border: none;
	color:#170E87;
	width: auto;
	margin-left: 210px;
	margin-bottom: 10px;
}
.forum_button img {
	margin-top: 10px;
}

.errmsg {
	color: red;	
	padding-left: 234px !important;
	font-size: 11px;
}
.messageok {
	border: 2px solid green;
	padding: 6px 8px 6px 8px;
}
.messageerror {
	border: 2px solid red;
	padding: 6px 8px 6px 8px;
}
.forum_nav_wrapp .message {
	font-size: 11px;
	padding: 6px 8px 6px 8px;
}