/*------Structure--------*/
body {
	text-align: center;
}

#wrapper-body {
	width: auto;
}

#wrapper-content{
	position: relative;
	width: 800px;
	text-align: left;	
	margin: 0px auto;
	padding: 10px;
}

.wrapper-center {
	text-align: center;
}

.vcenter {
	position: relative;
	top: 168px;	
}

/*-------------Type------------------*/
body {
	font: normal normal 10pt/11.5pt 'Verdana';
}

/*----------------- Links -----------------*/
a img {
	border: none;
}

/*--------------------Spacers -------------*/
.clear-bottom {
	display: block;
	width: 1px;
	clear: both;
}
/*--------------- Forms ------------------*/
form {
	margin: 20px auto;
}

form fieldset {
	width: 300px;
	padding: 5px;
	margin: 0 0 20px;
}

form ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

form li {
	margin: 5px;
}

form label {
	width: 75px;
	display: inline-block;
	padding: 0 3px;
	font-size: 7pt;
}

form input {
	font-family: 'Arial';
}

form input[type='submit'] {
	float: right;
}

#signin-form {
	width: 250px;
}

#signin-form input {
	float: none;
}

#signin-form span {
	font-size: 8pt;
}
/*------------------Home Page -------------*/
#logo-large {
	position: absolute;
	top: 178px;
	left: 304px;
}

#home-menu {
	position: absolute;
	top: 407px;
	left: 104px;
}

/*--------------Header ----------------*/
#logo {
	float: left;
}
/*------------------------User Menu ------------*/
#user-menu {
	float: right;
}

#user-menu ul {
	list-style: none;
}

#user-menu li {
	display: inline;
	padding: 1px 3px;
	font-size: 7pt;
}
/*---------------Shopping-----------------*/
.aisle ol {
	list-style: none;
	margin-left: 0;
	text-indent: 0;
}

.aisle li {
	position: relative;
	width: 95%;
	margin: 0 auto 50px;
}

.aisle li img{
	margin: 5px;
}

.aisle li a {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	border: solid 2px #ffffff;
}

.aisle li a:hover {
	border: solid 2px #c0c0c0;
}

.aisle li a .desc{
	margin: 0 auto 15px;
}

.aisle li a .top{
	position: relative;
	float: left;
	top: 35px;
	left: 75px;
}

.aisle li a .left{
	position: relative;
	float: left;
	top: 100px;
	left: 50px;
}

.aisle li a .right{
	float: right;
}

.aisle li a .samples .front {
	/*position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;*/
}

.aisle li a .samples .back {
	position: absolute;
	top: 100px;
	left: 0px;
	z-index: -100;
}

.aisle li a .bottom {
	width: 100%;
	/*height: 350px;*/
}

/*----------------Item-------------*/
.item .pd-image{
	/*float: left;*/
	width: 325px !important;
	width: 350px;
}

.item .pd-image div{
	/*float: right;
	text-align: center;
	overflow: hidden;*/
}

.item .pd-desc {
	/*float: left;*/
	width: 350px !important;	
	width: 375px;
	padding: 0 25px;
}

table {
	width: 90%;
	font-size: 10pt;
	border-collapse: collapse;
	border: solid 1px #e0e0e0;
	padding: 10px;
}

table .table-header {
	border: none;
}

table th {
	font-size: 8pt;
	padding: 5px 0;
}

table td {
	text-align: center;
	padding: 10px;
	border: solid 1px #c0c0c0;
}

table td label {
	cursor: pointer;
}

table .left-align {
	width: 400px;
	text-align: left;
}

.add-button input {
	float: right;
	vertical-align:middle;
}

.total-text td, .tax-text td, .ship-text td {
	text-align: right;
	padding: 5px 3px;
	border: none;
	background-color: #e0e0e0;
}

.tax-text td, .ship-text td {
  font-size: .65em;
  border: none;
  padding: 3px 3px;
}

.cart-checkout {
	display: block;
	width: 90%;
	text-align: right;
	margin: 10px;
}

.cart-checkout input {
	display: block;
	float: right;
	padding: 3px 13px;
}

#cart-review {
	width: 500px;
	background-color: #ececec;
	margin-bottom: 15px;
}

#cart-review tr {
	border-bottom: solid 1px #ffffff;
}

#cart-review td {
	border:none;
}

#cart-review .left-align {
	width: 300px;
	font-size: 8pt;
}

#cart-review .left-align h5 {
	margin: 2px;
}

#cart-review .qty {
	
}

#btnCheckout {
  width: 145px;
  height: 42px;
  font-size: 12pt;
  font-weight: bold;
  color: #336699;
}

/*----------------Footer--------------*/
#logo-bottom {
	float: right;
}

/*-----------------------Testing--------------------*/