/*-----------------------------------------------------------------------------
Ticket Express (Main Cascading Style Sheet)
-----------------------------------------------------------------------------*/

/* =Reset
-----------------------------------------------------------------------------*/
 
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, img, blockquote, q, a, em, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
/* { border-style: none;
	border-color: inherit;
	border-width: 0;
	padding: 0;
	outline: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}*/


img {
    display: block;
}
ol, ul {
    padding-bottom: 5px;
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font: 62.5% Tahoma, Arial, Helvetica, sans-serif;
    background: #c8c8c8;
}

/* =General
-----------------------------------------------------------------------------*/

html, body {
    /* , #wrap */
    height: 100%;
}
body > #wrap {
    height: auto;
    min-height: 100%;
}

h1 {
    padding: 10px 0;
    font-size: 1.6em;
}


h2 {
    padding-bottom: 5px;
    font-size: 1.4em;
}
h3 {
    padding-bottom: 5px;
    font-size: 1.2em;
}

h1.reverse, h2.reverse, h3.reverse {
    background-color: #a0a0a0;
    margin-top: 5px;
    padding: 2px 0 2px 5px;
}

/*>> p 1.1em*/
p {
    padding-bottom: 10px;
    font-size: 1.15em;
    line-height: 135%;
}
p.details {
    padding-bottom: 10px;
    font-size: 1.1em;
    line-height: 135%;
    max-height: 5.4em;
    overflow: hidden;
}
.pTaps {
    margin: 10px 0;
}

li {
    margin-left: 14px;
    padding-bottom: 5px;
    font-size: 1.1em;
    list-style: disc;
}

#ct_wrap {
    padding-bottom: 267px;
}
#hr_wrap {
    height: 162px;
    background: #333 url(../../images/template/bg_hr.gif) repeat-x;
}
#fr_wrap {
    position: relative;
    margin-top: -267px;
    height: 267px;
    clear: both;
    background: #000 url(../../images/template/bg_fr.gif) repeat-x bottom left;
}

#hr, #ct, #fr {
    margin: 0 auto;
    width: 960px;
}
#ct {
    padding: 10px 0;
}
#fr {
    position: relative;
    padding-top: 20px;
    height: 247px;
}

#banner_top {
    background: url(../../images/template/bg_top.gif) repeat-x;
    padding: 10px;
}
#topBannerImg {
    margin: 0 auto;
}
.adimg {
    margin: 0 auto;
    width: 100%;
}

#banner_top .adswf {
    margin: 0 auto;
    width: 940px;
}

#logo_login_qsearch {
    position: relative;
}

#logo {
    position: absolute;
    top: 20px;
    left: 10px;
    padding: 0;
    width: 238px;
    height: 83px;
    text-indent: -9999px;
    background-repeat: no-repeat;
}
#logo_fr {
    position: absolute;
    bottom: 20px;
    right: 4px;
    width: 150px;
    height: 60px;
    background: url(../../images/template/logo_fr.gif.png) no-repeat;
}

#login {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 260px;
    height: 65px;
    background: #d2d2d2 url(../../images/template/bg_login.gif) repeat-x;
}
#login_br {
    background: url(../../images/template/login_br.gif) no-repeat bottom right;
}
#login_bl {
    background: url(../../images/template/login_bl.gif) no-repeat bottom left;
}
#login_tl {
    background: url(../../images/template/login_tl.gif) no-repeat;
}
#login_tr {
    padding: 7px 5px 5px;
    height: 53px;
    background: url(../../images/template/login_tr.gif) no-repeat top right;
}

#user_img {
    float: left;
    padding-right: 6px;
    width: 60px;
}
#user_info {
    float: left;
    width: 184px;
    font-size: 1em;
    font-weight: bold;
    color: #282a2d;
}
#user_img img {
    border: 2px solid #fff;
}
#user_info p {
    padding-bottom: 4px;
    line-height: 120%;
}
#user_info span {
    color: #900;
}
#user_info img {
    display: inline;
}
/*>>>*/

#qsearch {
    position: absolute;
    top: 79px;
    right: 10px;
    width: 260px;
}
#qsearch_br {
    float: left;
    padding-left: 5px;
    width: 255px;
    background: url(../../images/template/qsearch_br.gif) no-repeat;
}
#qsearch input {
    float: left;
}
#qsearch input.text {
    width: 193px;
    height: 25px;
    font: bold 1.1em Tahoma, Arial, Helvetica, sans-serif;
    line-height: 25px;
    color: #666;
}

