/*
 * jQuery UI screen structure and presentation
 * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
 * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
 * Visit ThemeRoller.com
*/
	/*
 * Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size.
 * As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px.
 * body {font-size: 62.5%;}
*/
/*UI accordion*/
.ui-accordion {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	border-bottom: 1px solid #d3d3d3;
}
.ui-accordion-group {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	border: 1px solid #d3d3d3;
	border-bottom: none;
}
.ui-accordion-header {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	cursor: pointer;
	background: #e6e6e6 url(../../img/jquery/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-accordion-header a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	display: block;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	padding: .5em .5em .5em 1.7em;
	color: #555555;
	background: url(../../img/jquery/888888_7x7_arrow_right.gif) .5em 50% no-repeat;
}
.ui-accordion-header a:hover {
	background: url(../../img/jquery/454545_7x7_arrow_right.gif) .5em 50% no-repeat;
	color: #212121;
}
.ui-accordion-header:hover {
	background: #dadada url(../../img/jquery/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	color: #212121;
}
.selected .ui-accordion-header, .selected .ui-accordion-header:hover {
	background: #ffffff url(../../img/jquery/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
}
.selected .ui-accordion-header a, .selected .ui-accordion-header a:hover {
	color: #222222;
	background: url(../../img/jquery/222222_7x7_arrow_down.gif) .5em 50% no-repeat;
}
.ui-accordion-content {
	background: #ffffff url(../../img/jquery/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
	color: #222222;
	font-size: 1em;
}
.ui-accordion-content p {
	padding: 1em 1.7em 0.6em;
}



	/*UI tabs*/
.ui-tabs-nav { /*resets*/
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	float: left;
	position: relative;
	z-index: 1;
	margin-bottom: -1px;
}

.ui-tabs-nav li {
	float: left;
	border: none;
}

* html .ui-tabs-nav li {
	width: 90px;
}

.ui-tabs-nav li a .tab_left {
	background: url(../../img/product_tab_left.png) no-repeat left;
}

.ui-tabs-nav li a .tab_right {
	background: url(../../img/product_tab_right.png) no-repeat right;
}

.ui-tabs-nav li a .tab_content {
	background: url(../../img/product_tab_bg.png) repeat-x;
	margin: 0 6px;
	padding: 0 10px;
	height: 33px;
	text-align: center;
}

.ui-tabs-nav li a .tab_content img {
	padding-top: 4px;
}

.ui-tabs-nav li a {
	display: block;
	line-height: 33px;
	text-decoration: none;
	font-weight: bold;
	color: #626262;
}

.ui-tabs-nav li a:hover {
	color: #E50101;
}

.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #ffffff;
}

.ui-tabs-nav li.ui-tabs-selected a .tab_left {
	background: url(../../img/product_tab_left_active.png) no-repeat left;
}

.ui-tabs-nav li.ui-tabs-selected a .tab_right {
	background: url(../../img/product_tab_right_active.png) no-repeat right;
}

.ui-tabs-nav li.ui-tabs-selected a .tab_content {
	background: url(../../img/product_tab_bg_active.png) repeat-x;
}

.ui-tabs-nav li.ui-tabs-selected a {
	color: #E50101;
}

.ui-tabs-nav li.ui-tabs-selected a:hover {
	color: #E50101;
}

.ui-tabs-panel { /*resets*/
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	/*font-size: 100%;*/
	list-style: none;
	/*font-family: Verdana, Arial, sans-serif;*/
	clear: left;
	border-top: 1px solid #d3d3d3;
	background: #ffffff url(../../img/tabs_bg.png) 0 0 no-repeat;
	color: #222222;
	/*font-size: 1.1em;*/
	/*margin-top: -20px;*/
	padding: 10px 15px;
	width: 673px;
}

.ui-tabs-hide {
	display: none;
	/* for accessible hiding: position: absolute; left: -99999999px*/;
}

.products_border_left {
    background: url(../../img/oferta/products_border.png) no-repeat left 33px;
}

.products_border_right {
    width: 703px;
    background: url(../../img/oferta/products_border.png) no-repeat right 33px;
}
