/* CSS Document */

/***
### CREATED BY	  : Ajay Kumar Shukla		 
### CREATED ON    : 13 March  2009			 
### CODE BRIEFING : Product Categories Component. 											
### COMPANY		  : Chetu India Pvt Ltd.		
**/

/**********
html control css
***********/

/*##################################*/
/*** start  text box css****/

.scott_inputbox_toosmall {
	width:54px;
	border:1px solid silver;
}

.scott_inputbox_small {
	width:130px;
	border:1px solid silver;
}

.scott_inputbox_medium {
	width:180px;
	border:1px solid silver;
}

.scott_inputbox_large {
	width:220px;
	border:1px solid silver;
}

.scott_inputbox_toolarge {
	width:95%;
	border:1px solid silver;
	
}

/***********end text box css *********/
/*##################################*/
/*##################################*/
/******* start textarea css *******/


.scott_inputbox_textarea_small{
   width:220px;
   border:1px solid silver;
}

.scott_inputbox_textarea_medium{
   width:400px;
   border:1px solid silver;
}

.scott_inputbox_textarea_large{
   width:220px;
   border:1px solid silver;
}

.scott_inputbox_textarea_register{
   width:165px;
   border:1px solid #2B50AF;
   background:#C9D8E1 none repeat scroll 0 0;
}
/*********end  textarea css*********/
/*##################################*/
/*##################################*/
/********** CSS for dropdown box********/

.scott_inputbox_ddl_toosmall{
   width: 60px;
   border:1px solid silver;
}

.scott_inputbox_ddl_small{
   width:136px;
   border:1px solid silver;
}

.scott_inputbox_ddl_medium{
   width:186px;
   border:1px solid silver;
}

.scott_inputbox_ddl_large{
   width:222px;
   border:1px solid silver;
}

.scott_inputbox_ddl_toolarge {
	
   width:96%;
   border:1px solid silver;
}

.scott_inputbox_ddl {
   background:#C9D8E1 none repeat scroll 0 0;
   border:1px solid #2B50AF; 
   color:#333333;
   font-family:tahoma;
   font-size:11px;
   font-weight:normal;
   height:20px;
   padding-left:5px;
   text-decoration:none;
   width:166px;
}
/****end drop down css***/

/**********/
.inputbox_url_fixed{

  width:300px;
  border:1px solid silver;

}

/*********/
.common_msg{
text-align:center;
font-family:Tahoma,Verdana,Arial,serif;
font-size:11px;
}

 /** Added  by Ajay Shukla On 31 March 2009 **/
 /** Des : This developed for product description **/
 .product-image-external{width:600px; height:100%; margin:0px auto; padding-bottom:10px;}

 
 
 .product-left-image{width:380px; margin:0px auto; text-align:center;float:left;}
 
 .product-left-image_without_links{width:98%; margin:0px auto; text-align:center;float:left;}
 
 .product-left-image_template_2{width:190px; margin:0px auto; text-align:center;float:left; padding:5px}
 .product-left-image_template_1{width:285px; margin:0px auto; text-align:center;float:left; padding:5px;}
 
 .product-details-left{width:60px;font-weight:bold; font-size:11px;float:left; text-align:left;}
 .product-details-right{font-size:11px;float:left;font-weight:normal;padding: 7px;}
 
 .product-details-left_template_1{
 font-size:11px;width:380px; margin:0px auto;float:left;
  padding:7px; 
 }
 
 .product-right-links{ width:215px;margin:0px auto; text-align:left;float:left}
 
 /*********End ****************/
 
label.invalid {
color:#FF0000;
}

.invalid {
border-color:#FF0000;
}
.msglabel{
 color:#FF0000;
 font:Arial, Helvetica, sans-serif;
 font-size:11px
}
/***
**Bread crumb**
***/

#pathway_crumb{

  padding-left:8px;
  padding-bottom:5px;

}

/*** message CSS*/

#scott_message{
 width:99%;
 margin-left:5px;

}

/************/
.scott_paging{
padding:6px 0px 0px;
}


/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index: 50;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

.product-links-horizental {
	float:left;
	padding:0px;
}

product-details-common  {
font-size:11px;
margin:0;
padding:3px 0 3px 15px;
}

.scott_cat_description_top{
font-size:11px;
margin:0;
padding:10px 0 2px 10px;
}

/*.pagination li { padding: 3px; font:Arial, Helvetica, sans-serif;
 font-size:11px }*/

.scott_show_login_user {

float:right;
padding-right:15px;
padding-bottom:5px;
font-weight:bold;

}

