body {
	background: #fff;
	color: #6c6d65;
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
#bottomfooter td{
text-align:left;
font-size:.9em;
}
#bottomfooter h1 {
font-size:1em;
font-weight:normal;
display:inline;
}
#bottomfooter h2 {
font-size:1em;
font-weight:normal;
color:inherit;
margin:0px 0px 0px 10px;
}
#bottomfooter p {
margin:0px 10px 10px 10px;
}
#bottomfooter h1 {
margin:0px 10px 10px 10px;
}
.leftcolor {
background-color:#DDD5BB;
border-right:2px solid white;
}
.midcolor {
background-color:#B9BBBC;
border-right:2px solid white;
}
.rightcolor {
background-color:#BDB1A2
}
a {
	color: #df4171;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
p {
	margin: 10px 0;
}
h2 {
	width:300px;
	color: #f39428;
	font-weight: bold;
	font-size: 16px;
	/*
	margin: 10px 0;
	*/
}
/*	login form	*/
#login_div {
	background:white;
	border-style:dotted;
	height:180px;
	padding:10px 0 10px 20px;
	position:absolute;
	top:20px;
	left:191px;
	width:460px;
	padding: 0 0 0 0;
	z-index:3;
}
#login_text {
	position:absolute;
	top:10px;
	left:10px;
	font-size:11px;
	color:#e04272;
	display:none;
}
#login_name_field {
	position:absolute;
	width:140px;
	top:35px;
}
#login_name_label {
	position:absolute;
	width:80px;
	left:10px;
}
#login_name {
	background:#E7E7E9 none repeat scroll 0 0;
	border:1px solid #F3F3F3;
	color:darkorange;
	font-weight:bold;
	left:80px;
	position:absolute;
	width:95x;
	top:-3px;
}
#login_password_field {
	position:absolute;
	width:140px;
	top:35px;
}
#login_password_label {
	left:229px;
	position:absolute;
}
#login_password {
	background:#E7E7E9 none repeat scroll 0 0;
	border:1px solid #F3F3F3;
	color:darkorange;
	font-weight:bold;
	left:302px;
	top:-3px;
	position:absolute;
	width:95x;
}
#login_button {
	position:absolute;
	right:13px;
	top:57px;
	width:60px;
	height:25px;
	font-size:11px;
	background: #E04272 none repeat scroll 0 0;
	border-color:#EEA0B8 #DA6288 #DA6288 #EEA0B8;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	cursor:pointer;
}
#remember_me_field {
	position:absolute;
	left:10px;
	top:60px;
}
#remember_me_field label {
	width:280px;
}
#forgot_password_field {
	position:absolute;
	top:95px;
	left:10px;
	color:#e04272;
	width: 460px;
}
#forgot_password_field_email {
	background:#E7E7E9 none repeat scroll 0 0;
	border:1px solid #F3F3F3;
	color:darkorange;
	font-weight:bold;
	left:0;
	position:absolute;
	top:18px;
	width:274px;
}
#forgot_password_field_email_input {
	width:268px;
}
#forgot_password_field_button {
	font-size:11px;
	height:18px;
	position:absolute;
	width:150px;
	right:20px;
	top:20px;
	background:#E04272 none repeat scroll 0 0;
	border-color:#EEA0B8 #DA6288 #DA6288 #EEA0B8;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	cursor:pointer;
}
#login_hr {
	bottom: 1px;
	margin-top: 130px;
	_margin-top: 110px;
	margin-left: 10px;
	width: 440px;
	left:10px;
	border:1px solid #999;
}
#login_forgot_hr {
	position:relative;
	top:70px;
	left:10px;
	border:1px solid #999;
}
#register_span {
	position:absolute;
	top:156px;
	left:10px;
}
#login_register_button {
	position:absolute;
	top:153px;
	width:150px;
	right:10px;
	height:18px;
	font-size:11px;
	background:#E04272 none repeat scroll 0 0;
	border-color:#EEA0B8 #DA6288 #DA6288 #EEA0B8;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	cursor:pointer;
}
#login_close {
	position:absolute;
	right:10px;
	top:10px;
}
/*	register form	*/
#register_div {
	background:white;
	border-style:dotted;
	height:400px;
	left:130px;
	padding:10px 0 10px 20px;
	position:absolute;
	top:10px;
	width:460px;
	padding: 0 0 0 0;
	z-index:3;
}
#register_close {
	position:absolute;
	right:0px;
	top:0px;
}
#register_text {
	position:absolute;
	left:10px;
	top:10px;
}
#register_button {
	position:absolute;
	bottom:10px;
	width:150px;
	left:10px;
	height:18px;
	font-size:11px;
	background:#E04272 none repeat scroll 0 0;
	border-color:#EEA0B8 #DA6288 #DA6288 #EEA0B8;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	cursor:pointer;
}

