/*  Reset
--------------------------------------------  */
@import "reset.css";  



/*  Body
--------------------------------------------  */
body {                 
	background: #f4f6f1;
	color: #333333;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}      

body, td, th, textarea, input, select, h1, h2, h3, h4 {
    font: 85%/1.4 "Lucida Grande", Arial, sans-serif;  
    
}

/*  Links
--------------------------------------------  */ 
a { color: #2684a9; cursor: pointer; outline: none !important; text-decoration: none; }
a:visited { color: #2684a9; }
a:hover, a:focus { color: #69a6be; text-decoration: underline; }
a:active { color: #2684a9; }       
        

a.thumb {	   
	background: transparent url('../images/thumb_sample.png') 0 0 no-repeat;
	border: 0;      
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 60px;
	overflow: hidden;
	width: 74px;
 } 

a.thumb:hover span { background-position: 0 100%; }

a.thumb span {
	background: transparent url('../images/thumb_hover.png') 0 0 no-repeat;
	height: 60px;     
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: block;
	overflow: hidden;
	width: 74px;		    
}

/*  #wrapper (Entire layout container)
--------------------------------------------  */
#wrapper {       
	margin: 0 auto;
	width: 100%;
}



/*  #header_wrapper (#wrapper #header_wrapper)
--------------------------------------------  */

#header_wrapper {        
	background: transparent url(../images/header_bg.png) 0 0 repeat-x;     
	color: #FFFFFF;
	height: 134px;  
	margin: 8px 0 0 0;  
	width: 100%;
}


/*  #header (#wrapper #header_wrapper #header)
--------------------------------------------  */

#header {     
	height: 44px;  
	margin: 0 auto 0 auto;   
	padding: 90px 0 0 0;    
	position: relative;
	text-align: left;
	width: 1040px;
}     

#header #support {   
    font-size: 15px;        
    position: absolute;
    height: 70px;    
    right: 46px;  
    top: 27px;      
    text-align: center;
    z-index: 10;
    width: 290px;
}   


#header #support #userguide {  
    background: transparent url(../images/userguide_div.gif) 100% 0  no-repeat;    
    float: left;
    font-size: 12px;            
    display: block;
    height: 70px;
    width: 125px;
}       

#header #support #userguide a {  
    background: transparent url(../images/userguide.gif) 50% 20px no-repeat;    
    color: #FFFFFF;   
    display: block;
    height: 29px;     
    padding-bottom: 20px;
}      

#header #support #userguide a:hover {
    background-position: 50% bottom;
    text-decoration: none;
}

#header #support #phone {
    float: right;
    width: 165px;
}

#header #support h2 {
    font-size: 19px;
}                   

#header #support h3 {
    font-size: 12px;
}



#header #navigation { 
	bottom: 0;
	height: 88px;       
	position: absolute;
	left: 40px;
	width: 438px;
}   
    

#header #navigation ul {  
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
}        

#header #navigation ul li {
	display: inline;
}      

#header #navigation ul li a {    
    background: transparent url(../images/navigation.png) 0 0 no-repeat;    
	color: #FFFFFF;
	display: block; 
	float: left;   
	font-size: 21px; 
	height: 46px;      
	padding: 42px 0 0 22px; 
	margin: 0 0 0 0;
	position: relative;  
	text-decoration: none;
}     

#header #navigation li.home a {    
	background-position: 0 0;
	width: 79px;
}  

#header #navigation li.browse a {    
	background-position: -101px top;
	width: 179px; 	
}  

#header #navigation li.all a {   
	background-position: -302px 0;
	width: 112px; 	
}                   
#header #navigation li.home a:hover { background-position: 0 bottom; }              
#header #navigation li.browse a:hover { background-position: -101px bottom; }              
#header #navigation li.all a:hover { background-position: -302px bottom; }              

#header #navigation li.browse a .start_here {  
	color: #4a88ae;        
	font-size: 15px;
	left: 35px;
	position: absolute;
	text-decoration: none;
	top: 20px;
}                                

#header #navigation li.all a:hover { background-position: -302px bottom; }              

#header #search {
	background: transparent url(../images/search_bg.jpg) 0 0 no-repeat;  
	bottom: 0;
	height: 45px;       
	padding: 29px 0 0 50px;
	position: absolute;
	right: 0;
	width: 328px;
}     

#header #search .search_form {   
	background: none;  
	float: left;
	height: 25px;      
	width: 198px;
}

#header #search .search_text {   
	background: none;
	border: 0;          
	color: #333333;
	font: 13px Arial, helvetica, sans-serif;
	height: 31px;   
	padding: 14px 0 0 5px;  
	width: 185px; 
}
  
#header #search .search_button {     
	background: transparent url(../images/search_button.png) 0 0 no-repeat;         
	border: none !important;
	float: left;
	height: 45px; 
	outline: none;     
	width: 84px;
}               

