/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/
a  {
	text-decoration: none;
	color:#ca006b;
}

a:hover {
	color:#ca006b;
	text-decoration : underline;
}

body {
	vertical-align:top;
	background-color: #FFFFFF;
	padding:0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p, ol {
	padding:0;
	margin:0;
}

p {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0;
	padding: 0 0 8px 0;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 18px;
	line-height: 21px;
	color: #ca006b;
	margin: 0;
	padding: 0 0 5px 0;
	font-style: italic;
	font-weight: normal;
}

h2 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 18px;
	line-height: 21px;
	color: #ca006b;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-style: italic;
	font-weight: bold;
	border-bottom:1px solid #CCCCCC;
}

h3
{
font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 18px;
	line-height: 21px;
	color: #ca006b;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-style: italic;
	font-weight: bold;
	border-bottom:1px solid #CCCCCC;
	
}


h4 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #ca006b;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	font-style: italic;
	font-weight: bold;
	
}


h5 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 16px;
	line-height: 17px;
	color: #ca006b;
	margin: 0 0 1px 0;
	padding: 0 0 1px 0;
	font-style: italic;
	font-weight: bold;
	
}


	

#shadow {
	min-height:100%; height:auto;
	overflow: auto;
	width:100%;
    margin:0;
	text-align: center;
	background-image: url(/g_images/logoedge.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

#wrapper {
	width:800px;
	height:auto;
	margin:0 auto 0 auto;
	padding:0;
}

/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/
#header {
	width:580px;
	height:190px;
	float:left;
	margin:0;
	padding:20px 0 0 220px;
	background-image: url(/g_images/logo.gif);
	background-repeat:no-repeat;
}

#headernav1 {
	width:580px;
	height:148px;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	border-bottom:1px solid #CCCCCC;
	background-image: url(/g_images/phone.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

#headernav2 {
	width:580px;
	float:left;
	margin:0;
	padding:10px 0 0 0;
	background-image: url(/g_images/tagline.gif);
	background-repeat:no-repeat;
}

#header img {
	float:right;
	margin:0;
	padding:0;
}

#search {
    width:198px;
	height:29px;
	margin:0;
	padding:6px 0 0 60px;
	position:absolute;
    left:322px;
    top:90px;
	background-image: url(/g_images/search.gif);
	background-repeat:no-repeat;
	text-align:left;
}

.logo {
	position:absolute;
    left:0;
    top:75px;
	padding:0;
	margin:0;
}

.hook {
}
/*--------------------------------------------------------------------------------------------------
	vertical navigation
--------------------------------------------------------------------------------------------------*/
#navcontainer {
    width:200px;
	margin:0;
	padding:0 0 10px 0;
	float:left;
}

#navcontainer img {
	padding:0;
	float:left;
	display:inline;
}

.vertnav {
    width:178px;
	margin:10px 0 10px 10px;
	padding:0;
	float:left;
	border-top:1px solid #FFFFFF;
    border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	display:inline;
}

#corporate {
	margin:0 0 10px 0;
}
.vertnav p
{
margin: 0;

list-style-type: none;
font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
font-size: 13px;
line-height:14px;
padding: 3px 5px 2px 10px;
font-weight: normal;
border-bottom:1px solid #FFFFFF;
}
.vertnav ul
{
margin: 0;
padding-left: 0;
list-style-type: none;
font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
font-size: 13px;
line-height:14px;
font-weight: normal;
}

.vertnav a
{
display: block;
width:163px;
padding: 3px 5px 5px 10px;
margin:0;
text-decoration: none;
border-bottom:1px solid #FFFFFF;
}

.vertnav a:link, .vertnav a:visited
{
text-decoration: none;
}

.vertnav a:hover
{
text-decoration: none;
background-color:#fdd3e3;
}

.vertnav a#current
{
text-decoration: none;
background-color:#fdd3e3;
}


	
/*--------------------------------------------------------------------------------------------------
	index content
--------------------------------------------------------------------------------------------------*/
#container {
	width:800px;
	padding:0;
	margin:15px 0 15px 0;
	float:left;
	background: url(/g_images/pink.gif);
	background-repeat:repeat-y;
	text-align:left;
}

