/* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This class are used in all the site */

/* main areas*/

body{
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS" , Arial, Verdana;
    font-size: 11px;
	background:#F5F6F7 url(http://accesoriosdecoches.conzentra.com/App_Themes/images/gradient.jpg) repeat-x top left;
}

#site{
    margin-left: auto;
    margin-right: auto;
    width: 925px;
}

#header{
    width: 100%;
}

#logo{
    float: left;
    height: 100%;
    width: 50%;
  /*  background: transparent url(http://accesoriosdecoches.conzentra.com/App_Themes/images/logo.png) no-repeat 0 0;*/
    _background: transparent url(http://accesoriosdecoches.conzentra.com/App_Themes/images/logo.gif) no-repeat 0 0;
    border:0px;
}

#logo a, #logo img{
  border:0px;
}


h1{
  padding-left:10px;
  font-size:1.1em;
  margin:0;
}


#chart{
    float: right; /* background-color: Orange; */
    /*height: 100%;*/
    height:105px;
    width: 50%;
    *width:40%;
}

#masthead{
    height: 100px;
}

#site #navigation{
    clear: both;
    width: 925px;
}


#help
{
    background-color: white;
    clear: both;
}



#info
{
    background-color: lightgrey;
    clear: both;
    height: 30px;
    margin-top: 10px;
    padding-top:10px;
}

#info a{
  color:#CCCCCC;
  text-decoration:none;
}

#info span{
  
  padding-left:20px;
}

.pl5{
  padding-left:5px;
}
.pt5{
  padding-top:5px;
}
.pr5{
  padding-right:5px;
}

.mt10{
  margin-top:10px;
}
/* positioning */

.hidden
{
    display: none;
}

.clear{
    clear: both;
}

.floatLeft{
    float: left;
}

.floatRight{
    float: right;
}

/******** Marcos ********************/

.round6{
    background-color: #FFF;
    border:1px solid #CCC;
    padding:10px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;
    ccborderradius: 6px;
}

.min400{
  min-height:400px;
}
.min500{
  min-height:500px;
}

/********** header   ********************************/

.header{
  float:right;
  margin-top:10px;
}
.headerMenu {
  float:left;
  background-color:#d5d5d5;
  height:17px;
     -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    ccborderradius: 10px;
}
.headerMenu ul{
    margin:0;
    padding-left:0px;
    padding-right:20px;
}
.headerLanguages{
 float:left;
}
.headerLanguages ul{
  margin:0;
  padding:0;
}

.topLoginMenu li{
    list-style: none;
    float:left;
    margin-left:20px;
    
}
.topLoginMenu li a{
    color:#000;
    text-decoration:none;
    font-weight:bold;
}
.headerLanguages li{
    list-style: none;
    float:left;
    padding-right:10px;
  }
.headerLanguages li a{
    text-decoration:none;
    color:#999;
     font-weight:bold;
}

.headerLanguages li a:hover{
    text-decoration:underline;
}
/********* Carrito Chart ***************************/

.ShoppingCart{
  float:right;
  width:150px;
  margin-top:5px;
   
}
.ShoppingCartContent{
  padding-left:15px;
 _margin-bottom:-10px;
  padding-top:4px;
  background:transparent url(http://accesoriosdecoches.conzentra.com/App_Themes/images//block_top_white.gif) no-repeat scroll left top;
}
.ShoppingCart  .ShoppingCart-MyShoppingCartText{
  font-weight:bold;
  text-transform:uppercase;
}
.ShoppingCart  .ShoppingCart-MyShoppingCartText img{
  margin-bottom:-5px;
}

.ShoppingCart .ShoppingCart-ArticlesText{
  float:left;
  padding-right:5px;
}

.ShoppingCart .ShoppingCart-TotalText{
  float:left;
  padding-right:5px;
}
.ShoppingCart .ShoppingCart-SecureText,
.ShoppingCart .ShoppingCart-SecureText a{
  font-size:10px;
  color:#999999;
  font-style:italic;
  text-decoration:none;
}


.ShoppingCart .ShoppingCart-CheckOut {
 /*  background-image:url(http://accesoriosdecoches.conzentra.com/App_Themes/images/arrow.gif);
  background-position:right center;
  background-repeat:no-repeat;
*/
}

.ShoppingCart .ShoppingCart-CheckOut input{
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size:11px;
  height:19px;
  padding-bottom:5px;
  border:1px solid #9b0000;
  color:#FFFFFF;
  font-weight:bold;
  text-transform:uppercase;
  padding-right:15px;
  background:none;
  background-color:transparent;
  background-image:url(http://accesoriosdecoches.conzentra.com/images/btn_middle.png);
  background-position:right center;
  background-repeat:repeat-x;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}

/***********Boxes Panel*****************************/

.treeview li
{
    border-bottom: 1px solid #cccccc;
    font-weight: bold;
}

.frontEndSelectingBox .ui-box-titlebar{
  padding:0.1em 0.1em 0.1em 1em;
}
.frontEndSelectingBox .boxedPanel
{
    background-color: #FFF;
    background-image: none;
    padding: 0em;
    border:1px solid #EAEAEA;

}

.frontEndSelectingBox .boxedPanel .ui-box-content{
  background:transparent url(http://accesoriosdecoches.conzentra.com/App_Themes/images/block_bottom_right.gif) no-repeat scroll left bottom;
  border:1px solid #EAEAEA;
  border:0 none;
  overflow:auto;
  padding:0.5em 1em 2em;}

}


.frontEndSelectingBox .boxedPanel .ui-widget-header
{
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.frontEndSelectingBox .boxedPanel .ui-box
{
    padding: 0em;
}

.frontEndSelectingBox .boxedPanel .ui-corner-all
{
  border-width:0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    ccborderradius: 6px;
}

.treeview .li_selected a
{
    color: #cc0000;
}

.treeview li.li_unselected a
{
    color: #000;
}

/************** menu ********************************/

#navigation .ui-state-default
{
   /* background: url(http://accesoriosdecoches.conzentra.com/App_Themes/images/separate_menu.png) no-repeat center right;*/
    background: url(http://accesoriosdecoches.conzentra.com/App_Themes/images/separate_menu.jpg) no-repeat center right;
    border: 0px;
    margin: 0px;
}

.ui-state-default, .ui-widget-content .ui-state-default
{
    background: none;
    border: 0px;
}



#navigation .ui-menu
{
    padding: 0px;
}

#navigation .ui-menu .ui-menu-nav li a{
  color:#fff;
  /*text-shadow:1px 1px 1px #999999;
  font-weight:normal;*/
}


#navigation .ui-menu .ui-menu-nav
{
    padding: 0px;
    width:775px;
    color:#000000;
    font-weight:bold;
    background:transparent none repeat scroll 0 0;
    float:left;
}
#navigation .ui-widgetMenu-content{
  background:none;
  border:0 none;
  font-family: "Trebuchet MS" , Arial, Verdana;
}
#navigation .menuBlock{
   border:1px solid #990000;
   height:26px;
}
#navigation .menuBlock .ui-menu{
  float:left;
}

