/* CSS Document */

#products img {
	margin:0 0 0 0;	
	cursor:pointer;	
}

.desc_top {
	left:20px;
	bottom:-30px;
}

.desc_bottom {
	left:20px;
}

.description {
	background:url(images/layout/desc_body.jpg) repeat-y;
	width:640px;
	min-height:125px;
	display:none;
	margin-top:30px;
	left:20px;
	-moz-border-radius:4px;
	padding:0px 30px 10px 30px;
	position:relative;
	float:left;
}

.description .arrow {
	width:42px;
	height:44px;
	background:transparent url(images/layout/switch_tab_pointer.jpg) repeat scroll center;
	margin-top:-44px;
	margin-left:60px;
	font-size:1px;
	position:relative;
}

#socialize .arrow {
	margin-left:300px;	
}

#action .arrow {
	margin-left:545px;	
}

.big_h1 {
	font-size:28px;
	color:#00bbdf;
}