html, body {
    min-height: 100%;
    width: 100%;
    height: 100%;
}

body #contentsForPrint {
	min-height: 100%;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}

a, a:visited{
    color: #A3A3A3;
    text-decoration: none;
    font-weight: bolder;
}

a.lightbg, a.lightbg:visited{
    color: #000000;
    text-decoration: none;
    font-weight: bolder;
}

a:hover {
    color: #FFFFFF;
    font-weight: bolder;
}

a.lightbg:hover {
    color: #A3A3A3;
    font-weight: bolder;
}

hr {
	color: #000000;
}

input {
	font-family: verdana, arial;
    font-size: 11px;
}

select {
    font-family: verdana, arial;
    font-size: 11px;
}

table.tableWithBorder {
    border: 1px solid #322E32;
    border-collapse: collapse;
}

table.tableWithBorder th {
	margin: 0px;
	padding: 5px;
	border: 1px solid #322E32;
}

table.tableWithBorder td {
    margin: 0px;
    padding: 5px;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */
/*html>body, html>body #contents {
    height: auto;
}*/

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */
body {
    margin: 0;
    font-family: verdana, arial;
    font-size: 11px;
    overflow: hidden;
}

#body {
    margin-top: 15px;
    margin-left: 15px;
    padding-bottom: 50px;
    color: #A3A3A3;
}

#contents {
	position: absolute;
	overflow: auto;
    top: 0;
    left: 0;
    min-height: 100%;
    height: 100%;
    width: 100%;
    background-color: #191919;
}

#footer {
    position: absolute;
    clear: both;
    bottom: 0;
    /*width: 70%; See note below */
    width: 100%;
    text-align: center;
}

/* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack 
 * Stupid hack lets IE see 100%, others see 70%. 
 */
#footer {
    \width: 100%;
    w\idth: 100%;
}

#footerCompanyArea {
	width: 100%;
	background-image: url(../images/company_line.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    vertical-align: middle;
    font-size: 11px;
    text-align: center;
    margin: 0;
    padding: 0;
}

#footerCompanyArea ul{
    list-style-type:none;
    margin: 0;
    padding: 0;
}

#footerCompanyArea li {
    display: inline;
    line-height: 0%;
}

#footerCompanyArea li a , #footerCompanyArea li a:visited {
    text-decoration: none;
    padding-right:2%;
    padding-left:2%;
    font-size : 12px;
    line-height: 30px;
    color: #BABABA;
    font-weight: normal;
}

#footerCompanyArea li a:hover {
    color: #FFFFFF;
    font-weight: normal;
}

#footerWebmasterArea {
    width: 100%;
    background-image: url(../images/foot_line.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    vertical-align: middle;
    font-size: 10px;
    color: #000000;
    text-align: right;
    margin: 0;
    padding: 0;
}

#footerWebmasterArea ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footerWebmasterArea li {
    display: inline;
    line-height: 0%;
}

#footerWebmasterArea li a , #footerWebmasterArea li a:visited {
    text-decoration: none;
    padding-right:6%;
    padding-left:6%;
    font-size : 11px;
    line-height: 20px;
    color: #636063;
    font-weight: normal;
}

#footerWebmasterArea li a:hover {
    color: #d4d4d4;
    font-weight: normal;
}

#main {
    /*height: auto;*/
    /*display: inline;*/
}

#header {
	height: 120px;
	background-image: url(../images/banner_line.gif);
    background-repeat:repeat-x;
}

#headerImages {
	position: absolute;
	left: 0px;
    top: 0px;
	display: inline;
	z-index: 9;
}

#headerImage1 {
	position: relative;
    display: block;
    float: left;
    /*background-image: url(../images/mainlogo.gif);
    background-repeat: no-repeat;*/
    width: 230px;
    height: 120px;
}

#headerImage2 {
	display: block;
	float: left;
    /*background-image: url(../images/logo_2.gif);
    background-repeat: no-repeat;*/
    width: 142px;
    height: 120px;
}

#headerTitle {
	position: relative;
	float: right;
	margin-top: 30px;
    margin-right: 124px;
    /*border-bottom: 40px solid #636063;*/
    border: 0px;
}

