


/* MAIN PAGE ******************************************************************/

body                    {text-align: center;
                         color: #2E3350;
                         margin: 0px;
                         padding:0px;
                         font-family : Verdana, Arial, sans-serif;
                         font-size : 10px;
                         min-width:800px;
                        }

form                    {display: inline;
                        }

.infoBox                {background-color: #8593EB ; /* used for sur-title boxes */
                        }


#total_page             {background-color:#8593EB;
                         width:800px;
                         margin-left: auto;
                         margin-right: auto;
                         margin-top:10px;
                         margin-bottom:0px;
                         text-align:left;
                        }

.main                   {font-family: Verdana, Arial, sans-serif;
                         font-size: 11px;
                         line-height: 1.5;
                         margin-left:22px;
                         margin-top:5px;
                        }

.main2                  {font-family: Verdana, Arial, sans-serif;
                         font-size: 12px;
                         line-height: 1.5;
                         margin-left:5px;
                         margin-top:5px;
                        }

.main3                  {font-family: Verdana, Arial, sans-serif;
                         font-size: 11px;
                         line-height: 1.5;
                         margin-left:5px;
                         margin-top:5px;
                        }

.main_bottom_margin     {font-family: Verdana, Arial, sans-serif;
                         font-size: 11px;
                         line-height: 1.5;
                         margin-left:22px;
                         margin-top:15px;
                         margin-bottom:10px;
                        }

.main_no_margin         {font-family: Verdana, Arial, sans-serif;
                         font-size: 11px;
                         margin-left:0px;
                         margin-top:0px;
                        }

.mainLeft              {font-family: Verdana, Arial, sans-serif;
                        display:block;
                        float:left;
                        font-size: 11px;
                        width:140px;
                        line-height: 1.2;
                        margin-left:22px;
                        margin-top:5px;
                       }

.mainRight             {font-family: Verdana, Arial, sans-serif;
                        display:block;
                        float:right;
                        font-size: 11px;
                        width:100px;
                        line-height: 1.5;
                        margin-left:10px;
                        margin-top:0px;
                       }

.mainRight2             {font-family: Verdana, Arial, sans-serif;

                        float:right;
                        font-size: 11px;


                        margin-right:8px;
                        margin-top:0px;
                       }

.smallTextfloatLeft    {font-family: Verdana, Arial, sans-serif;
                        font-size: 10px;
                        float:left;
                        color:#2E3350;
                        margin-left:0px;
                        margin-right:0px;
                        margin-top:2px;
                        margin-bottom:2px;
                       }

.smallTextfloatRight   {font-family: Verdana, Arial, sans-serif;
                        font-size: 10px;
                        float:right;
                        color:#2E3350;
                        margin-left:0px;
                        margin-right:0px;
                        margin-top:2px;
                        margin-bottom:2px;
                       }

A                        {color: #000000;
                          text-decoration: none;
                         }

A:hover                  {color: red;
                          text-decoration: none;
                         }


A.headerNavigation       {color: #FFFFFF;
                         }

A.headerNavigation:hover {color: #ffffff;
                         }

.heading                 {font-family: Verdana, Arial, sans-serif;
                          font-size: 12px;
                          font-weight: bold;
                         }
.heading2                 {font-family: Verdana, Arial, sans-serif;
                          font-size: 12px;
                          font-weight: bold;
                          margin-left:10px;
                         }

.spacetext               {background-color: #D1D8FB;
                          font-family: Verdana, Arial, sans-serif;
                          font-size: 15px;
                         }

.space2text              {font-family: Verdana, Arial, sans-serif;
                          font-size: 5px;
                         }

h1                       {font-size:14px;
                          font-weight: bold;
                         }

h2                       {font-family: Verdana, Arial, sans-serif;
                          font-size:12px;
                          color:#f2f2f2;
                          font-weight: normal;
                         }

h3                       {font-size:11px;
                          font-style: italic;
                         }

.stockWarning            {font-family : Verdana, Arial, sans-serif;
                          font-size : 10px;
                          color: #cc0033;
                          margin-bottom:10px;
                         }

.infoBoxHeading          {font-family: Verdana, Arial, sans-serif;
                          font-size: 11px;
                          padding:3px;
                          font-weight: bold;
                          background: #9CADFB;
                          color: #000000;
                         }

.moduleRow               { }

.moduleRowOver           {background-color: red;
                          cursor: pointer;
                          cursor: hand;
                         }

.moduleRowSelected       {background-color: #D1D8FB; }

.orderEdit               {font-family : Verdana, Arial, sans-serif;
                          font-size : 10px;

                          background-color: #D1D8FB;
                          text-decoration: underline;
                         }




/* FORMS AND TABLES ***********************************************************/

TABLE.formArea           {background: #9CADFB;
                          border-color: #D1D8FB;
                          border-style: solid;
                          border-width: 10px;
                         }

TR.accountHistory-odd,
TR.addressBook-odd,
TR.alsoPurchased-odd,
TR.payment-odd,
TR.productListing-odd,
TR.productReviews-odd,
TR.upcomingProducts-odd,
TR.shippingOptions-odd   {background: #8593EB;
                         }

TR.accountHistory-even,
TR.addressBook-even,
TR.alsoPurchased-even,
TR.payment-even,
TR.productListing-even,
TR.productReviews-even,
TR.upcomingProducts-even,
TR.shippingOptions-even  {background: #9CADFB;
                         }

TABLE.productListing     {border-collapse:collapse;
                         }

TABLE.productListing td  {border: 1px;
                          border-style: solid;
                          border-color: #D1D8FB;
                         }

TABLE.productListing2 td {border: 0px;
                         }

TD.productListing-data   {font-family: Verdana, Arial, sans-serif;
                          font-size: 11px;
                          color:#000000;
                          border:0px;
                         }



TD.pageHeading,          {font-family: Verdana, Arial, sans-serif;
                          font-size: 20px;
                          font-weight: bold;
                          color: red;
                         }

TR.subBar                {background: red;
                         }

TD.subBar                {font-family: Verdana, Arial, sans-serif;
                          font-size: 10px;
                          color: red;
                         }

TD.main,
P.main                   {font-family: Verdana, Arial, sans-serif;
                          font-size: 11px;
                          line-height: 1.5;
                          background-color:#D1D8FB;
                         }

.smallText,
TD.smallText,
SPAN.smallText,
P.smallText              {font-family: Verdana, Arial, sans-serif;
                          font-size: 10px;
                          color:#2E3350;
                          margin-left:10px;
                          margin-right:56px;
                         }



TD.accountCategory       {font-family: Verdana, Arial, sans-serif;
                          font-size: 13px;
                          color: red;
                         }

.fieldKey,
TD.fieldKey              {font-family: Verdana, Arial, sans-serif;
                          font-size: 12px;
                          font-weight: bold;
                         }

.fieldValue,
TD.fieldValue            {font-family: Verdana, Arial, sans-serif;
                          font-size: 12px;
                         }

TD.tableHeading          {font-family: Verdana, Arial, sans-serif;
                          font-size: 12px;
                          font-weight: bold;
                         }

.productListing-heading  {font-family: Verdana, Arial, sans-serif;
                          font-size: 11px;
                          background-color: #8593EB;
                          color: #E5E5E5;
                          font-weight: bold;
                          text-transform:uppercase;
                         }

.productListing-heading a {font-family: Verdana, Arial, sans-serif;
                           font-size: 11px;
                           color: #E5E5E5;
                           text-decoration:none;
                          }

.productListing-heading a:link {font-family: Verdana, Arial, sans-serif;
                                font-size: 11px;
                                color: #E5E5E5;
                                text-decoration:none;
                               }

.productListing-heading a:hover  {font-family: Verdana, Arial, sans-serif;
                                  font-size: 11px;
                                  color: red;
                                  text-decoration:none;
                                 }

.inputRequirement         {font-family: Verdana, Arial, sans-serif;
                           font-size: 11px;
                           color: red;
                           text-decoration:none;
                           margin:0px;
                           padding:0px;
                          }

/* END FORMS AND TABLES *******************************************************/

/* sur-title ******************************************************************/

#sur_title              {background-color:#8593EB;
                         width:100%;
                         height:41px;
                        }

#language_flags         {float:left;
                         margin-top:8px;
                         width:130px;
                        }

#flag_spacer            {float:left;
                         margin-top:8px;
                         width:130px;
                        }

#currency_selector      {float:left;
                         margin-top:4px;
                         width:120px;
                        }

#search                 {float:left;
                         margin-left:50px;
                         margin-top:3px;
                         width:200px;
                        }

.boxText                {font-family: Verdana, Arial, sans-serif;
                         font-size: 10px;
                        }

TD.infoBox,
SPAN.infoBox            {font-family: Verdana, Arial, sans-serif;
                         font-size: 10px;
                         border-color:red;
                        }

TD.infoBox2,
SPAN.infoBox2            {font-family: Verdana, Arial, sans-serif;
                         font-size: 10px;
                        }
TD.infoBox3,
SPAN.infoBox3            {font-family: Verdana, Arial, sans-serif;
                         font-size: 10px;
                        }
/* log in/off and cart buttons *************************************************/

#log_cart_acc_buttons   {background:  top left no-repeat;
                         font-family: Verdana, Arial, sans-serif;
                         font-size: 11px;
                         font-weight: bold;
                         float:right;
                         margin:0px;
                         padding:0px;
                         padding-top:8px;
                         padding-right:10px;
                        }

#sur_log_on             {float:left;
                         width:64px;
                        }

#sur_log_on a           {background:top right no-repeat;
                         background-image: url('images/itoc/website_graphics/sur_title_log_on.png');
                         display:block;
                         text-decoration:none;
                         color:#787F91;
                         padding-top:5px;
                         padding-bottom:7px;
                         padding-left:8px;
                        }

#sur_log_on a:hover     {background:  top right no-repeat;
                         background-image: url('images/itoc/website_graphics/sur_title_log_on_hover.png');
                        }

#sur_account            {float:left;
                        }

#sur_account a          {background-color:#E5E5E5;
                         display:block;
                         width:91px;
                         text-decoration:none;
                         color:#787F91;
                         padding-top:5px;
                         padding-left:8px;
                         padding-bottom:7px;
                        }