#rightcontent {
	width:580px;
	padding:0 0 20px 0;
	margin:0;
	float:right;
}

#images {
	width:548px;
	padding:15px;
	margin:0 0 20px 0;
	float:right;
	border:1px solid #CCCCCC;
	overflow:hidden;
}

#images img {
	padding:0;
	margin:0;
	float:left;
	display:block;
}


#copy {
	width:580px;
	padding:15px 0 20px 0;
	margin:0;
	float:right;
	border-top:4px solid #f7b9d2;
}

#subcopy {
	width:580px;
	padding:15px 0 20px 0;
	margin:0;
	float:right;
	border-top:4px solid #f7b9d2;
	   font-size: 0.71em !important;
}

#subcopy ul { 
	list-style-type: none;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin:0;
	padding:0 0 8px 0;
	font-style: normal;
	font-weight: normal;
}

#subcopy li { 
	background: url(/g_images/bullet.gif) left top no-repeat;
	padding-left: 7px;
}

.subimage {
	padding:5px;
	margin:0 0 10px 10px;
	float:right;
	border:1px solid #CCCCCC;
}

#copyline {
	width:580px;
	padding:0;
	margin:0;
	float:right;
	background: url(/g_images/line.gif);
	background-repeat:repeat-y;
	background-position:right;	
}

#rightcolumn {
	width:179px;
	padding:0;
	margin:0;
	float:right;
}

#rightcolumn ul { 
	list-style-type: none;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	margin:0;
	padding:8px 0 8px 0;
	font-style: normal;
	font-weight: normal;
	border-top:1px solid #CCCCCC;
}

#rightcolumn li { 
	background: url(/g_images/bullet.gif) left top no-repeat;
	padding-left: 7px;
}

.more {
	padding-top: 8px;
	font-weight: bold;
	text-align:right;
	border-top:1px solid #CCCCCC;
}

#rightcolumn p {
	line-height: 14px;
}

#leftcolumn {
	width:360px;
	padding:0;
	margin:0;
	float:left;
}

#email {
	width:338px;
	padding:10px;
	margin:5px 0 0 0;
	float:left;
	background: url(/g_images/gradient.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px solid #f7b9d2;
	display:inline;
}

#email p {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #ca006b;
	margin: 0;
	padding: 0 0 10px 0;
	font-style: italic;
	font-weight: normal;
}

#shipping {
	width:157px;
	padding:10px;
	margin:0 0 10px 0;
	float:left;
	background: url(/g_images/gradient2.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px solid #f7b9d2;
	display:inline;
}

#shipping p {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #ca006b;
	margin: 0;
	padding: 0;
	font-style: italic;
	font-weight: normal;
}

/*--------------------------------------------------------------------------------------------------
	products
--------------------------------------------------------------------------------------------------*/

.product {
	padding:5px;
	margin:0;
	border:1px solid #CCCCCC;
}

.description {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	margin: 0;
	padding: 5px 0 20px 0;
	font-style: normal;
	font-weight: normal;
}

.detailimage {
	padding:5px;
	margin:0 15px 0 0;
	float:left;
	border:1px solid #CCCCCC;
	display:inline;
}

#order {
	width:315px;
	padding:10px 0 0 0;
	margin:0;
	float:right;
	background-repeat:repeat-x;
	background-position:bottom;
	border-top:1px solid #CCCCCC;
}

.price {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #ca006b;
	margin: 0;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: bold;
}

#back {
	width:580px;
	padding:10px 0 0 0;
	margin:20px 0 0 0;
	float:right;
	border-top:4px solid #f7b9d2;
	display:inline;
}
/*--------------------------------------------------------------------------------------------------
	form
--------------------------------------------------------------------------------------------------*/
#formbox {
	width:510px;
	padding:10px 0 10px 10px;
	margin:5px 0 15px 0;
	float: left;
	text-align:left;
	border:1px solid #c8cacc;
	background-color:#F1F1F2;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #00929f;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

