#deazzle{
	background-color:#fff;
	text-align:left;
	line-height:1.4em;
}
#deazzle #deazzle-top{
	padding-top:15px;	
	padding-left:15px;
	padding-right:15px;	
	text-align:left;
	background:url(../../images/deazzle_top_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#fff;
	font-family:"Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
}
#deazzle #deazzle-bottom{
	padding:15px;	
	background-color:#fff;
}
#deazzle #deazzle-top h1{
	margin-bottom:10px;	
}
#deazzle .main-image{
	float:left;
}
#deazzle .main-image img{
	border:1px solid #3d9fce;	
}
#deazzle .buy-box{
	position:relative;
}
#deazzle .off .buy-box{
	float:right;
	width:396px;
	height:282px;	
	background:url(../../images/deazzle_buy_box_bg.png);
	background-repeat:no-repeat;
}
#deazzle .on .buy-box{
	float:right;
	width:396px;
	height:282px;	
	background:url(../../images/deazzle_buy_box_on_bg.png);
	background-repeat:no-repeat;
}

/*
	semifore
*/

#deazzle .on .buy-box .semifore{
	background-image:url(../../images/semifore.png);
	width:48px;
	height:85px;
	position:absolute;
	display:block;
	top:152px;
	left:37px;
}
#deazzle .off .buy-box .semifore{
	display:none;
	/* for blackberry */
	visibility:hidden;
	height:0px;
}

/*
	number bought when it's a deazzle
*/

#deazzle .off .buy-box .num-bought{
	display:none;
	/* for blackberry */
	visibility:hidden;
	height:0px;
}
#deazzle .on .buy-box .num-bought{
	display:block;
	position:absolute;
	font-weight:bold;	
	position:absolute;
	top:165px;
	left:315px;
	padding-left:5px;
	padding-right:5px;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#f9db6a;
	color:#f15213;
	border:1px solid #facd4b;
}

#deazzle .buy-box .value{
	font-weight:bold;
	color:#fff;
	text-align:center;
	font-size:16px;
	padding-top:10px;
}
#deazzle .buy-box .facts{
	margin-top:5px;
}
#deazzle .buy-box .facts .col{
	float:left;
	margin:0px auto;
	text-align:center;
	padding-left:15px;
}
#deazzle .buy-box .facts{
	font-size:15px;
	font-weight:bold;	
}
#deazzle .buy-box .facts .detail{
	padding-top:2px;
	padding-bottom:2px;	
	clear:both;
}
#deazzle .buy-box .facts .title{
	float:left;
	color:#f8923d;
	width:80px;
	text-align:left;
}
#deazzle .buy-box .facts .description{
	float:left;
	padding-left:5px;
}
#deazzle .buy-box .facts .col#col-left{
	width:196px;
}
#deazzle .buy-box .facts .col#col-right{
	
}
#deazzle .btn-buy-now{
	height:49px;
	width:318px;
	clear:both;
	margin:0px auto;
	text-align:center;
	font-size:27px;	
}
#deazzle .btn-buy-now a{
	text-decoration:none;
	color:#fff;
	display:block;
	height:42px;
	width:318px;
	background-image:url(../../images/btn_buy_now.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	font-size:28px;
	font-weight:bold;
	position:absolute;
	padding-top:15px;
	top:92px;
	left:41px;
}
#deazzle .btn-buy-now a:hover{
	background-position:0px -59px;
}

/*
	timer
*/

#deazzle .timer{
	width:223px;
	height:74px;
	background-image:url(../../images/timer_bg.png);
	margin:0px auto;
	margin-top:5px;	
	text-align:center;
	color:#115075;
	font-weight:bold;
	font-size:14px;
	position:relative;
}
#deazzle .timer .time_left .title{
	text-align:center;
	padding-top:5px;
	margin-bottom:4px;
}
#deazzle .timer .time_left #clock0{
	font-size:33px;
	text-align:center;
	font-weight:normal;
	color:#bdeaff;
	padding:0px;
}
#deazzle .time_title{
	position:absolute;
	top:53px;
	left:0px;
}

#deazzle .time_title .days, .time_title .hours, .time_title .minutes, .time_title .seconds{
	float:left;
	font-size:10px;
}
#deazzle .time_title .days{
	padding-left:28px;
}
#deazzle .time_title .hours{
	padding-left:23px;
}
#deazzle .time_title .minutes{
	padding-left:15px;
}
#deazzle .time_title .seconds{
	padding-left:7px;
}