#sur_account a:hover    {background-color:#F9A485;
                        }



#sur_checkout           {float:left;
                        }

#sur_checkout a         {background: top right no-repeat;
                         background-image: url('images/itoc/website_graphics/sur_title_checkout.gif');
                         display:block;
                         text-decoration:none;
                         color:#E5E5E5;
                         padding-top:5px;
                         padding-left:16px;
                         padding-bottom:7px;
                         padding-right:26px;
                        }

#sur_checkout a:hover   {background:  top right no-repeat;
                         background-image: url('images/itoc/website_graphics/sur_title_checkout_hover.gif');
                         color:#787F91;
                        }


/* end sur-title **************************************************************/

/* header *********************************************************************/

#header                 {background:top left no-repeat;
                         background-image: url('images/itoc/website_graphics/i-toc_header.jpg');
                         width:100%;
                         height:215px;
                         left:auto;
                         padding:0px;
                        }

#wrapper                {background-color:#8593EB;
                         margin:0px;
                         width:100%;
                        }

#wrapper2               {background:0 100% no-repeat;
                         background-color:#D1D8FB;
                         margin:0%;
                        }

#header_filler          {background: top left no-repeat;
                         background-image: url('images/itoc/website_graphics/header_filler.gif');
                         float:right;
                         position:relative;
                         top:204px;
                         right:55px;
                         width:11px;
                         height:11px;
                        }




/* end header *****************************************************************/

/* header navigation **********************************************************/

#header_navigation      {background:top left no-repeat;
                         float:left;
                         margin-top:185px;
                         background-image: url('images/itoc/website_graphics/nav_bar.jpg');
                         height:30px;
                         width:500px;
                        }

#nav_menu               {margin-left: 3px;
                         margin-top:7px;
                        }

#nav_menu ul            {font-size: 12px;
                         font-family:Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
                         margin: 0;
                         /*removes indent IE and Opera*/
                         padding: 0;
                         /*removes indent Mozilla and NN7*/
                         list-style-type: none;
                         /*turns off display of bullet*/
                        }

#nav_menu li            {float: left;
                         margin: 0 0 5px 0;
                         list-style-type: none;
                         padding: 0;
                        }

#nav_menu a             {padding: 4px 6px 5px 5px;
                         text-decoration: none;
                        }

#nav_menu a:link, div.navlist a:visited {color: #EDAA3F;
                                         text-decoration: none;
                                         padding-left:5px;
                                        }

#nav_menu a:link, #nav_menu a:visited   {color: #636978;}

#nav_menu a:hover, #nav_menu a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active   {color: #F74100;}

/* end header navigation ******************************************************/

/* right hand header block ****************************************************/

#header_block           {float:right;
                         position:relative;
                         left:0px;
                         top:104px;
                         padding-top:5px;
                         width:235px;
                         height:106px;
                        }



#cart_contents_block    {background:bottom center no-repeat;
                         background-color: #D1D8FB;
                         background-image:url('images/itoc/website_graphics/cart_wish_box_base.gif');
                         float:left;
                         width:111px;
                         _height:106px; /* height for IE */


                        }
html>body
#cart_contents_block    {min-height:106px; /* height for Mozilla */
                        }

#wishlist_cntnts_block  {background:bottom center no-repeat;
                         background-color: #D1D8FB;
                         background-image:url('images/itoc/website_graphics/cart_wish_box_base.gif');
                         margin-left:114px; /* margin for IE */
                         width:111px;
                         height:106px; /* height for IE */
                        }
html>body
#wishlist_cntnts_block  {min-height:106px; /* height for Mozilla */
                         margin-left:117px; /* margin for Mozilla */
                        }


#cart_wish_box          {font-family: Verdana, Arial, sans-serif;
                         font-size: 11px;
                         text-align:center;
                         width:111px;
                         padding:0px;
                         margin:0px;
                        }

#cart_wish_box_base     {background:bottom center no-repeat;
                         background-color: #D1D8FB;
                         background-image:url('images/itoc/website_graphics/cart_wish_box_base.gif');
                         width:111px;
                        }


#cart_wish_box_heading  {font-weight: bold;
                         margin-bottom:0px;
                        }

#cart_wish_box_heading a{background: top center no-repeat;
                         background-image:url('images/itoc/website_graphics/cart_wish_box_header_up1.gif');
                         display:block;
                         width:111px;
                         padding:0px;
                         margin:0px;
                         padding-bottom:4px;
                         padding-top:6px;
                         color: #E5E5E5;
                         text-decoration:none;
                        }

#cart_wish_box_heading a:hover {background-image:url('images/itoc/website_graphics/cart_wish_box_header_down1.gif');
                                color: #787F91;
                               }

.seperator_1            {height:1px;
                        }

.seperator_10           {height:10px;
                         clear:both;
                        }

.infoBox                {background-color: #8593EB;
                         margin-top:0px;
                        }

.infoBoxContents        {background: #8593EB; /* used for sur-title boxes */
                         font-family: Verdana, Arial, sans-serif;
                         font-size: 10px;
                         margin-top:1px;
                         color: #636978;
                        }

.infoBoxContents a      {margin-top:5px; /* used for sur-title boxes */
                         text-decoration:none;
                         color: #636978;
                        }

.infoBoxContents a:hover      {color: #636978; /* used for sur-title boxes */
                               text-decoration:none;
                               background:none;
                              }

.infoBox2               {background-color: #D1D8FB;
                         margin-top:0px;
                        }

.infoBoxContents2       {background: #D1D8FB;
                         font-family: Verdana, Arial, sans-serif;
                         font-size: 10px;
                         padding-left:5px;
                         padding-right:3px;
                        }

.infoBoxContents2 a     {background: #9CADFB;
                         margin-top:0px;
                         text-decoration:none;
                        }

.infoBoxContents2 a:hover   {color: #f44100;
                             text-decoration:none;
                             background:none;
                            }

.infoBox3               {background-color: #D1D8FB ;
                         padding:0px;
                         margin:0px;

                        }

.infoBoxContents3       {background-color: #D1D8FB;
                         font-family: Verdana, Arial, sans-serif;
                         font-size: 10px;
                         margin:0px;
                         padding:0px;
                         color: #636978;

                        }

.infoBoxContents3 a     {margin:0px;
                         padding:0px;
                         text-decoration:none;
                         background:none;
                         color: #636978;

                        }

.infoBoxContents3 a:hover   {color: #f44100;
                             text-decoration:none;
                             background:none;
                            }

.infoBox4               {background-color: #9CADFB;  /* used for best sellers box */
                         padding:0px;                                     /* and notifications box */
                        }

.infoBoxContents4       {background-color: #9CADFB;
                         font-family: Verdana, Arial, sans-serif;
                         font-size: 10px;
                         margin-left:0px;
                         padding-left:5px;
                         padding-top:0px;
                         color: #636978;

                        }

.infoBoxContents4 a     {margin-top:0px;
                         margin-left:0px;
                         padding:0px;
                         background-color: #9CADFB;
                         text-decoration:none;
                         color: #636978;
                        }

.infoBoxContents4 a:hover   {color: #f44100;
                             text-decoration:none;
                             background-color: #9CADFB;
                            }

.infoBoxContents5       {border:0px;

                        }

/* left hand info column ******************************************************/

#info_column_wrapper    {float:left;
                         background-color: #8593EB;
                         margin:0px;
                         padding:0px;
                         padding-left:12px;
                         margin-bottom:30px;
                        }

#info_column_left       {background-color: #8593EB;
                         padding:0px;
                         margin-left:0px;
                         margin-top:30px;
                         width:152px;
                         font-family: Verdana, Arial, sans-serif;
                         font-size:11px;
                        }

#sales_box              {background:bottom center no-repeat;
                         background-color:#9CADFB;
                         background-image:url('images/itoc/website_graphics/sales_box_base2.gif');
                         text-align:center;
                         margin-top:0px;
                         width:140px;
                         margin-bottom:8px;
                         padding-bottom:15px;
                        }

#sales_box a            {text-decoration:none;
                         color: #636978;
                         padding-left:0px;
                        }

#sales_box a:hover      {color: #F74100;
                         margin-top:0px;
                        }

#sales_box p            {padding-top:0px;
                         padding-bottom:0px;
                        }

#categories_sales_box   {background:bottom center no-repeat;
                         background-color:#9CADFB;
                         background-image:url('images/itoc/website_graphics/sales_box_base2.gif');
                         text-align:left;
                         padding-left:0px;
                         margin-left:0px;
                         margin-top:0px;
                         padding-top:10px;
                         width:140px;
                         margin-bottom:8px;
                         padding-bottom:15px;
                        }

#categories_sales_box a {text-decoration:none;
                         color: #f2f2f2;
                         padding-left:0px;
                         _margin-left:1px;
                        }

#categories_sales_box a:hover  {color: #F74100;
                                margin-top:0px;
                               }

#categories_sales_box p {padding-top:0px;
                         padding-bottom:0px;
                        }

#categories_sales_box ul      {margin:0px;
                               padding:0px;
                              }



#categories_sales_box li      {background:left top no-repeat;
                               list-style-type: none;
                               list-style-position: inside;
                               display:block;
                               width:137px;
                               _width:130px; /* width for IE */
                               padding-top:3px;
                               padding-bottom:8px;
                               margin-left:0px;
                               _margin-left:-16px; /* margin-left for IE */
                               margin-bottom:0px;
                               padding-left:8px;
                               _padding-left:2px; /* padding-left for IE */
                               font-weight: bold;
                               background-image:url('images/itoc/website_graphics/categories_background.gif');
                               }




#categories_sales_box li a     {display:block;
                                width:137px;
                                _width:132px; /* width for IE */

                               }

#cat_test                      {background:left top no-repeat;
                               list-style-type: none;
                               list-style-position: inside;
                               display:block;
                               width:137px;
                               _width:130px; /* width for IE */
                               padding-top:3px;
                               padding-bottom:8px;
                               margin-left:-8px;
                               margin-top:15px;
                               _margin-left:-2px; /* margin-left for IE */
                               margin-bottom:0px;
                               padding-left:8px;
                               _padding-left:2px; /* padding-left for IE */
                               font-weight: bold;
                               background-image:url('images/itoc/website_graphics/categories_background.gif');
                               }