.inputborder {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding:3px;
	color:#333333;
}

/*--------------------------------------------------------------------------------------------------
	button
--------------------------------------------------------------------------------------------------*/

.TextButton
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #F78F1C;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButton:LINK, .CommonTextButton:VISITED
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #F78F1C;
}

.TextButton:ACTIVE
{
	text-decoration: none;
	color: #FFFFFF;
}

.TextButton:HOVER
{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #BA5B15;
	text-decoration: none;
}


.TextButtonHighlight
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #BA5B15;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButtonHighlight:LINK, .TextButtonHighlight:VISITED, .TextButtonHighlight:ACTIVE, .TextButtonHighlight:HOVER
{
	text-decoration: none;
	background-color:#BA5B15;
	color: #FFFFFF;
}

/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/
#footer {
	width:800px;
	margin:0;
	float:left;
	padding:0;
	text-align:right;
	border-top:4px solid #f7b9d2;
	display:inline;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color:#f7b9d2;
	margin: 0;
	padding: 15px 0 10px 0;
	font-style: normal;
	font-weight: normal;
}		

#footerright {
	width:550px;
	margin:0;
	float:right;
	text-align:right;
	padding:0;
}

#footerleft {
	width:200px;
	margin:0;
	float:left;
	text-align:left;
	padding:0;
}
.geckocopy {
	color:#CCCCCC;
}

#footerleft p {
	color:#333333;
}


