@charset "utf-8";

/* NOTE: Please place all added CSS on the bottom section area inside the Additives part */

/* 
************
GENERAL
************
*/
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	background:#fff;
	background-image: url(/smarty/templates/images/bg_image.gif);
}

/* 
************
COMMON 
************
*/
* {
	padding:0;
	margin:0;/* box-sizing:  border-box;
 -ms-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 */
}

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

a:hover {
	color:#666;
	text-decoration:underline
}

a img, :link img, :visited img, fieldset, input.checkbox, input.radio, img {
	border:none
}

table {
	border-collapse:collapse;
	border-spacing:0;
	font:inherit
}

ol, ul {
	list-style:none
}

.fr {
	float:right;
	width:auto;
	clear:right;
	display:inline
}

.fl {
	float:left;
	width:auto;
	clear:right;
	display:inline
}

.ar {
	text-align:right
}

.al {
	text-align:left !important
}

.cntr {
	text-align:center;
}

/* 
******************
PAGE CONTENTS
******************
*/
/* HEADER */
#h {
	overflow: hidden;
	clear:both;
	height:73px;
	background: url(/smarty/templates/images/top_bg.gif) repeat-x 0 0;
}

#cmenu, #bmenu {
	/*background:url(../images/bg_vert.gif) repeat-x scroll 0 -28px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;*/
	clear:both;
	display:block;
}

#cmenu li, #bmenu li {
	float:left;
	display:inline
}

#h a:hover {
	text-decoration:underline
}

/*
TOP MENU
*/
#nav, #nav ul {
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	z-index:9;
	line-height: 14px
}

#nav li {
	float: left;
	position: relative
}

/*
top level
*/
#nav a {
	display: block;
	cursor:pointer;
	text-decoration: none;
	background-repeat:no-repeat;
	background-position:100% 0;
	position:relative;
	white-space:nowrap;
	/*background-image:url(../images/bg_vert.gif);*/
	color:#000;
	/*float:left;
 display:inline;
*/ font-size:12px;
	height:28px;
	line-height:28px !important;
	margin:1px 0;
	padding:0 8px
}

* html #nav a {
	width:10px;
}

/*#nav a b {
 display:block;
 background-image: url(images/bg_tabs.png);
 background-repeat:no-repeat;
 background-position:100% 0;
 height:30px;
 background-color:#637b98;
 padding-right:16px;
 margin-left:8px;
 
}*/
#nav ul a {
	font-size: 12px;
	line-height:24px !important;
}

#nav a:hover, #nav .hovered a {
	color:#006699
} /* parent item coloring on opened menu */

/*#nav a:hover b {
 background-position:100% -35px;
 
}*/
/*
2nd level and below (opened menu)
*/
#nav ul {
	border-collapse:collapse;
	border:#cdcdcd 1px solid;
	border-top:#fff 1px solid;
	position: absolute;
	display: none;
	width: 180px;
	top: auto;
	background-color:#ccc;
	margin: 0;
	padding: 0;
} /* outer borders color */

#nav ul li {
	background-color:#ebebeb;
	border-bottom:#fff 1px solid;
	padding:1px 0
} /* opened menu items color */

#nav ul a {
	margin:0;
	padding:0 8px;
	background-image:none;
	background-color:#ebebeb;
	width: 164px;
	height: auto;
	float: left;
	line-height:18px
}

#nav ul a:hover {
	background-color: #fff
}

/*
3rd level
#nav ul ul {
 top: auto;
 
}
#nav li ul ul {
 left: 180px;
 margin-top:-1px;
 
}
#nav ul ul li {
 background-color:#95afcc;
 
}
#nav ul ul a:hover {
 background-color:#708ca9;
 
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
 display: none;
 
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
 display: block;
 
}*/
/*
hovered and not hovered classes
*/
/*
for selecting current tabs
#nav .tab_selected a {
  
}
#nav .tab_selected a b {
  
}*/
#nav .hovered ul a {
	color:#333
}

#nav .hovered ul a:hover {
	color:#666
}

/*#nav .hovered a b {
 background-position:100% -35px;
 color:#fff 
}*/

/*
levels below first
#nav ul .hovered a {
 
} 
#nav ul ul .hovered a, #nav ul ul ul .hovered a, #nav ul ul ul ul .hovered a {
 background-color:#708ca9;
 
}
#nav ul ul .nothovered a, #nav ul ul ul .nothovered a, #nav ul ul ul ul .nothovered a {
 background-color: #95afcc;
 
}
#nav ul ul .nothovered a:hover, #nav ul ul ul .nothovered a:hover, #nav ul ul ul ul .nothovered a:hover {
 background-color:#708ca9;
 
}*/
/*
arrows under li.open
*/
#nav span {
	position:absolute;
	right:8px;
	top:0
}

