#dd_container{
	position:relative;
	margin:auto;
	overflow:hidden;
	margin-top:8px;
	
	width:985px;
	height:auto;
	/*background:white;*/
}

.dd_r_side{
	float:right;
	width:310px;
	height:auto;
	/*background:green;*/
}

.dd_l_side{
	position:relative;
	width: 657px;
	height:auto;
	/*background:orange; */
}

.thmb_container{
	position:relative;
	width:auto;
	height:auto;
	margin-left:-6px;
	overflow:hidden;
	/*background:black; */
}

.face_item{
	position:absolute;
	bottom:0px;
	right:0px;
	width:16px;
	height:16px;
}

.thmb_grounding{
	position:relative;
}

.thmb_item{
	float:left;
	margin: 0 0 6px 6px;
	width:46px;
	height:46px;
	
	-moz-box-shadow: 0px 0px 4px rgba(70,70,70,.5); 
    -webkit-box-shadow: 0px 0px 4px rgba(70,70,70,.5); 
    box-shadow: 0px 0px 4px rgba(70,70,70,.5);
}

/* START CSS for the CTA Button */

#CTAButton{
	position:relative;
	float:left;
	width:302px;
	height:70px;

	border: 1px solid #B63F30;
	border-radius: 4px;

	background: #CD4534;

	background: -webkit-linear-gradient(top, #DD4B39, #B63F30);
   	background: -moz-linear-gradient(top, #DD4B39, #B63F30);
   	background: -ms-linear-gradient(top, #DD4B39, #B63F30);
   	background: -o-linear-gradient(top, #DD4B39, #B63F30);

   	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#DD4B39', endColorstr='#B63F30'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#DD4B39', endColorstr='#B63F30')"; /* IE8 */

   	transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	-webkit-transition: box-shadow 0.2s;
	-o-transition: box-shadow 0.2s;

   	box-shadow: 0px 0px 0px 1px #DD4B39 inset;
    text-shadow: 0px -1px 0px #444, 0px -1px 3px #666;
}
#CTAButton a{
	text-decoration:none;
}
#CTAButton p{
	position:relative;
	top:-6px;
	left:14px;
	color:white;
	text-align:left;
	font:14pt Arial, Helvetica, sans-serif;
}
#CTAButton:hover {
	background: #DD4B39;
   	box-shadow: 0px 0px 0px 1px #DD4B39 inset, 0px 0px 3px #666;

   	background: -webkit-linear-gradient(top, #B63F30, #DD4B39);
   	background: -moz-linear-gradient(top, #B63F30, #DD4B39);
   	background: -ms-linear-gradient(top, #B63F30, #DD4B39);
   	background: -o-linear-gradient(top, #B63F30, #DD4B39);

   	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#B63F30', endColorstr='#DD4B39'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#B63F30', endColorstr='#DD4B39')"; /* IE8 */
}
#CTAButton:active {
	background: #CD4534;

	background: -webkit-linear-gradient(top, #903A24, #DD4B39);
   	background: -moz-linear-gradient(top, #903A24, #DD4B39);
   	background: -ms-linear-gradient(top, #903A24, #DD4B39);
   	background: -o-linear-gradient(top, #903A24, #DD4B39);

   	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#903A24', endColorstr='#DD4B39'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#903A24', endColorstr='#DD4B39')"; /* IE8 */

	box-shadow: 0px 0px 0px 1px #CD4534 inset, 0px 0px 3px #666;
}

.CTA_arrow_container{
	font-size:30pt;
	font-family:
    	"Century Gothic",		/* Windows (HP printer) */
    	"Avant Garde Gothic",	/* HP font name */
    	"Avant Garde",		/* MacOS */
    	"URW Gothic L";	/* Unix+X+FontConfig */
	font-weight:bolder;
	color:white;
	position:absolute;
	top:10px;
	left:246px;
}

/* END CSS for the CTA Button */

.dd_save_cntnr{
	position:relative;
	width:auto;
	height:auto;
	margin-top:6px;
	overflow:hidden;
}

#ls_dd_save:link,
#ls_dd_save:visited,
#ls_dd_save:hover{

}

#ls_dd_save:link,
#ls_dd_save:visited{
	padding:5px;
	padding-left:9px;
	padding-right:9px;
	padding-top:6px;
	
	font-size:12pt;
    color: #6e6e6e;
    font: bold 12pt Helvetica, Arial, sans-serif;
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	border-radius: 2px;
}
#ls_dd_save:hover{
    color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
#ls_dd_save:active{
    color: #000;
    border-color: #444;
}

#namecollection {
    position:relative;
    width:auto;
    height:auto;
    margin-top:6px;
    overflow:hidden;
    text-align:left;
    
    font-size:12pt;
    color:rgb(100,100,100);
    font-weight:bold;
}

.dd_c_saved_style{
    font-size:12pt;
    color:rgb(180,180,180);
    font-weight:bold;    
}

#ls_dd_c_saved:link,
#ls_dd_c_saved:visited{
	color: #4B4B4B;
	text-decoration:none;
}
#ls_dd_c_saved:hover{
	text-decoration: underline;
	color: rgb(2,164,224);
}
#ls_dd_c_saved:active{
	text-decoration: none;
}

.dd_remaining{
    font-size:10pt;
    color:rgb(180,180,180);
    font-weight:bold;    
}


.dd_bigface_contain{
	position:relative;
	width:345px;
	height:65px;
	margin:0 auto 0 auto;
	/*background:black;*/
}

.dd_msg_contain{
	position:relative;
	height:auto;
	margin: 13px auto 15px auto;
	text-align:center;
}

.dd_msg{
	padding:10px;
	height:auto;
	display:inline-block;

   	border: 1px solid #dcdcdc;
   	border-radius:4px;
   	background:rgb(250,250,250);
	font-size:14pt;
	color:rgb(120,120,120);

background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top,  #f7f7f7 1%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f7f7f7), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7f7f7 1%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7f7f7 1%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7f7f7 1%,#ededed 100%); /* IE10+ */
background: linear-gradient(top,  #f7f7f7 1%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

/* EOS css style start */
#EOS_Container_Main{
	position:absolute;
	left:50%;
	margin-left:-146px;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 2px 2px 3px #666;
	width: 292px;
	height: 170px;
	padding:10px;
}
#EOS_Container_Back{
	position:absolute;
	left:50%;
	display:block;
	border-radius: 0 0 4px 4px;
	background: #ccc;
	box-shadow: 2px 2px 3px #666, inset 0 3px 3px rgba(102,102,102,.5);
	top:190px;
	left:51px;
	width:200px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:rgb(75,75,75);
	font-size:10.5pt;
	padding:5px;
	text-align:center;
}
#EOS_Container_Back a:link, a:visited{
	text-decoration:underline;
	color:rgb(75,75,75);
}
.EOS_Div_1, .EOS_Div_2{
	font-family:Arial, Helvetica, sans-serif;
	color:rgb(75,75,75);
	font-weight:bold;
	font-size:10.5pt;
	padding-left:46px;
	height:40px;
	padding-top:6px;
}
.EOS_Div_1{
	background:url(/images/notification_bg.png) -2px 0 no-repeat;
}
.EOS_Div_2{
	background:url(/images/curate_bg.png) -2px 0 no-repeat;
	padding-bottom:6px;
}


