body        { font-family: Georgia,Arial,sans-serif; background-color: #ffffff; } 
td          { font-size:10pt; color:#000000; }	
p           { font-size:10pt; color:#000000; }
div         { font-size:10pt; color:#000000; }
a:link      { font-size:10pt; color:#FF0000; text-decoration:none; }
a:active    { font-size:10pt; color:#000000; text-decoration:none; }	
a:visited   { font-size:10pt; color:#000000; text-decoration:none; }
a:hover     { font-size:10pt; color:#FF0000; text-decoration:none; text-weight: bold}

.style2     { font-size: 12px; }
.style5     { font-size: 10pt; }

.soldout    { font-size:10pt; color:#666; font-weight: bold; }
.backorder  { font-size:10pt; color:#666; font-weight: bold; }

.itemedit   { width: 610px; font-size: 10pt; text-align: left; margin-bottom: 10px; }
.itemedit_colname { color: #333; }
.itemedit_title { font-style: italic; }


/*********Social Icons******/

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-tccuv1');
	src:url('fonts/icomoon.eot?#iefix-tccuv1') format('embedded-opentype'),
		url('fonts/icomoon.woff?-tccuv1') format('woff'),
		url('fonts/icomoon.ttf?-tccuv1') format('truetype'),
		url('fonts/icomoon.svg?-tccuv1#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: "\e600";
}
.icon-instagram:before {
	content: "\e601";
}
.icon-twitter:before {
	content: "\e602";
}
.icon-tumblr:before {
	content: "\e603";
}

a.social-link {
	margin: 0 10px;
	font-size: 16px;
}
a.social-link:visited {
	color:#FF0000;
}
a.social-link:hover {
	color:#000000;
}

/*********END - Social Icons******/