html {
  background: #aeb6c5;
}

body {
  background: #fff url(../images/topgrad.gif) repeat-x;
  color: #516182;
  font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
  font-size: 11px;
}
/*html, body  {height:100%}*/

p {
  margin: 10px 0;
  line-height: 1.3em;
}

strong {
  font-weight: bold;
}

h1, h2, h3, h4, h5 {
  color: #000000;
  font-weight: normal;
  text-transform: uppercase;
}

h1, .page-title h2 {
  font-size: 20px;
  margin: 0 0 10px;
}

h2 {
  font-size: 16px;
  margin: 0px;
}

h3 {
  font-size: 14px;
  margin: 7px 0;
}

h4 {
  font-size: 12px;
  margin: 6px 0;
}

h5 {
  font-size: 11px;
  margin: 6px 0;
}

.title-buttons {
  text-align: right;
}

.title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
  float: left;
  margin-top: 0;
}

a {
  text-decoration: none;
  color: #516182;
}

a:hover {
  text-decoration: none;
  color: #000000;
}
.on {color: #000000;}

input.input-text, textarea {
  padding: 2px;
  overflow: auto;
}

input.input-text, select, textarea {
  border: 1px solid #ccc;
}

input.form-radio {
  margin-right: 3px;
}

button.button {
  overflow: visible;
  width: auto;
  background: #667596;
  cursor: pointer;
  border: none;
  padding: 2px;
  border: 1px solid #857a70;
}

button.button span {
  display: block;
  margin: 0;
  padding: 0 2px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
}
/* GLOBAL MESSAGES  */
.success {
  color: #3d6611;
  font-weight: bold;
}

.error {
  color: #f00;
  font-weight: bold;
}

.notice {
  color: #ccc;
}

.warning {
  color: #f80;
}

.messages {
  width: 100%;
  overflow: hidden;
}

.messages li {
  margin: 0 0 10px;
}

.messages li li {
  margin: 0 0 3px;
}

.error-msg, .success-msg, .note-msg, .notice-msg, .warning-msg {
  border-style: solid !important;
  border-width: 1px !important;
  background-position: 10px 10px !important;
  background-repeat: no-repeat !important;
  min-height: 22px !important;
  padding: 8px 8px 8px 35px !important;
  font-size: 11px !important;
  line-height: 22px;
}

.error-msg {
  border-color: #f16048;
  background-color: #faebe7;
  background-image: url(../images/error_msg_icon.gif);
  color: #df280a;
  font-weight: bold !important;
}

.warning-msg {
  border-color: #F19B48;
  background-color: #FAF1E7;
  background-image: url(../images/error_msg_icon.gif);
  color: #DF730A;
  font-weight: bold !important;
}

.success-msg {
  border-color: #446423;
  background-color: #eff5ea;
  background-image: url(../images/success_msg_icon.gif);
  color: #3d6611;
}

.note-msg, .notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  background-image: url(../images/note_msg_icon.gif);
  color: #516182;
}
/* STRUCTURE */
.wrapper {
  background: url(../images/botgrad.gif) repeat-x 50% bottom; padding-bottom: 100px;
}
 
.page {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}

.col-left {
  float: left;
  width: 144px;
  min-height: 350px;
  padding: 0 8px;
}

.col-right {
  float: left;
  width: 144px;
  padding: 0 8px;
}

.col-main {
  float: left;
  width: 784px;
  padding: 0 8px;
  height: 100%;
}

.col-1-layout .col-main {
  float: none;
  width: auto;
}

.col-3-layout .col-main {
  width: 616px;
}

.main {
  min-height: 425px;
  margin-top: 10px;
}
/* HEADER */
.header {
  position: relative;
  background: transparent url(../images/fullbar.gif) no-repeat bottom;
  height: 156px;
  margin-bottom: 10px;
  z-index: 90;
}

#logo {
  position: absolute;
  bottom: 0px; /*10px;*/
  left: 8px;
}

