/* <![CDATA[ */

/* Cart
----------------------------------*/

.checkout-container,
.checkout-container .gridforms2 {
    clear: both;
    display: block;
    width: 950px;
}

.checkout-container .gridforms2 .information,
.checkout-container .gridforms2 .shipping-rates,
.checkout-container .gridforms2 .checkout-contents {
    clear: none;
    display: block;
    float: left;
    margin: 0;
}
.checkout-container .gridforms2 .information,
.checkout-container .gridforms2 .shipping-rates {
    padding: 0 20px 0 10px;
    width: 255px;
}
.checkout-container .gridforms2 .checkout-contents {
    padding: 0 10px 0 10px;
    width: 360px;
}
.checkout-container .gridforms2 .checkout-contents h3 {
    border-top: #ccc dotted 1px;
    clear: both;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    padding-top: 5px;
    width: 100%;
}
.checkout-container .gridforms2 .checkout-contents p {
    font-size: 11px;
}


.gridforms2 {

}
.gridforms2 legend {
    border-top: 1px solid #FC7C00;
    clear: both;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 20px;
    padding-top: 8px;
    width: 100%;
}
.gridforms2 legend em {
    background-color: #FC7C00;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    padding: 5px 8px;
}
.gridforms2 legend strong {
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    color: #333333;
    font-weight: bold;
    padding: 5px 8px;
}
.checkout-container .gridforms2 .checkout-contents h3 {
    border-top: 1px dotted #CCCCCC;
    clear: both;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    padding-top: 5px;
    width: 100%;
}
.gridforms2 .short {
    clear: none;
    display: block;
    float: left;
    margin: 0;
    position: relative;

}
.gridforms2 .short label input {
    width: auto;
}
.gridforms2 .label {
    clear: both;
    display: block;
    float: left;
    font-size: 11px;
}
.gridforms2 div {
    margin: 0;
}
.gridforms2 div label {
    lear: both;
    display: block;
    float: left;
    margin: 0 0 10px 0;
}

/* Inputs */

.gridforms2 .text,
.gridforms2 .select,
.gridforms2 .textarea {
    clear: both;
    display: block;
    float: left;
    margin: 5px 0;
}
.gridforms2 .text input,
.gridforms2 .select select,
.gridforms2 .textarea textarea {
    border: #ccc solid 1px;
    border-color: #999 #bbb #ddd;
    border-radius: 2px;
    font-family: "open sans", verdana, sans-serif;
    font-size: 12px;
    padding: 4px;
    width: 254px;
}
.gridforms2 .select select {
    padding: 3px 2px;
    width: 255px;
}

.gridforms2 .short .text input,
.gridforms2 .short .select select,
.gridforms2 .short .textarea textarea {
    width: 110px;
}
.gridforms2 .short .select select {
    padding: 3px 2px;
    width: 120px;
}

/* Switches */

.gridforms2 .switch {
    clear: both;
}
.gridforms2 .switch .label {
    clear: none;
    display: block;
    float: left;
    font-size: 12px;
    margin: 5px;
}
.gridforms2 .switch .radio,
.gridforms2 .switch .checkbox {
    clear: none;
    display: block;
    float: left;
    margin: 5px 0;
    font-size: 12px;
    line-height: 14px;
}
.gridforms2 .switch .radio input,
.gridforms2 .switch .checkbox input {
    float: left;
    margin-right: 3px;
}

.gridforms2 .affiliate-code .text input {
    width: 150px;
}
.gridforms2 .affiliate-code .text {
    clear: none;
    margin: 0;
}
.gridforms2 .affiliate-code .label {
    clear: none;
    margin: 5px 5px;
}

.border-left-gray {
    border-left: 2px solid #eee;
}
.border-left-white {
    border-left: 2px solid #fff;
}

.checkout-container .gridforms2 .checkout-contents .textarea textarea {
    width: 350px;
}



/* Short form elements */

/*
.first-name
.last-name
.state
.zip
.company
.telephone
.exp-month
.exp-year
*/

