/* CSS File */
html {
  height: 100%;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-image: url('../../images/template/background-gradient.jpg');
  background-repeat: repeat-x;
  background-color: #FFFFFF;
}
div {
  margin: 0px auto;
  padding: 0px;
  border: none;
  display: block;
  background-repeat: no-repeat;
}
table {
  float: left;
  display: block;  
}
h1 {
  color: #010000;
  font-size: 16px;
  text-indent: 22px;
  background-image: url('../../images/icons/header-bullet.jpg');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
h2 {
  color: #DB1927;
  font-size: 14px;
  margin: 0px;
  padding: 2px 0px 10px 0px;
}
p {
  margin: 0px;
  padding: 0px 0px 10px 0px; 
}
input, select, textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
td {
  line-height: 150%;
}
img {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
}
.img_border {
  border: 1px #C2C2C2 solid;
  margin: 0px;
  padding: 1px;
  display: block;
}
.inline {
  display: inline;
  vertical-align: middle; 
}
.b {
  font-weight: 700;
}
.i {
  font-style: italic;
}
.black {
  color: #000000; 
}
.white {
  color: #FFFFFF; 
}
.normal{
  font-weight: 100;
}
.grey {
  color: #666666; 
}
.twelve {
  font-size: 12px; 
}
.small {
  font-size: 10px; 
}
.breadcrumbs {
  color: #AAAAAA;
  font-size: 10px;
}
.breadcrumbs a {
  color: #CB0302;
  text-decoration: underline;
}
table.center {
  margin-left: auto; 
  margin-right: auto;
}
form, object, param {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.req_field {
  color: #FE0000;
}
div #shell {
  width: 936px;
}
div #site_container {
  width: 936px!important;
  margin: 0px auto!important;
  float: none!important;
}
div #container {
  width: 936px;
}
div #container div {
  float: left;
}
div #header_container {
  width: 934px;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
div #top_bar {
  width: 934px;
  height: 12px;
  border-bottom: 1px solid #FFFFFF;
  background-image: url('../../images/template/top-bar-gradient.jpg');
  background-repeat: repeat-x;
  background-position: bottom;
}
div #top_bar_line {
  height: 1px;
  background-color: #FFFFFF;
  width: 934px;
  overflow: hidden;
}
div #top_bar_date_container {
  width: 721px;
  height: 32px;
  padding-left: 20px;
}
div #top_bar_date {
  height: 32px;
  line-height: 32px;
  font-weight: 700;
  padding-right: 12px; 
}
div #top_bar_phone_container {
  float: right;
  height: 32px;
  padding-right: 20px;
}
div #top_bar_phone {
  height: 32px;
  width: 148px;
  line-height: 32px;
  font-weight: 700;
  text-align: right;
}
div #top_bar_date_icon, div #top_bar_phone_icon {
  width: 22px;
  height: 32px;
  background-position: right center;
}
div #top_bar_date_icon {
  background-image: url('../../images/icons/clock.jpg');
}
div #top_bar_phone_icon {
  background-image: url('../../images/icons/phone.jpg');
}
div #top_banner {
  width: 934px;
  height: 32px;
  background-image: url('../../images/template/top-banner-background.gif');
  background-position: 274px bottom;
  border-bottom: 1px solid #FFFFFF;
  background-color: #DC1927;
  color: #FFFFFF;
  font-size: 12px;
}
div #middle_banner {
  width: 934px;
  height: 75px;
  background-image: url('../../images/template/middle-banner-background.gif');
  background-repeat: repeat-x;
  border-bottom: 1px solid #FFFFFF;
}
div #logo {
  width: 320px;
  height: 75px;
  padding-left: 27px; 
}
div #middle_banner_image {
  width: 587px;
  height: 75px;
  background-image: url('../../images/template/middle-banner-image.jpg'); 
}
div #lower_banner {
  width: 924px;
  height: 21px;
  line-height: 19px;
  padding-right: 10px;
  background-image: url('../../images/template/lower-banner-background.gif');
  background-repeat: repeat-x;
  border-bottom: 1px solid #FFFFFF;
  text-align: right;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 12px;
}
div #lower_banner a {
  color: #FFFFFF;
  text-decoration: none;
}
div #lower_banner a:hover {
  text-decoration: underline;
}
div #content_container {
  width: 934px;
  background-color: #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