/* 
EOF TOP MENU
*/
#cmenu .fr li {
	padding:8px 6px 0
}

/*.shopby {
 color:#333;
 float:right;
 height:28px;
 line-height:28px;
 width:218px 
}
.shopby select {
 display:inline;
 margin-left:4px 
}*/
#bmenu {
	color:#fff;
}

#bmenu li {
	padding:0 11px;
	margin:4px 0 0 0;
	line-height:12px;
}

#bmenu li a {
	color:#fff
}

#lmenu {
	color:#fff;
	padding-left:6px
}

#lmenu a {
	color:#fff
}

#lmenu span, #lmenu b {
	margin:0 2px;
	line-height:20px
}

#lmenu span.bcDiv {
	position:relative;
	top:-1.2px
}

#rmenu {
	float:right
}

#rmenu li {
	border-left:#fff 1px solid
}

#rmenu li.first {
	border-left:none
}

.pTxt {
	color: #424242
}

div.pTxt p {
/*line-height: 22px;*/
}

/* COLUMNS */
/* PADDINGS of main cols */
#mcc {
	padding:0 16px;
	position: relative;
	min-height:400px;
	clear: both;
	overflow: visible;
}

#home_page #mcc, #product_types #mcc {
	padding:0;
}

#products #mcc {
	padding:0 30px;
}

#mcc2 {
	/*padding: 0 12px;*/
	position: relative;
	min-height:400px;
	clear: both;
	overflow: visible;
	width: 900px;
	left: -160px;
}

* html #mcc {
	height:400px
}

/* CENTRAL COLUMN hp */
#hpBan {
	text-align:center
}

#hpH {
	clear: both;
	display: block;
	font-size: 18px;
	line-height: 40px;
	color: #666;
	text-align:center;
	font-weight: normal
}

/* EOF COLUMNS */

/* FOOTER */
#fc {
	clear:both;
	text-align:center;
	height: 20px
}

#fc a {
	white-space:nowrap;
	color:#666;
	text-decoration:none
}

#fc a:hover {
	color:#069;
	text-decoration:underline
}

div#fMenu {
	background:url("/smarty/templates/images/top_bg.gif") repeat-x scroll 0 -307px transparent;
	clear:both;
	display:block;
	font-size:11px;
	font-weight:bold;
	height:28px;
	padding:5px 0 0;
	text-align:center;
}

#fc li {
	float:left;
	white-space:nowrap;
	padding: 5px 10px;
	/*border-right: 1px solid #FFF;*/
	overflow: hidden;
}

#fc li open {
	border-right: none;
}

#fc p {
	margin:4px 0 6px;
	font-size:10px;
	color:#000
}

#fCopy {
	color:#ccc;
	font-size:10px;
	margin:20px 0;
	text-align:center
}

#fCopy a {
	color:#ccc
}

#fCopy a:hover {
	color:#fff
}

/* EOF FOOTER */

/* 
              _____________
     ....-''``'._ _________))  ( MODULES and WIDGETS )
             ,_  '-.___)
               `'-._)_)
     -----'``"-,__(__)
*/
/* HP Central Col Widgets */
.wBox {
	clear:both;
	width:620px;
	margin:0 auto
}

.wH {
	/*background:url(../images/bg.gif) no-repeat;*/
	border-bottom:1px solid #fff;
	height:33px;
	line-height:33px;
	clear:both
}

#mc .wH h4 {
	float:left;
	height:0;
	text-indent:-2000px;
	width:340px;
	border:none;
	line-height:0;
	margin:0
}

.wH a {
	color:#ffffff;
	float:right;
	font-size:11px;
	text-decoration:none;
	margin-right:8px
}

.wH a:hover {
	color:#eeeeee
}

.wBody {
	/*background: url(../images/bg_widget.gif) no-repeat scroll 50% -765px;*/
	border-top:1px solid #999;
	clear:both;
	height:228px;
	margin-bottom:1em;
	overflow:hidden;
	position:relative;
	width:620px
}

/* Widget Headings */
#wNewArrivals .wH {
	background-position:0 -27px
}

#wFeatured .wH {
	background-position:0 -69px
}

#wBestSellers .wH {
	background-position:0 -112px
}

/* 
PRODUCT BOXES 
*/
/* Central Col Boxes */
.pBox {
	border:1px solid #f7f7f7;
	float:left;
	display:inline;
	border-collapse:collapse;
	color:#000;
	font-size:12px;
	height:196px;
	margin:0 14px 16px 13px;
	overflow:hidden;
	text-align:center;
	width:139px;
	padding:8px 16px
}