#cart-link {
  position: absolute;
  bottom: 6px;
  right: 8px;
  font-size: 10px;
  width: 350px;
  height: 18px;
}

#cart-link li {
  float: right;
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #516182;
}

#cart-link li.last {
	margin: 0;
	padding: 0;
	border: none;
}

#search_mini_form .form-search {
	display: inline;
}

#search_mini_form .form-search input {
  font-size: 10px;
  padding: 0;
  width: 100px;
  height: 14px;
  margin: 0 0 0 4px;
}

#search_mini_form .form-search button {
  background: #fff url(../images/right_arrow.gif) no-repeat right;
  border: 0 none;
  padding: 0 8px 0 0px;
  width: auto;
  height: 14px;
}

#search_mini_form .form-search button span {
  font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Helvetica,Arial,sans-serif;
  font-size: 10px;
  color: #516182;
  padding: 0;
  position: relative;
  top: -2px;
  width: 20px;
}

#search_autocomplete {
	font-size: 10px;
	text-transform: none;
}

#search_autocomplete li {
	float: none;
	margin: 0;
	padding: 2px;
	background: #eee;
	cursor: pointer;
	color: #000000;
	border: none;
}

#search_autocomplete li.even {
	background: #eee;
}

#search_autocomplete li div {
  color: #516182;
}

.header .links, #cart-link {
  text-transform: uppercase;
  line-height: 14px;
  color: #516182;
}

.header .links {
  position: absolute;
  bottom: 10px;
  left: 230px;
  font-size: 12px;
  /*font-family: "Palatino Linotype", "Palatino", serif;*/
}



.header .links li a, #cart-link a {
  color: #516182;
}
.header .links li a:hover {
  color: #000000;
}

/*.header .links .active a {
  color: #000000;
}*/

.header .links li {
  float: left;
  margin-right: 20px;
}

.breadcrumbs {
  display: none;
}
.header #banner{
	position: absolute;
	position: absolute;
  	bottom: 20px;
  	right: 8px;
  	font-size: 10px;
	text-align: right;
}
.header #banner p {
	text-transform: uppercase;
	/*font-family:"Palatino Linotype", Arial, Helvetica, sans-serif;*/
}
.header #banner span {
	font-size:13px;
}

.header #banner em {
	color: #000000;
	/*font-family:"Lucida Sans Unicode","Lucida Grande","Lucida Sans",Helvetica,Arial,sans-serif;*/
}

/* FOOTER */
.footer {
  background: url(../images/fullbar.gif) no-repeat top;
  height: 24px;
  margin-top: 15px;
  padding: 6px 8px 0;
  font-size: 10px;
}

.footer .links {
  text-transform: uppercase;
  float: left;
  margin-right: 10px;
  line-height: 14px;
}

.footer .links li {
  float: left;
  border-right: 1px solid #516182;
  padding: 0 9px;
}

.footer .links .first {
  padding-left: 0;
}

.footer .links .last {
  border: none;
}

.footer .links .active a {
  color: #000000;
}

.footer #copyright-notice {
  float: right;
}

/* Newsletter Form */

#newsletter-validate-detail label {
	text-transform: uppercase;
  font-size: 11px;
  line-height: 14px;
  display: block;
  margin: 4px 0;
  color: #516182;
}

#newsletter-validate-detail fieldset input {
  display: block;
  margin: 4px 0;
}

#newsletter-validate-detail fieldset button {
  display: block;
  margin: 4px 0;
}

/* CATALOG MENU */
#nav {
  margin-bottom: 15px;
}

#nav li {
  list-style: none;
  position: relative;
  text-transform: uppercase;
  text-align: left;
  line-height: 18px;
  font-size: 11px;
}

#nav li a {
  color: #516182;
}

#nav li.active > a {
  color: #000;
}

#nav li.over a, #nav a:hover {
  color: #000000;
}

#nav ul {
  margin-left: 15px;
}
/* --- */
.mini-newsletter {
  text-transform: uppercase;
  float: left;
  margin-right: 10px;
}

