/* @override 
	http://www.newyorkdesignshop.com/css/main.css
	https://newyorkdesignshop.com/css/main.css
	http://dev.newyorkdesignshop.com/css/main.css
*/

/* @group Defaults */



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E6E6E6;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
}

#emailSignUp {
	font-size: 10px;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border-style: none;
}

a, a:visited {
	color: #1ea4fe;
	font-weight: bold;
}

input[type=button], input[type=submit] {
	background-color: #251D23;
	color: #fff;
	font-weight: bold;
	border: none;
	margin-top: 10px;
	text-transform: uppercase;
}



input[type=button]:hover, input[type=submit]:hover {
	background-color: #fff;
	color: #333;
	cursor: pointer;
}



a:hover {
	color: #333;
}

/* @end */

/* @group Layout */

#mainContainer {
	width: 960px;
	margin: 0px auto;
}

#topHeader {
	background-color: #fff;
	text-transform: uppercase;
	width: 100%;
	height: 75px;
	clear: both;
	color: #000;
	font-weight: bold;
}

#topHeader a {
	color: #000;
	font-weight: bold;
}

#topHeader #ndsLogo {
	width: 460px;
	float: left;
}

#topHeader #rightHeader {
	float: right;
	width: 480px;
	text-align: right;
	margin-top: 25px;
	vertical-align: middle;
}

#leftColumn {
	width: 160px;
	float: left;
}

#leftGreyBack {
	background-color: #f3f3f3;
	padding: 10px 0px 10px 10px;
}

#leftPromo {
	overflow: hidden;
	margin-bottom: 10px;
}

#rightColumn {
	width: 780px;
	float: right;
	/* override when it's time for the homepage */
	padding: 20px;
	padding-right: 0px;
	background-color: #fff;
	
	min-height: 710px;
}

#nyFooter {
	margin: 10px 0px;
}

#footerContent {
	padding: 10px;
	color: #000;
	background-color: #fff;
	font-size: 10px;
	margin:0;
}

#footerContent p { margin:0; padding:0; }

#footerContent a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#footerContent a:hover { text-decoration:underline; }

/* @group TopRightBlock */

#topHeader #miniCartBox {
	width: 220px;
	height: 20px;
	padding: 5px;
	text-align: left;
	float: right;
	font-size: 10px;
}

#topHeader #searchBox {
	width: 170px;
	height: 20px;
	background-color: #E6E6E6;
	float: right;
	padding: 5px;
	margin-left: 20px;
}

#topHeader #searchText {
	padding: 0px;
	margin: 0px;
	border-style: none;
	background-color: #fff;
	width: 145px;
	height: 16px;
	vertical-align: middle;
	color: #dc0067;
	font-weight: bold;
	font-size: 10px;
}

#topHeader #searchButton {
	vertical-align: middle;
}

/* @end */

/* @group BottomBlocks */

#bottomBlocks {
	padding-top: 10px;
	width: 800px;
}

#leftEmailSignUp {
	width: 150px;
	height: 200px;
	background-color: #F2F2F2;
}

#leftEmailContent {
	padding: 10px;
}

#leftEmailContent .inpText {
	padding: 0px;
	margin: 2px 0px;
	border-style: none;
	background-color: #fff;
	width: 120px;
	height: 16px;
	vertical-align: middle;
	color: #000;
	font-weight: bold;
	font-size: 10px;
}

input#sign_up {
	background-color: #251D23;
	color: #fff;
	font-weight: bold;
	border: none;
	margin-top: 10px;
}

input#sign_up:hover {
	background-color: #fff;
	color: #333;
	cursor: pointer;
}

#featuredLooks {
	width: 460px;
	height: 200px;
	background-color: #fff;
	float: left;
}

#featuredLooksContent {
	padding: 8px 0px 0px 10px;
}

#promoStreetLook {
	float: left;
	width: 150px;
	height: 200px;
}

#otherBlocks {
	float: right;
	width: 180px;
	height: 200px;
	background-color: #fff;
}
#otherBlocks .block a {
	text-decoration: underline;

}
#otherBlocks h2 {
	border-bottom: none;
}
#otherBlocks .block .blackText {
	font-size: 10px;
}

#blogBlock, #socialBlock {
	border-top: 2px solid #251D23;
	padding: 10px 10px 0px;
}