/*
	progress bar
*/
#deazzle .on .progress_box{
	display:none;
	/* for blackberry */
	visibility:hidden;
	height:0px;
}
#deazzle .progress_box{
	margin-top:2px;
	position:relative;
	color:#0d4d72;
}
#deazzle .progress_box .bought{
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
#deazzle .progress_bar{
	background-image:url(../../images/progress_bar_bg.png);
	background-repeat:no-repeat;
	width:299px;
	height:16px;	
	position:relative;
	text-align:center;
	margin:0px auto;
}
#deazzle .progress_bar .left{
	height:16px;
	width:8px;
	left:0px;
	background-image:url(../../images/progress_bar_left.png);
	background-repeat:no-repeat;
	position:absolute;
}
#deazzle .progress_bar .fill{
	height:16px;
	background-image:url(../../images/progress_bar_fill.png);
	background-repeat:repeat-x;	
	position:absolute;
	left:8px;
}
#deazzle .progress_box .num_left{
	position:absolute;
	left:49px;
	font-size:14px;
	font-weight:bold;
}
#deazzle .progress_box .num_right{
	position:absolute;
	left:335px;
	font-size:14px;
	font-weight:bold;
}
#deazzle .progress_message{
	position:absolute;
	text-align:center;
	width:394px;	
}
#deazzle .off #itson{
	display:none;
	/* for blackberry */
	visibility:hidden;
	height:0px;
}
#deazzle .itsadeazzle, #deazzle .zero_target{
	text-align:center;
	color:#f15213;
	font-weight:bold;
	font-size:18px;	
	margin-top:10px;
}
#deazzle .final_stat{
	font-size:12px;
	text-align:center;
	font-weight:bold;
	color:#328dc3;
}
#deazzle .left-box-top{
	height:12px;
	width:524px;
	background-image:url(../../images/left_box_top.png);	
}
#deazzle .left-box{
	clear:both;
	width:522px;
	margin-top:10px;
	float:left;
}
#deazzle .left-box .middle{
	border-left:1px solid #328dc3;
	border-right:1px solid #328dc3;
	background-color:#fff;
	width:522px;
	clear:both;
}
#deazzle .left-box .middle .inner, #deazzle .right-box .middle .inner{
	padding-left:10px;
	padding-right:10px;
}
#deazzle .left-box-bottom{
	height:12px;
	width:524px;
	background-image:url(../../images/left_box_bottom.png);	
	background-repeat:no-repeat;
}
#deazzle .left-box-top{
	height:12px;
	width:524px;
	background-image:url(../../images/left_box_top.png);	
	background-repeat:no-repeat;
}
#deazzle .right-box{
	width:395px;
	margin-top:10px;
	float:right;
}
#deazzle .right-box .middle{
	border-left:1px solid #328dc3;
	border-right:1px solid #328dc3;
	background-color:#fff;
	width:393px;
	clear:both;
}
#deazzle .right-box-top{
	height:12px;
	width:395px;
	background-image:url(../../images/right_box_top.png);	
	background-repeat:no-repeat;
}
#deazzle .right-box-bottom{
	height:12px;
	width:395px;
	background-image:url(../../images/right_box_bottom.png);	
	background-repeat:no-repeat;
}
#deazzle .company{
	float:left;
}
#deazzle .company h1{
	padding-bottom:0px;
	margin-bottom:0px !important;
	height:auto;
	font-size:18px;
	position:absolute;
}
#deazzle .company .address{
	padding-top:24px;
}
 #deazzle .phone{
 	font-size:15px;
 }
#deazzle .weblink, #deazzle .phone{
	float:right;
	clear:right;
}
#deazzle .map_link{
	float:right;
	padding-right:33px;
	background-image:url(../../images/pin.png);
	background-position:right;
	background-repeat:no-repeat;
	height:36px;
}
#deazzle .map_link a{
	color:#f55f06;
	font-weight:bold;
	display:block;
	padding-top:15px;
	font-size:15px;
}
#deazzle .dilly_pic{
	background-image:url(../../images/deazzle_dilly.png);
	width:62px;
	height:62px;
	float:left;
}
#deazzle .dilly_text{
	float:left;
	margin-left:10px;
	font-size:15px;
	padding-top:20px;
}


/*
	Tabbed Interface
*/

#deazzle_tabs{
	margin-top:10px;
	height:35px;
}
#deazzle_tabs.details {
	border-bottom:1px solid #3e9fff;
}
#deazzle_tabs.discussion {
	border-bottom:1px solid #f8923d;
}
 #deazzle_tabs a{
	text-decoration:none;
	font-weight:bold;
}
#deazzle_tabs a:hover{
	text-decoration:underline;
}
#deazzle_details_tab{
	float:left;
}
#deazzle_details_tab .inner{
	padding-top:10px;
}
#deazzle_tabs.details #deazzle_details_tab{
	background-image:url(../../images/tab_details_on.png);
	background-repeat:no-repeat;
	height:37px;
	width:160px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
#deazzle_tabs.details .tabgroup #deazzle_details_tab a{ 
	color:#3e9fff;
}
#deazzle_tabs.discussion .tabgroup #deazzle_details_tab{
	background-image:url(../../images/tab_details_off.png);
	background-repeat:no-repeat;
	height:36px;
	width:160px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
#deazzle_tabs.discussion .tabgroup #deazzle_details_tab a{ 
	color:#ffffff;
}

#deazzle_discussion_tab {
	margin-left:5px;
}
#deazzle_discussion_tab .inner{
	padding-top:10px;
}
#deazzle_tabs.details .tabgroup #deazzle_discussion_tab{
	width:214px;
	height:36px;
	background-image:url(../../images/tab_discussion_off.png);
	background-repeat:no-repeat;
	float:left;
	text-align:center;
	font-size:16px;
}
#deazzle_tabs.details .tabgroup #deazzle_discussion_tab a{
	color:#ffffff;
	font-weight:bold;
}
#deazzle_tabs.discussion .tabgroup #deazzle_discussion_tab{
	width:214px;
	height:37px;
	background-image:url(../../images/tab_discussion_on.png);
	background-repeat:no-repeat;
	float:left;
	text-align:center;
	font-size:16px;
}
 #deazzle_tabs.discussion .tabgroup #deazzle_discussion_tab a{
	color:#f8923d;
	font-weight:bold;
}
#deazzle_chat{
	
}
.show{
	display:block;
}
.hide{
	display:none;
}

/*
	preview menu
*/
#preview-menu{
	padding-bottom:5px;
	margin-left:15px;
	color:#333;
}
#preview-menu ul{	
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#preview-menu ul li{
	float:left;
	padding:15px;
	border:1px solid #999;
	background-color:#ccc;
}