html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}

body {
	background: url(../image/bkg_body.png) repeat;
	font-family: Myriad,Arial,Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
	color:#353535;
	font-size: 13px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
/*h1, .welcome {
	color: #f78f1b;
	font-family: Arial,Helvetica,sans-serif;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
	margin-left: 10px;
}*/

h1 {
	color: #004570;
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-left:20px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 15px;
}
    
h2 {
	color: #005596;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left:10px;
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3 {
	color: #2A84CB;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left:10px;
	clear:both;
	font-weight: normal;
}

p {
	margin-left:10px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 15px;
	color: #000000;
} 
a, a:visited, a b {
	text-decoration: underline;
	cursor: pointer;
	color:#000000;
	font-size: 12px;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;

}
form {
	padding: 0;
	margin: 0;
	display: block;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 10px;
	margin-bottom:5px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
.navegator_top {
	border-top:2px solid #FF7001;
	background:#ffffff url(../image/bkg_header.png) center;
	height:100px;
}

.cont_navtop {
	margin:0 auto;
	width:980px;
	height:40px;
	position:relative;
	z-index:1000;

}
.navegator_top .links{
	font-family: Myriad,Arial,Helvetica,sans-serif;
	float: right;
	position: absolute;
	top:10px;
	left: 430px;
}

.links a{
	font-family: Myriad,Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	color:#005596;
	text-decoration: none;
	font-size: 9px;
	padding: 0px 10px 0px 0px;
}

.phone {
	
	position:absolute;
	right:0px;
	top:-35px;
	height:40px;
	
}

.phone p {
	font-size:12px;
	line-height:12px;
	margin:5px 0px;
	text-align:right;
	color:#005596;
}

#search {
	background:#fff url(../image/bkg_search.jpg); 
	position: absolute;
	bottom: 0px;
	right:0px;
	height: 25px;
	width: 180px;
	padding-top:5px;
	z-index: 15;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-khtml-border-radius: 6px 6px 0px 0px;
	-o-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	
}

.button-search {
	position: absolute;
	left: 5px;
	background: url('../image/lupa.png') center center no-repeat;
	width: 20px;
	height: 20px;
	cursor: pointer;
	
}
#search input {
	background:#ffffff;
	padding: 1px 10px;
	width: 120px;
	height: 15px;
	border: none;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-khtml-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	_border-radius: 6px 6px 6px 6px;
	-moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.3);
	box-shadow: inset 0 2px 3px rgba(0,0,0,.3);
	margin-top: 1px;
	margin-left:30px;
	color:#000000;

}


.downloadCatalog {
	position:absolute;
	right:400px;
	bottom:0px;
	height:60px;
}

.downloadCatalog a {
	background:url(../image/bkg_download_button.png) repeat-x;
	padding:3px 10px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	_border-radius: 4px 4px 4px 4px;
	color:#ffffff;
	text-decoration:none;
	top:40px;
	position:relative;
}

.downloadCatalog img {
	height:57px;
	width:44px;
	float:right;
	margin-left:8px;
	cursor:pointer;
	
	
}

.buscadorMarca {
	position:absolute;
	right:240px;
	bottom:0px;
	height:60px;
}

.buscadorMarca a {
	background:url(../image/bkg_download_button.png) repeat-x;
	padding:3px 10px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	_border-radius: 4px 4px 4px 4px;
	color:#ffffff;
	text-decoration:none;
	top:40px;
	position:relative;
}

.contactanos {
	position:absolute;
	right:0px;
	bottom:35px;
	height:60px;
}

.contactanos a {
	background:url(../image/bkg_download_button.png) repeat-x;
	padding:3px 10px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	_border-radius: 4px 4px 4px 4px;
	color:#ffffff;
	text-decoration:none;
	top:40px;
	position: relative;
}

a.ligacontacto { color: #005596; }
a.ligacontacto:link { color: #005596; }
a.ligacontacto:visited { color: #005596; }
a.ligacontacto:hover { color: #005596; }
a.ligacontacto:active { color: #005596; }


#welcome {
	font-family: Myriad,Arial,Helvetica,sans-serif;
	font-size: 9px;
	text-align:left;
	position: absolute;
	top: 10px;
	left: 230px;
	z-index: 5;
	width: 190px;
	color: #005596;
}

#welcome a {
	text-decoration: none;
	color: #005596;
	padding: 0px 8px 0px 0px;
	font-size: 11px;
}

#welcome b {
	margin:0px;
}

#container {
	background:url(../image/bkg_shadow.png) center bottom no-repeat;
	width: 980px;
	padding: 0px 0px 35px 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#column-left {
	float:left;
	width: 173px;
	margin-right:13px;
	padding-top:50px;
}
#column-right {
	float:right;
	width: 245px;
	margin-right:9px;
	padding-top: 20px;
	height: auto;
	padding-bottom: 1px;
}
#content {
	min-height: 400px;
	margin: 0px;
	padding-top:40px;
	padding-bottom:20px;
	}
#content form {
	margin: 0px 30px;
	background:#ffffff;
}
#contenthome{
	min-height: 400px;
	margin: 0px;
	background:#EFEFED;
	}
	
.contentGeneric {
	min-height: 550px;
	margin: 0px;
	background:#EFEFED;
}
	
.center_div {
	border:1px solid gray;
	margin-left:auto;
	margin-right:auto;
	width:90%;
	background-color:#d0f0f6;
	text-align:left;
	padding:8px;
}

#column-left + #column-right + #content, #column-left + #content {
	margin-left: 190px;
	margin-right: 20px;
	padding-bottom:20px;
}
#column-right + #content {
	margin-right: 250px;
	padding-left:20px;
	padding-bottom:20px;
}

.contentWelcom {
	float:right;
	margin-top:-175px;
}
.shadoww{
	background: url("../image/shadoww.png") no-repeat scroll -8px 102px transparent;
	display: inline-block;
	height: 300px;
	width: 320px;
	z-index: 0;
	float: left;
}

.welcome {
	background: #ffffff;
	height:110px;
	margin:50px 23px 25px 46px;
	padding: 30px 0px 40px 0px;
	position: relative;
	width:251px;
	height:110px;
	display: inline-block;
	float: left;

}

.welcome .plecaWelcome{
	background:url(../image/bkg_pleca_welcome.png) no-repeat;
	height:89px;
	width:315px;
	margin-left:-28px;
	position:absolute;
	top:-30px;
	z-index:10;
}

.welcome p{
	padding: 0px 5px;
	margin:0px;
}
.welcome p img{
	padding: 0px;
	margin: -22px 10px 0 5px;
	float:left;
}
.welcome h1{
	color: #d11241;
	font-family: Arial,Helvetica,sans-serif;
	margin-top:5px;
	margin-bottom: 5px;
	padding-right: 20px;
	font-size: 12px;
	font-weight: bold;
	margin:0px;
	text-align: right;
}
.welcome p a{
	background:url(../image/bkg_welcome_link.png) no-repeat;
	color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	z-index:100;
	position:absolute;
	right:-10px;
	bottom:0px;
	height:18px;
	width:53px;
	padding:8px 35px 12px 25px;
}
	
.welcome1 h1{
	color: #5d3390;
	font-family: Arial,Helvetica,sans-serif;
	margin-top:0px;
	margin-bottom: 5px;
	padding-left: 60px;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 1px;
}

.welcome1 img {
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left:0px;
}
.welcome1 p {
	background: #ffd5ac;
    color: #f78429;
    font-size: 26px;
    line-height: 27px;
    font-weight: normal;
    margin: 5px 0px 0px 20px;
    font-family: Arial,Helvetica,sans-serif;
    width: 230px;
    padding-left:10px;
    padding-right: 0px;
    padding-top: 8px;
    height: 150px;
     border-radius: 15px 15px 15px 15px;
     text-align: center;
}

