.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
{
}

.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;
}

.deletetopiclinkbutton
{
background:transparent url(images/ico-delete.gif) no-repeat scroll 0 0;
padding-left:18px;
padding-right:5px;
}

.replytopiclinkbutton
{
background:transparent url(images/ico-forum-post-add.gif) no-repeat scroll 0 0;
padding-left:18px;
}

.watchtopiclinkbutton
{
background:transparent url(images/ico-forum-watch.gif) no-repeat scroll 0 0;
padding-left:18px;
}

.editpostlinkbutton
{
background:transparent url(images/ico-edit.gif) no-repeat scroll 0 0;
padding-left:18px;
padding-right:5px;
}

.deletepostlinkbutton
{
background:transparent url(images/ico-delete.gif) no-repeat scroll 0 0;
padding-left:18px;
padding-right:5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BUTTON CONTROLS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchboxbutton
{
}

.searchbutton
{

}

.contactusbutton
{

}

.productlistproductdetailbutton
{

}

.productlistaddtocartbutton
{

}

.productgridproductdetailbutton
{
}

.productgridaddtocartbutton
{
}

.newsitemaddcommentbutton
{

}

.blogpostaddcommentbutton
{

}

.productemailafriendbutton
{

}

.productaddtocomparelistbutton
{

}

.productvariantaddtocartbutton
{

}

.productvariantaddtowishlistbutton
{

}

.productwritereviewbutton
{

}

.loginbutton
{

}

.registerbutton
{

}

.savecustomerinfobutton
{
width:80px;
}

.addbillingaddressbutton
{

}

.addshippingaddressbutton
{

}

.editaddressbutton
{

}

.deleteaddressbutton
{

}

.orderdetailsbutton
{

}

.changepasswordbutton
{

}

.registernextstepbutton
{

}

.completeregistrationbutton
{

}

.passwordrecoverybutton
{

}

.newpasswordbutton
{

}

.saveaddressbutton
{

}

.orderdetailsprintbutton
{

}

.updatewishlistbutton
{

}

.sendemailafriendbutton
{

}

.applycouponcodebutton
{

}

.updatecartbutton
{

}

.continueshoppingbutton
{

}

.checkoutbutton
{

}

.selectshippingaddressbutton
{
margin-left:20px;
}

.newaddressnextstepbutton
{
margin-left:20px;
width:100px;
}

.selectbillingaddressbutton
{

}

.sameasshippingaddressbutton
{

}

.shippingmethodnextstepbutton
{
width:100px;
}

.paymentmethodnextstepbutton
{
width:100px;
}

.paymentinfonextstepbutton
{
width:100px;
}

.confirmordernextstepbutton
{
width:100px;
}

.orderprocessedcontinuebutton
{

}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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 dashed #fff;
font-size: 14px;
display: block;
font-family:Georgia,"Times New Roman",Times,serif;
margin-right:4px;
overflow:hidden;
color:#AAA;
}
.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: dashed 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: dashed 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:Georgia,"Times New Roman",Times,serif;
}

.ajax__tab_default .ajax__tab_tab 
{
font-family:Georgia,"Times New Roman",Times,serif;
}

.ajax__calendar .ajax__calendar_container 
{
font-family:Georgia,"Times New Roman",Times,serif;
background-color:#FFFFFF;
border:1px solid #646464;
color:#000000;
z-index:9999;
position:relative;
}
