﻿.foo {
}
/****************************************************************************************************/
/* The contents of this file are subject to the nopCommerce Public License Version 1.0 ("License"); you may not use this file except in compliance with the License.
/* You may obtain a copy of the License at  http://www.nopCommerce.com/License.aspx. 
/* 
/* Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. 
/* See the License for the specific language governing rights and limitations under the License.
/* 
/* The Original Code is nopCommerce.
/* The Initial Developer of the Original Code is NopSolutions.
/* All Rights Reserved.
/* 
/* Contributor(s): RetroViz Design. 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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;
}

/* RCS - set all buttons to use hand for cursor */
input[type=submit], input[type=reset] {
    cursor: pointer;
    cursor: hand;
    
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
    border: 1px solid #FADA06;
    color: #FADA06;
    font-weight:bold;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
 }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TEXTBOX CONTROLS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.textbox {
}

.searchtext {
    border: solid 1px #d3d3d3;
    vertical-align: top;
    font-size: 12px;
}

.searchboxtext {
    background: #e3e3e3;
    width: 110px;
    border: solid 1px #E3E3E3;
    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;
}

.accountsignaturetext {
    height: 100px;
    width: 500px;
    border: solid 1px #E3E3E3;
    vertical-align: top;
}

.nopnumerictextboxtext {
    border: solid 1px #E3E3E3;
    vertical-align: top;
    font-size: 12px;
}

.shoppingcartquantitytext {
    border: solid 1px #E3E3E3;
    font-size: 12px;
    text-align: right;
}

.wishlistquantitytext {
    border: solid 1px #E3E3E3;
    font-size: 12px;
    text-align: right;
}

.forumtopictitletext {
    width: 500px;
    border: 1px solid #acacac;
    vertical-align: top;
    font-size: 12px;
}

.forumsearchtext {
    width: 500px;
    border: 1px solid #acacac;
    font-size: 14px;
}


.forumsearchboxtext {
    border: 1px solid #acacac;
    font-size: 12px;
}

.bbeditortext {
    border: #cec6b5 1px solid;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINK BUTTON CONTROLS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.edittopiclinkbutton {
    padding-right: 5px;
    padding-left: 18px;
    background: url('images/ico-edit.gif') no-repeat;
}

.deletetopiclinkbutton {
    padding-right: 5px;
    padding-left: 18px;
    background: url('images/ico-delete.gif') no-repeat;
}

.movetopiclinkbutton {
    padding-right: 5px;
    padding-left: 18px;
    background: url('images/ico-moveTopic.gif') no-repeat;
}

.replytopiclinkbutton {
    padding-right: 5px;
    padding-left: 18px;
    padding-bottom: 3px;
    background: url('images/ico-forum-post-add.gif') no-repeat;
}

.watchtopiclinkbutton {
    padding-left: 18px;
    background: url('images/ico-forum-watch.gif') no-repeat;
}

.editpostlinkbutton {
    padding-right: 5px;
    padding-left: 18px;
    background: url('images/ico-edit.gif') no-repeat;
}