.mini-newsletter legend {
  display: none;
}

.mini-newsletter label {
  float: left;
  font-weight: normal;
}

.mini-newsletter .input-box {
  display: inline;
}

.mini-newsletter .input-text {
  width: 150px;
  font-size: 10px;
  margin-left: 5px;
  border: 1px solid #516182;
}

.mini-newsletter .submit-button {
  border: none;
  padding: 0;
  background: none;
  text-transform: uppercase;
  color: #516182;
  cursor: pointer;
}

.form-list li {
  margin: 0 0 5px;
}

.form-list li input.input-text, .form-list li textarea {
  width: 250px;
}

.form-list li select {
  width: 256px;
}

.form-list li.add-row {
  border-top: 1px solid #ddd;
  margin-top: 10px;
}

.form-list label {
  line-height: 20px;
  vertical-align: middle;
}

.group-select label {
  line-height: 20px;
  vertical-align: middle;
  padding-right: 10px;
}

.group-select li {
  margin: 0 0 5px;
}

.group-select li .input-box {
  float: left;
  width: 260px;
}

.group-select li input.input-text, .group-select li textarea {
  width: 510px;
}

.group-select li select {
  width: 516px;
}

.group-select li .input-box input.input-text, .group-select li .input-box textarea {
  width: 250px;
}

.group-select li .input-box select {
  width: 256px;
}

.group-select.wide input.input-text, .group-select.wide textarea {
  width: 510px;
}

.buttons-set {
  clear: both;
  margin: 5px 0 0;
}

.buttons-set .back-link {
  float: left;
}

.buttons-set .button {
  float: right;
}

.buttons-set2 {
  clear: both;
  margin: 5px 0 0;
  text-align: right;
}
p.required {
font-size:10px;
}
/* PRODUCT PAGE */
.product-view a {
	text-decoration: none; color: #000000;}
.product-view a:hover {
	text-decoration: none; color: #516182;}

.product-view .product-image {
  float: left;
  width: 350px;
  margin-top: 10px;
  position: relative;
}

.product-view .product-image #images {
  overflow: hidden;
  width: 350px;
  height: 382px;
}

.product-view .product-image #zoom {
  float: right;
  font-size: 10px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.product-view .product-image #zoom a {
  color: #516182;
  display: block;
  background: url(../images/magnify.png) no-repeat top left;
  height: 16px;
  padding-left: 20px;
}

.product-view .product-image #zoom a:hover {
  text-decoration: none;
  color: #000000;
  background-position: bottom left;
}

.product-view .product-image #thumbs {
	margin-top: 10px;
	width: 350px;
}
.product-view .product-image #thumbs ul {
  border-width: 3px 0 0 3px;
  border-style: solid;
  border-color: #f3f0ed;
  float: left;
}

.product-view .product-image #thumbs ul li {
  float: left;
  width: 65px;
  height: 71px;
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: #f3f0ed;
  position: relative;
  background-color: #fff;
}

.product-view .product-image #thumbs ul li a {
	display: block;
}

#gallery {
	width: 350px;
	}
.product-info {
  float: left;
  width: 400px;
  padding-left: 25px;
  margin-top: 10px;
}

.product-info h2 {
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 20px;
  text-transform: none;
}

.product-info p {
  margin: 8px 0;
  line-height: 1.5em;
}

.product-info p.required {
  margin: 0;
}

.product-options dl {
  margin: 8px 0;
}

.product-options dt{
	float:left;
	margin:10px 0;
	clear: left;
}

.product-options dd {
 	float:left;
	margin:10px 0;
}

.product-options dt {
  padding-right: 8px;
}

#product-attribute-specs {
  margin: 8px 0;
}

.add-to-cart {
  padding-top: 15px;
  margin-top: 8px;
  background: url(../images/halfbar.gif) no-repeat top center;
}

.add-to-cart .button {
  float: left;
}

