html,
body { 
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	-webkit-text-size-adjust: none !important;
}

/* stick footer */
html,
body,
.jPanelMenu-panel {
	height: auto;
}

	/*.wrapper {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -227px;
	}*/

	/*#indexHomeBody .wrapper {
		margin-bottom: -301px;
	}*/

	/*.footer,
	.push {
		height: 227px;
	}*/

body {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 100%
}

/* @forms
   define form patterns
*/
a img {
    border: medium none;
}
a:link, #navEZPagesTOC ul li a {
    color: #6e6c64;
    font-size: small;
    text-decoration: underline;
}
a:visited {
    text-decoration: none;
}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
    color: #6e6c64;
    text-decoration: none;
}
a:active {
    color: #0000ff;
}
.wrapper ol li a:hover {
}
h1 {
    font-size: 1.5em;
}
h2 {
    font-size: 1.4em;
}
h3 {
    color: #000;
    font-size: 1.3em;
}
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger {
    font-size: 1.1em;
}
.biggerText {
    font-size: 1em;
    margin-top: -1px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0.3em;
}
CODE {
    font-family: verdana, arial, helvetica, sans-serif !important;
    font-size: 1em;
}

FORM, CHECKBOX, INPUT, RADIO, SELECT {
    font-size: 13px;
}
TEXTAREA {
    display: block;
    margin: auto;
    width: 90%;
}
input:focus, select:focus, textarea:focus {
    background: none repeat scroll 0 0 #f0f8ff;
}
FIELDSET {
    background: #f8fdef none repeat scroll 0 0;
    border: 1px solid #dfdcdc;
    border-radius: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}
LEGEND {
    font-weight: bold;
    padding: 0.3em;
}
P, ADDRESS {
    padding: 0.5em;
}
ADDRESS {
    background-color: #ffffcc;
    border: thin solid #cccccc;
    font-style: normal;
}
.clearBoth {
    clear: both;
}
HR {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #102b0d;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    height: 1px;
    margin-top: 0.5em;
}
LABEL, h4.optionName {
    line-height: 1.75em;
}
LABEL.checkboxLabel, LABEL.radioButtonLabel {
    font-size: 0.95em;
    margin: 0.2em 0.5em;
}

LABEL, h4.optionName {
    line-height: 1.75em;
}
LABEL.checkboxLabel, LABEL.radioButtonLabel {
    font-size: 0.95em;
    margin: 0.2em 0.5em;
}

LABEL.inputLabel {
    float: left;
    font-size: 11px;
    padding: 5px;
    width: 10em;
}
LABEL.inputLabelR {
    color: red;
    float: left;
    font-size: 0.95em;
    width: 10em;
}
LABEL.inputLabelPayment {
    float: left;
    width: 15em;
}
LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
    float: left;
    width: 12em;
}
::-webkit-input-placeholder {
   color: #272522;
}

:-moz-placeholder { /* Firefox 18- */
   color: #272522;
   opacity: 1;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #272522;
   opacity: 1;
}

:-ms-input-placeholder {  
   color: #272522;  
}

/* Floats */
.back {float: left;}
.forward {float: right;}

/* Fields */
.hiddenField {display: none;}
.visibleField {display: inline;}

/* Clears */
.clearBoth {clear: both;}
.clearLeft {clear: left;}
.clearRight {clear: right;}

