::selection {
	background: #000;
	color: #fff;
}
::-moz-selection {
	background: #000;
	color: #fff;
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
html {
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}
a {text-decoration:none; cursor:pointer;text-decoration:none; }
body {
	margin: 0px;
	padding: 0px;
	background-color: #eee;
	background-image: url(../images/base/bg.png);
	background-repeat: repeat;
}
p {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 12px;
}
li {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size: 12px;
}
#wrapper {
	width: 900px;
	height: auto;
	margin: 0 auto;
	background: #fff;
	position: relative;
	box-shadow: 0px 1px 5px 2px rgba(153, 153, 153, 0.6);
	-moz-box-shadow: 0px 1px 5px 2px rgba(153, 153, 153, 0.6);
	-webkit-box-shadow: 0px 1px 5px 2px rgba(153, 153, 153, 0.6);
}
#logo {
	background: #fff;
	padding: 10px;
}
#tagline {
	position: absolute;
	top: 100px;
	right: 30px;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size: 15px;
	color: #333;
}
.nav {
	width: 900px;
	height: 40px;
	background: #152B42;
	background-image: url(../images/base/all-grad.png);
	border-bottom: 5px solid #fff;
}
.slider-wrapper {
	width: 900px;
	height: 365px;
}
.newarrivals {
	width: 860px;
	height: 190px;
	padding: 0 20px;
}
.newarrivals .title-block {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #111;
	text-transform: uppercase;
	padding: 10px 0;
	margin-bottom: 20px;
}
.newarrivals .col1 {
	float: left;
}
.newarrivals .col2 {
	float: right;
}
.newarrivals ul.slides li {
	padding: 5px;
	border: 1px solid #ccc;
	margin-right: 5px;
}
.footer {
	width: 880px;
	background: #152b42;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 10px;
}
.clear {
	clear: both;
}
.detail_row {
	width: 100%;
	display:block;
	margin-bottom: 20px;
}
#imagescontainer {
	width: 332px;
	height: auto;
	position: relative;
	float: left;
	overflow: hidden;
}
.preview .slides {
	border: 1px solid #aaa;
	padding: 15px;
}
.thumbnails {
	width: 332px;
}
.thumbnails ul.slides li {
	padding: 3px;
	margin-bottom: 3px;
	border: 1px solid #bbb;
	margin-right: 4px;
	opacity: 0.8;
	cursor: pointer;
}
.thumbnails ul.slides li.flex-active-slide {
	border: 1px solid #888;
	opacity: 1;
}
.thumbnails img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.thumbnails img:hover {
}
.thumbnails p.caption {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size: 13px;
	color: #555;
	margin: 0;
}
#description {
	float: right;
	width: 500px;
	overflow: hidden;
}
#description ul {
	text-align: left;
	list-style-type: none;
}
#description li {
	font-family: 'Open Sans', Arial, sans-serif;
	margin-bottom: 5px;
}
#description h5 {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #333;
	text-align: left;
	margin-bottom: 10px;
}
#description p {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
	margin-bottom: 10px;
}
#description p.desc {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
#description p.code {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
#breadcrumb {
	text-align: left;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 20px;
}
#breadcrumb a {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	color: #000;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
.content {
	height: auto;
	width: 860px;
	background-color: #fff;
	z-index: 99;
	padding: 20px;
}
.text {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
	color: #000;
}
ul.text {
	list-style-position: inside;
	list-style-type: circle;
	text-indent: 20px;
}
ul.text li {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
}
h1 {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
#products {
	height: auto;
	width: 860px;
	margin: 0 auto;
	background-color: #fff;
	z-index: 99;
	position: relative;
	padding: 20px;
	text-align: center;
	overflow: auto;
}
#products div.clear {
	clear: right;
	overflow: auto;
}
.categories {
	float: left;
	text-align: left;
	width: 192px;
	padding: 2px;
	border: 1px solid #ddd;
	box-shadow: 0 0 1px 1px #f2f1f1;
	background: #eee;
}
.categories span {
	clear: both;
	background: #333;
	padding: 8px 15px;
	display: block;
	color: #fff;
	font-size: 18px;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: bold;
}
.categories ul {
	margin-top: 6px;
}
.categories ul li {
	padding: 4px 0 3px;
	margin: 0 15px;
	border-bottom: 1px dotted #fff;
}
.categories ul li.last {
	border-bottom: 0 none;
	margin-bottom: 5px;
}
.categories a {
	clear: both;
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
}
.categories a:hover {
	color: #555;
}
.product-row {
	clear: right;
	float: right;
	padding: 2px;
}
.header-row {
	clear: right;
	float: right;
	width: 629px;
	background: transparent;
}
.header-row div {
	color: #333;
	font-size: 18px;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: bold;
	float: left;
	padding: 8px 0 12px;
}
.text-row {
	clear: right;
	float: right;
	width: 629px;
}
.text-row h2 {
	font-size: 17px;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: bold;
	float: left;
	padding: 15px 0 5px;
	text-align: justify;
	color: #ce5f05;
	margin: 0;
	padding: 0;
}
.text-row p {
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	float: left;
	padding-top: 15px;
	text-align: justify;
}
.text-row p.inner {
	padding: 0;
	text-align: justify;
}
.product-container, .blank-container {
	margin-right: 20px;
	float: left;
}
.product-container-last, .blank-container-last {
	float: left;
}
.product-container span, .product-container-last span {
	height: 185px;
	display: block;
	position: relative;
}
.product-container img, .product-container-last img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.product-container, .product-container-last {
	width: 189px;
	padding: 2px;
	border: 1px solid #e1e0e0;
	box-shadow: 0 0 1px 1px #f2f1f1;
	text-decoration: none;
	margin-bottom: 20px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 12px;
	color: #555;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.blank-container, .blank-container-last {
	width: 194px;
	padding: 1px;
}
.product-container div, .product-container-last div {
	padding: 6px;
	min-height: 32px;
}
.product-container:hover, .product-container-last:hover {
	padding: 2px;
	border: 1px solid #d1d0d0;
	box-shadow: 0 0 2px 2px #ecebeb;
}
.product-container:hover div, .product-container-last:hover div {
	background-color: #e49f1b;
	color: #333;
	background: #eee;
}
.col1 {
	float: left;
	position: relative;
}
.col2 {
	float: right;
	position: relative;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}