.welcome1 p a {
    color: #f78429;
    font-size: 26px;
    line-height: 27px;
    font-weight: normal;
    margin: 5px 0px 0px 0px;
    font-family: Arial,Helvetica,sans-serif;
    width: 230px;
    padding-right: 0px;
    padding-top: 8px;
    height: 150px;
     text-align: center;
     text-decoration: none;
}

.welcome4 {
    background: #ffffff;
    height:153px;
    margin-right: 20px;
    margin-left:20px;
    margin-bottom:40px;
    margin-top:30px;
    padding: 10px 0px;
    position: relative;
    width: 236px;
}

.welcome4 h1{
	color: #ffc324;
	font-family: Arial,Helvetica,sans-serif;
	margin-top:0px;
	margin-bottom: 5px;
	padding-left: 60px;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 1px;
}

.welcome4 img {
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left:0px;
}
.welcome4 p {
    	background: #ffbfac;
    color: #e51837;
    font-size: 26px;
    line-height: 27px;
    font-weight: normal;
    margin: 5px 0px 0px 20px;
    font-family: Arial,Helvetica,sans-serif;
    width: 230px;
    padding-left:10px;
    padding-right: 0px;
    padding-top: 8px;
    height: 150px;
     border-radius: 15px 15px 15px 15px;
     text-align: center;
}
.welcome4 p strong {
    color: #EF6432;
    font-size: 13px;
    margin-bottom: 6px;
}
.welcome4 p a {
    color: #e51837;
    font-size: 26px;
    line-height: 27px;
    font-weight: normal;
    margin: 5px 0px 0px 0px;
    font-family: Arial,Helvetica,sans-serif;
    width: 230px;
    padding-right: 0px;
    padding-top: 8px;
    height: 150px;
     text-align: center;
     text-decoration: none;
}

.welcome3 {
    background: #ffffff;
    color: #46483E;
    height:153px;
    margin-right: 10px;
    margin-left:10px;
    margin-bottom:40px;
    margin-top:30px;
    padding: 10px 0px;
    position: relative;
    width: 236px;
}
.welcome3 h1{
	color: #482987;
	font-family: Arial,Helvetica,sans-serif;
	margin-top:0px;
	margin-bottom: 5px;
	padding-left: 60px;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 1px;
}
.welcome3 img {
    margin-bottom: 0px;
    margin-right: 0px;
}
.welcome3 p {
    background: #ace9ff;
    color: #01b1af;
    font-size: 26px;
    line-height: 27px;
    font-weight: normal;
    margin: 5px 0px 0px 20px;
    font-family: Arial,Helvetica,sans-serif;
    width: 225px;
    padding-left:10px;
    padding-right: 5px;
    padding-top: 8px;
    height: 150px;
     border-radius: 15px 15px 15px 15px;
     text-align: center;
}
.welcome3 p strong {
    color: #EF6432;
    font-size: 13px;
    margin-bottom: 6px;
}
.welcome3 p a {
   color: #01b1af;
    font-size: 26px;
    line-height: 27px;
    font-weight: normal;
    margin: 5px 0px 0px 0px;
    font-family: Arial,Helvetica,sans-serif;
    width: 230px;
    padding-right: 0px;
    padding-top: 8px;
    height: 150px;
     text-align: center;
     text-decoration: none;
}


.welcome2 {
    background: #ffffff;
    height:153px;
    margin-right: 10px;
    margin-left:10px;
    margin-bottom:40px;
    margin-top:30px;
    padding: 10px 0px;
    position: relative;
    width: 236px;
}
.welcome2 h1{
	color: #5d3390;
	font-family: Arial,Helvetica,sans-serif;
	margin-top:0px;
	margin-bottom: 5px;
	padding-left: 60px;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 1px;
}

.welcome2 img {
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left:0px;
}
.welcome2 p {
	background: #ffd5ac;
    color: #f78429;
    font-size: 26px;
    line-height: 27px;
    font-weight: normal;
    margin: 5px 0px 0px 20px;
    font-family: Arial,Helvetica,sans-serif;
    width: 230px;
    padding-left:10px;
    padding-right: 0px;
    padding-top: 8px;
    height: 150px;
     border-radius: 15px 15px 15px 15px;
     text-align: center;
}

.welcome2 p a {
    color: #f78429;
    font-size: 26px;
    line-height: 27px;
    font-weight: normal;
    margin: 5px 0px 0px 0px;
    font-family: Arial,Helvetica,sans-serif;
    width: 230px;
    padding-right: 0px;
    padding-top: 8px;
    height: 150px;
     text-align: center;
     text-decoration: none;
}

/* header */
#header {
	height: 60px;
	width:980px;
	margin:0 auto;
	position: relative;
	z-index: 99;
}


#logo {
	z-index:1000;
	width:210px;
}

#language {
	position: absolute;
	top: 10px;
	right: 100px;
	width: 115px;
	color: #000000;
	text-align:center;
	z-index: 11;
}
#language img {
	cursor: pointer;
}
#currency {
	position: absolute;
	top: 17px;
	right: 10px;
	color: #000000;
	line-height: 0px;
	z-index: 11;
	font-size: 9px;
}
#currency a {
	display: inline-block;
	padding: 0px 0px 2px 6px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	float: right;
	font-size: 11px;
}
#currency a b {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	margin: 0px;
}

#header #cart {
	background: url(../image/bkg_cart.png);
	width: 175px;
	height:126px;
	position: fixed;
	top:230px;
	right:0px;
	z-index: 9;
	-webkit-border-radius: 20px 0px 0px 20px;
	-moz-border-radius: 20px 0px 0px 20px;
	-khtml-border-radius: 20px 0px 0px 20px;
	border-radius: 20px 0px 0px 20px;
}
#header .botoncomprar{
	position: absolute;
	top:80px;
	right: 0px;
	z-index: 30;
}
#header .botoncomprar a{
	background: url(../image/bkg_button_add.jpg);
	padding: 5px 10px;
	font-family: Myriad,Arial,Helvetica,sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	z-index: 30;
	-moz-border-radius:15px 15px 15px 15px;
	-webkit-border-radius:15px 15px 15px 15px;
	-o-border-radius:15px 15px 15px 15px;
	-khtml-border-radius:15px 15px 15px 15px;
	border-radius:15px 15px 15px 15px;
	}
#header #cart .botoncomprar a:hover{
	background: #000000;
	padding: 5px 10px;
	font-family: Myriad,Arial,Helvetica,sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	z-index: 30;
	}
	
#header #cart .heading {
	background:url(../image/bkg_bag.png) no-repeat left 20px;
	float: right;
	height:80px;
	padding-left: 70px;
	padding-right:0px;
	padding-top:25px;
	position: relative;
	z-index: 1;
	margin-top:0px;
	width: 90px;
	font-family: Myriad,Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
}
#header #cart .heading h4 {
	color: #1D8BCA;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #ffffff;
	text-decoration: none;
	max-width: 40px;
	font-size:11px;
}
#header #cart .heading a span {
	background: url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
	color:#000000;
	max-width: 40px;
	}
#header #cart .content {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #666666;
	clear: both;
	display: none;
	position: relative;
	top:-15px;
	padding:40px 8px 8px 1px;
	min-height: 150px;
	color:#000000;
	-webkit-border-radius: 10px 0px 10px 10px;
	-moz-border-radius: 10px 0px 10px 10px;
	-khtml-border-radius: 10px 0px 10px 10px;
	border-radius: 10px 0px 10px 10px;
	width:250px;
	right: 139px;
}

