/**INIT**/
* {
  margin: 0px;
  padding: 0px;
}

body, p, td, th, 
div, span, ul, li, 
ol, a, input { 
  font-size: 11px;
  font-family: Arial, Tahoma, "Trebuchet MS";
  font-weight: normal;
  color: #4a4a4a;
}

body {
  text-align: left;
  line-height: 150%;
  background: #FFF url('../images/bkg_winter.jpg') top center no-repeat;
}

img {
  border: 0;
}

table {
  text-align: left;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 10px;
}

h1,h2,h3,h4,h5,h6 {
  margin-bottom: 10px;
}

th {
  text-align: left;
}

.red {
  color: #FF0000;
  font-size: 12px;
}

.errTag {
  color: #FF0000;
  display: block;
}

.clear {
  display: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.justify {
  text-align: justify;
}

.up {
  vertical-align: top;
}

.italic {
  font-style: italic;
}

.overflow {
  overflow: hidden;
  width: 100%;
}

.float {
  float: left;
  display: inline;
}

/**LAYOUT**/
.Main_Body {
  position: relative;
  overflow: hidden;
  width: 1002px;
  margin: 0 auto 20px auto;
}

.Header {  
  overflow: hidden;
  width: 1002px;
  height: 112px;
  margin: 35px 0 0 0;
  background: url('../images/header-bg.png') no-repeat;
}

.HeaderCnt {
  position: relative;
}

.Logo {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 294px;
  height: 50px;
  background: url('../images/logo.png') no-repeat;
}

.Hotline {
  position: absolute;
  top: 0px;
  right: 13px;
  width: 262px;
  height: 33px;
  background: url('../images/hotline-bg.png') no-repeat;
}

.Sign_Box {
  position: absolute;
  overflow: hidden;
  width: 210px;
  top: 15px;
  left: 485px;
}

.Sign_Box a {
  float: left;
  display: inline;
  color: #0253A4;
  font-weight: bold;
  text-decoration: none;
  padding: 0 0 0 20px;
}

.Sign_Box a:hover {
  text-decoration: underline;
}

.Login_Ico {
  background: url('../images/login-ico.png') no-repeat;
}

.Registration_Ico {
  margin: 0 0 0 35px;
  background: url('../images/registration-ico.png') no-repeat;
}

.Head_Panel {
  position: absolute;
  overflow: hidden;
  width: 600px;
  top: 57px;
  left: 370px;
}

.Head_Panel .Cart_HeadInfo {
  float: right;
  display: inline;
  height: 28px;
  margin: 5px 0 0 0;
  padding: 1px 0 0 30px;
  background: url('../images/cart-ico.png') no-repeat; 
}

.Head_Panel span {
  float: right;
  display: inline;
  width: 2px;
  height: 28px;
  margin: 0 15px 0 15px;
  background: url('../images/head_separator-bg.png') no-repeat; 
}

.Head_Panel p {
  overflow: hidden;
  float: right;
  display: inline;
  height: 28px;
  font-weight: bold;
  margin: 5px 0 0 0;
  padding: 1px 0 0 0;
}

.Send_Gift {
  float: right;
  display: inline;
  width: 89px;
  height: 28px;
  margin: 0 0 0 15px;
  background: #1168BB url('../images/send_gift-bt.png') no-repeat;
}

.Send_Gift:hover {
  background-position: 0 -28px;
}

/**FOOTER**/
.Footer {
  position: relative;
  overflow: hidden;
  width: 1002px;
  height: 321px;
  background: url('../images/footer-bg.png') repeat-y;
}

.Links {
  overflow: hidden;
  width: 1002px;
  height: 50px;
  padding: 30px 0 0 0;
}

.Links p {
  float: left;
  display: inline;
  width: 380px;
  margin: 0 0 0 15px;      
}

.Links div {
  float: right;
  display: inline;
  width: 590px;
  margin: 0 15px 0 0;
}

.Links a {
  margin: 0 3px 0 3px;
  color: #0054A4;
  text-decoration: none;
}

.Links a:hover {
  text-decoration: underline;
}

.Up_Page {
  position: absolute;
  top: 65px;
  right: 8px;
  width: 120px;
  height: 30px;
  background: #1168BB url('../images/up_page-bt.png') no-repeat;
}

.Up_Page:hover {
  background-position: 0 -30px;
}

.Footer_Cnt {
  overflow: hidden;
  width: 1002px;
}

.Footer_Left {
  float: left;
  display: inline;
  width: 364px;
}

.Foot_Logo {
  display: block;
  margin: 23px 0 0 33px;
}

.Footer_Left p {
  width: 290px;
  margin: 20px 0 0 35px;
  color: #bababa;
}

.Footer_Left div {
  color: #989898;
  margin: 15px 0 0 35px;
}

.Footer_Left div a {
  color: #989898;
  text-decoration: none;
}

.Footer_Left div a:hover {
  text-decoration: underline;
}

.Foot_Hotline {
  display: block;
  margin: 23px 0 0 33px;
}

.Footer_Right {
  float: left;
  display: inline;
  width: 257px;
  overflow: hidden;
  margin: 20px 0 0 40px;
}

.Footer_Right img {
  display: block;
}

.Footer_Over {
  margin: 10px 0 0 0;
}

.Footer_Right a {
  display: block;
  width: 243px;
  height: 24px;
  color: #FFF;
  padding: 3px 0 0 14px;
  text-decoration: none;
  background: url('../images/footer-menu.png') no-repeat;
}

.Footer_Right a:hover {
  text-decoration: none;
  background-position: 0 -27px;
}

/**CONTAINER**/
.Container {
  position: relative;
  overflow: hidden;
  width: 1002px;
  background: url('../images/container-bg.png') repeat-y;
}

.Panel_Left,
.Panel_Left2 {
  float: left;
  display: inline;
  width: 215px;
  margin: 0 10px 0 10px;  
}

.Panel_Left2 {
  width: 225px;
  margin: 0 0 0 10px;  
}

.Categories a {
  display: block;
  width: 200px;
  height: 32px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  padding: 14px 0 0 15px;
  background: url('../images/categories.png') no-repeat;
}

.Categories a:hover {
  color: #0054A4;
  background-position: 0 -46px;
}

.Categories a.Active {
  background-position: 0 -46px;
}

.Categories a.Submenu {
  display: block;
  width: 200px;
  height: 23px;
  padding: 7px 0 0 15px;
  font-size: 11px;
  font-weight: bold;
  color: #0054A4; 
  background: url('../images/submenu.png') no-repeat;    
}

.Categories a.SubCat,
.Categories a.SubCat2 {
  display: block;
  width: 185px;
  height: 23px;
  padding: 7px 0 0 30px;
  font-size: 11px;
  font-weight: bold;
  color: #0054A4; 
  background: url('../images/subcat.png') no-repeat; 
}

.Categories a.SubCat2 {
  width: 170px;
  padding: 7px 0 0 45px;
  background: url('../images/subcat2.png') no-repeat;
}

.Categories a.Submenu:hover,
.Categories a.ActiveSub,
.Categories a.SubCat:hover,
.Categories a.SubCat2:hover,
.Categories a.ActiveCat {
  color: #FFF;
  background-position: 0 -30px;
}

.Title {
  display: block;
  width: 200px;
  height: 26px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  padding: 14px 0 0 15px;
  margin: 5px 0 0 0;
}

.Anketa {
  background: url('../images/title_anketa.png') no-repeat;
}

.Newsletter {
  background: url('../images/title_newsletter.png') no-repeat;
}

.Social {
  background: url('../images/title_social.png') no-repeat;
}

.Rated {
  background: url('../images/ttitle_rated.png') no-repeat;
}

.Share {
  background: url('../images/ttitle_share.png') no-repeat;
}

.Title_Box {
  position: relative;
  overflow: hidden;
  width: 185px;
  padding: 15px;
  background: #D4E2F0;
  /*background: #D4E2F0 url('../images/title_box-bg.png')*/
}

.Poll {
  overflow: hidden;
  width: 185px;
  line-height: 250%;
  margin: 0 0 10px 0;
}

.Poll p {
  margin: 0;
}

.Poll a {
  color: #0054A4;
  text-decoration: none;
}

.Poll a:hover {
  text-decoration: underline;
}

.PollContainer {
  position: relative;
}

.Pool_Left,
.Pool_Right {
  float: left;
  display: inline;
  width: 4px;
  height: 14px;
  background: #424242 url('../images/poll_left.png') no-repeat;
}

.Pool_Right {
  background: #424242 url('../images/poll_right.png') no-repeat;
}

.Pool_Center {
  float: left;
  display: inline;
  height: 14px;
  background: #424242 url('../images/poll_center.png') repeat-x; 
}

.Newsletter_Box {
  height: 80px;
}

.Newsletter_Input {
  position: absolute;
  top: 60px;
  left: 15px;
  width: 148px;
  height: 30px;
  line-height: 30px;
  border: 0;
  padding: 0 5px 0 5px;
  background: #FFF url('../images/newsletter_input.png') no-repeat;
}

.Newsletter_Submit {
  cursor: pointer;
  position: absolute;
  top: 60px;
  left: 171px;
  width: 29px;
  height: 30px;
  border: 0;
  background: #0C62B4 url('../images/newsletter_sub.png') no-repeat;
}

.Newsletter_Submit:hover {
  background-position: 0 -30px;
}

.Facebook {
  float: left;
  display: inline;
  height: 27px;
  color: #0C62B4;
  font-size: 12px;
  padding: 5px 0 0 38px;
  margin: 10px 0 0 0;
  text-decoration: none;
  background: url('../images/facebook-ico.png') no-repeat;
}

.Blog {
  float: left;
  display: inline;
  height: 27px;
  color: #0C62B4;
  font-size: 12px;
  padding: 5px 0 0 38px;
  margin: 10px 0 0 10px;
  text-decoration: none;
  background: url('../images/blog-ico.png') no-repeat;
}

.Facebook:hover,
.Blog:hover {
  text-decoration: underline;
}

.Panel_Right {
  overflow: hidden;
  float: left;
  display: inline; 
  width: 755px;
}

.Menu {
  overflow: hidden;
  width: 755px;
  height: 35px;
  margin: 8px 0 0 0;
}

.Menu span {
  float: left;
  display: inline;
  width: 1px;
  height: 35px;
  background: #0054A4 url('../images/menu_separator.png') no-repeat;
}

.Menu a {
  float: left;
  display: inline;
  height: 27px;
  padding: 8px 0 0 0;
  margin: 0 15px 0 15px;
  color: #0054A4;
  text-decoration: none;
}

.Menu a:hover {
  text-decoration: underline;
}

.Menu a.Home {
  float: left;
  display: inline;
  width: 52px;
  height: 35px;
  margin: 0;
  background: #0C62B4 url('../images/home-ico.png') no-repeat;
}

.Menu a.Home:hover {
  text-decoration: none;
  background-position: 0 -35px;
}

.Top_Image {
  position: relative;
  overflow: hidden;
  width: 755px;
  height: 142px;
  background: #D6D6D6 url('../images/top_images-bg.png') repeat-x;  
}

.Top_Gallery {
  width: 100%;
  height: 100%;
  overflow: hidden;  
}

.Top_Gallery img {
  display: block;
  margin: 3px 0 0 0;
}

#nav {
  position: absolute;
  top: 94px;
  left: 21px;
  z-index: 200;
}

