input {
	font-size:12px;
	color:#333;
}
a span.hidden {
	visibility:hidden;
}
#checkout_content {
	width:880px;
	margin:25px;
	padding:30px;
	padding-top:20px;
	background-color: #007DBB;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-repeat:no-repeat;
}
#checkout_content h4 {
	width:100%;
}
#checkoutbreadcrumb 
{
    padding: 0;
	overflow: hidden;
	margin: 20px 0;
	height: 56px;
	width: 990px;
}
#checkout_content #checkoutbreadcrumb 
{
    width:873px;
}
#checkoutbreadcrumb a {
	display:inline-block;
	margin:0px 3px;
	width:auto;
	padding:0px 10px;
	height:56px;
	font-size:12px;
	line-height:56px;
	color:#E1E000;
	text-align:center;
	background-repeat:no-repeat;
	background-image:url(../images/checkoutmenu/checkout_crumb.png);
}
#checkoutbreadcrumb a:hover,
#checkoutbreadcrumb a.set 
{
    color:#fff;
}
#checkoutbreadcrumb a.cb_welcome 
{
    background-position:center left;
    padding-left:35px;
    margin-left:246px;
}
#checkoutbreadcrumb a.cb_welcome.m_left168px 
{
    margin-left:168px;
}
#checkoutbreadcrumb a.cb_delivery_options {
    background-position:center;
}
#checkoutbreadcrumb a.cb_payment {
    background-position:center;
}
#checkoutbreadcrumb a.cb_donation {
    background-position:center;
}
#checkoutbreadcrumb a.cb_order_summary {
    background-position:center;
}
#checkoutbreadcrumb a.cb_receipt {
    background-position:center right;
    padding-right:35px;
}
#checkoutbasket {
	width:940px;
	color:#333;
}
#checkoutbasket .titlerow {
	width:875px;
	padding:5px 0px;
	font-weight:bold;
	float:left;
	clear:left;
}
#checkoutbasket .titlerow .tr_left,
#checkoutbasket .titlerow .tr_mleft,
#checkoutbasket .titlerow .tr_mright,
#checkoutbasket .titlerow .tr_right {
	font-size:16px;
	color:#fff;
}
#checkoutbasket .titlerow .tr_left {
	float:left;
	width:420px;
}
#checkoutbasket .titlerow .tr_mleft {
	float:left;
	text-align:center;
	width:125px;
}
#checkoutbasket .titlerow .tr_mright {
	float:left;
	text-align:center;
	width:160px;
}
#checkoutbasket .titlerow .tr_right {
	float:left;
	text-align:center;
	width:160px;
}
#checkoutbasket .row {
	width:855px;
	padding:5px 10px;
	font-size:18px;
	float:left;
	clear:left;
	background-color:#FFF;
	border-bottom:2px #eaeaea solid;
}
#checkoutbasket .row .r_left {
	float:left;
	width:410px;
	background-image:url(../images/master/grad_line_vert_short.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
#checkoutbasket .row .r_left .rl_image {
	float:left;
	width:140px;
	text-align:center;
	padding-top:5px;
}
#checkoutbasket .row .r_left .rl_image img 
{
    width:140px;
}
#checkoutbasket .row .r_left .rl_text {
	float:left;
	width:200px;
	padding:20px;
}
#checkoutbasket .row .r_left .rl_text div {
	margin-bottom:5px;
}
#checkoutbasket .row .r_left .rl_text .t_title {
	font-size:16px;
	text-decoration:underline;
}
#checkoutbasket .row .r_left .rl_text .t_code {
	color:#666;
	font-size:14px;
}
#checkoutbasket .row .r_left .rl_text .t_status {
	color:#99CC00;
	font-size:16px;
}
#checkoutbasket .row .r_mleft {
	float:left;
	text-align:center;
	width:125px;
	background-image:url(../images/master/grad_line_vert_short.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	padding-top:20px;
}
#checkoutbasket .row .r_mleft input {
	width:20px;
	display:block;
	margin-bottom:10px;
	margin-left:40px;
	text-align:center;
	background-image:url(../images/form/form_bg.jpg);
	font-size:12px;
	padding:10px;
	border:2px #131e29 solid;
}
#checkoutbasket .row .r_mleft a {
	color:#999;
	font-size:12px;
	text-decoration:underline;
	display:block;
	margin-bottom:10px;
}
#checkoutbasket .row .r_mleft a:hover {
	color:#9C0;
	text-decoration:none;
}
#checkoutbasket .row .r_mleft a.remove:hover {
	color:#ff6965;
	text-decoration:none;
}
#checkoutbasket .row .r_mright {
	float:left;
	text-align:center;
	width:160px;
	background-image:url(../images/master/grad_line_vert_short.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	padding-top:20px;
	height:100px;
	font-size:18px;
	font-weight:bold;
}
#checkoutbasket .row .r_right {
	float:left;
	text-align:center;
	width:160px;
	padding-top:20px;
	height:100px;
}
#checkoutbasket .row .r_right span {
	font-size:24px;
	font-weight:bold;
}
#checkoutbasket .subrow {
	width:855px;
	padding:10px;
	font-size:18px;
	font-weight:bold;
	background-color:#fff;
	float:left;
	clear:left;
}
#checkoutbasket .subrow .sr_left {
	float:left;
	width:400px;
	text-align:right;
	padding:10px 10px 0px 0px;
}
#checkoutbasket .subrow .sr_mleft {
	float:left;
	width:125px;
}
#checkoutbasket .subrow .sr_mleft input {
	width:100px;
	display:block;
	margin-bottom:10px;
	margin:0px;
	background-image:url(../images/form/form_bg.jpg);
	font-size:12px;
	padding:10px;
	border:2px #131e29 solid;
}
#checkoutbasket .subrow .sr_mright {
	float:left;
	text-align:center;
	width:160px;
	font-size:14px;
	margin-top:15px;
}
#checkoutbasket .subrow .sr_right {
	float:left;
	text-align:center;
	width:160px;
}
#checkoutbasket .subrow .whitebg 
{
	background-color:#FFF;
	padding:10px 0px;
}
#checkoutbasket .subrow .sr_right span {
	font-size:24px;
	font-weight:bold;
}
#checkoutform {
	width:880px;
	
	color:#333;
	overflow: hidden;
	background-color:#FFF;
}
#checkoutform .cf_holder {
	padding:15px;
	float:left;
	overflow: hidden;
	background-color:#FFF;
}
#checkoutform .cf_h_left {
	border-top:10px solid #007DBB;
	width:405px;
}
#checkoutform .cf_h_right {
	border-top:10px solid #007DBB;
	width:405px;
}
#checkoutform .cf_h_left.b {
	border-right:10px solid #007DBB;
	border-left:0px;
}
#checkoutform .cf_h_right.b 
{
	border-right:0px;
    border-left:10px solid #007DBB;
}
#checkoutform .cf_h_510
{
    height:510px;
}
#checkoutform .cf_holder_wide {
	padding:15px;
	width:850px;
	float:left;
	overflow: hidden;
	border-top:10px solid #007DBB;
}
#checkoutform .cf_panel {
	width:400px;
	overflow: hidden;
	float:left;
}