.wBox .pBox {
	border:none;
	margin:0;
	padding:8px
}

.pBox h5 a, .rvBox h5 a {
	display:block;
	font-size:10px;
	height:26px;
	margin-bottom:0px;
	margin-top:4px;
	overflow:hidden
}

.pBox h5 a:hover, .rvBox h5 a:hover, .pBrand h5 a:hover, .pCat h5 a:hover {
	text-decoration:underline
}

.pImg img, .pImgM img {
	border:1px solid #ccc;
	clear:both;
	height:123px;
	margin:0 auto;
	text-align:center;
	width:123px
}

.pPrice, .rvPrice {
	color:#006699;
	line-height:22px;
	font-size:12px
}

/* Rel Products */
#pRel .pBox {
	height:198px
}

#pRel .pBox .sku {
	margin-bottom:4px
}

/* More Images */
#pMoreImages .pBox {
	height:150px
}

/* Side Boxes */
.sBox {
	border:none;
	float:none;
	clear:both;
	/*width:100%;*/
	height:auto;
	padding:10px 8px 0
}

.sBox .pBoxIn {
	padding-bottom:8px;
	clear:both;
	float:none;
	/*width:100%;*/
	overflow:hidden
} /* needed for ie6-7*/

.sBox h5 a {
	height:auto
}

.sBox .pImg img {
	width:100px;
	height:100px
}

.sBox .pPrice {
	font-size:14px;
	line-height:24px
}

/********** Recently Viewed Boxes **********/
/* Vertical */
.rvBox {
	clear:both;
	overflow:hidden;
	margin-bottom:12px
}

.rvBox h5 a {
	height:56px
}

.rvImg img {
	float:left;
	border:1px solid #ccc;
	clear:both;
	height:100px;
	margin:0 8px 0 0;
	text-align:center;
	width:100px
}

/* Horizontal (at view cart page) */

#frontend_addcart #cRecentlyViewed {
	text-align:center
}

#frontend_addcart #cRecentlyViewed h4 {
	text-align:left
}

#frontend_addcart .rvBox {
	clear:none;
	display:inline-block;
	margin:3px 47px 3px 48px;
	width:102px
}

#frontend_addcart .rvBox h5 a {
	height:26px
}

#frontend_addcart .rvImg img {
	float:none;
	margin:0
}

/* 4 ie6-7 */
*:first-child+html #frontend_addcart .rvBox {
	float:left
}

* html #frontend_addcart .rvBox {
	float:left;
	display:inline
}

/* EOF PRODUCT BOXES */
/* BRANDS AND CATEGORIES BOXES */

#catsGrid {
	padding-top:2em
}

.pBrand, .pCat {
	float:left;
	display:inline;
	border-collapse:collapse;
	color:#000;
	font-size:12px;
	height:156px;
	margin:0 13px 8px 14px;
	overflow:hidden;
	text-align:center;
	width:187px;
	padding:8px 16px 0
}

.pBrand h5 a, .pCat h5 a {
	display:block;
	font-size:12px;
	line-height:26px;
	height:26px;
	overflow:hidden
}

.pBrandImg img, .pCatImg img {
	border:1px solid #ccc;
	clear:both;
	height:123px;
	margin:0 auto;
	text-align:center;
	width:123px
}

/*
SIDE BOXES PAN + INNER PAGES BOXES
*/
.sPan, .inPan {
	text-align:center;
	font-size:12px;
	color:#666;
	margin:0 1px 11px
}

.sH {
	/*background: url(../images/bg.gif) no-repeat 0 0;
	border-bottom:1px solid #e1e1e1;*/
	height:24px;
	width: 160px;
}

.sH h4 {
	font-size:11px !important;
	color:#fff !important;
	font-weight:normal !important;
	line-height:22px !important
}

.sBody h4 {
	font-size:12px;
	font-weight:bold
}

.sBody {
	position: relative;
	top: -11px;
	padding:6px 6px 10px;
	line-height:16px;
	width: 141px;
	height: 100%;
}

.sBody ul {
	margin:2px 0 8px 8px;
	padding-bottom: 10px;
	text-align:left;
	font-size: 13px;
	font-style: italic;
	text-indent: 25px;
}

.sBody a:hover {
	color:#ff1a00;
	text-decoration:underline
} /* side columns hover */

.sBody select {
	width:98%;
	margin:0 auto;
	text-align:center
}

/*
Side boxes special cases
*/
#sNewsletter {
	border-top:1px solid #e1e1e1
}

