/*@font-CorporateS: 'CorporateSBoldMedium', Arial, Verdana, Helvetica, sans-serif;
@font-Arial: Arial, Verdana, Helvetica, sans-serif;
*/

 


/*--------------------------------------------- *
 | global settings
 *--------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
/* 	font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;  */
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-weight: normal;
	color: #000;
	height: 100%;
}

html {
	overflow-y: scroll !important;
	height: 100%;
}

.hidden {
	display: none; 
}

img{
	border: none;
}

.errorColor{
	color: #ff0000;
}

.bgShadow{
	/* shadow */			
	   -moz-box-shadow: 0px 0px 8px #666;
	-webkit-box-shadow: 0px 0px 8px #666;
	        box-shadow: 0px 0px 8px #666;
}


/*--------------------------------------------- *
 | links
 *--------------------------------------------- */
a{
	text-decoration: none;
	color: #999;
}

a:hover, .active  {
	text-decoration: none;
	color: #000;
}

a, .categoryNavi, .pagesNavi{
	color: #999;
}


/*--------------------------------------------- *
 | General Text settings
 *--------------------------------------------- */
h1 h2 {	
/* 	font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;  */
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}
h1{	font-size: 25px; line-height: 28px; margin-bottom: 4px; }
h2{	font-size: 15px; }
h3{	font-size: 12px; letter-spacing: 0px; }

.articleText p{
	font-family: 'Times New Roman', Times, Georgia, Times, serif;
	font-size: 12px;
	font-weight: normal;
}
.soldOutMsg{
	color: #dd0000;
	margin-top: -15px;
	margin-bottom: 15px;
}

.header {
	position:relative;
	width: 900px;
	background-color: #fff;
	top:0;
	z-index:200;
	
	margin-top: 43px;
	margin-left:-31px;
	padding-left:31px;
	padding-right:31px;
	padding-bottom:8px;
}
.header_top{
	height: 168px;
}
.item_price{

}
.old_price{
	float:left;
	margin-right:10px;
	text-decoration: line-through;
}
.sale_price{
	color:#ff0000;
	float: left;
}
.price_tax{
	font-size: 10px;
}

.topRow_orderdetail .old_price,
.topRow_orderdetail .sale_price{
	float:none;
	margin-right: 0px;
}

/*
.logo{
	height: 108px;
	float: left;
	width: 580px;
	position: relative;
	
}
.logo img{
	bottom: 0;
	position: absolute;
	max-width: 100%;
}*/



#logo{
	padding-top: 20px;
}
#logo span{
	font-family: "CorporateSBoldMedium", Arial, Verdana, Helvetica, sans-serif; 
	font-size: 40px;
	color: #000;
	position: relative;
	top: 10px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.wrapper {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: auto;
	min-height: 100%;
}

/*.bgWrapper {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 960px;
	height: auto;
	min-height: 100%;
	background-color: #fff;
	border:solid 1px #fff;
}*/
.bgWrapper {
	background-color: #fff;
	border:solid 1px #fff;
	position: fixed;
	top:0;
	bottom:0;
	left:50%;
	width: 960px;
	margin-left:-481px;
	z-index: -100;
}
	
#noCookies, .noscript{
	position: fixed;
	background-color: #000;
	color: #fff;
	z-index: 300;
	padding: 2px 10px 2px 10px;
	top: 0;
}


/*--------------------------------------------- *
 | buttons
 *--------------------------------------------- */


.button, .soldOutButton{
	color: #FFF;
	background-color: #000;
	
 	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	padding: 4px 0px 0px 0px;
	margin: 0;
	white-space: nowrap;
	text-decoration: none;
	
	width: 94px;
	height: 20px;
	display:inline-block;
	text-align:center;
	margin-top: 2px;
}



.button:hover {
	color: #0a0a0a;
	background-color: #eee;
	text-decoration:none;
}

.activeButton {
	color: #0a0a0a !important;
	background-color: #eee !important;
	text-decoration:none;
}

.whiteButton {
	color: #0a0a0a;
	background-color: #ccc;
}

