/*
Theme Name: KingSize
Theme URI: http://themeforest.net/user/Denoizzed
Description: KingSize WordPress: Designed by <a href="http://www.denizzed.com">Denoizzed</a> and Developed into WordPress by <a href="http://www.ourwebmedia.com">OurWebMedia</a>
Author: Denoizzed &amp; Our Web Media
URL:  http://themeforest.net/user/Denoizzed
Author URI: http://themeforest.net/user/Denoizzed
Version: 4.0.3
License:
License URI:
*/


/* ========= CSS Reset ========== */

body, h1, h2, h3, h4, h5, h6, a, p, ul, ol, li, em, strong, pre, code, form {
 padding: 0;
 margin: 0;
}


/* ========= GENERAL STYLES ========== */
html
{height: 100%;}

body {
	color: white;
	font: 12px "Helvetica Neue", Verdana, Helvetica, sans-serif;
	line-height: 20px;
	background: black;
	height: 100%;
	overflow-x: hidden;
}	

body.video_background
{overflow: hidden;}

body.video_background #page_wrap
{position: absolute;
top:0;
left:0;
width: 100%;
height: 100%;}

#wrapper
{width: 1000px;
margin: 0 auto;
position: relative;
height: 100%;
z-index: 100;
}



/* ========= GENERAL STYLES END HERE========== */


/* ======== FONTS ====== --- added v4 */
h1, #navbar li a
{
	font-family: 'PT Sans Narrow', 'Helvetica Neue', Arial, sans-serif;
	font-weight: normal;
}

h2, h3, h4, h5
{
	font-family: 'PT Sans', 'Helvetica Neue', Arial, sans-serif;
	font-weight: normal;
}


/* ========= BACKGROUND AND SLIDER STYLES ========== */
.hide
{display: none;}

#mediaspace_wrapper {  z-index: 1; }
#mediaspace_wrapper { position: fixed !important; } 

.grid
{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(images/grid.png);
z-index: 10;
}


/* ========= BACKGROUND AND SLIDER STYLES END HERE========== */


/* =========  MENU STYLES ========== */
#menu_wrap
{width: 240px;
display: inline-block;
position: fixed;
top: 0px;
z-index: 500;}

#menu
{background: url(images/menu_back.png) repeat-y top left;
width: 220px;
padding: 0 10px 25px 10px;}

#logo
{width: 220px;
height: 180px;}

#logo h1 a   
{display: block;
width: 220px;
height: 180px;	
background: url(images/logo_back.png) no-repeat top left;
text-indent: -9999px;}


#navbar 
{list-style: none;
margin: 34px 0 -5px 20px;
position: relative;
z-index: 10000;}

#navbar li
{width: 160px;
height: 29px;
padding: 6px 10px 14px;
border-bottom: 1px solid #343434;
position: relative;
z-index: 10000;}

#navbar li:first-child
{border-top: 1px solid #343434;}

#navbar li a
{display: block;
width: 180px;
height: 40px;
font-size: 18px; /* --- modified v4 --- */
color: #a3a3a3;
text-decoration: none;
text-transform: uppercase;
z-index: 20;
outline: none;
font-weight: bold;
}


#navbar li span
{font: bold italic 12px 'PT Sans', 'Helvetica Neue', 'Verdana', sans-serif;
color: #555555;
position: absolute;
top: 26px;
left: 10px;
z-index: 10;
text-transform: none;}


#navbar li span.hover_arrow
{width: 30px;
height: 30px;
display: none;
background: url(images/menu_hover_arrow.png) no-repeat top left;
position: absolute;
top: 10px;
left: 150px; 
}

#navbar li.menu-item:hover
{background: url(images/menu_hover_arrow.png) no-repeat center right;
}

#navbar .sub-menu li.menu-item:hover
{background: url(images/submenu_hover_arrow.png) no-repeat right 4px;
}

#navbar li.current-menu-item a, #navbar li.current-menu-ancestor>a
{color: white;}

#navbar li.current-menu-parent>a
{color: white;}

/*#navbar li.current-menu-item a span, #navbar li.current-menu-ancestor a span, #navbar li.current-post-parent a span
{color: #aaaaaa;}

#navbar li.current_page_item .sub-menu li.menu-item a{
color: #a3a3a3;}*/


#navbar li ul
{position: absolute;
top: -1px;
left: 190px;
list-style: none;
background: black;
border: 1px solid #2f2f2f;
z-index: 1000;
width: 180px;
display: none;}


#navbar li ul li ul
{left: 150px;
display: none;
}

#navbar li:hover ul
{display: block;}

#navbar li:hover ul li ul
{display: none;
}

#navbar li:hover ul li:hover ul
{display: block;}

#navbar li ul li
{padding: 0 0 10px 0;
margin: 0 20px;
min-height: 30px;
width: 140px;
border-color: #1b1b1b;
position: relative;
z-index: 1000;}

#navbar li ul li a
{padding: 8px 0px 8px 30px;
display: block;
width: 140px;
height: 20px;
margin: 0 0 0 -10px;
}

#navbar li ul li a
{font-size: 12px;}


#navbar li ul li:hover
{background: url(images/submenu_hover_arrow.png) no-repeat left 5px;
}

#navbar li ul li:first-child
{border-top: none;}

#navbar li ul li:last-child
{border-bottom: none;}

a.not_link
{cursor: default;}

span.not_link
{cursor: default;}

#hide_menu {
background: url(images/hide_menu_back.png) no-repeat bottom left;
width: 220px;
height: 115px;
margin: 0 0 0 0;
padding: 0 30px 0 30px;
position: relative;}

.menu_visible
{background: url(images/menu_hide_arrow_top.png) no-repeat top left;}

.menu_hidden
{background: url(images/menu_hide_arrow_bottom.png) no-repeat top left;}

#hide_menu a
{
display: none;
width: 48px;
height: 48px;
text-indent: -9999px;
position: absolute;
top: 5px;
left: 97px;
outline: none;}

.menu_tooltip
{width: 140px;
height: 30px;
padding: 17px 15px 0 25px;
background: url(images/tooltip.png) no-repeat center center;
position: absolute;
top: 4px;
left: 131px;
font: 12px "Helvetica Neue", Verdana, Helvetica, sans-serif;
line-height: 18px;
display: none;
}



.menu_tooltip div
{position: absolute;
top: 14px;
left: 31px;
}

.menu_tooltip .tooltip_show
{display: none;}


.menu_tooltip p
{text-align: center;}


/* ========= MAIN STYLES ========== */
.body_hiding_content #main_wrap
{
	display: none;
}

#main_wrap {min-height: 100%;
background: url(images/content_back.png) repeat-y top left; 
margin: 0 0 0 240px;}

#main
{position: relative;
width: 680px;
padding: 0 40px 5px 40px;
font: normal 12px Verdana, Arial, sans-serif;
line-height: 20px;
display: inline-block;
z-index: 2;
}

 
#main h1
{font: bold 40px 'PT Sans Narrow', 'Helvetica Neue', 'Helvetica', 'Verdana', sans-serif; /* --- modified v4 --- */
font-weight: normal;
text-transform: uppercase;
margin: 35px 0 20px 0;
}

#main h2
{font: bold 30px 'PT Sans', 'Helvetica Neue', 'Verdana', sans-serif; /* --- modified v4 --- */
text-transform: uppercase;
margin: 35px 0 20px 0;
}

#main h2.section_title
{font: bold 30px 'PT Sans Narrow', 'Helvetica Neue', 'Verdana', sans-serif; /* --- modified v4 --- */
font-weight: normal; /* --- added v4 --- */
text-transform: uppercase;
margin: 19px 0 40px 0;
color: white;
/* --- added v4 --- */
}

#main h3
{font: bold 20px 'PT Sans', 'Helvetica Neue', 'Verdana', sans-serif;
padding: 30px 0 15px 0;
clear: left;
}

#main h4
{font: italic 16px 'PT Sans', 'Helvetica Neue', 'Verdana', sans-serif;
padding: 20px 0 10px 0;
clear: left;

}

#main h5
{font: bold 14px 'PT Sans', 'Helvetica Neue', 'Verdana', sans-serif;
padding: 20px 0 10px 0;
clear: left;
}


#main h6
{font: bold 14px 'Helvetica Neue', 'Arial', 'Helvetica', sans-serif;
padding: 12px 0 10px 0;
clear: left;
}

#content
{float: left;
margin: -28px 0 30px 0;
position: relative;
z-index: 20;}

.content_two_thirds
{width: 460px;}

.content_full_width
{
width: 680px;
}

.right
{margin: 0 -20px 0 0 !important;}

p
{margin-bottom: 20px;}

#content .img_floated_left
{float: left;
margin: 5px 20px 10px 0;
border: none;}

#content .img_floated_right
{float: right;
margin: 5px 0 10px 20px;
border: none;}

#content img
{margin: 0px 0 10px;
border: none;
}

#content img.alignleft
{float: left;
margin: 5px 20px 10px 0; /* Updated in KingSize V3 */
clear: both;}	


#content img.alignright
{float: right;
margin: 5px 0 10px 20px; /* Updated in KingSize V3 */
clear: both;}	


#content ul,  #content ol {
 margin: -10px 0 20px 60px; 
}
 
#content ul li li {
 margin-left: -35px;
}

#content ul ul {
 margin-top: 5px;
}

#content ul li {
 margin-top: 5px;
}

 
.archives {
 margin-left: 20px !important;
 }
 
 .archives a {
 color: #9F9F9F;
 text-decoration: none;
 }
 
 .archives a:hover {
 color: #cfcfcf;
 }
 
#content ul.no_bullets, #content ol.no_bullets
{list-style: none;}

#content ul.floated_left
{margin: 20px 0;
overflow: hidden;
}

#content ul.floated_left li
{float: left;
margin: 10px;
display: inline;
}

