﻿@charset "utf-8";
/* CSS Document */

/* TEXT HEADERS OPTIONS */

#textSizeHeader, #textColorHeader {
	float:left; display:block; 
	color:#FFFFFF;
	/*font-family:"Century Gothic",Arial,Helvetica,Times; */
	font-size:12px;
	vertical-align:middle;
	line-height:normal;
	font-weight:bold;
	margin-top:5px;
}

#textSizeHeader {
	width:auto; margin-left:50px;
}

#textColorHeader {
	width:auto; margin-left:20px;
}

/* TEXT SIZE OPTIONS */

#textSizeOptions {
	width:75px;
	display:block;
	float:left;
	height:auto;
	background:url(/mods/text_changer/files/textresizer_bg.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
}

#textSizeOptions ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	border-right-width:0px;
	display:block;
	float:left;
	width:25px;
}

#textSizeOptions li {
	width:25px;
	display:block;
	float:left;
	overflow:hidden;
	text-indent:-1000px;
	margin:0px;
	padding:0px;
	border-right-width:0px;
}

#textSizeOptions a, #textSizeOptions a:visited {
	border-right-width:0px;
}

#textSizeOptions a:hover, #textSizeOptions a:active {
	background:none; 
}

/* TEXT COLOR OPTIONS */

#textColorOptions {
	width:75px;
	display:block;
	float:left;
	height:auto;
	background:url(/mods/text_changer/files/colorchanger_bg.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
}

#textColorOptions ul {
	display:block;
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
	border-right-width:0px;
	width:25px;
}

#textColorOptions li {
	width:25px;
	display:block;
	float:left;
	overflow:hidden;
	text-indent:-1000px;
	margin:0px;
	padding:0px;
	border-right-width:0px;
}

#textColorOptions a, #textColorOptions a:visited {
	border-right-width:0px;
}

#textColorOptions a:hover, #textColorOptions a:active {
	background:none; 
}
