/*
/ --------------------------------------
/	Linn.co.uk
/   Frame Digital
/
/
	Core site structure & layout
/ --------------------------------------
/
/   -   Background images (top background images)
/	-	Header
/	-	Pages
/	-	Footer
/   -   Page Specifics
/       -   support
/       -   linn docs
/   -   Form CSS
*/

html {
/*	overflow-y: scroll;
	overflow-x: hidden;*/	
}

/* -------------------
/   -   Background images (background images scale in decent browsers IE<=8 fails and uses special stylesheet)
/ ------------------- */

/*default bg image styling*/
.img-wrapper{
	width: 100%;
	height:auto;
	background-repeat: repeat-y;  /*repeat-y is temporary until we get images that support height of content */
	background-position: center 0px;
	background-color: #fff;
	background-size: 100%;
	min-width:978px;
	
}

/*default bg image styling for when image is split at certain height through content (eg, systems page) */
.img-wrapper-split{
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #fff;
}



/* music bg images*/
/* and music moments */

#music-moments #music-moments-top.img-wrapper,
#music #music-top.img-wrapper {
	background-image: url(../../images/backgrounds/king-tuts_v.jpg);
}

#music-moments #music-moments-top.img-wrapper { background-attachment: fixed; }

#music #records.img-wrapper {
	background-image: url(../../images/backgrounds/vinyl-v2.jpg);

}

#music #shaped-page.img-wrapper {
	background-image: url(../../images/backgrounds/incidental-guitar.jpg);
	background-position: center -450px;
}

/* 'our system' bg images*/


#systems-details #systems-details-top.img-wrapper {
background-image: url(../../images/backgrounds/sunday-breakfast_v.jpg);
}

#systems-details #hear-page.img-wrapper-split {
	background-image: url(../../images/backgrounds/chair_1920.jpg);
}

#systems-details #music-page.img-wrapper-split {
	background-image: url(../../images/backgrounds/packing_music_1920.jpg);
}

#systems-details #works-page.img-wrapper-split {
	background-image: url(../../images/backgrounds/table_1920.jpg);
}

#systems-details #last-page.img-wrapper-split {
	background-image: url(../../images/backgrounds/records_1920.jpg);
}

#systems-details #dsm-page.img-wrapper-split {
	background-image: url(../../images/backgrounds/radiator_1920.jpg);
}

/* 'try linn' landing */
#try-linn #try-linn-top.img-wrapper {
	background-image: url(../../images/backgrounds/backpack_v.jpg);
	background-position: center -230px;
}

#try-linn #visit-page.img-wrapper {
    background-image: url(../../images/backgrounds/vinyl-v2.jpg);
}

#retailers #retailers-top.img-wrapper {
	background-image: url(../../images/backgrounds/backpack_v.jpg);
	background-position: center -230px;
}

/* 'try linn' - find a shop */
#store-finder #store-finder-top.img-wrapper{
	background-image: url(../../images/backgrounds/backpack_v.jpg);
}

/* 'try linn' - find a shop */
#book-demo #book-demo-top.img-wrapper {
	background-image: url(../../images/backgrounds/king-tuts_v.jpg);
	background-position: center -150px;
}


#book-demo #hear-what.img-wrapper {  

	background-image: url(../../images/backgrounds/lounge.jpg);
	padding: 20px 0;
  	background-position: center -500px;
 }


/* 'buying linn' bg images */
#buying-linn #buying-linn-top.img-wrapper {
	background-image: url(../../images/backgrounds/mix_tape_v.jpg);
}


#buying-linn #buying.img-wrapper {
    background-image: url(../../images/backgrounds/guitar-against-wall.jpg);
    background-position: center -100px; 
}

#buying-linn-systems #buying-linn-systems-top.img-wrapper {
	background-image: url(../../images/backgrounds/vinyl-v2.jpg);
}

#buying-linn-systems #works-page.img-wrapper {
	background-image: url(../../images/backgrounds/leather-chair.jpg);
	  	background-position: center -100px;
}

#buying-linn-products #buying-linn-products-top.img-wrapper {
background-image: url("../../images/backgrounds/dvd_v.jpg");
	background-repeat: no-repeat;
}

#buying-linn-loudspeakers #buying-linn-loudspeakers-top.img-wrapper {
background-image: url("../../images/backgrounds/mix_tape_v.jpg");
	background-repeat: no-repeat;
}