.gridforms2 .last-name,
.gridforms2 .telephone,
.gridforms2 .zip,
.gridforms2 .exp-year {
    margin-left: 15px;
}

/* Long form elements */

/*
.email
.address
.country
.city
.option
.card-name
.card-number
.cv2
*/



/* Shipping choices */

.gridforms2 .shipping-choices .switch {
    border-top: #ddd dotted 1px;
    margin: 0;
    padding: 5px 0;
}
.gridforms2 .shipping-choices .switch:hover {
    cursor: pointer;
}
.gridforms2 .shipping-choices .switch .radio {
    margin-top: 7px;
    width: 14px;
}
.gridforms2 .shipping-choices .switch .label {
    clear: none;
    line-height: 140%;
    width: 165px;
}
.gridforms2 .shipping-choices .switch .cost {
    clear: none;
    display: block;
    float: right;
    font-size: 12px;
    line-height: 140%;
    margin: 5px 0;
    text-align: right;
    width: 66px;
}








/* Choices */

.content .cart-container .choices {
    border: none;
    clear: both;
    display: block;
    float: right;
    margin-top: -40px;
    width: auto;
}
.content .cart-container .choices ul {
    border: none;
    clear: both;
    display: block;
    float: right;
    width: 100%;
}
.content .cart-container .choices ul li {
    clear: none;
    display: block;
    float: right;
}
.content .cart-container .choices ul li a {
    font-size: 13px;
    padding: 10px;
}







.cart-container .checkout-button,
.cart-container .checkout-choices,
.cart-container .checkout-code {
    clear: none;
    float: right;
    width: auto;
}
.cart-container .checkout-choices ul {
    clear: none;
    display: block;
    float: right;
    margin-right: 15px;
}
.cart-container .checkout-choices ul li {
    clear: none;
    display: block;
    float: right;
}
.cart-container .checkout-choices ul li a {
    clear: none;
    display: block;
    float: right;
    font-size: 13px;
    padding: 0 10px;
}
.cart-container .checkout-code {
    float: left !important;
}
.cart-container .checkout-button .button {
    float: left;
    width: auto !important;
}

.gridforms2 .checkout-code {

}
.gridforms2 .checkout-code .label {
    clear: none;
    margin: 10px 5px;
}
.gridforms2 .checkout-code .text {
    clear: none;
}
.gridforms2 .checkout-code .text input {
    margin-right: 5px;
    width: 120px
}
.gridforms .checkout-code .label {
    clear: none;
    margin: 5px 5px;
}
.gridforms .checkout-code .text {
    clear: none;
}
.gridforms .checkout-code .text input {
    margin-right: 5px;
    width: 120px
}
div.checkout-code .text {
    margin: 0;
}
.code-button {
    display: block;
    float: left;
}









.checkout-contents .checkout-button {
    clear: both;
    display: block;
}





.shipping p{
    border-top: 1px dotted #DDDDDD;
    font-size: 12px;
    margin: 0;
    overflow: hidden;
    padding: 12px 0;
    width: 100%;
}
.gridforms2 .shipping label, .gridforms3 .shipping label {
    margin: 0;
    width: 100%;
    line-height: 15px;
}
.gridforms2 .shipping label input {
    float: left;
    margin-right: 3px;
}
.gridforms2 .shipping .check_price, .gridforms3 .shipping .check_price {
    float: right;
    line-height: 15px;
}
.gridforms2 .credits .input .label strong {
    color: #FC7C00;
    font-weight: bold;
    padding: 2px 5px;
}
.gridforms2 .credits .input {
    clear: none;
    display: block;
    float: left;
    width: auto;
}
.gridforms2 .credits .input .label {
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0;
}
.gridforms2 .credits .switch {
    clear: none;
    display: block;
    float: right;
    width: auto;
}
.gridforms2 .credits .switch .checkbox input {
    margin-right: 0;
}
.gridforms .shipping label, .gridforms3 .shipping label {
    margin: 0;
    width: 100%;
    line-height: 15px;
}
.gridforms .shipping label input {
    float: left;
    margin-right: 3px;
}
.gridforms .shipping .check_price, .gridforms3 .shipping .check_price {
    float: right;
    line-height: 15px;
}
.gridforms .credits .input .label strong {
    color: #FC7C00;
    font-weight: bold;
    padding: 2px 5px;
}
.gridforms .credits .input {
    clear: none;
    display: block;
    float: left;
    width: auto;
}
.gridforms .credits .input .label {
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0;
}
.gridforms .credits .switch {
    clear: none;
    display: block;
    float: right;
    width: auto;
}
.gridforms2 .credits .switch .checkbox input {
    margin-right: 0;
}


