﻿.foo {
}
/********** HTML **********/
checkbox, input, radio, select {
	font-size: 11px;
}
/* fix ie button padding bug  - apply to all button classes
input
{
	width: auto;
	overflow: visible;
}*/
textarea {
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
/********** TEXTBOX CONTROLS **********/
.textbox {
}
.searchtext {
	border: solid 1px #d3d3d3;
	vertical-align: top;
	font-size: 12px;
}
.newsaddcommenttitletext {
	width: 250px;
	border: solid 1px #E3E3E3;
	vertical-align: top;
	font-size: 12px;
}
.newsaddcommentcommenttext {
	height: 150px;
	width: 500px;
	border: solid 1px #E3E3E3;
	vertical-align: top;
	font-size: 12px;
}
.blogaddcommentcommenttext {
	height: 150px;
	width: 500px;
	border: solid 1px #E3E3E3;
	vertical-align: top;
	font-size: 12px;
}
.nopnumerictextboxtext {
	border: solid 1px #E3E3E3;
	font-size: 16px;
	font-weight: bold;
}
/********** BUTTON CONTROLS **********/
.searchboxbutton {
	background-image: url(images/buttons/productlistproductdetailbutton.png);
	background-repeat: no-repeat;
	border: 0px;
	color: #FFF;
	font-weight: bold;
	height: 25px;
	width: 64px;
	overflow: visible;
}
.searchboxbutton:hover {
	background-image: url(images/buttons/productlistproductdetailbutton-o.png);
}
.searchbutton {
	background-image: url(images/buttons/productlistproductdetailbutton.png);
	background-repeat: no-repeat;
	border: 0px;
	color: #FFF;
	font-weight: bold;
	height: 25px;
	width: 64px;
	overflow: visible;
}
.searchbutton:hover {
	background-image: url(images/buttons/productlistproductdetailbutton-o.png);
}
.contactusbutton {
	background-image: url(images/buttons/productlistproductdetailbutton.png);
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	height: 25px;
	width: 64px;
	overflow: visible;
	border: 0px;
	margin-bottom: 5px;
}
.productlistproductdetailbutton {
	background-image: url(images/buttons/productlistproductdetailbutton.png);
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	height: 25px;
	width: 64px;
	overflow: visible;
	border: 0px;
	margin-bottom: 5px;
}
.productlistproductdetailbutton:hover {
	background-image: url(images/buttons/productlistproductdetailbutton-o.png);
}
.productlistaddtocartbutton {
	background-image: url(images/buttons/productlistaddtocartbutton.png);
	background-repeat: no-repeat;
	border: 0px;
	color: #FFF;
	height: 25px;
	width: 64px;
	overflow: visible;
}
.productlistaddtocartbutton:hover {
	background-image: url(images/buttons/productlistaddtocartbutton-o.png);
}
.productgridproductdetailbutton {
	background-image: url(images/buttons/productlistproductdetailbutton.png);
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	height: 25px;
	width: 64px;
	overflow: visible;
	border: 0px;
}
.productgridproductdetailbutton:hover {
	background-image: url(images/buttons/productlistproductdetailbutton-o.png);
}
.productgridaddtocartbutton {
	background-image: url(images/buttons/productlistaddtocartbutton.png);
	background-repeat: no-repeat;
	color: #0276a5;
	height: 25px;
	width: 64px;
	overflow: visible;
	border: 0px;
}
.productgridaddtocartbutton:hover {
	background-image: url(images/buttons/productlistaddtocartbutton-o.png);
}
.newsitemaddcommentbutton {
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}
.blogpostaddcommentbutton {
	background-image: url(images/buttons/blogpostaddcommentbutton.png);
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	height: 25px;
	width: 87px;
	overflow: visible;
	border: 0px;
}
.blogpostaddcommentbutton:hover {
}
.productemailafriendlinkbutton {
	background-image: url(images/icons/email.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #af9357;
	font-size: 14px;
	padding: 5px 3px 5px 29px;
	text-decoration: none;
}
.productemailafriendlinkbutton:hover {
	text-decoration: none;
	color: #cfa54d;
}
.productaddtocomparelistlinkbutton {
	background-image: url(images/icons/bulb.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #0c65cf;
	font-weight: bold;
	text-decoration: none;
}
.productaddtocomparelistlinkbutton:hover {
	text-decoration: underline;
}
.productvariantaddtocartbutton {
}
.productvariantaddtocartbutton:hover {
}
.productvariantaddtowishlistlinkbutton {
	margin-right: 15px;
}
.productvariantaddtowishlistlinkbutton:hover {
}
.productwritereviewbutton {
	background-image: url(images/buttons/write-review.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 20px 60px;
	display: block;
	float: left;
}
.productwritereviewbutton:hover {
	background-image: url(images/buttons/write-review-o.png);
}
.vn-productwritereviewbutton {
	background-image: url(images/buttons/vnwrite-review.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 20px 60px;
	display: block;
	float: left;
}
.vn-productwritereviewbutton:hover {
	background-image: url(images/buttons/vnwrite-review-o.png);
}
.loginbutton {
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	margin-bottom: 3px;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}
.registerbutton {
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	margin-bottom: 3px;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}
.savecustomerinfobutton {
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	margin-bottom: 3px;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}
.addbillingaddressbutton {
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	margin-bottom: 3px;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}
.addshippingaddressbutton {
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	margin-bottom: 3px;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}
.editaddressbutton {
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #333;
	margin-bottom: 3px;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}
.deleteaddressbutton {
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #333;
	margin-bottom: 3px;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}
.orderdetailsbutton {
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #333;
	margin-bottom: 3px;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}
.changepasswordbutton {
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}
.registernextstepbutton {
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}
.completeregistrationbutton {
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}
.passwordrecoverybutton {
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}
.newpasswordbutton {
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}
.saveaddressbutton {
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}
.orderdetailsprintbutton {
	background-image: url(images/icons/print-icon.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 62px;
	height: 49px;
	display: table-cell;
}
.orderdetailsprintbutton:hover {
	background-image: url(images/icons/print-icon-o.jpg);
}
.updatewishlistbutton {
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #333;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}
.sendemailafriendbutton {
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}
.applycouponcodebutton {
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #333;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}
.updatecartbutton {
	background-image: url(images/icons/update-icon.png);
	background-repeat: no-repeat;
	color: #06511c;
	font-weight: bold;
	z-index: 5;
	background-position: left center;
	padding: 5px 0px 5px 23px;
	margin-left: 13px;
}
.updatecartbutton:hover {
	color: #df920d;
}
.continueshoppingbutton {
	background-image: url(images/icons/cont-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #4e9a06;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	padding: 7px 10px 7px 35px;
}
.continueshoppingbutton:hover {
	text-decoration: none;
}
.checkoutbutton {
	background-image: url(images/icons/checkout-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #4e9a06;
	font-size: 16px;
	display: inline-block;
	font-weight: bold;
	padding: 7px 35px 7px 10px;
	border-left: 1px #4e9a06 solid;
}
.checkoutbutton:hover {
	text-decoration: none;
}
.selectshippingaddressbutton, .selectbillingaddressbutton, .sameasshippingaddressbutton {
	color: green;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	border: 0px;
	border-bottom: 1px green solid;
	background-color: white;
}
.selectshippingaddressbutton:hover, .selectbillingaddressbutton:hover, .sameasshippingaddressbutton:hover {
	color: #f98400;
	border-bottom: 1px #f98400 solid;
}
.newaddressnextstepbutton, .shippingmethodnextstepbutton, .paymentinfonextstepbutton {
	background-image: url(images/icons/checkout-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #4e9a06;
	font-size: 16px;
	display: inline-block;
	font-weight: bold;
	padding: 7px 35px 7px 0px;
}
.paymentmethodnextstepbutton {
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}
.confirmordernextstepbutton {
	background-image: url(images/icons/checked-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #4e9a06;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	padding: 7px 10px 7px 36px;
}
.orderprocessedcontinuebutton {
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #333;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}
.submitpollvotebutton {
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #333;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}
/********** DROP DOWN LISTS **********/
.currencylist {
	background: #e3e3e3;
	border: solid 1px #aca899;
	font-size: 10px;
	padding-left: 2px;
	font-family: Tahoma;
	width: 70px;
}
.languagelist {
	background: #e3e3e3;
	border: solid 1px #aca899;
	font-size: 10px;
	padding-left: 2px;
	font-family: Tahoma;
	width: 80px;
}
/********** AJAX CONTROL TOOLKIT - TAB CONTROL CLASSES **********/
.orange {
	font-family: arial,helvetica;
}
.orange .ajax__tab_body {
	font-size: 10pt;
	border: 1px solid #333;
	border-top: none;
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
}
.orange .ajax__tab_header {
	background-color: #333;
	border: solid 2px #333;
	border-bottom: none;
	padding: 2px 2px 4px 2px;
}
.orange .ajax__tab_tab {
	font-size: 1em;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border: solid 1px #FFF;
	padding: 5px;
	background: #404040;
}
.orange .ajax__tab_active .ajax__tab_tab, .orange .ajax__tab_hover .ajax__tab_tab {
	color: #ff9933;
	border: solid 1px #ff9933;
}
/* GREY THEME */
.grey .ajax__tab_header {
	font-family: "Helvetica Neue" , Arial, Sans-Serif;
	background: url(images/tab-line.png) repeat-x bottom;
	font-size: 12px;
	display: block;
}
.grey .ajax__tab_header .ajax__tab_outer {
	background: url(images/tab.png) no-repeat left top;
	border-color: #222;
	color: #222;
	padding-left: 10px;
	margin-right: 3px;
}
.grey .ajax__tab_header .ajax__tab_inner {
	background: url(images/tab.png) no-repeat right top;
	border-color: #666;
	color: #666;
	padding: 3px 10px 2px 0px;
}
.grey .ajax__tab_hover .ajax__tab_inner {
	color: #000;
}
.grey .ajax__tab_active .ajax__tab_outer {
	background: url(images/tab.png) no-repeat 0pt -40px;
	border-bottom-color: #ffffff;
}
.grey .ajax__tab_active .ajax__tab_inner {
	background: url(images/tab.png) no-repeat right -40px;
	color: #000;
	border-color: #333;
}
.grey .ajax__tab_body {
	font-family: arial,helvetica;
	font-size: 10pt;
	background-color: #fff;
	border: solid 1px #d7d7d7;
	border-top-width: 0;
}
/********** ADD MORE... ***********/
.search-box {
	border: 1px #47d0fe solid;
	text-align: left;
	padding: 1px;
    background-color:White;
}
.search-box .searchboxtext {
	border: 0px;
	width: 172px;
	font-size: 12px;
}
.search-box .search-button {
	background-color: red;
	color: white;
	border: 0px;
	padding: 4px 3px;
}
.addthis_default_style {
	padding: 10px 50px;
	display: inline-block;
	background-image: url(images/icons/sm-share-en.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
}