/* 'systems - ds' bg images */
#linn-ds #linn-ds-top.img-wrapper {
	background-image: url(../../images/backgrounds/mix_tape_v.jpg);
}

#linn-ds #range-page.img-wrapper-split {
	background-image: url(../../images/backgrounds/windows_1920.jpg);
	padding-top: 20px;
}
/* 'Community' bg images */
#community #community-top.img-wrapper {
	background-image: url(../../images/backgrounds/duvet_toes_v.jpg);
}

#community #social-developers.img-wrapper {
	background-image: url(../../images/backgrounds/stacked-books.jpg);
	background-position: center -200px;
	margin-bottom: 20px;
}

/* 'Support' bg images */
#support #support-top.img-wrapper {
	background-image: url(../../images/backgrounds/guitar_playing_v.jpg);
}

#support #software-manual-developers.img-wrapper {
	background-image: url(../../images/backgrounds/stacked-magazines.jpg);
	background-position: center -100px;
}

/* 'Support software' bg images */
#support-software #support-software-top.img-wrapper {
	 background-image: url("../../images/backgrounds/guitar_v.jpg");
}

#support-software #manage.img-wrapper {
	background-image: url(../../images/backgrounds/fireplace.jpg);
}



/***
END NEW STYLE BACKGROUND IMAGES
****/


/* -------------------
/	-	Header
/ ------------------- */

#header 
{         
	width:100%;
	height:126px;
	background: none;	
	position: relative;
	top: -1px;
	z-index: 100
}

#header .logo-container{
	width:978px;
	margin:0 auto;
	position: relative;
}

#header .logo-container .logo {
	position: absolute;
	right:0;
	top:0;
	z-index: 101;
	width: 80px;
	height: 98px;	
}

#header .logo-container .logo a
{ 
    background-image: url(../../images/core/linn-logo.png); 
    width: 80px;
	height: 98px;
	display: block;    
}

#header .logo-container .strapline{
	position: absolute;
	right:110px;
	top:6px;
}

/* -------------------
/	-	Pages
/   .page will stretch across the screen.  this will
/   give us the ability to have a background image for each
/   .content will contain the information of each "page"
/   and allow us to center things properly.
/ ------------------- */
.page { width: 100%; }

.breadcrumbs
{
    background: #fff;
    background-color:rgba(255,255,255,0.85);
    width: 940px;
    padding: 0 19px;
    height: 35px;
    margin: 0 auto;
}

.content
{
    width: 940px;
    padding: 40px 19px 20px 19px;
    margin: 0 auto;
    background-color: #fff;
    position:relative;
}

.left{
	float:left;	
	margin-right: 20px;
	width: 460px;
}

.right{
	float:right;	
	width: 460px;
}

/* 40\60 column split */
.left-40{
	float:left;	
	width: 340px;
}

.right-60{
	float:right;	
	width: 580px;
}

/* 60\40 column split */
.left-60{
	float:left;	
	width: 560px;
}

.right-40{
	float:right;	
	width: 340px;
}

/* 70\30 column split */
.left-70{
	float:left;	
	width: 620px;
}

.right-30{
	float:right;	
	width: 300px;
}

/* 30\70 column split */
.left-30{
	float:left;	
	width: 300px;
}

.right-70{
	float:right;	
	width: 620px;
}

/* full bleed image fun */
.right.full-bleed img,
.right-40.full-bleed img,
.right-60.full-bleed img,
.right-70.full-bleed img{
	position: absolute;
	display:block;
	z-index: 5;
	right:0px;
	top:0px;
	float:none;
}

.left.full-bleed img,
.left-30.full-bleed img,
.left-40.full-bleed img,
.left-60.full-bleed img{
	position: absolute;
	display:block;
	z-index: 5;
	left:0px;
	top:0px;
	float:none;
}

/*various colums*/
.third
{
    width: 300px;
    margin-right: 20px;
    float:left;
}

.quarter
{
    width: 220px;
    margin-right: 20px;
    float:left;
}


.half {
	width: 460px;
	margin-right: 20px;
	float:left;
}

.last { margin-right: 0px; }

.tabs
{
    float:left;
}

/* -------------------
/	-	text and image blocks
/			Used on communty, music and products pages
/ ------------------- */


.text-img-block .img{
	float:left;
	width:185px
}

.text-img-block .text{
	float:right;
	width:245px
}