html>body #headerTitle {
	margin-right: 250px;
}

#headerTitle #banner {
	z-index: 9;
}

#headerTitle h1 {
	font-size: 26px;
    font-weight: lighter;
    letter-spacing: 1px;
    word-spacing: 3px;
	text-align: right;
    vertical-align: bottom;
    color: #636063;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    display: none;
}

#loginBox {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0px;
    font-size: 10px;
    color: #000000;
    z-index: 10;
}

html>body #loginBox {
	right: 0px;
}

#loginLeftSide {
	width: 17px;
	background-image: url(../images/left_login.gif);
}

#loginBody {
	background-image: url(../images/line_login.gif);
    background-repeat:repeat-x;
    width: 200px;
    height: 180px;
    margin: 0px;
}

#loginBody a {
	color: #322E32;
}

#loginBody a:hover {
	color: #FFFFFF;
}

#loginBody hr {
    size: 1px;;
}

#loginBody form {
    margin: 0px;
    padding: 0px;
}

#loginRightSide {
    width: 17px;
    background-image: url(../images/right_login.gif);
}

#optionsArea {
	clear: both;
	text-align: left;
	margin: 0;
    padding: 0;
    height: 35px;
    font-size: 12px;
    color: #A3A3A3;
    background: black url(../images/blockdefault_2.gif) top repeat-x;
}

#menuOptions {
    float: left;
}

#menuOptions ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menuOptions ul li {
    display: inline;
    line-height: 35px;
}

#menuOptions li a, #menuOptions li a:visited {
    float: left;
    color: #A3A3A3;
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
    border-right: 1px solid #CCCACA;
    font-weight: normal;
}

#menuOptions li a:hover, #menuOptions li .current {
    color: #FFFFFF;
    background: transparent url(../images/blockactive_2.gif) top repeat-x;
    font-weight: normal;
}

#localeOptions {
    float: right;
    margin-right: 124px;
}

html>body #localeOptions {
    margin-right: 250px;
}

#localeOptions ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#localeOptions ul li {
    display: inline;
    margin-left: 10px;
}

#navcontainer {
    clear: both;
    text-align: left;
    font-size: 10px;
    background-color : #B1B1B1;
    padding-left: 40px;
}

#navcontainer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#navcontainer li {
    display: inline;
    background-image: url(../images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 5px;
    padding-left: 20px;
    line-height: 25px
}

#navcontainer li a {
    color: #322E32;
}

#navcontainer li a:hover {
    color: #FFFFFF;
}

#errorsArea {
	clear: both;
	width: 85%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid red;
}

#errorsText {
	background-color: #B1B1B1;
	color: #000000;
    padding: 5px 5px 5px 5px;
    font-style: italic;
    font-weight: bolder;
    text-align: center;
}

#errorsIcon {
	float: left;
	padding: 2px;
}

#warningsArea {
    clear: both;
    width: 85%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid yellow;
}

#warningsText {
    background-color: #B1B1B1;
    color: #000000;
    padding: 5px 5px 5px 5px;
    font-style: italic;
    font-weight: bolder;
    text-align: center;
}

#warningsIcon {
    float: left;
    padding: 2px;
}

.collectionsAreaWrapper {
	float: left;
	background: transparent url(../images/collections_background_generic.jpg) top no-repeat;
	margin-bottom: 50px;
}

.classificationsListAreaWrapper {
    float: left;
    background: transparent url(../images/fondo_catalogo.jpg) top no-repeat;
    margin-bottom: 50px;
}

#collectionsArea,
#classificationsListArea,
#newCustomerFormImageArea,
#newAddressFormImageArea,
#customerInfoFormImageArea,
#rememberPasswordFormImageArea,
#paymentConfirmationFormImageArea,
#aboutImageArea,
#stepsImageArea,
#contactInfoImageArea,
#questionSentImageArea {
	float: left;
    width: 557px;
    height: 478px;
	padding: 10px;
}

#collectionsArea,
#classificationsListArea {
	overflow: auto;
}

#newCustomerFormImageArea,
#newAddressFormImageArea,
#customerInfoFormImageArea,
#rememberPasswordFormImageArea,
#paymentConfirmationFormImageArea,
#aboutImageArea,
#stepsImageArea,
#contactInfoImageArea,
#questionSentImageArea {
	margin-bottom: 50px;
	background-color: #A3A3A3;
}

