/*@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;
}

.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: underline;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

.active { 
	color: #ccc;
}


/*--------------------------------------------- *
 | 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; }
h2{	font-size: 15px; }
h3{	font-size: 13px; }

.articleText {
	#font-family: Georgia, Times;
	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 {
	height: 213px;
	position:fixed;
	width: 900px;
	background-color: #fff;
	top:0;
	z-index:200;
	
	margin-left:-31px;
	padding-left:31px;
	padding-right:31px;
	padding-bottom:2px;
}
.header_top{
	height: 168px;
}

.logo{
	height: 108px;
	float: left;
	width: 580px;
	position: relative;
	
}
.logo img{
	bottom: 0;
	position: absolute;
}

.wrapper {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	#padding: 0;
	#padding-bottom: 30px;
	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: #FFF;
	background-color: #FF0000;
}



/*--------------------------------------------- *
 | Main navi
 *--------------------------------------------- */	
.mainNavi { 
 	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	height: 28px;
}
.mainNavi .mainNaviItem { 
	margin-right: 18px;
	text-decoration: none;
	/* font-weight:bold; */
}
.mainNaviLine{
	border-top: solid 1px #000; 
	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;
}

.mainNavi_right .facebook{
	float:left;
	width: 150px;
	text-align: right;
	margin-top: -2px;
}


/*--------------------------------------------- *
 | Top row: Header image, shopping details and category navi
 *--------------------------------------------- */	
.topRow { 
	width: 900px;
	/*margin-top: 205px;
	padding-top: 10px;*/
	padding-top: 215px;
}	

.topRow_left { 
	float: left;
	width: 152px;
	height: 400px;
	margin-bottom: 0px;
	position: relative; 
}

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

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


.topRow_text { 
/*  	font-family: 'CorporateSBoldMedium', Arial, Verdana, Helvetica, sans-serif; */
	font-size: 16px;
	#line-height: 17px;
	line-height: 19px;
	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;
}



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

.pagesNavi a { 
	text-decoration:none;
}

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




/*--------------------------------------------- *
 | category navigation (items in a category)
 *--------------------------------------------- */	
.categoryNavi { 
 	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	margin-top:20px;
	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;
}


/*--------------------------------------------- *
 | 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;
}


/*-------------------------------------------------
Categories
-------------------------------------------------*/

.shop_categories {
	margin-top: 10px;
	margin-bottom: 28px;
}

.shop_category {	
	color: #ccc;
	background-color: #000;
	text-align: center;
	text-transform: uppercase;
	#font-family: 'CorporateALightItalicMedium', Georgia, Times;
	font-family: 'Times New Roman', Times, Georgia, Times, serif;
	font-weight: normal;
	float: left;
	margin-right: 4px;
	#margin-bottom: 4px;
	margin-top: 4px;
}
.shop_category a{
	color: #ccc;
	text-decoration: none;
}
.category_thumb {
	width: 221px;
	height: 258px;
	position: relative;
}
.category_title {
	width: 221px;
	height: 30px;
	line-height: 30px;
	bottom: 0;
	position: relative;
	font-size: 18px;
	text-transform: capitalize;
}		
		
.category_text {
	width: 221px;
	height: 288px;
	position: relative;
	font-size: 32px;
	display:table;
}
.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;
	width: 610px;
	float: right;
	margin-right: 20px;
}

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

#detailThumbs{
	width: 87px;
	float: right;
}

.detailThumb{
	float: right;
	margin-bottom: 2px;
}
.detailsText{
	max-height:150px;
	overflow:auto;
}

/*--------------------------------------------- *
 | 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: 13px;
	#margin-bottom: 65px;
	height: 145px;
}


#footer .copyright {
	float: left;
	margin-top:30px;
}

#footer .copyright img{
	margin-bottom:5px;
}

#footer .copyright a {
	text-decoration: none;
}

#footer .copyright a:hover {
	#text-decoration: underline;
}

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



/*--------------------------------------------- *
 | IE fixes
 *--------------------------------------------- */
.iespace {
	display: none;
}
h1.no_wrap {
	width: 520px;
}


/*--------------------------------------------- *
 | Bug fixes
 *--------------------------------------------- */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
	display: inline-block;
}

/* Hides from IE-mac \*/
/*
* html .clear { height: 1%; }
.clear { display: block; }
*/
/* End hide from IE-mac */