#header #search .search_button:hover {
	background-position: 0 bottom;	
}      

#header #search .search_button:active {
	background-position: 0 top;	
}


/*  #content_wrapper (#wrapper #content_wrapper)
--------------------------------------------  */  

#content_wrapper {  
	background: transparent url('../images/content_bg.png') center top repeat-y;   
	margin: 0 auto;      
	position: relative;
	
	text-align: center;
	width: 100%;
}

/*  #content (#wrapper #content_wrapper #content)
--------------------------------------------  */

#content {        
	background: none;   
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin: 0 auto;
	position: relative;
	width: 960px;
}                     

#content .postTitle {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
   
#content .postMeta {
    font-size: 11px;
    font-weight: normal;
    margin: 0 0 5px 0;   
    text-transform:  uppercase;
}   

#content .post {  
    margin: 0 0 0 0;        
    padding: 0 0 0 0; 
}                         

.breadcrumb {          
	background: transparent url('../images/shadow620.png') 0 bottom no-repeat;   
    color: #999999;
    font-size: 11px; 
 	height: 36px;
    margin: 0 0 0 0;  
    padding: 0 0 12px 0;
}
     

#content .ddsg-wrapper ul li,
#content .results ul li {  
    clear: both;
    display: block;  
} 

#content .ddsg-wrapper .row,
#content .results .row {      
    border-bottom: 1px solid #d6d6d6; 
    display: block;          
	height: 65px;
    margin-left: 5%; 
	padding-top: 7px;
    width: 90%;
}              

#content .ddsg-wrapper li a,
#content .results li a {    
	display:block; 
    font-weight: bold;   
} 

#content .ddsg-wrapper .thumbs,
#content .results .thumbs {
	float: left;
	height:60px;
	width: 85px;
}                

#content .ddsg-wrapper .links,
#content .results .links {    
	float: left;                     
	padding: 8px 0 0 0;	
}

#content .ddsg-wrapper ul li,
#content .results ul li,
#content h2 {      
    font-size: 16px;
    font-weight: bold;  
	margin-bottom: 18px;  
} 


#content .ddsg-wrapper ul li ul,
#content .results ul li ul {
	margin-top: 10px;
}

#content .ddsg-wrapper ul li ul li,
#content .results ul li ul li {   
    background: #FFF; 
    border: none;      
    font-size: 15px;
    font-weight: bold;    
    margin-bottom: 0;
}             

#content .ddsg-wrapper .stats,
#content .results .stats {  
	background: transparent url('../images/clock.png') left 50% no-repeat;   
    color: #999999;     
	display: block;
    font-size: 12px;    
    font-weight: normal;
    padding: 0 0 0 20px;
	margin: 0 0 0 0;
}  

#content .ddsg-wrapper .stats span,
#content .results .stats span {  
 	display:block;
	text-align: right;
}  

#content .ddsg-wrapper li li a,
#content .results li li a {      
    display: block;
    font-size: 13px;
    font-weight: normal;  
    padding: 0 10px 5px 0;  
}  

#content .ddsg-wrapper .ddsg-pagenav,
#content .results .ddsg-pagenav {
    font-size: 11px;
    text-align: right;
}
          

#browse_dropdown_container {
	background:  transparent url('../images/browse_bg.png') 0 bottom no-repeat;
	left: 70px;        
	position: absolute;    
	top:0;
	z-index: 100;
}

#browse_dropdown {
	display: none; 
	overflow: hidden;    
    margin: 8px 55px 59px 54px;   
	z-index: 101;
}   
   
#browse_dropdown ul .columns {
	display: block;   
	margin: 0;     
	padding: 10px 0 0 0;     
	width: 	556px;     
	
}          

#browse_dropdown ul .columns .column1, 
#browse_dropdown ul .columns .column2 {     
	width: 			250px;
}
  
#browse_dropdown ul .columns .column1 {
	border-right: 	1px solid #dcded8; 
	padding-right: 	20px;    
	margin-right: 	20px;
	float: 			left;	
}

#browse_dropdown ul .columns .column2 {   
	float: 			left;	
}   

#browse_dropdown ul .columns span {
	margin: 		0 0 0 0;
	padding: 		0 0 0 0;
}
     
#browse_dropdown ul .columns a {  
    background-position: 3px 3px !important;
	cursor:  pointer;
	display: block;
	height: 16px;  
	margin: 0 0 1px 0;     
	padding: 6px 8px 8px 38px;
	text-decoration: none;
} 
                

#browse_dropdown ul .columns .title {
	float: left;
	font-weight: bold;
} 

#browse_dropdown ul .columns .count {
	color: #999999;    
	float: right;       
	font-size: 11px;
	font-style: italic;
	margin-top: 2px;
}    


   
/*  #page (#wrapper #content_wrapper #content #page)
--------------------------------------------  */ 

