/* $Id: styles.css,v 1.1 2009/06/26 00:33:39 duvien Exp $ */

h1#site-name {
  margin-bottom: 0;
}

#site-subheader,
#footer-region,
.column,
.node,
.comment,
.block {
  margin-bottom: 2em;
}

/* HTML Element */
pre, code
  {
    font-size: 1.0em; /* Monospace fonts can be hard to read */
    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
  }

table
  {
    border-collapse: collapse;
    width: 100%; /* Prevent cramped-looking tables */
  }

  th,
  thead th,
  tbody th
  {
    text-align: left;
    padding-right: 0;
    border-bottom: none;
  }

  tbody
  {
    border-top: none;
  }
ul,ol{
	margin-left: 20px;
}
ul li{
	list-style-type: disc;
}

/** abbreviations **/
  abbr
  {
    border-bottom: 1px dotted #ccc;
    cursor: help;
    white-space: nowrap;
  }

  /* Date-based "abbreviations" show computer-friendly timestamps which are not
     human-friendly. */
  abbr.created
  {
    border: none;
    cursor: auto;
    white-space: normal;
  }

/** images **/
  img
  {
    border: 0;
  }

/** horizontal rules **/
  hr{
    height: 1px;
    background: #ccc;
    border: 0;
    margin-bottom: 5px;
  }


  fieldset
  {
    margin: 1em 0;
    padding: 0.5em;
	border:1px solid #ccc;
  }

fieldset {}

/*
** Formatting for administration page
**
** The admin panel styles are a mess. IE has problems with this so this is
** only a temporary fix. This should be fixed in core.
*/
div.admin-panel {
  padding: 0;
}

div.admin-panel .body {
  padding: 0 !important;
}

div.admin .left,
div.admin .right {
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}

div.admin .right .admin-panel {
  margin-left: 10px;
}

/* Theme settings */
#div-zen-debug strong
  {
    float: left;
    width: 90px;
    margin-left: 0;
    margin-right: 10px;
    text-align: left;
  }

/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none;list-style: none;
	float: left;
	position: relative;
	z-index: 1;
	bottom: -1px;
}


.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0;text-decoration: none; list-style: none;
	clear:left;
	padding: 5px 20px;
	background: #F0F0F0;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.pager a.active{
	color: #0099B8;
}
.pager a.active:hover{
	text-decoration: none;
	background: #0099B8;
	color: #ffffff;
}
.pager-current{
	background: #CCCCCC;
	color: #7F7979;
}
/****************specifications page ****************/
table.spec {
	width:auto;
	margin:0 auto;
}
table.spec tr.section-head { 
	border:0px;
}
table.spec tr.section-head td { 
	background: #0099B8;
	color: #ffffff;
	font-weight: bold;
}
table.spec td {
	padding: 12px 3px;
	background: #f0f0f0;
}

table.spec tr{
	border-bottom: 1px dotted #aaaaaa;
}

table.spec .section-head td {
	padding: 4px 5px;
	background: none;
	color:#ffffff;
}

table.spec td.head-col {
	background: #FFFFFF;
}

.tab-content table.spec {margin-top:15px;}
.tab-content table.spec td.head-col{background: none;}
.tab-content table.spec a.btn{ display: none;}
.r54 table.spec td.r54,
.r79 table.spec td.r79,
.o92 table.spec td.o92,
.s113 table.spec td.s113,
.s155 table.spec td.s155 {
	background: #EDF4F8;
	border: 1px solid #C0DCF4;
	font-weight: bold;
}

/**** Reviews tab in product pages***************/
div.cust-review-row{
	overflow: hidden;
	width:100%;
	border-bottom:1px dotted #aaaaaa;
	background: transparent url(../images/bg-box-info.png) repeat-y 50% 0;
}
div.cust-review-0, div.cust-review-1{
	width: 455px;
	float:left;
	margin-left: 1em;
}

