/* ----------------------------------------------------------------*/
/* This CSS is the main stylesheet used from the generated WebSite */
/* ----------------------------------------------------------------*/
/* All images from "Helper Files" could be used in this css.       */
/* EXAMPLE: background-image:url('../images_templ/image.gif');     */
/* ----------------------------------------------------------------*/
/* --- styles for some common HTML TAGS ---------------------------*/
body {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-image: url("../images_templ/layouts/body-backround.jpg");
background-repeat: repeat-x;
margin: 0;
padding: 0 40px;
min-width: 760px;
}

p, td, li, h1, h2, h3, h4, h5, h6 {
font-family: verdana, arial, tahoma, sans-serif;
font-size: 11px;
}

hr {
height: 1px;
}

/* --- styles for FORM FIELDS -------------------------------------*/
form {
margin-bottom: 0px;
margin-top: 0px;
}

input, textarea, select {
font-family: arial, tahoma, sans-serif;
font-size: 11px;
background-image: none;
}

input.text {
padding: 1px 2px;
background-image: none; /*border: #909090 solid 1px;*/
}

input.btn {
color: #0000A0;
background-color: #FFFFFF;
background-image: none;
}

input.checkbox, input.radio {
background-image: none;
}

/* --- styles for the MENUS (border, body) ------------------------*/
.menu_border {
color: #000000;
background-color: #B0B0B0;
font-size: 11px;
}

.menu_body {
color: #000000;
background-color: #F9F9F9;
font-size: 11px;
}

.menu_border_categprytype, menu_border_categorytype {
color: #000000;
background-color: #A0A0FF;
font-size: 11px;
}

.menu_body_categprytype, menu_body_categorytype {
color: #000000;
background-color: #FBFBFF;
font-size: 11px;
}

/* --- styles for header of the MAIN menu (if links) --------------*/
.menu_header_td {
}

.menu_header_td_over {
background-color: #E0F0FF;
}

.menu_header_td_inner {
}

.menu_header_link_td_inner {
}

/* --- styles for the links in the CUSTOM menu --------------------*/
/* --- styles for the selected menu links in the CUSTOM menu ------*/
/* --- styles for the rows in the CUSTOM menu ---------------------*/
.menu_link_tr {
}

.menu_link_td {
border: 1px solid #F9F9F9;
}

.menu_link_td_over {
background-color: #E0F0FF;
border-top: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
border-bottom: 1px solid #D0D0D0;
border-right: 1px solid #D0D0D0;
}

.menu_link_tr_inner {
}

.menu_link_td_inner {
}

.menu_link {
}

/* --- styles for links in the CATEGORY TYPE menu ---------------------*/
/* --- styles for links in the CATEGORY menu ----------------------*/
/* --- styles for the links in the selected CATEGORY menu ---------*/
/* --- styles for the rows in the CATEGORY menu -------------------*/
.menu_category_tr {
}

.menu_category_tr_inner {
}

.menu_category_td_inner {
}

/* deprecated */
/* --- styles for the links in the SUBCATEGORY menu ---------------*/
/* --- styles for the links in the selected DUBCATEGORY menu ------*/
/* --- styles for the rows in the SUBCATEGORY menu ----------------*/
.menu_subcategory_tr {
}

.menu_subcategory_tr_inner {
}

.menu_subcategory_td_inner {
}

/* --- styles for CATEGORY's path and CATEGORY's list links -------*/
/* --- styles for PRODUCT links (like "AddToCart" link) -----------*/
/* --- styles for TOOLS links (like "ViewCart" link) --------------*/
/* --- styles for footer links ------------------------------------*/
/* --- styles for IMAGE links -------------------------------------*/
/* --- styles for THE REST of the links ---------------------------*/
/* --- styles for products and options ----------------------------*/
.product_border {
background-color: #909090;
}

.product_price {
}

.product_price_diff_amount {
}

.product_price_diff_percent {
}

.product_options_selected {
background-color: #F5FAFF;
}

.product_options_name {
}

.product_options_price {
}

.product_specialties_border {






background-color: #CCCCCC;
}

.product_separator {
}

.img_product_thumbnail {
}

.img_product_small {
}

.img_product_big {
}

.img_product_opt {
}

/* --- styles for the search form of travel products --------------*/
/* --- styles for the search/browse of products -------------------*/
.search_alphabet_selected {
font-family: monospace;
}

.search_alphabet_link:HOVER {
font-family: monospace;
color: #000000;
background-color: #FFD0FF;
text-decoration: none;
}

/* --- styles for the site map ------------------------------------*/
.site_map_border {
background-color: #B0B0B0;
}

.site_map_tr {
}

.site_map_td_over {
background-color: #F5F5F5;
border-top: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
border-bottom: 1px solid #D0D0D0;
border-right: 1px solid #D0D0D0;
}

.site_map_tr_inner {
}

.site_map_td_inner {
}

.site_map_header_link_td_inner {
}

/* --- styles for the navigation line links (1-10 11-20 21-30) ----*/
.navigator_products {
color: #000000;
text-align: center;
font-size: 10px;
}

