/*
Theme Name: Crio cord shop
Theme URI: http://instinct.co.nz
Description: Crio Cord Shopping Cart
Version: 0.1
*/
 
/*
 * If you delete this file, you can expect your WP e-Commerce installation to break in some manner
 * to create your own theme copy, and paste this file, change the names and alter to your tastes
*/

.wpsc_container{
  position: relative;
  } 

div.productdisplay img {
	max-width: none !important;
	padding: 8px 0 0 0;
	border: none;
}
span.pricedisplay{
 white-space: nowrap;
 width: 70px;
 float:right; 
 }
div.item_image {
	background-image:url(images/itembg.gif);
	height:86px;
	width:116px;
}
 
div#sidebar div.item_image img {
	border:medium none;
	max-width:none !important;
	padding:8px 0pt 0pt 9px;
}
 
/*
 * shopping cart styling
 * lots of styling for lots of different ways of displaying it.
 */
div#shoppingcart{
 float: right;
 width: 148px;
 margin: 0px;
 padding: 0px;
 margin-left: 5px;
 }
 
div#shoppingcart div#shoppingcartcontents{
 font-size: 9pt;
 border: 1px solid #999999;
 background-color: #efefef;
 height: 100%;
 width: 100%;
 text-align: left;
 padding: 0px 6px 0px 0px; 
 position: relative;
 z-index: 9;
 }
 
div#shoppingcart div#shoppingcartcontents strong{
 display: block;
 width: 100%;
 }
 
div#shoppingcart div strong{
 font-size: 11pt;
 }

div#sideshoppingcart div{
 height: 100%;
 width: 90%;
 text-align: left;
 padding: 6px;
 padding-top: 4px;
 }
 
div#sideshoppingcart div h2{
 margin-left: -1ex;
 display: inline;
 }
 


table.shoppingcart{
 margin-left: -2px;
 margin-bottom: 5px;
 }

table.shoppingcart tr td{
 font-size: 8pt !important;
 }

div#widgetshoppingcart{
 }

div#widgetshoppingcart div{
/*  height: 100%; */
 width: 100%;
 text-align: left;
 }

div#widgetshoppingcart div strong.cart_title{
 margin-left: -6px;
 display: inline;
 font-size: 1.2em;
 }
 
div#widgetshoppingcart div h2{
 text-align: left;
 margin-bottom: 4px;
 display: block; 
 }
 
a#fancy_collapser_link{
 width: 13px;
 height: 13px;
 padding: 0px;
 margin-left: 5px;
 margin-bottom: -3px;
 border: none;
 }
 
a#fancy_collapser_link img{
 border: none;
 }
 
div#shoppingcartcontents{
 display: block;  
 }
 
div#sliding_cart{
  margin: 0px;
  padding: 0px;
  background: none;
  border: none;
  }  
 
span.oldprice{
 text-decoration: line-through;
 }
 
 span.oldprice span{
 text-decoration: line-through;
 }
 
span.special{
 color: #DD0000;
 font-weight:bold;
 }

h2.prodtitles{
 font-size:1em;
 margin-top: 0px;
}


strong.prodtitles{
 display: block;
 margin-bottom: -15px;
 }
 
 pan.items{
 display:block;
 margin:0 0 15px 0;
}

span.nomore{
 display:block;
 margin:0 0 15px 0;
}

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

span.subtotal,span.total,span.discount,span.postage,span.tax,span.gocheckout{
display:block;
}

span.totalhead,span.discounthead,span.subtotalhead,span.postagehead,span.taxhead{
font-weight:bold;
margin-right:5px;
}

span.emptycart{
 display:block;
 margin:10px 0 0 0;
}

p.empty,p.visitshop{
 margin:0;
 padding:0;
}

 
/*
 * end shopping cart styling
 */

 
/*
 * product default display styling
 */
div.productdisplay {
 position:relative;
/*  float:left; */
 clear:both;
 top:0px;
 left: 0px;
/* margin-top: 10px; */
 margin-bottom: 20px;
border-collapse: collapse;
 width: 100%;
 text-align: left !important;
}

table.productdisplay tr td{
	vertical-align: top;
	padding-bottom: 5px;
	text-align: left !important;
}

table.productdisplay tr td form{
	text-align: left;
}


div.imagecol{
	position:relative;
	float:left;
/* 	width:250px; */
	top:0px;
	left: 0px;
	padding-right: 5px;
	margin-right: 5px;
	border: 0px solid #ffffff;
	vertical-align: top;
 }
  
div.productdisplay div.imagecol img{
/* 	width: 150px; */
/* 	height: 150px; */
	border:1px solid #F2F2F2;
	padding:2px;
 }

div.textcol{
 position:relative;
/*  float:left; */
 top:0px;
 left: 0px;
 padding: 0px;
 padding-bottom: 10px;
 margin: 0px;
/* Adjust this width according to your layout*/
/*  width: 77%; */
 text-align: left !important;
 }

div.single_product_display div.textcol{
/* Adjust this width according to your layout*/
/*  width:41%; */
 margin-right:15px;
}



div.producttext{
 color: #232323;
 font-size: 1.2em;
 width: 100%;
 text-align: left !important; 
 font-style: 'Lucida Grande',Geneva,Arial,Verdana,Helvetica,sans-serif;
 margin: 0px 0px 30px 5px
 }
 
 div.producttext strong{
 color: #555;
 }
 
 span.additional{
 color:#232323;
line-height:185%;
font-weight:bold;
 }

span.single_additional_description{
	margin-top:15px;
}

span.price {
	background-color:#9AC15C;
	color:#FFFFFF;
	margin-left:5px;
	padding-left:2px;
	padding-right:2px;
}

a.wpsc_product_title{
 color:#44555f;
 border-bottom: 1px solid #c8d2de;
 display: block;
 font-size: 11pt;
 margin: 0px 0px 5px 0px;
 } 
 
a.wpsc_product_title:hover{
 text-decoration: none;
 } 
 
div.breadcrumb {
  margin: 0px 0px 10px 0px;
}
 
p.wpsc_description{
 margin: 0px 0px 6px 0px;
}
 
div.wpsc_variation_forms div{
  margin: 3px 0px 3px 0px;
}
 
div.wpsc_variation_forms div label{
  min-width: 60px;
  display: block;
  float: left;
  color:#333333;
  font-size: 66%;
  font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
  text-transform: uppercase;
  padding: 3px 0px 3px 0px;
}
 
table.wpsc_variation_forms{
 margin: 0px 0px 0px 0px;
 
 }

table.wpsc_variation_forms select{
	background-color:#EEEEEE;
	border-width:1px;
	font-family:verdana;
	font-size:8pt;
	margin:0px;
	width:115px;
}

table.wpsc_variation_forms label{
	color:#666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:150%;
	text-transform:uppercase;
 }

p.wpsc_extras_forms label{
 color: #333333;
 font-size: 9pt;
 font-weight: bold;
 }
 
p.wpsc_product_price{
 margin: 10px 0px 10px 0px;
 color: #333333;
 font-size: 9pt;
 font-weight: bold;
 }
 div.wpsc_product_price{ 
   width:130px;
 }