#header #cart.active .heading {
	padding-top: 25px;
	padding-bottom: 6px;
}
#header #cart.active .content {
	display: block;
}
#header #cart .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
	margin-top:0px;
	margin-left:1px;
	margin-right:1px;
}
#header #cart .cart td {
	color: #000000;
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px solid #ffffff;
}
#header #cart .cart td.name a{
	font-size: 11px;
	color: #000000;
}
#header #cart .cart .image {
	width: 1px;
}
#header #cart .cart .image img {
	border: 1px solid #104073;
	text-align: left;
	margin-top:3px;
	margin-left: 2px;
}
#header #cart .cart .name small {
	color: #000000;
}
#header #cart .cart .quantity {
	text-align: right;
}
#header #cart .cart td.total {
	text-align: right;
}
#header #cart .cart .remove {
	text-align: right;
}
#header #cart .cart .remove img {
	cursor: pointer;
}
#header #cart table.total {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
#header #cart table.total td {
	color: #000000;
}
#header #cart table.total td b{
	color: #d11241;
}
#header #cart .content .checkout {
	text-align: right;
	clear: both;
	margin-right: 10px;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}


#header .links {
	position: absolute;
	right: 0px;
	bottom: 6px;
	font-size: 10px;
	padding-right: 10px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	text-decoration: none;
	font-size: 12px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #55298A;
	color: #999999;

}

#header .datosContacto {
	position:absolute;
	top:5px;
	right:0px;
	text-align:right;
	width:320px;
}

#header .datosContacto p {
	/*text-decoration:none;*/
	color:#000000;

}

#header .datosContacto p span{
	color:#000000;

}
#header .datosContacto p span a{
	color:#000000;

	text-decoration:none;
}


/* menu */
.contentMenu {
	background:url(../image/bkg_menu.jpg);
	height: 60px;
}

#menu {
	height: 60px;
	width:770px;
	margin:0 auto;
	padding: 0px 10px 0px 220px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding-left:0px;
}
#menu > ul > li {
	background:url(../image/line_separation_menu.png) right no-repeat;
	position: relative;
	float: left;
	z-index: 20;
	margin:0;
	list-style:none;
	height:18px;
	padding:21px 7px;
	}
#menu > ul > li > a{
	color:#ffffff;
	font-family: Myriad,Arial,Helvetica,sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding:0 8px 10px;
	font-style:italic;
	font-weight:bold;
	}
#menu > ul > li:hover{
	color:#ffffff;
	font-family: Myriad,Arial,Helvetica,sans-serif;
	font-size: 13px;
	text-decoration: none;

	}
#menu > ul > li > a:hover{
	
	font-family: Myriad,Arial,Helvetica,sans-serif;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}

/*	
#menu > ul > li._1 > a{
	display: block;
	width: 114px;
	height: 36px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #f78429;
	text-decoration: none;
	text-align: center;
	z-index: 6;
	position: relative;
}

#menu > ul > li._1:hover{
	background:url('../image/perros-menu.jpg') no-repeat;
	width: 114px;
	height: 56px;
	font-weight: normal;
	font-size: 24px;
	line-height: 7px;
	padding-top:10px;
	text-align: center;
	color: #ffffff;
	}
#menu > ul > li._1 > a:hover{
	color: #ffffff;
	padding-top:10px;
	font-weight: normal;
	font-size: 24px;
	line-height: 7px;
	text-shadow: 1px 1px 2px #1a1a19;
	}
	
#menu > ul > li._1:hover a{
	color: #ffffff;
	padding-top:10px;
	text-shadow: 1px 1px 2px #1a1a19;
	}
	
#menu > ul > li._1 > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	background: url('../image/perros-submenu.png') no-repeat;
	width: 257px;
	height: 137px;
	}
#menu > ul > li._1 > ._1 > ul{
	margin: 0px;
	padding: 10px 0px 0px 0px;
	}
#menu > ul > li._1 > ._1 > ul > li{
	text-align: left;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	padding: 0px;
	text-shadow: 1px 1px 2px #1a1a19;
	}
#menu > ul > li._1 > ._1 > ul > li > a{
	font-size: 14px;
	line-height: 12px;
	padding: 8px 0px 0px 8px;
	}
#menu > ul > li._1 > ._1 > ul > li > a:hover{
	font-size: 14px;
	text-shadow: 1px 1px 2px #ffffff;
	color: #482987;
	}*/

#menu > ul > li > div {
    background: url("../image/menu.png") repeat scroll 0 0 transparent;
    display: none;
    padding: 5px;
    position: absolute;
    z-index: 5;
    top:45px;
}
#menu > ul > li:hover > div {
    display: table;
}
#menu > ul > li > div > ul {
    display: table-cell;
}
#menu > ul > li ul + ul {
    padding-left: 20px;
}
#menu > ul > li ul > li > a {
    color: #FFFFFF;
    display: block;
    min-width: 100px;
    padding: 4px;
    text-decoration: none;
    white-space: nowrap;
}
#menu > ul > li ul > li > a:hover {
    background: none repeat scroll 0 0 #F98027;
}
#menu > ul > li > div > ul > li > a {
    color: #FFFFFF;
}

.breadcrumb {
	color: #000000;
	margin-bottom: 23px;
	margin-left:20px;
	padding-top:0px;
	visibility: hidden;
	display:none;
}

b{
	margin-left:10px;
	color: #000000;
}

/*h1._1{
	background:url('../image/catperro.jpg') right no-repeat; 
	color: #F78F1B;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 38px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
    height: 90px;
    padding-right: 150px;
    display: inline-block;
    }*/

    
.breadcrumb a{
	font-family: Myriad,Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	cursor: pointer;
	text-decoration: underline;
	color:#000000;}
    
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	margin-top:35px;
	color: #555555;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.information {
	background: #E8F6FF url('http://rayhsa.com/catalog/view/theme/default/image/information.png') 10px center no-repeat;
	border: 1px solid #B8E2FB;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 125px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 62%;
	border: 1px solid #cdcdcd;
}
#payment-billing input.large-field{
	width: 90%;
	border: 1px solid #cdcdcd;
}
#payment-billing td{
	font-family: Helvetica,Arial;
	font-size: 12px;
	color: #000000;
	}
#payment-new input.large-field{
	width: 90%;
	border: 1px solid #cdcdcd;
}

#payment-new td{
	font-family: Helvetica,Arial;
	font-size: 12px;
	color: #000000;
	}
#payment-existing select#address_id{
	border: 1px solid #cdcdcd;
	margin-top:3px;
}
table.list {
	border-collapse: collapse;
	width: 95%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin:5px 0px 15px 20px;
}
form#reorder{
	margin:0px;
	padding: 5px 0px;
}
table.list thead{
	border-top: 1px solid #DDDDDD;
	}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #cdcdcd;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td a {
	text-decoration: underline;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.list .asc {
	padding-right: 15px;
	background: url('http://rayhsa.com/catalog/view/theme/default/image/asc.png') right center no-repeat;
}
table.list .desc {
	padding-right: 15px;
	background: url('http://rayhsa.com/catalog/view/theme/default/image/desc.png') right center no-repeat;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #000000;
	font-family: Myriad,Arial,Helvetica,sans-serif;
	font-size: 14px;
}
.pagination .links b {
	display: inline-block;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	background: #104073;
	font-family: Myriad,Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.pagination .results {
	float: right;
	padding-top: 3px;
	color: #000000;
}
/* button */
.cart { text-align:right;
	margin-right:12px;
}
a.button, .htabs a.button {
	display: inline-block;
	padding: 0 0 0 10px;
	background:url(../image/button-left.png) no-repeat left;
	text-decoration: none;
	cursor: pointer;
	border: none;
	
}
a.button span {
	background:url(../image/button-right.png) no-repeat right;
	color: #ffffff;
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	padding: 0px 12px 2px 5px;
	height: 24px;
}
a.button:hover {
	background:url(../image/button-left-active.png) no-repeat left;
	
}
a.button:hover span {
	background:url(../image/button-right-active.png) no-repeat right;
	color: #FFFFFF;
}
.buttons {
	border: none;
	overflow: auto;
	padding: 6px;
	margin: 0px 30px;
}
.buttons .left {
	float: left;
	text-align: left;
}


.buttons_n {
	background: #FFFFFF;
	border: none;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-khtml-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
.buttons_n .left {
	float: left;
	text-align: left;
}

.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;		
	line-height: 16px;
	border-bottom: 1px solid #cdcdcd;
	margin-left: 10px;
}
.htabs a {
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd; 
	background: transparent;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Myriad,Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	-webkit-border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	-khtml-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #e6e6e6;
	-webkit-border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	-khtml-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
}
.htabs a.button {
    float: right;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
#tab-description{
	-webkit-border-radius: 0px 0px 15px 0px;
	-moz-border-radius: 0px 0px 15px 0px;
	-khtml-border-radius: 0px 0px 15px 0px;
	border-radius: 0px 0px 15px 0px;
}
.tab-content {
	background: #e6e6e6;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	padding: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	z-index: 2;
	overflow: auto;
	-webkit-border-radius: 0px 0px 15px 0px;
	-moz-border-radius: 0px 0px 15px 0px;
	-khtml-border-radius: 0px 0px 15px 0px;
	border-radius: 0px 0px 15px 0px;
}
#tab-review img{
	margin-left:10px;
}

