@charset "utf-8";

/*
***********
CLEAR FIX
***********
*/
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear { display: inline-block; }
*:first-child+html .clear { width:100% }
/* Hides from IE-mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* End hide from IE-mac */

/* 
************
GENERAL
************
*/
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	background:#003066 url(../images/bg_body.gif) repeat-y 50% 0
}

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

.container {
	width: 751px;
	margin-left: 1px;
	margin-right: 1px;
}

.clear-div {
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}

.banner {
	float: left;
	margin-left: 1px;
	margin-bottom: 1px;
	background-color: #fff;
}

.banner1 {
	float: left;
	background-color: #CCC;
	width: 503px;
	height: 352px;
	margin-right: 1px;
	margin-bottom: 1px;
}

.banner2 {
	float: right;
	height: 352px;
	width: 246px;
	margin-bottom:1px;
}

.banner3 {
	float: left;
	width: 255px;
	height: 191px;
	margin-right: 1px;
	margin-bottom: 5px;
}

.banner4 {
	float: left;
	width: 246px;
	height: 191px;
	margin-right: 1px;
	margin-bottom: 5px;
}

.banner5 {
	float: right;
	height: 191px;
	width: 246px;
	margin-bottom: 5px;
}

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

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

a img, :link img, :visited img, fieldset, input[type=checkbox], input[type=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 {
	background:url(../images/header.png) no-repeat scroll 0 0;
	clear:both;
	height:77px
}

#head {
	background:url(../images/header.png) no-repeat #FFF;
	height:77px;
	width: 754px;
}

#h h1, #h h2 {
	display:block;
	text-indent:-2000px
}

#h h1 a {
	display:block;
	height:50px;
	width:172px;
}

#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;
	height:31px
}

#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 {
	background:url(../images/bg_vert.gif) repeat-x scroll 0 -59px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	color:#fff;
	height: 20px;
}

#bmenu li {
	padding:0 8px;
	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
}

/* COLUMNS */
/* PADDINGS of main cols */
#mcc {
	padding-bottom: 1px;
	min-height: 100%;
	background: #FFF;
}

* html #mcc {
	height: 400px;
}

#home_page #mcc {
	padding-left:1px
}

/* CENTRAL COLUMN hp */
#hpBan {
	text-align:center;
	margin-right:5px;
}

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

/* EOF COLUMNS */

/* FOOTER */
#fc {
	text-align:center;
	color:#333;
	padding:24px 0 12px 0;
	background:url(../images/bg.gif) no-repeat 0 -152px
}

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

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

#fPan {
	margin:0 auto;
	height:94px;
	width:1000px;
	display:block;
	clear:both
}

#fPan div#fBan {
	float:right;
	width:340px;
	height:56px;
	border-left:#eee 1px solid;
	text-align:center;
	margin-top:18px;
	/*margin-right:12px;*/
	padding-top:14px
}

#fPan div {
	float:left;
	display:inline;
	height:68px
}

div#fMenu {
	text-align:left;
	padding-bottom:0;
	width:642px;
	overflow:hidden;
	height:80px;
	float:left;
	margin:18px 0 0;
}

div#fCustCare {
	width:200px;
	margin-left:11px;
	margin-right:11px;
	padding-right:8px
}

div#fAcInfo {
	width:154px;
	padding-left:11px;
	border-left:#eee 1px solid;
	overflow:hidden
}

div#fJoin {
	width:232px;
	padding-left:11px;
	border-left:#eee 1px solid
}

#fc strong {
	font-size:12px;
	margin-bottom:3px;
	display:block;
	color:#666
}

#fc li {
	list-style:none;
	float:left;
	white-space:nowrap;
	width:50%;
}

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

input#fSubscribe {
	display:inline;
	border:#666 1px solid;
	width:156px;
	margin:0 4px 0 0
}

#fCopy {
	color:#999;
	margin-top:18px
}

#fCopy a {
	color:#999
}

#fCopy a:hover {
	color:#000
}