p.wpsc_product_extra_content{
 margin: 10px 0px 10px 0px;
 color: #333333;
 font-size: 9pt;
 font-weight: bold;
 }
 
 input.wpsc_buy_button {
/* 	text-indent:-9999px; */
	background-image: url(images/atc.gif);
	border: none;
	text-align: center;
	/*  vertical-align: top; */
	padding: 0px 0px 0px 0px;
	font-size: 8pt;
	margin-top: 3px;
	color: #6a6c74;
	cursor: pointer;
  display: none;
}

p#exito, p#error, p#exitoAntares, p#exitoDKV, p#exitoMapfre, p#exitoIMQ {
  display: none;
}

#continuar{

}

 p.galleryheading{
	font-weight:bold;
}
 
/* styles the additional description */
span.additional_description{
display: none;
}

a.additional_description_link{
display: inline;
}

a.additional_description_link img{
margin-right: 3px;
}

    /*
    * product rating styling
    */ 
    div.product_footer{
    position: relative;
    padding: 0px !important;
    width: 100%;
    border-top: 1px dashed #cccccc;
    height: 35px;
    margin-top: 1em;
    }
    
    div.product_footer strong{
    display: block;
    font-size: 7pt;
    font-weight: normal;
    }
    
    div.product_average_vote{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    float: left;
    margin: 0px !important;
    height: inherit;
    }
    
    div.product_user_vote{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30%;
    margin: 0px !important;
    height: inherit;
    }
    
    span.vote_total{
    position: relative;
    top: -3px;
    left: 2px;
    font-size: 7pt;
    }
    
    span.rating_saved{
    color: #990000;
    display: none;
    }    
    /*
    *end product rating styling
    */  
/*
 * end default product display styling
 */ 
 
 
 
 
 /*
 * list product display styling
 */  
table.list_productdisplay{
/* margin-top: 10px; */
 margin-bottom: 20px;
 border-collapse: collapse;
 width: 100%;
 }

table.list_productdisplay tr td{
 vertical-align: top;
 padding-bottom: 0px;
 font-size: 8pt;
/*  border: 1px solid black;  */
 }

table.list_productdisplay tr td a.wpsc_product_title{
 text-align: left;
 border-bottom: none;
  text-decoration: underline
 }

table.list_productdisplay tr td div.wpsc_variation_forms p{
  padding: 0px;
  text-align: left;
 }
table.list_productdisplay tr td select{
 margin-right: 3px;
 }
 
 
table.list_productdisplay tr.list_view_description{
 margin: 0px;
 padding: 0px;
 }
 
table.list_productdisplay tr.list_view_description td{
 margin: 0px;
 padding: 0px 3px 5px 3px;
 } 
 
table.list_productdisplay tr.list_view_description td div{
 display: none;
 padding: 3px;
 }  
 
div.wpsc_loading_animation {
 margin-top: 3px;
 margin-left: 6px;
  float: left;
}

.list_productdisplay .wpsc_loading_animation {
  display: none;
}

 
 /*
 * end list product display styling
 */ 
 
 
/*
 * loading indicator styling 
 */ 
 
#loadingindicator{
 visibility: hidden; 
 display:none;
 font-size: 7pt;
 font-weight: normal;
 }

#loadingindicator img{
 position: relative;
 top: 3px;
 margin-left: 6px;
/*  visibility: hidden; */
  border: none !important;
 }
 
#alt_loadingindicator{
 visibility: hidden; 
 font-size: 7pt;
 font-weight: normal;
 }

#alt_loadingindicator img{
 position: relative;
 top: 3px;
 margin-left: 6px;
/*  visibility: hidden; */
  border: none !important;
 }
/*
 * end loading indicator styling 
 */ 
 
 

div.select_country{
 margin-bottom: 5px;
 }
 
div.select_country form{
 text-align: left;
 }

tr.product_shipping td h2{
 margin-bottom: 15px;
/*  margin-top: 5px; */
 }
 
div#homepage_products{
 width:100%;
 }
 
/* frontpage_product and category view styling */
div.frontpage_product{
 width:auto;
 float: left;
 height: 260px;
 text-align: center;
 }
 
div.frontpage_product a p{
 margin-top: 0px;
 }
 
div.frontpage_product a{
 color: #333333 !important;
 font-weight: normal !important;
 }
 
div.frontpage_product a img{
 border: none;
 }
 
div.frontpage_product img{
 text-align: center;
 }
 
div.frontpage_product span.front_page_price{
  display: block;
  }
  
  
/* Verify your Order styling */
table.productcart{
 width: 100%;
 margin-top: 10px;
 margin-bottom: 10px;
 padding: 0px;
 border-collapse: collapse;
 padding-top: 3px;
 border: none;
 font-size: inherit;
 }

table.productcart tr td{
 padding-bottom: 5px;
 font-size: 11px;
 font-size: inherit;
 }

table.productcart tr.product_row td{
 padding-bottom: 5px;
 font-size: inherit;
 vertical-align: middle !important;
 }

table.productcart tr.product_row td{
 padding-bottom: 5px;
 font-size: inherit;
 vertical-align: middle !important;
 }


form.adjustform{
 display: inline;
 }

table.productcart tr.firstrow td{
 font-weight:bold;
 background-color: #e5e5e5;
 border-left: 2px solid white;
 }

table.productcart tr.firstrow td.firstcol{
 border-left: none;
 }

table.productcart tr.product_shipping td{
 vertical-align: middle;
 border-top: 1px solid #999999 !important;
 padding-top: 4px;
 }

table.productcart tr.total_price td{
 border-top: 1px solid #999999 !important;
 border-bottom: 1px solid #999999 !important;
 font-weight: bold;
 padding-top: 4px;
 }
 
ul.checkout_links{
  list-style-type: none;
  padding-left: 0px;
 }
 
 
ul.checkout_links li{
  list-style-type: none;
  margin-left: 0px;
 }
 
ul.checkout_links li a{
 color: #555555 !important;
 font-weight: normal !important;
 }
 
ul.checkout_links li a:hover{
 color: #000000 !important;
 }
 
a.termsandconds
 {
 text-decoration: underline;
 }
/* end Verify your Order styling */



/*
 * category display styling
 */

/* override some styling in the default wordpress theme */
.wpsc_container .PeSwitcher ul li:before, .wpsc_container .PeCatsBrands ul li:before{
  content: "";
  }
  
.wpsc_container .PeSwitcher ul li, .wpsc_container .PeCatsBrands ul li{
  padding-left: 0px !important;
  margin-left: 0px;
  }
  
.PeSwitcher ul{
 padding-left: 0px;
 } 
  
.PeSwitcher ul li{
 margin-left: 0px;
 }
 
.category_brand_header{
 list-style: none !important;
  }
  
.category_brand_header li{
 margin-left: 0px;
 }
 
 
.category_brand_header li:before{
 content: none !important;
 }  
  
#content .category_brand_header li a{
 color: #333333;
 font-weight: bold;
  font-size: 11pt;
 }
  
.PeCatsBrands ul{
 padding-left: 0px;
 }
  
.PeCatsBrands ul li{
 margin-left: 0px;
 }
  
.PeCatsBrands  ul.SubCategories{
 margin: 0px;
 }
  
.PeCatsBrands  ul.SubCategories li{
 margin-left: 1em;
 }

ul.PeCategories{
 margin: 0px;
 }
 
.category_image{
 float: left;
 }
 
.widget h3.category{
  margin-top: 0px;
  display: inline;
  }
  