.tab-content h2{
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left:0px;
	font-family: Myriad,Arial,Helvetica,sans-serif;
	font-weight: normal;

}


/* box */

.banner {
	clear:both;
}

.box {
	clear:both;
	position: relative;
	padding:0px 10px;
	margin-bottom:30px;
}
.box .perrito{
	position: absolute;
	top:-110px;
	left: 500px;
}

.boxCheck {
	background: transparent;
}
#column-left .box .box-heading{
	background:none;
	padding: 0px 10px 5px 10px;
	font-family: Myriad,Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	line-height: 15px;
	color: #F98027;
	margin-left:10px;
	margin-top:0px;
	border-bottom:none;
}

#column-right .box .box-heading{
	font-family: Myriad,Arial,Helvetica,sans-serif;
	font-weight: bold;
	background:none;
	padding: 10px 10px 7px 0px;
	font-size: 16px;
	font-style:normal;
	line-height: 10px;
	color: #000000;
	margin-left:10px;
}

#column-left .box .box-content {
	background:transparent;
}

#column-right .box .box-content {
	background:transparent;
}

#column-right .box{
	margin-top:45px;
	width:230px;
	float:right;
	height:294px;
}

#column-right .box .box-content ul li {
	list-style:none;
	margin-bottom:5px;
}

#column-right .box .box-content ul li:hover {
	
}

#column-right .box .box-content ul li a {
	text-decoration:none;
	padding:3px 10px;
}

#column-right .box .box-content ul li a:hover{
	color:#b5a596;
}

#column-right .boxfaq{
	background: url('../image/faqs.png') no-repeat;
	width:289px;
	float:right;
	height: 169px;
	margin-top: 30px;
	margin-right: 10px;
}

#column-right .boxfaq .box-heading{
	padding:45px 0px 0px 105px;
	width: 200px;
}
#column-right .boxfaq .box-heading a{
	font-size: 28px;
	font-style:normal;
	font-weight: normal;
	line-height: 28px;
	color: #B5A596;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	text-align: center;
	width: 200px;
	text-decoration: none;
}
.box .box-heading {
	background: url(../image/bkg_box-heading.jpg) repeat-x;
	border-bottom:1px dashed #231F20;
	height: 25px;
	padding:8px 20px;
	font-size: 22px;
	font-style:italic;
	font-weight: bold;
	line-height: 25px;
	color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	text-align: left;
	border-radius:15px 15px 0px 0px;

}
.box .box-content {
	background:#ffffff;
	padding: 5px 0;
	margin-top: 0px;
	margin-left:0px;
	overflow:hidden;
}
.box .box-content ul{
	margin: 0px;
	padding: 0px;
}

#special{
	float: left;
	width: 620px;
	height: 200px;
	clear: none;
	margin: 0px;
}
.fondoprox {
	padding: 0px 20px 30px 10px;
	width: 610px;
	background: url("../image/shadowsv.png") no-repeat -15px -15px;
	margin-left:20px;
}
#special .proxofert{
	height: 140px;
	margin-top:10px;
	background: #5d3390;
	border-left: 1px solid #bbb;
	width: 450px;
	border-radius: 80px 20px 20px 80px;
	padding-left: 150px;
}
#special .proxofert h1{
	color: #ffc324;
	font-family: Arial,Helvetica,sans-serif;
	margin:0px;
	padding-left: 10px;
	padding-right: 30px;
	padding-top: 30px;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
}

.ofertas2 {
    background: url("../image/ofertas.png") no-repeat;
    height: 170px;
    left: 10px;
    position: absolute;
    top: 18px;
    width: 169px;
    z-index: 50;
}

/* box products */
.box-product {
	width: 100%;

}

.box-product > div {
	width: 23%;
	display: inline-block;
	float: left;
	margin-right: 1%;
	margin-left:1%;
	vertical-align: top;
	text-align:center;
	padding:3px 0px;
}



#special .box-product  > div {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #C1C1C1;
    display: inline-block;
    float: left;
    height: 280px;
    margin-bottom: 15px;
    margin-right: 12px;
    padding: 3px 0px;
    vertical-align: top;
    width: 23%;
    position: relative;
}
#special .box-product .oferta {
    background: url('../image/oferta.png') no-repeat;
    position: absolute;
    width: 90px;
    height: 90px;
    top:5px;
    left: 120px;
}

.box-product .image {
	display: inline-block;
	margin-top: 10px;
	
}
.box-product .image img {
	padding: 0px;
}
.box-product .image a img {
	margin: 11px;
	
}

.box-product .name {
	clear: both;
	
}
.box-product .name a {
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	color: #005596;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	margin-top:8px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	
}
.box-product .price {
	background:url(../image/bkg_price.png) no-repeat left center;
	display: block;
	font-size:13px;
	color: #414042;
	margin-top: 4px;
	padding:15px 10px 25px 60px;
	text-align:left;
	font-weight:bold;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {
	margin-top: -2px;
	margin-left:10px;
}

.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	margin-top:3px;
}
.box-category > ul > li + li {
	background:none;
}
.box-category > ul > li:hover {
	color:#1D8BCA;
}

.box-category > ul > li > a:hover {
	color:#1D8BCA;

}
.box-category > ul > li > a {
	padding: 0px 0px 0px 12px;
	text-decoration: none;
	color: #353535;
	font-size:11px;
	font-family: Arial,Helvetica,sans-serif;
	display: block;
	height:32px;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: none;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 4px 0px 4px 10px;

}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
	font-size: 11px;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}

.box-category_nada {
	margin-top: -2px;
	margin-left: 20px;
	background: #55298A;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-khtml-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 5px 1px 5px 1px;
	box-shadow: inset 3px 3px 3px #19073d;
   -webkit-box-shadow: inset 3px 3px 3px #19073d;
   -moz-box-shadow: inset 3px 3px 3px #19073d;
}
.box-category_nada ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category_nada > ul > li {
	padding: 8px 5px 8px 12px;
	margin-bottom:3px;
}
.box-category_nada > ul > li + li {
	background:none;
}
.box-category_nada > ul > li:hover {
	background:none;
}
.box-category_nada > ul > li > a {
	text-decoration: none;
	color: #ffffff;
	font-size:16px;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
}
.box-category_nada > ul > li ul {
	display: none;
}
.box-category_nada > ul > li a.active {
	font-weight: none;
}
.box-category_nada > ul > li a.active + ul {
	display: block;
}
.box-category_nada > ul > li ul > li {
	padding: 3px 0px 0px 2px;

}
.box-category_nada > ul > li ul > li > a {
	text-decoration: none;
	display: block;
	font-size: 11px;
	color: #904204;
}
.box-category_nada > ul > li ul > li > a.active {
	font-weight: bold;
}


