﻿/* ############### Search panel ############### */

div.master-search
{
    display: block;
    float: left;
    text-align: left;
    width: 720px;
    /* background: #333333 url("../../App_Themes/RodeoTheme/Images2010/search_bg.jpg" ) no-repeat left top;*/
    overflow: hidden;
    border-bottom: solid 1px #b9bdc0;
}

div.master-search-block
{
	width: 720px;
	float: left;
	padding: 0px 0px 10px 0px;
}

.master-search-field
{
	width: 720px;
	vertical-align: top;
	float: left;
    padding: 0px 0px 10px 0px;
	color: #006abe;
	font-weight: bold;
}

.roundedSearchBox
{
    background: transparent url("../../App_Themes/RodeoTheme/Images2010/search_field.gif") no-repeat left;
	float: left;
	display: block;
    height: 32px;
    margin: 20px 0px 0px 0px;
    width: 380px;
}

input[type=text].roundedSearchBoxInput /*, input[type=password].roundedSearchBoxInput */
{
    background: none;
    border: 0px;
    width: 360px;
    height: 26px;
    line-height: 26px;
    margin-left: 10px;
    padding-top: 4px;
    font-size: 16px;
    float: left;
}
.search_btn {
	float: left;
	display: block;
    width: 38px;
    height: 32px;
    margin: 20px 0px 0px 0px;
    background-image: url("../../App_Themes/RodeoTheme/Images2010/search_button.gif");
}
.master-search-field label
{
	float: left;
	display: block;
    margin: 21px 10px 0px 0px;
    line-height: 30px;
    height: 32px;
    color: #FFF;
    font-size: 18px;
    width: 140px;
    text-align: right;
    color: #999;
}
.master-admin-btn {
	float: right;
    margin: 0px;
    padding: 0px;
}

.master-search-options
{
    float:right; 
	width: 135px;
    margin: 28px 0px 0px 0px;
    color: #999;
    text-align: left;
    padding-bottom:15px;
}
.master-search-options a:hover {
    cursor: pointer;
}
.master-search-options a, .master-search-options a:link, .master-search-options a:visited, .master-search-options a:hover, .master-search-options a:active, .master-search-options a:focus
{
	color: Black;
	/* font-weight: bold; */
	text-decoration: none;
}

div.master-search-options-block
{
    float: left;
    display: block;
    margin: 0px 0px 10px 15px;
    height: 120px;
    color: #FFF;
    font-weight:bold;
    width: 680px;
    text-align: center;
    -moz-border-radius: 4px; /* for Firefox */
    -webkit-border-radius: 4px; /* for Safari */
    border:  1px solid #CCC;
    
}

div.master-search-options-block label, div.master-search-options-block span
{
	font-weight: bold;
	padding-right: 0px;
	color: #FFFFFF;
}

div.master-search-options-block span
{
	vertical-align: middle; 
	font-weight: bold;
	margin-left: 30px;
	margin-top: 5px;
}



.arrowdown {
    background: transparent url("../../App_Themes/RodeoTheme/Images2010/separator.gif" ) no-repeat left center; 
	width: 25px;
	height: 26px;
	border: none;
	margin-top: 3px;
	float: left;
}

fieldset.option-set {
    float: left;
    border:none;
    border-left:  1px solid #CCC;
    padding: 7px 0px 7px 12px;
    margin: 7px 12px 7px 0px;
    text-align:left;
    min-height: 90px;
}
fieldset.option-set:first-child { border-left: none; }

fieldset.option-set legend, fieldset.option-set span  
{
    font-family:Tahoma, Arial, Sans-Serif;
    color: #525252;
    color: #999;
    font-size: 11px; 
    margin: 0px 0px 0px 0px;
    padding: 0px 2px 2px 2px;
    /*text-transform:uppercase;*/
}

/* Hack IE7 */
*:first-child+html fieldset.option-set legend { 
    margin: 2px 2px 0px -6px;
}
fieldset.option-set span  
{
    
}

fieldset.option-set select { 
    font-size: 1em;
    float: left;
    display: inline;
    color: #2a2a2a;
    margin: 0px 2px 0px 2px;
    padding: 3px;
}

fieldset.option-set input[type=checkbox] { 
    margin: 4px 4px 0px 2px;
}

/* Hack IE7 */
*:first-child+html fieldset.option-set input[type=checkbox] { 
    margin: 2px 2px 0px 0px;
}

fieldset.option-set select[selected] { }
fieldset.option-set option { }

/* ############### IE6 hacks ############### */
/* täytyy antaa arvot suoraan luokalle input[type=text] ei toimi IE6 */
* html .roundedSearchBoxInput {
    background: none;
    border: 0px;
    width: 360px;
    height: 25px;
    margin-left: 10px; 
    padding-top: 7px;
    font-size: 16px;
    float: left;
}
* html fieldset.master-login .roundedTextBoxInput {

    background: none;
    border: 0px;
    width: 110px;
    height: 16px;
    margin-left: 5px; margin-top: 2px;
    padding-top: 3px;
    font-size: 11px;
    float: left;


}


* html div.master-search
{
    width: 800px;
}
* html div.master-search-options-block
{
    float: left;
    display: block;
    padding: 0x 0px 0px 0px;
    margin: 0px 0px 0px 68px;
    color: #FFF;
    font-weight:bold;
    /* width: 100%; */
    width: 660px;
    text-align: center;
    
	/* background-color: Green; */
}
* html .marketsAndLanguages {

}