div #side_menu_container {
  width: 212px;
  border-right: 1px solid #FFFFFF;
}
div #side_menu {
  width: 208px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 12px;
  background-color: #EDEDED;
}
div .menu_level_1 {
  width: 208px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #EDEDED;
  height: 23px;
  line-height: 21px;
  text-indent: 45px;
  background-image: url('../../images/icons/level-one-bullet.gif');
  background-position: 32px 8px;
  font-size: 12px;
  font-weight: 700;
}
div .menu_level_2 {
  width: 208px;
  height: 23px;
  line-height: 21px;
  text-indent: 64px;
  background-image: url('../../images/icons/black-arrow.gif');
  background-position: 53px 8px;
  font-weight: 700;
}
div .menu_level_1 a {
  color: #B8020E;
  text-decoration: none;
}
div .menu_level_1 a:hover {
  color: #000000;
}
div .menu_level_2 a {
  color: #000000;
  text-decoration: none;
}
div .menu_level_2 a:hover {
  text-decoration: underline;
}
div #side_menu_base {
  width: 212px;
  padding-top: 24px;
  padding-bottom: 81px;
  background-image: url('../../images/template/side-menu-background.gif');
  background-repeat: repeat-x; 
}
div #content_main {
  width: 693px;
  padding: 20px 14px 20px 14px;
  background-image: url('../../images/template/content-background.gif');
  background-repeat: repeat-x;
}
div #content_main p {
  line-height: 14px; 
}
div #content_main p a, div #content_main ul a, div #content_strapline p a {
  color: #CB0302;
}
div #content_strapline {
  width: 693px;
  height: 20px;
  line-height: 20px;
  padding-bottom: 6px;
  background-image: url('../../images/template/groove.gif');
  background-position: bottom; 
}
.expand {
  padding-top: 30px; 
}
.reduce {
  padding-top: 10px; 
}
div #content_strapline p {
  background-image: url('../../images/icons/red-dot-arrow.gif');
  background-repeat: no-repeat;
  background-position: 6px 4px;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
div .groove {
  width: 693px;
  height: 18px;
  background-image: url('../../images/template/groove.gif');
  background-position: center; 
}
div #footer_container {
  width: 934px;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