.navigator_products_link:HOVER {
color: #000000;
background-color: #FFD0FF;
text-decoration: none;
font-size: 10px;
}

.navigator_products_link_selected {
color: #000000;
text-decoration: none;
font-size: 10px;
}

/* --- styles for the navigation bars ------------------------ ----*/
.navbar {
width: 100%;
border: 1px solid #F0F0F0;
border-width: 1px 1px 1px 1px;
background: white;
}

.navbar td {
border: 1px solid white;
border-width: 1px 1px 0px 0px;
text-align: center;
}

.navbar td.navtab_first {
border: 1px solid white;
border-width: 1px 1px 0px 1px;
}

.navbar a.navtab_selected {
display: block;
padding: 3px 3px 3px 3px;
color: black;
background: white;
text-decoration: none;
}

.navbar a.navtab_notselected {
display: block;
padding: 3px 3px 3px 3px;
color: black;
background: #F0F0F0;
text-decoration: none;
}

.navbar a.navtab_notselected:hover {
background: #DDDDDD;
}

.navbar td.navtab_body {
padding: 3px 3px 3px 3px;
background: white;
text-align: left;
}

/* --- styles for the calendar ------------------------------------*/
.calendar_border {
background-color: #D0D0D0;
}

.calendar_footer {
font-size: 11px;
background-color: #F0F0F0;
}

.calendar_day_onmouseover {
background-color: #FFFF00;
}

.calendar_day_onclick {
background-color: #D0D0FF;
}

.calendar_day_notavailable {
color: #CCCCCC;
}

/* --- styles for errors and successes ----------------------------*/
.error {
color: #FF0000;
}

.success {
color: #007000;
}

/* --- styles miscellaneous ---------------------------------------*/
.categories_path_separator {
color: #0000A0;
}

.categories_path {
margin: 0px 0px 3px 0px;
}

.categories_item {
margin: 0px 0px 0px 0px;
}

.products_summary {
margin: 3px 0px 0px 0px;
}

/*---styles for BUY LINKS PAGE-------------------------------------------------------*/
#learn {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #2987C4;
}

#link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #2987C4;
}

#style1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FF9C10;
}

/*---styles for ABOUT US PAGE-------------------------------------------------------*/
.description {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
}

/*----styles for SELL LINKS PAGE----------------------------------------------------------*/
.stylesell1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #2987C4;
}

.stylesell2 {
font-size: 19px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FF9C10;
font-weight: bold;
}

.sellinfo {
font-size: 14px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #2987C4;
font-weight: bold;
}

#stylesell3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #2987C4;
font-size: 21px;
font-weight: bold;
}

div.logo, div.box-1, div.box-2, div.box-3, div.menu, div.categ, div.footer {
overflow: hidden;
display: inline-block;
}

/* safari and opera need this */
div.footer {
color: #65baf3;
text-align: center;
margin: 0;
padding-top: 15px;
padding-bottom: 20px;
width: 100%;
border-top: 5px solid #65baf3;
}

div.logo, div.categ {
float: left;
}

div.box-1, div.box-2, div.box-3 {
margin: 0;
padding: 0;
position: relative;
height: 111px;
float: right;
_height: 111px;
}

div.logo {
text-align: center;
margin-right: -10px;
z-index: 10;
width: auto;
height: 111px;
}

/* leaving room for rounding error (MSIE) */
div.box-1 {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-image: url("../images_templ/layouts/box-1-backround.gif"); 
background-repeat: no-repeat;
background-position: left top;
text-align: left;
margin: 0 -20px 0 0;
padding: 0;
z-index: 5;
width: auto;
/* min-width: 256px; */
width:256px;
float: right;

}

div.box-1 div.links {
color: #0571B9;
white-space: nowrap;
position: absolute;
z-index: 50;
top: 94px;
left: 16px;
}

div.box-1 img.call_us {
color: #91bbd7; 
white-space: nowrap;
position: absolute;
z-index: 15;
top: 33px;
left: 15px;

}

div.box-1 div.links a {
color: #0372ba;
margin: 0;
padding: 0;
}

div.box-1 div.links img {
position: relative;
top: 2px;
}

div.box-2 {
background-image: url("/images_templ/layouts/box-2-backround.gif");
background-position: center top;
text-align: center;
margin: 0 0 0 0;
padding: 0;
z-index: 10;
width: 1px;
height: 111px;
}

div.box-3 {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-image: url("/images_templ/layouts/box-3-backround.gif");
background-repeat: no-repeat;
background-position: right top;
text-align: right;
margin: 0 -5px 0 0;
padding: 0;
z-index: 10;
width: 250px;
}

div.box-3 div.links {
color: #91bbd7;
text-align: right;
white-space: nowrap;
position: absolute;
top: 94px;
right: 17px;
}

div.box-3 div.container {
text-align: right;
margin-top: 32px;
margin-right: 14px;
margin-left: 10px;
}

div.box-3 div.links b {
color: #0372ba;
font-weight: bold;
}

