/* Global CSS */



body {

	font-family: arial, verdana, helvetica, sans-serif;

	font-size: 12px;

	margin: 0 auto;

	text-align: center;

	

	color: #555555;

	background-color: #ffffff;

	background-image: url('../images/body-bg.jpg');

	background-repeat: repeat-x;

}



img {

	border: 0px;

}



table {

	font-family: arial, verdana, helvetica, sans-serif;

	font-size: 12px;

}



form {

	margin: 0px;

	padding: 0px;

}



input, select, textarea {

	font-family: arial, verdana, helvetica, sans-serif;

	font-size: 11px;

}



p {

	margin-top: 10px; margin-bottom: 10px;

}



a {

	text-decoration: underline;

	

	color: #76ad1c;

	background-color: transparent;

}



a:hover {

	text-decoration: none;

}



input.textbox_01 {

	font-family: arial, verdana, helvetica, sans-serif;

	font-size: 11px;

	padding-left: 2px; padding-right: 2px;

	

	color: #555555;

	background-color: #ffffff;

	background-image: url('../images/textbox-bg-01.gif');

	background-repeat: repeat-x;

	border: 1px solid #c4c4c4;

}



textarea.textarea_01 {

	font-family: arial, verdana, helvetica, sans-serif;

	font-size: 11px;

	padding: 2px;

	

	color: #555555;

	background-color: #ffffff;

	border: 1px solid #c4c4c4;

}



input.button_01 {

	width: 113px;

	height: 17px;

	overflow: hidden;

	border: 0px;

	cursor: pointer;

	text-transform: lowercase;

	padding-top: 1px;

	

	color: #ffffff;

	background: url('../images/button-bg-01.gif') #c4c4c4 no-repeat;

}

input.button_02 {

	width: 113px;

	height: 17px;

	overflow: hidden;

	border: 0px;

	cursor: pointer;

	text-transform: lowercase;

	padding-top: 1px;

	float: right;

	color: #ffffff;

	background: url('../images/button-bg-02.gif') #c4c4c4 no-repeat;

}




input.button_bigger_01 {

	width: 135px;

	height: 17px;

	overflow: hidden;

	border: 0px;

	cursor: pointer;

	text-transform: lowercase;

	padding-top: 1px;

	

	color: #ffffff;

	background: url('../images/button-bigger-bg-01.gif') transparent no-repeat;

}



h1 {
	display: block;
	width:80%;
	height: 40px;
}



h2 {

}



h3 {

   font-size: 13px;

}



h4 {

   font-size: 12px;

}



.hr {

   margin-top: 5px; margin-bottom: 5px;

   height: 5px;

   clear: both;

   

   color: #ffffff;

	background: url('../images/hr-bg.gif') transparent repeat-x;

}



.error_title_01 {

   font-weight: bold;

   

   color: #ff0000;

}



.error_text_01 {

   color: #ff0000;

}



/* Layout CSS */



div#Layout {

}



   div#Layout div.maxWidth {

   	width: 795px;

   	overflow: hidden;

   	text-align: left;

   	margin: 0 auto;

   	

   	color: #555555;

   	background-color: transparent;

   }



/* Header CSS */



div#Header {

   height: 162px;

   overflow: hidden;

   padding-left: 615px;

   

   background-image: url('../images/header-bg.jpg');

}



   div#Header a {

      background-color: transparent;

   }



/* MainMenu CSS */



div#MainMenu {

   height: 21px;

   oerflow: hidden;

   padding-top: 6px;

   

   background-image: url('../images/mainmenu-bg.gif');

   background-position: top center;

   background-repeat: no-repeat;

}



   div#MainMenu ul {

      margin: 0;

      padding: 0;

      text-align: center;

   }



      div#MainMenu ul li {

         list-style: none;

         display: inline;

         padding-left: 7px; padding-right: 7px;

      }



         div#MainMenu ul li a {

            text-decoration: none;

            

            color: #ffffff;

            background-color: transparent;

         }



         div#MainMenu ul li a:hover {

            text-decoration: underline;

         }

   

/* Wrapper CSS */



div#Wrapper {

   float: left;

   width: 795px;

   overflow: hidden;

   padding-top: 10px;

   

   background-image: url('../images/wrapper-bg.jpg');

   background-repeat: repeat-x;

}



/* LeftCol CSS */



