/*
Theme Name: WordPress ExamVision-Sandbox 
Theme URI: http://www.exam-vision.es
Description: Modified Sandbox Theme
Version: 1.0
Author: Yann Lorber
Author URI: http://www.yannlorber.fr
*/
 
 
  
/* General Styling */ 

/* 
 * COLORS: 
 * Beige: e2dfdc, 8c7d70
 * Red : #993333
 *
 * STRUCTURE : 
 *	- Style on home page : 	1 column of 980px
 *	- Other pages : 		2 columns of 750px - 40px margin - 190px
 *	- Product pages : 		2 columns of 750px - 40px margin - 190px 
 *						  & 1 first column divided into 2 : 140px - 40px margin - 570px 
 */
 
body {
	font-family: Helvetica,Arial;
	line-height: 1.5em;
	font-size: 0.75em;
	color: #666666;

	height: 100%;
	background-color: #333333;
}



/* RESET */ 

html {
	height: 100%;
}

img {
	border: none;
}


body, html, div, span, p, h1, h2, h3, h4, h5, h6, img, ul, li, ol{
	margin: 0px; padding:0px;
}

li {
	list-style-type: none;
	list-style: none;	
}

ol {
	padding-left: 20px;
}
ol li {
	list-style-type: decimal;	
	list-style: decimal;		
}

a:active,
a:focus
{
   outline:none;
}



#wrapper-general {
	background-color: white;
}

div.wrapper-bg {
	float:left;
	clear: left;
	width: 100%;
	background-color: white;	
}

div#top-wrapper-bg {
	float: left;
	background: #e2dfdc url(img/UI_elements/top_wrapper_bg.jpg) repeat-x left bottom;
	height: 79px;
}


div#second-container-wrapper-bg {
	background-color: #666666;
	float: left;
	border-top: 1px solid #8a7b6d;
}

div#footer-wrapper-bg {
	float: left;
	/*position: relative;*/
	background-color: #333333;
	height: 58px;
	border-top: 1px solid #6b6058;
}

div.wrapper {
	padding: 0px;
	width:980px;
	margin: 0px auto;        
}

div#footer-wrapper {
	margin: 12px auto;
}

div#access {
	position: relative;
	width: 100%;
	height: 79px;
}



h1#blog-title {
	position: relative;
	text-indent:-9000px;
	width:94px;
	height:66px;
	background: url(img/UI_elements/logo-exam-vision.png) no-repeat;
}	
* html h1#blog-title {	background: url(img/UI_elements/logo-exam-vision.gif) no-repeat;}

#logo a {
	width:94px;
	height:66px;
	display: block;
}


.spacer {
	clear:both;
	height:30px;
}

.showup {
	color :#993333;
}

.title-small {
    font-size: 16px;
    font-style: italic;
}


.title-subtitle {
    float: left;
    width: 430px;
    padding-top: 2px;
}



.pdflink {	
	float:right;
    width: 120px;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	color:#993333;
	background: url(img/UI_elements/pdf_tiny.gif) no-repeat right 0px;	
	padding-right: 20px;
	height: 18px;	
	line-height: 18px;		
	text-decoration: none;
	margin-top: 5px;		
}

.pdflink:hover {
	text-decoration: underline;
}



/* 2 columns Styling */ 

#container, #nosidebar-container {
	float:left;
	overflow:hidden;
	width:780px;	
	position: relative;        
}

#container {
        border-right: 1px dotted #999;	
}


#content {
	width:750px;
	float: left;        
}


.sidebar {
	float:left;
	width:190px;	
}
.sidebar .list_of_sidebar_elements {
	padding-left: 16px;
}

.list_of_sidebar_elements .contact-dealer {
    padding-bottom:20px
}

/* 1 column Styling */ 

#home-container {
	width:980px;
}
#home-container #content {
	width:auto;
	float: left;	
}



/* 2 columns Styling + 1 subcolumn */ 

#sub-container {
	float:right;
	margin:0 0 0 -180px;
	width:570px;
}

#sub-container #sub-content {
}

#sub-menu {
	float:left;
	overflow:hidden;
	width:140px;
	border: 1px solid #ccc;	
}

#sub-menu .head {
	color: #FFF;
	cursor: pointer;	
	font-size: 14px;
    font-weight: bold;
	padding-left: 10px;
	/* background: #9c8f82 url(img/UI_elements/submenu_head.gif) repeat-x;  */       
    background: url(img/UI_elements/bg_bar_left_menu.png) ;
    height:35px;
	line-height: 35px;
}

#sub-menu ul {
	width:140px;
}
#sub-menu ul li ul{
	display: none;
}

/*
#sub-menu ul li ul li{
	border-bottom: 1px dotted #ccc;
	line-height: 1px;
}
*/
#sub-menu .submenu_current, #sub-menu .submenu_current a {
	color: #993333 !important;
}

#sub-menu .submenu-white.submenu_current, #sub-menu .submenu-white.submenu_current a {
    background-color: #ebebeb !important;
}

