/* =============================================================================
   ShopperPress 7+ Developed by Mark Fail
   ========================================================================== */

	* { margin: 0; padding: 0; outline: 0; }
	body {  }
 
/* =============================================================================
   Links
   ========================================================================== */
 
	a { color: #097fb7; text-decoration: none; }
	a:hover { cursor: pointer; text-decoration: none; }
	a img { border: 0; }
	
/* =============================================================================
   Typography
   ========================================================================== */

	h1, h2, h3, h4 { color:#666; }
	.greybg {	background: transparent url(../PPT/img/content_pane-gradient.gif) bottom left repeat-x; }

/* =============================================================================
   box styles / sidebar / main content / widget
   ========================================================================== */

	.itembox { border: 3px solid #E2E2E2;clear: both;margin: 0px 0px 15px;padding: 0px;}	
	.itembox h2,.itembox h1 {   color: #404040;font-size: 17px;  padding: 5px 3px 5px 15px; margin:0px;	
	border:1px solid #fff;
		filter:none;
	background-image		: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef), color-stop(1, #e0e0e0));
	background-image		: -webkit-linear-gradient(top, #efefef 0%, #e0e0e0 100%);
	background-image		:    -moz-linear-gradient(top, #efefef 0%, #e0e0e0 100%);
	background-image		:     -ms-linear-gradient(top, #efefef 0%, #e0e0e0 100%);
	background-image		:      -o-linear-gradient(top, #efefef 0%, #e0e0e0 100%);
	background-image		:         linear-gradient(top, #efefef 0%, #e0e0e0 100%);
	border-bottom:1px solid #ddd;
	}
	.itembox  h1 { font-size: 18px;  margin:0px; }
	.itemboxinner { padding:10px; }

/* =============================================================================
   Header
   ========================================================================== */

	#header {  height:110px; overflow:hidden;   }
	#page {  margin-bottom:0px; }  
	#logo { width:450px; margin-top:10px; }
	#banner { margin-top:10px; } 
	#content { background:#ffffff; }
	
	
/* =============================================================================
   Shopping Basket Widget
   ========================================================================== */
	
	#ProductPurchaseBlock,#BasketBox { border:1px solid #ddd; background:#efefef;  }	
	.right2cols #ProductBuyBlock select, .left2cols #ProductBuyBlock select { width:240px; font-size:13px; }
	.right3cols #ProductBuyBlock select, .left3cols #ProductBuyBlock select { width:180px; font-size:13px; }	
	#ProductPurchaseBlock .cartinto { margin-top:10px; background:#fff; padding:5px; font-size:12px; border-top:1px solid #ddd;  } 
	
	#ProductBuyBlock ul { float:right; }	 
	#ProductBuyBlock .btn { background:#4CAA3F url(images/basket_add.png) no-repeat 10px;; padding:5px; text-align:center; border:1px solid #666; }
	#ProductBuyBlock .btn a {color:#fff; font-size:14px; }
	#ProductBuyBlock .added { background: #2981e4 url(images/basket_put.png) no-repeat 10px; color:#fff; font-weight:bolder; font-size:14px; }
	#ProductBuyBlock h3 { font-size:16px; }
	#ProductBuyBlock .amazon { background:#fff0df url(images/amazon.png) no-repeat 10px; margin-top:5px; border:1px solid #666;   }
	#ProductBuyBlock .amazon a {color:#333; font-size:14px; }

	#ProductBuyBlock .download { background:#fcd2b4 url(images/download.png) no-repeat 10px; margin-top:5px; border:1px solid #c26828;   }
	#ProductBuyBlock .download a {color:#333; font-size:14px; }
	.downloadinfo {border: 1px solid #DDD;background: #e5ffec;padding: 5px; margin-top:5px;}

	#ProductBuyBlock .none { background:#fff0df url(images/amazon.png) no-repeat 10px; margin-top:5px; border:1px solid #666;   }
	#ProductBuyBlock .none a {color:#333; font-size:14px; }
	
	#ProductBuyBlock .avangate { background:#fff0df url(images/networks/avangate.jpg) no-repeat 10px; margin-top:5px; border:1px solid #666;   }
	#ProductBuyBlock .avangate a {color:#333; font-size:14px; }	
 
	
	#f1_upload_form {	 font-size: 12px;	font-weight: normal; font-weight:bold; padding-top:0px; }
	#f1_upload_process{   z-index:100;   visibility:hidden;   position:absolute;     width:200px;}
	.sbtn { background:#0090ff; color:#FFFFFF; font-size:10px; font-family: Arial, Helvetica, sans-serif; margin-top:5px; }
	.supload { width:150px !important; background:#fff; }	
	
	
	
/* =============================================================================
   menu + sub menu
   ========================================================================== */

	.menu {  height:50px; }
	.menu li { 	background:url(images/menu_spacer.png) top right no-repeat; padding-right:20px; height:50px; }
	.menu li a {   padding-top:18px; font-size:16px; }

	
        .dropdown, .dropdown1 { font-size:12px; margin-left:5px; margin-right:5px;  margin-top:2px;  }
        .dropdown dd, .dropdown1 dd, .dropdown dt, .dropdown1 dt, .dropdown ul, .dropdown1 ul { margin:0px; padding:0px; }
        .dropdown dd, .dropdown1 dd { position:relative; }
        .dropdown a, .dropdown1 a, .dropdown, .dropdown1 a:visited { color:#816c5b; text-decoration:none; outline:none;}
        .dropdown a:hover , .dropdown1 a:hover { color:#5d4617;}
        .dropdown dt a:hover, .dropdown1 dt a:hover { color:#5d4617;  }
        .dropdown dt a, .dropdown1 dt a {background: transparent; display:block; padding-right:0px;  }
        .dropdown dt a span, .dropdown1 dt a span {cursor:pointer; display:block;  line-height:25px; }
		 .dropdown dd ul { z-index:2; }
        .dropdown dd ul, .dropdown1 dd ul { background:#eeeeee; border:1px solid #ccc; color:#333; display:none;
                          left:0px; padding:5px 0px; position:absolute; top:2px; width:auto; min-width:140px; list-style:none;z-index:101;}
        .dropdown span.value, .dropdown1 span.value { display:none;}
        .dropdown dd ul li a, .dropdown1 dd ul li a { padding:5px; display:block;}
        .dropdown dd ul li a:hover, .dropdown1 dd ul li a:hover { background-color:#ccc;}
        .dropdown .pull { margin-top:-10px; }
        .dropdown img.flag, .dropdown1 img.flag { border:none; vertical-align:middle; margin-left:10px; margin-right:10px; z-index:200}
        .flagvisibility { display:visible;}	
		#ShopperPressCurrency dt img, #ShopperFlags dt img { margin-top:-3px; padding-right:10px; }
		
		#ShopperFlags, #ShopperPressCurrency { background: #fff;   }
	 

	#searchBox { padding:7px; float:left; }
	
	#searchBox .searchBtn { padding:0px; margin:0px; border:0px; width:33px; height:26px; border:1px solid #ddd; background:url(images/searchbtn.png) no-repeat;  padding:0px; cursor:pointer; float:left; margin-top:2px; }
	
	#searchBox #catsearch, #searchBox #s { float:left; margin-right:6px;   }
	#searchBox a { margin-left:15px; padding-top:10px; float:left; text-decoration:underline; }	
	
	#hbasket { padding-left:25px; background: url(images/cart.png) no-repeat; height:25px; }
	#hbasket:hover { padding-left:25px; background: url(images/cart_go.png) no-repeat; height:25px; }	
	#submenubar #catsearch, #submenubar #s { margin-right:0px; margin-top:2px; }	
 	ul.submenu_account li { font-size:13px; margin-right:10px; padding-right:10px; border-right:1px solid #ccc; }	
	#submenubar #s { border-left:0px solid #fff; border-top:1px solid #ddd;  height:16px; font-size:12px; color:#999; font-family:Arial, Helvetica, sans-serif; } 	  
	#submenubar dl {  float:left; border:1px solid #ddd;  margin-top:9px; height:25px; font-size:11px;   }
	
	#hpages { width:600px; float:left; margin-top:10px; font-size:12px; }
	#hpages li a { font-size:13px; }
	
	#AdvancedSearchBox { padding:20px; }
		
/* =============================================================================
   Top Pages
   ========================================================================== */

	#hpages {  background:#efefef;  height:30px;; }
	#hpages ul li { float: right; padding-right: 10px; margin-right: 10px; border-right: 1px solid #ccc; font-size:13px; margin-top:5px; }
	#hpages ul li.pfirst { padding-right: 10px; margin-right: 0; border-right: none; }
	#hpages ul li a { text-decoration: none;  }	


/* =============================================================================
   _single.php
   ========================================================================== */ 
   
  
   .pb1 { border-top:1px solid #ddd;  line-height:40px; border-bottom:1px solid #ddd; }
   .pb2 { float:left;font-size:20px; }
   .pb3 { float:right; margin-top:5px; margin-left:10px; }
   .pb4 { float:right; margin-top:5px; }
   	.pb4a { float:left;margin-top:-5px;padding-right:10px; }
   .pb5 { line-height:normal; margin-bottom:10px; }
   .pb6 { background:white; padding:10px; border:1px solid #ddd; }
   .pb7 { width:200px; margin-right:30px;  border:1px solid #ddd; color:#444; }
   .pb8 { border-top:1px solid #ddd; margin-top:10px; } 
   
	.shareButton {    font-size:10px; text-transform: uppercase; border-top:1px solid #ddd;  }
	.shareButton .link-wishlist{ background:url(images/wishlist.png) 0 1px no-repeat; padding:2px 0 3px 22px;}
	.shareButton .link-compare{ background:url(images/compare.png) 0 0 no-repeat; padding:2px 0 3px 22px;}
	.shareButton .link-email{ background:url(images/email.png) 0 0 no-repeat; padding-left:25px;  }
	.at300bs { display:none; }
		.link-email a span { display:none !important; margin-top:-999px; } 
	.shareButton .link-largeimages { background:url(images/icon-single-images.png) 0 0 no-repeat; padding:2px 0 3px 22px;}
	.shareButton li{ width:140px; float:left; padding-top:8px;   }
	.shareButton .add-to-links{ margin-bottom:10px;}
	
	.stockshow { text-align:center;  font-size:12px; color:#666; text-transform:uppercase; background:url(images/wishlist.png) top right no-repeat; text-align:right;padding-right:30px; }	
   
   
	#PPTSinglePage-post .avatar { border: none; }
	#PPTSinglePage-post #comment { height:100px; }

	#PPTSinglePage-post .append { background: #efefef; padding:10px; margin-top:20px; -moz-box-shadow: 5px 5px rgba(0,0,0,0.1);-webkit-box-shadow: 5px 5px rgba(0,0,0,0.1);box-shadow: 5px 5px rgba(0,0,0,0.1); border:1px solid #ddd; margin-bottom:10px;  }
 
 	.breadcrumbs { font-size:12px; margin-left:0px; height:35px; }
	.texttitle { font-size:12px; color:#ccc; padding:0px; margin:0px; letter-spacing:1px; text-transform:uppercase; }
 
 
	.product-actions { background:#ddd; color:#fff; margin-top:-20px;margin-left:-10px; height:30px; }
	.middle2cols .product-actions {  width:435px;}
	.middle3cols .product-actions {  width:305px;} 
	
	.AmazonExtraData { padding:20px; border:1px solid #ccc; margin-left:0px; background:#fff;}
	.AmazonExtraData ul { padding:0px; margin:0px; border:0px; }
	.AmazonExtraData li { border-bottom:1px solid #efefef;min-height:25px; list-style-image:none; list-style:none; margin-top:7px;  }
	.AmazonExtraData li span { width:150px; float:left; border-right:2px solid #efefef; margin-right:20px; }
 	  	
	.addthis_toolbox { float:right; width:100px; }  
	
	.excerpt-box { float:right; position:absolute;   margin-left:220px; min-width:285px; max-width:415px; height:180px;   }
	.full .excerpt-box { max-width:715px; }
	.middle2cols .excerpt-box { max-width:430px; }
	.middle3cols .excerpt-box { max-width:300px;  }
	 
.ad-gallery {  min-width: 500px; margin-bottom:10px;   }
	.ad-gallery, .ad-gallery * {  margin: 0;  padding: 0;  }
  	.ad-gallery .ad-image-wrapper {    width: 100%;    height: 200px; width:200px;    margin-bottom: 10px;    position: relative;    overflow: hidden; background:#fff; border:1px solid #ddd;  }
    .ad-gallery .ad-image-wrapper .ad-loader {      position: absolute;      z-index: 10;      top: 48%;      left: 48%;      border: 1px solid #CCC;    }
    .ad-gallery .ad-image-wrapper .ad-next {      position: absolute;      right: 0;      top: 0;      width: 25%;      height: 100%;      cursor: pointer;      display: block;      z-index: 100;    }
    .ad-gallery .ad-image-wrapper .ad-prev {      position: absolute;      left: 0;      top: 0;      width: 25%;      height: 100%;      cursor: pointer;      display: block;      z-index: 100;    }
    .ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {      background: url(http://rvcampgear.com/wp-content/themes/shopperpress/template_shopperpress/images/slide/non-existing.jpg)\9    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {        background: url(images/slide/ad_prev.png);        width: 30px;        height: 30px;        display: none;        position: absolute;        top: 47%;        left: 0;        z-index: 101;      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {        background: url(images/slide/ad_next.png);        width: 30px;        height: 30px;        right: 0;        left: auto;      }
    .ad-gallery .ad-image-wrapper .ad-image {      position: absolute;      overflow: hidden;      top: 0;      left: 0;       }
      .ad-gallery .ad-image-wrapper .ad-image a img {        border: 0;      }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {        position: absolute;        bottom: 0px;        left: 0px;        padding: 7px;        text-align: left;        width: 100%;        z-index: 2;        background: url(images/slide/opa75.png);        color: #000;      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {        background: none;        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {          display: block;        }
  .ad-gallery .ad-controls {    height: 20px; display:none;  }
    .ad-gallery .ad-info {      float: left;    }
    .ad-gallery .ad-slideshow-controls {      float: right;    }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {        padding-left: 5px;        cursor: pointer;      }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {        padding-left: 5px;        font-size: 0.9em;      }
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {      cursor: default;      font-style: italic;    }
  .ad-gallery .ad-nav {  width:100%;    position: relative;   border-top:1px solid #ddd; background:transparent;   }
  
  .middle2cols  .ad-gallery .ad-nav {  }
  .middle3cols  .ad-gallery .ad-nav {     }
  
    .ad-gallery .ad-forward, .ad-gallery .ad-back {      position: absolute;      top: 0;      height: 100%;      z-index: 10;    }
    /* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {      height: 100px;    }
    .ad-gallery .ad-back {      cursor: pointer;      width: 13px;      display: block;      background: url(images/slide/ad_scroll_back.png) 0px 22px no-repeat;    }
    .ad-gallery .ad-forward {      cursor: pointer;      display: block;      right: 0px;      width: 13px;      background: url(images/slide/ad_scroll_forward.png) 0px 22px no-repeat;    }
    .ad-gallery .ad-nav .ad-thumbs {      overflow: hidden;      width: 100%;   }
      .ad-gallery .ad-thumbs .ad-thumb-list {        float: left;        width: 9000px;        list-style: none; margin-left:20px;      }
        .ad-gallery .ad-thumbs li {          float: left;          padding-right: 5px;    padding-top:5px; padding-bottom:5px;  }
          .ad-gallery .ad-thumbs li a {            display: block;           }
            .ad-gallery .ad-thumbs li a img {              border: 2px solid #CCC;              display: block;  margin-right:5px; margin-left:5px; margin-bottom:5px;         }
            .ad-gallery .ad-thumbs li a.ad-active img {              border: 2px solid #616161;            }
			/* Can't do display none, since Opera won't load the images then */
			.ad-preloads {  position: absolute;  left: -9000px;  top: -9000px;}		
 
	
	#extra_images img { max-width:150px; max-height:150px; border:1px solid #ddd; margin:5px; }
	 
	#AmazonDate { float:left; font-size:11px; padding:0px; margin:0px; line-height:normal; }
	#AmazonDate a { text-decoration: underline; }
 
 
	.downloaditem { padding:10px; background:#E1FFDF; border:1px solid #D5FFC8; line-height:30px; }
	.downloaditem a { text-decoration:underline; color:#666; }
	.downloaditem strong { font-size:18px; }
	.downloaditem img { float: left; height:65px; width:65px; padding-right:30px; padding-bottom:10px; }
			
/* =============================================================================
   Gallery Page / Search Page
   ========================================================================== */
   
	.dropui { margin-top:-40px; margin-right:10px; }
	#PPTGalleryPage a.switch_thumb { margin-top:-35px; }
	
	/* 3 COLUMN LAYOUT */
	.middle3cols ul.thumb_view li {float: left;margin-right: 10px;padding: 6px;width: 140px;border-image: initial; margin-bottom:10px; }
		.middle3cols ul.thumb_view li:hover{        float: left;    margin-right: 10px;    padding: 6px;    width: 140px;}
	
	.middle3cols ul.thumb_view li h2 {  font-size:12px; text-align:center; margin-left:0px; height:33px; overflow:hidden;  padding-top:10px; }
		
	.middle3cols ul.thumb_view li .img-box { border:1px solid #ddd; width:138px; height:120px; display:block; }
	.middle3cols ul.thumb_view li .img-box img { margin:auto auto; display:block;  max-width:138px; max-height:120px; }
	
	.middle3cols ul.thumb_view li .actions { width:140px; float:left;   min-height:32px;}
	.middle3cols ul.thumb_view li .actions .add-box {  display:none; }
	.middle3cols ul.thumb_view li .actions .price-box { text-align:center;   }
	
	
	/* LIST VIEW */
	ul.display li { float: left;margin-right: 2px;padding: 6px;width: 96%;border-image: initial; margin-bottom:10px; }
		ul.display li:hover, ul.display .featured{  float: left;    margin-right: 2px;    padding: 6px;    width: 96%;}
	
	ul.display li .img-box { border:1px solid #ddd; background:#fff; width:198px; height:140px; display:block; float:left; }
	ul.display li .img-box img { margin:auto auto; display:block;  max-width:198px; max-height:140px; }
	
	ul.display li h2 { font-size:16px;  margin-top:0xp; padding-top:0px; line-height:normal;  overflow:hidden; display:block; filter:none;  }
	.middle2cols ul.display li h2  { width:400px; }
	.middle2cols ul.thumb_view li h2  { width:190px; text-align:center; }
	
	ul.display li .data-box { float:left; margin-left:20px; width:300px; }
		.middle3cols ul.display li .data-box { width:250px; }
	
	ul.display li .actions { margin-top:20px;  } 
	
	/* THUMBNAL VIEW */
	ul.thumb_view li{ float: left;margin-right: 2px;padding: 6px;width: 190px;border-image: initial; margin-bottom:10px;  }
		ul.thumb_view li:hover, ul.thumb_view .featured {    float: left;    margin-right: 2px;    padding: 6px;    width: 190px;}
	 
	ul.thumb_view li .img-box{ border:1px solid #ddd; width:188px; height:140px; display:block; }
	ul.thumb_view li .img-box img{ margin:auto auto; display:block;  max-width:188px; max-height:140px; }
	
	ul.thumb_view li h2 {  font-size:16px !important; width:190px; text-align:center; margin-left:0px; height:30px;   padding-top:10px; padding-left:0px; background-image:none; background:none; }
	
	
	.actions { width:190px; float:left; background:#ddd; min-height:32px;}
		.actions .add-box {   width:80px; height:32px; float:right;  color:#fff; text-transform:uppercase; font-size:10px; text-align:center;  }
		.actions .add-box span { margin-top:8px; display:block; }
		.actions .price-box {    background: none repeat scroll 0 0 transparent;    float: left;    margin: 0;    padding: 7px 5px 5px 10px;    text-align: left;    width: 95px;   }
		.middle3cols ul.thumb_view li .actions .price-box { width:120px; }	
	
	ul.thumb_view li .data-box { display:none; } 	
	
	ul.display li h2 {   text-align:left; }	
	
	ul.display li h2 a {  display:block; padding-left:20px; }
	#PPTHomePage ul.display li h2 a {  padding-left:0px; }
	
	 /* full layout */
	.full ul.display li h2 {   border-bottom:0px;  } 
	.full ul.thumb_view li h2 { width:170px; float:none; margin-left:auto; margin-right:auto; border-bottom:0px; text-align:center;  }
	.full ul.thumb_view li h2 a { padding-left:0px; }
	 
	 /* 2 column layout */
	.middle2cols ul.display li h2 {   }	 
	.middle2cols ul.thumb_view li h2 { width:170px; float:none; margin-left:auto; margin-right:auto; }
	 .middle2cols ul.thumb_view li h2 a { padding-left:0px; }
	 
	/* 3 column layouts */ 
	.middle3cols ul.display li h2 {    }
	.middle3cols ul.thumb_view li h2 { width:140px; float:none; }
	.middle3cols ul.display li h2 a {   margin-left:0px; display:block;  }
	.middle3cols ul.thumb_view li h2 a { margin-left:0px; padding-left:0px;  }
	
	#PPTHomePage .middle3cols  h2, #PPTHomePage .middle2cols  h2 { background: none !important;border-bottom: none !important; }
	
	
	.last { margin-right:0px !important; padding-right:0px; }
	 
	 h1.categoryTitle {float:left; margin:0px; PADDING:0PX;}	
	ul.pagination { margin-left:0px;  margin-right:0px; }
		
	fieldset { border: 0px solid #999;margin-top: 0px;padding: 0px;}
	a.switch_thumb {width: 45px;height: 26px; padding: 0;margin: 0px 0;display: block;background: url(images/switch.gif) no-repeat;
	outline: none;text-indent: -9999px; float:right;  }	
	a.swap { background-position: left bottom; }
	a:hover.switch_thumb {filter:alpha(opacity=75);opacity:.75;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";}
		
	hr.hr4 {	border: 1px dashed #ccc;	border-bottom: none;	color: white;	background-color: white;	height: 4px;	}  
	#PPTGalleryPage em { font-size:11px;display:block;font-weight:normal; color:#666; float:left; margin-left:10px; padding-top:10px; }
	#PPTGalleryPage .homeCategories { background: transparent; } 
	
	.rib{	position:relative;	color:#fff;	background:#f43059;	font-size:1.5em;	float:left;	clear:both;	padding:10px 15px 10px 20px;	margin-top:-20px; 	margin-left:-10px;	margin-bottom:-20px;	text-shadow:0 -1px #d0284b, 0 1px #f96080;	-moz-box-shadow:2px 2px 0 rgba(0,0,0,0.1);	-webkit-box-shadow:2px 2px 0 rgba(0,0,0,0.1);	-o-box-shadow:2px 2px 0 rgba(0,0,0,0.1);	box-shadow:2px 2px 0 rgba(0,0,0,0.1);}

	.rib:before{	content:" ";	background:url(images/ribbon.png);	display:block;	width:10px;	height:10px;	position:absolute;	bottom:0;	left:0;	margin-bottom:-10px;	z-index:5;}
	ul.display li .rib { float:none; width:150px; }	
 
	ul.thumb_view li .rib { float:left; width:auto; }
	
	
/* =============================================================================
   Checkout Page Styles
   ========================================================================== */


	#hor-zebra{	 	font-size: 12px;	width: 100%;	text-align: left;	border-collapse: collapse; }
	#hor-zebra th{	font-size: 12px;	font-weight: normal;	padding: 10px 8px;	color: #666; text-transform:uppercase; border-bottom:1px solid #ddd; }
	#hor-zebra td{	padding: 8px;	color: #669;}
	#hor-zebra .odd{	background: #e8edff; } 
	#hor-zebra tr { border-bottom:1px solid #ddd; }
	
	.CheckoutBtn a, Checkout a:hover{	text-decoration:none;	font-weight:bold;	height:23px;	width:120px;	display:block;	text-align:center;	padding-top:6px;}
	.CheckoutBtn a{	background:url(http://rvcampgear.com/wp-content/themes/shopperpress/template_shopperpress/images/Btn.jpg) no-repeat;	color:#FFFFFF;}
	.checkoutqty { background:#fff; border:1px solid #ddd; padding:2px; }
	.checkoutadd { float:right; margin-top:4px; margin-right:2px; }
	.checkoutbox { background:#efefef; padding:10px; border:1px solid #ddd; }
	.checkoutcouponbox { float:left;padding:8px; border:1px solid #ddd; background:#e0ffdd; }
	.checkoutcouponinput { font-size:12px; border:1px solid #666; width:100px; }
	
	#gradient-style{font-size: 12px; width: 100%;	text-align: left;	border-collapse: collapse; margin-top:20px; margin-bottom:20px; }
	#gradient-style th{	font-size: 16px;	font-weight: normal;	padding: 5px;	background: transparent; 	color: #666;  }
	#gradient-style td{	padding: 18px; 	border-bottom: 1px solid #fff;	color: #333;	border-top: 1px solid #fff;	background: #ddd;}
	#gradient-style tfoot tr td{	background: #e8edff;	font-size: 13px;	color: #333;}
	#gradient-style tbody tr:hover td{	background: #d8f2d4;	color: #333; font-weight:bold; }
	#gradient-style td a { color:#000000}
	
	#steptable { margin-top:-20px; margin-bottom:20px; }	
	#CheckOut-Totals { float:right; font-size:13px; text-align:right; }
	#CheckOut-Totals span { font-weight:bold; margin-left:5px;} 
	#CheckOut-Totals .total {  font-size:16px; background:#b3e1fc; padding:10px; margin-bottom:5px; }
	#CheckOut-Totals .coupon {  font-size:16px; background:#c5ffbf; padding:10px; }	
	
/* =============================================================================
   Footer
   ========================================================================== */

	#footer { background: #444 url('images/footer.gif') repeat-x; }
	#copyright { font-weight:bold;  }
	#copyright p { padding-left:15px; color:#eee; } 
 
 	.tab_container { border:0px; }
	.tab_content { padding:0px; } 
 
/* =============================================================================
   Home Page Styles
   ========================================================================== */
 	
  	#icon-home-cats { border:0px; }
 	#icon-home-cats h2 { background:transparent;  padding-left:0px; color:#333; font-size:18px;  }
	#icon-home-welcome {  font-size:22px; border-bottom:1px solid #ccc; }
 
	
	#icon-home-products h2 { background:transparent; border-bottom:1px dotted #ccc; padding-left:0px; color:#333; padding-left:15px; text-transform:uppercase;  }
	#icon-home-products .content_block h3 { border-bottom:0px; } 
	
	#featured-itemContent, #featured-item { height:360px; }
	#PPTHomePage .featured-itemImage { height:360px; }
	
	#PPTHomePage .productlist { margin-bottom:50px; }
	#PPTHomePage .productlist li { float:left; width:460px; margin-left:8px; }
	#PPTHomePage .productlist li:hover {   }
	#PPTHomePage .productlist li h1 { font-size:12px; letter-spacing: 0px; line-height:21px;  } 
	#PPTHomePage .productlist li p { margin-left:10px; margin-top:10px; }
	#PPTHomePage .Rowa { float:left; width:90px; height:90px; }
	#PPTHomePage .Rowb { float:left; width:270px;  margin-right:10px; }
	#PPTHomePage .Rowb { color:#666;}
	#PPTHomePage .Rowc { float:left; width:80px; height:90px; }
	#PPTHomePage .imageBorder { border:5px solid #F1EFEE; }	
	#PPTHomePage .ct1a { float:left; width:650px; margin-right:16px; }
	#PPTHomePage .ct1b { float:left; width:260px; }
	#PPTHomePage .Rowb { line-height:16px; }
		
	#leftBlock { float:left; width:649px;margin-left:10px; }
	#rightBlock { float:left; width:280px; margin-left:10px; }
	
	#PPTHomePage .switch_thumb { float:right; }
	
	#siteFeature { margin-left:6px; } 

/* =============================================================================
   Sidebar Styles
   ========================================================================== */
 	 
	#icon-sidebar-basket { background: #e1ffdd; }
	#icon-sidebar-basket h2 { background: #18a804 url(images/basket.png) no-repeat 10px center; padding-left:36px; color:#fff; }
	#icon-sidebar-basket .itemboxinner { background: #e1ffdd; text-align:center; }
 
	#icon-sidebar-basket .btnCheckout { background:#18a804; border:1px solid #666; padding:5px; text-align:center; margin-top:10px; margin-bottom:10px; }
	#icon-sidebar-basket .btnCheckout a { color:#fff; font-weight:bold; }
 
 
/* =============================================================================
   Extra Widget Styles
   ========================================================================== */
   
	.widget li a, .category li a { border-bottom:1px solid #ddd; display: block;font-size: 12px;padding: 5px 5px 5px 15px;text-decoration: none; }	
	.cat-item { margin-left:15px; }
	
	/* ===================== PREMIUM PRESS PAYMENTS PAGE ======================== */
	
	ul.amounts{overflow:hidden;width:460px;margin:10px 0px 0px 50px; list-style:none;}
	ul.amounts li{float:left;width:153px;margin:5px 0px}
	ul.amounts li label{color:#666;font-size:30px}
	ul.amounts li label span{color:#666;font-size:20px;vertical-align:top}
	ul.amounts li input{vertical-align:7px}