div.box-3 form {
background-color: #fff;
background-image: url("../images_templ/layouts/box-3-subscribe-backround.gif");
background-repeat: no-repeat;
background-position: left top;
margin: 0;
padding: 0;
width: 100%;
height: 22px;
}

div.box-3 form input.image {
}

div.box-3 form input.text {
color: #696969;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: transparent;
display: inline-block;
margin: 0;
padding: 0;
position: absolute;
top: 49px;
left: 16px;
width: 57%;
float: left;
border-width: 0;
}

div.footer,div.menu {
position: relative;
clear: both;
}

/*Menu Styles
---------------------------------- */
div.menu {
background-image: url("../images_templ/layouts/menu-backround.gif");
background-repeat: repeat-x;
background-position: 0 bottom;
position: relative;
width: 100%;
height: 80px;
}

div.menu a {
display: inline-block;
margin: 0;
padding: 0;
width: auto;
height: 80px;
float: left;
}

div.menu a.chat {
display: inline-block;
width: auto;
float: right;
}

div.footer {
margin: 0;
padding: 0;
}

/* Footer Styles --------------------- */ {
}

div.footer {
padding-top: 15px;
}

div.footer p {
margin-top: 0;
margin-bottom: 15px;
}

div.footer b {
color: #0372ba;
font-weight: normal;
}

/* Categ Styles -------------------------*/
div.wrapper {
position: relative;
width: 100%;
float: left;
clear: both;
}

div.categ {
background-image: url("../images_templ/layouts/content-line-fade-back.gif");
background-repeat: no-repeat;
background-position: left top;
display: block;
padding-top: 25px;
padding-bottom: 75px;
width: 270px;
min-height: 400px;
float: left;
}

div.categ div.container {
margin-right: 10px;
margin-bottom: 100px;
margin-left: 20px;
position: relative;
}

div.categ div.container img.search_header_end {
margin: 0;
padding: 0;
position: absolute;
z-index: 100;
top: 88px;
left: 0;
}

div.categ div.container div.menu_main {
background-image: url("../images_templ/layouts/menu-fade-right.gif");
background-repeat: no-repeat;
background-position: right top;
padding-top: 3px;
padding-right: 8px;
padding-left: 8px;
position: relative;
top: 80px;
width: 195px;
}

div.categ div.container div.menu_main img.left_line {
position: absolute;
top: 0;
left: 0;
}

div.categ div.container div.search_header {
color: #ffffff;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
background-image: url("../images_templ/layouts/search_header.gif");
background-repeat: no-repeat;
background-position: right top;
padding-top: 6px;
position: absolute;
top: 88px;
left: 0;
width: 211px;
height: 58px;
}

div.categ div.container div.search_header b {
margin-left: 8px;
}

div.categ div.container div.search_box {
padding-left: 3px;
position: relative;
top: 65px;
border-style: solid;
border-width: 0 0px 0px;
border-color: #ffc16a;
width: 206px;
height: 25px;
}

div.categ div.container div.search_box form {
background-image: url("../images_templ/layouts/search-form-backround.gif");
background-repeat: no-repeat;
background-position: 7px top;
margin-bottom: 0;
margin-left: 0;
padding: 0;
position: relative;
width: 198px;
height: 20px;
}

div.categ div.container div.search_box form input.image {
margin: 0;
padding: 0;
position: relative;
left: 5px;
float: right;
}

div.categ div.container div.search_box form input.text {
color: #696969;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: transparent;
display: inline-block;
margin: 0;
padding: 0;
position: absolute;
top: 5px;
left: 12px;
width: 100%;
float: left;
border-width: 0;
}

/* Content Styles ------------------------ */ {
}

div.content {
background-image: url("../images_templ/layouts/content-line-fade-back.gif");
background-repeat: no-repeat;
background-position: right top;
margin-left: 270px;
padding-top: 25px;
padding-right: 0;
width: auto;
min-height: 400px;
}

div.content div.container {
margin-right: 20px;
margin-left: 10px;
}

div.content div.container h1 {
color: #0372ba;
font-size: 28px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
letter-spacing: -2px;
margin: 0;
padding: 0;
}

.menu_main ul {
font-size: 12px;
line-height: 13px;
list-style-type: none;
display: block;
margin: 0;
padding: 0 0 10px;
position: relative;
width: auto;
}

/* CATEGORY TYPE */
.menu_main ul li {
font-size: 12px;
line-height: 13px;
list-style-type: none;
display: block;
margin: 0;
padding: 0;
position: relative;
border-width: 0;
}

.menu_main ul li a, .menu_main ul li a:link, .menu_main ul li a:active, .menu_main ul li a:visited {
color: #0372ba;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
background-image: url("../images_templ/layouts/category-type-bullet.gif");
background-repeat: no-repeat;
background-position: 3px right;
display: block;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 20px;
border-bottom: 1px solid #0372ba;
}

.menu_main ul li a:hover {
color: #0372ba;
text-decoration: none;
}

/* CATEGORY */
.menu_main ul li ul {
font-size: 12px;
list-style-type: none;
margin: 0 0 10px;
padding: 0;
width: 100%;
border-width: 0;
}

