/* !!! ======= My Machine Select styling ========== !!! */
div.mymachine-select-win {
	text-align: left;
}

div#mymachine-feature-box {
	width: 100%;
	margin-bottom: 10px;
}

div.mymachine-search-item {
	text-align: left;
	border-bottom: 1px solid gray;
}

div.mymachine-select-items {
	/*height: 175px; width: 100%;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0;*/
}

div.mymachine-select-items h3 {
	margin: 0 0; padding: 5px;
	color: #AF021E; font-size: 110%;
}

div.mymachine-select-items-wrap {

}

div.mymachine-select-win div.mymachine-select-items {
	/* height: 100%; */
}

div.mymachine-select-itembox {
	padding: 5px 0;
	border-bottom: 1px solid #BBB;
	width: 100%; overflow: hidden;
}

div.mymachine-select-boximage {
	float: left; text-align: center;
	width: 82px;
	padding-bottom: 0.25em;
	overflow: hidden;
}

div.mymachine-select-boximage img {
	border: 1px solid #000;
	margin-bottom: 2px;
}

div.mymachine-select-itembox h4 {
	margin: 0 0 0 0; padding: 0.5em 5px 0.25em;
	color: #000; font-size: 100%;
}


div.mymachine-select-itembox p {
	margin: 0 0 0 0;
	padding: 0.25em 5px;
	line-height: 1.25em;
}

div.mymachine-select-buttons {
	margin: 0 0 0 0;
	padding: 0.25em;
}

div.mymachine-select-buttons .x-btn { /* float ext buttons */
	float: left; margin-right: 2px;
}

div.mymachine-select-noresults {
	/* height: 175px; */
}

div.mymachine-select-noresults h4 {
	font-size: 110%; font-weight: bold;
}

div.mymachine-select-noresults div.mymachine-select-boximage {
	background: #FFF url(../assets/no_machine.jpg) no-repeat;
	width: 66px; height: 66px;
	border: 1px solid #000;
	margin: 0 10px;
}

div.mymachine-select-noresults div.mymachine-select-itembox {
	border-bottom-width: 0;
}




/*  see styles_topmenu1.css  */
div.topmenu-cartinfo ul li#topmenu-mymachine-findlink {
	background: #1D1D1D url(../assets/mymachine_navbar_back.gif) repeat-x;
}

div.topmenu-cartinfo ul li#topmenu-mymachine-findlink a {
	display: block;
	padding-right: 10px;
	background: transparent url(../assets/mymachine_trigger.gif) no-repeat right center;
}

div.topmenu-cartinfo ul li#topmenu-mymachine-findlink.mymachine-trigger-open a {
	background-image: url(../assets/mymachine_trigger_on.gif);
}

div.mymachine-select-panel div.x-panel-header {
	background-image: none;
	border: 1px solid #000;
	background-color: #000;
	color: #CCC; font-size: 115%;
}

div.mymachine-select-panel .x-panel-bwrap {
	background: #FFF url(../assets/mymachines_list_back.gif) repeat-x 0 0px;
}

div.mymachine-select-panel .x-panel-body {
	background: none; border: none;
}

div.mymachine-select-panel .x-panel-bbar .x-toolbar {
	background: none; border: none; padding: 5px 0;
	border-top: 1px solid #BBB;
}

div.mymachine-select-panel .mymachine-select-itembox-footer span {
	font-size: 105%;
}

div.mymachine-select-panel .x-panel-footer {
	background: #525252;
}

div.mymachine-select-panel .x-panel-btns-ct {
	padding: 1px;
}


div.mymachine-search-item {
	text-align: left; padding: 5px;
	font-size: 95%;
}

div.mymachine-search-item h2 {
	font-size: 100%;
}


div.mymachine-select-search-win {
	text-align: left;
}

div.mymachine-select-search-win div.x-panel-header {
	background-image: none;
	border-width: 0 1px;
	background-color: #FFF;
	color: #535353; font-size: 12px; font-weight: normal;
}

.mymachine-login-win div.loginwin p.mymachine-login-warning {
	color: #C00; font-weight: bold; text-align: left;
	padding: 0.5em 0.25em;
}

/* custom button css */
.mymachine-select-addbtn,
.mymachine-select-addbtn button {
	color: #FFF;
}

.mymachine-select-addbtn .x-btn-left,
.mymachine-select-addbtn.x-btn-over .x-btn-left {
	height: 22px; background-image: url(../assets/button/red_btn_left.gif);	
	background-position: 0 0;
}

.mymachine-select-addbtn .x-btn-right,
.mymachine-select-addbtn.x-btn-over .x-btn-right {
	height: 22px; background-image: url(../assets/button/red_btn_right.gif);	
	background-position: 0 0;
}

.mymachine-select-addbtn .x-btn-center,
.mymachine-select-addbtn.x-btn-over .x-btn-center {
	height: 22px; background-image: url(../assets/button/red_btn_center.gif);
	background-position: 0 0;	
}
/* end custom button css */