.text-img-block-article{
	margin-bottom: 20px;
}
.text-img-block-article .img{
	float: left;
	width: 100px;
	margin:8px 0 0 0;
}

.text-img-block-article .text{
	float: right;
	width: 320px;
}

.text-img-block-product{

}
.text-img-block-product .img{
	float: left;
	min-height: 150px;
	text-align: center;
	width: 160px;
}

.text-img-block-product .text{
	float: right;
	width: 280px;
}



/* -------------------
/	-	news articles 
/			Used on Music page
/ ------------------- */

ul.articles {
    float: left;
    margin: 0 0 10px 0;
    padding: 0px;
    width: 100%;
    list-style: none;
}

ul.articles li{
	border-top: 1px solid #BFBFBF;
	padding:23px 19px 0 0;
	margin:27px 0 20px 0;
	width: 47%;
	float: left;
}

/*blog and news excerps*/
 .news-image{
 	float:left;
 	margin:0 20px 0 0;
 	width:340px;
 }
 
.news-info{
 	font-weight: bold;
 }


/* -------------------
/	-	Page rotator
/ ------------------- */

.rotator 
{ 
    padding: 0px !important; 
    width: 978px;
    position: relative;
    margin: 0 auto;
    float: none;            
    background: #fff;    
}

.rotator h2.rotator-title { position: relative; top: 25px; left: 19px; z-index: 50; width: 940px; }

.rotator #move-right,
.rotator #move-left { width: 17px; height: 30px; float: left; }

.rotator .block-holder
{
	width: 978px;
	float:left;
	position: relative;
	height: 500px;
	overflow: hidden;
}

.rotator .block { float:left; position: absolute; width: 940px; padding: 25px 19px; width: 940px; }

.rotator .image { 
	width: 100%; 
	margin-bottom: 40px;
	text-align: center;
}


/* -------------------
/	-	Footer
/ ------------------- */
#footer { width: 978px; margin: 0 auto; padding-bottom: 20px; height: 100px; margin-top:100px}
#footer .address
{
    width: 500px; float:right;
    text-align: right;
}
#footer .address p {margin:0px;font-size: 11px;}
#footer .footer-navigation { width: 920px; margin: 0 auto;  float:right; }
#footer .footer-navigation ul
{
    float:right; list-style: none; padding: 0px; margin: 0px;
}
#footer .footer-navigation ul li { float: left; padding-left: 10px; }
#footer .footer-navigation ul li  a { font-size: 11px; }


/* -------------------
/   -   Page Specifics
/   -   the css here is for those things/elements that need css overrides or changes
/   -   ALWAYS PLACE THIS AT THE END OF THE LAST CSS FILE (or create a new file, and put it at the end of the list of imports)
/ ------------------- */


#systems-details #hear-page div.content,
#systems-details #music-page div.content,
#systems-details #works-page div.content,
#systems-details #last-page div.content,
#systems-details #dsm-page div.content

{
    padding-top:25px;
}

#systems-details #intro {
    padding-bottom: 20px;
}

#systems-details #intro .content{
	height:288px;
}

#systems-details #music-page div.rotator .left.full-bleed img{
	top:120px;
}

#systems-details #last-page div.rotator .right-70.full-bleed img{
	top:120px;
}


/* -------------------
-   linn ds
/ ------------------- */
#linn-ds #intro { padding-bottom: 20px; }
#linn-ds #intro .content {
	height: 453px;
	background-image: url(../../images/content/systems/ds/klimax-ds-landing.jpg);
	background-repeat: no-repeat;
	background-position:0 80px;
}

#linn-ds #how-it-works-page .rotator .left.full-bleed img{
	top:90px;
}

#linn-ds #range-page .content { height: 550px; }

#linn-ds #range-page .block,
#linn-ds #range-page .block-holder { height: 450px; }


/* -------------------
-   support
/ ------------------- */

#support #contact { padding-bottom: 20px; }
#support #contact .left { width: 440px;  }



/* -------------------
-   support - linn docs
/ ------------------- */

#support #docs .content { padding-bottom: 60px}

h3.underline { width: 100%; padding-bottom: 10px; margin-bottom: 20px; }

ul.forum { padding: 0px; margin: 0px;  list-style: none; }
.post { margin-bottom: 20px; }
.post h4 { margin: 0 0 5px 0; padding: 0px; }
.post p { margin-bottom: 10px; }