#cat_test_2                   {background:left top no-repeat;
                               list-style-type: none;
                               list-style-position: inside;
                               display:block;
                               width:137px;
                               _width:130px; /* width for IE */
                               padding-top:3px;
                               padding-bottom:8px;
                               margin-left:-8px;
                               margin-top:0px;
                               _margin-left:-2px; /* margin-left for IE */
                               margin-bottom:0px;
                               padding-left:8px;
                               _padding-left:2px; /* padding-left for IE */
                               font-weight: bold;
                               background-image:url('images/itoc/website_graphics/categories_background.gif');
                               }

#categories_sales_box li a:hover {display:block;
                                  width:137px;
                                  _width:137px; /* width for IE */
                                  background:left top no-repeat;
                                  background-image:url('images/itoc/website_graphics/categories_background_hover.gif');
                                  color: #636978;
                                  margin-top:-3px;
                                  margin-left:0px;
                                  padding-left:8px;
                                  _padding-left:3px; /* padding-left for IE */
                                  margin-left:-8px;
                                  _margin-left:-2px; /* margin-left for IE */
                                  padding-top:3px;
                                  padding-bottom:4px;
                                  margin-bottom:-4px;
                                 }

#categories_sales_box li.selected      {background-image:url('images/itoc/website_graphics/categories_background_hover.gif');
                                       }

#categories_sales_box ul li   {font-weight: normal;
                               background-image:none;
                               padding-top:5px;
                               padding-bottom:0px;
                               padding-left:6px;
                               _padding-left:5px;
                               }





#categories_sales_box ul li a:hover   {font-weight: normal;
                                       background-image:none;
                                       color: #F74100;
                                       _padding-left:3px;
                                       _width:135px; /* width for IE */
                                      }



#categories_box_heading    {background: top center no-repeat;
                            background-image:url('images/itoc/website_graphics/sales_box_header_up2.gif');
                            color: #E5E5E5;
                            display:block;
                            width:140px;
                            font-size: 13px;
                            font-weight: bold;
                            margin-top:-1px;
                            margin-bottom:0px;
                            padding-top:1px;
                            padding-bottom:5px;
                            text-align:center;
                           }

#sales_box_heading         {background: top center no-repeat;
                            background-image:url('images/itoc/website_graphics/sales_box_header_up2.gif');
                            color: #E5E5E5;
                            display:block;
                            width:140px;
                            font-size: 13px;
                            font-weight: bold;
                            margin-top:-1px;
                            margin-bottom:3px;
                            padding-top:1px;
                            padding-bottom:5px;
                           }

#sales_box_heading a       {background: top center no-repeat;
                            background-image:url('images/itoc/website_graphics/sales_box_header_up2.gif');
                            color: #E5E5E5;
                            display:block;
                            width:140px;
                            font-weight: bold;
                            text-decoration:none;
                            margin-top:-1px;
                            margin-bottom:3px;
                            padding-top:7px;
                            padding-bottom:5px;
                           }

#sales_box_heading a:hover {background: top center no-repeat;
                            background-image:url('images/itoc/website_graphics/sales_box_header_down2.gif');
                            color: #787F91;
                            margin-top:-1px;
                            margin-bottom:3px;
                            padding-top:7px;
                            padding-bottom:5px;
                           }

.no_link                {padding-top:5px;
                        }

.productSpecialPrice    {font-family: Verdana, Arial, sans-serif;
                         color: #ff0000;
                        }



/* end left hand info column **************************************************/

/* MAIN PAGE */

#main_panel             {float:left;
                         background-color:#8593EB;
                         margin:0px;
                         padding:0px;
                         margin-top:29px;
                        }


/* page heading **************************************************/

#page_heading           {background-color:#8593EB;
                         width:100%;
                         padding:0px;
                         margin:0px;
                         height:28px;
                        }

#page_heading_text      {background-color: #E5E5E5;
                         float:left;
                         color: #787F91;
                         padding:4px;
                         padding-left:10px;
                         padding-right:10px;
                         margin-left:0px;
                         height:20px;
                        }

.pageHeading            {font-family: Verdana, Arial, sans-serif;
                         font-size: 17px;
                         font-weight: bold;
                         text-transform: uppercase;
                        }

.pageHeading_pi         {font-family: Verdana, Arial, sans-serif;
                         font-size: 17px;
                         font-weight: bold;
                         text-transform: uppercase;
                         margin-left:10px;
                        }

#page_heading_text_sub  {background: top right no-repeat;
                         background-image:url('images/itoc/website_graphics/title_header_sub.gif');
                         background-color: #8593EB;
                         float:left;
                         padding:4px;
                         padding-left:16px;
                         padding-right:25px;
                         color: #E5E5E5;
                         height:21px;
                        }

.pageHeadingRight       {font-family: Verdana, Arial, sans-serif;
                         float:right;
                         font-size: 17px;
                         font-weight: bold;
                         color: #5E646F;
                         text-transform: uppercase;
                        }

/* end page heading **************************************************/

/* information panel **************************************************/

#info_panel             {background:top center no-repeat;
                         background-color:#9CADFB;
                         background-image:url('images/itoc/website_graphics/info-panel_top.gif');
                         padding-top:10px;
                         margin-top:15px;
                         margin-left:0px;
                         width:100%;
                         margin-bottom:0px;
                         margin-right:12px;
                        }

#info_wrapper           {margin-left:10px;
                         width:602px;
                         background-color: #9CADFB;
                        }

#info_panel_bottom      {background: top center no-repeat;
                         background-image:url('images/itoc/website_graphics/info-panel_bottom.gif');
                         width:624px;
                         height:10px;
                         margin-left:0px;
                         margin-right:0px;
                         margin-bottom:5px;
                        }


#info_panel_tech        {background:top center no-repeat;
                         background-color:#8593EB;
                         padding-top:10px;
                         margin-top:0px;
                         margin-left:0px;
                         width:100%;
                         margin-bottom:0px;
                         margin-right:0px;
                        }





/* end information panel **************************************************/

/* continue bar **************************************************/

#continue_bar           {background:right left no-repeat;
                         background-image: url('images/itoc/website_graphics/continue_bar.gif');
                         margin:0px;
                         padding:0px;
                         margin-top:20px;
                         margin-left:27px;
                         margin-bottom:20px;
                         height: 30px;
                        }

#continue_box           {background:right center no-repeat;
                         display:block;
                         width:100px;
                         height:25px;
                         margin-left:490px;
                        }

#continue_box a         {background:right center no-repeat;
                         display:block;
                         background-image: url('includes/languages/english/images/buttons/button1up.gif');
                         padding-top:5px;
                         margin-top:3px;
                         width:100px;
                         height:25px;
                        }

#continue_box a:hover   {background: right center no-repeat;
                         background-image: url('includes/languages/english/images/buttons/button1down.gif');
                         display:block;
                         width:100px;
                         height: 25px;
                        }

.seperator              {clear:both;
                         height:0px;
                        }

/* end continue bar **************************************************/



/* I-TOC FOOTER SECTION */

#footer                     {width:100%;
                             height:27px;
                            }

#footer_logos               {background: left top no-repeat;
                             background-image: url('images/unltd-logo_small.jpg');
                             float:left;
                             margin-left:10px;
                             width:80px;
                             height:30px;
                            }

#footer_navigation          {background-color: #9CADFB;
                             text-align:center;
                             padding-top:7px;
                             margin-bottom:0px;
                             height:30px;
                            }

#footer_navigation li       {display:inline;
                             font-family: Verdana, Arial, sans-serif;
                             font-size: 12px;
                             padding: 6px;
                             padding-top:8px;
                            }

#footer_navigation ul       {list-style-type:none;
                             padding:0;
                             margin:0;
                            }

#footer_navigation a:link   {color:#636978;
                             text-decoration:none;
                            }

#footer_navigation a:hover  {color:#F74100;
                             text-decoration:none;
                            }

#footer_banner              {background: #D1D8FB;
                             height:64px;
                             padding-top:0px;
                             margin-bottom:5px;
                             font-family: Verdana, Arial, sans-serif;
                             font-size: 10px;
                             color:#636978;
                            }

#footer_banner_date         {float:left;
                             padding:10px;
                             margin-left:20px;
                             padding-top:5px;
                             }

#footer_banner_counter      {float:right;
                             padding:10px;
                             padding-top:5px;
                             }

#footer_center              {text-align:center;
                             padding-top:5px;
                            }

#footer_ad_text             {text-align:center;
                             padding-top:5px;
                            }

/* END I-TOC FOOTER SECTION */


/* START SUB PAGES */

#info_sub_box           {background:top left no-repeat;
                         background-color:#D1D8FB;
                         background-image:url('images/itoc/website_graphics/table_block_top.gif');
                         padding:0px;
                         margin:0px;
                         padding-top:15px;
                         margin-left:22px;
                         width:580px;
                        }

#info_sub_box_table     {padding:0px;
                         margin:0px;
                         margin-top:5px;
                         margin-left:15px;
                         width:550px;
                        }

#info_sub_box_content   {padding:0px;

                         margin-left:0px;
                         margin-top:15px;
                        }

#info_sub_box_note      {padding:0px;
                         margin:0px;
                         margin-left:5px;
                         font-family: Verdana, Arial, sans-serif;
                         font-size: 10px;
                         color:red;
                         width:550px;
                        }

#info_sub_box_text      {font-family: Verdana, Arial, sans-serif;
                         color:#636978;
                         font-size: 11px;
                         padding:0px;
                         margin:0px;
                         margin-left:15px;
                         padding-top:15px;
                         width:550px;
                        }

#info_sub_box_text a    {font-family: Verdana, Arial, sans-serif;
                         color:#636978;
                         font-size: 11px;

                        }

#info_sub_box_text a:hover    {color:#F44100;
                               }

#info_sub_box_warning   {font-family: Verdana, Arial, sans-serif;
                         font-size: 17px;
                         color:red;
                         padding:0px;
                         margin:0px;
                         margin-left:15px;
                         padding-top:15px;
                         width:550px;
                        }



#info_sub_box_heading   {font-family: Verdana, Arial, sans-serif;
                         float:left;
                         font-size: 17px;
                         font-weight: bold;
                         text-transform: uppercase;
                        }