#classificationsArea {
    background-image: url(../images/Flash_Corium.jpg);
}

#newCustomerFormImageArea {
	background-image: url(../images/det_almohadones.jpg);
}

#newAddressFormImageArea {
    background-image: url(../images/Flash_Goya.jpg);
}

#customerInfoFormImageArea {
    background-image: url(../images/MIEL_1.jpg);
}

#rememberPasswordFormImageArea {
	background-image: url(../images/MIEL_1_2.jpg);
}
#paymentConfirmationFormImageArea {
	background-image: url(../images/MIEL_1_2.jpg);
}
#aboutImageArea {
    background-image: url(../images/ambiente_6.jpg);
}

#stepsImageArea {
    background-image: url(../images/borlas_cojines.jpg);
}

#contactInfoImageArea {
    background-image: url(../images/MIEL_2.jpg);
}

#questionSentImageArea {
	background-image: url(../images/MIEL_2.jpg);
}

#collectionsTitle {
	font-size: 21px;
	font-weight: normal;
	color: white;
	border: 0px;
	padding: 0px;
}

.gridArea {
	/*display: inline;*/
	/*position: relative;*/
}

.gridArea .infoText {
	text-align: center;
	padding-top: 30px;
	font-size: 11px;
	font-weight: bolder;
	font-style: italic;
	color: #191919;
}

.gridItem {
	display: block;
	float: left;
	text-align: center;
	width: 96px;
	height: 131px;
	margin: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px;
	border: 1px solid #636063;
	/*-moz-opacity: 0.60;
	opacity: 0.60;
	filter: alpha(opacity='60');*/
	background: transparent url(../images/trans50.gif) left no-repeat;
}

.gridItem:hover {
    border-color: #FFFFFF;
}

.gridItem a {
	color: #FFFFFF;
	margin: 0px;
    padding: 0px;
}

.gridItem a:visited {
	color: #FFFFFF;
}

.gridItem a:hover {
    color: #000000;
}

html>body .gridItem a:hover {
	color: #FFFFFF;
}

.gridItem a.img {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 96px;
    height: 94px;
    border-bottom: 1px solid #636063;
}

.gridItem a.img:hover {
	border-color: #FFFFFF;
}

html>body .gridItem a.img:hover {
    border-color: #636063;
}

#collectionTitle {
	margin: 0;
    height: 487px;
    padding-bottom: 0px;
    padding-right: 20px;
    margin-left: 577px;
    margin-right: 10px;
}

#collectionInfoArea,
#newCustomerFormArea,
#paymentConfirmationInfoArea,
#productInfoArea {
	margin: 0px;
	height: 487px;
	min-height: 487px;
	padding-bottom: 10px;
    /*margin-left: 577px;*/
    margin-right: 10px;
    overflow: auto;
    color: #A3A3A3;
    background: #685f72 url(../images/linea_degradado_dcha_colecc.gif) left repeat-y;
}

#newCustomerFormArea {
    overflow-x: scroll;
}

#productInfoArea {
	min-height: 428px;
	height: 428px;
}

#collectionInfoArea form table,
#collectionInfoArea #aboutArea {
    margin-top: 20px;
    margin-left: 25px;
}

#collectionInfoArea table {
    margin-top: 20px;
    margin-left: 25px;
}

#newCustomerFormArea form {
    margin-top: 20px;
    margin-left: 25px;
}

#newCustomerFormArea h3 {
	/*width: 100%;*/
	border-bottom: 1px solid #A3A3A3;
}

#paymentConfirmationInfoArea form table {
    margin-top: 20px;
    margin-left: 25px;
}

#aboutArea .subTitle {
	font-size: 18px;
	font-weight: bolder;
	margin-top: 15px;
}

#aboutArea .introduction {
	font-style: italic;
	margin-top: 15px;
}

#aboutArea .text {
	margin-top: 10px;
	margin-bottom: 5px;
}

#aboutArea .text ol li {
    margin-top: 5px;
}

#aboutArea #collectionsList {
	display: inline;
}