#nav a {
  background-color: black;
  border: 1px solid #5386bb;
  color: white;
  padding: 4px 6px;
  margin-right: 3px;
  text-decoration: none;
  font-size: 10px;
  opacity: 0.3;
  filter:alpha(opacity=30);
}

#nav a:focus {
  outline: none;
}

#nav .activeSlide {
  color: white;
  font-weight: bold;
  opacity: 0.5;
  filter:alpha(opacity=50);
}

.Top_Panel {
  position: relative;
  z-index: 50;
  /*overflow: hidden;*/
  width: 755px;
  background: #0054A4 url('../images/top_panel.png') top left repeat-x;
  padding-bottom: 8px;
}

.Search {
  /*overflow: hidden;*/
  width: 755px;
  padding: 10px 0 0 0;
  /**background: #0054A4 url('../images/top_panel.png') top left repeat-x;**/
}

.Search table {  
  /*overflow: hidden;*/
  line-height: 350%;
  border-collapse: collapse;
  margin: 5px 0 0 15px;
}

.Search_Text {
  width: 248px;
  height: 30px;
  border: 0;
  line-height: 30px;
  padding: 0 15px 0 15px;
  background: url('../images/search_input.png') no-repeat;
}

.Search th {
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
}

.Search select {
   width: 80px;
   height: 30px; 
}

.Search_Submit {
  cursor: pointer;
  width: 80px;
  height: 30px;
  border: 0;
  margin: 0 15px 0 15px;
  background: #0C62B4 url('../images/search_submit.png') no-repeat;
}

.Search_Submit:hover {
  background-position: 0 -30px;
}

.Search table div.sd {
  float: left;
  display: inline;
  color: #FFF;
  margin: 0 15px 0 0;
}

.Search label {
  position: relative;
  top: -2px;
  left: 5px;
}

.More_Search {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  padding: 0 0 0 10px;
  background: url('../images/li1.png') 0 4px no-repeat;
}

.More_Search:hover {
  text-decoration: underline;
}

.Marquee {
  overflow: hidden;
  /*position: absolute;
  bottom: 9px;
  left: 9px;*/
  width: 716px;
  height: 22px;
  font-size: 12px;
  font-style: italic;
  color: #FFF;
  padding: 3px 15px 0 15px;
  margin: 8px 0 0px 8px;
  background: #084988 url('../images/marquee-bg.png') no-repeat;
}

.Top_Shadow {
  overflow: hidden;
  width: 755px;
  height: 14px;
  background: url('../images/top_shadow.png') no-repeat;
}

/**INDEX**/
.Content {
  overflow: hidden;
  position: relative;
  width: 755px;
}

.Catalog {
  overflow: hidden;
  position: relative;
  width: 755px;
  margin: 0 0 20px 0;
}

.Product_Box,
.Product_Box_Action {
  overflow: hidden;
  float: left;
  display: inline;
  width: 360px;
  height: 120px;
  padding: 15px 0 15px 0;
  background: url('../images/product_box-bg.png') left bottom repeat-x;
}

.Product_Box img {
  overflow: hidden;
  float: left;
  display: inline;
  width: 80px;  
}

.Product_Info {
  height: 150px;
  position: relative;
  overflow: hidden;
  float: left;
  display: inline;
  width: 270px;
  margin: 0 0 0 10px;
}

.Product_Box h2 {
  overflow: hidden;
  width: 272px;
  font-weight: bold;
  color: #0054A4;
  font-size: 12px;
  margin: 0;
}

.Product_Box h2 a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}

.Product_Box h2 a:hover {
  text-decoration: underline;
}

.Product_Author {
  text-decoration: none;
}

.Product_Author:hover {
  text-decoration: underline;
}

.Product_Box_P {
  overflow: hidden;
  text-align: justify;
  margin: 5px 0 5px 0;
  height: 50px;
}

.Product_Price {
  width: 99px;
  height: 24px;
  font-size: 12px;
  padding: 5px 0 0 5px;
  margin: 7px 0 0 0;
  background: #F1F1F1 url('../images/product_price.png') no-repeat;
}

.Product_Detail {
  position: absolute;
  top: 94px;
  left: 170px;
  width: 49px;
  height: 31px;
  background: #0E65B7 url('../images/product_detail.png') no-repeat;
}

.Product_Wishlist_Delete {
  position: absolute;
  top: 94px;
  left: 116px;
  width: 48px;
  height: 29px;
  background: #0E65B7 url('../images/del_wishlist-bt.png') no-repeat;
}

.Product_Wishlist_Delete:hover {
  background-position: 0 -29px;
}