blockquote
{display: block;
padding: 15px 30px 30px 60px;
width: 440px;
margin: 0 0 0 15px;
color: #bbbbbb;
font-style: italic;
background: transparent url(images/blockquote.png) no-repeat top left; }


.button {
display: inline-block;
outline: none;
cursor: pointer;
text-align: center;
margin: 10px;
text-decoration: none;
font: italic bold 14px/100% "Helvetica Neue", Verdana, Helvetica, sans-serif;
padding: .5em 2em .55em;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
text-decoration: none;
}
.button:active {
position: relative;
top: 1px;
}

/* ========= MAIN STYLES END HERE========== */


/* ========= SEARCH FORM STYLES ==========*/
#searchform
{width: 180px;}

#s
{width: 104px;
margin: 0;
padding: 5px 5px;}

#searchsubmit
{font-size: 12px;
width: 58px;
padding: 4px 0;
}

#page_search
{margin: 40px 0 30px 0;}

#page_search #searchform
{width: 400px;}

#page_search #s
{width: 200px;
margin: 0;
padding: 7px 5px;
margin: 0 5px 0 0;}

#page_search #searchsubmit
{padding: 6px 0;
width: 70px;
}

/* ========= SEARCH FORM STYLES END HERE ==========*/





/* ========= GALLERY STYLES ========= */

/* --- Galleria styles --- */
#gallery_galleria 
{height: 620px;
width: 700px;
margin: -20px 0 15px -10px;
}
/* --- Galleria styles end here --- */


/* --- Slideviewer styles --- */

/*preload classes*/ 
#gallery_slideviewer
{width: 600px;
height: 500px;
overflow: hidden;
}