.cust-review-0 .ratings, .cust-review-1 .ratings {
	float:right;
	background: #EDF4F8;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #C0DCF4;
	border-bottom: 1px solid #C0DCF4;
	padding: 0px 10px 5px;
	margin: 1em;
}
.controls {
	width: 285px;
	margin:1em auto;
}

/****Image-rotator in products pages*****/
/****source: http://designm.ag/tutorials/image-rotator-css-jquery/ ****/
#lightbox #imageData #bottomNav {height:0;}
#lightbox #bottomNavClose {margin-top: 0;}
#lightbox #imageData #imageDetails{display:none;}
.main_image, .main_video, .main_360  {
    width: 600px;
    height: 375px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
}
.main_video, .main_360{
		text-align: center;
}
.main_360{
	background: #ffffff;
	border: 1px solid #cccccc;
	border-bottom: 0px;
}
.main_image h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 10px;
}
.main_image p {
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 10px;
    margin: 0;
}

.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
    width: 100%;
    background: #111;
    border-top: 1px solid #000;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(btn_collapse.gif) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}
.main_image a.show {background-position: left bottom;}

.image_thumb  {
    float: left;
    clear:left;
    background: #f0f0f0;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 600px;
}
.image_thumb h4{
	font-size: 11px;
	font-weight: normal;
	margin: 2px 5px;
	float:left;
	clear:left;
}
.image_thumb img {
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    float: left;
}
.image_thumb .thumbs-vid{width: 368px; float:left;}
.image_thumb .thumbs-360{width: 232px; float:left;}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    clear:left;
    background: #f0f0f0 url(../images/bg_img_gallery.gif) repeat-x;
    width: 100%;
}
.image_thumb ul li{
    margin: 0;
    padding: 7px 10px;
    float: left;
    border-top: 1px solid #fff;
    list-style: none;
}
.image_thumb ul li.image{
	float:left;
}

.image_thumb ul li.hover { /*--Hover State--*/
    background: #ddd;
    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    cursor: default;
}
.image_thumb ul li.active img{
	border: 1px solid #0099B8;
}
html .image_thumb ul li h2 {
    font-size: 1.5em;
    margin: 5px 0;
    padding: 0;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/

/********** product page slider ************/
.jcarousel-skin-tango .jcarousel-container {
   /* -moz-border-radius: 10px;
    background: #F0F6F9;*/
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 80px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 92px;
    height: 80px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.jcarousel-container a.active,
.jcarousel-container a:hover{
	background: transparent url(../images/bg-slider.jpg) no-repeat;
}
.jcarousel-container a.active{
	background-position: 7px 80%;
}
.section-trampoline-accessories .jcarousel-container a.active{
	background-position: -70px 80%;
}
.jcarousel-container a:hover,
.section-trampoline-accessories .jcarousel-container a:hover{
	background-position: -147px 80%;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
/************** slider end******************/

/******** For owners *****************/
div.video {
	height: 312px;
	width: 460px;
}
div.side-link{
	height: 147px;
	width: 230px;
	margin-bottom: 6px;
	margin-left:10px;
}	
.side-link a{
	display:block;
	height:100%;
	width:100%;
	overflow: hidden;
	text-indent: -500px;
}
.side-link a.download{
	background: transparent url(../images/download_manuals.jpg) no-repeat 0 0 ;
}
.side-link a.download:hover{
	background: transparent url(../images/download_manuals_wash.jpg) no-repeat 0 0 ;
}
.side-link a.care{
	background: transparent url(../images/care-maintenance.jpg) no-repeat 0 0 ;
}
.side-link a.care:hover{
	background: transparent url(../images/care-maintenance_wash.jpg) no-repeat 0 0 ;
}
/******** For owners end*****************/

/******** Independent Safety Research ***/
/*
.page-independent-safety-research #content-bottom,
.page-safety-notices-tips #content-bottom,
.page-health-benefits #content-bottom{
	position: absolute;
	left: -240px;
	top:130px;
	height:535px;
}*/

#content-bottom .steps-buy{
	width: auto;
}


.page-independent-safety-research .steps-buy .tree-columns .column,
.page-safety-notices-tips .steps-buy .tree-columns .column,
.page-health-benefits .steps-buy .tree-columns .column,
.page-springfree-trampoline-reviews .steps-buy .tree-columns .column{
	height:125px;
	width:222px;
	margin: 0 5px;
}

.page-independent-safety-research .steps-buy .column-content, 
.page-safety-notices-tips .steps-buy .column-content, 
.page-health-benefits .steps-buy .column-content, 
.page-springfree-trampoline-reviews .steps-buy .column-content {
	font-size:14px;
}
.page-independent-safety-research .steps-buy .column-content span, 
.page-safety-notices-tips .steps-buy .column-content span, 
.page-health-benefits .steps-buy .column-content span, 
.page-springfree-trampoline-reviews .steps-buy .column-content span {
	font-size:16px;
}

.page-independent-safety-research .steps-buy .box, 
.page-safety-notices-tips .steps-buy .box, 
.page-health-benefits .steps-buy .box, 
.page-springfree-trampoline-reviews .steps-buy .box {
	font-size: 11px;
}

/******** Independent safety reasearch end*******/

/******** Contact us **********/
form#webform-client-form-58 .webform-component-fieldset{
	border: 0px;
}
form#webform-client-form-58 > div{
	background: #f0f0f0;
}
form#webform-client-form-58 #webform-component-contact_us > legend{
	color: #0099B8;
	font-weight: bold;
	font-size: 16px;
	margin-left: 7px;
	padding-top:10px;
	display: block;
}
form#webform-client-form-58 #webform-component-col1,
form#webform-client-form-58 #webform-component-col2 {
	width: 330px;
	float: left;
	margin: 0px;
}