.category a{
  color:#0066CC;
  }
  
li.MainCategory strong.category{
  margin-top: 5px;
  font-size: 8pt;
  }
  
li.MainCategory strong.category a.productlink{
  color:#0066CC;
  font-size: 8pt;
  }
  
li.MainCategory strong.category a.productlink:visited{
  color:#0066CC;
  }
  
li.MainCategory strong.category a.productlink:hover{
  color:#114477;
  }

div.wpsc_container div.PeSwitcher ul{
 list-style: none !important;
 list-style-type: none !important;
 }
 
div.wpsc_container div.PeCatsBrands ul li{
 list-style: none !important;
 list-style-type: none !important;
 }
 

div.wpsc_container div.PeSwitcher ul{
 list-style: none !important;
 list-style-type: none !important;
 }
  
div.wpsc_container div.PeCatsBrands ul li{
 list-style: none !important;
 list-style-type: none !important;
 }

img.catimage{
 float:left;
 position: relative;
 top: -3px;
 margin-right: 2pt;
 }

strong.cattitles{
 display: none;
 position: relative;
 margin: 6px 0px 0px 0px;
/* margin-bottom: -15px; */
 }

/*
 * end category display styling
 */
 
  
div.wpcart_gallery img
  {
  margin-right: 5px;
  }
  
/*
 * Fancy notification styling
 */ 
#fancy_notification{
 position: absolute;
 top: 0px;
 left: 0px;
 background: #ffffff;
 border: 4px solid #cccccc;
 display: none;
 height: auto;
 z-index: 9;
 }  
 
#fancy_notification #loading_animation{
 display: none;
 }
 
#fancy_notification #fancy_notification_content{
 display: none;
 width: 300px;
 padding: 8px;
 height: auto;
 text-align: left;
 margin: 0px !important;
 }
 
#fancy_notification #fancy_notification_content span{
 margin: 0px 0px 6px 0px;
 display: block;
 font-weight: normal;
 }
 
#fancy_notification #fancy_notification_content a{
 display: block;
 float: left;
 margin-right: 6px;
 margin-bottom: 3px;
 }
  
/*
 * end Fancy notification styling
 */ 
  
  
table.logdisplay{ width: 100%; }

table.logdisplay tr.toprow td{ text-align: center; font-weight:bold; }

table.logdisplay tr.toprow2 td{ text-align: left; font-weight:bold; }
  
table.logdisplay tr td{ padding-left: 5px; padding-top: 2px; padding-bottom: 2px;}
  
table.logdisplay tr.alt{ background-color: #eeeeee; }

table.logdisplay tr.alt td{ background-color: #eeeeee; }

td.processed{ text-align: left; min-width: 140px; width: 140px; white-space: nowrap; }
td.processed a{ border-bottom: none; }
td.processed a img{ margin-left: 5px; }
div#form_field_form_container{ padding: 0px; margin: 0px; }  

div#form_field_form_container div, div#form_field_form_container div table{  padding: 0px;  margin: 0px;  width: 100%;  border-collapse: collapse; }  

div#form_field_form_container div table tr td{ padding: 0px; margin: 0px; }  

div.order_status{ border: 1px solid #eeeeee; display: none; width: 100%; }

div.order_status div{ width: 100%; padding:0px 0px 1ex 0px; display: block !important;}
  
div.order_status ul{ list-style-type: none; margin: 1ex 0px 0px 0px; padding: 0px; }
  
div.order_status ul li{ padding-left: 0px; }

div.order_status ul li input{ margin: 0px 2px -2px 0px; }
  
img.log_expander_icon { margin-right: 3px; }

div.wpsc_page_numbers{
  margin-bottom: 5px;
  clear:both;
  }
 
 
 
 
/*
 * checkout registration styling
 */  
    
table.wpsc_checkout_table tr td{
 text-align: left;
 }
 
div#checkout_login_box{
  display: none;
/*  border: 1px solid #339933;
  background-color: #e8fcea;*/
  width: auto;
  padding: 5px 5px 5px 15px;
  margin: 20px 0px 0px 0px;
  }
 
div#checkout_login_box form{
  text-align: left;
  }
  
#TB_window img#register_loading_img{
  display: inline;
  border: none;
  margin: 0px 0px -10px 5px;
  padding: 0px;
  display: none;
  }
/*
 * end checkout registration styling
 */ 
 
/*
 * single category view styling
 */  
  
div.category_view_product{
  width: 100%;
  float: left;
  text-align: left;
  margin: 0px 0px 30px 0px;
  }
 
div.category_view_product a img.product_image{
  float: left;
  margin-right: 6px;
  }

div.product_grid_display div.product_grid_item img{
  width: 100px;
  height: 70px;
}
 
div.category_view_product div.product_details{
  display: block;
  float: left;
  }
 
div.category_view_product div.product_details form{
  text-align: left;
  }
   
/*
 * also bought product styling
 */  
p.wpsc_also_bought_header{
  display:block;
  width: 100%;
  margin:0px 0px 5px;  
  color:#44555F;  
  font-size: 11pt;
  border-bottom:1px solid #C8D2DE;
  font-weight: bold;
  margin-bottom: 10px;
  }
   
 div.wpsc_also_bought{
  width: 100%;
  position: relative;
  margin: 0px 0px 0px 0px;
  }
 
p.wpsc_also_bought{
  float: left;
  margin: 0px 0px 0px 5px
  }

p.wpsc_also_bought a.preview_link{
  display: block;
  margin-bottom: 3px;
  margin-left: 2px;
  height: 96px;
  width: 96px;
/*   border: 1px solid #cccccc; */
  }
 
 p.wpsc_also_bought img.product_image{
  display: block;
/*   margin: 0px auto 0px auto; */
  }
 
p.wpsc_also_bought a.wpsc_product_name{
  color:#44555f;
  font-size: 11pt;
  }
  
/*
 *  Stuff with multiple or miscellaneous uses
 */ 

strong.title{
 font-size: 12.5pt;
 }

a.categorylink{
 font-size: 8pt;
 }
 
td.totals{
 vertical-align: bottom;
 }

form#specials{
 display: inline;
 }
 
strong.special{
 color: #607090;
 }

div.wpsc_product_search{
 background-color: #eff2f3;
 display: block;
 height: 22px;
 _height: 30px;
 padding: 4px;
 }

div.wpsc_product_search input.wpsc_product_search{
 float: right;
 height: 19px;
 width: 144px;
 _width: 144px;
 margin: 2px 10px 0px 0px;
 padding: 0px 14px 0px 20px;
 background: url(images/iShop_search.png) no-repeat; 
 border: none;
 }

div.wpsc_product_search .submit{
 display: none;
}

div.product_grid_item {
	text-align:center;
	float:left;
}

div.grid_price{
	background-color:#D3D3D3;
	color:#222222;
	font-weight:bold;
	margin:0pt auto 9px 4px;
	padding-bottom:2px;
	padding-top:2px;
	text-align:center;
	width:108px;
	font-family:Verdana,Arial,Helvetica,sans-serif !important;
}

div.product_text .grid_prodcut_title {
  font-weight: bold;
	margin: 0 0 10px 0;
	font-family:Verdana,Arial,Helvetica,sans-serif !important;
}

div.product_text .grid_prodcut_title a:hover {
	color:#2A718C;
}