.menu_main ul li ul li a, .menu_main ul li ul li a:link, .menu_main ul li ul li a:active, .menu_main ul li ul li a:visited {
color: #000;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
text-decoration: none;
background-color: #f5f5f5;
background-image: url("../images_templ/layouts/category-bullet.gif");
background-repeat: no-repeat;
background-position: 6px center;
display: block;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 22px;
border-width: 0;
}

.menu_main ul li ul li a:hover {
color: #fff;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
background-image: url("../images_templ/layouts/selected_category_new.gif");
background-repeat: no-repeat;
background-position: right;
display: block;
padding-top: 4px;
padding-bottom: 6px;
padding-left: 22px;
border-width: 0;
}

.menu_main ul li ul li a.selected, .menu_main ul li ul li a.selected:link, .menu_main ul li ul li a.selected:active, .menu_main ul li ul li a.selected:visited {
color: #fff;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
background-image: url("../images_templ/layouts/selected_category_new.gif");
background-repeat: no-repeat;
background-position: right;
display: block;
padding-top: 4px;
padding-bottom: 5px;
padding-left: 22px;
border-width: 0;
}

/* SUB-CATEGORY */
.menu_main ul li ul li ul li a, .menu_main ul li ul li ul li a:link, .menu_main ul li ul li ul li a:active, .menu_main ul li ul li ul li a:visited {
color: #000;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
text-decoration: none;
background-image: url("../images_templ/layouts/category-bullet.gif");
background-repeat: no-repeat;
background-position: 30px center;
display: block;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 50px;
border-width: 0;
}

.menu_main ul li ul li ul li a:hover {
color: #fff;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
background-image: url("../images_templ/layouts/selected_category.gif");
background-repeat: no-repeat;
background-position: 21px center;
display: block;
padding-top: 4px;
padding-bottom: 6px;
padding-left: 50px;
border-width: 0;
}

.menu_main ul li ul li ul li a.selected, .menu_main ul li ul li ul li a.selected:link, .menu_main ul li ul li ul li a.selected:active, .menu_main ul li ul li ul li a.selected:visited {
color: #fff;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
background-image: url("../images_templ/layouts/selected_category.gif");
background-repeat: no-repeat;
background-position: 14px center;
display: block;
padding-top: 4px;
padding-bottom: 5px;
padding-left: 35px;
border-width: 0;
}

/* Extra box at Bottom */
div.product_details_wrapper {
display: block;
margin: 0;
padding: 0;
position: relative;
width: 470px;
margin-left:auto;
margin-right:auto;
margin-top:20px;
}

div.product_details_wrapper div.pd_left {
text-align: center;
display: block;
margin: 0;
padding: 0;
position: relative;
width: 50%;
float: left;
border-right: 1px solid #fff;
}

div.product_details_wrapper div.pd_left div.pd_left_container {
}

div.product_details_wrapper div.pd_left div.pd_left_container div.pd_left_content {
margin-right: 10px;
margin-left: 10px;
border: dotted 1px #00bfff;
}

div.header_wrapper {
background-image: url("../images_templ/product_detail/details-header-back.gif");
background-repeat: repeat-x;
position: relative;
width: 100%;
height: 50px;
border-style: solid;
border-width: 0 1px;
border-color: #2987c4;
}

div.header_wrapper div.header_left {
text-align: center;
display: block;
position: relative;
width: 50%;
float: left;
}

div.header_wrapper div.header_left img.end {
position: absolute;
top: 0;
left: -1px;
}

div.header_wrapper div.header_right {
text-align: center;
display: block;
position: relative;
width: auto;
}

div.header_wrapper div.header_right img.end {
position: absolute;
top: 0;
right: -1px;
}

div.body_wrapper {
background-color: #fff;
background-image: url("../images_templ/product_detail/body-back.gif");
background-repeat: repeat-x;
background-position: 0 top;
display: block;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
position: relative;
width: 100%;
min-height: 350px;
border-style: solid;
border-width: 0 1px 1px;
border-color: #ffc370;
}

div.body_wrapper div.body_left {
text-align: center;
display: block;
position: relative;
height: 100%;
float: left;
border-right: 1px dotted #8b4513;
}

div.body_wrapper img.left_corner {
position: absolute;
bottom: -1px;
left: -1px;
}

div.body_wrapper img.right_corner {
position: absolute;
right: -1px;
bottom: -1px;
}

div.body_wrapper div.body_left div.body_left_container {
text-align: left;
display: block;
padding-left: 10px;
position: relative;
width: 90%;
}

div.body_wrapper div.body_left div.body_left_container h3 {
color: #2987c4;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
margin: 0;
padding: 0;
}

div.body_wrapper div.body_left div.body_left_container p {
color: #000;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0 0 10px;
padding: 0;
}

.prod_detail_description {
text-align:justify;
padding-left:5px;

}

.prod_detail_description h3{
color:#2987C4;
}

div.body_wrapper div.body_right {
text-align: center;
display: block;
position: relative;
}