/* Main Wrappers */
.centerColumn,
.wrapper--container,
.sub-page-wrapper {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/* header */

		.header--banner .wrapper--container {
			min-height: 10px
		}

	/* middle */
	.header--middle {
		position: relative;
		z-index: 3;
	}	

		.header--middle .wrapper--container {
			height: 255px
		}

			/* logo */
			#logo {
				position: absolute;
				left: 0;
				top: 0px;
				text-indent: -9999px;
				width: auto
			}

				#logo a,
				#logo img {
					display: block;
				}

			/* Account Nav */
			#account-nav {
		    color: #fff;
		    font-size: small;
		    height: 0;
		    left: -16px;
		    position: absolute;
		    top: 5px;
		    width: 259px;
		    z-index: 1;
			}

				#account-nav li {
					float: left;
					margin-left: 10px;
					padding-left: 10px;
					width: auto;
				}

				#account-nav li:first-child {
					margin-left: 0;
					padding-left: 0;
				}
				
					#account-nav a,
					#account-nav span {
						display: block;
						font-size: 14px;
						height: 20px;
						line-height: 20px;
						padding: 0;
						text-align: center;
						text-decoration: none;
						color:#fff;

						-webkit-transition: all .25s;
						   -moz-transition: all .25s;
						    -ms-transition: all .25s;
						     -o-transition: all .25s;
						        transition: all .25s;
					}

					/* custom */
					#account-nav li:first-child a {
						padding-left: 0;
					}

			/* custom */
			#cart-icon {
				font-family: 'icomoon';
				font-size: 18px;
				margin: 15px 12px 0 0;
				
			}

	/* navigation */
	.header--navigation {
		border-top: 1px solid #2e3233;
		box-shadow: 0 0 3px #333;
		position: relative;
		z-index: 2;
	}

		.header--navigation .wrapper--container {
			height: 59px
		}

		/* Main Nav */
		#nav-menu {
			position: absolute;
			left: 0;
			top: 0;
		}

			#nav-menu > li {
				float: left;
				position: relative;
				width: auto;
			}

				#nav-menu > li > a {
					display: block;
					font-size: 14px; /* 17px/16px */
					text-decoration: none;
					position: relative;
				}
                                
                                #nav-menu > li > a:hover{
					display: block;
					font-size: 14px; /* 17px/16px */
					text-decoration: none;
					position: relative;
				}

				#nav-menu > li > a span {
					display: none;
					margin: 0 25px;
					height: 59px;
					line-height: 55px;
					text-transform: uppercase;
				}

				#nav-menu > li:first-child {
					border-left: none;
				}

				#nav-menu > li:first-child > a span {
					margin-left: 0;
				}

				#nav-menu > .last-child a span,
				#nav-menu > li:last-child a span {
					margin-right: 0
				}

				#nav-menu > li:first-child:hover > a {
					background: none
				}

				#nav-menu > li:first-child:hover > span {
					background-position: 28px 36px
				}

				#nav-menu > li:hover > a span,
				#nav-menu > li:focus > a span {
					cursor: pointer;
					/*border-bottom: 3px solid <?php echo TABLEAU_FTR_TXT_COLOR; ?>;*/
				}
					
					/* drop */
					#nav-menu > li ul {
						box-shadow: none !important;
						display: none;
						/*min-height: 315px;*/
						position: absolute;
						padding: 6px 0;
						left: 252px;
						top: -3px;
						overflow: visible !important;
						width: 252px;

						-webkit-box-sizing: border-box;
						   -moz-box-sizing: border-box;
						        box-sizing: border-box;
					}

					.sub--sub-menu {
						box-shadow: 0 !important;
						border-left: 1px solid #bbb;
					}

					#nav-menu > li .sub-menu {
						left: -15px;
						top: 59px;
					}
					
					/* arrow */
					#nav-menu > li .sub-menu:before {
						border-style: solid;
						border-width: 0 7px 8px;
						content: "";
						height: 0px;
						left: 42px;
						position: absolute;
						top: -11px;
						width: 0px;
					}

					#nav-menu ul { z-index: 2 }
					#nav-menu ul ul { z-index: 3; position: absolute; top: -3px; bottom: 0; }

						/* open dropdowns */
						#nav-menu > li:hover > span + ul,
						#nav-menu > li:hover > a + ul,
						#nav-menu ul > li.hasSub:hover > a + ul {
							display: block;
						}

							#nav-menu ul a {
								font-size: 14px;
								display: block;
								line-height: normal;
		    					padding: 5px 35px 6px 15px;
								text-decoration: none;
								position: relative;
							}

							#nav-menu ul .hasSub > a:after {
								border-style: solid;
								border-width: 5px 0 5px 8.7px;
								border-color: transparent transparent transparent #2e3233;
								content: "";
								height: 0;
								position: absolute;
								right: 21px;
								top: 15px;
								width: 0;
							}


#contentMainWrapper {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#contentMainWrapper .sub-page-wrapper {
        margin: 11px auto;
}

/* Breadcrumb */
#navBreadCrumb {
	color: #2e3233;
	font-size: 14px;
	font-weight:bold;
	padding-bottom: 21px;
	margin: 0;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 21px
}

	.sub-page-wrapper #navBreadCrumb {
		margin-bottom: 18px;
		padding: 20px;
	}

