/* CSS for Wish List */
@import url(general.css);

.link  {
	color: #2254eb;
	text-decoration: none;
}

#topMenu {
	font-size: 12px;
	color: #ffffff;
	font-family: "Century Gothic", "Trebuchet MS", Verdana Georgia;
	float: right;
}

#topMenu a{
	font-size: 12px;
	color: #ffffff;
	font-family: "Century Gothic", "Trebuchet MS", Verdana Georgia;
	text-decoration: none;
}

#topMenu a:hover {
	text-decoration: underline;
}

.content {
	background-color: #ffffff;
	height: auto;
	color: #0c0c0c;
	padding: 20px;
}

.pageTitle {
	font-size: 30px;
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	text-transform: uppercase;
	border-bottom: 4px solid #2D1515;
}



p a{
	text-decoration: none;
	color: #0c0c0c;
}

p a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.subTitle {
	font-size: 20px;
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	border-bottom: 3px solid #0c0c0c;
	text-transform: capitalize;
}

.button {
	background-color: #2D1515;
	color: #ffffff;
	width: 100px;
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	font-size: 14px;
	float: right;
	text-align: center;
	cursor: hand;
}

.footer {
	font-size: 10px;
	color: #ffffff;
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
}

.sampleCategoryTitle {
	padding-left: 5px;
	font-weight: bold;
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	font-size: 11px;
}