/* Form */

#mainCnt {
/* 	border: 1px solid #ddd; */
/* 	border-radius: 3px; */
/* box-shadow 4px 4px 1px #eee; */
/* background: none repeat scroll 0 0 #fff; */
	width: 935px;
/*	position: absolute; */
	height: auto;
}

#rContainer {
	width: 440px; 
	float:right; 
	box-shadow: 0 0 5px #A8A7A7;
	background-color: #FFF;
/*	position: absolute; 
	right: 0; */
	height: 100%;
}
.sd-lCont {
	width: 437px;
	float: left;
	border-right: 1px solid #ccc;
	padding: 25px;
 	box-shadow: 0px 0 10px #BEBBBB; 
	background-color: #f2f2f7;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(149,149,163,0.07) 66%, rgba(190,189,207,0.15) 84%, rgba(226,225,247,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(66%,rgba(149,149,163,0.07)), color-stop(84%,rgba(190,189,207,0.15)), color-stop(100%,rgba(226,225,247,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(149,149,163,0.07) 66%,rgba(190,189,207,0.15) 84%,rgba(226,225,247,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(149,149,163,0.07) 66%,rgba(190,189,207,0.15) 84%,rgba(226,225,247,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(149,149,163,0.07) 66%,rgba(190,189,207,0.15) 84%,rgba(226,225,247,0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(149,149,163,0.07) 66%,rgba(190,189,207,0.15) 84%,rgba(226,225,247,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80e2e1f7',GradientType=0 ); /* IE6-9 */
/*	position: absolute;
	top: 0;
	left: 0; */
}
.sd-lCont-single {
	margin: auto;
	position: relative;
	height: 100%;
	float: none;
}
.sd-rCont {
	width: 350px;
/* 	text-align: center; */
	margin-left: auto;
	margin-right: auto;
}
.sd-rcc {
	width: 350px;
	/* text-align: center; */
	margin-left: auto;
	margin-right: auto;
}
#mainCnt h2 {
	display: inline-block;
	/* color: #333; */
	font-size: 20px;
	padding-bottom: 12px;
	font-weight: bold;
}
.sd-rts {
	padding: 23px 0 8px 0;
}
.disTxt {
	font-size: small;
	padding-bottom: 15px;
	color: #333;
}
.sd-uid {
	margin: 0 10px 7px 0;
}
.sd-sd {
	padding: 0 0 5px 0;
}
.sd-unl {
	padding: 5px 0 3px 0;
	display: block;
	font-size: 14px;
	color: #555;
}
.sd-sv {
	font-size: 12px;
	color: #333;
	padding: 2px 1px 5px 1px;
	display: inline-block;
}
select {
	padding: 4px 5px;
}

/* Training Registration */

.primary {
	margin-top: 20px;
}
.action-box {
	margin: 0px 100px 30px 20px;
	position: relative;
	min-width: 668px;
	margin-right: 100px;
	padding-bottom: 10px;
}

.action-box  h4{
	font-size: 15px;
}