#sub-menu .submenu-grey {
	color: #333;
	cursor: pointer;	
	font-size: 12px;
    font-weight: bold;
	padding-left: 10px;
    /*min-height:35px;*/
	line-height: 24px;
    background-color: #cccccc;
	border-bottom: 2px solid #999999;
}

#sub-menu .submenu-grey a {
	color: #333;
    display: block;
	text-decoration:none;
}

#sub-menu .submenu-white {
	color: #666;
	cursor: pointer;	
	font-size: 12px;
	padding-left: 10px;
    /*min-height:35px;*/
	line-height: 24px;
    background-color: #fff;
	border-bottom: 1px dotted #cccccc;
}

#sub-menu .submenu-white a {
	color: #666;
    display: block;
	text-decoration:none;
}

#sub-menu a:hover {
    color: #993333;
}

/* Home page special : Slideshow */

#slideshow {
	position: relative;
	width:980px;
}
#slideshow .hidden {
	display: none;
}
#slideshow #prevNext {
	position: relative;
}
#slideshow #previous_image_button {
	position: absolute;
	z-index: 100;
	cursor: pointer;	
	top:-135px;
	left:20px;
	width: 29px;
	height: 29px;	
	display: block;
	background: url(img/UI_elements/arrow_left.png) no-repeat;
}


#slideshow #next_image_button {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	top:-135px;
	right:20px;
	width: 29px;
	height: 29px;	
	display: block;
	background: url(img/UI_elements/arrow_right.png) no-repeat;
}	

/* Home page special : Access links bar */

#second-container {
	width: 100%;	
	float: left;
}
#second-container #access-list li {
	float: left;
	width: 219px;
	color: #fff;
}

#second-container #access-list li.access-element a,
#second-container #access-list li.access-element a:visited {
	background: url(img/UI_elements/plus_btn.gif) no-repeat scroll 2px 50%;
	color:#FFF;
	display:block;
	font-family:Helvetica;
	font-style:italic;
	height:16px;
	line-height:14px;
	text-decoration:none;
	text-indent:17px;
	width:160px;
}
#second-container #access-list li.access-element a:hover {
    color:#993333;
    background:white url(img/UI_elements/plus_btn.gif) no-repeat 2px;
}

#second-container #access-list li.separator {
	width: 33px;
	height: 145px;
	margin:10px 0 0 0;
	background: url(img/UI_elements/home_access_separator.gif) left repeat-y; 
}

#second-container #access-list h2 {
	color:#FFF;
	font-size: 2.0em;
	line-height: 1em;
	margin-bottom:.2em
}

#second-container #access-list .short_description {
	margin: 0px 0px 10px 0px;
	clear: both;
	font-family: Helvetica;
	font-size: 1.2em;
	font-style: italic;
}

#second-container #access-list .home_page_intro {
	font-size: 1em;
	float: left;
	display: block;
        color: #CCCCCC;
}

.access-element .height-controler {
	height: 150px;
}



/* Main menu */


div#logo {
	float:left;
	overflow:hidden;
	width:140px;
	margin-top: 6px;
	margin-right: 40px;
}

#menu {
	float: left;
	width:620px;
	position: relative;
	height: 79px;
}

#menu ul{
	float: left;
	position: absolute;
	bottom:0px;
	width:100%;        
}
* html #menu ul  {bottom:-1px; }

#menu li {
  float:left;
  background:url("img/UI_elements/bg_btn_left.jpg") no-repeat left top;
  padding:0 0 0 2px;
}

#menu li a {	
	float:left;
	font-size: 12px;
	display:block;
	position: relative;
	background:url("img/UI_elements/bg_btn_right.jpg") no-repeat right top;
	color:#333333;
	padding:32px 6px 22px;
	text-decoration:none;
}

#menu li a:hover,
#menu li.menu_current a {	
	background:url("img/UI_elements/bg_btn_right_over.jpg") no-repeat right top;
}

#menu li.last {
	background:url("img/UI_elements/bg_btn_right_border.jpg") no-repeat right top;
	height:72px;
	padding:0 0 0 1px;	
}

#dealer_login {
        float: left;
        margin: 0 0 0 0;          
        height: 79px;
        width: 180px;     
}

#dealer_login a {	
        color: #FFF;        
        text-decoration:none;
        font-size: 11px;
        float: left;
}

#dealer_login a#login {        
        margin: 40px 0 0 10px;
        height: 15px;
        width: 94px;
        background: url("img/UI_elements/dealers_login_bt.gif") no-repeat;          
        line-height: 15px;     
}

#dealer_login a#login:hover {
        background: url("img/UI_elements/dealers_login_bt_ro.gif") no-repeat;

}


#dealer_login a#logout {
        margin: 40px 0 0 10px;
        width: 64px;
        height: 15px;
        background: url("img/UI_elements/log_out_bt.gif") no-repeat;
        line-height: 15px;
}

#dealer_login a#logout:hover {
        background: url("img/UI_elements/log_out_bt_ro.gif") no-repeat;
}