#aboutArea table {
	margin: 0px !important;
	padding: 0px !important;
}

#collectionsList .collection {
	float: left;
	display: block;
	width: 150px;
}

#collectionInfoArea .title {
	line-height: 24px;
	margin: 0px;
	padding: 0px;
    margin-left: 10px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #191919;
}

#newCustomerFormArea .title {
    line-height: 24px;
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #191919;
}

#paymentConfirmationInfoArea .title {
	line-height: 24px;
	margin: 0px;
	padding: 0px;
    margin-left: 10px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #191919;
}




#collectionInfoArea .shortDescription {
    text-align: right;
    padding: 7px;
    padding-right: 10px;
    font-size: 17px;
    font-weight: bold;
    color: #191919;
    background-color: #A3A3A3;
}

#newCustomerFormArea .shortDescription {
    text-align: right;
    padding: 7px;
    padding-right: 10px;
    font-size: 17px;
    font-weight: bold;
    color: #191919;
    background-color: #A3A3A3;
}

#paymentConfirmationInfoArea .shortDescription {
    text-align: right;
    padding: 7px;
    padding-right: 10px;
    font-size: 17px;
    font-weight: bold;
    color: #191919;
    background-color: #A3A3A3;
}


#collectionInfoArea .longDescription {
    /*clear: right;*/
    /*float: left;*/
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 20px;
    font-style: italic;
}

#productInfoLogo {
    display: block;
    float: left;
    width: 150px;
    height: 150px;
}

#productMediumImage {
	float: right;
	clear: right;
	width: 150px;
	height: 150px;
    margin: 20px;
    margin-left: 5px;
    margin-bottom: 2px;
    border: 5px solid #A3A3A3;
    text-align: center;
}

#collectionInfoArea .controls,
#productInfoArea .controls {
    float: right;
    clear: right;
    margin-right: 20px;
}

#collectionInfoArea .controls a,
#productInfoArea .controls a {
    margin-right: 0px;
}

#collectionInfoArea .controls .separator,
#productInfoArea .controls .separator {
    padding-right: 33px;
}

#productInfoArea .controls #units {
    padding: 0;
    margin: 0;
    vertical-align: top;
}

#productInfoArea .controls #productUM {
    padding: 0;
    margin: 0;
    vertical-align: top;
}

#productInfoArea .controls .separator2 {
    padding-right: 1px;
}

#collectionInfoArea .controls #showBigImageLink,
#productInfoArea .controls #showBigImageLink {
	margin-right: 0px;
}

.productSmallImage {
    width: 96px;
    height: 96px;
    border: 1px solid #A3A3A3;
    text-align: center;
}

#collectionInfoArea>a,
#productInfoArea>a {
    float: right;
    clear: right;
    margin-right: 20px;
}

#productTitle {
	font-size: 22px;
	font-weight: bolder;
    color: #A3A3A3;
    /*clear: right;*/
    padding-top: 20px;
    padding-left: 30px;
}

#productInfoArea prices {
    color: #e1d4f2;
}

#collectionHeader {
	clear: both;
	margin-right: 10px;
}

#collectionHeader .title {
    line-height: 24px;
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #191919;
}

#collectionHeader .shortDescription {
    text-align: left;
    padding: 7px;
    padding-left: 160px;
    font-size: 17px;
    font-weight: bold;
    color: #191919;
    background-color: #A3A3A3;
}

#classificationsArea {
	position: relative;
    float: left;
    width: 577px;
    height: 438px;
    margin-bottom: 50px;
    background-color: #A3A3A3; /*#B1B1B1;*/
}

#classificationsArea img {
	float: left;
	margin-right: 10px;
}

#classificationsArea #collectionName {
	font-size: 22px;
    font-weight: bolder;
    clear: right;
    padding-left: 30px;
}

#classificationsArea #collectionDesc {
    clear: right;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 30px;
}

#classificationsArea #classificationTitle {
    font-size: 22px;
    font-weight: bolder;
    clear: right;
    padding-left: 5px;
    margin-bottom: 5px;
}

#classificationsArea .gridArea {
	font-size: 9px;
}

#classificationsSelectionArea {
	float: left;
	clear: both;
	margin-top: 5px;
}