#productinfoBody #navBreadCrumb {
	border-bottom: none;
	margin-bottom: 0;
}

	#navBreadCrumb a {
		color: #3b859e;
		text-decoration: underline;
	}

	#navBreadCrumb a:hover {
		color: #174d5f
	}

	#navBreadCrumb .separator {
		color: #515b5e
	}

/* Header Titles */
h1 {
	font-size: 1.875em /* 30px/16px */;
	margin: 0 0 30px
}

.sub-page-wrapper h1,
.product-listing h1 {
    color: #102b0d;
    font-size: 16px;
    font-weight: bold;
    padding-top: 11px;
    width: 100%;
}

.product-listing h1 {
    background: url("../images/contcontaintop.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 18px;
    height: 25px;
    margin: 5px;
    padding: 0.5em 0.2em;
    text-align: center;
}

/* Banners */
#bannerFive,
#bannerSix {
	text-align: center; margin: 30px 0 0;}

/* social icons */
.social-links {
	background: #caf200;
	border-radius: 10px 0 0 10px;
	box-shadow: -2px 0 3px #717171;
	padding: 12px;
	position: fixed;
	top: 280px;
	right: 0;
	width: auto;
	z-index: 1010;
	display:none;
}
	
	.social-links li {
		margin-top: 12px;
	}

	.social-links li:first-child {
		margin-top: 0;
	}

		.social-links a {
			display: block;
			height: 18px;
			width: 18px;
			text-indent: -9999px;
		}

		.social-links .is-facebook a {
			background-position: 0 0
		}

		.social-links .is-facebook a:hover {
			background-position: -22px 0
		}

		.social-links .is-twitter a {
			background-position: 0 -30px;
			height: 14px
		}

		.social-links .is-twitter a:hover {
			background-position: -22px -30px
		}

		.social-links .is-gplus a {
			background-position: 0 -56px;
			height: 15px
		}

		.social-links .is-gplus a:hover {
			background-position: -22px -56px
		}

		.social-links .is-youtube a {
			background-position: 0 -83px;
			height: 14px
		}

		.social-links .is-youtube a:hover {
			background-position: -22px -83px
		}

		.social-links .is-rss a {
			background-position: 0 -109px;
			height: 13px
		}

		.social-links .is-rss a:hover {
			background-position: -22px -109px
		}

/* Footer */
	
	/* message */
	.footer--message {
		box-shadow: 0 0 5px #333;
	}

		.footer--message .wrapper--container {
			padding: 6px 0;
		}

			.footer--message span {
				display: block;
				color: #2e3233;
				font: 18px Asap, Arial, sans-serif;
				text-align: center;
				text-transform: uppercase;
			}

				.footer--message span strong {
					font-weight: bold;
				}

	/* navigation + newsletter */
	.footer--navigation {
		margin:auto;
		text-align:center;
	}

		.footer--navigation .wrapper--container {
			padding: 30px 0;
			overflow: hidden;
		}
			
			/* newsletter */
			#newsletter-wrapper {
				position: absolute;
    			right: 0;
				width: 22.6993%
			}
				
				#newsletter-wrapper form {
					padding-bottom: 10px;
					position: relative
				}

					#newsletter-wrapper input[type="text"],
					#newsletter-wrapper input[type="text"]:focus {
					    background: #E2E3DF;
					    border: 1px solid #CAF200 !important;
					    border-radius: 13px 13px 13px 13px;
					    height: 28px;
					    padding: 5px 38px 5px 10px;
					    width: 100%;

						-webkit-box-sizing: border-box;
						   -moz-box-sizing: border-box;
						        box-sizing: border-box;
					}



					#newsletter-wrapper button[type="submit"] {
					    border: medium none;
					    cursor: pointer;
					    height: 28px;
					    position: absolute;
					    right: 0;
					    text-indent: -9999px;
					    top: 0;
					    width: 32px;
					}

					#newsletter-wrapper button[type="submit"]:hover,
					#newsletter-wrapper button[type="submit"]:focus {
						background-position: 2px -28px
					}

					#newsletter-wrapper p {
						margin-bottom: 10px
					}

					#newsletter-wrapper a {
						font-size: 14px
					}

					#newsletter-wrapper a:hover {
						color: #caf200
					}

				.footer-content-container {
					color: #fff;
					font-size: 12px;
					line-height: 20px
				}

				.footer-content-container a {
					color: #fff;
					text-decoration: none
				}
			
			/* links */
			.list-footer {
				float: left;
				margin-right: 13.5%;
				width: auto;
			}

			.li--social {
				float: right;
				margin-right: 0;
			}

				.list-footer h5,
				.footer-content-container h5 {
					font: bold 14px Asap, Arial, sans-serif;
					margin: -1px 0 18px;
					line-height: normal;
					text-transform: uppercase;
				}
				
				.list-footer li {
					margin-top: 10px;
				}

				.list-footer li:first-child {
					margin-top: 0;
				}

					.list-footer a {
						display: block;
						font-size: 14px;
						text-decoration: none;

						-webkit-transition: all .25s;
						   -moz-transition: all .25s;
						    -ms-transition: all .25s;
						     -o-transition: all .25s;
						        transition: all .25s;
					}

