/* @override 
	http://new_royal/css/screen.css
	http://royal.micstura-hosting.com/css/screen.css
	http://new_royal/css/screen.css
	http://royal_final/css/screen.css
*/

/* -------------------------------------------------------------- 

   Title:		Master styles for screen media
  
   Author:		Fabian Socarras - fsocarras@micstura.com
   Client:		Royal Caribbean International
   Project:		Royal Caribbean Home Page Redesign
   Date:		Tuesday; September 8, 2009
  
   Version:		1.0
 
-------------------------------------------------------------- */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }


/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }


/* -------------------------------------------------------------- 

   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body { 
  font-size: 11px;
  color: #333; 
  background: #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #333; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1em; line-height: 1; margin-bottom: .5em; font-weight: bold; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #1546A2; text-decoration: underline; }
a           { color: #1546A2; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes and elements
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { /* Hide stuff without resorting to display:none; */
				visibility:hidden;
				width:0!important;
				height:0!important;
				line-height:0!important;
				padding:0!important;
				margin:0!important;
			}

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.45em;
  border: none;
}

hr.space {
  background: #fff;
  color: #fff;
  visibility: hidden;
}

/* About Sticky Footer

   These rules allow the footer to stick to the bottom
   of the page, regardless of screen resolution.
 
-------------------------------------------------------------- */

/* @group Sticky Footer */

html, body, #outer_wrapper {height: 100%;}

body > #outer_wrapper {height: auto; min-height: 100%;}

#content_wrapper {padding-bottom: 110px !important;}  /* must be same height as the global footer */

#global_footer {
	background: url(../images/bg_global_footer.jpg) no-repeat top center;
	position: relative;
	margin-top: -110px; /* negative value of footer height */
	margin-left: auto;
	margin-right: auto;
	width: 1010px;
	height: 110px;
	clear:both;
}

#build_details {
	color:#ffffff;margin-left: 60px;
}
/* @end Sticky Footer */

/* ------------------------------------------------------------ */

/* @group General Body Styles */

body { 
  	color: #555555; 
	background: transparent;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #a5dee5 url(../images/rays3.jpg) no-repeat fixed;
	background-size: 100% 100%;
}

img, div, h1, .country { behavior: url(../js/iepngfix.htc); } /* IE 6 Transparent PNG fix */

h2 { line-height: 0; margin-bottom: 12px; font-size: 12px;}

/* @end General Body */

/* ------------------------------------------------------------ */

/* @group Page Structure */

#outer_wrapper, #content_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1010px;
}

#outer_wrapper {
	width: 1010px;
	margin: 0 auto;
	background: transparent url(../images/bg_canvas_shadow2.png) repeat-y ;
}

#content_wrapper {
	width: 944px;
	padding: 0 9px;
	background: #FFFFFF;
}

/* @end Page Structure */

/* ------------------------------------------------------------ */

/* @group Header */

#header { 
   
	width: 944px;
	padding: 5px 0 0;
}

#logo, #customer_login, #customer_webusa, #location_meta { float: left; }

#logo { width: 220px; }
#customer_login { width: 400px; padding-top: 6px; padding-bottom: 0px; }
#customer_webusa{ width: 129px; padding-top: 6px; padding-bottom: 0px; }
#location_meta { width: 195px; padding-top: 6px; padding-bottom: 0px; }

#logo h1 {
	margin: 0;
	padding-bottom: 5px;
	height: 65px;
	background: url(../images/brand_logo_2.png) no-repeat top left;
}

.login_list { margin: 0; list-style: none; }
.login_list li { display: inline-block; margin-right: 15px; float:right }

.action_link { 
	display:inline-block; 
	background: transparent url(../images/icon_rarrow.png) no-repeat right center;
	padding-right: 7px;
}

.welcome {
	font-weight: bold;
	color: #333333;
	padding-bottom: 8px;
}

.customer_meta .member_status {
	padding: 0 5px 0 16px;
	display: inline-block;
	background: url(../images/icon_anchor.png) no-repeat 0;
	color: #333333;
}

.customer_meta .mycruises, .customer_meta .logout  {
	display: inline-block;
	padding-left: 8px;
	margin-right: 8px;
}