#support #docs .quarter { margin-bottom: 20px; }
#support #docs .quarter ul { list-style: none; padding: 0px; margin: 0px; }
#support #docs .quarter ul li 
{
    background: url(../../images/nav/arrow-black-white-right.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 12px;
    line-height: 23px;
}

#support #docs .quarter ul li a { text-decoration: underline; }
#support #docs .quarter ul li a:hover { text-decoration: none; }

/* -------------------
-   support - software-manual-developers
/ ------------------- */

#support #software-manual-developers
{
    padding:20px 0;
}

#support #software-manual-developers .content {  padding-bottom: 60px }

/* -------------------
-   software support
/ ------------------- */

#support-software #intro { padding-bottom: 20px; }
#support-software #intro .content { height: 390px; padding-top: 40px; }

#support-software #control .content { height: 420px; }

#support-software #manage { padding:20px 0; }

#support-software #manage .content.second { margin-top: 20px; }

#support-software #manage .content.second table { width: 100%; }
#support-software #manage .content.second table tr td { vertical-align: top; padding-bottom: 20px; }
#support-software #manage .content.second table tr td.icon { width: 60px; }
#support-software #manage .content.second table tr td span { text-decoration: underline; }


#support-software #manage .content.second table tr td ul { margin-top: 3px; width: 100%; line-height: 18px; }
#support-software #manage .content.second table tr td ul li span { width: 110px; display: block; float:left; }

/* -------------------
-   community
/ ------------------- */
#community #social-developers .content,
#community #intro .content { background: none; padding: 0px; width: 978px; padding-bottom: 20px; padding-top: 20px; }

#community #intro .content { padding-top: 0px; }

#community #linn-forums .content { padding-bottom: 20px; }

#community #social-developers .left,
#community #intro .left { width: 442px; float:left; background: #fff; padding: 19px; height: 380px; margin:0; }

#community #social-developers .right,
#community #intro .right { width: 442px; float:right; background: #fff; padding: 19px; height: 380px; }

#community #social-developers .left,
#community #social-developers .right{ height: 170px; }



/* -------------------
-   buying linn
/ ------------------- */

#buying-linn #intro { padding-bottom: 20px; }
#buying-linn #intro .content { height: 508px; padding-top: 40px; padding-bottom:0;}

#buying-linn #buying { padding:20px 0; }

#buying-linn #buying .left {
	width:400px;	
}

/* -------------------
-   buying linn - akurate system / majik system / klimax system
/ ------------------- */

#buying-linn-systems #intro-akurate,
#buying-linn-systems #intro-majik,
#buying-linn-systems #intro-klimax
 {
    padding-bottom: 20px;
}

#buying-linn-systems #intro-akurate .content {
	background-image: url(../../images/content/buying-linn/akurate/akurate-system.jpg);
	background-repeat: no-repeat;
	background-position: right top ;
}

#buying-linn-systems #intro-klimax .content {
	background-image: url(../../images/content/buying-linn/klimax/klimax-system.jpg);
	background-repeat: no-repeat;
	background-position: right 20px;
}


#buying-linn-systems #works-page {
	padding:20px 0;
}


/* system info tabs */
#buying-linn-systems .tabs{

}

#buying-linn-systems .tabs ul.ui-tabs-nav { 
	list-style: none;
	border-top: 1px solid #a1a1a1;
	padding:1px 0 0 0;
	margin: 0px;
 }
 
#buying-linn-systems .tabs ul.ui-tabs-nav li { 
	float: left; 
	background: #fff; 
	position: relative; 
	width: auto;
	height:30px; 
	margin: 0 1px 1px 0;
}

#buying-linn-systems .tabs .ui-tabs-hide { 
display: none; 
}

#buying-linn-systems .tabs ul li.ui-state-default a 
{ 
    color: #000; 
    text-decoration: none; 
    line-height: 30px; 
    height: 30px; 
    display: block; 
    text-align: left; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding:0 10px;
}

#buying-linn-systems .tabs ul li.ui-state-default a:hover {
	background: #e9e9e9;
}

#buying-linn-systems .tabs ul li.ui-state-active { background:#CCCCCC; color: #000; }
#buying-linn-systems .tabs ul li.ui-state-active a { color: #000; }
#buying-linn-systems .tabs ul li.ui-state-active a:hover{
	background:#CCCCCC;
}


#buying-linn-systems .tabs div.ui-tabs-panel {  
	border-top: 1px solid #a1a1a1; background:#fff;z-index: 50; 
	padding: 15px 0 0 0;
	min-height:300px;
	clear:both;
}

