.tabs {
	width: 100%;
	height: 32px;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 6px 7px 6px;
	margin-right: 2px;
	border-top: 1px solid #D4D3D3;
	border-bottom: 1px solid #D4D3D3;
	border-left: 1px solid #D4D3D3;
	border-right: 1px solid #D4D3D3;
	background: #FFFFFF url('../images/tab_3.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../images/tab_3.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #D4D3D3;
	background: #FFFFFF;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}


/** bof tellAFriendInfo **/
#tellAFriendInfo{
	height: 30px;	
	background: url(../images/icon_bg.gif) repeat-x left top;
	font-size: 1.2em;
}

#tellAFriendInfo ul{
	padding: 10px 0 10px 5px;
}

#tellAFriendInfo li{
	display: inline;
	padding: 3px 5px 5px 0;
}

#tellAFriendInfo li a{
	color: #5e5e5e;
	text-decoration:none;
}
#tellAFriendInfo li a:hover{
	text-decoration: underline;
	color:#FF0000;
}

li#tellAFriend{
	background: url(../images/icon_mail.gif) no-repeat top left;
	padding-left: 18px;
}
li#writeReview{
	background: url(../images/icon_write.gif) no-repeat top left;
	padding-left: 22px;
}
li#readTheReviews{
	background: url(../images/icon_read.gif) no-repeat top left;
	padding-left: 22px;
}
/** eof tellAFriendInfo **/