#CTAButton_EOS{
	position:relative;
	float:left;
	width:290px;
	height:70px;

	border: 1px solid #B63F30;
	border-radius: 4px;

	background: #CD4534;

	background: -webkit-linear-gradient(top, #DD4B39, #B63F30);
   	background: -moz-linear-gradient(top, #DD4B39, #B63F30);
   	background: -ms-linear-gradient(top, #DD4B39, #B63F30);
   	background: -o-linear-gradient(top, #DD4B39, #B63F30);

   	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#DD4B39', endColorstr='#B63F30'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#DD4B39', endColorstr='#B63F30')"; /* IE8 */

   	transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	-webkit-transition: box-shadow 0.2s;
	-o-transition: box-shadow 0.2s;

   	box-shadow: 0px 0px 0px 1px #DD4B39 inset;
    text-shadow: 0px -1px 0px #444, 0px -1px 3px #666;
}
#CTAButton_EOS a{
	text-decoration:none;
}
#CTAButton_EOS p{
	position:relative;
	top:-6px;
	left:10px;
	color:white;
	text-align:left;
	font:14pt Arial, Helvetica, sans-serif;
}
#CTAButton_EOS:hover {
	background: #DD4B39;
   	box-shadow: 0px 0px 0px 1px #DD4B39 inset, 0px 0px 3px #666;

   	background: -webkit-linear-gradient(top, #B63F30, #DD4B39);
   	background: -moz-linear-gradient(top, #B63F30, #DD4B39);
   	background: -ms-linear-gradient(top, #B63F30, #DD4B39);
   	background: -o-linear-gradient(top, #B63F30, #DD4B39);

   	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#B63F30', endColorstr='#DD4B39'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#B63F30', endColorstr='#DD4B39')"; /* IE8 */
}
#CTAButton_EOS:active {
	background: #CD4534;

	background: -webkit-linear-gradient(top, #903A24, #DD4B39);
   	background: -moz-linear-gradient(top, #903A24, #DD4B39);
   	background: -ms-linear-gradient(top, #903A24, #DD4B39);
   	background: -o-linear-gradient(top, #903A24, #DD4B39);

   	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#903A24', endColorstr='#DD4B39'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#903A24', endColorstr='#DD4B39')"; /* IE8 */

	box-shadow: 0px 0px 0px 1px #CD4534 inset, 0px 0px 3px #666;
}
.EOS_arrow_container{
	font-size:30pt;
	font-family:
    	"Century Gothic",		/* Windows (HP printer) */
    	"Avant Garde Gothic",	/* HP font name */
    	"Avant Garde",		/* MacOS */
    	"URW Gothic L";	/* Unix+X+FontConfig */
	font-weight:bolder;
	color:white;
	position:absolute;
	top:10px;
	left:240px;
}


/* end of EOS */

.dd_restart_faded{
	float:left;
	margin-top:36px;
	margin-left:-61px;
	
	padding:5px;
	padding-left:9px;
	padding-right:9px;
	padding-top:6px;
	
	font-size:12pt;
    color: #6e6e6e;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	border-radius: 2px;
	
	opacity:0.4;	
}

.ls_dd_restart:link,
.ls_dd_restart:visited,
.ls_dd_restart:hover{

}

.ls_dd_restart:link,
.ls_dd_restart:visited{
	float:left;
	margin-top:36px;
	margin-left:-61px;
	
	padding:5px;
	padding-left:9px;
	padding-right:9px;
	padding-top:6px;
	
	font-size:12pt;
    color: #6e6e6e;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	border-radius: 2px;
}
.ls_dd_restart:hover{
    color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.ls_dd_restart:active{
    color: #000;
    border-color: #444;
}

.ls_dd_repost:link,
.ls_dd_repost:visited,
.ls_dd_repost:hover{

}

.ls_dd_repost:link,
.ls_dd_repost:visited{
	float:left;
	margin-top:1px;
	margin-left:94px;
	
	padding:5px;
	padding-left:9px;
	padding-right:9px;
	padding-top:6px;
	
	font-size:12pt;
    color: #6e6e6e;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	border-radius: 2px;
}
.ls_dd_repost:hover{
    color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.ls_dd_repost:active{
    color: #000;
    border-color: #444;
}

.dd_timer{
    position:relative;
    width:100%;
    height:auto;
    margin:0;
    text-align:center;
    
    font-size: 150pt;
    color:rgb(200,200,200);
    font-weight:bold;
    text-shadow: 7px 7px 6px #e0e0e0;

}


.dd_main_content{
	position:relative;
	width:100%;
	height:auto;
	margin-top:15px;
	text-align:center;
	/*background:blue; */
}

.dd_o_c_contain{
	position: relative;
	margin:0px;
	padding:0px;
	width: auto;
	height: auto;
	display:inline-block;
	overflow: hidden;
	
	-moz-box-shadow: 0px 0px 4px rgba(70,70,70,.5); 
    -webkit-box-shadow: 0px 0px 4px rgba(70,70,70,.5); 
    box-shadow: 0px 0px 4px rgba(70,70,70,.5); 
	
	margin-bottom:2px;
}

.dd_o_c_contain:hover .dd_overlay_contain{
	opacity:1.0;
}

.dd_overlay_contain{
  	position: absolute;
	top:0px;
	margin:0px;
	width: 100%; 
	height: auto;
	display:inline-block;
	overflow: hidden;
	z-index:40;
	opacity:0.0; /*TURN BACK TO 0 WHEN DONE TESTING*/
	background-color:rgba(0,0,0,0.01); /*used to trigger over in IE*/
}

.dd_overlay_contain:hover{
	opacity:1.0;
}

.dd_o_c_name{
	position: relative;
	top:0px;
	margin:0px;
	width: 100%; 
	height: auto;
	display:inline-block;
	overflow: hidden;
	background-color:rgba(0,0,0,0.88);
	text-align:left;
	z-index:40;
}

#ls_dd_c_name:link,
#ls_dd_c_name:visited,
#ls_dd_c_name:hover{
	font-size:10pt;
	display:block;
	width:auto;
	height:auto;
	padding:10px;
}

#ls_dd_c_name:link,
#ls_dd_c_name:visited{
	color: rgb(2,164,224);
	text-decoration: none;
}
#ls_dd_c_name:hover{
	text-decoration: none;
	color: rgb(2,164,224);
}
#ls_dd_c_name:active{
	text-decoration: none;
}



#dd_o_c_review{
	position: relative;
	bottom:0px;
	margin:0px;
	padding:0px;
	width: 100%;
	height: auto;
	/*display:inline-block; */
	overflow: hidden;
	background-color:rgba(255,255,255,0.95);
	color:rgb(100,100,100);
	font-size:9pt;
	font-family:arial;
}

.dd_review_box{
	position:relative;
	margin:0 0 0 0;
	padding:10px;
	width:auto;
	height:auto;
	overflow:hidden;
}

.dd_review_avatar{
	float:left;
	margin:0 10px 0 0;
	padding:0;
	width:26px;
	height:26px;
}

.dd_review_txt{
	position:relative;
	margin:0;
	padding:0;
	width: auto;
	height:auto;

	margin-bottom:5px;
	text-align: left;
	font-size:10pt;
	color:rgb(25,25,25);
}

.dd_url{
	position:relative;
	margin:0;
	padding:0;
	text-align:left;
}

#ls_dd_url:link,
#ls_dd_url:visited{
	color: rgb(150,150,150);
	text-decoration:none;	
}
#ls_dd_url:hover{
	text-decoration: underline;
	color: rgb(2,164,224);
}
#ls_dd_url:active{
	text-decoration: none;
}	

.dd_remaining_recs{
	position:relative;
	margin: 8px 0 0 0;
	padding: 0;
	text-align: left;
	
	font-size: 10pt;
	color: rgb(75,75,75);
	font-weight:bold;
	text-shadow: 2px 2px 3px #e0e0e0;
	
}

#counter_container{
      list-style-type:none;
      margin:0;
      padding:0;
}
#counter_container li{
      float:left;
      display:inline-block;
      color:#636363;
      font-family:Arial, Helvetica, sans-serif;
      font-size:13px;
      font-weight:bold;
}