div #footer_top {
  width: 934px;
  color: #979797;
  font-size: 10px;
  letter-spacing: 1px;
  padding-bottom: 2px;
  padding-top: 10px;
}
div #footer_copyright {
  width: 682px;
  height: 15px;
  padding-top: 7px;
  text-indent: 10px;
}
div #footer_woh {
  width: 85px;
  height: 22px;
  padding-right: 10px;
  padding-left: 7px;
}
div #footer_created {
  width: 150px;
  height: 15px;
  padding-top: 7px;
  text-align: right;
}
div #footer_content {
  width: 934px;
  background-image: url('../../images/template/footer-background.gif');
  background-repeat: repeat-x;
}
div #footer_links {
  width: 934px;
  height: 23px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 10px;
}
div #footer_links a {
  color: #FFFFFF;
  text-decoration: none;
}
div #footer_links a:hover {
  color: #000000;
}
div #footer_details {
  width: 924px;
  padding-right: 10px;
  padding-top: 5px;
  text-align: right;
  line-height: 16px;
}
div #footer_details a {
  color: #FE0000;
  text-decoration: underline; 
}
.error_input {
  border: 2px solid #FE0000;  
}
/* Containers */
div .container_home_image {
  width: 100px;
  height: 70px;
  padding-left: 15px;  
}
div .container_home_left_column_wide, div .container_home_left_column_text_wide {
  width: 360px;
  text-align: left;
}
div .container_home_footer_border_wide {
  width: 487px;
  height: 16px;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
div .container_home_footer_wide {
  width: 488px;
  padding-left: 13px;
  border-right: 1px solid #C2C2C2;
  height: 18px;
  background-image: url('../../images/template/container-base-corner.gif');
  background-position: left;
}
div .container_home_footer_background_wide {
  width: 488px;
  height: 17px;
  border-bottom: 1px solid #C2C2C2;
  background-image: url('../../images/template/container-base-background.gif');
  background-repeat: repeat-x;
}
div .container_home_left_column_button_wide {
  width: 50px;
  height: 20px;
  padding-left: 270px;
  padding-top: 9px;  
}
div .container_home_header_background_wide {
  width: 498px;
  height: 37px;
  background-image: url('../../images/template/container-top-background.gif');
  background-repeat: repeat-x;
}
div .container_home_content_wide {
  width: 478px;
  height: 115px;
  padding-top: 5px;
  padding-left: 11px;
  padding-right: 11px;
  border-left: 1px solid #C2C2C2;
  border-right: 1px solid #C2C2C2;  
}
div .container_home_shell_wide {
  width: 492px;
  padding-right: 10px; 
  padding-bottom: 10px;   
}
div .container_home_header_wide {
  width: 498px;
  height: 37px;
  padding-top: 1px;
  padding-left: 1px;
  padding-right: 1px;
  border-top: 1px solid #C2C2C2;
  border-left: 1px solid #C2C2C2;
  border-right: 1px solid #C2C2C2;
}
div .container_wide_shell {
  /*width: 693px;*/
  width: 340px;
  padding-bottom: 10px; 
}
div .container_wide_header {
 /* width: 689px;*/
  width: 336px;
  height: 37px;
  padding-top: 1px;
  padding-left: 1px;
  padding-right: 1px;
  border-top: 1px solid #C2C2C2;
  border-left: 1px solid #C2C2C2;
  border-right: 1px solid #C2C2C2;
}
div .container_wide_header_background {
  width: 336px;
  height: 37px;
  background-image: url('../../images/template/container-top-background.gif');
  background-repeat: repeat-x;
}
div .container_wide_header_text {
  width: 90px;
  height: 34px;
  padding-right: 19px;
  padding-bottom: 3px;
  background-image: url('../../images/template/container-header-background.gif');
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 12px;
}
div .container_wide_shell table, div .container_wide_shell table td, div .container_home_shell_wide table td {
  width: 90px;
  height: 34px;
  vertical-align: middle;
  padding: 0px;
  margin: 0px;
  border: 0px;
  line-height: 14px; 
}
div .container_wide_content, div .container_wide_content_padding {
  width: 316px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 11px;
  padding-right: 11px;
  border-left: 1px solid #C2C2C2;
  border-right: 1px solid #C2C2C2;
}
div .container_wide_content_padding {
  padding-top: 21px;
  padding-bottom: 0px;
}
div .container_wide_padding_cont {
  width: 669px;
  padding-top: 10px; 
}
div .container_wide_padding_block {
  width: 662px;
  border: 1px solid #C4C4C4;
  padding-left: 5px;
}
 
div .container_wide_padding {
  padding-bottom: 10px; 
}
div .container_wide_header_left, div .container_wide_header_right {
  width: 319px;
  height: 30px;
  padding: 0px 5px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
}
div .container_wide_header_divider {
  width: 7px;
  height: 20px;
  overflow: hidden;
}
div .container_wide_header_centre {
  width: 652px;
  height: 20px;
  line-height: 18px;
  padding: 0px 5px;
  font-weight: 700;
  font-size: 12px;
}
div .container_wide_header_product_block {
  width: 668px;
  border-right:  1px solid #C4C4C4;
  border-top:  1px solid #C4C4C4; 
  border-bottom: 0px;
  border-left: 0px;
  padding: 0px;               
}
div .container_wide_header_product_cont {
  width: 667px;
  height: 31px;
}
div .container_wide_header_product_left {
  width: 11px;
  height: 31px;
  background-image: url('../../images/content/stargate-opened-left-bg.jpg');
  background-position: left;
  background-repeat: no-repeat;
}
div .container_wide_header_product_left_closed {
  width: 11px;
  height: 31px;
  background-image: url('../../images/content/stargate-closed-left-bg.jpg');
  background-position: left;
  background-repeat: no-repeat;
}
div .container_wide_header_product_middle {
  width: 621px;
  height: 30px;
  border-bottom: 1px solid #C4C4C4;;
  background-image: url('../../images/content/stargate-bg.jpg');
  background-position: left;
  background-repeat: repeat-x;
  line-height: 24px;
  font-weight: 700;
  font-size: 12px;
}
div .container_wide_header_product_toggle_btn {
  width: 35px;
  height: 30px;
  border-bottom: 1px solid #C4C4C4;;
  background-image: url('../../images/content/stargate-bg.jpg');
  background-position: left;
  background-repeat: repeat-x;
}
img#toggle_btn {
  cursor: pointer; 
}
div .container_wide_padding_prod_options_block {
  width: 662px;
  border: 1px solid #C4C4C4;
  padding-left: 5px;
  padding-top: 10px;
  border-top:0px;
}
div .container_wide_image_left, div .container_wide_image_right {
  width: 319px;
  height: 133px;
  padding: 5px;
  border: 1px solid #C2C2C2;
}
div .container_wide_image_divider {
  width: 7px;
  height: 133px;
  overflow: hidden;
}
div .container_wide_image_centre {
  width: 644px;
  padding: 5px;
  border: 1px solid #C2C2C2;
}
div .container_wide_image_centre table {
  width: 644px;
  background-color: #C2C2C2;
  margin-bottom: 10px;
}
div .container_wide_image_centre table td {
  width: 162px;
  height: auto;
  line-height: 100%;
  padding: 6px 0px;
  margin: 0px;
  background-color: #FFFFFF;
  text-indent: 8px;
}
div .container_wide_image_centre table td.tdhead {
  font-weight: 700;
  background-color: #F2F2F2;
}
div .container_wide_image_centre img {
  padding-left: 169px;
  padding-right: 169px;
}
div .container_wide_image_small {
  width: 155px;
  height: 133px;
}
div .container_wide_image_small_divider {
  width: 9px;
  height: 133px;
  overflow: hidden;
}
div .container_wide_image_tiny {
  width: 96px;
  height: 133px;
}
div .container_wide_image_tiny_divider {
  width: 15px;
  height: 133px;
  overflow: hidden;
}
div .container_wide_image_centre a {
  color: #CB0302; 
}
div .container_wide_footer {
  width: 326px;
  padding-left: 13px;
  border-right: 1px solid #C2C2C2;
  height: 18px;
  background-image: url('../../images/template/container-base-corner.gif');
  background-position: left;
}
div .container_wide_footer_background {
  width: 326px;
  height: 17px;
  border-bottom: 1px solid #C2C2C2;
  background-image: url('../../images/template/container-base-background.gif');
  background-repeat: repeat-x;
}
div .container_wide_footer_border {
  width: 325px;
  height: 16px;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
div .container_wide_content .f_r_cont {
  width: 316px;
  padding-top: 5px;
}
div .container_wide_content .f_label {
  width: 70px;
  padding-right: 10px;
  border-right: 1px solid #FFFFFF;
  text-align: right;
}
div .container_wide_content .f_element {
  width: 170px;
  padding-left: 10px;
}
div .container_wide_content .elementwidth {
  width: 170px;
}
div .container_home_shell {
  width: 246px;
  padding-right: 10px; 
  padding-bottom: 10px; 
}
div .container_home_header {
  width: 242px;
  height: 37px;
  padding-top: 1px;
  padding-left: 1px;
  padding-right: 1px;
  border-top: 1px solid #C2C2C2;
  border-left: 1px solid #C2C2C2;
  border-right: 1px solid #C2C2C2;
}
div .container_home_header_background {
  width: 242px;
  height: 37px;
  background-image: url('../../images/template/container-top-background.gif');
  background-repeat: repeat-x;
}
div .container_home_header_text {
  width: 90px;
  height: 34px;
  padding-right: 19px;
  padding-bottom: 3px;
  background-image: url('../../images/template/container-header-background.gif');
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 12px;
}
div .container_home_header_text a{
  color: #FFFFFF;  
  text-decoration: none;
}
div .container_home_header_text a:hover{
  color: #CCCCCC;    
}
div .container_home_shell table, div .container_home_shell table td {
  width: 90px;
  height: 34px;
  vertical-align: middle;
  padding: 0px;
  margin: 0px;
  border: 0px;
  line-height: 14px;
}
div .container_home_content {
  width: 222px;
  padding-top: 5px;
  padding-left: 11px;
  padding-right: 11px;
  border-left: 1px solid #C2C2C2;
  border-right: 1px solid #C2C2C2;
}
div .container_home_left_column, div .container_home_left_column_text {
  width: 100px;
}
div .container_home_left_column_text {
  height: 69px;
  padding-top: 17px;
  overflow: hidden; 
}
div .container_home_left_column_button {
  width: 88px;
  height: 23px;
  padding-top: 6px;
}
div .container_home_footer {
  width: 232px;
  padding-left: 13px;
  border-right: 1px solid #C2C2C2;
  height: 18px;
  background-image: url('../../images/template/container-base-corner.gif');
  background-position: left;
}
div .container_home_footer_background {
  width: 232px;
  height: 17px;
  border-bottom: 1px solid #C2C2C2;
  background-image: url('../../images/template/container-base-background.gif');
  background-repeat: repeat-x;
}
div .container_home_footer_border {
  width: 231px;
  height: 16px;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
div .container_right_shell {
  width: 181px;
}
div .container_right_container {
  width: 179px;
  border-top: 1px solid #C2C2C2;
  border-left: 1px solid #C2C2C2;
  border-right: 1px solid #C2C2C2;
}
div .container_right_content {
  width: 169px;
  height: 215px;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  background-image: url('../../images/template/container-right-background.gif');
  background-repeat: repeat-x;
}
div #independent_cont {
  padding-top: 5px;
  width: 100%;
}
img.independent {
  padding: 1px;
  border: 1px solid #C2C2C2;
  margin-bottom: 4px;
}
div .independent_bullet{
  width: 8px;
  padding-right: 2px;
}
div .container_right_footer {
  width: 181px;
  height: 18px;
  background-image: url('../../images/template/container-right-footer.gif');
}
/* Products */
div .title {
  width: 500px;
  height: 20px;
  line-height: 20px;
  padding-top: 13px;
  background-image: url('../../images/template/groove.gif');
  background-position: top center; 
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
div .product_groove {
  width: 500px;
  height: 18px;
  background-image: url('../../images/template/groove.gif');
  background-position: center; 
}
div .product_cont {
  width: 500px;
}
div .product_img_cont {
  width: 142px;
  height: 216px;
  padding: 3px;
  border: 1px solid #C4C4C4;
}
div .product_wideimg_cont {
  width: 490px;
  height: 216px;
  padding: 3px;
  border: 1px solid #C4C4C4;
}
div .product_not_so_wideimg_cont {
  width: 231px;
  height: 216px;
  padding: 3px;
  border: 1px solid #C4C4C4;
}
div .product_not_so_wide_divider {
  width: 20px;
  height: 224px;
}
div .product_bigimg_cont {
  width: 490px;
  height: 138px;
  padding: 3px;
  border: 1px solid #C4C4C4;
}
div .product_not_so_bigimg_cont {
  width: 231px;
  height: 138px;
  padding: 3px;
  border: 1px solid #C4C4C4;
}
div .product_not_so_big_divider {
  width: 20px;
  height: 146px;
}
div .product_horz_divider {
  width: 100%;
  height: 8px;
  overflow: hidden;
}
div .product_img_divider {
  width: 22px;
  height: 216px;
}
/* Clients */
div #client_select {
  height: 115px;
  padding-bottom: 10px; 
}
div #client_select_padding {
  width: 181px;
  padding-bottom: 10px;
}
div #client_select_container {
  width: 179px;
  border: 1px solid #C2C2C2;
}
div #client_select_controls {
  width: 177px;
  height: 23px;
  border: 1px solid #FFFFFF;
  background-color: #FBFAF8;
}
div #client_select_previous, div #client_select_next {
  width: 20px;
  height: 23px;
}
div .cursor {
  cursor: pointer; 
}
div #client_select_title {
  height: 23px;
  width: 137px;
  line-height: 23px;
  font-weight: 700;
  text-align: center;
  background-image: url('../../images/template/client-select-background.gif'); 
}
div #client_select_image {
  width: 179px;
  border-top: 1px solid #C2C2C2; 
}
div #client_select_image img {
  border: 1px solid #FFFFFF;
}
div #clients_list_container {
  width: 504px;
  padding-right: 8px;
  background-image: url('../../images/content/clients-list-background.gif');
  background-repeat: repeat-y;
}
div #clients_list_top {
  width: 504px;
  background-image: url('../../images/content/clients-list-border.gif');
  background-repeat: no-repeat;
  padding-top: 1px;
}
div #clients_list_base {
  width: 504px;
  background-image: url('../../images/content/clients-list-border.gif');
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
}
div #client_column_1, div #client_column_3 {
  width: 120px;
  padding-left: 1px;
  padding-right: 1px;
}
div #client_column_2 {
  width: 240px;
  padding-left: 10px;
  padding-right: 10px;
}
/* Sitemap */
div #sitemap {
  width: 693px;
  line-height: 16px; 
}
div #sitemap ul {
  width: 693px;
  padding: 0px;
  margin: 0px;
  list-style: none; 
}
div #sitemap ul li {
  width: 683px;
  padding: 0px 0px 0px 10px;
  margin: 0px;
  background-image: url('../../images/icons/black-arrow.gif');
  background-repeat: no-repeat;
  background-position: 0px 6px;
}
div #sitemap ul li ul {
  width: 663px;
  padding: 0px 0px 0px 20px;
}
div #sitemap ul li ul li {
  width: 653px;
}
div #sitemap ul li ul li ul {
  width: 633px;
  padding: 0px 0px 0px 20px;
}
div #sitemap ul li ul li ul li {
  width: 623px;
}
div #sitemap ul li ul li ul li ul {
  width: 603px;
  padding: 0px 0px 0px 20px;
}
div #sitemap ul li ul li ul li ul li {
  width: 593px;
}
div #sitemap a {
  color: #CB0302;
}
/* Lists */
div .list_wide {
  width: 693px;
  padding-bottom: 10px; 
}
div .list_wide ul {
  width: 693px;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
div .list_wide ul li {
  width: 663px;
  padding-left: 30px;
  padding-right: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: 0px;
  margin-right: 0px;
  background-image: url('../../images/icons/black-arrow.gif');
  background-repeat: no-repeat;
  background-position: 19px 7px;
}
div .product_features {
  width: 500px;
  line-height: 16px; 
}
div .product_features ul {
  width: 500px;
  padding: 0px 0px 20px 0px;
  margin: 0px;
  list-style: none; 
}
div .product_features ul li {
  width: 490px;
  padding: 0px 0px 0px 10px;
  margin: 0px;
  background-image: url('../../images/icons/black-arrow.gif');
  background-repeat: no-repeat;
  background-position: 0px 6px;
  line-height: 17px;
}
div .accessory_left {
  width: 89px; 
}
div .accessory_left img {
  padding: 1px;
}
div .accessory_right {
  width: 546px;
  padding-left: 5px; 
}
div #right_cta {
  width: 177px;
  float: right!important;
}
div #product_cta {
  width: 174px;
  padding-top: 40px;
  border-left: 2px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  background-image: url('../../images/template/cta-background.gif');
  background-position: 0px 16px;
  background-repeat: repeat-x;
}
div #product_cta_title {
  width: 174px;
  height: 21px;
  line-height: 21px;
  background-color: #D2CCCC;
  text-align: center;
  font-weight: 700;
}
div #product_cta_title a {
  text-decoration: none;
  color: #000000; 
}
div #product_cta_content_outer {
  width: 164px;
  border-left: 1px solid #DEDACF;
  border-right: 1px solid #DEDACF;
  border-bottom: 1px solid #DEDACF;
  padding: 4px 4px 8px 4px;
}
div #product_cta_image {
  width: 164px;
  height: 219px;
  border-bottom: 1px solid #FFFFFF;
}
div #product_cta_text {
  width: 150px;
  padding: 10px 7px 0px 7px;
  background-image: url('../../images/template/cta-text-background.gif');
  background-repeat: repeat-x;
}
div #product_cta_dots {
  width: 164px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 1px;
  overflow: hidden;
  background-image: url('../../images/template/cta-dots.gif');
  background-position: left 10px;
  background-repeat: repeat-x;
}
div #product_cta_link {
  width: 152px;
  padding-right: 12px;
  text-align: right;
}
div #product_cta_link a {
  color: #E44959;
}
div #product_cta_base_image {
  width: 172px;
  height: 188px;
  border: 1px solid #DEDACF; 
}
div #product_cta_divider {
  width: 174px;
  height: 4px;
  overflow: hidden; 
}