@import 'widgets.css';

/*CSS reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}
body {
    font: 71% "Lucida Grande", Verdana, Arial, sans-serif;
    color: #333;
    background:#CACACA url(http://css.yamaha-motor-europe.com/bg01.gif) repeat-x;margin:0px;
    margin: 0 0 0 10px;
    text-align: center;
}

a {
    color: #333;
    text-decoration: underline;
}
/*input {
    border: 1px solid #777;
    background: #fff url('/client/yell/img/input_grad.png') repeat-x 0 0;
    padding: 1px 2px;
}*/

v\:* {
    behavior:url(#default#VML);
}
img {
	border: 0;
}
input, select {border: 1px solid #ccc}
input[type="checkbox"] {border: none}

ol, ul {
    list-style: none;
}

#productrange ul {
	margin-left: 28px;
	list-style-position: inside;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}

h1 {font-size: 1.3em}
h2 {font-size: 1.2em}
h3 {font-size: 1.1em}
h4 {font-size: 1em}

#dealerSpace {
	width: 740px; padding-left:20px;
}

/* DIVs */
#MMall {
   	width:740px;
   	height:100%;
   	text-align: left;
   	background: #fff;
   	padding: 10px 0;
}
#MMcontent {
	width: 720px;
	padding: 0 0 0 10px;
	text-align: left;
}

#MMcontent #loading, #MMcontent #errors, #MMcontent #multiple {
    display: none;
}
#MMcontent #address_search {
   	width: 100%;
   	margin: 10px 0;
}
#address_search LI {
    float: left;
    margin: 0 10px 0 0;
}
#MMcontent button, .MMbutton {
    font-size: 1em;
    font-weight: bold;
    padding: 0 3px;
    background: #CC0000;
    color: #fff;
    border: 1px solid #CCC;
    border-width: 0 1px 1px 0;
}
#MMcontent #route_start button {
    float: right;
}
#route_start label span {

}
#route_start label input, #route_start label select {

}
#route_start label {
    margin: 5px 0;
}
#MMaddressRow {
	clear: left;
    height: 30px;
    margin: 5px 0 0 0;
}
#MMaddressRow input, #MMaddressRow select {
    width: 143px;
}
* html #MMaddressRow input, * html #MMaddressRow select {
    width: 135px;
}
* + html #MMaddressRow input, * + html #MMaddressRow select {
    width: 139px;
}
#MMaddressRow {
    padding-left: 10px;
}
#mapviewer {
    position: relative;
   	margin: 0;
   	border: 1px solid #ccc;
}
#address_search label {
    font-weight: bold;
}
#address_search label, .f_red, .tdlist a, #MMprint {
    color: #CC0000;
}
#res_head {background: #EEE; width: 100%; height: 15px;}
#res_head P {margin: 0 0 0 10px; padding: 0 0 0 3px; color: #666; font-weight: bold}
.mmleft {float: left}
.mmright {float: right;}
#search { width: 356px; }

#MMmaparea { 
    border: 3px solid #EEE;
    width: 100%;
    margin-bottom: 10px;
}
p.bCrumb {
/*    display: inline;  */
/*    position: relative;   */
/*    top: -33px;   */
/*    left: 225px;  */
    text-align: right;
}
.routePage #MMmaparea {
    float: none !important;
}
.routePage #tdresults {
    width: 443px;
    height: 340px;
    margin: 5px;
}
* html .routePage #tdresults {
    width: 446px;
    margin-right: 3px;
}
* + html .routePage #tdresults {
    width: 446px;
    margin-right: 3px;
}
.routetitle {
    font-weight: bold;
}
.mapviewer_search, .mapviewer_td { width: 718px; height: 330px;}
.mapviewer_res {width: 400px; height:330px; float: right}
.results_res {width: 310px; height: 330px; overflow: auto; float: left; border-bottom:1px solid #CCCCCC;}
.tdresults_res {width: 310px; height: 330px; overflow: auto; display: block}


#message1{z-index:99999}
.error {
    display: block;
    border: 1px solid #DF0001;
    padding: 5px;
}
#MMheader{
	width: 100%;
}
#x_loading { width: 700px; height: 40px; background: #fff; }