.box-category_1 {
	margin-top: -2px;
	margin-left: 20px;
	background: #f78429;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-khtml-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 5px 1px 5px 1px;
	box-shadow: inset 3px 3px 3px #7d4214;
   -webkit-box-shadow: inset 3px 3px 3px #7d4214;
   -moz-box-shadow: inset 3px 3px 3px #7d4214;
}
.box-category_1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category_1 > ul > li {
	padding: 8px 5px 8px 12px;
	margin-bottom:3px;
}
.box-category_1 > ul > li + li {
	background:none;
}
.box-category_1 > ul > li:hover {
	background:none;
}
.box-category_1 > ul > li > a {
	text-decoration: none;
	color: #ffffff;
	font-size:16px;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
}
.box-category_1 > ul > li ul {
	display: none;
}
.box-category_1 > ul > li a.active {
	font-weight: none;
}
.box-category_1 > ul > li a.active + ul {
	display: block;
}
.box-category_1 > ul > li ul > li {
	padding: 3px 0px 0px 2px;

}
.box-category_1 > ul > li ul > li > a {
	text-decoration: none;
	display: block;
	font-size: 11px;
	color: #904204;
}
.box-category_1 > ul > li ul > li > a.active {
	font-weight: bold;
}

.box-category_2 {
	margin-top: -2px;
	margin-left: 20px;
	background: #ffc324;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-khtml-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 5px 1px 5px 1px;
	box-shadow: inset 3px 3px 3px #7d4214;
   -webkit-box-shadow: inset 3px 3px 3px #7d4214;
   -moz-box-shadow: inset 3px 3px 3px #7d4214;
}
.box-category_2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category_2 > ul > li {
	padding: 8px 5px 8px 12px;
	margin-bottom:3px;
}
.box-category_2 > ul > li + li {
	background:none;
}
.box-category_2 > ul > li:hover {
	background:none;
}
.box-category_2 > ul > li > a {
	text-decoration: none;
	color: #ffffff;
	font-size:16px;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
}
.box-category_2 > ul > li ul {
	display: none;
}
.box-category_2 > ul > li a.active {
	font-weight: none;
}
.box-category_2 > ul > li a.active + ul {
	display: block;
}
.box-category_2 > ul > li ul > li {
	padding: 3px 0px 0px 2px;

}
.box-category_2 > ul > li ul > li > a {
	text-decoration: none;
	display: block;
	font-size: 11px;
	color: #904204;
}
.box-category_2 > ul > li ul > li > a.active {
	font-weight: bold;
}


.box-category_3 {
	margin-top: -2px;
	margin-left: 20px;
	background: #01b1af;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-khtml-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 5px 1px 5px 1px;
	box-shadow: inset 3px 3px 3px #01807f;
   -webkit-box-shadow: inset 3px 3px 3px #01807f;
   -moz-box-shadow: inset 3px 3px 3px #01807f;
}
.box-category_3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category_3 > ul > li {
	padding: 8px 5px 8px 12px;
	margin-bottom:3px;
}
.box-category_3 > ul > li + li {
	background:none;
}
.box-category_3 > ul > li:hover {
	background:none;
}
.box-category_3 > ul > li > a {
	text-decoration: none;
	color: #ffffff;
	font-size:16px;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
}
.box-category_3 > ul > li ul {
	display: none;
}
.box-category_3 > ul > li a.active {
	font-weight: none;
}
.box-category_3 > ul > li a.active + ul {
	display: block;
}
.box-category_3 > ul > li ul > li {
	padding: 3px 0px 0px 2px;

}
.box-category_3 > ul > li ul > li > a {
	text-decoration: none;
	display: block;
	font-size: 11px;
	color: #024847;
}
.box-category_3 > ul > li ul > li > a.active {
	font-weight: bold;
}


.box-category_4 {
	margin-top: -2px;
	margin-left: 20px;
	background: #e51837;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-khtml-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 5px 1px 5px 1px;
	box-shadow: inset 3px 3px 3px #96091f;
   -webkit-box-shadow: inset 3px 3px 3px #96091f;
   -moz-box-shadow: inset 3px 3px 3px #96091f;
}
.box-category_4 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category_4 > ul > li {
	padding: 8px 5px 8px 12px;
	margin-bottom:3px;
}
.box-category_4 > ul > li + li {
	background:none;
}
.box-category_4 > ul > li:hover {
	background:none;
}
.box-category_4 > ul > li > a {
	text-decoration: none;
	color: #ffffff;
	font-size:16px;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
}
.box-category_4 > ul > li ul {
	display: none;
}
.box-category_4 > ul > li a.active {
	font-weight: none;
}
.box-category_4 > ul > li a.active + ul {
	display: block;
}
.box-category_4 > ul > li ul > li {
	padding: 3px 0px 0px 2px;

}
.box-category_4 > ul > li ul > li > a {
	text-decoration: none;
	display: block;
	font-size: 11px;
	color: #6f0616;
}
.box-category_4 > ul > li ul > li > a.active {
	font-weight: bold;
}


.box-category_5 {
	margin-top: -2px;
	margin-left: 20px;
	background: #f78429;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-khtml-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 5px 1px 5px 1px;
	box-shadow: inset 3px 3px 3px #7d4214;
   -webkit-box-shadow: inset 3px 3px 3px #7d4214;
   -moz-box-shadow: inset 3px 3px 3px #7d4214;
}
.box-category_5 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category_5 > ul > li {
	padding: 8px 5px 8px 12px;
	margin-bottom:3px;
}
.box-category_5 > ul > li + li {
	background:none;
}
.box-category_5 > ul > li:hover {
	background:none;
}
.box-category_5 > ul > li > a {
	text-decoration: none;
	color: #ffffff;
	font-size:16px;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
}
.box-category_5 > ul > li ul {
	display: none;
}
.box-category_5 > ul > li a.active {
	font-weight: none;
}
.box-category_5 > ul > li a.active + ul {
	display: block;
}
.box-category_5 > ul > li ul > li {
	padding: 3px 0px 0px 2px;

}
.box-category_5 > ul > li ul > li > a {
	text-decoration: none;
	display: block;
	font-size: 11px;
	color: #904204;
}
.box-category_5 > ul > li ul > li > a.active {
	font-weight: bold;
}


.box-category_6 {
	margin-top: -2px;
	margin-left: 20px;
	background: #01b1af;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-khtml-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 5px 1px 5px 1px;
	box-shadow: inset 3px 3px 3px #01807f;
   -webkit-box-shadow: inset 3px 3px 3px #01807f;
   -moz-box-shadow: inset 3px 3px 3px #01807f;
}
.box-category_6 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category_6 > ul > li {
	padding: 8px 5px 8px 12px;
	margin-bottom:3px;
}
.box-category_6 > ul > li + li {
	background:none;
}
.box-category_6 > ul > li:hover {
	background:none;
}
.box-category_6 > ul > li > a {
	text-decoration: none;
	color: #ffffff;
	font-size:16px;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
}
.box-category_6 > ul > li ul {
	display: none;
}
.box-category_6 > ul > li a.active {
	font-weight: none;
}
.box-category_6 > ul > li a.active + ul {
	display: block;
}
.box-category_6 > ul > li ul > li {
	padding: 3px 0px 0px 2px;

}
.box-category_6 > ul > li ul > li > a {
	text-decoration: none;
	display: block;
	font-size: 11px;
	color: #024847;
}
.box-category_6 > ul > li ul > li > a.active {
	font-weight: bold;
}