span.country {
	font-weight: bold;
	background: url(../images/icon_globe.png) no-repeat 0 50%;
	padding-left: 24px;
	margin-right: 14px;
	display: inline-block;
	color: #0D409F;
}

#global_search .search_field {
	position: relative;
	padding-top: 15px;
}

#global_search .search_field input {color: #666;}

#global_search .search_field button.button {
	position: absolute;
}

/* @end Header */

/* ------------------------------------------------------------ */

/* ------------------------------------------------------------ */

/* @group Hero */

#hero {
	width: 944px;
	height: 345px;
	margin: 0 auto;
	padding-bottom: 10px;
	position: relative;
}

#flash_content {
	margin: 0;
	height: 345px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0 !important;
}

/* No Javascript */

#no_javascript_hero img {
	display: block;
	padding-bottom: 8px;
}

#no_javascript_alerts {
	border: 1px solid #cccccc;
	width: 942px;
	padding: 5px 0;
}

#alert_container {
	padding-left: 120px;	
}

.travel_alert_message, .alert_items {
	display: inline-block;
	padding-right: 20px;
}

#alert_container input, #alert_container select {
	margin: 0;
	font-size: 11px;
}

#alert_container select {width: 200px;}

/* @end Hero */

/* ------------------------------------------------------------ */

/* @group Buckets (Above) */

#bucket_above { 
	margin-bottom: 16px;
}

.bucket_above_top { height: 12px; }
.bucket_above_bottom { height: 8px; clear: both; }
.col_wrapper { padding: 0 15px 0 15px; }

#bucket_above .col {float: left;}
#bucket_above .col_1 {width: 345px; margin-right: 14px;}
#bucket_above .col_2 {width: 311px; margin-right: 14px; }
#bucket_above .col_3 {width: 260px;}

/* @group Quick Vacation Search */

#quick_vacation_search, #quick_vacation_form { overflow: hidden; }

#quick_vacation_form .colLeft, #quick_vacation_form .colRight { float: left; }

#quick_vacation_form .colLeft { width: 205px; }
#quick_vacation_form .colRight { width: 110px; }

.select_fields select {
	width: 190px;
	margin-bottom: 5px;
	font-size: 11px;
}

.select_fields { padding-bottom: 5px; }

.departure_ports span.help {
	display: inline-block;
	vertical-align: top;
	line-height: 0;
}

.departure_ports { padding-bottom: 5px; }

.sailings_cruisetours span {
	display: inline-block;
	padding-right: 10px;
}

.best_price { text-align: center; padding-bottom: 10px;}
.best_price .best_price_logo { display: block; }

.save_online { text-align: center;padding-left: 14px;padding-bottom: 10px;}
.save_online span.save_online_logo {display: block;	}

.special_rates { padding-left: 10px; }
.special_rates p { margin-bottom: 5px; }
.check_special_rates { 
	padding-left: 11px; 
	background: url(../images/icon_plus.gif) no-repeat 0;
	color: #1546a2;
	cursor: pointer;
}

.special_rates_form div.origin span {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	background: #F0F5F5;
	color: #669dc2;
	padding-left: 5px;
	display: block;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	font-weight: bold;
}

.special_rates_form table {
	width: 210px;
	margin-bottom: 10px;
}
.special_rates_form table td { padding: 0; }
.special_rates_form table td.checkbox { width: 22px; vertical-align: top; }

.special_rates_form select {
	font-size: 11px;
}

#quick_vacation_form .submit_form {
	clear: both;
	overflow: hidden;
}

#quick_vacation_form .submit_form span { display: inline-block; padding-top: 5px;}

#quick_vacation_form span.advanced_search { margin-right: 20px; }
#quick_vacation_form span.submit_button { padding-left: 1px; padding-bottom: 10px; text-align: center }
#quick_vacation_form span.calendar_view { 	 
	padding-left: 25px;
}

/* Special Rates Box */
#special_rates_box {
	background: #ffffff;
	width: 210px;
	border: 2px solid #cccccc;
	padding: 5px 10px;
	display: none;
}