.svw {width: 50px; height: 20px; background: #fff; }

.svw ul {position: relative; left: -999em; } 

/*core classes*/ 
.stripViewer 
{position: relative; overflow: hidden; border: 5px solid #262626; margin: 0 0 1px 0; } 

.stripViewer ul { /* this is your UL of images */ margin: 0; padding: 0; position: relative; left: 0; top: 0; width: 1%; list-style-type: none;} 

.stripViewer ul li { float:left; } .stripTransmitter { overflow: auto; width: 1%; } .stripTransmitter ul { margin: 0; padding: 0; position: relative; list-style-type: none; } 

.stripTransmitter {padding: 0 0 25px 0;}

.stripTransmitter ul li{ width: 20px; float:left; margin: 0 1px 1px 0; } 

.stripTransmitter a{ font: bold 10px Verdana, Arial; text-align: center; line-height: 22px; background: #262626; color: #fff; text-decoration: none; display: block; } 

.stripTransmitter a:hover, a.current{ background: #fff; color: #262626; } /*tooltips formatting*/ 

.tooltip { padding: 0.5em; background: #fff; color: #000; border: 5px solid #dedede; } 



/* --- prettyphoto / fancybox / colorbox gallery styles --- */

#tip7-title { text-align: left; }

#tip7-title b { display: block; margin-right: 80px; }

#tip7-title span { float: right; margin: -25px 0 0 0; }

body #content.content_full_width .gallery
{margin-top: 20px;
margin-bottom: 20px;
}

#content .gallery ul li a img
{border: none;
}

#content .gallery ul li
{position: relative;
z-index: 1;
}


.gallery_2columns 
{list-style: none;
margin: 0 0 0 -20px;
width: 700px;}

#content.content_full_width .gallery_2columns 
{
	margin: 0 0 0 -20px;
}

.gallery_2columns li
{display: inline;
float: left;
width: 330px;
height: 220px;
margin: 0 0 20px 20px;
position: relative;}


.gallery_3columns 
{list-style: none;

width: 690px;
overflow: hidden;}

#content.content_full_width .gallery_3columns 
{
	margin: 0 0 0 -10px;
}


.gallery_3columns li
{display: inline;
float: left;
width: 220px;
height: 140px;
margin: 0 0 10px 10px;
position: relative;}


.gallery_4columns 
{list-style: none;
width: 700px;
overflow: hidden;} 


#content.content_full_width .gallery_4columns 
{
margin: 0 0 0 -13px;
}

.gallery_4columns li
{display: inline;
float: left;
width: 160px;
height: 110px;
margin: 0 0 13px 13px;
position: relative;}


.gallery_grid
{list-style: none;
margin: 0 0 0 -3px;
width: 710px;
overflow: hidden;} 

#content.content_full_width .gallery_grid
{
margin: 0 0 0 -3px;
}

#content .gallery_grid li
{display: inline;
float: left;
width: 112px;
height: 112px;
margin: 0 0 2px 2px;
position: relative;}

#content .gallery a span, .lightbox_blog span
{
z-index: 2;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
cursor: pointer;
}

.lightbox_blog span
{
height: 98%;
}

.lightbox_blog
{display: block;
position: relative;
margin: 10px 0 10px 0; }

.page-template-template-blog-php a.image
{margin: 10px 0 10px 0;
display: block;}

.lightbox_blog span
{background: black url(images/gallery_hover/hover_image_medium.png) no-repeat center center;}

.gallery .gallery_2columns a span.image_hover
{background: black url(images/gallery_hover/hover_image_big.png) no-repeat center center;
}

.gallery .gallery_2columns a span.video_hover
{background: black url(images/gallery_hover/hover_video_big.png) no-repeat center center;
}

.gallery .gallery_3columns a span.image_hover
{background: black url(images/gallery_hover/hover_image_medium.png) no-repeat center center;
}

.gallery .gallery_3columns a span.video_hover
{background: black url(images/gallery_hover/hover_video_medium.png) no-repeat center center;
}

.gallery .gallery_4columns a span.image_hover
{background: black url(images/gallery_hover/hover_image_small.png) no-repeat center center;
}

.gallery .gallery_4columns a span.video_hover
{background: black url(images/gallery_hover/hover_video_small.png) no-repeat center center;
}

.gallery .gallery_grid a span.image_hover
{background: black url(images/gallery_hover/hover_image_grid.png) no-repeat center center;
}

.gallery .gallery_grid a span.video_hover
{background: black url(images/gallery_hover/hover_video_grid.png) no-repeat center center;
}

/* --- Native WordPress Galleries --- */
.gallery-caption
{ margin: -10px 0 20px; padding: 0 5px 0 5px;
}


/* --- gallery content --- */

#content.content_two_thirds .gallery_2columns
{
	width: 460px;
}

#content.content_two_thirds .gallery_2columns li
{
	width: 220px;
	height: 146px;
	margin: 0 0 7px 10px;
}


#content.content_two_thirds .gallery_2columns li img
{
	width: 220px;
	height: auto;
}

#content.content_two_thirds .gallery_3columns
{
	width: 460px;
	margin: 0 0 0 -10px;
}


#content.content_two_thirds .gallery_3columns li
{
	width: 143px;
	height: 92px;
	margin: 0 0 7px 10px;
}

#content.content_two_thirds .gallery_3columns li img
{
	width: 143px;
	height: auto;
}

#content.content_two_thirds .gallery .gallery_3columns a span.image_hover
{background: black url(images/gallery_hover/hover_image_small.png) no-repeat center center;
}

#content.content_two_thirds .gallery_4columns
{
	width: 460px;
}


#content.content_two_thirds .gallery_4columns li
{
	width: 105px;
	height: 72px;
	margin: 0 0 6px 10px;
}

#content.content_two_thirds .gallery_4columns li img
{
	width: 105px;
	height: auto;
}

#content.content_two_thirds .gallery .gallery_4columns a span.image_hover
{background: black url(images/gallery_hover/hover_image_grid.png) no-repeat center center;
}

#content.content_two_thirds .gallery_grid
{
	width: 460px;
	margin: 0 0 0 -3px;
}

#content.content_two_thirds .gallery_grid li
{
	margin-bottom: 2px;
}

/*  ========= GALLERY STYLES END HERE  ========= */



/*  ========= BLOG STYLES  ========= */

/* --- Post styles --- */
.post h3 a
{font-size: 20px;
font-weight: normal; /* --- modified v4 --- */
color: white;
text-decoration: none;}

.post .metadata
{border-top: 1px solid #343434;
border-bottom: 1px solid #343434;
height: 16px;
padding: 8px 10px 6px 10px;
font: 11px "Helvetica Neue", Verdana, Helvetica, sans-serif;
color: #9e9e9e;
position: relative;
margin: 0px 0 15px 0; /* --- modified v4 --- */}

.post .metadata-no-date
{border-top: 1px solid #343434;
padding: 8px 10px 6px 10px;
font: 11px "Helvetica Neue", Verdana, Helvetica, sans-serif;
color: #9e9e9e;
position: relative;
margin: 10px 0 10px 0;}

.post .metadata a
{position: absolute;
top: 8px;
right: 10px;
text-decoration: none;
color: #9e9e9e;
padding: 0 0 0 25px;
background: url(images/comment.png) no-repeat left -1px;
display: block;}

.post .metadata a:hover
{text-decoration: underline;}

.post .metadata p
{padding: 0 0 0 25px;
background: url(images/calendar.png) no-repeat left -1px;}

.post .metadata_tags
{border-top: 1px solid #343434;
border-bottom: 1px solid #343434;
height: 16px;
padding: 8px 10px 6px 10px;
font: 11px "Helvetica Neue", Verdana, Helvetica, sans-serif;
color: #9e9e9e;
position: relative;
margin: 10px 0 20px 0;}

.post .metadata_tags a
{text-decoration: none;
color: #9e9e9e;
}

.post .metadata_tags a:hover
{text-decoration: underline;}

.post .metadata_tags p
{padding: 0 0 0 25px;
background: url(images/tags.png) no-repeat left -1px;}

.post
{position: relative;
padding: 0 0 0 0;}

.single_post
{padding: 0;}

#content .post img.blog_thumbnail
{border: 0;
margin: 0;}

.post a.thumbnail
{margin: 0 0 20px 0;}

.post p
{color: #c0c0c0;}

.post a.read_more
{
font-size: 12px;
color: white;
padding: 1px 0 0 0;
text-decoration: none;
position: absolute;
right: 0;
bottom: -26px;
}

.post a.read_more:hover
{border-bottom: 1px solid white;
padding: 1px 0 0 0; /* Updated in KingSize V3 */}

/* --- Sidebar styles --- */
#sidebar
{float: left;
width: 180px;
margin: 10px 0 30px 40px;}

#sidebar div
{margin: 0 0 40px;}

#sidebar h3
{font-size: 18px;
padding:0 0 20px 0;
color: #d1d1d1;
font-weight: normal;}

#sidebar ul
{list-style: none;
margin: 0 0 0;}

#sidebar ul li:first-child
{border-top: 1px solid #2b2b2b;}

#sidebar ul li
{border-bottom: 1px solid #2b2b2b;

}

#sidebar ul li a
{
height: 100%;
padding: 4px 10px 6px 10px;
color: #9f9f9f;
text-decoration: none;
display: block;}

#sidebar ul li:hover
{background-color: #121212;
}

#sidebar ul li a:hover
{color: #cfcfcf;

}


#sidebar ul ul
{list-style: none;
margin: 0 0 0;
padding: 0px 0 10px 30px;
}

#sidebar  ul ul li
{border: none;}

#sidebar ul ul li:first-child
{
	border:  none;
}


#sidebar .widget_recent_entries a
{
	padding: 5px 0 5px 23px;
	background:  url('images/posts.png') no-repeat -2px center;
	
}

#sidebar ul#recentcomments a
{border: none;
display: inline;
}

#sidebar ul#recentcomments li
{padding: 7px 0 7px 23px;
background:  url('images/widget-comments.png') no-repeat left center;
}

#sidebar ul#recentcomments li a
{padding: 0;
color: white;
}

#sidebar ul#twitter_list li
{padding: 6px 0 8px 23px;
background:  url('images/widget-twitter.png') no-repeat left center;}

#sidebar ul#twitter_list li a
{padding: 0;
display: inline;
}

#sidebar ul#twitter_list li a.tweet_nofollow
{font-size: 11px;
color: #929292;
}

#sidebar ul#twitter_list li a.tweet_nofollow:hover
{text-decoration: underline;}


#sidebar ul.wGallery li
{border: none;}

#sidebar ul.wGallery li:hover
{background: none;}

#sidebar ul.wGallery li a
{padding: 0 0 20px;
}

#sidebar #searchform
{position: relative;}

#sidebar #searchform label
{position: absolute;
top: 1px;
left: 5px;
font-size: 11px;
}

#sidebar ul a img
{border: none;}

#pagination-container {
	position: relative;
	top: 35px;
}

#pagination
{float: left;
position: relative;
width: 460px;
height: 25px;
padding: 5px 0 35px 0;
}

#pagination a
{color: white;
text-decoration: none;
font-style: italic;
font-size: 14px;
display: block;}

#pagination div a
{color: white;
text-decoration: none;
font-style: italic;
font-size: 14px;
font-family: 'PT Sans', 'Helvetica Neue', 'Verdana', sans-serif;
}

#pagination div.older a
{position: absolute;
left: 0px;
}

#pagination div.older a:hover
{text-decoration: underline;
}

#pagination div.newer a
{position: absolute;
right: 0px;
}

#pagination div.newer a:hover
{text-decoration: underline;}

#pagination ul
{list-style: none;}

#pagination ul li
{float: left;}

#pagination-full
{float: left;
clear: both;
position: relative;
width: 600px;
height: 25px;
margin-top: 15px;
padding: 5px 0 35px 0;
}

#pagination-full a
{color: white;
text-decoration: none;
font-style: italic;
font-size: 14px;
display: block;}

#pagination-full div a
{color: white;
text-decoration: none;
font-style: italic;
font-size: 14px;
font-family: 'PT Sans', 'Helvetica Neue', 'Verdana', sans-serif;
}

#pagination-full div.older a
{position: absolute;
left: 0px;
}

#pagination-full div.older a:hover
{text-decoration: underline;
}

#pagination-full div.newer a
{position: absolute;
right: 0px;
}

#pagination-full div.newer a:hover
{text-decoration: underline;}

#pagination-full ul
{list-style: none;}

#pagination-full ul li
{float: left;}

/* --- Comments styles --- */

/* - added v4 - */

#content ol.commentlist {list-style: none; width: 460px; margin: 0;
}
ol.commentlist li {
margin: 20px 0 0 0;

}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {padding: 20px 0 10px 0; margin: 30px 0 10px 0; border-top: 1px dotted #4d4d4d;
}


ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {font-style: normal; font-weight: bold; display: inline-block;  margin: 2px 0 0 0; color: white;
}
ol.commentlist li.comment div.vcard cite.fn a.url {

}
#content ol.commentlist li.comment div.vcard img.avatar {position: absolute; right: 0; width: 30px; height: 30px; padding: 5px; border: 1px solid #303030;
}

ol.commentlist li.comment div.vcard img.avatar:hover
{}

ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {padding: 3px;
border: 1px solid #e9e9e9;
}
ol.commentlist li.comment div.vcard span.says {display: none;
}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {font-size: 11px; margin: 0 0 20px 0; }
ol.commentlist li.comment div.comment-meta a {color: #8c8c8c; text-decoration: none;
}

ol.commentlist li.comment div.comment-meta a:hover
{
	text-decoration: underline;
}

ol.commentlist li.comment p {clear: left;
}
ol.commentlist li.comment ul {}
ol.commentlist li.comment div.reply {font-size: 11px;}
ol.commentlist li.comment div.reply a {font-weight: bold; color: #959595; margin: 0;
}
#content ol.commentlist li.comment ul.children {list-style: none; margin: 30px 0 0 30px;}
ol.commentlist li.comment ul.children li {
}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
#content ol.commentlist li.comment ul.children li.depth-2 {margin: 0  0 0 25px;
}
#content ol.commentlist li.comment ul.children li.depth-3 {margin: 0  0 0 50px;
}
#content ol.commentlist li.comment ul.children li.depth-4 {margin: 0  0 0 75px;
}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {}
ol.commentlist li.odd {}
ol.commentlist li.parent {}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

#respond
{
	position: relative;
}

#cancel-comment-reply-link
{
	position: absolute;
	top: 7px;
	right: 0;
	background:  url('images/cross.png') no-repeat left 2px;
	padding: 0 0 0 20px;
}

/*  ========= BLOG STYLES END HERE  ========= */

 


/*  ========= CONTACT PAGE STYLES  ========= */



#contact_ajax
{display: none;}


.page-template-template-contact-php #content
{
	width: 360px;
	margin: 0 60px 0 0;
}

.page-template-template-contact-php #sidebar
{
	width: 230px;
	margin: -2px 0 0 30px;
}

#contact_form
{margin: 27px 0 -50px 0;
min-height: 300px;
position: relative;}

p.contact_info
{font-size: 11px;
margin: 10px 0 20px;
}

input,  textarea
{background: #1b1b1b;
border: 1px solid #333333;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: white;
padding: 5px 5px;
font: 12px 'Helvetica Neue', Verdana, Helvetica, sans-serif;}

#comment_form textarea
{
	width: 100%;
}

#contact_form input
{height: 20px;
width: 200px;
}



#contact_form textarea
{width: 360px;
height: 175px;
}

input:focus,  textarea:focus
{background: #232323;
border: 1px solid #616161;}

input#form_submit
{height: 30px;
padding: 0 0 2px 0;
width: 150px;
background: -moz-linear-gradient(top, #424242,#282828);
background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#282828));
}

input#form_submit:hover
{background: -moz-linear-gradient(top,#282828, #424242);
background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#424242));
cursor: pointer;
}

form p
{position: relative;
margin: 0 0 15px 0;}

#contact_form p label, #comment_form p label
{position: absolute;
top: 3px;
left: 10px;
color: #7b7b7b;
display: none;}

span.error
{position: absolute;
top: 3px;
left: 225px;
font-size: 12px;
color: red;}

span.comment_error
{left: 275px;
width: 100px;
}  

.error_input
{border: 1px solid red;}

#content .success, .post .success
{color: green;
position: absolute;
bottom: 160px;
left: 30px;


}

#content .post .success p, .post .success p
{color: #05ca00;
background: url(images/success.png) no-repeat left 50%;
padding: 5px 0 7px 50px;
}

#content ul.contact_list
{list-style: none;
margin: 0 0 20px 0;
padding: 0;
}

.contact_list li:first-child
{border-top: 1px solid #2b2b2b;

}

#sidebar ul.contact_list li
{padding: 4px 10px 7px 25px;
border-bottom: 1px solid #2b2b2b;
}

.contact_list li a
{
color: #9f9f9f;
text-decoration: none;
display: block;}

.contact_list li.contact_phone
{padding-left: 23px;
background: url(images/phone_Android.png) no-repeat left 7px;
}

.contact_list li.contact_fax
{padding-left: 23px;
background: url(images/fax.png) no-repeat left 7px;
}

.contact_list li.contact_email
{padding-left: 23px;
background: url(images/email.png) no-repeat left 8px;
}

.contact_list li.contact_address
{padding-left: 23px;
background: url(images/house.png) no-repeat left 7px;
}

.map
{border: 1px solid white;
margin: 20px 0 0 0;
}

/*  ========= CONTACT PAGE STYLES END HERE  ========= */


/*  ========= FOOTER STYLES =========  */

#footer
{ 
width: 680px;
padding: 25px 40px 0 0px;
font-size: 12px;
position: relative;
height: auto;
clear: both;}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


#footer_columns
{width: 680px;
border-top: 1px solid #646464;
margin: 0 auto;
padding: 35px 0 40px 0;
overflow: hidden;}

#footer_columns div
{float: left;
width: 200px;
margin-right: 40px;
}

#footer_columns div.last
{margin-right: 0;	
}

#footer_columns h3
{padding: 0 0 10px 0;
font-size: 16px;
color: #bfbfbf;
border-bottom: 1px solid  #333333;
text-transform: uppercase;
}

#footer_columns div ul
{list-style: none;}

#footer_columns div li
{list-style: none;
}

#footer_columns div li a
{color: #c1c1c1;
display: block;
padding: 5px 0 5px 10px;
border-bottom: 1px solid #333333;
text-decoration: none;
}

#footer_columns div li a:hover
{background: #121212;}

#footer_columns .widget-container
{margin: 0 0 40px 0;}

#footer_copyright
{border-top: 1px solid #646464;
padding: 9px 0 0 0;
position: relative;}

#footer_copyright ul.social
{position: absolute;
right: 0px;
top: 20px;
}


#footer_info
{position: relative;
width: 680px;
margin: 0 auto;
}

#footer_info p
{margin: 7px 0 14px 0;
color: #bebebe;
font-size: 11px;
}

#footer ul.social{
 list-style: none;
}

#footer ul.social li
{float: left;
margin: 0 0 0 9px; 
}

#footer ul.social li a
{border: none;
}

#footer ul.social li a:hover
{background: none;
}

#footer ul.social li a img
{border: none;}


/*---- Tooltip styles------*/

.tipsy { padding: 5px; margin: -5px 0 -5px 0; font-size: 10px; opacity: 0.9; filter: alpha(opacity=90); background-repeat: no-repeat;  background-image: url(images/tipsy.png); position: relative; z-index: 100000;}
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: #3b3b3b; color: white; max-width: 200px; text-align: center; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }

/*----  Tooltip styles end here ----*/


/*  ========= FOOTER STYLES END HERE =========  */




/* Button color styles 
---------------------------------------------- */

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);

}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);

}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);

}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);

}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);

}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);

}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);

}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);

}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);

}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);

}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);

}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);

}