#other-options {
  margin: 5px 0;
}

#other-options li {
  font-size: 10px;
  padding: 0 0 1px 15px;
  background: url(../images/right_arrow.gif) no-repeat left center;
  line-height: 16px;
  float: left;
  width: 175px;
}

.up-sell h3 {
  font-size: 10px;
  color: #516182;
  margin-bottom: 10px;
}

#upsell-product-table ul li {
  height: 100px;
  overflow: hidden;
}

#upsell-product-table .product-image {
	height: 100px;
  width: 150px;
  float: left;
}

#upsell-product-table .product-name {
  margin: 5px;
  width: 88px;
  height: 45px;
  float: right;
}

#upsell-product-table .product-name h4 {
  font-size: 10px;
  text-transform: none;
  margin: 0;
}

#upsell-product-table .product-details {
  float: right;
  font-size: 10px;
  color: #516182;
  text-align: left;
  width: 88px;
  margin: 0 5px;
}
#upsell-product-table .product-details .call-to-action {
  float: left;
  margin-top: 5px;
  width: 88px;
}

.availability span {
	font-weight: bold;
}

.availability .bespoke {
	 color: #00a;
}

.availability .back-order {
	 color: #a60;
}

.availability .in-stock {
	color: #0a0;
}

.availability .out-of-stock {
	color: #a00;
}

/* CATEGORY PAGE */
.category-head h2 {
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 20px;
  text-transform: none;
 }
 
.category-description {
	margin-bottom: 0px;
}
 
.pager {
  margin: 0px 10px 5px;
  text-transform: uppercase;
  font-size: 11px;
  color: #516182;
  width:580px;
}

.pager p {
  margin: 0;
}

.pager .amount {
  float: left;
}

.pager .control {
  float: right;
  margin-left: 10px;
}

.pager .control .controlall {
  float: right;
  margin-left: 10px;
}

.pager ol {
  display: inline;
}

.pager li {
  display: inline;
}

.products-grid ul {
  width: 700px;
  /*border-width: 10px 0 0 10px;
  width: 774px;
  border-style: solid;
  border-color: #f3f0ed;*/
}
.homecallouts-grid{}

.products-grid ul.home {
  width: 934px; /*  width: 774px; if col-2-layout slider*/
  border-width: 10px 0 0 10px;
  border-style: solid;
  border-color: #f3f0ed;
}

.products-grid ul li {
  float: left;
  width: 220px;
  height: 225px;
  margin-bottom: 0 10px 10px 0 ;
  /*border-width: 0 10px 10px 0;
  width: 250px;
  border-style: solid;
  border-color: #f3f0ed;
  position: relative;
  background-color: #fff;*/
}

.products-grid ul li.home {
  float: left;
  width: 100px; /*  width: 248px; if col-2-layout slider*/
  height: 108px;
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: #f3f0ed;
  position: relative;
  background-color: #fff;
  padding:0px;
  overflow:hidden;
  margin-bottom:0px;
}

.products-grid .product-image {
  position: relative;
  width: 150px; /*248px;*/
  height: 164px; /*166px;*/
  overflow: hidden;
}

.products-grid .product-image img {
  position: absolute;
}

.products-grid .product-image img.zoom {
  display: none;
}

.products-grid .product-name {
  width: 200px;
 }

.products-grid .product-name h3 {
  font-size: 11px;
  text-transform: none;
  margin: 0;
}

.products-grid .product-details {
  font-size: 11px;
  color: #516182;
  margin:0px 8px 5px 0px;
}

.products-grid .product-details .price-box {
  float: left;  
}

.products-grid .product-details .price-box .price {
  font-weight: normal;
}

.products-grid .product-details .price-box .special-price .price {
  color: #000;
}

.products-grid .product-details .price-box p {
  display: inline;
  padding-right: 3px;
}

.products-grid .product-details .price-box .price-label {
  display: none;
}

.products-grid .product-details .call-to-action {
  float: right;  
}

