body { margin: 0; padding: 0; font-size: 11px; font-family: Arial, sans-serif; text-align: left; background: #fff; }
* { margin: 0; padding: 0; }

#container { width: 1039px; margin: 0 auto; }

/* //////////////////// LEFT CONTENT ////////////////// */

/* POP UP DENUNCIAR */

#form_denunciar
{
	left: 345px;
	top: 180px;
	z-index: 99;
	position: fixed;
	width: 318px;
	height: 158px;
	background: #ffffff url(../images/denunciar_bg.jpg) no-repeat center center;
	border: solid 1px #e7e7e7;
}
#form_denunciar #cancel 
{
	width: 83px;
	height: 25px;
	background: #ffffff url(../images/cancelar.png) no-repeat center center;
	cursor: pointer;
}
#form_denunciar #send 
{
	width: 66px;
	height: 25px;
	background: #ffffff url(../images/sugerencias-send.png) no-repeat center center;
	cursor: pointer;
}

/* POP UP SUGERENCIA */

#sugerencias { margin-top: 124px; cursor: pointer; width: 24px; height: 120px; float: left; background-image: url(../images/sugerencias.png); }
#form_sugerencias
{
	left: 240px;
	top: 150px;
	z-index: 99;
	position:absolute;
	width: 440px;
	height: 390px;
	background: #ffffff url(../images/sugerencias-bg.png) no-repeat center center;
	border: solid 1px #e7e7e7;
}
#form_sugerencias #malo 
{
	width: 30px;
	height: 30px;
	background: url('../images/01_malo.gif') no-repeat center center;
	margin-top: 66px;
	margin-right: 0px;
	cursor: pointer;
}
#form_sugerencias #regular 
{
	width: 30px;
	height: 30px;
	background: url('../images/02_regular.gif') no-repeat center center;
	margin-top: 66px;
	margin-right: 0px;
	cursor: pointer;
}
#form_sugerencias #bueno 
{
	width: 30px;
	height: 30px;
	background: url('../images/03_bueno.gif') no-repeat center center;
	margin-top: 66px;
	margin-right: 0px;
	cursor: pointer;
}
#form_sugerencias #muybueno 
{
	width: 30px;
	height: 30px;
	background: url('../images/04_muy_bueno.gif') no-repeat center center;
	margin-top: 66px;
	margin-right: 0px;
	cursor: pointer;
}
#form_sugerencias #excelente 
{
	width: 30px;
	height: 30px;
	background: url('../images/05_excelente.gif') no-repeat center center;
	margin-top: 66px;
	margin-right: 0px;
	cursor: pointer;
}
#form_sugerencias #tab1 
{
	width: 118px;
	height: 22px;
	background: #ffffff url(../images/sugerencias-tab1.png) no-repeat center center;
	cursor: pointer;
}
#form_sugerencias #tab2
{
	width: 118px;
	height: 22px;
	background: #ffffff url(../images/sugerencias-tab2_dis.png) no-repeat center center;
	cursor: pointer;
}
#form_sugerencias #cancel 
{
	width: 76px;
	height: 25px;
	background: #ffffff url(../images/sugerencias-cancel.png) no-repeat center center;
	float: right;
	margin-top: 26px;
	margin-right: 4px;
	cursor: pointer;
}
#form_sugerencias #send 
{
	width: 66px;
	height: 25px;
	background: #ffffff url(../images/sugerencias-send.png) no-repeat center center;
	float: right;
	margin-top: 26px;
	margin-right: 30px;
	cursor: pointer;
}
#form_sugerencias #btnclose 
{
	width: 119px;
	height: 26px;
	background: #ffffff url(../images/sugerencias-close.png) no-repeat center center;
	cursor: pointer;
}
#form_sugerencias .message
{
	font-family: Verdana;
	font-size: 8pt;
	width: 355px;
	height: 104px;
	color: #ff5c0a;
}

#left { width: 215px; float: left; }

#remeradelivery { height: 124px; }
#remeradelivery h1 { width: 215px; height: 124px; background: url(../images/logos.gif) no-repeat left top; }
#remeradelivery h1 span { display: none;}
#remeradelivery img {border:none;margin:25px 0 0 0px;}

#leftMenu { z-index:1; width: 204px; margin: 7px 0 0 4px; background: url(../images/leftMenu_bg.gif) repeat-y left top; }
#leftMenu form {margin-bottom: 30px;}
#leftMenu h1 { width: 204px; height: 34px; background: url(../images/leftMenu_h1_bg.gif) no-repeat left top; }
#leftMenu h1 span { display: none; }
#leftMenu h4 { font-size: 11px; color: #464743; padding: 2px 0 0 11px; }
#leftMenu input { width: 129px; float: left; background: #fff; border: 1px solid #626262; font-size: 11px; color: #ff5c0a; margin: 0 0 0 10px; padding: 3px 0 1px 3px; }
/*#leftMenu input.formBtn { width: 55px; height: 21px; margin: 0; border: none; padding: 0; }*/
#leftMenu input.formBtn { display: block; float: left; width: 55px; height: 21px; margin: 0 0 5px 2px; padding: 0; border: none; }
/*
#leftMenu ul { width: 190px; margin: 0 0 0 13px; padding: 0 0 5px 0; }
#leftMenu li { list-style: none; font-family: Verdana; font-size: 11px; color: #222; padding: 5px 0 0 5px; line-height: 18px; background: url(../images/leftMenu_bullet.gif) no-repeat 6px 4px; }
#leftMenu li div.categoryBullet {width:9px; height:9px;float:left;margin:0 0 0 11px;cursor:hand;}
.categoryExpanded {background: url(../images/categoryMinus.gif) no-repeat;}
.categoryCollapsed {background: url(../images/categoryPlus.gif) no-repeat;}
.categoryEmpty {background: url(../images/categoryEmpty.gif) no-repeat;}
#leftMenu li.category { font-family: Arial; font-size: 14px; color: #6e9c04; padding: 7px 0 1px 0; font-weight: bold; background: none; }
#leftMenu li.category a {color:#6e9c04;}
#leftMenu li a { text-decoration: none; color: #222; }
#leftMenu li.categoryThirdLevel {background-image:none; margin-left:20px;}
#leftMenu li a:hover { text-decoration: underline; }
*/
#leftMenu DIV.footer { width: 204px; height: 20px; background: url(../images/leftMenu_footer.gif) no-repeat left top; }

#categoryTree { width: 190px; margin: 0 0 0 13px; }

#categoryTree li { list-style: none; font-family: Verdana; font-size: 11px; color: #222; }



.treeview, .treeview ul {padding: 0;margin: 0;list-style: none;}
.treeview ul {background-color: white;margin-top: 4px;}

.treeview .hitarea {background: url(../images/treeview-default.gif) -64px -25px no-repeat;height: 16px;width: 16px;margin-left: -16px;float: left;cursor: pointer;}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li {margin: 0; padding: 3px 0pt 3px 16px;list-style:none;color: #222}
.treeview a.selected {background-color: #eee;}

.treeview li a { text-decoration: none; color: #222; }
.treeview li a:hover { text-decoration: underline; }

.treeview span.category a { font-family: Arial; font-size: 14px; color: #6e9c04; font-weight: bold; color:#6e9c04;background-color:#fff;}

.treeview .hover { cursor: pointer; }
.treeview li { background: url(../images/treeview-default-line.gif) no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
.treeview .expandable-hitarea { background-position: -80px -3px; }
.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.contacttxt { width: 200px;	color: #777; border: solid 1px #bbb; padding: 4px 6px 4px 6px; font-family: Verdana; font-size: 9pt; background-color: #EBECD7; background-image: url(../images/fondo_txt.jpg); }
.contacttxtarea { width: 600px;	color: #777; border: solid 1px #bbb; font-family: Verdana; font-size: 9pt; background-color: #EBECD7; background-image: url(../images/fondo_txta.jpg); }
.contacttitle {	color:#485A2E; font-weight: bold; height: 50px; }

#banners {margin-top: 14px;}

#recomendar { width: 205px; height: 112px; margin: 11px 0 20px 3px; background: url(../images/recomendar_back.gif) repeat-y left top; }
#recomendar .txt { width: 166px; height: 17px; margin: 42px 0px 0px 17px; padding: 4px 6px 4px 6px; border: solid 1px #bbb; background-image: url(../images/fondo_txt.jpg)}
#recomendar .btn { margin: 8px 0px 0px 122px}

#prendas { width: 204px; margin: 11px 0 20px 4px; background: url(../images/prendas_bg.gif) repeat-y left top; }
#prendas h1 { width: 204px; height: 34px; background: url(../images/prendas_h1_bg.gif) no-repeat left top; }
#prendas h1 span { display: none; }
#prendas ul { width: 190px; margin: 6px 0 0 15px; }
#prendas li { list-style: none; font-size: 12px; color: #222; padding: 0; font-weight: bold; line-height: 20px; }
#prendas li a { text-decoration: underline; color: #222; }
#prendas li a:hover { text-decoration: none; }
#prendas DIV.footer { width: 204px; height: 15px; background: url(../images/prendas_footer.gif) no-repeat left top; }

/* //////////////////// FIN LEFT CONTENT /////////////////// */

#content { width: 800px; float: left; margin-top:2px;}

/* //////////////////// HEADER /////////////////// */

#header { width: 772px; height: 120px; margin: 0 0 0 3px; float:left;}
#header DIV.left { width: 510px; float: left; }
#header DIV.right { width: 247px; float: left; margin: 0 0 0 5px; }
#header DIV.dummy { width: 508px; height: 45px; border: 1px solid #ccc; }

div.shortcutMenu {margin:10px 0 0 10px; height:13px;background:url(../images/topmenu/shortcutMenu.gif) no-repeat top left;}
div.shortcutMenu ul li {list-style: none;font-family: Verdana; font-size: 9px;display:block; float:left;text-align:left;}
div.shortcutMenu ul li a {text-decoration:none;color:#464743; text-align:left}
div.shortcutmenu ul li a:hover {color:#ff5c0a;}
div.shortcutMenu ul li.home {margin-left:15px; cursor: hand; cursor: pointer;text-align:left}
div.shortcutMenu ul li.sitemap {margin-left:35px; cursor: hand; cursor: pointer;text-align:left}
div.shortcutMenu ul li.contact {margin-left:34px; cursor: hand; cursor: pointer;text-align:left}

.passwordReminder {text-decoration:none;color:#464743;float:right;margin-top:-14px;}
.passwordReminder {color:#ff5c0a;}

.logout {color:#ff5c0a; text-decoration:none;margin-top:2px;}

.bannerface a { font-size:1px;width: 215px; height: 52px; display: block; color:#fff; background: url(../images/banner_face5.jpg) no-repeat left top; }

.bannertwitter a { font-size:1px;width: 215px; height: 50px; display: block; color:#fff; background: url(../images/banner_twitter5.jpg) no-repeat left top; }

.bannerclub a { font-size:1px;width: 215px; height: 140px; display: block; color:#fff; background: url(../images/banner_club.jpg) no-repeat left top; }
.bannercomic a { font-size:1px;width: 215px; height: 140px; display: block; color:#fff; background: url(../images/banner_comic.jpg) no-repeat left top; }
.backtohome a { font-size:1px;width: 192px; height: 32px; display: block; color:#fff; background: url(../images/goHome.jpg) no-repeat left top; }

#menu { width: 512px; height: 40px; margin: 6px 0 0 0; background: url(../images/menu_bg.gif) no-repeat left bottom; font-size:0px; }
#menu li { display: block; height: 30px; float: left; }
#menu li img { border: none; height: 30px; }

#menu li.lab a { width: 146px; height: 30px; display: block; color:#fff; background: url(../images/topMenu/lab.png) no-repeat left top; }
#menu li.lab span { width: 146px; height: 30px; display: block; text-indent:-85px; color:#fff; background: url(../images/topMenu/labSelected.jpg) no-repeat left top; }

#menu li.placard a { width: 102px; height: 30px; display: block; color:#fff; background: url(../images/topMenu/placard.png) no-repeat left top; }
#menu li.placard span { width: 102px; height: 30px; display: block; text-indent:-85px; color:#fff; background: url(../images/topMenu/placardSelected.jpg) no-repeat left top; }

#menu li.catalog a { width: 96px; height: 30px; display: block; color:#fff; background: url(../images/topMenu/catalog.png) no-repeat left top; }
#menu li.catalog span { width: 96px; height: 30px; display: block; text-indent:-85px; color:#fff; background: url(../images/topMenu/catalogSelected.jpg) no-repeat left top; }

#menu li.miperfil a { width: 80px; height: 30px; display: block; color:#fff; background: url(../images/topMenu/miperfil.png) no-repeat left top; }
#menu li.miperfil span { width: 80px; height: 30px; display: block; text-indent:-85px; color:#fff; background: url(../images/topMenu/miperfilSelected.jpg) no-repeat left top; }

#menu li.gift a { width: 88px; height: 30px; display: block; color:#fff; background: url(../images/topMenu/gift.png) no-repeat left top; }
#menu li.gift span { width: 88px; height: 30px; display: block; text-indent:-85px; color:#fff; background: url(../images/topMenu/giftSelected.jpg) no-repeat left top; }

#menu li.account a { width: 113px; height: 30px; display: block; color:#fff; background: url(../images/menu_account.gif) no-repeat left top; }
#menu li.help a { width: 84px; height: 30px; display: block; color:#fff; background: url(../images/menu_help.gif) no-repeat left top; }

#menu li a:hover { background-position: left -30px; }

/*#estrellas {float:right; margin: -16px -3px 0px 0px;}*/
#estrellas { margin: -30px -3px 0px 100px;}
#estrellas .estrella { width: 15px; cursor:pointer; position: static; height: 17px; display: block; color:#fff; background: url(../images/estrella.png) no-repeat left -17px; }
#estrellas .estrellaestatica { width: 15px; position: static; height: 17px; display: block; color:#fff; background: url(../images/estrella.png) no-repeat left -17px; }

#header DIV.right h3 { font-size: 11px; color: #464743; font-weight: bold; margin: 8px 0 0 0; }
#header DIV.right input { background: #fff; border: 1px solid #626262; font-size: 11px; color: #ff5c0a; margin: 0; padding: 2px 0 1px 3px; float: left; }
#header DIV.right input.news { width: 184px; margin: 0 3px 0 0; }
#header DIV.right input.login { width: 115px; }
#header DIV.right input.loginPwd { width: 60px; margin: 0 3px 0 4px; }
#header DIV.right input.btn { display: block; float: left; width: 55px; height: 21px; margin: 0 0 8px 0; padding: 0; border: none; }


#header div.right div.#userInformation {font-size: 12px; font-weight:bold;}
/* //////////////////// FIN HEADER /////////////////// */

.loginperfil { width: 140px; }
.loginperfilPwd { width: 140px; }

.linkperfil a
{
	font-family: Verdana;
	font-weight:normal;
	font-size: 8pt;
	color: #ffffff;
	text-decoration: none;
}
.linkperfil a:hover
{
	font-family: Verdana;
	font-weight:normal;
	font-size: 8pt;
	color: #ffffff;
	text-decoration: underline;
}

/*#movieContainer { width: 761px; height: 383px; margin: 0 0 16px 3px; background: url(../images/flashContainer_bg.jpg) no-repeat left top; }*/
#movieContainer { width: 761px; margin: 0 0 16px 3px;}
#movieContainer a { position: relative; top: 300px; left: 760px; }
#movieContainer img { border: none; }


/* //////////////////// CATALOGO /////////////////// */
#catalogpager { width: 785px; margin: 0 0 0 3px; float:left; padding-top: 14px; font-family: Tahoma; font-size: 8pt; }
#catalogpager #goto {float:right; margin-top:-15px; vertical-align: middle; margin-right: 27px;}
#catalogpager input { width: 35px;color: #666; text-align:center; vertical-align: middle; padding-top: 2px; padding-bottom: 2px;border: solid 1px #bbb;background-image: url(../images/fondo_txt.jpg);}

/*.contacttxt{color: #777;padding: 4px 6px 4px 6px;}*/

#catalogpager #prev { cursor:pointer; margin-left: -63px; margin-top: 5px;}
#catalogpager #sep { margin-left: -15px; margin-right: 50px; margin-top: -13px;}
#catalogpager #next { cursor:pointer; margin-right: 50px;  margin-top: -13px;}
#catalogpager #btns { float: left;}

#catalog { width: 785px; margin: 0 0 0 3px; float:left; }
#catalog h2 { width: 740px; height: 24px; font-size: 12px; color: #fff; padding: 8px 7px 0 13px; font-weight: normal; background: url(../images/catalog_h2_bg.gif) no-repeat left top; }
#catalog h2 a { text-decoration: none; color: #fff; font-weight: bold; }
#catalog h2 a:hover { text-decoration: underline; }
#catalog #Filter{float:right; vertical-align: top; margin-top: -26px; margin-right: 34px;}

#catalog DIV.itemcat { width: 182px; float: left; margin: 12px 10px 0 0; }
#catalog DIV.itemcat img { width: 180px; height: 180px; border: 1px solid #587600; background: #dfebbd; }
#catalog DIV.itemcat h3 { font-size: 12px; color: #222; margin: 1px 0 0 4px; line-height: 12px; }

#catalog DIV.item { border: solid 1px #a0aa8b;width: 180px; height: 246px; float: left; margin: 12px 10px 0 0; z-index: 0; }
#catalog DIV.item img { width: 100%; height: 180px; border: none; background: #dfebbd; margin-bottom: 0px; }
#catalog DIV.item h3 { font-size: 12px; background-color: #d7e7a6; color: #222; margin: 0px 0 0 0px; padding: 5px;line-height: 12px; cursor: pointer;}
#catalog DIV.item #datos{border-top: solid 1px #a0aa8b; width: 170px; padding: 8px 5px 8px 5px; margin-top: -3px;}
#catalog DIV.item #datos .ClientName{color:#5e7326; font-family:Tahoma; font-size:8pt; font-weight: bold; }
#catalog DIV.item #datos .ViewsAmount{color:#888; font-family:Tahoma; font-size:8pt; }
#catalog DIV.item #datos .VotesAmount{ float: right; margin: 0px;color:#888; font-family:Tahoma; font-size:8pt; }

#catalog DIV.denunciar { cursor: pointer;width: 18px; height: 19px; float: left; z-index: 1; margin: 14px 0px 0px -35px; background: url(../images/denunciar.png)  no-repeat left top;}
#catalog DIV.denunciar2 { cursor: pointer;width: 18px; height: 19px; float: left; z-index: 1; margin: 14px 0px 0px -35px; background: url(../images/denunciar.png) no-repeat left top;}

#catalog.home {margin:30px 0 0 3px;}
/* //////////////////// FIN CATALOGO /////////////////// */

/* //////////////////// LABORATORIO /////////////////// */
#lab { width: 785px; margin: 0px 0 0 3px; float:left; }
/* //////////////////// FIN LABORATORIO /////////////////// */

/* //////////////////// STATIC CONTENT /////////////////// */
#staticContent { width: 785px; margin: 30px 0 0 3px; float:left; }
#staticContent h2 { width: 740px; height: 24px; font-size: 12px; color: #fff; padding: 8px 7px 0 13px; font-weight: bold; background: url(../images/catalog_h2_bg.gif) no-repeat left top; }
#staticContent div.staticContentBody { width: 740px; margin:30px 0 0 30px;}
#staticContent div.staticContentBody h3 {font-size: 12px; font-weight:bold; margin:10px 0;}
#staticContent div.staticContentBody p {font-size: 12px;}
#staticContent #addresses #address {float:left; margin: 20px 0px 0px 15px; width:100%}
#staticContent #addresses #address #imageClient img{ width: 180px; height: 220px; border: solid 1px #555555}
#staticContent #addresses #address textarea { width: 400px;}
#staticContent #addresses #addressesFooter {float:left; margin: 0px 0px 0px 395px;}
/* //////////////////// FIN STATIC CONTENT /////////////////// */

/* //////////////////// REGISTRACION /////////////////// */
#registration { width: 785px; margin: 30px 0 0 3px; float:left; }
#registration h2 { width: 740px; height: 24px; font-size: 12px; color: #fff; padding: 8px 7px 0 13px; font-weight: bold; background: url(../images/catalog_h2_bg.gif) no-repeat left top; }
#registration h2 a { text-decoration: none; color: #fff; font-weight: bold; }
#registration h2 a:hover { text-decoration: underline; }

#registration form { margin: 25px; }
#registration DIV.item img { width: 130px; height: 180px; border: 1px solid #587600; background: #dfebbd; }
#registration form label { font-size: 12px; color: #222; margin: 1px 0 0 4px; line-height: 12px; display:block; }
#registration form label.error {color:#F00;display:inline;margin-left:20px;}
/* //////////////////// FIN REGIASTRACION /////////////////// */

/* //////////////////// PERFIL /////////////////// */
#perfil { width: 785px; margin: 30px 0 0 3px; float:left; width: 760px; }
#perfil h2 { width: 740px; height: 24px; font-size: 12px; color: #ffffff; padding: 8px 7px 0 13px; font-weight: bold; background: url(../images/catalog_h2_bg.gif) no-repeat left top; }
#perfil h2 a { text-decoration: none; color: #fff; font-weight: bold; }
#perfil h2 a:hover { text-decoration: underline; }

#perfil #imageprivate {border: solid 1px #d6cbcf; margin: 10px 0px 20px 15px; padding: 3px 30px 0px 30px; width: 180px; height: 280px;}
#perfil #imageprivate img { width: 180px; height: 200px; margin-top: 20px; }

#perfil #imagepublic {border: solid 1px #d6cbcf; margin: 10px 0px 20px 15px; padding: 3px 30px 0px 30px; width: 180px; height: 240px;}
#perfil #imagepublic img { width: 180px; height: 200px; margin-top: 5px; }


#perfil #info {float:left; margin-top: -254px; margin-left: 275px;}
#perfil #infoPerfil {float:left; margin-top: -254px; margin-left: 500px;}

#perfil .clientName { margin: 20px 0px 0px 15px; font-weight: bold; font-size: 10pt; color: #52681d;}
#perfil .clientField { font-weight: bold; font-size: 8pt; color: #52681d;}
#perfil .clientData { font-size: 8pt; color: #555555; width: 200px;}
#perfil input[type=text] { width: 200px;	color: #777; border: solid 1px #bbb; padding: 4px 6px 4px 6px; font-family: Verdana; font-size: 9pt; background-color: #EBECD7; background-image: url(../images/fondo_txt.jpg); }
#perfil input[type=file] { width: 200px;	color: #777; border: solid 1px #bbb; padding: 4px 6px 4px 6px; font-family: Verdana; font-size: 9pt; background-color: #EBECD7; background-image: url(../images/fondo_txt.jpg); }
#perfil textarea { width: 400px;	color: #777; border: solid 1px #bbb; font-family: Verdana; font-size: 9pt; background-color: #EBECD7; background-image: url(../images/fondo_txta.jpg); }
/* //////////////////// FIN PERFIL /////////////////// */

/*//////////////////////ORDENES///////////////////// */

#order			{width: 700px; margin:28px 0 0 0; font-size: 12px; border-left:solid 1px #e3eac1; float:left; }
#payment		{width: 760px; margin:28px 0 0 0; font-size: 12px; float:left; border-left: solid 1px #c7c7c7; border-right: solid 1px #c7c7c7; border-bottom: solid 1px #c7c7c7;}

#confirmation	{width: 704px; margin:28px 0 0 0; font-size: 12px;border-left:solid 1px #e3eac1; float:left; }

#currentStep {width: 761px; height: 32px; }

#message {width: 607px; float:left; margin:14px 0 0 15px;}
#message p.greetings {color: #e26000; font-size: 14pt;}
#message p.greetings span.name {font-weight:bold;}

#message p.leyend {margin: 7px 0 0 0 ; color:#556724; font-size: 11px;}

#orderItems {margin:29px 0 0 10px;}
div.orderItem {margin-top:15px;}
div.orderItem div.itemTitle {font-size:13px; background-color:#dfebbd;margin:5px 0px;float:left;width:760px;}
div.orderItem div.itemTitle p {float:left;margin:5px 0 0 10px;width:680px;}
#orderItems div.orderItem div.itemTitle a {display:block; float:left; width: 56px; height:23px; background:url(../images/orders/delete.gif) no-repeat left top; font-size: 1px; margin-top:2px; color: #dfebbd;}
#orderItems div.orderItem div.itemTitle input {margin-top:2px;}
#orderItems div.orderItem div.itemTitle span.itemCode {font-weight:bold;}

#orderItems div.orderItem div.garmentDetails, 
#orderItems div.orderItem div.sizesDetails,
#payment div#giftCode,
#payment div#deliveryMethod,
#payment div#paymentMethod,
#payment div#paymentFooter,
#payment div#giftCard,
#payment div#address,
#confirmation div#orderConfirmation {float:left;width:704px;margin:0 0 0 10px;z-index:99;}
#payment div#giftCard {margin-top: 20px; vertical-align: middle;}

#payment div#giftCard .leyend { font-size: 8pt; color: #666666; margin-left: 6px; vertical-align: bottom;}
#payment div#giftCard img { vertical-align: middle; }

#paymentFooter {  margin: 0 0 0 10px; }

.orderItem dl {font-size:11px; color:#464743;margin-top:7px;}
.orderItem dl dt {width:120px;float:left;margin-bottom:8px;}
.orderItem dl dd {color:#749d05;margin-bottom:8px;}

#orderItems div.orderItem div.garmentDetails dl {font-size:11px; color:#464743;margin:7px 0 0 10px;}
#orderItems div.orderItem div.garmentDetails dl dt {width:100px;float:left;margin-bottom:8px;}
#orderItems div.orderItem div.garmentDetails dl dd {color:#749d05;margin-bottom:8px;}

#orderItems div.orderItem div.sizesDetails {padding-top:5px;}
#orderItems div.orderItem div.sizesDetails span.title { margin:0 0 17px 0; }
#orderItems div.orderItem div.sizesDetails span.size {font-size:11px;margin:0 0 0 10px; color:#3c3c3c;}
#orderItems div.orderItem div.sizesDetails span.size input {border: solid 1px #626262;margin-left:5px; text-align:center;}
#orderItems div.orderItem div.sizesDetails span.size span.price {color:#004eff;margin-left:5px; display:none;}
#orderItems div.orderItem div.sizesDetails span.size a img {border:none;padding:2px 0 0 5px;margin-top:3px;}

#orderItems div.orderItem div.designViews { width:760px; } 
#orderItems div.orderItem div.designViews div.designView {width:380px;font-size: 12px; margin-top:16px; float:left;}
#orderItems div.orderItem div.designViews div.designView span.viewTitle,
#orderItems div.orderItem div.designViews div.designView span.viewDetails {color:#464743;display:block; font-weight:bold; border-bottom: solid 1px #cbcbcb;margin-top:15px;padding-bottom:5px;}
#orderItems div.orderItem div.designViews div.designView span.viewTitle span.viewName,
#orderItems div.orderItem div.designViews div.designView span.viewDetails span.viewDetailsName {color:#749d05;font-weight:normal;margin-left:5px;}

#orderItems div.orderItem div.designViews div.designView dl {font-size:11px;color: #464743;margin: 5px;}
#orderItems div.orderItem div.designViews div.designView dl dt {width:55px; float:left; margin:0;}
#orderItems div.orderItem div.designViews div.designView dl dd {margin-bottom:2px;/*margin-left:56px;*/}
#orderItems div.orderItem div.designViews div.designView dl dd span.detailsName {color:#ff5c0a;font-weight:bold;}
#orderItems div.orderItem div.designViews div.designView div.modifyDesign {text-align:right;}
#orderItems div.orderItem div.designViews div.designView div.modifyDesign a {text-decoration:none;color:#FF5C0A;}

#orderItems div.orderItem div.itemTotal {border-top: solid 1px #cbcbcb;font-size:12px; color:#000; font-weight:bold; text-align:right;float:left;width:760px;}
#orderItems div.orderItem div.itemTotal p {margin-top:5px;}
#orderItems div.orderItem div.itemTotal span {color:#004eff;font-size:14px;}


#order #orderFooter {float:left; width:760px;color:#464743; margin: 0 0 0 10px;}
#order #orderFooter img { border:none; margin:0 0 20px 20px; }
#order #orderFooter p {float:left; background-color:#dfebbd;/*padding:0 15px;*/}
#order #orderFooter p span.termsTitle {color: #ff5c0a;display:block;margin-left:15px;}
#order #orderFooter p span.termsCheck {display:block;margin:5px 15px 0 15px;}
#order #orderFooter p span.termsError label.error{ display:block;background:#fe3809;color:#fff;padding:3px; }
#order #orderFooter p.total {background-color:#fff;font-weight:bold;font-size:12px;color:#000;float:none;margin:0 0 10px 0;}
#order #orderFooter p.total span.totalQTY {font-weight:normal;}
#order #orderFooter p.total span.totalPrice {color:#004eff;}
#order #orderFooter div.next {float:right;text-align:right;margin:0;}

#payment label {color:#464743; display:block; margin:16px 0 0 10px;}
#payment input[type=text] {border:solid 1px #676767;margin:2px 0 0 10px;}

#payment #giftCode {padding: 0px; margin: 0px 0px 15px 0px;}
#payment #giftCode label{color: #556724; font-weight: bold; margin: 0 0 4px 0;}
#payment #giftCode input{width: 200px; padding: 4px 5px 4px 5px; border: solid 1px #bbb; color: #716e6e;background-image: url(../images/fondo_txt.jpg)}
#payment #giftCode a{color: #576625; margin: 0px 0px 0px 8px; font-size: 8pt; vertical-align: text-top;}

#payment #deliveryMethod .deliveryMethodGroup,
#payment #paymentMethod .paymentMethodGroup { margin: 0px 0px 0px 0px;}
#payment #deliveryMethod .deliveryMethodGroup span.deliveryMethodTitle,
#payment #paymentMethod .paymentMethodGroup span.paymentMethodTitle {color:#444; display:block;margin-top:20px; font-weight:bold; font-size:12px; }
#payment #deliveryMethod .deliveryMethodGroup div.deliveryMethods,
#payment #paymentMethod .paymentMethodGroup div.paymentMethods {margin-top:10px;}
#payment #paymentMethod .paymentMethodGroup div.paymentMethods span.paymentMethod {display:block;margin-right:5px;}
#payment #paymentMethod .paymentMethodGroup div.paymentMethods span.paymentMethod input  {float:left; margin:10px 0 0 0;}
#payment #deliveryMethod .deliveryMethodGroup div.deliveryMethods span.price {margin-right:5px;}

#payment #giftCard #personalizationCardTypes { height:50px; margin:-24px 0 0 50px; padding:0 0 0 0px;}
#payment #giftCard #personalizationCardTypes span.personalizationCardType {display:block; float:left; width:300px; color:#e26000; font-weight: bold;}
#payment #giftCard #personalizationCardTypes span.personalizationCardType a {color:#ff5c0a;}

#payment #giftCard #personalizationMessage {margin-top:-20px;color:#576625; font-weight:bold;}
#payment #giftCard #personalizationMessage textarea {margin-top:7px;color:#666;font:12px verdana; width: 400px; padding:5px; border: solid 1px #bbb; background-image: url(../images/fondo_txta.jpg)}

#payment #paymentFooter div.next { /*margin: -40px 0 0 0;*/ }

#payment #paymentFooter {text-align:right;}

#payment #address {float:left;color:#464743;margin:30px 0px 0px 0px;width:760px;}
#payment #address label {color:#464743;}
#payment #address label.error {color:#F00; display:inline; margin-left:4px; font-size: 13pt;}
#payment #address input[type=text] {width: 50px; padding: 4px 5px 4px 5px; border: solid 1px #bbb; background-image: url(../images/fondo_txt.jpg)}

#payment #address .f_left {float:left; margin-right: 30px;}
#payment #address .f_center {float:left; margin-right: 30px;}
#payment #address .f_right {float:left;}

#payment #address #f_name input { width: 180px;}
#payment #address #f_email input { width: 180px;}
#payment #address #f_occupation input { width: 180px;}
#payment #address #f_surname input { width: 180px;}
#payment #address #f_company input { width: 180px;}
#payment #address #f_address input { width: 180px;}
#payment #address #f_city input { width: 180px;}
#payment #address #f_address_s input { width: 180px;}
#payment #address #f_state input { width: 180px;}
#payment #address #f_country input { width: 180px;}
#payment #address #f_cp input { width: 180px;}
#payment #address #f_phone input { width: 180px;}
#payment #address #f_cel input { width: 180px;}
#payment #address #f_fax input { width: 180px;}
#payment #address #f_address_ba input { width: 180px;}
#payment #address #f_state_ba input { width: 180px;}
#payment #address #f_country_ba input { width: 180px;}
#payment #address #f_cp_ba input { width: 180px;}
#payment #address #f_city_ba input { width: 180px;}

#payment #address #f_email,
#payment #address #f_name,
#payment #address #f_occupation,
#payment #address #f_surname,
#payment #address #f_sex,
#payment #address #f_company,
#payment #address #f_date,
#payment #address #f_address,
#payment #address #f_city,
#payment #address #f_address_s,
#payment #address #f_address_sr,
#payment #address #f_state,
#payment #address #f_country,
#payment #address #f_cp,
#payment #address #f_phone,
#payment #address #f_cel,
#payment #address #f_fax,
#payment #address #f_address_ba,
#payment #address #f_state_ba,
#payment #address #f_country_ba,
#payment #address #f_cp_ba,
#payment #address #f_city_ba
{ height: 60px; text-indent: 10px; color: #556724; font-weight: bold; margin-left: 5px;}

#payment #address #f_captchaImg,
#payment #address #f_title
{margin-top: 8px; margin-left: 10px; font-weight: bold; color: #555}

#payment #address #f_date { margin-top: 60px;}

#payment #address #f_sex span {color:#555; font-weight:normal; font-size: 8pt;}

#payment #address #f_address_sr {margin-top: 20px;}
#payment #address #f_address_sr span {color:#555; font-weight:normal;}
#payment #address #f_address_sr input {margin-right: 3px;}

#payment #address #f_address_s span
{ font-weight:normal; font-size: 8pt; color: #555; margin-left: 9px;}

#payment #address #f_captchaTxt
{margin-top: 8px; margin-left: 10px;}

#payment #address #f_newsOptIn input {margin-left: 10px;}

#payment #address input[type=text] {color: #555;}
#payment #address #f_sex input[type=radio] {margin-left: 8px; margin-top: 7px;}
#payment #address #f_country select,
#payment #address #f_country_ba select { width: 215px;margin-left: 8px; margin-top: 2px; padding: 2px 2px 2px 2px;border: solid 1px #bbb;}

#payment #address #ClientBirthDateDay,
#payment #address #ClientBirthDateMonth
 { width: 16px;}
#payment #address #ClientBirthDateYear
 { width: 28px;}

#payment input[type=text] {border:solid 1px #676767;margin-top:2px; width: 140px;}
#payment #address br {margin:5px 0px 0px;}
#payment #addressesFooter {float:left; width:700px; margin-left: 530px; margin-bottom: 15px;}

#confirmation #orderConfirmation div.title { width:702px; height:25px; background:url(../images/orders/confirmationTitlebg.jpg) no-repeat; color:#fff; }
#confirmation #orderConfirmation div.title span { display:block; float:left; margin:5px 0 0 15px;}
#confirmation #orderConfirmation div.title a { color:#fff; float:right; margin: 5px 15px 0 0; }
#confirmation #orderItems { float:left; margin:0 0 0 10px; padding:0 0 0 0; border:solid 1px #7e9b01; border-top:none; width:700px;}
#confirmation #orderItems .orderItemViews a { color:#fe3809; }

#confirmation #addressConfirmationInformation { background:#deebbd; border:solid 1px #7e9b01; border-top:none; border-bottom:none; float:left; margin:0 0 0 10px; width:700px; height:117px; }
#confirmation #addressConfirmationInformation span { display:block; margin:0 0 0 16px;}
#confirmation #addressConfirmationInformation span.addressType { color:#fa3515;font-weight:bold;margin:5px 0 0 16px; }

hr {display:none;}

#confirmation #subtotal		{background:#deebbd; border:solid 1px #7e9b01; border-top:none; border-left:none; float:left; width:313px; height:60px; margin:-117px 0 0 398px; display:inline; }
#confirmation #giftCode		{background:#deebbd; border:solid 1px #7e9b01; border-top:none; border-left:none; float:left; width:313px; height:20px; margin:-56px 0 0 398px; display:inline; }
#confirmation #orderTotal	{background:#deebbd; border:solid 1px #7e9b01; border-top:none; border-bottom:none; float:left; width:700px; height:35px;margin:0 0 0 10px; }

/*
#confirmation #paymentMethodConfirmation { background:#deebbd; border:solid 1px #7e9b01; border-top:none; border-left:none; float:right;width:313px; height:42px;margin:0 -12px 0 0; }
#confirmation #paymentMethodConfirmation span.label { color:#f53b0a; font-weight:bold; }
#confirmation #paymentMethodConfirmation div { margin:6px 0 0 15px; }
#confirmation #deliveryMethodConfirmation { background:#deebbd; border:solid 1px #7e9b01; border-top:none; border-left:none; float:right;width:313px; height:62px;margin:0 -12px 0 0; color: }
#confirmation #deliveryMethodConfirmation div { margin:6px 0 0 15px; }
#confirmation #deliveryMethodConfirmation div.subtotal { font-weight:bold; text-align:right; margin:0 13px 0 0; }
#confirmation #orderTotal { background:#deebbd; border:solid 1px #7e9b01; border-top:none; border-left:none; border-bottom:none; float:right;width:313px; height:18px;margin:0 -12px 0 0; text-align:right; font-weight:bold; }
#confirmation #orderTotal div { margin:	5px 13px 0 0; }
*/
#confirmation #confirmationText { float:left;margin:0 0 0 10px; padding:0 0 0px 0; width:704px; text-align:center; color:#494947;}
#confirmation #confirmationText #borde { float:left;margin:0 0 0 0; padding:0 0 0 0; border:solid 1px #7e9b01; border-top:none; border-bottom:none; width:700px; text-align:center; color:#494947;}
#confirmation #confirmationText p { margin:10px; }
#confirmation #confirmationText p.name,
#confirmation #confirmationText p span.code { color:#6f9617; font-weight:bold; }

#confirmation span.itemTitle {display:block; float:left; color:#fa3515; font-weight:bold;}
#confirmation span.itemDescription {display:block; float:left;}
#confirmation span.price {display:block; text-align:right; float:right;}

#confirmation #confirmationfooter { float:left; margin:0 0 0 10px; width:702px; height:6px; background:url(../images/orders/confirmationfooter.jpg) no-repeat; color:#fff; }
#confirmation #confirmationProccessFooter { float:left; margin:0 0 0 0px; width:703px; height:96px; background:url(../images/orders/confirmationProcessFooter.jpg) no-repeat; color:#fff; }
#confirmation #confirmationDisclaimer { float:left; margin:0 0 0 10px; width:702px; font-size:9px; color:#949494; margin:10px 0 0 10px; }



#confirmation #confirmationAction { float:left; padding:25px 0 0 520px; }
#confirmation #confirmationAction a img { border:none; }

#confirmation div.homeButton { float:left; text-align:center; width:100%; margin:30px 0 0 0; }
#confirmation div.homeButton img { border:none; }

fieldset {border:none; width: 300px;}
legend {font-weight:bold;font-size:14px; margin: 0px 0px 0px 0px; color: #485A2E}

.price {color:#e26000;font-weight:bold;}

div.next {margin: 20px 0px 0px -10px;}
span.title { width:724px; color:#e26000;display:block; font-weight:bold; font-size:9pt; border-bottom: solid 1px #778e39;margin-top:15px;padding-bottom:5px;}
span.title a {color:#e26000;font-size:11px;font-weight:normal;margin-left:7px;}
span.subtitle {color:#464743; width: 590px; display:block; font-size: 8pt; margin: 7px 0 10px 0px;}

/*//////////////////////FIN ORDENES///////////////////// */

.step1 {background: url(../images/orders/step1All.gif) no-repeat left top; }
.step2 {background: url(../images/orders/step2All.gif) no-repeat left top; }
.step3 {background: url(../images/orders/step3All.gif) no-repeat left top; }
.step4 {background: url(../images/orders/step3All.gif) no-repeat left top; }

/* //////////////////// FOOTER /////////////////// */

#footer { float:left; width: 980px; padding: 1px; margin: 0 0 0 35px; }
#footer h4 { width: 765px; margin: 15px 0 15px 125px; text-align: center; font-family: Tahoma; font-size: 9px; color: #464743; font-weight: normal; line-height: 13px; }
#footer h4 a { text-decoration: underline; color: #6e9c04; }
#footer h4 a:hover { text-decoration: none; }

#footer h5 { width: 860px; margin: 10px 0 25px 50px; font-family: Tahoma; font-size: 9px; color: #464743; font-weight: normal; line-height: 13px; }
#footer h5 a { text-decoration: underline; color: #6e9c04; }
#footer h5 a:hover { text-decoration: none; }
#footer h5 a.mapa { margin: 0 15px 0 85px; font-size: 10px; color: #ff7e00; }
#footer h5 a.news { margin: 0 15px; font-size: 10px; color: #ff7e00; }
#footer h5 a.contact { margin: 0 0 0 15px; font-size: 10px; color: #ff7e00; }
#footer h6 { width: 860px; margin: 0 0 25px 50px; font-family: Tahoma; font-size: 10px; color: #464743; font-weight: normal; line-height: 13px; }
#footer h6 a { text-decoration: underline; color: #6e9c04; }
#footer h6 a:hover { text-decoration: none; }

#footer DIV.links { clear: both; width: 980px; height: 70px; padding: 7px 0 0 0; background: url(../images/footer_legal_bg.gif) no-repeat center 45px; }

#sitemap { width: 978px; padding: 0 0 20px 0; background: url(../images/sitemap_bg.gif) no-repeat left bottom; }
#sitemap h3 { height: 24px; padding: 11px 0 0 48px; font-size: 11px; color: #ff7e00; background: url(../images/sitemap_h3_bg.gif) no-repeat left bottom; }
#sitemap ul { width: 140px; margin: 10px 0 0 10px; float: left; }
#sitemap ul.first { margin: 10px 0 0 48px; }
#sitemap li { list-style: none; font-size: 11px; color: #2e2e2e; line-height: 16px; }
#sitemap li a { text-decoration: none; color: #2e2e2e; }
#sitemap li a:hover { text-decoration: underline; }
#sitemap li.title { font-weight: bold; color: #6e9c04; }
#sitemap DIV.close { clear: both; }

/* //////////////////// FIN FOOTER /////////////////// */

.error, 
label.error {color:Red; display:inline; }

/*div { border:solid 1px black; }*/
