/*
Theme Name: Patrick 2010
Theme URI: lifestyle.patrick.eu
Description: a-brief-description
Author: Jurgen Menu
Author URI: www.onisho.com
Version: 1.0

[Table Of Contents] 

	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Navigation
	6- Middle 
	7- Forms
	8- Extras
	9- Footer
	
	10- Blog & Downloads
	11- Mailinglist
	12- Collection
	13- Page
	14- Table
	15- Dealers
	16- Teaser (mijneerstepatrick)
	17- Tooltip (simpletip)

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
@import url('form.css');
@import url('scrollpane.css');
@import url('validationEngine.jquery.css');

/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/



html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}

#wrap {margin:0 auto;background: #fff url('../img/body-bg.gif') repeat-x;width:1000px;}

body {
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background-color: #fff;
	color: #000;
}
.right {
	float: right;
}
.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.floatleft {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}

.spacer {
	width: 100%;
	height: 20px;
	clear: both;
}
.spacerline {
	width: 100%;
	height: 20px;
	clear: both;
	border-top: 1px dotted black;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.red {
	color: #ee3a43;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #000;
}
a:hover {
	color: #666;
}
a:active {
	color: #111;
}
a.red {
	color: #ee3a43;
}
a.red:hover {
	color: #000;
}
#blog a,
#downloads a {
	color: #ee3a43;
}

/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font: bold 2em "Times New Roman", Times, serif;
}
h2 {
	font: bold 1.5em "Times New Roman", Times, serif;
}
h3 {
	font: bold 1.3em Arial, Geneva, Helvetica, sans-serif;
	margin-bottom: 10px;
}
h4 {
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#header {
	width: 960px;
	height: 130px;
	margin:0 auto;
	padding: 0;
	color: #686868;
	line-height: 1.3em;
}
#topbar {
	float: left;
	width: 960px;
	font-size: .9em;
	height: 36px;
}
#navibar {
	float: left;
	width: 960px;
	font-size: .9em;
	margin-top: 5px;
	padding-top: 15px;
	text-transform: uppercase;
}
#sector1 {
	float: left;
}
#sector2 {
	float: right;
}
/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
ul.nav1,
ul.nav2 {
	float: left;
}
ul.nav1 li {
	float: left;
	margin-right: 16px;
	margin-top: 9px;
	height: 28px;
}
ul.nav1 li.login {
	background: transparent url('../img/login.gif') no-repeat;
	color: #fff;
	padding-left: 15px;
}
ul.nav1 li.customer {
	background: transparent url('../img/headphone.gif') no-repeat;
	color: #fff;
	padding-left: 19px;
}
ul.nav1 li.customer a {
	color: #000;
	font-weight:bold;
}
ul.nav2 li {
	float: left;
	margin-left: 16px;
	padding-top: 9px;
}
ul.nav2 li.img {
	float: left;
	background: transparent url('../img/topbar.gif') no-repeat;
	width:148px;
	height:36px;;
	margin-left: 16px;
}
ul.nav2 li.shop {
	background: transparent url('../img/bag.gif') 0 6px no-repeat;
	color: #fff;
	padding-left: 19px;
}
ul.nav3 li {
	float: left;
	margin-left: 16px;
	margin-top: 25px;
}
#languagebox {
	position: absolute;
	z-index: 999;
	top: 0px;
	left: 0px;
	background-color: #fff;
	width: 100%;
	height: 26px;
	padding-top: 10px;
	text-align: right;
}
#languagebox div {
	width: 960px;
	margin:0 auto;
}
#languagebox p {
	float: left;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: .8em;
}
#languagebox ul li {
	float: left;
	margin-right: 12px;
	vertical-align: middle;
	padding-right: 12px;
	border-right: 1px dotted black;
}
#languagebox ul li.last {
	border-right: none;
}
#languagebox ul li a {
	margin-left: 2px;
	font-size: .9em;
}



/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#content {
	width: 960px;
	margin:0 auto;
	padding: 0;
	color: #686868;
	line-height: 1.3em;
	margin-top: 5px;
	padding-bottom: 121px;  /* must be same height as the footer */
	margin-bottom: 50px;
}
.dotline {
	float: left;
	width: 960px;
	height: 15px;
	background: transparent url('../img/dot.gif') top left repeat-x;
	margin-top: 15px;
}
.headline {
	width: 920px;
	background-color: #fff;
	float: left;
	padding: 20px;
	margin-bottom: 30px;
	color: #000;
}
.headline p {
	margin-bottom: 5px;
}
.headline-jobs {
	width: 920px;
	background-color: #0055a5;
	float: left;
	padding: 20px;
	margin-top: 10px;
	color: #fff;
	font-size:1.2em;
}
.headline-jobs a {
	color: #ee3a43;
	font-weight:bold;
}
.headline-catalog {
	width: 910px;
	background-color: #f3f1f1;
	float: left;
	padding: 25px;
	margin-bottom: 30px;
	margin-top: 30px;
	color: #000;
}
.headline-catalog .title {
	font-size: 1.4em;
	text-transform: uppercase;
	margin-bottom: 15px;
	background-color: #000;
	padding:10px 10px;
	color: #fff;
}
.headline-catalog a {
	color: #ee3a43;
}
.headline-server {
	width: 920px;
	background-color: #0055a5;
	float: left;
	padding: 20px;
	margin-top: 10px;
	color: #fff;
	font-size:1em;
}
.block {
	float: left;
	width: 250px;
}
.float{
	float: left;
	width: 199px;
	margin-right: 30px;
	margin-bottom: 10px;
}
.dealer {
	margin-bottom: 15px;
	height: 75px;
}
.province {
	width: 100%;
	clear: both;
	font-size: 1.2em;
	color: #ee3a43;
	border-bottom: 1px dotted #b2b2b2;
	padding-bottom: 2px;
	margin-bottom: 15px;
}
#slidenav {
	position: absolute;
	top: 100px;
	left: 100px;
}
#next, #prev {
	display: block;
	background-color: #ee3a43;
}