.products-grid .product-details .call-to-action a {
  padding: 1px 6px;
  float: left;
  display: block;
  color: #fff;
  background: #516182;
}

.products-grid .product-details .call-to-action a:hover {
  text-decoration: none;
}

.products-grid .product-details .call-to-action a.buy-action {
  background: #000000;
}

.award{
	width: 944px; /*slider 2-col-layout = width:784px;*/
	text-align: center;	
	margin-top: 5px;
	font-weight:bold;
	padding-bottom: 10px;
}

.award a{
	color: #516182;
	font-size: 15px;
}

.cms-home .footer{
	margin-top: 5px
}

/* SIDEBAR */
.sidebar .block {
  margin-bottom: 15px;
}

.sidebar .block .block-title {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.sidebar .block .block-title h2 {
  font-size: 12px;
  margin: 5px 0;
}

.sidebar .block h3 {
  font-size: 12px;
  margin: 5px 0;
}
/* LAYERED NAV */
.sidebar .block-layered-nav {
  text-transform: uppercase;
  color: #516182;
  font-size: 10px;
}

.sidebar .block-layered-nav h3 {
  font-size: 12px;
}

.sidebar .block-layered-nav a {
  color: #516182;
}

.sidebar .block-layered-nav a:hover {
  color: #000000;
  text-decoration: none;
}

.sidebar .block-layered-nav dt {
  border: 1px solid #F3F0ED;
  width: 128px;
  height: 16px;
  padding: 1px 4px;
  margin-top: 5px;
  background: url(../images/pull_down_arrow.gif) no-repeat 95% 3px;
  cursor: pointer;
}

.sidebar .block-layered-nav dt a {
  display: block;
}

.sidebar .block-layered-nav dt.active {
  border-bottom-width: 0;
  background-position: 95% -9px;
}

.sidebar .block-layered-nav dd {
  width: 138px;
  display: none;
}

.sidebar .block-layered-nav dd.active {
  display: block;
}

.sidebar .block-layered-nav ol {
  background: #fff;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #F3F0ED;
  padding: 6px 4px;
}

.sidebar .block-layered-nav ol.currently {
  border-width: 1px;
}

.sidebar .block-layered-nav ol.currently img {
  padding-bottom: 2px;
}

.sidebar .block-layered-nav .actions a {
  float: none;
}

/* Slideshow */
/*for 1-col-layout*/
#slider {
	position: relative;
	width: 944px;
	height: 390px;
	text-align:center;
}

#slider #images {
	float: left;
	width: 944px;
	height: 390px;
	position: relative;
	background-color: transparent;
	overflow: hidden;
}

/* Slideshow */
/* for 2-col-layout 
#slider {
  position: relative;
	width: 784px;
	height: 310px;
}
#slider #images {
	float: left;
	width: 784px;
	height: 310px;
	position: relative;
	background-color: transparent;
  overflow: hidden;
}
*/
#slider #images ul {
  width: 10000px;
}

#slider #images ul li {
  float: left;
}

#slider #pager a.next {
  position: absolute;
  top: 140px;
  right: 0;
  z-index: 10;
  background: url(../images/arrow-next.gif) no-repeat top center;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
}

#slider #pager a.next:hover {
  background-position: bottom center;
}

#insidemain {
	position: relative;
	width: 950px;
	height: 475px;
	text-align:left;
	margin-left; -10px;
	margin-right: 0px;
	padding:0px;
}
#bodymain {
	overflow:scroll;
	height: 450px;
}


/* PAGE SPECIFIC */
.cms-home .products-grid ul li {
  width: 223.5px; /* slider, col-2-layout, width: 248px;*/
  padding: 0;
  height: 108px;
  overflow: hidden;
}
 
/* SHOPPING CART */
.cart {
  color: #516182;
  font-size: 10px;
  width:782px;
}

.cart button {
  float: right;
  margin: 10px 0 10px 10px;
}