.special_rates_copy p {
	text-align: center;
	margin-bottom: 8px;
}
.special_rates_copy span {
	display: block;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.special_rates_form {
	padding-bottom: 10px;
}

.special_rates_controls span {
	display: inline-block;
	cursor: pointer;
}

.special_rates_controls .apply_rates {
	margin-left: 60px;
}

#special_rates_box {
	position: absolute;
	z-index: 50 !important;
	clear: both;
}

.clear_special_rates {
	clear: both;
}


/* @end Quick Vacation Search */

/* @group Countdown to Cruise */

#countdown_to_cruise div.customize_cruise a {
	display: inline-block; 
	margin-bottom: 12px;
}

.customize_cruise {
	display: inline;
	overflow: hidden;
}

.customize_cruise .custom_col_1, .customize_cruise .custom_col_2, 
.reservation_steps .custom_col_1, .reservation_steps .custom_col_2 {
	float: left;
}

.customize_cruise .custom_col_1, .reservation_steps .custom_col_1 {
	width: 190px;
}

.customize_cruise .custom_col_2, .reservation_steps .custom_col_2 {
	width: 84px;
	margin-top: -20px;
}

.clear_customize.cruise {
	clear: both;
}

/* Countdown to Cruise Logged In */

#countdown_to_cruise.logged_in .embarkation_countdown {
	font-weight: bold;
	font-size: 16px;
	color: #f87f1a;
	margin-bottom: 5px;
}

#countdown_to_cruise.logged_in h3 {
	margin-bottom: 2px;
	font-size: 11px;
	font-weight: bold;
}

#countdown_to_cruise.logged_in .reservation_meta { margin-bottom: 5px; }
#countdown_to_cruise.logged_in .reservation_meta span { display: block; }
#countdown_to_cruise.logged_in .reservation_links { margin-bottom: 20px; }
#countdown_to_cruise.logged_in .reservation_links span {
	display: inline-block;
	font-weight: bold;
	padding: 0 8px;
}

#countdown_to_cruise.logged_in .reservation_links span.first { padding-left: 0; }
#countdown_to_cruise.logged_in .reservation_steps {padding-bottom: 30px;}

/* @end Countdown to Cruise */

/* @group Hot Deals */

#hot_deals .email_textfield {
	position: relative;
	padding-bottom: 10px;
}

#hot_deals .email_textfield button {
	position: absolute;
	top: 0;
	left: 205px;
}

#hot_deals label {
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 2px;
	display: inline-block;
	color: #222;
}

#hot_deals_list {
	padding-bottom: 12px;
}

#hot_deals_list ul {
	list-style: none;
	margin: 0 0 2px 0;
}

#hot_deals_list li strong {
	color: #222;
}

#hot_deals_list li em {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: inline-block;
	padding: 0 2px;
}

#twitter_deals {
	background: url(../images/bg_twitter_separator.png) no-repeat top left;
	padding-top: 10px;
}

#twitter_deals .twitter_pic, #twitter_deals .twitter_copy {float: left;}
#twitter_deals .twitter_pic {
	width: 43px;
}

/* @end Hot Deals */

/* @end Buckets (Above) */

/* @group Buckets (Below) */

#bucket_below { 
	margin-bottom: 16px;
}

.bucket_below_top { height: 12px; }
.bucket_below_bottom { 
	height: 8px;
	clear: both; 
	overflow: hidden;
}

#bucket_below .col {float: left;}
#bucket_below .col_1 {width: 345px; margin-right: 14px; }
#bucket_below .col_2 {width: 585px; }

/* @group Ready to Book */

#ready_to_book strong {color: #222;}
#ready_to_book a { font-weight: bold; }
#ready_to_book .book_online { padding: 0 0 5px 0; display: inline-block;}

#ready_to_book .left_book_link {
	width: 120px;
	_width: 130px;
	*width: 130px;
	float: left;	
}

#ready_to_book .center_book_link {
	width: 3px;
	float: left;
	padding: 0 9px;
}

#ready_to_book .right_book_link {
	width: 164px;
	_width: 154px;
	*width: 154px;
	float: left;
}

#ready_to_book .right_book_link span {
	display: inline-block;
	padding-right: 5px;
}

#ready_to_book .clear_book_links {
	clear: both;
}