div#LeftCol {

   float: left;

   width: 165px;

   height: overflow;

   margin-left: 15px; margin-right: 30px;

   font-size: 11px;

}



   div#LeftCol div.leftCategories {

   }



      div#LeftCol div.leftCategories ul {

         margin: 0;

         padding: 0;

         list-style: none;

      }



         div#LeftCol div.leftCategories ul li {

            width: 145px;

            overflow: hidden;

            text-transform: uppercase;

            margin-left: -15px;

            padding: 5px 5px 5px 30px;

            

            background-image: url('../images/leftcategories-li-bg.gif');

            background-repeat: no-repeat;

            background-position: 15px bottom;

         }



            div#LeftCol div.leftCategories ul li a {

               text-decoration: none;

               

               color: #555555;

               background-color: transparent;

            }



         div#LeftCol div.leftCategories ul li:hover {

            cursor: pointer;

         }

   

            div#LeftCol div.leftCategories ul li:hover a,

            div#LeftCol div.leftCategories ul li a:hover {

               text-decoration: underline;

            }



         div#LeftCol div.leftCategories ul li.selected {

            font-weight: bold;

         }



   div#LeftCol div.leftSearch {

   }

   

      div#LeftCol div.leftSearch h2 {

         font-size: 12px;

         text-transform: uppercase;

         margin-top: 15px; margin-bottom: 10px;

      }

   

      div#LeftCol div.leftSearch div.box {

         padding: 6px;

         

         background-color: #ebeced;

      }

   

         div#LeftCol div.leftSearch div.box input.textbox_01 {

            width: 125px;

         }

   

         div#LeftCol div.leftSearch div.box input.button_01 {

            width: 16px;

            height: 16px;

            overflow: hidden;

            

            background: url('../images/button-search.gif') #f6f6f6 no-repeat;

            border: none;

         }

         

   div#LeftCol div.tricks {      

      background-image: url('../images/tricks-bg.gif');

      background-repeat: no-repeat;

      background-position: 0 54px;      

   }

   

      div#LeftCol div.tricks div.trickBox {

         padding-left: 10px; padding-right: 10px;

      }

   

         div#LeftCol div.tricks div.trickBox p.actions {

            text-align: center;

            margin-bottom: 20px;

         }



/* Content CSS */



div#Content {

   float: left;

   width: 375px;

   height: overflow;

}



   div#Content h1 {

      font-size: 15px;

      margin-top: 5px; margin-bottom: 10px;

   }



   div#Content h2 {

      font-size: 13px;

      margin-top: 15px; margin-bottom: 10px;

   }



   div#Content h3 {

      font-size: 12px;

      margin-top: 15px; margin-bottom: 10px;

   }



/* RightCol CSS */



div#RightCol {

   float: left;

   width: 165px;

   height: overflow;

   margin-left: 30px;

   font-size: 11px;

}



   div#RightCol h2 {

      font-size: 12px;

      text-transform: uppercase;

      margin-top: 0; margin-bottom: 10px;

      padding: 0;

   }



      div#RightCol h2 a {

        color: #555555;

	     background-color: transparent;

      }



   div#RightCol div.rightLogin {

   }

   

      div#RightCol div.rightLogin div.box {

         padding: 6px;

         margin-bottom: 10px;

         

         background-color: #eceded;

      }

   

         div#RightCol div.rightLogin div.box label {

            float: left;

            width: 45px;

            clear: left;

            margin-top: 3px; margin-bottom: 5px;

            padding: 0;

         }

   

         div#RightCol div.rightLogin div.box input.textbox_01 {

            width: 80px;

            clear: both;

            clear: right;

            margin-bottom: 5px;

         }

         

         div#RightCol div.rightLogin div.box input.button_01 {

            float: right;

            width: 16px;

            height: 16px;

            overflow: hidden;

            margin-top: -24px;

            

            background: url('../images/button-search.gif') #f6f6f6 no-repeat;

            border: none;

         }



   div#RightCol div.basketContent {

      padding: 6px;

      

      background: url('../images/basket-content-bg.gif') transparent no-repeat;

   }

   

      div#RightCol div.basketContent h2 {

      }

   

      div#RightCol div.basketContent ul {

         margin: 0;

         padding: 0;

         list-style-type: none;

      }

   

         div#RightCol div.basketContent ul li {

            padding: 6px;

         }

   

            div#RightCol div.basketContent ul li a {

               color: #555555;

               background-color: transparent;

            }

   

      div#RightCol div.basketContent p.total {

         font-weight: bold;

      }

      

      div#RightCol div.basketContent p.actions {

         text-align: center;

      }

      

   div#RightCol div.rightAdvert {

      padding: 6px;

      text-align: center;

      

      /*background-color: #ececed;*/

   }

      

      div#RightCol div.rightAdvert img {

         border: 3px solid #bbbbbb;

      }



   div#RightCol div.newsletterForm {

   }



      div#RightCol div.newsletterForm h2 {

         font-size: 12px;

         text-transform: uppercase;

         margin-top: 15px; margin-bottom: 10px;

      }



      div#RightCol div.newsletterForm div.box {

         padding: 6px;

         

         background-color: #ebeced;

      }



         div#RightCol div.newsletterForm div.box p {

            margin: 0;

            padding-top: 5px; padding-bottom: 5px;

         }



         div#RightCol div.newsletterForm div.box input.textbox_01 {

            width: 125px;

         }

   

         div#RightCol div.newsletterForm div.box input.button_01 {

            width: 16px;

            height: 16px;

            overflow: hidden;

            

            background: url('../images/button-search.gif') #f6f6f6 no-repeat;

            border: none;

         }



