/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////                                          //////////////////////////////*/
/*/////////////////////////               BASE STYLE                 //////////////////////////////*/
/*/////////////////////////                                          //////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*-------------------------------------------------------*/
/*----------------------- NORMAL ------------------------*/
.dropd{
	 display: inline-block; 
	 position: relative;
	 overflow: hidden;
}
.dropd{
	 width: 204px;
	 height: 26px;
}
.dropd .dd-in{
	border:1px solid #cfcfcf;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/*--------------- INPUT start -----------------*/
.dropd .dd-input{
	 position: relative;
}
.dropd .dd-input{
	 height: 24px;
	 padding-right: 26px;
}
.dropd .dd-input-in{
	white-space: nowrap;
	height: 100%;
	overflow: hidden;
}
.dropd .dd-input-in{
	background-color: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/*--------------- end of INPUT ------------------*/
/*--------------- TEXT start --------------------*/
.dropd .dd-text {
	display: inline-block;
}
.dropd .dd-text {
	padding: 4px 8px;
	color: #333;
	font-size: 12px;
}
/*--------------- end of TEXT -----------------*/
/*--------------- BUTTON start ----------------*/
.dropd .btn{
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
}
.dropd .btn{
	width: 26px;
	border:0px solid #333;

	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.dropd .btn-in{
	padding: 9px 0 0 8px;
}
.dropd .btn .arrow-alternative{ display: none; background-position: -158px 0;}
.dropd .btn .arrow{ background: transparent Url("images/standardDropdownArrow.png") no-repeat;width: 9px;height: 9px;}

.dropd .btn .arrow-alternative.dropd-active-state {
    background-position: -189px 0;
}

/*--------------- end of BUTTON ----------------*/
/*--------------- CONTENT start ----------------*/
.dd-content{
	position:absolute;
    z-index: 1;
}
.dd-content .dd-content-in{
	overflow: auto;
	overflow-x: hidden;
}
.dd-content .dd-content-in{
	max-height: 299px;
	background-color:#fff;
	padding:0px;
	border: 1px solid #A4A49B;
	border-top-width:0;
}
.dd-content .dd-content-in .dropd_item a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
}
.dd-content .dd-content-in .dropd_item a {
	padding: 7px;
	border-top: 1px solid white;
	border-bottom: 1px solid #A4A49B;
	font-size: 13px;
	color:#333;
}
.dd-content .dd-content-in .dropd_item.last-item a {
	border-bottom-width: 0;
}

.dd-content .dd-content-in .dropd_item a:hover {
	background-color: #ddd;
}
.dd-content .dd-content-in .dropd_item.selected-state a {
	font-weight: bold;
	font-size: 13px;
	color: #990000;
}
/*--------------- en of CONTENT ------------------*/
/*-------------------------------------------------------*/
/*--------------------- HOVER ---------------------------*/
/*--------------- button start ------------------*/
.dropd.dropd-hover-state .btn {
	background: transparent url('images/standardDropdownButtonBg.png') repeat-x 0 0;
	border-left:1px solid #cfcfcf;
}
/*--------------- end of BUTTON -----------------*/


/*-------------------------------------------------------*/
/*--------------------- ACTIVE --------------------------*/
/*--------------- INPUT start -------------------*/
/*--------------- end of INPUT ------------------*/
/*--------------- BUTTON start ------------------*/
.dropd.dropd-active-state .btn {
	background: transparent url('images/standardDropdownButtonBg.png') repeat-x 0 0;
	background-position: 0 -50px;
	border-left:1px solid #cfcfcf;
}
/*--------------- end of BUTTON -----------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////         END  BASE STYLE      //////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/


/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////                                          //////////////////////////////*/
/*/////////////////////////            SELECT_SITE STYLE             //////////////////////////////*/
/*/////////////////////////                                          //////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*-------------------------------------------------------*/
/*----------------------- NORMAL ------------------------*/
.dropd.select-site{
	 width: 280px;
	 height: 28px;
}
.dropd.select-site .dd-in{
	border:0px solid #333;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
/*--------------- INPUT start -----------------*/
.dropd.select-site .dd-input{
	 height: 28px;
	 padding-right: 26px;
}
.dropd.select-site .dd-input-in{
	height: 100%;
	background-color: #fff;
   
	border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
}
/*--------------- end of INPUT ------------------*/
/*--------------- text START --------------------*/
.dropd.select-site .dd-text {
	padding: 6px;
	padding-left: 30px;
	color: #333;
	font-size: 12px;
}
/*--------------- end of TEXT -----------------*/
/*--------------- BUTTON start ----------------*/
.dropd.select-site .btn{
	width: 26px;
	background: transparent url('images/selectSiteButtonBg.png') repeat-x 0 0;
	border:0px solid #333;
	border-left:1px solid #858585;

	border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	
	top: 0;
	right: 0;
	bottom: 0;
}
.dropd.select-site .btn-in{
	padding: 7px 0 0 5px;
}
.dropd.select-site .btn .arrow-alternative{ display: block;}
.dropd.select-site .btn .arrow{ display: none;}
/*--------------- end of BUTTON ----------------*/
/*--------------- CONTENT start ----------------*/
.dd-content.select-site .dd-content-in{
	max-height: 299px;
	padding:0px;
	border: 1px solid #A4A49B;
	border-top-width:0;
	background-color: #f6f6f3;
}
.dd-content.select-site .dd-content-in .dropd_item a {
	padding: 7px;
	border-top: 1px solid white;
	border-bottom: 1px solid #A4A49B;
	font-size: 13px;
	color:#333;
}
.dd-content.select-site .dd-content-in .dropd_item.last-item a {
	border-bottom-width: 0;
}
.dd-content.select-site .dd-content-in .dropd_item a:hover {
	background-color: #ddd;
}
.dd-content.select-site .dd-content-in .dropd_item.selected-state a {
	font-weight: bold;
	font-size: 13px;
	color: #990000;
}
/*--------------- en of CONTENT ------------------*/
/*-------------------------------------------------------*/

/*--------------------- HOVER ---------------------------*/
/*--------------- button start ------------------*/
.dropd.select-site.dropd-hover-state .btn {
	background-position: 0 -50px;
}
/*--------------- end of BUTTON -----------------*/
/*-------------------------------------------------------*/

/*--------------------- ACTIVE --------------------------*/
.dropd.select-site.dropd-active-state .dd-in {
	border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
}
/*--------------- INPUT start -------------------*/
.dropd.select-site.dropd-active-state .dd-input-in{
	border-radius: 2px 0 0 0;
	-webkit-border-radius: 2px 0 0 0;
	-moz-border-radius: 2px 0 0 0;
}
/*--------------- end of INPUT ------------------*/
/*--------------- BUTTON start ------------------*/
.dropd.select-site.dropd-active-state .btn {
	background-position: 0 -50px;
	border-radius: 0 2px 0 0;
	-webkit-border-radius: 0 2px 0 0;
	-moz-border-radius: 0 2px 0 0;
}
/*--------------- end of BUTTON -----------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////         END  SELECT_SITE STYLE      ///////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/





/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////                                          //////////////////////////////*/
/*/////////////////////////               SELECT_TEST STYLE          //////////////////////////////*/
/*/////////////////////////                                          //////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*-------------------------------------------------------*/
/*----------------------- NORMAL ------------------------*/
.dropd.select-test .dd-input-in .overflow-ellipsis{
    max-width: 139px;
}

.dropd.select-test{
	width: 160px;
	height: 21px;
}
.dropd.select-test .dd-in{
	border-width: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

	-webkit-box-shadow: inset 0px 1px 2px rgba(50, 50, 50, 0.9);
	-moz-box-shadow: inset 0px 1px 2px rgba(50, 50, 50, 0.9);
	box-shadow: inset 0px 1px 2px rgba(50, 50, 50, 0.9);
	background: #fff;
}
/*--------------- INPUT start -----------------*/
.dropd.select-test .dd-input{
	padding-right: 19px;
	height: 21px;
}
.dropd.select-test .dd-input-in
{
	background-color: transparent;
	border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
}
/*--------------- end of INPUT ------------------*/
/*--------------- text START --------------------*/
.dropd.select-test .dd-text {
	padding: 1px 5px;
	font-size: 11px;
}
/*--------------- end of TEXT -----------------*/
/*--------------- BUTTON start ----------------*/
.dropd.select-test .btn
{
	width: 20px;
	border-left: 0;
	/*background: #fff url("images/selectTestButtonBg.png") repeat-x;*/
	background: transparent;
	border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	
	top: 0;
	right: 0;
	bottom: 0;
}
.dropd.select-test.dropd-hover-state .btn {
	background: #fff url("images/selectTestButtonBgActive.png") repeat-x;
	-webkit-box-shadow: inset 0px 1px 2px rgba(50, 50, 50, 0.9);
	-moz-box-shadow: inset 0px 1px 2px rgba(50, 50, 50, 0.9);
	box-shadow: inset 0px 1px 2px rgba(50, 50, 50, 0.9);
}
.dropd.select-test.dropd-active-state .btn {
	background: #fff url("images/selectTestButtonBg.png") repeat-x;
	-webkit-box-shadow: inset 0px 1px 2px rgba(50, 50, 50, 0.9);
	-moz-box-shadow: inset 0px 1px 2px rgba(50, 50, 50, 0.9);
	box-shadow: inset 0px 1px 2px rgba(50, 50, 50, 0.9);
}
.dropd.select-test .btn-in{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	padding: 3px 2px;
}
.dropd.select-test .btn .arrow-alternative{ display: block;}
.dropd.select-test .btn .arrow{ display: none;}
/*--------------- end of BUTTON ----------------*/
/*--------------- CONTENT start ----------------*/
.dd-content.select-test-cont{
	margin-left: -6px;
	padding: 6px;
	background: #ADADAD;
	border: 1px solid #605E5B;
	border-radius:8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-top-color: #ADADAD;
	width: 205px;
}
.dd-content.select-test-cont .dd-content-in{
	border-top-width: 1px;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-color: #909090;
	max-height: 340px;
	position: relative;
}
.dd-content.select-test-cont .dd-content-in .dropd_item a {
}
.dd-content.select-test-cont .dd-content-in .dropd_item.last-item a {
}

.dd-content.select-test-cont .dd-content-in .dropd_item a:hover {
}
.dd-content.select-test-cont .dd-content-in .dropd_item.selected-state a {
}
/*--------------- en of CONTENT ------------------*/
/*-------------------------------------------------------*/
/*--------------------- HOVER ---------------------------*/
/*--------------- button start ------------------*/
.dropd.select-test.dropd-hover-state .btn {
}
/*--------------- end of BUTTON -----------------*/


/*-------------------------------------------------------*/
/*--------------------- ACTIVE --------------------------*/
.dropd.select-test.dropd-active-state .dd-in {
	border-width: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}/*--------------- INPUT start -------------------*/
/*--------------- end of INPUT ------------------*/
/*--------------- BUTTON start ------------------*/
.dropd.select-test.dropd-active-state .btn {
	width: 20px;
	border-width: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
/*--------------- end of BUTTON -----------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////         END  SELECT_TEST STYLE      ///////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/

/*-----------------------------------------------------------------------------*/
/*-------------------------------    Test Select   ----------------------------*/
/*-----------------------------------------------------------------------------*/
.select-test-wrapper-wrapper {
	padding-left: 30px;
    height: 46px;
}
.select-test-wrapper {
	display: inline-block;
	*display: inline;
	zoom: 1;
	/*margin-bottom: 4px;*/
    /*ie7 fix*/
    *margin: 0 0 13px;
    /* ----- */
    border: 1px solid transparent; /*#605E5B;*/
    background-color: transparent;  /*#adadad;*/
	padding: 5px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    cursor: pointer;
}
.select-test-wrapper.dropd-active-state {
    border: 1px solid #605E5B;
    background-color: #adadad;
}
.select-test-wrapper .dropd.select-test {
	display: block
}
.dd-content.select-test-cont .test-select-list {
	min-width: 202px;
}


/*------------------------------ simple dropdown ------------------*/


/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////                                          //////////////////////////////*/
/*/////////////////////////               simple dropdown STYLE      //////////////////////////////*/
/*/////////////////////////                                          //////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*-------------------------------------------------------*/
/*----------------------- NORMAL ------------------------*/
.simple-dropdown .dropd{
	 display: inline-block; 
	 position: relative;
	 overflow: hidden;
}
.simple-dropdown .dropd{
	 width: 204px;
	 height: 26px;
}
.simple-dropdown .dropd .dd-in{
	border:1px solid #cfcfcf;
	border-top-color: #ADADAD;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background: #fff;
}
/*--------------- INPUT start -----------------*/
.simple-dropdown .dropd .dd-input{
	 position: relative;
}
.simple-dropdown .dropd .dd-input{
	 height: 24px;
	 padding-right: 26px;
}
.simple-dropdown .dropd .dd-input-in{
	background-color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/*--------------- end of INPUT ------------------*/
/*--------------- text START --------------------*/
.simple-dropdown .dropd .dd-text {
	display: inline-block;
}
.simple-dropdown .dropd .dd-text {
	padding: 4px 8px;
	color: #333;
	font-size: 12px;
}
/*--------------- end of TEXT -----------------*/
/*--------------- BUTTON start ----------------*/
.simple-dropdown .dropd .dd-in .btn{
	width: 26px;
	background: transparent;

	top: 1px;
	right: 1px;
	bottom: 1px;

	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-width:0;
}
.simple-dropdown .dropd .dd-in .btn-in{
	padding: 9px 0 0 8px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.simple-dropdown .dropd .btn .arrow-alternative{ display: none;}
.simple-dropdown .dropd .btn .arrow{display: block; background: transparent url("images/standardDropdownArrow.png") no-repeat;width: 9px;height: 9px;}

/*--------------- end of BUTTON ----------------*/
/*--------------- CONTENT start ----------------*/

.dd-content.simple-dropdown{
	margin: 0;
	padding: 0;
	background: #fff;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	width: auto;
}
.dd-content.simple-dropdown  .dd-content-in{
	max-height: 299px;
	background-color:#f6f6f3;
	padding:0px;
	border: 1px solid #A4A49B;
	border-top-width:0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.dd-content.simple-dropdown .dd-content-in .dropd_item a {
	padding: 7px;
	border-top: 1px solid white;
	border-bottom: 1px solid #A4A49B;
	font-size: 13px;
	color:#333;
}
.dd-content.simple-dropdown .dd-content-in .dropd_item.last-item a {
	border-bottom-width: 0;
}

.dd-content.simple-dropdown .dd-content-in .dropd_item a:hover {
	background-color: #ddd;
}
.dd-content.simple-dropdown .dd-content-in .dropd_item.selected-state a {
	font-weight: bold;
	font-size: 13px;
	color: #990000;
}
/*--------------- en of CONTENT ------------------*/
/*-------------------------------------------------------*/
/*--------------------- HOVER ---------------------------*/
/*--------------- button start ------------------*/
.simple-dropdown .dropd.dropd-hover-state .btn {
	background: transparent url('images/standardDropdownButtonBg.png') repeat-x 0 0;
	border-left:1px solid #cfcfcf;
}
/*--------------- end of BUTTON -----------------*/


/*-------------------------------------------------------*/
/*--------------------- ACTIVE --------------------------*/
.simple-dropdown .dropd.dropd-active-state .dd-in {
	border: 1px solid #d9d8de;
	border-top-color: #ADADAD;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/*--------------- INPUT start -------------------*/
.simple-dropdown .dropd.dropd-active-state .dd-input-in {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/*--------------- end of INPUT ------------------*/
/*--------------- BUTTON start ------------------*/
.simple-dropdown .dropd.dropd-active-state .btn {
	background: transparent url('images/standardDropdownButtonBg.png') repeat-x 0 0;
	background-position: 0 -50px;
	border-left:1px solid #cfcfcf;
}
/*--------------- end of BUTTON -----------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////         END  simple dropdown STYLE      ///////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
.simple-dropdown .domain-dd-wrap { width: auto;}
.simple-dropdown .state-filter,
.simple-dropdown .search-bar { display: none;}
.simple-dropdown .dd-content-in { max-height: 299px;}
.select-test-wrapper-wrapper.simple-dropdown { padding-left: 0; }
.simple-dropdown .select-test-wrapper {
	margin: 0;
	border-width: 0;
	background: transparent;
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.simple-dropdown .item-camp.selected{ color: #900;}
.simple-dropdown .item-camp.selected-state .mm-name {
	font-weight: bold;
	color: #990000;
}


/*///////////////////////////////////////////////////////////////////////////////////*/

.select-site .dropd_item {
	width: 280px;
}
.simple-dropdown .dropd_item {
	width: 204px;
}

.sys-reports-wrap .dropd.select-site .dd-text {
	padding-left: 7px;
}
.search-bar > input[type="text"] { width: 243px;padding: 4px 5px; }
.search-bar > .search-icon {
	position: absolute;
	top: 16px;
	right: 18px;
	z-index: 100;
}
.search-bar {
	padding: 12px;
	text-align: center;
	background: #CBCBC7;
	border: 1px solid #A4A49B;
	border-width: 0 1px 1px 1px;
}

.primary-nav .type-icon
{
	position:           absolute;
	top:                5px;
	left:               7px;
	width:              18px;
	height:             18px;
	background-repeat:  no-repeat;
	background:         transparent url("images/iconSprite.png") no-repeat 0px -60px;
}
.content.campaignbuilder .primary-nav .type-icon,
.content.analytics .primary-nav .type-icon
{
	background-position: 0px -29px;
}


/*-----------------------------------------------------------------*/
/*-----------------------------  filter  --------------------------*/
/*-----------------------------------------------------------------*/

/* tipsy style for select campaign dropdown's' filter */
.tipsy.tipsy-simple.state-filter .tipsy-inner {
	margin-top: 8px;
}
/* end tipsy style */

.state-filter {
	overflow: hidden;
	padding-bottom: 4px;
}

.state-filter .label {
	float:left;
	font-size: 10px;
	color: #555;
	line-height: 20px;
}
.state-filter .bttn {
	float: right;
	height: 20px;
	width: 20px;
	margin-left: 6px;
	cursor: pointer;
	background: transparent url("images/selectTestIcons.png")
}

.state-filter{ font-weight: bold;}

/*live*/
.bttn.live {
	background-position: 0 0;
}
.bttn.live:hover,.bttn.live.hover {
	background-position: -30px 0;
}
.bttn.live.active {
	background-position: -60px 0;
}
.bttn.live.active:hover, .bttn.live.active.hover {
	background-position: -90px 0;
}
/*pause*/
.bttn.pause {
	background-position: 0 -30px;
}
.bttn.pause:hover, .bttn.pause.hover {
	background-position: -30px -30px;
}
.bttn.pause.active {
	background-position: -60px -30px;
}
.bttn.pause.active:hover, .bttn.pause.active.hover {
	background-position: -90px -30px;
}
/*impl*/
.bttn.impl {
	background-position: 0 -60px;
}
.bttn.impl:hover, .bttn.impl.hover {
	background-position: -30px -60px;
}
.bttn.impl.active {
	background-position: -60px -60px;
}
.bttn.impl.active:hover, .bttn.impl.active.hover {
	background-position: -90px -60px;
}
/*not-col-data*/
.bttn.not-col-data {
	background-position: 0 -90px;
}
.bttn.not-col-data:hover, .bttn.not-col-data.hover {
	background-position: -30px -90px;
}
.bttn.not-col-data.active {
	background-position: -60px -90px;
}
.bttn.not-col-data.active:hover, .bttn.not-col-data.active.hover {
	background-position: -90px -90px;
}
/*stop*/
.bttn.stop {
	background-position: 0 -120px;
}
.bttn.stop:hover, .bttn.stop.hover {
	background-position: -30px -120px;
}
.bttn.stop.active {
	background-position: -60px -120px;
}
.bttn.stop.active:hover, .bttn.stop.active.hover {
	background-position: -90px -120px;
}
/*all*/
.bttn.all {
	background-position: 0 -150px;
}
.bttn.all:hover, .bttn.stop.hover {
	background-position: -30px -150px;
}
.bttn.all.active {
	background-position: -60px -150px;
}
.bttn.all.active:hover, .bttn.stop.active.hover {
	background-position: -90px -150px;
}

/* max-recommend-simple-dropdown */

.max-recommend-simple-dropdown .select-test-wrapper {
	margin-top: -6px;
}

.max-recommend-simple-dropdown .dropd {
	height: 26px;
}

.max-recommend-simple-dropdown .dropd .dd-input {
height: 24px;
padding-right: 26px;
}

.max-recommend-simple-dropdown .dropd .dd-in,
.max-recommend-simple-dropdown .dropd.select-test .dd-in,
.max-recommend-simple-dropdown .dropd.select-test.dropd-active-state .dd-in {
border: 1px solid #CFCFCF;
border-top-color: #ADADAD;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
background: #FFF;
}

.max-recommend-simple-dropdown .dropd.select-test .dd-input-in {
background-color: rgba(0, 0, 0, 0);
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
}

.max-recommend-simple-dropdown .dropd .dd-text {
padding: 4px 8px;
color: #333;
font-size: 12px;
}

.max-recommend-simple-dropdown .dropd .dd-in .btn,
.max-recommend-simple-dropdown .dropd.select-test.dropd-active-state .btn {
	width: 26px;
	background: rgba(0, 0, 0, 0);
	top: 1px;
	right: 1px;
	bottom: 1px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-width: 0;
}

.max-recommend-simple-dropdown .dropd.dropd-hover-state .btn {
	background: transparent url('images/standardDropdownButtonBg.png') repeat-x 0 0;
	border-left:1px solid #cfcfcf;
}

.max-recommend-simple-dropdown .dropd.select-test.dropd-hover-state .btn {
	background: #fff url("images/selectTestButtonBgActive.png") repeat-x;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.max-recommend-simple-dropdown .dropd.select-test.dropd-active-state .btn {
	background: rgba(0, 0, 0, 0) url('images/standardDropdownButtonBg.png') repeat-x 0 0;
	background-position: 0 -50px;
	border-left: 1px solid #CFCFCF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.max-recommend-simple-dropdown .dropd.select-test .btn-in{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	padding: 9px 0 0 8px;
}

.max-recommend-simple-dropdown .dropd.select-test .btn .arrow-alternative {
	display: none;
}

.max-recommend-simple-dropdown .dropd.select-test .btn .arrow {
	display: block;
	background: rgba(0, 0, 0, 0) url("images/standardDropdownArrow.png") no-repeat;
	width: 9px;
	height: 9px;
}

/* end of max-recommend-simple-dropdown */