/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);

}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);

}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);

}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);

}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);

}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);

}

/* rosy */
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);

}
.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);

}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);

}

/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);

}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);

}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);

}

/* pink */
.pink {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);

}
.pink:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);

}
.pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);

}

/* ============= SHORTCODES ================= */

.one_third
{width: 30%;
float: left;
margin: 0 5% 0 0;}


.one_third_last
{width: 30%;
float: left;
margin: 0;}

.two_thirds 
{width: 65%;
float: left;
margin: 0 5% 0 0;}


.two_thirds_last
{width: 65%;
float: left;
margin: 0;}

.one_half
{width: 45%;
float: left;
margin: 0 10% 0 0;
}

.one_half_last
{width: 45%;
float: left;
margin: 0 0 0 0;
}


.message_box
{position: relative;
width: 480px;
padding: 20px 30px 10px 30px;	
z-index: 99;
margin: 30px 0 30px 70px;
-webkit-border-radius:  5px ;
-moz-border-radius: 5px ;
border-radius: 5px;}

.content_two_thirds .message_box
{
	width: 270px;
}

.message_box_sign
{position: absolute;
top: -20px;
left: -20px;
z-index: 999;
display: block;
width: 48px;
height: 48px;
text-indent: -9999px;}

.info_box
{border: 2px solid #32ace3;
background: #191919;
}


.info_box_sign
{background:  url(images/info_box.png) no-repeat top left;
}


.warning_box
{border: 2px solid #fdc402;
background: #191919;
}

.warning_box_sign
{background:  url(images/warning_box.png) no-repeat top left;
}


.error_box
{border: 2px solid #ef4328;
background: #191919;
}

.error_box_sign
{background:  url(images/error_box.png) no-repeat top left;
}

.download_box
{border: 2px solid #70bf39;
background: #191919;
}

.download_box_sign
{background:  url(images/download_box.png) no-repeat top left;
}

/****************For Top content gallery page *********************/
#content_gallery_top .img_floated_left
{float: left;
margin: 5px 20px 10px 0;
border: none;}

#content_gallery_top .img_floated_right
{float: right;
margin: 5px 0 10px 20px;
border: none;}

#content_gallery_top p {margin-bottom: 20px;}

#content_gallery_top ul,  #content ol {
 margin: -10px 0 20px 60px;
}
#content_gallery_top ul li li {
 margin-left: -35px;
}
#content_gallery_top ul ul {
 margin-top: 5px;
}
#content_gallery_top ul li {
 margin-top: 5px;
}
#content_gallery_top ul.no_bullets, #content ol.no_bullets
{list-style: none;}
#content_gallery_top ul.floated_left
{margin: 20px 0;overflow: hidden;} 

#content_gallery_top ul.floated_left li
{float: left;
margin: 10px;
display: inline;
}

/****************End For Top content gallery page *********************/



/* ---------------- PORTFOLIO STYLES ------------ */

#gallery_prettyphoto.portfolio
{padding: 0 0 20px 0;
overflow: hidden;
}

#gallery_prettyphoto.portfolio ul li
{
display: inline-block;
height: 400px;
margin-bottom:35px;

}

#gallery_prettyphoto.portfolio ul li a img
{border: none;}

#gallery_prettyphoto.portfolio ul li h3 a
{text-decoration: none;}

 #gallery_prettyphoto.portfolio ul li p
 {margin: 10px 0 15px 0;}
 
 #gallery_prettyphoto.portfolio ul li a.more-link
 {-moz-border-radius: 3px; /* FF1-3.6 */
  -webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
   border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
border: 1px solid #2C2C2C;
background: #111111;
text-align: center;
padding: 3px 10px;
width: 80px;
display: block;
color: white;
text-decoration: none;}

 #gallery_prettyphoto.portfolio ul li a.more-link:hover
 {background: #222222;}
 
#gallery_prettyphoto.portfolio a span
{
z-index: 2000;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 98%;
display: none;
cursor: pointer;
}

.portfolio .gallery_2columns a 
{position: relative;
display: block;}

.portfolio .gallery_3columns a 
{position: relative;
display: block;}

.portfolio .gallery_2columns a span.image_hover
{background: black url(images/gallery_hover/hover_image_big.png) no-repeat center center;
}


.portfolio .gallery_2columns a span.video_hover
{background: black url(images/gallery_hover/hover_video_big.png) no-repeat center center;
}

.portfolio .gallery_3columns a span.image_hover
{background: black url(images/gallery_hover/hover_image_medium.png) no-repeat center center;
}

.portfolio .gallery_3columns a span.video_hover
{background: black url(images/gallery_hover/hover_video_medium.png) no-repeat center center;
}

.portfolio .gallery_3columns p {width: 210px;}

div.pp_default .pp_description 
{color: #000;
}


/* ============ ADDED v4 ================= */

/* Columns 
--------------------------------------------- */ 

.one_half
{
	width: 47%;
	float: left;
	margin: 0 5% 0 0;
	display: inline-block;
}

.last
{
	margin: 0;
}


/* Table styles 
---------------------------------------------- */

table a,
table a:link,
table a:visited {
	border:none;
	}							
			
table {
	width:100%;
	border-top:1px solid #5c5c5c;
	border-right:1px solid #5c5c5c;
	margin: 15px 0;
	border-collapse:collapse;
	}
	
	
caption {
		color: #9ba9b4;
		font-size:.94em;
		letter-spacing:.1em;
		margin:1em 0 0 0;
		padding:0;
		caption-side:top;
		text-align:center;
	}	
	
	
td {
	color:#d4d4d4;
	border-bottom:1px solid #5c5c5c;
	border-left:1px solid #5c5c5c;
	padding: 5px 10px;
	text-align: center;
	background:#0f0f0f;
	}	
				
th {
	font-weight:normal;
	color: white;
	text-align:left;
	border-bottom: 1px solid #5c5c5c;
	border-left:1px solid#5c5c5c;
	padding: 5px 10px;
	}			
					
thead th {
	background:#313131;
	font-weight: bold;
	color:white;
	padding: 5px 10px;
	text-align: center;
	}	
	
tfoot th {
	text-align:center;
	background:#f4f9fe;
	}	
	
tfoot th strong {
	margin: 5px 5px 5px 0;
	color:#66a3d3;
		}
				
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	


/* --- zebra horizontal ---*/	
	
	
.zebra_horizontal tr.odd td	{
	background:#222222;
	}


/* --- zebra vertical ---*/	
	
.zebra_vertical .col_odd  {
	background:#222222;
	}


.zebra_vertical td
{
	background: none;
}



/* Pricing Table styles 
---------------------------------------------- */

#pricing_table {
        margin: 15px auto;
        text-align: center;
        width: 100%;
}

#pricing_table .pricing_section {
 
  
        background: #141414;
        border: 1px solid #5a5a5a;
        color: #ebebeb;
        padding: 20px;

        float: left;
        position: relative;
}


#pricing_table.pricing_3_col .pricing_section
{
	width: 184px;
}


#pricing_table.pricing_4_col .pricing_section
{
	width: 128px;
}


#pricing_table.pricing_4_col.table_w_active .pricing_section
{
	width: 124px;
} 

#pricing_table.pricing_3_col.table_w_active .pricing_section
{
	width: 178px;
} 

#pricing_table.pricing_4_col.table_w_active .pricing_active
{
	 width: 137px;
}


#pricing_table.pricing_3_col.table_w_active .pricing_active
{
	 width: 195px;
}

#pricing_table .pricing_active {
        z-index: 2;
        background: #3b3b3b;
        color:  white;
        top: -13px;
        margin: 0 -1px 0 -1px;
        border-width: 3px;
        padding: 30px 20px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
        -webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
        box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
}

#pricing_table .plan:nth-child(1) {
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px;
}

#pricing_table .plan:nth-child(4) {
        -moz-border-radius: 0 5px 5px 0;
        -webkit-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
}

/* --------------- */   