form#webform-client-form-58 #webform-component-col1 legend,
form#webform-client-form-58 #webform-component-col2 legend{
	display: none;
}
form#webform-client-form-58 input[type="text"],
form#webform-client-form-58 select{
 width: 300px;
 height:15px;
}

form#webform-client-form-58 textarea{
	height:250px;
	width: 325px;
}
form#webform-client-form-58 input#edit-submit{
	margin: 0 0 10px 10px;
}

form#webform-client-form-58 input#edit-submit,
input#edit-submit-Dealer,
input#edit-submit-Reviews {
	background: transparent url(../images/bg-btn-blu-fixed.png) no-repeat 0 0;
	width:77px;
	border: 0px;
	height:23px;
	color: #ffffff;
	cursor: pointer;
}
form#webform-client-form-58 input#edit-submit,
input#edit-submit-Dealer,
input#edit-submit-Reviews {
	background: transparent url(../images/bg-btn-blu-fixed.png) no-repeat 0 0;
}

form#webform-client-form-58 input#edit-submit:hover,
input#edit-submit-Dealer:hover,
input#edit-submit-Reviews:hover{
	background-position: 0 -23px;
}
/****** health-benefits ********/

.page-where-to-see-us .content .icons,
.page-health-benefits .content .icons {
	height: 65px;
	width:100%;
	margin-top: 25px;
}

.page-where-to-see-us .content .icons .icon1,
.page-where-to-see-us .content .icons .icon2,
.page-where-to-see-us .content .icons .icon3,
.page-health-benefits .content .icons .icon1,
.page-health-benefits .content .icons .icon2,
.page-health-benefits .content .icons .icon3,
.page-health-benefits .content .icons .icon4,
.page-health-benefits .content .icons .icon5,
.page-health-benefits .content .icons .icon6 {
	height:65px;
	width:220px;
	background: transparent url(../images/icons-health-benefits-alt.jpg) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

.page-where-to-see-us .content .icons .icon1 { background-position: -7px -135px;}
.page-where-to-see-us .content .icons .icon2 { background-position: -242px -133px;}
.page-where-to-see-us .content .icons .icon3 { background-position: -480px -133px;}

.page-health-benefits .content .icons .icon1 { background-position: -7px 5px;}
.page-health-benefits .content .icons .icon2 { background-position: -248px 5px;}
.page-health-benefits .content .icons .icon3 { background-position: -492px 5px;}
.page-health-benefits .content .icons .icon4 { background-position: -7px -60px;}
.page-health-benefits .content .icons .icon5 { background-position: -248px -60px;}
.page-health-benefits .content .icons .icon6 { background-position: -485px -60px;}


.page-where-to-see-us .content .col,
.page-health-benefits .content .col{
	width: 220px;
	float:left;
	margin-right:10px;
}
.page-where-to-see-us .content .copy,
.page-health-benefits .content .copy {
	height: 220px;
	width:100%;
	background: #f0f0f0;
	margin-bottom: 25px;
}
.page-where-to-see-us #content .copy h2,
.page-health-benefits #content .copy h2 {
	color:#333333;
	font-family: Arial, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 4px;
}