div.product_text .grid_prodcut_title a {
	color:#4D98C8;
}

div.breadcrumb {
	margin-bottom:5px;
	font-size:0.9em;
}

span.soldout {
	background-color:#CA1717;
	color:#FFFFFF;
	margin-left:5px;
	padding-left:2px;
	padding-right:2px;
}

span.soldoutgrid {
	color:#CA1717;
}
 div.item_image {
	background-image:url(images/itembg.gif);
	height:86px !important;
	width:116px !important;
	margin:0 auto;
}
 
div.item_image img {
	border:medium none;
	max-width:none !important;
/* 	padding:8px 0pt 0pt 9px; */
}

/* Main Flora Style Sheet for jQuery UI ui-datepicker */
#ui-datepicker-div, .ui-datepicker-inline {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #FFF;
	width: 185px;
}
#ui-datepicker-div {
	display: none;
	border: 1px solid #FF9900;
	z-index: 10;
}
.ui-datepicker-inline {
	float: left;
	display: block;
	border: 0;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-dialog {
	padding: 5px !important;
	border: 4px ridge #83C948 !important;
}
button.ui-datepicker-trigger {
	width: 25px;
}
img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
}
.ui-datepicker-prompt {
	float: left;
	padding: 2px;
	background: #E0F4D7;
	color: #000;
}
*html .ui-datepicker-prompt {
	width: 185px;
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #FFF;
}
.ui-datepicker-control {
	background: #FF9900;
	padding: 2px 0px;
}
.ui-datepicker-links {
	background: #E0F4D7;
	padding: 2px 0px;
}
.ui-datepicker-control, .ui-datepicker-links {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
}
.ui-datepicker-links label {
	padding: 2px 5px;
	color: #888;
}
.ui-datepicker-clear, .ui-datepicker-prev {
	float: left;
	width: 34%;
}
.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
	float: right;
	text-align: right;
}
.ui-datepicker-current {
	float: left;
	width: 30%;
	text-align: center;
}
.ui-datepicker-close, .ui-datepicker-next {
	float: right;
	width: 34%;
	text-align: right;
}
.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
	float: left;
	text-align: left;
}
.ui-datepicker-header {
	padding: 1px 0 3px;
	background: #83C948;
	text-align: center;
	font-weight: bold;
	height: 1.3em;
}
.ui-datepicker-header select {
	background: #83C948;
	color: #000;
	border: 0px;
	font-weight: bold;
}
.ui-datepicker {
	background: #CCC;
	text-align: center;
	font-size: 100%;
}
.ui-datepicker a {
	display: block;
	width: 100%;
}
.ui-datepicker-title-row {
	background: #B1DB87;
	color: #000;
}
.ui-datepicker-title-row .ui-datepicker-week-end-cell {
	background: #B1DB87;
}
.ui-datepicker-days-row {
	background: #FFF;
	color: #666;
}
.ui-datepicker-week-col {
	background: #B1DB87;
	color: #000;
}
.ui-datepicker-days-cell {
	color: #000;
	border: 1px solid #DDD;
}
.ui-datepicker-days-cell a {
	display: block;
}
.ui-datepicker-week-end-cell {
	background: #E0F4D7;
}
.ui-datepicker-unselectable {
	color: #888;
}
.ui-datepicker-week-over, .ui-datepicker-week-over .ui-datepicker-week-end-cell {
	background: #B1DB87 !important;
}
.ui-datepicker-days-cell-over, .ui-datepicker-days-cell-over.ui-datepicker-week-end-cell {
	background: #FFF !important;
	border: 1px solid #777;
}
* html .ui-datepicker-title-row .ui-datepicker-week-end-cell {
	background: #B1DB87 !important;
}
* html .ui-datepicker-week-end-cell {
	background: #E0F4D7 !important;
	border: 1px solid #DDD !important;
}
* html .ui-datepicker-days-cell-over {
	background: #FFF !important;
	border: 1px solid #777 !important;
}
* html .ui-datepicker-current-day {
	background: #83C948 !important;
}
.ui-datepicker-today {
	background: #B1DB87 !important;
}
.ui-datepicker-current-day {
	background: #83C948 !important;
}
.ui-datepicker-status {
	background: #E0F4D7;
	width: 100%;
	font-size: 80%;
	text-align: center;
}
#ui-datepicker-div a, .ui-datepicker-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.ui-datepicker-inline .ui-datepicker-links a {
	padding: 0 5px !important;
}
.ui-datepicker-control a, .ui-datepicker-links a {
	padding: 2px 5px !important;
	color: #000 !important;
}
.ui-datepicker-title-row a {
	color: #000 !important;
}
.ui-datepicker-control a:hover {
	background: #FDD !important;
	color: #333 !important;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
	background: #FFF !important;
	color: #333 !important;
}
.ui-datepicker-multi .ui-datepicker {
	border: 1px solid #83C948;
}
.ui-datepicker-one-month {
	float: left;
	width: 185px;
}
.ui-datepicker-new-row {
	clear: left;
}
.ui-datepicker-cover {
	display: none;
	display: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px;
}
td.shipping_header {
	background-color:#E5E5E5;
	text-transform: uppercase;
	font-weight:bold;
}


select#current_country {
  width: 260px;
}


div.wpsc_category_details {
  margin: 0px 0px 8px 0px;
}

div.wpsc_category_details img {
  float: left;
  margin: 0px 6px 12px 0px;
}
div.wpsc_page_numbers a.selected {
	text-decoration: underline;
}


.item_no_image {
/*   border: 2px solid #aaaaaa; */
  background: #cccccc;
  display: block;
}

.item_no_image a, .item_no_image .link_substitute {
  display: table-cell;
  width: inherit;
  height: inherit;
  color: #666666;
  text-align: center;
  vertical-align: middle;
}

.item_no_image a span, .item_no_image .link_substitute span {
  display: block;
}


/* Widget CSS */

.shopping-cart-wrapper form {
/*   clear: both; */
}
/*span.pluspostagetax {
  float: right;
}*/

.widget_wpsc_categorisation .wpsc_categorisation_group {
width:100%;
float:right;
margin-bottom:10px;
position:relative;
}
 .clear_category_group {
	clear: both;
}
 .widget_wpsc_categorisation h4.wpsc_category_title {
	margin-top: 4px;
}

 .widget_wpsc_categorisation ul.wpsc_top_level_categories {
}

.widget_wpsc_categorisation ul.category_images li {
  background: none !important;
  clear: both;
}
.widget_wpsc_categorisation ul.category_images li:before{
  content: "" !important;
  }

.widget_wpsc_categorisation ul.category_images .wpsc_category_image_link {
	margin: 0px 0px 4px 0px;
  float: left;
  font-size: 9px;
  font-weight: normal;
  
}

.widget_wpsc_categorisation ul.category_images a.wpsc_category_link {
  display: block;
	margin: 3px 0px 0px 4px;
  float: left;
}


#content .widget_specials strong a.wpsc_product_title {
 font-weight: bold;
}
.widget_specials span.pricedisplay {
  float: none;
}

.ProductPage{
	width: 100%;
	float: none;
	clear: both;
}