#dealer_login a#dealers_area {
        color: #993333;
        margin: 40px 0 0 10px;
        height: 15px;
        width: 94px;
        background: url("img/UI_elements/back_bt.gif") no-repeat;
        line-height: 15px;
}

#dealer_login a#dealers_area:hover {
        color: #FFF;
        background: url("img/UI_elements/back_bt_ro.gif") no-repeat;
}


#login_text{
        margin: 0 0 0 10px;
}





/* footer menu */

div#footer {
	color: #fff;
	width: 100%;
	float: left;	
	font-size: 0.9em;
}
.foot_menu .email {
	font-weight: bold;
}
.foot_menu .email a {
	background: url(img/UI_elements/email_icon.gif) no-repeat 0px 1px;	
	padding-left: 18px;
	
}

#foot_menu_1 {
	float: left;
}
#foot_menu_1 .list {
	margin-left: 18px;
}
#foot_menu_2 {
	float: right;
    text-align: right;
/*	padding-top: 18px;*/
}
.foot_menu a{
	color: #fff;
	text-decoration: none;	
}

.foot_menu a:hover {
	text-decoration: underline;	
}

/*
#foot_menu_2  .designers{
	color: #fff !important;
}
#foot_menu_2  .designers a{
	color: #fff;
	text-decoration: none;
}
#foot_menu_2  .designers a:hover{
	color: #fff;
	text-decoration: underline;
}
*/


/* Title styles */ 

h2 {
	color:#8c7d70;
	font-family: Helvetica;
	font-style: italic;
	font-weight: normal;
	font-size: 1.9em;
	line-height: 1em;	
	padding :0 0 0.1em 0;
	margin:0 0 0.8em 0;
}



*+html h2{ 	margin:0 0 0.5em 0; }
* html h2{	margin:0 0 0.5em 0; }
h3 {
	color:#333333;
	font-family: Helvetica;
	font-style: italic;
	font-weight: normal;
	font-size: 1.5em;	
	line-height: 1em;	
	padding : 0 0 0.1em 0;
	margin: 2em 0 1em 0;	
	clear: both;
}

h3, h2 {
    border-bottom: 1px solid #666666;
}


h4 {
    font-size: 1.2em;
    color: #666666;
}

/* Sidebar */


.sidebar h3 {
	position: relative;
	width: 174px;
	float: left;
	font-weight: normal;
	font-size: 1.3em;	
	color: #993333;
	margin: 0px;
	border-bottom: 1px solid #993333;
}
.sidebar h3 a,
.sidebar h3 a:link,
.sidebar h3 a:visited {
	width: 169px;
	padding-left: 5px;	
	float:left;
	display: block;	
	color: #993333;
	text-decoration: none;
}
.sidebar h3 p {
	line-height: 1.5em;
}

.sidebar ul.list_of_sidebar_elements ul{
	clear: left;
	margin-top: 12px;	
}

.sidebar .list_of_sidebar_elements li {
	color: #777;
}

.sidebar .arrow {
	background: url(img/UI_elements/arrow_left_menu.gif) no-repeat;
	width: 12px; 
	height:6px;
	position:absolute;
	left:-12px;
	top:8px;
    display:none;
}


.sidebar .list_of_sidebar_elements li.elements {
	margin-bottom: 30px;
}

.sidebar .list_of_sidebar_elements li.elements li {
	border-bottom:1px dotted #999999;
	color:#666;
	padding-bottom:8px;
	padding-top:8px;
}
.sidebar .list_of_sidebar_elements li.elements li.last {
	border-bottom:none;
}
.sidebar .list_of_sidebar_elements li.elements li img {
	position: relative;
	left: 5px;
	top:1px;	
}
.sidebar .list_of_sidebar_elements li.elements li a,
.sidebar .list_of_sidebar_elements li.elements li a:link,
.sidebar .list_of_sidebar_elements li.elements li a:visited {
	color: #777;
	display: block;
	text-decoration: none;	
}
.sidebar .list_of_sidebar_elements li.elements li a:hover {
	color: #993333;	
}
.sidebar h3 p {
	position: relative;
}


/* Post style */ 


.entry-content {
	clear:both;
	line-height: 1.7em;
}
.entry-content a { 
	color: #993333;	
	text-decoration: none;
}
.entry-content a:visited {
	color:#a1767d;
}
.entry-content a:hover {
	text-decoration: underline;
}

.entry-content p { 
	clear:left;
	margin: .8em 0 .8em 0;
}

.entry-content img.illustration {
	margin-top: 20px;
	margin-bottom: 20px;	
}

.entry-content div { 

}

.entry-title,.entry-meta {
	clear:both;
        color: #333333;	
}

.alignright,img.alignright{
	float:right;
	margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
	float:left;
	margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
	display:block;
	margin:1em auto;
	text-align:center;
}

div.gallery {
	clear:both;
	height:180px;
	margin:1em 0;
	width:100%;
}