/* copyright-flags */
.footer--copyright-flags {
	padding: 1px 0;
}

	.footer--copyright-flags .wrapper--container {
		overflow: hidden;
	}
	
	#copyright-wrapper {
    margin: 1px auto;
    text-align: center;
	}

		#copyright-wrapper p,
		#copyright-wrapper p a {
			font-size: 14px;
			line-height: 21px;
			text-decoration: none;
		}
		
		#copyright-wrapper p {
			margin-top: 2px;
		}

		#copyright-wrapper p span:first-child {
			padding-right: 28px
		}

			#copyright-wrapper p a {

				-webkit-transition: all .25s;
				   -moz-transition: all .25s;
				    -ms-transition: all .25s;
				     -o-transition: all .25s;
				        transition: all .25s;
			}

			#copyright-wrapper p a:hover {
				color: #caf200;
			}

	.footer--copyright-flags .flags {
		float: right;
	}

		.footer--copyright-flags .flags span,
		.footer--copyright-flags .flags a {
			float: left;
			height: 69px;
			margin-left: 20px;
			text-indent: -9999px;
		}

		.footer--copyright-flags .flags a:hover {
			/*opacity: .8*/
		}

		.flags--payment,
		.flags--authorized-ceritfied {
			background: url(../images/flags_payment.png) no-repeat 0 0;
			width: 89px;
		}

		.flags--authorized-ceritfied {
			background-position: 0 0;
		}

		.flags--federal-comunications {
			background: url(../images/badget__federal_comunications.png) no-repeat 0 0;
			width: 69px
		}

		.flags--security {
			background: url(../images/badget_geotrust.png) no-repeat 0 0;
			width: 128px
		}

.sub-pages-content {
	background: #fff;
	padding: 42px 30px;
	width: auto;
}

.content,
#ezPageDefault,
.content p,
#ezPageDefault p,
#maintenanceDefault p,
#unsubDefault p, 
.content li,
#ezPageDefault li {
    color: #2E3248;
    font-size: 14px;
    line-height: 22px
}

.content li,
#ezPageDefault li {
	background: none;
	padding-left: 15px;
	position: relative;
}

.content li:before,
#ezPageDefault li:before {
	content: "";
	background: #2e3233;
	border-radius: 3px;
	height: 4px;
	width: 4px;
	position: absolute;
	left: 0;
	top: 9px
}

.content p,
#ezPageDefault p,
#maintenanceDefault p,
#unsubDefault p,
.content ul,
#ezPageDefault ul,
#maintenanceDefault ul,
#unsubDefault ul {
	margin-bottom: 0 !important;
	margin-top: 10px !important;
}

.content,
.content h1 + p,
#maintenanceDefault h1 + p,
#ezPageDefault h1 + div {
	margin-top: -2px;
}

#maintenanceDefault p br {
	display: none;
}

