

.rounded-corners
{
    border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #666;
	-webkit-box-shadow: 3px 3px 4px #666;
	box-shadow: 3px 3px 4px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
}


.login {
    float:right;
    width: 250px;
    height: 100px;
    text-align: right;
    color: #555;
    font-size: 12px;
}

.big-login-box {
    width: 500px;
    height: 200px;
    text-align: right;
    color: #555;
    font-size: 14px;
}

.login input[type="text"]{
    width: 159px;
    border-color: #999;
}

.login input[type="password"]{
    width: 100px;
    border-color: #999;
}

.login input[type="submit"]{
    font-size: 10px;
    font-weight: bold;
    height: 25px;
    width: 55px;
    margin-top: 5px;
}

.big-login-box input[type="text"]{
    width: 210px;
}

.big-login-box input[type="password"]{
    width: 150px;
}

.big-login-box input[type="submit"]{
    font-size: 10px;
    font-weight: bold;
    height: 25px;
    margin-top: 5px;
    width: 56px;
}

input[type="button"], input[type="submit"] {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 19px/100% whitehall;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.orange {
	color: #fff;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.blue {
	color: #fff;
	border: solid 1px #1f6ea0;
	background: #1f6ea0;
	background: -webkit-gradient(linear, left top, left bottom, from(#0096d5), to(#1f6ea0));
	background: -moz-linear-gradient(top,  #0096d5,  #1f6ea0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0096d5', endColorstr='#1f6ea0');
}

.blue:hover {
	color: #fff;
    border: solid 1px #0096d5;
	background: #0096d5;
	background: -webkit-gradient(linear, left top, left bottom, from(#1f6ea0), to(#0096d5));
	background: -moz-linear-gradient(top,  #1f6ea0,  #0096d5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f6ea0', endColorstr='#0096d5');
}

.blue:active {
	color: #fff;
	border: solid 1px #1f6ea0;
	background: #1f6ea0;
	background: -webkit-gradient(linear, left top, left bottom, from(#0096d5), to(#1f6ea0));
	background: -moz-linear-gradient(top,  #0096d5,  #1f6ea0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0096d5', endColorstr='#1f6ea0');
}

.silver {
	color: #fff;
    border: solid 1px #666;
	background: #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#666));
	background: -moz-linear-gradient(top,  #ccc,  #666);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#666');
}

.light-silver {
	color: #444;
    border: solid 1px #999;
	background: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#999));
	background: -moz-linear-gradient(top,  #eee,  #999);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#999');
}

.green {
	color: #fff;
    border: solid 1px #555;
	background: #555;
	background: -webkit-gradient(linear, left top, left bottom, from(#3fe8a2), to(#555));
	background: -moz-linear-gradient(top,  #3fe8a2,  #555);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fe8a2', endColorstr='#555');
}

.green:hover {
	color: #fff;
    border: solid 1px #3fe8a2;
	background: #3fe8a2;
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#3fe8a2));
	background: -moz-linear-gradient(top,  #555,  #3fe8a2);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#555', endColorstr='#3fe8a2');
}

.light-orange:hover {
	color: #fff;
    border: solid 1px #f8e34f;
	background: #7759e8;
	background: -webkit-gradient(linear, left top, left bottom, from(#eb9913), to(#f8e34f));
	background: -moz-linear-gradient(top,  #eb9913,  #f8e34f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb9913', endColorstr='#f8e34f');
}

.login-links{
    text-align: left;
    margin-left: 90px;
}

.big-login-box-links{
    text-align: right;
    width: 100%;
}

.logout-links{
    text-align: center;
    margin-left: 90px;
}

.code-div{
    margin-top: 5px;
    padding: 5px;
    background-color: #DDD;
    border-color: #444;
    border-width: 1px;
    border-style: solid;
    font-size: .7em;
}



.categoryTitle{
    float: right;
    width: 70%;
    text-align: left;
    height: 30px;
    padding: 5px;
    padding-left: 10px;
    background-color: #fafad2;
    border-style: solid;
    border-color: #778899;
    border-width: 1px;
    position: relative;
    left:40px;
    vertical-align: middle;
    font-weight: bold;
}

.product-right{
    display: block;
    float: right;
    font-size: 15px;
    margin-right: 22px;
    max-height: 280px;
    min-height: 280px;
    width: 47%;
    margin-top: 20px;
}

.product-left{
    display: block;
    float: left;
    font-size: 15px;
    margin-right: 22px;
    max-height: 280px;
    min-height: 280px;
    width: 47%;
    margin-top: 20px;
}

.product-image{
    font-size: 12px;
    text-align: left;
    float: left;
    width: 125px;
    height: 200px;
}

.product-description{
    font-size: 12px;
    text-align: left;
    float: left;
    width: 260px;
}

.product-inner-description{
    font-size: 12px;
    text-align: left;
    padding-left: 5px;
    min-height: 100px;
    max-height: 100px;
    padding-top: 10px;
    text-align: justify;
}

.product-title{
    font-size: 12px;
    text-align: center;
    color: #2C62AC;
    font-weight: bold;
    margin-bottom: 4px;
    min-height: 25px;
    max-height: 25px;
}

.add-to-cart{
    text-align: center;
    padding-top: 10px;
}

.cart-button{
    width: 150px;
    height: 30px;
    padding: 3px 3px 3px 3px !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.banner{
    width: 100%;
    height: 350px;
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
}

.centered-container{
    width: 100%;
    text-align: center;
}

.error-div{
    width: 100%;
    background-color: #bc000e;
    color: white;
    font-weight: bold;
    padding: 10px;
    border-style: dotted;
    border-color: black;
    border-width: 1px;
    margin-bottom: 10px;
}

.cart-step{
    float: left;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

.old-step{
    opacity: .6;
}


.cart-container{
    width:780px;
    border-style: solid;
    border-top-style: none;
    border-color: #ddd;
    border-width: 1px;
    min-height: 500px;
    padding: 20px;
}

.cart-container .product-row{
    width:90%;
    padding: 10px;
    border-bottom-color: #bbb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.cart-container .product-row .product-title-div-header{
    width:60%;
    font-weight: bold;
    float: left;
}

.cart-container .product-row .product-quantity-div-header{
    width:13%;
    font-weight: bold;
    float: left;
    text-align: right;
}

.cart-container .product-row .product-price-div-header{
    width:13%;
    font-weight: bold;
    float: left;
    text-align: right;
}

.cart-container .product-row .product-title-div{
    width:60%;
    font-size: 14px;
    color: #555;
    float: left;
}

.odd{
    background-color: #f9f9f9;
}

.even{
    background-color: #ffffe3;
}

.update-cart{
    font-size: 14px !important;
    padding: 5px !important;
    width:120px;
}

.even:hover, .odd:hover{
    background-color: #eee;
}

.trash-item{
    width:15px;
    border-style: none;
    cursor: pointer;
}

.subtotal{
    width:90%;
    padding-right: 15px;
    padding-top: 15px;
    text-align: right;
}

.cart-bottom-buttons{
    width:90%;
    padding-left: 15px;
    padding-top: 15px;
    text-align: right;
}

.product-quantity-field{
    width:50px;
    border: 1px solid #333;
    color: #333;
}

.product-title-div .sku{
    font-size: 12px;
    color: #999;
}

.cart-container .product-row .product-quantity-div{
    width:13%;
    float: left;
    text-align: right;
}

.cart-container .product-row .product-price-div{
    width:13%;
    float: left;
    text-align: right;
}



.half-left{
    width: 45%;
    float:left;
}

.half-right{
    width: 45%;
    float:right;
}

.fixed-half-left{
    width: 400px;;
    float:left;
}

.inner-half-left{
    width: 180px;
    float:left;
}

.inner-half-right{
    width: 200px;
    float:right;
}

.sign-up-form input[type="text"], .sign-up-form input[type="password"]{
    width:280px;
    border-color: #999;
}

input[type="text"]:focus, input[type="password"]:focus{
    -moz-box-shadow: 3px 3px 4px #1f6ea0;
	-webkit-box-shadow: 3px 3px 4px #1f6ea0;
	box-shadow: 3px 3px 4px #1f6ea0;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#1f6ea0')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#1f6ea0');
}

.sign-up-form select{
    width:170px;
}

.sign-up-button{
    width:120px;
    height: 25px;
    font-size: 14px !important;
    padding: 3px !important;
    margin-top: 15px !important;
    margin-left: 160px !important;
}

.address-button{
    width:160px;
    height: 25px;
    font-size: 14px !important;
    padding: 3px !important;
    margin-top: 15px !important;
    margin-left: 160px !important;
}

.inline-address-button{
    width:160px;
    height: 25px;
    font-size: 14px !important;
    padding: 3px !important;
}

label.error{
    border: 1px solid #ddd;
    background-color: #bc000e;
    color: #fff;
    font-size: 10px;
    padding: 3px;
    font-weight: bold;
    width: 150px !important;
    max-width: 150px !important;
    text-align: center;
    opacity: .7;
}

input.error{
    border: 1px solid #bc000e;
    -moz-box-shadow: 3px 3px 4px #bc000e;
	-webkit-box-shadow: 3px 3px 4px #bc000e;
	box-shadow: 3px 3px 4px #bc000e;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#bc000e')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#bc000e');
}

.form-error-div{
    height: 10px;
    max-height: 10px;
    min-height: 10px;
    width: 280px;
    min-width: 280px;
    max-width: 280px;
    text-align: right;
}

.inner-half-left .form-error-div{
    height: 10px;
    max-height: 10px;
    min-height: 10px;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    text-align: right;
}

.inner-half-left .form-error-div label.error{
    border: 1px solid #ddd;
    background-color: #bc000e;
    color: #fff;
    font-size: 10px;
    padding: 3px;
    font-weight: bold;
    width: 150px !important;
    max-width: 150px !important;
    text-align: center;
    position: relative;
    left: -65px;
}

#compare-addresses-dialog{
    display: block;
    background-color: white;
    font-size: 12px;
}

.spinner{
    display: none;
}

.address-page-title{
    font-weight: bold;
    color:#1f6ea0;
}

.addresses-container{
    width: 37%;
    float: left;
    border-color: #eee;
    border-right-style: solid;
    border-top-style: solid;
    border-width: 1px;
    padding: 10px;
}

.addresses-options{
    width: 55%;
    float: left;
    border-color: #eee;
    border-left-style: solid;
    border-top-style: solid;
    border-width: 1px;
    padding: 10px;
}

.full-address{
    font-size: 14px;
    color: #555;
}

.user-address, .user-address-selected{
    padding: 5px;
    font-size: 12px;
    border-bottom: #eee solid 1px;
}

.user-address-selected{
    background-color: #ffffe3;
}

.user-address .content, .user-address-selected .content{
    float:left;
}

.user-address .options, .user-address-selected .options{
    float:right;
    border-left: #ccc solid 1px;
    padding: 3px;
    min-width: 64px;
}

.user-address .options a, .user-address-selected .options a{
    color: #1f6ea0;
    text-decoration: none;
}

.add-address-button{
    font-size: 14px !important;
    width: 110px !important;
    padding: 3px !important;
}

.edit-address-half{
    float:left;
    width: 45%;
    font-size: 14px;
}

.edit-address-button{
    width:70px;
    height: 25px;
    font-size: 12px !important;
    padding: 3px !important;
    margin-top: 15px !important;
}

.edit-address-half .input[type="text"]{
    border-color: #666;
}

.edit-address-half .error-div{
    width: 100%;
    background-color: #bc000e;
    color: white;
    font-weight: bold;
    padding: 10px;
    border-style: dotted;
    border-color: black;
    border-width: 1px;
    margin-bottom: 10px;
}

.edit-address-half label.error{
    border: 1px solid #ddd;
    background-color: #bc000e;
    color: #fff;
    font-size: 10px;
    padding: 3px;
    font-weight: bold;
    width: 150px !important;
    max-width: 150px !important;
    text-align: center;
    opacity: .7;
}

.edit-address-half .form-error-div{
    height: 10px;
    max-height: 10px;
    min-height: 10px;
    width: 230px;
    min-width: 230px;
    max-width: 230px;
    text-align: right;
}

.new-invoice_to_flg-address, .new-ship_to_flg-address{
    padding-top: 10px;
}

.full-right-align{
    width: 100%;
    text-align: right;
    padding-bottom: 10px;
    padding-top: 10px;
}

.shipping-middle{
    font-size: 14px;
    width: 48%;
}

.shipping-middle .address-page-title{
    font-size: 16px;
    font-weight: bold;
    color:#1f6ea0;
}

.shipping-address-container{
    border-bottom: #eee solid 1px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.promo-code-result{
    height: 15px;
}

.shipping-name{
    color: #666;
}

.ui-effects-transfer {
    border: 2px dotted gray;
}

#cc-form label.error{
    border: 1px solid #ddd;
    background-color: #bc000e;
    color: #fff;
    font-size: 10px;
    padding: 3px;
    font-weight: bold;
    width: 150px !important;
    max-width: 150px !important;
    text-align: center;
    opacity: .7;
}

#cc-form .form-error-div{
    height: 10px;
    max-height: 10px;
    min-height: 10px;
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    text-align: right;
    position: relative;
    top: -5px;
}

.shipping-address-container .subtotal{
    font-size: 12px;
}

.thank-you{
    font-size: 36px;
    padding-top: 50px;
    font-weight: bold;
    color:#999;
    min-height: 300px;
}

.ui-accordion-content-active{
    height: auto !important;
}

.ui-accordion-header, .ui-accordion-content{
    font-size: 14px !important;
}

.ui-accordion-header{
    padding: 2px !important;
}

.debugger-container{
    padding: 10px;
    background-color: #efefef;
    left: 0px;
    right: 0px;
    border: #999999 dashed 1px;
    position: fixed;
    bottom: 0px;
    height: 30%;
    overflow-y: auto;
}

.debugger-header{
    padding: 4px;
    font-weight: bold;
}

.admin-token{
    width: 800px !important;
    height: 60px !important;
    font-size: 18px;
    color: #666;
}

.admin-toolbar{
    padding: 5px;
    left: 0px;
    right: 0px;
    border: #999999 dashed 1px;
    position: fixed;
    top: 0px;
    height: 20px !important;
}

.debugger-status-button{
    font-size: 12px !important;
    width: 140px;
    height: 20px;
    padding: 3px !important;
    font-weight: bold;
}

.debug-form-element-left{
    float: left;
}

.debug-form-element-right{
    float: right;
}

.debug-form-element-right input[type="text"]{
    width: 250px;
}

.debug-form-left{
    float:left;
    width: 30%;
}

.debug-form-right{
    float:right;
    width: 60%;
}

pre{
    overflow: auto;
    margin: 0 0 20px 0;
    padding: 9px 0 9px 15px;
    line-height: 18px;
    background: #F3F3ED url("../images/codebg.gif");
    border: #999999 dashed 1px;
}

@font-face{
	font-family:'whitehall';
	src: url('../fonts/whitehall.ttf')   format('opentype');
}

body{
					background:#ffffff;
					/*font: 91.5% Arial;*/
					font:bold 110.5% whitehall;
					
			}
			
			body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, th, td {
			    line-height: normal;
			    margin: 0;
			    padding: 0;
			}
			
			a:visited{
				color:#ffffff;
			}
			
			a:hover{
				color:#3d2b21;
			}
			
			a{
				color: #000000;
    			text-decoration: none;
			}
			
			img{
				border:0px;
			}
			
			#logoTop{
			    margin: 80px auto 0;
			    height: 54px;
			    width: 940px;
			}
			
			#header{
				background:#ffffff;
				width:1117px;
				height: auto;
				margin:auto;
				overflow: hidden;
				color:#0979bb;
				height:134px;
				background: url("../images/layout/bkgHeaderGray_1117x135.png") no-repeat scroll 0 0 transparent;
			}
			
			
			#loginTop{
				float:right;
				width: auto;
				text-align: right;
				margin-right: 10px;
			}
			
			
			#main-content{
				background: url("../images/layout/bkgContentGray_1117x22.png") repeat-y scroll 0 0 transparent;
				width: 1077px;
				min-height:510px;
				height:auto !important;
				height: 610px;
				margin:auto;
				padding:20px;
				overflow: hidden;
			}
			
			#banner{
				margin:0 auto 3px;
				height: 273px;
				width: 873px;
				overflow: hidden;
			}
			
			#footer {
				background: url("../images/layout/bkgFooterGray_1117x105.png") no-repeat scroll 0 0 transparent;
			    color: #666666;
			    font-size: 0.8em;
			    padding-bottom: 20px;
			    text-align: left;
			    width: 1117px;
			    margin:auto;
			    color:#3d2b21;
			    height: 105px;
			}
			
			#footer a{
			    color: #ffffff;
			    text-decoration: none;
			}
			
				 
			#bannerslinks{
				height: 40px;
			    margin-top: 230px;
			    width: 873px;
			}
			
			.homelink{
				width: 289px;
				height: 40px;
				float:left;
				cursor:pointer;
			}
			
			.homelinkNoCursor{
				width: 289px;
				height: 40px;
				float:left;
			}
			
			ul.subMnuLinks li a{
				color: #666666;
			}
			
			.mnuLinks li.currentMnu a, .subMnuLinks li.currentMnu a{
				color: #000000;
			}
			
			.menuList{
				width: 190px;
				height: auto;
				margin: 50px 0 0px 50px;
				float:left;
			}


			.mnuLinks li a{
				color:#ffffff;
			}
			
			.mnuLinks li , .subMnuLinks li{
				background: url("../images/layout/bkgMenuBarGray_175x28.jpg") repeat-x scroll 0 0 transparent;
				min-height: 28px;
				width: 185px;
				margin: 10px 0;
				text-decoration: none;
				list-style: none;
				color:#fff;
				cursor:pointer;
				padding-left: 10px;
				padding-top: 3px;
			}
			
			
			
			
			.subMnuLinks{
				margin-top: 20px;
			}
			
			.subMnuLinks li{
				width: 145px;
				padding-left: 30px;
				margin-left: -10px;
				background: transparent;
			}
			
			
			
			.mnuLinks li a:hover , .subMnuLinks li a:hover{
				color:#d2cdca;
			}
			
			#logo, #btnNextRot, #btnPrevRot{
				border:0px;
				cursor:pointer;
			}
			
			img{
				border: solid #666666 1px; 
			}
			
			.currentMnu a{
				color:#000000;
			}
			
			#paypalContent{
				float: right;
				width: 200px;
				height: 50px;
				margin-top: -10px;
			}
			
			#logoPP{
				border:0px;	
			}
			
			
			#linkFacebook{
			    height: 35px;
			    width: 30px;
			    float:left;
			}
			
			#linkTwitter{
				width:90px;
				height: 35px;
				float:left;
			}
			
			#linksSocialNetworks{
				width: 130px;height: 40px;float:right;
			}
			
			#icono_facebook{
				border:0px;
			}