/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.sendbtn {
	border: 1px solid #dfdfdf;
	padding: 2px 11px 2px 11px;
	background-color: #dfdfdf;
	font-size: .9em;
	margin-left: 12px;
	margin-top: 25px;
}
/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer {
	color: #fff;
	line-height: 1.3em;
	background: #d2ccc5 url('../img/footer-bg.png') bottom repeat-x;
	border-top: 1px solid #cec4b5;
	font-size: .9em;
	position: relative;
	margin-top: -121px; /* negative value of footer height */
	height: 141px;
	clear:both;
	
}
#infooter {
	width: 960px;
	height: 121px;
	background: transparent url('../img/footer-right.png') right bottom no-repeat;
	margin: 0 auto;
	padding: 0;
	padding-top: 20px;
}
#infooter a {
	color: #989186;
}
#footernav { text-transform: uppercase;font-weight: bold;font-size:1.1em;padding-top:5px;}

#social {width:250px;float:left;}
#copyright, #footernav {float:left;width:600px;}
.addthis_footer {float: left;width:250px;}
.facebook {float: left;padding-top: 10px;}

/* =10 Blog & Downloads
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#blog {
	width: 100%;
	margin-top: 10px;
	float: left;
}
#blog .item,
#downloads .item {
	width: 286px;
	height: 175px;
	margin-right: 12px;
	background-color: #f3f3f3;
	float: left;
	padding: 10px;
	margin-bottom: 18px;
}
#blog .firstitem {
	width: 940px;
	background-color: #ee3a43;
	float: left;
	padding: 10px;
	margin-bottom: 18px;
}
#blog .firstitem p {
	float: left;
	width: 720px;
	color: #fff;
	font-size: 1.1em;
	padding-bottom: 8px;
}
#blog .firstitem p.small {
	font-size: .9em;
}
#blog .firstitem p a {
	color: #000;
}
#blog .firstitem .title {
	color: #000;
	font-size: 2em;
	height: 24px;
	padding: 4px 0 0 4px;
	font-weight: bold;
	margin-bottom: 9px;
}
#blog .item .title {
	color: #ee3a43;
	font-size: 1.4em;
	height: 24px;
	padding: 4px 0 0 28px;
	font-weight: bold;
	background: transparent url('../img/blogitem.gif') no-repeat;
	margin-bottom: 9px;
}
#downloads .item .title {
	color: #000;
	font-size: 1.4em;
	height: 24px;
	padding: 4px 0 0 0;
	margin-bottom: 9px;
}
#blog p,
#downloads p {
	float: left;
	width: 128px;
	margin-left: 15px;
	color: #000;
	font-size: .95em;
}
#blog p.link {
	background: transparent url('../img/redarrow.gif') no-repeat;
	height: 17px;
	padding-left: 22px;
	width: 106px;
	margin-top: 5px;
}
#downloads p.download {
	background: transparent url('../img/download.gif') 50px 10px no-repeat;
	text-align: center;
	height: 50px;
	width: 126px;
	padding-top:50px;
	margin-top: 10px;
}
#blog .picture,
#downloads .picture {
	float: left;
}

/* =11 Mailinglist + Banner
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#mailinglist {
	width: 332px;
	float: left;
	height: 103px;
	background: #f3f1f1 url('../img/mailinglist-icon.png') top right no-repeat;
	padding: 12px;
	margin-right: 12px;
}
#mailinglist h3 {
	font-size: 1.3em;
	color: #000;
	padding-bottom: 3px;
	text-transform: uppercase;
}
#mailinglist p {
	padding-bottom: 10px;
	width:240px;
	color: #000;
}
#mailinglist #ukltul-ukltul {
	border: 1px solid #dfdfdf;
	height:20px;
	padding: 3px;
	width: 180px;
	float: left;
}
#mailinglist .joinbtn {
	float: left;
	margin-left: 8px;
	border:none;
}
#banner {
	float: left;
	margin-left: 35px;
	padding-top: 15px;
}
.facebook-home {
	float: left;
}
.facebook-home {
	margin-right: 12px;
	padding: 12px;
	width: 159px;
	height: 103px;
	background: #f3f1f1 url('../img/facebook-home.png') bottom right no-repeat;
}
.facebook-home p {
	width: 100px;
	font-size: 1.8em;
	line-height: 1.2em;
}
.facebook-home .like-home {
	float: left;
	width: 100%;
	border-bottom: 1px solid #000;
	padding: 0;
	margin: 0;
	margin-bottom:10px;
	padding-bottom:15px;
}
.sneaker-home {
	float:left;
	position:relative;
}
.sneaker-home img {
	position: relative;
	float: left;
}
.sneaker-home p {
	position: absolute;
	top: 80px;
	left: 14px;
	width: 195px;
}
.paves {
	float: left;
	margin-right: 12px;
}

/* =12 Collection
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#collection {
	float:left;
	width: 960px;
}
#col {
	width: 714px;
	float: left;
}
#col h2 {
	width: 681px;
	clear: both;
	font: normal 16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight:bold;
	color:#fff;
	background-color: #ee3a43;
	padding: 7px 0 7px 7px;
	margin-top: 2px;
}

#collection .item {
	float: left;
	position: relative;
	display: inline;
	width: 213px;
	margin-right: 25px;
}
#collection .item .picture {
	float:left;
	z-index: 1;
}
#collection .item .sector1 {
	background: transparent url('../img/dotlight.gif') left bottom repeat-x;
	text-transform: uppercase;
	color: #000;
	font-size: .8em;
	padding: 10px 0 0 0;
}
#collection .price {
	position: absolute;
	z-index:3;
	top: 20px;
	right: 0px;
	width:75px;
	height:30px;
	color: #fff;
	font-size: 1.1em;
	padding-top:6px;
	padding-left: 8px;
	font-weight: bold;
	background: url('../img/pricetag.png') top left no-repeat;
}
#collection .size {
	position: absolute;
	z-index:3;
	right: 19px;
	top:51px;
	font-size: .8em;
}
#collection .article {
	position: absolute;
	z-index:3;
	right: 18px;
	font-size: .75em;
	top:9px;	
}
#collection .leather {
	position: absolute;
	width:19px;
	height:23px;
	right: 18px;
	top:66px;
	background: url('../img/leather-small.png') no-repeat;
}
#filter {
	float:left;
	width: 216px;
	margin-left: 20px;
}
#filter p {
	padding: 3px;
	width: 216px;
}
#filter p a.head {
	color: red;
	border-top: 1px dotted #b2b2b2;
	border-bottom: 1px dotted #b2b2b2;
	text-transform: uppercase;
	padding: 7px 0 7px 0;
	width: 216px;
	display: block;
	margin-bottom: 15px;
}
#detail {
	padding-bottom: 25px;
	background: transparent url('../img/dotlight.gif') bottom left repeat-x;
	float: left;
}
#links {
	padding-bottom: 12px;
	background: transparent url('../img/dotlight.gif') bottom left repeat-x;
	float:left;
	width:960px;
	}
#links div {
	float: left;
}
#technical-icons {
	float:left;
	font-size: .8em;
	margin-top: 25px;
}
#technical-icons .item {
	float: left;
	width: 165px;
	margin-right: 27px;
	height: 150px;
}
#technical-icons .item img {
	float: left;
	margin-right: 5px;
}
#detail #bigpic {
	width: 503px;
	height: 503px;
	border: 1px solid #ededed;
	float: left;
	margin-right: 35px;
}
#detail #bigpic #zoomimg {
	position: absolute;
	top: 464px;
	left: 464px;
	float: left;
	z-index:999;
}
#detail #data,
#detail #desc,
#detail #colors,
#detail #links {
	float: left;
	width: 420px;
}

#detail #desc {
	font-size: .9em;
	border-bottom: 1px dotted #b2b2b2;
	border-top: 1px dotted #b2b2b2;
	padding: 10px 0 10px 0;
	color: #000;
}
#detail #desc img {
	padding-top: 10px;
}
#detail #desc span.size {
	background-color: #ee3a43;
	padding: 0 3px;
	color: #fff;
	float:right;
}
#detail #desc p {
	padding-bottom: 8px;
}
#detail #colors {
	padding-top: 18px;
}
#detail #links {
	margin-top: 15px;
}
#detail #colors p {
	padding-bottom: 15px;
}
#detail .name {
	text-transform: uppercase;
	float: left;
	width: 410px;
	font-size: .9em;
	color: #000;
	padding-bottom: 12px;
}
#detail .color {
	text-transform: uppercase;
	float: right;
	font-size: .9em;
	color: #000;
}
#detail .article {
	color: #0055a5;
	padding-bottom: 12px;
}
#detail .price {
	color: #ee3a43;
	padding-bottom: 18px;
	background: url('../img/pricetag.png') top left no-repeat;
	padding-top:8px;
	padding-left:9px;
	font-weight:bold;
	color: #fff;
	padding:
}
#detail .leather {
	width: 18px;
	height: 24px;
	background: url('../img/leather-small.png') top left no-repeat;
	margin-bottom: 8px;
}
#detail .col {
	float: left;
	width: 65px;
	height: 80px;
	margin-right: 3px;
	margin-bottom: 18px;
	font: .7em verdana;
	line-height: .9em;
}
#detail .col img {
	border: 1px solid #ededed;
}
#detail #order,
#filter #order {
	margin-top: 25px;
	float: left;
}
#detail #order a,
#filter #order a {
	background-color: #ee3a43;
	padding: 2px 16px 2px 16px;
	color: #fff;
	float: left;
}
#detail #buy-where {
	margin-top: 20px;
	float: left;
}
.btn a {
	float: left;
	color: #fff;
	background-color: #ee3a43;
	font-size: .9em;
	padding: 10px 16px 10px 16px;
	margin-top: 10px;
	margin-right: 10px;
}
.back a {
	color: #fff;
	background-color: #ccc;
}
.addthis_toolbox {
	margin-top: 15px;
	float: left;
}

#happyfeet {width:688px;height:236px;background: transparent url('../img/happyfeet.gif') no-repeat;}


/* =13 Page
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#page,
#fullpage {
	width: 100%;
	margin-top: 17px;
	padding-top: 35px;
	background: url('../img/gradient.gif') top left repeat-x;
	float: left;
}
#page img {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
}
#page h3 {
	margin-top: 0px;
	margin-bottom: 15px;
	color: #000;
	float: left;
	width: 760px;
	clear:right;
}
#page .item,
#page .press {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #b2b2b2;
	float: left;
}
#page p {
	margin-bottom: 6px;
	float: left;
	width: 760px;
}
#fullpage p {
	margin-bottom: 8px;
}
ul.list {
	list-style: square;
	float: left;
	margin-left: 40px;
	margin-bottom: 25px;
	margin-top: 12px;
	width: 760px;
}
ul.list li {
	padding-bottom: 5px;
}
p.red {
	color: #ee3a43;
	font-size: 1.2em;
	padding-bottom: 15px;
}
#page p.link,
#fullpage p.link {
	background: transparent url('../img/redarrow.gif') no-repeat;
	height: 17px;
	padding-left: 22px;
	padding-top: 2px;
	height: 15px;
	width: 500px;
	margin-top: 10px;
}
#page h4 {
	float: left;
	width: 960px;
	clear: both;
	background-color: #f8f8f8;
	margin-top: 12px;
	margin-bottom: 15px;
	height: 21px;
	padding-top: 4px;
	padding-left: 6px;
	text-transform: uppercase;
}
p.source {
	color: #929292;
}
.dealerslist {
	width: 960px;
	float: left;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}


/* =14 Table
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.clubsTable {
	margin: 15px 0 25px 0;
	float: left;
	clear: both;
	width: 750px;
}
.clubsTable th {
	color: #000;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: right;
	padding: 6px 6px 6px 12px;
}
.clubsTable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #e4e4e4;
	background: none;
}
.clubsTable th.spec {	
	border-left: 1px solid #e4e4e4;
	border-top: 0;
	background-color: #fff;
	width: 163px;
}
.clubsTable th.specalt {
	border-left: 1px solid #e4e4e4;
	border-top: 0;
	background: #f3f3f3;
	color: #000;
	width: 163px;
}
.clubsTable td {
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #666;
	text-align: right;
	width: 130px;
}
.clubsTable td.alt {
	background: #f3f3f3;
	color: #666;
}
.altrow {
	background-color: #eeeeee;
}
.normalTable {
clear: both;
margin-bottom: 25px;
margin-top: 15px;
}
.normalTable td {
padding-right: 15px;
}
/* =15 Dealers
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#legende {
	background: transparent url('../img/shop.gif') no-repeat;
	height: 25px;
	padding-left: 25px;
	padding-top: 5px;
}
#countrylist {
	width: 225px;
	float: left;
	margin-right: 25px;
}
#countrylist p {
	text-transform: uppercase;
	font-size: .9em;
}
#countrylist p span.price {
	color: #ee3a43;
}
#countrylist a.current {
	color: #ee3a43;
}
#countrylist .country {
	border-bottom: 1px solid #e4e4e4;
	padding: 3px 0 2px 0;
}
#placelist {
	width: 230px;
	float: left;
	border-left: 1px solid #e4e4e4;
	padding-left: 25px;
	text-transform: uppercase;
	font-size: .9em;
	height: 315px;
}
#placelist a {
	display: block;
	height: 15px;
	margin: 0px;
	padding: 0px;
	float: left;
	width:210px;
}
#placelist a:hover {
	background-color: #e4e4e4;
}
#dealerlist {
	width: 400px;
	float: left;
	border-left: 1px solid #e4e4e4;
	padding-left: 30px;
	text-transform: uppercase;
	font-size: .9em;
}
#dealerlist .place {
	margin-bottom: 15px;
	width: 400px;
	float: left;
}
#dealers {
	width: 960px;
	float: left;
}
#dealers_article {
	width: 100%;
	float: left;
}

#shoponline {float:left;width:930px;padding:15px;background-color: #f3f1f1;margin-top:25px;height:100px;}
#shoponline .title {float:left; padding:10px 10px;color:#fff;background-color:#000;text-transform: uppercase;clear:both;margin-right: 15px;}
#shoponline ul {float:left;}

/* Slides-Dia Slider */
#slides-dia {float: left; position: relative;width:960px;clear:both;height:501px;}
#slides-dia .slides-container {float: left;z-index:1;height:501px;}
#slides-dia .slides-control {height:501px;}
#slides-dia ul.pagination {position: absolute;bottom:0px;right:0px;z-index:999; background-color: #000;padding:10px 20px;float:left;opacity:0.5;filter:alpha(opacity=50); /* For IE8 and earlier */}
#slides-dia ul.pagination li {display: block;padding:2px 5px;}
#slides-dia ul.pagination li.current {background-color:#504e4e;}
#slides-dia ul.pagination a {color: #fff;}