.box-category_7 {
	margin-top: -2px;
	margin-left: 20px;
	background: #ffc324;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-khtml-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 5px 1px 5px 1px;
	box-shadow: inset 3px 3px 3px #7d4214;
   -webkit-box-shadow: inset 3px 3px 3px #7d4214;
   -moz-box-shadow: inset 3px 3px 3px #7d4214;
}
.box-category_7 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category_7 > ul > li {
	padding: 8px 5px 8px 12px;
	margin-bottom:3px;
}
.box-category_7 > ul > li + li {
	background:none;
}
.box-category_7 > ul > li:hover {
	background:none;
}
.box-category_7 > ul > li > a {
	text-decoration: none;
	color: #ffffff;
	font-size:16px;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
}
.box-category_7 > ul > li ul {
	display: none;
}
.box-category_7 > ul > li a.active {
	font-weight: none;
}
.box-category_7 > ul > li a.active + ul {
	display: block;
}
.box-category_7 > ul > li ul > li {
	padding: 3px 0px 0px 2px;

}
.box-category_7 > ul > li ul > li > a {
	text-decoration: none;
	display: block;
	font-size: 11px;
	color: #904204;
}
.box-category_7 > ul > li ul > li > a.active {
	font-weight: bold;
}

.box-category_8 {
	margin-top: -2px;
	margin-left: 20px;
	background: #e51837;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-khtml-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 5px 1px 5px 1px;
	box-shadow: inset 3px 3px 3px #96091f;
   -webkit-box-shadow: inset 3px 3px 3px #96091f;
   -moz-box-shadow: inset 3px 3px 3px #96091f;
}
.box-category_8 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category_8 > ul > li {
	padding: 8px 5px 8px 12px;
	margin-bottom:3px;
}
.box-category_8 > ul > li + li {
	background:none;
}
.box-category_8 > ul > li:hover {
	background:none;
}
.box-category_8 > ul > li > a {
	text-decoration: none;
	color: #ffffff;
	font-size:16px;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
}
.box-category_8 > ul > li ul {
	display: none;
}
.box-category_8 > ul > li a.active {
	font-weight: none;
}
.box-category_8 > ul > li a.active + ul {
	display: block;
}
.box-category_8 > ul > li ul > li {
	padding: 3px 0px 0px 2px;

}
.box-category_8 > ul > li ul > li > a {
	text-decoration: none;
	display: block;
	font-size: 11px;
	color: #6f0616;
}
.box-category_8 > ul > li ul > li > a.active {
	font-weight: bold;
}

/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	
	margin-left: 5px;
	color:#000000;
	margin-right: 5px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
#content .content ul{
	padding-left: 10px;
}

#content .content ul li{
	background: #e6e6e6;
	background: none repeat scroll 0 0 #E6E6E6;
	margin: 0 0 5px;
	padding: 5px 10px;
	width: 400px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	list-style: none;
}

#content .content ul li a{
	text-decoration: none;
}
#content .content ul li a:hover{
	color:#1D8BCA;
}
form#edit .content input{
	border: 1px solid #CDCDCD;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-khtml-border-radius: 6px 6px 6px 6px;
	width:240px;	
	}
form#edit .content td{
	font-family: Helvetica,Arial;
	font-size: 13px;
	color: #B5A596;
	}
form#password .content input{
	border: 1px solid #CDCDCD;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-khtml-border-radius: 6px 6px 6px 6px;
	width:240px;	
	}
form#password .content td{
	font-family: Helvetica,Arial;
	font-size: 13px;
	color: #B5A596;
	}
form#contact .content input{
	border: 2px solid #cdcdcd;
	width:320px;
	margin:5px 0px;
	}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 50%;
	margin: 5px 0px;
	padding: 0px 20px;
}
.category-list ul li{
	color:#6f56a0;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
}
.category-list ul li a{
	color:#353535;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
.category-list ul li a:hover{
	color:#f78429;
	font-size: 14px;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
	background: #cdcdcd;
}
.manufacturer-heading {
	background: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	border-bottom: 1px solid #104073;
	padding-bottom: 5px;
	overflow: auto;
	margin: 0px 10px 0px 10px;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #000000;
}
.product-filter .display a {
	font-weight: bold;
	color:#F98027;
}
.product-filter .sort {
	float: right;
	color: #000000;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #000000;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
	margin-left:10px;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
	color:#104073;
}
/*.product-list > div {
    margin-bottom: 15px;
    overflow: auto;
    padding: 10px 0px;
    height: 200px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;

	
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
	
}
.product-list .name a {
	color: #B5A596;
	text-decoration: none;
	font-size:16px;
}
.product-list .name a:hover {
	color: #F78F1B;
	text-decoration: none;
	font-size:16px;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #B5A596;
}
.product-list .rating {
	color: #B5A596;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #B5A596;
	font-size: 12px;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
	margin-top:0px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.wishlist{
	display:none;
}
.product-list .wishlist a {
	color: #2EA995;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #B5A596;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}*/
.product-list{
    margin:0px 0px 0px 0px;
    background:#ffffff;
    padding:10px 20px;
}
.product-list > div {
	margin-bottom: 15px;
	overflow: auto;
	padding: 13px 0px 15px 0px;
	border-bottom: 1px dashed #1D8BCA;
}
.product-list .right {
	float: right;
}

.product-list .left {
	padding: 20px 10px;
}

.product-list > div + div {
	/*border-top:none;*/
}

.product-list .contentleft{
	background: #EFEFED;
	width:280px;
	height: 184px;
	margin-left: 190px;
	border-radius: 0px 0px 15px 0px;
	-webkit-border-radius: 0px 0px 15px 0px;
	-moz-border-radius: 0px 0px 15px 0px;
	-khtml-border-radius: 0px 0px 15px 0px;
}

.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	border: none;

}
.product-list .name {
	margin-bottom: 3px;
	padding: 9px 20px;
}
.product-list .name a {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #005596;
	text-decoration: none;
	font-size:14px;
}
.product-list .name a:hover {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #2A84CB;
	text-decoration: none;
	font-size:14px;
}
.product-list .description {
	line-height: 18px;
	margin-bottom: 5px;
	color: #666666;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	padding: 0px 20px;
}
.product-list .rating {
	color: #353535;
}
.product-list .price {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: center;
	color: #353535;
	font-size: 14px;
	margin-top:3px;
	width: 90px;
}
.product-list .price-old {
	font-size: 13px;
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: normal;
	font-size: 17px;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
	line-height: 13px;
	margin: 0px;
	width: 100px;
}
.product-list .cart {
	margin-bottom: 3px;
	margin-top:3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
	width: 100px;
}
.wishlist{
	display:none;
}
.product-list .wishlist a {
	color: #353535;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') 20px 0px no-repeat;
}
.product-list .compare a {
	color: #353535;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') 20px 0px no-repeat;
	text-align: center;
	font-size: 11px;
}

.manofacture-list{
    margin:0px;
}
.manofacture-list > div {
    margin-bottom: 15px;
    overflow: auto;
    padding: 10px 0px 0px 0px;
    height: 220px;
}
.manofacture-list .right {
	float: right;
	margin-left: 15px;
}
.manofacture-list > div + div {
	border-top:none;
}

.manofacture-list .contentleft{
	width:310px;
	height: 192px;
	margin-left: 210px;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-khtml-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}