/*** About us ***/
.page-independent-safety-research .sidebtns,
.page-about-us .sidebtns { 
	float: left;
	width: 235px;
	margin:0px;
}
.page-independent-safety-research .sidebtns a,
.page-about-us .sidebtns a{
	margin: 0 0 15px 10px;
	display: block;
	float: left;
	overflow: hidden;
	height: 90px;
	width: 230px;
	text-indent: -500px;
	background: transparent url(../images/bg-btn-about-us-alt.jpg) no-repeat;
}
.page-about-us .sidebtns a.btn-vids{
	background-position: 0 -450px;
}
.page-about-us .sidebtns a.btn-vids:hover{
	background-position: 0 -360px;
}
.page-about-us .sidebtns a.btn-where{
	background-position: 0 -630px;
}
.page-about-us .sidebtns a.btn-where:hover{
	background-position: 0 -540px;
}
.page-about-us .sidebtns a.btn-media{
	background-position: 0 -270px;
}
.page-about-us .sidebtns a.btn-media:hover{
	background-position: 0 -180px;
}
.page-independent-safety-research .sidebtns a.btn-standards{
	background-position: 0 -810px;
}
.page-independent-safety-research .sidebtns a.btn-standards:hover{
	background-position: 0 -720px;
}
.page-independent-safety-research .sidebtns a.btn-research{
	background-position: 0 -990px;
}
.page-independent-safety-research .sidebtns a.btn-research:hover{
	background-position: 0 -900px;
}
.page-independent-safety-research .sidebtns a.btn-crit{
	background-position: 0 -1170px;
}
.page-independent-safety-research .sidebtns a.btn-crit:hover{
	background-position: 0 -1080px;
}

.page-about-us .awards{
	background: transparent url(../images/bg-awards.jpg) no-repeat top left;
	width: 230px;
	height: 440px;
	margin-top:25px;
}
.page-about-us .awards .stage{
	width: 200px;
	height:270px;
	margin: 15px 15px 13px 15px;
	background: #ffffff;
	float: left;
	text-align: center;
}
.page-about-us .awards .award-icons{
	margin-left: 15px;
}
.page-about-us .award-icons a{
	font-size: 10px;
	color: #ffffff;
	display:block;
	width: 50px;
	margin-top:25px;
	float:left;
}
.page-about-us .award-icons span{
  display: block;
  float: left;
  height: 56px;
  width: 40px;
  background: #f0f0f0;
  margin: 0 10px 13px 0;
  border:1px solid #ffffff;
  cursor: pointer;
}
.page-about-us .awards span:hover{
	border:1px solid #0099b8;
}
/*** Awards page ****/
.award-row{
	overflow: hidden;
	width: 100%;
}
.award-bg {
	background: transparent url(../images/award-bg.gif) no-repeat top left;
	float:right;
	height: 152px;
	width: 122px;
}

/**** Reviews ****/
.view-Reviews table td{
	padding: 0px 20px 20px;
}

.view-Reviews table tr{	
	border-bottom:  1px dotted #aaa;
}

.view-Reviews .views-field-title{
	width: 68%;
	border-right: 1px dotted #aaa;
}
.view-Reviews .byline,
.view-Reviews .views-field-field-review-prod-nid .overall{
	color: #222;
}