div.body_wrapper div.body_right div.body_right_container {
text-align: center;
width: 96%;
margin-left:6px;
}

div.body_wrapper div.body_right div.body_right_container div.price_listing {
color: #000080;
font-size: 22px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
letter-spacing: -1px;
height: 27px;
}

div.body_wrapper div.body_right div.body_right_container div.extra_details {
color: #000;
font-size: 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
height: 25px;
}

div.body_wrapper div.body_right div.body_right_container table {
font-size: 10px;
background-color: transparent;
}

div.body_wrapper div.body_right div.body_right_container table tr td {
font-size: 10px;
background-color: transparent;
}

div.body_wrapper div.body_right div.body_right_container table tr.product_options_header td {
color: #2987c4;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: left;
}

div.body_wrapper div.body_right div.body_right_container table tr.product_options_body td {

}

div.body_wrapper div.body_right div.body_right_container table tr.product_options_body tr.product_options_header td {
}

.tip {
color: #333333;
font: 10px/12px Arial, Helvetica, sans-serif;
background-color: #ffffcc;
visibility: hidden;
padding: 1px;
position: absolute;
z-index: 100;
top: 20px;
left: 90px;
width: 270px;
border: solid 1px #666666;
layer-background-color: #ffffcc;
}

/* Extra box at Bottom */
.menu_header_tr_inner, div.footer a {
font-weight: bold;
}

.menu_link:HOVER, .menu_link_selected:HOVER {
color: #000000;
background-color: #D0E0FF;
text-decoration: none;
font-size: 11px;
}

.menu_link_selected:LINK, .menu_link_selected:VISITED {
color: #0000CC;
background-color: #E0F0FF;
text-decoration: none;
font-size: 11px;
}

.menu_categorytype:HOVER, .site_map_header_link:HOVER {
color: #000000;
text-decoration: none;
}

.menu_category_td_over, .menu_subcategory_td_over {
background-color: #FFFFE0;
border-top: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
border-bottom: 1px solid #D0D0D0;
border-right: 1px solid #D0D0D0;
}

.menu_category_td_count_products, .count_products {
color: #666666;
font-size: 8px;
}

.menu_subcategory:LINK, .menu_subcategory:VISITED {
color: #0000F0;
text-decoration: none;
font-size: 11px;
}

.image_link:HOVER, .image_link:LINK, .image_link:VISITED {
text-decoration: none;
font-size: 11px;
}

.product_options_name, .product_options_list_price {
display:block;
padding-right:20px;
}

.product_outofstock, .warning {
color: #FF5000;
}

.product_options_header, .product_travel_header {
background-color: #F5F5F5;
}

.search_alphabet_link:LINK, .search_alphabet_link:VISITED {
font-family: monospace;
color: #C000FF;
text-decoration: none;
}

.site_map_td, .menu_category_td, .menu_subcategory_td {
border: 1px solid #FBFBFF;
}

.site_map_header_link_tr_inner, .menu_header_tr, .menu_header_link_tr_inner {
background-color: #D0E0FF;
font-weight: bold;
}

.navigator_products_link:LINK, .navigator_products_link:VISITED {
color: #C000FF;
text-decoration: none;
font-size: 10px;
}

.calendar_header, .product_header, .product_footer {
background-color: #F0F0F0;
}

.calendar_header_days, .calendar_footer_selected_day {
font-size: 11px;
background-color: #F9F9F9;
}

.products_summary_td, .categories_path_td, .categories_item_td {
padding: 0px 0px 0px 0px;
}

.style3, .style1, .style2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
}

.style4, .style6 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}

div.box-3 div.links a, a {
color: #0372ba;
}

a:link, a:active, a:visited, div.box-1 div.links a:link, div.box-1 div.links a:active, div.box-1 div.links a:visited, div.box-3 div.links a:link, div.box-3 div.links a:active, div.box-3 div.links a:visited {
text-decoration: none;
}

.menu_main ul li ul li ul li, .menu_main ul li ul li, .menu_main ul li ul li ul {
font-size: 12px;
line-height: 13px;
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
border-width: 0;
}

div.default_top_wrapper {
display: block;
margin: 0;
padding: 10px 0 0;
position: relative;
width: 100%;
border-bottom: medium none;
}

div.default_top_wrapper div.default_left {
display: inline-block;
margin: 0 220px 0 0;
padding: 0;
position: relative;
width: auto;
}

div.default_top_wrapper div.default_left div.container {
margin: 0;
padding: 5px 10px 15px 0;
min-height: 140px;
border-right: 1px dotted #f90;
}

div.default_top_wrapper div.default_left div.container p {
margin: 0 0 8px;
padding: 0;
}

div.default_top_wrapper div.default_right {
text-align: left;
display: inline-block;
margin: 0;
padding: 0;
position: relative;
width: 220px;
float: right;
}

div.default_top_wrapper div.default_right div.container {
margin: 0;
padding: 10px 0 10px 10px;
width: auto;
}

/*div.extra {
margin-top: 10px;
}*/

