/* cart tab styling */
div#cart {
    width: 165px; 
    height: 45px;
    overflow: clip;
    position: fixed; 
    top: 0;
    right: 50%;
    margin-right: -430px;
    padding: 5px 5px 0;
    text-align: right;
    font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:11px;
	font-weight: bold;
	line-height: 15px;
    background: #FFFFCC;
    color: #666;
    border: 1px solid #CCCCCC;
    border-top: 0;
    border-radius-bottom: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-radius-bottomleft: 8px;
    -webkit-border-radius-bottomleft: 8px;
}

#cart.cart-minimized {
    text-align: right;   
}
#cart.cart-maximized {
    text-align: left;
}

tr.discount td {
    background-color: #C2E4EF;
    font-weight: bold;
}

a.button {
    background-repeat: no-repeat;
    background-position: top left; 
    display: inline-block;
}
a.button span { display: none; }
a.button-cart-checkout {
    width: 101px;
    height: 20px;
    background-image: url(/images/secure-checkout.png);
}
a.button-cart-checkout:hover {
    background-image: url(/images/secure-checkout-over.png);
}
a.button-cart-minimize {
    width: 101px;
    height: 20px;
    background-image: url(/images/shopping.png);
}
a.button-cart-minimize:hover {
    background-image: url(/images/shopping-over.png);
}
input.add_to_cart {
    width: 66px;
    height: 15px;
    border: 0;   
}

.cart-num-items { color: #CC0000; }
/* end cart styling */


.links2 {
    color :#CC0000;
    font-weight: normal;
    text-decoration: underline;
}
.cartnumber {
    color:#FF6600;
    font-family:Helvetica,Arial,Verdana,sans-serif;
    font-size:12px;
    font-weight:bold;
    line-height:22px;
    text-decoration:none;
}
.payment-method { 
    display: none; 
}
.payment-method-details {
    margin: 0 20px;
    padding: 5px;
}

/* student login page */

form#student-login { text-align: center; margin: 50px auto; padding: 25px; width: 400px; border: 1px solid #999; background: #FFF; }
h2 label, h2 input, h2 select {
    font-size: 16px;
    margin: 10px 0;
}
h2 label { float: left; display: block; width: 150px; text-align: left; }
h2 input, h2 select { width: 200px; }


/* product detail page */
h3.header, .header {
    clear: both;
    color: #FF6600;
    font-size: 17px;
    font-weight: normal;
    line-height: 22px;
}
.linebreak {
    margin-top: 30px;
    padding-top: 5px;
    border-top: 1px solid #EAEAEA;
}

p { 
    line-height: 1.5em;
    color: #444;
}

p.product-summary { 
    line-height: 1.5em;
    color: #444;
}

li {
	line-height: 1.5em;
	color: #444;
}

ul.product-screenshot {
    list-style: none;
    margin: 0;
    padding: 0 20px;
    width: 522px;
    height: 311px;
    overflow: hidden;
}
ul.product-screenshot li {
    margin: 0;
    padding: 0;
}
dl.expandable {
    
}
.benefits-title {
	font-weight:bold;
	list-style-position:inside;
	color: #333;
}

dl.expandable dt {
    font-weight: bold;
    line-height: 16px;
    background: url(/common/images/content_expand.gif) no-repeat;
    padding-left: 20px;
    margin: 10px 0;
}
dl.expandable dt.expanded {
    background-position: 0 100%;
    color: #CC0000;
}
dl.expandable dt a {
    text-decoration: none;
    color: #333;
}
dl.expandable dt.expanded a {
    color: #CC0000;
}
dl.expandable dd {
    display: none;
    margin-left: 30px;
    color: #707070;
}
dl.expandable dd:first-child {
    display: block;
}
/* end product detail page */

/* dragster page styling */
img.dragster-logo { 
    padding: 20px 0;   
}
h1.dragster-title {
    height: 28px;
    background: url(/images/dragster/dragster_title.gif) no-repeat;
}
h2.dragster-tagline {
    height: 20px;
    background: url(/images/dragster/dragster_tagline.gif) no-repeat;    
}
h1.dragster-title span, h2.dragster-tagline span { visibility: hidden; }
/* end dragster page styling */

/* structures page styling */
img.structures-logo { 
    padding: 20px 0;   
}
h1.structures-title {
    height: 28px;
    background: url(/images/structures/structures_title.gif) no-repeat;
}
/* end structures page styling */

ol.list1 {
    margin-left: 20px;   
}
.listheader {
    font-weight: bold;
}
.listheader2 {
    font-weight: bold;
    color: #666;
    line-height: 1.4em;
    font-size: 1.2em;
}

#options_left {
	float: left;
	height:300px;;
	width: 267px;
	      border-right-style:solid;
    border-right-width:1px;
  border-right-color:#CCCCCC;
}