#secciones {
    float: left;
    padding: 0 20px 0 10px;
    width: 730px;
    height: 167px;
}
/* ver .ftr_box*/
#contactos {
    float: right;
    padding-right: 10px;
    height: 167px;
    color: #999;
}
#secciones h3, #contactos h3 {
    margin-bottom: 14px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #c5c5c5;
    font: bold 1.5em "Trebuchet MS" , Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #c5c5c5;
}

#copyright {
    padding-top: 46px;
    color: #fff;
}

/* =Nav
-----------------------------------------------------------------------------*/

#nav {
    float: left;
    padding: 128px 10px 0;
    width: 940px;
}
#nav li {
    float: left;
    margin: 0;
    padding: 0 1px 0 0;
    font-size: 1.2em;
    font-weight: bold;
    background: #000;
    list-style: none;
}
#nav li.last {
    padding: 0;
}

.nav_sec {
    padding: 0;
}
.nav_sec li {
    margin: 0;
    padding: 0;
    font-size: 1.1em;
    font-weight: bold;
    list-style: none;
}

.nav_fr {
    float: left;
    padding: 0;
    width: 180px;
}
.nav_fr li {
    margin: 0;
    font-size: 1.1em;
    list-style: none;
    color: #999999;
}

/* =Content
-----------------------------------------------------------------------------*/

#ct_box_br {
    background: #fff url(../../images/template/ct_box_br.gif) no-repeat bottom right;
}
#ct_box_bl {
    background: url(../../images/template/ct_box_bl.gif) no-repeat bottom left;
}
#ct_box_tl {
    background: url(../../images/template/ct_box_tl.gif) no-repeat;
}
#ct_box_tr {
    padding: 10px;
    background: url(../../images/template/ct_box_tr.gif) no-repeat top right;
}
dt img {
    max-width: 100px;
}

#side_1 {
    float: left;
    padding-right: 10px;
    width: 140px;
}
#content {
    float: left;
    padding: 0 10px;
    width: 460px;
}
#side_2 {
    float: left;
    padding-left: 10px;
    width: 300px;
    margin: 0;
}

#secondary #content {
    width: 620px;
}
#secondary #side_2 {
    width: 140px;
}

.cnt_box {
    padding-bottom: 10px;
}
/*>>>.cnt_box h2  height: 39px; line-height: 39px; */
.cnt_box h2 {
    padding: 0;
    border-bottom: 1px solid #fff;
    height: 34px;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 34px;
    background: #333 url(../../images/template/bg_hd_center.gif) repeat-x;
    color: #fff;
}
.cnt_box h2 span {
    display: block;
    background: url(../../images/template/bg_hd_left.gif) no-repeat;
}
.cnt_box h2 span span {
    padding: 0 10px;
    background: url(../../images/template/bg_hd_right.gif) no-repeat top right;
}

.ftr_box {
    float: left;
    padding-right: 15px;
    height: 167px;
    width: 220px;
}
.ftr_box h2 {
    padding-bottom: 5px;
    font: bold 1.2em "Trebuchet MS" , Arial, Helvetica, sans-serif;
    color: #c5c5c5;
    text-transform: uppercase;
}

#search {
    padding: 7px 0 10px;
    background: #e1e5e6;
}
#search p {
    padding-bottom: 7px;
    text-align: center;
}
#search p.btn {
    padding: 0;
}
#search input.text {
    padding: 0 6px;
    border: 1px solid #cdcdcd;
    width: 113px;
    height: 25px;
    font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
    line-height: 25px;
    color: #999;
}

.prev_list_1 dl {
    float: left;
    border-bottom: 1px solid #fff;
    background: #e1e5e6;
}
.prev_list_1 dt {
    float: left;
    padding: 10px 16px 10px 10px;
    width: 100px;
}
.prev_list_1 dd {
    float: left;
    padding: 10px 24px 10px 0;
}
.prev_list_1 dl.last {
    border: 0;
}
.prev_list_1 h3 {
    padding-bottom: 2px;
    font-size: 1.1em;
}
.prev_list_1 p {
    padding: 0;
    color: #000000;
    text-align: justify;
}
/*#1c376c -> #000000 */