body.international #ready_to_book .pcs_image {
	float: left;
	width: 50px;
}

body.international #ready_to_book .pcs_info {
	float: left;
	padding-top: 5px;
}

body.international #ready_to_book .pcs_info span {
	display: inline-block;
	padding-right: 10px;
}

.pcs_image img {
	display: block;
}


	
/* @end Ready to Book */

/* @group Connect With Royal */

.connect_links ul {
	margin: 0;
	list-style: none;
}

.connect_links ul li a {
	display: block;
	padding: 4px 6px 12px 30px;
	_padding: 2px 6px 12px 30px;
	 
}

div.connect_links {
	float: left;
	width: 156px;
}


/* @end Connect With Royal */

/* @group Gold Anchor News Horizontal */


#gold_anchor_news {
	overflow: hidden;
	display: inline;
}

.anchor_col_1, .anchor_col_2 {
	float: left;
}

.anchor_col_1 { width: 240px; margin-right: 20px; }
.anchor_col_2 { width: 285px; }
.anchor_copy { padding-top: 15px; }
.anchor_copy h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 3px 0;
}

#gold_anchor_news.logged .anchor_box_1 {
	padding-bottom: 11px;
}

body.international #gold_anchor_news.logged .anchor_box_1 {
	padding-bottom: 20px;
}

#gold_anchor_news.logged .anchor_box_1 .anchor_copy {
	width: 130px;
}

#gold_anchor_news.logged .anchor_box_1.anchor_box_3 .anchor_copy {
	width: 100px;
}

#gold_anchor_news.logged .anchor_box_2.anchor_box_4 .anchor_copy {
	width: 130px !important;
}

#gold_anchor_news.logged .anchor_box_2 .anchor_copy {
	width: 140px;
	float: right;
}

.anchor_box_1, .anchor_box_2 {
	overflow: hidden;
}

.anchor_box_1 .anchor_copy {
	float: left;
	width: 140px;
	padding-right: 5px;
}

.anchor_box_1 .anchor_image {
	float: right;
}

.anchor_col_1 .anchor_box_2 .anchor_copy {
	float: right;
	width: 140px;
	padding-right: 5px;
}

.anchor_box_2 .anchor_image {
	float: left;
}

.anchor_col_2 .anchor_box_1 .anchor_copy {
	float: left;
	width: 140px;
	padding-right: 5px;
}

.anchor_col_2 .anchor_box_2 .anchor_copy {
	width: 160px;
	float: right;
}

.anchor_image {
	border: 1px solid #ddd;
	padding: 3px;
	background: #fff;
}

.anchor_image img {
	display: block;
	border: 1px solid #ddd;
}

.anchor_divider {
	clear: both;
}

.clear_anchors {
	height: 1%;
	clear: both;
}

/* @end Gold Anchor News Horizontal */

/* @end Buckets (below) */

/* @group Buckets Logged In */

/* Bucket Containers */

#bucket_container_left, #bucket_container_right {
	float: left;
	overflow: hidden;
	display: inline;
}

/* bucket_container_left */
#bucket_container_left {
	width: 670px;
	margin-right: 14px;
}

/* Buckets Above Logged In */

#bucket_above_logged {
	margin-bottom: 16px;
}


.bucket_above_top_logged {
	height: 12px;
}

.bucket_below_top_logged {
	height: 12px;
}

.bucket_above_bottom_logged {
	height: 8px;
	clear: both;
	overflow: hidden;
}


.bucket_below_bottom_logged {
	height: 8px;
	clear: both;
	overflow: hidden;
}


#bucket_above_logged .col, #bucket_below_logged .col {
	float: left;
}

/* Logged In Above Buckets Columns */

#bucket_above_logged .col.col_1, #bucket_below_logged .col.col_1 {
	width: 345px;
	margin-right: 14px;
}

#bucket_above_logged .col.col_2, #bucket_below_logged .col.col_2 {
	width: 311px;
	margin: 0;
}


/* Logged In Below Buckets Columns */


/* bucket_container_right */
#bucket_container_right {
	width: 259px;
}

#bucket_container_right .bucket_right_top {
	height: 12px;
}

#bucket_container_right .bucket_right_bottom {
	height: 9px;
	overflow: hidden;
	clear: both;
}

