/* 2. 780px - 959px 
----------------------------------------------------------------------------- */

    #page {
    	width: 760px;
    	padding: 0 10px;
    }
    
    header form#search {
    	right: 10px;
    }
    
    nav {
		top: 451px;
	}
	div#nav-top-pos {
		top: 451px;
	}
	
	nav ul li a span {
		font-size: 1.8em;
	}
	
	
	.skinned-wrapper .skinned-text {
		right: 10px;
	}
	
	
	div#hero div:first-child {
		width: 760px;
		height: 269px;
	}
	body#other div#hero div:first-child {
		height: 160px;
	}
	
	div#hero div#shipping {
		margin: -50px 3.1em 0 169px;
	}
	
	div#hero div#shipping p {
		font-size: .9em;
	}

	section#nesting-dolls a {
		width: 190px;
	}
	
	section#nesting-dolls a img {
		float: left;
		display: block;
	}
	
	section#nesting-dolls a span {
		display: block;
		float: left;
		max-width: 190px;
		width: 190px;
		height: 25px;
		
		font-size: .9em;
		line-height: 1.2em;
		margin: 135px 0 0 0;
		opacity: 1;
	}
	
	section#nesting-dolls div#other-products a {
		width: 95px;
	}

	section#nesting-dolls div#other-products a img {
		float: left;
		display: block;
	}
			
	section#nesting-dolls div#other-products a span {
		display: block;
		clear: both;
		float: left;
		max-width: 95px;
		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 p {		
		column-count: 1;
		column-width: 760px;
		column-gap : 0;
		-webkit-column-count: 1;
		-webkit-column-width: 760px;
		-webkit-column-gap: 0;
		-moz-column-count: 1;
		-moz-column-width: 760px;
		-moz-column-gap: 0;
	}
	
	section#our-stores div
	{
		width: 370px;
	}
	
	section#our-stores div p {
		width: 165px;
	}
	

	section#category a.item {
		width: 190px;
	}
	
	section#category a.item img + span {
		max-width: 190px;
		width: 190px;
		height: 127px;
	}
	
	section#category a.item img + span i {
		display: block;
	}
	
	/* Js Slider for item images */
	#slider {
		width: 758px; 		
	}

	ol#dots { 
		padding: 2em 0 .5em 0;
	}	
		
	ol#dots li {
		width: 20px; 
		height: 20px; 
		margin: 0 1.5em 2.1em 1.5em;
		
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;	
	}
	
	
	section#item div#infos {
		width: 738px;
		padding: 2em 10px;
		margin: 0;
		border: 1px solid rgb(191, 191, 191);
		border: 1px solid rgba(0, 0, 0, .25);
		border-bottom: none;
	}
	
	section#item div#infos div#title {
		float: left;
		width: 60%;
	}
	
	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 {
		float: left;
		clear: none;
		width: 37%;
		margin: 0 0 1em 20px;
	}

	section#item div#infos div#actions strong {
		width: 100%;
		margin: 0;
	}
	
	section#item div#infos div#actions strong span {
		font-size: .6em;
		margin: 0;
	}
	
	section#item div#infos div#actions > button {
		clear: both;
		width: 100%;
		font-size: 1.2em;
		margin: -1px 0 1em 0;
	}

	section#item div#infos p {
		display: block;
		width: 100%;
		line-height: 1.4em;
		margin: .5em 0 0 0;
		padding: 0;
	}


	footer ul {
		width: 760px;
	}
		
	footer ul li {
		width: 182.5px;
		margin: 0 10px 0 0;
	}