/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: bold 11px verdana;
margin:0;
padding: 0;
position: absolute;
left: 0;
top: 8px;
top: 230px !important;
list-style-type: none;
border: 1px solid #e1e1e1;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: #333333;
background:url(images/menu_bg1.jpg) no-repeat #aeaeae;
text-decoration: none;
padding: 6px 5px;
border-bottom: 1px solid #ffffff;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background:url(images/menu_bg2.jpg) no-repeat #c0c0c0;
color:#af1317;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
overflow: hidden;
text-align:center;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
display: block;
text-decoration: none;
margin:auto;
font-family:"Arial Narrow";
  font-size:13px;
  color:#000000;
  font-weight:normal;
  text-decoration:none;
}

.mattblackmenu li a:visited{
color: #000000;
}

.mattblackmenu li a:hover{
  background:url(images/topmenu_bgover.jpg) repeat-x; /*background of tabs for hover state */
  height:26px;
  display:block;
  padding-top:9px;
  color:#ffffff;
}

.mattblackmenu a.selected{
background: none; /*background of tab with "selected" class assigned to its LI */
}


body
{
  margin:0 auto;
  margin-top:10px;
}

img{ border:0px;}

h1, h2{ padding:0; margin:0;}

.lgtgray_line{ background:#f2f2f2;}
.dvdrgray_line{ background:#d2d2d2;}
.lgtgray_bg{ background:#ececec;}
.wht_bg{ background:#ffffff;}


.header_img01
{
  background:url(images/header_img01.jpg) no-repeat;
  width:462px;
  height:194px;
}

.header_img02
{
  background:url(images/header_img02.jpg) no-repeat;
  width:518px;
  height:157px;
}

.header_img03
{
  background:url(images/header_img03.jpg) no-repeat;
  width:518px;
  height:37px;
}

.topmenu_bg
{
  background:url(images/topmenu_bg.jpg) repeat-x;
  height:35px;
}

.img01
{
  background:url(images/img01.jpg) no-repeat;
  width:11px;
  height:163px;
}

.img02
{
  background:url(images/img02.jpg) no-repeat top;
  width:9px;
  height:163px;
}

.cmpns_bg
{
  background:url(images/cmpns_bg.jpg) no-repeat;
  width:670px;
  height:117px;
}

.graybar_1
{
  background:url(images/graybar_1.jpg) no-repeat;
  width:670px;
  height:73px;
}

.graybar_2
{
  background:url(images/graybar_2.jpg) no-repeat;
  width:670px;
  height:75px;
}

.grid_top
{
  background:url(images/grid_top.jpg) repeat-x;
  height:10px;
}

.grid_bg
{
  background:url(images/grid_bg.jpg) repeat-x #eeeeee;
}

.grid_btm
{
  background:url(images/grid_btm.jpg) repeat-x;
  height:10px;
}

.ftr_bg
{
  background:url(images/ftr_bg.jpg) repeat-x;
  height:35px;
}

.noticias_bg
{
  background:url(images/noticias_bg.jpg) repeat-x #eeeeee;
}

.noticias_btm
{
  background:url(images/noticias_btm.jpg) no-repeat left;
  width:290px;
  height:35px;
}

.somos_bg
{
  background:url(images/somos_bg.jpg) repeat-x #9d9d9d;
}

.siguenos_bg
{
  background:url(images/siguenos_bg.jpg) repeat-x #eeeeee;
}

.txt_cntnt
{
  font-family:verdana;
  font-size:12px;
  color:#000000;
  font-weight:normal;
  text-decoration:none;
  line-height:16px;
}

.links_red
{
  font-family:verdana;
  font-size:12px;
  font-weight:bold;
  color:#bd040a;
  text-decoration:none;
}

.links_red a{
  font-family:verdana;
  font-size:12px;
  font-weight:bold;
  color:#bd040a;
  text-decoration:none;
}

.links_red a:hover{
  font-family:verdana;
  font-size:12px;
  font-weight:bold;
  color:#bd040a;
  text-decoration:underline;
}

.links_ftr{
  font-family:verdana;
  font-size:11px;
  font-weight:normal;
  color:#bd040a;
  text-decoration:none;
  line-height:20px;
}

.links_ftr a{
  font-family:verdana;
  font-size:11px;
  font-weight:normal;
  color:#bd040a;
  text-decoration:none;
}

.links_ftr a:hover{
  font-family:verdana;
  font-size:11px;
  font-weight:normal;
  color:#bd040a;
  text-decoration:underline;
}

.txt_ftr{
  font-family:verdana;
  font-size:11px;
  font-weight:normal;
  color:#000000;
  text-decoration:none;
  padding-right:8px;
}

h2{
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  color:#d01145;
  text-decoration:none;
  line-height:24px;
}

.txt_lftnave{
  font-family:verdana;
  font-size:11px;
  font-weight:normal;
  color:#000000;
  text-decoration:none;
  line-height:18px;
}

.link_topmenu{
  font-family:"Arial Narrow";
  font-size:13px;
  color:#000000;
  font-weight:normal;
  text-decoration:none;
}

.link_topmenu a{
  font-family:"Arial Narrow";
  font-size:13px;
  color:#000000;
  font-weight:normal;
  text-decoration:none;
}

.link_topmenu a:hover{
  font-family:"Arial Narrow";
  font-size:13px;
  color:#ffffff;
  font-weight:normal;
  text-decoration:none;
  background:url(images/topmenu_bgover.jpg) repeat-x;
  height:26px;
  display:block;
  padding-top:9px;
}

.link_lftnav{
  font-family:"Arial Narrow";
  font-size:13px;
  color:#bd040a;
  font-weight:bold;
  text-decoration:none;
}

.link_lftnav ul{ margin:0; padding:0;}

.link_lftnav li{
  font-family:"Arial Narrow";
  font-size:13px;
  color:#bd040a;
  font-weight:bold;
  text-decoration:none;
  list-style:none;
  border-top:1px solid #ffffff;
  
}

.link_lftnav li a{
  font-family:"Arial Narrow";
  font-size:13px;
  color:#bd040a;
  font-weight:bold;
  text-decoration:none;
  background:url(images/lftnav_bg.jpg) no-repeat;
  width:257px;
  height:26px;
  padding-top:9px;
  padding-left:33px;
  display:block;
  
}

.link_lftnav li a:hover{
  font-family:"Arial Narrow";
  font-size:13px;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
  background:url(images/lftnav_bgover.jpg) no-repeat;
  width:257px;
  height:26px;
  padding-top:9px;
  padding-left:33px;
  display:block;
}

.link_lftnav_btm{
  font-family:"Arial Narrow";
  font-size:13px;
  color:#bd040a;
  font-weight:bold;
  text-decoration:none;
}

.link_lftnav_btm a{
  font-family:"Arial Narrow";
  font-size:13px;
  color:#bd040a;
  font-weight:bold;
  text-decoration:none;
  background:url(images/lftnav_btmbg.jpg) no-repeat;
  width:257px;
  height:26px;
  display:block;
  padding-top:9px;
  padding-left:33px;
}

.link_lftnav_btm a:hover{
  font-family:"Arial Narrow";
  font-size:13px;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
  background:url(images/lftnav_btmbg_over.jpg) no-repeat;
  width:257px;
  height:26px;
  display:block;
  padding-top:9px;
  padding-left:33px;
}

.aseguradoras_hdng
{
  font-family:"Arial Narrow";
  font-size:15px;
  color:#000000;
  font-weight:normal;
  text-decoration:none;
  background:url(images/aseguradoras_hdng.jpg) no-repeat;
  width:670px;
  height:46px;
}

h1
{
  font-family:"Arial Narrow";
  font-size:19px;
  color:#000000;
  font-weight:bold;
  text-decoration:none;
}

.red_hdng
{
  font-family:"Arial Narrow";
  font-size:29px;
  color:#bd040a;
  font-weight:bold;
  text-decoration:none;
  letter-spacing:.05em;
}

.red_hdng_new
{
  font-family:"Arial Narrow";
  font-size:29px;
  color:#bd040a;
  font-weight:bold;
  text-decoration:none;
}

.gray_hdng
{
  font-family:"Arial Narrow";
  font-size:25px;
  color:#303030;
  font-weight:normal;
  text-decoration:none;
}

.blkhdng_lftnav
{
  font-family:"Arial Narrow";
  font-size:13px;
  color:#000000;
  font-weight:bold;
  text-decoration:none;
  padding-left:10px;
  text-align:left;
}

.noticias_top
{
  background:url(images/noticias_top.jpg) no-repeat;
  width:301px;
  height:62px;
}

.somos_top
{
  background:url(images/somos_top.jpg) no-repeat;
  width:290px;
  height:35px;
}

.siguenos_top
{
  background:url(images/siguenos_top.jpg) no-repeat;
  width:290px;
  height:35px;
}

.btn_leer{
  font-family:"Arial Narrow";
  font-size:12px;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
  background:url(images/btn_leer.jpg) no-repeat;
  width:40px;
  height:23px;
  padding-left:8px;
}

.btn_leer a{
  font-family:"Arial Narrow";
  font-size:12px;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
}

.btn_leer a:hover{
  font-family:"Arial Narrow";
  font-size:12px;
  color:#000000;
  font-weight:bold;
  text-decoration:none;
}

.masinfo_btn{
  font-family:"Arial Narrow";
  font-size:12px;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
  background:url(images/masinfo_btn.jpg) no-repeat;
  width:95px;
  height:23px;
  padding-left:8px;
  padding-top:3px;
}

.masinfo_btn a{
  font-family:"Arial Narrow";
  font-size:12px;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
}

.masinfo_btn a:hover{
  font-family:"Arial Narrow";
  font-size:12px;
  color:#000000;
  font-weight:bold;
  text-decoration:none;
}


/* New */

.graybartab_top
{
  background:url(images/graybartab_top.jpg) no-repeat;
  width:484px;
  height:35px;
}

.graybartab_bg
{
  background:url(images/graybartab_bg.jpg) repeat-x #eeeeee;
}

.graybartab_btm
{
  background:url(images/graybartab_btm.jpg) no-repeat;
  width:484px;
  height:9px;
}

.ademas_top
{
  background:url(images/ademas_top.jpg) no-repeat;
  width:484px;
  height:10px;
}

.ademas_btm
{
  background:url(images/ademas_btm.jpg) no-repeat;
  width:484px;
  height:50px;
}

.grayarea_cntnt_bg
{
  background:url(images/grayarea_cntnt_bg.jpg) repeat-x #eeeeee;
}

.bullet_count
{
  background:url(images/bullet_count.png) middle no-repeat;
  width:42px;
  height:44px;
  padding-left:16px;
}

h3{ padding:0; margin:0;}

h3
{
  font-family:"Arial Narrow";
  font-size:13px;
  color:#000000;
  font-weight:bold;
  text-decoration:none;
  text-transform:uppercase;
}

.hdng_blk_lrg
{
  font-family:"Arial Narrow";
  font-size:19px;
  color:#000000;
  font-weight:bold;
  text-decoration:none;
}

.txt_red_lrg
{
  font-family:"Arial Narrow";
  font-size:25px;
  color:#bd040a;
  font-weight:bold;
  text-decoration:none;
}

.txt_red_sml
{
  font-family:"Arial Narrow";
  font-size:14px;
  color:#bd040a;
  font-weight:bold;
  text-decoration:none;
  text-transform:uppercase;
  text-align:justify;
}

.txt_cntnt_red
{
  font-family:verdana;
  font-size:12px;
  color:#bd040a;
  font-weight:bold;
  text-decoration:none;
}

.txt_red_sml_lft
{
  font-family:"Arial Narrow";
  font-size:28px;
  color:#bd040a;
  font-weight:bold;
  text-decoration:none;
  text-transform:uppercase;
}

/* 24-December-09 */

.grybar_tlc
{
  background:url(images/grybar_tlc.jpg) no-repeat;
  width:15px;
  height:35px;
}

.grybar_top
{
  background:url(images/grybar_top.jpg) repeat-x;
  height:35px;
}

.grybar_trc
{
  background:url(images/grybar_trc.jpg) no-repeat;
  width:15px;
  height:35px;
}

.grybar_blc
{
  background:url(images/grybar_blc.jpg) no-repeat;
  width:15px;
  height:15px;
}

.grybar_brc
{
  background:url(images/grybar_brc.jpg) no-repeat;
  width:15px;
  height:15px;
}

.drkgrybox_bg
{
  background:url(images/drkgrybox_bg.jpg) repeat-x #ededed;
}

.drkgrybox_blc
{
  background:url(images/drkgrybox_blc.jpg) no-repeat;
  width:20px;
  height:43px;
}

.drkgrybox_btm
{
  background:url(images/drkgrybox_btm.jpg) repeat-x;
  height:43px;
}

.drkgrybox_shdw
{
  background:url(images/drkgrybox_shdw.jpg) repeat-x;
  width:877px;
  height:43px;
}

.drkgrybox_brc
{
  background:url(images/drkgrybox_brc.jpg) no-repeat;
  width:20px;
  height:43px;
}

.graybartab_blc
{
  background:url(images/graybartab_blc.jpg) no-repeat;
  width:10px;
  height:9px;
}

.graybartab_btm_new{ background:#ededed;}

.graybartab_brc
{
  background:url(images/graybartab_brc.jpg) no-repeat;
  width:10px;
  height:9px;
}

.ademas_tlc
{
  background:url(images/ademas_tlc.jpg) no-repeat;
  width:10px;
  height:10px;
}

.ademas_top_new
{
  background:url(images/ademas_top_new.jpg) repeat-x;
  height:10px;
}

.ademas_trc
{
  background:url(images/ademas_trc.jpg) no-repeat;
  width:10px;
  height:10px;
}

.drkgrybox_blc_new
{
  background:url(images/drkgrybox_blc_new.png) no-repeat;
  width:20px;
  height:43px;
}

.drkgrybox_btm_new
{
  background:url(images/drkgrybox_btm_new.png) repeat-x;
  height:43px;
}

.drkgrybox_brc_new
{
  background:url(images/drkgrybox_brc_new.png) no-repeat;
  width:20px;
  height:43px;
}

.shdw_sml
{
  background:url(images/shdw_sml.png) no-repeat top center;
  width:350px;
  height:30px;
}

.video_bg
{
  background:url(images/video_bg.png) no-repeat;
  width:450px;
  height:305px;
}

.bggray_sml
{
  background:url(images/bggray_sml.jpg) no-repeat;
  width:980px;
  height:93px;
}

.txt_porque_sml
{
  font-family:verdana;
  font-size:10px;
  color:#000000;
  font-weight:normal;
  text-decoration:none;
  line-height:17px;
}

/* 12-01-10 */

.labels_bg
{
  background:url(images/labels_bg.jpg) no-repeat;
  width:980px;
  height:103px;
}

.gray_btm_vdo
{
  background:url(images/gray_btm_vdo.jpg) no-repeat;
  width:980px;
  height:21px;
}

.btn_txt
{
  font-family:"Arial Narrow";
  font-size:18px;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
  text-transform:uppercase;
  background:url(images/red_btn_bg.jpg) no-repeat;
  width:317px;
  height:62px;
  display:block;
  padding-left:100px;
  padding-top:18px;
  
}

.btn_txt a{
  font-family:"Arial Narrow";
  font-size:18px;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
  text-transform:uppercase;
  
}

.btn_txt a:hover{
  font-family:"Arial Narrow";
  font-size:18px;
  color:#aeaeae;
  font-weight:bold;
  text-decoration:none;
  text-transform:uppercase;
}

.links_red_sml
{
  font-family:verdana;
  font-size:12px;
  font-weight:normal;
  color:#bd040a;
  text-decoration:none;
}

.links_red_sml a{
  font-family:verdana;
  font-size:12px;
  font-weight:normal;
  color:#bd040a;
  text-decoration:none;
}

.links_red_sml a:hover{
  font-family:verdana;
  font-size:12px;
  font-weight:normal;
  color:#bd040a;
  text-decoration:underline;
}

.txt_red_vdo
{
  font-family:"Arial Narrow";
  font-size:14px;
  color:#bd040a;
  font-weight:normal;
  text-decoration:none;
  text-transform:uppercase;
}

.txt_cntnt_sml
{
  font-family:verdana;
  font-size:11px;
  color:#000000;
  font-weight:normal;
  text-decoration:none;
  line-height:19px;
}

.txt_red_vdo_lrg
{
  font-family:"Arial Narrow";
  font-size:12px;
  color:#bd040a;
  font-weight:bold;
  text-decoration:none;
  text-transform:uppercase;
}

.txt_blk_vdo_lrg
{
  font-family:"Arial Narrow";
  font-size:12px;
  color:#000000;
  font-weight:bold;
  text-decoration:none;
  text-transform:uppercase;
}

.txt_red_vdo_date
{
  font-family:"Arial Narrow";
  font-size:14px;
  color:#000000;
  font-weight:normal;
  text-decoration:none;
  text-transform:uppercase;
}

.bullet_bgsml
{
  font-family:verdana;
  font-size:11px;
  color:#bd040a;
  font-weight:bold;
  text-decoration:none;
  background:url(images/bullet_bgsml.png) no-repeat;
  width:20px;
  height:20px;
  *height:24px;
  display:block;
  padding-left:6px;
  padding-top:6px;
  *padding-top:2px;
  
}

.bullet_bgsml a{
  font-family:verdana;
  font-size:11px;
  color:#bd040a;
  font-weight:bold;
  text-decoration:none;
  
}

.bullet_bgsml a:hover{
  font-family:verdana;
  font-size:11px;
  color:#bd040a;
  font-weight:bold;
  text-decoration:none;
  
}

.txt_cntnt_porque
{
  font-family:verdana;
  font-size:11px;
  color:#000000;
  font-weight:normal;
  text-decoration:none;
  line-height:17px;
  padding-left:41px;
}

.txt_nopad
{
  font-family:verdana;
  font-size:11px;
  color:#000000;
  font-weight:normal;
  text-decoration:none;
  line-height:17px;
}

/* 15-Jan-10 */

.hgng_redbg1
{
  background:url(images/hgng_redbg1.jpg) no-repeat;
  width:474px;
  height:66px;
}

.hgng_redbg2
{
  background:url(images/hgng_redbg2.jpg) no-repeat;
  width:474px;
  height:84px;
}

.kit_bg
{
  background:url(images/kit_bg.png) no-repeat;
  width:184px;
  height:148px;
}

.transport_bg
{
  background:url(images/transport_bg.png) no-repeat;
  width:200px;
  height:148px;
}

.procesamiento_bg
{
  background:url(images/procesamiento_bg.png) no-repeat;
  width:184px;
  height:152px;
}

.durante_bg
{
  background:url(images/durante_bg.png) no-repeat;
  width:200px;
  height:154px;
}

.hgng_redbg_lrg1
{
  background:url(images/hgng_redbg_lrg1.jpg) no-repeat;
  width:484px;
  height:66px;
}

.count_bg
{
  font-family:"Trebuchet MS";
  font-size:24px;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
  font-style:italic;
  background:url(images/count_bg.png) no-repeat;
  width:33px;
  height:35px;
  padding-left:10px;
  padding-top:5px;
  display:block;
}

.hdng_wht_trb
{
  font-family:"Trebuchet MS";
  font-size:13px;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
}

.hdng_wht_incluye
{
  font-family:"Trebuchet MS";
  font-size:18px;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
}

.hdng_redlrg_trb
{
  font-family:"Trebuchet MS";
  font-size:18px;
  color:#bd040a;
  font-weight:normal;
  text-decoration:none;
}

.blk_btn
{
  font-family:"Trebuchet MS";
  font-size:18px;
  color:#ffffff;
  font-weight:normal;
  text-decoration:none;
  background:url(images/blk_btn_bg.png) no-repeat;
  width:281px;
  height:52px;
  display:block;
  padding-left:84px;
  padding-top:13px;
  
}

.blk_btn a{
  font-family:"Trebuchet MS";
  font-size:18px;
  color:#ffffff;
  font-weight:normal;
  text-decoration:none;
  
}

.blk_btn a:hover{
  font-family:"Trebuchet MS";
  font-size:18px;
  color:#b7e1fe;
  font-weight:normal;
  text-decoration:none;
}

.hdng_blk_trb
{
  font-family:"Trebuchet MS";
  font-size:13px;
  color:#000000;
  font-weight:bold;
  text-decoration:none;
}

/* 15-Feb-10 */

.drkgray_bar{ background:#858585;}
.lgtgray_bar{ background:#d8d8d8;}
.cartgraybox_bg{ background:#dbdbdb;}

.hgng_redbg_lrg2
{
  background:url(images/hgng_redbg_lrg2.jpg) no-repeat;
  width:980px;
  height:66px;
}

.hgng_redbg_lrg3
{
  background:url(images/hgng_redbg_lrg3.jpg) no-repeat;
  width:980px;
  height:142px;
}

.whtbox_top
{
  background:url(images/whtbox_top.png) repeat-x;
  height:5px;
}

.whtbox_btm
{
  background:url(images/whtbox_btm.png) repeat-x;
  height:5px;
}

.whtbox_bg
{
  background:#f9f9f9;
}

.whtbox_lft
{
  background:url(images/whtbox_lft.png) repeat-y;
  width:5px;
}

.whtbox_rgt
{
  background:url(images/whtbox_rgt.png) repeat-y;
  width:5px;
}

.whtbox2_top
{
  background:url(images/whtbox2_top.jpg) repeat-x;
  height:5px;
}

.whtbox2_btm
{
  background:url(images/whtbox2_btm.jpg) repeat-x;
  height:5px;
}

.whtbox2_bg
{
  background:#ffffff;
}

.whtbox2_lft
{
  background:url(images/whtbox2_lft.jpg) repeat-y;
  width:5px;
}

.whtbox2_rgt
{
  background:url(images/whtbox2_rgt.jpg) repeat-y;
  width:5px;
}

.smllogo_bg
{
  background:url(images/smllogo_bg.jpg) repeat-x;
  height:102px;
}

.hdng_paso_lrg
{
  font-family:"Trebuchet MS";
  font-size:24px;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
}

.hdng_paso_sml
{
  font-family:"Trebuchet MS";
  font-size:18px;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
}

.hdng_red_prdct
{
  font-family:"Trebuchet MS";
  font-size:18px;
  color:#bd040a;
  font-weight:normal;
  text-decoration:none;
}

.hdng_gray_prdct
{
  font-family:"Trebuchet MS";
  font-size:14px;
  color:#797979;
  font-weight:bold;
  text-decoration:none;
}

.text_wht_cart
{
  font-family:verdana;
  font-size:12px;
  color:#ffffff;
  font-weight:normal;
  text-decoration:none;
  padding-left:15px;
}

.text_red_cart
{
  font-family:verdana;
  font-size:12px;
  color:#bd040a;
  font-weight:normal;
  text-decoration:none;
  padding-left:15px;
  line-height:16px;
}

.text_red_star
{
  font-family:verdana;
  font-size:12px;
  color:#bd040a;
  font-weight:normal;
  text-decoration:none;
  line-height:17px;
}

.text_grey_cart
{
  font-family:verdana;
  font-size:12px;
  color:#606060;
  font-weight:normal;
  text-decoration:none;
}


.hdng_blk_cart, .BBVACardHeading
{
  font-family:"Trebuchet MS";
  font-size:18px;
  color:#000000;
  font-weight:normal;
  text-decoration:none;
  padding-left:5px;
}

.Controles input.text
{
  font-family:verdana;
  font-size:12px;
  color:#000000;
  font-weight:normal;
  text-decoration:none;
  width:431px;
  height:16px;
  border:1px solid #d5d4d4;
  padding-top:3px;
  padding-left:2px;
  padding-right:2px;
}

.input02_cart
{
  font-family:verdana;
  font-size:12px;
  color:#000000;
  font-weight:normal;
  text-decoration:none;
  width:186px;
  height:16px;
  border:1px solid #d5d4d4;
  padding-top:3px;
  padding-left:2px;
  padding-right:2px;
}

.input03_cart
{
  font-family:verdana;
  font-size:12px;
  color:#000000;
  font-weight:normal;
  text-decoration:none;
  width:151px;
  height:16px;
  border:1px solid #d5d4d4;
  padding-top:3px;
  padding-left:2px;
  padding-right:2px;
}

.input04_cart
{
  font-family:verdana;
  font-size:12px;
  color:#000000;
  font-weight:normal;
  text-decoration:none;
  width:261px;
  height:16px;
  border:1px solid #d5d4d4;
  padding-top:3px;
  padding-left:2px;
  padding-right:2px;
}

.input05_cart
{
  font-family:verdana;
  font-size:12px;
  color:#000000;
  font-weight:normal;
  text-decoration:none;
  width:56px;
  height:16px;
  border:1px solid #d5d4d4;
  padding-top:3px;
  padding-left:2px;
  padding-right:2px;
}

.input06_cart
{
  font-family:verdana;
  font-size:12px;
  color:#000000;
  font-weight:normal;
  text-decoration:none;
  width:361px;
  height:18px;
  border:1px solid #d5d4d4;
  padding-top:5px;
  padding-left:2px;
  padding-right:2px;
}

table.productcart tr td{
  border: #FFF solid 1px;
}

table.productcart tr.firstrow td{
  background: #858585;
  color: #FFF;
  font-weight: normal;
  padding: 5px;
}

tr.product_row{
  background: #D8D8D8;
  color: #BD040A;
}

#fondo{
  padding: 0 20px;
}

.adjustform .remove_button{
  background: transparent;
  border: none;
  cursor: pointer;
  color: #BD040A;
  font-weight: bold;
}

.tablaContratar{
	display: none;
	margin: 0 auto;
}

.celdaFilaBotones{
	width: 50%;
	text-align: center;
	padding: 0 0 0 40px;
}

.jquery-checkbox       {display: inline; font-size: 20px; line-height: 20px; cursor: pointer; cursor: hand;}
.jquery-checkbox .mark {display: inline;}

.jquery-checkbox img {vertical-align: middle; width: 60px; height: 20px;}
.jquery-checkbox img{background: transparent url(images/safari-checkbox.png) no-repeat;}

.jquery-checkbox img{
  background-position: 0px 0px;
}
.jquery-checkbox-hover img{
  background-position: 0px -20px;
}
.jquery-checkbox-checked img{
  background-position: 0px -40px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
  background-position: 0px -60px;
}

.jquery-checkbox-disabled img{
  background-position: 0px -80px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img{
  background-position: 0px -100px;
}

.jquery-safari-checkbox {display: inline; font-size: 16px; line-height: 16px; cursor: pointer; cursor: hand;}
.jquery-safari-checkbox .mark {display: inline;}

.jquery-safari-checkbox img {vertical-align: middle; width: 16px; height: 16px;}
.jquery-safari-checkbox img{background: transparent url(images/safari-checkbox.png) no-repeat;}

.jquery-safari-checkbox img{
  background-position: 0px 0px;
}
.jquery-safari-checkbox-hover img{
  background-position: -16px 0px;
}
.jquery-safari-checkbox-checked img{
  background-position: 0px -16px;
}
.jquery-safari-checkbox-checked .jquery-safari-checkbox-hover img {
  background-position: -16px -16px;
}

.jquery-safari-checkbox-disabled img{
  background-position: 0px -32px;
}
.jquery-safari-checkbox-checked .jquery-safari-checkbox-disabled img{
  background-position: 0px -48px;
}

.MontoPago{
	display: none;
}

#mensajesDeValidacionAseguradora p, #mensajesDeValidacionAseguradora ul li, #mensajesDeValidacionAseguradora ul li a{
	color: #428b22;
}

#mensajesDeValidacionAseguradora .MensajeDeError p, #mensajesDeValidacionAseguradora .MensajeDeError ul li, #mensajesDeValidacionAseguradora .MensajeDeError ul li a{
	color: #bd040a;
}


#mensajesDeValidacionAseguradora p#error{
	color: #bd040a;
}

table.Producto1, table.Producto2{
  background: url(images/bgFondo.png) no-repeat;
  height: 211px;
}

table.PrimerPagoExplicacion{
  background: url(images/bgFondo2.png) no-repeat;
  padding: 15px 0;
}

table.SegundoPagoExplicacion{
  background: url(images/bgFondo2.png) no-repeat 0 -203px;
  *background: url(images/bgFondo2.png) no-repeat 0 -192px;
  _background: url(images/bgFondo2.png) no-repeat 0 -194px;
  padding: 5px 0;
}

table.SegundoPagoExplicacion .whtbox_bg{
  background: none;
}

div.EspacioProducto{
  background: url(images/bgFondo3.png) no-repeat 0 0;
  padding: 16px 0 0;
}

#contenedorDespuesDeContratar{
  display: none;
}

.adjustform .remove_button{
  font-weight: normal!important;
}






/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: none background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; text-align: left;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