#main_text              {width:300px;
                         height: 90px;
                         background: #D1D8FB;
                         margin-left:150px;
                        }


#info_sub_box_3         {background:top left no-repeat;
                         background-color:#D1D8FB;
                         background-image:url('images/itoc/website_graphics/left_hand_tab.gif');
                         padding:0px;
                         margin:0px;
                         padding-top:0px;
                         margin-left:22px;
                         margin-top:0px;
                         width:580px;
                        }

#info_sub_box_3_text    {float:left;
                         padding:0px;
                         margin:0px;
                         padding-top:15px;
                         width:490px;
                        }

#info_sub_box_3_text_2  {float:left;
                         padding:0px;
                         margin:0px;
                         padding-top:15px;
                         width:400px;
                        }

#info_sub_box_3_text_3  {padding:0px;
                         margin:0px;
                         padding-top:15px;
                         width:550px;
                        }

#info_sub_box_3_text_2 a       {font-family: Verdana, Arial, sans-serif;
                                font-size: 11px;
                                color:#000000;
                                text-decoration:none;
                               }

#info_sub_box_3_text_2 a:hover {font-family: Verdana, Arial, sans-serif;
                                font-size: 11px;
                                color:red;
                                text-decoration:none;
                               }


.tab_text               {background:top right no-repeat;
                         background-image:url('images/itoc/website_graphics/right_hand_tab.gif');
                         font-family: Verdana, Arial, sans-serif;
                         font-size: 13px;
                         float:left;
                         margin-left:5px;
                         margin-top:0px;
                         margin-right:5px;
                         padding-right:15px;
                         padding-top:5px;
                         color:#787F91;
                         text-transform: uppercase;
                         font-weight: bold;
                        }

.tab_text_inline        {font-family: Verdana, Arial, sans-serif;
                         font-size: 13px;
                         float:left;
                         margin-left:5px;
                         margin-top:0px;
                         margin-right:0px;
                         padding-right:15px;
                         padding-top:5px;
                         color:#787F91;
                         background-color:#D1D8FB;
                         text-transform: uppercase;
                         font-weight: bold;
                        }



.tab_text_2             {background:top right no-repeat;
                         background-image:url('images/itoc/website_graphics/right_hand_tab.gif');
                         font-weight: normal;
                         font-size: 10px;
                         padding-top:6px;
                         padding-bottom:2px;
                         padding-left:0px;
                         margin-left:0px;
                         padding-right:15px;
                         text-transform: none;
                         float:left;
                        }

#info_sub_box_4        {background:top left no-repeat;
                        background-color:#D1D8FB;
                        background-image:url('images/itoc/website_graphics/table_block_top_tab_2.gif');
                        padding:0px;
                        margin:0px;
                        padding-top:5px;
                        margin-left:22px;
                        margin-top:0px;
                        width:580px;
                       }

#info_sub_box_content2  {padding:0px;
                         margin:0px;
                         margin-right:10px;
                         margin-left:10px;
                         margin-bottom:0px;
                         padding-bottom:10px;
                         width:560px;
                        }


#info_sub_box2           {background:top left no-repeat;
                         background-color:#D1D8FB;
                         background-image:url('images/itoc/website_graphics/table_block_top.gif');
                         padding:5px;
                         padding-left:10px;
                         margin-left:22px;
                         margin-top:2px;
                         width:565px;
                        }


#info_sub_box_4_text    {padding:0px;
                         margin:0px;
                         padding-top:15px;
                        }


#table_block_bottom     {background:top left no-repeat;
                         background-image:url('images/itoc/website_graphics/table_block_bottom.gif');
                         background-color:#9CADFB;
                         padding:10px
                         margin:0px;
                         height:10px;
                         margin-left:22px;
                         height:20px;
                         width:580px;
                        }

#table_block_bottom_2   {background:top left no-repeat;
                         background-image:url('images/itoc/website_graphics/table_block_bottom_2.gif'); /* used for contibutors page 2 (i-toc) */
                         background-color:#9CADFB;
                         padding:10px
                         margin:0px;
                         height:10px;
                         margin-left:22px;
                         height:20px;
                         width:580px;
                        }

#table_block_bottom_3   {background:top left no-repeat;
                         background-image:url('images/itoc/website_graphics/table_block_bottom_3.gif'); /* used for contibutors page 3 (tic-toc) */
                         background-color:#9CADFB;
                         padding:10px
                         margin:0px;
                         height:10px;
                         margin-left:22px;
                         height:20px;
                         width:580px;
                        }

#submit_continue_btn    {float:right;
                         width:110px;
                         height:22px;
                        }

#info_sub_rhs_button    {float:right; /* used on address_book, PAGES */
                         margin-top:10px;
                         margin-right:20px;
                         height:22px;
                        }


#info_sub_rhs_button a    {background:right center no-repeat;
                           display:block;
                           background-image: url('includes/languages/english/images/buttons/button_add_address_up.gif');
                           width:122px;
                           height:22px;
                          }

#info_sub_rhs_button a:hover  {background-image: url('includes/languages/english/images/buttons/button_add_address_down.gif');
                              }



#info_back_button      {padding-top:3px;
                        padding-left:22px;

                       }

#info_back_button a    {background:right center no-repeat;
                        display:block;
                        background-image: url('includes/languages/english/images/buttons/button_back2_up.gif');
                        width:100px;
                        height:22px;
                       }

#info_back_button a:hover  {background-image: url('includes/languages/english/images/buttons/button_back2_down.gif');
                           }



/* END SUB PAGES */

/* START TABULAR INPUT PAGES */

.float_left               {float:left;
                          }

.float_right              {float:right;
                          }

.mainEntryboxes           {font-family: Verdana, Arial, sans-serif;
                           float:left;
                           font-size: 11px;
                           height:25px;
                           padding:0px;
                           margin:0px;
                           margin-left:5px;
                           _margin-left:0px; /* margin-left for IE */
                           _height:0px; /* height for IE */
                          }

.mainLeftEntryboxes      {font-family: Verdana, Arial, sans-serif;
                          display:block;
                          float:left;
                          font-size: 11px;
                          width:140px;
                          height:10px;
                          margin:0px;
                          padding:0px;
                          margin-left:22px;
                          _height:0px; /* height for IE */
                         }

.mainLeftEntryboxesShort {font-family: Verdana, Arial, sans-serif;
                          display:block;
                          float:left;
                          font-size: 11px;
                          width:85px;
                          line-height: 1.0;
                          height:25px;
                          margin:0px;
                          padding:0px;
                          margin-left:22px;
                         }

.mainLeftEntryboxesShort2 {font-family: Verdana, Arial, sans-serif;
                          display:block;
                          float:left;
                          font-size: 11px;
                          width:85px;
                          line-height: 1.0;
                          height:25px;
                          margin:0px;
                          padding:0px;
                          margin-left:22px;
                         }

.inputRequirementRight {font-family: Verdana, Arial, sans-serif; /* used for account edit page */
                        float:right;
                        font-size: 10px;
                        color: #ff0000;
                        padding-top:14px;
                        padding-right:130px;
                       }

.inputRequirementRightEntryBoxes {font-family: Verdana, Arial, sans-serif; /* used for account edit page */
                                  float:right;
                                  font-size: 10px;
                                  color: #ff0000;
                                  margin-top:5px;
                                  margin-bottom:0px;
                                  padding:0px;
                                  padding-right:50px;
                                 }

/* START TABULAR INPUT PAGES */


/* START account PAGE */

#account_ov_image            {background-color:#D1D8FB;
                              float:left;
                              padding:5px;
                              width:105px;
                             }

#account_my_image            {background:top left no-repeat;
                              background-color:#D1D8FB;
                              background-image:url('images/itoc/website_graphics/account_personal.gif');
                              float:left;
                              margin-left:10px;
                              margin-top:10px;
                              width:115px;
                              height:60px;
                             }

#account_myo_image           {background:top left no-repeat;
                              background-color:#D1D8FB;
                              background-image:url('images/itoc/website_graphics/account_orders.gif');
                              float:left;
                              margin-left:10px;
                              padding:5px;
                              width:105px;
                              height:50px;
                             }

#account_email_image         {background:top left no-repeat;
                              background-color:#D1D8FB;
                              background-image:url('images/itoc/website_graphics/account_notifications.gif');
                              float:left;
                              padding:5px;
                              margin-left:10px;
                              margin-top:10px;
                              width:105px;
                              height:60px;
                             }
/* END account PAGE */


/* START account_edit PAGE */

#account_back_btn            {padding-top:10px;
                              margin-left:20px;
                              width:100px;
                              height:22px;
                             }

#account_submit_btn          {padding-top:3px;
                              margin-left:272px;
                              width:100px;
                              height:22px;
                             }

/* END account_edit PAGE */


/* START account_history PAGE  */
/* END account_history PAGE */


/* START account_history_info PAGE */
/* END account_history_info PAGE */


/* START account_newsletters PAGE */
/* END account_newsletters PAGE */


/* START account_notifications PAGE */

#global_note           {margin-left:20px;
                        margin-top:5px;
                        width:540px;
                       }

#notifications_title   {font-family: Verdana, Arial, sans-serif;
                        font-size: 11px;
                        font-weight: bold;
                        margin-left:2px;
                        margin-top:35px;
                        margin-bottom:5px;
                       }

#account_submit_button {background-color:#D1D8FB;
                        float:right;
                        width:122px;
                        padding-top:15px;
                        padding-right:10px;
                        top:10px;
                        height:22px;
                       }

#account_back_button   {background-color:#9CADFB;
                        padding-top:15px;
                        padding-left:22px;
                        top:10px;
                        height:22px;
                       }

/* END account_notifications PAGE */


/* START account_password PAGE */

.password_field        {margin-left:22px;
                       }

/* END account_password PAGE */


/* START add_checkout_success PAGE */

/* END add_checkout_success PAGE */


/* START address_book PAGE */

#address_add_button     {padding-top:3px;
                         margin-left:350px;
                         width:100px;
                         height:22px;
                        }

#address_edit_buttons   {margin-left:200px;
                         width:350px;
                         height:22px;
                        }

#address_edit_button_1  {float:left;
                         width:100px;
                         height:22px;
                        }

#address_edit_button_2  {float:left;
                         width:120px;
                         height:22px;
                         margin-left:40px;
                        }