#dd_results_container,
#dd_liked_container{
	margin: 16px auto 0 auto;
	height:auto;
	overflow: hidden;
}

#dd_liked_container{
        margin-top: 241px;
}

.dd_item,
.dd_liked{
	position: relative;
	margin:8px;
	padding:0px;
	width: 250px; 
	height: auto;
	display:inline-block;
	overflow: hidden;
	background:gray;
	
	-moz-box-shadow: 0px 0px 4px rgba(70,70,70,.5); 
    -webkit-box-shadow: 0px 0px 4px rgba(70,70,70,.5); 
    box-shadow: 0px 0px 4px rgba(70,70,70,.5); 
}

.dd_item:hover .dd_i_overlay_contain{
	opacity:1.0;
}

.dd_results_overlay_contain{
  	position: absolute;
	top:0px;
	margin:0px;
	width: 250px; 
	height: auto;
	display:inline-block;
	overflow: hidden;
	z-index:100;
	opacity:0.0;
	background-color:rgba(0,0,0,0.01); /*used to trigger over in IE*/
}

.dd_results_overlay_contain:hover{
	opacity:1.0;
}

.dd_item:hover .dd_results_overlay_contain{
	opacity:1.0;
}

.dd_results_overlay_contain_end{
  	position: absolute;
	top:0px;
	margin:0px;
	width: 250px;
	height: auto;
	display:inline-block;
	overflow: hidden;
	z-index:100;
	opacity:0.0;
	background-color:rgba(0,0,0,0.01); /*used to trigger over in IE*/
}

.dd_results_overlay_contain_end:hover{
	opacity:1.0;
}

.dd_liked:hover .dd_results_overlay_contain_end{
	opacity:1.0;
}


.dd_o_name{
	position: relative;
	top:0px;
	margin:0px;
	width: 230px; 
	height: auto;
	display:inline-block;
	overflow: hidden;
	background-color:rgba(0,0,0,0.88);
	z-index:100;
	color: rgb(2,164,224);
	font-size:10pt;
	font-family:arial;
	padding:10px;	
}

#ls_dd_o_name:link,
#ls_dd_o_name:visited,
#ls_dd_o_name:hover{
	font-size:10pt;
	display:block;
	width:auto;
	height:auto;
	padding:10px;
}

#ls_dd_o_name:link,
#ls_dd_o_name:visited{
	color: rgb(2,164,224);
	text-decoration: none;
}
#ls_dd_o_name:hover{
	text-decoration: none;
	color: rgb(2,164,224);
}
#ls_dd_o_name:active{
	text-decoration: none;
}

.dd_play_overlay{
	position:absolute;
	background: url("/images/play3.1.png") no-repeat center;
	display:block;
	width:250px;
	height:100%;
	margin:auto;
	overflow:hidden;	
	z-index:50;
}































/***Previous DDi2 styling***/

body {
    font-family: arial;
    margin: 0;
    padding: 0;
}

::selection{
    background:#73C2E0;
    background:rgb(236,236,234);
	background:#08ceff;
}

a:focus {
	outline:none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
border: none;}

a.logo_roll {
display:block;
width: 107px;
height:40px;
background: url("../../images/new_logo_rounded.png") 0 0 no-repeat;
overflow:hidden;
}
a.logo_roll:hover { 
background-position: 0 -41px;
}
a.logo_roll:active {
background-position: 0 0px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
	padding: 0;
    font-weight: normal;
	color: rgb(0, 0, 0);
	display:inline;
}

h3.header {
	font-weight:300;
	color: rgb(100, 100, 100);
	font-size: 11pt;
}

div#header,
div#footer {
    background: white;
    border: 1px solid rgb(220, 220, 220);  
    width: 985px;
    margin: auto;
}
div#header {
	position:relative;
	border: 1px solid rgb(220, 220, 220);
	margin-top: 2px; /* sets distance from top of the browser*/
	height: 34px; /* Can make up to 40px without breaking the scrollbar*/
	border-bottom: none; 
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;	

}

#linkstyleheader:link,
#linkstyleheader:visited,
#linkstyleheader:hover{
	font-size:11pt;
}

#linkstyleheader:link,
#linkstyleheader:visited{
	font-weight:300;
	color: rgb(100, 100, 100);
	text-decoration: none;
}
#linkstyleheader:hover{
	color: rgb(2,164,224);
}
#linkstyleheader:active{
	text-decoration: underline;
}

div#logo {
	position: absolute;
    width: 118px;
	height: 32px;
	left: 5px;
	top: 3px;
	background-repeat: no-repeat;
	background-image: url(../images/Logo_beta.gif);
}

#logolink{
	display: block;
	width: 118px;  /*85 is the original logo size*/
	height: 32px; /*30 is the original logo size */
}