.soldOutButton {
	color: #000;
	background-color: transparent;
 	font-size: 12px;
	display:inline;
	text-transform: uppercase;
}



/*--------------------------------------------- *
 | Main navi
 *--------------------------------------------- */	
.mainNavi { 
 	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	min-height: 15px;
	margin-top: 22px;
	margin-bottom: 10px;
	
	border-bottom: solid 1px #ccc; 
	padding-bottom: 5px;
}
.mainNavi .mainNaviItem { 
	margin-right: 18px;
	text-decoration: none;
	/* font-weight:bold; */
}
.mainNaviLine{
	border-top: solid 1px #ccc; 
	margin-bottom: 10px;
}	

.mainNavi_left{
	float:left;
	width: 640px;
	white-space: nowrap;
	overflow: hidden;
}

.mainNavi_right{
	float:right;
	width: 250px;
}

.mainNavi_right .button{
	float:right;
	margin-top: -4px;
}

/* big main navi */
.mainNavi.big { 
	font-size: 42px;
	margin-top: 5px;
	margin-bottom: 10px;
	letter-spacing: -1px;
	line-height: 45px;
	
	border-bottom: none; 
	padding-bottom: 0;
}
.mainNavi.big .mainNaviItem { 
	margin-right: 10px;
	text-decoration: none;
	white-space: nowrap;
	/* font-weight:bold; */
}


/*--------------------------------------------- *
 | TextPage sub navi (with footer items)
 *--------------------------------------------- */	
.textPageSubNavi { 
	font-size: 13px;
	height: 20px;
	margin-top: 15px;
	margin-bottom: -5px;
	white-space: nowrap;
}
.textPageSubNavi a { 
	margin-right: 18px;
	text-decoration: none;
}




/*--------------------------------------------- *
 | Top box: is the fixed box with the page title and the checkout button
 *--------------------------------------------- */	
#topBox .bg{
	position: fixed;
	width: 100%;
	top:0;
	left: 0;
	background-color: #f8f8f8;
	height: 42px;
	border-bottom: dotted 1px #999;
	z-index: 250;
}
#topBox .container{
	position: fixed;
	top:0;
	z-index: 251;
	height: 42px;
	width: 900px;
	line-height: 42px;
	font-size: 14px;
}
#topBox .facebook{
	margin-top: 12px;
	font-size: 12px;
	height: 22px;
}
#topBox .total{
	float: right; 
	font-size: 12px;
	margin-right: 15px;
	color: #666;
}
#topBox .checkoutBtn{
	float: right;
}
#topBox .smallText{
	font-size: 10px;
}
#topBox .headerText{
	float:left;
	max-width: 460px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right:15px;
}
#topBox .headerText a{
	color: #000;
}


/*--------------------------------------------- *
 | Top row: Header image, shopping details and category navi
 *--------------------------------------------- */	
.topRow { 
	width: 900px;
	padding-top: 0px;
	position: relative;
	
	margin-bottom:15px;
}	

.topRow_left { 
	float: left;
	width: 152px;
	height: 400px;
	/*min-height: 400px;*/
	margin-bottom: 0px;
	position: relative; 
}
.topRow_left .addthis_button{
	margin-top: 5px;
} 

.topRow_left .gradientBtn{
	min-width: 85px;
	text-align: center;
}

.topRow_right { 
	height: 400px;
	/*min-height: 400px;*/
	/*width: 684px;*/
	width: 731px;
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}

.topRow_orderdetail{
	position: absolute; 
	bottom: 10px;
}

/*
h1{	font-size: 25px; line-height: 28px; margin-bottom: 4px; }
h2{	font-size: 15px; }
h3{	font-size: 12px; letter-spacing: 0px; }
*/



.topRow_text { 
/*  	font-family: 'CorporateSBoldMedium', Arial, Verdana, Helvetica, sans-serif; */
	font-size: 16px;
	line-height: 18px;
	color: #666;
	font-weight: normal;
	width: 650px;
	padding-bottom: 15px;
}



.topRow_text h2 { 
 	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#000;
	text-transform: uppercase;
	padding: 25px 0 10px 0;
}