.view-Reviews .views-field-field-review-prod-nid a{
	margin-bottom:1em;
	display: block;
}
.view-Reviews .views-field-field-review-prod-nid .rating{
	height:1.7em;
}
.view-Reviews .views-field-field-review-prod-nid .fivestar-widget-static{
	float: right;
}

#edit-submit-Reviews {
	margin-top: 18px;
}

/*** Review nody type ****/
.node-type-review .node-inner{
	background: #F0F0F0;
	padding: 5px 20px;
}
.node-type-review .field{
	overflow: hidden;
	width: 100%;
	margin: 10px 0 0 0;
}
.node-type-review .field-label,
.node-type-review .field-items{
	float:left;
}

.node-type-review .field-label{
	width: 150px;
}

.node-type-review .field-field-review-body .field-items{
	clear:left;
}
/****Compare Springfree *****/
.page-compare-springfree-trampoline #main-content{
	background: #333;
	color: #d9d9d9;
}
.page-compare-springfree-trampoline #content h2{
	margin-top:10px;
	
}
.page-compare-springfree-trampoline .row{
	overflow: hidden;
	width: 100%;
	margin: 10px 0 20px;
}
.page-compare-springfree-trampoline .sf-img,
.page-compare-springfree-trampoline .text,
.page-compare-springfree-trampoline .tr-img {
	float:left;
}
.page-compare-springfree-trampoline .sf-img,
.page-compare-springfree-trampoline .tr-img {
	width: 20%;
}
.page-compare-springfree-trampoline .sf-img{
	margin-left: 50px;
}
.page-compare-springfree-trampoline .tr-img{
	margin-left: 20px;
}
.page-compare-springfree-trampoline .text{
	width: 45%;
	margin-top:5px;
}

/*** Safety-benefits *************/
.page-safety-benefits #content-top{
	overflow:hidden;
	width: 300px;
	float:left;
}

.page-safety-benefits #main-content{
	float: left;
	width: 660px;
}
.page-safety-benefits #main-content .cont-wrap{
	margin-left:5px;
}

.page-safety-benefits #tabs .row{
	overflow: hidden;
	width: 100%;
	margin: 15px 0;
}
.page-safety-benefits #tabs .row h3{
	font-size: 13px;
	font-weight: normal;
	color: #0099BB;
}

.page-safety-benefits #tabs .row img{
	margin-left: 15px;
}

.page-safety-benefits #tabs .row a{
	display: block;
	float: right;
	margin-top: 30px;
}
.page-safety-benefits .swf-vids{
	margin-bottom: 15px;
}
/*** model-selector ***********/
.page-model-selector ul{
	list-style: none;
}
body #content .product-columns .model-selector {
	background: transparent url(../images/model-selector-alt.jpg) no-repeat 0 0;
	height: 483px;
}

.model-selector{
	width: 585px;
	float:right;
}
.model-selector .prod-related{
	position: absolute;
	bottom: 12px;
	left: 10px;
	height: 120px;
	overflow: hidden;
	width: 100%;
}


.model-selector .prod-related .ttl{
	text-align: right;
	margin-right: 50px;
	margin-bottom: 17px;
}
.model-selector .prod-related .th{
	float:left;
	margin-left: 33px;
}

.model-selector .products{
	padding: 10px;
}

.model-selector .products img{
	float: left;
}

.model-selector .products .prod-logo{
	display: block;
	float: left;
	width: 200px;
	margin-top: 80px;
	margin-left: 20px;
}

.prod-logo img{
	margin-left: 10px;
}
.model-selector .products .prod-logo .btn{
	margin-top: 30px;
}

/***** media section ********/
.ad{
	float:left;
	margin: 0 45px 25px 0;
	width: 120px;
	height:200px;
}
.ad img{
	margin-bottom: 7px;
}