#sNewsletter #sNLEmail {
	width:80%;
	color:#999;
	margin:6px auto;
	text-align:center
}

#sSearchInput {
	display:inline;
	width:75%
}

/*
INNER PAGES BOXES
*/
.inPan {
	width: 169px;
	margin:28px auto
}

.inPan .sH h4 {
	border:none !important;
	margin:0 !important;
	height:auto !important
}

/*
SIDE CATEGORIES
*/

#c {
	background:#fff url(/smarty/templates/images/bg_lcol.gif) repeat-y 0 0
}

#sCats {
	margin:31px 0 0 11px;
}

#sCats .sBody, #sCats .sBody ul, #sCats .sBody ul li {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
	width:auto
}

#sCats li a {
	background:url(/smarty/templates/images/cat2.png) no-repeat 0 0;
	clear:both;
	font-weight:bold;
	display:block;
	height:31px;
	margin:3px -7px 0 -4px;
	position:relative;
	z-index:4;
	text-indent:-2000em;
	width:159px;
}

#sCats li#pt_461 a {
	background-position:0 -37px;
}

#sCats li a:hover {
	color:#333;
	text-decoration:none;
}

#sCats li li a {
	background: url(/smarty/templates/images/s_nav.gif) no-repeat 0 0 !important;
	display:block;
	font-size:13px;
	font-style:italic;
	height:19px;
	line-height:19px;
	list-style-image:none;
	list-style-position:outside;
	margin:0;
	position:static;
	text-indent:23px;
	width:148px;
	z-index:3;
}

#sCats li li a:hover {
	background-position: 0 -19px !important
}

/************
INNER PAGES 
************/
h3, h1.title {
	font-size: 16px;
	color: #424242;
	text-transform:capitalize;
	clear:both;
	margin:20px 0 0
}

input#subscribe {
	border:1px solid #999;
	clear:both;
	height:15px;
	margin:4px 0 6px;
	width:88px;
}

#mc h4 {
	font-size:14px;
	line-height:22px;
	height:22px;
	clear:both;
	display:block;
	border-bottom:#000 1px solid;
	margin:0 0 16px
}

.emptyPage {
	margin:1em 0
}

#mc p {
	margin:16px 0
}

.pTxt h5 {
	font-size:13px;
	margin:16px 0
}

.pTxt dl {
	padding:1em 0
}

.pTxt dt {
	font-weight:bold;
	padding:0.2em 0
}

.pTxt dd {
	padding:0.2em 0 0.8em
}

/* LOADER */
.ploader {
	top:128px;
	position:absolute;
	z-index:999;
	width:97%;
	height:56px;
	line-height:56px;
	text-align:center;
	display:none
}

.ploader .ploader-content {
	width: 218px;
	padding: 4px;
	margin:0 auto;
	height:56px;
	line-height:56px;
	background-color:#f1f1f1;
	font-size: 14px;
	border:1px solid #fff;
	text-shadow:#CCC;
	color:#666;
	font-weight:bold;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px
}

* html .ploader .ploader-content {
	padding: 28px 4px;
	height:auto
}

/* PAGINATION */
.pages {
	clear:both;
	margin:1em 0;
	clear:both;
	background:#eee;
	border:1px solid #e6e6e6;
	line-height:34px;
	height:34px;
	font-size:10px;
}

.toPage {
	right:28px;
	position:absolute
}

* html .toPage {
	padding-top:8px
}

.paging {
	position:absolute;
	right:156px;
	margin-top:8px;
	font-size:11px
}

* html .paging {
	height:34px;
	overflow:hidden
}

.paging li {
	display:inline;
	float:left;
	margin:0 2px
}

.paging li a, .paging li a.pOn:hover {
	color:#333;
	font-weight:bold;
	background:#fff url(../images/bg_vert.gif) repeat-x 0 -103px;
	line-height:18px;
	height:18px;
	border:1px solid #ccc;
	width:18px;
	text-align:center;
	display:block
}

.paging li a.pOn, .paging li a:hover {
	color:#fff;
	background-position:0 -128px;
	background-color:#666
}

.paging .pNext *, .paging .pPrev * {
	width:46px
}

.paging .pPrev span, .paging .pNext span {
	color:#e4e4e4;
	font-weight:bold;
	background:#fff;
	line-height:18px;
	height:18px;
	border:1px solid #f1f1f1;
	text-align:center;
	display:block
}

span.pageSum {
	margin-left:1em;
	float:left
}

/* Product Page */
#pPane {
	clear:both;
	padding-left: 268px;
	padding-top: 18px;
}