.content table,
#ezPageDefault table {
	border-top: 1px solid #c2bfb1;
	margin-top: 15px;
	width: 100%;
	margin-bottom: 15px;
}
	
	.content table th,
	.content table td,
	#ezPageDefault table th,
	#ezPageDefault table td {
		padding: 10px;
		text-align: center;
	}

	.content table th,
	#ezPageDefault table th {
		border: none;
		background: #2e3233;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 600
	}
	

	#ezPageDefault table td {
		vertical-align: top;
		text-align: center;
	}

	#ezPageDefault .my-topo-table h3 {
		margin-top: 0;
	}

	#ezPageDefault .my-topo-table tr td:first-child {
		text-align: center;
		width: 25%
	}

.content a,
#unsubDefault a,
#ezPageDefault a,
#maintenanceDefault a {
	color: #3b859e;
	font-size: 14px;
	text-decoration: underline;
}

.content a:hover,
#unsubDefault a:hover,
#ezPageDefault a:hover,
#maintenanceDefault a:hover {
	color: #174d5f
}

	.content ul ul,
	#ezPageDefault ul ul {
		padding-top: 10px
	}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
#ezPageDefault h2,
#ezPageDefault h3,
#ezPageDefault h4,
#ezPageDefault h5,
#ezPageDefault h6 {
	color: #2e3233;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 22px;
}

.content h3,
#ezPageDefault h3 {
	font-size: 20px
}

.content h4,
#ezPageDefault h4 {
	font-size: 18px
}

.content h5,
#ezPageDefault h5 {
	font-size: 16px
}

.content h6,
#ezPageDefault h6 {
	font-size: 16px
}

	#ezPageDefault h2 + table,
	#ezPageDefault h3 + table,
	#ezPageDefault h4 + table,
	#ezPageDefault h5 + table,
	#ezPageDefault h6 + table {
		margin-top: 18px
	}

.content h2:first-child,
.content h3:first-child,
.content p:first-child,
.content ul:first-child,
#ezPageDefault h2:first-child,
#ezPageDefault h3:first-child,
#ezPageDefault p:first-child,
#ezPageDefault ul:first-child,
.content address:first-child {
	margin-top: 0 !important
}

.content address,
#maintenanceDefault form,
#unsubDefault form,
.discount-wrapper form,
.table-faq-contents,
#passwordForgotten form,
#timeoutDefaultContent + form {
	background: none;
    /*border-radius: 8px 8px 8px 8px;*/
	display: block;
	margin-top: 0;
	padding: 0;
}

.table-faq-contents {
	margin-top: 0
}

.content address {
	display: block;
	padding: 17px 21px;
}

.content-highlighted {
	font-weight: bold;
	color: #F60A20
}

.discount-wrapper form,
#timeoutDefaultContent + form {
	padding: 0;
}

.content hr {
	border: 1px solid #B7BCAF;
	display: block;
	height: 1px;
	margin: 21px 0;
}

.content-image {
	margin-bottom: 2px;
	margin-top: 15px
}

	.content-image img {
		display: block;
		margin: 0 auto;
		height: auto;
		width: auto;
		max-width: 100%
	}


/* */
#navEZPageNextPrev,
#navEZPagesTOCWrapper {
	display: none;
}

@media only screen and (max-width: 640px) {
	.social-links {
		display: none;
	}
#mainWrapper { background-image:none;}	
				#nav-menu > li > a span {
					display: block;
				}	
}

/* banner topo */

.header--banner a {
	text-decoration: none;
	padding: 8px 0 7px;
	display: block;
	font-family: verdana, arial, helvetica, sans-serif !important;
	font-size: 18px;
}

	.banner-topo-first,
	.banner-topo-second {
		color: #2e3233;
		text-decoration: none;
		display: inline-block;
		position: relative;

	}

		.banner-topo-first strong,
		.banner-topo-second strong {
			font-weight: bold;
			text-transform: uppercase;
		}

	.banner-topo-first {

	}

	.banner-topo-second {
		padding-left: 34px;
		margin-left: 20px;
	}

		.banner-topo-second .ico {
			position: absolute;
			left: 0;
			top: 0
		}

	.banner-fake-button {
		float: right;
		font-size: 14px;
		color: #2e3233;
		text-decoration: underline;
		padding-top: 1px;
	}

	.banner-fake-button:hover {
		color: #174d5f
	}

/* cleaning */
#unsubDefault h1 + br {
	display: none;
}
#middle-column-wrapper.back {
    background-image: url("../images/contentbkg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 10px 0;
    max-width:720px;
    width:100%;
}