/* END address_book PAGE */


/* START address_book_process PAGE */

#warning_test           {background:top left no-repeat;
                         background-image:url('images/itoc/website_graphics/warning_text_panel.gif');
                         margin-left:10px;
                         margin-top:10px;
                        }

/* END address_book_process PAGE */


/* START advanced_search PAGE */

#adv_search_slct_selector  {float:left;
                            width:130px;
                            margin-top:2px;
                           }

/* END advanced_search PAGE */


/* START advanced_search_result PAGE */
/* END advanced_search_result PAGE */


/* START allmanufacturers PAGE */

#image_box                 {float:left;
                            width:100px;
                            height:100px;
                            margin-top:2px;
                           }

#designer_content          {float:left;
                            width:400px;

                            margin-top:2px;
                           }


/* END allmanufacturers PAGE */


/* START allprods PAGE */

/* END allprods PAGE */


/* START carousel PAGE */


#info_panel_carousel    {background:top center no-repeat;
                         padding-top:0px;
                         padding-left:0px;
                         margin-top:15px;
                         margin-left:22px;
                         width:591px;
                         margin-bottom:0px;
                         margin-right:0px;
                        }

#carousel_cart_button   {width:122px;
                         height:20px;
                         margin-top:8px;
                         margin-left:480px;
                        }

/* END carousel PAGE */


/* START checkout_confirmation PAGE */

#checkout_submit_button2 {float:right;
                          width:160px;
                          height:22px;
                         }

/* END checkout_confirmation PAGE */


/* START checkout_payment PAGE */

#checkout_pay_table     {margin-left:10px;
                        }

#billing_address_change {float:right;
                         width:156px;
                         height:22px;
                        }

#checkout_continue_btn  {float:right;
                         width:110px;
                         height:22px;
                        }

#select_pay_ship        {margin-left:19px;
                         margin-top:10px;
                         _margin-top:0px; /* margin-top for IE */
                         float:left;
                         width:405px;
                         height:30px;
                         color:#2E3350;
                         font-size: 11px;
                        }

#select_pay_ship_box    {float:right;
                         width:107px;
                         height:35px;
                         font-size: 11px;
                         color:#2E3350;
                        }

#select_pay_ship_arrow  {margin-left:30px;
                         width:32px;
                         height:32px;
                        }

#checkout_note          {margin-left:10px;
                        }

#pay_ship_select_radio  {float:left;
                         margin-top:4px;
                         width:20px;
                         height:20px;

                        }

#payment_select_text    {float:left;
                         margin-left:267px;
                         _margin-left:133px; /* margin-left for IE */
                         width:210px;
                         height:20px;


                        }

#shipping_select_text   {float:left;
                         margin-left:117px;
                         _margin-left:59px; /* margin-left for IE */
                         width:400px;
                         height:60px;
                         font-size: 11px;
                         color:#2E3350;
                        }

#shipping_block         {float:left;
                         width:360px;
                         height:70px;
                         _height:35px; /* height for IE */
                        }



#checkout_confirm_notes {margin-left:10px;
                         }

#checkout_update_button {background:left top no-repeat;
                         background-color:#D1D8FB;
                         float:left;
                         width:100px;
                         padding-top:0px;
                         padding-left:10px;
                         height:22px;
                        }

#checkout_shopping_button {background:left top no-repeat;
                           background-color:#D1D8FB;
                           float:left;
                           width:166px;
                           padding-top:0px;
                           padding-left:90px;
                           height:22px;
                          }

#checkout_checkout_button {background:left top no-repeat;
                           background-color:#D1D8FB;
                           float:right;
                           width:100px;
                           padding-top:0px;
                           padding-right:10px;
                           height:22px;
                          }

#checkout_continue_note   {float:left;
                           width:300px;
                           padding:0px;
                           margin-left:10px;
                           margin-top:0px;
                           font-family: Verdana, Arial, sans-serif;
                           font-size: 11px;
                          }

#billing_arrow           {background: 50% 50% no-repeat;
                          background-color: #D1D8FB;
                          background-image: url('images/itoc/website_graphics/arrow_south_east.gif');
                          float:left;
                          width:100px;
                          height:100px;
                         }

/* END checkout_payment PAGE */


/* START checkout_payment_address PAGE */

/* END checkout_payment_address PAGE */


/* START checkout_process PAGE */

/* END checkout_process PAGE */


/* START checkout_shipping PAGE */
/* END checkout_shipping PAGE */


/* START checkout_shipping_address PAGE */

/* END checkout_shipping_address PAGE */


/* START checkout_success PAGE */

/* END checkout_success PAGE */


/* START commisions PAGE */

/* END commisions PAGE */


/* START conditions PAGE */

/* END conditions PAGE */


/* START contact_us PAGE */

#contact_us_pageheading {position:relative;
                         top:5px;
                         left:5px;
                         width:50%;
                         padding:3px;
                        }


#contact_us_contact     {position:relative;
                         top:30px;
                         left:30px;
                         width:50px;
                         padding:3px;
                        }

#contact_us_name_txt    {padding-left:10px;
                         padding-bottom:3px;
                        }

#contact_us_name_entry  {padding-left:10px;
                         padding-bottom:8px;
                        }

#contact_us_mail_txt    {padding-left:10px;
                         padding-bottom:3px;
                        }

#contact_us_mail_entry  {padding-left:10px;
                         padding-bottom:8px;
                        }

#contact_us_enquiry_txt {padding-left:10px;
                         padding-bottom:3px;
                        }

#contact_us_enquiry_entry  {
                            padding-left:10px;
                            top:30px;
                            height:270px;
                            padding-right:30px;
                           }

#contact_us_submit_button    {background-color:#D1D8FB;
                              float:right;
                              width:122px;
                              padding-top:0px;
                              padding-right:8px;
                              height:22px;
                             }
/* END contact_us PAGE */


/* START contributors PAGE */

#info_sub_box_contrib   {background:top left no-repeat;  /* used for pic-toc contributors page */
                         background-color:#D1D8FB;
                         background-image:url('images/itoc/website_graphics/contributors_block_top.gif');
                         padding:0px;
                         margin:0px;
                         padding-top:5px;
                         margin-left:22px;
                         margin-top:0px;
                         width:580px;
                        }

#info_sub_box_contrib_2 {background:top left no-repeat; /* used for i-toc contributors page */
                         background-color:#B9BFDF;
                         background-image:url('images/itoc/website_graphics/contributors_block_top_2.gif');
                         padding:0px;
                         margin:0px;
                         padding-top:5px;
                         margin-left:22px;
                         margin-top:0px;
                         width:580px;
                        }

#info_sub_box_contrib_3 {background:top left no-repeat; /* used for tic-toc contributors page */
                         background-color:#9FA4C0;
                         background-image:url('images/itoc/website_graphics/contributors_block_top_3.gif');
                         padding:0px;
                         margin:0px;
                         padding-top:5px;
                         margin-left:22px;
                         margin-top:0px;
                         width:580px;
                        }

#info_sub_box_3_contrib {padding:0px;
                         margin-left:20px;
                         padding-top:10px;
                         width:550px;
                         font-size: 11px;
                        }

.tab_text_contrib_1     {font-family: Verdana, Arial, sans-serif;
                         font-size: 13px;
                         float:left;
                         line-height: 1.0;
                         margin-left:5px;
                         margin-top:0px;
                         color:#787F91;
                         text-transform: uppercase;
                         font-weight: bold;
                        }

.tab_text_contrib_2     {font-family: Verdana, Arial, sans-serif;
                         font-size: 13px;
                         float:left;
                         line-height: 1.0;
                         margin-left:35px;
                         margin-top:0px;
                         color:#787F91;
                         text-transform: uppercase;
                         font-weight: bold;
                        }

 .tab_text_contrib_3     {font-family: Verdana, Arial, sans-serif;
                         font-size: 13px;
                         float:left;
                         line-height: 1.0;
                         margin-left:50px;
                         margin-top:0px;
                         color:#787F91;
                         text-transform: uppercase;
                         font-weight: bold;
                        }

#contributors_image_1   {background:  red top left no-repeat;
                         background-image:url('images/itoc/website_graphics/contributors_image_1.jpg');
                         width:411px;
                         height:136px;
                        }

#contributors_image_2   {background:  red top left no-repeat;
                         background-image:url('images/itoc/website_graphics/contributors_image_2.jpg');
                         width:498px;
                         height:178px;
                        }

#contributors_image_3   {background:  red top left no-repeat;
                         background-image:url('images/itoc/website_graphics/contributors_image_3.jpg');
                         width:224px;
                         height:116px;
                        }

#contributors_itoc_image_1 {background:  red top left no-repeat;
                            background-image:url('images/itoc/website_graphics/contributors_image_itoc_1.jpg');
                            width:411px;
                            height:136px;
                           }

#contributors_itoc_image_2 {background:  red top left no-repeat;
                            background-image:url('images/itoc/website_graphics/contributors_image_itoc_2.jpg');
                            width:525px;
                            height:178px;
                           }

#contributors_tictoc_image_1 {background:  red top left no-repeat;
                            background-image:url('images/itoc/website_graphics/contributors_image_tictoc_1.jpg');
                            width:411px;
                            height:136px;
                           }

#contributors_tictoc_image_2 {background:  red top left no-repeat;
                            background-image:url('images/itoc/website_graphics/contributors_image_tictoc_2.jpg');
                            width:498px;
                            height:178px;
                           }


/* END contributors PAGE */


/* START contributors_demo PAGE */
/* END contributors_demo PAGE */


/* START cookie_usage PAGE */

#cookie_info_wrapper    {background-color: red;
                         float: right;
                         width:200px;
                         height:100px;
                         margin-right:10px;
                        }

#cookie_info_box_header {background:  top left no-repeat;
                         background-color: #8593EB;
                         background-image: url('images/itoc/website_graphics/cookie_box_top.gif');
                         text-align:center;
                         padding-top:5px;
                         padding-bottom:5px;
                         font-weight: bold;
                         font-size: 8pt;
                         color:#615851
                        }

#cookie_info_box        {background: bottom left no-repeat;
                         background-image: url('images/itoc/website_graphics/cookie_box_base.gif');
                         background-color: #9CADFB;
                         font-weight: normal;
                         text-align:left;
                         padding-left:5px;
                         margin-top:0px;
                         padding-top:5px;
                         padding-bottom:10px;
                         font-size: 7.5pt;
                        }

