  
html {	
	height:100%;
	}

body {
    color: #555;
    font:normal 13px/17px  "Lucida Sans Unicode", "Trebuchet MS", Arial, Verdana, sans-serif;	
	background-color: #fff;    
	height:100%;
    }  
    
/**** noscript ****/
#noscript {
	display: none;
	background-color: #FCFCC2;
	padding: 10px;
	}    
    
/**** ajax ****/	
#mask {
	background-color: #777;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	margin-left: -15px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	display: none;

	_width: 900px;
	_height: 600px;
	}
	
#ajax-loader {
	position: absolute;
	top: 100px;
	left: 192px;
	display: block;
	}	
	
#closeModal {
	cursor: pointer;
	}	
	
#ajax-content {
	position: absolute;
	top: 20px;
	left: 10px;
	}	
	    
#wrapper {
	margin: 0 20px 30px 145px;
	height:100; 
	}    
	
#topMenu, #footer, .limitedWidth, #collection, #category, #product {
	width: 960px;
	}
		
#cart {
	margin-top: 15px;
	float: left;
	width: 660px;
	}	
	
	
#footer, #topMenu, #content {
	position: relative;
	}	 

.productBox a {
	color: #444;
	}	
	
#footer a:hover, #topMenu a:hover, .productBox a:hover, #collection .viewMore a:hover,  #product .price {
	color: #e31e5c;
	}	
	
.icon-pinkstix {
	background: url(../images/logo.gif) no-repeat center 20px;
	width: 135px;
	height: 70px;
	vertical-align:middle;
	}	
	
.icon-pinkstix span {
	display: none;
	}	

/* social network */
.facebookLogo {
	background: url(../images/socialNetworkLogos.gif) no-repeat;
	width: 115px;
	height: 36px;
	vertical-align: middle;
	display:-moz-inline-box; 
	display:inline-block;
	}
	
.facebookLogo span {
	display: none;
	}		

/******** Side Menu *******/
#sideMenu {
	height: auto;
	/*padding: 15px 0 10px 0;*/
	padding: 15px 0 0 0;
	/*background: #e31e5c url(../images/logo.gif) no-repeat center 20px;*/
	background-color: #e31e5c;
	color: #fff;
	position: fixed;
	top: 0;
	left: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	z-index: 1;
	width: 135px;
	
	_postion: relative;
	_float: left;
	_left: -20px;
	}
	
#sideMenu ul {
	list-style: none;
	padding-bottom: 10px;
	}
	
#sideMenu li {
	display: block;
	padding: 4px 10px;	
	position: relative;
	line-height: 1em;
	}	
	
#sideMenu .hr {
	background: url(../images/bg.gif) repeat-x center left;
	padding: 0;
	margin: 0 10px;
	}
	
#sideMenu a {
	color: #fff;
	display: block;
	}
	
#sideMenu  li:hover {
	cursor: pointer;
	}
	
#sideMenu  li:hover, 
#sideMenu a:hover {
	color: #414040;
	text-shadow: 0px 1px 1px #a8a5a5;
	}	
	
#sideMenu .subMenu {
	display: none;
	position: absolute;
	left: 130px;
	top: 0px;
	width: 180px;
	background-color: #e31e5c;
	padding: 6px 0;
	border: 1px solid #fff;
	-moz-box-shadow: 3px 3px 3px #937881; 
	-webkit-box-shadow: 3px 3px 3px #937881;
	box-shadow: 3px 3px 3px #937881;
	}	
	

/******** Top Menu *******/
#topMenuWrapper {
	background: #fff;
		}
	
#topMenu {
	font-size: 0.85em;
	color: #555;
	font-family:  Tahoma, Geneva, sans-serif;
	text-align: right;
	margin-bottom: 5px;
	}
	
#topMenu a {
	color: #555;
	font-weight: bold;
	}	

/***** CONTENT *****/
#scontents, #report {
	margin-top: 15px;
	margin-bottom: 20px;
	}
	
/******** Footer *******/

	
.footerWrapper {
	background:#fff;
	position:fixed;
	bottom: 0px;
	width: 100%;
	}
	
#footer {
	font-size: 0.8em;
	color: #777;
	margin-top: 20px;
	text-align: right;
	}
	
#footer a {
	color: #777;
	}	
	
/** Category **/
#category {
	clear: both;
	margin: 20px 0 80px 0;
	}	
	
#collection .categoryName {
	width: 950px;
	border-bottom: 6px double;
	clear: both;
	color: #999;
	margin: 20px 0 5px 0;
	line-height: 30px;	
	}
		
#collection h3 {	
	font-size: 30px; 
	float: left;
	width: 600px;
	font-family:  bebas, arial, sans-serif;
	}	
	
#collection .viewMore {
	float: right;
	width: 200px;
	text-align: right;
	font-weight: bold;	
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	margin-top: 16px;
	}	
	
#collection .viewMore a {
	color: #999;
	}
	
	
