/* GENERAL CSS */

body {
	background: White;
 	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535353;
} 

table {
 	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*border-spacing: 0px;*/
	padding: 0px 0px 0px 0px;
	border-collapse: collapse; /* IMPORTANT: IE6 and FireFox compatible */
	border: 0px;
	
} 

td {
  border: inset 0pt;
}

input, textarea, select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
   /*z-index: -1;*/
   font-size: 11px;
	background-color: #FFFFFF; /* #DFDFDF; #FFEFE1 #EFEFEF; AZUL #F0F5FF #EDF7E7; */
	font-weight: bold;
	color: #0066CC;
	padding: 1px;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
}

hr {
  	border-top : none;
  	border-left : none;
	border-right : none;
	border-bottom : 1px Silver solid; /*solid; */
}

a:link { color: #003366; text-decoration: none }
a:visited { color: #003366; text-decoration: none }
a:hover,a:active { color: #003366; text-decoration: none }
a.link_strike { color: #003366; text-decoration: none }

/* CMS BUTTONS */
.ButtonCatProductInfo, .ButtonCatProductInfoClose, .ButtonCatProductCart {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 11px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	font-weight: bold;
	color: #ffffff;
	background-color: #666666; /* #666666; #336699*/
	height: 21px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999; /* #999999; #437FBE*/
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #cccccc; /* #cccccc; #6C9ECF;*/
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

.ButtonCatProductInfo {
	width: 150px;
}

.ButtonCatProductInfoClose {
	width: 150px;
}

/* CMS RENDER: GENERAL */
.cms_12px_transp_grey { font-size: 12px; color: #999999; }

.cms_sitename {
 	font-family: Verdana, Helvetica, Arial, Helvetica, sans-serif;
	color: #DF5A00;
	font-size: 11px; line-height: 24px; margin: 0px 0px 18px 0px;
	/*	font-weight: bold */
} 

/* CMS RENDER: MENUS */
.cms_menu_table_transparent {
 	font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px;
	color: #666666;
} 
.cms_menu_table_grey { 
 	font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; background: #e1e1e1; /* #E5E5E5 */
	color: #999999;
}
.cms_menu_table_darkgrey { 
 	font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; background: #6f6f6f; /*#7a7a7a;*/
	color: #999999;
}

.cms_18px_menu_table_black { 
 	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #000000;
	font-size: 18px; line-height: 24px; margin: 0px 0px 18px 0px;
	/*font-weight: bold;*/
}
.cms_18px_menu_table_grey { 
	color: #666666;
 	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 18px;
/*	font-weight: bold;*/
}

a.cms_menu_option_black_bold:link 				{ color: Black; text-decoration: none; font-weight: bold; }
a.cms_menu_option_black_bold:visited 			{ color: Black; text-decoration: none; font-weight: bold; }
a.cms_menu_option_black_bold:hover,a:active 	{ color: Black; text-decoration: none; font-weight: bold; }
a.cms_menu_option_black_bold.link_strike 		{ color: Black; text-decoration: none; font-weight: bold; }
a.cms_menu_option_black:link 					{ color: Black; text-decoration: none; font-weight: normal; }
a.cms_menu_option_black:visited 				{ color: Black; text-decoration: none; font-weight: normal; }
a.cms_menu_option_black:hover,a:active 	{ color: Black; text-decoration: none; font-weight: normal; }
a.cms_menu_option_black.link_strike 		{ color: Black; text-decoration: none; font-weight: normal; }
a.cms_menu_option_grey:link 					{ color: #666666; text-decoration: none; font-weight: normal; }
a.cms_menu_option_grey:visited 				{ color: #666666; text-decoration: none; font-weight: normal; }
a.cms_menu_option_grey:hover,a:active 		{ color: #000000; text-decoration: none; font-weight: normal; }
a.cms_menu_option_grey.link_strike 			{ color: #666666; text-decoration: none; font-weight: normal; }
a.cms_menu_option_darkgrey:link 				{ color: #444444; text-decoration: none; font-weight: normal; }
a.cms_menu_option_darkgrey:visited 			{ color: #444444; text-decoration: none; font-weight: normal; }
a.cms_menu_option_darkgrey:hover,a:active { color: #000000; text-decoration: none; font-weight: normal; }
a.cms_menu_option_darkgrey.link_strike 	{ color: #444444; text-decoration: none; font-weight: normal; }
a.cms_menu_option_blue:link 					{ color: #003366; text-decoration: none; font-weight: normal; }
a.cms_menu_option_blue:visited 				{ color: #003366; text-decoration: none; font-weight: normal; }
a.cms_menu_option_blue:hover,a:active 		{ color: #003366; text-decoration: none; font-weight: normal; }
a.cms_menu_option_blue.link_strike 			{ color: #003366; text-decoration: none; font-weight: normal; }
a.cms_menu_option_orange:link 				{ color: #0099CC; text-decoration: none; font-weight: bold; }
a.cms_menu_option_orange:visited 			{ color: #F06000; text-decoration: none; font-weight: bold; }
a.cms_menu_option_orange:hover,a:active 	{ color: #F06000; text-decoration: none; font-weight: bold; }
a.cms_menu_option_orange.link_strike 		{ color: #F06000; text-decoration: none; font-weight: bold; }

a.cms_menu_option_darkgrey_b:link 				{ color: #333333; text-decoration: none; font-weight: bold; }
a.cms_menu_option_darkgrey_b:visited 			{ color: #333333; text-decoration: none; font-weight: bold; }
a.cms_menu_option_darkgrey_b:hover,a:active 	{ color: #333333; text-decoration: none; font-weight: bold; }
a.cms_menu_option_darkgrey_b.link_strike 		{ color: #333333; text-decoration: none; font-weight: bold; }

a.cms_menu_option_grey_u:link 				{ color: #666666; text-decoration: underline; font-weight: normal; }
a.cms_menu_option_grey_u:visited 			{ color: #666666; text-decoration: underline; font-weight: normal; }
a.cms_menu_option_grey_u:hover,a:active 	{ color: #666666; text-decoration: underline; font-weight: normal; }
a.cms_menu_option_grey_u.link_strike 		{ color: #666666; text-decoration: underline; font-weight: normal; }

a.cms_menu_option_style1:link, a.cms_menu_option_style1:visited, a.cms_menu_option_style1:hover, a.cms_menu_option_style1:active {
	color: #666666; text-decoration: none; font-weight: normal; 
}

a.cms_menu_option_style1.link_strike  {
	color: #666666; text-decoration: none; font-weight: normal; 
}

/*
a.cms_menu_option_style1:visited 			{ color: #666666; text-decoration: none; font-weight: normal; }
a.cms_menu_option_style1:hover,a:active 	{ color: #666666; text-decoration: none; font-weight: normal; }
a.cms_menu_option_style1.link_strike 		{ color: #666666; text-decoration: none; font-weight: normal; }
*/

/* VERTICAL MENU */
/*
body, td, th, div, li { font: 11px Arial, Helvetica, sans-serif; color: #707070; }
a, a:visited, a:link { color:#003366; text-decoration: none; }
a:hover { text-decoration: underline }
*/

ul { list-style: none; margin: 0px; padding: 0px;}
ul li { list-style: none; margin: 0px; padding: 0px;}
ol li { margin-top: 10px;}

#MenuVertical {
	font: 11px Arial, Helvetica, sans-serif; color: #707070;
	margin: 0px auto; text-align: left; background: #ffffff;
	position: relative; z-index: 1; width: 195px; margin: 0px 0px 0px 0px;
	}
#MenuVertical h3 { margin: 0px 0px 5px 0px; font-size: 15px; color: #003366; } /* #70a100 */
#MenuVertical li { margin: 2px 0px 2px 5px; }
#MenuVertical li a { padding-left: 8px; color: #707070; text-decoration:none; font-weight: bold; }
#MenuVertical li a:hover, #MenuVertical li.selected a, #MenuVertical li.selected ul li.selected a {
	background: url('/themes/0001/images/img_cms_menu_select.gif') no-repeat left center; color: #003366; text-decoration:none; font-weight: bold; } /* #70a100 */
#MenuVertical li.selected ul li a { background: none; color: #707070; text-decoration:none; font-weight: normal; }
#MenuVertical li ul li { margin: 2px 0px 2px 10px; }
#MenuVertical li ul li a { font-weight: normal; }
#MenuVertical div.top { border: 1px solid #cccccc; border-bottom: none; margin: 0px; height: 8px; }
#MenuVertical div.top { margin: 0px; }
#MenuVertical div.bottom { border: 1px solid #cccccc; border-top: none; margin: 0px; height: 10px; }

/* ARTICLES */
.cms_articles_table_title {
 	font-family: Verdana, Helvetica, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px; line-height: 24px; margin: 0px 0px 18px 0px;
/*	font-weight: bold;*/
} 

.cms_articles_table_body {
 	font-family: Verdana, Helvetica, Arial, Helvetica, sans-serif;
	color: #444444;
	text-align: left;
	font-size: 11px; line-height: 16px; margin: 0px 0px 12px 0px;
	vertical-align: top;
}

.cms_articles_image_text {
	background-color: #E2E2E2;
	color: #666666;
	text-align: left;
	margin: 5px;
}

.cms_articles_history_cells {
	/*	width: 100%; */
}

td.cms_articles_history_cells {
	background-color: #F1F1F1;
	color: #333333;
	/* text-align: left; */
}

/* Articles - Tables */

.cms_article_table_title {
	font-size: 12px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 0px;
	background-color: #CFDFEF;
	padding: 5px 10px 0px 7px;
	text-align: left;
	line-height: 12px;
	font-weight: bold;
	color: Black;
	font-weight: bold;
}

.cms_article_table_subtitle {
	font-size: 11px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 0px solid #999999;
	border-bottom: 0px;
	background-color: #CFDFEF;
	padding: 5px 10px 7px 7px;
	text-align: left;
	line-height: 12px;
	color: #333333;
}

.cms_article_table {
	width: 100%;
	font: 11px Tahoma, Arial, Helvetica, sans-serif; color: #444444;
	vertical-align: top;
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #AAAAAA;
}

.cms_article_table_td1 {
	vertical-align: top;
	border-collapse: collapse;
	border: 1px solid #AAAAAA;
	background-color: #CFDFEF;
	padding: 5px 8px 5px 8px;
	text-align: center;
	line-height: 12px;
	font-weight: bold;
	color: #333333;
}

.cms_article_table_td2 {
	vertical-align: top;
	border-collapse: collapse;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA; /*#DEDEDE; */
	border-top: 1px solid #AAAAAA;
	border-bottom: 0px;

	padding: 5px 8px 5px 8px;
	line-height: 12px;
	font-weight: normal;
	background-color: #F5F5F5;
}

.cms_article_table_td3 {
	vertical-align: top;
	border-collapse: collapse;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	border-bottom: 0px;
	padding: 5px 8px 5px 8px;
	line-height: 12px;
	font-weight: normal;
}

.cms_article_table_td4 {
	vertical-align: top;
	border-collapse: collapse;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA; /*#DEDEDE; */
	border-top: 1px solid #AAAAAA;
	border-bottom: 0px;

	padding: 5px 8px 5px 8px;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #E7E7E7;
}

/* Articles - Lists */
.cms_list{
	width: 350px;
	background:url('/themes/0001/images/img_cms_list_background.gif') bottom left no-repeat; 
	text-align: left;
	border-collapse: collapse; /* IMPORTANT: IE6 and FireFox compatible */
	padding: 10px 0px 0px 0px;
	border: 0px;
}

.cms_list td{
	padding: 0px 10px 8px 0px; line-height:16px; margin-bottom:10px;
	font: 11px Tahoma, Arial, Helvetica, sans-serif; color: #444444;
}

.cms_list_top{
	width: 350px;
	background:url('/themes/0001/images/img_cms_list_top.gif') top left no-repeat; 
	text-align: left;
	border-collapse: collapse; /* IMPORTANT: IE6 and FireFox compatible */
	border: 0px;
}

.cms_list_top td{
	font: 12px Tahoma, Arial, Helvetica, sans-serif; color: #444444;
	font-weight: bold;
	padding:12px 5px 15px 15px; line-height:16px; margin-bottom:20px;
}

.cms_list_title{
	text-align: left;
	border: 0px;
}

.cms_list_title td{
	font: 14px Tahoma, Arial, Helvetica, sans-serif; color: #003366;
	font-weight: bold;
	line-height:12px;
	padding:0px 0px 15px 0px; 
}

/* Ocultar email */
.cms_back {
	unicode-bidi:bidi-override;
	direction: rtl;
} 

/* CMS RENDER: CATALOG ITEM */
.cmsClassCatItemTable {
	background-color: #FFFFFF;
	width: 100%;
}

.cmsClassCatItemElement {
	background-image: url('/themes/0001/images/cat_item_frame.png');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 170px;
	height: 170px;
}

.cmsClassCatItemName {
	color: #2C2C2C;
}

.cmsClassCatItemPrice {
	color: #444444; /*#0066CC;*/
	font-weight: bold;
}

.cmsClassCatItemOffer {
	color: #444444; /*#993300;*/
	font-weight: bold;
}

/* CMS RENDER: CATALOG PRODUCT */
.cmsClassCatProductTable {
 	font-family: Verdana, Helvetica, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	width: 100%;
	color: #444444;
	font-size: 11px; line-height: 16px; margin: 0px 0px 12px 0px;
	vertical-align: top;
}

.cmsClassCatProductTableLine {
	height: 20px;
}

.cmsClassCatProductImageContainer {
	width: 250px;
	height: 250px;
}

.cmsClassCatProductImage {
	background-image: url('/themes/0001/images/cat_product_frame.png');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 250px;
	height: 250px;
}

.cmsClassCatProductName {
 	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #2C2C2C;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}

.cmsClassCatProductManufacturer {
 	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}

.cmsClassCatProductField {
	color: #006699;
	font-size: 11px; line-height: 16px; margin: 0px 0px 12px 0px;
}

.cmsClassCatProductPrice {
	color: #444444; /* #0066CC; */
	font-weight: bold;
	font-size: 11px; line-height: 16px; margin: 0px 0px 12px 0px;
}

.cmsClassCatProductOffer {
	color: #444444; /*993300;*/
	font-weight: bold;
	font-size: 11px; line-height: 16px; margin: 0px 0px 12px 0px;
}

.cmsClassCatProductsProperties {
	/*background-color: #EEEEEE;*/
	color: #003366;
	/*font-weight: bold;	*/
}
 
/* CATALOG PRODUCTS LINKS */
.cmsClassCatProductLinks {
 	font-family: Verdana, Helvetica, Arial, Helvetica, sans-serif;
	color: #444444;
	text-align: left;
	font-size: 11px; line-height: 16px; margin: 0px 0px 12px 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
}

.cmsClassCatProductLinks th {
	background-repeat: repeat-x;
	background-image: url(images/img_cms_points_h.png);
} 

.cmsClassCatProductLinks tr {
	vertical-align: top;
} 

.cmsClassCatProductLinks td {
	height: 12px;
	vertical-align: top;
} 

td.cmsClassCatProductLinksItems {
	color: #9370DB;
} 

/* CMS RENDER: PAGINATE */
td.cmsClassCatManCategory {
	color: #000000;
	font-weight: bold;
	font-variant: small-caps;
} 

/* CMS RENDER: PAGINATE */
.cmsClassPaginate {
	width: 100%;
	background-color: #F1F1F1;
}

td.cmsClassPaginate {
	background-color: #F1F1F1;
	color: #333333;
}

/* CMS RENDER: SEARCH */
.cmsClassSearchTable {
	/*background-image: url('/themes/0001/images/img_cms_search_background.png');*/
	background-image: url('/themes/0001/images/img_cms_man_background.png');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 177px;
}

.cmsClassSearchInput { width: 125px; height: 15px; border: #999999 1px solid; padding-left: 3px; font: 10px Verdana, Arial, Helvetica, sans-serif; color:#333333; }
.cmsClassSearchButton { margin-left: 0px; margin-right:3px; width:28px; height:15px;  }
.cmsClassSearchMark {
	background-color: #0099CC;
	color: White;
	font-weight: bold;
}

.cmsClassSearchInput2 {
	/*background: transparent; height: 17px; border: #e6e6e6 1px solid; padding-left: 3px; font: 10px Verdana, Arial, Helvetica, sans-serif; color:#333333;*/
	border: #e6e6e6 1px solid;
	background: white;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-family: verdana,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-size: 0.9em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: #666666;
}

/* CMS RENDER: CATALOG_MANUFACTURERS */
.cmsClassManufacturersTable {
	background-image: url('/themes/0001/images/img_cms_man_background.png');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 177px;
}

/* CMS RENDER: NEWSLETTER */
.cmsClassNewsLetterTable {
	background-image: url('/themes/0001/images/img_cms_newsletter_background.png');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 177px;
	height: 150px;
	
 	font-family: Verdana, Helvetica, Arial, Helvetica, sans-serif;
	color: #444444;
	text-align: left;
	font-size: 11px; line-height: 14px; margin: 0px 0px 12px 0px;
	vertical-align: top;
}

.cmsClassNewsLetterInput { width: 120px; height: 15px; border: #999999 1px solid; padding-left: 3px; font: 10px Verdana, Arial, Helvetica, sans-serif; color:#999999; }

/* CMS RENDER: TABLES */
.cms_generic_white_darkgrey {
 	font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; background: White;
	color: #333333;
} 
.cms_generic_grey_darkgrey { 
 	font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; background: #E5E5E5;
	color: #333333;
}
.cms_generic_darkgrey_white { 
 	font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; background: #666666;
	color: White;
}

.cms_generic_white { 
 	font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px;
	color: White;
}

.cms_generic_white_title_up { 
  height: 16px;
  font: 700 0.8em arial, serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 16px;
  color: White;
}

.cms_generic_white_title_normal { 
	font-family: "georgia",serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-size: 2em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: #000000;
}

.cms_generic_white_title_spot { 
	width: auto;
	float: left;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 15px;
	margin-top: 35px;
	margin-right: 0pt;
	margin-bottom: 40px;
	margin-left: 0pt;
	font-family: "georgia",serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-size: 4em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: #000000;
}

/* */
.table_simple {
 	/*font-family: Verdana, Helvetica, Arial, Helvetica, sans-serif;
	font-size: 11px; */
	border-spacing: 0px;
	padding: 0px;
} 

/* CMS - GALLERIES */
.table_gallery {
 	font-family: Verdana, Helvetica, Arial, Helvetica, sans-serif;
	background-color: #DCDCDC; /* #CCCCCC; */
	padding: 2px;
	border: 0px;
}

/* CMS - ARTICLES LINKS */
.table_links {
 	font-family: Verdana, Helvetica, Arial, Helvetica, sans-serif;
	color: #444444;
	text-align: left;
	font-size: 11px; line-height: 16px; margin: 0px 0px 12px 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
}

.table_links th {
	background-repeat: repeat-x;
	background-image: url(images/img_cms_points_h.png);
} 

.table_links tr {
	vertical-align: top;
} 

.table_links td {
	height: 12px;
	vertical-align: top;
} 

.table_links_margin {
	padding: 0px;
	border: 0px;
	width: 160px;
}

.table_links_margin th {
	width: 5px;
} 

a.cms_print:link 					{ color: #666666; text-decoration: underline; font-weight: normal; }
a.cms_print:visited 				{ color: #666666; text-decoration: underline; font-weight: normal; }
a.cms_print:hover,a:active 	{ color: #666666; text-decoration: underline; font-weight: normal; }
a.cms_print.link_strike 		{ color: #666666; text-decoration: underline; font-weight: normal; }

/* CMS - DISEŅO DE PAGINAS */
.cms_design_page {
	border: 0px grey dotted;
	background-color: White; /*#F5F5F5 */
}

.cms_design_container {
	border: 0px;
	width: 100%;
}
.cms_design_container a:link { color: #0066CC; }
.cms_design_container a:visited{ color: #0066CC; }
.cms_design_container a:hover, .cms_design_container a:active{ color: #0066CC; }

td.cms_design_column_caption {
	border: none;
}
.cms_design_column_caption a:link { color: #222222; }
.cms_design_column_caption a:visited{ color: #222222; }
.cms_design_column_caption a:hover, .cms_design_column_caption a:active{ color: #222222;}

td.cms_design_column {
	border: 0px solid #CCCCCC; /*1px #444444 dotted; #ACD782*/
}

.cms_design_cells {
	width: 100%;
}

td.cms_design_cells {
	border: none;
}

.cms_design_cells a:link { color: #CC3300; }
.cms_design_cells a:visited{ color: #CC3300; }
.cms_design_cells a:hover, .cms_design_cells a:active{ color: #CC3300; }

/* Anidados */
.cms_design_container_nested {
	border: 0px;
	width: 100%;
}
.cms_design_container_nested a:link { color: #0066CC; }
.cms_design_container_nested a:visited{ color: #0066CC; }
.cms_design_container_nested a:hover, .cms_design_container a:active{ color: #0066CC; }

td.cms_design_column_caption_nested {
	border: none;
}