.pImgM {
	text-align:left;
	width:256px;
	float:left;
	display:inline;
	margin:0 12px 1em -268px;
	overflow:hidden
}

.pImgM .p_lb img {
	width:250px;
	height:250px
}

.pImgM li {
	float:left;
	display:inline;
	margin:5px 4px 0 0
}

.pImgM li a {
	float:left;
	display:inline;
	text-align:center;
	border:1px solid #ccc;
	text-decoration:none
}

.pImgM #butsUImg {
	float:left;
	margin-bottom:6px
}

.pImgM #butsUImg li a {
	height:28px;
	line-height:28px;
	width:122px;
	background:url(../images/bg_vert.gif) repeat-x 0 0;
	font-size:13px;
}

#mc .pImgM p {
	margin:0 0 4px;
	text-align:center;
	font-size:13px;
	color:#666;
	display:block
}

.pImgM #altViews li {
	margin-top:4px
}

.pImgM #altViews img {
	width:58px;
	height:58px;
	border:none
}

.pData {
	clear:right;
	position:relative;
	font-size:12px;
	color:#666
}

.pData img {
	vertical-align:middle
}

.pData h3 {
	color:#666;
	border:none;
	font-size:18px;
	clear:right;
	margin:0 0 8px
}

.pData .model {
	margin-bottom:4px
}

.pData .price {
	font-size:15px;
	line-height:24px;
	color:#cc0000;
	font-weight:bold
}

#pShortDescr {
	color:#999;
	/*border-top:#ccc 1px solid;*/
	padding-top:8px;
 margin-top:8px*/
}

#pAddCart {
	/*	use when no options on page
	display:inline;
	float:right;
	margin-top:-22px;
	width:168px; */
	font-size:14px;
	font-weight:bold;
	width:188px;
 display:inline*/ float: left;
	bottom:34px;
	display:block;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	right:0;
	width:168px;
}

#pAddCart img {
	display:block;
	margin-left:auto;
	text-align:right;
	margin-right:20px
}

#pAddCart #pg_wrap {
/*	use when no options on page
	margin-top:-22px;
	width:168px;*/
}

.pSelects {
	bottom:36px;
	position:absolute;
	right:0
}

.pSelects select {
	margin-left:2px;
	width:114px
}

#pAddCartPan {
	bottom:8px;
	position:absolute;
	right:0
}

#pAddCart input#qty {
	width:20px;
	text-align:center;
	margin-left:4px
}

#pAddCart fieldset * {
	float:left
}

input#pButAddCart {
	width:88px;
	text-align:center;
	margin-left:4px
}

#pDescr {
	margin-top:1em;
	clear:both
}

.pMore ul {
	list-style: disc;
	margin:1em 2em
}

/* Search*/

#sForm {
	margin:2em 0;
	clear:both
}

/* EOF Inner Pages */

/*
             .-"-._( ) )
            /  ,  ,  66\
     `======\   )_\\=\_o)=   FORMS and Buttons 
             `~~"~ `"
*/
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align:middle
}

a:active, input:active, * :focus {
	outline: none
}

/* ff way to remove outline from submit button
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
border: none
} */
form {
	display:inline
}

/*
**************
MAIN BUTTONS
**************
*/

.buttons {
	margin:8px 0 0
}

.but, #bfd input.but {
	cursor:pointer;
	border:0;
	overflow:hidden;
	background:url(/smarty/templates/images/btn_b.gif) no-repeat 0 0;
	color:#666;
	font-size:12px;
	font-weight:normal;
	vertical-align:middle;
	padding:1px 2px 3px;
	height: 19px;
	width: 64px;
	/*height:18px;
	line-height:15px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;*/
	width: 64px;
} /* some maneuvers to make it similar in all browsers, change carefully! */

.boxSubmit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:0 8px 3px !important;
	margin:6px 0
}

input.vcbutblue, input.vcbut, input.cfbut, ul.checkout_opts .opt_button_wrap input.opt_button {
	background:url(../images/bg_al.gif) repeat-x 0 0; /* same as .but, but taller */
	line-height:21px;
	height:21px;
	border:0;
	font-weight:bold;
	font-size:12px !important;
	color:#fff !important;
	cursor:pointer;
}

input.vcbut {
	background-position: 0 -80px;
	width:108px !important;
}

input.cfbut {
	background-position: 0 -40px;
}

ul.checkout_opts .opt_button_wrap input.opt_button {
	width:125px !important;
}

.pDel {
	display:block;
	width:18px;
	height:18px;
	text-indent:-2000px;
	/*background:url(../images/del.gif) no-repeat 0 0;*/
	margin-top:2px;
}