#checkoutform .cf_row {
	width:405px;
	overflow: hidden;
	margin-bottom:5px;
	float:left;
	clear:left;
}
#checkoutform .cf_row.delivery 
{
    margin-top:-95px;
}
#checkoutform .cf_row_wide {
	width:850px;
	overflow: hidden;
	margin-bottom:5px;
	float:left;
	clear:left;
}
#checkoutform .cf_row p 
{
    padding:0px;
    margin:0px;
}
#checkoutform .cf_h_left .cf_row p,
#checkoutform .cf_h_right .cf_row p 
{
    width:400px;
}
#checkoutform .cf_row_last {
	width:400px;
	margin-bottom:20px;
	float:left;
	clear:left;
	overflow:hidden;
}

#checkoutform .cf_row_cont {
	width:400px;
	margin-bottom:20px;
	margin-top:20px;
	float:left;
	clear:left;
	text-align:right;
}
#checkoutform .cf_title {
	margin-bottom:25px;
	width:395px;
}
#checkoutform .cf_title_wide {
	margin-bottom:25px;
	width:800px;
}
.donation_radio input
{
    width:20px;
    border:none;
    padding:0px 10px;
    padding-left:30px;
}
#checkoutform .cf_left {
	width:105px;
	float:left;
	text-align:right;
	margin-right:20px;
	padding:6px;
	font-size:14px;
	font-weight:bold;
	
}
#checkoutform .cf_left_radio 
{
	width:105px;
	float:left;
	text-align:right;
	margin-right:20px;
	padding:0px 11px;
	font-size:14px;
	font-weight:bold;
	
}
#checkoutform .cf_middle {
	width:220px;
	float:left;
	font-size:12px;
}
#checkoutform .m_postcode
{
    width:175px;
}
#checkoutform .cf_middle input,
#checkoutform .cf_middle textarea {
	background-image:url(../images/form/form_bg.jpg);
	background-position:bottom;
	font-size:12px;
	width:191px;
	padding:5px;
	border:2px #131e29 solid;
}
#checkoutform .cf_middle input.checkbox {
    width:20px;
}
#checkoutform .cf_middle input.postcode {
    width:100px;
	padding:8px;
	padding-bottom:7px;
	margin-right:10px;
}
#checkoutform .cf_middle select {
	background-image:url(../images/form/form_bg.jpg);
	font-size:12px;
	padding:5px;
	width:204px;
	border:2px #131e29 solid;
}
#checkoutform .cf_middle select.slim {
	width:100px;
	margin-right:5px;
}
#checkoutform .cf_right {
	float:left;
	width:20px;
	font-size:35px;
	height:10px;
	padding-top:2px;
	padding-left:10px;
	color:#FF0000;
}