a.enlarge{
	background: transparent url(../images/icon-maximize.gif) no-repeat 0 -18px;
	display: block;
	height: 18px;
	width:24px;
	text-indent: -999px;
	overflow: hidden;
	float:right;
}
a.enlarge:hover{
	background-position: 0 0;
}
.media-partner{
	float:left;
	margin: 0 15px 15px 0;
}
/**** Search pages ******/
.page-search-pages #content h2{
	font-size: 1.6em;
}
.page-search-pages .box{
	margin-top:20px;
	float:left;
	background: #f0f0f0;
	clear:left;
	width:100%;
}

.page-search-pages .box-inner{
	padding: 10px 20px;
}
.recommendations{
	margin-top: 86px;
	background: #4d4d4d;
	width: 230px;
	color: #ccc;
}
.recommendations .content{
	padding: 10px;
}
.recommendations h4{
	font-size: 14px; 
}

/**** video pages ****/

.page-videos #main-content,
.node-type-video #main-content,
.node-type-video #content-bottom{
	background: #333;
	color: #d9d9d9;
}
.node-type-video #content-bottom{
	border-top: 1px solid #666;
}
.section-node-edit #main-content{
	background: none;
	color:inherit;
}
.node-type-video #content-bottom h2.title{color: #ccc;}

.page-videos #main-content .view-content,
.node-type-video #main-content .content,
.node-type-video #content-bottom .block-inner{
	padding: 20px;
	overflow: hidden;
	width:100%;
}
.node-type-video .swftools-wrapper,
.node-type-video .vid-description{
	float:left;
}
.node-type-video .vid-description{
	margin-left:20px;
	width:177px;
}
.page-videos .views-row,
.node-type-video .views-row{
	width: 150px;
	height: 130px;
	line-height: 1.2em;
	float:left;
	margin: 0 20px 20px 0;
}
.page-videos .views-field-title,
.node-type-video .views-field-title{
	margin-top:5px;
	font-size: 92%;
	line-height: 1.4em;
}

html.js a.views-throbbing,
html.js span.views-throbbing {
  background:url(../images/status-active.gif) no-repeat right center;
  padding-right:18px;
}

/*** Dealer pages ****/
.view-Dealer table.views-table{
	margin-top:10px;
	border: 1px solid #CCCCCC;
}
.view-Dealer table.views-table th{
	background: #dddddd;
	border-bottom: 1px solid #cccccc;
}
.view-Dealer table.views-table th,
.view-Dealer table.views-table td{
	padding: 5px 10px;
}
.node-type-dealer #main-content h3{
	margin:10px 0 5px;
	font-size: 14px;
}
.node-type-dealer #main-content .node-type-dealer,
.node-type-dealer .block-gmap_location{
	background: #f0f0f0;
	padding: 10px 20px;
}
.node-type-dealer .block-gmap_location .content{
	padding:1px;
	background: #cccccc;
}
#edit-distance-postal-code-wrapper,
#edit-distance-search-distance-wrapper{
	margin-top:10px;
}
#edit-submit-Dealer {
	margin-top: 85px;
}

/**** Error pages ****/
.error403,
.error404{
	height:978px;
	position: relative;
}
.error403 .options,
.error404 .options{
	background: transparent url(../images/404options.jpg) no-repeat top left;
	color: #ccc;
	width: 247px;
	height: 212px;
	padding: 10px 20px;
  position: absolute;
  bottom:200px;
  right:0;
}

.error403{
	background: transparent url(../images/403.png) no-repeat top center;
}
.error404{
	background: transparent url(../images/404.png) no-repeat top center;
}


#content .error404 .options h2,
#content .error403 .options h2{
	color: #ccc;
}	

/*** Trampoline Standards ****/
table.tbl-standards{
	border: 1px solid #999;
	width: 100%;
}
table.tbl-standards td{
	padding:10px;
}

/**** Blog ******/
.blog-pages #footer,
.blog-pages #footer-region{
	margin:0;
}
.blog-pages #footer-inner #block-block-4{
	margin-top:20px;
}
.rsslink{
	background: transparent url(../images/icon-rssfeed.png) no-repeat 0 0;
	padding-left: 25px;
	margin: 2px 0 0 7px;
	float:left;
	color:#ffffff;
	letter-spacing: normal;
}
.usercontrols{
	float:right;
	margin:-15px 30px 0 0;
	background: #f1f1f1;
	padding:5px 10px;
}

