body
{
  	padding:0;
  	margin: 0;
  	outline: 0;
  	width: 100%;
  	background-color: #032F54;
}

#print 
{ 
	display: none; 
}

#noprint 
{ 
	display: block; 
}

*
{
	outline: 0;
	margin: 0;
	padding: 0;
  	font-family: Arial, Verdana;
  	font-size: 13px;
  	z-index: 4;
}



#bg_image
{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

#outer
{
	width: 100%;
	margin: 0 auto;
	z-index: 3;
	position:absolute;
}

#inner
{
	width: 1006px;
	margin: 0 auto;
	z-index: 3;
}

#header
{
	width: 100%;
	height: 88px;
	margin: 0 auto;
	background-color: #313131;
	background: url('../images/backgrounds/header.png') repeat-x;
	margin-bottom: 20px;
}

#header_center
{
	margin: 0 auto;
	width: 880px;
	height: 88px;
}

#logo
{
	background: url('../images/logos/dealspring.png') no-repeat;
	width: 268px;
	height: 55px;
	position: relative;
	top: 16px;
}

#navi
{
	margin-top: 10px;
	height: 28px;
	background: url('../images/backgrounds/navitop_grey.gif') repeat-x;
	border-top: 1px solid #BEBDBD;
	border-bottom: 1px solid #BEBDBD;
}

#navi div a
{
	color: #56A4A4;
	font-size: 14px;
	text-decoration: none !important;
}

#navi div a:hover
{
	color: black !important;
}

#navi div
{
	float: left;
	padding: 6px;
	border-right: 1px solid #D5D5D5;
	padding-left: 15px;
	padding-right: 15px;
}


#root
{
	width: 890px;
	margin: 0 auto;
	z-index: 3;
}

#navilinks
{
	width: 850px;
	position: relative;
	top: -30px;
	margin: 0 auto;
	height: 10px;
	text-align: right;
	
}



#left
{
	width: 185px;
  	height: 100%;
  	float: left;
  	margin-top: 15px;
  	padding:0;
  	margin: 0;
  	margin-right: 0px;
}

#left ul
{
	margin: 0 !important;
	padding: 0 !important;
}

#left ul li
{
	list-style-type: none !important;
	padding-bottom: 5px;
	padding: 7px;
	padding-left: 10px;
	border-bottom: 1px dotted #AAAAAA;
}

#right
{
	width: 100px;
  	height: 100%;
  	float: right;
  	padding:0;
  	margin: 0;
  	position: relative;
  	left: -10px;
  	z-index: -20;
}

#two_column_content
{
	width: 700px;
	padding:0;
	float: left;
}

#one_column_content
{
	width: 1000px;
}

#breadcrumbs
{
	float: right;
	margin-bottom: 15px;
	padding-left: 0px;
}

#footer
{
	width: 660px;
	height: 120px;
	padding:0;
	float: right;
	border-top: 0px solid #ccc;
	margin-top: 0px;
	color: #AAAAAA;
	font-size: 11px;
	/*margin: 0px auto;*/ 
	background: url('../images/backgrounds/footer.png') no-repeat;
	margin-bottom: 20px;
	padding: 20px;
	padding-top: 15px;
	position: relative;
	left: -5px;
}

#footer a
{
	font-family: Arial !important;
	font-size: 12px;	
	color: white !important;
	font-weight: normal !important;
}

#footer a:hover
{
}

#footer ul
{
	margin: 0;
	padding: 0;
}

#footer ul li
{
	list-style-type: none;
	background: url('../images/icons/footer-bullet.png') no-repeat;
	background-position: 0 3px;
	padding-left: 11px;
}

#footer h3
{
	font-size: 16px;
	font-weight: normal;
	color: #BBBBBB;
}



a, a:active, a:visited, a:link
{
	color: #006EC2 !important; 
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color: #006EC2 !important;  
}

a.nounderline
{
	text-decoration: none !important;
}

a.underline
{
	text-decoration: underline !important;
}


.col_left
{
  	vertical-align: top;
  	font-weight: normal;
	text-align: right;
  	padding: 4px;
  	padding-right: 10px;
  	line-height: 20px;
}

.col_right
{
  	vertical-align: top;
  	padding: 4px;
}

.smaller
{
	font-size: 11px;
}

.normal
{
	font-weight: normal !important;
}

.small
{
	font-size: 10px;
}

.big
{
	font-size: 15px;
}

.huge
{
	font-size: 22px;
}

.bold
{
	font-weight: bold !important;
}

.normal
{
	font-weight: normal !important;
}

.clr
{
	clear: both;
	height: 1px;
}

.fl
{
	float: left;
}

.fr
{
	float: right;
}

.tl
{
	text-align: left;
}

.tr
{
	text-align: right;
}

.tc
{
	text-align: center;
}

.tj
{
	text-align: justify;
}

img
{
	border: 0;
}

p
{
	margin-bottom: 10px;
}

iframe
{
	border: 0 !important;
	overflow: hidden;
}

h1
{
	font-size: 25px;
	margin-bottom: 10px;
}

h1.rockwell
{
	font-size: 35px !important;
	line-height: 18px !important;
}

h2
{
	font-size: 16px;
	margin-bottom: 5px;
}

h2.rockwell
{
	font-size: 20px !important;
}

h3
{
	font-size: 14px;
	margin-bottom: 5px;
}

h4
{
	font-size: 12px;
	margin-bottom: 5px;
}

ul, ol
{
	padding-left: 20px;
}

.absolute
{
	position: absolute;
}

.hidden
{
	display: none;
}

.inline
{
	display: inline;
}

.justify
{
	text-align: justify;
}

table.treatment_list
{
	width: 100%;
}

table.treatment_list td
{
	font-size: 12px;
	padding: 7px;
	padding-right: 10px;
	padding-left: 5px;
	border-bottom: 1px dotted #AAAAAA;
}

tr.treatment_header td
{
	font-weight: bold;
	font-size: 11px;
	padding: 4px;
	padding-right: 10px;
	padding-left: 5px;
	border-top: 1px solid #C7DAEF;
	background-color: #EBF5FF;
}

table.treatment_list td a
{
	font-size: 12px;
	color: #04978E;
	color: #2A7FC7;
	font-weight: bold;
}

.saving
{
	font-weight: bold;
	color: #42A827;
}

.std_checkbox
{
	position: relative;
	top: 2px;
}

.std_input, .std_input, .std_input2, .std_input_error, .std_input_error_red, .std_select_error, .std_select
{
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 6px;
	width: 93%;
	background-image: url('../images/gradients/greywhite.gif');
	background-repeat: repeat-x;
	border: 1px solid #BBBBCC;
	height: 24px;
	font-size: 14px;	
}

.std_select, .std_select_error
{
	width: 97%;
}

.std_label_error
{
	color: #BB3333 !important;
}


.std_input_error, .std_select_error
{
	background: none;
	background-color: #FFF3F0;
	/*background-image: url('../images/gradients/redwhite.gif');*/
	background-repeat: repeat-x;
	border: 1px solid #CC3333;
}

.std_select_error
{
	color: #CC3333;
}


.std_form_errormsg, .std_form_errormsg_big, .std_form_errormsg_global, .error
{
	font-size: 10px;
	color: #BB3333 !important;
	line-height: 11px;
}

.form2column
{
	font-weight: normal;
	padding-top: 5px;
	padding-right: 8px;
}

.std_form_errormsg_big, .std_form_errormsg_global, .error
{
	font-weight: bold; 
	font-size: 13px; 
	padding-bottom: 10px;
	background:url('../images/icons/error.png') no-repeat 0 0px;
	padding-top: 3px;
	padding-left: 23px;
	line-height: 14px;
}


.std_form_errormsg_global
{
	font-weight: bold; 
	font-size: 15px;
	padding: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #FFFFAA; 
	background-position: 7px 7px;
	border: 1px solid #880000;
	margin-bottom: 20px;
}

.attachment
{
	padding-bottom: 10px;
	background:url('../images/icons/attach.png') no-repeat 0 0px;
	padding-top: 0px;
	padding-left: 23px;
}

.treatmeant_upload
{
	padding-bottom: 10px;
	background:url('../images/icons/table_add.png') no-repeat 0 0px;
	padding-top: 0px;
	padding-left: 23px;
}

.xray_upload
{
	padding-bottom: 10px;
	background:url('../images/icons/film_add.png') no-repeat 0 0px;
	padding-top: 0px;
	padding-left: 23px;
}

.add
{
	background:url('../images/icons/add.png') no-repeat 0 0px;
	padding-top: 0px;
	padding-left: 20px;
}

.remove
{
	background:url('../images/icons/remove.png') no-repeat 0 0px;
	padding-top: 0px;
	padding-left: 20px;
}

.embedded_default_text
{
	color: #AAAAAA;
}

.table_header td, h4, h5
{
	font-weight: bold;
	font-size: 11px;
	padding: 4px;
	padding-right: 10px;
	padding-left: 5px;
	border-top: 1px solid #C7DAEF;
	background-color: #EBF5FF;
		
}

h4
{
	margin-right: 5px;
}

h5
{
	margin-right: 0;
}

.table_header td a
{
	font-size: 11px;
}

.dottedbox
{
	border: 1px dotted #AAAAAA;
	padding: 5px;
}

tr.dottedrow td, .dottedrow
{
	border-bottom: 1px dotted #AAAAAA;
}


.left_box
{
	border: 1px solid #DDDDDD;
	border-top: 0;
}
	
ul.big li, ul.big b, ul.big u
{
	font-size: 16px;
}

.important *
{
	color: #DD2222 !important;
}

.makebig *
{
	font-size: 15px !important;
}

.no_results
{
	color: #AAAAAA;
}

.notice
{
	border: 1px solid #EEEE22;
	background-color: #FFFFAA;
	padding: 10px;
}


ul.check
{
	list-style-type: none !important;
}


ul.check li
{
	list-style-type: none !important;
	background-image: url('../images/icons/check.png');
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 6px;
	height: 30px;		
}

.scroll p, .scroll b, .scroll strong
{
	font-size: 11px !important;
	text-align: justify;
}

.scroll h1
{
	font-size: 17px;
}

.scroll h2
{
	font-size: 13px;
}

.scroll h3
{
	font-size: 12px;
}

.blue
{
	color: blue;
}

.green
{
	color: #44CC44 !important;
}


.splitresults, .splitresults_active
{
	padding-left: 3px;
	padding-right: 3px;
}


.col_radio
{
	padding-left: 10px;
}

.col_radio span
{
	float: left !important;
	margin: 0;
	padding: 0;
	padding-left: 4px;
	padding-right:20px;
	line-height: 20px;
	height: 20px;
	font-weight: normal !important;
	display: block !important;
	font-size: 12px;
	margin-top: 4px;
}

.col_radio input
{
	width: 20px !important;
	float: left !important;
	clear: both;
	display: inline !important;
	padding: 0px !important;
	margin-top: 8px;
	margin: 0;
	padding: 0;
	height: 20px;
	margin-top: 4px;
}

.rate_box
{
	width: 780px; 
	background-color: #FFFFCC; 
	border: 1px solid #CCCC33; 
	padding: 10px; 
	margin-bottom: 20px;
}

.std_input_error_red
{
	border: 1px solid #CC0000;
	background-color: #FFEEDD;
}







.box
{
	min-height: 1px;
	background-color: white;
	padding: 20px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px solid #000;

	/*
	
	
	
	opacity: 0.85;
  	filter: alpha(opacity = 85);
	zoom: 1;
	background-color: rgba(255,255,255,0.6);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	zoom: 1;
	filter:alpha(opacity=50);
	*/
	background:url('../images/transparencies/white90.png') repeat;	
}

.black
{
	background:url('../images/transparencies/black80.png') repeat;	
}

.black, .black p, .black h1, .black h2
{
	color: white;
} 

.deal h1
{
	font-size: 25px;
}

.deal .subtitle
{
	font-size: 17px;
	padding: 0px;
	position: relative;
	top: -5px;
}

.deal .price, .deal .price_decimal
{
	color: #9EC43C;
	float: left;
}

.deal .price_decimal
{
	font-size: 15px;
}

.deal .price_inactive
{
	color: #DDDDDD;
}

.deal .details, .deal .fineprint, .deal .locations
{
	text-align: justify;
	width: 400px;
	padding-left: 10px;
}

.deal .locations
{
	width: 100% !important;
}

.deal .image
{
	padding-left: 10px;
	margin-bottom: 5px;
}

.deal .reviews
{
	width: 100% !important;
	padding-left: 10px;
	font-style: italic;
}

.deal .reviews .quotmark
{
	display: inline;
	color: #AAAAAA;
	font-size: 25px;
	margin-bottom: 20px;
	font-weight: bold;
	padding: 3px;
	position: relative;
	top: 5px;
}

.deal .reviews a
{
	font-size: 11px !important;
}


.buynow
{
	display: block;
	background: url('../images/buttons/buynow.png') no-repeat top left;
	width: 166px;
	height: 58px;
}

.buynow span
{
	display: none;
}

.deal .numberbox
{
	font-size: 23px;
}

.avatar
{
	width: 50px;
	height: 50px;
	/*
	border: 3px solid white;
	border-bottom: 11px solid white;
	outline: 1px solid #666666;
	background-color: black;
	margin-right: 10px;
	*/
}

.avatar img
{
	width: 50px;
	height: 50px;
}

.avatar_tiny
{
	width: 30px;
	height: 30px;
	/*
	border: 2px solid white;
	border-bottom: 6px solid white;
	outline: 1px solid #666666;
	background-color: black;
	margin-right: 8px;
	*/
}

.avatar_tiny img
{
	width: 30px;
	height: 30px;
}

#signin_button
{
	/*
	background-image: url('../images/buttons/signin.png');
	background-repeat: no-repeat;
	height: 37px;
	width: 218px;
	*/
}

#signin_button div
{
	padding: 10px;
}

#signin_box 
{
	color: white !important;
	font-size: 11px;
}

#signin_box a
{
	font-size: 11px;
	color: #9DCE17 !important;
}

#signin_box a:hover
{
	color: white !important;
}

.loginbox
{
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
	padding: 10px;
}

#dialog_gift
{
	width: 420px;
	height: 240px;
}

#dialog_shiptoemail
{
	width: 260px;
	height: 80px;
}


.comment_box
{
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
}

.comment_box .user
{
	padding-bottom: 10px;
}

.comment_box .body
{
	width: 550px;
}

tr.dottedborder td
{
	border-bottom: 1px dotted #AAAAAA;
	margin: 0 !important;
	height: 1px !important;
	line-height: 1px !important;
	padding: 0 !important;
}

tr.header_border td
{
	border-top: 1px solid #888888;
	
	margin: 0 !important;
	height: 1px !important;
	line-height: 1px !important;
	padding: 0 !important;
}

.tabs, .tabs ul
{
	/*background-color: transparent;*/
}

.countdown_time_unit
{
	color: #708a2c;
	font-size: 23px;
}

#box_time
{
	background-image: url('../images/boxes/time.png');
	background-repeat: no-repeat;
	width: 225px;
	height: 90px;
	padding-top: 10px;
}

#box_buyers
{
	background-image: url('../images/boxes/buyers.png');
	background-repeat: no-repeat;
	width: 225px;
	height: 172px;
	padding-top: 10px;
	margin-right: 10px;
}

#box_time, #box_time_dealover
{
	background-image: url('../images/boxes/time-dealover.png');
	background-repeat: no-repeat;
	width: 225px;
	height: 90px;
	padding-top: 10px;
}

#box_buyers, #box_buyers_dealover
{
	background-image: url('../images/boxes/buyers-dealover.png');
	background-repeat: no-repeat;
	width: 225px;
	height: 172px;
	padding-top: 10px;
	margin-right: 10px;
}

#box_polaroid
{
	background-image: url('../images/polaroids/sarasota.png');
	background-repeat: no-repeat;
	width: 275px;
	height: 218px;
	margin-bottom: 15px;
}

#box_share
{
	padding-left: 8px;
	width: 235px;
}

a.share
{
	display: block;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 4px;
}

.facebook
{
	background-image: url('../images/icons/facebook.png');
}

.facebook:hover
{
	background-image: url('../images/icons/facebook_over.png');
}

.twitter
{
	background-image: url('../images/icons/twitter.png');
}

.twitter:hover
{
	background-image: url('../images/icons/twitter_over.png');
}

.email
{
	background-image: url('../images/icons/email.png');
	margin-right: 0px;
}

.email:hover
{
	background-image: url('../images/icons/email_over.png');
}

#navigationbars
{
	float: left;
	padding-right: 0px;
	position: relative;
	left: 0px;
	top: -7px;
}


#navigationbars a
{
	display: block;
	width: 180px;
	height: 44px;
	background: transparent url('../images/navigation/nav.png') no-repeat;
	margin-bottom: 0px;
	float: left;
	padding-top: 0px;
	position: relative;
}

#navigationbars .active a
{
	width: 240px !important;
	position: relative;
/*
	background-position-y: -212px !important;
	height: 33px;
	padding-top: 5px;
*/
}

#navigationbars a.todaysdeal
{
	background-position: 0px 0px;
	height: 79px;
	margin-bottom: 6px;
	left: -2px;
}

#navigationbars .active .todaysdeal 
{
	background-position: -240px 0px !important;
	height: 79px !important;
	margin-bottom: 6px;
}

#navigationbars .todaysdeal:hover
{
	background-position: -480px 0px;
}
 
 
 
#navigationbars a.recentdeals
{
	background-position: 0px -78px;
}

#navigationbars .active .recentdeals
{
	background-position: -240px -78px !important;
}

#navigationbars .recentdeals:hover
{
	background-position: -480px -78px;
}



#navigationbars a.howthisworks
{
	background-position: 0px -121px;
}

#navigationbars .active .howthisworks
{
	background-position: -240px -121px !important;
}

#navigationbars .howthisworks:hover
{
	background-position: -480px -121px;
}



#navigationbars a.othercities
{
	background-position: 0px -163px;
}

#navigationbars .active .othercities
{
	background-position: -240px -163px !important;
}

#navigationbars .othercities:hover
{
	background-position: -480px -163px;
}


.deal_shortbox
{
	padding: 10px;
	width: 280px;
	line-height: 17px;
	margin: 14px;
}

.deal_shortbox .date
{
	font-size: 10px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
}

.deal_shortbox a
{
	font-size: 15px !important;
}

.deal_shortbox .smallbox, .smallbox
{
	line-height: 13px;
	width: 81px;
	height: 33px;
	float: left;
	margin: 5px;
	margin-top: 8px;
	margin-bottom: 2px;
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	padding: 0;
	padding-top: 12px;
	background-image: url('../images/gradients/greywhite.gif');
	border: 1px solid #AAAAAA;
}

.deal_shortbox .smallbox .text, .smallbox .text 
{
	padding-top: 5px;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}

.deal_shortbox .buyers
{
	color: #444444;
}

.deal_shortbox .value
{
	color: #444444;
}

.deal_shortbox .price, .price_box
{
	
	color: #8CBC11;
	border: 1px solid #8CBC11;
	
	
	color: white;
	border: 1px solid #444444;
	background: none;	
	background-color: #8CBC11 !important;
}

.deal_shortbox .price .text
{
	color: white;
}

#howitworks, #howitworks div, #howitworks b
{
	font-size: 15px;
}

#howitworks h2
{
	font-size: 26px !important;
}

.infobox
{
	padding: 10px;
	border: 1px solid green;
	background-color: #EEFFF3;
	margin-bottom: 10px;
}

.errorbox
{
	width: 80%;
	margin-bottom: 10px;
	font-weight: bold; 
	font-size: 13px; 
	background:url('../images/icons/error.png') no-repeat 0 0px;
	padding-top: 3px;
	line-height: 14px;
	color: #BB3333 !important;
	padding: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #FFFFDD; 
	background-position: 7px 7px;
	border: 1px solid #880000;
}

#faq p
{
	text-align: justify;
	width: 95%;
	padding-left: 5px;
}

#faq a h2
{
	margin-top: 25px;
	color: black;
	font-size: 16px;
}

#faq ol
{
	font-weight: bold;
}

#faq ol li
{
	line-height: 20px;
	margin-left: 20px;
}








/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: white;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: white;
  border: 1px solid #BBBBBB;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 4px 5px 4px;
  font-size: 11px;
  font-weight: bold;
  background-color: #EEEEEE;
  background: url('../images/backgrounds/grey.gif') repeat-x;
  border-bottom: 1px solid #CCCCCC;
  color: black;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 11px;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
  font-size: 12px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(images/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #888888;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 11px;
  font-weight: normal;
  background-color: #ccc;
  color: black !important;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: black !important;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(images/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url(images/bl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url(images/tl.gif) no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(images/tr.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(images/br.gif) no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url(images/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows {
  background-image: url(images/rarrowright.gif);
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url(images/rarrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url(images/rarrowup.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}






.deal_detail_smallbox
{
	padding-top: 5px;
	font-size: 25px;
	font-weight: bold;
	color: #333333;
	float: left;
	width: 58px;
	margin-right: 5px;
	/*
	background-color: white;
	*/
	padding: 5px;
	border: 0px solid #EEEEEE;
}

.deal_detail_smallbox div
{
	color: #444444;
	font-size: 11px;
	font-weight: bold;
}


a.share_big
{
display: block;
width: 60px;
height: 60px;
float: left;
margin-right: 5px;
}

a.facebook_big 
{
background-image: url('../images/share/button-fb.png');
}

a.facebook_big:hover {
background-image: url('../images/share/button-fb-over.png') !important;
}


a.twitter_big 
{
background-image: url('../images/share/button-twit.png');
}

a.twitter_big:hover {
background-image: url('../images/share/button-twit-over.png') !important;
}


a.email_big
{
width: 145px;
background-image: url('../images/share/button-email.png');
}

a.email_big:hover {
background-image: url('../images/share/button-email-over.png') !important;
}

#checkout_sharebuttons 
{
	background-image: url('../images/checkout/share-box-checkout.png') !important;
	background-repeat: no-repeat;
	width: 315px;
	height: 120px;
	padding-top: 45px;
	padding-left: 20px;
	position: absolute;
	left: 250px;
	top: 40px;
}

#sharebuttons img{
padding: 5px;
border: 0;
}

#checkout_beagoodfriend 
{
	background-image: url('../images/checkout/be-a-good-friend.png') !important;
	background-repeat: no-repeat;
	width: 222px;
	height: 103px;
	position: absolute;
	left: 15px;
	top: 30px;
}

#checkout_success
{
	background-image: url('../images/backgrounds/background-rays-checkout.png') !important;
	height: 281px;
	background-repeat: no-repeat;
}

.xhuge
{
	font-weight: bold;
	font-size: 26px;
}

.sale_summary
{
	background-color: white;
	border: 1px solid #CCCCCC;
	padding: 10px;	
}






.button_cancel
{
	border: 0;
	background-image: url('../images/buttons/cancel.png');
	background-repeat: no-repeat;
	background-color: transparent;
	width: 97px;
	height: 31px;
}

.button_cancel:hover
{
 	cursor: pointer;
}

.button_submit
{
	border: 0;
	background-image: url('../images/buttons/submit.png');
	background-repeat: no-repeat;
	background-color: transparent;
	width: 97px;
	height: 31px;
}

.button_submit:hover
{
 	cursor: pointer;
}

.button_continue_checkout
{
	border: 0;
	background-image: url('../images/buttons/continue-checkout.png');
	background-repeat: no-repeat;
	background-color: transparent;
	width: 200px;
	height: 35px;
}

 .button_continue_checkout:hover
{
 	cursor: pointer;
}

.button_complete_my_order
{
	border: 0;
	background-image: url('../images/buttons/complete-my-order.png');
	background-repeat: no-repeat;
	background-color: transparent;
	width: 200px;
	height: 35px;
}

 .button_complete_my_order:hover
{
 	cursor: pointer;
}

.button_make_changes
{
	border: 0;
	background-image: url('../images/buttons/make-changes.png');
	background-repeat: no-repeat;
	background-color: transparent;
	width: 200px;
	height: 35px;
}

 .button_make_changes:hover
{
 	cursor: pointer;
}

.button_save_changes
{
	border: 0;
	background-image: url('../images/buttons/save-changes.png');
	background-repeat: no-repeat;
	background-color: transparent;
	width: 176px;
	height: 35px;
}

 .button_save_changes:hover
{
 	cursor: pointer;
}

.button_sign_in
{
	border: 0;
	background-image: url('../images/buttons/sign-in.png');
	background-repeat: no-repeat;
	background-color: transparent;
	width: 97px;
	height: 32px;
}

.button_sign_in:hover
{
 	cursor: pointer;
}

.button_sign_in_header
{
	border: 0;
	background-image: url('../images/buttons/sign-in-header.png');
	background-repeat: no-repeat;
	background-color: transparent;
	width: 97px;
	height: 32px;
	display: block;
}

.button_sign_in_header:hover
{
 	cursor: pointer;
}

.button_try_again
{
	border: 0;
	background-image: url('../images/buttons/go-back.png');
	background-repeat: no-repeat;
	background-color: transparent;
	width: 115px;
	height: 35px;
}

.button_try_again:hover
{
 	cursor: pointer;
}

.button_proceed
{
	border: 0;
	background-image: url('../images/buttons/proceed.png');
	background-repeat: no-repeat;
	background-color: transparent;
	width: 97px;
	height: 31px;
}

.button_proceed:hover
{
 	cursor: pointer;
}

.button_ialready
{
	border: 0;
	background-image: url('../images/buttons/i-already.png');
	background-repeat: no-repeat;
	background-color: transparent;
	width: 225px;
	height: 50px;
}

.button_ialready:hover
{
 	cursor: pointer;
}

.button_sendme
{
	border: 0;
	background-image: url('../images/buttons/send-me.png');
	background-repeat: no-repeat;
	background-color: transparent;
	width: 314px;
	height: 50px;
}

.button_sendme:hover
{
 	cursor: pointer;
}


.button_getouralerts
{
	border: 0;
	background-image: url('../images/buttons/get-our-alerts.png');
	background-repeat: no-repeat;
	background-color: transparent;
	width: 203px;
	height: 40px;
	display: block;
}


a *
{
	cursor: pointer;
}


#debug
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10000;
	background-color: black;
	color: lightgreen;
	border: 1px solid lightgreen;
	font-family: Courier;
	font-size: 10px;
	width: 240px;
	height: 500px;
	overflow-y: auto;
	padding: 5px;
}

#mydeals_table tr td
{
	padding-top: 10px;
	padding-bottom: 10px;
}


#subscription_dialog
{
	background: url('../images/backgrounds/subscribe.png') no-repeat;
	width: 565px;
	height: 366px;
	margin-left: 40px;
}