/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}



/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
}

img {border:0;}

body#home 

{background:url(images/) right no-repeat; background-position: top right 100px;
}


body { border-left-style: solid; 
border-left-color: black; 
border-left-width: 125px; 
border-right-style: solid; 
border-right-color: black; 
border-right-width: 125px;
 }


/* NAV */
ul#topnav {width: 650px; margin:0 auto; padding:33px 0 35px 155px;}
#topnav li {display:inline; margin:0 38px 0px 0;}
#topnav img {padding-bottom:4px;}

body#press img[alt="Press"] {padding-bottom:2px;border-bottom:2px solid #999;}
body#home img[alt="Home"] {padding-bottom:2px;border-bottom:2px solid #999;}
body#collection img[alt="Collection"] {padding-bottom:2px;border-bottom:2px solid #999;}
body#deluxe img[alt="Deluxe"] {padding-bottom:2px;border-bottom:2px solid #999;}
body#boutiques img[alt="Boutiques"] {padding-bottom:2px;border-bottom:2px solid #999;}
body#online img[alt="Shop Online"] {padding-bottom:2px;border-bottom:2px solid #999;}

/* BOTTOMNAV */
#bottomnav li {display:inline; margin:0 0px 0px 38px;}
ul#bottomnav {width: 650px; margin:0 auto; padding:33px 0 35px 155px; position:relative; text-align:right;}

.twoCol { width:800px; margin:0 auto; overflow:auto;}
.twoCol-left { float:left;width:430px;}

.twoCol-right {float:right;}

.pressInfo { width:350px; float:right; font-size:12px; margin-bottom:30px;}
body#about .pressInfo, body#collection .pressInfo { width:370px; float:right; font-size:12px; margin-bottom:30px;}
.pressInfo p {margin-bottom:1em; line-height:1.4em;}
.pressInfo  h2 {font-size:18px; text-transform:uppercase; font-weight:bold;}
body#about .pressInfo span , body#press .pressInfo span, .span1 {color:#A1A1A1; font-style:italic; font-family:Georgia, "Times New Roman", Times, serif; text-decoration:none; font-size:13px;display:block; text-transform:none; font-weight:normal; margin:1em 0;}

.pressLink {margin:6px 0 15px 0;}
.pressLink a {color:#5A5A5A; font-style:italic; font-family:Georgia, "Times New Roman", Times, serif; text-decoration:none; font-size:13px;}
.pressLink a:hover {text-decoration:underline;}

#footer {clear:both;}

td {padding:0;}

.pics {z-index:0;}
#zoom_content {z-index:1;}

.productBox {clear:both; margin-bottom:50px; overflow:auto;}
.productBox img {float:left; margin-right:10px;}
.productInfo {padding-top:40px;}
.tallItems .productInfo {padding-top:30px;}
.productInfo p {font-size:12px; color:#666}
.productInfo p span {font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; margin:0;}
.productInfo a {text-decoration:underline; color:#666;}
.productInfo a:hover {text-decoration:none; color:#666;}
.productInfo h2 {font-family:Georgia, "Times New Roman", Times, serif; font-size:14px;}

/* JQUERYUI TABS */
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-size: 1.1em;
	float: left;
	position: relative;
	z-index: 0;
	bottom: -1px;
}
.ui-tabs-nav ul {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border-right: none;
}
.ui-tabs-nav li a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	padding: .5em 1.8em .5em 0;
	color: #555555;
}
.ui-tabs-nav li a:hover {
	color: #212121;
}
.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #ffffff;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	color: #212121;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	clear:left;
	border-top: 2px solid #d3d3d3;
	color: #222222;
	padding: 1.5em 0 1.5em 0;	
	font-size: 1.1em;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

/* JQUERYUI STYLES */
/*hidden elements*/
.ui-hidden {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.ui-accessible-hidden {
	 position: absolute; left: -99999999px;
}
/*reset styles*/
.ui-reset {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
/*clearfix class*/
.ui-clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.ui-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .ui-clearfix {height: 1%;}
.ui-clearfix {display: block;}
/* End hide from IE-mac */

/* Note: for resizable styles, use the styles listed above in the dialog section */

#collection #s1 img {display:none;}