.dropshadow
{
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    behavior: url('../PIE.php');
}

.allrounded
{
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}

.gradientSilver
{
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f7f7f7 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f7f7 0%,#e5e5e5 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f7f7f7 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(top, #f7f7f7 0%,#e5e5e5 100%); /* W3C */
}

.gradientSilver_reverse
{
	background: rgb(229,229,229);
background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(247,247,247,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(247,247,247,1)));
background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(247,247,247,1) 100%);
background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(247,247,247,1) 100%);
background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(247,247,247,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f7f7f7',GradientType=0 );
background: linear-gradient(top, rgba(229,229,229,1) 0%,rgba(247,247,247,1) 100%);
}

.gradientSilver_reflect
{
	background: rgb(229,229,229);
background: -moz-linear-gradient(left, rgba(229,229,229,1) 0%, rgba(247,247,247,1) 50%, rgba(229,229,229,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(229,229,229,1)), color-stop(50%,rgba(247,247,247,1)), color-stop(100%,rgba(229,229,229,1)));
background: -webkit-linear-gradient(left, rgba(229,229,229,1) 0%,rgba(247,247,247,1) 50%,rgba(229,229,229,1) 100%);
background: -o-linear-gradient(left, rgba(229,229,229,1) 0%,rgba(247,247,247,1) 50%,rgba(229,229,229,1) 100%);
background: -ms-linear-gradient(left, rgba(229,229,229,1) 0%,rgba(247,247,247,1) 50%,rgba(229,229,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=1 );
background: linear-gradient(left, rgba(229,229,229,1) 0%,rgba(247,247,247,1) 50%,rgba(229,229,229,1) 100%);	
}

.gradientSilver_reflect_v
{
background: rgb(229,229,229);
background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(247,247,247,1) 50%, rgba(229,229,229,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(50%,rgba(247,247,247,1)), color-stop(100%,rgba(229,229,229,1)));
background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(247,247,247,1) 50%,rgba(229,229,229,1) 100%);
background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(247,247,247,1) 50%,rgba(229,229,229,1) 100%);
background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(247,247,247,1) 50%,rgba(229,229,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=0 );
background: linear-gradient(top, rgba(229,229,229,1) 0%,rgba(247,247,247,1) 50%,rgba(229,229,229,1) 100%);
}