/* 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:2px solid #F0DDAE;
	float:left;
	display:inline;
	border-collapse: collapse;
	color:#333;
	font-size:11px;
	width: 190px;
	height:282px;
	margin: 0px;
	/*/margin:0 14px 16px 13px;/*/
	overflow:hidden;
	/*/width:139px;/*/
	padding: 0px;/*/padding:8px 16px;/*/
}

.poring {
	padding: 5px;
	position: relative;
	height: 170px;
}

#lunatic {
	position: relative;
	bottom: 0;
	margin:0 8px;
}

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

.pBox h5 a {
	display:block;
	font-size:11px;
	/*/height:26px;/*/
	margin-bottom:0px;
	/*/margin-top:1px;/*/
	overflow:hidden;
	background-color: #F0DDAE;
	padding: 2px;
	border: 1px solid #FFF;
	width: 184px;
	height: 30px;
	text-align: center;
}

.pBox h6 a {
	display:block;
	font-size:10px;
	/*/height:26px;/*/
	margin-bottom:0px;
	/*/margin-top:1px;/*/
	overflow:hidden;
	text-align: center;
	/*padding: 2px;*/
	width: 100px;
	color: #000;
}

.rvBox h5 a {
	display:block;
	font-size:11px;
	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: none;
	color: #9D7F3A
}

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

#pPane .pImgM img {
	width:auto;
	height:auto;
}

#modnum {
	text-align: center;
	color: #003066;
	margin: 3px 0;
}

#ptag {
	font-size: 10px;
	color: #999;
	text-align: left;
	margin: 8px 8px 3px;
	border-bottom: 1px solid #ccc
}

#descp {
	font-size: 10px;
	color: #000;
	height:50px;
	padding: 2px 8px 4px;
	overflow: auto;
}

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

.pPrice {
	color:#333;
	font-size:12px;
	font-weight: bold;
	float: left;
	text-align:left
}

.pPriceb {
	color:#333;
	/*line-height:22px;*/
	font-size:12px;
	/*font-weight: bold;*/
	float: left;
	text-align:left;
	margin-left: 3px;/*bottom-border: 1px solid #CCC;*/
}

.pButs {
	float: right;
	text-align: right;
	color: #333;
	font-weight: bold;
}

.pButs a {
	color: #003066;
	text-decoration: none;
}

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

/* 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:12px;
	line-height:20px
}

.sBody {
	background: #FFF no-repeat 0 100%;
	/*line-height:14px;*/
	margin-left: 5px;
	color: rgb(51, 51, 51);
	font-size: 11px;
	padding: 6px 0px 12px 0px;
}

.sBodyIn {
	margin-left: 25px;
}

.sBodytext {
}

.sH {
	height:24px;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
}

.sH h4 {
	font-size:13px !important;
	color:#003366 !important;
	font-weight:bold !important;
	line-height:22px !important;
	text-align: left;
	padding-left: 5px;
}

.sBox {
	font-size:10px;
	line-height:16px
}

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

.rvBox h5 a {
	height:auto
}

.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 */
.pBrand, .pCat {
	float:left;
	display:inline;
	border-collapse:collapse;
	color:#000;
	font-size:12px;
	height:156px;
	margin:0 14px 8px 13px;
	overflow:hidden;
	text-align:center;
	width:139px;
	padding:8px 16px
}

.pBrand h5 a, .pCat h5 a {
	display:block;
	font-size:12px;
	line-height:26px;
	height:26px;
	margin-top:4px;
	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:left;
	font-size:10px;
	color:#666;
	margin:0 1px 11px
}

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

/*.sBody {
	padding:6px 8px 10px;
	background: #eeeeee no-repeat 0 100%;
	line-height:16px
}*/

.sBody ul {
	margin:2px 0 8px 8px;
	text-align:left
}

.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;
}

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

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

/*
SIDE CATEGORIES
*/
#sCats ul {
	margin-left:0;
	list-style-position: outside;
}

#sCats li a {
	padding-left: 3px;
	margin-top: 4px;
}

#sCats li a.exp {
	background-image:url(../images/bg_cats.gif);
	background-position:0 -1px;
	text-indent:-2000em;
	float:left;
	width:8px;
	padding-left:0
}

#sCats li a.current {
	color:#000;
	background-position:-400px -1px
}

#sCats li a:hover {
	color:#333;
	text-decoration: underline;
	background-position:-200px -1px
}

#sCats ul ul {
	font-size:11px;
	margin:5px 1px 5px 5px;
	padding-left:0;
	list-style-position: outside;
}

#sCats li li a {
	background:#FFF;
	color:#666;
	list-style-position: inside;
	display: list-item;
	list-style-image: url(/smarty/templates/images/arrow_cat.gif);/*padding-left: 18px;*/
}

#sCats li li a:hover {
	color:#CCC;
	text-decoration: none;
	background: #FFF;
	list-style-image: url(/smarty/templates/images/arrow_cat_hoover.gif);
	list-style-position: inside;
	display: list-item;
}