#yme_logo {display: block; clear: left;}
#yme_headstrip {background: url(../img/vis_dealerlocator_01.jpg) no-repeat top left}
#yme_logo UL LI {float: left; margin: 0 20px 0 0}
#MMheader h1 {margin: 30px 0 10px 0}

/* FILTERS */
#MMfilter {
    height: 48px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 10px 0
}
#MMprodcat UL { 
    display: block;
    margin: 10px 0;
}
#MMprodcat li {
    margin: -5px 0 0 0;
}
#MMprodcat LI A {
    float: left;
    margin: 0 3px 0 0;
    width: 50px;
    height: 35px;
}
#MMprodcat LI A:hover, #MMprodcat li a.current {
    cursor: pointer;
    cursor: hand;
    border-bottom: 3px solid #CC0000;
}
.nav1 {background: url(../img/but_nav01.gif) no-repeat top left}
.nav2 {background: url(../img/but_nav02.gif) no-repeat top left}
.nav3 {background: url(../img/but_nav03.gif) no-repeat top left}
.nav4 {background: url(../img/but_nav04.gif) no-repeat top left}
.nav5 {background: url(../img/but_nav05.gif) no-repeat top left}
.nav6 {background: url(../img/but_nav06.gif) no-repeat top left}
.nav7 {background: url(../img/but_nav07.gif) no-repeat top left}
.nav8 {background: url(../img/but_nav08.gif) no-repeat top left}
.nav9 {background: url(../img/but_nav09.gif) no-repeat top left}
.nav10 {background: url(../img/but_nav10.gif) no-repeat top left}
.nav11 {background: url(../img/but_nav11.gif) no-repeat top left}

#MMfilter_list {width: 720px; float: left; border-bottom: 1px solid #ccc; margin: 2px 0}
#MMfilter_list P {
    color: #999;
}
#MMfilter_list li input { position: relative; top: 3px; margin-right: 7px }
#MMfilter_list li label span { font-weight: normal; color: #666; text-decoration: underline; cursor: pointer; }
#MMfilter_list div.options {
    display: none;
    float: right;
    padding-top: 30px;
    clear: both;
}
#MMfilter_list p.makeselection {
    padding-top: 22px;
    height:43px;
}
#MMfilter_list label span {
	white-space: nowrap;
}

#MMprodlist  { display: block; margin: 15px 0; }
#MMprodlist LI {float: left; margin: 0 15px 0 0;}