/*reviews start */
#reviews .text input, #reviews .textarea textarea {
    width: 474px;
}
#reviews  #review_title .text input {
    width: 300px;
}
.tab-container #reviews #review_video span {
    clear: none;
}
.tab-container #reviews #review_video label.input {
    width: 639px;
}
#reviews  #review_title {
    float: left;
    margin-right: 20px;
    margin-right: 30px;
}
#reviews  #review_rating {
    margin-top: 19px;
    float: left;
}
#reviews #review_rating .label {
    line-height: 18px;
    margin-right: 5px;
}
#reviews #review_text {
    clear: both;
}
#reviews .content-container form {
    padding-bottom: 20px;
}
#reviews #review_rating label span.label {
    line-height: 25px;
    margin-right: 7px;
}
#reviews  #review_rating label span {
    clear: none;
}
.review_item h3 {
    float: left;
}
.review_item h3 span {
    padding-left: 20px;
}
.review_item .review_date {
    color: #3489C3;
    float: right;
    font-size: 14px;
    padding: 16px 0 0;
}
.tab-container .review_item {
    overflow: hidden;
    margin-bottom: 10px;
    width: 486px;
}
.review_item .reviewer {
    float: right;
    font-size: 14px;
}
.review_item .review_text {
    clear: both;
    margin: 0 0 3px;
}
.review_item .result_ratings {
    float: left;
    clear: none;
    margin-top: 12px;
}
.reviewForm #review_name {
    margin-bottom: 50px;
}
#reviews .content-container #myform {
    bottom: 5px;
    left: 0;
    position: absolute;
    width: 256px;
    border: none;
}
/*
#reviews .content-container .btn  {
    bottom: 21px;
    position: absolute;
    right: 445px;
    width: 256px;
}
*/
#myform #imgCaptcha {
    float: left;
    margin-top: 3px;
    margin-left: -18px;
}
#myform .text {
    clear: none;
}
#myform .text #txtCaptcha {
    width: 100px;
}
.rev_forms {
    position: relative;
}
#review_captcha {
    margin-bottom: 70px;
    /*display: none;*/
    position: absolute;
    left: 9999px;
}
#recaptcha_area {
    margin-left: -3px;
}
/* reviews end*/
.cart .shipping-button {
    clear: none;
    float: right;
    margin-left: 10px;
    margin-top: 6px;
}
.ship-button b {
	background: #a5bd24; /* Old browsers */
	background: linear-gradient(top, #a5bd24 0%,#7dac38 100%); /* W3C */
	background: -moz-linear-gradient(top, #a5bd24 0%, #7dac38 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5bd24), color-stop(100%,#7dac38)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a5bd24 0%,#7dac38 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a5bd24 0%,#7dac38 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a5bd24 0%,#7dac38 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5bd24', endColorstr='#7DAC38',GradientType=0 ); /* IE6-9 */
	border: 1px solid #781;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	border: #1f75b0 solid 1px;
	-moz-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);
	box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);
	clear: none;
	color: white;
	cursor: pointer;
	display: block;
	float: right;
	line-height: 1em;
	letter-spacing: 0;
	margin: 19px 0 0 0;
	outline: none !important;
	overflow: visible;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: auto;
	background-image: linear-gradient(bottom, #F67F10 4%, #F99D1C 52%, #FBB336 100%);
	background-image: -o-linear-gradient(bottom, #F67F10 4%, #F99D1C 52%, #FBB336 100%);
	background-image: -moz-linear-gradient(bottom, #F67F10 4%, #F99D1C 52%, #FBB336 100%);
	background-image: -webkit-linear-gradient(bottom, #F67F10 4%, #F99D1C 52%, #FBB336 100%);
	background-image: -ms-linear-gradient(bottom, #F67F10 4%, #F99D1C 52%, #FBB336 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.04, #F67F10), color-stop(0.52, #F99D1C), color-stop(1, #FBB336) );
	background-color: #1f75b0;
	border-radius: 4px;
	border: #F99D1C solid 1px;
	border-color: #1f75b0 #1f75b0 #1f75b0;
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.3); -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.3); box-shadow:inset 0 1px 0 rgba(255,255,255,0.3);
	background: #569fcf; /* Old browsers */
	background: -moz-linear-gradient(top, #569fcf 0%, #1f75b0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#569fcf), color-stop(100%,#1f75b0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #569fcf 0%,#1f75b0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #569fcf 0%,#1f75b0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #569fcf 0%,#1f75b0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #569fcf 0%,#1f75b0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569fcf', endColorstr='#1f75b0',GradientType=0 ); /* IE6-9 */
}
.ship-button b a {
    background: url(../images/shipping.png) no-repeat 10px center;
    clear: none;
    color: white;
    display: block;
    font-family: "open sans",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 10px 7px 40px;
    text-decoration: none;
    text-shadow: 0 1px 0.5px rgba(0, 0, 0, .15);
}
.ship-button b:hover {
	background: #F99820;
	background: -moz-linear-gradient(top, #F99820 0%, #F67B0F 50%, #F15F08 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F99820), color-stop(50%,#F67B0F), color-stop(100%,#F15F08));
	background: -webkit-linear-gradient(top, #F99820 0%,#F67B0F 50%,#F15F08 100%);
	background: -o-linear-gradient(top, #F99820 0%,#F67B0F 50%,#F15F08 100%);
	background: -ms-linear-gradient(top, #F99820 0%,#F67B0F 50%,#F15F08 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f99820', endColorstr='#f15f08',GradientType=0 );
	background: linear-gradient(top, #F99820 0%,#F67B0F 50%,#F15F08 100%);
	background-color: #F99D1C;
	color: #fff;
	background: #4890c5; /* Old browsers */
	background: -moz-linear-gradient(top, #4890c5 0%, #1865a2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4890c5), color-stop(100%,#1865a2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4890c5 0%,#1865a2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4890c5 0%,#1865a2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4890c5 0%,#1865a2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4890c5 0%,#1865a2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4890c5', endColorstr='#1865a2',GradientType=0 ); /* IE6-9 */
}
.cart .shipping-quote {
    clear: none;
    display: block;
    float: left;
    margin-right: 5px;
    width: auto;
}
.code-button .button-apply {
    height: 25px;
    padding: 0 10px 0px;
}
.cart .shipping-choices, .shipping-rates .shipping-choices, .shipping-rates .shipping-choices #options{
    width: 100%;
}
.shipping-rates .gateways, .shipping-rates .gateways .payment_form {
    width: 100%;
}
.cart .shipping-choices div.shipping, .shipping-rates .shipping-choices div.shipping {
    width: 100%;
}
.cart .shipping-choices .shipping p, .shipping-rates .shipping-choices .shipping p {
    border-top: none;
    border-top: 1px dotted #ffffff;
    border-bottom: 1px dotted #ffffff;
}
.cart .shipping-choices .shipping p:hover, .shipping-rates .shipping-choices .shipping p:hover {
    border-top: 1px dotted #DDDDDD;
    border-bottom: 1px dotted #DDDDDD;
}

/* ]]> */
.map-note {
	color: #c00;
	font-size: 10px;
	padding: 10px 0;
}