/************
INNER PAGES 
************/
h3 {
	font-size:16px;
	color:#069;
	border-bottom:#ccc 1px solid;
	text-transform:capitalize;
	clear:both;
	margin:4px 0 14px
}

#mc h4 {
	font-size:14px;
	line-height:28px;
	height:28px;
	clear:both;
	display:block;
	border-bottom:#000 1px solid;
	margin:0 3px 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-bottom: .5em;
	clear:both;
	background:#eee;
	border:1px solid #e6e6e6;
	line-height:34px;
	height:34px;
	font-size:10px;
	width: 579px;
	text-align:center
}

.pages select, .pages2 select {padding:1px}

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

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

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

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

.paging {
	position:absolute;
	left:28px;
	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 {
	text-align:center;
	zoom:1
}

.pages2 {clear:both;
	margin:0 0 1em;
	clear:both;
	line-height:34px;
	height:34px;
	font-size:10px;
	text-align:right}


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

.pImgM {
	text-align:left;
	width:252px;
	position: relative;
	float:left;
	display:inline;
	margin:0px 5px;
	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 {
	/*position: relative;*/
	float:left;
	margin-bottom:6px
}

#butsUImg {
	width: 256px;
}

.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 {
	position:relative;
	float: left;
	width: 298px;
	font-size:12px;
	color:#666;
	padding-right: 10px;
}

.pData img {
	vertical-align:middle
}

h3#pHead {
	color:#666;
	border:none;
	font-size:18px;
	clear:right;
	margin-bottom:8px
}

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

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

#pShortDescr {
	color: #000;
	border-top:#ccc 1px solid;
	margin-top:10px;
	padding-top:10px;
}

#pAddCart {
	/*float:right;
	margin-top:-34px;
	font-size:14px;
	font-weight:bold;
	width:188px;
	display:inline*/
	bottom:34px;
	display:block;
	float:right;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	right:0;
	width:168px;
}

/*
* html #pAddCart {
	margin-left:356px
}*/

#pg_wrap li {
	margin-bottom:4px
}

#pg_wrap li select {
	width:100px
}

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

#pAddCart fieldset * {
	float:left;
	display:inline
}

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

#pDescr {
	margin:1em 16px 0 4px;
	clear:both;
	overflow: hidden;
}

/* Search*/
#sForm {
	margin-bottom:2em;
	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 {
	cursor:pointer;
	border:0;
	overflow:hidden;
	background:#069 url(../images/bg_al.gif) repeat-x 0 0;
	color:#fff;
	font-weight:bold;
	padding:1px 2px 3px;
	height:18px;
	line-height:15px;
	vertical-align:middle;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
} /* 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;
}

input#vcCheckout, input#vcCheckoutComplete, input#vcContinueShopping, .tdCoupon input.boxSubmit, input#butCOLogin, input#butCOContinue, input#contactBut, input#butForgotPassw, input#cCreateAccount, #createAccCol .panIn a, input#butLogin {
	width:191px;
	height:43px;
	text-align:left;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	text-indent:-2000em;
	line-height:200em;
	overflow:hidden;
	background:url(../images/bg_buttons.png) no-repeat 0 0;
}

.tdCoupon input.boxSubmit {
	width:108px;
	height:23px;
	border:none;
	background-position: -215px -8px;
}

input#vcCheckout {
	background-position:0 -250px;
}

input#vcCheckoutComplete {
	background-position:-218px -250px;
	width:144px;
	height:34px;
}

input#butCOContinue {
	background-position:0 -58px;
	display:block
}

input#butCOLogin {
	background-position:-212px -58px;
	width:191px !important;
}

#createAccCol .panIn a {
	display:block;
	margin:8px auto;
	background-position:-218px -430px;
}

input#contactBut, input#butForgotPassw, input#cCreateAccount, input#butLogin {
	width:160px;
	height:36px;
	background-position:-121px -186px;
}

input#cCreateAccount {
	background-position:-121px -305px
}

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

/* CSS fixes */
.pusher:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* common layout */
#mcc h3 {
	clear:both;
	color:#003366;
	font-size:16px;
	margin:16px 0 14px;
	text-transform:capitalize;
	border: 0px solid #fff;
}

div.ing-desc h1 {
	font-size: 13px;
	font-weight: bold;
	text-transform:capitalize;
	color: #333333;
}

/* ingredients */
img.left-img {
	float: left;
	padding: 10px;
}

img.right-img {
	float: right;
	padding: 10px;
}