#navigation .menuBlock .TextBoxWatermarkSearch,
#navigation .menuBlock .TextBoxSearch{
  margin-top:4px;
  padding-left:5px;
  width:125px;
 height:12px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  ccborderradius: 10px;
}

.ui-widgetMenu-header
{
    background: none;
    border: 0px;
}

/******************* register ***********************/

.RegistrationPage
{
    width:581px;
}

.btn_register{
  text-align:right;
}


.title h1
{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding:6px 0 0 15px;
    color:#000;
	text-shadow:1px 1px 1px #FFFFFF;
	height:19px;
}

.title
{
    border: 1px solid #D6D6D6;
    background-color: #D6D6D6;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    ccborderradius: 6px;
    padding-left: 10px;

	line-height:1.2;
}



.RegistrationPage .body
{
    margin-top: 15px;
    border: 1px solid #D6D6D6;
    background-color: #FFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    ccborderradius: 6px;
    padding-bottom:20px;
    padding-left:20px;
    padding-right:20px;
}

/***** tabla form ****/

.SectionBody
{
    border: 1px solid #D6D6D6;
    background-color: #FFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    ccborderradius: 6px;
    padding:10px;
   
	margin-top:0px;
	padding:20px;
	text-align:left;
	float:left;
}

.SectionBody div
{
    padding-bottom: 5px;
    padding-top: 5px;
}

.divBoxedPanelDataLeftCol
{
    text-align: right;
    padding-right: 10px;
}

.divBoxedPanelDataRightCol
{
    width: 245px;

}

.textBoxValue
{
    height: 15px;
}

.dropDownListValue
{
    width: 200px;
}

/******  home boxes ******/

#page_content
{
    float:left;
    padding-left:10px;
    padding-top:20px;
    width:881px;
    *width: 880px;
    _padding-right:0px;
    _padding-left:9px;    
}

.block_home
{
    width:591px;
    min-height:342px;
}

#left_col
{
    padding-left: 0;
    padding-right: 0;
    width: 174px;
}

#right_col
{
    padding-left: 0;
    padding-right: 0;
    width: 150px;
    float:left;
    _width:148px;
}




.immageBanner{
  padding-bottom:10px;
}



/**********************************************************/

.itemIconBox
{
    background-color: #FFFFFF;
    float: left;
    height: 290px;
    width: 138px;
    margin-right:7px;
}


.itemIconBoxLine
{
    background-color: #FFFFFF;
    *margin-top:10px;    
    height: 140px;
    width: 579px;
    margin:7px 7px 0px 0px;
}

.frontEndZoneContainer .ui-widget-header, .frontEndZoneContainer .ui-state-default, .frontEndZoneContainer .ui-widget-content .ui-state-default
{
    background: #FFFFFF;
}

.frontEndZoneContainer .itemIconBox 
{
    margin-top: 10px;
}

.messageError
{
    color: Red;
	font-size:10px;
	line-height:1.4em;
}

.frontEndZoneContainer .itemIconBox .picture
{
    height: 140px;
}

.frontEndZoneContainer .itemIconBox .title
{
    background: none;
    border: 0px;
}

.frontEndZoneContainer .itemIconBox .info
{
    border-bottom: 1px solid #666;
    height: 85px;
}

