/* make watchfinder unvisible */

#nav li.nav-watchfinder {
  display: none;
}




.welcome-msg {
    float: left;
    padding-right: 7px;
    color: #a8a8a8;
	padding-top:1px;
}

.f-left  { float: left; }
.f-right{ float: right; color: #999999 !important; text-align:right }
.f-right a { color: #999999 !important;  }
.page-head { border-bottom:1px dotted #f5d759 ;}

.toplinks{
	float: left;
	/*background: url(../images/customer-menu-left.gif) no-repeat left top;*/
	padding-left:6px;
}
.toplinkswr{
	/*background: url(../images/customer-menu-right.gif) no-repeat right top;*/
	padding-right: 6px;
}

.toplinks *{
	color: #fff;
	font-size: 11px;
}

.toplinks li{
	background: url(../images/pipe-fat.gif) no-repeat right 50%;
	display:inline;
	padding:0 6px 0 3px;
}

.toplinks .last{
	background: none;
}


#nav .last {
	margin-right: 0px;
}

#header-cart{
	float: right;
	 /*background: url(../images/icon-cart.gif) no-repeat left top;*/
	padding: 0px 30px 0px 0px;
}

#header-cart, #header-cart *{
	color: #fff;
	font-size: 11px;
}

/* additional nav items */
.cms-home .nav-home a, 
.cms-about-magento-demo-store .nav-about a,
.cms-delivery .nav-delivery a,
.contacts-index-index .nav-contacts a,
.catalog-category-view .nav-catalog a { /*background: #e0cac7 !important;*/ }

.callout-center { width: 950px; margin: 12px auto; }

.mini-navigation h4 {}
.mini-navigation li { vertical-align: bottom; }
.mini-navigation li a { display: block; background: url(../images/bullet-nav.gif) no-repeat 100% 50%; }
.mini-navigation li a span { display: block; background: url(../images/hline-dotted.gif) repeat-x 0 100%;}


.group-select {
    border:0px solid #BC8B83;
    }
.group-select .legend {
    border:0px solid #BC8B83;
	background: #c8ae44;
	color: #352211;
    }
	
table.pager td , table.view-by td  {	    
	border-top:0px solid #BC8B83;
}

.listing-type-grid .grid-row { border-bottom:0px solid #BC8B83; }
	
/* glider */
#slider { 
    position: relative;
    height:370px;
    z-index: 5;
    width: 963px;
	   
}
div.scroller { 
    width:962px;
    height:370px;
    overflow: hidden;
    position: relative;    
    background: #352211;  
	border-bottom: 1px black solid;
}
div.slidercontrolwr a {
    position:absolute;
    top:170px;
    z-index:6;
    width: 25px;
    height: 28px;
    text-indent: -9999px;
}
div.slidercontrolwr .aprev {
    left: -2px;
    background: url(../images/slide-right.gif) no-repeat left top;
}
div.slidercontrolwr .anext {
    left: 939px;
    background: url(../images/slide-left.gif) no-repeat left top;
}
div.scroller img{
    border: 1px black solid;
}
div.scroller div.section {  
    width:962px;
    height:370px;
    overflow:hidden;
    margin-bottom: 20px;
    /*float:left;*/
}
div.scroller div.content {
    /*width: 10000px;*/
    padding: 0px;
}

.content .sliderdescription{
    width: 960px;
    padding: 0px 10px;
    display: block;
    position:relative;
    top:-40px;
    color: #000;
    background: url(../images/grid.gif) repeat left top;
    font: 11px bold Helvetica, sans-serif;
    opacity:0.65;
    filter:alpha(opacity=65);       
}   
.content .sliderdescription p{ line-height: 20px; text-align: center; }
div.sliderdescription:hover{ background: #fff; }
.content a { text-decoration: none; color: #5a5a5a; }


.slidercontrol {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:10px 0 0;
padding:0;
}
.slidercontrol{
    list-style: none;
    padding: 0px;
    margin: 0px;    
}

.footer .payments {
    margin-top: 10px;
    float: right;
}
.footer .mini-newsletter {
    font-size: 1.1em;
    width: 330px;
    float: left;
}
.footer .mini-newsletter h4 {
    width: 60px;
    margin: 0;
    line-height: 21px;
    text-indent: -9999px;
    background: url(../images/newsletter-header-bg.gif) no-repeat 0 50%;
}
.footer .mini-newsletter input {
    margin: 0 0 0 10px;
}

.informational a{
	text-transform: uppercase;
}

/* matrix slider */
.recently-wrapper {
    clear: both;
    margin-top: 0px;
	border-bottom: 2px #352211 solid;
	border-top: 5px #352211 solid;
}
.recently {
    width: 961px;
    height: 165px;    
    position: relative;
}
.recently .head {
    display: none;
}
.recently .content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0px;
    padding: 0px 29px;
    width: 902px;
    height: 165px;
	border: 1px black solid;
    background:/*#181005 */#160e03/*#201205*//*transparent url(../images/gradient.gif) repeat-x left top*/;

}
.recently p, 
.recently .price-box {
    margin: 0;
    padding: 0;
}
.recently #move-left,
.recently #move-right {
    position: absolute;
    z-index: 7;
    width: 30px;
    height: 150px;
    top: 10px;
    text-indent: -9999px;
}
.recently #move-left {
    left: 0;
    background: url(../images/move-right.gif) no-repeat 50% 50%;
}
.recently #move-right {
    right: 1px;
    background: url(../images/move-left.gif) no-repeat 50% 50%;
}

