.globalForm { padding:0;margin:0; }
/********* title */
.title { float:left;font-family:verdana,arial;font-size:12px;color:#666666;margin-top:10px;margin-left:4px; }
.helpTitle { width:500px;margin-left: 10px; }
.helpTitle div { float:left; }

.mainContentContainer { background-color:#eae9e9;height:100%; }
/********* mainContent */
/********* mainContent for MSIE 6 wich ignores the second rule with min-height */
.mainContent { padding:5px 5px 5px 10px; height:380px; } 
/********* mainContent for others. This rule is more specific and will override the first rule */
html>body .mainContent { padding:5px 5px 5px 10px; width:auto; height:auto; min-height:380px; }

.mainContentMenu { padding-left:10px;float:left;width:221px; }
.mainContentWrapper { float:left;width:500px;background-color:#ffffff; }
/********* rounded corner */
.mainRoundedCorner 
{
    padding:0px;
    margin:0px;
    background-image: url(http://static.tradera.com/internal/help/top_leftcorner.gif); 
    background-position:top left; 
    background-repeat:no-repeat ;
    height:10px;
}

.topSpace { float:left; width:240px; height:30px; font-size: 11px; }
.topSpace2 { float:left; width:550px; height:30px; font-size: 11px; }
.topHeadLine { float:left;height:27px;padding-top:8px; font-size: 11px; }
.topHeadLine2 { padding-left:10px; float:left; height:27px; padding-top:8px; font-size: 11px; }

/********* dropdown */
.mainContentContainer .dropDown { margin-bottom:10px; }
.mainContentContainer select 
{
	color: #333333;
	font-size: 12px; 
	font-family: Arial,Verdana,Garamond,Sans-Serif; 
}

/********* helptabs */
.helpTab { clear:both; padding-top:5px;}
.helpTabContainer 
    {
	    position: relative;
	    width: 100%;
	    height: 30px;
	    
	    
    } 

.helpTabContainer div
{
	bottom: 0px;
	width: 169px;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	height: 27px;
	padding-top: 3px;
	line-height: 20px;
	font-weight: bold;
}
/* 100 */
.helpTabContainer .tabFirstOn_100 { background-image: url('/images/site/tabFirstOn_100.png'); }
.helpTabContainer .tabLastOff_100 { background-image: url('/images/site/tabLastOff_100.png'); height: 25px; padding-top: 5px; line-height: 25px; }
/* 001 */
.helpTabContainer .tabFirstOff_001 { background-image: url('/images/site/tabFirstOff_001.png'); height: 25px; padding-top: 5px; line-height: 25px; }
.helpTabContainer .tabLastOn_001 { background-image: url('/images/site/tabLastOn_001.png'); }
/* */

.helpTabContainer .rightFillerLine
{
	background-image: url('http://static.tradera.com/internal/site/items/itemTab_rightFillerLine.png');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 30px;
	font-size: 10px;    
}
.helpTabContainer .rightFillerLine a, .helpTabContainer .rightFillerLine a:hover
{
	height: 30px;
	padding-right: 0;

}
.helpTabContainer .rightFillerLine .top { width:420px; }
.helpTabContainer .rightFillerLine .topButt { float:right;width:200px; }
.helpTabContainer .rightFillerLine .topText { float:right;width:200px;font-size:10px;font-weight:normal;padding-top:7px; }

.helpTabContainer .tabActive
{
	font-weight: bold;
	color: #dd2424;
	line-height: 15px;
}
/********* other */
.description { padding:6px 6px 16px 16px; }

.outer { }
/*
.outer A:link {text-decoration:none;color:black;}
.outer A:visited {text-decoration:none;color:black;}
.outer A:active {text-decoration:none;color:black;}
.outer A:hover {text-decoration:underline;color:red;color:black;}
*/
/********* "listings" in menusection under dropdown */
.outer .standardtitle { padding-top:4px;padding-bottom:4px;font-size:11px;width:210px; }
.outer .standardtitle .bullet { float:left;width:10px;line-height:11px; }
.outer .standardtitle .title { float:left;width:195px;margin:0px; }
    
.navigation { font-family:Verdana;font-size:10px; }