#createAccCol .panIn a {
	display:block;
	margin:8px auto;
	font-size:16px;
	font-weight:bold;
	line-height:46px;
	text-align:center;
	width:183px;
	height:49px;/*background:url(../images/bg_al.gif) no-repeat 0 -128px*/
}

input#butCOLogin, #butCOContinue {
	/*background:url(../images/bg_pancologin.gif) no-repeat 0 -270px;*/
	width:160px !important;
	height:34px;
	margin:0;
	font-weight:bold;
	font-size:12px;
	text-align:center
}

#butCOContinue {
	background-position:-201px -270px;
	width:177px !important
}

/* Additives */


/* logo handle */
#lhand {
	background-image: url(/smarty/templates/images/logo.gif);
	background-repeat: no-repeat;
	position: relative;
	float: left;
	top: 8px;
	left: 10px;
	height: 79px;
	width: 235px;
	overflow: visible;
	z-index: 200;
	margin-bottom: -87px;
}

/* Top Navigation Control */

#tnt {
	float: right;
	position: relative;
	left: 10px;
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	width: 405px;
	margin-top: 8px;
	height: 39px;
	overflow: hidden;
}

#tnt ul {
	display: block;
	overflow: hidden;
}

#tnt li {
	border-right: solid 1px #FFF;
	list-style-image: none;
	/*list-style-position: outside;*/
	list-style-type: none;
}

#tnt li a {
	text-decoration: none;
}

#tnt li a:hover {
	text-decoration: underline;
}

#searchy {
	float:right;
	height:36px;
	line-height:14px;
	margin-right:3px;
	margin-top:18px;
	padding-left:10px;
	padding-right:10px;
}

#searchy input[type=text] {
	margin:0 3px 0 2px;
	text-align:left;
	width:90px;
}

#searchy input#sSearchGo {
	background: url(/smarty/templates/images/btn_a.gif) no-repeat 0 0;
	width: 62px;
	height: 17px;
}

/* Index Content Control */
#InMid {
	background: url(/smarty/templates/images/top_bg.gif) repeat-x;
	background-position: 0 -73px;
	height: 28px;
	width: 900px;
}

/* Mid Navigation Control */
#props {
	position: relative;
	top: -12px;
	display: block;
	overflow: visible;
	z-index: 200;
	width: 552px;
	height: 43px;
	margin: 0 auto;
	padding: 0;
}

#props ul {
	display: block;
	overflow: hidden;
	width: 552px;
}

#props li {
	text-indent: -2000em;
	list-style: none;
	list-style-type: none;
	float: right;
	display: block;
}

#proprs li a {
	display: block;
	float: right;
	overflow: visible;
	z-index: 200;
	width: 275px;
	height: 43px;
}

li.three a {
	background: url(/smarty/templates/images/cat.png);
	background-position: 0 0;
	height: 43px;
	width: 275px;
	overflow: visible;
	z-index: 200;
	display: block;
}

li.three a:hover {
	background: url(/smarty/templates/images/cat.png);
	background-position: 0 -43px;
	height: 43px;
	width: 275px;
	overflow: visible;
	z-index: 200;
	display: block;
}

li.four a {
	background: url(/smarty/templates/images/cat.png);
	background-position: -275px 0;
	height: 43px;
	width: 275px;
	overflow: visible;
	z-index: 200;
	display: block;
}

li.four a:hover {
	background: url(/smarty/templates/images/cat.png);
	background-position: -275px -43px;
	height: 43px;
	width: 275px;
	overflow: visible;
	z-index: 200;
	display: block;
}

/* Index Lower Content */
#InCt {
	background: url(/smarty/templates/images/top_bg.gif) repeat-x;
	background-position: 0 -87px;
	height: 218px;
	width: 900px;
}

/* Footer Control */
#fnav {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	color: #FFF;
	width: 688px;
	height: 20px;
	margin: 0 auto;
	line-height: 5px;
	overflow: hidden;/*padding-left: 40px;*/
}

.open {
	border-right: 1px #333 solid;
}

li.open a {
	border-right: 1px #333 solid;
}

.open li a {
	border-right: 1px #333 solid;
}

#fnav li open {
	border-right: 1px #333 solid;
}

#fnav ul {
	overflow: hidden;
	display: inline;
}

#fnav li {
	list-style-image: none;
	list-style-type: none;
	margin: 4px 0 0;
	border-right: 1px solid #FFF;
}

#fnav li a {
	color: #FFF;
	text-decoration: none;
}

