/* GENERAL */
BODY {
	margin: 0px 0px 0px 0px;
	background: #009DDC;
	font-size: 11px;
	color: #121212;
	font-family: Arial, Verdana, Sans-serif
}

IMG {
	border: 0px;
}

UL {
	
}

LI {
	
}

SPAN {
	
}

P {
	text-align: justify;
	font-size: 11px;
	line-height: 1.5;
}

A {
	color: #009DDC;
	text-decoration: none;
	border: 0px;
}

A:HOVER {
	color: #009DDC;
	text-decoration: underline;
	border: 0px;
}

A:VISITED {
	
}

TABLE {
	border: 0px;
	font-size: 11px;
}

TR {
	
}

TD {
	font-size: 11px;
	line-height: 1.5;
}

FORM {
	display: inline;
}

INPUT {
	font-size: 11px;
}

INPUT[TYPE=TEXT] {
	border: solid #009DDC 1px;
}

INPUT[TYPE=PASSWORD] {
	border: solid #009DDC 1px;
}

INPUT[TYPE=SUBMIT] {
	border: solid #009DDC 1px;
}

INPUT[TYPE=IMAGE] {
	
}

SELECT {
	font-size: 11px;
	border: solid #009DDC 1px;
}

CHECKBOX {
	font-size: 11px;
}

RADIO {
	font-size: 11px;
}

TEXTAREA {
	width: 100%;
	font-size: 11px;
	border: solid #009DDC 1px;
}

/* INFOBOX OLD */
.infoBoxHeading {
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	color: #FFFFFF;
	padding: 0px;
	border-bottom: 0px solid;
	border-color: #294158;
	no-background-color: #058AC0;
}

.infoBoxHeading_Skin02 {
	color: #FFFFFF;
}

.infoBoxContents {
	font-size: 12px;
	color: #000000;
}

.infoBoxContents_Skin02 {
	background-color: EEEDED;
}

.infoBoxContents_Skin03 {
	background-color: CCE3EB;
}

/* INFOBOX NEW */
.infoBoxHeading_New {
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	color: #FFFFFF;
}

.infoBoxHeading_New_Skin02 {
	color: #FFFFFF;
}

.infoBoxContents_New {
	font-size: 12px;
	color: #000000;
}

.infoBoxContents_New_Skin02 {
	
}

/* SHOPPING CART BOX */
.shopping_cart {
	color: #046F9B;
	font-size: 12px;
}

.shopping_cart_item {
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
}

.shopping_cart_item_new {
	
}

.shopping_cart_products_name {
	font-size: 10px;
}

.shopping_cart_products_qty {
	
}

.shopping_cart_products_total {
	text-align: right;
}

.shopping_cart_total_text {
	font-weight: bold;
}