/* TopMenu CSS */



div#TopMenu {

   float: left;

   clear: both;

   width: 795px;

   margin-top: 15px; margin-bottom: 5px;

}



   div#TopMenu ul {

      margin: 0;
 		
      padding: 0;

      text-align: center;

   }



      div#TopMenu ul li {

         list-style: none;

         display: inline;

         padding-left: 2px; padding-right: 2px;

         text-transform: lowercase;

         font-size: 12px;

      }



         div#TopMenu ul li a {

            text-decoration: none;

            

            color: #76ad1c;

            background-color: transparent;

         }



         div#TopMenu ul li a:hover {

            text-decoration: underline;

         }

         

/* Footer CSS */



div#Footer {

   float: left;

   width: 795px;

   padding-top: 13px; padding-bottom: 13px;

   text-align: center;

   letter-spacing: 3px;

   

   color: #ffffff;

   background-color: #77ad1c;

}



   div#Footer span.domain {

      padding-left: 5px; padding-right: 5px;

      text-transform: uppercase;

      font-weight: bold;

   }

   

/* Products CSS */



div#Products {

}



   div#Products div.productBox {

      clear: both;

      padding-top: 5px;

   }



      div#Products div.productBox:hover {

         cursor: pointer;

      }



      div#Products div.productBox div.imagePrice {

         float: left;

         width: 124px;

         overflow: hidden;

         margin-right: 10px;

      }



         div#Products div.productBox div.imagePrice p.image {

            margin: 0;

         }



            div#Products div.productBox div.imagePrice p.image img {

               border: 2px solid #dddddf;

            }



         div#Products div.productBox div.imagePrice p.price {

            margin: 0;

            padding: 2px;

            text-align: center;

            

            color: #ffffff;

            background-color: #76ad1c;

         }



         div#Products div.productBox div.imagePrice p.priceaction {

            margin: 0;

            padding: 2px;

            text-align: center;

            

            color: #ffffff;

            background-color: #f29915;

         }



      div#Products div.productBox div.details {

         float: left;

         width: 230px;

         overflow: hidden;

      }



         div#Products div.productBox div.details h3 {

            font-size: 12px;

            margin-top: 0; margin-bottom: 10px;

         }



            div#Products div.productBox div.details h3 a {

               color: #717173;

            }



   div#Products div.productBoxDetails {

      clear: both;

      padding-top: 5px;

   }



      div#Products div.productBoxDetails h3 {

         font-size: 12px;

         margin-bottom: 10px;

      }



      div#Products div.productBoxDetails p.image {

         text-align: center;

         margin-top: 0;

      }



         div#Products div.productBoxDetails p.image img {

            width: 375px;

            

            border: 2px solid #dddddf;

         }



      div#Products div.productBoxDetails p.flash {

         text-align: center;

         margin-top: 0;

      }



      div#Products div.productBoxDetails ul.productFeatures {

         margin: 0;

         padding: 0;

         list-style-type: none;

      }



         div#Products div.productBoxDetails ul.productFeatures li {

            display: inline;

         }



            div#Products div.productBoxDetails ul.productFeatures li img {

               height: 50px;

               margin-right: 5px; margin-bottom: 5px;

            }