.wp-link-pdf {
	background: url(img/UI_elements/pdf-icon.png) left no-repeat;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding-left: 35px;
	padding-right: 7px;
	background-color: #ccc;
	color: white;
	font-weight: bold;
	text-decoration: none;	
}

.wp-link-pdf:hover {
	background-color: #CC0000;
}

p.wp-caption-text{
	font-style:italic;
}

div.gallery dl{
	margin:1em auto;
	overflow:hidden;
	text-align:center;
}

div.gallery dl.gallery-columns-1 {
	width:100%;
}

div.gallery dl.gallery-columns-2 {
	width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}


div#menu ul li,
div.gallery dl,
div.navigation div.nav-previous {
float:left;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}


/* Features - caracteristics list */


ul.features {
	width:570px;
    padding-bottom:2em;
}

ul.features li {
	background:url(img/UI_elements/checked.gif) no-repeat center left;
	text-indent: 20px;
	border-bottom:1px dotted #999999;
	color:#666;
	padding-bottom:5px;
	padding-top:5px;
}

ul.features li a {
	color:#993333;
	text-decoration: none;
}

ul.features li a:hover {
	text-decoration: underline;
}



/* Comparative table */



ul.comparative-table {
    float: left;
    margin-bottom: 2em;
    margin-top: 1em;
}

ul.comparative-table li {
    float: left;
    position: relative; 
    display: inline;
    cursor: default;
}

ul.comparative-table li.comp {
    width:116px;
    margin-right: 22px;
    padding: 4px;
}

ul.comparative-table li.wide {
    width: 173px;
}


ul.comparative-table li.light {
    margin-right: 12px;
}


li.comp .link-more,
li.comp .link-more:visited,
li.comp .link-more:hover,
li.comp .link-more:link,
li.comp .link-more:active {
    color:#fff;
    text-decoration:none;
}

li.comp .link-more{
    margin-top: 10px;
    float: left;
    background: #993333 url(img/UI_elements/plus_btn_black.gif) no-repeat scroll 2px 50%;
    display:block;
    font-family: Helvetica;
    font-style:italic;
    height:20px;
    line-height:20px;
    text-indent:20px;
    width:100%;
}
li.comp .link-more:hover {
    background:#333 url(img/UI_elements/plus_btn.gif) no-repeat 2px;
    text-decoration:none;
    color:#fff;
}

ul.comparative-table li.last {
    margin-right: 0px;
}
ul.comparative-table.addhover li:hover {
    background-color: #f3f2f1;
}


ul.comparative-table li h4 {
    float: left;
    width:116px;
    height:36px;
    line-height: 42px;
    font-family: Helvetica;
    font-size:2.8em;
    font-weight: bold;
    text-align: center;
    color: #454240;
}


ul.comparative-table li.wide h4 {
    width: 173px;
}

ul.comparative-table li.light h4 {
    text-align: left;
    width:163px;
    height:26px;    
    font-family: Helvetica;
    font-size:11px;
    margin-bottom: 6px;
    line-height: 15px;
    padding: 5px;
}



ul.comparative-table li h4#t1 {
    background: url(img/UI_elements/comp_T1.gif) repeat-x left 0px;
}
ul.comparative-table li h4#t2 {
    background: url(img/UI_elements/comp_T2.gif) repeat-x left 0px;
}
ul.comparative-table li h4#t3 {
    background: url(img/UI_elements/comp_T3.gif) repeat-x left 0px;
}
ul.comparative-table li h4#t4 {
    background: url(img/UI_elements/comp_T4.gif) repeat-x left 0px;
}
ul.comparative-table.addhover li:hover h4#t1 {
    color:#fff;
    background: url(img/UI_elements/comp_T_ro.gif) repeat-x left 0px;
}
ul.comparative-table.addhover li:hover h4#t2 {
    color:#fff;
    background: url(img/UI_elements/comp_T_ro.gif) repeat-x left 0px;
}
ul.comparative-table.addhover li:hover h4#t3 {
    color:#fff;
    background: url(img/UI_elements/comp_T_ro.gif) repeat-x left 0px;
}
ul.comparative-table.addhover li:hover h4#t4 {
    color:#fff;
    background: url(img/UI_elements/comp_T_ro.gif) repeat-x left  0px;
}

* html ul.comparative-table li h4 {line-height: 36px; height:36px;}

ul.comparative-table ul.features {
    width: 116px;
    height:170px;
    float: left;
    border-bottom:1px dotted #999999;
    padding-bottom: 24px;       
}

ul.comparative-table li.wide ul.features {
    width: 173px;
}

ul.comparative-table li.def-comp ul.features {
    height:230px;
}

ul.comparative-table li.sys-comp ul.features {
    height:300px;
}

ul.comparative-table li.light ul.features {
    height:80px;
}

ul.comparative-table ul.features li {
    width: 104px;
    background: none;
    position: relative;
    border-bottom:none;
    color:#666;
    text-indent: 0px;
    margin-top: 16px;   
    padding: 0px;
    padding-left: 12px;
    line-height: 1.4em;
}