.shopping_cart_total_amount {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

.shopping_cart_edit_qty {
	font-size: 11px;
	color: #8C8C8C;
}

.shopping_cart_skin01_products_name {
	
}

/*                 */
.borde_grid {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

/* SUBCATEGORIES */
TD.nombreCategoria {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	padding: 4px;
}

/* ADDRESS FORMAT */
.addressFormatName {
	font-size: 12px;
	color: #595959;
	font-weight: bold;
}

.addressFormatGeneral {
	font-size: 11px;
	color: #595959;
}

/* INDEX BOXES */
TD.pageIndexHeadingName,DIV.pageIndexHeadingName,SPAN.pageIndexHeadingName
	{
	font-size: 12px;
	font-weight: bold;
	color: #038CC4;
}

/* CHECKOUT */
.checkoutBarFrom {
	font-size: 11px;
	color: #009DDC;
}

.checkoutBarCurrent {
	font-size: 12px;
	color: #009DDC;
	font-weight: bold;
}

.checkoutBarTo {
	font-size: 10px;
	color: #8C8C8C;
}

input[type="radio"].custom {
	visibility: hidden;
	width: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
}

label.custom {
	padding-left: 20px;
	height: 16px;
	cursor: pointer;
}

input[type="radio"].custom.custom+label.custom {
	background: url(./includes/css/images/ui_radiobutton_unchecked.png)
		no-repeat;
	cursor: pointer;
}

input[type="radio"].custom:focus+label.custom {
	cursor: pointer;
}

input[type="radio"].custom:checked+label.custom {
	background: url(./includes/css/images/ui_radiobutton_checked.png)
		no-repeat;
	cursor: default;
}

input[type="radio"].custom:checked:focus+label.custom {
	background: url(./includes/css/images/ui_radiobutton_checked.png)
		no-repeat;
	cursor: default;
}

/* SHOPPING CART */
A.productRef {
	font-size: 12px;
	font-weight: bold;
	color: #0065CE;
	text-decoration: none;
}

A.productRef:HOVER {
	font-size: 12px;
	color: #FF7B23;
	text-decoration: none;
}

A.productNameLink {
	font-size: 14px;
	font-weight: bold;
	color: #0065CE;
	text-decoration: none;
}

A.removeFromShoppingCart {
	font-size: 12px;
	font-weight: bold;
	color: #F1403B;
	text-decoration: none;
}

A.removeFromShoppingCart:HOVER {
	font-size: 12px;
	color: #F1403B;
	text-decoration: none;
}

SPAN.markProductOutOfStock {
	font-size: 10px;
	color: #CC0033;
	font-weight: bold;
}

SPAN.markProductInactive {
	font-size: 10px;
	color: #CC0033;
	font-weight: bold;
}

TD.stockWarning {
	font-size: 11px;
	color: #000000;
	margin: 10px;
	padding: 10px;
	text-align: justify;
}

SPAN.stockWarning {
	font-size: 12px;
	color: #CC0033;
	font-weight: bold;
}

TD.mixedcartWarning {
	font-size: 11px;
	color: #000000;
	margin: 10px;
	padding: 10px;
	text-align: justify;
}

SPAN.mixedcartWarning {
	font-size: 12px;
	color: #0000AA;
	font-weight: bold;
}

TD.inactiveWarning {
	font-size: 11px;
	color: #000000;
	margin: 10px;
	padding: 10px;
	text-align: justify;
}

SPAN.inactiveWarning {
	font-size: 12px;
	color: #CC0033;
	font-weight: bold;
}

TABLE.shoppingCart-Subtotal,TR.shoppingCart-Subtotal {
	background-color: #EEEDED;
	border: 0px;
}

TD.shoppingCart-Subtotal {
	border: 0px;
	width: 100%;
	text-align: right;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

TD.shoppingCart-Empty {
	border: 0px;
	width: 100%;
	text-align: left;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

SPAN.shoppingCart-Subtotal {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
}

TD.shoppingCart-Modified {
	border: 0px;
	width: 100%;
	text-align: right;
	color: #000000;
	font-size: 11px;
}

/* SHOP INFO */
TABLE.shopInfo {
	border: 0px;
	font-size: 12px;
	color: #808080;
}

TD.shopInfo_title {
	border: 0px;
	font-size: 12px;
	color: #038cc4;
	font-weight: bold;
}

A.mailToStores {
	font-size: 12px;
	color: #038cc4;
	text-decoration: none;
}

A.mailToStores:hover {
	font-size: 12px;
	color: #009ddc;
	text-decoration: none;
}

/* PAGE CONTENT SUBTITLE*/
TABLE.pageContentSubtitle {
	width: 100%;
	height: 30px;
	font-size: 12px;
	color: #038CC4;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}

TR.pageContentSubtitle,TD.pageContentSubtitle {
	background: url(./includes/css/images/bg_page_content_subtitle.png)
		repeat-x;
	font-size: 12px;
	color: #038CC4;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	width: 100%;
	height: 30px;
}

/* PAGE CHECKOUT SUBTITLE*/
TABLE.pageCheckoutSubtitle {
	width: 100%;
	height: 30px;
	font-size: 12px;
	color: #038CC4;
	font-weight: bold;
}

TR.pageCheckoutSubtitle,TD.pageCheckoutSubtitle {
	background: url(./includes/css/images/bg_page_content_subtitle.png)
		repeat-x;
	font-size: 12px;
	color: #038CC4;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	width: 100%;
	height: 30px;
}

TABLE.pageCheckoutSubtitle_ {
	width: 100%;
	height: 30px;
	font-size: 12px;
	color: #038CC4;
	font-weight: bold;
}

TR.pageCheckoutSubtitle_,TD.pageCheckoutSubtitle_ {
	font-size: 12px;
	color: #038CC4;
	font-weight: bold;
	width: 100%;
	height: 30px;
}

/* PAGE PLAIN SUBTITLE */
TABLE.pagePlainSubtitle,TR.pagePlainSubtitle {
	background-color: #EEEDED;
	border: 0px;
}

TD.pagePlainSubtitle {
	border: 0px;
	width: 100%;
	text-align: right;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

SPAN.pagePlainSubtitle {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
}

/* TABLE QUANTITY DISCOUNT */
TABLE.productInfoQtys,TR.productInfoQtys {
	background-color: #EEEDED;
	border: 1px solid #009DDC;
	color: #009DDC;
	/*
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	*/
}

TD.productInfoQtysTitle {
	background-color: #EEEDED;
	border-bottom: 1px solid #009DDC;
	color: #009DDC;
	font-size: 13px;
}

TD.productInfoPricesTitle {
	background-color: #EEEDED;
	color: #009DDC;
	font-size: 12px;
}

TD.productInfoQtys {
	background-color: #EEEDED;
	border-bottom: 1px solid #009DDC;
	border-left: 1px solid #009DDC;
	color: #009DDC;
	font-size: 12px;
	font-weight: bold;
}

TD.productInfoPrices {
	background-color: #EEEDED;
	border-left: 1px solid #009DDC;
	color: #009DDC;
	font-size: 13px;
	font-weight: bold;
}

/* PRODUCT PRICE */
DIV.productPricePrice {
	font-size: 12px;
	font-weight: bold;
	color: #FF6500;
}

/* PRODUCT PRICE: Normal */
DIV.productPriceNormalPriceIntegral {
	font-size: 32px;
	font-weight: bold;
	color: #FF6500;
	display: inline;
}

DIV.productPriceNormalPriceFractional {
	font-size: 22px;
	font-weight: bold;
	color: #FF6500;
	display: inline;
}

DIV.productPriceNormalPriceCurrency {
	font-size: 26px;
	font-weight: bold;
	color: #FF6500;
	display: inline;
}

/* PRODUCT PRICE: NormalOld */
DIV.productPriceNormalOldPriceIntegral {
	font-size: 32px;
	font-weight: bold;
	color: #BBBBBB;
	display: inline;
}

DIV.productPriceNormalOldPriceFractional {
	font-size: 22px;
	font-weight: bold;
	color: #BBBBBB;
	display: inline;
}

DIV.productPriceNormalOldPriceCurrency {
	font-size: 26px;
	font-weight: bold;
	color: #BBBBBB;
	display: inline;
}

/* PRODUCT PRICE: Special */
DIV.productPriceSpecialPriceIntegral {
	font-size: 32px;
	font-weight: bold;
	color: #349907;
	display: inline;
}

DIV.productPriceSpecialPriceFractional {
	font-size: 22px;
	font-weight: bold;
	color: #349907;
	display: inline;
}

DIV.productPriceSpecialPriceCurrency {
	font-size: 26px;
	font-weight: bold;
	color: #349907;
	display: inline;
}

/* PRODUCT PRICE: SpecialOld */
DIV.productPriceSpecialOldPriceIntegral {
	font-size: 20px;
	font-weight: bold;
	color: #FF6500;
	text-decoration: line-through;
	display: inline;
}

DIV.productPriceSpecialOldPriceFractional {
	font-size: 20px;
	font-weight: bold;
	color: #FF6500;
	text-decoration: line-through;
	display: inline;
}

DIV.productPriceSpecialOldPriceCurrency {
	font-size: 20px;
	font-weight: bold;
	color: #FF6500;
	text-decoration: line-through;
	display: inline;
}

/* PRODUCT PRICE: Recommended */
DIV.productPriceRecommendedPriceIntegral {
	font-size: 18px;
	font-weight: bold;
	color: #888;
	text-decoration: line-through;
	display: inline;
}

DIV.productPriceRecommendedPriceFractional {
	font-size: 18px;
	font-weight: bold;
	color: #888;
	text-decoration: line-through;
	display: inline;
}

DIV.productPriceRecommendedPriceCurrency {
	font-size: 18px;
	font-weight: bold;
	color: #888;
	text-decoration: line-through;
	display: inline;
}

/* PAGINATION BAR */
TABLE.paginationBar {
	background-color: #EEEDED;
	border: 0px solid #009DDC;
	width: 100%;
	height: 22px;
	padding: 5px;
}

TR.paginationBar {
	background-color: #EEEDED;
	color: #000000;
}

TD.paginationBarResults {
	font-size: 12px;
	border: 0px solid #009DDC;
}

TD.paginationBarPages {
	font-size: 12px;
	border: 0px solid #009DDC;
}

A.pageResults {
	color: #009DDC;
	font-weight: bold;
	text-decoration: none;
}

A.pageResults:hover {
	color: #009DDC;
	background: #FFFFFF;
	text-decoration: none;
}

DIV.pageResultsSelected {
	background: #009DDC;
	color: #FFFFFF;
	font-weight: bold;
	display: inline;
	color: #FFFFFF;
}

/* FILTER BAR */
.filterBarTitle {
	font-size: 12px;
	background: #FFFFFF;
	color: #000000;
	font-weight: bold;
	display: inline;
}

/* ORDENATION BAR */
.ordenationBarTitle {
	font-size: 12px;
	background: #FFFFFF;
	color: #000000;
	font-weight: bold;
	display: inline;
}

.ordenationBar {
	font-size: 12px;
	background: #FFFFFF;
	color: #009DDC;
	font-weight: bold;
	padding: 2px;
	border-bottom: 2px solid #FFFFFF;
}

.ordenationBarSelected_a {
	font-size: 12px;
	background: #009DDC;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 4px 2px 5px;
	border-bottom: 2px solid #FFFFFF;
}

.ordenationBarSelected_d {
	font-size: 12px;
	background: #009DDC;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 4px 2px 5px;
	border-bottom: 2px solid #FFFFFF;
}

.ordenationBarSelected_a:AFTER {
	content: url("./includes/css/images/sort_az.png");
}

.ordenationBarSelected_d:AFTER {
	content: url("./includes/css/images/sort_za.png");
}

A.ordenationBarSelected_a:HOVER {
	color: #FFFFFF;
}

A.ordenationBarSelected_d:HOVER {
	color: #FFFFFF;
}

/*

RESTO

*/
.boxText {
	font-size: 11px;
}

.errorBox {
	font-size: 11px;
	background: #ffb3b5;
	font-weight: bold;
}

.productsNotifications {
	background: #f2fff7;
}

.orderEdit {
	font-size: 11px;
	color: #70d250;
	text-decoration: underline;
}

TR.header {
	background: #ffffff;
}

TR.headerNavigation {
	height: 15px;
}

TABLE.headerNavigation {
	padding: 5px 10px 5px 10px;
}

TD.headerNavigation {
	font-size: 11px;
	color: #038CC4;
	font-weight: bold;
	background: #EEEDED;
	padding: 5px 5px 5px 5px;
	border-color: #038CC4;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

A.headerNavigation {
	color: #038CC4;
}

A.headerNavigation:HOVER {
	color: #038CC4;
}

A.headerNavigationBig {
	color: #038CC4;
	font-size: 14px;
}

A.headerNavigationBig:HOVER {
	color: #038CC4;
	font-size: 14px;
}

TR.headerError {
	background: #ff0000;
}

TD.headerError {
	font-size: 12px;
	background: #ff0000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

TR.headerInfo {
	background: #00ff00;
}

TD.headerInfo {
	font-size: 12px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.infoBox {
	background-color: transparent;
}

.infoBoxNotice {
	background: #FF8E90;
}

.infoBoxNoticeContents {
	background: #FFE6E6;
	font-size: 12px;
}

TD.infoBox,SPAN.infoBox {
	font-size: 12px;
}

/* LISTINGS */
TR.accountHistory-odd,TR.addressBook-odd,TR.alsoPurchased-odd,TR.payment-odd,TR.productReviews-odd,TR.upcomingProducts-odd,TR.shippingOptions-odd
	{
	background: #FFFFFF;
}

TR.accountHistory-even,TR.addressBook-even,TR.alsoPurchased-even,TR.payment-even,TR.productReviews-even,TR.upcomingProducts-even,TR.shippingOptions-even
	{
	background: #F8F8F9;
}

/* PRODUCT LISTING */
TABLE.productListing {
	border-color: #b6b7cb;
	border-bottom: 2px dashed solid #009DDC;
}

.productListing-heading {
	font-size: 12px;
	background: #009DDC;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	border-bottom: 2px solid #FFFFFF;
}

TR.productListing-odd {
	background: #FFFFFF;
	border-bottom: 2px solid #009DDC;
}

TR.productListing-even {
	background: #FFFFFF;
	border-bottom: 2px solid #009DDC;
}

TD.productListing-data {
	border-bottom: 1px dashed #009DDC;
	font-size: 12px;
}

/* PRODUCT LISTING 2 */
TABLE.productListing2 {
	border-color: #b6b7cb;
	border-top: 2px dashed solid #009DDC;
}

.productListing2-heading {
	font-size: 12px;
	background: #009DDC;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	border-top: 2px solid #FFFFFF;
}

TR.productListing2-odd {
	background: #FFFFFF;
	border-top: 2px solid #009DDC;
}

TR.productListing2-even {
	background: #FFFFFF;
	border-top: 2px solid #009DDC;
}

TD.productListing2-data {
	border-top: 1px dashed #009DDC;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 2px;
}

/* PRODUCT LISTING NEW */
TABLE.productListingNew {
	border-color: #b6b7cb;
	border-bottom: 1px dashed #009DDC;
}

.productListingNew-heading {
	background: url(./includes/css/images/bg_page_content_subtitle.png)
		repeat-x;
	font-size: 11px;
	color: #038CC4;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	padding: 8px 6px 10px 6px;
	width: 100%;
	height: 30px;
}

TR.productListingNew-odd {
	background: #FFFFFF;
}

TR.productListingNew-even {
	background: #FFFFFF;
}

TR.productListingNew-nostock {
	background: #FFF7CC;
}

TR.productListingNew-mixedcart {
	background: #67BADC;
}

TR.productListingNew-po {
	background: #fcdd6f;
}

TR.productListingNew-inactive {
	background: #FEE7FE;
}

TD.productListingNew-data {
	border-bottom: 1px solid #009DDC;
	font-size: 12px;
	padding: 8px 0px 8px 0px;
}

TD.productListingNew-data-po {
	background: #FFF7CC;
	border-bottom: 1px solid #009DDC;
	font-size: 12px;
	padding: 8px 0px 8px 0px;
}

TD.productListingNew-data-reseller {
	background: #FFF7CC;
	border-bottom: 1px solid #009DDC;
	font-size: 12px;
	padding: 8px 0px 8px 0px;
}

TD.productListingNew-data_middle {
	vertical-align: middle;
	border-bottom: 2px solid solid #009DDC;
	font-size: 12px;
	border-bottom: 1px dashed #009DDC;
	padding: 0px 15px 0px 2px;
}

TD.productListingNew-data_top {
	vertical-align: top;
	border-bottom: 1px solid #009DDC;
	font-size: 12px;
}

/*
BOS PRODUCT LISTING
*/
TD.pageHeading,DIV.pageHeading {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

/* ^LaLo^: Creamos un nuevo estilo para el nombre del producto y otro distinto para precio ya que hasta ahora cogían el mismo que para los titulos de página. */
TD.pageHeadingName,DIV.pageHeadingName,SPAN.pageHeadingName {
	font-size: 14px;
	font-weight: bold;
	color: #038CC4;
}

TD.pageHeadingPrice,DIV.pageHeadingPrice,SPAN.pageHeadingPrice {
	font-size: 12px;
	font-weight: bold;
	color: #FF6500;
}

TD.pageHeadingFreeDelivery,DIV.pageHeadingFreeDelivery,SPAN.pageHeadingFreeDelivery
	{
	font-size: 11px;
	color: #FF6500;
}

TD.pageHeadingPreOrder,DIV.pageHeadingPreOrder,SPAN.pageHeadingPreOrder
	{
	font-size: 11px;
	color: #BF00BF;
}

TD.pageHeadingNoStock,DIV.pageNoHeadingStock,SPAN.pageHeadingNoStock {
	font-size: 11px;
	color: #CC0033;
}

TD.pageHeadingStock,DIV.pageHeadingStock,SPAN.pageHeadingStock {
	font-size: 11px;
	color: #349907;
}

TR.subBar {
	background: #f4f7fd;
}

TD.subBar {
	font-size: 11px;
	color: #666666;
}

TD.smallText,SPAN.smallText,P.smallText {
	font-size: 11px;
}

TD.accountCategory {
	font-size: 13px;
	color: #aabbdd;
}

TD.fieldKey {
	font-size: 11px;
	text-align: right;
}

TD.fieldValue {
	font-size: 11px;
}

TD.tableHeading {
	font-size: 12px;
	font-weight: bold;
}

SPAN.newItemInCart {
	font-size: 11px;
	color: #ff0000;
}

SPAN.greetUser {
	font-size: 12px;
	color: #E80000;
	font-weight: bold;
}

TABLE.formArea {
	background: #f1f9fe;
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
}

TD.formAreaTitle {
	font-size: 12px;
	font-weight: bold;
}

SPAN.productSpecialPrice {
	font-size: 14px;
	font-weight: bold;
	color: #00BF00;
} /*  Original: 00FF00 ; Otras opciones: 4E9E4E 51A510  */
SPAN.errorText {
	color: #ff0000;
}

.moduleRowOver {
	background-color: #D7E9F7;
	cursor: pointer;
}

.moduleRowSelected {
	background-color: #E9F4FC;
}

.messageBox {
	font-size: 11px;
}

.messageStackError,.messageStackWarning {
	font-size: 11px;
	background-color: #ffb3b5;
}

.messageStackSuccess {
	font-size: 11px;
	background-color: #99ff00;
}

.inputRequirement {
	font-size: 11px;
	color: #ff0000;
}

.site_table {
	background-color: #FFFFFF;
}

/*TD.left { background-color: #FFCC66; color:#FFFFFF; }*/
TD.left {
	background-color: #FFFFFF;
	color: #FFFFFF;
}

/*actual TD.left { background-color: #EEEEEE; color:#FFFFFF; }*/
TD.right {
	background-color: #ffffff;
}

TABLE.content {
	padding: 0px 10px 5px 10px;
	color: #666666;
}

.copy {
	font-size: 11px;
	padding: 0px;
}

div.postit_img {
	position: static;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 114px;
	z-index: 0;
	border: solid 0px;
	padding: 0px;
}

div.postit_top {
	position: relative;
	top: -104px;
	left: 11px;
	width: 140px;
	font-size: 11px;
	font-weight: bold;
	z-index: 1;
	border: solid 0px;
	padding: 0px;
}

div.postit_middle {
	position: relative;
	top: -100px;
	left: 12px;
	width: 140px;
	font-size: 11px;
	z-index: 2;
	border: solid 0px;
	padding: 0px;
}

div.postit_bottom {
	position: relative;
	top: -88px;
	left: 68px;
	width: 80px;
	font-size: 11px;
	color: #d00;
	z-index: 3;
	border: solid 0px;
	padding: 0px;
}

.dataTableHeadingRow {
	background-color: #C9C9C9;
}

.dataTableHeadingContent {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}

.dataTableRow {
	background-color: #F0F1F1;
	font-size: 11px;
}

.dataTableRowSelected {
	background-color: #DEE4E8;
}

.dataTableRowOver {
	background-color: #FFFFFF;
	cursor: default;
	font-size: 11px;
}

.dataTableContent {
	color: #000000;
}

/* ^LaLo^ Pruebas de tablas con estilo */
.productPriceInBox {
	border-style: solid;
	border-color: #000000;
	font-size: 12px;
}

/* ^LaLo^: Estilos para formularios */
.exampleformat {
	font-size: 10px;
	color: #555555;
}

/* ^LaLo^: Estilos para facturas */
td.invoiceHeading {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 0px;
	bottom: 1px solid;
	border-color: #000000;
}

td.invoicePair {
	font-size: 10px;
	color: #000000;
	background-color: #DDDDDD;
	height: 25px;
	aborder-color: #000000;
}

td.invoiceOdd {
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	height: 25px;
	aborder-color: #000000;
}

#legal {
	position: relative;
	overflow: hidden;
	float: left;
}

#legalCentro {
	width: 831px;
	background-color: white;
	padding: 10px;
	margin: 39px auto;
	font-size: 10pt;
	color: #666666;
}

.bordes {
	overflow: hidden;
	position: absolute;
	width: 10px;
	height: 10px;
}

.bordesIn {
	position: relative;
	font-size: 85px;
	z-index: 0;
	overflow: visible;
	line-height: 22px;
	font-weight: normal;
}

.bordeBlancoGrisIzqArr {
	top: 0px;
	left: 0px;
	background-color: #EAEAEA;
}

.bordeBlancoGrisIzqArrIn {
	color: white;
	left: -5px;
}

.bordeBlancoGrisDerArr {
	top: 0px;
	right: 0px;
	background-color: #EAEAEA;
}

.bordeBlancoGrisDerArrIn {
	color: white;
	left: -16px;
}

.bordeBlancoGrisIzqAba {
	bottom: 0px;
	left: 0px;
	background-color: #EAEAEA;
}

.bordeBlancoGrisIzqAbaIn {
	color: white;
	left: -5px;
	top: -11px;
}

.backgroudIN {
	color: white;
}

.backgroudOUT {
	background-color: #EAEAEA;
}

/*BEST SELLERS BOX*/
.linkBestSeller {
	font-size: 11px;
	font-weight: bold;
	color: #009DDC;
}

/*ORDER HISTORY BOX*/
.linkOrderHistory {
	font-size: 10px;
	font-weight: bold;
	color: #009DDC;
}

/*HEADER LINKS*/
.linkHeader {
	font-size: 12px;
	font-weight: bold;
	color: #038CC4;
}

.linkHeaderSeparator {
	font-weight: bold;
	color: #BBBBBB;
}

/*FOOTER LINKS*/
TD.footer {
	background: #038CC4;
	font-size: 11px;
	color: #FFFFFF;
}

TABLE.footer {
	background: #038CC4;
	font-size: 11px;
	color: #FFFFFF;
	padding: 6px;
}

.linkFooter {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.linkFooter:HOVER {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.linkFooterSeparator {
	font-weight: bold;
	color: #FFFFFF;
}

/*INFORMATION BOX LINKS*/
.linkInformationBox {
	font-size: 10.2px;
	font-weight: bold;
	color: #777777;
}

/*PAYMENT BOX*/
TD.payment_box_center_skin01 {
	background-image:
		url('includes/css/images/PaymentBox/Skin01/table02_C.png');
	background-repeat: repeat-x;
	height: 47px;
	font-size: 10px;
	text-align: center;
	color: #777777;
}

.paymentBox {
	font-size: 12px;
	font-weight: bold;
	color: #038CC4;
}

TD.productInfoText {
	font-size: 12px;
	line-height: 21px;
	font-weight: 500;
	text-align: justify;
	color: #000333;
	padding: 10px;
}

/*PRODUCT INFO*/
TD.pageHeadingProductInfo,DIV.pageHeadingProductInfo {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

IMG.pageHeadingProductInfoImage {
	font-size: 19px;
	text-align: left;
	font-weight: bold;
	color: #009DDC;
	border: #009DDC solid 1px;
}

.zoom_link_container {
	position: relative;
}

.zoom_link {
	background: transparent url("./includes/css/images/zoom_in.png")
		no-repeat;
	cursor: pointer;
	color: #000000;
	display: block;
	height: 32px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
	width: 34px;
	/*opacity: 0.8;*/
	right: 15px;
	top: 175px;
}

TD.pageHeadingProductInfoName,DIV.pageHeadingProductInfoName,SPAN.pageHeadingProductInfoName
	{
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	color: #009DDC;
	margin: 15px;
}

TD.pageHeadingProductInfoPrice,DIV.pageHeadingProductInfoPrice,SPAN.pageHeadingProductInfoPrice
	{
	font-size: 12px;
	font-weight: bold;
	color: #FF6500;
}

TD.pageHeadingProductInfoFreeDelivery,DIV.pageHeadingProductInfoFreeDelivery,SPAN.pageHeadingProductInfoFreeDelivery
	{
	font-size: 9px;
	color: #FF6500;
}

TD.pageHeadingProductInfoPreOrder,DIV.pageHeadingProductInfoPreOrder,SPAN.pageHeadingProductInfoPreOrder
	{
	font-size: 10px;
	color: #BF00BF;
}

TD.pageHeadingProductInfoNoStock,DIV.pageNoHeadingStock,SPAN.pageHeadingProductInfoNoStock
	{
	font-size: 10px;
	color: #CC0033;
}

TD.pageHeadingProductInfoStock,DIV.pageHeadingProductInfoStock,SPAN.pageHeadingProductInfoStock
	{
	font-size: 10px;
	color: #00FF00;
}

/*PRODUCT INFO DESCRIPTION*/
TABLE.productInfoDescription {
	width: 100%;
	height: 30px;
}

TABLE.groove TD, .groove {
	border-style:groove; 
	border-color:#CCCCCC;
	padding-left: 3px;
	padding-right: 3px;
}

TR.productInfoDescription,TD.productInfoDescription {
	background: url(./includes/css/images/bg_product_description.png)
		repeat-x;
	font-size: 11px;
	color: #038CC4;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	width: 100%;
	height: 30px;
}

TR.productInfoDescriptionBlue,TD.productInfoDescriptionBlue {
	background: url(./includes/css/images/bg_product_description_blue.png)
		repeat-x;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	width: 100%;
	height: 30px;
}

/*BOX SEPARATOR*/
DIV.box_separator {
	height: 8px;
}

TD.main,P.main { /* Borrar cuando lo quitemos de los scripts */
	
}

/*BOX SEPARATOR*/
DIV.product_grid_box {
	width: 110px;
	min-height: 110px;
	background: url(./includes/css/images/bg_product_hot2.png) no-repeat;
	font-size: 9px;
	color: #038CC4;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	margin: 2px 20px 0px 5px;
	float: left;
	text-align: left;
}

DIV.pageHeadingBoxName,SPAN.pageHeadingBoxName {
	width: 120px;
	min-height: 40px;
	font-size: 10px;
	color: #038CC4;
	line-height: 11px;
	text-align: left;
	clear: both;
}

DIV.pageHeadingBoxImage,SPAN.pageHeadingBoxImage {
	text-align: center;
	height: 94px;
}

DIV.pageHeadingBoxPrice,SPAN.pageHeadingBoxPrice {
	margin-top: 0px;
	width: 60px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	text-align: right;
}

DIV.pageHeadingBoxButton,SPAN.pageHeadingBoxButton {
	margin-top: 2px;
	width: 40px;
	float: right;
	text-align: right;
}

/* RELATED PO AND NEW INFO */

span.info {
	font-size: 13px;
}
a.infoStatus {
	color:#034a8a;
	font-weight:bold;
}

span.infoPrice {
	color:#FF6500;
	font-weight:bold;
}


/* SPRITES */

/* TECH SUPPORT MENU */

.sprite-tech_support_01{ background-position: 0 0 !important; width: 180px; height: 39px; } 
.sprite-tech_support_01:hover{ background-position: 0 -44px !important; width: 180px; height: 39px; } 
.sprite-tech_support_02{ background-position: 0 -88px !important; width: 180px; height: 21px; } 
.sprite-tech_support_02:hover{ background-position: 0 -114px !important; width: 180px; height: 21px; } 
.sprite-tech_support_03{ background-position: 0 -140px !important; width: 180px; height: 21px; } 
.sprite-tech_support_03:hover{ background-position: 0 -166px !important; width: 180px; height: 21px; } 
.sprite-tech_support_04{ background-position: 0 -192px !important; width: 180px; height: 21px; } 
.sprite-tech_support_04:hover{ background-position: 0 -218px !important; width: 180px; height: 21px; } 
.sprite-tech_support_05{ background-position: 0 -244px !important; width: 180px; height: 21px; } 
.sprite-tech_support_05:hover{ background-position: 0 -270px !important; width: 180px; height: 21px; } 
.sprite-tech_support_06{ background-position: 0 -296px !important; width: 180px; height: 21px; } 
.sprite-tech_support_06:hover{ background-position: 0 -322px !important; width: 180px; height: 21px; } 
.sprite-tech_support_07{ background-position: 0 -348px !important; width: 180px; height: 21px; } 
.sprite-tech_support_07:hover{ background-position: 0 -374px !important; width: 180px; height: 21px; } 
.sprite-tech_support_08{ background-position: 0 -400px !important; width: 180px; height: 21px; } 
.sprite-tech_support_08:hover{ background-position: 0 -426px !important; width: 180px; height: 21px; } 
.sprite-tech_support_09{ background-position: 0 -452px !important; width: 180px; height: 21px; } 
.sprite-tech_support_09:hover{ background-position: 0 -478px !important; width: 180px; height: 21px; } 
.sprite-tech_support_10{ background-position: 0 -504px !important; width: 180px; height: 28px; } 
.sprite-tech_support_10:hover{ background-position: 0 -537px !important; width: 180px; height: 28px; } 