/* DEFAULT MENU STYLES - in case tree menu doesn't load */
ul.bullet-menu {
  font: 100% Tahoma, Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0;
  }
ul.bullet-menu li {
  list-style-type: none;
  margin: 0;
  border-bottom: 1px solid #D3D9E3;
  padding: 0;
  }
ul.bullet-menu ul {
  margin: 0 0 0 22px;
  padding: 0 0 .2em;
  }
ul.bullet-menu ul li {
  list-style-type: disc;
  border-style: none;
  margin: 0 0 .15em;
  padding: 0 5px 0 0;
  }
ul.bullet-menu ul ul {
  margin: .2em 0 0 15px;
  padding: 0 0 1px;
  }
ul.bullet-menu li a,
ul.bullet-menu li a:visited {
  padding: 3px 5px 4px 7px;
  display: block;
  /* color: #FFF !important; */
  font-weight: bold;
  text-decoration: none;
  }
ul.bullet-menu li a:hover {
  background: #FFF;
  text-decoration: underline;
  }
ul.bullet-menu ul li a,
ul.bullet-menu ul li a:visited {
  padding: 0;
  display: inline;
  width: auto !important;
  background: none;
  /* color: #C2D6C2 !important; */
  font-weight: normal;
  text-decoration: none;
  }
ul.bullet-menu ul li a:hover {
  background: none;
  text-decoration: underline;
  }
ul.bullet-menu li a.on {
  background: #FFF;
  color: #FF4070 !important;
  }
ul.bullet-menu ul a.on {
  background: none;
  color: #FF4070 !important;
  }


/* TREE MENU STYLES - only apply if menu loads */
ul.tree-menu {
  font: 100% Tahoma, Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0;
  }
ul.tree-menu ul {
  margin: 0;
  padding: 3px 0 0 3px;
  background: #FEF2F0 url("../images/menu/branch.gif") repeat-y 3px 0;
  }
ul.tree-menu ul ul {
  margin-left: 14px;
  padding: 0;
  border-style: none;
  background-position: 0 0;
  }
ul.tree-menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  }
ul.tree-menu li.top-section {
  border-bottom: 1px solid #D3D9E3;
  }
ul.tree-menu li.top-section-end {
  border-bottom: 1px solid #D3D9E3;
  }
ul.tree-menu li.top-section-open {
  border-bottom: 1px solid #D3D9E3;
  }
ul.tree-menu li.top-section-open-end {
  border-bottom: 1px solid #D3D9E3;
  }
ul.tree-menu li.section {
  background: url("../images/menu/node.gif") no-repeat top left;
  }
ul.tree-menu li.section-end {
  background: #FEF2F0 url("../images/menu/node-end.gif") no-repeat top left;
  }
ul.tree-menu li.section-open {
  background: url("../images/menu/node-open.gif") no-repeat top left;
  }
ul.tree-menu li.section-open-end {
  background: #FEF2F0 url("../images/menu/node-open-end.gif") no-repeat top left;
  }
ul.tree-menu li.top-item {
  background: #FEF2F0 url("../images/menu/leaf.gif") no-repeat top left;
  border-bottom: 1px solid #D3D9E3;
  }
ul.tree-menu li.top-item-end {
  background: #FEF2F0 url("../images/menu/leaf-end.gif") no-repeat top left;
  border-bottom: 1px solid #D3D9E3;
  }
ul.tree-menu li.item {
  background: url("../images/menu/leaf.gif") no-repeat top left;
  }
ul.tree-menu li.item-end {
  background: #FEF2F0 url("../images/menu/leaf-end.gif") no-repeat top left;
  }
ul.tree-menu a, ul.tree-menu a:visited {
  text-decoration: none;
  }
ul.tree-menu li.top-section a,
ul.tree-menu li.top-section-end a,
ul.tree-menu li.top-item a,
ul.tree-menu li.top-item-end a {
  background: #fff;
  padding: 3px 5px 4px 7px;
  font-weight: bold;
  display: block;
	color:#276eb8;
  }
ul.tree-menu li.top-section-open a,
ul.tree-menu li.top-section-open-end a,
ul.tree-menu li.top-section a:hover,
ul.tree-menu li.top-section-end a:hover,
ul.tree-menu li.top-item a:hover,
ul.tree-menu li.top-item a:active,
ul.tree-menu li.top-item-end a:hover,
ul.tree-menu li.top-item-end a:active {
  color: #FF4070;
  background: #FFF;
  padding: 3px 5px 4px 7px;
  font-weight: bold;
  display: block;
  }