ul.comparative-table li.wide ul.features li {
    width: 161px;
}

ul.comparative-table ul.features li span.bullet{
    position: absolute;
    left:0px;
    color: #993333;
}



.contact-dealer {
    display:block;
    width: 174px;
    height: 25px;
    background: url(img/UI_elements/contact_local_dealer_ro.png) left top no-repeat;
    margin-top: 30px;
    margin-bottom: 15px;
}

.contact-dealer:hover img {
    position:absolute;
    left: -999em;
    top: -999em;
}

.request-instructions {
    display:block;
    width: 277px;
    height: 29px;
    background: url(img/UI_elements/bt_flip-up_instructions_ro.png) left top no-repeat;
    margin-top: 20px;
}

.request-instructions:hover img {
    position:absolute;
    left: -999em;
    top: -999em;
}

.flipup-form-logo {
    float: left;
    margin-bottom: 30px;
}


.flipup-form-button {
    float: right;
    margin: 36px 10px 0 0;
}

#flipupform-container {
    padding: 20px 0;
}


/*
#request-form {
    padding-top:15px;
}

#request-form li {
    clear: both;
    padding-top: 10px;
}

#request-form li label{
    float: left;
}

#request-form li input{
    float: left;
}

#request-form .sendbutton{
    clear: both;
    margin: 10px 0 0 170px;;
}
*/


#flip-up-working {
    width: 570px;
    height: 359px;
}

/* Loupe table specifications */

.specifications {
    border-collapse: collapse;
}

.specifications td {
    border-bottom: 1px dotted #999999;
    height: 36px;
}

td.icon {
    width: 40px;
}

td.field-name {
    width: 200px;
}

td.field-value {
    width: 150px;
}

td .color {
    display: inline-block;
    vertical-align: middle;
    float: :left;
    width: 21px;
    height: 19px;
    margin-right: 4px;
}

td .azul {
    background: url(img/UI_elements/color_azul.jpg) no-repeat 0px 0px;
}
td .azul:hover {
    background: url(img/UI_elements/color_azul.jpg) no-repeat 0px -19px;
}
td .plata {
    background: url(img/UI_elements/color_plata.jpg) no-repeat 0px 0px;
}
td .plata:hover {
    background: url(img/UI_elements/color_plata.jpg) no-repeat 0px -19px;
}
td .rojo {
    background: url(img/UI_elements/color_rojo.jpg) no-repeat 0px 0px;
}
td .rojo:hover {
    background: url(img/UI_elements/color_rojo.jpg) no-repeat 0px -19px;
}


td.eye a{
    display:block;
    width: 16px;
    height: 11px;
    background: url(img/UI_elements/eye_ro.png) left top no-repeat;
    cursor: pointer;
}

td.eye a:hover img {
    position:absolute;
    left: -999em;
    top: -999em;
}

#screenshot { 
	position: absolute;
	padding: .5em;
	display: none;
	z-index: 200;	
	background: #e3e3e3;
}

/* WHERE TO BUY */

.container-1 {
    float:left;
    width: 240px;
}

.container-2 {
    float:left;
    width: 500px;
}

.container-2 .sub-dealer-country {
    float:left;
    width: 500px;
}

.container-2 .entry-content {
    clear: none;
    float:left;
    width: 200px;
}

#alphabet {
    font-size: 1.33em;
    line-height: 1em;
    margin: -10px 0 15px 5px;
    vertical-align: middle;
}

.alphabet-sep {
    font-size: 0.75em;
    line-height: 2em;
    padding: 0 2px;
}
    

.sub-dealer-country{
        font-size: 1.3em;
        font-weight: bold; 
        color: #666666;
        padding-top: 1em;
}

.dealer-country{
        font-size: 1.3em;
        font-weight: bold; 
        color: #333333;
}

.dealer-separator {
	clear: both;
        height: 1px;	
        width: 200px;
        border-bottom:1px dotted #999;
        margin: 30px 0;
}

#dealerlist .entry-content {        
        margin-bottom: 30px; 
        margin-top: 15px;
}

#dealerlist .last {        
        margin-bottom: 0; 
}

#dealerlist img {
    padding-top: 10px;
}

/* ROUNDED LINKS / BUTTONS */

.rounded {
	background-color: #cccccc;
	padding:7px;
	color:#555555;	
	text-decoration: none;
}

.rounded:hover {
	background-color: #EFEFEF;
}


.read-more {
	clear: left;
}



/*  FAQ page */		

ul.faq li {
	cursor: pointer;
	color:#555555;
	background:url(img/UI_elements/faq_q.png) no-repeat  10px 10px;
	border-bottom:1px dotted #999999;
	padding:12px;
	padding-left:40px;
}

ul.faq .question {
	font-size: 1em;
	font-weight: bold;
}

ul.faq .answer {
	margin-top: 1em;
}


ul.faq .highlight-answer {
	background:#eee url(img/UI_elements/faq_q.png) no-repeat  10px 10px;
}

ul.faq .highlight-answered {
	background: #CDFBCD url(img/UI_elements/faq_a.png) no-repeat  10px 10px
}