/*--------------------------------------------- *
 | scroll to top button
 *--------------------------------------------- */	
.scrollTopLink { 
 	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
}



/*--------------------------------------------- *
 | page navigation (items on a page)
 *--------------------------------------------- */	
.pagesNavi { 
 	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	height: 22px;
	float:right;
}

.pagesNavi a { 
	text-decoration:none;
}

.pagesNavi a:hover {

}
.pagesNavi a.active {

}




/*--------------------------------------------- *
 | category navigation (items in a category)
 *--------------------------------------------- */	
.categoryNavi { 
 	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	margin-bottom:15px;
	padding: 0px 0px 0px 0px;
	height: 15px;
	float:left;
}

.categoryNavi .active { 
	color: #000;
	font-weight: bold;
}

.categoryNavi a { 
	text-decoration:none;
}

.categoryNavi a:hover {
	text-decoration: underline;
}

.header .categoryNavi{
	float: none;
	border-bottom: solid 1px #ccc; 
	padding-bottom: 5px;
	margin-bottom: -2px;
	margin-top: 22px;
}

/*--------------------------------------------- *
 | Inner Grid background image
 *--------------------------------------------- */	
.dotted_3columns {
	background: url(../images/dotted_3columns.gif);
}



/*-------------------------------------------------
Article
-------------------------------------------------*/

.shop_article { 
	padding: 0px 32px 40px 32px;
	margin-top: 0px;
	width: 235px;
	float: left;
}
.shop_content {
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
	margin-top: 7px;
}
.shop_thumb {
	width: 235px;
	height: 235px;
	position: relative;
}
.shop_thumb img {
	position: absolute;
	bottom: 0;
}
.thankyouButton a:hover {
	color: #999;
	text-decoration: underline;
}


/*-------------------------------------------------
Categories (Special teaser on landing page)
-------------------------------------------------*/

.shop_categories {
	margin-bottom: 28px;
}

.shop_category {	
	color: #333;
	font-weight: normal;
	float: left;
	margin-right: 4px;
	margin-top: 4px;
}
.shop_category a{
	color: #333;
	text-decoration: none;
}
.category_thumb {
	width: 221px;
	min-height: 190px;
	position: relative;
}
.category_title {
	width: 221px;
	height: 30px;
	line-height: 30px;
	bottom: 0;
	position: relative;
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}		
		
.category_text {
	width: 221px;
	height: 220px;
	position: relative;
	font-size: 32px;
	display:table;
	text-align: center;
	text-transform: uppercase;
}
.category_text .category_textLink {
	width: 100%;
	height:100%;
	display: table-cell; 
	vertical-align:middle;
}
.category_text .category_textLink .category_textBlock{
	width: 171px;
	padding: 10px;
	margin: 10px;
	overflow: hidden;
}


/*--------------------------------------------- *
 | Basket
 *--------------------------------------------- */
#basket {
	float: right;
	margin-top: 43px;
}

.shop_basket {
 	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: white;
	background: black;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	width: 280px;
	padding: 20px 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	float: right; 
}


.shop_basket a {
	color: white;
	text-decoration: none;
}

.shop_basket_items {
	color: #ccc;
	float: right;
}

 
.basket_footer {
	font-size: 13px; 
	padding-left: 10px; 
	float: right;
	vertical-align: middle;
}

.basket_conditions {
	font-size: 13px; 
	padding-left: 10px; 
	text-align: right;
	margin-top: -25px;
}

.basket_conditions input {
	border: solid 1px #000;
	margin: 0px 10px 0px 10px;
}



/*--------------------------------------------- *
 | Detail images/thumbs
 *--------------------------------------------- */

#detailImage{
	height: 400px;
	/*min-height: 400px;*/
	width: 610px;
	float: right;
	position: relative;
}

#detailImage>a{
	height: 400px;
	width: 610px;
	float: right;
	position: relative;
}

#detailImageImg{
	max-height: 400px;
	/*max-height: 600px;*/
	max-width: 610px;
}