.Product_Cart {
  position: absolute;
  top: 94px;
  left: 223px;
  width: 49px;
  height: 31px;
  background: #0E65B7 url('../images/product_cart.png') no-repeat;
}

.Product_Detail:hover,
.Product_Cart:hover {
  background-position: 0 -31px;
}

.Product_Separator {
  overflow: hidden;
  float: left;
  display: inline;
  width: 1px;
  height: 150px;
  margin: 0 12px 0 12px;
  background: url('../images/product_separator.png') no-repeat;  
}

.Navigator_Bar {
  overflow: hidden;
  width: 755px;
  height: 41px;
  background: #F2F2F2 url('../images/pages-bg.png') repeat-x;
}

.Back_Page {
  float: left;
  display: inline;
  width: 174px;
  height: 41px;
  background: url('../images/back_page-bg.png') no-repeat;
}

.Back_Page a {
  float: left;
  display: inline;
  color: #0055A2;
  text-decoration: none;
  height: 21px;
  padding: 7px 0 0 40px;
  margin: 6px 0 0 10px;
  background: url('../images/back_page-bt.png') no-repeat;
}

.Next_Page {
  float: left;
  display: inline;
  width: 162px;
  height: 41px;
  background: url('../images/next_page-bg.png') no-repeat;
}

.Next_Page a {
  float: right;
  display: inline;
  color: #0055A2;
  text-decoration: none;
  height: 21px;
  padding: 7px 40px 0 0;
  margin: 6px 10px 0 0;
  background: url('../images/next_page-bt.png') right top no-repeat;
}

.Back_Page a:hover {
  background-position: 0 -28px;
}

.Next_Page a:hover {
  background-position: 0 -28px;
  background: url('../images/next_page-bt.png') right bottom no-repeat;
}

.Pages {
  overflow: hidden;
  float: left;
  display: inline;
  width: 419px;
  height: 31px;
  color: #DCDCDC;
  font-size: 12px;
  text-align: center;
  padding: 10px 0 0 0;
}

.Pages span {
  color: #4A4A4A;
  font-size: 12px;
}

.Pages a {
  font-size: 12px;
  color: #0154A2;
}

.NavSort_Bar {
  overflow: hidden;
  width: 755px;
  height: 40px;
  color: #494949;
  background: #F3F3F3 url('../images/navsort_bar.png') repeat-x;
}

.Sort {
  overflow: hidden;
  float: left;
  display: inline;
  width: 375px;
  height: 40px;
  margin: 0 0 0 15px;
}

.Sort span {
  float: left;
  display: inline;
  height: 28px;
  padding: 12px 0 0 0;
}

.Sort a {
  float: left;
  display: inline;
  height: 28px;
  padding: 12px 0 0 0;
  margin: 0 5px 0 5px;
  color: #0154A2;
  text-decoration: none;
}

.SortActive {
  background: url('../images/li2.png') bottom center no-repeat;
}

.Sort a:hover {
  text-decoration: underline;
}

.SortMarg {
  margin: 0 0 0 10px;
}

.Navigator {
  float: left;
  display: inline;
  width: 350px;
  height: 40px;
}

.Navigator_Detail {
  float: left;
  display: inline;
  width: 405px;
  height: 40px;
  margin: 0 0 0 15px;
}

.Navigator strong,
.Navigator_Detail strong {
  float: right;
  display: inline;
  height: 28px;
  padding: 12px 0 0 0;
}

.Navigator_Detail strong {
  float: left;
}

.NavHome,
.NavHome_Detail {
  float: right;
  display: inline;
  width: 10px;
  height: 10px;
  margin: 14px 0 0 5px;
  background: url('../images/navhome-ico.png') no-repeat;
}

.NavHome_Detail {
  float: left;
}

.Navigator span,
.Navigator_Detail span {
  float: right;
  display: inline;
  width: 5px;
  height: 5px;
  margin: 17px 5px 0 5px;
  background: url('../images/navigator_separator.png') no-repeat;
}

.Navigator_Detail span {
  float: left;
}

.Navigator a,
.Navigator_Detail a {
  float: right;
  display: inline;
  color: #0154A2;
  text-decoration: none;
  height: 29px;
  padding: 11px 0 0 0;
}

.Navigator_Detail a {
  float: left;
}

.Navigator a:hover {
  text-decoration: underline;
}

.Navigator div,
.Navigator_Detail div {
  float: right;
  display: inline;
  height: 29px;
  padding: 11px 0 0 0;
}

.Navigator_Detail div {
  float: left;
}

.Top_Bar {
  overflow: hidden;
  width: 755px;
  height: 36px;
  background: #F3F3F3 url('../images/top_bar-bg.png') repeat-x;
  position: relative;
}

.Top_Bar h1,
.Top_Bar_H {
  overflow: hidden;
  font-size: 20px;
  font-weight: normal;
  color: #0054a4;
  width: 700px;
  height: 33px;
  padding: 3px 20px 0 20px;
  margin: 6px 0 0 0;
}

.Top_Bar h1.black {
  color: #000;
}

.Top_Bar a {
  float: left;
  display: inline;
  font-size: 12px;
  color: #0054A4;
  font-weight: bold;
  height: 27px;
  padding: 9px 0 0 0;
  text-decoration: none;
  text-align: center;
}

.Top_Bar span {
  float: left;
  display: inline;
  width: 1px;
  height: 36px;
  margin: 0 10px 0 10px;
  background: url('../images/top_bar-separator.png') no-repeat;
}

.Top_Bar a:hover {
  text-decoration: underline;
}

.Top_Bar1 {
  width: 70px;
}

.Top_Bar2 {
  width: 70px;
}

.Top_Bar3 {
  width: 70px;
}

.Top_Bar4 {
  width: 70px;
}

.Top_Bar5 {
  width: 100px;
}

.Top_Bar a.Active {
  /*color: #555555;*/
  color: red;
}

.AdvTxt {
  overflow: hidden;
  width: 755px;
  height: 35px;
  background: url('../images/adv_txt-bg.png') repeat-x;
}

.AdvTxt p {    
  overflow: hidden;
  width: 715px;
  height: 21px;
  margin: 8px 19px 0 22px; 
  color: red;
  font-size: 12px;
  font-weight: bold;
  background: url('../images/adv_box-bg.png') right 5px no-repeat;
}

.Index_View1,
.Index_View2 {
  overflow: hidden;
  width: 755px;
  margin: 20px 0 0 0;
}

.MostCommented,
.TopRated,
.TopSearch {
  overflow: hidden;
  float: left;
  display: inline;
  width: 237px;
}

.TopRated {
  margin: 0 22px 0 21px;
}

.IndexTitle {
  display: block;
  width: 237px;
  height: 26px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  padding: 14px 0 0 15px;
  margin: 5px 0 0 0;
}

.MC {
  background: url('../images/title_most_commented.png') no-repeat;
}

.TR {
  background: url('../images/title_top_rated.png') no-repeat;
}

.TS {
  background: url('../images/title_top_search.png') no-repeat;
}

.Index_Box,
.Catalog_Box {
  position: relative;  
  overflow: hidden;
  width: 227px;
  height: 69px;
  margin: 0 0 0 10px;
  padding: 10px 0 10px 0;
  background: url('../images/index_box-bg.png') left bottom repeat-x;
}

.Catalog_Box {
  width: 205px;
}

.Index_Box img,
.Catalog_Box img {
  float: left;
  display: inline;
  width: 44px;
}

.Index_Info,
.Catalog_Info,
.Catalog_Info_2  {
  overflow: hidden;
  float: left;
  display: inline;
  height: 50px;
  width: 173px;
  margin: 0 0 0 10px; 
}

.Catalog_Info,
.Catalog_Info_2 {
  width: 150px;
}

.Catalog_Info_2 p {
  height: 15px;
}

.Index_Info h3,
.Catalog_Info h3,
.Catalog_Info_2 h3 {
  color: #0054A4;
  font-weight: bold;
  margin: 0;
  font-size: 11px;
}

.Index_Info p,
.Catalog_Info p,
.Catalog_Info_2 p {
  margin: 0;
}