#middle-column-wrapper_full.back {
    background-color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    max-width: 1080px;
    padding: 0;
    width: 100%;
}

table bordered {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 30%; 
   
}

.bordered {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc; 
	height: 100px;   
	margin-top:10px;
	margin-bottom:10px;     
}
  
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    text-align: left;
	padding-left: 2px;
	padding-right: 2px;
}

.bordered th {
Padding: 8px;
    background-color: #ebffe2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6e8c66), to(#ebffe2));
    background-image: -webkit-linear-gradient(top, #6e8c66, #ebffe2);
    background-image:    -moz-linear-gradient(top, #6e8c66, #ebffe2);
    background-image:     -ms-linear-gradient(top, #6e8c66, #ebffe2);
    background-image:      -o-linear-gradient(top, #6e8c66, #ebffe2);
    background-image:         linear-gradient(top, #6e8c66, #ebffe2);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

	
.disclaimer {
    background-image: url("../images/footerbkgTopC.png");
    background-repeat: repeat-x;
    font-size: 12px;
    padding: 10px 0;
    position: relative;
    max-width: 1016px;
    width:100%;
    line-height:16px;
	  margin: auto;
    text-align: center;    
}
.disclaimer_footer {
    background-image: url("../images/footerbkgC.png");
    background-repeat: repeat-x;
    font-size: 12px;
    padding: 10px 0;
    position: relative;
    max-width: 1016px;
    width:100%;
    height:157px;
    margin:auto;
    text-align:center;
}
.alert {
    color: #ff0000;
    font-size: 0.7em;
    font-weight: bold;
    margin-left: 0.1em;
}
.productListing-data {
    float: left;
    padding: 20px 10px 10px;
    text-align: center;
}
#productListing-col1 {
    width:20%;
}
#productListing-col2 {
    width:55%;
}
#topSearchDiv {
    height: 0;
    left: 310px;
    position: absolute;
    top: 18px;
    width: 250px;
    z-index: 2;
}
#topSearchDiv input[type="text"],
#topSearchDiv input[type="text"]:focus {
	border: none !important;
	outline: none !important;
}
#toprightDiv {
    height: 50px;
    left: 855px;
    position: absolute;
    top: 15px;
    width: 250px;
    z-index: 2;
    padding-left:15px;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    background: url("../images/top_right_new.png") no-repeat;
}

#toprightDiv a {
    text-decoration: none;
    top:10px;
    color:#fff;
}

#toprightCartIcon {
float:right;

}
/*by rajiv for license form */
 #license-form {
    background: #F8FDEF;
    border: 1px solid #DFDCDC;
    border-radius: 15px 15px 15px 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px 10px;
}

#license-form .fieldgroup {
    background: url("form-divider.gif") repeat-x scroll left top transparent;
    display: inline-block;
    padding: 8px 10px;
    width: 340px;
}

#license-form .fieldgroup label {
    float: left;
    padding: 15px 0 0;
    text-align: right;
    width: 110px;
}

#license-form .fieldgroup input, #license-form .fieldgroup textarea, #license-form .fieldgroup select {
    float: right;
    margin: 10px 0;
    height: 25px;
}

#license-form .submit {
    padding: 10px;
    width: 220px;
    height: 40px !important;
}

#license-form label.error {
    color: #FB3A3A;
    display: inline-block;
    padding-left: 10px;
    text-align: left;
    width: 220px;
}

#license-list {
  background: #F8FDEF;
  border: 1px solid #DFDCDC;
  border-radius: 15px 15px 15px 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 50px 20px;
  font-size:12px;
}
#license-list table{
}

#license-list thead{
  font-size:14px;
  text-align:center;
  border:2px solid #666;
}
#license-list td{
  border:1px solid #666;
  padding:2px 10px 2px 10px;
}

#license-response {
	display:inline;
	margin-left:4px;
	padding-left:22px;
	font-size:12px;
	font-weight:bold;
}

.error_lic {
	background:url("../images/cross.png") no-repeat;
	color:#ff0000;	
}

.response-waiting {
	background:url("../images/loading.gif") no-repeat;
	color:#000;
}

.response-success {
	background:url("../images/tick.png") no-repeat;
	color:#14d414;	
}

