﻿
#body_inner_2
{
	background-color: Black;
}

#pb_content_primary
{
	/* 	position: inherit; 	overflow: visible !important; 	overflow-y: visible !important; */
}

#pb_menu_primary
{
	overflow: visible !important;
}

#pb_menu_secondary
{
	overflow: visible !important;
}

div.center
{
	text-align: center;
}

.TextSmall
{
	font-size: 11px;
}

.Textmedium
{
	font-size: 12px;
}

.ErrorMessageRed
{
	color: Red;
}

.ErrorMessageWhite
{
	color: White;
}

.LogoutMessage
{
	font-family: Arial,Helvetica,sans-serif;
	color: White;
	font-size: 12px;
	margin: 20px 0 40px 10px !important;
}

div.footer_menu
{
	float: right;
	width: 820px;
}
div.footer_lang
{
	float: left;
	padding-top: 20px;
}


/* ==============================
  editMode
=================================*/

.editMode
{
	background-color: #dddddd;
	border-style: groove;
	border-width: 0.05cm;
	border-color: #E9242C;
	padding: 5px;
	margin: 0px 3px 0px 3px;
	color: #555555;
}

.editText
{
	cursor: text;
	color: Black;
	font-style: italic;
}

/* ==============================
   front page
=================================*/

#flashContainer
{
	height: 280px;
	width:724px;
	overflow: hidden;
}

#flashContainer.editMode
{
	height: 280px;
	width: 724px;
	padding: 0px;
	margin: 0px;
	background-color: White;
}


/* =============================
				global
=============================*/

p
{
	text-align: justify;
}


/* =============================
				rate
=============================*/
.scoreSelected
{
	background-image: url(../images/buttons/starSelected.gif);
}
.score
{
	background-image: url(../images/buttons/star.gif);
}

#rating_score span
{
	background-repeat: no-repeat;
	display: block;
	height: 17px;
	cursor: pointer;
	margin: 0px;
	outline: hidden;
	overflow: hidden;
	text-indent: -9999px;
}

#page_rating span.title
{
	clear: none;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding-right: 10px;
}


/* =============================
				icons
=============================*/
ul.icons
{
	float: right;
}

#pb_content_primary ul.icons
{
	margin: 0px;
	position: static;
}

/* =============================
				printPage
=============================*/
#print_page
{
	text-align: left;
	background: white;
}


/* =============================
				modules
=============================*/

div.module_image
{
	padding: 0px;
}

div.module_text
{
	padding: 16px 15px 11px 18px;
/*	height: auto;*/
	overflow:hidden;
}

#module_login ul
{
	height: auto;
}


#whats_new div.module_inner_2
{
	min-height: 260px;
	height: auto;
}

ul.poll
{
	height: auto;
}


/*
	--------------------------------------------
	News List
	--------------------------------------------
*/
div.news_list
{
	margin: 0;
	padding: 0;
}

.news_list table
{
	margin-top: 20px;
	width: 100%;
}


div.news_list div.image
{
	clear: none;
	float: left;
}

div.news_list div.content
{
	background: url(../images/backgrounds/accessory_100.jpg) bottom left no-repeat;
	clear: none;
	float: left;
	font-size: 12px;
	_height: 70px;
	min-height: 70px;
	overflow: hidden;
	overflow-y: visible;
	padding: 25px 15px 10px 25px;
	width: 90%;
}

div.news_list div.content div.newstext
{
	text-align: justify;
	padding: 10px 0 0 0;
}
div.news_list div.content div.righttext
{
	text-align: right;
}

div.newstext p
{
	line-height: 15px;
}

/*
	--------------------------------------------
	Voting page
	--------------------------------------------
*/

body.vote
{
	background: none !important;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	color: Black;
	text-align: left !important;
}


div.form_vote
{
	background-color: White;
	margin: 0 0 0 25px;
	width: 230px;
}

/* =============================
	find right solution
===============================*/

fieldset.second
{
	padding: 20px;
}

fieldset.semi
{
	width: auto;
}

fieldset.semi ul.form li.radio
{
	width: 237px;
}

#btn_tell_us
{
	margin-bottom: 20px;
	margin-left: 244px;
}

ul.form li.radio span.pseudo_label
{
	width: 90px;
}

/* =============================
	Top N pages
===============================*/
div.itempage
{
	padding: 10px 0 0 0;
	font-size: 12px;
}

#TopNPages a
{
	color: #666666;
}

#TopNPages a:hover
{
	color: #e9242c;
}
.LanguageSwitcher
{
	color: white;
	background-color: red;
/*	width:170px;*/
}
.inputField
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	border: 1px solid #666666;
	width: 350px;
}
/* =============================
	Most Visited Products
===============================*/
#MostVisitedPages a
{
	color: #666666;
}

#MostVisitedPages a:hover
{
	color: #e9242c;
}