div#headertabs {
	position: absolute;
    width: 600px;
	height: 22px;
	left: 136px;
	top: 8px;
	vertical-align: middle;
}


div#footer {
    border-top: none;
	text-align: center;
	font-family: arial;
	height: 19px;
	position:relative;
	vertical-align: middle;
	font-size:10pt;
	margin-bottom: 2px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#linkstylefooter:link,
#linkstylefooter:visited,
#linkstylefooter:hover{
	font-size:10pt
}
#linkstylefooter:link,
#linkstylefooter:visited{
	color: rgb(150,150,150);
	text-decoration: none;
}
#linkstylefooter:hover{
	text-decoration: underline;
	color: rgb(80,80,80);
}
#linkstylefooter:active{
	text-decoration: none;
}

#linkstylefilters:link,
#linkstylefilters:visited,
#linkstylefilters:hover{
	font-size:9pt
}

#linkstylefilters:link,
#linkstylefilters:visited{
	color: rgb(75,75,75);
	text-decoration: none;
}
#linkstylefilters:hover{
	text-decoration: underline;
	color: rgb(35,35,35);
}
#linkstylefilters:active{
	text-decoration: none;
}

#linkstylesignup:link,
#linkstylesignup:visited,
#linkstylesignup:hover{
	font-size:12pt;
	font-weight:bold;
}

#linkstylesignup:link,
#linkstylesignup:visited{
	color: rgb(25,25,25);
	color: rgb(2,164,224);
	text-decoration: none;
}
#linkstylesignup:hover{
	text-decoration: underline;
	color: rgb(2,164,224);
}
#linkstylesignup:active{
	text-decoration: none;
}

#linkstylemaincontenttitle:link,
#linkstylemaincontenttitle:visited{
	color: rgb(2,164,224);
	text-decoration:none;	
}
#linkstylemaincontenttitle:hover{
	text-decoration: underline;
	color: rgb(2,164,224);
}
#linkstylemaincontenttitle:active{
	text-decoration: none;
}

.no_link_available{
	font-size:16pt;
	font-weight:normal;
	color:rgb(100,100,100);
}

.linkstylecontenttitleadded:link,
.linkstylecontenttitleadded:visited{

	color: rgb(2,164,224);
	text-decoration:none;	
}
.linkstylecontenttitleadded:hover{
	text-decoration: underline;
	color: rgb(2,164,224);
}
.linkstylecontenttitleadded:active{
	text-decoration: none;
}

.linkstylecontenttitle:link,
.linkstylecontenttitle:visited,
.linkstylecontenttitle:hover{
	font-size:10pt
}

.linkstylecontenttitle:link,
.linkstylecontenttitle:visited{

	color: rgb(2,164,224);
	text-decoration:none;	
}
.linkstylecontenttitle:hover{
	text-decoration: underline;
	color: rgb(2,164,224);
}

#linkstylepagination:link,
#linkstylepagination:visited{

	color: rgb(120, 120, 120);
	text-decoration:none;	
	font-size:10pt;
}
#linkstylepagination:hover{
	text-decoration: underline;
	color: rgb(75,75,75);
	font-size:10pt;
}

.pagination a:link,
.pagination a:visited{
	color: rgb(120, 120, 120);
	text-decoration:none;	
	font-size:10pt;
}
.pagination a:hover{
	text-decoration: underline;
	color: rgb(75,75,75);
	font-size:10pt;
}
.pagination a:active{
	text-decoration:none;
}


span.current{
	color: rgb(120, 120, 120);
	text-decoration:none;	
	font-size:10pt;
	
}
span.current:hover{
	color: rgb(75,75,75);
	font-size:10pt;
}


span.disabled,
span.prev_page{
	color: rgb(120, 120, 120);
	text-decoration:none;	
	font-size:10pt;
	display:none;
	
}
span.disabled:hover,
span.prev_page:hover{
	color: rgb(75,75,75);
	font-size:10pt;
	display:none;
}



h4.tosavethiscollectionof{
	font-size:12pt;
	color:rgb(75,75,75);
	font-weight:bold;
}


h5.footer{
	font-size: 10pt;
	color: rgb(150,150,150);
}

p.inis {
    font-size:10pt;
	margin: 0;
    font-weight: normal;
	color: rgb(120, 120, 120);
	display:inline;
}

h5.blocktext {
	color:rgb(30,30,30)
}

div#container {
    position: relative;
    height: 550px;
    border-left: 1px solid rgb(220, 220, 220);
	border-right: 1px solid rgb(220, 220, 220);
    width: 985px;
    margin: auto;
}

#picturelink100x100{
	display: block;
	width: 100px;
	height: 100px;
}

div#block1,
div#block2,
div#block3,
div#block4,
div#block5,
div#block6 {

    position: absolute;
    bottom: 0px;
    border: 0px;
    width: 220px;
	height: 116px;
    margin: 2px;
	overflow:hidden;
	background-image:url(../images/rounded_box_thinner_117.gif);
}

div#block4,
div#block5,
div#block6 {
	
    bottom: 0px;
	}


div#block1,
div#block2,
div#block3 {

    bottom: 119px;
}
div#block1 {
    left: 1px;
}
div#block2 {
    left: 224px;
}
div#block3 {
    left: 447px;
}
div#block4 {
    left: 1px;
}
div#block5 {
    left: 224px;
}
div#block6 {
    left: 447px;
}

div#block1pic,
div#block2pic,
div#block3pic,
div#block4pic,
div#block5pic,
div#block6pic {

	position: absolute;
    bottom: 2px;
    background: rgb(255, 255, 255);
    width: 100px;
	height: 100px;
    margin: 6px;
	left: 0;
}


div#block1txt,
div#block2txt,
div#block3txt,
div#block4txt,
div#block5txt,
div#block6txt {
	position: absolute;
    bottom: 8px;
    border: 0px solid gray;
    background: rgb(255, 255, 255);
    width: 105px;
	height: 100px;
    margin: 6px;
	left: 104px;
	line-height: 18px;
}

div#mainimagematte {

    position: absolute;
    top: 1px;
    width: 304px;
	height: 304px;
    margin: 3px;
	left: 0px;
	text-align:center;
	overflow:hidden;
}

div#maintext {

    position: absolute;
    top: 0px;
    width: 357px;
	height: 286px;
    margin: 3px;
	left: 308px;
	max-height: 286px;
}

div#maintexttitle {
    position: relative;
    width: 640px;
	height: auto;
    margin: 0px;
	
	margin-left:9px;
	margin-top:7px;
}

div#maintexturl {
    position: relative;
    width: 640px;
	height: auto;
    margin: 0px;
	
	margin-left:9px;
}