.register_error_msg {
	position:absolute;
	top:21px;
	left:150px;
	width:240px;
	color:darkred;
	display:none;
	text-transform:capitalize;
	font-variant:small-caps;
}
#i_agree_error {
	position:absolute;
	top:15px;
	left:21px !important;
	width:420px !important;
	color:darkred;
	display:none;
	text-transform:capitalize;
	font-variant:small-caps;
}
/* user name */
#register_name_field {
	left:10px;
	position:absolute;
	top:70px;
	width:437px;
	height:35px;
	padding-top:2px;
}
#register_name_label {
	position:absolute;
	width:130px;
	left:0px;
	text-align:right;
}
#register_name {
	position:absolute;
	width:180px;
	left:150px;
}
/* first name */
#register_f_name_field {
	left:10px;
	position:absolute;
	top:110px;
	width:437px;
	height:35px;
	padding-top:2px;
}
#register_f_name_label {
	position:absolute;
	width:130px;
	left:0px;
	text-align:right;
}
#register_f_name {
	position:absolute;
	width:180px;
	left:150px;
}
/* last name */
#register_l_name_field {
	left:10px;
	position:absolute;
	top:150px;
	width:437px;
	height:35px;
	padding-top:2px;
}
#register_l_name_label {
	position:absolute;
	width:130px;
	left:0px;
	text-align:right;
}
#register_l_name {
	position:absolute;
	width:180px;
	left:150px;
}
/* email */
#register_email_field {
	left:10px;
	position:absolute;
	top:190px;
	width:437px;
	height:35px;
	padding-top:2px;
}
#register_email_label {
	position:absolute;
	width:130px;
	left:0px;
	text-align:right;
}
#register_email {
	position:absolute;
	width:180px;
	left:150px;
}
/* password */
#register_password_field {
	left:10px;
	position:absolute;
	top:230px;
	width:437px;
	height:35px;
	padding-top:2px;
}
#register_password_label {
	position:absolute;
	width:130px;
	left:0px;
	text-align:right;
}
#register_password {
	position:absolute;
	width:180px;
	left:150px;
}
/* password2 */
#register_password2_field {
	left:10px;
	position:absolute;
	top:270px;
	width:437px;
	height:35px;
	padding-top:2px;
}
#register_password2_label {
	position:absolute;
	width:130px;
	left:0px;
	text-align:right;
}
#register_password2 {
	position:absolute;
	width:180px;
	left:150px;
}
#register_i_agree_field {
	left:10px;
	position:absolute;
	top:310px;
	width:437px;
	height:27px;
	padding-top:2px;
}
#register_remember_me_field {
	left:10px;
	position:absolute;
	top:340px;
	width:437px;
	height:20px;
	padding-top:2px;
}

#register_remember_me {
	clear:left;
	float:left;
	margin:0 6px 7px 2px;
	width:auto;
}

#remember_me {
	clear:left;
	float:left;
	margin:0 6px 7px 2px;
	width:auto;
}