/* LOCATION RESULTS LIST */
.tdlist { width: 300px; border-bottom: 1px solid #ccc; padding:5px;}
.tdlist P, .tdlist A {
    font-size: .9em; 
    padding: 0 0 0 15px;
}

.p1 {background: url(../img/but_adress.gif) no-repeat top left; }
.p3 {background: url(../img/but_tel.gif) no-repeat top left; }
.a3 {background: url(../img/but_routeplanner.gif) no-repeat top left; }

.p1, .p3, .a3, .link3, .tdlist P {
    margin-left: 15px;
    color: #666;
}
a.link3, a.linkGrey {
    color: #ACACAC !important;
}
div.InfoBoxContainer {
    padding: 5px;
    font-size: 10px;
}
div.InfoBoxContainer div.infoTitle p {
    font-size: 11px;
}
div.routeHandler, div.routeHandlerInner {
    position: absolute;
    background: #FFF;
}
div.routeHandler {
    height: 330px;
    width: 310px;
    opacity: 0.8;
}
* html div.routeHandler {
    margin: 3px 0 0 3px;
    filter: alpha( opacity = 80 );
}
* + html div.routeHandler {
    margin: 3px 0 0 3px;
    filter: alpha( opacity = 80 );
}
div.routeHandlerInner {
    overflow: auto;
    text-align: left;
    padding: 20px;
    margin: 20px;
    height: 250px;
    width: 230px;
    border: 1px solid #CC0000;
}
* html div.routeHandlerInner {
    overflow: hidden;
}
* + html div.routeHandlerInner {
    overflow: hidden;
}
div.routeHandlerInner form label {
    margin: 10px 0;
}
div.routeHandlerInner form input, div.routeHandlerInner form button {
    margin-top: 5px;
}
div.routeHandlerInner form button {
    float: right;
}
div.routeHandlerInner form input {
    padding: 2px;
    width: 100%;
}
* html div.routeHandlerInner form input {
    padding: 1px 2px;
    height: 15px;
}
* + html div.routeHandlerInner form input {
    padding: 1px 2px;
    height: 15px;
}

.recordNum {
    float: left;
}

.recordName {
    font-weight: bold;
    padding: 0 0 0 8px !important;
}

.recordDist {
    padding: 0 !important;
}

#res_head, #MMprint p {
    display: none;
}
.ActiveSearch .panelVisible, .ActiveSearch .panelHidden, .storeSearch #res_head, .routePage #res_head {
    display: block !important;
}
.ActiveSearch .panelVisible.panelExpanded {
    border-left: 1px solid #CC0000;
}
.panelVisible {
    background: #EEE url(../img/yamaha_arrows.png) no-repeat scroll 0 50%;
}
.panelHidden {
    display: none;
    background: #EEE url(../img/yamaha_arrows.png) no-repeat scroll -22px 50%;
}
#leftPanelToggle {
    left: -9px;
    position: absolute;
    width: 8px;
    height: 100%;
    border-right: 1px solid #CC0000;
    display: none;
}
#leftPanelToggle.panelHidden {
    left: 0;
    z-index: 4000;
    height: 317px;
}

.infobox_logo {background: transparent url(../img/yme_infobox_logo.gif) no-repeat top left; width: 74px; height: 16px; margin-top: 5px; width: 100%}
TABLE.td_results_list TD{padding: 5px 0}
TH {font-weight: bold; font-size: 1.1em}
#tdsummary { float: left; width: 250px; height: 200px;}
#tdsummary P {margin: 10px}
#tdlist {margin: 0 0 0 265px; border-left: 1px solid #ccc}
#tdresults {border-left: 1px solid #ccc; padding: 5px 0 0 10px}
#td_results_list LI {display: block; margin: 7px 0}
.td_results_italic {
    font-size: .9em; 
    color: #666; 
    font-style: italic
}
.routePage #MMcontent #MMmaparea, .routePage #MMcontent #MMmaparea #mapviewer {
    width: auto !important;
}
#message2 {margin: 10px 0}
#multiple {margin: 10px 0}

/* fonts */
.f_grey {
    color: #666666;
}
.infoTitle {
    margin-bottom: 5px;
}
.f_grey p {
    margin: bottom;
}
.dealerLink {
	float: right;
}
.bold {font-weight: bold}

/* other */
.mm_nodisplay {display: none}
#MMprint {
    clear: left;
    background: url(../img/but_print.gif) no-repeat top left;
    padding: 0 0 0 20px;
    margin: 10px
}
.storeSearch #MMprint p, .routePage #MMprint p {
    display: inline;
}
.prod_sel {
    color: #999;
    position: relative;
    top: -9px;
    background: #fff;
    padding-right: 5px;
}
#MMpage {
    margin-left: 20px;
}
#search select#startCountry {
    width: 202px;
}
#MMpage a.prev {
    margin-right: 10px;
}
#send2mobile {
	display: block; position: relative; top: 0; left: 0; z-index: 9999999; width: 200px; height: 150px;
}
#mapviewer div {
    color: #fff;
}