/* -------------------
-   our products
/ ------------------- */

#buying-linn-loudspeakers #intro,
#buying-linn-products #intro { padding-bottom: 20px; }

#buying-linn #intro .linn-ds, #buying-linn #intro .lp12,
#buying-linn #intro .power-amplifiers, .pre-amplifiers, #buying-linn #intro .loudspeakers, 
#buying-linn #intro .upgrades, #buying-linn #intro .accessories { min-height: 125px; }

#buying-linn #intro .linn-ds img { margin: 20px 0 0 12px; }
#buying-linn #intro .lp12 img { margin: 0 0 0 20px; }
#buying-linn #intro .power-amplifiers img { margin: 20px 0 0 12px; }
#buying-linn #intro .pre-amplifiers img { margin: 20px 0 0 12px; }
#buying-linn #intro .loudspeakers img { margin: 8px 0 0 50px; }
#buying-linn #intro .upgrades img { margin: 40px 0 0 12px; }
#buying-linn #intro .accessories img { margin: 8px 0 0 45px; }

#buying-linn-loudspeakers h3 a.back-top
{
    width: 97px; float: right;
    font-size: 11px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 10px;
}

/* -------------------
-   music
/ ------------------- */
body#music #intro-page { padding-bottom: 20px; }
body#music #intro-page .content { background: none; padding:0px;width:978px;}
body#music #intro-page .left
{
	width: 641px;
	float:left;
	background: #fff;
	padding: 30px 19px 0;
	height: 574px;
	margin:0;
}

body#music #intro-page .second
{
    width:242px;    
    float:right;
    background: #fff;
    padding: 30px 19px 0;
    margin-bottom: 17px;
    
    height: 574px;
}

body#music #intro-page .third
{
    width:940px;
    float:left;
    background: #fff;
    padding: 19px;
    height: 165px;
    margin: 0px;
}

body#music #intro-page .second h3 { margin: 0 0 22px 0; }

body#music #intro-page .third h3 { margin: 5px 0 17px 0; }

#music #intro-page .pager {padding:0; }
#music #intro-page .page-marker {width: 610px; float:left; }
#music #intro-page .page-marker ul { float:none; }

#music #intro-page .left .rotator,
#music #intro-page .left .block-holder,
#music #intro-page .left .block { width: 640px; }

#music #intro-page .left .block {
padding:0;
}

#music ul#listening-to { padding: 0px; margin: 0px; }
#music ul#listening-to li {
margin-bottom:25px;
width: 242px; float:left;
list-style: none;
}

#music ul#listening-to li img {
	border: solid 1px #ffffff;
	margin:0 20px 0 0;
}

#music ul#listening-to li.last{
	margin:0;
}

#music ul#listening-to li span.title{
	font-weight: bold;
}

#music ul#listening-to li span.artist{
	font-style : italic;
}

#music #studiomaster .content { padding-bottom: 20px; }

#music #records
{
	padding:20px 0;
}

#music #records .content{
	padding-bottom:0;
}
/* linn radio track information */
#music .track img { float: left; margin-right: 20px; }
#music .track span.title {font-weight: bold; }


/* linn radio tabs */
#music #radio .tabs{
	padding-bottom: 20px;
	float:right;
	margin-top: 55px;
	width: 665px;
}

#music #radio .tabs ul.ui-tabs-nav { list-style: none; width: 660px; z-index: 100; position: relative; margin: 0px; padding: 0px; }
.tabs ul.ui-tabs-nav li { float: left; background: #fff; position: relative; width: 114px; height:35px; margin-right: 34px; margin-bottom: 1px;}

#music #radio .tabs .ui-tabs-hide { display: none; }

#music #radio .tabs ul li.ui-state-default a 
{ 
    color: #000; 
    text-decoration: none; 
    line-height: 35px; 
    height: 35px; 
    display: block; 
    text-align: center; 
    font-family: 'MyEffraRegular', Arial, Helvetica, sans-serif;
    font-size: 18px;
}

#music #radio .tabs ul li.ui-state-active { background:#000; color: #fff; }
#music #radio .tabs ul li.ui-state-active a { color: #fff; }

#music #radio .tabs div.ui-tabs-panel {  border-top: solid 1px #000; background:#fff; float:left; z-index: 50; width: 660px; padding: 15px 0; }

#music #radio .tabs div.element { width: 240px; float:left; margin-right: 10px; }

#music #radio .tabs div.element-160 { width:160px; margin: 0px; }

#music #shaped-page
{
    padding: 20px 0; 
}

#music #shaped-page .content {padding-bottom: 20px; }

#music #shaped-page .content .left{
	width:400px;
}


