* {
	margin:0;
	padding:0;
}
body {
	background: url("../images/stripes.gif") repeat scroll 0 0 transparent;
    color: #686868;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
	text-align:center;
}
table, td {
	border-collapse:collapse;
	font-size:100%;
}
table, td, img {
	border:0;
}
form, td {
	margin:0;
	padding:0;
}
td {
	vertical-align:top;
	text-align:left;
}
.main-width {
	width:950px;
	margin:0 auto;
	text-align:left;
}
.extra {
	width:980px;
	margin:0 auto;
	text-align:left;
}
input, textarea {
	font-family:Tahoma;
	font-size:1em;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.clear {
	clear:both;
}
img { border:none;
}
a img {
	border:0;
}
ul {
	list-style:none;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
.container {
	width:100%;
}
.column-1, .column-2, .column-3 {
	float:left;
}
a {
	color:#666666;
	outline:none;
	text-decoration:none;
}
a:hover {
	color:#990000;
	text-decoration:none;
}
p {
	margin:0;
	padding:0;
}




#shoppingCartDefault {
	background:#fff;
}
.product-col {
	width:156px!important;
	padding-bottom:19px;
}
.product-col .img {
	text-align:center;
	border:1px solid #f0eff2;
	background:#fff;
	padding-bottom:1px;
	-moz-transition:all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
}
.product-col .img:hover {
	box-shadow:3px 3px 5px #e3e6e9;
	-moz-box-shadow:3px 3px 5px #e3e6e9;
	-webkit-box-shadow:3px 3px 5px #e3e6e9;
	position:relative;
}
.product-col .prod-info {
	padding:17px 0 0 0;
}
.product-col .name {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#88868f;
	font-weight:normal;
	text-decoration:none;
	display:inline-block;
	min-height:32px;
}
.product-col .name:hover {
	color:#000;
}
.product-col .text {
	padding:0 0 0 0;
}
.price {
	font-size:12px;
	line-height:16px;
	color:#000;
	font-weight:bold;
}
.price strong {
	font-weight:bold;
}
.product-col .price {
	padding:2px 0 17px 0;
}
.product-col .button {
	margin:0 0 0 -3px!important;
}

#footer .cards {
}
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
	color:#010101;
	border:solid 1px #ccc;
	padding:2px;
	background:#fff;
	resize:none;
}
input:focus, select:focus, textarea:focus {
	outline:none;
}
.cartRemoveItemDisplay input, #search-in-description, #inc-subcat, #gender-female, #gender-male, #newsletter-checkbox, #email-format-text, #email-format-html, #rating-1, #rating-2, #rating-3, #rating-4, #rating-5, #pmt-linkpoint_api, #pmt-moneyorder, #pmt-paypal, #pmt-cod, #notify-0 {
	border:none!important;
}
#rating-1, #rating-2, #rating-3, #rating-4, #rating-5 {
	margin:2px 4px 0 8px;
	padding:0;
	background:none;
}
#globalnotify, #pmt-cod, #pmt-moneyorder, #ship-flat-flat, #ship-item-item, #ship-storepickup-storepickup, #gender-male, #gender-female, #email-format-html, #email-format-text, #newsletter {
	border:none!important;
	position:relative;
	top:2px;
}
#primary {
	margin-left:10px;
	position:relative;
	top:2px;
	border:none!important;
}
#disc-ot_coupon {
	margin:5px 0 0 0;
}
#cartContentsDisplay input {
	background:none;
}



#whatsnew .box-body{
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
#tm_categories{
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}

#tm_categories ul {
  margin: 0;
  padding: 0;
  display: none;
}
#tm_categories li{
  text-align: left;
  display: block;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 10;
  transition: 300ms ease all;
}
#tm_categories > li:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 30%;
  left: 1%;
  bottom: 16px;
  box-shadow: 10px 0 0px black;
  transition: 300ms ease all;
  transform: rotate(0deg);
}
#tm_categories > li:hover:before {
  box-shadow: 10px 0 20px black;
  transform: rotate(-3deg);
  bottom: 6px;
}
#tm_categories > li:hover > a {
  margin-left: 1%;
  box-shadow: inset 300px 0 300px -300px rgba(255, 255, 255, 0.3);
}
#tm_categories > li:hover + li {
  z-index: 1;
}
#tm_categories > li > a {
  display: block;
  text-transform: none;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #2f2f2f;
  font-weight: 400;
  position: relative;
  width: 100%;
  padding: 5px 18px 5px 8px;
  background-color: #f2f2f2;
  text-decoration: none;
  box-sizing: border-box;
  transition: 300ms ease all;
}
li.level_2 + li.level_2{
  border-top:1px solid #565656;
}
#tm_categories li.level_2 > a {
  display: block;
  text-transform: none;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
  position: relative;
  width: 100%;
  padding: 3px 0 3px 20px;
}

#tm_categories li.level_3 > a {
  font-size: 12px;
  color: #fff;
  display: block;
  position: relative;
  width: 100%;
  padding: 3px 0 3px 36px;
}

#tm_categories > li + li > a {
  border-top: 1px solid #d9d9d9;
}

#tm_categories li.active > a{
  text-decoration: underline;
}
.level_1 > .click, .level_2 > .click, .level_3 > .click{
  cursor: pointer;
}
.level_1 > .click{
  position: absolute;
  top: 2px;
  right: 3px;
  color:#4a4949;
  font-size: 14px;
  padding: 5px 10px;
}

.level_2 > .click{
  position: absolute;
  top: 2px;
  right: 5px;
  color:#fff;
  font-size: 12px;
  padding: 5px 10px;
}

.level_3 > .click{
  position: absolute;
  top: 15px;
  right: 10px;
  color:#fff;
  font-size: 12px;
}

#tm_categories ul{
  position: relative;
  z-index: 11;
  margin: 0;
  padding: 0;
  list-style: none;
}

#tm_categories ul.level_1{
  
}

#tm_categories ul.level_2{
  background-color:#484646;
}

#tm_categories ul.level_3{
  background-color:#a95052;
}