.prev_list_2 {
    background: #e1e5e6;
}
/* >>>  ++ */
.prev_list_2 dl {
    float: left;
    background: #e1e5e6;
}
.prev_list_2 dt {
    float: left;
    padding: 10px 0px 5px 0px;
    width: 70px;
}
.prev_list_2 dd {
    float: left;
    padding: 10px 5px 10px 0;
}
/*padding: 10px 24px 10px 0*/
.prev_list_2 h3 {
    padding-bottom: 2px;
    font-size: 1.1em;
}
.prev_list_2 p {
    padding: 0;
    color: #000000;
    text-align: justify;
}
/*#1c376c -> #000000 */

#social {
	position: absolute;	
	right: 140px;
	top: 30px;
}

#social_networks {
    float: left;
    padding-bottom: 20px;
    width: 300px;
}
#social_networks li {
    float: left;
    margin: 0;
    padding: 0;
   /* width: 50px;*/
    height: 50px;
    text-indent: -9999px;
    list-style: none;
}
#social_networks li a {
    display: block;
    height: 50px;
}

#facebook {
    background: url(../../images/template/Redes_Sociales/facebook.gif) no-repeat;
    width: 41px;
}
#twitter {
    background: url(../../images/template/Redes_Sociales/twitter.gif) no-repeat;
    width: 43px;
}
#youtube {
    background: url(../../images/template/Redes_Sociales/youtube.gif) no-repeat;
    width: 110px;
}

/* =Tabbed Content
-----------------------------------------------------------------------------*/

.tab_box {
    padding-bottom: 10px;
}

#tabs {
    float: left;
    padding: 0;
    border-bottom: 4px solid #000;
}
/*>>> padding: 7px 2px 0 0*/
#tabs li {
    float: left;
    margin: 0;
    padding: 5px 2px 0 0;
    height: 29px;
    font-size: 1.3em;
    font-weight: bold;
    list-style: none;
}
#tabs li a {
    float: left;
    color: #fff;
    background: #ff7400;
}
#tabs li a span {
    float: left;
    background: url(../../images/template/tab_left.gif) no-repeat;
    cursor: pointer;
}
#tabs li a span span {
    float: left;
    padding: 0 12px;
    line-height: 29px;
    background: url(../../images/template/tab_right.gif) no-repeat top right;
}
/*>>> height: 36px; */
#tabs li.active {
    padding-top: 0;
    height: 34px;
}
#tabs li.active a {
    background: #000 url(../../images/template/tab_sel_center.gif) repeat-x;
}
#tabs li.active a span {
    background: url(../../images/template/tab_sel_left.gif) no-repeat;
}
#tabs li.active a span span {
    padding: 0 12px;
    line-height: 36px;
    background: url(../../images/template/tab_sel_right.gif) no-repeat top right;
}
#tabs li.last {
    padding-right: 0;
}

#tab_cnt_2, #tab_cnt_3 {
    display: none;
}

#tab_ad {
    padding: 6px 10px;
    background: #e1e5e6;
}

#events_products #tabs {
    width: 100%; /*auto*/
}

/* =Rating - Buy
-----------------------------------------------------------------------------*/

.rating_buy {
    float: right;
    padding-top: 8px;
}

.rating, .rating a:hover, .rating a:active, .rating a:focus, .rating .current_rating {
    background: url(../../images/template/rating.gif) left -1000px repeat-x;
}
.rating {
    float: left;
    margin-right: 10px;
    padding: 0;
    position: relative;
    width: 125px;
    height: 25px;
    overflow: hidden;
    background-position: left top;
}
.rating li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style: none;
}
.rating a, .rating .current_rating {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -1000em;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.rating a:hover, .rating a:active, .rating a:focus {
    background-position: left bottom;
}
.rating a.one_star {
    width: 20%;
    z-index: 6;
}
.rating a.two_stars {
    width: 40%;
    z-index: 5;
}
.rating a.three_stars {
    width: 60%;
    z-index: 4;
}
.rating a.four_stars {
    width: 80%;
    z-index: 3;
}
.rating a.five_stars {
    width: 100%;
    z-index: 2;
}
.rating .current_rating {
    z-index: 1;
    background-position: left center;
}

.buy {
    float: left;
    text-indent: -9999px;
}
.buy a {
    display: block;
    width: 65px;
    height: 24px;
    background: url(../../images/template/btn_comprar.gif) no-repeat;
}
.buy a:hover {
    background-position: 0 -24px;
}

/* =Inicio
-----------------------------------------------------------------------------*/

#main_img {
    padding-bottom: 10px;
}