/* MUSIC MOMENTS */
body#music-moments #intro-page .content
{
    background: none;
}

#music-moments .content .right 
{
    background: #fff;
    width: 580px;
    padding: 32px 20px 20px 20px;        
}

/* -------------------
-   try linn, landing page
/ ------------------- */
#try-linn #intro { padding-bottom: 20px; }
#try-linn #intro .content { padding-bottom: 0px; height: 385px; }

#try-linn #intro .right {
	line-height: 0;
}
#try-linn #intro .right img{ margin:0px 0 0 19px; }

#try-linn #system .right img{ margin:0px 0 0 19px; }

#try-linn #visit-page
{
	padding:20px 0;
}

/* -------------------
-   try linn, retailers
/ ------------------- */
#retailers #intro { padding-bottom: 20px; }
#retailers #intro .content { padding-bottom: 0px; height: 485px; }

#retailers #intro .right {
	line-height: 0;
}
#retailers #intro .right img{ margin:0px 0 0 19px; }

#retailers #system .right img{ margin:0px 0 0 19px; }

#retailers #visit-page
{
	padding:20px 0;
}

/* -------------------
-   try linn, book demo
/ ------------------- */


#book-demo-top .rotator .block{
	height:480px;
	background-repeat: no-repeat;
	background-position: 220px 0;
}

#book-demo-top .rotator .majik{
	background-image: url(../../images/content/try-linn/majik-system.jpg);
}

#book-demo-top .rotator .akurate{
	background-image: url(../../images/content/try-linn/akurate-system.jpg);
}

#book-demo-top .rotator .klimax{
	background-image: url(../../images/content/try-linn/klimax-system.jpg);
}


#search-page .content,
#store-finder #store-finder-top,
#book-demo #store-finder-page,
#book-demo #intro-page { padding-bottom: 20px; }

ul.results { margin: 0px; padding: 0px; }

#store-finder-top .content .left,
#store-finder-page .content .left{
	float:left;
	width:	420px;	
}

#store-finder-top .content .left table,
#store-finder-page .content .left table { border-collapse: collapse; }

#store-finder-top .content .left ul#search-list,
#store-finder-page .content .left  ul#search-list{
	margin:20px 0 0 0;
	padding:0;
}

#search-results { margin-top: 20px; display: none; }

#search-results { width: 420px; height: 410px; }
#search-results .block-holder { width: 420px; height: 370px; }
#search-results .block-content { width: 420px; height: 370px; padding:0px; }
#search-results .block { width: 420px; height: 370px; }

#search-results .page-marker { float:left; width: 356px; }

#search-results .pager { width: 390px !important; padding: 0 5px; margin: 0px; margin-top: 10px; }

#book-demo #search-results .block-holder { height: 250px; }
#book-demo #search-results .block-content { height: 250px; }
#book-demo #search-results .block { height: 250px; }

#book-demo #search-results #no-match  
{
	margin: 20px 0 0 0;
    background-color: #e6e6e6;
    padding: 10px 15px 1px 15px; 
}

#store-finder-page #selected-results{
	display:none;
	margin:50px 0 0 0;
}

#store-finder-page #selected-results  .left{
	width:120px;
	float:left;
}

#store-finder-page #selected-results .right{
	width:270px;
	float:right;
}

#store-finder-top #country-message { margin: 40px 0; }

#store-finder-top .content .left #search-results .block-holder ul li,
#store-finder-page .content .left #search-results .block-holder ul li
{
	list-style:none;
	margin:0 0 10px 0;
	padding:10px;	
	float:left;
	height: 35px;
	background-color:#fff;
	width:400px;
}

#store-finder-top .content .left #search-results .block-holder ul li:hover,
#store-finder-page .content .left #search-results .block-holder ul li:hover{
	cursor: pointer;
	background-color:#eef5ff;
}

#store-finder-top .content .left #search-results .block-holder ul li.selected,
#store-finder-page .content .left #search-results .block-holder ul li.selected{
	background-color:#dce8fe;
}