#page {           
	float: left;          
	margin: 12px 0 20px 0;
	padding-left: 20px;
	text-align: left;
	width: 620px;
}     


#page #homepage {
	background: #FFFFFF url(../images/homepage.jpg) 50% 100% no-repeat;       
	margin-top: 20px;
	padding: 0 0 410px 0;
}           

#page #homepage h1 {
	font-size: 22px;
	font-weight: bold;    
	margin: 0 auto 10px auto;
	width: 500px;
}   

#page #homepage p { 
	font-size: 15px;    
	line-height: 24px;  
	margin: 0 auto;
	width: 500px;
} 

#page #homepage p a { 
	text-decoration: underline;
}      

#page #contact_form {
	background: transparent url(../images/modal_bg.png) 0 0 no-repeat; 
	height: 420px;	  
	font-size: 12px;                                                  
	padding: 44px 0 0 55px;
	position: relative;
	margin: 0 0 0 0;
	width: 564px;
}   
  

#page #contact_form table { width: 500px; }

#page #contact_form p {
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}
  
#page #contact_form table tr td {      
	font-size: 12px;
	padding: 6px 8px;    
	vertical-align: top;
}

#page #contact_form .label {     
	width: 140px;
}   

#page #contact_form .field textarea {
	height: 100px;    
}   

#page #contact_form .field textarea,
#page #contact_form .field input,
#page #contact_form .field select {   
	border: 1px solid #d6d6d6;
	padding: 2px 4px;
	font-size: 13px;
} 

#dimmer {        
    background: #000000; 
    opacity: .5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
    filter: alpha(opacity=50); 
    height: 500px;
    position: absolute;      
    width: 100%;
    z-index: 1;   
    display: none;
} 

#page #screen {    
	text-align: left;
	width: 590px;
	margin-left: 15px;   
	z-index: 1;
}  

#page #screen #player { background: #FFFFFF; z-index: 2;}

#page #screen #player .get_flash { 
    background: transparent url(../images/get_flash_off.gif) 0 0 no-repeat;           
    border: none;
    display: block;
    height: 41px;  
    left: 190px;
	position: absolute;
	bottom: 55px;
    width: 269px;
}

/* #page #screen #player .get_flash:hover { background: transparent url(../images/get_flash.gif) 0 0 no-repeat; }  */
     
#page #screen #upgrade {
	background: #FFFFFF url(../images/upgrade_bg.png) 0 0 no-repeat;  
	border: 1px solid #FFFFFF;
    display: block; 
    height: 414px;
    left: 0;               
	margin-bottom: 30px;
    padding: 50px 0 0 55px; 
    position: absolute;
    text-align: left; 
    top: 0px; 
    width: 564px;  
}     

       
#page #screen #upgrade #pro_support {
	background: #FFFFFF url(../images/pro_support.jpg) 0 0 no-repeat;    
	display: block;         
	height: 110px;   
	margin-bottom: 38px;
	padding: 15px 0 0 20px; 
	width: 487px;
}  

#page #screen #upgrade #pro_support h3 {  
	font-size: 15px;
	font-weight: bold; 
	letter-spacing: -0.1;
	margin: 0 0 5px 0;
	padding: 0 0 0 0; 
	width: 320px;
}

#page #screen #upgrade #pro_support span {    
	display: block;      
	color: #555555;
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 0 0 0 0; 
	width: 320px;
}

#page #screen #upgrade p {  
	border-top: 1px solid #d6d6d6;
    margin: 0 0 20px 0;    
	padding: 20px 0 0 20px; 
	width: 480px;
}    
         
#page #screen #upgrade #ratings {
	margin-bottom: 20px;   
	padding: 20px 0 0 20px; 
	width: 480px;
}

#page #screen #upgrade h2 {
    font-size: 22px;       
    font-weight: bold;
}  

 #player {       
	text-align: left;
	width: 590px;
} 

#player h2 {    
	color: #333333;
	font-size: 18px;
	font-weight: bold;       
	margin: 0 0 0 0;
	padding: 15px 0 0 10px;       
	
}    

#player h3 {   
	color: #666666;
	font-size: 13px;      
	font-style: italic;
	font-weight: normal;       
	margin: 0 0 0 0;
	padding: 0 0 20px 10px;     
}      

#player #play_button {      
	background: transparent url(../images/button_play.gif) 0 0 no-repeat;      
	display: block;   
	height: 76px;  
	left: 210px;
	position: absolute;
	bottom: 145px;
	width: 216px;
	}  

#tools {           
    height: 25px;
	margin: 20px 0 0 0;
	position: relative; 
}