.response-error {
	background:url("../images/cross.png") no-repeat;
	color:#ff0000;	
}

.alert_license {
	color: #FF0000;
	font-size: 12px;
	font-weight:bold;
	text-align:left;
	}
.alert_license a{	
	text-decoration:underline;
}	
.alertCat {
	color: #FF0000;
	margin-left: 0.1em;
	font-size: 0.9em;
	display: none;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navNextPrevWrapperTop, #navNextPrevWrapperBottom, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading, .rightBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
    text-align: center;
}
h2.centerBoxHeading{
	margin: 4px;
	background: url(../images/contcontaintop.jpg) no-repeat;
	font-size: 1em;
	color: #ffffff;
	padding: 0.5em 0.2em;
	/*border-bottom: 1px solid #102b0d;*/
	height:25px;
	}
h2.productListing-rowheading {
	margin: 4px;
	background: url(../images/contcontaintop.jpg) no-repeat;
	font-size: 1em;
	color: #ffffff;
	padding: 0.5em 0.2em;
	/*border-bottom: 1px solid #102b0d;*/
	height:25px;
	display:none;
	}	
.cartQuantity {
    width: 4.7em;
}
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
    padding: 0.5em 0;
}
.rowOdd {
    background-color: #e8e8e8;
    height: 1.5em;
    vertical-align: top;
}
.rowEven {
    background-color: #f0f0f0;
    height: 1.5em;
    vertical-align: top;
}

TR.tableHeading {
    background-color: #cacaca;
    height: 2em;
}

.CheckoutText {
    color: #006600;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
    padding: 0.5em 0;
}
.important {
    font-size: 16px;
}
.cartUnitDisplay, .cartTotalDisplay {
    font-size: 14px;
    padding-right: 0.2em;
    text-align: right;
}

.disclaimer_left { 
background-image: url("../images/footerbkgTopL.png");
background-position: center top;  
background-repeat: no-repeat; 
height: 157px; 
width: 32px;
}
.disclaimer_right { 
background-image: url("../images/footerbkgTopR.png");
background-position: center top;  
background-repeat: no-repeat; 
height: 157px; 
width: 32px;
}
.disclaimer_footer_left { 
background-image: url("../images/footerbkgL.png");
background-position: center top;  
background-repeat: no-repeat; 
height: 157px; 
width: 32px;
}
.disclaimer_footer_right { 
background-image: url("../images/footerbkgR.png");
background-position: center top;  
background-repeat: no-repeat; 
height: 157px; 
width: 32px;
}
#toprightCartIcon {
    position: relative;
    display: inline-block;
}

#toprightCartIcon .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -100px;
    margin: 0;
    display: none;

}
#toprightCartIcon:hover .dropdown-menu {

    /** Show dropdown menu */
    display: block;
    z-index:99999;
}

#toprightCartIcon a {
    display: block;
    text-decoration: none;
    background: #fff;
    color: #111;
    margin:1px auto;
    text-align:center;
    border-radius: 13px;
}

/** List Item Hover Styles **/
#toprightCartIcon a:hover {
		color:#caf200;
}
.instructions{
padding:20px 0 20px 0;
}
			.product-price > span span {
				color: #585D50;
			    display: inline-block;
			    font-size: 12px;
			    margin-bottom: 0;
			    padding-right: 16px;
			    text-align: right;
			    text-decoration: none;
			    width: 60px;
			}

			.normalprice {
			    margin-right: 10px;
			    text-decoration: line-through;
			}

			.productSpecialPrice {
				color: #ff0000;
			}
			.productPriceDiscount{
			color: #ff0000;
			}			
#dialog_ground{
padding:0;
margin:0;
font-size:12px;
}		

.custom-main p{
	padding:0;
	margin:8px 0;
}

.ui-autocomplete li {
    margin: 0px;
    cursor: default;
    display: block;
    font: menu;
    font-size: 18px;
    line-height: 16px;
    overflow: hidden;
    color: #666666;
    padding: 7px 10px 7px 11px;
}

.ui-autocomplete .ui-state-focus {
    background-color: #ADB96E !important;
}

.ui-autocomplete .ui-state-focus a {
    color: #ffffff !important;
}

.ui-autocomplete li a {
    text-decoration: none !important;
    font-size: 14px;
}