.deletepostlinkbutton {
    padding-right: 5px;
    padding-left: 18px;
    background: url('images/ico-delete.gif') no-repeat;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BUTTON CONTROLS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchboxbutton {
    background: url(images/yellow_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
    border: 1px solid Black;
    color: #000;
    height: 18px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.searchbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
    border: 1px solid #FADA06;
    color:  #FADA06;
    font-weight:bold;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.contactusbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
    border: 1px solid #fada06;
    color: #fafd06;
    font-weight:bold;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.productlistproductdetailbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% #FADA06;
    border: 1px solid #FADA06;
    margin-bottom: 3px;
    color:  #FADA06;
    font-weight:bold;
    text-align: right;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.productlistaddtocartbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
    border: 1px solid #FADA06;
    margin-bottom: 3px;
    color: #FADA06;
    font-weight:bold;
    text-align: right;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.productgridproductdetailbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% #565955;
    border: 1px solid #FADA06;
    margin-bottom: 3px;
    color: #FADA06;
    font-weight:bold;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.productgridaddtocartbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% #565955;
    border: 1px solid #FADA06;
    margin-bottom: 3px;
    color: #FADA06;
    font-weight:bold;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.newsitemaddcommentbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% #FADA06;
    border: 1px solid #FADA06;
    color: #000;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.blogpostaddcommentbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% #FADA06;
    border: 1px solid #FADA06;
    color: #000;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.productemailafriendbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
    border: 1px solid #FADA06;
    color: #FADA06;
    font-weight:bold;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.productaddtocomparelistbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
    border: 1px solid #fada06;
    font-weight:bold;
    color: #fada06;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.productvariantaddtocartbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
    border: 1px solid #FADA06;
    margin-bottom: 3px;
    color: #FADA06;
    font-weight:bold;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.productvariantaddtowishlistbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
    border: 1px solid #FADA06;
    margin-bottom: 3px;
    color: #FADA06;
    font-weight:bold;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.productwritereviewbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% rgb(250, 218, 6);
    border: 1px solid #FADA06;
    margin-bottom: 3px;
    color: #FADA06;
    font-weight: bold;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.loginbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
    border: 1px solid #FADA06;
    color: #FADA06;
    font-weight:bold;
    margin-bottom: 3px;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.registerbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
    border: 1px solid #FADA06;
    color: #FADA06;
    font-weight:bold;
    margin-bottom: 3px;    
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.checkoutasguestbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% #FADA06;
    border: 1px solid #FADA06;
    font-weight:bold;
    margin-bottom: 3px;
    color: #FADA06;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.savecustomerinfobutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% #FADA06;
    border: 1px solid #FADA06;
    margin-bottom: 3px;
    color: #000;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.addbillingaddressbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% #FADA06;
    border: 1px solid #FADA06;
    margin-bottom: 3px;
    color: #000;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.addshippingaddressbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% #FADA06;
    border: 1px solid #FADA06;
    margin-bottom: 3px;
    color: #000;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.editaddressbutton {
    background: url(images/yellow_button_bg.gif) no-repeat 25% 50% #333;
    border: 1px solid #333;
    margin-bottom: 3px;
    color: #000;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.deleteaddressbutton {
    background: url(images/yellow_button_bg.gif) no-repeat 25% 50% #333;
    border: 1px solid #333;
    margin-bottom: 3px;
    color: #000;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.orderdetailsbutton {
    background: url(images/yellow_button_bg.gif) no-repeat 25% 50% #333;
    border: 1px solid #333;
    margin-bottom: 3px;
    color: #000;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.changepasswordbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% #FADA06;
    border: 1px solid #FADA06;
    color: #000;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.registernextstepbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
    border: 1px solid #FADA06;
    color: #FADA06;
    font-weight:bold;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.completeregistrationbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% #FADA06;
    border: 1px solid rgb(250, 218, 6);
    color: #000;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.passwordrecoverybutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% #FADA06;
    border: 1px solid #FADA06;
    color: #000;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.newpasswordbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% #FADA06;
    border: 1px solid #FADA06;
    color: #000;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.saveaddressbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% #FADA06;
    border: 1px solid #FADA06;
    color: #000;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.orderdetailsprintbutton {
    background: url(images/yellow_button_bg.gif) no-repeat 25% 50% #333;
    border: 1px solid #333;
    color: #000;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.updatewishlistbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
    border: 1px solid #FADA06;
    color: #FADA06;
    font-weight:bold;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.sendemailafriendbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% #FADA06;
    border: 1px solid #FADA06;
    color: #000;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.applycouponcodebutton {
    background: url(images/yellow_button_bg.gif) no-repeat 25% 50% #333;
    border: 1px solid #333;
    color: #000;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.updatecartbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
    border: 1px solid #FADA06;
    color: #FADA06;
    font-weight:bold;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.continueshoppingbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
    border: 1px solid #FADA06;
    color: #FADA06;
    font-weight:bold;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.checkoutbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
    border: 1px solid #FADA06;
    color: #FADA06;
    font-weight:bold;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.selectshippingaddressbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
    border: 1px solid #FADA06;
    color: #FADA06;
    font-weight:bold;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.newaddressnextstepbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% Grey;
    border: 1px solid #FADA06;
    color: #FADA06;
    font-weight:bold;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.selectbillingaddressbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% Grey;
    border: 1px solid #FADA06;
    color: #FADA06;
    font-weight:bold;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.sameasshippingaddressbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% Grey;
    border: 1px solid #FADA06;
    color: #FADA06;
    font-weight: bold;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.shippingmethodnextstepbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% Grey;;
    border: 1px solid #FADA06;
    color: #FADA06;
    font-weight:bold;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.paymentmethodnextstepbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% Grey;
    border: 1px solid #FADA06;
    color: #FADA06;
    font-weight: bold;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.paymentinfonextstepbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% Grey;
    border: 1px solid #FADA06;
    color: #FADA06;
    font-weight: bold;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.confirmordernextstepbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% Grey;
    border: 1px solid #FADA06;
    color: #FADA06;
    font-weight:bold;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.orderprocessedcontinuebutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% Grey;
    border: 1px solid #FADA06;
    color:  #FADA06;
    font-weight:bold;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.submitpollvotebutton {
    background: url(images/yellow_button_bg.gif) no-repeat 25% 50% #333;
    border: 1px solid #333;
    color: #000;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.submitforumtopicbutton {
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% #FADA06;
    border: 1px solid #FADA06;
    color: #000;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.cancelforumtopicbutton {
    background: url(images/yellow_button_bg.gif) no-repeat 25% 50% #333;
    border: 1px solid #333;
    color: #000;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.forumsearchbutton {
    background: url(images/yellow_button_bg.gif) no-repeat 25% 50% #333;
    border: 1px solid #333;
    color: #000;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}


.forumsearchboxbutton {
    background: url(images/yellow_button_bg.gif) no-repeat 25% 50% #333;
    border: 1px solid #333;
    color: #000;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
    text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	DROP DOWN LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.currencylist {
    background: #e3e3e3;
    border: solid 1px #3a3a3a;
}

.languagelist {
    background: #e3e3e3;
    border: solid 1px #3a3a3a;
}

.taxdisplaytypelist {
    background: #e3e3e3;
    border: solid 1px #3a3a3a;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CHECKBOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.forumtopicoptionscheck {
}

.forumtopicoptionscheck label {
    color: #555;
    font-size: 0.9em;
    padding-left: 5px;
    vertical-align: top;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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: #000fff;
    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: #000;
    font-weight: bold;
    text-align: center;
    border: solid 1px #000;
    padding: 5px;
    background: #404040;
}

.orange .ajax__tab_active .ajax__tab_tab, .orange .ajax__tab_hover .ajax__tab_tab {
    color: #FADA06;
    border: solid 1px #FADA06;
}

/* 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: #000fff;
}
.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;
}