#fnav li a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* Index Content Navigation */
#cnav {
	float:left;
	display:inline;
	border: 1px solid #999;
	background: url(/smarty/templates/images/top_bg.gif) repeat-x scroll 0pt -101px;
	height: 206px;
	width: 148px;
	margin-left: 10px;
	margin-right: 15px;
}

#cnav ul {
}

#cnav li {
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #FCFCFC;
	height:24px;
	list-style:none outside none;
	margin:0 6px;
	padding:0;
}

#cnav li.first {
	border-top: none;
}

#cnav li.last {
	border-bottom: none;
}

#cnav li a {
	color:#666666;
	display:block;
	font-size:11px;
	height:24px;
	line-height:23px;
	padding-left:24px;
	text-decoration:none;
}

#cnav li a:hover {
	background: #ff0 url(/smarty/templates/images/bg_cnav.gif) no-repeat scroll 0 2px;
}

/* Index Content Center */
#ccn {
	float: left;
	height: 140px;
	width: 454px;
}

#ccn div {
	display: inline;
	float: left;
}

#ccn div div.ccnIn {
	display: block;
	position: relative;
	top: -15px;
	font: 11px;
	padding: 5px 8px;
}

#ccn div div.ccnIn p {
	font-size: 10px;
	width: 148px;
	height: 45px;
	display: block;
	top-margin: -8px;
}

.btn {
	background:transparent url(/smarty/templates/images/btn_b.gif) no-repeat;
	height: 19px;
	width: 64px;
	cursor: pointer;
	border: medium none;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	display: block;
	margin-top: 4px;
}

.btna {
	background:transparent url(/smarty/templates/images/btn_b.gif) no-repeat;
	height: 19px;
	width: 64px;
	cursor: pointer;
	border: medium none;
	font: 12px;
	text-align: center;
	line-height: 16px;
	display: block;
	margin-top: 12px;
}

.pam {
	border: 1px solid #CCC;
	padding: 2px;
}

#ccn h2 {
	background: url(/smarty/templates/images/title_bg.gif) no-repeat;
	line-height: 22px;
	font-size: 16px;
	text-indent: 17px;
	color: #FFF;
	display: block;
	clear:both;
}

#ccn h3 {
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
	padding-left: 8px;
	margin:0
}

#ccnl {
	float: left;
	background: url(/smarty/templates/images/bg_tab.jpg) no-repeat 0 0;
	height: 91px;
	width: 220px;
	border: 1px solid #999999;
}

#ccnr {
	float: left;
	background: url(/smarty/templates/images/bg_tab.jpg) no-repeat 0 -91px;
	height: 91px;
	width: 220px;
	border: 1px solid #999999;
	margin-left: 10px;
}

/* Index Content Video */
#ccvid {
}

#ccvid h2 {
	background: url(/smarty/templates/images/title_bg.gif) no-repeat;
	line-height: 22px;
	font-size: 16px;
	text-indent: 17px;
	color: #FFF;
	display: block;
	clear:both;
}

/* Two Col Main Control */
#tsn {
	position: relative;
	top: -8px;
	background: url(/smarty/templates/images/top_bg.gif) repeat-x 0 -46px;
	width: 900px;
	height: 27px;
	margin-right: 8px;
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;
}

#glide {
	float: left;
	width: 100%;
}

#glogo {
	background-image: url(/smarty/templates/images/logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	float: left;
	top: 8px;
	left: 10px;
	height: 79px;
	width: 235px;
	overflow: visible;
	z-index: 6;
	margin-bottom: -87px;
}

#glogo h1 a, #glogo h1 {
	display:block;
	height: 68px;
	width:208px;
	text-indent:-2000em;
	cursor:pointer
}

#mew {
	float: left;
	clear:both
}

/* Two Col Sub Navigation */
#snsd {
	position: relative;
	right: -21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	float: right;
	line-height: 12px;
	width: 428px;
	overflow: hidden;
}

#snsd ul {
	display: block;
	overflow: hidden;
}

li.last a {
	border-right: medium none;
}

.last li a {
	border-right: medium none;
}

#snsd li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	float: left;
	margin: 7px 0 0;
	padding: 0 15px 0 15px;
	border-right: 1px solid #FFF;
}

#snsd li a {
	color: #FFF;
	text-decoration: none;
}

#snsd li a:hover {
	color: #FFFF33;
	text-decoration: underline;
}

/* Product Page Customization */

#bfd {
	background:url("/smarty/templates/images/dealer_bg.gif") no-repeat;
	border-top:8px solid #fff;
	clear:both;
	color:#666;
	float:none;
	font-size:14px;
	font-weight:bold;
	height:37px;
	line-height:37px;
	margin:5px auto 0;
	overflow:hidden;
	text-indent:6px;
	vertical-align:middle;
	width:281px;
	margin-bottom:2em
}

