body{
	background: #F2F2F2;
	color: #2e2e2e;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif
}

h1, h2{
	font-size: 36px;
	font-weight: normal;
	line-height: 36px;
	text-shadow: 0 1px 0 #FFF;
}

ul{
	margin: 0;
	padding: 0;
}

li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.template_product{
	margin: 20px auto;
	width: 903px;
}

.frame_type_border{
	background: url('../img/background_border.png') repeat-y;
}

.layer_header{
	margin-bottom: 20px;
}

.layer_product_nav{
	background: url('../img/menu_background.png') repeat-x;
	height: 37px;
	padding-left: 200px;
	margin: 0 2px 20px 2px;
}

.layer_product_nav li{
	display: block;
	float: left;
	height: 37px;
	line-height: 37px;
	position: relative;
	padding: 0 10px;
}

.layer_product_nav li.selected{
	background: url('../img/menu_selected_background.png') repeat-x;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.layer_product_nav li a{
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFF;
}

.layer_product_nav li.selected a{
	color: #000;
}

.layer_product{
	padding: 15px 20px;
}

.layer_screenshots{
	background: #EEE;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 2px;
	padding: 15px 0;
}

.layer_footer{
	background: url('../img/footer_background.png') no-repeat;
	height: 34px;
}

.layer_product .image_player.right{
	float: right;
	margin-left: 20px;
}

.layer_product .image_player.left{
	float: left;
	margin-right: 20px;
}

.layer_product .image_player .image{
	margin-bottom: 10px;
	height: 380px;
}

.layer_product .image_player .thumbs{
	background: url('../img/slideshow_bg.gif') repeat-x #F9F9F9;
	height: 75px;
	padding-left: 10px;
}

.layer_product .image_player .thumbs li a{
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding-top: 10px;
}

.layer_product .image_player .thumbs li.selected a{
	background: url('../img/caret.png') top center no-repeat;
	
}

.layer_product .image_player .thumbs li a img{
	border: 1px solid #EEE;
	padding: 1px;
}

.quote{
	border: 5px solid #EEE;
	cursor: pointer;
	margin-bottom: 30px;
	margin-right: 15px;
	padding: 10px;
}

a:hover .quote, a:link .quote, a:visited .quote{
	text-decoration: none;
}

.quote_text h3{
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
}

.quote_text p{
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

.quote .arrow{
	background:transparent url(http://www.socialamp.com/img/quote_arrow.png) no-repeat scroll 0 0;
	display:block;
	height:24px;
	margin-left:-5px;
	margin-top:10px;
	position:absolute;
	width:23px;
}

a:hover .quote{
	border: 5px solid #555;
}

a:hover .quote .arrow{
	background:transparent url(http://www.socialamp.com/img/quote_arrow_hover.png) no-repeat scroll 0 0;
}


.layer_type_quotes{
	width: 360px;
}

.layer_details{
	margin: 0 2px 0 20px;
}

.layer_details .size_25{
	float: left;
	width: 24.9%;
}

.layer_details .quote_text{
	height: 200px;
}

.layer_details .quote_text h3{
	font-size: 20px;
}

.layer_details .quote_text p.link{
	background: url('../img/bullet.gif') 100% 60% no-repeat;
	display: inline;
	padding-right: 10px;
	text-decoration: none;
}

.layer_details a:link .quote_text p.link, .layer_details a:visited .quote_text p.link{
	color: #0066CC;
}

.layer_details a:hover .quote_text p.link{
	color: #3399EE;
}

.layer_details_expanded{
	border-top: 1px solid #eee;
	padding: 20px 20px 30px 20px;
}

.layer_details_expanded .image img{
	border: 1px solid #eee;
	padding: 1px;
}

.layer_details_expanded .image.right{
	float: right;
	margin-left: 20px;
}

.layer_details_expanded .image.left{
	float: left;
	margin-right: 20px;
}

.layer_details_expanded h3{
	padding-bottom: 10px;
}

.layer_details_expanded p{
	font-size: 12px;
	line-height: 1.5;
	padding: 0 0 10px 0;
}

.layer_details_expanded code{
	display: block;
	margin-bottom: 15px;
}

.layer_team{
	margin: 10px 0 20px 20px;
}

.layer_team h1{
	margin-bottom: 15px;
}

.layer_wishes{
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	z-index: 1;
}

.layer_wishes .scrollable{
	overflow: hidden;
	position: relative;
	margin: 0 10px;
	width: 800px;
	z-index: 1;
}
	
.layer_wishes .content{
	position: relative;
	width: 90000px;
}

.layer_wishes .element_type_item{
	float: left;
	width: 810px;
}

.element_type_item .photo_wrapper{
	float: left;
	margin-left: -100%;
	height: 110px;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
	width: 110px;
}

.element_type_item .photo_content img{
	width: 100px;
}

.element_type_item .details_wrapper{
	float: left;
	width: 100%;
}

.element_type_item .details_content{
	margin-left: 110px;
}

.element_type_quote .details{
	padding-right: 10px;
}

.element_type_item{
	margin-bottom: 10px;
	width: 100%;
}

.element_type_item .photo_wrapper{
	float: left;
	margin-left: -100%;
	width: 110px;
}

.element_type_item .photo_content img{
	width: 100px;
}

.element_type_item .details_wrapper{
	float: left;
	width: 100%;
}

.element_type_item .details_content{
	margin-left: 110px;
}

.element_type_quote .links{
	display: none;
}

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

.element_type_item .comment{
	font-weight: bold;
	font-size: 16px;
}

.element_type_item span.name{
	text-decoration: underline;
}

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url('../../shared/img/scrollable/arrow/left.png') no-repeat;
	float:left;
	margin:0;
	position: relative;
	top: 30px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {	
	background-position:0px -36px;	
}

a.disabled:hover{
	background-position:0px -36px;
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url('../../shared/img/scrollable/arrow/right.png');
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url('../../shared/img/scrollable/arrow/navigator.png') 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
}