ul.faq .answered {
	background: #e7e9dd url(img/UI_elements/faq_a.png) no-repeat 10px 10px;
}

ul.faq .answered:hover {
	background: #dccccf url(img/UI_elements/faq_a.png) no-repeat  10px 10px;
}

		
	
/* Contact PAGE */


#contact-table {
	width: 100%;
}

#contact-info {
	float: left;
	width: 300px;
}
		
#contact-form {
	float: left;
	width: 450px;
}

.row {
    padding-bottom: 20px;
}

.col-2 {
    float: left;
    width: 200px;
    padding-right: 20px;
}

.col-2 input {
    width: 180px;
}
		
.reqtxt {
    color:#AAAAAA;
    font-size:0.8em;
}

#contact-form input, #flipupform input {
    height: 18px;
}

#contact-form textarea {
    width: 400px;
    height: 200px;
}

#contact-form input, #contact-form textarea, #flipupform input {
    background:#FFFFFF url(img/UI_elements/contactpage/field-bg-top.gif) repeat-x scroll;
    padding: 7px;
    font-size: 1.2em;
    color: #888888;
    border:1px solid #CCCCCC;
}
    
#contact-form #sendmail, #flipupform #sendmail {
    background:#793A46 url(img/UI_elements/contactpage/enviar.gif) repeat-x scroll 0 0;
    color:#FFFFFF;
    display:block;
    float:left;
    padding:0;
    height: 21px;
    width:59px;
    text-align:center;
    border:none;
    cursor:pointer;
}

#contact-form #sendmail:hover, #flipupform #sendmail:hover {
    background:#8C7D70 none repeat scroll 0 0;
}

/* image-list page */

.image-list {
	float: left;
	width:100%;
}

.image-list li {
	float: left;
	width:100%;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
.image-list li img {
	float: left;
	margin-right: 20px;
}
.image-list li .image-list-content {
	float: left;
	width: 610px;
}
.image-list li .image-list-content p {
	clear: left;
	line-height: 1.3em;
}
.image-list li .image-list-content  .opinion{
	margin: 12px 0px 0px 0px;
}
.image-list li.big {
	border-top: none;
}
.image-list li.big img {
	float: left;
	margin-right: 40px;		
}
.image-list li.big .image-list-content {
	float: left;
	width: 530px;
}
.image-list-content img {
	width: auto;

}

.image-list li.big .opinion {		
	font-family: Helvetica;
	font-size: 2.6em;
	font-style: italic;
	line-height: 1.2em;
}		
.image-list .signature,
.image-list .place,
.image-list .date {
	font-family: Helvetica;	
	color:#8c7d70;
	line-height: 1.2em;
	margin: 0px;
}
.image-list .place {
	font-style: italic;
}
.image-list li.big  .dble_quote{
	margin: 0px 10px 0px 0px;
	display: inline;
	color: #993333;
	font-size:3em;
	position: relative;
	top:36px;
	line-height: 1px;
}
.image-list li .signature{
	font-weight: bold;
}	

#accesorios  li .image-list-content  {
	width: 400px;
	margin-left: 20px;
}
* html #accesorios   li .image-list-content   { margin-left:0px; }


#accesorios li {
	border-top: none;
	border-bottom: 1px dotted #666;
}
#accesorios .thumbnail {
	float:left;
	position: relative;
}
#accesorios .thumbnail img  {
	padding: .3em;
	background-color: #e2dfdc;
}
* html #accesorios .thumbnail img { padding:0px; width:119px;margin-right:10px; border:3px solid #e2dfdc; background:none;}


#accesorios .image-list-content .title {
	clear: left;
	font-family: Helvetica;
	font-style: italic;
	font-weight: bold;
	margin-bottom: .8em;
}

#accesorios a {
	text-decoration: none;	
	position: relative;	
	display: block;
	width: 125px;
	height: 85px;
}

* html #accesorios a { width:119px; height:79px }

#accesorios a .zoom {
	position: absolute;
	height:12px;
	width:12px;	
	right: 8px;
	bottom: 8px;
	background: url(img/UI_elements/zoom.gif) no-repeat bottom right;
}

* html #accesorios a .zoom {  	right: 16px; bottom: 8px;}


		
/* Galeria page */

.galeria {
	float: left;
	width: 100%;
}

.galeria .thumbnail {
	float:left;
	position: relative;
	margin-right: 30px;
	margin-bottom: 20px;
}

.galeria .thumbnail p {
	color: #8c7d70;
	font-family: Helvetica; 
	font-style:italic;
	padding-left: 0.4em;
	width:100px;
}

.galeria .thumbnail img {
	padding: .3em;
	background-color: #e2dfdc;
}

.galeria .thumbnail a {
	text-decoration: none;	
	position: relative;	
	display: block;
	width: auto;
	height: auto;
}

.galeria .last {
	margin-right: 0px;
}