#store-finder-top .content .left ul li .icon,
#store-finder-page .content .left ul li .icon {
	display:block;
	float:left;
	padding:4px 0 0 0;
	margin:0 15px 0 0;
	width: 20px; height: 33px;
	background-image: url(../../images/icons/tiny_blue.png);
	background-repeat: no-repeat;
	font-family: "MyEffraRegular";
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	vertical-align: center;
	font-size: 18px;
	cursor: pointer;
}

#store-finder-top .content .left ul li .icon img,
#store-finder-page .content .left ul li .icon img{
 cursor:pointer;	
}

#store-finder-top .content .left ul li .icon .name,
#store-finder-top .content .left ul li .result .name,
#store-finder-page .content .left ul li .result .name{
	font-weight:bold;	
}

#store-finder-top .content .right,
#store-finder-page .content .right{
	float:right;
	width:	500px;
}

#store-finder-top .content .right #map_canvas,
#store-finder-page .content .right #map_canvas{
	width:500px;
	height:468px;

}

#book-demo #hear-what .left{
	width:260px;
}

#book-demo #hear-what .right{
	width:630px;
	padding:0 0 0 20px;
	border-left:1px solid #bfbfbf;
}

#book-demo #demo-form .left{
	width:260px;
}

#book-demo #demo-form .right{
	width:630px;
	padding:0 0 0 20px;
}




/* GOOGLE MAPS INFO BUBBLE CSS */
.retailer { margin: 3px; padding-bottom: 10px; float:left; }

.retailer  .hidden{
	display:none;
}

.retailer .retailer-left { width: 150px; float: left; }
.retailer .retailer-left img { border: solid 1px #999999; }
.retailer .retailer-left .external 
{ 
    background: #fff; display: inline; font-family: Arial; color: #000; text-transform: none; padding-left: 0px; 
    background-image: url(../../images/buttons/external-white.gif);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 15px;   
    text-decoration: underline; 
}
.retailer .retailer-left a:hover.external 
{
    text-decoration: none; 
}

.retailer .retailer-left .read-more-block { width: 122px; }

.retailer .retailer-right { width: 202px; float: left; }
.retailer .retailer-right span { display: block; line-height: 18px; }
.retailer .retailer-right span.title { font-weight: bold; }
.retailer .retailer-right span.address { margin-bottom: 10px; }
.retailer .retailer-right span.phone { }
.retailer .retailer-right span.email { }
.retailer .retailer-right span.website { }


/* FORM CSS */
form input[type=text] { border: solid 1px #000; width: 390px; padding-left: 10px; height: 35px; line-height: 35px; font-size: 12px; color: #666666; }

form input.button
{
    width: 100px;
    background: #000;
    border: 0px;
    color: #fff;
    height: 37px;
    text-transform: uppercase;
    font-family: 'MyEffraRegular', Arial, Helvetica, sans-serif;
    cursor: pointer; 
}

form input.button.submit{
	height: 25px;
	margin:10px 0 0 0;
}

#search-text { width: 290px; margin-right: 19px; }

form label{ 
	cursor: pointer;
}
 
form label.checkbox { 

	padding:5px 0 0 0;
	font-weight:normal;
	font-size:13px;
	float:left;
 }
 
form p.cb-list label.checkbox{
 	width:153px;
}

form p.cb-list div.checkbox{
 	margin:0 0 10px 15px;
}
 
form label.text { 

	display:block;
	margin:0 0 5px 0;
	font-weight:normal;
	font-size:13px;
 }
form div.checkbox 
{ 
    cursor: pointer; 
    width: 26px; 
    background:url(../../images/core/checkbox.png); 
    height: 26px;
    float:left;
    margin:0 0 0 15px;
}

form .error{
margin:10px 0 0 0;
color: #8b0000;
}

ul.ui-autocomplete {
    background-color: white;
    width: 300px;
    border: 1px solid #000;
    list-style-type: none;
    padding-left: 5px;
    width:295px;
    margin-top:-1px;
}

ul.ui-autocomplete li{
	
}

ul.ui-autocomplete li a{
	 cursor: pointer; 
	 padding:2px 0 2px 5px;
	 display:block;
}

ul.ui-autocomplete li a.ui-state-hover{
	background-color: #ffffaa;
}

img.image-rotate
{
    display: none !important;
}

img.image-rotate-selected
{
    display: block !important;
}


/* OTHERS */

.text-align-center { text-align: center; }
.no-padding { padding: 0px !important; }