.Index_Links {
  position: absolute;
  bottom: 11px;
  left: 55px;
  width: 150px;
}

.Index_Links a {
  color: #0054A4;
}

.Show_All,
.Show_All_Catalog {
  display: block;
  color: #0054A4;
  text-align: right;
  padding: 0 0 0 10px;
  margin: 10px 0 10px 150px;
  background: url('../images/li3.png') 0 4px no-repeat;
}

.Show_All_Catalog {
  margin: 10px 0 10px 130px;
}

.TopSearch_Box {
  overflow: hidden;  
  width: 227px;
  height: 336px;
  padding: 10px 0 10px 5px;
  line-height: 200%;
  text-align: justify;
  background: url('../images/index_box-bg.png') left bottom repeat-x;
}

.TopSearch_Box a {
  color: #535353;
  text-decoration: none;
}

.TopSearch_Box a.tag-cloud-1 {
  font-size: 10px;
}

.TopSearch_Box a.tag-cloud-2 {
  font-size: 12px;
}

.TopSearch_Box a.tag-cloud-3 {
  font-size: 17px;
}

.TopSearch_Box a.tag-cloud-4 {
  font-size: 24px;
}

.TopSearch_Box a:hover {
  color: #0054A4;
  text-decoration: underline;
}

.Bottom_Box {
  overflow: hidden;
  float: left;
  display: inline;
  width: 238px;
}

.IB {
  margin: 0 20px 0 21px;
}

.Bottom_Title {
  display: block;
  width: 238px;
  height: 36px;
}

.Bottom_Info {
  position: relative;
  overflow: hidden;
  display: block;
  width: 238px;
  height: 155px;
  border-left: 1px #EBEBEB solid;
  border-right: 1px #EBEBEB solid;
  background: url('../images/bottom_info-bg.png') repeat-x;
}

.Bottom_End {
  overflow: hidden;
  display: block;
  width: 238px;
  height: 8px;
  background: url('../images/bottom_end-bg.png') no-repeat;
}

.Bottom_Links div {
  display: block;
  width: 214px;
  height: 27px;
  margin: 0 0 0 10px;
  background: url('../images/bottom_links-bg.png') left bottom repeat-x;
}

.Bottom_Links a {
  display: block;
  overflow: hidden;
  width: 204px;
  height: 22px;
  color: #0054A4;
  text-decoration: none;
  padding: 5px 0 0 10px;
  background: url('../images/li4.png') 0 10px no-repeat;
}

.Bottom_Links a:hover {
  text-decoration: underline;
}

.AB img {
  float: left;
  display: inline;
  margin: 15px 0 0 10px;  
}

.AB_Info {
  overflow: hidden;
  float: left;
  display: inline;
  width: 128px;
  height: 100px;
  margin: 11px 0 0 10px;
}

.AB_Info p {
  margin: 0 0 5px 0;
}

.All_Tituls {
  position: absolute;
  bottom: 5px;
  left: 155px;
  width: 71px;
  height: 31px;
  background: #0A60B2 url('../images/all_tituls-bt.png') no-repeat;
}

.All_Tituls:hover {
  background-position: 0 -31px;
}

/**CATALOG**/
.Catalog_Rated,
.Catalog_Share {
  position: relative;
  overflow: hidden;
  width: 215px;
}

.Catalog_Price {
  overflow: hidden;
  width: 117px;
  height: 17px;
  text-align: center;
  padding: 2px 3px 0 3px;
  background: #F1F1F1 url('../images/catalog_price.png') no-repeat;
}

.Catalog_Price_1 {
  float: left;
  display: inline;
  margin: 0 5px 0 0;
  text-decoration: line-through;
}

.Catalog_Price_2 {
  margin: 0 5px 0 0;
  font-weight: bold;
}

.Catalog_Price_3 {
  font-weight: bold;
  color: #E80D0D;    
}

/**TEXT**/
.Text {
  overflow: hidden;
  position: relative;
  width: 755px;
  margin: 20px 0 20px 0;
}

.Text h1,
.Text h2 {
  font-size: 20px;
  font-weight: normal;
  color: #0054a4;
}

.Text h3 {
  font-size: 17px;
  color: #0054a4;
  font-weight: bold;
}

.Text h4 {
  font-size: 15px;
  color: #0054a4;
  font-weight: bold;
}

.Text h5 {
  font-size: 13px;
  color: #0054a4;
  font-weight: bold;
}

.Text h6 {
  font-size: 12px;
  color: #0054a4;
  font-weight: bold;
}

.Text p {
  text-align: justify;
}

.Text ul {
  margin: 0 0 10px 20px;
  list-style-type: none;
}

.Text li {
  padding: 0 0 0 15px;
  background: url('../images/li5.png') 0 center no-repeat;
}

/**DETAIL**/
.NavAdd {
  overflow: hidden;
  float: left;
  display: inline;
  width: 330px;
  height: 40px;
}

.NavFacebook,
.NavFriend {
  float: left;
  display: inline;
  color: #0054A4;
  font-size: 11px;
  text-decoration: none;
  padding: 0 0 0 20px;
  margin: 10px 0 0 0;
  background: url('../images/facebook-ico2.png') no-repeat;
}

.NavFriend {
  margin: 10px 0 0 10px;
  background: url('../images/friend-ico.png') no-repeat;
}

.NavBack {
  float: left;
  display: inline;
  width: 98px;
  height: 28px;
  margin: 5px 0 0 10px;
  background: url('../images/back_catalog-bt.png') no-repeat;
}

.NavBack:hover {
  background-position: 0 -28px;
}

.NavFacebook:hover,
.NavFriend:hover {
  text-decoration: underline;
}

.Detail {
  overflow: hidden;
  position: relative;
  width: 755px;
  margin: 20px 0 20px 0;
}

.Detail_Add {
  overflow: hidden;
  width: 755px;
  margin: 20px 0 0 0;
}

.DetailAdd {
  overflow: hidden;
  float: left;
  display: inline;
  width: 237px;
}

.DA {
  background: url('../images/detail_add.png') no-repeat;
}

.DA_Margin {
  margin: 0 22px 0 0;
}

.Detail_Container {
  overflow: hidden;
  position: relative;
  width: 745px;
  margin: 0 0 0 10px;
}

.Detail_Cnt {
  overflow: hidden;
  position: relative;
  width: 745px;
}

.Detail_Img {
  float: left;
  display: inline;
  width: 199px;
}

.Detail_Img img {
  display: block;
}

.Detail_Img span {
  display: block;
  width: 199px;
  height: 10px;
  margin: 10px 0 0 0;
  background: url('../images/detail_shadow-bg.png') no-repeat;
}

.Detail_Info {
  float: right;
  display: inline;
  width: 530px;
}

.Detail_Info h1,
.Author_Title {
  font-size: 23px;
  font-weight: normal;
  color: #0054a4;
  margin: 2px 0 10px 0;
}

.Author_Title {
  line-height: 23px;
}

.Detail_Distribution {
  overflow: hidden;
  width: 530px;
}

.Detail_Distribution a {
  color: #0054A4;
  font-size: 11px;
  text-decoration: none;
}

.Detail_Distribution a:hover {
  text-decoration: underline;
}


.Detail_Distribution span {
  margin: 0 5px 0 5px;
}

.Detail_Description {
  overflow: hidden;
  width: 530px;
  font-size: 12px;
  margin: 15px 0 0 0;
  text-align: justify;
}

.Detail_Description * {
  font-size: inherit;
}

.Detail_More {
  color: #0054A4;
  font-weight: bold;
  text-decoration: none;
  padding: 0 0 0 13px;
  background: url('../images/li6.png') 0 5px no-repeat;
}

.Detail_More:hover {
  text-decoration: underline;
}

.Detail_More_Info {
  margin: 15px 0 0 0;
  padding: 7px 0 7px 0;
  border-top: 1px #C8C8C8 solid;
  border-bottom: 1px #C8C8C8 solid;
}