#classificationsListTitle {
	font-weight: bolder;
	color: #e1d4f2;
    margin-left: 30px;
}

#classificationsList {
	float: left;
	display: block;
	margin-top: 5px;
	margin-left: 30px;
	padding-right: 30px;
}

#subclassificationsList {
	float: left;
	display: block;
	margin-top: 5px;
	min-height: 120px;
	border-left: 1px solid #A3A3A3;
}

#classificationsList ul,
#subclassificationsList ul {
    padding: 0px;
    margin: 20px;
}

#classificationsList ul li,
#subclassificationsList ul li {
	padding: 0px;
	margin: 5px;
}

#classificationsList span,
#subclassificationsList span {
	font-weight: bolder;
	border-bottom: 1px solid #A3A3A3;
}

.separator {
	clear: both;
}

#classificationsList a,
#subclassificationsList a {
    font-weight: normal;
}

#classificationsList a:hover,
#subclassificationsList a:hover {
    font-weight: normal;
    text-decoration: underline;
}

#productPropertiesArea {
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 20px;
}

.paramName {
	font-weight: bolder;
}

#productAlternatives {
	clear: right;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 20px;
}

#productAlternativesList {
    text-align: left;
    margin-top: 5px;
    padding: 5px;
    padding-bottom: 0px;
    background-color: #191919;
    overflow-y: auto;
    height: 120px;
    max-height: 120px;
    width: auto;
}

html>body #productAlternativesList {
	overflow: auto;
	white-space: nowrap;
}

#productAlternativesList ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#productAlternativesList li {
    display: inline;
    padding-right: 5px;
    padding-bottom: 5px;
}

#addToCartArea {
    margin: 0px;
    height: 21px;
    text-align: right;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 15px;
    /*margin-left: 577px;*/
    margin-right: 10px;
    font-weight: bolder;
    color: #A3A3A3;
    background: transparent url(../images/line_add_to_cart.jpg) left repeat-x;
}

#addToCartArea table {
	/*position: absolute;
    right: 30px;*/
    float: right;
}

#addToCartArea table,
#addToCartArea input {
	vertical-align: middle;
}

.paginator {
	clear: both;
	position: absolute;
	bottom: 0px;
	width: 567px;
	height: 10px;
	margin-top: -5px;
	padding: 5px;
	padding-bottom: 7px;
	background-color: #636063;
}

.paginator .currentView {
	position: relative;
	float: left;
}

.paginator .controls {
	position: relative;
	float: right;
	margin-right: 10px;
	text-align: center;
}

.paginator .controls ul {
    list-style-type: none;
	margin: 0;
	padding: 0;
}

.paginator .controls li {
	display: inline;
}

#searchImage {
	display: none;
    float: left;
    width: 97px;
    height: 447px;
    background: transparent url(../images/lateral_buscador.jpg) top no-repeat;
}

html>body #searchImage {
	display: block;
}

#searchArea {
	height: 407px;
	padding: 20px;
    overflow: auto;
    margin: 0px;
    height: 407px;
    /*margin-bottom: 50px;*/
    margin-right: 10px;
    color: #A3A3A3;
    background: #685f72 url(../images/linea_degradado_dcha_colecc.gif) left repeat-y;
}

#searchArea .introduction {
	margin-left: 5px;
	margin-bottom: 20px;
}

td.sectionTitle {
	font-weight: bolder;
	padding: 5px;
	background-color: #cfcfcf;
}

.sectionTitle {
    height: 25px;
    background-color: #cfcfcf;
}

.sectionTitle .contents {
}

.sectionTitle .icon {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

.sectionTitle .text {
	display: block;
	float: left;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	font-weight: bolder;
	color: #000000;
}

.sectionBody {
    margin-left: 10px;
}

.sectionSeparator {
	clear: both;
	padding: 5px;
}

#searchGeneralSection,
#searchOthersSection,
#searchUsesSection,
#searchMainColorsSection,
#searchSecondaryColorsSection,
#searchCollectionsSection,
#searchClassificationsSection {
	/*display: block;*/
    float: left;
    border: 3px solid #cfcfcf;
    padding: 0px;
    margin: 5px;
    width: 95%;
}

