/* PRODUCT NAVIGATION */
#product-nav {
	width: 943px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-align: left;
}

body#campsite #product-nav {
	background: #73a0ce;
}

body#campcaster #product-nav {
	background: #ff6422;
}

body#cream #product-nav {
	background: #eebe00;
}

body#dream #product-nav {
	background: #53a8da;
}

#product-nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#product-nav ul li {
	display: inline;
}

#product-nav ul li a {
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	color: white;
}

/* LEFT SIDEBAR PRODUCTS NAVIGATION */
#sidebar-left {
	background: white;
	float: left;
	width: 204px;
	padding: 10px 0;
	margin-right: 10px;
}

#sidebar-left h1 {
	font-size: 26px;
	font-weight: normal;
	line-height: 32px;
	margin: 0px;
	padding: 0;
}

#sidebar-left h2 {	
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	font-family: georgia, serif;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #1794dc;
}

#sidebar-left a {	
	text-decoration: none;
	color: #1794dc;
}
#sidebar-left #campsite, #sidebar-left #campcaster, #sidebar-left #dream, #sidebar-left #cream {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 70px;
	height: 65px;
	_height: 80px;
}

#sidebar-left #campsite {
	border-top: none;
}

#sidebar-left #campsite {
	background: transparent url(../images/campsite60.gif) center left no-repeat;
}

#sidebar-left #campcaster {
	background: transparent url(../images/campware60.gif) center left no-repeat;
}

#sidebar-left #cream {
	background: transparent url(../images/cream60.gif) center left no-repeat;
}

#sidebar-left #dream {
	background: transparent url(../images/dream60.gif) center left no-repeat;
}

.active {
	background: #ddd;
}

#sidebar-left .productinfo-long {
	display: none;
}


/* CONTAINER FOR PRODUCT */
#product-cont {
	width: 739px;
	padding: 0px;
	float: right;
	
}

/* PRODUCT TEASER */
#product-cont .product-teaser {
	padding: 10px 0;
	margin-left: 10px;
	width: 729px;
	background: white;
}

#product-cont h2 {	
	font-size: 26px;
	font-weight: normal;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

.product-teaser ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.product-teaser ul li {
	display: inline;
}

.product-teaser ul li img {
	border: none;
}

.product-teaser ul li a {
	display: block;
	float: left;
	/* width: 120px;
	height: 30px; */
	padding-right: 20px;
	padding-top: 3px;
	font-size: 13px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 10px;
	border: none;
}

#content-bottom {
	clear: left;
	padding-top: 25px;
}

/* PRODUCT NEWS */
#news-product {
	background: white;
	float: left;
	width: 398px;
	padding: 10px;
padding-top: 0;
	margin-right: 10px;
	margin-top: 0;
	clear: left;
}
#news-product h1 {
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	font-family: georgia, serif;
	margin: 0px;
	padding: 0px;
}
#news-product h2 {	
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	margin-top: 5px;
}
#news-product h2 a {	
	text-decoration: none;
	color: #1794dc;
}
#news-product .newsitem {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 5px;
}
#news-product .newsitem #article_date {
	font-size: 10px;
}

/* SECTION SIDEBAR RIGHT */
#section-sidebar-right {
	float: right;
	width: 301px;
	padding: 0 0 10px 10px;
        margin-top: 0;
	background: white;
}