div.ing-desc {
	float: right;
	width: 383px;
	padding-right: 25px;
	text-align: justify;
	margin-bottom: 20px;
}

div#main-text {
	width: 403px;
	margin-bottom: 16px;
}

/* top search */
#searchy {
	left:528px;
	position:absolute;
	top:18px;
	width:218px;
	text-align:right
}

/* top top nav */
#tmenu {
	position: absolute;
	width: 450px;
	top: 40px;
	right: 0px;
	float: right;
	margin-right: 10px;
	background: none;
}

ul#tnav {
	float: right;
	height: 9px;
	margin-bottom: 10px;
}

ul#tnav li {
	float: left;
	display: inline;
}

ul#tnav li a {
	text-decoration: none;
	display: block;
	height: 9px;
	margin-top: 3px;
	background: transparent url(/smarty/templates/images/navs.gif) top left no-repeat;
	text-indent: -9999px;
}

ul#tnav li#shopcount a {
	padding: 0px;
	font-size: 11px;
	/* line-height: 9px; */
	text-indent: 0px;
	background-image: none;
	margin-top: 0px;
}

ul#tnav li#login a {
	width: 41px;
	height: 9px;
}

ul#tnav li#account a {
	width: 78px;
	height: 9px;
	background-position: -41px 0px;
}

ul#tnav li#viewcart a {
	width: 58px;
	height: 9px;
	background-position: -119px 0px;
}

ul#tnav li#checkout a {
	width: 65px;
	height: 9px;
	background-position: -180px 0px;
}

ul#tnav li#shopbag {
	width: 86px;
	height: 9px;
	margin-top: 3px;
	background: transparent url(/smarty/templates/images/navs.gif) no-repeat -240px 0px;
	text-indent:-2000em
}

/* top nav */
#mmenu {
	width: 751px;
	position: absolute;
	top: 60px;
	margin-left:1px;
}

ul#mnav {
	height: 16px;
	margin-left: 1px;
}

ul#mnav li {
	float: left;
	display: block;
	text-indent: -9999px;
}

ul#mnav li a {
	text-decoration: none;
	display: block;
	height: 17px;
	background: transparent url(/smarty/templates/images/navs.gif) top left no-repeat;
}

ul#mnav li#home {
	width: 84px;
	height: 17px;
}

ul#mnav li#feature {
	width: 85px;
	height: 16px;
}

ul#mnav li#ingredients {
	width: 83px;
	height: 16px;
}

ul#mnav li#media {
	width: 84px;
	height: 16px;
}

ul#mnav li#bestsell {
	width: 84px;
	height: 16px;
}

ul#mnav li#about {
	width: 84px;
	height: 16px;
}

ul#mnav li#contact {
	width: 84px;
	height: 16px;
}

ul#mnav li#specoffer {
	width: 162px;
	height: 16px;
}

li#home a, li#home a:visited, li#home a:link {
	background-position: 0px -32px;
}

li#feature a, li#feature a:visited, li#feature a:link {
	background-position: -84px -32px;
}

li#ingredients a, li#ingredients a:visited, li#ingredients a:link {
	background-position: -169px -32px;
}

li#media a, li#media a:visited, li#media a:link {
	background-position: -252px -32px;
}

li#bestsell a, li#bestsell a:visited, li#bestsell a:link {
	background-position: -336px -32px;
}

li#about a, li#about a:visited, li#about a:link {
	background-position: -420px -32px;
}

li#contact a, li#contact a:visited, li#contact a:link {
	background-position: -504px -32px;
}

li#specoffer a, li#specoffer a:visited, li#specoffer a:link {
	background-position: -588px -32px;
}

/* hover */
li#home a:hover, li#home a:visited:hover, li#home a:focus {
	background-position: 0px -72px;
}

li#feature a:hover, li#feature a:visited:hover, li#feature a:focus {
	background-position: -84px -72px;
}

li#ingredients a:hover, li#ingredients a:visited:hover, li#ingredients a:focus {
	background-position: -169px -72px;
}

li#media a:hover, li#media a:visited:hover, li#media a:focus {
	background-position: -252px -72px;
}

li#bestsell a:hover, li#bestsell a:visited:hover, li#bestsell a:focus {
	background-position: -336px -72px;
}

li#about a:hover, li#about a:visited:hover, li#about a:focus {
	background-position: -420px -72px;
}

li#contact a:hover, li#contact a:visited:hover, li#contact a:focus {
	background-position: -504px -72px;
}