#tools .sociable {
	cursor: pointer;
	font-size: 11px;   
	text-decoration: none;
	text-transform: uppercase;
	position: absolute; 
	margin: 5px 0 0 0;
	right: 0;  
	top: 0;
	width: 305px;
}   
                                         
#tools .sociable .sociable_tagline,
#tools .sociable ul { float: left !important; }  

#tools .sociable  { width: 400px; }  

#tools .sociable .sociable_tagline { 
    color: #666666;
    margin: 2px 7px 0 0;
}

#tools #text_expand {  
	background: transparent url(../images/icon_text.gif) 4px 50% no-repeat;    
	color: #2684a9;
	cursor: pointer;
	display: block;    
	position: absolute;
	left: 0;    
	top: 0;
	font-size: 11px;     
	padding: 5px 5px 3px 26px;
	text-decoration: none;
	text-transform: uppercase;
}   

#tools #text_expand .up,
#tools #text_expand .down {
	background: transparent url(../images/icon_toggle_plus.gif) right 50% no-repeat;   
	display: inline;  
	padding: 0 20px 0 0;                                                           
} 

#tools #text_expand .down {
	background: transparent url(../images/icon_toggle_minus.gif) right 50% no-repeat;   
}      

#page #video {   
    z-index: 100;
}

#page #text {            
	font-size: 12px; 
	margin: 10px 0 0 0;       
}  

#page #text #text_content {  
	background: transparent url(../images/text_bg.png) 0 0 repeat-x;  
	border-top: 1px solid #d6d6d6;       
	line-height: 22px;
	padding: 20px 25px;
}    

#page #text #text_content h2 {
	font-size:  14px;
	font-weight: bold;
	margin: 0 0 12px 0;

} 

#page #text #text_content .top {
	font-size: 11px;       
	display: block;             
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;	
}                     

#page #text p {        
	line-height: 19px;
	margin: 0 0 12px 0;
	}           

/*  #sidebar (#wrapper #content_wrapper #content #sidebar)
--------------------------------------------  */

#sidebar {
	background: transparent url('../images/sidebar_bg.jpg') 0 0 no-repeat;
	float: right;   
	min-height: 530px;
	padding: 20px 30px 20px 30px;    
	text-align: left;                                                   
	width: 242px;   
	
}

#sidebar .upgrade { 
	background: #69bbd3; 
	color: #FFFFFF;
	font-weight: bold;
	display: block; 
	margin: 0 0 30px 0;
	padding: 20px;  
	text-decoration: none;
	width: 200px;
}     

#sidebar ul {     
	background-color: #FFFFFF;
	margin: 0 0 20px 0;
	padding: 6px 10px; 
	width: 218px; 
}           
  
#sidebar ul li a {      
    border-bottom: 1px solid #d5d5d5;  
    cursor: pointer;
	display: block;     
	font-size: 11px;
	padding: 5px 0;
	text-decoration: none;
} 

#sidebar ul li a:hover {  
	color: #69a6be;     
	background: #FFFFFF;
	text-decoration: none;
}        


#sidebar ul {
	border: 1px solid #d5d5d5;  
}

#sidebar h3 {
	background: #FFFFFF url('../images/sidebar_header.png') left top no-repeat;    
	color: #555555;
	display:block;
	font: 11px;   
	font-weight: bold;
	height: 18px;
	padding: 8px 10px 5px 10px; 
	margin: 0 0 0 0;   
	width: 220px;
}   
    
#sidebar ul li a.view_all {     
	background: #FFFFFF url('../images/small_arrow.png') right 50% no-repeat;    
	border-bottom: 0px;  
	padding-right: 10px;  
	margin-right: 4px;
	text-align: right;
}


/*  #footer_wrapper (#wrapper #footer_wrapper)
--------------------------------------------  */  

#footer_wrapper {     
	background: transparent url(../images/content_footer.png) center top no-repeat;   
	margin: 0 auto;
	width: 100%;
}

/*  #footer (#wrapper #footer)
--------------------------------------------  */ 

#footer {    
	clear: both;   
	color: #999999; 
	font-size: 11px;
	margin: 0 auto;     
	padding: 20px 0;
	text-align: right;
	width: 960px;
}   


#footer h1 { color: ;font-size: 11px; }

#footer h2 { font-size: 15px; }   

#footer .feedback { 
	background: transparent url(../images/feedback_bg.png) left 4px no-repeat;   
    color: #999999;                                                               
    padding: 0 0 0 24px;
}   

#footer .feedback:hover {  
    background-position: left -20px;
    color: #555555; 
}   

 #footer .feedback:active { 
     background-position: left 4px;
     color: #999999;                                                               
 }    


/*  clear fix
--------------------------------------------  */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
                               
                      
                      
.thumb span, .thumb, .columns a, .sociable a, #play_button { behavior: url('http://www.shoppingcarttraining.com/wp-content/assets/js/iepngfix.htc') }
                      