#shopping-cart-table {
  margin: 0 5px 10px;
  width: 782px;
}

#shopping-cart-table tr {
  border: 10px solid #F3F0ED;
}

#shopping-cart-table td {
  border: 1px solid #F3F0ED;
  vertical-align: middle;
}

#shopping-cart-table thead tr, #shopping-cart-table thead th {
  font-weight: normal;
  border: none;
  font-size: 12px;
}

#shopping-cart-table thead {
  background: none;
}

#shopping-cart-table .cart-item-image, #shopping-cart-table .cart-item-info {
  /*width: 150px;*/
  float: left;
}

#shopping-cart-table .cart-item-image {
  padding-right: 10px;
}

#shopping-cart-table .cart-item-info {
  padding: 10px 0;
}

#shopping-cart-table .cart-item-info .price {
  font-size: 10px;
}

#shopping-cart-table h3 {
  font-size: 10px;
  text-transform: none;
  margin-bottom: 8px;
}

#shopping-cart-table .price {
  font-size: 12px;
}

#shopping-cart-table .input-text {
  border-color: #d9cfca;
}

#shopping-cart-table .item-options dt, #shopping-cart-table .item-options dd {
  display: inline;
}

.cart .totals {
	width: 45%;
  float: right;
  text-align: right;
  margin-top: 10px;
}

.cart .totals table {
  width: 100%;
}

.cart .totals .discount {
	text-align:left;
	width: 100%;
}

.cart .totals .shipping {
	text-align:left;
	width: 100%;
}

.cart .totals table th, .cart .totals table td {
  font-size: 12px;
  padding: 5px 0 0 10px;
}

.cart .totals table strong {
  color: #000000;
}
/* PRESS */
.press-grid ul {
  width: 948px; /*for 6 images width: 948px;*/
  border-width: 8px 0 0 8px;
  border-style: solid;
  border-color: #FFFFFF;
}

.press-grid li {
  float: left;
  width: 150px;
  border-width: 0 8px 8px 0;
  border-style: solid;
  border-color: #FFFFFF;
  padding: 0;
  position: relative;
  background-color: #fff;
}

.press-grid .article-image {
  width: 150px;
	height: 200px;
	overflow: hidden;
}

.press-grid .article-image .altimage {
  display: none;
}
/* CHECKOUT */
.one-page-checkout {
  border-bottom: 1px solid #ddd;
  position: relative;
}

.one-page-checkout li.section {
  border: 1px solid #ddd;
  border-bottom: 0;
}

.one-page-checkout .step-title {
  background-color: #f6f6f6;
  padding: 0 5px;
  text-align: right;
  font-size: 12px;
  line-height: 22px;
}

.one-page-checkout .step-title h3 {
  float: left;
  font-size: 12px;
  line-height: 22px;
  color: #516182;
  margin: 0;
}

.one-page-checkout .step-title .number {
  float: left;
  line-height: 22px;
  margin-right: 5px;
}

.one-page-checkout .allow .step-title {
  cursor: pointer;
}

.one-page-checkout .allow .step-title h3 {
  color: #000000;
  display: inline;
}

.one-page-checkout .active .step-title {
  background-color: #ccc;
  cursor: default;
}

.one-page-checkout .active .step-title h3 {
  color: #000000;
  display: inline;
}

.one-page-checkout .step {
  border-top: 1px solid #ddd;
  padding: 10px;
}

.sidebar .block-progress dt.complete, .sidebar .block-progress dd.complete {
  padding: 5px;
  background-color: #f6f6f6;
}

.sidebar .block-progress dt.complete {
  color: #000000;
}

.sidebar .block-progress dt.complete a {
  font-size: 9px;
  /*display: block;*/
}

.sidebar .block-progress dd.complete {
  margin-bottom: 10px;
}

.sidebar .block-progress dd.complete p {
  margin: 0;
}

.back-link {
  background: #667596;
  text-transform: uppercase;
  color: #fff;
  padding: 2px 8px;
  border: 1px solid #857A70;
}