li#specoffer a:hover, li#specoffer a:visited:hover, li#specoffer a:focus {
	background-position: -588px -72px;
}

/* footer nav */
#copyr {
	margin-top: 10px;
	text-align: center;
	margin-bottom: auto;
}

#ftrcontent {
	width: 754px;
	background: #fff;
	overflow:hidden;
	padding-bottom: 0;
}

ul#fnav {
	height: 17px;
	overflow:hidden;
	display:block;
	margin:0 0 0 2px;
	padding:0;
}

ul#fnav li {
	float: left;
	display: inline;
	text-indent: -9999px;
	margin:0;
	padding:0
}

ul#fnav li a {
	text-decoration: none;
	display: block;
	height: 17px;
	overflow:hidden;
	background: url(/smarty/templates/images/navs.gif) top left no-repeat;
}

ul#fnav li#fabout {
	width: 79px;
}

ul#fnav li#fcontact {
	width: 84px;
}

ul#fnav li#ffaq {
	width: 46px;
}

ul#fnav li#fpolicy {
	width: 55px;
}

ul#fnav li#fprivacy {
	width: 62px;
}

ul#fnav li#forder {
	width: 90px;
}

ul#fnav li#fnewslet {
	width: 88px;
}

ul#fnav li#fsignup {
	width: 156px;
	overflow:hidden;
	background: url(/smarty/templates/images/navs.gif) top left no-repeat;
	background-position: -504px -119px;
	text-indent: 0;
	padding-left: 90px;
}

ul#fnav li#fsignup input#fSubscribe {
	width: 100px;
}

li#fabout a, li#fabout a:visited, li#fabout a:link {
	background-position: 0px -119px;
}

li#fcontact a, li#fcontact a:visited, li#fcontact a:link {
	background-position: -79px -119px;
}

li#ffaq a, li#ffaq a:visited, li#ffaq a:link {
	background-position: -163px -119px;
}

li#fpolicy a, li#fpolicy a:visited, li#fpolicy a:link {
	background-position: -209px -119px;
}

li#fprivacy a, li#fprivacy a:visited, li#fprivacy a:link {
	background-position: -264px -119px;
}

li#forder a, li#forder a:visited, li#forder a:link {
	background-position: -326px -119px;
}

li#fnewslet a, li#fnewslet a:visited, li#fnewslet a:link {
	background-position: -416px -119px;
}

/* hover */
li#fabout a:hover, li#fabout a:visited:hover, li#fabout a:focus {
	background-position: 0px -203px;
}

li#fcontact a:hover, li#fcontact a:visited:hover, li#fcontact a:focus {
	background-position: -79px -203px;
}

li#ffaq a:hover, li#ffaq a:visited:hover, li#ffaq a:focus {
	background-position: -163px -203px;
}

li#fpolicy a:hover, li#fpolicy a:visited:hover, li#fpolicy a:focus {
	background-position: -209px -203px;
}

li#fprivacy a:hover, li#fprivacy a:visited:hover, li#fprivacy a:focus {
	background-position: -264px -203px;
}

li#forder a:hover, li#forder a:visited:hover, li#forder a:focus {
	background-position: -326px -203px;
}

li#fnewslet a:hover, li#fnewslet a:visited:hover, li#fnewslet a:focus {
	background-position: -416px -203px;
}

.content {
	display: block;
	margin:0 auto;
	text-align:center;
}

ul.cate {
	list-style-position:outside;
	list-style-type:none;
	/*margin:2px 0 8px 0;*/
	padding:0;
	font-weight:bold
}

ul.cates a {
	color:#333333 /*48*/
}

ul.cates a:hover {
	color:#666666;/*49*/
}

ul.cates {
	list-style-position:outside;
	list-style-type:none;/*margin:2px 0 8px 0;*/
}

ul.cates a {
	color:#333333; /*48*/
	list-style-image: url(/smarty/templates/images/arrow_cat_hoover.gif);
}

ul.cates a:hover {
	color:#666666;
}/*49*/

/*.cates li {
	padding-left:18px;
}*/

.cates li a:hover {
	display: list-item;
	background: #FFF;
	list-style-image: url(/smarty/templates/images/arrow_cat_hoover.gif);
}

#faq .pTxt, #policy .pTxt, #privacy .pTxt {
	padding-right:16px
}

a#lmp {
	text-decoration:underline
}

ul.inTxt {
	list-style:disc inside;
}

ul.inTxt li {
	margin:4px 36px
}

.fbReg {
	float:right;
	display:inline;
	margin-top:-40px
}