#options_right {
	float: right;
	width: 267px;
	height:300px;;
	
}

#options_center { 
	float: left;
	height:300px;;
	width: 267px;
	      border-right-style:solid;
    border-right-width:1px;
  border-right-color:#CCCCCC;
}

#store_columns_left 
{
	float: left;
	height:208px;
	width: 200px;
	border-right-style:solid;
    	border-right-width:1px;
  	border-right-color:#CCCCCC;
}

#store_column_right
{
	float: right;
	height:208px;
	width:200px;
}

#store_intro {
    float: left;
}
#store_paymentoptions {
    float: right;
	height: 84px;
	margin-right: 40px;
} 


#store_how_it_works {
	text-align:left;
	margin-right: 50px;
	margin-left: 35px;
	margin-top:6px;
	  clear:both;
}

#store_intro {
	text-align:left;
	width:550px;
	margin-left: 35px;
	margin-top:12px;
	  clear:both;
}

#store_details {
text-align:left;
 margin-left: 0px;
  margin-top:0px;
  padding-left: 10px;
  padding-top: 7px;
  padding-right: 10px;
  padding-bottom: 15px;
  font-size:10px;

}

#store_options {
	text-align:left;
	margin-left: 35px;
	margin-top: 20px;
	width:802px;
	height: 250px;
	background-color:#f9f9f9;
	  border-left-style:solid;
  border-left-width:1px;
  border-left-color:#CCCCCC;
      border-right-style:solid;
    border-right-width:1px;
  border-right-color:#CCCCCC;
        border-bottom-style:solid;
    border-bottom-width:1px;
  border-bottom-color:#CCCCCC;
  
}

#store_options2 {
	text-align:left;
	margin-left: 35px;
	margin-top: 20px;
	width:803px;
	background-color:#f9f9f9;
	  border-left-style:solid;
  border-left-width:1px;
  border-left-color:#CCCCCC;
      border-right-style:solid;
    border-right-width:1px;
  border-right-color:#CCCCCC;
        border-bottom-style:solid;
    border-bottom-width:1px;
  border-bottom-color:#CCCCCC;
  
}




#store_plan_header {
	text-align:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333;
	padding:9px;
	background-color:#e2e2e2;
	  border-top-style:solid;
  border-top-width:1px;
  border-top-color:#CCCCCC;
	    border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-color:#CCCCCC;
    clear: both;
}

#store_details_container {
	width:803px;
	    border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-color:#CCCCCC;
  clear:both;
	}	

#store_details_container2 {
	width:750px;
  clear:both;
  padding:18px;
  height:140ox;
	}	
	
.store-item-header
{
	margin-top:30px;
	margin-bottom:10px;
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#CC0000;
	text-decoration:underline;
}

.product-page {
    margin: 20px;
    padding: 0 0 10px 0;
}
.pane {
    background-position: right;
    background-repeat: no-repeat;    
    border-top: 1px solid #CCC;
    clear: both;
}
.pane:first-child {
    border-top: 0;
}
#product-page-learningsystem {
    padding: 30px 0 30px 30px;
    height: 160px;
    width: 60%;
}
#product-page-tcc {
    background: #EEE url(/images/product-page/tcc-bg.jpg) no-repeat bottom right;
    float: right;
    width: 260px;
    height: 230px;
    margin: 0;
    padding-left: 20px;
    border-left: 1px solid #CCC;
}
#product-page-dragster {
    background-image: url(/images/product-page/dragster-bg.jpg);
    padding: 30px;
    height: 197px;
}
#product-page-structures {
    background-image: url(/images/product-page/structures-bg.jpg);    
    padding: 30px;
    height: 197px;
}
.learningsystem-title { 
    background: url(/images/product-page/learning_system_title.gif) no-repeat;
    width: 355px;
    height: 22px;
}
.tcc-title-small { 
    background: url(/images/product-page/tcc_title_small.gif) no-repeat;
    width: 224px;
    height: 15px;
    margin-top: 15px;
}
.dragster-title-small { 
    background: url(/images/product-page/dragster_title_small.gif) no-repeat;
    width: 129px;
    height: 22px;  
}
.structures-title-small { 
    background: url(/images/product-page/structures_title_small.gif) no-repeat;
    width: 148px;
    height: 18px;  
}
.product-page-title span, h1 span, h2 span { visibility: hidden; font-size: normal; }
.product-page p.summary { width: 220px; color: #333; padding-left: 0; }

/* login page */

.login-container {
    padding: 0 auto;
    margin: 0 80px;
}
.application-login {
    margin: 25px;
    background: url(/images/app_login_title.gif) no-repeat;
    height: 22px;   
}
.tcc-login {
    margin: 25px;
    margin-bottom: 10px;
    background: url(/images/tcc_login_title.gif) no-repeat;
    height: 18px;
}
.app-login-panel {
    width: 240px;
    padding: 25px;
    margin: 20px;
    background-color: #EAEAEA;
    background-repeat: no-repeat;
    background-position: center 10px;
    padding-top: 70px;
    float: left;
}
.app-login-panel label {
    color: #000;
    display: block;   
}
.app-login-panel input[type=text], .app-login-panel input[type=password] {
    width: 200px;
    border: 1px solid #000;
    font-size: 1.4em;
}
#login-dragster {
    background-image: url(/images/login_dragster.gif);
}
#login-structures {
    background-image: url(/images/login_structures.gif);
}
p.teacher-login {
    padding: 0 25px 25px 25px;
    font-size: 1.1em;
    color: #333;   
}
#requirements {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    border: 2px solid #DD0000;
    border-top: 0;
    padding: 5px;
    background: #EEE;
}