.Evalution_Delivery {
  overflow: hidden;
  width: 530px;
  margin: 20px 0 0 0;  
}

.Detail_Evalution {
  float: left;
  display: inline;
  width: 250px;
}

.Detail_Evalution span {
  float: left;
  display: inline;
  font-size: 12px;
}

.Stars {
  overflow: hidden;
  width: 100px;
  float: left;
  display: inline;
  margin: 0 20px 0 20px;
}

.Stars span {
  float: left;
  display: inline;
  width: 19px;
  height: 19px;
  background: url('../images/star-bt.png') no-repeat;
}

.Stars span.Stars_Active {
  background-position: 0 -19px;
}

.Detail_Delivery {
  float: right;
  display: inline;
  width: 190px;
  font-size: 12px;
  padding: 2px 0 5px 30px;
  background: url('../images/detail_delivery-bg.png') no-repeat;
}

.Detail_Buy {
  overflow: hidden;
  width: 530px;
  margin: 20px 0 0 0;
}

.Detail_Price {
  overflow: hidden;
  float: left;
  display: inline;
  width: 291px;
  height: 54px;
  background: url('../images/detail_price-bg.png') no-repeat;
}

.Normal_Price,
.Save_Price {
  float: left;
  display: inline;
  font-size: 11px;
  color: #949494;
  text-align: center;
  margin: 8px 0 0 10px;
}

.Normal_Price span,
.Save_Price span {
  display: block;  
  font-size: 13px;
  color: #4A4A4A;
  text-decoration: line-through;
}

.Save_Price span {
  text-decoration: none;
}

.Our_Price {
  float: left;
  display: inline;
  height: 36px;
  font-size: 30px;
  color: #4a4a4a;
  text-align: center;
  padding: 18px 0 0 0;
  margin: 0 0 0 10px;
  line-height: 20px;
}

.Our_Price span {
  font-size: 13px;
  color: #7f7f7f;
}

.Price_Discount {
  float: left;
  display: inline;
  color: #E80D0D;
  font-weight: bold;
  font-size: 13px;
  margin: 23px 0 0 10px;
}

.Detail_Cart {
  position: relative;
  float: right;
  display: inline;
  width: 217px;
  height: 56px;
  background: #0C62B4 url('../images/detail_cart-bt.png') no-repeat;
}

.Detail_Cart:hover {
  background-position: 0 -56px;
}

.Detail_Txt {
  position: absolute;
  top: 12px;
  left: 14px;
  width: 31px;
  height: 20px;
  padding: 8px 0 0 0;
  text-align: center;
  color: #4a4a4a;
  font-size: 12px;
  border: 0;
  background: transparent;
}

.Detail_Sub {
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 69px;
  width: 146px;
  height: 54px;
  border: 0;
  background: transparent;
}

.Detail_Panel {
  float: left;
  display: inline;
  width: 200px;
  margin: 25px 0 0 0;
}

.More_Photos {
  display: block;
  width: 190px;
  height: 25px;
  padding: 5px 0 0 10px;
  color: #4a4a4a;
  font-size: 12px;
  font-weight: bold;
  background: url('../images/more_photos-bg.png') no-repeat;
}

.Gallery_Box {
  overflow: hidden;
  width: 187px;
  padding: 0 0 10px 11px;
  border: 1px #DDDDDD solid;
  background-color: #F0F0F0; 
}

.Gallery_Box div {
  position: relative;
  float: left;
  display: inline;
  width: 82px;
  margin: 10px 11px 0 0;
}

.Gallery_Box span {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 21px;
  height: 21px;
  background: url('../images/more_photos-ico.png') no-repeat;
}

.Detail_Content {
  float: right;
  display: inline;
  width: 530px;
  margin: 20px 0 0 0;
}

.Bookmark {
  overflow: hidden;
  width: 500px;
  height: 35px;
  padding: 0 15px 0 15px;
  border-bottom: 1px #C8C8C8 solid;
}

.Bookmark a {
  float: left;
  display: inline;
  color: #4a4a4a;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  height: 26px;
  padding: 9px 15px 0 15px;
  border-right: 1px #FFF solid;
  border-left: 1px #FFF solid;
  border-top: 1px #FFF solid;
   
}

.Bookmark a:hover {
  color: #0054A4;
  border-right: 1px #C8C8C8 solid;
  border-left: 1px #C8C8C8 solid;
  border-top: 1px #C8C8C8 solid;
  background: url('../images/bookmark-bg.png') repeat-x;
}

.Bookmark a:focus,
.Bookmark a:active {
  outline: 0;
}

.Bookmark a.BookActive,
.Bookmark a.BookActive:hover {
  border-right: 1px #FFF solid;
  border-left: 1px #FFF solid;
  border-top: 1px #FFF solid;
  background: url('../images/bookmark_active-bg.png') center bottom no-repeat;
}

.Comments {
  overflow: hidden;
  width: 530px;
}

.Comments_Box {
  overflow: hidden;
  width: 530px;
  padding: 15px 0 15px 0;
  background: url('../images/comments-bg.png') bottom left repeat-x;
}

.Comments_Box p {
  margin: 10px 0 0 0;
}

.Comments_Info {
  overflow: hidden;
  width: 530px;
}

.Comments_Author {
  float: left;
  display: inline;
  width: 317px;
  padding: 0 0 0 13px;
  background: url('../images/comments_author-bg.png') 0 2px no-repeat;
}

.Comments_Author span {
  font-size: 10px;
}

.Comments_Evalution {
  overflow: hidden;
  float: right;
  display: inline;
  width: 195px;
  font-size: 10px;
}

.Comments_Evalution p {
  float: left;
  display: inline;
  margin: 0 5px 0 0;
}

.Comments_Stars {
  overflow: hidden;
  width: 80px;
  float: left;
  display: inline;
} 

.Comments_Stars span {
  float: left;
  display: inline;
  width: 15px;
  height: 15px;
  background: url('../images/comments_star-bt.png') no-repeat;
}

.Comments_Stars span.Comments_Active {
  background-position: 0 -15px;
}

.Navigator_Comments {
  overflow: hidden;
  width: 530px;
  height: 41px;
  margin: 20px 0 0 0;
  background: #F2F2F2 url('../images/pages-bg.png') repeat-x;
}

.Pages_Detail {
  overflow: hidden;
  float: left;
  display: inline;
  width: 194px;
  height: 31px;
  color: #DCDCDC;
  font-size: 12px;
  text-align: center;
  padding: 10px 0 0 0;
}

.Pages_Detail span {
  color: #4A4A4A;
  font-size: 12px;
}

.Pages_Detail a {
  font-size: 12px;
  color: #0154A2;
}

.Add_Comments {
  overflow: hidden;
  position: relative;
  height: 190px;  
  width: 520px;
  margin: 20px 0 0 0;
}

.Add_Comments p {
  font-size: 10px;
}

.Add_Comments p strong {
  font-weight: bold;
  font-size: 14px;
}

.Add_Comments textarea {
  display: block;
  width: 508px;
  height: 60px;
  border: 1px #DEDEDE solid;
  background-color: #F5F5F5;
  font-family: Arial, Tahoma;
  font-size: 11px;
  padding: 5px;
}

.Add_Comments textarea:focus {
  border: 1px #0054A4 solid;
}

.Add_Comments a {
  display: block;
  width: 76px;
  height: 28px;
  margin: 10px 0 0 444px;
  background: #0054A4 url('../images/login-bt.png') no-repeat;
}

.Add_Comments a:hover,
.Add_Comments input:hover {
  background-position: 0 -28px;
}

.Add_Comments .FrmText {
  border: 1px #DEDEDE solid;
  background-color: #F5F5F5;
  font-family: Arial, Tahoma;
  font-size: 11px;
  height: 18px;
  padding: 5px 5px 0 5px;
  margin-bottom: 5px;
}

.Add_Comments .FrmText:focus {
  border: 1px #0054A4 solid;
}

.Add_Comments .Submit {
  cursor: pointer;
  display: block;
  width: 76px;
  height: 28px;
  border: 0;
  margin: 10px 0 0 444px;
  background: #0054A4 url('../images/send-bt.png') no-repeat;
}