#pricing_table h3 {
        font-size: 20px;
        font-weight: normal;
        padding: 30px 20px 0px 20px;
        margin: -20px -20px 0px -20px;
      


}

#pricing_table #most-popular h3 {
        background-color: #ddd;
        background-image: -moz-linear-gradient(#eee,#ddd);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
        background-image: -webkit-linear-gradient(#eee, #ddd);
        background-image: -o-linear-gradient(#eee, #ddd);
        background-image: -ms-linear-gradient(#eee, #ddd);
        background-image: linear-gradient(#eee, #ddd);
        margin-top: -30px;
        padding-top: 30px;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
}


#pricing_table h3 span {
        font: bold 25px/100px Georgia, Serif;
        color: white;
        display: block;
        margin: -5x auto -25px;  
}

/* --------------- */

#pricing_table ul {
        margin: 20px 0 0 0;
        padding: 0;
        list-style: none;
}

#pricing_table li {
        border-top: 1px solid #ddd;
        padding: 10px 0;
}

/* --------------- */

#pricing_table .signup {
        position: relative;
        padding: 8px 20px;
        margin: 20px 0 0 0;
        color: #fff;
        font: bold 14px Arial, Helvetica;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        background-color: #72ce3f;
        background-image: -moz-linear-gradient(#72ce3f, #62bc30);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#72ce3f), to(#62bc30));
        background-image: -webkit-linear-gradient(#72ce3f, #62bc30);
        background-image: -o-linear-gradient(#72ce3f, #62bc30);
        background-image: -ms-linear-gradient(#72ce3f, #62bc30);
        background-image: linear-gradient(#72ce3f, #62bc30);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        text-shadow: 0 1px 0 rgba(0,0,0,.3);
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
        box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
}

#pricing_table .signup:hover {
        background-color: #62bc30;
        background-image: -moz-linear-gradient(#62bc30, #72ce3f);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#62bc30), to(#72ce3f));
        background-image: -webkit-linear-gradient(#62bc30, #72ce3f);
        background-image: -o-linear-gradient(#62bc30, #72ce3f);
        background-image: -ms-linear-gradient(#62bc30, #72ce3f);
        background-image: linear-gradient(#62bc30, #72ce3f);
}

#pricing_table .signup:active, #pricing_table .signup:focus {
        background: #62bc30;
        top: 2px;
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
        box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
}

/* --------------- */

.clear:before, .clear:after {
  content:"";
  display:table
}

.clear:after {
  clear:both
}

.clear {
  zoom:1;

}



/* Lists styles 
---------------------------------------------- */


#content .float_left 
{
	float: left;
	margin: 0 0 20px 50px;
}

ul.check_list li
{
padding: 0 0 0 23px;
background:  url(images/elements/accept.png) no-repeat left 2px; list-style: none;
margin: 0 0 0 -23px;
}


ul.circle_list li
{
padding: 0 0 0 20px;
background:  url(images/elements/bullet_red.png) no-repeat left 1px; /* you can use "black", "blue", "green", "orange", "pink", "purple" instead of "red" like "bullet_blue.png"  */

list-style: none;
margin: 0 0 0 -20px;
}

ul.star_list li

{
padding: 0 0 0 20px;
background:  url(images/elements/bullet_star.png) no-repeat left 2px; 
list-style: none;
margin: 0 0 0 -20px;
}


ul.arrow_list li

{
padding: 0 0 0 20px;
background:  url(images/elements/bullet_arrow_right.png) no-repeat left 2px; 
list-style: none;
margin: 0 0 0 -20px;
}


ul.arrow_alt_list li

{
padding: 0 0 0 20px;
background:  url(images/elements/bullet_go.png) no-repeat left 2px; 
list-style: none;
margin: 0 0 0 -20px;
}



/* --- Dropcaps --- */

.dropcaps p:first-child:first-letter { font-size: 340%; float: left; position: relative; margin: 10px 7px 0 0; line-height: 0.7em; font-family: Palatino, Georgia, serif;}

.dropcaps_alt p:first-child:first-letter { font-size: 340%; float: left; position: relative; margin: 7px 7px 0 0; line-height: 0.7em; font-family: Verdana, Arial, sans-serif;}


/* --- Separators --- */

div.separator
{
	border-bottom: 1px solid #383838;
	margin: 20px 0 30px;
	width: 100%;
}

div.separator_top
{
	border-bottom: 1px solid #383838;
	margin: 10px 0;
	width: 90%;
	padding: 0 40px 0 0;
	position: relative;
}

div.separator_top a
{
	position: absolute;
	top: -10px;
	right: -30px;
	text-decoration: none;
}


/* --- Tabs --- */

.tabs-content .tab{display:none;}

.tabs, .tabs_alt { list-style: none; }
.tabs li, .tabs_alt li { display: inline; }
.tabs li a { color: white; float: left; display: block; padding: 4px 10px; position: relative; left: 0px; background: #121212; text-decoration: none; border: 1px solid #2a2a2a; margin: 0 5px -2px 0; color: #ededed; z-index: 0;
}

.tabs_alt li a
{
	 background: #121212;  text-decoration: none; border: 1px solid #2a2a2a; display: inline-block; float: left;
	 padding: 4px 10px;
	 margin: 0 10px 0 0;
	 
	   -webkit-border-radius: 2px; 
	      -moz-border-radius: 2px; 
	           border-radius: 2px; 
	 
	   
	   -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	 
	  
}

.tabs li a:hover { background: #1a1a1a; }

.tabs li.active a
{
 position: relative;
 z-index: 1000;
 border-bottom: none;
 background: #1a1a1a;
 color:  white;
}

.tabs_alt li.active a
{
	 border-bottom: 1px solid #2a2a2a; 
	 background: #2a2a2a;
}

.tab_container
{
position: relative;
z-index: 3;
	clear: left;
	margin: -3px 0 0 0;
	list-style: none;
	border: 1px solid #2a2a2a;
	background: #1a1a1a;
	display: block;
	width: 100%;

}

.tab_container_alt
{
	background: none;
	border: none;
	margin: 0;
}

.tab_container div
{
		padding: 20px;
}

.tab_container p {
	margin-bottom: 5px !important;
}

.tab_container_alt div
{
	padding: 20px 0;
}

.tabs_wrap ul {
	margin: 0px !important;
}

.toggle_box p {
	margin-bottom: 0px !important;
}


.tab_container div { padding: 10px 3%; }  

.tab_container div.two_thirds {float: left;  margin: 0 5% 0 0; width: 59%; }  

.tab_container div.one_third  {float: left;   margin: 0 5% 0 0; width: 24%; } 



/* --- accordion --- */
.accordion { margin: 15px 0; padding: 0; position: relative;
}

.accordion div { margin: 0 0 5px 0; padding: 0;}
 
.accordion div.accordion_head
{
	 background: #121212;
 position: relative;
 z-index: 1;
	 border: 1px solid #2a2a2a;
	 margin: 0 0 5px 0;
	 
}

.accordion div.accordion_head a
{
	text-decoration: none;
	padding: 5px 10px;
		 display: block;
		 background:  url(images/elements/accordion_open.png) no-repeat 98% center;
}

.accordion div.accordion_head.active_acc a
{
	color: white;
		 background: #292929 url(images/elements/accordion_close.png) no-repeat 98% center;
}

.accordion div.accordion_content
{
	padding: 15px 20px 15px;
background: #121212;
border: 1px solid #2a2a2a;
border-top: 0;
top: -5px;
margin: 0;
		 position: relative;
		 z-index: 0;
}


/* --- toggles --- */

.toggle_box
{
	margin: 10px 0;
}

.toggle_box .hide
{
	padding: 5px 0;
}



.toggle_box .toggle
{
	padding: 0 0 0 20px;
	background:  url(images/elements/accordion_open.png) no-repeat left center;
	margin: 0 0 5px 0;
	display: block;

}


.toggle_alt .toggle_box
{
	background: #121212; text-decoration: none; border: 1px solid #2a2a2a;
	margin: 10px 0;
}

.toggle_alt .toggle_box .toggle{
	padding: 5px 0 4px 25px;
	text-decoration: none;
		background:  url(images/elements/accordion_open.png) no-repeat 5px center;
	}

.toggle_alt .toggle_box div
{
	padding: 5px 25px 15px 25px;
}


.toggle_alt .toggle_box .toggle
{
	
}

.toggle_alt .toggle_box .toggle.active
{
	background:  url(images/elements/accordion_close.png) no-repeat 5px center;
	color: white;
}

.separator
{
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #787878;
}

/* Gallery Shortcodes to solve alignment issue */
#content ul.gallery_shortcode {
	margin: -10px 0 20px -10px; 
}
#content  ul.gallery_shortcode_slideviewer {
	margin: 0px;
}

#content  ul.gallery_shortcode_slideviewer li {
	margin: 0px;	
}

#stripTransmitter0 ul {
	margin: 0px !important;
}

#content.content_full_width .gallery_2columns
{
	margin: 0 0 20px -20px;
}

/* SLIDER */ 
#wrapper #slidecaption
{
 position: absolute;
 bottom: 30px;
 right: 0px;
 text-shadow: none;
 overflow:  visible;
 width: 550px;
 text-align: right;
}

.slider_details_bottom #wrapper #slidecaption
{
	 bottom: 95px;
}

#slidecaption h2
{

font-family: 'PT Sans', 'Helvetica Neue', 'Arial', 'Helvetica', sans-serif;
font-weight: bold;
display: inline-block;
 padding: 10px 10px;
 text-transform: uppercase;
 font-size: 36px;
 line-height: 24px;
zoom: 1;
 right: 0;
 margin: 0;
  bottom: 33px;
 color: white;
background: url(images/slider-bg.png) repeat top left; }

#slidecaption p
{
color: white;
margin: 0;
display: block;
 padding: 7px;
 font: italic normal 16px 'PT Sans', Arial, sans-serif;
 position: relative; 
background: url(images/slider-bg.png) repeat top left;
right: 0;
bottom: -7px;
}

#wrapper #slidecaption a
{
	text-decoration: underline;
}

#wrapper #slidecaption a.slider_link
{
position: relative;
bottom: 0px;
 color: white; 
background: url(images/slider-bg.png) repeat top left;
padding: 4px 8px;
text-decoration: none;
margin: 0;
}

#wrapper #slidecaption a:hover
{
 text-decoration: underline;
}


.slider_details_bottom #wrapper #slidecounter
{
	bottom: 53px;
}

#wrapper #slidecounter
{
	position: absolute;
	right: 10px;
	bottom: 183px;
	color: white;
	text-shadow: none;
	font-size: 18px;
}

#nextslide {
background: url(images/thumb-forward.png) no-repeat scroll 0 0 transparent;
right: 60px;
bottom: 163px;
text-indent: -9999px;
}

 #prevslide {
 background: url(images/thumb-backward.png) no-repeat scroll 0 0 transparent;
 text-indent: -9999px;
bottom: 163px;
right: 90px;
}

.slider_details_bottom #wrapper #nextslide, .slider_details_bottom #wrapper  #prevslide
{
	bottom: 33px;
}

#wrapper #play-button
{
 position: absolute;
bottom: 173px;
right: 150px;
opacity: 0.7;
filter: alpha(opacity=70);
}

.slider_details_bottom #wrapper #play-button
{
	bottom: 42px;
}

#wrapper #play-button
{
	opacity: 1;
	filter: alpha(opacity=100);
}

.clearboth
{
	clear: both;
}

.shortcode-video {
	margin-top: 10px;
	margin-bottom: 20px;
}

/* Vimeo Video Background */
div#backgroundvimeo {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 11;
}
div#backgroundvimeo > iframe {
    border: medium none;
    display: block;
    height: 100%;
    width: 100%;
}

/* WordPress Calendar Style */
div#calendar_wrap table { 
	margin: 0; 
}
div#calendar_wrap thead th, #wp-calendar td { 
	padding: 0; 
}