/* Basket CSS */



div#Basket {

}

div#Basket p.PageIndex b{
	color:Green;
}

   /* Table Basket Content */



   div#Basket table.basketcontent_01 {

      border-collapse: collapse;

      width: 100%;

   }



      div#Basket table.basketcontent_01 td {

         padding: 3px;

         

         border: 1px solid #dddddf;

      }



      div#Basket table.basketcontent_01 td.productname_01 {

         font-weight: bold;

         

         border-top: 2px solid #dddddf;

      }



      div#Basket table.basketcontent_01 td input.textbox_01 {

         width: 20px;

         text-align: center;

      }



      div#Basket table.basketcontent_01 tr.field_label_01 {

         font-weight: bold;

         

         background-color: #ebeced;

      }



      div#Basket table.basketcontent_01 tr.field_label_02 {

         font-weight: bold;

         

         background-color: #ebeced;

      }



      div#Basket table.basketcontent_01 tr.row_01 {

         background-color: #f6f6f6;

      }



      div#Basket table.basketcontent_01 tr.row_02 {

         background-color: #f9f9f9;

      }

      

      /* Infobox */

      

      div#Basket div.infobox_01 {

      	width: 100%;

      	margin-bottom: 10px;

      }

      

         div#Basket div.infobox_01 div.label_01 {

         	padding: 5px;

         	font-weight: bold;

         	

         	background-color: #ebeced;

         	border: 1px solid #dddddf;

         }

         

         div#Basket div.infobox_01 div.optionrow_01 {

         	padding: 5px;

         	

         	background-color: #f9f9f9;

         	border-right: 1px solid #dddddf; border-bottom: 1px solid #dddddf; border-left: 1px solid #dddddf;

         }

         

         div#Basket div.infobox_01 div.optionrow_02 {

         	padding: 5px;

         	

         	background-color: #f6f6f6;

         	border-right: 1px solid #dddddf; border-bottom: 1px solid #dddddf; border-left: 1px solid #dddddf;

         }

         

         div#Basket div.infobox_01 div.formitem_01 {

         	position: absolute;

         }

         

         div#Basket div.infobox_01 div.optiontext_01 {

         	padding-left: 30px;

         }

         

         div#Basket div.infobox_01 div.optionprice_01 {

         	float: right;

         	margin-left: 10px;

         }

      

/* Login CSS */



div#login {

}



   div#login div.loginform_01 {

   	margin-bottom: 10px;

   }

   

      div#login div.loginform_01 div.label_01 {

      	font-weight: bold;

      	width: 95%;

      	padding: 3px;

      	

      	background-color: #ebeced;

      	border: 1px solid #dddddf;

      }

      

      div#login div.loginform_01 div.item_01 {

      	width: 95%;

      	padding: 3px;

      	

      	border-top: 0px; border-left: 1px solid #dddddf; border-right: 1px solid #dddddf; border-bottom: 1px solid #dddddf;

      }

   

   div#login div.loginform_02 {

   	margin-bottom: 10px;

   }

   

      div#login div.loginform_02 div.label_01 {

      	font-weight: bold;

      	width: 95%;

      	padding: 3px;

      	

      	background-color: #ebeced;

      	border: 1px solid #dddddf;

      }

      

      div#login div.loginform_02 div.item_01 {

      	width: 95%;

      	padding: 3px;

      	float: left;

      	

      	border-top: 0px; border-left: 1px solid #dddddf; border-right: 1px solid #dddddf; border-bottom: 1px solid #dddddf;

      }

      

      div#login div.loginform_02 div.item_02 {

      	width: 95%;

      	padding: 3px;

      	float: left;

      	

      	border-top: 0px; border-left: 1px solid #dddddf; border-right: 1px solid #dddddf; border-bottom: 1px solid #dddddf;

      }

      

      div#login div.loginform_02 div.item_01 div.field_label_01 {

      	float: left;

      	width: 100px;

      }

      

      div#login div.loginform_02 div.item_01 div.field_item_01 {

      	float: left;

      }

      

/* News CSS */



div#News {

}



   div#News div.newsitem_01 {

   }



      div#News div.newsitem_01 h3 {

      }

   

      div#News div.newsitem_01 p.newsintro {

         font-weight: bold;

      }

   

      div#News div.newsitem_01 p.more {

         text-align: right;

      }

      

/* Advices CSS */