.Add_Comments .Loader {
  display: none;
  position: absolute;
  right: 30px;
  bottom: 10px;
}

.Set_Books {
  overflow: hidden;
  width: 160px;
  height: 201px;
  margin: 20px 0 0 0;
  text-align: center;
  padding: 30px 20px 20px 20px;
  background: url('../images/set-bg.png') no-repeat;
}

.Set_Author {
  font-weight: bold;
  color: #0054A4;
  text-decoration: none;
  width: 160px;
  font-size: 12px;
}

.Set_Author:hover {
  text-decoration: underline;
}

.Set_Books p {
  margin: 8px 0 8px 0;
}

.Set_Gallery_2,
.Set_Gallery_3 {
  position: relative;
  overflow: hidden;
  width: 160px;
  margin: 0 0 5px 0;
}

.Set_Gallery_2 {
  width: 130px;
  padding: 0 0 5px 30px;
}

.Set_Gallery_3 img {
  float: left;
  display: inline;
  margin: 0 3px 0 3px;
}

.Set_Gallery_2 img {
  float: left;
  display: inline;
  margin: 0 3px 0 2px;
}

.Set_Plus1,
.Set_Plus2,
.Set_Plus3 {
  position: absolute;
  top: 23px;
  left: 40px;
  width: 22px;
  height: 22px;
  background: url('../images/plus.png') no-repeat;
}

.Set_Plus2 {
  left: 90px;
}

.Set_Plus3 {
  left: 70px;
}

.Set_Cart {
  color: #0054A4;
  text-decoration: none;
}

.Set_Cart:hover {
  text-decoration: underline;
}

/**REGISTRATION**/
.Registration {
  overflow: hidden;
  position: relative;
  width: 715px;
  margin: 20px 20px 20px 20px;
}

.Registration p {
  font-size: 12px;
}

.Registration table {
  overflow: hidden;
  width: 695px;
  line-height: 200%;
  margin: 0 0 0 20px;
}

.Registration td {
  width: 350px;
}

.Reg_Txt {
  width: 310px;
  height: 18px;
  border: 1px #B3B3B3 solid;
  padding: 5px 5px 0 5px;
}

.Reg_Txt:focus {
  border: 1px #0054A4 solid;
}

.Gray_Border {
  overflow: hidden;
  width: 100%;
  height: 1px;
  margin: 15px 0 10px 0;
  background-color: #E4E4E4;
}

.Right {
  float: right;
  display: inline;
  font-size: 11px;
}

.Reg_Sub {
  cursor: pointer;
  width: 226px;
  height: 56px;
  border: 0;
  margin: 20px 0 0 95px;
  background: #0E65B7 url('../images/registration-bt.png') no-repeat;
}

.Reg_Sub:hover {
  background-position: 0 -56px;
}

/**CART 1**/
.Panel_Cart {
  display: block;
  width: 200px;
  height: 29px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #4B4B4B;
  padding: 14px 0 0 15px;
}

.Cart_Info {
  overflow: hidden;
  width: 200px;
  height: 231px;
  padding: 15px 10px 0 15px;
  color: #FFF;
  background: #FFF url('../images/cart_info-bg.png') no-repeat;
}

.Cart_Info p {
  color: #FFF;
}

.Cart {
  overflow: hidden;
  width: 990px;
}

.Cart_Left {
  float: left;
  display: inline;
  width: 225px;
  margin: 0 0 0 10px;
}

.Cart_Img {
  margin: 0 0 0 10px;
}

.Cart_Right {
  overflow: hidden;
  float: left;
  display: inline;
  width: 755px;
  margin: 7px 0 0 0;
}

.Cart_Title,
.Cart2_Title {
  overflow: hidden;
  font-size: 20px;
  font-weight: normal;
  color: #8C8C8C;
  width: 700px;
  height: 33px;
  padding: 3px 20px 0 20px;
}

.Cart_Text {
  margin: 25px;
  text-align: center;
}

.Cart2_Title {
  height: 30px;
}

.Cart_Title span {
  float: right;
  display: inline;
  font-size: 20px;
  font-weight: normal;
  color: #8C8C8C;
}

.Cart_Box {
  overflow: hidden;
  width: 755px;
  border-top: 2px #C9C9C9 solid;
  background-color: #F9F9F9;
}

.Cart2_Box {
  overflow: hidden;
  width: 755px;
  background-color: #F4F4F4;
}

.Cart_Box table {
  overflow: hidden;
  width: 755px;
  border-collapse: collapse;
}

.Cart1_Row0 td {
  height: 30px;
  text-align: center;
  border-top: 1px #FFF solid;
  background-color: #E8E8E8;
}

.Cart1_Row0 th {
  height: 30px;
  text-align: left;
  border-top: 1px #FFF solid;
  background-color: #E8E8E8;
}

.Cart1_Td1 {
  padding: 0 0 0 15px;
}

.Cart1_Row1 {
  height: 150px;
}

.Cart1_Td2 a {
  color: #0054A4;
  text-decoration: underline;
}

.Cart1_Td3 strong,
.Cart1_Td5 strong {
  font-size: 12px;
  font-weight: bold;
}

.Cart1_Td3 span {
  font-size: 10px;
  color: #FF0000;
}

.Cart1_Td4 {
  overflow: hidden;
  width: 137px;
}

.Cart1_Td4 input {
  float: left;
  display: inline;
  width: 38px;
  height: 18px;
  padding: 5px 0 0 0;
  margin: 2px 0 0 35px;
  text-align: center;
  border: 1px #B3B3B3 solid;
}

.Cart1_Td4 input:focus {
  border: 1px #0054A4 solid;
}

.Cart1_Td4 a {
  float: right;
  display: inline;
  width: 31px;
  height: 31px;
  margin: 0 20px 0 0;
  background: url('../images/recalculate-bt.png') no-repeat;
}

.Cart1_Td4 a:hover,
.Cart1_Td6 a:hover {
  background-position: 0 -31px;
}

.Cart1_Td6 a {
  display: block;
  width: 31px;
  height: 31px;
  margin: 0 0 0 10px;
  background: url('../images/delete-bt.png') no-repeat;
}

.Cart1_Row1 td {
  border-bottom: 1px #DFDFDF solid;
}

.Cart1_Summary {
  overflow: hidden;
  display: block;
  width: 705px;
  height: 78px;
  margin: 20px 0 0 10px;
  padding: 0 15px 0 15px;
  background: #E3E3E3 url('../images/cart1_summary-bg.png') no-repeat;
}

.Cart1_Summary1,
.Cart2_Summary1 {
  float: left;
  display: inline;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: normal;
  padding: 29px 0 0 0;
  width: 170px;
  height: 49px;
}

.Cart1_Summary2 {
  float: right;
  display: inline;
  padding: 29px 0 0 0;
  height: 49px;
  color: #4a4a4a;
  font-size: 13px;
  font-weight: bold;
  line-height: 19px;
} 

.Cart2_Summary2 {
  float: right;
  display: inline;
  height: 78px;
} 

.Cart2_Summary2 div {
  float: left;
  display: inline;
  padding: 33px 0 0 0;
  height: 45px;
  color: #4a4a4a;
  font-size: 13px;
  font-weight: bold;
  margin: 0 5px 0 0;
}

.Cart2_Summary2 span {
  float: left;
  display: inline;
  color: #4a4a4a;
  font-size: 23px;
  padding: 29px 0 5px 0;
  height: 44px;
}

.Cart1_Summary2 span,
.Cart2_Summary2 span {
  color: #4a4a4a;
  font-size: 25px;
  height: 49px;
}

.Cart1_Summary3,
.Cart2_Summary3 {
  float: right;
  display: inline;
  color: #FF0000;
  font-size: 13px;
  font-weight: bold;
  padding: 33px 0 0 0;
  margin: 0 15px 0 0;
  height: 46px;
}