#checkoutform .cf_right span {
	font-size:35px;
}

.ajax__tab_default .ajax__tab_header {white-space:nowrap;}
.ajax__tab_default .ajax__tab_outer {display:-moz-inline-box;display:inline-block; background-image:none;}
.ajax__tab_default .ajax__tab_inner {display:-moz-inline-box;display:inline-block}
.ajax__tab_default .ajax__tab_tab {margin-right:4px;overflow: hidden;text-align:center;cursor:pointer;display:-moz-inline-box;display:inline-block}

.dog_tab .ajax__tab_header {font-size:16px; font-weight:bold;  color:#333; background-color:#eaeaea;}
.dog_tab .ajax__tab_outer {padding:5px; background-color:#eaeaea;}
.dog_tab .ajax__tab_inner {padding:5px;background-color:#eaeaea;}
.dog_tab .ajax__tab_tab {padding:0px 5px; margin:0px; background-color:#eaeaea;}
.dog_tab .ajax__tab_hover .ajax__tab_outer {padding:5px; background-color:#eaeaea;}
.dog_tab .ajax__tab_hover .ajax__tab_inner {padding:5px;background-color:#eaeaea;}
.dog_tab .ajax__tab_hover .ajax__tab_tab {color:#333; padding:0px 5px; margin:0; background-color:#eaeaea;}
.dog_tab .ajax__tab_active .ajax__tab_outer {padding:5px;background-color:#fff;}
.dog_tab .ajax__tab_active .ajax__tab_inner {padding:5px;background-color:#fff;}
.dog_tab .ajax__tab_active .ajax__tab_tab {color:#333; padding:0px 5px; margin:0; background-color:#fff;}
.dog_tab .ajax__tab_body {font-size:12px; padding:0px; background-color:#fff;}
#checkoutform .dog_tab .ajax__tab_body .cf_h_left { border-top:0px; }
#checkoutform .dog_tab .ajax__tab_body .cf_h_right { border-top:0px; } 