.manofacture-list .image {
	float: left;
	margin-right: 10px;
}
.manofacture-list .image img {
	padding: 3px;
	border: 4px solid #55298a;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-khtml-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
.manofacture-list .name {
	margin-bottom: 3px;
	padding: 15px 20px;
}
.manofacture-list .name a {
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	color: #B5A596;
	text-decoration: none;
	font-size:16px;
}
.manofacture-list .name a:hover {
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	font-size:16px;
}
.manofacture-list .description {
	line-height: 18px;
	margin-bottom: 5px;
	font-size: 14px;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	padding: 0px 20px;
}
.manofacture-list .rating {
	color: #B5A596;
}
.manofacture-list .price {
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: center;
	color: #B5A596;
	font-size: 15px;
	margin-top:3px;
	width: 90px;
}

.product-grid {
	background:#ffffff;
	border-left: 1px dashed #1D8BCA;
	border-top: 1px dashed #1D8BCA;
	margin-top: 20px;
	width: 100%;
}
.product-grid > div {
    border-bottom: 1px dashed #1D8BCA;
    border-right: 1px dashed #1D8BCA;
    display: inline-block;
    height: 310px;
    padding: 15px 20px 35px 30px;
    vertical-align: top;
    width: 202px;
}
.product-grid .image {
    display: block;
    margin-bottom: 0;
}
.product-grid .image img {
    border: 1px solid #E7E7E7;
    padding: 3px;
}
.product-grid .name a {
    color: #38B0E3;
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
    text-decoration: none;
}
.product-grid .description {
    display: none;
}
.product-grid .rating {
    display: block;
    margin-bottom: 4px;
}
.product-grid .price {
    color: #333333;
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
}
.product-grid .price-old {
    color: #FF0000;
    text-decoration: line-through;
}
.product-grid .price-new {
    font-weight: bold;
}
.product-grid .price .price-tax {
    display: none;
}
.product-grid .cart {
    margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
    margin-bottom: 3px;
}
.product-grid .wishlist a {
    background: url("../image/add.png") no-repeat scroll left center transparent;
    color: #333333;
    display: block;
    padding-left: 18px;
    text-decoration: none;
}
.product-grid .compare a {
    background: url("../image/add.png") no-repeat scroll left center transparent;
    color: #333333;
    display: block;
    padding-left: 18px;
    text-decoration: none;
}



/* Product */
.product-info {
	background:#ffffff;
	overflow: auto;
	margin-bottom: 20px;

	-webkit-border-radius: 15px 0px 15px 0px;
	-moz-border-radius: 15px 0px 15px 0px;
	-khtml-border-radius: 15px 0px 15px 0px;
	border-radius: 15px 0px 15px 0px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
	background: #ffffff;
}
.product-info > .left + .right {
	margin-left: 265px;
	
}
.product-info .image {
	border: none;
	float: left;
	margin-bottom: 25px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #CDCDCD;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	padding: 20px 5px 3px 30px;
	margin-bottom: 4px;
	line-height: 16px;
	color: #353535;
	font-size: 12px;
}
.product-info .description span {
	color: #b5a596;
	font-weight:bold;
}
.product-info .description a {
	color: #353535;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	padding: 5px 5px 10px 30px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #353535;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
	
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #353535;
}
.product-info .cart {
	padding: 0px 5px 10px 30px;
	margin-bottom: 10px;
	color: #353535;
	overflow: auto;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	margin-bottom: 10px;
	padding-left: 30px;
}
.product-info .review a{
	color:#b5a596;
}
.product-info .review > div {
	padding: 10px 0px;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
	padding-bottom: 20px;
}
.product-info .review .share a {
	text-decoration: none;
}


.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	background:#ffffff;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #E2CFF8;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-product td {
	padding: 7px;
}
.wishlist-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart {
	text-align: center;
}
.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock {
	text-align: left;
}
.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {
	text-align: right;
}
.wishlist-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product tbody .remove {
	vertical-align: middle;
}
.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart {
	text-align: center;
}
.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock {
	text-align: left;
}
.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {
	text-align: right;
}
.wishlist-product tbody .price s {
	color: #F00;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
	margin-left:30px;
}
.login-content .left {
	float: left;
	width: 48%;
}

.login-content .left .content .button{
	margin-left:20px;
}
.login-content .right {
	float: right;
	width: 48%;
	margin-right: 20px;
}
.login-content .right form#login{
	margin: 0px;
}
.login-content .right form#login input{
	width: 85%;
	padding: 1px 5px;
	border: 1px solid #cdcdcd;
	margin: 5px 0;
}
.login-content .right form#login .content{
	padding: 20px 20px 0px 10px;
}
.login-content .left .content, .login-content .right .content {
	min-height: 230px;
	background:#ffffff;
}
#register select{
	border: 2px solid #cdcdcd;
    width: 62%;
}
#register table.form td{
	font-family: Helvetica,Arial;
	font-size: 14px;
	color: #000000;
}
#register table.form input{
	width: 85%;
	border: 2px solid #cdcdcd;
}
#register table.form input#n1{
	width: 30%;
	border: none;
}
#register table.form input#cheque{
	width: 10%;
	border: none;
}
#register table.form input#paypal{
	width: 10%;
	border: none;
}
#register table.form input#bank{
	width: 10%;
	border: none;
}
#register table.form input#n2{
	width: 30%;
	border: none;
}
#register table.form input#cp{
	background: #F8F8F8;
	border: 2px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	width: 20%;
	cursor: pointer;
}
#register table.form input#postcode{
	width: 60%;
	border: 2px solid #cdcdcd;
}
/* orders */
.order-list {
	margin-bottom: 10px;
	margin-left: 20px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
	margin-left: 15px;
	font-size: 14px;
	margin-top: 20px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
	margin-right: 15px;
}
.order-list .order-content {
	padding: 15px 10px;
	display: inline-block;
	width: 95%;
	margin-bottom: 20px;
	background: #e6e6e6;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-khtml-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
.order-list .order-content div {
	float: left;
	width: 32%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 33.3%;
}
.return-model {
	float: left;
	width: 33.3%;
}
.return-quantity {
	float: left;
	width: 33.3%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 33.3%;
}
.return-opened {
	float: left;
	width: 33.3%;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-remove {
	float: left;
	width: 33.3%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}
.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}
.return-comment {
	float: left;
	width: 45%;
}
.return-captcha {
	float: right;
	width: 40%;
}
.return-captcha input{
	border: 2px solid #cdcdcd;
	margin:8px 0px;
}

.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	color: #ffffff;
	font-weight:normal;
	background-color: #005596;
	border-bottom: 1px solid #cdcdcd;
}
.cart-info thead .remove, .cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model {
	text-align: left;
}
.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #cdcdcd;
}
.cart-info tbody .remove {
	vertical-align: middle;
}
.cart-info tbody .remove, .cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody .quantity input{
	border: 2px solid #cdcdcd;
	
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module .cart-heading {
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	border: none;
	padding: 8px 8px 8px 22px;
	font-weight: normal;
	font-size: 13px;
	color: #B5A596;
	margin: 0px 30px 15px 30px;
	cursor: pointer;
	background: #E2CFF8 url('../image/arrow-right.png') 10px 50% no-repeat;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-khtml-border-radius: 6px 6px 6px 6px;
}
.cart-module .active {
	background: #E2CFF8 url('../image/arrow-down.png') 7px 50% no-repeat;
}
.cart-module .cart-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
	margin: 0px 30px 0px 30px;
}
.cart-total {
	border-top: none;
	overflow: auto;
	padding-top: 8px;
	margin: 0px 30px 15px 30px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
.cart-content table#shipping{
	margin-bottom:15px;
}
.cart-content table#shipping select{
	border: 1px solid #CDCDCD;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-khtml-border-radius: 6px 6px 6px 6px;
	width:250px;
	margin-left:8px;
	}
.cart-content table#shipping input{
	border: 1px solid #CDCDCD;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-khtml-border-radius: 6px 6px 6px 6px;
	width:240px;
	margin-left:8px;
	}
#coupon input{
	border: 1px solid #CDCDCD;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-khtml-border-radius: 6px 6px 6px 6px;
	width:240px;
	}
#voucher input{
	border: 1px solid #CDCDCD;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-khtml-border-radius: 6px 6px 6px 6px;
	width:240px;
	}
	
/* checkout */

