/*Quick links blocks various
This is the css which covers the various containers in the right column. Each has a slightly different css structure so...
*/
/* These are common to all */
.quick_links{
	width:248px;
	background-image:url(../js/conf_back.png);
	margin-top:10px;
	margin-left:10px;
	background-color:#ffffff;
}

.quicklinks_mid{
	padding:0px 13px 0px 13px;
	font-size:10px;
}

/* this is the image which gives the rounding at the bottom included in every */
.quicklinks_border{
	background-repeat:no-repeat;
	width:236px;
	height:10px;
	background-color:#001880;
	clear:both;

}

/* configurator mid (appears in the get matrixstore) */
.quicklinks_mid .conf_heading{
 border:0px; 
 	width:200px;
  	margin-left:-13px;
  	padding-left:70px;
	display:block;
	font-weight:bold;
	font-size:15px;	
	color:#333333;
	padding-bottom:8px;
	padding-top:30px;
}


/** configurator form **/
#configure .configbutton{
	 width:71px;
  	height:18px;
  	border:0px;
  	background-color:transparent;
  	color:#ffffff;
  	display:inline-block;
  	float:left;
  	font-size:10px;
  	margin:0px;
	padding:0px;
	padding-top:10px;
	background-repeat:no-repeat;
	background-position:top left;
	ext-align:center;
	margin-left:90px;
}

#configure .configbutton:hover{
	color:#ffffff;
	width:71px;
  	height:18px;
  	border:0px;
  	background-color:transparent;
  	background-image:url('js/configure1.jpg');
  	display:inline-block;
  	font-size:10px;
  	margin:0px;
  	float:left;
	padding:0px;
	padding-top:10px;
	background-repeat:no-repeat;
	text-align:center;
	background-position:top left;
	margin-left:90px;
}



fieldset{
  border:0px;
}

#configurator .text{
	width:70px;
	border:1px inset #4d4d4d;
    	float:left;
}

#configurator .text_a{
        width:50px;
        border:1px inset #4d4d4d;
        margin-left:90px;
	margin-top:8px;
}

#configurator select{
  margin-left:10px;
  width:40px;
  border:1px inset #4d4d4d;
    float:left;
}

#configurator .select_a{
  margin-left:15px;
  width:88px;
  border:1px inset #4d4d4d;
    float:left;
}   

#configurator .select_b{
  margin-left:80px;
  margin-top:8px;
  width:90px;
  border:1px inset #4d4d4d;
    float:left;
} 