div#Advices {

}



   div#Advices div.adviceitem_01 {

   }



      div#Advices div.adviceitem_01 h3 {

      }

   

      div#Advices div.adviceitem_01 p.adviceintro {

         font-weight: bold;

      }

   

      div#Advices div.adviceitem_01 p.more {

         text-align: right;

      }

      

/* Tabs CSS */



div#Tabs {

}



   div#Tabs table.table_tabs_01 {

   	width: 100%;

   	

   	color: #76ad1c;

   	background-color: #f6f6f6;

   	border: 1px solid #dddddf;

   }

   

   div#Tabs table.table_tabs_01 td {

   	padding: 3px;

   	text-align: center;

   }

   

   div#Tabs table.table_tabs_01 td a {

   	text-decoration: none;

   	

   	color: #76ad1c;

   }

   

   div#Tabs table.table_tabs_01 td:hover,

   div#Tabs table.table_tabs_01 td.selected {

   	cursor: pointer;

   	

   	color: #76ad1c;

   	background-color: #ebeced;

   }

   

   div#Tabs table.table_tabs_01 td:hover a,

   div#Tabs table.table_tabs_01 td.selected a {

   	color: #76ad1c;

   }

   

/* OrderDetails CSS */



div#OrderDetails {

	border-left: 1px solid #dddddf; border-right: 1px solid #dddddf; border-bottom: 1px solid #dddddf;

}



   div#OrderDetails h3 {

   	padding: 5px;

   	margin-bottom: 0px;

   	

   	background-color: #ebeced;

   }

   

   div#OrderDetails p {

   	margin-top: 0px;

   	padding-top: 10px; padding-right: 5px; padding-left: 5px;

   }

   

   div#OrderDetails table.table_orderdatas_01 {

   	border-collapse: collapse;

   }

   

      div#OrderDetails table.table_orderdatas_01 td {

      	text-align: left;

      	padding: 5px;

      }

      

      div#OrderDetails table.table_orderdatas_01 tr.row_01,

      div#OrderDetails table.table_orderdatas_01 tr.row_01 a {

      	background-color: #f9f9f9;

      }

      

      div#OrderDetails table.table_orderdatas_01 tr.row_02,

      div#OrderDetails table.table_orderdatas_01 tr.row_02 a {

      	background-color: #f6f6f6;

      }

      

      div#OrderDetails table.table_orderdatas_01 td.fieldname_01 {

      	padding: 5px;

      	font-weight: bold;

      	width: 20%;

      	

      	border: 1px solid #dddddf;

      }

      

      div#OrderDetails table.table_orderdatas_01 td.fielditem_01 {

      	padding: 5px;

      	

      	border: 1px solid #dddddf;

      }

      

      div#OrderDetails table.table_orderdatas_01 td.fieldnote_01 {

      	font-size: 10px;

      	padding: 5px;

      }

      

      div#OrderDetails table.table_orderdatas_01 td.fielderror_01 {

      	padding: 5px;

      	

      	color: #ff0000;

      	background-color: transparent;

      }

   

   div#OrderDetails table.basketcontent_01 {

   	border-collapse: collapse;

   	width: 100%;

   	

   	border: 1px solid #dddddf;

   }

   

      div#OrderDetails table.basketcontent_01 td {

      	padding: 5px;

      	

      	border: 1px solid #dddddf;

      }

      

      div#OrderDetails table.basketcontent_01 input.textbox_01 {

      	text-align: center;

      }

      

      div#OrderDetails table.basketcontent_01 tr.field_label_01 {

      	font-weight: bold;

      	

      	background-color: #ebeced;

      }

      

      div#OrderDetails table.basketcontent_01 tr.field_label_02 {

      	background-color: #ebeced;

      }

      

      div#OrderDetails table.basketcontent_01 tr.row_01,

      div#OrderDetails table.basketcontent_01 tr.row_01 a {

      	background-color: #f9f9f9;

      }

      

      div#OrderDetails table.basketcontent_01 tr.row_02,

      div#OrderDetails table.basketcontent_01 tr.row_02 a {

      	background-color: #f6f6f6;

      }



/* Table ProductPrices CSS */