div#maintextdescription {
    position: relative;
    width: 640px;
    margin: 0px;
	height: auto;
	max-height: 155px;
	overflow:hidden;
	padding-bottom:1px;
	
	margin-left:9px;
	margin-top:7px;
}

.dd_review_avatar_2nd{
	float:left;
	margin:0 8px 0 0;
	padding:0;
	width:26px;
	height:26px;
}

div#ratingcontainer {

    position: relative;
    top: 0px;
    width: 357px;
	height: 65px;
    margin: 0px;
	margin-top: 7px;
}
div#rating1,
div#rating2,
div#rating3,
div#rating4,
div#rating5 {

    position: absolute;
    top: 0px;
    width: 65px;
	height: 65px;		
}

div#rating1{
	left:6px;
}
div#rating2{
	left:76px;
}
div#rating3{
	left:146px;
}
div#rating4{
	left:216px;
}
div#rating5{
	left:286px;
}

p.maintexttitle {
	font-size: 16pt;
    margin: 0;
    font-weight: normal;
}

p.maintexturl {
	font-size: 9pt;
    margin: 0;
    font-weight: normal;
}

p.maintextdescription {
	font-size: 12pt;
    margin: 0;
    font-weight: normal;
	color: rgb(120, 120, 120);
	font-family: "Trebuchet MS";
	line-height: 1.2em;
	word-spacing: -2px;
}


div#statistics {

    position: absolute;
    top: 290px;
    width: 230px;
	height: 17px;
    margin: 3px;
	left: 308px;
	text-align: left;
}
div#statisticspagination{

    position: absolute;
    top: 290px;
    width: 170px;
	height: 17px;
    margin: 3px;
	left: 492px;
	text-align: right;
}

p.namecollection {
    font-weight: normal;
	color: rgb(20, 20, 255);
	font-size:12pt;
	display:inline;
}
p.namecollectionsize {
    font-weight: normal;
	font-size:12pt;
    display:inline;
	font-weight:600;
	color: rgb(90,90,90);
	
}

div#expandablefilters {
	
	position: absolute;
    top: 3px;
    width: 310px;
	height: 281px;
	right: 3px;
	font-size: 11pt;
	padding: 0px;
	margin:0px;
}


div#collection {

    position: relative;
    width: 310px;
	height: 80px;
    margin: 0px;
	left: 0px;
	margin-top: 5px;
	height:auto; 
}

div#collectionitemcasing {

	position: relative;
    width: 310px;
	height: 23px;
	left: 0px;
	margin-bottom: 2px;
	top: 0px;
}

div#collectionitemrating{

	position: absolute;
    width: 20px;
	height: 20px;
	left: 0px;	
	top: 0px;
}


div#collectionitemtitle1,
div#collectionitemtitle2,
div#collectionitemtitle3 {

	position: absolute;
    width: 285px;
	height: 20px;
	top: 0px;
	left: 23px;
	overflow: hidden;
}

h5.collectionitemtitle {
    font-weight: normal;
	color: rgb(20, 20, 255);
	font-size:12pt;
}

div#filterresulttype,
div#filterresultcategory,
div#filterresulttags {

    position: relative;
    /*border-bottom: 1px solid rgb(200, 200, 200);*/
    width: 304px;
	left: 0px;
	font-size: 11pt;
	padding-bottom: 2px; 
	height: auto;
	text-align: left;
	color:#636363;
}

div#filterresulttype{
	margin-top: 10px;
}

div#filterresulttags,
div#filterresultcategory{
	margin-top: 6px;
}

div#filterresulttags{
	border-bottom: none;
}

p.filtertypetitles {
    font-weight: 500;
	color: rgb(160, 160, 160);
	display: inline;
	font-size: 10pt;
}

p.filtertypes {
    font-weight: normal;
	color: #636363;
	display: inline;
	font-size: 11pt;
}

#adlink{
	display: block;
	width: 300px;
	height: 250px;
}

div#ad {

    position: absolute;
    bottom: 0;
    border: 1px solid white;
    width: 300px;
	height: 250px;
    margin: 3px;
	right: 0px;
}
div#admatte {

    position: absolute;
    bottom: 0;
    border: 1px solid rgb(210, 210, 210);
    width: 308px;
	height: 258px;
    margin: 3px;
	right: 0px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius:9px;
}

div#ad_ddi2 {
    position: absolute;
    bottom: 0;
    border: 1px solid white;
    width: 300px;
	height: 250px;
    margin: 3px;
	right: 0px;
}


/*WHEN THERE ARE NO RECOMMENDATIONS LEFT, THIS DIV APPEARS CONTAINING OPTIONS TO CONTINUE, WHEN NOT SIGNED IN*/

div#endoptions{
	position:absolute;
	margin:0px;
	left:3px;
	bottom:3px;
	width: 666px;
	height: 226px;
/*	background-color: rgb(220,220,220); */
}

div#endoptionsleftside{
	position:relative;
	width:331px;
	height:236px;
	margin:0px;
	left:0px;
	bottom:-10px;
/*	background-color:yellow; */
}

div#endoptionsrightside{
	position:relative;
	float:right;
	width:331px;
	height:236px;
	margin:0px;
	right:0px;
	bottom:-10px;
/*	background-color:blue; */
}

div#flairddi2{
	
	position: absolute;
/*  border: 1px solid rgb(190, 190, 190); */
    width: 25px;
	height: 25px;
	left: 0px;	
	top: 0px;
	background-image: url("../images/flair.gif");
}

div#endoptionstitle{
	position:absolute;
	left:25px;
	width: 306px;
	height:30px;
	background-color:white;
	text-indent:3px;
	font-family: Arial;
	color: rgb(150,150,150);
	font-size:14pt;
}

div#flairddi2lower{
	
	position: absolute;
/*  border: 1px solid rgb(190, 190, 190); */
    width: 25px;
	height: 25px;
	left: 0px;	
	top: 83px;
	background-image: url("../images/flair.gif");
}

div#endoptionstitlelower{
	position:absolute;
	left:25px;
	top:83px;
	width: 306px;
	height:auto;
/*	background-color:red; */
	text-indent:3px;
	font-family: Arial;
	color: rgb(150,150,150);
	font-size:14pt;
}


div#reasonsforactiontop{
	width: 306px;
	height:auto;
/*	background-color:red; */
	margin-top:30px;
	margin-left:3px;
/*	line-height:22px; */
}

div#reasonsforaction{
	width: 306px;
	height:auto;
/*	background-color:red; */
	margin-top:-5px;
	margin-left:3px;
/*	line-height:22px; */
}

ul.coloring li {
	color:rgb(76,174,255);
}

ul.coloring li p {
	color:rgb(80,80,80);
}

a.namecollectionsize {
    font-weight: normal;
/*	font-style:italic;  */
/*	color: rgb(20, 20, 255); */
	font-size:12pt;
    display:inline;
	font-weight:600;
	color: rgb(90,90,90);
	
}