/* Jetpack Subscription Fix */
.subscribe-label {
	margin: -5px 10px;
	display: inline !important;
}

/* WordPress Smilies */
#content .wp-smiley { 
	margin: 0px; 
}

/* Remove Link Outlines */
a {
	outline: none;
}


/* =========== CONTACT 7 STYLES ============ */ 

.wpcf7-file
{
	border: none;
}

.wpcf7 span.wpcf7-not-valid-tip
{
	color: white;
	padding: 3px 5px;
	background: black;
	font-size: 12px;
}

.wpcf7 .wpcf7-select
{
	background: #1b1b1b;
	border: 1px solid #333333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: white;

	font: 12px 'Helvetica Neue', Verdana, Helvetica, sans-serif;
}

.wpcf7 .wpcf7-select option
{
		padding: 5px 5px;
}


/* RENTACAR / CARGESTION START */

@charset "UTF-8";
/* CSS Document */

#ui-datepicker-div {
	z-index: 1003 !important;
}

#ui-datepicker-div .ui-datepicker-year {
        display: inline !important;
}


#rentacar #categoriasrentacar{
margin-left:5px;
}
#rentacar img {
	border:none;
}
#rentacar h3 {
	margin:0px;
}
#rentacar p {
	margin:4px;
	margin-left:0px;
}
#rentacar {
	background-color:#000000;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.8;
	position:relative;
	margin:0px;
	font-weight:bold;
	width:100%;
	overflow:auto;
	text-align:left;
	color:#000000;
	min-height:240px;
}

#rentacar .miinput {
	border:1px solid #666666;
	color:#333333;
}

#rentacar .localizaciones {
	width:220px;
	font-size:12px;
	background-attachment: scroll;
	background-color: transparent;
}
#rentacar .localizaciones select {
	font-size:10px;
	width:210px;
}
#rentacar form {
	margin:2px;
}
#rentacar .fechas {
	margin-right:0px;
	width:110px;
	margin:2px;
	margin-top:2px;
}
#rentacar .fechas input[readonly] {
	margin:2px;
	background-color:#FFFFFF;
	font-size:11px;
	width:70px;
	margin-top:5px;
}
#rentacar .horas {
	margin:5px;
	width:65px;
}
#rentacar .horas select {
	font-size:10px;
	margin:2px;
	width:65px;
}
#rentacar .tituloGrupo {
	color:#000000;
	font-size:18px;
	text-shadow: 1px 1px 2px #CCCCCC;
	float:left;
}
#rentacar .imagenGrupo {
	width:150px;
}
#rentacar .listadoPrecio {
	text-align:right;
}
#rentacar .botonReservar {
	float:right;
}
#rentacar #btnBuscar {
	margin-left: auto;
	margin-right: auto;
	font-size:12px;
}
#rentacar #btnBuscar:hover {
	text-decoration:underline;
}
#rentacar .btnReservar {
	/*
	margin:auto;
	background: url("http://www.reservas.cargestion365.com/api/imagenes/btnReservar.png") no-repeat scroll 0 0 transparent;
	background-position:center;
	border: 0 none;
	cursor: pointer;
	cursor: hand;
	font-size:14px;
	font-weight:bold;
	display: block;
	overflow: hidden;
	color:#FFFFFF;
	width:150px;
	height:24px;
	margin-top:12px;
	margin-bottom:12px;
	*/
margin-top: 0px;
	width:170px;
	font-size:14px;
}
#rentacar .btnReservar:hover {
	text-decoration:underline;
}
#rentacar #tituloLugares {
	background-color:#CCCCCC;
	text-shadow: 1px 1px 2px #000000;
	color:#FFFFFF;
	font-size:18px;
	text-align:center;
	width:210px;
	border:1px solid #666666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/*PESTAAS*/
ul.tabs {
	margin:0;
	padding:0;
	float: left;
	list-style: none;
	height: 32px;
	width: 585px;
margin-left:5px;
}
ul.tabs li {
	/*	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #FFFFFF;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background:#C6D6FF;
	margin-right:3px;*/
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	margin-right:2px;
	margin-left:5px;
}
ul.tabs li a {
	text-decoration: none;
	color: #000000;
	display: block;
	font-size: 10px;
	padding-left:2px;
	padding-right:2px;
	outline: none;
}
ul.tabs li a:hover {
	text-decoration:underline;
	color:#FFCC00;
	
}
ul.tabs li.active, html ul.tabs li.active a:hover {
	background:#E0E0E0;
	
	color:#000000;
	text-decoration:none;
}
ul.tabs li.active, html ul.tabs li.active a {
	background: #E0E0E0;
	color:#000000;
	border-bottom: 2px solid #E0E0E0;
	-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
#rentacar .tab_container {
	border-top: none;
	overflow: hidden;
	float: left;
	width:585px;
	background:#E0E0E0;
	background-repeat:repeat-x;
	margin-bottom:5px;
margin-left:5px;
}
#rentacar .tab_content {
	padding: 2px;
	padding-top:5px;
	font-size: 1.2em;
}
/*FIN DE PESTAAS*/

/*FICHA DE CADA COCHE*/
#rentacar .ficha {
	color:#000000;
	margin:auto;
	margin-bottom:6px;
	width:570px;
	padding-bottom:2px;
	background-color:#666666;
	min-height:170px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 3px 3px 4px #999;
	-webkit-box-shadow: 3px 3px 4px #999;
	box-shadow: 3px 3px 4px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
	overflow:hidden;
}
#rentacar .ficha .contenido {
	font-size:10px;
	font-weight:normal;
	margin-top:3px;
	margin-left:3px;
	border:1px solid #666666;
	width:376px;
	float: left;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0;
	background-color:#FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
	min-height:162px;
}
#rentacar .ficha .lateral {
	font-size:11px;
	font-weight:bold;
	margin-top:3px;
	bottom: 0;
	float: right;
	position: relative;
	right: 5px;
	width: 170px;
	color:#FFFFFF;
	text-shadow: 1px 1px 2px #666666;
	overflow:hidden;
}
#rentacar .ficha .lateral .detallesLateral {
	font-size:10px;
	text-decoration:underline;
}
#rentacar .ficha .lateral .precio {
	margin-bottom:0px;
	margin-top:4px;
	padding-top:4px;
	padding-bottom:8px;
	width: 170px;
	text-align:right;
	float:right;
	font-size:18px;
	font-weight:bold;
	color:#FFCC00;
	text-decoration:none;
	text-shadow: 1px 1px 2px #666666;
	border-top:1px solid #FFCC00;
	display:inline-block;
}
#rentacar .miniPrecio {
	width:170px;
	text-align:right;
	float:right;
	font-size:12px;
	padding-right:5px;
	font-weight:bold;
	color:#FFCC00;
	text-decoration:none;
	text-shadow: 1px 1px 1px #666666;
	display:inline-block;
}
#rentacar .ficha .cabecera {
	min-height: 30px;
	padding-top:5px;
}
#rentacar .ficha .cabecera .iconos {
	float: right;
	font-size:12px;
	font-weight:bold;
	text-shadow: 1px 1px 2px #CCCCCC;
	padding:0px;
	vertical-align:middle;
}
#rentacar .ficha .detalles {
	display:block;
	text-shadow:none;
}
#rentacar .ficha .detalles .foto {
	background-image: url("http://www.reservas.cargestion365.com/api/imagenes/bgCar.gif");
	background-repeat:no-repeat;
	float: left;
	height: 106px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	position: relative;
	text-align: center;
	width: 154px;
}
#rentacar .ficha .detalles .detallesint {
	float: right;
	margin-top: 3px;
	padding-bottom: 0.3em;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0.3em;
	width: 200px;
}
#rentacar .ficha .detalles .extras {
	clear: both;
	display:none;
	line-height:normal;
}
#rentacar .ficha .detalles .extras .extraList {
	margin:1px;
	border:1px solid #E6E6E6;
	background-color:#F9F9F9;
	padding:2px;
	width:365px;
	height:20px;
	font-size:9px;
	position:relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
