body
{
/*	margin: 0;  */
/*	padding: 0;   */
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

ul
{
    font-size: 12px; 
}

a img
{
	border: none;
}
   
/*.navBar .last a
{
	padding-top: 10px;
	padding-bottom: 30px;
} */

/*.navBar .last a span#insertlinewrap:after
{
  content: " ";  
 display: block;      
}    */    

.navBar a span.title-line-wrap
{
	display: block;
}

#tlc-wrapper
{
	margin: 0 auto;
	padding: 15px 0 0 0;
	width: 794px;
}

#tlc-subheader
{
	margin: 0;
	padding: 0;
	height: 330px;
}

#tlc-banner
{
	margin: 0;
	padding: 0 0 15px 0;
}

#tlc-banner.tlc-product-page-banner
{
	height: 50px;
}

#tlc-rotator
{
	margin: 0;
	padding: 0;
	float: left;
	z-index:1;
}

#tlc-subheader-ad
{
	margin: 0;
	padding: 0;
	float: right;
}

#tlc-nav
{
	margin: 0;
	padding: 0 0 0 15px;
}

#tlc-nav ul
{
	margin: 0;
	padding: 0;
}     

#tlc-nav ul li
{
	margin: 0 3px;
	padding: 0;
	list-style: none;
	float: left;
	text-indent: -9999px;
}

#tlc-nav ul li.tlc-not-nav-item
{
	text-indent: 0;
}

#tlc-nav ul li a
{
	margin: 0;
	padding: 0;
	display: block;
}

#tlc-nav ul li a#tlc-nav-brand
{
	width: 56px;
	height: 20px;
   	background: url(/assets/images/tlc/css/nav-item-brand.png) no-repeat;
}    
#tlc-nav ul li a#tlc-nav-brand:link, #tlc-nav ul li a#tlc-nav-brand:visited
{
	background-position: 0px 0px;
}
#tlc-nav ul li a#tlc-nav-brand:hover, #tlc-nav ul li a#tlc-nav-brand:active, #tlc-nav ul li a#tlc-nav-brand.tlc-nav-current
{
	background-position: 0px -40px;
}

#tlc-nav ul li a#tlc-nav-age
{
	width: 39px;
	height: 20px;
   	background: url(/assets/images/tlc/css/nav-item-age.png) no-repeat;
}    
#tlc-nav ul li a#tlc-nav-age:link, #tlc-nav ul li a#tlc-nav-age:visited
{
	background-position: 0px 0px;
}
#tlc-nav ul li a#tlc-nav-age:hover, #tlc-nav ul li a#tlc-nav-age:active, #tlc-nav ul li a#tlc-nav-age.tlc-nav-current
{
	background-position: 0px -40px;
}

#tlc-nav ul li a#tlc-nav-subject
{
	width: 66px;
	height: 20px;
   	background: url(/assets/images/tlc/css/nav-item-subject.png) no-repeat;
}    
#tlc-nav ul li a#tlc-nav-subject:link, #tlc-nav ul li a#tlc-nav-subject:visited
{
	background-position: 0px 0px;
}
#tlc-nav ul li a#tlc-nav-subject:hover, #tlc-nav ul li a#tlc-nav-subject:active, #tlc-nav ul li a#tlc-nav-subject.tlc-nav-current
{
	background-position: 0px -40px;
}    



#tlc-content
{
	margin: 0;
	padding: 0;
	clear: both;
}

.tlc-row
{
    margin: 0 0 10px 0;
	padding: 0;
}

.tlc-item
{
	margin: 5px 0;
	padding: 0;
	float: left;
	width: 191px;
}

.tlc-divider
{
	width: 10px;
}  

.tlc-label
{
	margin: 0;
	padding: 6px 0 6px 10px;
	height: 26px;
}

.tlc-card
{
	margin: 0;
	padding: 0;
	width: 191px;
}

.tlc-card a
{
	text-decoration: none;
}

.tlc-card-top
{
	margin: 0;
	padding: 0;
	height: 133px;
}

.tlc-card-bottom
{
	margin: 0;
	padding: 0;
	height: 67px;
}

.tlc-card-bottom p
{
	margin: 0;
	padding: 6px 0 0 20px;
	font-weight: bold;
	font-size: 12.5px;
	letter-spacing: -0.02em;
	color: #000;
}

.tlc-card-bottom p.tlc-price
{
	padding-top: 2px;
	color: #d00;
}

.tlc-gap
{
	background: transparent;
}

.tlc-green .tlc-label
{
    background: transparent url(/assets/images/tlc/css/label-green-bg.png) repeat-x;
}

.tlc-green .tlc-card a
{
    display: block;
   	background: transparent url(/assets/images/tlc/css/card-green-bg.png) no-repeat; 
}
.tlc-green .tlc-card a:link, .tlc-green .tlc-card a:visited
{
	background-position: 0 0;
}
.tlc-green .tlc-card a:hover, .tlc-green .tlc-card a:active
{
	background-position: 0 -400px;
}
    
.tlc-red .tlc-label
{
    background: transparent url(/assets/images/tlc/css/label-red-bg.png) repeat-x;
}

.tlc-red .tlc-card a
{
    display: block;
   	background: transparent url(/assets/images/tlc/css/card-red-bg.png) no-repeat; 
}
.tlc-red .tlc-card a:link, .tlc-red .tlc-card a:visited
{
	background-position: 0 0;
}
.tlc-red .tlc-card a:hover, .tlc-red .tlc-card a:active
{
	background-position: 0 -400px;
}

.tlc-blue .tlc-label
{
    background: transparent url(/assets/images/tlc/css/label-blue-bg.png) repeat-x;
}

.tlc-blue .tlc-card a
{
    display: block;
   	background: transparent url(/assets/images/tlc/css/card-blue-bg.png) no-repeat; 
}
.tlc-blue .tlc-card a:link, .tlc-blue .tlc-card a:visited
{
	background-position: 0 0;
}
.tlc-blue .tlc-card a:hover, .tlc-blue .tlc-card a:active
{
	background-position: 0 -400px;
}

/* Product template styles */

#tlc-product-column-content
{
	margin: 0;
	padding: 0;
	float: left;
	width: 551px;
}

#tlc-product-buy
{
	margin: 0 0 15px 0;
	padding: 11px 0 0 0;
	height: 233px;
	background: transparent url(/assets/images/tlc/css/buybox.png) no-repeat;
}

#tlc-product-buy-left
{
	margin: 0;
	padding: 0;
	width: 214px;
	float: left;
	background: transparent url(/assets/images/tlc/css/tlc-product-image-bg.png) no-repeat;
}

#tlc-share2
{
	margin: 0;
	padding: 5px 10px 0 0px;
	text-align: center;
	float: right;
	
}

#tlc-share2 a
{
	text-decoration: none;
	color: #008aca;
}

#tlc-share_vid
{
	margin: 0;
	padding: 5px 10px 0 0px;
	text-align: center;
	float: left;
	
}

#tlc-share_vid a
{
	text-decoration: none;
	color: #008aca;
}

#tlc-share
{
	margin: 0;
	padding: 3px 0 0 23px;
	text-align: center;
}

#tlc-share a
{
	text-decoration: none;
	color: #008aca;
	color: #f00;
}

#tlc-product-details
{
	margin: 0 0 0 214px;
	padding: 15px 0 0 25px;
	height: 86px;
	background: transparent url(/assets/images/tlc/css/tlc-product-details-bg.png) no-repeat;
}

#tlc-product-details h3
{
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 15px;
	letter-spacing: -0.06em;
	color: #e21e27;
}

#tlc-product-details ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 1.4em;
}