ul.tree-menu li.section a,
ul.tree-menu li.section-end a,
ul.tree-menu li.section-open a,
ul.tree-menu li.section-open-end a,
ul.tree-menu li.item a,
ul.tree-menu li.item-end a {
  color: #0E65CE;
  padding: 1px 5px 4px 18px;
  font-weight: normal;
  background: none;
  width: auto !important;
  display: block;
  }
ul.tree-menu li.section a:hover,
ul.tree-menu li.section-end a:hover,
ul.tree-menu li.section-open a:hover,
ul.tree-menu li.section-open-end a:hover,
ul.tree-menu li.item a:hover,
ul.tree-menu li.item-end a:hover {
  color: #FF4070;
  }
ul.tree-menu a.on {
  color: #FF4070 !important;
  background-color: #FFF !important;
  }
ul.tree-menu li.section a.on {
  background: #FFF url("../images/menu/node-on.gif") no-repeat top left;
  }
ul.tree-menu li.section-end a.on {
  background: #FFF url("../images/menu/node-end-on.gif") no-repeat top left;
  }
ul.tree-menu li.section-open a.on {
  background: #FFF url("../images/menu/node-open-on.gif") no-repeat top left;
  }
ul.tree-menu li.section-open-end a.on {
  background: #FFF url("../images/menu/node-open-end-on.gif") no-repeat top left;
  }
ul.tree-menu li.item a.on {
  background: #FFF url("../images/menu/leaf-on.gif") no-repeat top left;
  }
ul.tree-menu li.item-end a.on {
  background: #FFF url("../images/menu/leaf-end-on.gif") no-repeat top left;
  }
ul.tree-menu li.top-item a.on,
ul.tree-menu li.top-item-end a.on {
  background: #FFF;
  }

/* Fixes for IE 6 & below */
* html ul.bullet-menu a,
* html ul.tree-menu a {
  /* change these widths to match the width of your sidebox */
  width: 143px; /* specify width of links for IE 6 */
  w\idth: 131px; /* specify width of links for IE 5, minus padding (& borders?) for broken box model */
  }
* html ul.tree-menu li.section a,
* html ul.tree-menu li.section-end a,
* html ul.tree-menu li.section-open a,
* html ul.tree-menu li.section-open-end a,
* html ul.tree-menu li.item a,
* html ul.tree-menu li.item-end a {
  height: 1%;
  }


