/* CSS Document */
*{ margin: 0; padding: 0;}

img{
border: 0 solid #000000;
}

body{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
margin-top: 25px;
color: #333333;
background: #FFFFFF url(../img/nblmainbg_2.png) repeat-x scroll 0 0;
}

a {
color: #0033cc;
}

#header1{
width: 950px;
height: 25px;
margin-left: auto;
margin-right: auto;
background-color: #000066;
background: #FFFFFF url(../img/navbg.gif) repeat-x scroll 0 0;
}
#logo{
float: left;
}
#search{
margin-top: 10px;
margin-right: 10px;
float: right;
font-weight: bold;
font-size:14px;
}

#header2{
width: 950px;
height: 100px;
margin-left: auto;
margin-right: auto;
background: #FFFFFF url(../img/mainheader.jpg) repeat-x scroll 0 0;
}

#globalnav{
width: 950px;
height: 25px;
margin-left: auto;
margin-right: auto;
background-color: #000066;
background: #FFFFFF url(../img/navbg.gif) repeat-x scroll 0 0;
}
#globalnav ul{
padding: 5px;
color: #FFFFFF;
font-weight: bold;
list-style-type: none;
}
#globalnav ul li{
float: left;
margin-left: 10px;
margin-right: 10px;
}

#globalnav a{
color:#fff;
text-decoration: none;
}
#globalnav a:hover{
text-decoration: underline;
}
#maincontainer{
width: 950px;
margin-left: auto;
margin-right: auto;
}
.homebg{
background: #FFFFFF url(../img/homebg.gif) repeat-y scroll 0 0;
overflow:hidden;
}
.productbg{
background: #FFFFFF url(../img/productbg.gif) repeat-y scroll 0 0;
overflow:hidden;
}


#column1{
float:left;
width: 200px;
text-align: left;
}

#productlogo{
float:left;
width: 180px;
text-align: center;
}
#productlogo img{
margin: 5px;
}


#column2{
float: right;
width: 750px;
/*background-color: #ffcc33;*/
}
#content{
margin: 25px;
}


#footer{
clear: both;
width: 950px;
margin-left: auto;
margin-right: auto;
background-color: #000066;
color:#CCCCCC;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
font-weight: bold;
background: #FFFFFF url(../img/navbg.gif) repeat-x scroll 0 0;
}
#footer a{
color:#CCCCCC;
text-decoration: none;
}
#footer a:hover{
text-decoration: underline;
}

.menu { 
  width: 150px; 
  /*border: 1px solid #ccc; */
  padding: 0px; 
  margin: 0px;

}
 
.menu h3 { 
  height: 20px;
  width: 150px; 
  font-weight: bold; 
  color: #0033cc;
  font-size: 12px;
  margin:   5px 0px 0px 10px; 
}
 
.menu ul, .menu ul li {
  padding: 3px; 
  margin: 0px; 
  list-style: none;
}
.menu ul{ 
  display: none;
}
 
.menu ul li { 
  vertical-align: middle;
  padding-left: 10px;
}
 
.menu ul li a { 
  display: block; 
  /*border-bottom: 1px dashed #eee; */
  text-decoration: none; 
  font-weight: normal; 
}

/* despliegue de productos */
#product8{

}
#product8 h3{
color: #3366cc;
}
#product8 h3 a{
color: #3366cc;
text-decoration: none;
}
#product8 h3 a:hover{
text-decoration: underline;
}
#product8 ul{
list-style-type: none;
clear: both;
}
#product8 li{
float: left;
width:150px;
margin: 10px;
text-align: center; 
}



#product8 div{
height: 175px;
}
#product8 div img{
margin-bottom: 0%;
border: 0px solid #000;
}

/* detalles */

#detalles{

}
#detalles h3{
color: #3366cc;
}
#detalles a{
color: #3366cc;
font-weight: bold;
}
#detalles a:hover{
}
#detalles ul{
list-style-type: none;
clear: both;
}
#detalles li{
float: left;
width:300px;
margin: 10px;
text-align: center; 
}


#detalles img{
border: 0px solid #000;
margin: 15px;
}






#products { /*
	width:840px;
	padding:5px; */
}

#products h3 {
	color: #3366cc;
}

#products ul{
	list-style-type: none;
	clear:both;
}

#products li {
	float: left;
	width:150px;
	margin: 10px;
	text-align: center; 
}

#products div {
	height: 175px;
}
#products div img {
	margin-bottom: 0%;
}

/* Paging 
div.paging {
	color: #ccc;
	margin: 20px 30px;
	clear:both;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
*/

.paginator {
	text-align:center;
	height:20px;
    margin: 20px 0;
	clear:both;
}

    .paginator > div,
    .paginate-prev,
    .paginate-next {
        float: left;
        margin-right: 1.2em;
    }
    
.disabled {
    color: #606060;
}

.input {
	margin:0;
	padding:8px 0;
}

.edit-this {
	margin:5px;
}

.product {
	margin:25px;.
}

#detalles img {
border:0 solid #000000;
margin:15px;
}

#detalles p {
margin:10px 0;
}

/* 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 #E1DAB7 !important; */
 padding-top: 4px;
 }

button.remove_button {
  margin: 0px !important;
}


#coupon_num{
  width: 134px !important;
 }

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;
 }
 
 .validation-error input, .validation-error textarea {
   border: 1px solid red;
 }
 
 p.validation-error {
  color: red;
  margin-bottom: 0px;
 }
 
/* end Verify your Order styling */

form.wpsc_checkout_forms {
	margin:20px 0 0 0;
 text-align: left;

}

td, th {
padding:5px;
}

.center {
	text-align:center;
}

.message {
	margin:10px 0;
	padding:5px;
background:#E6EFC2 none repeat scroll 0 0;
border:2px solid #C6D880;
color:#264409;
}

.error_message {
	margin:10px 0;
	padding:5px;
background:#FBE3E4 none repeat scroll 0 0;
border:2px solid #FBC2C4;
color:#8A1F11;
}

.error-message {
	margin:3px 0;
	color:#8A1F11;
}