#tlc-product-cart
{
	margin: 0 0 0 214px;
	padding: 10px 32px 0 22px;
	height: 106px;
}
.tlc-image-windows
{
	margin: 7px 3px 0 0;
	float: left;
}

#tlc-price-radio
{
	margin: 0;
	padding: 5px 0 0 0;
	height: 46px;
	line-height: 1.5em;
	font-size: 12px;
	letter-spacing: -0.02em;
}

#tlc-price-single-option
{
	margin: 0;
	padding: 15px 0 0 0;
	height: 36px;
	line-height: 1.5em;
	font-size: 12px;
	letter-spacing: -0.02em;
}

.tlc-product-price
{
	margin: -12px 0 0 0;
	padding: 0 10px 0 0;
    float: right;
	font-size: 21px;
}

.tlc-product-price-single
{
	margin: -4px 0 0 0;
	padding: 0 10px 0 0;
    float: right;
	font-size: 21px;
}

.tlc-hidden
{
	display: none;
}

#tlc-quantity
{
	margin: 0;
	padding: 0 0 0 16px;
	font-size: 14px;
	line-height: 2.5em;
}
#tlc-quantity input
{
	margin: 0 0 0 5px;
	width: 25px;
	height: 20px;
	border: 1px inset;
	font-size: 13px;
	text-align: center;
}