#enterate .col_1, #enterate .col_2 {
    float: left;
    width: 230px;
}
#enterate dl {
    width: 230px;
    height: 120px;
    overflow: hidden;
}
#enterate dd {
    width: 140px;
    padding-left: 5px;
}
/*>>> width: 126px;*/
#enterate dt img {
    max-width: 70px;
}

#events dl, #next_events dl, #products dl {
    width: 460px;
    background-color: #F9F9F9;
}
#events dd, #next_events dd, #products dd {
    width: 310px;
}

#event-header {
    border-radius: 5px 5px 5px 5px;
    background-color: #000000;
    float: left;
    margin: 0 0 10px 0px;
    padding: 5px 20px 5px 5px;
    width: 765px;
    background-position: right center;
    background-repeat: repeat;
}
#event-header h1 {
    color: #FFFF00;
    float: left;
    overflow: hidden;
}
#event-header h3 {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    color: #FFFF00;
}

#proximos dt {
    width: 75px;
    padding: 10px;
}
#proximos img {
    max-width: 80px;
}
#proximos dl {
    width: 300px;
}
#proximos dd {
    width: 195px;
    padding: 0 10px 10px 0;
}
#proximos h2 {
    background: none;
    border-bottom-width: 0px;
}

/* =Misc
-----------------------------------------------------------------------------*/
.pTaps {
    margin-top: 10px;
}
.ad {
    padding-bottom: 10px;
}
.ad li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 10px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */

.clear {
    clear: both;
}

/* =Links
-----------------------------------------------------------------------------*/

a {
    text-decoration: none;
}

#logo a {
    display: block;
    width: 238px;
    height: 83px;
}

#nav li a {
    float: left;
    padding: 0 10px;
    line-height: 34px;
    color: #fff;
    background: url(../../images/template/bg_nav.gif) repeat-x;
}
#nav li a:hover, #nav li.active a {
    background: #faba37 url(../../images/template/bg_nav_over.gif) repeat-x;
}

/*>>> line-height: 39px*/
.nav_sec li a {
    float: left;
    padding: 0 10px;
    width: 120px;
    line-height: 34px;
    color: #3f4c54;
    background: #e1e5e6 url(../../images/template/bg_nav_sec.gif) repeat-x;
}
.nav_sec li a:hover, .nav_sec li.active a {
    color: #900;
    background: #cfd7d9;
}

.nav_fr li a {
    color: #999;
}
.nav_fr li a:hover {
    color: #fff;
    text-decoration: underline;
}

.prev_list_1 h3 a, .prev_list_2 h3 a {
    font-weight: bold;
    color: #3e4c54;
}

#copyright a {
    color: #fff;
}
#copyright a:hover {
    text-decoration: underline;
}

/* =Forms
-----------------------------------------------------------------------------
>>> form p { font-size: 14px; font-weight: 700; color: #666; }

#form_box p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #666666;
}
*/

#form_box label {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1.1em;
    line-height: 20px;
    color: #666666;
    display: block;
}


.fieldclass {
    background-image: url(../../images/template/field-bg.gif);
    background-repeat: repeat-x;
    border: 1px solid #c8c8c8;
    font-size: 13px;
    color: #333333;
    line-height: 13px;
    padding: 5px;
    margin-bottom: 10px;
    min-width: 260px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}
.fieldclass:focus {
    border: 1px solid #F90;
}

/* 
#submitter {
    height: 44px;
    width: 114px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-position: top;
    cursor: pointer;
    display: block;
    background-color: transparent;
    background-image: url(../../images/template/send-button.png);
}
>>>
#btnClear { width: 70px; height: 25px; cursor: pointer;  margin: 5px 0 10px 0; float: left; border: none; background: url(../../images/template/btnLimpiar.png) no-repeat; }
#btnSend { width: 75px; height: 25px; cursor: pointer; margin: 5px 0 10px 10px; border: none; background: url(../../images/template/btnEnviar.png) no-repeat; }
*/
.btnEmpty {
    width: 70px;
    height: 25px;
    cursor: pointer;
    margin: 5px 0 10px 0;
    float: left;
    border: none;
    background: url(../../images/template/btnClear.png) no-repeat;
    font-family: Trebuchet MS;
    font-size: 98%;
}
.btnClear {
    width: 70px;
    height: 25px;
    cursor: pointer;
    margin: 5px 0 10px 0;
    float: left;
    border: none;
    background: url(../../images/template/btnLimpiar.png) no-repeat;
}
.btnSend {
    width: 75px;
    height: 25px;
    cursor: pointer;
    margin: 5px 0 10px 10px;
    border: none;
    background: url(../../images/template/btnEnviar.png) no-repeat;
}