#cookie_info_text       {background-color:#D1D8FB;
                         float:left;
                         width:330px;
                         margin-left:10px;
                         font-family: Verdana, Arial, sans-serif;
                         font-size: 11px;
                         margin-bottom:10px;
                        }

/* END cookie_usage PAGE */


/* START create_account PAGE */



#create_account_note     {margin-left:22px;
                          margin-bottom:10px;
                          width:500px;
                         }

#phone_selector          {margin-left:5px;
                          margin-bottom:4px;
                          float:left;


                         }
/* END create_account PAGE */


/* START create_account_success PAGE */
/* END create_account_success PAGE */


/* START cron_birthday PAGE */
/* END cron_birthday PAGE */


/* START down_for_maintenance PAGE */
/* END down_for_maintenance PAGE */


/* START download PAGE */
/* END download PAGE */


/* START faq PAGE */
/* END faq PAGE */


/* START freebies PAGE */
/* END freebies PAGE */


/* START gv_faq PAGE */
/* END gv_faq PAGE */


/* START gv_redeem PAGE */
/* END gv_redeem PAGE */


/* START gv_send PAGE */
/* END gv_send PAGE */


/* START how_to PAGE */

.how_to_link_wrapper    {background-color: #9CADFB;
                         background:top left no-repeat;
                         padding:10px;
                         width:543px;
                         margin-top:20px;
                        }

.how_to_link_box_1      {background: #9CADFB;
                         border:1px solid #D1D8FB;
                         padding-left:10px;
                         width:530px;
                         height:62px;
                        }

.how_to_link_box_2      {background:#8593EB;
                         border:1px solid #D1D8FB;
                         padding-left:10px;
                         width:530px;
                         height:62px;
                        }

.how_to_link_button_1   {background:#9CADFB center center no-repeat;
                         float:right;
                         background-image:url('images/itoc/website_graphics/button_1.gif');
                         width:37px;
                         height:62px;
                        }

.how_to_link_button_2   {background: #8593EB center center no-repeat;
                         float:right;
                         background-image:url('images/itoc/website_graphics/button_2.gif');
                         width:37px;
                         height:62px;
                        }


#how_to_link_image_1    {background:  red top left no-repeat;
                         float:right;
                         background-image:url('images/itoc/website_graphics/select_1.jpg');
                         width:73px;
                         height:62px;
                        }

#how_to_link_image_2    {background:  red top left no-repeat;
                         float:right;
                         background-image:url('images/itoc/website_graphics/select_2.jpg');
                         width:73px;
                         height:62px;
                        }

#how_to_link_image_3    {background:  red top left no-repeat;
                         float:right;
                         background-image:url('images/itoc/website_graphics/select_3.jpg');
                         width:73px;
                         height:62px;
                        }

#how_to_link_image_4    {background:  red top left no-repeat;
                         float:right;
                         background-image:url('images/itoc/website_graphics/select_4.jpg');
                         width:73px;
                         height:62px;
                        }

#how_to_link_image_5    {background:  red top left no-repeat;
                         float:right;
                         background-image:url('images/itoc/website_graphics/select_5.jpg');
                         width:73px;
                         height:62px;
                        }

#how_to_link_image_6    {background:  red top left no-repeat;
                         float:right;
                         background-image:url('images/itoc/website_graphics/select_6.jpg');
                         width:73px;
                         height:62px;
                        }

#how_to_link_image_7    {background:  red top left no-repeat;
                         float:right;
                         background-image:url('images/itoc/website_graphics/select_7.jpg');
                         width:73px;
                         height:62px;
                        }



/* END how_to PAGE */


/* START imagemagic PAGE */

/* END imagemagic PAGE */


/* START index PAGE */
#home_page_illus        {background: red top left no-repeat;
                         background-image:url('images/itoc/website_graphics/home_page_illus.jpg');
                         float:left;
                         padding:0px;
                         margin:0px;
                         width:210px;
                         height:270px;
                        }

#intro_text             {background-color: #D1D8FB;
                         text-align:center;
                         font-weight: bold;
                         font-size: 16pt;
                         padding-top:5px;
                         color:#787F91;
                         margin-bottom:0px;
                         padding-bottom:0px;
                        }

#intro_text_2           {text-align:center;
                         font-weight: bold;
                         font-size: 10pt;
                         color:#787F91;;
                         padding-bottom:15px;
                        }

#intro_text_3           {text-align:center;
                         font-weight: normal;
                         font-size: 9pt;
                         color:#787F91;
                         margin-left:50px;
                         margin-bottom:15px;
                        }


#itoc_container         {background: top left no-repeat;
                         background-color: #8593EB;
                         background-image:url('images/itoc/website_graphics/descriptor_top.gif');
                         height:109px;
                         width:550px;
                         padding-top:16px;
                        }

#itoc_container_btm     {background: top left no-repeat;
                         background-image:url('images/itoc/website_graphics/descriptor_bottom.gif');
                         height:16px;
                         width:550px;
                        }

#itoc_image             {background: top left no-repeat;
                         float:left;
                         background-image:url('images/itoc/website_graphics/generic_itoc.jpg');
                         height:109px;
                         width: 108px;
                         margin-left:16px;
                        }

#itoc_container_header  {margin-left:10px;
                         margin-top:-4px;
                         float:left;
                         color: #f2f2f2;
                         font-weight: bold;
                         font-size: 14pt;
                         height:109px;
                         width:400px;
                        }

#itoc_container_header a {color: #f2f2f2;
                           }
#itoc_container_header a:hover {color: #F44100;
                                  }

#itoc_container_text    {font-size: 9pt;
                         margin:5px;
                         font-weight: normal;
                        }

#pictoc_container       {background: top left no-repeat;
                         background-color: #8593EB;
                         background-image:url('images/itoc/website_graphics/descriptor_top.gif');
                         height:109px;
                         width:550px;
                         padding-top:16px;
                         margin-top:6px;
                        }

#pictoc_image           {background: top left no-repeat;
                         float:left;
                         background-image:url('images/itoc/website_graphics/generic_pictoc.jpg');
                         height:109px;
                         width: 108px;
                         margin-left:16px;
                        }

#pictoc_container_header {margin-left:10px;
                         margin-top:-4px;
                         float:left;
                         color: #f2f2f2;
                         font-weight: bold;
                         font-size: 14pt;
                         height:109px;
                         width:400px;
                         }

#pictoc_container_header a {color: #f2f2f2;
                           }
#pictoc_container_header a:hover {color: #F44100;
                                  }

#tictoc_container       {background: top left no-repeat;
                         background-color: #8593EB;
                         background-image:url('images/itoc/website_graphics/descriptor_top.gif');
                         height:109px;
                         width:550px;
                         padding-top:16px;
                         margin-top:6px;
                        }

#tictoc_image           {background: top left no-repeat;
                         float:left;
                         background-image:url('images/itoc/website_graphics/generic_tictoc.jpg');
                         height:109px;
                         width: 108px;
                         margin-left:16px;
                        }

#tictoc_container_header {margin-left:10px;
                         margin-top:-4px;
                         float:left;
                         color: #f2f2f2;
                         font-weight: bold;
                         font-size: 14pt;
                         height:109px;
                         width:400px;
                         }

#tictoc_container_header a {color: #f2f2f2;
                           }
#tictoc_container_header a:hover {color: #F44100;
                                  }
/* END index PAGE */


/* START info_shopping_cart PAGE */

/* END info_shopping_cart PAGE */


/* START itoc_download PAGE */

#phone_wrapper           {background: 0 no-repeat;
                          float:left;
                          height:326px;
                         }

#main_wrapper            {margin-left:10px;
                          height:350px;
                         }

#itoc_phone_box          {background: 0 100% no-repeat;
                          top:90px;
                          left:10px;
                          width:138px;
                          height: 236px;
                         }

#itoc_phone_text         {padding-top:10px;
                          left:10px;
                          width:138px;
                          height: 90px;
                          text-align: center;
                         }

#info_divider           {background: #BBC3D3 0 100% no-repeat;
                         float:left;
                         margin-left:10px;
                         margin-right:10px;
                         width:1px;
                         height: 336px;
                        }

#itoc_phone_text_link   {background: 0 100% no-repeat;
                         height: 20px;
                         margin:10px;
                        }


/* END itoc_download PAGE */


/* START itoc_links PAGE */

#itoc_links_header     {background:top left no-repeat;
                        background-image:url('images/itoc/website_graphics/table_block_note_3.gif');
                        color: #8593EB;
                        height: 80px;
                        width:580px;
                        margin:0px;
                        margin-left:20px;
                        padding: 0px;
                        padding-top:1px;
                        padding-bottom:7px;
                        _padding-bottom:3px; /* padding for IE */
                       }

#itoc_links_header ul  {list-style:none;
                        margin:0px;
                        margin-top:2px;
                        padding:0px;
                        _padding-left:4px; /* padding for IE */
                        padding-left:4px;
                       }

#itoc_links_header li   {float:left;
                         display: inline;
                         padding:0px;
                         margin-top:1px;
                        }

#itoc_links_header a    {background:top left no-repeat;
                         background-image:url('images/itoc/website_graphics/link_btn_up.jpg');
                         color:#E5E5E5;
                         display:block;
                         height:22px;
                         _height:21px; /* height for IE */
                         width:140px;
                         text-align: center;
                         font-weight: bold;
                         font-size: 10.5pt;
                         padding:1px;
                         margin:0px;
                         margin-left:2px;
                         _margin-left:2px; /* margin for IE */
                         margin-bottom:0px;
                         _margin-top:2px; /* margin for IE */
                         margin-right:-1px;
                         _margin-right:1px; /* margin for IE */
                        }

#itoc_links_header a:hover {background-image:url('images/itoc/website_graphics/link_btn_down.jpg');
                            color:#787F91;
                           }

#link_active a              {color:#000000;
                            background-image:url('images/itoc/website_graphics/link_btn_down.jpg');
                           }

/* END itoc_links PAGE */


/* START licensing PAGE */

/* END licensing PAGE */


/* START links PAGE */

/* END links PAGE */