.sterlingSilver
{
	background: rgb(233,233,233);
background: -moz-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(213,213,213,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,233,233,1)), color-stop(100%,rgba(213,213,213,1)));
background: -webkit-linear-gradient(top, rgba(233,233,233,1) 0%,rgba(213,213,213,1) 100%);
background: -o-linear-gradient(top, rgba(233,233,233,1) 0%,rgba(213,213,213,1) 100%);
background: -ms-linear-gradient(top, rgba(233,233,233,1) 0%,rgba(213,213,213,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#d5d5d5',GradientType=0 );
background: linear-gradient(top, rgba(233,233,233,1) 0%,rgba(213,213,213,1) 100%);
}

.whiteGlass
{
	/*background: rgb(226,226,226); /* Old browsers */
	background: url(../images/ui/fts_nav_bg.png) repeat-x top left;
	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */
}

.smokeGlass
{
	background: rgb(219,219,219);
background: -moz-linear-gradient(top,  rgba(219,219,219,1) 0%, rgba(147,147,147,1) 50%, rgba(127,127,127,1) 51%, rgba(175,175,175,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,219,219,1)), color-stop(50%,rgba(147,147,147,1)), color-stop(51%,rgba(127,127,127,1)), color-stop(100%,rgba(175,175,175,1)));
background: -webkit-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(147,147,147,1) 50%,rgba(127,127,127,1) 51%,rgba(175,175,175,1) 100%);
background: -o-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(147,147,147,1) 50%,rgba(127,127,127,1) 51%,rgba(175,175,175,1) 100%);
background: -ms-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(147,147,147,1) 50%,rgba(127,127,127,1) 51%,rgba(175,175,175,1) 100%);
background: linear-gradient(to bottom,  rgba(219,219,219,1) 0%,rgba(147,147,147,1) 50%,rgba(127,127,127,1) 51%,rgba(175,175,175,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#afafaf',GradientType=0 );

}

.darkGlass
{
	background: rgb(183,183,183);
background: -moz-linear-gradient(top,  rgba(183,183,183,1) 0%, rgba(87,87,87,1) 50%, rgba(75,75,75,1) 51%, rgba(135,135,135,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(183,183,183,1)), color-stop(50%,rgba(87,87,87,1)), color-stop(51%,rgba(75,75,75,1)), color-stop(100%,rgba(135,135,135,1)));
background: -webkit-linear-gradient(top,  rgba(183,183,183,1) 0%,rgba(87,87,87,1) 50%,rgba(75,75,75,1) 51%,rgba(135,135,135,1) 100%);
background: -o-linear-gradient(top,  rgba(183,183,183,1) 0%,rgba(87,87,87,1) 50%,rgba(75,75,75,1) 51%,rgba(135,135,135,1) 100%);
background: -ms-linear-gradient(top,  rgba(183,183,183,1) 0%,rgba(87,87,87,1) 50%,rgba(75,75,75,1) 51%,rgba(135,135,135,1) 100%);
background: linear-gradient(to bottom,  rgba(183,183,183,1) 0%,rgba(87,87,87,1) 50%,rgba(75,75,75,1) 51%,rgba(135,135,135,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#878787',GradientType=0 );

}

.beigeGlass
{
	background: rgb(248,247,242); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(248,247,242,1) 0%, rgba(231,230,217,1) 50%, rgba(208,205,182,1) 51%, rgba(249,247,225,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,247,242,1)), color-stop(50%,rgba(231,230,217,1)), color-stop(51%,rgba(208,205,182,1)), color-stop(100%,rgba(249,247,225,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(248,247,242,1) 0%,rgba(231,230,217,1) 50%,rgba(208,205,182,1) 51%,rgba(249,247,225,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(248,247,242,1) 0%,rgba(231,230,217,1) 50%,rgba(208,205,182,1) 51%,rgba(249,247,225,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(248,247,242,1) 0%,rgba(231,230,217,1) 50%,rgba(208,205,182,1) 51%,rgba(249,247,225,1) 100%); /* IE10+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f7f2', endColorstr='#f9f7e1',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(248,247,242,1) 0%,rgba(231,230,217,1) 50%,rgba(208,205,182,1) 51%,rgba(249,247,225,1) 100%); /* W3C */
}

.bronzePewter
{
	background: rgb(252,251,248); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,251,248,1) 0%, rgba(229,227,215,1) 0%, rgba(252,251,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,251,248,1)), color-stop(0%,rgba(229,227,215,1)), color-stop(100%,rgba(252,251,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,251,248,1) 0%,rgba(229,227,215,1) 0%,rgba(252,251,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,251,248,1) 0%,rgba(229,227,215,1) 0%,rgba(252,251,238,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(252,251,248,1) 0%,rgba(229,227,215,1) 0%,rgba(252,251,238,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfbf8', endColorstr='#fcfbee',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(252,251,248,1) 0%,rgba(229,227,215,1) 0%,rgba(252,251,238,1) 100%); /* W3C */

}

.bronzePewter_reverse
{
background: rgb(252,251,238);
background: -moz-linear-gradient(top, rgba(252,251,238,1) 0%, rgba(229,227,215,1) 100%, rgba(252,251,248,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,251,238,1)), color-stop(100%,rgba(229,227,215,1)), color-stop(100%,rgba(252,251,248,1)));
background: -webkit-linear-gradient(top, rgba(252,251,238,1) 0%,rgba(229,227,215,1) 100%,rgba(252,251,248,1) 100%);
background: -o-linear-gradient(top, rgba(252,251,238,1) 0%,rgba(229,227,215,1) 100%,rgba(252,251,248,1) 100%);
background: -ms-linear-gradient(top, rgba(252,251,238,1) 0%,rgba(229,227,215,1) 100%,rgba(252,251,248,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfbee', endColorstr='#fcfbf8',GradientType=0 );
background: linear-gradient(top, rgba(252,251,238,1) 0%,rgba(229,227,215,1) 100%,rgba(252,251,248,1) 100%);
}

.bronzePewter_horizontal
{
	background: rgb(252,251,248);
	background: -moz-linear-gradient(left, rgba(252,251,248,1) 0%, rgba(229,227,215,1) 0%, rgba(252,251,238,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(252,251,248,1)), color-stop(0%,rgba(229,227,215,1)), color-stop(100%,rgba(252,251,238,1)));
	background: -webkit-linear-gradient(left, rgba(252,251,248,1) 0%,rgba(229,227,215,1) 0%,rgba(252,251,238,1) 100%);
	background: -o-linear-gradient(left, rgba(252,251,248,1) 0%,rgba(229,227,215,1) 0%,rgba(252,251,238,1) 100%);
	background: -ms-linear-gradient(left, rgba(252,251,248,1) 0%,rgba(229,227,215,1) 0%,rgba(252,251,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfbf8', endColorstr='#fcfbee',GradientType=1 );
	background: linear-gradient(left, rgba(252,251,248,1) 0%,rgba(229,227,215,1) 0%,rgba(252,251,238,1) 100%);
}

.bronzePewter_horizontal_reverse
{
	
	background: rgb(252,251,238);
	background: -moz-linear-gradient(left, rgba(252,251,238,1) 0%, rgba(229,227,215,1) 100%, rgba(252,251,248,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(252,251,238,1)), color-stop(100%,rgba(229,227,215,1)), color-stop(100%,rgba(252,251,248,1)));
	background: -webkit-linear-gradient(left, rgba(252,251,238,1) 0%,rgba(229,227,215,1) 100%,rgba(252,251,248,1) 100%);
	background: -o-linear-gradient(left, rgba(252,251,238,1) 0%,rgba(229,227,215,1) 100%,rgba(252,251,248,1) 100%);
	background: -ms-linear-gradient(left, rgba(252,251,238,1) 0%,rgba(229,227,215,1) 100%,rgba(252,251,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfbee', endColorstr='#fcfbf8',GradientType=1 );
	background: linear-gradient(left, rgba(252,251,238,1) 0%,rgba(229,227,215,1) 100%,rgba(252,251,248,1) 100%);

}

.bronzePewter_reflect_vertical
{
	background: rgb(252,251,248); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,251,248,1) 0%, rgba(229,227,215,1) 0%, rgba(252,251,238,1) 50%, rgba(229,227,215,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,251,248,1)), color-stop(0%,rgba(229,227,215,1)), color-stop(50%,rgba(252,251,238,1)), color-stop(100%,rgba(229,227,215,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,251,248,1) 0%,rgba(229,227,215,1) 0%,rgba(252,251,238,1) 50%,rgba(229,227,215,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,251,248,1) 0%,rgba(229,227,215,1) 0%,rgba(252,251,238,1) 50%,rgba(229,227,215,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,251,248,1) 0%,rgba(229,227,215,1) 0%,rgba(252,251,238,1) 50%,rgba(229,227,215,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(252,251,248,1) 0%,rgba(229,227,215,1) 0%,rgba(252,251,238,1) 50%,rgba(229,227,215,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfbf8', endColorstr='#e5e3d7',GradientType=0 ); /* IE6-9 */

}

.bronzePewter_reflect_vertical_reverse
{
	background: rgb(252,251,248);
background: -moz-linear-gradient(top,  rgba(252,251,248,1) 0%, rgba(229,227,215,1) 0%, rgba(252,251,238,1) 50%, rgba(229,227,215,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,251,248,1)), color-stop(0%,rgba(229,227,215,1)), color-stop(50%,rgba(252,251,238,1)), color-stop(100%,rgba(229,227,215,1)));
background: -webkit-linear-gradient(top,  rgba(252,251,248,1) 0%,rgba(229,227,215,1) 0%,rgba(252,251,238,1) 50%,rgba(229,227,215,1) 100%);
background: -o-linear-gradient(top,  rgba(252,251,248,1) 0%,rgba(229,227,215,1) 0%,rgba(252,251,238,1) 50%,rgba(229,227,215,1) 100%);
background: -ms-linear-gradient(top,  rgba(252,251,248,1) 0%,rgba(229,227,215,1) 0%,rgba(252,251,238,1) 50%,rgba(229,227,215,1) 100%);
background: linear-gradient(top,  rgba(252,251,248,1) 0%,rgba(229,227,215,1) 0%,rgba(252,251,238,1) 50%,rgba(229,227,215,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfbf8', endColorstr='#e5e3d7',GradientType=0 );

}

.camel_metal_reflect_vertical
{
	background: rgb(255,239,221); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,239,221,1) 0%, rgba(170,151,96,1) 0%, rgba(233,200,126,1) 50%, rgba(170,151,96,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,239,221,1)), color-stop(0%,rgba(170,151,96,1)), color-stop(50%,rgba(233,200,126,1)), color-stop(100%,rgba(170,151,96,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,239,221,1) 0%,rgba(170,151,96,1) 0%,rgba(233,200,126,1) 50%,rgba(170,151,96,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,239,221,1) 0%,rgba(170,151,96,1) 0%,rgba(233,200,126,1) 50%,rgba(170,151,96,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,239,221,1) 0%,rgba(170,151,96,1) 0%,rgba(233,200,126,1) 50%,rgba(170,151,96,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,239,221,1) 0%,rgba(170,151,96,1) 0%,rgba(233,200,126,1) 50%,rgba(170,151,96,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefdd', endColorstr='#aa9760',GradientType=0 ); /* IE6-9 */

}

.fts_velvet_diagonal
{
background: rgb(188,188,188);
background: -moz-linear-gradient(45deg,  rgba(188,188,188,1) 0%, rgba(247,247,247,1) 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(188,188,188,1)), color-stop(100%,rgba(247,247,247,1)));
background: -webkit-linear-gradient(45deg,  rgba(188,188,188,1) 0%,rgba(247,247,247,1) 100%);
background: -o-linear-gradient(45deg,  rgba(188,188,188,1) 0%,rgba(247,247,247,1) 100%);
background: -ms-linear-gradient(45deg,  rgba(188,188,188,1) 0%,rgba(247,247,247,1) 100%);
background: linear-gradient(45deg,  rgba(188,188,188,1) 0%,rgba(247,247,247,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#f7f7f7',GradientType=1 );


}

.fts_velvet_diagonal_reverse
{
background: rgb(247,247,247);
background: -moz-linear-gradient(45deg,  rgba(247,247,247,1) 0%, rgba(188,188,188,1) 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(188,188,188,1)));
background: -webkit-linear-gradient(45deg,  rgba(247,247,247,1) 0%,rgba(188,188,188,1) 100%);
background: -o-linear-gradient(45deg,  rgba(247,247,247,1) 0%,rgba(188,188,188,1) 100%);
background: -ms-linear-gradient(45deg,  rgba(247,247,247,1) 0%,rgba(188,188,188,1) 100%);
background: linear-gradient(45deg,  rgba(247,247,247,1) 0%,rgba(188,188,188,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#bcbcbc',GradientType=1 );

}

.fts_blue_velvet_vertical
{

background: rgb(5,74,119);
background: -moz-linear-gradient(top,  rgba(5,74,119,1) 0%, rgba(0,105,166,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(5,74,119,1)), color-stop(100%,rgba(0,105,166,1)));
background: -webkit-linear-gradient(top,  rgba(5,74,119,1) 0%,rgba(0,105,166,1) 100%);
background: -o-linear-gradient(top,  rgba(5,74,119,1) 0%,rgba(0,105,166,1) 100%);
background: -ms-linear-gradient(top,  rgba(5,74,119,1) 0%,rgba(0,105,166,1) 100%);
background: linear-gradient(top,  rgba(5,74,119,1) 0%,rgba(0,105,166,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054a77', endColorstr='#0069a6',GradientType=0 );


}

.fadedLeftBorder
{
	-moz-border-left-colors: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	border-left-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	border-left-color: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	border-left-color: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0) 100%); /* Opera11.10+ */
	border-left-color: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	border-left-color: linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0) 100%); /* W3C */
}

.PFBeauSansPro-BoldItalic
{
	font-family: PFBeauSansPro-BoldItalic;
}

.PFBeauSansPro-LightItalic
{
	font-family: PFBeauSansPro-LightItalic; 
}

.PFBeauSansPro-Light
{
	font-family: PFBeauSansPro-Light;
}

.PFBeauSansPro-SemiBold
{
	font-family: PFBeauSansPro-SemiBold;
}

.PFBeauSansPro-Thin 
{
	font-family: PFBeauSansPro-Thin; 
}