/* -- Galeria Contenido -- */

.contentGallery {
    list-style: none;
    margin: 0;
    padding-top: 20px;
}
.contentGallery li {
    cursor: pointer;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 5px;
    position: relative;
}
.contentGallery img {
    background: #F2F2F2;
    border: 1px solid #ddd;
    padding: 6px;
}
.contentGallery li:hover img {
    border-color: #999;
    background: #000;
}
.contentGallery span {
    width: 20px;
    height: 20px;
    background: url(../../images/template/lupa.gif) no-repeat;
    bottom: 10px;
    right: 10px;
    display: none;
    position: absolute;
    font-style: normal;
    text-align: center;
}
.contentGallery a {
    text-decoration: none;
    color: #000;
}
.contentGallery a:hover span {
    display: block;
}
.contentGallery .last {
    margin: 0px;
    padding-right: 0;
}

/*----------GALERIA----------*/

#galeria {
    display: inline-block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#galeria li {
    list-style: none;
    padding: 10px;
    margin: 0;
    float: left;
    position: relative;
    width: 130px; /*>>>	width: 114px; 	height: 94px; 	padding: 5px; */
    cursor: pointer;
}
#galeria img {
    background: #F2F2F2;
    border: 1px solid #ddd;
    padding: 6px;
    max-width: 130px; /*>>> Nuevo*/
}
#galeria li:hover img {
    border-color: #999;
    background: #000;
}
#galeria span {
    /*>>> Nuevo */
    bottom: 15px;
    left: 15px; /*>>> */
    width: 20px;
    height: 20px;
    background: url(../../images/template/lupa.gif) no-repeat; /*>>>	margin-top: 67px; 	margin-left: 87px; */
    display: none;
    position: absolute;
    font-style: normal;
    text-align: center;
}
#galeria a {
    text-decoration: none;
    color: #000;
}
#galeria a:hover span {
    display: block;
}
#galeria .last {
    margin: 0px;
    padding-right: 0;
}

/* >>> .bigFotoEvent max-width:*/
.bigFotoEvent {
    float: left;
    padding: 6px;
    background: #F2F2F2;
    border: 1px solid #ddd;
    margin: 5px 5px 0 0;
    max-width: 350px;
}

/* =Tablas
-----------------------------------------------------------------------------*/
.hor-zebra {
    font-size: 12px;
    width: 620px;
    text-align: center;
    border-collapse: collapse;
}
.hor-zebra th {
    font-size: 12px;
    font-weight: normal;
    padding: 5px;
}
.hor-zebra td {
    padding: 5px 15px;
    color: #669;
    background: #f8f8f8;
    border: 1px solid #cccccc; /*	border-top: 2px solid #CCC; 	border-right: 1px solid #FFF;*/
}

.hor-zebra td span {
    font: 700 1.1em "Trebuchet MS" , Arial, Helvetica, sans-serif;
    color: #900;
}

.hor-zebra .odd {
    background: #f8f8f8;
    width: 100px;
}
.pbt {
    width: 50px;
}


/* =Temp
-----------------------------------------------------------------------------*/

.contentBody {
    padding: 15px 10px 10px 0;
    float: left;
}

.contentDate {
    display: block;
}

.bigFotoContent {
    float: right;
    padding: 6px;
    background: #F2F2F2;
    border: 1px solid #ddd;
    margin: 5px 0 0 20px;
    max-width: 280px;
}
.bigFotoContent img {
    max-width: 280px;
}
.pContent {
    width: 100%;
    padding-top: 20px;
    text-align: justify;
}

#toTop {
    width: 100px;
    z-index: 10;
    border: 1px solid #333;
    background: #121212;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
    display: none;
    color: #fff;
    text-transform: lowercase;
    font-size: 0.9em;
}


.Data_Button {
    background-color: #ffffff;
    color: #A6172A;
    background-image: url('../../images/btn_tile.gif');
    font-weight: bold;
    border: 1px outset #999999;
    padding: 1px 0px 1px 0px;
    margin: 2px 0px 0px 0px;
    height: 26px;
    min-width: 100px;
}

