/* Smartphones ----------- */


body {
	background: #e6e6e6;
	color: #393939;
	font-family: 'Helvetica', 'Arial';
	font-size: 18px;
	-webkit-font-smoothing: antialiased !important;	
	letter-spacing: 0px;
}
#menu {
	position: fixed;
	top: 50px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	text-align: center;
}
#menu a {
	color: #393939;
	text-decoration: none;	
}
#menu a:hover {
	color: #393939;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #393939;
}
#content {
	position: absolute;
	top: 130px;
	width: 80%;
	padding-bottom: 104px;
	margin-left: 10%;
	text-align: center;
}
.about { 
	display: inline-block;
	text-align: left;
	line-height: 28px;
	max-width: 800px;
}
.about li {
	list-style: decimal;
	padding-bottom: 5px;
}
.about .x {
	padding-top: 20px;
	list-style: none;
}
.wordcount {
	text-align: left;
	display: inline-block;
}
#content img {
	padding-bottom: 30px;
	padding-right: 30px;
}
#preloader {
	width: 52px;
	height: 52px;
	position: absolute;
	background: url('images/preloader.gif') no-repeat;
	margin-top: -26px;
	margin-left: -26px;
	top: 50%;
	left: 50%;
	z-index: 10000;
}
#thumb {
	width: 222px;
	height: 197px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 80px;
	display: inline-block;
	text-align: left;
}
.thumb_over {
    width: 160px;
    height: 231px;
    padding-top: 50px;
    padding-left:10px;
    background: #e6e6e6;
    z-index:10;
    position: absolute;
}


#logo {
/* Safari */
-webkit-transform: rotate(-90deg);
/* Firefox */
-moz-transform: rotate(-90deg);
/* IE */
-ms-transform: rotate(-90deg);
/* Opera */
-o-transform: rotate(-90deg);
/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
position: fixed;
left: 50px;
top: 50%;
}
#logo a {
	text-decoration: none;
}

#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 104px;
	background: url('images/bottom.png') repeat-x;
	z-index: 1000;
	text-align: center;
	}

	
#footer a {
	color: #393939;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #393939;
}
#footer a:hover {
	text-decoration: none;
	border-bottom: 0px;
	}

#top {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 146px;
	background: url('images/top.png') repeat-x;
	z-index: 1000;	
}

#search_form {
	width: 630px;
	position: absolute;
	left: 50%;
	margin-left: -315px;
	font-family: Helvetica, Arial;
	
}
#search_form input.required {
	border: 2px solid #393939;
	width: 500px;
	height: 46px;
	font-size: 16px;
	text-align: left;
	background: #e6e6e6;
	padding-left: 10px;
	font-family: Helvetica, Arial;
	}
#search_form input.required:focus {
	border: 2px solid #cccccc;
	background: #ccc;
	outline: 0;
	
}
	
#search_form input.go {
	float: right;
	top: 12px;
	position: relative;
	border:0;
	background: none;
	font-size: 16px;
	text-align: left;
	cursor: pointer;
	font-family: Helvetica, Arial;
	
}

#search_form input.go:hover {
	text-decoration: underline;
}

.impossible {
	height: 50px;
}
/*
.image {
	height: 231px;
	width: 158spx;
	position: absolute;
	left: 50%;
	margin-left: -149px;
}*/ 


#search_form label.error {
	position: relative;
	left: 0px;
	top: 80px;
}
	
	

#jcart {
	width: 630px;
	position: absolute;
	left: 50%;
	margin-left: -315px;
	z-index: 1000;
	
}
#jcart, a {
	color: #393939;
	
}
.item {
	border: 2px solid #393939;
}
.jcart-item-qty input {
	border: 2px solid #393939;
	background: #e6e6e6;
	width: 70px;
	height: 46px;
	font-family: Apercu;
	font-size: 18px;
	text-align: center;
	}
#jcart, a:hover {
	color: #393939;
	text-decoration: none;
	}
.jcart-item-qty {
	height: 108px;
	width: 160px;

}
.jcart-item-price {

	height: 108px;
	width: 70px;

}
.jcart-item-remove {

	height: 108px;
	width: 80px;
	text-align: center;
}
.jcart-item-remove a {
	color: red;
	text-decoration: none;
}
.jcart-item-remove a:hover {
	color: #393939;
}

#jcart-subtotal {
	left: 160px;
	position: relative;
	height: 108px;
	width: 200px;
	float: left;
	background: red;
}
.subtotal {
	padding: 0px;
	margin: 0px;
	height: 108px;
}
#jcart-subtotal-sum {
	left: 450px;
	position: relative;
	height: 108px;
	width: 100px;
	background: green;
}
#jcart-paypal {
	left: 150px;
	padding-top: 100px;
	position: relative;
	height: 108px;
	width: 400px;	
	background: red;
}
.jcart-item-name {
	height: 108px;
	width: 320px;
}
#jcart-tooltip {
	display:none;
	position:absolute;
	padding:3px 7px 3px 25px;
	background: 3px center no-repeat #fdfdfd;
	border: 1px solid #a6c9e2;
	z-index:9999;
	}
#jcart-empty {
	text-align: center;
}
fieldset {
	border: none;
}
#inpage {
	text-align: center;
	position: fixed;
	right: 30px;
	top: 50%;	
	width: 100px;
	height: 100px;
	margin-top: -50px;
}
#cart {
z-index: 1;
/* Safari */
-webkit-transform: rotate(-90deg);
/* Firefox */
-moz-transform: rotate(-90deg);
/* IE */
-ms-transform: rotate(-90deg);
/* Opera */
-o-transform: rotate(-90deg);
/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
position: absolute;
right: -5px;
bottom: 20px;
}
#submit-img {
	z-index: 1000000;
}
.hover {
	display: none;
}
.description {
	line-height: 28px;
	width: 95%;
	text-align: center;
	height: 200px;
	z-index: 1;
}

.pages {
height: 100px;
padding-top: 200px;
bottom: 0px;
	line-height: 28px;
	width: 95%;
	text-align: center;
	z-index: 1;
	clear: both;
}
.pages a.arrows {
	text-decoration: none;
	border: none;
	padding: 50px;
	font-size: 30px;
}
.pages a.arrows:hover {
	text-decoration: none;
	color: #e6e6e6;
}


.description span {
	display: block;
	margin-top: 120px;
	width: 100%;
	position: relative;
}

.screw {
width: 160px;
height: 231px;
display: block;
}



    	.word {
	    		width: 200px;
	    		margin-right: 20px;
	    		height: 50px;
	    		float: left;
	    		overflow: hidden;
    	}  	    
    	.no {
    		color: #cccccc;
    		float: left;    		
    		padding-right: 10px;
    		width: 30px;
    		height: 50px;
    		text-align: right;
    	}
    	.value {
	    	width: 160px;
	    	height: 50px;
	    	float: left;
	    	display: block;
	    	overflow: hidden;
    	}