/*	thank you form */
#thank_you_div {
	background:white none repeat scroll 0 0;
	border-style:dotted;
	height:150px;
	left:191px;
	padding:10px 0 10px 20px;
	position:fixed;
	top:143px;
	width:300px;
	z-index:3;
}
#thank_you_button {
	position:absolute;
	bottom:10px;
	width:150px;
	left:10px;
	height:18px;
	font-size:11px;
}
#thank_you_close {
	position:absolute;
	top:10px;
	right:10px;
}
/*	newsletter form	*/
#newsletter_signup_div {
	background:white none repeat scroll 0 0;
	border-style:dotted;
	height:110px;
	left:191px;
	padding:10px 0 10px 20px;
	position:absolute;
	top:20px;
	width:300px;
}
#newsletter_popup_enviar {
	position:absolute;
	bottom:3px;
	right:25px;
	width:50px;
	height:16px;
	font-size:9px;
	padding-top:0px;
}
#popup_newsletter_name_field {
	position:absolute;
	width:280px;
}
#popup_newsletter_subscriber_name_label {
	position:absolute;
	width:80px;
}
#popup_newsletter_subscriber_name {
	background:#E7E7E9 none repeat scroll 0 0;
	border:1px solid #F3F3F3;
	color:darkorange;
	font-weight:bold;
	left:80px;
	position:absolute;
	width:190px;
}
#popup_newsletter_email_field {
	position:absolute;
	width:280px;
	top:22px;
}
#popup_newsletter_subscriber_email_label {
	width:80px !important;
	padding-right:0px;
	position:absolute;
}
#popup-newsletter-subscriber-mail {
	background:#E7E7E9 none repeat scroll 0 0;
	border:1px solid #F3F3F3;
	color:darkorange;
	font-weight:bold;
	margin-left:0px;
	position:relative;
	right:0px;
	width:190px;
	left:80px;
}
#popup_newsletter_heading {
	font-size:18px;
}
#popup_newsletter_text {
	font-size:12px;
	position:relative;
	top:10px;
}
#popup_newsletter_form {
	font-size:12px;
	position:relative;
	top:20px;
}
#newsletter_popup_close{
	position:absolute;
	top:10px;
	right:10px;
}
h2.registerhere {
	color: #f39428;
	font-weight: bold;
	font-size: 16px;
	float:left;
	margin: 10px 0;
}
div.register_info {
	color: #f39428;
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0;
	float:left;
	margin-top:20px;
}
#client_search_div {
	position:absolute;
	right:5px;
	text-align:right;
	top:4px;
	width:300px;
}
#client_search_div div.submit {
	margin-top:2px;
}
#client_search_div div.client_search_input input {
	width:250px;
	text-align:right;
}
#client_search_div div.client_search_input label {
	margin-bottom:2px;
	padding:0px;
}

div.registerhere {
	margin-top:10px;
}
img {
	border: none;
}
ul {
	margin-left: 16px;
}
input,
textarea {
	background: #e7e7e9;
	border: 1px solid #f3f3f3;
}
input:focus,
textarea:focus {
	background: #f3f3f3;
	border: 1px solid #e7e7e9;
}
button,
input[type=submit] {
	background: #e04272;
	color: #fff;
	border-top: 1px solid #eea0b8;
	border-left: 1px solid #eea0b8;
	border-right: 1px solid #da6288;
	border-bottom: 1px solid #da6288;
	cursor: pointer;
}
button:hover,
input[type=submit]:hover {
	background:  #eea0b8;
}
#newsletter-subscriber-mail {
	color: #47484c;
	background:#e7e7e9;
	margin-left:10px;
	border: 1px solid #f3f3f3;
}
input.search_text,
input[type=text].search_text {
	color: #47484c;
	background:#e7e7e9;
	margin-left:10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	border: 1px solid #f3f3f3;
	width:124px;
}
input.search_button{
	background: #e04272;
	color: #fff;
	margin-top:5px;
	float:right;
	right:-10px;
	width:auto;
}
input.search_button:hover{
	background:  #eea0b8;
}
input[type=submit].search_button:hover{
	background:  #eea0b8;
}
input[type=submit].search_button {
	background: #e04272;
	color: #fff;
	margin-top:5px;
	float:right;
	right:-10px;
	width:auto;
    padding: 0;
}
button.send {
	width: 144px;
	height: 23px;
	background: transparent url(../img/btn_send.png) no-repeat top left;
	border: none;

}
button.send span {
	display: none;
}

#container {
	width: 1024px;
	margin: 0 auto;
}
#header {
	background: #e04272 url(../img/header-background.png) repeat-x top left;
	position: relative;
	height: 91px;
}
#header h3 {
	background: transparent url(../img/header-logo.gif) no-repeat top left;
	/*width: 312px;*/
	height: 80px;
	text-indent: -5000px;
	/*position: absolute;*/
	left: 8px;
	top: 5px;
	margin: 0;
}