table.table_productcrossvalues_01 {

   margin-top: 10px;

}



   table.table_productcrossvalues_01 td {

      padding: 5px;

      text-align: center;

   }



   table.table_productcrossvalues_01 tr.label_01 {

      font-weight: bold;

      

      background-color: #eceded;

   }



   table.table_productcrossvalues_01 tr.row_01 {

      background-color: #f5f6f6;

   }



   table.table_productcrossvalues_01 tr.row_02 {

      background-color: #ececed;

   }



   table.table_productcrossvalues_01 td input.textbox_01 {

      width: 20px;

      text-align: center;

   }

   

/* Table Form 01 CSS */



table.table_form_01 {

	border-collapse: collapse;

	

	border: 1px solid #dddddf;

}



   table.table_form_01 td {

   	padding: 5px;

   }

   

   table.table_form_01 input.textbox_01,

   table.table_form_01 textarea.textarea_01 {

      width: 95%;

   }

   

   table.table_form_01 tr.row_01,

   table.table_form_01 tr.row_01 a {

   	background-color: #f9f9f9;

   }

   

   table.table_form_01 tr.row_02,

   table.table_form_01 tr.row_02 a {

   	background-color: #f6f6f6;

   }

   

   table.table_form_01 td.fieldsectionlabel_01 {

   	font-weight: bold;

   	

   	background-color: #ebeced;

   }

   

   table.table_form_01 td.fieldname_01 {

   	padding: 5px;

   	font-weight: bold;

   	width: 20%;

   	

   	border: 1px solid #dddddf;

   }

   

   table.table_form_01 td.fielditem_01 {

   	padding: 5px;

   	

   	border: 1px solid #dddddf;

   }

   

   table.table_form_01 td.fieldnote_01 {

   	font-size: 10px;

   	padding: 5px;

   }

   

   table.table_form_01 span.fieldnote_01 {

   	font-size: 10px;

   }

   

   table.table_form_01 td.fielderror_01 {

   	padding: 5px;

   	

   	color: #ff0000;

   	background-color: transparent;

   }

   

   table.table_form_01 p.note_01 {

   	font-size: 10px;

   	line-height: 12px;

   }

   

/* Table list 01 CSS */



table.table_list_01 {

	border: 1px solid #dddddf;

	border-collapse: collapse;

	width: 100%;

}



   table.table_list_01 td {

   	padding: 5px;

   	border-top: 1px solid #dddddf; border-bottom: 1px solid #dddddf;

   }

   

   table.table_list_01 tr.row_01,

   table.table_list_01 tr.row_01 a {

   	background-color: #f9f9f9;

   }

   

   table.table_list_01 tr.row_02,

   table.table_list_01 tr.row_02 a {

   	background-color: #f6f6f6;

   }

   

   table.table_list_01 tr.fieldlabel_01 {

   	background-color: #c6c7c9;

   }

   

   table.table_list_01 td.fieldname_01 {

   }

   

   table.table_list_01 td.fieldactions_01 {

   	width: 150px;

   	text-align: center;

   }

   

   table.table_list_01 td.fieldname_02 {

   	color: #3365aa;

   	background-color: #f4f9fd;

   }

   

   table.table_list_01 td.fieldname_02 a {

   	color: #3365aa;

   	background-color: #f4f9fd;

   }

   

   table.table_list_01 td.fieldactions_02 {

   	color: #3365aa;

   	background-color: #f4f9fd;

   	text-align: center;

   }

   

   table.table_list_01 td.fieldactions_02 a {

   	color: #3365aa;

   	background-color: #f4f9fd;

   }

   

   table.table_list_01 td.fieldactions_02 a {

   	color: #3365aa;

   	background-color: #f4f9fd;

   }



/* Common CSS */



p.required_datas {

	font-size: 10px;

}

p.actions {

	text-align: right;

}

p.back {
	display: block;
	float: right;
	margin-top:-48px;

}

p.back a {
	background-color: #76AD1C;
	color: White;
	padding: 2px;
}


p.pages {

	text-align: center;

}



p.pages a, p.pages b {

	margin-right: 5px; margin-left: 5px;

}



p.pages a.back {

	margin-right: 10px;

}



p.pages a.forward {

	margin-left: 10px;

	padding-top: 0;

}



p.orderby {

   text-align: right;

   margin-bottom: 0;

}

p.red {
	color: Red;
	font-weight: bold;
}



.tooltip p{
    margin:0; 
    padding:0;
    padding:2px 2px;
}

.bstip {
	color:#666;
	z-index:8887;
	background-color:#FFF;
	display:none;
	padding:3px 3px 3px 3px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border:3px solid #81ad2e;
}