.galeria a .zoom {
	position: absolute;
	display: block;
	height:12px;
	width:12px;	
	right: 8px;
	bottom: 8px;	
	background: url(img/UI_elements/zoom.gif) no-repeat bottom right;
}

.zoom {
	position: absolute;
	display: block;
	height:12px;
	width:12px;	
	right: 8px;
	bottom: 8px;	
	background: url(img/UI_elements/zoom.gif) no-repeat bottom right;
}


.marginbottom {
	clear: both;
	height:20px;
}

p.imagespace {
	clear: both;
	margin: 20px 0; 
}

img.date {
    padding-bottom: 20px;
}

.news-date {
	font-family: Helvetica;	
	color:#666666;
    font-weight: bold;
	margin-bottom: 5px;
	font-size: 16px;
}

a.more-link,
a.more-link:visited {
	background: url(img/UI_elements/plus_btn.gif) no-repeat scroll 2px 50%;
	color:#793b46;
	display:block;
	font-family:Helvetica;
	font-style:italic;
	height:16px;
	line-height:14px;
	text-decoration:none;
	text-indent:17px;
	width:69px;
}
a.more-link:hover {
	background:white url(img/UI_elements/plus_btn.gif) no-repeat 2px;
}


.nav-previous a,
.nav-next a,
#ec3_prev,
#ec3_next,
caption a {
	color: #993333 !important;	
	text-decoration:underline !important;	
	line-height: 24px !important;	
	padding-left: 10px !important;	
	display: block !important;	
}
.nav-previous a:hover,
.nav-next a:hover,
#ec3_prev:hover,
#ec3_next:hover,
caption a:hover {
	text-decoration:none !important;	
}

.news-separator {
        margin: 20px 0;
	clear: both;
	height:1px;
	border-bottom:1px dotted #999;
}

.news_zoom {
	position: absolute;
	display: block;
	height:12px;
	width:12px;	
	right: 8px;
	bottom: 16px;	
	background: url(img/UI_elements/zoom.gif) no-repeat bottom right;
}


.navigation {
	clear: both;
	margin-top: 20px;
}

/*
.news-back-long {	
	float:right;
	width:149px;
	height:21px;
	background: url(img/UI_elements/volver-n-a.gif) no-repeat right 0px;	
	padding-right: 20px;
	text-decoration: none;
	margin-top: 10px;		
}
.news-back {	
	float:right;
	width:57px;
	height:21px;
	background: url(img/UI_elements/volver.gif) no-repeat right 0px;	
	padding-right: 20px;
	text-decoration: none;
	margin-top: 10px;		
}
*/
.go-back {
    float: right;
    width: 90px;
    height: 21px;
    background: url(img/UI_elements/news_bt_go_back_ro.gif) left top no-repeat;
}

.go-back:hover img {
    position:absolute;
    left: -999em;
    top: -999em;
}


.more-news {
    float: right;
    width: 90px;
    height: 21px;
    background: url(img/UI_elements/news_bt_view_more_ro.gif) left top no-repeat;
}

.more-news:hover img {
    position:absolute;
    left: -999em;
    top: -999em;
}

h3.news {
color:#333333;
font-family:Helvetica;
font-size:15px;
font-style:italic;
font-weight:normal;
line-height:15px;
border: none;
margin:0px !important;
margin-bottom:5px !important;
}

#news hr{	
    border:1px dotted #666;
    border-width:1px 0 0;
    height:0; 
}

.news-thumbnail {
    float: right;
    width: 120px;
    margin: 0 12px;
    border:3px solid #e2dfdc;
    position: relative;
}

.news-text {
    float: left;
    width: 600px;
}

.news-zoom {
	position: absolute;
	height:12px;
	width:12px;	
	right: 4px;
	bottom: 4px;
	background: url(img/UI_elements/zoom.gif) no-repeat bottom right;
}
	
#ec3_publish {
	display:none;
	visibility: hidden;
}	
	
.event-dropdown{
	margin-bottom: 10px;
	margin-top: 10px;	
}	

.location {
	font-family: Helvetica;	
	color:#8c7d70;
	font-size: 16px;	
	font-style: italic;        
}

/* team */

.team {
    margin: 20px 0;
    padding: 0;
    height:185px;
    width:550px;
    float:left;  
}

.team img {    
    margin: 0;
    padding: 0;
    border:3px solid #e2dfdc;
    float: left;
}

.team .team-text {	
    height: 165px;
    margin-left:140px;
    padding-top:20px;

}




.team .team-text .member_name {
    font-family: Helvetica;
    font-size: 13px;    
    font-style: italic;
    font-weight: bold; 
}

.team .team-text .member_desc {
    font-family: Helvetica, Arial;
    font-size: 12px;   
}

.team-separator {
	clear: both;
        height: 1px;	
        width: 500px;
        border-bottom:1px dotted #999;
        margin: 0;
}


/* sub-menu dealers area */

#sub-menu-dealers {
    margin: 0;
    padding: 0;
    float:left;        
}


#sub-menu-dealers ul {
    margin: 0;
    padding: 0;	
}