#searchGeneralSection,
#searchOthersSection {
	width: 46.8%;
}

#searchUsesSection,
#searchMainColorsSection,
#searchSecondaryColorsSection {
	width: 30.7%;
}

.sectionBody {
	margin: 5px;
}

.sectionBody .collection,
.sectionBody .classification {
	float: left;
	display: block;
    width: 130px;
    margin: 0px;
}

.sectionBody .use,
.sectionBody .mainColor,
.sectionBody .secondaryColor {
    float: left;
    display: block;
    width: 155px;
    margin: 0px;
}

.horizontalSection {
}

#searchActionsSection {
	text-align: right;
	padding: 10px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 10px;
	background: transparent url(../images/line_add_to_cart.jpg) left repeat-x;
}

#cartViewArea {
	min-height: 300px;
	padding: 10px;
	padding-left: 20px;
	margin-right: 10px;
	/*margin-bottom: 60px;*/
	background: #685f72 url(../images/linea_degradado_dcha_colecc.gif) left repeat-y;
}

#sendDataSection,
#economicDataSection {
	float: left;
    display: block;
    border: 5px solid #cfcfcf;
    border-collapse: collapse;
    margin-top: 20px;
}

#cartViewSection {
	float: left;
    border: 5px solid #cfcfcf;
    border-collapse: collapse;
    margin-top: 0px;
	width: 100%;
}

#economicDataSection {
	float: right;
	margin-left: 5px;
}

#sendDataSection select {
	width: 220px;
}

#sendDataSection td,
#sendDataSection th {
	padding: 2px;
    margin: 0px;
    border: 0px;
}

#cartViewSection td,
#cartViewSection th,
#economicDataSection td,
#economicDataSection th {
	padding: 8px;
	margin: 0px;
	border: 0px;
}

#sendDataSection th {
    color: #000000;
    text-align: left;
    font-weight: bolder;
    padding: 2px;
}

#sendDataSection th.title {
	color: #000000;
    text-align: left;
    font-weight: bolder;
    background-color: #cfcfcf;
    padding: 8px;
}

#cartViewSection th,
#economicDataSection th {
	color: #000000;
	background-color: #cfcfcf;
	font-weight: bolder;
}

.highlight {
	color: #000000;
	font-weight: bolder;
}

.backgrounded {
	color: #000000;
    background-color: #cfcfcf;
}

.backgroundedHighlight {
	color: #000000;
	background-color: #cfcfcf;
	font-weight: bolder;
}

#conditionsInfo {
    clear: right;
    float: right;
    display: block;
    margin-top: 5px;
    text-align: right;
    width: 350px;
}

#externalTransportInfo .warning {
    color: red;
}

#cartActionsSection {
    clear: right;
    float: right;
    display: inline;
    margin-top: 5px;
    text-align: center;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    background: transparent url(../images/line_add_to_cart.jpg) left repeat-x;
}

.leftBordered {
	border-left: 5px solid #cfcfcf;
}

#conditionsAreaWrapper {
	margin: auto;
}

#conditionsAreaWrapperForPrint {
    margin: 0;
    text-align: left;
    background-color: #FFFFFF;
}

#conditionsArea {
	width: 75%;
	min-height: 500px;
	height: auto;
	border: 1px solid #FFFFFF;
	color: #000000;
	background-color: #cfcfcf;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#conditionsAreaForPrint {
	text-align: left;
	width: 600px;
    color: #000000;
    background-color: #FFFFFF;
    margin-left: 20px;
    margin-right: 10px;
}

#conditionsArea h1 {
	text-align: center;
}

#conditionsAreaForPrint h1 {
    text-align: left;
}

#compositionsInfoArea {
    margin: 0px;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    height: 100%;
    color: #A3A3A3;
    background: #685f72 url(../images/linea_degradado_dcha_colecc.gif) left repeat-y;
}

#compositionsInfoArea h1 {
    font-size: 22px;
    font-weight: bolder;
    color: #A3A3A3;
    padding-top: 20px;
    padding-left: 30px;
}

#compositionsInfoArea table {
    margin-top: 20px;
    margin-left: 25px;
}

#imagesDisclaimer {
	font-size: 11px;
	font-style: italic;
}