.bottomLink{
	color:#2177AD;
	font-family : tahoma ;
	font-size : 8pt ;
}

.inp{font-family: 'Trebuchet MS',Arial,sans-serif;font-weight: bold;font-size: 1.1em;cursor:hand;cursor:pointer;
	margin-top:60px;
}
	
.rou{width:300px;
	height:130px;
	background-image : url("../imgs/login_check_btn.jpg");
	background-repeat : no-repeat ;
	font-family:tahoma;
	font-variant:small-caps;font-weight: normal;font-size: 1em; color:#ffffff;
	line-height: 1.3em;font-size-adjust: none;
	text-align: left;padding-left:10px;padding-top:15px;
	padding-bottom:15px;z-index:100;position:absolute;left:35%;top:35%;}

.order_shippingAddress{
	width:400px;
	height:autopx;
	background-image : url("../imgs/formBackgrnd.jpg");
	background-repeat : repeat ;
	font-family:tahoma;
	font-variant:small-caps;font-weight: normal;font-size: 1em; color:#ffffff;
	line-height: 1.3em;font-size-adjust: none;
	text-align: left;padding-left:10px;padding-top:15px;
	padding-bottom:15px;z-index:100;position:absolute;left:35%;top:30%;
}
	
.hvcDiv{position: relative;text-align: center;background-color:#ffffff;width:float:left;}
.formButton {color:#990000;font-face:Trebuchet MS;font-size:8pt;background-color: #f1f1f1;}
.joinForm:focus {background-color: #ffffff;}
.loginForm:focus {background-color: #ffffff;}
.joinForm{color:blue;font-face:Trebuchet MS;font-size:9pt;margin-top:8px;text-decoration:none;}
.loginForm{color:blue;font-face:Trebuchet MS;font-size:9pt;margin-top:8px;text-decoration:none;}

.login_CartImgDivClass{
	
	//background-image: url('../imgs/Homepage-emptyCart.gif');
	background-repeat: no-repeat;
	top:49px;
	left:0px;
	width:100%;
	height:63px;
	
	
}
/*
	roboshop page elements css
*/
.pagination_div{
	
	background-image : url('../cut pages/roboshop/images/Edubotix-products-page_08.jpg');
	background-repeat : no-repeat ;
	width:99%;
	height:32px;
}

.product_details{
	
}

.product_info{
	width:370px;
	height : 157px;
	border:dotted 1px;border-color:#ffffff;
	/* background-color : red ; */
}

.product_intro {
    color: #24664F;
    font-family: tahoma;
    font-size: 8pt;
    height: 110px;
    margin-left: 235px;
    margin-top: 10px;
    width: 130px;
	overflow : none ;
}
/* .product_intro{
	width: 225px ;
	height : 70px;
	margin-top: 50px;
	margin-left: 130px ;
	
	overflow : none ;
	font-size : 8pt ;
	font-family : tahoma ;
	color : #24664f ;
	
} */
.addTocart_img{
	display:inline;
	margin-top: 10px;
	float:right;
	margin-right:10px;
	cursor:pointer;
}
.showInfo_img{
	display:inline;
	margin-top: 10px;
	float:right;
	margin-right: 10px;
	cursor:pointer;
}
.product_table_col{
	align:center;
	height : 165px;
	
	/* 
	width:33%;
	*/
}

.centeredImage
    {
	text-align:center;
	display:block; 
}

#msgAlertDiv{
	font-family:tahoma;
	font-size:12px;
	display:none;
	width:230px;
	height:30px;
	position:absolute;
	top:28px;
	left:0;
	background-color:#acc22f;
	color:#ffffff;
	padding-left:5px;
	padding-top:5px;
	font-weight:bold;
	opacity:1;
	filter:alpha(opacity=100);
}

.heading
{
 
 padding: 12px 2px 5px 2px;
 font-family:Arial, Helvetica, sans-serif;
 font-weight:bold;
 font-size:14px;
 color:#0e5ab7;
}

.shoppingCartHeader{
	
	background-image : url('../imgs/shoppingCart_header.jpg');
	background-repeat : no-repeat ;
	width:99%;
	height:32px;
}

.cart_table {
	//border:1px;
	width:100%;
	//background-color: grey;	
	
}

.cart_table tr{
	//background-color: grey;
	padding-top:15px;	
}

.img_caro{
	left:394px;
	margin-left:0px;
	margin-top:0px;
}


.product_details_container{
	float:none;
	width:1024px;
	left:0px;
	top:111px;
	
}

#product_desc{
	width:100%;
	height:auto ;
	color:#32445d;
	font-family: verdana;
	font-size:10pt;
}

#product_overview{
	width:100%;
	height:543px;
	color:#32445d;
	font-family: verdana;
	font-size:10pt;
	display:none;
}

#product_included{
	width:100%;
	height:543px;
	color:#32445d;
	font-family: verdana;
	font-size:10pt;
	display:none;
}

#product_technicalSpec{
	width:100%;
	height:543px;
	color:#32445d;
	font-family: verdana;
	font-size:10pt;
	display:none;	
}

.courseContentDiv{
	float:none;
	width:1024px;
	left:0px;
	top:325px;
	height:auto;
	display:none;
	font-family: times new roman;
	font-size: 10pt;
	color:#32445d;
}

.info_txt{
	color:#081829;
	font-size:10pt;
	font-family:verdana;
}
.AddToCart_productPage{
	float:right;
	cursor:pointer;
}


/*- Search - Modal window CSS */
.modalDialog_transparentDivs{	
	filter:alpha(opacity=50);	/* Transparency */
	opacity:0.5;	/* Transparency */
	background-color:#BBB;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#ffffff;	/* White background color for the message */	
	border:1px solid transparent;
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#999999;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}

/* Alternative layout for the message box - used by one of the messages */
	
	.modalDialog_contentDiv_error{
		border:3px solid #FFF;	
		padding:2px;
		z-index:100;/* Always needed	*/
		position:absolute;	/* Always needed	*/
		background-color:#F00;	/* White background color for the message */
		color:#FFF;
	}
	.modalDialog_contentDiv_error a{
		color:#FFF;
	}
	h1{
		margin-top:0px;
	}
/* Search CSS ends */