.rounded {
	border: 1px solid #aaa;
	border-radius: 6px;
}
.titlebar {
  width: 150px;
  padding: 12px 14px;
  margin: 0px;
  float: left;
}
a { color: #15c; }
a:hover { color: #BF6913; }
.courseBox {
	padding: 13px 1em 1em 0.8em;
	min-height: 90px;
}
.clear {
	clear: both;
}

.courseBox h2 {
	font-size: 17px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #c3c4c4;
}

.courseBox {
	color: #666;
	font-family: Verdana;
	line-height: 16px;
	padding-left: 20px;
}
.courseInfo {
	width: 49%;
	float: left;
}
.attendeeInfo {
	width: 49%;
	float: left;
}

/* Button */

.button.red {
	border-top: 1px solid #ca5751;
	background: #ca5751;
	background: -webkit-linear-gradient(top, #cb5a53, #59231e);
	box-shadow: #CCC 0 1px 0;
	border: 1px solid #59231e;
}
.button.red:hover {
   border-top-color: #59231e;
   background: #59231e;
   color: #eee;
   text-decoration: none !important;
   }
.button.red:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
.action-box li {
	padding-bottom: 1px;
	border-bottom: 1px solid #e3e3e3;
}

/* Cart */

.cartHeader {
	margin-bottom: 50px;
	margin-left: 100px;
	width: 720px;
}
.currencySelector {
	font-weight: normal;
	margin: auto;
	width: 115px;
}
.currencySelector ul {
	list-style: none;
	display: block;
	margin: 0;
	right: 0;
}
.currencySelector li ul {
	display: none;
	position: absolute;
	background: #1B4EA9;
	background: #fff;
	margin-left: 10px;
	padding: 0px;
	color: #DDD;
	right: 30px;
	border: 1px solid #ddd;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.currencySelector li ul li {
	margin-left: 0;
	position: relative;
	right: 0;
	bottom: 0;
	border: 1px solid #ddd;
	padding: 4px 20px;
}
.currencySelector li ul li a{
	color: #3d3d3d;
}
.currencySelector li:hover ul {
	display: block;
}
.actionSelector {
	font-weight: normal;
	margin: auto;
	display: inline-block;
	background-color: #F9F9F9;
	border-color: #D0D0D0;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	color: #333;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	min-width: 350px;
}
.actionSelectorFrame {
	height: 35px;
	display: inline-block;
}

.actionSelectorFrame:hover .actionSelector{
	background-color: #D0D0D0;
}

.actionSelector .dropdown:before {
	border-color: #333 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	top: 30%;
	font-size: 12px;
	right: 0px;
	border-width: 0.45em;
}
.actionSelector .dropdown {
	position: relative;
}

.actionSelector .dropdown span.dtext {
	padding-right: 20px;
} 

.actionSelector ul {
	list-style: none;
	display: block;
	margin: 0;
	right: 0;
	padding: 0;
}
.actionSelector .drop-caption {
	display: none;
	position: absolute;
	background: #FFF;
	margin: 12px 0;
	padding: .25em;
	color: #DDD;
	left: 0;
	width: 100%;
	border: 1px solid #ccc;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	z-index: 999;
}

.actionSelector .drop-caption:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFF rgba(0, 0, 0, 0);
	border-bottom-style: solid;
	position: absolute;
	z-index: 99;
	top: -12px;
	right: 30px;
}
.actionSelector .drop-caption:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 7px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #CCC rgba(0, 0, 0, 0);
	border-bottom-style: solid;
	position: absolute;
	z-index: 98;
	top: -14px;
	right: 29px;
}


.actionSelector .drop-caption li {
	font-size: 12px;
	cursor: pointer;
	margin: 0;
	padding: 5px 0;
}

.actionSelector .drop-caption li a {
	padding: 5px 0 5px 20px;
	display: block;
}

.actionSelector .drop-caption li a:hover {
	background-color: #ececec;
	text-decoration: none !important;
}

.actionSelector li ul li a{
	color: #3d3d3d;
}
.actionSelectorFrame:hover .drop-caption{
	display: block;
}



.leftTop {
	border-bottom: 1px solid #c3c4c4;
	width: 718px;
	margin-top: 20px;
	padding-top: 2px;
}
.subHeaders {
	/*color: #2e94e4;*/
	color: #333;
	font-size: 26px;
}
.boxA .qty {
	float: left;
	width: 100px;
	padding-left: 10px;
}
.boxA .itemName {
	float: left;
	width: 640px;
}
.boxA .itemName h2 {
	font-size: 17px;
}
.boxA .itemDescription {
	color: #666;
	font-family: Verdana;
	line-height: 16px;
	padding-left: 20px;
}
.boxA .subtotal {
	float: left;
	width: 60px;
}
input[name=qty] {
	width: 25px;
	text-align: center;
	margin-left: 5px;
}
.boxA .item {
	padding-top: 20px;
	border-top: 1px solid #CCC;
	width: 718px;
}
.total {
	float: left;
	width: 75px;
	text-align: right;
}

.promo {
	float: left;
	width: 300px;
	padding: 20px;
	background: #eee;
	margin-top: 40px;
}
.totalInfo th {
	text-align: right;
}
.totalInfo td {
	text-align: right;
}
.grandTotal td{
	border-top: 1px solid #e1e3e6; 
	font-size: 20px;
	font-weight: bold;
	color: #fc7e22;
	text-align: right;
	padding-top: 5px;
}
.totalBox {
	padding: 10px;
	font-size: 16px;
}
.totalInfo {
	padding: 0px !important;
}
.checkout {
	margin: auto;
	width: 105px;
	padding: 5px;
}
.boxA .link {
	float: left;
	padding-left: 10px;
}


/* Quick Link Boxes */

.action-button {
	float: left;
    border: 1px solid #AAA;
    width: 180px;
    height: 50px;
    margin-right: 10px;
   -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    border-radius: 10px;
    cursor:  pointer;
    overflow: hidden;
}

.action-button:hover {
	background-color: #F4F4F4;
	margin: 1px 10px -1px 0px;
}

.action-button .calendar {
	background: url('/media/com_simplecart/images/calendar.png') no-repeat;
}

.action-button .account {
	background: url('/media/com_simplecart/images/settings.png') no-repeat;
}

.action-button .history {
	background: url('/media/com_simplecart/images/document.png') no-repeat;
}

.action-button .emptycart {
	background: url('/media/com_simplecart/images/cart-remove32.png') no-repeat;
}

.action-button-text {
    margin: 6px;
    padding: 8px 0px 0px 48px;
    background-repeat: no-repeat;
    text-align: left;
    min-height: 32px;
    min-width: 32px;
}

.action-button-text.two-line {
	padding: 0px 0px 0px 42px;
}

.action-button a{
	font-size: 14px;
	font-weight: bold;
}

.action-button a:hover {
	text-decoration: none !important;
}