/* general */
.alignright, .post .alignright, .twocol .alignright{float:right;}
.alignleft, .post .alignleft, .twocol .navigation .alignleft{float:left;}
.navigation{
	width:100%;
	overflow: hidden;
}
.blog-main img.alignright{
	display:inline;
	margin: 0 0 2px 7px;
}

.blog-main img.alignleft{
	display:inline;
	margin 0 7px 2px 0;
}
.blog-main .wp-caption{
	background-color: #f3f3f3;
	border:1px solid #dddddd;
	margin:10px;
	text-align:center;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}
.blog-main .post img.flag,
.blog-main img.flag {border:1px solid #999; background:none; padding:0;}
.blog-main .post .wp-caption img{
	background:none;
}
.blog-main .post img.wp-smiley{
	background:none;border:0;padding:0;
}
.blog-main .wp-caption .wp-caption-text{
	margin-top:0px;
}

.blog-main .content-wrapper{
	margin-top:20px;
	float:left;
}

/*********** Post*/
.blog-main .post{ margin-bottom:15px; border-bottom:1px solid #aaa;padding-bottom: 10px;}

.blog-main .post .posthead{
	width:100%;
	border-bottom: 1px dotted #999;
	margin-bottom: 5px;
	position:relative;
	overflow: hidden;
}

.blog-main .post .posthead h2{
	float:left;
	width:91%;
}
.blog-main .post .posthead .editlink{
	display:block;
	position:absolute;
	font-size:.85em;
	right:5px;bottom:5px;
	visibility:hidden;
}
.blog-main .post .posthead:hover .editlink{
	visibility: visible;
}
.blog-main .post .date {
	height: 65px;
	width: 45px;
	background: url(../images/calendar.gif) no-repeat;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
	float: left;
	margin:3px 10px 0 0;
}
.blog-main .post .date .month,
.blog-main .post .date .year {
	height: 16px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 7px;
}

.blog-main .post .date .year{
 color: #666;
 padding-top:3px;
}

.blog-main .post .postinfo,
.blog-main .post .postmetadata{
	color: #999;
	margin-bottom: 8px;
	width:100%;
	font-size:.90em;
}

.blog-main .post .postinfo .commentslink{
	float:right;
	display: inline-block;
	background: transparent url('../images/icons/comment.png') top left no-repeat;
	padding: 1px 0 0 18px;
	height: 1.2em;
}

.blog-main .post .postmetadata{
	background: #f6f6f6;
	padding: 5px;
	width: 98%;
	border:1px solid #dddddd;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 1.4em;
}
.blog-main span.avatar{
	display: block;
	width:100px;
}

.blog-main .post img,
.blog-main  .avatar img{
	background: #fff url('../images/shadow.gif') no-repeat right bottom;
	border:solid #eee;
	border-width:1px 0 0 1px;
	padding:4px 10px 10px 4px;
}
.blog-main .post .entry{ /* to fix bug related to lenthy URLs that need multiple lines */
	width: 660px;
	overflow: hidden;
}

/** general button ****/
.blog-main .button{
	display:inline-block;
	padding: 0px 4px;
	border: 1px solid #999;
	background: #4399B4;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	color: #fff;
	line-height:1.4em;
}
.blog-main .button a{
	color: #fff;text-decoration: none;
}
.blog-main .button a:hover{ color: #ddd; text-shadow: #333 0px 1px 1px;}

/** sidebar ***/
#sidebar{font-size:1.3em;}
#sidebar div {float:none;}

#sidebar h1,#sidebar h2,#sidebar h3,#sidebar h4{
	font-weight: bold;
	color: #636363;
	margin-bottom:5px;
}
#sidebar{
	margin:0;
} 
#sidebar ul, 
#sidebar>li div{
	background:url("../images/bg-block-b2.gif") no-repeat scroll 0 100% transparent;
	height:1%;
	overflow:hidden;
	padding:0 6px 1px 8px;
	word-spacing:1px;
}
#sidebar ul li{
	line-height:1.55em;
	border-top:1px dotted #999;
	list-style: none;
	padding:2px 0;
}