#sub-menu-dealers ul li a {
    width: 140px;
    color: #FFF;
    /* background: #9c8f82 url(img/UI_elements/submenu_head.gif) repeat-x; */
    line-height: 35px;
    background: url(img/UI_elements/bg_bar_left_menu.png) ;
    text-decoration:none;    
    padding-left: 10px;
    display: block;
}

#sub-menu-dealers ul li a:hover{    
    /* background: #9c8f82 url(img/UI_elements/submenu_head.gif) repeat-x; */
    background: url(img/UI_elements/bg_bar_left_menu_ro.png) ;
    
}

#sub-menu-dealers ul li.dealers_menu_current a{    
    /* background: #9c8f82 url(img/UI_elements/submenu_head.gif) repeat-x; */
    background: url(img/UI_elements/bg_bar_left_menu_ro.png) ;
    
}


/* ev-asset*/

.ev_ap_title{
        font-size: 13px;
	font-weight:bold;
	color:#666666;
}

ul.ev_ap li{
        margin: 0 0 30px 0;	

}

.ev_ap_gallery{
        margin: 50px 0;
        float: left;
        /*width: 600px;	*/
}

.ev_ap_thumbnail {  
  margin:0;  
  height:260px;
  width:180px;
  float:left;
  text-align:left;
               
}

.ev_ap_thumbnail img {
     display:inline;
     border:3px solid #e2dfdc;  
     margin: 0;
  
}

.ev_ap_thumbnail .image_title {
    font-weight: bold;   
}


.ev_ap_thumbnail .desc {
    background: url(img/UI_elements/arrow_download.gif) no-repeat scroll 2px 2px;
    float: left;
    margin: 0;
    padding-left: 15px;
    text-align: left;   
}




/* login page */
#login_page {
    
    margin: 150px 0;
    float: left;
    width: 400px; 
}

#login_page input {
    margin: 0 0 0 40px;	
}

#login_page .send {
      background: url(img/UI_elements/login_box_bt.gif) ;
      color: #FFF;
}


/*flipup adjustment page*/


#calculator{
    float: left;
}

#calculator label {
    margin: 0 40px 0 0;
}


#calculator .compute {
    width:60px;
    height: 23px;
    background: url(img/UI_elements/flipup_adjust/submit.png);
}


#calculator .position {
    border: 0px;
}


.pict_caption {
    font-size: 10px;
	position: absolute;
	display: block;
	bottom: -10px;	
}


/*testimonials*/

.testimonial {
    width: 100%;
    padding: 0 0 20px 0;
	border-bottom:1px dotted #999;
    margin-bottom: 20px;

}

.testimonial img {
    float: left;
    margin-right: 10px;
    border:3px solid #e2dfdc;
}

.testimonial .description {
    float: left;
    width: 634px;
    line-height: 1.2em;
}

.testimonial .name {
    color: #333;
    font-weight: bold;
}

.testimonial .country {
    font-weight: bold;
    font-style: italic;
}

.testimonial .position {
    font-style: italic;
}


.testimonial .quote {
    float: left;
    width: 634px;
    padding-top: 10px;
}

.testimonial.last {
    border: none;
}


/*examvision page*/

.light {
    float: left;
    color: #999999;
    display: inline;
}

.team-item {
    float: left;
    padding-right: 25px;
    width: 130px;
}

.team-item-last {
    padding: 0;
}

.team-item img {
    border:3px solid #e2dfdc;
}

.team-desc {
    padding-top: 10px;
    line-height: 1.2em;
}

/*hidden page*/

#hd_raya, #lite_raya{
    float: left;
    margin: 0;
    padding: 0;
    height: auto;
    width:auto;
}


#hd_raya #desc, #lite_raya #desc
{
    padding-left: 20px;
}

/* general */

.float-left {
    float:left;
    width: auto;
}

.no-border {
    border: none;
    margin-bottom: 0.1em;
}

.home-new {
    margin: 5px 0 0 8px;
}

.new-menu {
    float: right;
    margin: 5px 20px 0 0;
}

.submenu-new-text {
    width: 60px;
    float: left;
}

.clear {
    clear: both;
}

.extra-height {
    width:100%;
    height: 10px;
}

.full-width {
    width: 100%;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.prod-new-text {
    width: auto;
    float: left;
}

.prod-new {
    float: left;
    padding-left: 7px;
}

/* Bruce Thomas */
a.inline-plus:hover { text-decoration:underline; }
a.inline-plus {
background:url("/wp-content/themes/sandbox/img/UI_elements/plus_btn.gif") no-repeat scroll right center transparent;
clear:both;
color:#993333;
float:left;
font-size:10px;
font-weight:bold;
margin:3px 0 0;
padding:2px 16px 0 0;
text-decoration:none;
}

.news-thumbnail { border:none !important; }
.news-thumbnail img { border:3px solid #E2DFDC; }


/* redefine news-zoon for this instance (see: line 1744 ) */
ul.hi-res-popup .news-zoom { bottom:16px; right: 7px; display:none; }