/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#6E6E6E; color:#ffffff;}
.box1Color							{color:#ffffff;}
.box1Color:HOVER					{color:#ffffff;}

.box1Background_LightVersion	{background-color:#DBDDDF; color:#555656;}
.box1Color_LightVersion			{color:#555656;}
.box1Color_LightVersion:hover	{color:#555656;}


/** Used in titles and captions**/
.titlesColor						{color:#1A8CC2;}
.titlesColor:hover				{color:#1A8CC2;}
.pageTitleColor					{color:#1A8CC2;}
.pageTitleColor:hover			{color:#1A8CC2;}


/****************************  Main Elements ***************************/
BODY				{font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#555656; font-size:80%; padding:0px; margin:0px;}
BODY * 			{-moz-box-sizing:border-box;}

TABLE				{}
TD					{font-size:80%;}
HR					{border:0px; border-top:1px solid #c0c0c0; height:1px; width:100%; background-color:transparent;}
FORM				{display:inline;}
INPUT				{font-size:12px; font-weight:normal; font-family:Arial;}
INPUT.input		{border-style:solid; border-width:1px; border-color:#BABABA;}
TEXTAREA			{border-style:solid; border-width:1px; border-color:#BABABA;}
SELECT			{font-size:10px; font-weight:normal; font-family:Arial;}
A					{text-decoration:none; color:#1A8CC2;}
A:hover			{text-decoration:underline; color:#1A8CC2;}
INPUT.button	{color:#FFFFFF; border-top-color:#76BADB; border-right-color:#105576; border-bottom-color:#0B3D55; border-left-color:#50A7D0; border-style:solid; border-top-width:1px; border-left-width:1px; border-bottom-width:1px; border-right-width:1px; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; background-color:#1A8CC2; height:18px; text-align:center;}
UL 				{}
UL LI 			{list-style:circle url('../ListIconLevel1.gif');}
.red				{color:red;}

/* Body */
TD.Right				{background-image:url('BgRight.jpg'); background-repeat:no-repeat; background-position:top left; background-color:#51A4CC; padding-left:36px; padding-top:30px; width:259px;}
TD.Side				{background-image:url('BgSide.jpg'); background-repeat:repeat-x; background-position:top left; background-color:#656364;}
TD.MainProduct		{background-image:url('BgMainProduct.jpg'); background-repeat:repeat-x; background-position:top left; background-color:#656364; width:541px;}
TR.BgArt				{background-image:url('../BgArt.gif'); background-repeat:repeat-x; background-position:top left; background-color:#ffffff;}
TR.RotatingImages	{background-color:#E7EEF1; height:110px;}
TABLE.body			{margin-top:15px; margin-bottom:10px; padding-right:25px; width:655px;margin-left:26px; border-right:1px solid #DBDDDF;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer		{}
TD.navigationTab					{font-size:70%; font-weight:normal; COLOR:#555656; padding-top:15px;}
A.navigationTab					{text-decoration:none; COLOR:#555656}
A.navigationTab:hover			{text-decoration:underline;}


/** Page Title & Description **/
TD.PageTitle				{padding-top:15px;}
DIV.PageTitle				{font-weight: bold; font-size:110%; margin-bottom:10px;}
H1.PageTitle				{font-size:100%; color:#1A8CC2}
TD.PageCategoryTitle		{padding-top:15px;}
DIV.PageCategoryTitle	{}
H1.PageCategoryTitle		{}
TD.description				{font-size:80%;}

/** Copyright **/
SPAN.Copyright			{font-weight:bold; font-size:75%; color:#555656;}
A.Copyright				{font-weight:bold; text-decoration:none; color:#555656;}
A.Copyright:hover		{font-weight:bold; text-decoration:none; color:#555656;}

/** Site Message **/
DIV.SiteMessageContainer	{border-bottom:solid 1px gray; text-align:center; padding:5px;}


/************************** Pop-up windows ******************************************/
BODY.Popup			{}

/** Talkbacks **/
INPUT.Response		{width:220px;}
TEXTAREA.Response	{width:220px; height:200px;}

/** Tell a Friend **/
INPUT.Friend		{width:220px;}
TEXTAREA.Friend	{width:220px; height:200px;}