.boxCheck #form {
	padding:0px 20px;
}
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 10px 15px 15px 15px;
	display: none;
	overflow: auto;
	background: #ffffff;
}
.checkout-content b{
	color: #000000;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}

.checkout-content .buttons_n .right{
	margin:0;
	width:95%;
}

.checkout-content #envio {
	clear: both;
}
.checkout-content label{
	color: #000000;
    font-family: Helvetica,Arial;
    font-size: 12px;
	}
.checkout-content p{
	margin-bottom:10px;
	}
.checkout-product{
	color: #000000;
    font-family: Helvetica,Arial;
    font-size: 12px;
	}
	
/*banwire*/
.checkout-content-custumer .left {
	float: left;
	width: 45%;
	padding: 10px 10px;
}
.checkout-content-custumer .right {
	float: right;
	width: 45%;
	padding: 10px 10px;
}
.checkout-content-custumer .buttons {
	clear: both;
}
.checkout-content .left {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    float: left;
    margin-bottom: 30px;
    padding: 15px;
    width: 45%;
}
.checkout-content .left label{
	font-family: Helvetica,Arial;
	font-size: 13px;
	color: #000000;
	}
textarea{
	border: 1px solid #cdcdcd;
	margin-top:3px;
	margin-left:10px;
}
.checkout-content .right {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    float: right;
    margin-bottom: 30px;
    padding: 15px;
    width: 45%;
    color: #000000;
    font-family: Helvetica,Arial;
    font-size: 13px;
}

#paso1 .checkout-content #login, #paso1 .checkout-content .left {
    height: 240px;
    background:#ffffff;
}
#paso1 .checkout-content #login input{
	width: 85%;
	border: 1px solid #cdcdcd;
	padding: 1px;
	margin:3px 0px;
	}

.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-khtml-border-radius: 6px 6px 6px 6px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #000000;
	font-weight: bold;
	background-color: #e3e3e3;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td.titulos {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
	color:#333333;
	font-size:16px;
}

.checkout-product tbody tr.hederTableResume{
	background:#e3e3e3;
	color:#000000;
}

.checkout-product tbody tr.fila_1 {
	background:#ffffff;
}

.checkout-product tbody tr.fila_2 {
	background:#eeeeee;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .fila_1 .name{
	background:#e3e3e3;
	}
.checkout-product tbody .name a{
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-khtml-border-radius:0px;
	border-radius:0px;
	border: none;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info ul{
	color:#55298a;
	list-style: disc;
}
.sitemap-info ul li{
	color:#000000;
	padding: 2px 0px;
	font-size: 14px;
}
.sitemap-info ul li a{
	font-size: 13px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */
.socialMedia {
	text-align:right;
}

.socialMedia ul li{
	color:#000000;

	list-style:none;
	
}

#footer {
	background:url(../image/bkg_footer.jpg) center;
	clear: both;
	overflow: hidden;
	height:170px;

}

#footer .footerContent {
	width:980px;
	margin:0 auto;
	padding:20px 0px 0px 0px ;
	height:150px;
}

#footer h3 {
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	color: #999999;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight: bold;
}
#footer .column {
	float: left;
	width: 23%;
	padding-left:15px;
	min-height: 100px;
	height:130px;
	border-left:none;
	position: relative;
}

#footer .column:first-child {
	border-left:none;
}

#footer .column ul {
	background: none;
	width: 226px;
	height: 111px;
	font-family: Arial,Helvetica,sans-serif;
	margin-top: 10px;
	margin-left:0;
	padding-left: 18px;
	padding-top: 18px;
	color:#104073;
	
}
#footer .column ul li {
	margin-bottom: 3px;
	list-style: none;
}
/*#footer .column ul.acercade li:first-child{
	background: none;
	width: 226px;
	height: 111px;
	position: absolute;
	top:40px;
	left:18px;
	padding: 20px 0px 0px 20px;
}
#footer .column ul.acercade li:first-child a{
	font-size: 18px;
	width: 70px;
	display: block;
	text-align: center;
	padding-right: 125px;
	}
#footer .column ul.acercade li:first-child:hover{
	background: none;
	width: 226px;
	height: 111px;
	
}*/
/*#footer .column ul li.fcontacto{
	background: none;
	width: 226px;
	height: 111px;
	position: absolute;
	top:40px;
	left:18px;
	padding: 40px 0px 0px 20px;
}
#footer .column ul li.fcontacto:hover{
	background: none;
	width: 226px;
	height: 111px;
	}
#footer .column ul li.fcontacto a{
	font-size: 18px;
	width: 70px;
	display: block;
	text-align: center;
	padding-right: 125px;
}

#footer .column ul li.fmarcas{
	background: none;
	width: 226px;
	height: 111px;
	position: absolute;
	top:40px;
	left:18px;
	padding: 40px 0px 0px 20px;
}
#footer .column ul li.fmarcas a{
	font-size: 18px;
	padding-right: 125px;
}
#footer .column ul li.fmarcas:hover{
	background:none;
	width: 226px;
	height: 111px;
	}
	
#footer .column ul li.fisesion{
	background: none;
	width: 226px;
	height: 111px;
	position: absolute;
	top:40px;
	left:18px;
	padding: 30px 0px 0px 20px;
}
#footer .column ul li.fisesion a{
	font-size: 18px;
	padding-right: 125px;
}
#footer .column ul li.fisesion:hover{
	background: none;
	width: 226px;
	height: 111px;
	}
*/#footer .column a {
	text-decoration: none;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
}
#footer .column a:hover {
	text-decoration: underline;
}

/*#footer .contactopedido{
	clear: both;
}
#footer .contactopedido h2{
	color: #ffffff;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	padding-top:170px;
	text-align: center;
}
#footer .contactopedido h2 img{
	padding-right:10px;
}*/
center{
	height: 45px;
}
center img{
	margin-top:-15px;
}
#powered {
	background:url(../image/back_powered.jpg);
	text-align: right;
	clear: both;
	color:#000000;
	height: 50px;
	padding:5px 0px;
}
#powered a {
	color: #666666;
}
#powered .powered_text {
	float:right;
}

/* banner */
.banner div {
	text-align: center;
	width: 100%;
}
.banner div img {
	margin-bottom: 20px;
	margin-left: 0px;
}

.payment {
    border-radius: 15px 15px 0 0;
    padding: 15px;
}
.payment #payment {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 20px;
}
.payment .tabs {
    overflow: auto;
    width: 100%;
    margin-bottom:2px;
}
.payment .tabs a {
	background:#bbbbbb;
	color:#000000; 
}
.payment .tabs a.select_payment {
	background:#e3e3e3;
}
.htabs a.thickbox {
	float:none;
	background:none;
	border:none;
	padding:0;
}
a.forgetBotton {
    background: transparent;
    border: medium none;
    color: #B5A596 !important;
    font-size: 11px;
    padding: 0;
    text-decoration: underline;
}

#banwire table {
}
form #banwire {
	margin:0px;
}

#banwire_oxxo {
    background: #e6e6e6;
    margin-top: -2px;
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	-webkit-border-radius: 0px 0px 15px 0px;
	-moz-border-radius: 0px 0px 15px 0px;
	-khtml-border-radius: 0px 0px 15px 0px;
	border-radius: 0px 0px 15px 0px;
}
#banwire_cc {
	margin-top:-2px;
	padding: 20px;
	background:#e3e3e3;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	color: #000000;
    font-family: Helvetica,Arial;
    font-size: 14px;
    -webkit-border-radius: 0px 0px 15px 0px;
	-moz-border-radius: 0px 0px 15px 0px;
	-khtml-border-radius: 0px 0px 15px 0px;
	border-radius: 0px 0px 15px 0px;
}
#banwire_cc input{
	width: 70%;
	border: 1px solid #cdcdcd;
	margin-left:0px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	}
#banwire_cc td{
	color: #000000;
    font-family: Helvetica,Arial;
    font-size: 14px;
}
#banwire_cc select{
    width: 50%;
	border: 1px solid #cdcdcd;
	margin-top:5px;
}