.Cart1_Summary4,
.Cart2_Summary4 {
  float: right;
  display: inline;
  color: #767676;
  font-size: 13px;
  font-weight: bold;
  padding: 33px 0 0 0;
  margin: 0 15px 0 0;
  height: 46px;
}

.Cart1_Summary4 span,
.Cart2_Summary4 span {
  color: #767676;
  font-size: 20px;
}

.Cart_Buttons {
  overflow: hidden;
  width: 755px;
  margin: 20px 0 20px 0;
}

.Cart_Continue {
  float: right;
  display: inline;
  width: 226px;
  height: 56px;
  margin: 0 10px 0 0;
  background: #0B61B3 url('../images/continue-bt.png') no-repeat;
}

.Cart_Shop {
  float: left;
  display: inline;
  width: 217px;
  height: 56px;
  margin: 0 0 0 10px;
  background: #0B61B3 url('../images/shop-bt.png') no-repeat;
}

.Cart_Back {
  float: left;
  display: inline;
  width: 217px;
  height: 56px;
  margin: 0 0 0 10px;
  background: #0B61B3 url('../images/back-bt.png') no-repeat;
}

.Cart_Send,
.Cart_Send_Pay {
  float: right;
  display: inline;
  width: 226px;
  height: 56px;
  margin: 0 10px 0 0;
  background: #0B61B3 url('../images/cart_send-bt.png') no-repeat;
}

.Cart_Send_Pay {
  background: #0B61B3 url('../images/cart_payment-bt.png') no-repeat;
}

.Cart_Continue:hover,
.Cart_Back:hover,
.Cart_Shop:hover,
.Cart_Send:hover,
.Cart_Send_Pay:hover {
  background-position: 0 -56px;
}

/**CART 2**/
.Cart_Price {
  overflow: hidden;
  width: 740px;
  height: 32px;
  font-size: 12px;
  font-weight: bold;
  padding: 13px 0 0 15px;
  margin: 0 0 15px 0;
  background: #ECECEC url('../images/cart_price.png') no-repeat;
}

.Cart2_Box {
  overflow: hidden;
  width: 755px;
}

.Cart2_div {
  float: left;
  display: inline;
  width: 335px;
  height: 75px;
  margin: 0 0 0 12px;
  padding: 20px 0 0 15px;
  border-bottom: 1px #E4E4E4 solid;
  border-right: 1px #E4E4E4 solid;
}

.Cart2_no_border {
  border-right: 0;
  margin: 0;
}

.Cart2_div label {
  position: relative;
  top: -2px;
  left: 5px;
  font-weight: bold;
  color: #0054A4;
  font-size: 12px;
}

.Cart2_div p,
.Cart2_div select {
  margin: 0 0 0 20px;
}
/*
.Cart2_div select {
  width: 100px;
}*/

.Cart2_no_border_bottom {
  border-bottom: 0;
}

.Cart_Delivery {
  overflow: hidden;
  width: 740px;
  height: 32px;
  font-size: 12px;
  font-weight: bold;
  padding: 13px 0 0 15px;
  margin: 15px 0 0 0;
  background: #ECECEC url('../images/cart_delivery.png') no-repeat;
}

.Cart2_Summary {
  overflow: hidden;
  display: block;
  width: 705px;
  height: 153px;
  margin: 20px 0 0 10px;
  padding: 0 15px 0 15px;
  background: #E3E3E3 url('../images/cart2_summary-bg.png') no-repeat;
}

.Cart2_Summary_Box {
  overflow: hidden;
  float: right;
  display: inline;
  width: 450px;
}

.Cart2_Summary2,
.Cart2_Summary3,
.Cart2_Summary4 {
  height: 30px;
}

.Cart2_Summary4 {
  float: left;
  display: inline;
}

.Cart2_Over {
  overflow: hidden;
  width: 450px;
  border-bottom: 1px #C2C2C2 solid;
} 

.Cart2_Sum {
  overflow: hidden;
  width: 450px;   
  height: 35px;
  border-bottom: 1px #C2C2C2 solid;
}

.Cart2_Sum div {
  float: left;
  display: inline;
  width: 180px;
  height: 27px;
  padding: 8px 0 0 0;
  color: #4a4a4a;
  font-size: 13px;
  font-weight: bold;
}

.Cart2_Sum span {
  float: right;
  display: inline;
  width: 220px;
  color: #4a4a4a;
  font-size: 23px;
  height: 27px;
  padding: 8px 0 0 0;
  text-align: right;
}

.Cart2_Sum_Border {
  border: 0;
}

/**CART 3**/
.Cart_Login,
.Cart_Registration {
  overflow: hidden;
  width: 740px;
  height: 32px;
  font-size: 12px;
  font-weight: bold;
  padding: 13px 0 0 15px;
  margin: 0 0 15px 0;
  background: #ECECEC url('../images/cart_login.png') no-repeat;
}

.Cart_Registration {
  background: #ECECEC url('../images/cart_registration.png') no-repeat;
}

.Cart3_Box p {
  width: 715px;
  font-size: 12px;
  margin: 0 20px 0 20px;
}

.Cart3_Box table {
  overflow: hidden;
  line-height: 200%;
  margin: 15px 0 0 25px;
}

.Cart3_Box td {
  width: 365px;
}

.Cart3_Table {
  margin: 0 0 15px 25px;
}

.Crt_Txt {
  width: 238px;
  height: 18px;
  border: 1px #B3B3B3 solid;
  padding: 5px 5px 0 5px;
}

.Crt_Txt:focus {
  border: 1px #0054A4 solid;
}

.Crt_Log {
  cursor: pointer;
  width: 89px;
  height: 28px;
  border: 0;
  background: #0B60B2 url('../images/crt_log-bt.png') no-repeat;
}

.Crt_Log:hover,
.Crt_Reg:hover {
  background-position: 0 -28px;
}

.Crt_Reg {
  display: block;
  cursor: pointer;
  width: 78px;
  height: 28px;
  border: 0;
  background: #0B60B2 url('../images/crt_reg-bt.png') no-repeat;
}

/**CART 4**/
.Cart_Data {
  overflow: hidden;
  width: 740px;
  height: 32px;
  font-size: 12px;
  font-weight: bold;
  padding: 13px 0 0 15px;
  margin: 0 0 15px 0;
  background: #ECECEC url('../images/cart_data.png') no-repeat;
}

.Cart4_Warning {
  margin: 0 0 0 15px;
  height: 30px;
  padding: 0 0 0 30px;
  background: url('../images/warning-ico.png') no-repeat;
}

.Cart4_Sum {
  margin: 15px 0 0 0;
}

.Cart4_Cnt {
  overflow: hidden;
  width: 732px;
  margin: 12px 0 0 10px;
}

.Cart4_Box {
  float: left;
  display: inline;
  width: 344px;
  height: 137px;
  padding: 10px;
  border-right: 1px #E4E4E4 solid;
  border-bottom: 1px #E4E4E4 solid;
}

.Cart4_Box_Right {
  border-right: 0;
}

.Cart4_Box_Bottom {
  border-bottom: 0;
}

.Crt4_OP {
  position: relative;
  overflow: hidden;
  width: 740px;
  height: 26px;
  margin: 15px 0 0 0;
  padding: 12px 0 0 15px;
  background: url('../images/op-bg.png') repeat-x;
}

.Crt4_OP label {
  position: relative;
  top: -2px;
  left: 5px;
  color: #0054A4;
  font-weight: bold;
}

.Crt4_OP a {
  color: #0054A4;
  font-weight: bold;
}

.CrtChkAgr {
  position: absolute;
  left: 15px;
  top: 12px;
}

.CrtChkNews {
  position: absolute;
  left: 300px;
  top: 12px;
}

.Add_Over {
  overflow: hidden;
  width: 520px;
}

.Add_Inp {
  float: right;
  display: inline;
  border: 1px #DEDEDE solid;
  background-color: #F5F5F5;
  font-family: Arial, Tahoma;
  font-size: 11px;
  height: 18px;
  padding: 5px 5px 0 5px;
  margin-bottom: 5px;
  width: 180px;
}

