a {
  color: white;
   text-decoration: none;
}
body {
	background: #000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#container {
	width: 1050px;
	margin: 0 auto
}
#inner-container {
	width: 100%;
	float: left
}
.clear {
	clear: both
}
header {
	text-align: left;
}
header .logo {
	padding: 10px 0 10px 0
}
nav {
	border-top: 5px solid #674287;
	text-align: right;
	padding:10px 0 50px 0;

}
nav a {
	color: #fff;
	text-decoration: none;
	background:#674287;	
	padding:15px;
	text-transform:uppercase;
	font-size:18px;

}
nav a:hover {
	color: #9676b5;
}
nav a.active {
	color: #000;
	background:#fff
}

nav a.first {
	border-bottom-left-radius:2em;
}
.white-div {
	background: #000;
	color: #fff;
	padding: 1em;
	margin-top: 2em;
	height: 100px;
	border: 1px solid #333
}
.float-left {
	float: left;
	margin: 0 20px 20px 0
}
.content {
	margin: 20px 0 20px 0;
	padding: 0 30px 0 30px;
}
h1 {
	margin: 0 !important;
}
h2 {
	padding: 0px !important;
	margin: 0 !important;
	font-size: 16px
}
.product-details h1, .product-details h2 {
}
.product-details .prd-img {
	float: left;
	width: 400px;
}
.product-details .prd-img img {
	width: 400px;
}
.product-details .prd-content {
	float: right;
	width: 580px;
	margin-left:10px;
}
.parent {
	display: table;
	float: left;
	width: 175px;
	height: 175px;
	border: 1px solid #333
}
.child {
	background: #000;
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}
.child img {
	max-width: 155px;
	max-height: 155px;
}
.product-list p {
	display: block;
	float:left;
	clear:both;
	text-align:center;
	margin:0;
	width:155px;
}

.product-list span {
	width:200px;
	float:left;
	margin:0 0 0 10px;
	font-size:120%
}

.product-main {
	display: inline-block;
	float: left;
	width: 405px;
	height: 210px;
	margin: 5px 15px 0 0;
	text-align: left
}
.product-list .first {
	margin-left: 40px !important
}

.product-list {margin-top:50px;}

#next, #previous {
	cursor: pointer
}
footer {
	background: #42275b;
	font-size: 11px;
	color: #fff;
	padding: 10px;
}