/*
#detailImage>a:hover #detailImageImg{
	margin-left: 10px;
	border:solid 1px #00ffff;
}*/
#detailImage .zoomWindow{
	left: -1px !important;
	top: -1px !important;
}

#detailImage .zoomWrapperTitle{
	background:#000;
	color:#FFF;
}
#detailThumbs{
	width: 107px;
	float: right;
}

.detailThumb{
	float: right;
	clear: right;
	margin-bottom: 2px;
	max-width: 87px;
}
.detailsText{
	max-height:160px;
	overflow:auto;
	font-size: 12px;
}
.detailsDescription{
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin-top: 36px;
	margin-bottom: 60px;
	padding-top: 45px;
	padding-bottom: 25px;
}
.detailsDescription .detailsDescriptionTxt{
	color: #999;
	margin-top: 11px;
	width: 620px;
	/*line-height: 17px;*/
}
.detailsDescription .detailsDescriptionBtn{
	float: right;
	margin-top: -16px;
}

.zoomCorner{
	position: absolute;
	left: -1px;
	bottom: -1px;
	z-index: 100;
	
	width: 54px;
	height: 46px;
	background-image: url(http://www.neueshop.com/themes/01/images/zoomCorner.png);
}

/*--------------------------------------------- *
 | ADD THIS
 *--------------------------------------------- */
.addthis {
	float: right;
	margin-top: 250px;
	margin-right: 35px;
}


/*-------------------------------------------------
Footer
-------------------------------------------------*/

#footer {
 	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	height: 180px;
	
	margin-top: 50px;
	padding-top: 18px;
	border-top: solid 1px #ccc;
}

#footer .lanNavi {
	float: right;
}
#footer .pagesNavi {
	float: right;
	margin-top:30px;
}


#footer a{
	color: #999;
	text-decoration: none;
}
#footer a:hover{
	color: #000;
	text-decoration: underline;
}
#footer a.active{
	color: #000;
}

#footer h2{
	color: #000;
	margin-bottom: 16px;
	font-weight: normal;
	font-size: 12px;
}
#footer .footerContent{
	color: #999;
	line-height: 14px;
	top: 20px;

}
#footer .block{
	float:left;
	margin-right: 20;
	width: 150px;
}
#footer .rightBlock{
	float:right;
	width: 295px;
}
#footer .veriSignLogo{
	float: right;
	margin-top: 8px;
	margin-right: -3px;
	width: 350px;
}


#footer .copyright {
	float: left;
	margin: 18px 0 10px 0 !important;
}
#footer .copyright img{
	margin-bottom: 8px;
}
#footer .copyright .footerLogo{
 	float: left;
 	margin-right: 10px;
}

#footer .copyright a{
	color: #000 !important;
	text-decoration: none;
}






/** 
 newsletter form 
 */
 
#newsletterForm{
	margin-top: -10px;
}
.submitBtnInput{
	float: left;
	border-right: none;
	height: 16px;
	line-height: 16px;
	width: 215px;
	padding: 0 4px 0px 4px;
	
	height: 18px;
	border-top:solid 1px #666;
	border-left:solid 1px #666;
	border-bottom:solid 1px #ddd;
	border-right:none;
	
	/* rounded corners */
	   -moz-border-radius: 4px 0 0 4px; 
	-webkit-border-radius: 4px 0 0 4px; 
	        border-radius: 4px 0 0 4px; 
	
	/* shadow */			
	   -moz-box-shadow: inset 1px 1px 3px #ccc; 
	-webkit-box-shadow: inset 1px 1px 3px #ccc; 
	        box-shadow: inset 1px 1px 3px #ccc; 
}
.submitBtn{
	float: left;
	
	width: 68px;
	height: 20px;
	line-height: 18px;
	font-size: 12px !important;
	padding: 0px 8px 4px 6px !important;
	
	/* shadow */			
	   -moz-box-shadow: none; 
	-webkit-box-shadow: none; 
	        box-shadow: none; 
	        
	/* rounded corners */
	   -moz-border-radius: 0 4px 4px 0 !important; 
	-webkit-border-radius: 0 4px 4px 0 !important; 
	        border-radius: 0 4px 4px 0 !important; 
	
}