#otherBlocks img {
	vertical-align: middle;
	padding-right: 5px;
}

#otherBlocks ul {
	margin: 2px 0px;
	padding: 0px;
}

#otherBlocks li {
	list-style: none;
	margin: 0px

;
}

/* @end

*/


/* @end */

/* @group Flyout Menu */

/* @group Old */
/*
#menu {width: 155px; position:relative; margin-left: -10px;}
#menu #toplevel {
	width: 158px;
}
#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; padding:0px;}


#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#menu ul ul {
	position: absolute;
	left: -9999px;
	background: #251D23;
	padding: 0px;
}

#menu ul#toplevel {
	position: absolute;
	left: 0;
	top: 0;
}
#menu ul ul ul {
	border-top: 2px solid #dc0067;	
}
#menu #toplevel {
	width: 155px;
}

#menu a {
	display: block;
	color: #000;
	text-decoration: none;
	font: 16px Helvetica, Arial;
	line-height: 22px;
	padding:2px 20px 2px 10px;
}

#menu ul li:hover > ul {left:100%; margin-top:-32px; margin-left:-1px;}

#menu a:hover ul,
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {
	left: 100%;
}

#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {
	left: -9999px;
}
#menu a span {
	display: block;
	padding: 3px 15px 3px 5px;
}

#menu ul ul ul {
	border-top: 2px solid #dc0067;
}
#menu li:hover li a {
	border-top: 2px solid #251D23;
}
#menu ul ul ul a {
	font-size: 16px;
	margin-left: 0px;
}
#menu li a:hover {
	background-color: #000;
	color: #dc0067;
}
#menu li:hover > a {
	background-color: #000;
	color: #dc0067;
}
#menu li a.fly {
	background: url(anywidth/arrow.gif) no-repeat right top;
}
#menu li a.fly:hover {
	background: url(anywidth/arrow.gif) no-repeat right top;
	background-color: #251D23;
	color: #dc0067;
}
#menu li:hover > a.fly {
	background: #dc0067 url(anywidth/arrow.gif) no-repeat right top;
	background-color: #251D23;
	color: #dc0067;
	border-top: 2px solid #dc0067;
}
#menu li:hover li a {
	color: #666;
}
#menu li:hover li > a {
	color: #666;
}
#menu li:hover li a:hover {
	color: #fff;
}
#menu li:hover li > a:hover {
	color: #fff;

}
#menu table {
	position: absolute;
	left: 99%;
	height: 0;
	width: 0;
	border-collapse: collapse;
	margin-top: -28px;
	margin-left: -1px;
}
#menu td a {
	display: block;
	width: 100%;
}
#menu .blackText {
	color: #000;
	font-size: 20px;
}
#menu .blackText:hover {
	color: #dc0067;
}
*/

/* @end */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/latest-flyout.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width: 155px; position:relative; margin-left: -10px;}
.menu .toplevel {
	width: 158px;
}
.menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; padding:0px;}

.menu li {margin:0; padding:0; list-style:none;
display:inline;}
.menu ul ul {position:absolute; left:-9999px; background: #251D23;}.menu ul ul ul {
	border-top: 2px solid #dc0067;
	
}
.menu ul.toplevel {position:absolute; left:0; top:0;}

.menu a {
	display:block; 
	color: #666;
	text-decoration: none;
	font: 16px Helvetica, Arial; 
	line-height:22px; text-decoration:none;
	padding:2px 20px 2px 10px;
	width: auto;
	} 

.menu ul li:hover > ul {
	left:100%; margin-top:-28px;
	 margin-left:-1px;}