/* Things steve add*/

div.extra 
{
	background-image: url("../images_templ/default/default_extra_top_backround.gif");
	background-position: right top;
	background-repeat: repeat-x;
	margin-top: 20px;
}

div.extra *
{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

div.extra a:link, div.extra a:active, div.extra a:visited, div.extra a:hover
{
	display: block;
        float: left;
}

div.extra a img
{
      /* display: inline; */
      float: left;
}

div.extra div.extra_content
{
	margin-top: -5px;
	background-image: url("../images_templ/default/default_extra_content_2.gif");
	background-repeat: repeat-x;
	clear: left;
	height: 200px;
}

div.extra div.extra_content h3 
{
	color: #000080;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 50px;
}

div.extra div.extra_content img
{
	float: right;
	margin-left: 50px;
	margin-right: 10px;
}

div.border_right
{
	background-image: url("../images_templ/default/default_extra_content_2-06.gif");
	background-repeat: no-repeat;
	background-position: right top;
	width: 15px;
	height: 100%;
	float:right;
}

div.border_left
{
	background-image: url("../images_templ/default/default_extra_content_1.gif");
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 10px;
	width: 15px;
	height: 100%;
	float: left;
}
/* end things steve add*/

div.extra_top_wrapper {
display: block;
margin-left: -5px;
position: relative;
width: 100%;
height: 55px;
}

div.extra_top_wrapper img.extra_wrapper_top_img {
position: relative;
height: 55px;
float: left;
}

div.extra_top_wrapper div.extra_wrapper_top_end {
background-image: url("../images_templ/default/default_extra_top_backround.gif");
background-position: right top;
display: block;
margin: 0px 0px 0px 0px;
padding: 0;
width: auto; 
height: 55px;
}

div.extra_content_wrapper {
display: block;
margin: 0 0 0 -5px;
padding: 0;
position: relative;
width: 100%;
height: 175px;

}

div.extra_content_wrapper div.outline_left {
background-image: url("../images_templ/default/default_extra_content_1.gif");
background-repeat: no-repeat;
background-position: left top;
display: block;
margin: 0;
padding: 0;
position: relative;
width: 15px;
height: 100%;
float: left;
}

div.extra_content_wrapper div.outline_right {
background-image: url("../images_templ/default/default_extra_content_2-06.gif");
background-repeat: no-repeat;
background-position: right top;
display: block;
margin: 0 0px 0 0;
padding: 0;
position: relative;
width: 14px;
height: 100%;
float: right;
}

div.extra_content_wrapper div.content_wrapper {
background-image: url("../images_templ/default/default_extra_content_2.gif");
background-repeat: repeat-x;
background-position: 0 top;
display: block;
/* margin: 0 4px 0 15px; */
margin: 0 4px 0 10px;
padding: 10px 0 0;
position: relative;
width: auto;
height: 100%;
}

div.extra_content_wrapper div.content_wrapper div.content_container {
display: block;
padding: 0;
position: relative;
width: auto;
height: auto;
}

div.extra_content_wrapper div.content_wrapper div.content_container div.content_container_left {
display: block;
margin-right: 210px;
padding-top: 10px;
padding-right: 10px;
padding-left: 10px;
position: relative;
width: auto; 
}

div.extra_content_wrapper div.content_wrapper div.content_container div.content_container_left h3 {
color: #000080;
font-size: 15px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
margin: 0 0 6px;
padding: 0;
}

div.extra_content_wrapper div.content_wrapper div.content_container div.content_container_left p {
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0 0 6px;
}

div.extra_content_wrapper div.content_wrapper div.content_container div.content_container_left p a {
font-size: 11px;
font-weight: bold;
}

div.extra_content_wrapper div.content_wrapper div.content_container div.content_container_right {
text-align: center;
display: block;
margin: 0;
padding-top: 10px;
padding-right: 0;
padding-bottom: 0;
position: relative;
/* width: 210px; */
float: right;
}

div.extra_bot_wrapper {
background-image: url("../images_templ/default/default_content_end_right.gif");
background-position: right top;
display: block;
margin: 0px 0px 0px -5px;
padding: 0;
position: relative;
width: 100% !important;
height: 21px;

}

div.extra_bot_wrapper div.extra_bot_left {
background-image: url("../images_templ/default/default_content_end_left.gif");
background-repeat: no-repeat;
background-position: left top;
display: block;
margin: 0 50% 0 0;
padding: 0;
position: relative;
width: auto;
height: 21px;
}

div.extra_bot_wrapper div.extra_bot_right {
background-image: url("../images_templ/default/default_content_end_right.gif");
background-repeat: no-repeat;
background-position: right top;
display: block;
margin: 0 -10px;
padding: 0;
position: relative;
width: 49.9%;
height: 21px;
float: right;
}

div.body_wrapper div.body_right div.body_right_container table tr.product_options_body tr.product_options_body td, div.body_wrapper div.body_right div.body_right_container table tr.product_options_body tr.product_options_selected td {
text-align: left;
}

div.body_wrapper div.body_right div.body_right_container table.product_options_border, .calendar_day_onmouseout, div.body_wrapper div.body_right div.body_right_container table tr {
background-color: transparent;
}

.menu_categorytype:LINK, .menu_categorytype:VISITED, .site_map_header_link:LINK, .site_map_header_link:VISITED {
color: #000090;
text-decoration: none;
}

.menu_category_selected:LINK, .menu_category_selected:VISITED, .menu_subcategory_selected:LINK, .menu_subcategory_selected:VISITED {
color: #000000;
background-color: #FFFFE0;
text-decoration: none;
font-size: 11px;
}

.top_link:HOVER, .site_map_link:HOVER, .menu_category:HOVER, .menu_category_selected:HOVER, .menu_subcategory:HOVER, .menu_subcategory_selected:HOVER {
color: #000000;
background-color: #FFFF90;
text-decoration: none;
font-size: 11px;
}

.product_link:HOVER, .tool_link:HOVER, .footer_link:HOVER, a:HOVER {
color: #CC0000;
text-decoration: underline;
font-size: 11px;
}

.product_options_border, .product_travel_border, .search_travel_border, .search_border {
background-color: #E5E5E5;
}

.search_travel_header, .search_travel_footer, .search_header, .search_footer {
background-color: #FAFAFA;
}

.site_map_link:LINK, .site_map_link:VISITED, .menu_category:LINK, .menu_category:VISITED, .top_link:LINK, .top_link:VISITED {
color: #000090;
text-decoration: none;
font-size: 11px;
}

.custom a, .custom a:hover, .custom a:visted, .custom a:links {
border-color: #FFFFFF;
decoration: none;
text-decoration: none;
color: #FFFFFF;
}

a:hover, .menu_main ul li ul li a.selected:hover, .menu_main ul li ul li ul li a.selected:hover, div.box-1 div.links a:hover, div.box-3 div.links a:hover {
text-decoration: underline;
}

.tool_link:LINK, .tool_link:VISITED, .footer_link:LINK, .footer_link:VISITED, a:LINK, a:VISITED, .menu_link:LINK, .menu_link:VISITED, .product_link:LINK, .product_link:VISITED {
color: #0000CC;
text-decoration: none;
font-size: 11px;
}

.product_specialties_header, .product_specialties_body, .search_travel_body, .search_body, .site_map_body, .calendar_body, .product_borderlight, .product_body, .product_options_body, .product_travel_body {
background-color: #FFFFFF;
}

#category-title {
font-size:14px;
color:#000000;
font-weight:bold;
letter-spacing: 0px;
}
#quote-request {
color:#025384;
margin-top:7px;
float: left;
}
#product_name {
padding-left:8px;
font-size:13px;
color:#025384;
font-weight:bold;
padding-top:10px;
}
#product_placement, #product_alexa, #product_page_rank, #product_price { 
padding-top:10px;
font-size:12px;
}
#product_placement {
font-size:11px;
}
#product_url {
padding-left:8px;
text-align:left;
}
#product_placement, #product_alexa, #product_page_rank, #product_placement_header, #product_alexa_header, #product_page_rank_header {
font-weight:bold;
text-align:center;
width:12%;
}
#product_price, #product_price_header {
font-weight:bold;
padding-right:10px;
width:120px;
}
#category_header {
border-bottom: 1px solid #025384;
}
#category_header *{
font-weight:bold;
color:#000000;
}
#product_descr {
padding-top:8px;
}
#product_name_header, #product_descr {
padding-left:8px;
}
#product_descr {
text-align:justify;
}
#product_price_header div, #product_price div{
width:112px;
float:right;
}
#product_alexa_header div, #product_alexa div {
width:61px;
}
#product_page_rank_header div, #product_page_rank div {
width:92px;
}
#product_display {
border-bottom:2px dotted #025384;
}