.pager {
    border: solid 1px #dcdcdc;
    background-color: #ffffff;
    font-size: 9pt;
    font-weight: bold;
    padding: 2px;
    margin: 2px;
}
/*----- Sitemap*/

#ubicate {
    background-color: #6dd0f7;
    margin: 5px 0;
    padding: 5px;
    display: inline-block;
    width: 100%;
}
#ubicate ul {
    height: 14px;
    padding: 6px 5px;
    background: #d6e8bb;
}
div#ubicate ul li span {
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    padding-right: 10px;
}
#ubicate ul li {
    list-style: none;
    color: #000;
    float: left;
}
#ubicate ul li span {
    font: 1.1em Tahoma, Geneva, sans-serif;
    color: #000;
    padding: 0 10px;
}
#ubicate ul li a {
    font: 1.1em Tahoma, Geneva, sans-serif;
    text-decoration: none;
    color: #000;
}
#ubicate ul li a:hover {
    color: #000;
    text-decoration: underline;
}

#ubicate .sitemap {
    height: 14px;
    font-size: 1.1em;
    background-color: #6dd0f7;
}
#ubicate .node {
    font: 1.1em Tahoma, Geneva, sans-serif;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
#ubicate .rootNode {
    float: left;
    font-weight: bold;
    padding-right: 10px;
}

.thirdLt {
    width: 30%;
    float: left;
}

.thirdRt {
    width: 30%;
    float: left;
}


.step {
    background-color: Gray;
    color: White;
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px;
    margin: 2px;
}

.stepActive {
    background-color: Silver;
    color: White;
}

.form .text {
    border: 1px solid #CDCDCD;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    height: 18px;
    margin: 2px;
    padding: 0 2px;
    width: 113px;
}

/* CSS Sprites*/

#logo {
    background-image: url("../../images/template/spriteme1.png");
    background-position: -10px -10px;
}
.buy a {
    background-image: url("../../images/template/spriteme1.png");
    background-position: -10px -113px;
}
.buy a:hover {
    background-position: -10px -137px;
}

#logo_fr {
    background-image: url("../../images/template/spriteme1.png");
    background-position: -10px -181px;
}
#qsearch_br {
    background-image: url("../../images/template/spriteme1.png");
    background-position: -10px -261px;
}
.cnt_box h2 span {
    background-image: url("../../images/template/spriteme1.png");
    background-position: -10px -306px;
}
/*.cnt_box h2 span span {
	background-image: url("../../images/template/spriteme1.png");
	background-position: 125px -365px;
}
#tabs li.active a span {
	background-image: url("../../images/template/spriteme1.png");
	background-position: -10px -424px;
}
#tabs li.active a span span {
	background-image: url("../../images/template/spriteme1.png");
	background-position: 108px -480px;
}
#tabs li a span {
	background-image: url("../../images/template/spriteme1.png");
	background-position: -10px -536px;
}
#tabs li a span span {
	background-image: url("../../images/template/spriteme1.png");
	background-position: 108px -585px;
}
#facebook {
    background-image: url("../../images/template/spriteme1.png");
    background-position: -10px -634px;
}
#twitter {
    background-image: url("../../images/template/spriteme1.png");
    background-position: -10px -686px;
}*/
#banner_top {
    background-image: url("../../images/template/spriteme2.png");
    background-position: 0% -10px;
}
#hr_wrap {
    background-image: url("../../images/template/spriteme2.png");
    background-position: 0% -132px;
}
#login {
    background-image: url("../../images/template/spriteme2.png");
    background-position: 0% -314px;
}
#nav li a:hover, #nav li.active a {
    background-image: url("../../images/template/spriteme2.png");
    background-position: 0% -399px;
}
#nav li a {
    background-image: url("../../images/template/spriteme2.png");
    background-position: 0% -453px;
}
.cnt_box h2 {
    background-image: url("../../images/template/spriteme2.png");
    background-position: 0% -507px;
}
.nav_sec li a {
    background-image: url("../../images/template/spriteme2.png");
    background-position: 0% -566px;
}
#tabs li.active a {
    background-image: url("../../images/template/spriteme2.png");
    background-position: 0% -625px;
}
/*  ---- End Sprite code*/

.topHeader {
    float: right;
    padding: 6px;
    background: #F2F2F2;
    border: 1px solid #ddd;
    margin: 10px -6px;
    max-width: 620px;
}
.topHeader img {
    width: 620px;
    border-width: 0px;
}