.menu a:hover ul,
.menu a:hover a:hover ul, 
.menu a:hover a:hover a:hover ul {left:100%;}
.menu a:hover ul ul, 
.menu a:hover a:hover ul ul {left:-9999px;}
.menu li a:hover {background:#000; color:#666;} 
.menu li:hover > a {background:#000; color:#fff;}
.menu li:hover li a {
	border-top: 2px solid #251D23;
}
.menu li a.fly {background: color:#dc0067;}
.menu li a.fly:hover {
	background:#000; 
	color:#dc0067;
	border-top: 2px solid #dc0067;
	} 
.menu li:hover > a.fly {background:#000; color:#dc0067;
border-top: 2px solid #dc0067;
	}
	
.menu li:hover > a.flyMain {
	background:#000; color:#dc0067;
}
.menu table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-4px; margin-left:-3px;}
.menu .blackText {
	color: #000;
	font-size: 20px;
}
.menu .blackText:hover {
	color: #dc0067;
}

/* @end */

/* @group Navigations */

#leftTopNav {
	margin: 0px;
	padding: 0px;
	height: 150px;
}
/*
#leftTopNav ul {
	margin: 0px;
	padding: 0px;
}

#leftTopNav li {
	list-style: none;
}

#leftTopNav a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 3px 5px;
	margin-left: -5px;
	width: 144px;
	font: 20px Helvetica, Arial;
}

#leftTopNav a:hover {
	background-color: #fff;
}
*/
#leftBottomNav {
	height: 131px;
}
#diy_nav {
	height: 130px;
}
#diy_nav a {
	color: #666666;
	font-size: 16px;
}
#diy_nav a:hover {
	color: #fff;
}
#leftBottomNav ul {
	margin: 0px;
	padding: 0px;
}

#leftBottomNav li {
	list-style: none;
}

#leftBottomNav a {
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 3px 5px;
	margin-left: -5px;
	width: 144px;
	font: 16px Helvetica, Arial;
}

#leftBottomNav a:hover {
	background-color: #dc0067;
	color: #fff;
}
#leftBottomNav.socialize a {
	font-size: 11px;
	
}
#leftBottomNav.socialize image {
	
}
#leftAccountInfo {
	margin: 10px 0px 0px;
	height: 140px;
}

#leftAccountInfo ul {
	margin: 5px 0px;
	padding: 0px;
}

#leftAccountInfo li {
	list-style: none;
}

#leftAccountInfo a {
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 2px 5px;
	margin-left: -5px;
	width: 144px;
	font: 14px Helvetica, Arial;
}

#leftAccountInfo a:hover {
	background-color: #dc0067;
	color: #fff;
}

/* @end */

/* @group Classes */

.blueText {
	color: #1EA4FE;
	font-weight: bold;
}

.blackText {
	color: #000;
}
.pinkTitle, a.pinkTitle, #dplLeftContent h3 a {
	text-decoration: none;
	color: #DC0067;
	font: 21px Helvetica, Arial;
	letter-spacing: -1px;
}

.blackLine {
	background-color: #000000;
	height: 2px;
	font-size: 0px;
}

.pinkLine {
	background-color: #dc0067;
	height: 2px;
	font-size: 0px;
}
.productPinkLine {
	background-color: #dc0067;
	height: 2px;
	font-size: 0px;
	margin: -14px 0px 20px 0px;
}
.product_detail .productPinkLine {
	margin:0px;
}

.greyLine {
	background-color: #CCC;
	height: 1px;
	font-size: 0px;
	overflow: hidden;
}

.leftTitle {
	padding: 10px 0px;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

#nydsBreadCrumbs, .breadcrumb {
	display: inline;
	margin-left: -5px;
	padding-bottom: 10px;
	font-size: 10px;
}
.breadcrumb a, #nydsBreadCrumbs a {
	color: #CCC;
	text-transform: uppercase;
	padding: 0px 10px;
	font-size: 10px;
}
.tabs.primary li {
	display: inline;
	padding-right: 20px;
}
.tabs.primary  {
	padding: 0px 20px;
	margin: 0px;
}
.content .node-body h3 {
	margin:0px;
	padding: 0px;
}
.content .node-body p {
	margin: 0px 0px 10px;
}

.rightImage {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
.leftImage {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* @end */

/* @group Page Specific */

#dplLeftContent {
	width: 590px;
	float: left;
}
#dplRightContent {
	width: 170px;
	padding-top: 30px;
	float: right;
}

#dplLeftContent div.submitted {
	font-size: 11px;
	color: #666;
	text-transform: uppercase;
}
#generalContentImage {
	float: right;
	display: inline;
	margin-left: 20px;

}


