/* CSS Document */
/*
	.js is used to hide all rollback elements. When java script is turned of .js wont be
	in the body tag and these rules will fail. By default any javascript related DOM elements
	have a visibility set to hidden and they are revealed using javascript
*/
#tellafriend {
	display:none;
}	
.js #tellafriend {
	display:block;
}
#productinfo_tabs {
	padding-top:0.5em;
}
#productinfo_tabs .ui-tabs-nav {
/*	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;*/
	list-style:none;
/*	margin:-100px 0 0;
	padding:0;*/
	width:100%;
/*	float:left;*/
}
.ui-tabs-nav a {
	color:#3B454B;
}
#ModalTellFriend {
	text-align:left;
}
#ModalTellFriend label {
	float:left;
	clear:both;
}
#ModalTellFriend #btnSubmit {
	float:left;
}
.msg {
	padding-bottom:1.5em;
}
#productLabel:hover {
	cursor:pointer;
}