a.gecko:link {color: #CCCCCC; text-decoration: none;}
a.gecko:active {color: #CCCCCC; text-decoration: none;}
a.gecko:visited {color: #CCCCCC; text-decoration: none;}
a.gecko:hover {color: #ca006b; text-decoration: underline;}


a.navlink:link {color: #333333; text-decoration: none;}
a.navlink:active {color: #333333; text-decoration: none;}
a.navlink:visited {color: #333333; text-decoration: none;}
a.navlink:hover {color: #ca006b; text-decoration: underline;}

a.skip:link {color: #FFFFFF; text-decoration: none; font-size: 11px; font-family: Arial, Helvetica, sans-serif; line-height: 13px; padding-left:10px;}
a.skip:active {color: #FFFFFF; text-decoration: none; font-size: 11px; font-family: Arial, Helvetica, sans-serif; line-height: 13px; padding-left:10px;}
a.skip:visited {color: #FFFFFF; text-decoration: none; font-size: 11px; font-family: Arial, Helvetica, sans-serif; line-height: 13px; padding-left:10px;}
a.skip:hover {color: #FFFFFF; text-decoration: underline; font-size: 11px; font-family: Arial, Helvetica, sans-serif; line-height: 13px; padding-left:10px;}

/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}


/*--------------------------------------------------------------------------------------------------
Storefront stylesheet
---------------------------------------------------------------------------------------------------*/


table
{
    font-size: 1em !important;
    font-family: Tahoma, Verdana, sans-serif;
    border: none;
}
table input
{
    font-size:1em;
}
table select
{
    font-size:1em;
}

form
{
    margin: 0;
    padding: 0;
}
#content input, #content select
{
    font-size: 1em;
}


fieldset, form
{
    border: none;
    margin: 0;
    padding: 0;
}

#breadcrumb
{
    float: left;
    color: #444;
}
#miniCart
{
    float: right;
}
#ML
{
    width: 650px;
    font-size: 0.85em;
}
#ML, #ML div
{
    float: right;
    vertical-align: middle;
}
#ML div select
{
    font-size: 0.88em;
    margin: 2px 0.5em 4px 0;
    vertical-align: middle;
}

#breadcrumb, #minicart, #ML
{
    height: 2em;
    line-height: 1.5em;
    color: #444;
}
#breadcrumb a, #miniCart a
{
    color: #4776BD;
}
input.submit
{
    border: 1px double #999;
    border-top-color: #ccc;
    border-left-color: #ccc;
    padding: 0.1em;
    margin: 0;
    background-color: #fff;
    background-image: url(images/background-form-element.png);
    color: #333;
    font-size: 1em;
    font-weight: bold;
    font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif;
}
input.submit:active
{
    border: 1px double #ccc;
    border-top-color: #999;
    border-left-color: #999;
}

.AddToCartButton
{ background-color: transparent; background-image: url(/g_images/addtobag.gif); font-size: 0pt; border:0pt; cursor:hand; cursorointer; padding: 0px; width: 159px; height: 27px}

.AddToWishButton
{ background-color: transparent; background-image: url(/g_images/addtowish.gif); font-size: 0pt; border:0pt; cursor:hand; cursorointer; padding: 0px; width: 128px; height: 27px}


#Quantity
{
    font-size: 1em;
}

/* Kit Specific Styles */
#KitSideBar
{
	border:solid 1px Gray;
	position:absolute;
	z-index:99; /*999999999 !important;*/
	width:180px;
	background-color:#FFFFE1;
	/*right:10px;*/
	margin-left: 10px;
}

#KitAddToCartForm
{
	padding: 5px 5px 10px 5px;
	margin: 0px 5px 0px 5px;
	border-top: solid 1px Gray;
}

#KitPlaceHolder
{
	width:150px;
}

#KitTable
{
	width:500px;
	/*border-top: solid 1px red;*/
		
}

#KitTable td
{
	padding: 4px 0px 4px 0px;
}

#KitAddToCartFormHeader
{
	border-bottom:solid 3px #444;
	/*height:15px;*/
	text-align:center;
}

#KitAddToCartFormPrice
{
	line-height:30px;
	padding: 5px 5px 5px 5px;
	margin: 0px 5px 0px 5px;
	border-bottom: solid 1px Gray;
}

.KitAddToCartFormPrice
{
	/*line-height:30px;*/
	padding: 5px 5px 5px 5px;
	margin: 0px 5px 0px 5px;
	border-bottom: solid 1px Gray;
}

.KitAddToCartFormDetailsHeader
{
	text-align:center;
	text-decoration:underline;
}


.KitAddToCartFormDetails
{
	padding: 0px 5px 0px 5px;
	margin-left: 10px;
}

.KitTableGroup
{
	/*
	border-top:solid 1px Black;	
	border-left:solid 1px Black;	
	border-right:solid 1px Black;	
	border-bottom:solid 5px Green;	
	line-height:20px;
	*/
	background-color: #f5f5f5; 
}

.KitRowSpacer
{
	/*height:45px;*/
}

.KitSpacer
{
	/*
	border:solid 1px Lime;
	background-color:Aqua;
	*/
	height:10px;	
}



#KitAddToCartFormDetailsHeader
{
	text-align:center;
	text-decoration:underline;
}

#KitAddToCartFormDetails
{
	padding: 0px 5px 0px 5px;
	margin-left: 10px;
}

#KitSideBar input[type="button"]
{
	width:120px;	
	text-align:center;
	margin-top:3px;
}


.KitRegularBasePrice
{
	font-style:italic;
	text-decoration:line-through;
}

.KitBasePrice
{
}

.KitBasePriceOnSale
{
}

.KitCustomizedPrice
{
}

.KitCustomizedPriceOnSale
{
}

.KitLevelPrice
{
}

.KitLevelPriceOnSale
{
}
.error
{
    font-family:arial;
	font-size:12px;
    font-weight:bold;
    color:#ff0000;
	line-height: 20px;
}

.errorLg
{
    font-family:arial;
    color: Red;
    font-size: 12px;
    font-weight: bold;
}

/*
-----------------------------------------------------------------------
 Component Art Vertical Menu Style:
-----------------------------------------------------------------------
*/

.VertTopMenuGroup
{
 font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
font-size: 13px;
line-height:14px;
  border:solid 0px #ffffff;
  background-color:#FCE1EB;
}

.VertMenuGroup
{
   font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
font-size: 13px;
line-height:14px;
  border:solid 1px #ffffff;
  background-color:#FCE1EB;
}

.VertTopMenuItem
{
  color:#ca006b;
 font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
font-size: 13px;
line-height:14px;
  cursor:hand;
  cursor:pointer;
  padding-top: 2px;
  padding-bottom: 2px;
}

.VertTopMenuItem td {
color:#ca006b;
 font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
font-size: 13px;
line-height:14px;
  cursor:hand;
  cursor:pointer;
  padding-top: 2px;
  padding-bottom: 2px;}

td.VertTopMenuItem {
color:#ca006b;
 font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
font-size: 13px;
line-height:14px;
  cursor:hand;
  cursor:pointer;
  padding-top: 2px;
  padding-bottom: 2px;}



.VertTopMenuItemHover
{
  
  background-color:#fdd3e3;
  color:#ca006b;
 font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
font-size: 13px;
line-height:14px;
  cursor:hand;
  cursor:pointer;
  padding-top: 2px;
  padding-bottom: 2px;
}

.VertMenuItem td {
color:#ca006b;
 font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
font-size: 13px;
line-height:14px;
  cursor:hand;
  cursor:pointer;
  padding-top: 3px;
  padding-bottom: 3px;}
  
.VertMenuItemHover td {
color:#ca006b;
 font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
font-size: 13px;
line-height:14px;
  cursor:hand;
  cursor:pointer;
  padding-top: 3px;
  padding-bottom: 3px;}
  
td.VertMenuItem {
color:#ca006b;
 font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
font-size: 13px;
line-height:14px;
  cursor:hand;
  cursor:pointer;
  padding-top: 3px;
  padding-bottom: 3px;}



.VertMenuItemHover
{
  
  background-color:#fdd3e3;
  color:#ca006b;
 font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
font-size: 13px;
line-height:14px;
  cursor:hand;
  cursor:pointer;
  padding-top: 3px;
  padding-bottom: 3px;
}

td.VertMenuItemHover {
color:#ca006b;
 font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
font-size: 13px;
line-height:14px;
  cursor:hand;
  cursor:pointer;
  padding-top: 3px;
  padding-bottom: 3px;}


.MenuItemDown
{
  background-color:#fce1eb;
  color:#ca006b;
  font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
font-size: 13px;
line-height:14px;
  border-bottom: solid 1px white;
  cursor:hand;
  cursor:pointer;
  padding-top: 3px;
  padding-bottom: 3px;
}
.VertTopItemLook
{
  background-color:#fce1eb;
  color:#ca006b;
  font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
  font-size: 13px;
  line-height:14px;
  border-bottom: solid 1px white;
  cursor:hand;
  cursor:pointer;
  padding-top: 3px;
  padding-bottom: 3px;
}
.VertMenuItem
{
  background-color:#fce1eb;
  color:#ca006b;
  font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
  font-size: 13px;
  line-height:14px;
  border-bottom: solid 1px white;
  cursor:hand;
  cursor:pointer;
  padding-top: 3px;
  padding-bottom: 3px;
}

.VertMenuItemHover
{
  background-color:#fdd3e3;
  color:#ca006b;
  font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
  font-size: 13px;
  line-height:14px;
  border-bottom: solid 1px white;
  cursor:hand;
  cursor:pointer;
  padding-top: 3px;
  padding-bottom: 3px;
}

.VertScrollItem
{
  background-color:#fce1eb; 
 font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
 font-size: 13px;
 line-height:14px;
  border-bottom: solid 1px white; 
  cursor:default;
  text-align:center;
}

.VertScrollItemH
{
  background-color:#fdd3e3; 
  font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
  font-size: 13px;
  line-height:14px;
  border-bottom: solid 1px white;
  cursor:default;
  text-align:center;
}

.VertScrollItemA
{
  background-color: fdd3e3; 
  color:black; 
  font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
  font-size: 13px;
  line-height:14px;
  border-bottom: solid 1px white;
  cursor:default;
  text-align:center;
}