.product_options_border, .product_options_border table {
width:455px;
}
#product_name_pop {
color:#165e8d;
font-weight:bold;
font-size:13px;
padding-top:10px;
padding-bottom:5px;
}
#product_descr_pop {
font-size:11px;
padding-bottom:10px;
}
#product_url_pop {
}
.info_pop_title {
font-weight:bold;
text-align:center;
border-bottom:2px solid #000000;
padding-bottom:3px;
padding-top:15px;
font-size:12px;
}
.info_pop {
text-align:center;
font-weight:bold;
font-size:12px;
padding-bottom:15px;
padding-top:5px;
}

/* Customer Log-in */

div.categ div.container div.customer_login_header {
color: #ffffff;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
background-image: url("../images_templ/customer-log-in-back2.jpg");
background-repeat: no-repeat;
background-position: right top;
padding-top: 8px;
position: absolute;
top: 0;
left: 0;
width: 216px;
/* height: 69px; */
height: 75px;
}
div.categ div.container div.customer_login_header b {
margin-left: 8px;
}
div.categ div.container div.customer_login_box {
margin-left: 3px;
position: relative;
top: 25px;
border-style: solid;
border-width: 0 0px 0px;
border-color: #ffc16a;
width: 206px;
}
input.textlogin1, input.textlogin2 {
color: #696969;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: transparent;
margin-left:6px;
padding-left:6px;
padding-top:4px;
border-width: 0;
background-image: url("../images_templ/customer-log-in-field-back.jpg");
background-repeat: no-repeat;
}
input.textlogin1 {
width:145px;
height:18px;
margin-top:4px;
}