.back-link:hover {
  text-decoration: none;
}
/* CUSTOMER SERVICE */
.cms-customer-service-terms-and-conditions .col-main li {
  list-style: decimal;
  list-style-position: inside;
  font-weight: bold;
  padding-bottom: 10px;
}

.cms-customer-service-terms-and-conditions .col-main li p {
  font-weight: normal;
}

.cms-page-view .col-main table {
 /* border-left: 1px solid #516182;
  border-top: 1px solid #516182;*/
  border: 0 none;
}

.cms-page-view .col-main table td {
  /*border-right: 1px solid #516182;
  border-bottom: 1px solid #516182;*/
  border: 0 none;
  padding: 0 10px;
}

.cms-customer-service-privacy-policy .col-main ul {
  margin-left: 20px;
}

.cms-customer-service-privacy-policy .col-main li {
  list-style: disc;
  padding: 0 0 4px 0;
}

/*.cms-page-view .col-main img{
	float: left;
	padding: 10px 0 0 10px
}*/

/*.cms-page-view .col-main img{
	float: right;
	padding: 7px 0 0 20px
}*/
/* DATA TABLE */
.data-table {
  width: 100%;
}

.data-table th {
  padding: 5px;
  border: 1px solid #ddd;
  white-space: nowrap;
}

.data-table td {
  padding: 5px;
  border: 1px solid #ddd;
}

.data-table thead {
  background-color: #f2f2f2;
}

.data-table tr.even {
  background-color: #f6f6f6;
}

.data-table tbody.odd td {
  border-width: 0 1px;
}

.data-table tbody.even {
  background-color: #f6f6f6;
}

.data-table tbody.even td {
  border-width: 0 1px;
}

.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td {
  border-bottom-width: 1px;
}

.data-table th .tax-flag {
  white-space: nowrap;
  font-weight: normal;
}

.data-table td .product-name {
  font-size: 1em;
  line-height: 1.5;
}

.data-table td.label, .data-table th.label {
  background-color: #f6f6f6;
}

.col2-set {
width: 100%;
}

.col2-set .col-2 {
float:right;
width:49%;
}

/* COLLECTIONS */
.collections-grid ul {
  width: 775px;
  border-width: 8px 0 0 8px;
  border-style: solid;
  border-color: #f3f0ed;
}

.collections-grid ul li {
  float: left;
  width: 147px;
  height: 226px;
  border-width: 0 8px 8px 0;
  border-style: solid;
  border-color: #f3f0ed;
  padding: 0;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.collections-grid ul li h3 {
  display: none;
}

.collections-grid ul li a:hover h3 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 147px;
  padding: 5px;
  margin: 0;
  color: #fff;
  background: url(../images/trans-black.png);
  font-size: 12px;
}

#left-popout {
  border: 1px solid #000000;
  width: 136px;
  cursor: pointer;
}

#left-popout h3 {
  background: #000000;
  padding: 4px 8px;
  margin: 0;
  color: #fff;
  font-size: 12px;
}

#left-popout p {
  padding: 4px 8px;
  line-height: 1.4em;
  margin: 0;
  color: #516182;
}

#left-popout a {
  color: #516182;
}

#left-popout a:hover {
  text-decoration: none;
}