/* @end  Buckets Logged In */


/* ------------------------------------------------------------ */

/* @group Fat Footer */

.footer_divider {
	height: 20px;
	clear: both;
	overflow: hidden;
}

#fat_footer {
	width: 944px;
	float: left;
	background: url('WebRCCL/images/bg_fat_footer.jpg') no-repeat top left;
}

#fat_footer div.col { float: left; margin: 0; padding-top: 17px; }

#fat_footer div.col.col_1 { width: 149px; padding-left: 16px; margin-right: 7px;}
#fat_footer div.col.col_2 { width: 166px; margin-left: 7px; }
#fat_footer div.col.col_3 { width: 152px; margin: 0 7px 0 15px; }
#fat_footer div.col.col_4 { width: 144px; margin-left: 7px; }
#fat_footer div.col.col_5 { width: 259px; margin-left: 15px; padding-top: 0;}

.fat_footer_list { margin: 0; list-style: none; }
.fat_footer_list a { color: #888; }

#fat_footer div.col.col_5 p { padding-right: 26px; margin-bottom: 0; }
#fat_footer div.col.col_5 img { display: inline-block; margin: 10px 0 14px 0; }

#fat_footer div.divider {
	clear: both;
	background: url(../images/bg_fat_footer_border.jpg) no-repeat bottom left;
	padding-top: 23px;
	margin-bottom: 11px;
	height: 2px;
}

/* @end Fat Footer */

/* ------------------------------------------------------------ */

/* @group Corporate Footer */

#corporate_footer {
	width: 944px;
	float: left;
	margin-bottom: 3.12em;
}

#corporate_footer div.col { float: left; }
#corporate_footer div.col.col_1 { width: 165px; margin-right: 14px; }
#corporate_footer div.col.col_2 { width: 510px; padding-left: 25px; text-align:center; }
#corporate_footer div.col.col_3 { width: 212px; padding-left: 12px; }
#corporate_footer div.col.col_dj {width: 904px; padding-left: 0px; padding-top:20px; text-align:center; }

#corporate_nav { margin: 0; list-style: none; }
#corporate_nav li { display: inline; line-height: 3.7;}
#corporate_nav li a {
	color: #888;
	display: inline-block;
	margin-right: 15px;
}

#corporate_footer div.col.col_3 p { padding-right: 26px; float: right; width: 130px;}
#corporate_footer div.col.col_3 img { float: left; display: block; width: 43px;}

/* @end Corporate Footer */

/* ------------------------------------------------------------ */

/* @group Misc Styles */

.left_justify { text-align: left; }
.right_justify { text-align: right; }
.center_justify { text-align: center; }

strong {color: #1646a2;}

.djtextfield {
	border: 1px solid #ccc;
	margin: 0;
	padding: 3px;
	width: 100px;
	background: url(../images/bg_textfield.png);
}

button.djbutton {
	border: none;
	background: 0;
	padding: 0px 0px 0px 0px;
	margin: 0;
	cursor: pointer;
}

.textfield {
	border: 1px solid #ccc;
	margin: 0;
	padding: 3px;
	width: 190px;
	background: url(../images/bg_textfield.png);
}

button.button {
	border: none;
	background: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

/* @end Misc Styles */

/* @group Non Javascript Styles */

#noJs {margin:0 auto; background-color:#FFF; padding:5px 0;}
#noJs .error {margin:0 auto; padding:7px 38px 7px 70px; width:540px; border:1px solid #ff0000; color:#cc0000; line-height:13px; background:url(../images/icon_system_error.gif) no-repeat 40px; text-align:left;}
/* @end No Javascript */


/* HOVER */

/* relevant styles */
.img__wrap {
  position: relative;
  height: 200px;
  width: 257px;
}

.img__description_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description_layer {
  visibility: visible;
  opacity: 1;
}

.img__description {
  transition: .2s;
  transform: translateY(1em);
}

.img__wrap:hover .img__description {
  transform: translateY(0);
}


.color_text_hover{
	color: #FFFFFF !important;
}


.img__description_p { margin: 0 0 0 0 !important; }

.body_th { padding: 4px 0px 4px 0px !important; }