input.textlogin2 {
width:132px;
height:19px;
margin-top:2px;
}
div.categ div.container div.customer_login_box form input.imagelogin {
margin-left: -4px;
padding: 0;
}

.labels {
color:#2a88c5;
font-weight:bold;
font-size:16px;
text-align:right;
}
.required1 {
color:#2a88c5;
font-weight:bold;
font-size:11px;
text-align:center;
}






/********* PAGINATION ****************/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.pagination{
	padding: 10px 2px 0px 2px;
	float:right;
	}

.pagination ul{
	margin: 0;
	padding: 0;
	text-align: right; /*Set to "right" to right align pagination interface*/
	font-size: 12px;
	}

.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	}

.pagination a, .pagination a:visited{
	padding: 0 4px;
	border: 1px solid #9aafe5;
	text-decoration: none;
	color: #2e6ab1;
	}

.pagination a:hover, .pagination a:active{
	border: 1px solid #2b66a5;
	color: #000;
	background-color:#FFFFCC;
	}

.pagination li.currentpage{
	font-weight: bold;
	padding: 0 4px;
	border: 1px solid navy;
	background-color: #2e6ab1;
	color: #FFF;
	}

.pagination li.disablepage{
	padding: 0 4px;
	border: 1px solid #929292;
	color: #929292;
	}

.pagination li.nextpage{
	font-weight: bold;
	}

.pagination li.jumppage a{
	color: #FF0000;
	}


/*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
* html .pagination li.currentpage, * html .pagination li.disablepage{
	margin-left: 0px;
	padding-left: 4px;
	}
/******** END PAGINATION *********/

.stylefix {color: #2987c4;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: left;}


.seo_box1 {
height:40px;
background:#F9DAAE; 
border-top:1px solid #2987C4;
border-left:1px solid #2987C4;
border-right:1px solid #2987C4;
font-weight:bold;
text-align:center;
}

.seo_box1b {
height:75px; 
border-left:1px solid #2987C4;
border-right:1px solid #2987C4;
padding:4px;
}
.seo_box2 {
height:175px;
border-bottom:1px solid #2987C4;
border-left:1px solid #2987C4;
border-right:1px solid #2987C4;
padding:4px;
}

/*-- styles for sell text links page --*/

.sell_subhead {
font-size: 21px;
color: #2987C4;
font-weight: bold;
margin-top: 7px;
padding-top: 0;
}

.orange_sell_subhead {
font-size: 19px;
color: #FF9C10;
}

body h1.sell_text_links_head {
font-size: 28px;
color: #2987C4;
font-weight: bold;
margin-bottom: 0px;
padding-bottom: 0;
}

.sell_bullet_item {
font-size: 18px;
}

.sell_bullet_item span {
font-size: 24px;
color: #2987C4;
}

.diagram_holder {
width: 200px;
background-image: url('../images_templ/sell_text_links_diagram.jpg');
background-repeat: no-repeat;
}

.diagram_holder p {
padding: 360px 10px 35px 10px;
}

td.sell_sub_banner_cell {
padding-top: 20px;
}

.sell_sub_banner {
background-image: url('../images_templ/bg_sell_banner.jpg');
background-repeat: no-repeat;
}

.sell_sub_banner p {
font-size: 18px;
line-height: 25px;
padding: 20px;
}

.sell_sub_banner a:link, .sell_sub_banner a:visited  {
font-size: 18px;
color: #0372ba;
font-weight: bold;
text-decoration: none;
}

.sell_sub_banner a:hover  {
font-size: 18px;
color: #0372ba;
font-weight: bold;
text-decoration: underline;
}

.sell_form_titles {
text-align:right;
padding-right:15px;
font-weight:bold;
}

/*-- end styles for sell text links page --*/

.link_new_login:link {
font-size:10px;
padding-left:25px;
}
.link_new_login:visited {
font-size:10px;
padding-left:25px;
}
.link_new_login:hover {
font-size:10px;
padding-left:25px;
color:#ff0000;
}
#welcome_msg {
padding-left:10px;
padding-top:10px;
font-weight:bold;
font-size:11px;
}
#welcome_msg a:link, #welcome_msg a:visited, #welcome_msg a:hover {
font-weight:normal;
font-size:10px;
}
#thanks_page {
margin-top:50px;
}
#thanks_page h2 {
font-size:16px;
}
#thanks_page p {
font-size:13px;
line-height:25px;
}
#thanks_page a {
font-size:13px;
}
#optimization_plans h1,#optimization_plans h2 {
text-align:center;
}
#optimization_plans {
line-height:21px;
}
#optimization_plans a {
font-size:11px;
font-weight:bold;
text-decoration:underline;
}