  /************End Global**************/
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
/************End Global**************/

/************End Global**************/
.btn {
	display: inline-block;	
}
/************End Global**************/


/************Structure**************/
.logo {
	margin: 0;
	font-size: 1.6em;
	position: relative;
	z-index: 1;
}
.logo a {
	display: block;
height: auto;
padding-top: 8px;
width: 230px;
padding-bottom: 5px;
padding-left: 0px;
}
.logo img {
	width: 230px;
	height: auto;	
	margin-left: -10px;
}
.nav-anchors {
	display: none;
}
.nav {
	/*border-left: 1px solid #090;
	border-right: 1px solid #090;*/
}
header[role="banner"] .nav {
	float: right;
	clear: none;
	margin: 0;
	border-top: 0;
}
.search {
	border: 0;
	padding: 0;
	position: absolute;
	top: 0.8em;
	right: 1em;
	width: 10em;
}
.queryselectorall .search, .queryselectorall [role="banner"] .nav {
	display: block;
	font-size: 14px;
	padding-top: 18px;
}
.product-main {
	padding-bottom: 2em;
}
.product-img {
	float: left;
	width: 50%;
	height: auto;
	margin-top: -4.8em;
}
.product-main > header {
	padding-top: 1em;
}
.product-main > header, .product-desc, .product-form, .product-utils, .product-description {
	padding-left: 2em;
	margin-left: 50%;
}
/*Aux content*/
.aux {
	padding: 1em 0;
}
.aux header {
	cursor: default;
	padding: 0;
	border: 0;
	
}
.aux header a:after, .aux header a.open:after {
	content: "";
}
[aria-hidden="true"] {
	display: block;
}
.product-description header {
	display: none;
}
.reviews {
	padding-bottom: 3em;
}
/*Related*/
.related-products {
	clear: both;
	border: 0;
}
.related-products header {
	border: 0;
}
.related-products li {
	width: 16.6666667%;
}
.related-nav a {
	position: absolute;
	top: 50%;
	left: -2.5em;
	z-index: 0;
	display: block;
	height: 160px;
	width: 2.5em;
	text-indent: -99999em;
	background: url(http://www.tiffany.com/Shared/images/misc/arrow2_left_on.gif) no-repeat 50% -65px;	
}
.related-nav a.nav-next {
	left: auto;
	right: -2.5em;
	background: url(http://www.tiffany.com/Shared/images/misc/arrow2_right_on.gif) no-repeat 50% -65px;	
}

/*Footer*/
.footer ul {
	margin: 0;	
}
.footer .nav {
	float: left;	
}
.footer .nav li a {
	padding: 1.3em;
	line-height: 1;
}
.footer ul.service-links {
	float: right;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}
.service-links li.tel {
	display: inline-block;
}	
.service-links li.tel a {
	display: inline;	
}

.footer .SIC {
	float: left;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/************End Structure**************/
@media screen and (min-width: 40.5em) and (max-width: 60em) {
	.product-img {
		width: 60%;
	}
	.product-main > header, .product-desc, .product-form, .product-utils, .product-description {
		margin-left: 60%;
		padding-left: 1em;
	}
	

}

@media screen and (min-width: 60em) {
	.product-img {
		width: 57%;
	}
	
.product-main > header, .product-desc, .product-form, .product-utils, .product-description {
		padding-left: 2em;
		margin-left: 57%;
	}
	
	.product-share {
		margin: 0;
		width: 29%;
		float: left;
	}
		.product-img nav {
		position: relative;
		display: inline-block;
		top: 0;
		left: 0;
		
	}
	
	
	.product-img nav li {
		display: inline-block;
	
	}
	
	.product-img nav img {
display: block;
width: auto;
height: 5.4em;

	

/* For IE 7, which doesn't support display: inline-block; */
label, input,textarea, .nav-anchors li, .nav li, .price, .star, .star li, .product-img nav, .product-img nav li, .product-utils a, .reviews header h2, .footer li {
	zoom: 1;
	*display: inline;
}

	}
	
	
	/* Set the background image sources */
#newyork { background-image: url(../../_assets/img/newyork.jpg); }
#buenosaires { background-image: url(../../_assets/img/buenosaires.jpg); }
#paris { background-image: url(../../_assets/img/paris.jpg); }
#capetown { background-image: url(../../_assets/img/capetown.jpg); }
#seoul { background-image: url(../../_assets/img/seoul.jpg); }
#sydney { background-image: url(../../_assets/img/sydney.jpg); }
/* Background settings */
.demo-page {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
/* Transparent footer */
.demo-page .ui-footer {
    background: none;
    border: none;
    bottom: 0;
}
/* The footer won't have a height because there are only two absolute positioned elements in it.
So we position the buttons from the bottom. */
.control.ui-btn-left, .trivia-btn.ui-btn-right {
    top: auto;
    bottom: 7px;
    margin: 0;
}
/* Custom styling for the trivia source */
small {
    font-size: .75em;
    color: #666;
}
/* Prevent text selection while swiping with mouse */
.demo-page .ui-header, .ui-title, .control .ui-btn, .trivia-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}