#left-popout div {
  display: none;
  width: 142px;
}
/*HEADER/FOOTER DROPDOWN LINKS NAVIGATION*/
/*.mHolder {
	position:relative
	Z-INDEX: 1000; 
	FLOAT: right
}*/
#sub1 {
	Z-INDEX: 50; BORDER-BOTTOM: #999999 1px solid; POSITION: absolute; TEXT-ALIGN: left; BORDER-LEFT: #999999 1px solid; PADDING-BOTTOM: 6px; LINE-HEIGHT: 14px; BACKGROUND-COLOR: #ffffff; MARGIN: 0px 0px 0px 0px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; DISPLAY: none; FONT-FAMILY: Arial, Verdana,  sans-serif; FONT-SIZE: 10px; BORDER-RIGHT: #999999 1px solid; PADDING-TOP: 3px
}
#sub2 {
	Z-INDEX: 50; BORDER-BOTTOM: #999999 1px solid; POSITION: absolute; TEXT-ALIGN: left; BORDER-LEFT: #999999 1px solid; PADDING-BOTTOM: 6px; LINE-HEIGHT: 14px; BACKGROUND-COLOR: #ffffff; MARGIN: 0px 0px 0px 0px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; DISPLAY: none; FONT-FAMILY: Arial, Verdana,  sans-serif; FONT-SIZE: 10px; BORDER-RIGHT: #999999 1px solid; PADDING-TOP: 3px
}
#sub3 {
	Z-INDEX: 50; BORDER-BOTTOM: #999999 1px solid; POSITION: absolute; TEXT-ALIGN: left; BORDER-LEFT: #999999 1px solid; PADDING-BOTTOM: 6px; LINE-HEIGHT: 14px; BACKGROUND-COLOR: #ffffff; MARGIN: 0px 0px 0px 0px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; DISPLAY: none; FONT-FAMILY: Arial, Verdana,  sans-serif; FONT-SIZE: 10px; BORDER-RIGHT: #999999 1px solid; PADDING-TOP: 3px
}
#sub4 {
	Z-INDEX: 50; BORDER-BOTTOM: #999999 1px solid; POSITION: absolute; TEXT-ALIGN: left; BORDER-LEFT: #999999 1px solid; PADDING-BOTTOM: 6px; LINE-HEIGHT: 14px; BACKGROUND-COLOR: #ffffff; MARGIN: 0px 0px 0px 0px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; DISPLAY: none; FONT-FAMILY: Arial, Verdana,  sans-serif; FONT-SIZE: 10px; BORDER-RIGHT: #999999 1px solid; PADDING-TOP: 3px
}
#sub5 {
	Z-INDEX: 50; BORDER-BOTTOM: #999999 1px solid; POSITION: absolute; TEXT-ALIGN: left; BORDER-LEFT: #999999 1px solid; PADDING-BOTTOM: 6px; LINE-HEIGHT: 14px; BACKGROUND-COLOR: #ffffff; MARGIN: 0px 0px 0px 0px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; DISPLAY: none; FONT-FAMILY: Arial, Verdana,  sans-serif; FONT-SIZE: 10px; BORDER-RIGHT: #999999 1px solid; PADDING-TOP: 3px
}
#sub6 {
	Z-INDEX: 50; BORDER-BOTTOM: #999999 1px solid; POSITION: absolute; TEXT-ALIGN: left; BORDER-LEFT: #999999 1px solid; PADDING-BOTTOM: 6px; LINE-HEIGHT: 14px; BACKGROUND-COLOR: #ffffff; MARGIN: 0px 0px 0px 0px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; DISPLAY: none; FONT-FAMILY: Arial, Verdana,  sans-serif; FONT-SIZE: 10px; BORDER-RIGHT: #999999 1px solid; PADDING-TOP: 3px
}
a.sub:link {
	COLOR: #516182; TEXT-DECORATION: none
}
a.sub:visited {
	COLOR: #516182; TEXT-DECORATION: none
}
a.sub:hover {
	COLOR: #000000; TEXT-DECORATION: none
}
a.sub:active {
	COLOR:	#667596;  TEXT-DECORATION: none
}

/*DIME EFFECTS */
.effects_th_1{
    border:2px solid white;
    filter:alpha(opacity=70);
    opacity: .7;
    -moz-opacity:.7;
    -khtml-opacity: .7;
}
.effects_img_2{
	filter:blendTrans(Duration=0.25); 
}
.effects_img_3{
	opacity:0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	-khtml-opacity: 0;
	
}
.effects_img_4{
	filter:progid:DXImageTransform.Microsoft.Pixelate(Duration=1,MaxSquare=10);
}