.tlc-add-to-cart
{
	margin: 0;
	padding: 0;
	float: right;
	width: 135px;
	height: 45px;
	cursor: pointer;
	display: block;
}

#tlc-product-content-nav
{
	margin: 0;
	padding: 0 0 0 16px;
	width: 84px;
	float: left;
}

#tlc-product-content-nav a
{
	margin: 0 0 3px 0;
	padding: 0;
	height: 67px;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
}

a#tlc-product-nav-overview
{
	background: transparent url(/assets/images/tlc/css/tlc-overview-bg.png) no-repeat;
}
a#tlc-product-nav-overview:link, a#tlc-product-nav-overview:visited
{
	background-position: 0 0;
}
a#tlc-product-nav-overview:hover, a#tlc-product-nav-overview:active,
a#tlc-product-nav-overview.tlc-product-nav-current
{
	background-position: 0 -134px;
}

a#tlc-product-nav-images
{
	background: transparent url(/assets/images/tlc/css/tlc-images-bg.png) no-repeat;
}
a#tlc-product-nav-images:link, a#tlc-product-nav-images:visited
{
	background-position: 0 0;
}
a#tlc-product-nav-images:hover, a#tlc-product-nav-images:active,
a#tlc-product-nav-images.tlc-product-nav-current
{
	background-position: 0 -134px;
}

.tlc-product-content
{
	margin: 0 0 0 100px;
	padding: 0;
	width: 451px;
	font-size: 12px;
}

.tlc-product-content p
{
	margin: 5px 0;
	padding: 0;
	font-size: 12px;
}

.tlc-product-content h3
{
	margin: 0;
	padding: 0;
	line-height: 1em;
	display: inline;
	font-size: 12px;
	color: #e21e27;
}

.tlc-product-content h4
{
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 1em;
	font-size: 12px;
	color: #54b1dd;
}

.tlc-product-content ul
{
	margin: 5px 0 0 12px;
	font-size: 12px;
}
.tlc-product-content ul li
{
	margin: 0 0 2px 0;
	line-height: 1.2em;
}

.tlc-image-wrapped
{
	margin: 10px 12px 0 0;
	float: left;
}

.tlc-overview-title
{
	font-size: 12px;
	font-weight: bold;
	color: #e02028;
}

.tlc-overview-features
{
	color: #54b1dd;
	font-weight: bold;
    line-height: 2em;
}


#tlc-product-images
{
}

#tlc-product-images-flash-banner
{
	padding: 0;
	margin: 0;
	width: 400px;
	height: 300px;
	border: 1px solid #000;
	background: #000;
}

.tlc-thumbnails-row
{
	margin: 0;
	padding: 10px 0 0 0;
}

.tlc-thumbnail
{
	margin: 0 8px 8px 0;
	padding: 0;
	float: left;
	width: 72px;
	height: 54px;
	border: 1px solid #000;
}

.tlc-thumbnail a
{
	margin: 0;
	padding: 0;
	width: 72px;
	height: 54px;
	display: block;
	cursor: pointer;
}

.tlc-thumbnail a:hover, .tlc-thumbnail a:active, .tlc-thumbnail a.current 
{
	background: transparent url(/assets/images/tlc/css/tlc-thumbnail-over.png) no-repeat !important;
}

#rotator
{   
	margin: 0;
	padding: 0;
}

#tlc-product-column-sidebar
{
	margin: 0;
	padding: 10px 0 0 0;
	float: right;
	width: 235px;
}