* html #bfd {
	padding-top:8px;
}

#bfd input {
	border:1px solid #999;
	color:#999999;
	font-size:10px;
	height:15px;
	margin-left:5px;
	width:98px;
}

#bfd input#dsb {
	display:inline;
}

#sback {
	background: url(/smarty/templates/images/topbg.gif) repeat-x;
	position: relative;
	left: -30px;
	height: 128px;
}

/* Thumbs Viewer */

#htmgal {
	width:324px
}

#htmgal a {
	float:left;
	display:inline;
	margin:2px 2px 3px 3px;
	padding:1px;
	border:1px solid #797979;
}

/* EOF Thumbnails Viewer*/

#dsearch {
	background: url(/smarty/templates/images/banners.gif) repeat-x 0 0;
	border: 1px solid #f1f1f1;
	height: 32px;
	text-align: center;
	margin-bottom: 11px;
	vertical-align: middle;
}

#dsearch input, select {
	font-size: 10px;
	color: #333;
}

#paging {
	background: #FFF800;
	height: 26px;
	width: 199px;
	line-height: 26px;
	font-weight: bold;
}

.paging a.next {
	background-position: 100% 50%;
	text-align: right;
}

.prev {
	background: url(/smarty/templates/images/arrow.gif) no-repeat 0 50%;
	float: left;
	display: inline;
	width: 46px;
	padding: 0 15px;
	margin: 0 10px;
	height: 26px;
}

.next {
	background: url(/smarty/templates/images/arrow.gif) no-repeat 100% 50%;
	float: left;
	display: inline;
	width: 46px;
	margin: 0 10px;
	padding: 0 15px;
	height: 26px;
	text-align: right;
}

#showing {
	background: url(/smarty/templates/images/banners.gif) repeat-x 0 -32px;
	height: 31px;
	line-height: 31px;
	color:#FFF;
	text-align: center;
	font-weight: bold;
}

#gmap {
	clear: both;
	margin-bottom: 30px;
}

#dadr {
	height: 330px;
	color: #797979;
	font-size: 10px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 10;
	border: #f1f1f1 solid 1px;
	padding-top: 8px;
}

#dadr strong {
	color: #000;
	font-size: 12px;
}

#yad {
	width: 199px;
	height: 459px;
	float: right;
}

#yadpan {
}

#yad h2 {
	background: url(/smarty/templates/images/banners.gif) repeat-x 0 -32px;
	height: 39px;
	width: 199px;
	color: #FFF;
	line-height: 16px;
	padding: 8px 0 0;
	margin: 0;
	display: block;
	font-size: 16px;
	padding: 8px 0 0;
}

#yad h2 span {
	float: left;
	font-size: 40px;
	line-height: 47px;
	margin: -8px 10px 0 8px;
}

.pMore {
	color: #333;
	line-height: 18px;
}

#grab h2 {
	font-size: 16px;
	color: #424242;
}

.pMore .tm {
	margin:2em 0;
	color:#666;
	font-size: 10px;
}

.pMore ul {
	padding:1em 0 0 16px;
	list-style: disc;
	line-height:18px;
}

.pMore ul li {
	margin:6px inherit
}

/* PDODUCTs TITLES */

.pData h3 {
	background-image:url("/smarty/templates/images/titles.png");
	background-repeat:no-repeat;
	display:block;
	height:51px;
	text-indent:-2000em;
	width:440px;
}

#HS1 {
	background-position:0 -54px;
}

#TPS {
	background-position:0 -108px;
}

#TQS {
	background-position:0 -162px;
}

#T1S {
	background-position:0 -216px;
	height:27px;
}

#TVS {
	background-position:0 -243px;
}

#TLS {
	background-position:0 -297px;
}

#TXP {
	background-position:0 -351px;
	height:27px;
}

#TOIIS {
	background-position:0 -378px;
}

#FX4 {
	background-position:0 -432px;
	height:27px;
}

#OT22 {
	background-position:0 0;
}

#TH22 {
	background-position:0 -513px;
}

#ULTIMA {
	background-position:0 -567px;
}

#TOI {
	background-position:0 -621px;
}

#TF4 {
	background-position:0 -675px;
}

#TXP4 {
	background-position:0 -729px;
}

#TQ4 {
	background-position:0 -459px;
}

/* CATEGORIES PAGES */

#product_types #cl, #products #cl {
	background:url("/smarty/templates/images/bg_type.gif") no-repeat 0 0;
}
