.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.
/* 
/* 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.
/* 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	html

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

checkbox, input, radio, select
{
}

/* fix ie button padding bug - apply to all buttons to reduce extra padding applied by ie!
input
{
} */

textarea
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TEXTBOX CONTROLS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.textbox
{
}

.searchtext
{
}

.searchboxtext
{
    background: #f0f0f0;
    width: 130px;
    border: solid 0px #E3E3E3;
    vertical-align: top;
    font-size: 12px;
    padding: 2px;
    color: #555;
}

.newsaddcommenttitletext
{
    margin-top: 20px;
    width: 100%;
}

.newsaddcommentcommenttext
{
    margin-top: 5px;
    width: 100%;
}

.blogaddcommentcommenttext
{
}

.nopnumerictextboxtext
{
}

.forumtopictitletext
{
    width: 100%;
}

.forumsearchtext
{
}


.forumsearchboxtext
{
}

.bbeditortext
{
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINK BUTTON CONTROLS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.edittopiclinkbutton
{
    background: transparent url(images/ico-edit.gif) no-repeat scroll 0 0;
    padding-left: 18px;
    padding-right: 5px;
    cursor: pointer;
}

.deletetopiclinkbutton
{
    background: transparent url(images/ico-delete.gif) no-repeat scroll 0 0;
    padding-left: 18px;
    padding-right: 5px;
    cursor: pointer;
}

.replytopiclinkbutton
{
    background: transparent url(images/ico-forum-post-add.gif) no-repeat scroll 0 0;
    padding-left: 18px;
    cursor: pointer;
}

.watchtopiclinkbutton
{
    background: transparent url(images/ico-forum-watch.gif) no-repeat scroll 0 0;
    padding-left: 18px;
    cursor: pointer;
}

.editpostlinkbutton
{
    background: transparent url(images/ico-edit.gif) no-repeat scroll 0 0;
    padding-left: 18px;
    padding-right: 5px;
    cursor: pointer;
}

.deletepostlinkbutton
{
    background: transparent url(images/ico-delete.gif) no-repeat scroll 0 0;
    padding-left: 18px;
    padding-right: 5px;
    cursor: pointer;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BUTTON CONTROLS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchboxbutton
{
    cursor: pointer;
}

.searchbutton
{
    cursor: pointer;
}

.contactusbutton
{
    cursor: pointer;
}

.productlistproductdetailbutton
{
    cursor: pointer;
}

.productlistaddtocartbutton
{
    cursor: pointer;
}

.productgridproductdetailbutton
{
    cursor: pointer;
}

.productgridaddtocartbutton
{
    cursor: pointer;
}

.newsitemaddcommentbutton
{
    cursor: pointer;
}

.blogpostaddcommentbutton
{
    cursor: pointer;
}

.productemailafriendbutton
{
    cursor: pointer;
}

.productaddtocomparelistbutton
{
    cursor: pointer;
}

.productvariantaddtocartbutton
{
    cursor: pointer;
}

.productvariantaddtowishlistbutton
{
    cursor: pointer;
}

.productwritereviewbutton
{
    cursor: pointer;
}

.loginbutton
{
    cursor: pointer;
}

.registerbutton
{
    cursor: pointer;
}

.savecustomerinfobutton
{
    width: 80px;
    cursor: pointer;
}

.addbillingaddressbutton
{
    cursor: pointer;
}

.addshippingaddressbutton
{
    cursor: pointer;
}

.editaddressbutton
{
    cursor: pointer;
}

.deleteaddressbutton
{
    cursor: pointer;
}

.orderdetailsbutton
{
    cursor: pointer;
}

.changepasswordbutton
{
    cursor: pointer;
}

.registernextstepbutton
{
    cursor: pointer;
}

.completeregistrationbutton
{
    cursor: pointer;
}

.passwordrecoverybutton
{
    cursor: pointer;
}

.newpasswordbutton
{
    cursor: pointer;
}

.saveaddressbutton
{
    cursor: pointer;
}

.orderdetailsprintbutton
{
    cursor: pointer;
}

.updatewishlistbutton
{
    cursor: pointer;
}

.sendemailafriendbutton
{
    cursor: pointer;
}

.applycouponcodebutton
{
    cursor: pointer;
}

.updatecartbutton
{
    cursor: pointer;
}

.continueshoppingbutton
{
    cursor: pointer;
}

.checkoutbutton
{
    cursor: pointer;
}

.selectshippingaddressbutton
{
    margin-left: 20px;
    cursor: pointer;
}

.newaddressnextstepbutton
{
    margin-left: 20px;
    width: 100px;
    cursor: pointer;
}

.selectbillingaddressbutton
{
    cursor: pointer;
}

.sameasshippingaddressbutton
{
    cursor: pointer;
}

.shippingmethodnextstepbutton
{
    width: 100px;
    cursor: pointer;
}

.paymentmethodnextstepbutton
{
    width: 100px;
    cursor: pointer;
}

.paymentinfonextstepbutton
{
    width: 100px;
    cursor: pointer;
}

.confirmordernextstepbutton
{
    width: 100px;
    cursor: pointer;
}

.orderprocessedcontinuebutton
{
    cursor: pointer;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	DROP DOWN LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.currencylist
{
}

.languagelist
{
}

.taxdisplaytypelist
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CHECKBOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.forumtopicoptionscheck
{
}

.forumtopicoptionscheck label
{
    padding-left: 10px;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	AJAX CONTROL TOOLKIT - TAB CONTROL CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* GREY THEME */

.grey .ajax__tab_header
{
    background: transparent url(images/bg-hi.png) repeat scroll 0 0 !important;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    display: block;
    font-family: arial, verdana, helvetica, sans-serif;
    margin-right: 4px;
    overflow: hidden;
    color: #AAA;
    cursor:pointer;  
}
.grey .ajax__tab_header .ajax__tab_outer
{
    padding-left: 10px;
    margin-right: 3px;
}
.grey .ajax__tab_header .ajax__tab_inner
{
    padding: 3px 10px 2px 0px;
    color: #eee;
}
.grey .ajax__tab_hover .ajax__tab_inner
{
    color: #fff;
}
.grey .ajax__tab_active .ajax__tab_outer
{
    border: solid 1px #fff;
    /*border-bottom-width: 0;*/
}

ajax__tab_header .ajax__tab_active
{
    color: #fff;
}

.grey .ajax__tab_active .ajax__tab_inner
{
    border-top-width: 0;
    background: transparent url(images/bg-hi.png) repeat scroll 0 0 !important;
}
.grey .ajax__tab_body
{
    padding: 20px 20px 20px 20px;
    font-size: 10pt;
    border: solid 1px #fff;
    border-top-width: 0;
    background: transparent url(images/bg-hi.png) repeat scroll 0 0 !important;
    font-size: 12px;
    display: block;
    font-family: arial, verdana, helvetica, sans-serif;
}

.ajax__tab_default .ajax__tab_tab
{
    font-family: arial, verdana, helvetica, sans-serif;
}

.ajax__calendar .ajax__calendar_container
{
    font-family: arial, verdana, helvetica, sans-serif;
    background-color: #FFFFFF;
    border: 1px solid #646464;
    color: #000000;
    z-index: 9999;
    position: relative;
}