/* content specifics */
.product-header {
    width: 100%;
    height: 218px;
    background-repeat: none;
    background-position: top left;
}
.product-header-dragster {
    background-image: url(/common/images/dragster-header.jpg);
}
.product-header-structures {
    background-image: url(/common/images/structures-header.jpg);
}
.product-stub { 
    float: right;
    width: 217px;
    padding: 10px 20px;
    color: #FFF;
    background: #A6A6A6 url(/common/images/stub-corner-left.gif) no-repeat bottom left;
    font-size: 12px;
    line-height: 175%;
}
.product-stub a:link, .product-stub a:visited {
    color: #FFF;
    text-decoration: none;   
}
.product-stub a:hover, .product-stub a:visited:hover {
    color: #CC0000;   
}
.product-intro { 
    margin-bottom: 20px;
    padding: 0;
    font-size: 16px;
    color: #777;
    line-height: 200%;
    
}
.product-intro a:link, .product-intro a:visited {
    color: #CC0000;
    text-decoration: none;   
}
.product-overview {
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 430px;
    margin-left: 50px;
    margin-top: 30px;
}
.product-overview p { padding-left: 0; }
.dragster-overview {
    background-image: url(/images/dragster/pagetop-product-dragster.jpg); height:276px     
}

.structures-overview {
    background-image: url(/images/structures/pagetop-product-structures.jpg); height:276px   
}
.tcc-overview {
    background-image: url(/images/tcc/pagetop-product-tcc.jpg); height:276px   
}

.products-trial-button {	position:relative;	
				border:1px solid white;
				left:200px;
				top:-100px;
				width:85px;
				height:42px;
				}
h1.product-title { color: #FF6600; }
h3.product-title { color: #FF6600; }

.highlight { color: #FB7C02; }

a span.link-emphasis {
    border-bottom: 1px solid #CC0000;   
    padding-bottom: 2px; 
}

.media
{
    margin-top: 0px;
	padding: 0px;
}
.noUpdate
{
   margin: 0 auto;
   font-family:Arial, Helvetica, sans-serif;
   font-size: x-small;
   color: #cccccc;
   text-align: left;
   width: 210px; 
   height: 200px;	
   padding: 40px;
}

div#nav li.login {
    border-left: 0;
    margin-right: -10px;
}
div#nav li.login a {
    background: no-repeat url(/images/nav-tab-login-corner.jpg) top left #FF9933 !important;
    color: #FFF;
    border-radius-topleft: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
}

ul#banner, ul#banner-stub {
    list-style: none;
    margin: 0; padding: 0;   
}
ul#banner li, ul#banner-stub {
    margin: 0; padding: 0;
}
ul#banner-stub a img { border: 0; }
ul#banner-stub {
    float: right;
    width: 257px;
}
#testimonials {
    float: right;
    clear: right;
    width: 200px;
    margin-top: 20px;
    padding: 20px;
    text-align: right;
}
#testimonials ul { list-style: none; margin: 0; padding: 0; }
#testimonials li { padding: 0; color: #666; }
.home-page-title {
    background: url(/images/focus_on_stem.png) no-repeat;
    width: 312px;
    height: 27px; 
    margin: 10px 0;
}

.store_appname, .store_sub_small {
    font-size: 1.2em;   
}
.store_sub_small { 
    color: #FF0000;
}

ul.help {
    margin-left: 20px;   
}

#std-content-padding {
	margin-left:30px;
}
.home-text { 
	float: left;
    	width: 40%;
	clear: left;
	border:solid 1px #333;
}

h2.home-stub-header
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	font-size:16px;
	color:#CC0000;
}

.tour-video { 
	float: right;
    width: 30%;
	clear: right;
	border: solid 1px #333;
}

/* end content specifics */