.Add_Inp:focus {
  border: 1px #0054A4 solid;
}

.Add_Over div {
  float: left;
  display: inline;
  width: 300px;
  margin: 4px 0 0 0;
}

.Add_Over label {
  position: relative;
  top: -1px;
  margin: 0 3px 0 0;
}

/* jquery autocompelte */
.ac_results {
  padding: 0px;
  border: 2px solid #FFF;
  background-color: #D4E2F0;
  overflow: hidden;
  z-index: 99999;
}
.ac_results ul {
  width: 278px;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ac_results li {
  cursor: pointer;
  margin: 0 2px 0 2px;
  padding: 0 8px 0 8px;
  cursor: default;
  display: block;
  border-bottom: 1px #FFF solid;
  /*
  if width will be 100% horizontal scrollbar will apear
  when scroll mode will be used
  */
  /*width: 100%;*/
  /*
  it is very important, if line-height not setted or setted
  in relative units scroll will be broken in firefox
  */
  font-size: 11px;
  line-height: 25px;
  overflow: hidden;
}

.ac_loading {
  background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
  /*background-color: #eee;*/
}

.ac_over {
  cursor: pointer;
  background-color: #0153A5;
  color: #FFF;
}

.Cart_Thanks {
  position: absolute;
  overflow: hidden;
  width: 841px;
  height: 278px;
  background: url('../images/cart_thanks-bg.png') no-repeat;
}

.Cart_Thanks h1 {
  position: absolute;
  top: 94px;
  left: 519px;
  color: #0054a4;
  font-size: 25px;
  font-weight: normal;
}

.Cart_Thanks p {
  position: absolute;
  top: 130px;
  left: 519px;
}

.Cart_Thanks a {
  position: absolute;
  top: 175px;
  left: 517px;
  width: 132px;
  height: 28px;
  background: url('../images/continue_shop-bt.png') no-repeat;
}

.Cart_Thanks a:hover {
  background-position: 0 -28px;
}

/**LOGIN_BOX**/
.Login_Box {
  display: none;
  z-index: 200;
  position: absolute;
  left: 480px;
  top: 80px;
  overflow: hidden;
  width: 510px;
}

.Login_Cnt {
  position: relative;
  overflow: hidden;
  width: 495px;
  height: 63px;
  padding: 15px 0 0 15px;
  background: #C7DAEB url('../images/login_box-bg.png') repeat-x;
}

.Login_Cnt th {
  width: 40px;
  font-weight: bold;
  color: #0054A4;
}

.Log_Txt {
  overflow: hidden;
  width: 122px;
  height: 24px;
  border: 0;
  padding: 2px 5px 0 5px;
  margin: 0 10px 0 0;
  background: #FFF url('../images/log_txt.png') no-repeat;
}

.Log_Sub {
  cursor: pointer;
  width: 106px;
  height: 28px;
  border: 0;
  background: #0054A4 url('../images/log_sub-bt.png') no-repeat;
}

.Log_Sub:hover {
  background-position: 0 -28px;
}

.Login_Cnt a {
  width: 100px;
  display: block;
  color: #0054A4;
  margin: 5px 0 0 0;
  padding: 0 0 0 10px;
  text-decoration: none;
  background: url('../images/login_li.png') 0 3px no-repeat;
}

.Login_Cnt a:hover {
  text-decoration: underline;
}

.Login_Shadow {
  overflow: hidden;
  display: block;
  width: 510px;
  height: 11px;
  background: url('../images/login_shadow-bg.png') no-repeat;
}

.dspopup-overlay {
  position: absolute;
  background: #000;
  opacity: 0.50;
}

/* product block - uvodna stranka */
#products_block a:focus {
  outline: 0;
}

.pb-empty {
  margin: 50px;
  font-style: italic;
  text-align: center;
}

.products-block-loader {
  display: none;
  position: absolute;
  background: url('../images/ajax-loader-02.gif') no-repeat;
  width: 16px;
  height: 11px;
  right: 20px;
  top: 10px;
}

.not-orderable {
  font-weight: bold;
  margin-top: 10px;
}

/**AUTHOR**/
.Author_Overflow {
  overflow: hidden;
  position: relative;
  width: 745px;
  margin: 15px 0 10px 10px;
}

/**PREDOBJEDNAVKA**/
.D_O {
  overflow: hidden;
  width: 530px;
  margin: 10px 0 0 0;
}

.Order_Box {
  float: left;
  display: inline;
  width: 300px;
  overflow: hidden;
  width: 291px;
  height: 54px;   
  background: url('../images/detail_price-bg.png') no-repeat;
}

.Order_Date {
  float: right;
  display: inline;
  font-size: 11px;
  color: #949494;
  text-align: center;
  margin: 8px 10px 0 0;
}

.Order_Date span {
  display: block;  
  font-size: 13px;
  color: #4A4A4A;
}

.Order_Title {
  float: left;
  display: inline;
  height: 36px;
  font-size: 24px;
  color: #4a4a4a;
  text-align: center;
  padding: 18px 0 0 0;
  margin: 0 0 0 10px;
}

/**STICKERS**/
.Stickers {
  float: right;
  display: inline;
  width: 190px;
  overflow: hidden;
}

.Stickers img {
  float: right;
  display: inline;
  width: 38px;
  height: 38px;
  margin: 0 5px 0 0;
}

/**PAYMENTS ICO**/
.Payments_Ico {
  position: relative;
  overflow: hidden;
  width: 1002px;
  height: 60px;  
  text-align: center;
  margin: 5px 0 0 0
}

.Payments_Ico div {
  margin: 0 0 0 30px;
}

.Payments_Ico img {
  float: left;
  display: inline;
  margin: 0 5px 0 0;
}

.Payments_Ico p {
  display: block;
}

.Cart2_Gift {
  margin: 10px 0 0 20px;
}

.Cart_Gift {
  overflow: hidden;
  width: 740px;
  height: 32px;
  font-size: 12px;
  font-weight: bold;
  padding: 13px 0 0 15px;
  margin: 15px 0 0 0;
  background: #ECECEC url('../images/cart_registration.png') no-repeat;
}

.PaneVideo {
  padding: 20px 0 0 25px;
}

.RightBanner {
  margin-top: 20px;
}

.Cart2_Box #form_type_1,
.Cart2_Box #form_type_2 {
  display: none;
}

.Order_Red {
  color: #FF0000;
}

.Img_Fcbk {
  display: block;
  margin: 20px 0 0 0;
}

.search-select {
  width: 107px;
  height: 30px;  
  background: url('../images/select_search.png');
  position: relative;
  z-index: 50;
}

.search-select-current {  
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 60px;
  height: 100%;
  line-height: 30px;
  padding: 0 10px;
}

.search-select-more {
  position: absolute;
  left: 80px;
  top: 1px;
  width: 26px;
  height: 28px;
  cursor: pointer;
}

.search-select-list {
  background-color: white;
  position: absolute;
  top: 29px;
  left: 0px;
  width: 110px;
  cursor: default;
  z-index: 200;
  border: 1px solid #aaa;
  overflow: auto;
}

.search-select-item {
  display: block;
  line-height: 13px;
  padding: 5px 3px;
}

.search-select-item-hover {
  background: #084a89;
  color: white;
}

.Book_Free_Title {
  display: block;
  width: 755px;
  height: 29px;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  color: #F20000;
  margin: 10px 0 10px 0;
  padding: 14px 0 0 15px;
}

.Book_Free_Title strong {
  font-weight: normal;
  font-size: 22px;
  color: #F20000;
}

.Book_Free_Overflow {
  overflow: hidden;
  width: 755px;
}

.Book_Free_Box {
  float: left;
  display: inline;
  width: 140px;
  height: 150px;
  text-align: center;
  margin: 10px 0 0 10px;
}

.Book_Free_Box label {
  cursor: pointer;
}

.Book_Free_Box p {
  color: #0054A4;
  font-weight: bold;
  margin: 10px 0 0 0;
  font-size: 11px;
  height: 35px;
  overflow: hidden;
  text-align: center;
}