﻿/* ************************
	Written by:
	Mike Holton-Jeffreys
************************ */

/* *********************
	 SHARED CLASSES
********************* */
body
{
	margin: 0px;
	padding: 0px;
}
#gadget_container
{
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: tahoma;
	height: 300px;
}

.gadget_header_top
{
	height: 8px;
	width: 172px;
	background: url(../graphics/gadget/top.gif) top left no-repeat;
	overflow: hidden;
}

. gadget_header_middle
{
	height: 62px;
	width: 172px;
	background: url(../graphics/gadget/header-bg.gif) top left repeat-y;
}
#gadget_middle
{
	height: 284px;
	width: 172px;
	background: url(../graphics/gadget/main-bg.gif) top left repeat-y;
}
.gadget_content
{
	width: 172px;
	height: 280px !important;
}

.gadget_ddlist
{
	font-size: 10px;
}


/* *********************
	 MAIN FORMATTING
********************* */
#gadget_header
{
	width: 172px;
	height: 70px;
}


.gadget_main_area
{
	height: 201px;
	background: url(../graphics/gadget/gadget_options_bg.jpg) bottom center no-repeat;
}

#gadget_footer
{
	width: 172px;
	height: 21px;
}

/* ** HEADER FORMATTING ** */


#gadget_header_content, .gadget_header_content
{
	width: 158px;
	height: 62px;
	margin-left: 7px;
	margin-right: 7px;
	background: url(../graphics/gadget/header-back.gif) top left repeat-x #ffffff;
}

#gadget_header_table
{
	width: 158px;
	font-size: 11px !important;
	background: url(../graphics/gadget/girl.gif) bottom right no-repeat;
}

#gadget_header_td_edit
{
	padding-top: 4px;
	padding-left: 5px;
	width: 36px;
}

#gadget_header_td_island
{
	width: 90px;
}

#gadget_img_logo
{
	margin-top: -2px;
}

#gadget_img_girl
{
	padding-top: 5px;
	float: right;
}

/* ** MAIN FORMATTING ** */
#gadget_main_table
{
	width: 158px;
	margin-left: 7px;
	margin-right: 7px;
	font-size: 9px !important;
}
#gadget_main_table td
{
	padding: 3px;
}

#gadget_main_td_car
{
	width: 115px;
}

#gadget_main_td_price
{
	width: 30px;
}

/* ** FOOTER FORMATTING ** */
.gadget_footer_middle
{
	width: 172px;
	height: 13px;
	background: url(../graphics/gadget/header-bg.gif) top left repeat-y;
}

.gadget_footer_bottom
{
	width: 172px;
	height: 8px;
	background: url(../graphics/gadget/bottom.gif) top left repeat-x;
}

.gadget_footer_content
{
	width: 158px;
	height: 13px;
	margin-left: 7px;
	margin-right: 7px;
	background: url(../graphics/gadget/footer.gif) top left repeat-x #ffffff;
}

/* *********************
	 OPTIONS STYLES
********************* */
#gadget_options
{
	height: 284px;
}

#gadget_options_table
{
	font-size: 10px;
	height: 246px;
	width: 156px;
}

.gadget_main_bg
{
	padding-left: 8px;
	padding-right: 8px;
	height: 271px;
	background: url(../graphics/gadget/gadget_options_bg.jpg) bottom center no-repeat;
}

.gadget_heading
{
	font-size: 15px;
}

/* ** ELEMENT STYLES ** */
img
{
	margin: 0px;
	padding: 0px;
	border: none;
}

#layer1 {
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: 300px;
	left: 20px;
	top: 300px;
	background-color: #ccc;
	border: 1px solid #000;
	padding: 10px;
}

#gadget_main_ul_car, #gadget_main_ul_price
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#gadget_main_ul_car li, #gadget_main_ul_price li
{
	margin-bottom: 5px;
}

h4
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #2e6da6;
}

h5
{
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	font-size: 12px;
}

.white
{
	font-size: 11px;
}

a
{
	text-decoration: none;
	color: #000000;
}

/* *********************
	 DETAILS STYLES
********************* */
#gadget_details
{
	padding-top: 2px;
}
#gadget_details_middle
{
	padding-left: 7px;
	padding-right: 7px;
}

#gadget_details_table
{
	font-size: 11px !important;
	padding: 0px 2px 0px 2px;
}

#gadget_details_total, #gadget_details_cdw
{
	font-size: 12px;
}

#gadget_details_total
{
	font-size: 16px;
	font-weight: bold;
	color: #29960a;
}
#gadget_details_middle_middle
{
	font-size: 11px;
}
#gadget_details_hire b,
#gadget_details_middle_middle b
{
	color: #2e6da6;
}

#gadget_details_book
{
	float: right;
	padding-top: 3px;
	padding-right: 3px;
}

#gadget_details_back
{
	float: left;
	padding-top: 3px;
	padding-left: 3px;
	cursor: pointer;
}

#gadget_details_table
{
	width: 156px;
}

#gadget_details_middle_top
{
	padding-left:2px;
	height: 14px;
}

#gadget_details_middle_middle
{
	height: 160px;
}

#gadget_details_middle_bottom,
#gadget_options_buttons
{
	height: 24px;
}

#gadget_options_buttons
{
	padding-left: 3px;
}

#gadget_info_content
{
	padding-left: 9px;
	padding-right: 9px;	
}

.link
{
	color: #3979aa;
	text-decoration: underline;
}

#gadget_info_help
{
	float: left;	
}