/* START login PAGE */

#sub_box_3_note         {background:top left no-repeat;
                         background-image:url('images/itoc/website_graphics/table_block_note.gif');
                         display:block;
                         height:16px;
                         _height:20px;/* height for IE */
                         width:580px;
                         padding-top:4px;
                         margin-left:22px;
                         margin-bottom:10px;
                        }

#sub_box_3_note_red     {background:top left no-repeat;
                         background-image:url('images/itoc/website_graphics/warning_text_panel_2.gif');
                         display:block;
                         height:26px;
                         _height:30px;/* height for IE */
                         width:580px;
                         padding-top:4px;
                         margin-left:22px;
                         margin-bottom:10px;
                        }

#sub_box_3_notebig      {background:top left no-repeat;
                         background-image:url('images/itoc/website_graphics/table_block_note_2.gif');
                         display:block;
                         height:46px;
                         _height:50px;/* height for IE */
                         width:580px;
                         padding-top:4px;
                         margin-left:22px;
                         margin-bottom:10px;
                        }


#sub_box_3_notetext     {margin-left:15px;
                         padding-top:3px;
                         padding-bottom:3px;
                         margin-bottom:20px;
                         }

#checkout_button        {float:right;
                         margin-top:10px;
                         margin-right:10px;
                         height:22px;
                        }

/* END login PAGE */


/* START logoff PAGE */

/* END logoff PAGE */


/* START order_info PAGE */

#info_sub_box_3_order   {background:top left no-repeat;
                         background-color:#D1D8FB;
                         background-image:url('images/itoc/website_graphics/table_block_top_tab_2.gif');
                         padding:0px;
                         margin:0px;
                         padding-top:5px;
                         margin-left:22px;
                         margin-top:0px;
                         width:580px;
                        }

#info_sub_box_3_note    {background:top left no-repeat;
                         background-color:#D1D8FB;
                         background-image:url('images/itoc/website_graphics/table_block_note.gif');
                         margin-left:22px;
                         padding-top:4px;
                         padding-bottom:4px;
                         margin-bottom:20px;
                         width:580px;
                        }

#info_sub_box_order_txt {float:left;
                         padding:0px;
                         margin:0px;
                         padding-top:15px;
                         width:550px;
                        }

.inputRequirementRight2 {font-family: Verdana, Arial, sans-serif; /* used for account edit page */
                         float:right;
                         font-size: 10px;
                         color: #ff0000;
                         padding-top:10px;
                         padding-right:30px;
                        }

#order_info_submit_btn  {padding-top:3px;
                         margin-left:372px;
                         width:100px;
                         height:22px;
                        }

.tab_text_3             {font-family: Verdana, Arial, sans-serif;
                         font-size: 13px;
                         float:left;
                         line-height: 1.1;
                         margin-left:5px;
                         margin-top:0px;
                         color:#787F91;
                         text-transform: uppercase;
                         font-weight: bold;
                         margin-bottom:20px;
                        }

/* END order_info PAGE */


/* START meet_the_team PAGE */

#meet_the_team_wrapper  {background:top left no-repeat;
                         margin:2px;
                        }

#meet_the_team_image_1  {background:white top left no-repeat;
                         float:left;
                         border:1px solid #BBC3D3;
                         background-image:url('images/itoc/website_graphics/blank_card.png');
                         margin-right:0px;
                         width:190px;
                         height:440px;
                         _height:465px;/* height for IE */
                        }


#mtt_photo              {background:top left no-repeat;
                         margin-left:20px;
                         margin-top: 21px;
                         width:76px;
                         height:95px;
                        }

#mtt_logo               {background:top left no-repeat;
                         float:left;
                         background-image:url('images/itoc/website_graphics/itoc_logo.png');
                         margin-left:92px;
                         _margin-left:47px;/* margin for IE */
                         margin-top: 0px;
                         width:50px;
                         height:50px;
                        }

#mtt_name               {float:left;
                         font-family: Verdana, Arial, sans-serif;
                         font-size: 13pt;
                         line-height: 0.9;
                         font-weight: bold;
                         color:black;
                         margin-left:82px;
                         _margin-left:40px;/* margin for IE */
                         margin-top: 14px;
                         _margin-top:10px;/* margin for IE */
                         _height:35px;/* height for IE */

                        }

#mtt_name2              {float:left;
                         font-family: Verdana, Arial, sans-serif;
                         font-size: 12pt;
                         line-height: 0.9;
                         font-weight: bold;
                         color:black;
                         margin-left:82px;
                         _margin-left:40px;/* margin for IE */
                         margin-top: 2px;
                         _margin-top:-14px;/* margin for IE */
                        }

#mtt_name3              {float:left;
                         font-family: Verdana, Arial, sans-serif;
                         font-size: 10pt;
                         line-height: 0.9;
                         font-weight: bold;
                         color:black;
                         margin-left:82px;
                         _margin-left:40px;/* margin for IE */
                         margin-top: 4px;
                         _margin-top:-14px;/* margin for IE */

                        }
#mtt_name4              {float:left;
                         font-family: Verdana, Arial, sans-serif;
                         font-size: 7.5pt;
                         line-height: 0.9;
                         font-weight: bold;
                         color:black;
                         margin-left:82px;
                         _margin-left:40px;/* margin for IE */
                         margin-top: 5px;
                         _margin-top:-14px;/* margin for IE */
                        }



#mtt_role               {font-family: Verdana, Arial, sans-serif;
                         float:left;
                         font-size: 7pt;
                         font-weight: bold;
                         color:white;
                         margin-left:20px;
                         _margin-left:12px;/* margin for IE */
                         margin-top:9px;
                         _margin-top:-3px;/* margin for IE */
                         }

#mtt_role_answer        {font-family: Verdana, Arial, sans-serif;
                         float:right;
                         font-size: 7pt;
                         font-weight: bold;
                         color:white;
                         margin-right:21px;
                         _margin-right:12px;/* margin for IE */
                         margin-top:9px;
                         _margin-top:-3px;/* margin for IE */
                        }

#mtt_text               {font-family: Verdana, Arial, sans-serif;
                         float:left;
                         font-size: 7pt;
                         font-weight: bold;
                         color:black;
                         margin-left:20px;
                         _margin-left:10px;/* margin for IE */
                         margin-top:6.8px;
                         _margin-top:-5px;/* margin for IE */
                         width:92px;

                        }

#mtt_text_answer        {font-family: Verdana, Arial, sans-serif;
                         float:right;
                         font-size: 7pt;
                         font-weight: bold;
                         color:black;
                         margin-right:19px;
                         _margin-right:9px;/* margin for IE */
                         margin-top:6.8px;
                         _margin-top:-5px;/* margin for IE */
                        }

#meet_the_team_text     {background:top left no-repeat;
                         margin-top:9px;
                         padding:7px;
                        }



/* END meet_the_team PAGE */


/* START password_forgotten PAGE */

/* END password_forgotten PAGE */


/* START popup_coupon_help PAGE */

/* END popup_coupon_help PAGE */


/* START popup_image PAGE */

/* END popup_image PAGE */


/* START popup_search_help PAGE */

/* END popup_search_help PAGE */


/* START privacy PAGE */

#info_main_text         {width:500px;
                         background: #9CADFB;
                         margin-left:10px;
                         padding:10px;
                         font-size: 11px;
                        }

#info_main_text a       {color:#787F91;
                         text-decoration:underline;
                        }

#info_main_text a:hover {color:red; ?>;
                         text-decoration:underline;
                        }

/* END privacy PAGE */


/* START product_info PAGE */





#info_sub_box_products_i {background:top left no-repeat;
                          background-color:#D1D8FB;
                          background-image:url('images/itoc/website_graphics/nokia_6600_background_top.gif');
                          padding:0px;
                          margin:0px;
                          padding-top:10px;
                          margin-left:22px;
                          width:580px;
                         }

#info_sub_box_products_w {background:top left no-repeat;
                          background-color:#D1D8FB;
                          background-image:url('images/itoc/website_graphics/watch_background_2_top.gif');
                          padding:0px;
                          margin:0px;
                          padding-top:10px;
                          margin-left:22px;
                          width:580px;

                         }

#products_info_content   {padding-top:6px;
                          margin:0px;
                          margin-top:0px;
                          margin-left:16px;
                          width:550px;
                         }

#products_info_text      {float:left;
                          background-color:#D1D8FB;
                          padding:0px;
                          padding-top:0px;
                          margin:0px;
                          margin-top:0px;
                          margin-left:58px;
                          _margin-left:55px; /* margin for IE */
                          width:301px;
                          _width:309px; /* width for IE */
                          height:267px;

                         }

#products_info_flash     {float:left;
                          padding-top:32px;
                          margin:0px;
                          margin-top:0px;
                          margin-left:10px;
                          _margin-left:5px; /* margin for IE */
                          width:176px;
                         }

.seperator_pi            {clear:left;
                          height:14px;
                         }

#table_block_bottom_product_i  {background:top left no-repeat;
                                background-image:url('images/itoc/website_graphics/nokia_6600_background_btm.gif');
                                background-color:#9CADFB;
                                padding-bottom:10px
                                margin:0px;
                                _margin-top:0px; /* margin for IE */
                                margin-left:22px;
                                height:20px;
                                width:580px;
                                }

#table_block_bottom_product_w  {background:top left no-repeat;
                                background-image:url('images/itoc/website_graphics/watch_background_2_btm.gif');
                                margin-bottom:10px;
                                padding-bottom:10px;
                                margin-left:22px;
                                width:580px;
                                }

#products_info_image     {width:580px;
                          height:412px;
                          background: top left no-repeat;
                          background-image:url('images/itoc/website_graphics/nokia_6600_background.gif');
                         }

#products_info_image_w   {width:242px;
                          height:413px;
                          background: top left no-repeat;
                          background-image:url('images/itoc/website_graphics/watch_background_2.gif');
                         }

#product_info_pic        {float:right;
                          width:200px;
                         }

#bezel_options_block     {margin-left:0px;
                          margin-top:10px;
                          _margin-top:10px; /* margin for IE */
                          width:285px;
                          height:71px;
                         }

#info_button_block       {margin-left:240px;
                          margin-top:20px;
                          _margin-top:13px; /* margin for IE */
                          width:320px;
                          height:22px;
                         }