#matrix-slider li,
#matrix-slider-row li {
    float: left;
    width: 165px;
    height: 165px;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
    background: #fff;
}
#matrix-slider li div.item,
#matrix-slider-row li div.item {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    padding: 0px;
    width: 165px;
    height: 165px;
    background: #fff;
    text-align: center;
}

.super-attribute-select {}
.add-to-box a {
color:#6F4E30 !important;
}

#track_hint { font-size:9px; color:#999999}

.product-collateral { padding-bottom:none !important; margin-top:10px }
/********************** Tabs */
.tabs                   { overflow:hidden;  }
.tabs li                { float:left; font-size:0.9em; line-height:1em;  /*background:url(../images/tabs_bg.gif) repeat-x 0 100% #f2f2f2;*/ }
.tabs li.first          { border-left:0; }
.tabs li.last           { border-right:0; }
.tabs a                 { display:block; padding:6px 15px; color:#BFB9B3;font-family:"Trebuchet MS"; font-size:1.1em; font-variant:small-caps}
.tabs a:hover           { background:#C8AE44; text-decoration:none; color: black !important; }
.tabs li.active a,
.tabs li.active a:hover {background:#C8AE44;  font-weight:bold; color: black !important; }
.padder{
	/*background:transparent url(../images/gradient.gif) repeat-x left top;*/
	padding: 10px; padding-bottom:0px !important; margin-bottom:0px !important;
	border-top:1px solid #C8AE44;
}

#upsell-product-table  { border: none !important;margin-bottom:0px !important; }
#upsell-product-table td { border: none !important; text-align:center; margin-bottom:0px !important;padding-bottom:0px !important}
#upsell-product-table .product-image img, #upsell-product-table .product-image img a { border: none !important;}
#upsell-product-table td a{ color:#C8AE44 !important; text-decoration:none }
#upsell-product-table td a:hover{ text-decoration: underline }
#upsell-product-table td .price-box{ padding-bottom:0px !important }

#product-attribute-specs-table { width:50%;border:none}
#product-attribute-specs-table td{ width:50%; border:none; border-bottom:#352211 1px dotted}

.short-description{ margin: 5px 0px;}

.data-table thead tr th { background: #C8AE44; }
.data-table tfoot tr { background-color:#C8AE44; }
.data-table tfoot tr.first { background:#C8AE44; }

.discount-codes, .shipping-estimate { display:none; }

.one-page-checkout .active .step-count { color:#f5d759; border:1px solid #160e03; background:#160e03; }

.one-page-checkout .active h3 { color:#BC8B83; }

#checkout-review-table  { width:90%; margin:auto; margin-top:10px; background:none }
#checkout-review-table  tr{ background:none !important; border-bottom: 1px #c8ae44 solid !important; }
#checkout-review-table  tfoot td{ border-top: 1px #c8ae44 solid !important; }

.cms-content  {padding-right:15px; padding-bottom:20px }
.cms-content-retailers-list {padding-left:15px; color:white !important}
.cms-content  h4{padding-left:15px !important;}
.cms-content  h4 a{color:#F5D759; text-decoration:underline}
.cms-content  h4 a:hover{text-decoration: none}
.cms-content-retailers-list  p strong {color:white !important;}
.col-1-layout .breadcrumbs { display:none}

.contact {padding-left:25px !important; float:left; width:290px}
.contact h4{ color:#f5d759 !important}

#contactForm .legend{color:#f5d759 !important; background:none}