/* Slides-col Slider*/
#slides-col {float:left;position:relative;width:960px;clear:both;}
#slides-col img {margin-right: 26px;}
#slides-col .pagination {background: transparent url('../img/slider-nav.gif');width:960px; margin-bottom: 14px;float:left;height:55px}
#slides-col .pagination .viewall {position:relative;top: 20px;left:20px;font-size:1.2em;}
#slides-col .slides-col-next {float: right;margin-right:8px;display:block;height:55px; width: 40px;text-indent:-9999px;}
#slides-col .slides-col-prev {float: right;margin-right:5px;display:block;height:55px; width: 40px;text-indent:-9999px;}

#home-viewcollection {float:left;width:960px;background-color: #f3f1f1;margin-bottom:15px;}
#home-viewcollection a{background: #000 url('../img/arrow-black.gif') top right no-repeat; color:#fff;padding:10px 10px;float:right;padding-right:40px;text-transform: uppercase;}
.homebuy {margin-bottom: 12px;}

/* Lookbook Slider */
#look {float: left; width: 960px;}
.look_container {width:960px; height: 400px;}
.look_container div {width: 960px;}
ul.pagination {margin-top: 10px;}
ul.pagination li {float: left; margin-right: 10px;}

/* Dealer map */
#dealermap {width:710px;height: 345px;line-height: 1em;}
#dealermap_article {width:100%;height: 345px;line-height: 1em;}
div.infoWindow {overflow: hidden;}
div.infoWindow h3 {text-transform: uppercase; font-size: .9em;margin:0; padding:0;}
div.infoWindow span {text-transform: uppercase; font-size: .8em;margin:0; padding:0;}
#bar {background-color: #f3f1f1;padding: 5px; width: 550px;}
#bar_article {background-color: #f3f1f1;padding: 12px; width:960px;}
#search {background-color: #f3f1f1;padding: 10px; float: left; width:690px; float:left;margin-left: 250px;}

/* Heritage floats */
.heri {float: left; margin-right: 25px; margin-bottom: 15px;font-size: .9em;}

/* Tooltip (simpltip) */
.tooltip {position:absolute;top:0;left:0;z-index: 13;display:none;color:#fff;background-color: #ee3a43;padding:3px;}