#info_button_block2      {margin-top:15px;
                          _margin-top:-10px; /* margin for IE */
                          _padding-left:13px; /* margin for IE */

                          width:305px;
                          height:22px;
                         }


#info_button_block_w     {margin-left:20px;
                          padding-top:20px;
                          _margin-top:0px; /* margin for IE */
                          width:450px;
                          height:22px;
                         }

#info_button_block_no    {margin-left:1px;
                          padding-top:17px;
                          _margin-top:0px; /* margin for IE */
                          _margin-left:13px; /* margin for IE */
                          width:310px;
                          height:22px;
                         }

#info_reviews_button     {float:left;
                          margin-left:0px;
                          width:100px;
                          height:22px;
                         }

#info_wishlist_button    {float:left;
                          margin-left:13px;
                          _margin-left:0px; /* margin for IE */
                          width:150px;
                          height:22px;
                         }

#info_cart_button        {float:left;
                          margin-left:15px;
                          _margin-left:15px; /* margin for IE */
                          width:100px;
                          height:22px;
                         }

#cart_wish_background    {margin-top:32px;
                          margin-left:-22px;
                          _margin-top:-16px; /* margin for IE */
                          _margin-left:-24px; /* margin for IE */
                          _margin-bottom:-11px; /* margin for IE */
                          width:311px;
                          height:82px;
                          background: top left no-repeat;
                          background-image:url('images/itoc/website_graphics/cart_btn_background.gif');
                         }

#cart_wish_background_w  {margin-top:335px;
                          _margin-top:4px; /* margin for IE */
                          margin-left:85px;
                          width:470px;
                          height:58px;
                          background: top left no-repeat;
                          background-image:url('images/itoc/website_graphics/cart_btn_background_2_w.gif');
                         }

#cart_wish_background_no {background: top left no-repeat;
                          background-image:url('images/itoc/website_graphics/cart_btn_background_no.gif');
                          margin-top:335px;
                          margin-left:240px;
                          _margin-top:14px; /* margin for IE */
                          width:312px;
                          height:58px;
                         }

#ss_radio_buttons_1      {float: left;
                          margin-top:10px;
                          margin-left:10px;
                          _margin-left:5px; /* margin for IE */

                         }

#radio_buttons_text_1    {float:left;
                          margin-top:12px;
                          margin-left:0px;
                          text-align: left;
                          line-height:12px;
                          color: #E5E5E5;
                          font-family : Verdana, Arial, sans-serif;
                          font-size : 11px;
                          font-weight: bold;
                          width: 20px;
                          padding-right:20px;
                          _padding-right:10px; /* padding for IE */
                         }

#radio_buttons_text_2    {float:left;
                          margin-top:12px;
                          margin-left:0px;
                          text-align: left;
                          line-height:12px;
                          color: #E5E5E5;
                          font-family : Verdana, Arial, sans-serif;
                          font-size : 11px;
                          font-weight: bold;
                          width: 50px;
                          padding-right:35px;
                          _padding-right:10px; /* padding for IE */
                         }

#phone_manufacturer      {float:left;
                          width: 130px;
                          _width:122px; /* width for IE */
                          height:40px;
                         }

#phone_model             {float:left;
                          width: 80px;
                          height:40px;
                         }

#product_wires           {background: top left no-repeat;
                          float:left;
                          background-image:url('images/itoc/website_graphics/product_info_wires.gif');
                          width: 70px;
                          height:70px;
                          margin-top:7px;
                         }

#pi_text_block          {float:left;
                         width: 225px;
                         _width:220px; /* width for IE */
                         height:80px;
                         margin-left:5px;
                        }

#pi_watch_text          {width: 300px;
                         height:240px;
                         margin-top:80px;
                         _margin-top:0px;
                         margin-left:0px;
                         padding-left:0px;
                         padding-top:0px;
                         font-size:11px;
                        }

#pi_phone_text          {width: 300px;
                         _width:280px; /* width for IE */
                         height:82px;
                         margin-top:25px;
                         _margin-top:-50px; /* margin for IE */
                         margin-left:0px;
                         padding-left:0px;
                         font-size:11px;
                        }


#pi_design              {width: 225px;
                         _width:220px; /* width for IE */
                        }

#pi_product             {width: 225px;
                         _width:220px; /* width for IE */
                         margin-top:1px;
                        }

#pi_designer            {width: 225px;
                         _width:220px; /* width for IE */
                         margin-top:1px;
                        }

#pi_phone               {width: 225px;
                         _width:220px; /* width for IE */
                         margin-top:2px;
                         }

#pi_watch               {width: 225px;
                         _width:220px; /* width for IE */
                         margin-top:2px;
                        }

#pi_bezel_text          {float:left;
                         font-size : 11px;
                         width:250px;
                         _width:240px; /* width for IE */
                         height:20px;
                         margin-top:0px;
                         margin-left:59px;
                         _margin-left:29px; /* margin for IE */
                         margin-bottom:5px;

                         }

/* END product_info PAGE */


/* START product_reviews PAGE */

#pr_reviews_button_bar    {float:left;
                           margin:0px;
                           width:550px;
                           height:22px;
                           margin-top:15px;

                          }

.button_float_left        {float:left;
                          }

.button_float_right       {float:right;
                          }

.button_float_centre      {float:left;
                           margin-left:100px;
                          }

#10pxspacer               {height:10px;
                          }
/* END product_reviews PAGE */


/* START product_reviews_info PAGE */
/* END product_reviews_info PAGE */


/* START product_reviews_write PAGE */
/* END product_reviews_write PAGE */


/* START products_new PAGE */
/* END products_new PAGE */

/* START redirect PAGE */
/* END redirect PAGE */


/* START reviews PAGE */
/* END reviews PAGE */


/* START shipping PAGE */
/* END shipping PAGE */


/* START shopping_cart PAGE */
/* END shopping_cart PAGE */


/* START slideshow PAGE */
/* END slideshow PAGE */


/* START specials PAGE */

#info_main_text_special {width:583px;
                         margin-left:10px;
                         padding:10px;
                        }

/* END specials PAGE */


/* START ssl_check PAGE */
/* END ssl_check PAGE */


/* START supertracker_setup_db PAGE */
/* END supertracker_setup_db PAGE */


/* START tech_support PAGE */
/* END tech_support PAGE */


/* START tell_a_friend PAGE */

.mainLeft_taf          {font-family: Verdana, Arial, sans-serif;
                        display:block;
                        float:left;
                        font-size: 11px;
                        width:140px;
                        line-height: 1.2;
                        margin-left:22px;
                        height:30px;
                       }

.tab_spacer_20         {clear:both;
                        height:20px;
                       }

.taf_buttons           {margin:0px;
                        padding:0px;
                        height:22px;
                        width:570px;
                       }

.back_button            {float: left;
                         margin-left:10px;
                        }

/* END tell_a_friend PAGE */


/* STARTtime_factory PAGE */

#time_factory           {background: #625751 top left no-repeat;
                         background-image: url('images/itoc/website_graphics/time_factory.png');
                         margin-left:11px;
                         padding:0px;
                         width:600px;
                         height:620px;
                         margin-top:3px;
                        }



/* END time_factory PAGE */

/* START watch images PAGE */

#info_pictures_button   {float:left;
                         background:right center no-repeat;
                         display:block;
                         width:130px;
                         height:22px;
                        }
/* END watch images PAGE */

/* STARTwishlist PAGE */

#wishlist_buttons       {background-color:#D1D8FB;
                         float:right;
                         margin-top:10px;
                         width:228px;
                         height:22px;
                        }

/* END wishlist PAGE*/


/* START wishlist_public PAGE */

#info_sub_box_w_images  {padding-left:50px;
                        }

/* END wishlist_public PAGE */

/* START clock_image PAGE */
#info_sub_box_c_images  {padding-left:34px;
                        }

#clock_info_text        {font-family: Verdana, Arial, sans-serif;
                         font-size: 11px;
                         line-height: 1.5;
                         background-color:#D1D8FB;
                         margin-left:20px;
                         padding-bottom:10px;
                        }

#hires_picture_button   {float:right;
                         background:right center no-repeat;
                         display:block;
                         width:92px;
                         height:16px;
                         padding-top:12px;
                        }

/* END clock_image PAGE */



/*  CHECKOUT BAR */

 #checkout_bar              {width:570px;
                             height:30px;
                            }

 #checkout_ball             {background: top center no-repeat;
                             background-image: url('images/itoc/website_graphics/checkout_ball.gif');
                             position:relative;
                             top:13px;
                             left:87px;
                             height:16px;
                             width:16px;
                            }


#checkout_ball_confirm      {background: top center no-repeat;
                             background-image: url('images/itoc/website_graphics/checkout_ball.gif');
                             position:relative;
                             top:13px;
                             left:282px;
                             height:16px;
                             width:16px;
                            }

#checkout_ball_finish       {background: top center no-repeat;
                             background-image: url('images/itoc/website_graphics/checkout_ball.gif');
                             position:relative;
                             top:13px;
                             left:477px;
                             height:16px;
                             width:16px;
                            }

#checkout_bar_shipping      {background: top right no-repeat;
                             background-color: #D1D8FB;
                             background-image: url('images/itoc/website_graphics/checkout_bar_left.gif');
                             float:left;
                             padding-top:20px;
                             margin-left:25px;
                             _margin-left:12px; /* margin-left for IE */
                             width:195px;
                             text-align:left;
                            }


#checkout_bar_confirmation  {background: top center no-repeat;
                             background-image: url('images/itoc/website_graphics/checkout_bar.gif');
                             float:left;
                             padding-top:20px;
                             margin-left:0px;
                             width:140px;
                             text-align:center;
                            }

 #checkout_bar_finished     {background: top center no-repeat;
                             background-image: url('images/itoc/website_graphics/checkout_bar_right.gif');
                             float:left;
                             padding-top:20px;
                             margin-left:0px;
                             width:195px;
                             text-align:right;

                            }

#checkout_bar_finished_text {width:100px;
                             margin-left:50px;
                             _margin-right:45px; /* margin-right for IE */
                            }

/*  END OF CHECKOUT BAR */



#test_panel  {background-color: red;
              height:100px;
              width:140px;
              margin-bottom:10px;
             }













