/* 3. 480px - 779px 
----------------------------------------------------------------------------- */

    #page {
    	width: 470px;
    	padding: 0 5px;
    }
    
    
    nav {		
		top: 345px;
	}
	div#nav-top-pos {
		top: 345px;
	}
	
	nav ul {		
		width: 470px;
	}
	
	nav ul li {
    	width: 150px;
		height: auto;
	}
	
	nav li#dolls { background-position: left -15px; 
	width: 170px; }
	nav li#us { background-position: left -115px; }
	nav li#stores { background-position: left -215px; }

	nav ul li a {
		width: 60%;
		height: 100%;
		text-align: left;
		padding: 0 0 0 40%;
	}
	
	nav ul li a span {
		display: table-cell;
    	vertical-align: middle;
    	width: 60px;
    	height: 80px;
    	font-size: 1.5em;
		line-height: 1em;
		padding: 0;
		border: none !important;
	}

 	
	section div#ariane * {
		font-size: .8em;
	}
	
	
	header h1 {
		float: none;
		margin: 70px auto 0 auto;
	}
	
	header form#search {
		width: 200px;
		top: -1px;
		left: 5px;
	}
	
	header ul {
		float: right;
	 	margin: 0;
		height: 32px;
		font-size: .8em;	
	}
	
	header ul li {
		height: 40px;
		padding: 0;
	}

	header ul#subnav > li:first-child {
		display: none;
	}
	
	header ul li a {
		height: 28px;
		padding: 18px 10px 0 0;
	}
	
	header ul li a:first-child {
		padding-left: 10px;
	}
	
	header ul li a i {
		font-size: 2em;
	}
	
	header ul li em {
		margin: 8px 0 0 -18px;
		font-size: 1.2em;
	}
	
	header ul li a span {
		display: none;
	}
	
	
	header ul li#currency {
		margin: 0 0 0 1.5em;
	}
	
	.skinned-wrapper .skinned-text {
		right: 5px;
	}
	
			
	div#hero div:first-child {  
		width: 470px;
		height: 166px;
	}
	body#other div#hero div:first-child {
		height: 100px;
	}
	
	div#hero div#shipping {
		height: auto;
		margin: -66px 1.5em 0 169px;
		padding: 0 10px;
	}
	
	div#hero div#shipping p {
		height: 64px;
		font-size: .8em;
	}
	
	
	section {
		margin: 2em 0 0 0;
		padding: 0;
	}	
	
	body#home section {
		padding: 8em 0 0 0;
		margin: 0;
	}

	body#home section#nesting-dolls {
		margin: 1.9em 0 0 0;
	}
	section#nesting-dolls {
		margin: 6em 0 0 0;
	}
	
	section#nesting-dolls a {
		width: 235px;
	}
	
	section#nesting-dolls h2 {
		font-size: 1.1em;
	}
	
	section#nesting-dolls a img {
		float: left;
		display: block;
	}
	
	section#nesting-dolls a span {
		display: block;
		float: left;
		max-width: 235px;
		width: 235px;
		height: 25px;
		
		font-size: .9em;
		margin: 165px 0 0 0;
		opacity: 1;
	}
	
	section#nesting-dolls div#other-products a {
		width: 95px;
		height: auto;
	}

	section#nesting-dolls div#other-products a img {
		float: left;
		display: block;
	}
			
	section#nesting-dolls div#other-products a span {
		clear: both;
		float: left;
		width: 95px;
		height: 34px;
		font-size: .8em;
		margin: 65px 0 0 0;
	}
	
	a.overlay > img + span br, a.overlay > img + span i {
		display: none;
	}

	
	section#about-us div a {
		padding: 0 6em;
		margin: 0 .8em 1em 0;
	}

	section#our-stores div
	{
		width: 100%;
	}
	
	section#our-stores div:last-child {
		margin: 1.8em 0 0 0;
	}

	section#category {	
		position: relative;
		height: auto;
		padding: 0;
	}

	section#category div#items {
		position: relative;
		float: left;
		width: 470px;
		height: auto;
		display: block;

		overflow: auto;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling:touch;
		white-space: nowrap;
	}
	
	section#category a.item {			
		float: none;
		display: inline-block;

		white-space: normal;
		vertical-align: top;
	}
	
	section#category div#iphone-slide-icon {
		display: block;
		float: none;
		width: 150px;
		height: 10px;
		text-align: center;
		background: url(../img/hand.gif) no-repeat center center;
		
		margin: 0 auto;
		padding: 0 0 110px 0;
		font-size: 4em;
	}
	
	div#iphone-slide-icon i {
		font-size: .3em;
		color: rgb(191, 191, 191);
		color: rgba(0, 0, 0, .25);
		margin: 0 1.5em;
	}


	#slider > ul { 
		min-height: 300px !important;
	}
	
	section#item img {
		width: 468px;
		margin: -20px;
	}	
	
	/* Js Slider for item images */
	#slider {
		width: 468px; 
	}

	ol#dots { 
		padding: 1.7em 0 0 0;
	}	
		
	ol#dots li {
		width: 24px; 
		height: 24px; 
		margin: 0 1.5em 2.1em 2em;
		
		border-radius: 12px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		-o-border-radius: 12px;	
	}


	section#item div#infos {
		width: 468px;
		padding: 2em 0;
		overflow: hidden;
		margin: 0;
		border: 1px solid rgb(191, 191, 191);
		border: 1px solid rgba(0, 0, 0, .25);
		border-top: none;
		border-bottom: none;
	}
	
	section#item div#infos div#title {
		float: left;
		width: 90%;
		padding: 0 5%;
	}
	
	section#item div#infos div#title strong {
		float: left;
		font-size: 1.6em;
		margin: 0 0 .6em 0;
	}
	
	section#item div#infos div#title em {
		font-size: 1.1em;
		line-height: 1.5em;	
	}
	
	section#item div#infos div#actions {
		clear: both;
		width: 90%;
		padding: 0 5%;
		margin: 2em auto 2em auto;
	}

	section#item div#infos div#actions strong {
		width: 50%;
		margin: 0;
	}
	
	section#item div#infos div#actions strong span {
		font-size: .7em;
	}
	
	section#item div#infos div#actions > button {
		float: left;
		width: 50%;
		margin: 0 0 1em 0;
	}

	section#item div#infos p {
		display: block;
		width: 100%;
		font-size: 1.1em;
		line-height: 1.4em;
		margin: 1em 0 0 0;
		padding: 0;
	}
	
	section#item .addthis_toolbox {
		margin: 0 0 0 5%;
	}
	
	
	/* Contact
    ----------------------------------------------------------------------------- */

	section#contact form {
		width: 90%;
		float: none;
		margin: 2em auto 0 auto;
		overflow: auto;
		padding: 0;
	}
	
	section#contact ol.forms {
		width: 100%;
		padding: 0;
		margin: 0;
		border: none;
	}
	
	section#contact ol.forms li {
    	width: 100%;
    	padding-left: 0;
    	padding-right: 0;
    }
	
	section#contact .forms input, .forms textarea {
		width: 96% !important;
    	padding-right: 0;
	}
	
	section#contact div {
		clear: both;
		width: 90%;
		float: none;
		margin: 4em auto 0 auto;
		padding-top: 2em;
		border-top: 1px solid rgb(191, 191, 191);
		border-top: 1px solid rgba(0, 0, 0, .25);
	}
	
	
	/* Sortable tables
    ----------------------------------------------------------------------------- */
	
	table.sortable th {		
		font-size: .8em;
		padding: .8em !important;
	}
	table.sortable td {
		font-size: 1em; 
	} 
	
	
	/* Search results
    ----------------------------------------------------------------------------- */
	
	section#results td:nth-of-type(1) {
		font-size: .8em;
		padding-left: .6em;
	}
	
	
	/* Login
    ----------------------------------------------------------------------------- */
	
	section#login form {
    	width: 90% !important;
    	padding: 0 !important;
    	margin: 0 auto 0 auto !important;
    	float: none !important;
    	overflow: auto;
    }
    
    section#login ol.forms li {
		width: 100%;
		padding: 0;
	}
    
    /* Register */
	div#reseller {
		clear: both;
		float: none;
    	width: 90%;
    	margin: 2em auto 0 auto;
    	padding: 3.5em 0 0 0;
    	text-align: center;
    	border: 0;
    	border-top: 1px solid rgb(191, 191, 191);
    	border-top: 1px solid rgba(0, 0, 0, .25);
    }
    
    div#reseller p {
    	text-align: left;
    }
    
    div#reseller button.green {
    	width: 90% !important;
    	padding-right: 45px;
    	margin: 1.5em auto 1em auto !important;
    }
    
    div#reseller button.green i {
		margin-left: 45px;
    }
    
    div#reseller form {
    	clear: both !important;
    	float: none !important;
    	width: 90% !important;
    	margin: 1em auto 0 auto !important;
    	padding: 1.5em 0 0 0 !important;
    	text-align: left;
    }
    
    div#reseller form input, div#reseller form button {
    	width: 100%;
    }
    
    
    /* Shopping cart
    ----------------------------------------------------------------------------- */
	
	section#shopping_cart td:nth-of-type(2) {
		font-size: .8em !important;
		line-height: 1.8em;
		padding-left: .6em;
	}
	
	section#shopping_cart th:nth-of-type(1), section#shopping_cart td:nth-of-type(1) {
		display: none !important;
	}

	
	/* Footer
    ----------------------------------------------------------------------------- */
    
	footer ul {
		width: 470px;
	}
	
	footer ul li {
		width: 220px;
		margin: 0 10px 0 0;
		border-top: 1px dotted rgb(191, 191, 191);
		border-top: 1px dotted rgba(255, 255, 255, .25);
	}
	footer ul li.return {
		clear: both;
	}
	
	a#backtotop {
		position: fixed;
		bottom: 0;
		right: 0;
		border: none;
		background-color: rgb(125, 30, 44);
		color: white;
		padding: .3em 1em .2em .8em;
	}
	a#backtotop i {
		color: white;
	}