#header h3 a {
    /*width: 312px;*/
    height: 80px;
    width: 312px;
    display: block;
}

#header h1 a {
	display: block;
	width: 312px;
	height: 80px;
	background: transparent;
}
#header .header-banner {
	position: absolute;
	right: 13px;
	top: 1px;
	width: 300px;
	text-align: right;
}

#sidebar {
	width: 200px;
	height: 578px;
	float: left;
	background: transparent url(../img/sidebar.png) no-repeat top left;
}
#sidebar-inner {
	padding-top:21px!important;
	padding-top: 31px;
	margin-left: 22px;
	width: 159px;
}
#sidebar a.left_sidebar_inicio {
	color: #47484c;
	height:32px;
	padding-left:9px;
	position:relative;
	font-size:12px;
	font-weight:normal;
	/*top:6px;*/
}
#sidebar h2.sidebar_search {
	color:#47484C;
	font-size:13px;
	font-weight:bold;
	height:16px;
	padding-left:9px;
	position:relative;
}
#sidebar h2.home {
	/*height: 32px;*/
	/*margin: 12px 0 4px;*/
    margin: 0px 0 0px;
	width:150px;
}
#sidebar h2.categories {
	text-indent: -5000px;
	background: transparent url(../img/title-categories.jpg) no-repeat top left;
	width:159px;
	height: 32px;
	margin: 12px 0 4px;
}
#sidebar h2.promotions {
	text-indent: -5000px;
	width:159px;
	background: transparent url(../img/title-promotions.jpg) no-repeat top left;
	height: 32px;
	margin-top: 40px;
	width:150px;
}
#sidebar ul {
	width:100px;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}
#sidebar ul a {
	color: #47484c;
}
#sidebar li.active {
	font-weight: bold;
}
#sidebar-bottomlinks {
	position: absolute;
	top: 590px;
}

#topmenu {
	padding: 10px 0;
	color: #DF4171;
}
#topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topmenu li {
	display: inline;
	margin: 0;
	padding: 0 13px 0 0;
	background: transparent url(../img/topmenu-sep.png) no-repeat right 2px;
}
#topmenu li.last {
	background: transparent;
}
#topmenu form {
	display: inline;
}
#topmenu label {
	display: inline;
	padding: 0 10px 0 0;
	margin: 0;
}
#topmenu input {
	color:darkorange;
	font-weight:bold;
	width: 100px;
}
#topmenu button {
	font-weight: bold;
	background:none;
	border-style:none;
	color:#E04272;
	/*
	background: transparent;
	color: #DF4171;
	border: none;
	*/
}
#content {
	width: 824px;
	padding: 16px 0 0;
	margin: 0;
	float: right;
	clear: none;
}
#content_register {
	padding: 16px 0 0;
	margin: 0;
	clear: none;
}
#main-col {
	width: 635px!important;
	/*width:640px;*/
	float: left;
	background: transparent url(../img/main-col.png) repeat-y top left;
	position: relative;
	z-index: 2;
}
#main_col_right_border {
	background:transparent url(../img/main-col.png) repeat-y scroll left top;
	float:right;
	height:351px;
	position:absolute;
	right:3px;
	top:1px;
	width:1px;
}
#main-col-register {
	background:transparent url(../img/main-col.png) repeat-y scroll left top;
	float:left;
	margin-left:10px;
	padding-left:0;
	position:relative;
	width:400px;
	z-index:2;
}
#main-col-top {
	height: 1px;
	overflow: hidden;
	background: transparent url(../img/main-col-top.png) repeat-x top left;
	margin-right: 3px;
}
#main-col-bottom {
	clear: both;
	min-height:1px;
	height: 1px;
	overflow: hidden;
	background: transparent url(../img/main-col-top.png) repeat-x top left;
	margin-right: 3px;
}
#main-content {
	height: auto!important;
	height: 511px;
	min-height:511px;
	float:left;
	margin:-9px 24px 0;
	position: relative;
}
#main-content h1.product_detail_title {
	display:block;
	font-size:1.17em;
	font-weight:bold;
	clear:both;
	color:#F39428;

}