.frontEndZoneContainer .itemIconBox .command,
.frontEndZoneContainer .itemIconBox .commandVariant {
  /*background-color:#666;*/
  
  background-image: url(http://accesoriosdecoches.conzentra.com/App_Themes/images/bg_product_grid.jpg);
  background-repeat: repeat-x;
  background-position: center left;
  color:#FFF;
  height:56px;
  padding-right:10px;
  padding-left:10px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;

}
.frontEndZoneContainer .itemIconBox .picture
{
}

.frontEndZoneContainer .itemIconBox .picture img
{
    padding:4px;
    width:130px;
    height: 130px;
    border:0px;
    border-bottom:1px solid #CCCCCC;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}

.frontEndZoneContainer .itemIconBox .info{
  padding:4px;
}

.frontEndZoneContainer .itemIconBox .info, .itemIconBox .info a, .itemIconBox .info a:visited, .itemIconBox .info a:link,
.frontEndZoneContainer .itemIconBoxLine .info, .itemIconBoxLine .info a, .itemIconBoxLine .info a:visited, .itemIconBoxLine .info a:link{
  color:#000;
}

.frontEndZoneContainer .itemIconBox .info .sku, .frontEndZoneContainer .itemIconBoxLine .info .sku{
  text-transform:uppercase;
}

.sku{
    font-size: 10px;
	color:#666;
}




.frontEndZoneContainer .itemIconBox .info .title
{
    font-size: 11px;
    font-weight: bold;
    padding:0;

}
.frontEndZoneContainer .itemIconBox .info .titleOffer
{
    font-size: 11px;
    font-weight: bold;
    padding:0;

	line-height:1.2;
}

.rating{
margin-top:7px;
}

.ProductFullDescription {
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
background-color:#FFFFFF;
border:1px solid #CCCCCC;
float:left;
margin-bottom:10px;
padding:20px;
width:541px;
margin-top:20px;
color:#666;
}


.frontEndZoneContainer .itemIconBox .command .price, 
.frontEndZoneContainer .itemIconBoxLine .command .price,
.frontEndZoneContainer .itemIconBox .commandVariant .price, 
.frontEndZoneContainer .itemIconBoxLine .commandVariant .price
{
  font-size:25px;
  font-weight:normal;
}

.decimalDigits{
  font-size:18px;
}

.iconOffer{
 
}
.iconOffer .integralPart, .OldPrice .integralPart{
  font-size:14px;
}


.iconOffer .decimalDigits, .OldPrice .decimalDigits{
  font-size:11px;
}

.frontEndZoneContainer .itemIconBox .command .icon
{
    float: left;
}

.frontEndZoneContainer .itemIconBox .command .iconOffer
{
    float: left;
    text-decoration: line-through;
	color:#F00;
}

.iconOffer span
{

	color:#fff;
}



.frontEndZoneContainer .itemIconBox .price
{
    text-align: right;
}

.frontEndZoneContainer .itemIconBox .price .startingPrice{
    font-size:12px;
    padding-right:2px;
}

.frontEndZoneContainer .itemIconBoxLine .price .startingPrice{
font-size:11px;
}

.frontEndZoneContainer .itemIconBoxLine .picture
{
    height:140px;
    width:138px;
    float:left;
    border-right:1px solid #ccc;
}
.frontEndZoneContainer .itemIconBoxLine .picture img
{
    padding:4px;
    width:130px;
    height: 130px;
    border:0 none;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}

.frontEndZoneContainer .itemIconBoxLine .title
{
    background: none;
    border: 0px;
    padding-left:0px;

	line-height:1.2;
}

.frontEndZoneContainer .itemIconBoxLine .info{
  float:left;
  width:auto;
  height:120px;
  width:300px;
  padding:10px 5px;
}
.frontEndZoneContainer .itemIconBoxLine .description{
  color:#999;

  margin-top:5px;
  line-height:1.2em;
  font-weight:normal;

}

.description{
	color:#999;

}
.frontEndZoneContainer .itemIconBoxLine .command,
.frontEndZoneContainer .itemIconBoxLine .commandVariant
{
  height:140px;
  float:right;
  text-align:right;
  width:108px;
  color:#FFF;
  border-left:1px solid #666;
  background-image: url(http://accesoriosdecoches.conzentra.com/App_Themes/images/bg_product_line.jpg);
  background-repeat: repeat-x;
  background-position: center left;
  padding-right:7px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
.frontEndZoneContainer .itemIconBoxLine .icon{
 margin-top:40px;
 height:30px;
 margin-left:75px;
}

.frontEndZoneContainer .itemIconBoxLine .startingPrice{
  height:15px;
}

.frontEndZoneContainer .itemIconBoxLine .icon .zoneIcon1,
.frontEndZoneContainer .itemIconBoxLine .icon .zoneIcon2{
  background-position:right top;
   margin-top:0px;
}


.frontEndZoneContainer .itemIconBoxLine .command .commands,
.frontEndZoneContainer .itemIconBoxLine .commandVariant .commands{
  text-align:right;

}
.frontEndZoneContainer .itemIconBox .price, .frontEndZoneContainer .itemIconBoxLine .price
{
    text-align: right;
}

.itemIconBox .command .commands,
.itemIconBox .commandVariant .commands
{
    float: right;
    *width:58px !important;
}


.breadcrump, .breadcrump a{
    color:#666;
    font-weight:bold;
    text-decoration:none;
    margin-bottom:10px;
	margin-top:5px;
}
.breadcrump a:hover{
  text-decoration:underline;
}

.subCategories{
    color:#999999;
    width:561px;
    font-weight:bold;
    border: 1px solid #D6D6D6;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;
    ccborderradius: 6px;
    background-color:#FFFFFF;
    margin-bottom:10px;
	padding: 10px;
    }

.subCategories a{
  text-decoration:none;
  color:#333 !important;
  padding-top:10px;
}
.subCategories div{
    margin-left:5px;

    
}
.descriptioncategory{

	margin-top:20px;
    margin-bottom:20px;
    color:#999;

  padding-left:15px;
  padding-right:15px;
}
/* right col formatting */

.block-content
{
    text-align: left;
    margin-top: 10px;
    width: 150px;
    background-position: 0px 1px;
    _margin-bottom:-10px;
}

.block-text
{
    background: url(http://accesoriosdecoches.conzentra.com/App_Themes/images/block_top.gif) no-repeat top left;
    padding: 10px 15px;
}

.block-footer
{
    background: url(http://accesoriosdecoches.conzentra.com/App_Themes/images/block_bottom.gif) no-repeat bottom left;
    height: 5px;
}

.block-text-social
{
    background: url(http://accesoriosdecoches.conzentra.com/App_Themes/images/block_top_white.gif) no-repeat top left;
    padding: 10px 15px;
}

.block-text li, .block-text-social li
{
    list-style: none;
}

.block-text ul, .block-text-social ul
{
    padding: 0px;
    margin: 0px;
}

.block-text p, .block-text li, .block-text li a:link, .block-text li a:visited{
  color:#666666;
  font-weight:bold;
  line-height:1.4;
  text-decoration:none;
  font-size:10px;
}  
 
 .block-text li a:hover{
  text-decoration:underline;
 }
 
.sociable .block-text-social
{
    padding: 10px 10px 7px;
}

.social-icons
{
    border: 0;
}

.border-title
{
    display: table;
    #position:relative;
    overflow:hidden;
    width:auto;
	#height:30px;
}

.block-title
{

    display:table-cell;
    vertical-align:middle;
    padding-left:41px;
    /*position:relative;*/
}

.block-title-content
{ 

    line-height:1.2em;
    padding-top:8px;
	#padding-top:0px;
}
.newsletter, .suggestions
{ 
    #padding-top:8px;
}

.ventajas, .newsletter, .suggestions, .comments
{
    text-transform: uppercase;
    font-weight: bold;
    height: 30px;
    vertical-align: middle;
    line-height:1.2em;
    font-size: 12px;
}


.info-contact
{
    margin-top: 5px;
}

.contact-telf, .safety
{
    font-weight: bold;
    font-size: 12px;
    padding-bottom:8px;
}

.contact-telf
{
    background-image: url(http://accesoriosdecoches.conzentra.com/App_Themes/images/icon_telefono.png);
    _background-image: url(http://accesoriosdecoches.conzentra.com/App_Themes/images/icon_telefono.gif);
    background-repeat: no-repeat;
    background-position: center left; 
    *background-position: top left;
}

.safety
{
    background-image: url(http://accesoriosdecoches.conzentra.com/App_Themes/images/icon_seguridad.png);
    _background-image: url(http://accesoriosdecoches.conzentra.com/App_Themes/images/icon_seguridad.gif);
    background-repeat: no-repeat;
    background-position: center left; 
    *background-position: top left;
}

.ventajas
{
    background-image: url(http://accesoriosdecoches.conzentra.com/App_Themes/images/icon_ventajas.png);
    _background-image: url(http://accesoriosdecoches.conzentra.com/App_Themes/images/icon_ventajas.gif);
    background-repeat: no-repeat;
    background-position: center left; 
    *background-position: top left;
}

.newsletter
{
    background-image: url(http://accesoriosdecoches.conzentra.com/App_Themes/images/banner_newsletter.png);
    _background-image: url(http://accesoriosdecoches.conzentra.com/App_Themes/images/banner_newsletter.gif);
    background-repeat: no-repeat;
    background-position: center left; 
    *background-position: top left;
}

.block-text .EmailInfo
{
    width: 115px;
    height:12px;
    font-size:11px;
}

.suggestions
{
    background-image: url(http://accesoriosdecoches.conzentra.com/App_Themes/images/icon_sugerencias.png);
    _background-image: url(http://accesoriosdecoches.conzentra.com/App_Themes/images/icon_sugerencias.gif);
    background-repeat: no-repeat;
    background-position: center left; 
    *background-position: top left;
}
  
.comments
{
    background-image: url(http://accesoriosdecoches.conzentra.com/App_Themes/images/banner_opinion.png);
    _background-image: url(http://accesoriosdecoches.conzentra.com/App_Themes/images/banner_opinion.gif);
    background-repeat: no-repeat;
    background-position: center left; 
    *background-position: top left;
}

.mailprivacity
{
    font-size: 8px;
}

.mailprivacity privacity
{
	float:left;
}

.mailprivacity a
{
	color:#000;
}

.mailprivacity a:hover
{
	color:#000;
}

.mailprivacity a:visited
{
	color:#000;
}
.privacity
{
    margin-left: 0px;
    margin-top:4px;
	font-size:8px;
}


.privacity input
{
    margin-left: 0px;
    margin-top:4px;
}

.button-send
{
    text-align: center;
}


.button[type=submit]:disabled{
  color:#999   !important;
  text-shadow:1px 1px 1px #FFF;
}

.buttons a.button{

}
a.button{
  font-size:13px;
  padding-left:15px;
  padding-top:1px;
  text-decoration:none;
}
.line
{
    border-bottom: 1px solid #CCCCCC;
    height: 1px;
    margin-bottom: 10px;
    margin-top:5px;
}


/*****  Login ****/
.LoginPage{
  width:581px;
}

.wrapper{
   border: 1px solid #D6D6D6;
    background-color: #FFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    ccborderradius: 6px;
    height:400px;
    margin-top:10px;
    padding-left: 20px;
    padding-right: 20px;
}

.new-wrapper{
  padding-top:30px;
  width:269px;
  float:left;
}

.new-wrapper .RegisterBlock{
  padding:20px 0px 20px 20px;
  border: 1px solid #D6D6D6;
  background-color: #FFF;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-bottomright:0px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:0px;
    ccborderradius: 6px;
}
.new-wrapper .RegisterBlock .RegisterText {
  height:170px;
}

.new-wrapper .RegisterBlock p{
  margin:0;
  padding:0 10px 0 0;
}

.new-wrapper .RegisterBlock input{
  width:100px;
}

.returning-wrapper .LoginBlock{
  padding:20px;
  border: 1px solid #D6D6D6;
  border-left:0px;
  background-color: #FFF;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-bottomleft:0px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-topleft:0px;
    -moz-border-radius-topright:6px;
    ccborderradius: 6px;
}


.returning-wrapper{
  padding-top:30px;
  width:270px;
  float:right;
}

.returning-wrapper .LoginBlock .LoginTableContainer {
  height:170px;
}

.LoginTableContainer .divBoxedPanelDataLeftCol {
  text-align:left;
}

.labelInfo, .RegisterText p,
.Account table{
  color:#999;
  font-weight:bold;
  font-size:11px;
  margin-top:10px;
}


#site .button, #site .buttonBack, #site .buttonAct,
.buttonDefault{
 font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size:11px;
  height:19px;
  padding-bottom:5px;
  border:1px solid #9b0000;
  color:#FFFFFF;
  font-weight:bold;
  text-transform:uppercase;
  padding-right:15px;
  background:none;
  background-color:transparent;
  background-image:url(http://accesoriosdecoches.conzentra.com/images/btn_middle.png);
  background-position:right center;
  background-repeat:repeat-x;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  margin-top:5px;
}

#site .buttonBack{
  padding-right:15px;
  padding-left:15px;
  background-image:url(http://accesoriosdecoches.conzentra.com/App_Themes/images/btn_middleBack.png);
  background-position:left center;
}

#site .buttonAct{
  padding-right:0px;
  padding-left:0px;
  background-image:url(http://accesoriosdecoches.conzentra.com/App_Themes/images/btn_Act.png);
}

.buttonDefault{
  padding-right:10px;
  padding-left:10px;
  background-image:url(http://accesoriosdecoches.conzentra.com/App_Themes/images/bg_default.png);
  border:1px solid #797979;
}

#help
{
    background-color: #fff;
    height: 130px;
    -moz-border-radius: 7px;
    padding-bottom: 15px; /* padding-top:10px;*/
    
}

#help .helpborder
{
    float: left;
    width: 180px; /*border-right: 1px solid #999; height:145px;*/
    _width: 170px;
}
#help .ecard
{
    float: left;
    height:145px;
    border-right:1px solid #CCCCCC;
}
#help .ecard img{
  margin-top:30px;
}

#help .etailers .eicontop{
  margin-top:30px;
}
#help .etailers img{
  border:0px;
}


.footer_send .button{
  margin-top:0px;
  margin-left:10px;

}


.footer_send{
  float:left;
    margin-top:-2px;
}

.boletin{
  float:left;
  padding-right:0px;
padding-top:4px;
}
.LoginTableButtons{
  float:left;
}

.ui-state-default, .ui-widget-content .ui-state-default
{
    background: none;
    border: 0px;
}

.ui-menu .ui-menu-nav
{
    padding: 0px;
}

.ui-widgetMenu-header
{
    background: none;
    border: 0px;
}
/************* Productos  *******************/

.productFullBox .Box{
  background-color:#FFFFFF;
  float:left;
  padding:10px;
  width:561px;
  border:1px solid #CCCCCC;
  margin-bottom:10px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;
    ccborderradius: 6px; 
  
}
.productFullBox
{
}

.productFullBox .pictures
{
    float: left;
    width:325px;
}

.productFullBox .pictures .picture
{
    float: left;
    border:1px solid #CCCCCC;
    width:303px;
    padding: 5px;
}

.productFullBox .pictures .picture img{
  width:304px;
  height:304px;
}

.productFullBox .pictures .thumbnails{
    float: left;
    padding-top:5px;
}
.productFullBox .pictures .thumbnails img{
    width:48px;
    height:48px;
    border:1px solid #CCCCCC;
}

.productFullBox .pictures .thumbnails a{
   
}

.productFullBox .info{
  color:#666666;

  line-height:1.4;
}

.productFullBox .info .rating{
  color:#ccc;
  padding-top:10px;

}
.productFullBox .info .icon{
  padding-left:320px;
  margin-top:10px;
}
.productFullBox .info .icon div{
  margin-top:10px;
}

.frontEndZoneContainer .itemIconBoxLine .command{
  text-align:right;
}

.frontEndZoneContainer .itemIconBoxLine .commandVariant .OldPrice{
  margin-top:20px;
  color:#CC0000;
}

.OldPrice
{
    text-decoration: line-through;
	color:#F00;
}

.OldPrice span
{
   
	color:#Fff;
}


.yourrating{
  float:left;
}


/************* Administration ***********/

.selectorListCriteria .button{
  float:none;
  background:none;
}

#block #page_content{
  min-height:400px;
  padding-left:4.5%;
}


#block #page_content .ui-tabs-nav {
    height:32px;
}
#block #left_col{

}


/***** My account ***/


.Account .ui-tabs .ui-tabs-nav{
  -moz-border-radius-bottomleft:0px;
  -moz-border-radius-bottomright:0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-left:0 none;
  border-right:0 none;
  border-top:0 none;
  padding:0px;
 }
 
.Account ul.ui-widget-header li.ui-tabs-selected a:link, 
.Account ul.ui-widget-header li.ui-tabs-selected a:visited{
  color:#000;
}

.Account ul.ui-widget-header a:link, .Account ul.ui-widget-header a:visited{
  color:#666;
  }

.Account .ui-box-titlebar{
  padding-left:0px;
}

.Account  .ui-tabs {
  padding:0px;
}

.Account .itemTemplate{
  color:#333;
  font-size:11px;

}
.Account .columnItemLocalizationCompany{
  margin-top:20px;
}
.CustomerPage ul li.ui-state-default{
  border:0px;
}

.CustomerOrders .itemData{
  width:370px;
}

.CustomerOrders .itemData span{
  padding-right:10px;
}

.CustomerOrders .itemTemplate{
  margin-bottom:20px;
  padding:10px;
}

.columnInfoBold,
.Account .CustomerOrders .columnInfoBold .labelColumnTitle {
  color:#000;
  font-size: 14px;
}

.Account  .CustomerOrders .labelColumnTitle{
color:#999;
}

.CustomerPage ul li.ui-state-active{
  border:1px solid #d9d9d9;
  background:#FFF;
    
}
.CustomerPage ul li.ui-state-active a{
color:#000;

}
.CustomerPage .ui-widget-content{
  background:none;
  background:#FFFFFF none repeat scroll 0 0;
  margin-top:20px;
}


.CustomerPage #divTabPageContainer .ui-widget-content{
  border:0px;
  margin-top:0px;
  margin-bottom:30px;
}

.CustomerPage .ui-widget-content .ui-tabs-panel{
  margin-top:0px;
}

/********** Ayuda Help ****************/

.help_page{
  height:auto;
}

.help_page #menu #accordion h3{
  margin-top:10px;
}
.help_page #menu{
  background-color:#F5F6F7;
  float:left !important;
}

.help_page #content{
  background-color:#999999;
  width:680px;
  margin-left:188px;
  color:#999;
  font-weight:bold;
  padding:10px;
}

.contentbox{
    padding:40px; 
    background-color:#FFF;
    min-height:500px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;
    ccborderradius: 6px; 
}
.help_title{
  font-size:25px;
  border-bottom:1px dotted #999;
}

#pie, .contentbox div{
  padding:0px;
  margin:0px;
}
#pie, a{
	color:#666;
}
#pie, a:hover{
	color:#999;
}

#pie, a:visited{
	color:#666;
}
.help_page a{
  cursor:pointer;
}



/************ Carro Compra  ***************************/
.ShoppingCartPage .listViewContainer{
  margin-top:10px;
  border:1px solid #e5e5e5;
  background:#FFFFFF none repeat scroll 0 0;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-bottomleft:6px;
  -moz-border-radius-bottomright:6px;
  -moz-border-radius-topleft:6px;
  -moz-border-radius-topright:6px;
} 


.ShoppingCartPage .listViewContainer .columnQuantity input{
  text-align:center;
  width:15px;
}

.ShoppingCartPage .listViewContainer .layoutTemplate{
  height:40px;
  background-color:#dce3eb;
  font-weight:bold; 
  -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-bottomleft:0px;
    -moz-border-radius-bottomright:0px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;
}

.ShoppingCartPage .listViewContainer .layoutTemplate div{
  padding-top:10px;
}

.ShoppingCartPage .listViewContainer .layoutTemplate .columnTitleNumberArticles{
 width:355px;
 padding-left:20px;
}

.ShoppingCartPage .listViewContainer .layoutTemplate .columnTitleQuantity{
   width:70px;
}
.ShoppingCartPage .listViewContainer .layoutTemplate .columnTitlePriceWithTax{
   width:94px;
}
.ShoppingCartPage .listViewContainer .itemTemplate{
  border-bottom:1px solid #e5e5e5;
}

.ShoppingCartPage .listViewContainer .itemTemplate .columnPicture{
  width:140px;
  height:140px;
}

.ShoppingCartPage .listViewContainer .itemTemplate .columnPicture img{
  width:130px;
  height:130px;
  padding:5px;
}

.ShoppingCartPage .listViewContainer .itemTemplate .columnInfo{
 width:227px;
 padding:10px;
 border-left: 1px solid #e5e5e5;
 min-height:120px;
}

.ShoppingCartPage .listViewContainer .itemTemplate .columnInfo .sku{
    font-weight:bold;
    text-transform:uppercase;
}

.ShoppingCartPage .listViewContainer .itemTemplate .columnInfo .name{
font-weight:bold;
}

.ShoppingCartPage .listViewContainer .itemTemplate .columnQuantity{
  width:50px;
  padding-top:30px;
}

.ShoppingCartPage .listViewContainer .itemTemplate .columnPrice{
  width:100px;
  text-align:center;
  padding-top:30px;
  font-weight:bold;
  height:110px;
  border-right:1px solid #e5e5e5;
  font-size:13px;
}


.ShoppingCartPage .listViewContainer .itemTemplate .columnItemSelect{
  padding-left:10px;
  padding-top:30px;
  width:30px;
}

.ShoppingCartPage .listViewContainer .footerTemplate{
  border-top:1px solid #e5e5e5;
  background: #565856 url(http://accesoriosdecoches.conzentra.com/App_Themes/images/ui-bg_highlight-soft_75_565856_1x100.png) repeat-x scroll 50% 50%;
  font-size:18px;
  padding-top:10px;
  padding-left:20px;
}

.ShoppingCartPage .listViewContainer .footerTemplate .totalText{
  float:left;
  color:#FFF;
  text-transform:uppercase;
  font-weight:bold;
  width:350px;
}
.ShoppingCartPage .listViewContainer .footerTemplate .totalValue{
  color:#FFF;
  text-transform:uppercase;
  font-weight:bold;
  padding-right:60px;
  text-align:right;
}

.ShoppingCartPage .listViewContainer .footerTemplate .buttons{
   padding-right:60px;
  text-align:right;
  padding-bottom:10px;
}

.ShoppingCartPage .title{
  text-transform:uppercase;
  font-weight:bold;
  color:#000000;
  height:17px;
  padding:6px;
}
.ShoppingCartPage .title span{
  padding-left:10px;
}

.AspNet-FormView-InsertData .divBoxedPanelDataRightCol {
  text-align:left;
}

.CheckOutPage .rightContainerTab{
  float:left;
  padding-left:10px;
  padding-right:10px;
  width:250px;
  padding-top:10px;
} 

.CheckOutPage .leftContainerTab{
  float:left;
  padding-left:10px;
  padding-right:10px;
  width:570px;
} 

.CheckOutPage .body{
  margin-top:5px;
}

.CheckOutPage .tabControlDefault .ui-widget-content, 
.CheckOutPage .tabControlDefault,
.CheckOutPage .tabControlDefault  li.ui-tabs-selected,
.OrderDetailPage .ui-widget-content
 {
  background:#FFF;
  color:#000;
  border:0 none;

}

.CheckOutPage .tabControlDefault  li.ui-tabs-selected a,
.CheckOutPage .tabControlDefault  li.ui-tabs-selected a:link,
.CheckOutPage .tabControlDefault  li.ui-tabs-selected a:visited,
.CheckOutPage .tabControlDefault  li.ui-tabs-selected a:hover{
  color:#000;
}

.ShoppingCartCheckOut, .DetailContent .products {
    font-weight:bold;
}

.products .title,
.ShoppingCartCheckOut .title {
  -moz-border-radius-bottomleft:0px;
  -moz-border-radius-bottomright:0px;
  -moz-border-radius-topleft:6px;
  -moz-border-radius-topright:6px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;

  background-color:#f8f8f8;
  border:1px solid #D6D6D6;
  height:27px;
  padding-left:10px;
  text-transform:capitalize;
  color:#666;
  margin-top:-1px;
  line-height: 1.5em;
  width:252px;
  width:238px;
  margin-left:-1px;
  margin-bottom:7px;
}

.ShoppingCartCheckOut .listViewContainer{
  border:1px solid #D6D6D6;

  -moz-border-radius-bottomleft:6px;
  -moz-border-radius-bottomright:6px;
  -moz-border-radius-topleft:6px;
  -moz-border-radius-topright:6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  overflow:hidden;
}
.ShoppingCartCheckOut  .itemTemplate .columnInfo{
  width:160px;
}

.ShoppingCartCheckOut  .itemTemplate{
border-bottom:1px solid #E5E5E5;
font-size:11px;
height:35px;
padding:5px 10px 10px;
overflow:hidden;
}
.ShoppingCartCheckOut  .footerTemplate{
  border-top:1px solid #D6D6D6;
   padding:10px;
}

.ShoppingCartCheckOut .columnTitleNumberArticles{
  width:160px;
  padding-top:5px;
}
.ShoppingCartCheckOut .columnTitlePrice{
  padding-top:5px;
}
.divBoxedPanelDataRightCol div{
  padding:0;
 } 

.ShoppingCartPage .emptyDataTemplate{
  min-height:50px;
  margin:20px; 
}

.resumeComplete{
  text-align:center;
  color:#666;
  font-weight:bold;
  margin:10px;
}
 
 /***** Datos Usuario ****/
 
 
.columnAddress{
  margin-top:0px;
  text-align:left;
  width:60%;
}

.columnButtons {
  text-align:right;
  width:30%;
}

#divTabPageContainer{
/*  margin-top:20px;*/
}

.leftContainerTab .ui-box-titlebar{
  padding:0;
}

.leftContainerTab span{

}

.Account .CustomerOrders .ui-widget-content,
.Account .shipping #divTabPageContainer .ui-box-content,
.Account .billing #divTabPageContainer .ui-box-content
{
  border:0px;
}


.Account .CustomerOrders .itemTemplate,
.Account #divTabPageContainer .ui-box-content,
.Account .shipping .ui-box-content .itemTemplate,
.Account .billing .ui-box-content .itemTemplate,
.leftContainerTab .billing .ui-box-content .itemTemplate,
.leftContainerTab .shipping .ui-box-content .itemTemplate,
.shippingMethod .ui-box-content,
.shippingAddress .ui-box-content,
.billingAddress .ui-box-content,
.billingMethod .ui-box-content,
.leftContainerTab .paymentMethod .ui-box-content,
.OrderDetailPage .DetailContent,
.DetailContent .ui-box-content,
.orderInfo .ui-box-content
{
-moz-border-radius-bottomleft:6px;
  -moz-border-radius-bottomright:6px;
  -moz-border-radius-topleft:6px;
  -moz-border-radius-topright:6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border:1px solid #CCC;
}

.Account .CustomerOrders  .ui-widget-header,
#divTabPageContainer  .ui-widget-header,
.shippingMethod .ui-widget-header,
.shippingAddress .ui-widget-header,
.billingAddress .ui-widget-header,
.billingMethod .ui-widget-header,
.orderInfo .ui-widget-header,
.DetailContent .products .ui-widget-header,
.leftContainerTab .paymentMethod .ui-widget-header{
  border: 0 none;
  background:none;
  font-size:15px;
  font-weight:bold;
  padding-left:0;
}


.Account .CustomerOrders  .ui-widget-header a,
#divTabPageContainer  .ui-widget-header a,
.shippingAddress .ui-widget-header a,
.billingMethod .ui-widget-header a,
.orderInfo .ui-widget-header a,
.DetailContent .ui-widget-header a,
.billingAddress .ui-widget-header a,
.shippingMethod .ui-widget-header a,
.leftContainerTab .paymentMethod .ui-widget-header a{
  padding-left:0px !important;
  text-decoration:none;
}
.Account .shipping .ui-box-content .itemTemplate,
.Account .billing .ui-box-content .itemTemplate,
.leftContainerTab  .shipping .itemTemplate,
.leftContainerTab .billing  .itemTemplate{
  padding:10px 10px 10px 60px;
  margin-bottom:10px;
}

.leftContainerTab .itemTemplate .columnInfo,
.DetailContent .products .itemTemplate{
  text-transform:uppercase;
}
.leftContainerTab .itemTemplate .columnItemLocalizationCompany{
  margin-top:20px;
}
.rightContainerTab .footerTemplate .totalText{
  text-transform:uppercase;
  color:#666;
  width:160px;
}

.footerTemplate

{
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
}
.actions-confirmCheck{
  text-align:right;
  margin-bottom:5px;
}
.CheckOutPage .ui-tabs .ui-tabs-nav li.ui-state-disabled{
  margin:0px;
  border:0 none;
  background:none;
}

.CheckOutPage .ui-tabs .ui-tabs-nav li.ui-state-disabled a{
  color:#333;
}

.CheckOutPage .ui-tabs-nav{
  -moz-border-radius-bottomleft:0px;
  -moz-border-radius-bottomright:0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-left:0 none;
  border-right:0 none;
  border-top:0 none;
 }
.CheckOutPage .ui-tabs-nav  li.ui-tabs-selected {
  border:1px solid #CCCCCC;
}

.CheckOutPage .tabControlDefault{
  border:1px solid #BBBBBB;
  padding-bottom:20px;
}




.columnRadioButton{
  text-align: right;
  margin-left:-30px;
  margin-top:60px;
  margin-right:30px;
}

.columnItemLocalizationIsDefault{
  display:none;
}

.columnItemLocalizationZipPostalCode, .columnItemLocalizationPhoneNumber{
  padding-right:10px;
}
 
.QuantityProducts{
  text-align:center;
  width:20px;
}
.divBoxedPanelInfo{
   
    margin-right:10px;
	margin-top:5px;
	font-size:11px;
}
.divBoxedPanelData{
  font-size:11px;
  padding-top:10px;
  text-align:left;

}

.MessageError{
  font-weight:bold;
  color:#ff0000;
  font-size:10px;
  line-height:1.4em;
  margin-top:10px;
  margin-bottom:5px;
}

.MessageError input{
	margin:40px;


}

.shipping .divBoxedPanelData input 
{
    width:198px;
}

.billing .divBoxedPanelData input 
{
    width:198px;
}

/*Formulario sugerencias*/

.SuggestionForm{
  margin-top:10px;
  padding:10px;
  width:500px;
}

.SuggestionForm .SuggestionBox{
  height:200px;
  width:250px;
}


.Noun .divBoxedPanelDataLeftCol{
  width:175px;
}

.Noun .divBoxedPanelDataRightCol{
  width:175px;
}

/*** Albaran ***/

.OrderDetailPage{
  margin-bottom:10px;
}
.OrderDetailPage .frontEndZone{
  width:auto;
}

.DetailContent{
  padding:20px;
  margin-top:10px;
  background-color:#FFF;
}

.products .ui-box-content{
  padding:0px;
}

.DetailContent .products .columnTitleNumberArticles{
   padding-left:33px;
  padding-top:4px;
  width:516px;
}

.DetailContent .products  .columnTitlePrice{
  padding-top:4px;
}
.DetailContent .products  .totalText{
   width:552px;
   text-align:right; 
   text-transform:uppercase;
   padding-bottom:10px;
}

.DetailContent .products  .columnPrice, .DetailContent .products .columnTitlePrice,
.DetailContent .products  .totalValue{

  padding-right:130px;
  text-align:right; 
}

.DetailContent .products .itemTemplate .columnInfo{
  width:500px;
  padding-left:40px;
  padding-right:20px;

}
.DetailContent .line{
  padding-top:5px;
  padding-bottom:5px;
  margin:0;
}
.DetailContent .products .layoutTemplate{
  margin-bottom:10px;
}

.privacityfooter .EmailInfo {
	font-size:11px;
	margin-right:8px;
	height:14px;
	width:150px;
}

.Newsletter .MessageError{
line-height:1em;
margin-bottom:0px;
margin-top:0px;

}

.landing {
left:790px;
position:absolute;
top:408px;
}
.landing a {
color:#999999;
font-weight:bold;
text-decoration:none;
}


.RequiredAsterisk
{
	padding-left:5px;
}

.RegisterTitle 
{
font-size:14px;
margin:5px;
}

.LoginTitle

{
font-size:14px;
margin:5px;
}



.button_container
{
	float:right;
	margin-right:20px;
}

.divBoxedPanelDataRightCol input
{
	height:12px;
	margin-bottom:10px;
	font-size:11px;
}

.info h2
{
	margin:0px;
	color:#000;
}
.divBoxedPanelCommands 
{
	text-align:right;
	margin-right:10px;
	
}

divBoxedPanelCommands floatRight input
{
	margin-top:0px;
	
}

.ChangePassword input{
	height:12px;
	margin-top:7px;
	
}	
	
.ChangePassword .buttonDefault{
	height:19px;


	
}		
	
.actions-confirmCheck a {
	font-size:10px;
}

.actions-confirmCheck label {
	font-size:10px;
}

.placeHolder .itemTemplate{
color:#333333;
font-size:11px;
}
.ShoppingCartCheckOut .headercar h2 {

font-size:15px;

color:#333;
margin: 0px;
}

.ui-box ui-widget ui-widget-content ui-corner-all .ui-box-content
{

	padding:10px;

}


.RegisterText a{
	color:#999;

}

.goToDescription a{
	color:#333;
	font-weight:bold;
font-size:10px;
}

.goToShippingMethodsConditions {
	margin:10px 0;
	color:#333;
	font-weight:bold;
font-size:10px;
margin:20px 0 0 0;
}

.goToShippingMethodsConditions a {
	margin:10px 0;
	color:#333;
	font-weight:bold;
font-size:10px;
margin:20px 0 0 0;
}

.helpIcon
 {
background-image:url(http://accesoriosdecoches.conzentra.com/App_Themes/images/icon_help.png);
background-repeat:no-repeat;

height:16px;
width:16px;

}


.displaynone
{
	display:none;

}

.TextDescription{
	color:#444 !important;
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:5px;

}


.TextDescription a{
	color:#444 !important;
	font-size:15px;
	font-weight:bold;

}

.columnPrice span{
	float:right;

}

.totalValue{
	float:right;
margin-bottom:15px;
}

#help .etailers .eicon {
  margin-top:40px;
}


.foo
{
}
/* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

body
{
    font-size: 11px;
    background-color: #F5F6F7;
}

/* page central Content */

.pageContentTitle
{
}


.pageContentTitle .text
{
}

.pageContentTitle .separator
{
}

.pageContentTitle .param
{
    font-weight: bold;
}

.divBoxedPanelData
{
}

.labelInfo
{
}

.labelValue
{
}

.textBoxValue
{
}

.labelColumnTitle
{
    font-weight: bold;
}

.labelColumnItem
{
}

.labelEmptyItem
{
}

.linkColumnCommand
{
}

.dropDownListValue
{
}

.listViewContainer
{
}

.formViewContainer
{
}

.columnItemPicture
{
    width: 200px;
}

.columnTitleDisplayOrder
{
    width: 200px;
}

.columnItemString200
{
    width: 300px;
}

.columnTitleString200
{
    width: 300px;
}

.columnItemInteger
{
    width: 150px;
}

.columnTitleInteger
{
    width: 150px;
}

.columnItemDisplayOrder
{
    width: 200px;
}

/* Selecting grid */

.columnTitleSelect
{
    width: 200px;
}

.columnItemSelect
{
    width: 200px;
}

.columnTitlePicture
{
    width: 200px;
}

/* editing panels */

.divBoxedPanelCommands
{
}

.divBoxedPanelDataLeftCol
{
    width:170px;
    float: left;
}

.divBoxedPanelDataRightCol
{
    float: left;
	
}

.divBoxedPanelDataEntireCol
{
    float: left;
}

.divBoxedPanelDataSubTitleCol
{
    float: left;
    font-weight: bold;
}

.divBoxedPanelDataEmptyCol
{
    float: left;
    padding-top: 10px;
}

/*  front end icon box for product category manufacturer */

/*  front end product full icon box for product card */



/* RatingStar */

.ratingStar
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.ratingStarFilled
{
    background-image: url(http://accesoriosdecoches.conzentra.com/App_Themes/images/ratingStarFilled.png);
}

.ratingStarEmpty
{
    background-image: url(http://accesoriosdecoches.conzentra.com/App_Themes/images/ratingStarEmpty.png);
}

.ratingStarSaved
{
    background-image: url(http://accesoriosdecoches.conzentra.com/App_Themes/images/ratingStarSaved.png);
}

/* front end zones */
.frontEndZone
{
    height:17px;
    padding:6px;
    text-transform: uppercase;
    width: 569px;
}
.block_home .frontEndZone a
{
    color: #000;
    padding-left: 10px;
}


.block_home .frontEndZone a:link, .block_home .frontEndZone a:visited, .block_home .frontEndZone a:hover{
   color: #000;
}

.frontEndItem
{
    margin: 10px;
}
/* end of page central Content */


/* left Content */

.leftContentTitle
{
}

/* Selector */

.selectorListCriteria
{
    margin-bottom: 2px;
    padding: 4px;
}

.selectorListCriteria .field
{
    width: 100%;
    margin: 2px;
}

.selectorListCriteria .button
{
    width: 100%;
    text-align: right;
}

/* navigation boxes */
.frontEndSelectingBox
{
    margin-bottom: 5px;
    margin-top: 5px;
}

.frontEndSelectingBox li
{
    list-style: none;
    padding-bottom: 5px;
    padding-top: 5px;
}

.frontEndSelectingBox a.inactive
{
    text-decoration: none;
}

.frontEndSelectingBox a.active
{
    text-decoration: none;
}
/* end of left Content */

/* right Content */

.rightContentTitle
{
}
/* end of right Content */

/* generals */

.buttonDefault
{
}

.TextBoxWatermarkSearch, .TextBoxSearch 
{
    color: #999;
    background-color: #FFF;
    border: solid 1px #cc0000;
    border-top: solid 1px #990000;
    font-size:11px;
	padding-bottom:3px;
}

/* pages */

/* Seo pages*/

.columnTitleLocalizationCulture
{
    width: 200px;
}

.columnItemLocalizationCulture
{
    width: 200px;
}

.columnTitleLocalizationName
{
    width: 200px;
}

.columnItemLocalizationName
{
    width: 200px;
}

/* Product */
.columnTitleProductVariantInternalName
{
    width: 200px;
}

.columnItemProductVariantInternalName
{
    width: 200px;
}

.columnTitleProductInternalName
{
    width: 200px;
}

.columnItemProductInternalName
{
    width: 200px;
}

.columnTitleCategory
{
    width: 200px;
}

.columnItemCategory
{
    width: 200px;
}

.columnTitleManufacturer
{
    width: 200px;
}

.columnItemManufacturer
{
    width: 200px;
}

/* end of pages */

/* front end footer */



#help a
{
    color: #999;
    text-decoration: none;
    font-family: 'Trebuchet MS';
}

#help li
{
    list-style: none;
}

#help span
{
    text-transform: uppercase;
    color: #999;
    font-family: 'Trebuchet MS';
    font-weight: bold;
    text-align: center;
    padding-left: 38px;
}

.helpborder
{
    border-right: 1px solid #CCC;
    height: 145px;
}
.helpcontent
{
    padding-top: 20px;
}

#mailmarketing
{
    background-color: #D6D6D6;
    height:30px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    font-weight: bold;
}

#mailmarketing .contacto
{
    float: right;
    padding-top: 0px;
	font-size:18px;
}

.privacityfooter{
  padding-left:8px;
}

#info
{
    background-color: white;
    -moz-border-radius: 7px;
}

#pie
{
    color: #999;
    text-align: center;
    font-family: 'Trebuchet MS';
    font-size: 10px;
    padding-top: 5px;
}

#footer
{
    background-color: #F5F6F7;
}

/* end of footer */

/* front end general*/

.frontEndZone a, .frontEndSelectingBox a
{
    text-decoration: none;
    text-shadow:1px 1px 1px #FFFFFF;
    color:#333333;
}

.frontEndSelectingBox .ui-box-titlebar a
{
    text-transform: uppercase;
	cursor:alias;
}


.zoneIcon1{
  width:30px;
  height:30px;
  background-image:url(http://accesoriosdecoches.conzentra.com/App_Themes/images/new_icon.png);
  _background-image:url(http://accesoriosdecoches.conzentra.com/App_Themes/images/new_icon.gif);
  background-repeat: no-repeat;
  background-position:left top;
  margin-top:-6px;
}

.zoneIcon2{
  width:30px;
  height:30px;
  background-image:url(http://accesoriosdecoches.conzentra.com/App_Themes/images/star_icon.png);
  _background-image:url(http://accesoriosdecoches.conzentra.com/App_Themes/images/star_icon.gif);
  background-repeat: no-repeat;
  background-position:left top;
  margin-top:-4px;
}


.foo
{
}
/* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* CSS layout classes for three column layout */

#left_col
{
    float: left;
  /*  padding-left: 1.5%;
    padding-right: 0.5%;*/
    padding-top: 13px;
    /*width: 20%;*/
}

#right_col
{
    float: right;
    /*padding-left: 1.5%;
    padding-right: 0.5%;*/
    padding-top: 13px;
    /*width: 20%;*/
}

#page_content
{
    /*padding-left: 1%;
    padding-right: 1%;
    margin-left: 22%;
    margin-right: 22%;*/
}


/* Overlays */

/* Boxed panel */
.ui-box { position: relative; padding: .2em; }
.ui-box-ul{ list-style:none;}
.ui-box-content { 	border: 0; 	padding: 0em 1em 2em 0em ; 	background: none; 	overflow: auto; zoom: 1; }
.ui-box-titlebar { 	padding: .5em .3em 0em 1em; position: relative;  }

/* Buttonlink list */
.ui-link-list h3 { padding: 0.2em; position: relative; overflow: auto; }
.ui-link-list ul { padding: 0.1em; position: relative; overflow: auto; }

/* single line menu */
.ui-widgetMenu { font-family: Arial,sans-serif; font-size: 1.1em; }
.ui-widgetMenu input, .ui-widgetMenu select, .ui-widgetMenu textarea, .ui-widgetMenu button { font-family: Arial,sans-serif; font-size: 1em; }
.ui-widgetMenu-content { border: 1px solid #eeeeee; background: #ffffff url(http://accesoriosdecoches.conzentra.com/App_Themes/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #333333; }
.ui-widgetMenu-content a { color: #333333; }
.ui-widgetMenu-header { border: 0px solid #e3a1a1; margin:0;background: #565856 url(http://accesoriosdecoches.conzentra.com/App_Themes/images/ui-bg_highlight-soft_75_565856_1x100.png) repeat-x scroll 50% 50%; color: #ffffff; font-weight: bold; }
.ui-widgetMenu-header a { color: #ffffff; }

.ui-menu { padding: .2em; zoom: 1; }
.ui-menu .ui-menu-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-menu .ui-menu-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-menu .ui-menu-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-menu .ui-menu-nav li a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

#imagen {width:300px;float:left;padding-right:10px;}

#links ul{width:100%;margin-top:15px}
#links ul li {float:left;margin-right:10px;list-style:none;width:48%}
#links ul li a, .entry a {color:#d80000;font-style:none;}
#links ul li a:hover, .entry a:hover {font-style:underline}