div#signupendofoptions{
	position:absolute;
	left:2px;
	top:156px;
	width: 324px;
	height:34px;
	text-align:center;
}

.signupendofoptions:link,
.signupendofoptions:visited{
	display:block;
	width:100%;
	height:100%;
	color: #02A4E0;	
	text-decoration:none;	
	font-size:16pt;
	background-color: white;
	border: 1px solid #02A4E0;
	padding-top:6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
}
.signupendofoptions:hover{
/*	text-decoration: underline; */
	color: rgb(100,100,100);
	color: white;
	font-size:10pt;
	background-color:#02A4E0;
	border: 1px solid #02A4E0;
	font-size:16pt;
}
.signupendofoptions:active{
	background-color: #41CAFD;
}

div#addcontentendofoptions{
	position:absolute;
	left:2px;
	top:55px;
	width: 324px;
	height:34px;
	text-align:center;
}

div#navoptionsendofoptions{
	position:absolute;
	left:2px;
	top:108px;
	width: 324px;
	height:34px;
	text-align:center;
	font-size: 10pt;
	color:rgb(150,150,150)
}

#linkstyleendofoptions:link,
#linkstyleendofoptions:visited,
#linkstyleendofoptions:hover{
	font-size:10pt
}

#linkstyleendofoptions:link,
#linkstyleendofoptions:visited{
	color: rgb(100,100,100);
	text-decoration: underline;
}
#linkstyleendofoptions:hover{
	text-decoration: underline;
	color: rgb(2,164,224);
}


div#whynomorerecs{
	position:absolute;
	left:35px;
	top:160px;
	width: 260px;
	height:auto;
/*	background-color:red;*/
	text-indent:3px;
	font-family: Arial;
	color: rgb(150,150,150);
	font-size:10pt;
}	

div#whynomorerecsontheright{
	position:absolute;
	right:-322px;
	top:132px;
	width: 260px;
	height:auto;
/*	background-color:red;*/
	text-indent:3px;
	font-family: Arial;
	color: rgb(150,150,150);
	font-size:10pt;
}




div#watermark{
	position:absolute;
	margin:0px;
	left:3px;
	bottom:3px;
	width: 666px;
	height: 236px;
	background-image:url(../images/ddi2_watermark2.jpg);
	z-index:-1;
}

div#watermarkhider1,
div#watermarkhider2,
div#watermarkhider3,
div#watermarkhider4,
div#watermarkhider5{
	position:absolute;
	background-color:white;
	margin:0px;
	z-index:-1;	
}

div#watermarkhider1{
	bottom:2px;
	left:215px;
	height:119px;
	width:15px;
}

div#watermarkhider2{
	bottom:121px;
	left:440px;
	height:116px;
	width:15px;
}

div#watermarkhider3{
	bottom:126px;
	left:217px;
	height:111px;
	width:15px;
}

div#watermarkhider4{
	bottom:110px;
	left:3px;
	height:15px;
	width:215px;
}

div#watermarkhider5{
	bottom:110px;
	left:221px;
	height:15px;
	width:218px;
}

div#cloud_1{
	position:absolute;
	background-image: url("../images/cloud_1.jpg");
	width:274px;
	height:60px;
	left:190px;
	bottom:5px;
	z-index: -98;
}


div#cloud_3{
	position:absolute;
	background-image: url("../images/cloud_3.jpg");
	width:92px;
	height:20px;
	right:5px;
	top:-10px;
	z-index:-98;
}

div#cloud_cover{
	position:absolute;
	background-color:white;
	width:290px;
	height:82px;
	left:5px;
	top:11px;
	z-index:-97;
}

div#cloud_cover2{
	position:absolute;
	background-color:white;
	width:100px;
	height:5px;
	right:5px;
	top:38px;
	z-index:-97;
}

/*WHEN THERE ARE NO RECOMMENDATIONS LEFT, THIS DIV APPEARS CONTAINING OPTIONS TO CONTINUE, WHEN SIGNED IN*/

/* Start of New Header */

#h_float_box{
	position:relative;
    background: none;
	left:0;
    margin: auto;
	margin-top: 2px; /* sets distance from top of the browser*/
	height: 40px; /* Can make up to 40px without breaking the scrollbar*/
	margin-bottom:9px;
	margin-bottom:1px;
	margin-top:10px;
	
	z-index:100;	
}

#h_fixed_box{
	position:fixed;
	width:100%;
    background: none;
	top:0;
}

div#clear_header{
	position:relative;
    background: none;
    max-width: 987px;
	min-width: 753px;
    margin: auto;
	margin-top: 2px; /* sets distance from top of the browser*/
	height: 40px; /* Can make up to 40px without breaking the scrollbar*/
	background-color:none; 
	margin-bottom:9px;
	margin-top:5px;	
}

div#clear_header_account_admin{
	position:relative;
    background: none;
    max-width: 987px;
	min-width: 753px;
	left:0;
    margin: auto;
	margin-top: 2px; /* sets distance from top of the browser*/
	height: 40px; /* Can make up to 40px without breaking the scrollbar*/
	background-color:none; 
	margin-bottom:9px;
	margin-top:5px;	
}

.clear_logo{
	
}

.header_menu{
	position:absolute;
	margin:0;
	padding:0;
	left:118px;
	top:5px;
	height:auto;
	width:auto;
	background-color:white;
	padding-left:8px;
	padding-right:8px;
	padding-top:3px;
	padding-bottom:6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
}

#linkstyleclearheader:link,
#linkstyleclearheader:visited,
#linkstyleclearheader:hover{
	font-size:10pt;
	margin-left:2px;
	margin-right:2px;
}

#linkstyleclearheader:link,
#linkstyleclearheader:visited{
	color: rgb(100,100,100);
	text-decoration: none;
}
#linkstyleclearheader:hover{
	text-decoration: underline;
	color: rgb(2,164,224);
}
#linkstyleclearheader:active{
	text-decoration: none;
}

.clear_search{
	position:absolute;
	margin:0;
	padding:0;
	right:0px;
	bottom:7px;
	background-color:white;
	width:174px;
	height:28px;
	padding-left:5px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
	box-shadow: 2px 2px 3px #666;
}

.clear_search_icon{
	position:absolute;
	margin:0;
	padding:0;
	right:0px;
	top:0px;
}

.clear_search_icon:hover{
	background-color:#ebebeb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
}

a.logo_roll {
display:block;
width: 107px;
height:44px;
background: url("../../images/logo.png") 0 0 no-repeat;
overflow:hidden;
}
a.logo_roll:hover { 
background-position: 0 -44px;
}
a.logo_roll:active {
background-position: 0 0px;
}


