@charset "utf-8";
form{
	margin:0;
}
a.button, 
a.button:visited, 
.tableList a.button, 
.tableList a.button:visited,
.ui-widget-content a.button, 
.ui-widget-content a.button:visited
{
	margin: 3px 2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	background: url('../images/cart/button-background.gif') no-repeat top right;
	color: #3f3f3f;
	text-decoration: none;
	display: block;
	float: left;
	white-space: nowrap;
	cursor:pointer;
}
a.button span, 
a.button:visited span,
.ui-widget-content a.button span, 
.ui-widget-content a.button:visited span{
	background: url('../images/cart/button-background.gif') no-repeat top left;
	padding:5px 0 5px 10px;
	margin:0 10px 0 0;
	_margin:0 5px 0 0;
	display:block;
	float:left;
	height:14px;
}
a.button:hover, 
.tableList a.button:hover,
.ui-widget-content a.button:hover{
	background-position:bottom right;
	color:#FFFFFF;
}
a.disabled, a.disabled:hover{
	margin: 3px 2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	background: url('../images/cart/button-background.gif') no-repeat bottom right;
	color: #3f3f3f;
	text-decoration: none;
	display: block;
	float: left;
	white-space: nowrap;
	cursor:pointer;
}
a.disabled span{
	background: url('../images/cart/button-background.gif') no-repeat bottom left;
	padding:5px 0 5px 10px;
	margin:0 10px 0 0;
	_margin:0 5px 0 0;
	display:block;
	float:left;
	height:14px;
}
a.button:hover span, .tableList a.button:hover span,
.ui-widget-content a.button:hover span{
	background-position:bottom left;
}
#accordion a.button, #accordion a.button:visited, #accordion a.button:hover{
	color:#3f3f3f;
}
.hidden_btn{
	display:none;
}
.btn_container{
	margin:0 auto;
}
.clear_both{
	clear:both;
	font-size:0;
}
.dollar_box{
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#2e2e2e;
	background-color:#FFFFFF;
	border:1px solid #7F9DB9;
	padding:2px 3px 1px 3px;
}
.dollar_box input{
	border:0px;
	background-color:#FFFFFF;
}
.v_gap{
	height:20px;
	font-size:0;
}
.v_gap_5{
	height:5px;
	font-size:0;
}
.v_gap_10{
	height:10px;
	font-size:0;
}
.v_gap_40{
	height:40px;
	font-size:0;
}

#sending_option_email_image{
	background:url("../images/gcso_email.jpg") no-repeat scroll left top transparent;
	height:103px;
	width:131px;
	margin: 0 auto;
}

#sending_option_print_image{
	background:url("../images/gcso_print.jpg") no-repeat scroll left top transparent;
	height:103px;
	width:131px;
	margin: 0 auto;
}
#sending_options .selected{
	border:1px solid red;
}

.gc_default_logo {
	background:url("../images/gc_default_logo.png") no-repeat scroll left top transparent;
	height: 74px;
	width: 80px;
}