#sidebar>li{
	list-style: none;
	background:url("../images/bg-block-c2.gif") repeat-y scroll 0 0 transparent;
	color:#4D4D4D;
	font-size:11px;	
	margin:0 0 12px;
	position:relative;
}
#sidebar h2{
	background:url("../images/bg-heading.gif") no-repeat scroll 0 0 #657B91;
	border-bottom:1px solid #D0D6DB;
	height:1%;
	margin:0 0 4px;
	padding:0 10px 0 8px;
	color:#FFFFFF;
	font-size:12px;
	line-height:20px;
	margin:0;
}
#sidebar>li div{
	line-height: normal;
}

/** Comments **/
/* ------------------------------------- comment area  */
#comments {
	background: url(../images/icons/comments.gif) 1px 3px no-repeat;
	padding-left: 22px;
	clear: both;
}
#respond {
	background: url(../images/icons/edit.png) 2px 4px no-repeat;
	padding-left: 22px;
	margin: 20px 0px 0px;
	clear: both;
}
#respond h3{margin:0;}
.nocomments{display: none;}
/* commentform */
#commentform {
	margin-top: 10px;
}
#commentform label {
	font-weight: bold;
	color:#666;
	font-size: 100%;
	padding-left: 5px;
}
#commentform small {
	color: #999999;
	font-size: 90%;
}

#commentform textarea {
	font: 110% Arial, Helvetica, sans-serif;
	width: 400px;
	height: 140px;
	background:url(../images/form-field-bg.gif) no-repeat;
	border: solid 1px #e6e6e6;
	padding: 5px 3px 3px 7px;
}

#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: solid 1px #999;
}

/* comment list */

.commentlist {
	list-style-type:none;
	margin: 10px 0px;
	line-height: 130%;
	font-family: helvetica, arial, sans-serif;
}
.commentlist div{ float:none;}
.commentlist li{
	padding: 5px 10px;
	list-style-type:none;
	
}
.commentlist ul.children {list-style-type: none;margin: .7em;}
.commentlist ul.children .even {background:#fff;}

.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
}

.commentlist img.avatar {  float: left;  dmargin: 0 5px 5px -25px;  position: relative; }
.commentlist .comment-meta {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
	color:#999999;
	line-height: 1.2em;
}
.commentlist .comment-meta a{
	color: #999; text-decoration:none;
}

.commentlist .even {
	background: #F4F4F4;
}
.commentlist li ul {list-style-type:none;}
.commentlist li ul li { padding-bottom:10px; margin-bottom:10px; margin-top:13px;}
.commentlist li ul li ul li {background-color: white;}

.comment-meta {margin-bottom: 1.4em;font-size: .9em;}
.comment-meta a{color: #000;}

.reply {font-size: .9em;margin:1em 0;}
img.avatar {
  float: right;
  margin: 5px;
  }
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentlist small a, .commentlist small a:visited{
	color: #999999;
}
.comment-body p{
	margin-left: .6em;
}

#submit {
	background:url("../images/bg-btn-blu-fixed.png") no-repeat scroll 0 0 transparent;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	height:23px;
	width:77px;
}
#submit:hover{
	background-position: 0 -23px;
}
/** author pages **/
.authorbox{width:100%;overflow: hidden;}
.avatar img{margin:0 7px 7px 0;}
.authorinfo {float:left; clear:both;margin-bottom: 25px; width: 100%;}
.authorinfo dt{
	float: left;
	font-weight: bold;
	width:20%;
}

.authorinfo dd{	width:80%; float:left;}

.authorinfo dt, .authorinfo dd{ padding-bottom: 10px; line-height:1.5em;}