.boxname {text-align:center;}
.boxname a{color:#13140d; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; text-decoration:none;}
.boxname a:hover{text-decoration:underline;}

.boxprice{color:#111111; font-size:13px; line-height:16px; text-align:center; font-weight:bold;}
.tellafr_input{width:80%;}

#lahguages #languagesContent{text-align:center;}

.box1_body{color:#333333; font-size:11px;}
.box1_body  li a{color:#ff6600; font-size:11px; font-weight:normal; text-decoration:underline;}
.box1_body a{color:#ff6600; font-size:11px; font-weight:normal; text-decoration:underline;}
.box1_body a:hover{text-decoration:none; }

.box1_body b a{color:#5892cd; font-size:12px; line-height:21px; font-weight:bold; text-decoration:none; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;}
.box1_body b a:hover{text-decoration:underline; }



#orderhistoryContent a img{ margin-bottom:15px;}
#orderhistory .box1_body a img{ margin-bottom:0;}

/* ----------------------- BOXES ------------------------- */
.box_head{font-family:Arial, Helvetica, sans-serif;color:#0c3055; font-size:12px; text-transform:uppercase; font-weight:bold; width:100%;}
.box_head .innerbox1{ background:url(../images/box_head_bg7.gif) repeat-y left top #b5dbf8; width:100%;}
.box_head .innerbox2{ width:100%; background:url(../images/box_head_bg5.gif) repeat-x left bottom;}
.box_head .innerbox3{ background:url(../images/box_head_bg2.gif) repeat-x left top; width:100%;}
.box_head .innerbox4{ width:100%; background:url(../images/box_head_bg8.gif) repeat-y right top;}
.box_head .innerbox5{ background:url(../images/box_head_bg1.gif) no-repeat left top; width:100%;}
.box_head .innerbox6{ background:url(../images/box_head_bg4.gif) no-repeat left bottom; width:100%;}
.box_head .innerbox7{ background:url(../images/box_head_bg3.gif) no-repeat right top; width:100%;}
.box_head .innerbox8{ background:url(../images/box_head_bg6.gif) no-repeat right bottom; width:100%;}
.box_head .innerbox9{ padding:12px 5px 12px 18px;}





.box_head a{text-decoration:none; color:#0c3055}
.box_head a:hover{ text-decoration:underline}



.box{margin-bottom:4px; width:100%;  font-size:12px;}
.box .box_inner1{ background:#ffffff;}
.box .background-top-4{ width:100%; background:url(../images/box5_side.gif) repeat-y left top;}
.box .background-top-left-4{width:100%; background:url(../images/box5_side.gif) repeat-y right top;}
.box .background-top-right-4{width:100%; background:url(../images/box5_side.gif) repeat-x left bottom;}
.box .background-bottom-left-4{width:100%; background:none}
.box .background-bottom-right-4{width:100%; background:none;}
.box .background-bottom-right-44{width:100%; background:url(../images/box5_bg4.gif) no-repeat left bottom;}
.box .box-indent{padding:21px 32px 28px 19px; overflow:hidden; background:url(../images/box5_bg6.gif) no-repeat right bottom;}













.box select{width:100% !important; height:22px; border:solid 1px #d4d0c8; color:#8a8a8a; font-family:Arial, Helvetica, sans-serif; font-size:12px;}

.box_body {margin:0; color:#212121; font-family:tahoma; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
.box_body a {color:#212121; text-decoration:none;}
.box_body a:hover {text-decoration:underline;}

.box_body ul {margin:0; padding:0; list-style:none;}
.box_body ul li {padding:6px 0 4px 27px;}
.box_body ul li a {text-decoration:underline;  padding-left:12px;}
.box_body ul li a:hover {text-decoration:none;}

.box_body ol {margin:0; padding:0; list-style:none;}
.box_body ol li {padding:6px 0 2px 17px;}
.box_body ol li a {text-decoration:underline;  padding-left:10px;}
.box_body ol li a:hover {text-decoration:none;}

/* ----------------------- LISTING BOXES ------------------------- */

#categories {}
#categories ul{list-style:none; list-style-position:outside; font-family:Arial, Helvetica, sans-serif}
#categories li{color:#5892cd; font-size:10px; line-height:16px;  padding-left:0; text-decoration:none; font-weight:normal;  display:block;
padding:3px 0 4px 0; background:url(../images/list_background1.gif) no-repeat 15px 7px #fff; padding-left:29px;}
#categories li.category-products{color:#8a8a8a; font-size:12px; line-height:16px;  text-decoration:none; font-weight:normal; padding:2px 0 2px 0;}

#categories li.blue span.top-span{display:block; padding:3px 0 4px 0; background:url(../images/list_background1.gif) no-repeat 16px 7px #e4f5fe; padding-left:29px;}
#categories li.white span.top-span{display:block; padding:4px 0 5px 0; background:url(../images/list_background1.gif) no-repeat 16px 8px; padding-left:29px;}


#categories li.blue span.top-span{display:block; padding:3px 0 4px 0; background:url(../images/list_background1.gif) no-repeat 16px 7px #e4f5fe; padding-left:29px;}
#categories li.white span.top-span{display:block; padding:4px 0 5px 0; background:url(../images/list_background1.gif) no-repeat 16px 8px; padding-left:29px;}




#categories li.category-products span.top-span{display:block; padding:3px 0 3px 50px; background-position:36px 6px; }



#categories li.category-top_un span.top-span{display:block;}
#categories li a{color:#0c3055; font-size:12px; line-height:16px; text-decoration:none; font-weight:normal; 


}
#categories li a:hover{text-decoration:underline}





#categories .box .box-indent{padding:21px 32px 28px 19px; overflow:hidden; }

#categories .box_body_2 ul{list-style:none; list-style-position:outside; font-family:Tahoma; }
#categories .box_body_2 li{color:#434342; font-size:11px; line-height:20px; background:none; padding-left:0; text-decoration:none; font-weight:bold;}
#categories .box_body_2 li a{color:#434342; font-size:11px; line-height:20px; text-decoration:none; font-weight:bold; padding-left:0; display:inline}
#categories .box_body_2 li a:hover{text-decoration:underline}



#information {}
#information ul{list-style:none; list-style-position:outside; font-family:Arial, Helvetica, sans-serif;}
#information li{color:#5892cd; font-size:12px; line-height:16px; background:url(../images/list_background1.gif) no-repeat 0px 4px; padding-left:16px; font-weight:normal; }
#information li span.top-span{display:block; padding:1px 0 7px 0; background:url(../images/spacer.gif);}
#information li a{color:#0c3055; font-size:12px; line-height:16px; text-decoration:none; font-weight:bold; padding-left:0; display:block;  line-height:24px;}
#information li a:hover{text-decoration:underline}






#moreinformation {}
#moreinformation ul{list-style:none; list-style-position:outside; font-family:Arial, Helvetica, sans-serif}
#moreinformation li{color:#696969; font-size:11px; line-height:16px; background:url(../images/list_background1.gif) no-repeat 0px 4px; padding-left:16px; font-weight:normal;}
#moreinformation li span.top-span{display:block; padding:1px 0 7px 0; background:url(../images/spacer.gif);}
#moreinformation li a{color:#696969; font-size:11px; line-height:16px; text-decoration:none; font-weight:normal; padding-left:0; display:block;}
#moreinformation li a:hover{text-decoration:underline}





#bestsellers {}
#bestsellers ul{list-style:none; list-style-position:outside; font-family:Tahoma}
#bestsellers li{color:#696969; font-size:11px; line-height:16px; background:url(../images/list_background1x.html) no-repeat 0 12px; padding-left:0; text-decoration:none; font-weight:normal;}
#bestsellers li.category-products{color:#696969; font-size:11px; line-height:16px;  background:url(../images/list_background1x.html) no-repeat 16px 12px; text-decoration:none; font-weight:normal; padding:2px 0 2px 0;}
#bestsellers li span.top-span{display:block; padding:4px 0 5px 0; background:url(../images/list_background.html) repeat-x left top;}
#bestsellers li.category-products span.top-span{display:block; padding:2px 0 2px 10px; }
#bestsellers li.category-top_un span.top-span{display:block; background:url(../images/spacer.gif) no-repeat left top;}
#bestsellers li a{color:#696969; font-size:11px; line-height:16px; text-decoration:none; font-weight:normal; padding-left:0; display:block;}
#bestsellers li a:hover{text-decoration:underline}





#ezpages {}
#ezpages ul{list-style:none; list-style-position:outside; font-family:Arial, Helvetica, sans-serif}
#ezpages li{color:#696969; font-size:11px; line-height:16px; background:url(../images/list_background1.gif) no-repeat 0px 4px; padding-left:16px; font-weight:normal;}
#ezpages li span.top-span{display:block; padding:1px 0 7px 0; background:url(../images/spacer.gif);}
#ezpages li a{color:#696969; font-size:11px; line-height:16px; text-decoration:none; font-weight:normal; padding-left:0; display:block;}
#ezpages li a:hover{text-decoration:underline}




#orderhistory {}
#orderhistory .box_body img {padding:2px; vertical-align:middle; margin:3px 0px;}



/* ----------------------- BANNER BOXES ------------------------- */

#bannerbox .box{background:none; margin-bottom:4px; width:100%;}
#bannerbox .box .inbox1{background:none;}
#bannerbox .box .inbox2{background:none;}
#bannerbox .background-top-4{background:none; width:100%;}
#bannerbox .background-top-left-4{background:none; width:100%;}
#bannerbox .background-top-right-4{background:none; width:100%;}
#bannerbox .background-bottom-left-4{background:none; width:100%;}
#bannerbox .background-bottom-right-4{background:none; padding:0;}
#bannerbox .box-indent{padding:0; background:none;}


#bannerbox .box_head{color:#ffffff; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-transform:uppercase; font-weight:bold; border-bottom:solid 1px #6da1d6; padding-bottom:6px; width:98%; display:none;}
#bannerbox.box .box_body {padding:0 0 0 0;}


#bannerbox2 .box_head{color:#ffffff; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-transform:uppercase; font-weight:bold; border-bottom:solid 1px #6da1d6; padding-bottom:6px; width:98%; display:none;}
#bannerbox2.box .box_body {padding:0 0 0 0;}

#bannerboxall .box_head{color:#ffffff; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-transform:uppercase; font-weight:bold; border-bottom:solid 1px #6da1d6; padding-bottom:6px; width:98%; display:none;}
#bannerboxall.box .box_body {padding:0 0 0 0;}


#bannerbox2 .box{background:none; margin-bottom:4px; width:100%;}
#bannerbox2 .box .inbox1{background:none;}
#bannerbox2 .box .inbox2{background:none;}
#bannerbox2 .background-top-4{background:none; width:100%;}
#bannerbox2 .background-top-left-4{background:none; width:100%;}
#bannerbox2 .background-top-right-4{background:none; width:100%;}
#bannerbox2 .background-bottom-left-4{background:none; width:100%;}
#bannerbox2 .background-bottom-right-4{background:none; padding:0;}
#bannerbox2 .box-indent{padding:0; background:none;}


#bannerboxall .box{background:none; margin-bottom:4px; width:100%;}
#bannerboxall .box .inbox1{background:none;}
#bannerboxall .box .inbox2{background:none;}
#bannerboxall .background-top-4{background:none; width:100%;}
#bannerboxall .background-top-left-4{background:none; width:100%;}
#bannerboxall .background-top-right-4{background:none; width:100%;}
#bannerboxall .background-bottom-left-4{background:none; width:100%;}
#bannerboxall .background-bottom-right-4{background:none; padding:0;}
#bannerboxall .box-indent{padding:0; background:none;}





/* ----------------------- PRODUCT BOXES ------------------------- */

#featured a img, #whatsnew a img, #specials a img, #reviews a img, #manufacturerinfo img, #productnotifications img {}
#reviews img {}


#featured {}
#featured .box .box-indent{padding:11px 23px 13px 19px;}


#whatsnew {}
#whatsnew .box .box-indent{padding:11px 23px 15px 30px;}



#specials {}
#specials .box .box-indent{padding:11px 23px 15px 19px;}




#reviews {}
#reviews .box .box-indent{padding:11px 23px 13px 30px;}







#manufacturerinfo {}



#productnotifications {}


/* ----------------------- FORM BOXES ------------------------- */

#search {}
#search .box_head{font-family:Arial, Helvetica, sans-serif;color:#ffffff; font-size:12px; text-transform:uppercase; font-weight:bold; width:100%;}
#search .box_head .innerbox1{ background:url(../images/box_head_bg71.gif) repeat-y left top #4b9adb; width:100%;}
#search .box_head .innerbox2{ width:100%; background:url(../images/box_head_bg51.gif) repeat-x left bottom;}
#search .box_head .innerbox3{ background:url(../images/box_head_bg21.gif) repeat-x left top; width:100%;}
#search .box_head .innerbox4{ width:100%; background:url(../images/box_head_bg81.gif) repeat-y right top;}
#search .box_head .innerbox5{ background:url(../images/box_head_bg11.gif) no-repeat left top; width:100%;}
#search .box_head .innerbox6{ background:url(../images/box_head_bg41.gif) no-repeat left bottom; width:100%;}
#search .box_head .innerbox7{ background:url(../images/box_head_bg31.gif) no-repeat right top; width:100%;}
#search .box_head .innerbox8{ background:url(../images/box_head_bg61.gif) no-repeat right bottom; width:100%;}
#search .box_head .innerbox9{ padding:12px 5px 12px 18px;}





#search .box_head a{text-decoration:none; color:#0c3055}
#search .box_head a:hover{ text-decoration:underline}



#search .box{margin-bottom:4px; width:100%;}
#search .box .box_inner1{ background:#2066b1;}
#search .box .background-top-4{ width:100%; background:url(../images/box51_side.html) repeat-y left top;}
#search .box .background-top-left-4{width:100%; background:url(../images/box51_side.html) repeat-y right top;}
#search .box .background-top-right-4{width:100%; background:url(../images/box52_side.gif) repeat-x left top;}
#search .box .background-bottom-left-4{width:100%; background:none}
#search .box .background-bottom-right-4{width:100%; background:none;}
#search .box .background-bottom-right-44{width:100%; background:url(../images/box51_bg4.gif) no-repeat left bottom;}
#search .box .box-indent{padding:17px 0 12px 18px; overflow:hidden; background:url(../images/box51_bg6.gif) no-repeat right bottom;}




#search input.s_input{width:184px; height:21px; background:#4b9adb; color:#ffffff; font-size:12px; font-family:Arial, Helvetica, sans-serif; border:solid 1px #62bcf7}
#search input{ margin-top:5px;}
#search a{color:#ffffff; font-size:12px; text-decoration:underline;}
#search a:hover{text-decoration:none;}













#manufacturers {}
#manufacturers .box .box-indent{padding:17px 32px 22px 19px;}


#currencies {}



#tellafriend {}



#recordcompanies {}


#musicgenres {}



/* ----------------------- TEXT BOXES ------------------------- */

#languages {}


#whosonline {}



#documentcategories {}

#shoppingcart {}