#blogHero {
	width: auto;
	padding: 10px 0px;
	
	
}
#slHero {
	width: auto;
	padding-top: 10px;
}
#streetLook #leftImage {
	width: 290px;
	overflow: hidden;
	float: left;
	
}
#streetLook #article {
	width: 150px;
	float: right;
	padding: 10px;
	background-color: #E6E6E6;
}
#streetLook #article h3 {
	padding-top: 0px;
	margin-top: 0px;
}
#streetLook #entries {
	width: 129px;
	float: right;
	border-left: #E6E6E6 solid 1px;
}
#streetLook h3 {
	margin:0px;
	font: 18px Helvetica, Arial;
	padding:5px;
}
#streetLook #entries ul  {
	padding: 0px;
	margin: 0px;
}
#streetLook #entries li {
	list-style: none;
	padding: 0px;
	border-bottom: #D1D1D1 solid 1px;
}
#streetLook #entries a {
	text-decoration: none;
	display: block;
	padding: 5px;
}
#streetLook #entries a:hover {
	background-color: #E6E6E6;
	color: #dc0067;
	
}
#comment-controls {
	display: none;
}


textarea#edit-comment.form-textarea.required, #edit-name, #edit-mail, #edit-homepage, #edit-mail-wrapper div.description {
	width: 153px;
}


#rightRSSFeed {
	padding: 0px 0px 10px 10px;
}
.blogEntry {
	margin-bottom: 30px;
}
.blogEntry h3 {
	margin-bottom: 0px;
}
.blogEntry .node-body {
	margin-top: 10px;
}
#topCommentsCount a {
	color: #aaa;
}
ul.tips {
	display: none;
}
#comment-form-1 p {
	display: none;
}
.links {
	padding: 10px 0px;
}
.links a, .links .active {
	color: #aaa;
}
.blog_entry .submitted {
	font-size: 11px;
	color: #666666;
	text-transform: uppercase;
}
#how_to_guide_right {
	width: 170px;
	overflow: hidden;
	float: right;
	padding-top: 40px;
}

#view_all {
	height: 20px;	
	text-align: right;
}

#how_to_guide_left {
	float: left;
	width: 570px;
}
#how_to_guide_left h1 {
	margin: 0px;
	padding: 0px;
	height: 40px;
	background: url(/images/how_to_details_title.jpg) no-repeat;
	padding: 60px 0px 0px 10px;
	color: #fff;
	font: 26px Helvetica, Arial;
	font-weight: normal;
	margin-top: 10px;
}

#how_to_callout {
	width: 150px;
	float: right;
	font-size: 16px;
	text-align: right;
	margin: 10px;
	color: #dc0067;
	font-style: italic;
}

#steps {
	min-height: 400px;
	background: #c7c9c8 url(/images/how_to_back.jpg) no-repeat;
}
.step {
	
}
.views-field-field-step-image-fid {
	width: 280px;
	padding: 2px;
	float: right;
	background: url(/images/back_stripe.gif) repeat;
}

#steps div.views-row {
	padding: 10px;
	font-size: 11px;
	background: url(/images/dotted_lines.gif) repeat-x 0 bottom;
	clear: both;
}
.view-footer p {
	padding: 0px;
	margin: 0px;
}
.views_row_sep {
	clear: both;
}
.views-field-title {
	color: #251D23;
	font-size: 18px;
}
#otherBlocks .views-field-title {
	font-size: 11px;
}
.views-field-created {
	padding-bottom: 3px;
}
.titleWithImage {
	width: 260px;
}

#materials {
	background-color: #D6EBFF;
	padding: 10px;
}
#styles {
	background-image: url(/images/options_back.jpg);
	padding: 10px;
}
#materials ul, #styles ol {
	margin: 0px;
	padding: 0px;
}
#materials li {
	list-style: none;
	margin-bottom: 10px;
}
#styles li {
	margin-bottom: 10px;
	margin-left: 15px;
}

#streetLook {
	width: 590px;
	clear: both;
}
/* @end */

/* @group Blocks */

.block {
	border-top: 2px solid #251D23;
	padding: 10px;
}

.block h2 {
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	margin-right: -10px;
}
.block ul {
	margin: 0px;
	padding: 0px;
}
.block li {
	border-bottom: 1px solid #ccc;
	list-style-type: none;
	margin: 5px;
	margin-right: -10px;
	padding: 5px;
	padding-bottom: 7px;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em; /* LTR */
  padding: 0;
  list-style: none;
  margin: 5px;
	margin-right: -10px;
	padding: 5px;
	padding-bottom: 7px;
}
.block a {
	text-decoration: none;
	font-weight: normal;
}


/* @end */