#main-content h2 {
	margin-top:10px;
	padding-bottom:10px;
	padding-top:10px;
}
#main-content_register {
	margin: 0 24px;
}
#main-col.product-catalog {
	background: transparent;
}
.product-catalog #main-col-top,
.product-catalog #main-col-bottom {
	background: transparent;
}
.product-catalog #main-content {
	margin: 0;
}
#right-col {
	width: 140px!important;
	width:130px;
	float: right;
	background: transparent url(../img/right-col.png) no-repeat top left;
	height: 546px;
	position:relative;
	top:-1px;
}
#right-col .right-banner {
	padding-left: 10px;
	padding-top: 5px;
}

#footer {
	clear: both;
}

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 6px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}

/* Paging */
div.client_pagination {
	float:right;
	height:50px;
	position:absolute;
	right:18px;
	padding-bottom:2em;
}
div.category_pagination {
	bottom:31px;
	float:right;
	right:18px;
}
div.paging {
	background:#fff;
	color: #ccc;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
	margin-top:4px;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
}
select,input {
	font-size:10px;
	font-family:Arial,Helvetica,sans-serif;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	vertical-align: text-top;
}
form div.div_input {
	height:25px;
}
form div.div_input label {
	line-height:20px;
	position:relative;
	top:1px;
	width:145px;
}
form div.div_input input {
	clear:none;
}
form div.div_input_file {
	height:38px;
}
form div.div_input_file label {
	line-height:20px;
	position:relative;
	top:1px;
	width:145px;
}
form div.div_input_file input {
	left:153px;
	position:relative;
	top:-18px;
	width:350px;
	clear:none;
}
form div.div_input_select {
	height:20px;
	margin-bottom:18px;
}
form div.div_input_select label {
	float:left;
	line-height:20px;
	width:133px;
}
form div.div_input_select select {
	line-height:20px;
	clear:none;
}
form div.div_input_date {
	height:20px;
	margin-bottom:18px;
}

form div.div_input_date label {
	float:left;
	line-height:20px;
	width:133px;
}
form div.div_input_date select {
	line-height:20px;
	clear:none;
}
div.client_comments_div {
	color:#444444;
	float:right;
	height:95%;
	left:159px;
	margin-top:0px;
	padding-bottom:19px;
	position:absolute;
	width:400px;
}
textarea.client_comments_textarea {
	width:400px;
	height:100%;
}
input.client_text_input {
	clear:both;
	float:none;
	font-size:12px;
	left:100px;
	margin-bottom:-11px;
	padding:2px;
	position:relative;
	top:-16px;
	width:460px;
}
form div.div_input input {
	height:14px;
	left:153px;
	position:relative;
	top:-18px;
	width:350px;
}
form div.div_textarea textarea {
	left:153px;
	position:relative;
	top:-15px;
	width:350px;
	height:80px;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
/*	margin-left: 140px;*/
}
label {
	display: block;
	padding-right: 20px;
}
input, textarea {
	clear:both;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:2px;
	width:100%;
}
#product_choice_div {
	position:relative;
	margin-top:10px;
	left:0px;
}
#product_link_input_div {
	position:relative;
	clear:none;
	float:right;
	width:350px;
}
#product_select_div {
	position:relative;
	left:0px;
	float:left;
	clear:none;
}
select {
	clear: both;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}


/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}



/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear:both;
	color:#990000;
	display:block;
	font-weight:bold;
	left:154px;
	position:relative;
	top:-18px;
}
p.error {
	background-color: #e32;
	color: #fff;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}


/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}


.product-banner {
	width: 131px;
	height: 107px;
	background: transparent url(../img/product-banner.png) no-repeat top left;
	text-align: center;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
}
.product-banner a {
	width: 129px;
	height: 105px;
	padding: 0 1px;
	vertical-align: middle;
	display: table-cell;
}
.product-banner img {
	padding-top: 1px;
	border: none;
}
.product-banner .delete {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 13px;
	height: 13px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url(../img/delete.gif) no-repeat top left;
}
#home-bottomtext {
	clear: both;
	background: transparent url(../img/home-bottomtext.png) no-repeat center top;
	height: 34px;
    width: 410px;
	text-indent: -5000px;
	margin-top: 24px;
    position: absolute;
    top: 455px;
    left: 1px
}