zoom: 1; /* IE7 (hasLayout)*/*display: inline; /* IE7 */	
}
#rentacar .ficha .detalles .extras .extraList:hover {
	border:1px solid #999999;
	background-color:#EBEBEB;
}
#rentacar .ficha .detalles .detallesint .caracteristicas {
	min-height: 70px;
	border-top:1px solid #E8E8E8;
	display:block;
}
#rentacar .ficha .detalles .detallesint .caracteristicas ul {
	margin:0px;
	margin-left:10px;
	padding:0px;
}
#rentacar .ficha .detalles .detallesint .caracteristicas ul li {
	float:left;
	font-size:9px;
	width:100%;
	list-style-type:none;
	padding-left:5px;
	background-image:url(http://www.reservas.cargestion365.com/api/imagenes/list.gif);
	background-position:0px 8px;
	background-repeat:no-repeat;
}
#rentacar .ficha .detalles .detallesint .masinfo {
	margin-top: 0.5em;
	float:right;
	font-size:10px;
	font-weight:bold;
}
#rentacar .ficha .detalles .detallesint .masinfo:hover {
	cursor: pointer;
	cursor: hand;
	text-decoration:underline;
}
#rentacar .contenidoLateral {
	width:165px;
	font-size:9px;
	font-weight:normal;
}
/*FIN DE FICHA DE CADA COCHE*/

/*INICIO ESTILO DE TABLA TIPOS DE VEHICULOS*/

#rentacar .tipoVehiculo {
	font-size:9px;
}
#rentacar .tipoVehiculo td {
	padding:5px;
	text-align:center;
	color:#000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
	margin:10px;	
}
#rentacar .tipoVehiculo td:hover {
	cursor: pointer;
	cursor: hand;
background-color:#E0E0E0;		
}
#rentacar .tipoVehiculo td span {
	text-align:center;
	text-decoration:none;
	color:#000000;
}
#rentacar .tipoVehiculo td span:hover {
	text-align:center;
	text-decoration:underline;
}
#rentacar .tipoVehiculo td img {
	border:none;
}
#rentacar .marcado{
	padding:5px;
	text-align:center;
	color:#000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#E0E0E0;		
}
#rentacar .marcado:hover{
	cursor: pointer;
	cursor: hand;
}
#rentacar .marcado span{
font-weight:bold;
}
/*FIN ESTILO TABLA TIPO DE VEHICULO*/


.frmCliente {
	font-size:12px;
	padding:4px;
	margin:4px;
}
.frmCliente label {
	width:100%;
	text-decoration:underline;
	display:inline-block;
	font-weight:bold;
	margin-bottom:4px;
}
.frmCliente input[type='text'] {
	width:250px;
}
.frmCliente textarea {
	width:250px;
}
#rentacar .tachado {
	text-align:right;
	font-size:12px;
	padding-right:5px;
	font-weight:bold;
	/*color:#FFCC00;*/
	color:#FF6600;
	text-decoration:none;
	text-shadow: 1px 1px 1px #666666;
	display:inline-block;
	text-decoration:line-through;
}
#rentacar .frmCliente label {
	width:100%;
	text-decoration:underline;
	display:inline-block;
	font-weight:bold;
	margin-bottom:4px;
}
#rentacar .frmCliente input[type='text'] {
	width:250px;
}
#rentacar .frmCliente textarea {
	width:250px;
}
#rentacar .validateTips {
	margin:auto;
	padding-left:10px;
	color:#FF3333;
	font-size:12px;
	font-weight:bold;
}
#rentacar .chk {
	width:13px;
}
.apicondiciones {
	font-size:9px;
	margin-bottom:5px;
}
.apicondiciones:hover {
	text-decoration:underline;
	cursor: pointer;
	cursor: hand;
}
#dialog-condiciones {
	font-size:9px;
	line-height:12px;
}
#dialog-condiciones ul li {
	font-size:9px;
}
#rentacar .msj {
	font-size:10px;
	color:#FF0000;
	text-align:center;
}
#rentacar .btnAceptar {
	margin:auto;
}
#rentacar .error {
	font-size:16px;
	font-weight:bold;
	color:#000000;
	padding:5px;
	text-align:center;
}
#rentacar .logout {
	cursor:pointer;
	cursor:hand;
}
#rentacar .welcome {
	text-shadow: 1px 1px 2px #000000;
	color:#FFFFFF;
	font-size:18px;
}
#rentacar #passRecover:hover {
	curson:hand;
	cursor:pointer;
	text-decoration:underline;
}
#rentacar #menu img {
	border:none;
	margin:2px;
}
#rentacar #menu {
	margin:0px;
	width:746px;
	background-color:#3366FF;
	padding:2px;
	color:#FFFFFF;
	text-shadow: 1px 1px 2px #000000;
	font-size:16px;
	border:1px solid #FFFFFF;
}
#rentacar #menu #idiomas {
	float:right;
}
#rentacar #menu a {
	color:#FFFFFF;
	text-decoration:none;
}
#rentacar .similar {
	font-size:12px;
}
#rentacar .miniGrupo {
	text-align:right;
	float:right;
	font-size:10px;
	padding-right:5px;
	font-weight:bold;
	color:#FFCC00;
	text-decoration:none;
	text-shadow: 1px 1px 1px #666666;
	
}
#rentacar #cont_user {
	float:right;
	margin-right: 20px;
	height:55px;
}
#rentacar #cont_user img {
	margin-left: 4px;
	margin-right: 4px;
	display:inline;
	padding-top:12px;
	vertical-align:bottom;
}
#rentacar #nombreUsuario {
	color:#000000;
	display:inline;
}
#rentacar #nombreUsuario p {
	vertical-align:middle;
	margin:2px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	display:inline;
}
#rentacar #verDisp {
	padding-top:10px;
	background-image: url("http://www.reservas.cargestion365.com/api/imagenes/shadowb.png");
	background-position: center top;
	background-repeat: no-repeat;
}
#rentacar .cargapreview {
	margin:0px;
	padding:0px;
	line-height:1;
	text-shadow:none;
	font-size:9px;
	display:none;
	width:226px;
	height:100px;
	background-color:white;
	color:#000000;
	position:absolute;
	float:right;
	z-index:999;
	border:3px solid #999999;
	background-image:url("http://www.reservas.cargestion365.com/api/imagenes/carga.gif");
	display:none;
}
#rentacar .cargatooltip {
	cursor:pointer;
	cursor:hand;
}
#rentacar .carga1 {
	position:absolute;
	top:38px;
	left:5px;
	text-align:center;
	font-size:9px;
}
#rentacar .carga2 {
	position:absolute;
	top:5px;
	left:63px;
	text-align:center;
	font-size:9px;
}
#rentacar .carga3 {
	position:absolute;
	top:5px;
	left:173px;
	text-align:center;
	font-size:9px;
}
#rentacar .carga4 {
	position:absolute;
	top:65px;
	left:175px;
	text-align:right;
	font-size:9px;
}
#rentacar .apicheckbox {
	margin-right:4px;
	margin-top:3px;
	font-size:10px;
	float:left;
}
#rentacar .apicombo {
	margin-top:2px;
	margin-right:4px;
	margin-left:4px;
	font-size:9px;
	float:left;
}
.precioDO{
color:#ff0000;font-weight:bold;
}