#linkstylesearch{
	background: url("../../images/search_image_28x28_hover.gif") 0 0 no-repeat scroll #EEEEEE;
	border: medium none;
	cursor:pointer;
	display:inline;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	z-index:5000;

	height:28px;
	width:28px;
	
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#linkstylesearch:hover{
	background-position: 0 -28px;
}
#linkstylesearch:active{
	background-position: 0 -55px;
}


.header_menu_tab{
	position:absolute;
	margin:0;
	padding:0;
	left:118px;
	bottom:7px;
	height:28px;
	width:auto;
	background-color:white;
	padding-left:5px;
	padding-right:5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
	
	box-shadow: 2px 2px 3px #666;
}

ul.tab li.nav a {
  display: block;
  padding-top:6px;
  padding-bottom:5px;
  padding-left:4px;
  padding-right:4px;
  text-decoration: none;
}

ul.tab{
	position:relative;
	margin:0;
	padding:0;
	top:0px;
	display:inline-block;
}

li.nav{
	background-color:white;
	display:inline;
	list-style:none;
	float:left;
}

#linkstylenavigation:link,
#linkstylenavigation:visited,
#linkstylenavigation:hover{
	color: #02A4E0;
	font-size:10pt;
}

#linkstylenavigation:link,
#linkstylenavigation:visited{
	color: rgb(100,100,100);
	text-decoration: none;
}
#linkstylenavigation:hover{
	text-decoration: underline;
	color: rgb(2,164,224);
}
#linkstylenavigation:active{
	text-decoration: none;
}


/* End of New Header */


/** Start Floating banner **/

#floatDivContainer {
	height:80px;
	border: 0;
	margin-bottom:12px;
	
	padding-top:12px; /* this compensates for some of the jquery. creates a smooth transition */
	margin-top:-12px;
}


#floatDiv{
   	position:relative;
	top: 0px;
   	height:80px;
   	width:719px;
   	margin:0 auto 0 auto;
   	background:#f3961c;
   	border: 1px solid #dcdcdc;
   	border-radius:4px;
   	background:white;
   	box-shadow: 2px 2px 3px #666;
   	z-index:80;

	margin-left:-355px; /*these two lines center the div*/
	left:50%;   	
}

.float_text{
	float:left;
	font-size:14pt;
	color:rgb(120,120,120);
	margin-left: 16px;
}
.sign_up_button{
	float:left;
	position:relative;
	width:230px;
	height:40px;
	
	margin-top:20px;
	margin-left:16px;

	text-align:center;
	
	border: 1px solid #B63F30;
	border-radius: 4px;

   	background: -webkit-linear-gradient(top, #DD4B39, #B63F30);
   	background: -moz-linear-gradient(top, #DD4B39, #B63F30);
   	background: -ms-linear-gradient(top, #DD4B39, #B63F30);
   	background: -o-linear-gradient(top, #DD4B39, #B63F30);
   	
   	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#DD4B39', endColorstr='#B63F30'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#DD4B39', endColorstr='#B63F30')"; /* IE8 */

   	transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	-webkit-transition: box-shadow 0.2s;
	-o-transition: box-shadow 0.2s;
	

   	box-shadow: 0px 0px 0px 1px #DD4B39 inset;
    text-shadow: 0px -1px 0px #444, 0px -1px 3px #666;
    
  	/*CSS3 PIE for IE; rounded corner, gradient renderer*/
  	behavior: url(PIE.htc);
}
.sign_up_button a{
	font-size:14pt;
	color:white;
	text-decoration:none;
	line-height:40px;
	vertical-align:middle;	
}
.sign_up_button:hover {
   	background: -webkit-linear-gradient(top, #B63F30, #DD4B39);
   	background: -moz-linear-gradient(top, #B63F30, #DD4B39);
   	background: -ms-linear-gradient(top, #B63F30, #DD4B39);
   	background: -o-linear-gradient(top, #B63F30, #DD4B39);
   	
   	box-shadow: 0px 0px 0px 1px #DD4B39 inset, 0px 0px 3px #666;
   	
   	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#B63F30', endColorstr='#DD4B39'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#B63F30', endColorstr='#DD4B39')"; /* IE8 */
}
.sign_up_button:active {
   	background: -webkit-linear-gradient(top, #903A24, #DD4B39);
   	background: -moz-linear-gradient(top, #903A24, #DD4B39);
   	background: -ms-linear-gradient(top, #903A24, #DD4B39);
   	background: -o-linear-gradient(top, #903A24, #DD4B39);
   	
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#903A24', endColorstr='#DD4B39'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#903A24', endColorstr='#DD4B39')"; /* IE8 */
 
}

.login_button{
	float:left;
	position:relative;
	width:100px;
	height:40px;
	
	margin-top:20px;
	margin-left:8px;
	margin-right:16px;
	
	border: 1px solid #dcdcdc;
	
	background:#f3f3f3;
   	
   	border-radius: 4px;
	text-align:center;
	
	transition: color 0.2s, box-shadow 0.2s;
	-moz-transition: color 0.2s, box-shadow 0.2s;
	-webkit-transition: color 0.2s, box-shadow 0.2s;
	-o-transition: color 0.2s, box-shadow 0.2s;
}
.login_button a{
	color:#6e6e6e;
	font-size:14pt;
	text-decoration:none;
	line-height:40px;
	vertical-align:middle;
}
.login_button:hover {
   	border: 1px solid #999;
   	box-shadow: 0px 0px 3px #666;
}
.login_button:hover a{
   	color:#333;	
}
.login_button:active {
   	border: 1px solid #444;
}
.login_button:active a{
   	color:#000;	
}


.button_mask{
	position:absolute;
  	width:100%;
  	height:100%;
  	top:0;
 	left: 0;
  	z-index: 1;
}



/* Start of New Footer */

div#footer_clear{
	position:relative;
    /*width: 985px; */
    max-width: 985px;
	min-width: 362px;
    /*width: 985px; */
    margin: auto;
	margin-top: 22px;
	margin-bottom: 12px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left: auto;
	padding-right: auto;
    border: 1px solid rgb(220,220,220);
    background: white;

	text-align: center;
	font-family: arial;
	vertical-align: middle;
	font-size:10pt;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.footer_clear_bgimage_link{
	position:absolute;
	margin:0;
	padding:0;
	display:inline;
	right:6px;
}

div#footer_ddi2{
	position:relative;
    width: 270px;
    width: 985px;	
    /*width: 985px; */
    margin: auto;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-top:2px;
	padding-bottom:4px;
    border: 1px solid rgb(220,220,220);
    border-top: none;	
    background: white;

	text-align: center;
	font-family: arial;
	vertical-align: middle;
	font-size:10pt;

	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

div#footer_add_content{
	position:relative;
    width: 270px;
    width: 985px;	
    /*width: 985px; */
    margin: auto;
	margin-top: 0px;
	margin-bottom: 12px;
	padding-top:2px;
	padding-bottom:4px;
    border: 1px solid rgb(220,220,220);
    border-top: none;	
    background: white;

	text-align: center;
	font-family: arial;
	vertical-align: middle;
	font-size:10pt;

	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#linkstylefooter:link,
#linkstylefooter:visited,
#linkstylefooter:hover{
	font-size:10pt;
	margin-left:2px;
	margin-right:2px;
}
#linkstylefooter:link,
#linkstylefooter:visited{
	color: rgb(100,100,100);
	text-decoration: none;
}
#linkstylefooter:hover{
	text-decoration: underline;
	color: rgb(70,70,70);
}
#linkstylefooter:active{
	text-decoration: none;
}

/* End of New Footer */

/* Start of New Containers */

div#container {
    position: relative;
    height: 550px;
	background-color:white;
	z-index:5;
    border-left: 1px solid rgb(220, 220, 220);
	border-right: 1px solid rgb(220, 220, 220);
	border-top: 1px solid rgb(220, 220, 220);
	border-bottom: none;
    width: 985px;
    margin: auto;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}


div#container_home_ddi2{
/*This needs to be here, just blank */
}

div#containerhome {
	background-color:white;
    position: relative;
    width: 985px;
    margin: auto;
	padding-top: 6px;
	height:auto;
	overflow: hidden;  /*THIS LINE FIXES AUTO-EXPAND PROBLEMS IN FIREFOX*/
	
	border: 1px solid rgb(220, 220, 220);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
}

div#containerhome_for_profile{
    position: relative;
    border-left: 1px solid rgb(220,220,220);
	border-right: 1px solid rgb(220,220,220);
	border-top: 1px solid rgb(220,220,220);
	border-bottom: 1px solid rgb(220,220,220);
    width: 985px;
    margin: auto;
	padding-top: 6px;
	padding-bottom:6px;
	height:auto;
	background-color:white;
	overflow: hidden;  /*THIS LINE FIXES AUTO-EXPAND PROBLEMS IN FIREFOX*/
	-webkit-border-radius: 4px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topright: 0;
	border-radius: 4px;
	border-top-right-radius: 0;
}

div#container_for_faq {
    position: relative;
    height: auto;
	overflow:hidden;
	background-color:white;
	padding-bottom:6px;
    border-left: 1px solid rgb(220, 220, 220);
	border-right: 1px solid rgb(220, 220, 220);
	border-top: 1px solid rgb(220, 220, 220);
	border-bottom: 1px solid rgb(220, 220, 220);
    width: 985px;
    margin: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div#container_for_startagain {
    position: relative;
    height: 550px;
	background-color:white;
	z-index:5;
    border-left: 1px solid rgb(220, 220, 220);
	border-right: 1px solid rgb(220, 220, 220);
	border-top: 1px solid rgb(220, 220, 220);
	border-bottom: none;
    width: 985px;
    margin: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div#container_add_content{
	background-color:white;
    position: relative;
    width: 985px;
    margin: auto;
	padding-top: 6px;
	height:auto;
	overflow: hidden;  /*THIS LINE FIXES AUTO-EXPAND PROBLEMS IN FIREFOX*/
	
    border-left: 1px solid rgb(220, 220, 220);
	border-right: 1px solid rgb(220, 220, 220);
	border-top: 1px solid rgb(220, 220, 220);
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	
	margin-top:8px;
}

/* End of New Containers */

 
 /****Infinite Scroll Styling**************************/

#infscr-loading {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    border-radius: 4px 4px 4px 4px;
    border:1px solid #DCDCDC;
	bottom: 80px;
    color: #222222;
    font-size: 15px;
    font-weight: bold;
    left: 45%;
    padding: 15px;
    position: fixed;
    text-align: center;
    z-index: 100;
}

/* this div was added to the jquery.infinitescroll.min.js so styling could take place*/ 
.is_msg{
margin-top: 9px;
}


/************** ISOTOPE styling *****/
/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}




/****Colorbox Styling*********************************/

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/images/spinner3.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}