#category-bottomtext {
	position:absolute;
	background: transparent url(../img/category-bottomtext.png) no-repeat left top;
	height: 43px;
	width:371px;
	text-indent: -5000px;
	top:470px;
	right:320px;
}

a.bookmark {
	display: block;
	/*float: left;*/
	width: 143px;
	height: 23px;
	margin-top: 10px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url(../img/btn_bookmark.png) no-repeat top left;
}
a.bookmark:hover {
	display: block;
	float: left;
	width: 143px;
	height: 23px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url(../img/btn_bookmark_over.png) no-repeat top left;
}
a.gotoshop_left {
	left: 0px;
	width: 144px;
	height: 23px;
	display: block;
	overflow: hidden;
	position: absolute;
    z-index: 5000;
	top: 475px;
	left:350px;
	text-indent: -5000px;
	background: transparent url(../img/btn_gotoshop.png) no-repeat top left;
}
a.gotoshop {
	left: 485px;
	width: 144px;
	height: 23px;
	display: block;
	overflow: hidden;
	position: relative;
	text-indent: -5000px;
	background: transparent url(../img/btn_gotoshop.png) no-repeat top left;
}
a.gotomagazine {
	left: 485px;
	width: 146px;
	height: 25px;
	display: block;
	overflow: hidden;
	position: relative;
	text-indent: -5000px;
	background: transparent url(../img/but_lee_la_revista.jpg) no-repeat top left;
}
a.mail {
	display: block;
	float: right;
	width: 144px;
	top: 475px;
	left:500px;
	height:23px;
	position:absolute;
    z-index: 5000;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url(../img/btn_mail.png) no-repeat top left;
}
a.back {
	display: block;
	/*float: left;*/
	width: 144px;
	height: 23px;
	text-indent: -5000px;
	background: url(../img/btn_back.png) no-repeat top left;
	margin-top: 10px;
}

a.back:hover {
	background: url(../img/btn_back_over.png) no-repeat top left;
}
a.sendafriend {
	display: block;
	/*float: left;*/
	width: 144px;
	height: 23px;
	overflow: hidden;
	text-indent: -5000px;
	background: url(../img/btn_sendafriend.png) no-repeat top left;
	margin-top: 10px;
}
a.sendafriend:hover {
	background: url(../img/btn_sendafriend_over.png) no-repeat top left;
}
ul.buttons {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
ul.buttons li {
	margin: 0;
	padding: 0;
	float: left;
}
ul.buttons li.buttons {
	/*display:inline;*/
	/*float: left;*/
	width:144px;
	margin: 0;
	padding: 0;
}


#mail-win-banners {
	background: transparent url(../img/mail-win-banners.png) no-repeat top left;
	padding-top: 60px;
}
#mail-win-banners p {
	float: left;
	width: 200px;

}
img.about_us_autograph {
	bottom:77px;
	position:absolute;
	right:4px;
}
div.clients_index th.category-header a{
	font-size:11px;
	font-weight:bold;
	overflow:hidden;
	padding:2px 6px;
	white-space:normal;
	width:8px;
}
div.banners_index {
	margin-top:10px;
	overflow-x:auto;
	white-space:nowrap;
}
div.categories_index {
	margin-top:10px;
	overflow-x:auto;
	white-space:nowrap;
}
div.clients_index {
	margin-top:10px;
	overflow-x:auto;
	white-space:nowrap;
}
div.clients_index a {
	overflow-x:visible;
	white-space:nowrap;
}
div.products_view {
	height: auto!important;
	height:10px;
	min-height:10px;
	background:  none;
	/*position:relative;*/
	/*top:10px;*/
}
div.product_picture {
	position: absolute;
	bottom: 10px;
}
div.actions {
	float:left;
	position:relative;
	background-color:white;
	width:100%;
}
div.product_go_to_store {
	position: absolute;
	top: 466px;

}

.pages view {
	padding-top:20px;
}

.separator_admin {
	height:10px;
	width:100%;
}

#main-content div.main-win-img {
    position: absolute;
    top: 267px;
}

.product-catalog #main-content {
	width: 680px;
}