#tlc-coupon
{
	margin: 0;
	padding: 15px 0 10px 25px;
	height: 106px;
	background: url(/assets/images/tlc/css/tlc-coupon-bg.png) no-repeat;
}

#tlc-coupon h3
{
	margin: 0;
	padding: 0;
    font-size: 14px;
    color: #f00; 
}

#tlc-coupon p
{
	margin: 0;
	padding: 0;
    font-size: 11px;
}

#tlc-coupon-2
{
	margin: 0;
	padding: 0;
}

#tlc-coupon-2 a
{
	margin: 0;
	padding: 14px 5px 10px 15px;
	display: block;
	cursor: pointer;
	width: 215px;
	height: 107px;
	text-decoration: none;
	background: transparent url(/assets/images/tlc/css/coupon-2.png) no-repeat;
}

#tlc-coupon-2 a img
{
	margin: -14px -5px -10px -15px;
}

.tlc-norollover img
{
	background: transparent url(/assets/images/tlc/css/coupon-2.png) no-repeat;;
}

#tlc-coupon-2 a h3
{
	font-size: 15px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 2px 0;
}

#tlc-coupon-2 a p
{
	line-height: 1.2em;
	color: #000;
	height: 70px;
}

#tlc-coupon-2 a p.tlc-read-more
{
	text-align: right;
	text-decoration: underline;
	padding-right: 12px;
	color: #fff;
	height: 10px;
	position: relative;
	bottom: 30px;
}


#tlc-coupon-2 a:link, #tlc-coupon-2 a:visited 
{
	background-position: 0 0;
}

#tlc-coupon-2 a:hover, #tlc-coupon-2 a:active 
{
	background-position: 0 -262px;
}

#tlc-coupon-2 a:link h3, #tlc-coupon-2 a:visited h3
{
	color: #f00;
}

#tlc-coupon-2 a:hover h3, #tlc-coupon-2 a:active h3
{
    color: #fff; 
}

#tlc-sidebar-item-label-red, #tlc-sidebar-item-label-blue
{
   	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	height: 18px; 
}
#tlc-sidebar-item-label-red
{
	background: transparent url(/assets/images/tlc/css/tlc-sidebar-label-red-bg.png) no-repeat;
}
#tlc-sidebar-item-label-blue
{
	background: transparent url(/assets/images/tlc/css/tlc-sidebar-label-blue-bg.png) no-repeat;
}

.tlc-sidebar-card
{
	margin: 5px 0 5px 40px;
	padding: 0;
	width: 152px;
}

.tlc-sidebar-card a
{
	text-decoration: none;
}

.tlc-sidebar-card-top
{
	margin: 0;
	padding: 0;
	height: 103px;
}

.tlc-sidebar-card-bottom
{
	margin: 0;
	padding: 0;
	height: 49px;
}

.tlc-sidebar-card-bottom p
{
	margin: 0;
	padding: 5px 0 0 16px;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: -0.02em;
	line-height: 1.15em;
	color: #000;
}

.tlc-sidebar-card-bottom p.tlc-sidebar-price
{
	padding-top: 3px;
	color: #d00;
}
.black
{
	color: #000;
}

.tlc-sidebar-red .tlc-sidebar-card a
{
    display: block;
   	background: transparent url(/assets/images/tlc/css/card-small-red-bg.png) no-repeat; 
}
.tlc-sidebar-blue .tlc-sidebar-card a
{
    display: block;
   	background: transparent url(/assets/images/tlc/css/card-small-blue-bg.png) no-repeat; 
}
.tlc-sidebar-red .tlc-sidebar-card a:link, .tlc-sidebar-red .tlc-sidebar-card a:visited,
.tlc-sidebar-blue .tlc-sidebar-card a:link, .tlc-sidebar-blue .tlc-sidebar-card a:visited 
{
	background-position: 0 0;
}
.tlc-sidebar-red .tlc-sidebar-card a:hover, .tlc-sidebar-red .tlc-sidebar-card a:active,
.tlc-sidebar-blue .tlc-sidebar-card a:hover, .tlc-sidebar-blue .tlc-sidebar-card a:active 
{
	background-position: 0 -304px;
}