/* Scroll to top Button CSS */

#u_go_top{
	position:fixed;
	width:55px;
	height:36px;

	right:6px;
	bottom:-74px;

	text-align:center;
	padding-top:8px;

	border: 1px solid #DCDCDC;

	border-top-left-radius:4px;
	border-top-right-radius:4px;

	background: #FFF;
	background: rgb(249,249,249);

   	transition: box-shadow 0.2s, opacity 0.2s;
	-moz-transition: box-shadow 0.2s, opacity 0.2s;
	-webkit-transition: box-shadow 0.2s, opacity 0.2s;
	-o-transition: box-shadow 0.2s, opacity 0.2s;

	box-shadow: 1px 1px 2px rgb(70,70,70);
    text-shadow: 1px 1px 1px rgb(230,230,230);

background-image: linear-gradient(bottom, rgb(240,240,240) 31%, rgb(255,255,255) 86%);
background-image: -o-linear-gradient(bottom, rgb(240,240,240) 31%, rgb(255,255,255) 86%);
background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 31%, rgb(255,255,255) 86%);
background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 31%, rgb(255,255,255) 86%);
background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 31%, rgb(255,255,255) 86%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.31, rgb(240,240,240)),
	color-stop(0.86, rgb(255,255,255))
);


	color:rgb(80,80,80);
	text-decoration:none;
	font:14pt Arial, Helvetica, sans-serif;
	line-height:29px;
	z-index:100;

}
#u_go_top:hover {
	color:rgb(60,60,60);
	background: rgb(240,240,240);
	background: #FFF;

background-image: linear-gradient(bottom, rgb(255,255,255) 31%, rgb(240,240,240) 86%);
background-image: -o-linear-gradient(bottom, rgb(255,255,255) 31%, rgb(240,240,240) 86%);
background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 31%, rgb(240,240,240) 86%);
background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 31%, rgb(240,240,240) 86%);
background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 31%, rgb(240,240,240) 86%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.31, rgb(255,255,255)),
	color-stop(0.86, rgb(240,240,240))
);

}
#u_go_top:active {
	background: rgb(247,247,247);

background-image: linear-gradient(bottom, rgb(255,255,255) 31%, rgb(230,230,230) 86%);
background-image: -o-linear-gradient(bottom, rgb(255,255,255) 31%, rgb(230,230,230) 86%);
background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 31%, rgb(230,230,230) 86%);
background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 31%, rgb(230,230,230) 86%);
background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 31%, rgb(230,230,230) 86%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.31, rgb(255,255,255)),
	color-stop(0.86, rgb(230,230,230))
);

}
.arrow_container{
	position:relative;
	top:0;
}