/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ui-helper-clearfix {
	display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
	height:1%;
}
.ui-helper-clearfix {
	display:block;
}
/* end clearfix */
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}
/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: 1em;
	font-size:12px;
}
.ui-widget-content {
	border: 1px solid #a6c9e2;
	background: #fcfdfd url(http://www.reservas.cargestion365.com/api/css/images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #4297d7;
	background: #5c9ccc url(http://www.reservas.cargestion365.com/api/css/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #c5dbec;
	background: #dfeffc url(http://www.reservas.cargestion365.com/api/css/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #2e6e9e;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #2e6e9e;
	text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: 1px solid #79b7e7;
	background: #d0e5f5 url(http://www.reservas.cargestion365.com/api/css/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #1d5987;
}
.ui-state-hover a, .ui-state-hover a:hover {
	color: #1d5987;
	text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #79b7e7;
	background: #f5f8f9 url(http://www.reservas.cargestion365.com/api/css/images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #e17009;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #e17009;
	text-decoration: none;
}
.ui-widget :active {
	outline: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #fad42e;
	background: #fbec88 url(http://www.reservas.cargestion365.com/api/css/images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(http://www.reservas.cargestion365.com/api/css/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
	background-image: url(http://www.reservas.cargestion365.com/api/css/images/ui-icons_469bdd_256x240.png);
}
.ui-widget-content .ui-icon {
	background-image: url(http://www.reservas.cargestion365.com/api/css/images/ui-icons_469bdd_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(http://www.reservas.cargestion365.com/api/css/images/ui-icons_d8e7f3_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(http://www.reservas.cargestion365.com/api/css/images/ui-icons_6da8d5_256x240.png);
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
	background-image: url(http://www.reservas.cargestion365.com/api/css/images/ui-icons_217bc0_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(http://www.reservas.cargestion365.com/api/css/images/ui-icons_f9bd01_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(http://www.reservas.cargestion365.com/api/css/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url(http://www.reservas.cargestion365.com/api/css/images/ui-icons_cd0a0a_256x240.png);
}
/* positioning */
.ui-icon-carat-1-n {
	background-position: 0 0;
}
.ui-icon-carat-1-ne {
	background-position: -16px 0;
}
.ui-icon-carat-1-e {
	background-position: -32px 0;
}
.ui-icon-carat-1-se {
	background-position: -48px 0;
}
.ui-icon-carat-1-s {
	background-position: -64px 0;
}
.ui-icon-carat-1-sw {
	background-position: -80px 0;
}
.ui-icon-carat-1-w {
	background-position: -96px 0;
}
.ui-icon-carat-1-nw {
	background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}
.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}
.ui-icon-arrow-4 {
	background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}
.ui-icon-extlink {
	background-position: -32px -80px;
}
.ui-icon-newwin {
	background-position: -48px -80px;
}
.ui-icon-refresh {
	background-position: -64px -80px;
}
.ui-icon-shuffle {
	background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}
.ui-icon-folder-open {
	background-position: -16px -96px;
}
.ui-icon-document {
	background-position: -32px -96px;
}
.ui-icon-document-b {
	background-position: -48px -96px;
}
.ui-icon-note {
	background-position: -64px -96px;
}
.ui-icon-mail-closed {
	background-position: -80px -96px;
}
.ui-icon-mail-open {
	background-position: -96px -96px;
}
.ui-icon-suitcase {
	background-position: -112px -96px;
}
.ui-icon-comment {
	background-position: -128px -96px;
}
.ui-icon-person {
	background-position: -144px -96px;
}
.ui-icon-print {
	background-position: -160px -96px;
}
.ui-icon-trash {
	background-position: -176px -96px;
}
.ui-icon-locked {
	background-position: -192px -96px;
}
.ui-icon-unlocked {
	background-position: -208px -96px;
}
.ui-icon-bookmark {
	background-position: -224px -96px;
}
.ui-icon-tag {
	background-position: -240px -96px;
}
.ui-icon-home {
	background-position: 0 -112px;
}
.ui-icon-flag {
	background-position: -16px -112px;
}
.ui-icon-calendar {
	background-position: -32px -112px;
}
.ui-icon-cart {
	background-position: -48px -112px;
}
.ui-icon-pencil {
	background-position: -64px -112px;
}
.ui-icon-clock {
	background-position: -80px -112px;
}
.ui-icon-disk {
	background-position: -96px -112px;
}
.ui-icon-calculator {
	background-position: -112px -112px;
}
.ui-icon-zoomin {
	background-position: -128px -112px;
}
.ui-icon-zoomout {
	background-position: -144px -112px;
}
.ui-icon-search {
	background-position: -160px -112px;
}
.ui-icon-wrench {
	background-position: -176px -112px;
}
.ui-icon-gear {
	background-position: -192px -112px;
}
.ui-icon-heart {
	background-position: -208px -112px;
}
.ui-icon-star {
	background-position: -224px -112px;
}
.ui-icon-link {
	background-position: -240px -112px;
}
.ui-icon-cancel {
	background-position: 0 -128px;
}
.ui-icon-plus {
	background-position: -16px -128px;
}
.ui-icon-plusthick {
	background-position: -32px -128px;
}
.ui-icon-minus {
	background-position: -48px -128px;
}
.ui-icon-minusthick {
	background-position: -64px -128px;
}
.ui-icon-close {
	background-position: -80px -128px;
}
.ui-icon-closethick {
	background-position: -96px -128px;
}
.ui-icon-key {
	background-position: -112px -128px;
}
.ui-icon-lightbulb {
	background-position: -128px -128px;
}
.ui-icon-scissors {
	background-position: -144px -128px;
}
.ui-icon-clipboard {
	background-position: -160px -128px;
}
.ui-icon-copy {
	background-position: -176px -128px;
}
.ui-icon-contact {
	background-position: -192px -128px;
}
.ui-icon-image {
	background-position: -208px -128px;
}
.ui-icon-video {
	background-position: -224px -128px;
}
.ui-icon-script {
	background-position: -240px -128px;
}
.ui-icon-alert {
	background-position: 0 -144px;
}
.ui-icon-info {
	background-position: -16px -144px;
}
.ui-icon-notice {
	background-position: -32px -144px;
}
.ui-icon-help {
	background-position: -48px -144px;
}
.ui-icon-check {
	background-position: -64px -144px;
}
.ui-icon-bullet {
	background-position: -80px -144px;
}
.ui-icon-radio-off {
	background-position: -96px -144px;
}
.ui-icon-radio-on {
	background-position: -112px -144px;
}
.ui-icon-pin-w {
	background-position: -128px -144px;
}
.ui-icon-pin-s {
	background-position: -144px -144px;
}
.ui-icon-play {
	background-position: 0 -160px;
}
.ui-icon-pause {
	background-position: -16px -160px;
}
.ui-icon-seek-next {
	background-position: -32px -160px;
}
.ui-icon-seek-prev {
	background-position: -48px -160px;
}
.ui-icon-seek-end {
	background-position: -64px -160px;
}
.ui-icon-seek-start {
	background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
	background-position: -80px -160px;
}
.ui-icon-stop {
	background-position: -96px -160px;
}
.ui-icon-eject {
	background-position: -112px -160px;
}
.ui-icon-volume-off {
	background-position: -128px -160px;
}
.ui-icon-volume-on {
	background-position: -144px -160px;
}
.ui-icon-power {
	background-position: 0 -176px;
}
.ui-icon-signal-diag {
	background-position: -16px -176px;
}
.ui-icon-signal {
	background-position: -32px -176px;
}
.ui-icon-battery-0 {
	background-position: -48px -176px;
}
.ui-icon-battery-1 {
	background-position: -64px -176px;
}
.ui-icon-battery-2 {
	background-position: -80px -176px;
}
.ui-icon-battery-3 {
	background-position: -96px -176px;
}
.ui-icon-circle-plus {
	background-position: 0 -192px;
}
.ui-icon-circle-minus {
	background-position: -16px -192px;
}
.ui-icon-circle-close {
	background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}
.ui-icon-circle-check {
	background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}
.ui-corner-tr {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
.ui-corner-bl {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.ui-corner-br {
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.ui-corner-top {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
.ui-corner-bottom {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.ui-corner-right {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.ui-corner-left {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.ui-corner-all {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(http://www.reservas.cargestion365.com/api/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .30;
	filter:Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(http://www.reservas.cargestion365.com/api/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .30;
	filter:Alpha(Opacity=30);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}/*
 * jQuery UI Resizable 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}/*
 * jQuery UI Selectable 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border:1px dotted black;
}
/*
 * jQuery UI Accordion 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
	width: 100%;
}
.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	margin-top: 1px;
	zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
	display: inline;
}
.ui-accordion .ui-accordion-header-active {
	border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
	display: block;
	font-size: 1em;
	padding: .5em .5em .5em .7em;
}
.ui-accordion-icons .ui-accordion-header a {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	margin-top: -2px;
	position: relative;
	top: 1px;
	margin-bottom: 2px;
	overflow: auto;
	display: none;
	zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
	display: block;
}/*
 * jQuery UI Autocomplete 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
	position: absolute;
	cursor: default;
}
/* workarounds */
* html .ui-autocomplete {
	width:1px;
} /* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	margin-right: .1em;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	zoom: 1;
	overflow: visible;
	font-size:12px;
} /* the overflow property removes extra width in IE */
.ui-button-icon-only {
	width: 2.2em;
} /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
	width: 2.4em;
} /* button elements seem to need a little more width */
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}
/*button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}
/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}
/*button sets*/
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
} /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
	position: absolute;
	padding: .2em;
	width: 300px;
	overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .5em 1em .3em;
	position: relative;
	font-size:14px;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 16px .2em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 19px;
	margin: -10px 0 0 0;
	padding: 1px;

	height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
	display: block;
	margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
	padding: 0;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
	zoom: 1;
	font-size:14px;
	line-height:1;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin: .5em 0 0 0;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
	font-size:12px;
}
.ui-dialog .ui-resizable-se {
	width: 14px;
	height: 14px;
	right: 3px;
	bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*
 * jQuery UI Slider 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}/*
 * jQuery UI Tabs 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
	position: relative;
	padding: .2em;
	zoom: 1;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 1px;
	margin: 0 .2em 1px 0;
	border-bottom: 0 !important;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
/*
 * jQuery UI Datepicker 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
font-size:12px;
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position:relative;
	padding:.2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position:absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left:2px;
}
.ui-datepicker .ui-datepicker-next {
	right:2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left:1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right:1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size:1em;
	margin:1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin:0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding:0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width:auto;
	overflow:visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float:left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width:auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float:left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width:95%;
	margin:0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width:50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width:33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width:25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
	border-left-width:0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width:0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear:left;
}
.ui-datepicker-row-break {
	clear:both;
	width:100%;
}
/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear:right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
	float:right;
}
.ui-datepicker-rtl .ui-datepicker-group {
	float:right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
	border-right-width:0;
	border-left-width:1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width:0;
	border-left-width:1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
	display: none; /*sorry for IE5*/
	display/**/: block; /*sorry for IE5*/
	position: absolute; /*must have*/
	z-index: -1; /*must have*/
	filter: mask(); /*must have*/
	top: -4px; /*must have*/
	left: -4px; /*must have*/
	width: 200px; /*must have*/
	height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
	height:2em;
	text-align: left;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height:100%;
}
.ui-datepicker-trigger{
vertical-align:top;
margin-top:3px;
width:22px;
height:22px;
cursor:pointer;
cursor:hand;
}



.page-id-4406 td{
    border-bottom: none;
	border-left: none;
}

.page-id-4406 table{
    border-top: none;
	border-right: none;
}

#nuevabusqueda{
background-color: #CCCCCC;
}

.cabecera td{
background-color: #fff;
}

#rentacar .ficha .cabecera .iconos{
color: #000;
}

#rentacar .localizaciones select{
font: normal 12px Verdana, Arial, sans-serif;
}

#rentacar .horas select{
font: normal 12px Verdana, Arial, sans-serif;
}

#rentacar #btnBuscar{
font: normal 12px Verdana, Arial, sans-serif;
}

#rentacar #tituloLugares{
background-color: #0F0F0F;
border: none;
font-family: Verdana, Arial, sans-serif;
font-size: 18px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{
background-color: #fff;
}

/* RENTACAR / CARGESTION END */