.productBox {
	float: left;	
	margin: 0 10px 10px 0;
	position: relative;
	width: 150px;
	line-height: 1em;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1em;
	color: #777;
	}	
	
.productBox img {
	width: 150px;
	border: 1px solid #eee;
	-moz-box-shadow: 1px 1px 10px #ccc; /* Firefox */
	-webkit-box-shadow: 1px 1px 10px #ccc; /* Safari and Chrome */
	box-shadow: 1px 1px 10px #ccc;
	clear: both;
	}	
	
.productBox .thumbnail {
	position: relative;
	}	
	
.productBox .new {
	position: absolute;
	top: 10px;
	right: 0;
	padding: 1px 8px 1px 5px;
	color: #fff;
	background-color: #e31e5c;
	font-family:  Tahoma, Geneva, sans-serif; 
	font-size: 0.8em;
	font-weight: bold;
	opacity: 0.6;
	}	
	
.productBox h4 {
	margin: 3px 0 0 0;
	padding: 0;
	font-weight: normal;
	font-size: 
	}
	
.productBox p {
	margin: 0;
	}
	
.productBox .price {
	font-weight: bold;
	font-size: 0.9em;
	}

	
/***** PRODUCT *****/
#product-column1 {
	float: left;
	width: 355px;
	margin-right: 20px;
	}
	
#product-column2 {
	float: left;
	width: 430px;
	overflow: hidden;
	position: relative;
	}	
	
#product-image {
	border: 1px solid #dfdfdf;
	width: 350px;
	overflow: hidden;
	}
		
.product-thumbnail {
	border: 1px solid #dfdfdf;
	margin-right: 1px;
	}	
	
#product .new {
	margin-left: 10px;
	vertical-align: middle;
	padding: 2px 10px;
	font-size: 0.5em;
	background-color: #aaa;
	color: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family:  Tahoma, Geneva, sans-serif; 	
	}	
	
#product .code {
	color: #999;
	}	
	
#product .price {
	font-size: 1.2em;
	}	
	
#product .optionTitle {
	margin: 15px 0 5px 0;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: #777;
	border-bottom: 1px dotted #888;
	}
	
#product ol, #product ul {
	margin-left: 20px;
	}	
	
#quantity {
	width: 50px;
	}	
	
.facebookLike {
	margin-top: 15px;
	background-color: #efefef;
	padding: 4px 10px 2px 10px;
	*background-color: #fff;
	}
	
#product-message {
	background-color: #777;
	padding: 20px;
	width: 240px;
	color: #fff;
	border: 1px solid #555;
	_width: 300px;
	}	

/****** CART *****/
#cart-head {
	background-color: #eee;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	}
	
#cart-table th {
	padding: 2px 10px;
	font-weight: normal;
	vertical-align: top; 
	}
	
#cart-table td {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px; 
	}
	
#cart-body tr {
	border-bottom: 1px solid #ccc;
	}	
	
#cart-body tr.noborder {
	border: none;
	}	
	
#cart-head-total, #cart-head-price {
	text-align: right;
	}

.cart-thumbnail {
	padding: 10px 0;
	width: 77px;
	}	
	
.cart-thumbnail img {
	border: 1px solid #eee;
	}	
	
.cart-item {
	width: 200px;
	padding: 10px;
	}	
	
.cart-total, .cart-price {
	text-align: right;
	width: 130px;
	padding: 10px;
	}
	
#cart-buttons div {
	margin-left: 20px;
	float: right;
	}	
	
/**** LOGIN FORM *****/
.callout {
	width: 250px;
	margin-top: 32px;
	float: left;
	border: 3px solid #eee;
}
	
#loginForm {
	padding: 0 15px;
	}
	
/**** CHECK OUT ****/
#checkout {
	margin-top: 15px;
	width: 660px;
	}	

.checkoutBox {
	margin-top: 10px;
	width: 650px;
	}
	
.checkoutBox h4 {
	background-color: #777;
	padding: 5px 10px;
	margin: 0;
	border: 1px solid #fff;
	color: #fff;
	}	
	
.checkoutBox h4.active {
	background-color: #f7f09d;
	color: #555;
	}	
	
.checkoutBox h4.inactive {
	background-color: #333;
	color: #fff;
	}	
	
.checkout-title {
	font-weight: bold;
	font-size: 1em;
	border-bottom: 1px solid;
	margin: 15px 0 8px 0;
	}	
	
.checkoutStep, .checkoutStepGrey {
	background-color: #fffbde;	
	padding: 10px;
	border-bottom: 1px solid #fff;
	}
	
.checkoutStepGrey {
	background-color: #eee;
	}	
	
/** Supersize js css */	
/*#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../images/progress.gif) no-repeat center center;}*/
#supersized { position:fixed; left:0; top:20px; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img{ width:auto; height:auto; position:relative; outline:none; border:none; }
#supersized a { z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; display:block; }
/*#supersized a.image-loading { background:url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }*/	
	

