/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.formbutton{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(/image/formbg.gif) repeat-x left top;
}

.linktiny {font-size: 8pt; font-family: arial,helvetica,sans-serif; color: #207216; font-weight:normal} 	
.linktinywhite {font-size: 8pt; font-family: arial,helvetica,sans-serif; color: #fff; font-weight:normal} 	
.tinywhite {font-size: 8pt; font-family: arial,helvetica,sans-serif; color: #fff; font-weight:normal} 	
.mediumwhite {font-size: 10pt; font-family: arial,helvetica,sans-serif; color: #fff; font-weight:normal} 	
.mediumwhitebold {font-size: 10pt; font-family: arial,helvetica,sans-serif; color: #fff; font-weight:bold} 	

.radiobutton{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(/image/formbg.gif) repeat-x left top;
}

/* Style for muliple shipping address cubes */
.sacontent{
	float:left;
	height : 191px;			
	width:200px;
	padding: 10px 0 10px 10px;
	background: #207216;
	position:relative;
}

/* Style for shipping options cube */
div#socontent{
	width:305px;
	padding: 10px 10px 5px 5px;
	background: #207216;
	position:relative;
	font-size:12px;	
	font-family: arial,helvetica,sans-serif; 
	color: #fff; 
	font-weight:normal;	
}

div#socontent td {
	font-size:12px;	
	color: #fff;		
}

div#socontent select, div#socontent input {
	font-size:10px;	
}

#shipoptions, #shipoptionslabel {
	font-size:14px;	
}

#shipoptionslabel {
	font-weight:bold;		
}

#sosearchhead {
	font-size:16px;	
	text-align:center;
	margin-bottom: 5px;	
	font-weight:bold;			
}

#sosearch .buttons {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #000;
 margin-right: 6px;
 margin-left: 10px;
 width:36px; 
}

#soresults {
display : none;
}

#throbber{
	margin-right: 5px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */