﻿.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-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

/* fix ie button padding bug - apply to all buttons to reduce extra padding applied by ie!
input
{
	width: auto;
	overflow: visible;
} */

textarea
{
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TEXTBOX CONTROLS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.textBox, .textbox
{
	background-position: left top;
	margin: 1px;
	border-right: #dfe5e7 1px solid;
	border-top: #a8bac2 1px solid;
	border-left: #a8bac2 1px solid;
	border-bottom: #dfe5e7 1px solid;
	background: #F3F2E7 url(Images/bgTextBox.gif) repeat-x left top;
	color: #11354A;
	font-family: verdana;
	font-size: 10pt;
	padding: 1px;
	height: 30px;
	width:250px;
}

.blinkText
{
	color: #999999;
}

.searchtext
{
	border: solid 1px #d3d3d3;
	vertical-align: top;
	font-size: 12px;
}

.searchboxtext
{
	width: 110px;
	border: solid 1px #E3E3E3;
	font-size: 12px;
}

.newsaddcommenttitletext
{
	width: 250px;
	border: solid 1px #E3E3E3;
	vertical-align: top;
	font-size: 12px;
}

.accountsignaturetext
{
	height: 100px;
	width: 500px;
	border: solid 1px #E3E3E3;
	vertical-align: top;
}

.nopnumerictextboxtext
{
	background-position: left top;
	margin: 1px;
	border-right: #dfe5e7 1px solid;
	border-top: #a8bac2 1px solid;
	border-left: #a8bac2 1px solid;
	border-bottom: #dfe5e7 1px solid;
	background: #F3F2E7 url(Images/bgTextBox.gif) repeat-x left top;
	color: #11354A;
	font-family: verdana;
	font-size: 10pt;
	padding: 1px;
	height: 30px;
	width:250px;
}

.forumtopictitletext
{
	width: 500px;
	border: 1px solid #acacac;
	vertical-align: top;
	font-size: 12px;
}

.privatemessagesubjecttext
{
	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;
}

.contactusenquirytext, .blogaddcommentcommenttext, .newsaddcommentcommenttext
{
	font-size: 12px;
	background-color: #FBFAEE;
	border-right: #dfe5e7 1px solid;
	border-top: #a8bac2 1px solid;
	border-left: #a8bac2 1px solid;
	border-bottom: #dfe5e7 1px solid;
	color: #11354A;
}

.shoppingcartquantitytext
{
	background-position: left top;
	margin: 1px;
	border-right: #dfe5e7 1px solid;
	border-top: #a8bac2 1px solid;
	border-left: #a8bac2 1px solid;
	border-bottom: #dfe5e7 1px solid;
	background: #F3F2E7 url(Images/bgTextBox.gif) repeat-x left top;
	color: #11354A;
	font-family: verdana;
	font-size: 10pt;
	padding: 1px;
	height: 30px;
	width:30px;
	text-align:center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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
{
	margin-bottom: 2px;
}

.searchbutton
{

}

.contactusbutton
{
	float: right;
	background-color:Transparent;
	border-style:None;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image:url(images/submitMessage.png);
	width:199px;
	height:48px;
	cursor:pointer;
}
.contactusbutton:hover
{
	background-image:url(images/submitMessage-Hover.png);
}

.productlistproductdetailbutton
{

}

.productlistaddtocartbutton
{

}

.productgridproductdetailbutton
{

}

.productgridaddtocartbutton
{

}


.productemailafriendbutton
{
	background-position: left center;
	font-weight: bold;
	color: #10BEEF;
	cursor: pointer;
	padding-left: 20px;
	background-image: url(images/shareIcon.png);
	background-repeat: no-repeat;
	font-family:Arial;
	background-color:Transparent;
	font-size:14px;
	display:block;
}
.productemailafriendbutton:hover
{
	color:#1f7e96;
}

.productaddtocomparelistbutton
{

}

.productvariantaddtocartbuttonBig
{
	float: left;
	background-color:Transparent;
	border-style:None;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image:url(images/AddToCartBig.png);
	width:173px;
	height:55px;
	cursor:pointer;
}
.productvariantaddtocartbuttonBig:hover
{
	background-image:url(images/AddToCartBig-hover.png);
}

.productvariantaddtowishlistbutton
{

}

.productwritereviewbutton
{

}

.loginbutton
{

}

.registerbutton
{

}

.checkoutasguestbutton
{

}

.savecustomerinfobutton
{

}

.addbillingaddressbutton
{

}

.addshippingaddressbutton
{

}

.editaddressbutton
{

}

.deleteaddressbutton
{

}

.orderdetailsbutton
{

}

.changepasswordbutton
{
	background-color:Transparent;
	border-style:None;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image:url(images/SavePassword.png);
	width:233px;
	height:51px;
	cursor:pointer;
}
.changepasswordbutton:hover
{
	width:232px;
	background-image:url(images/SavePassword-Hover.png);
}

.changeemailbutton
{
	background-color:Transparent;
	border-style:None;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image:url(images/SaveEmailAddress.png);
	width:233px;
	height:51px;
	cursor:pointer;
}
.changeemailbutton:hover
{
	width:232px;
	background-image:url(images/SaveEmailAddress-Hover.png);
}


.registernextstepbutton
{

}

.completeregistrationbutton
{

}

.passwordrecoverybutton
{
 background-color:#10BEEF;
 padding:8px;
 font-size:14px;
 font-weight:bold;
 color:#ffffff;
 text-align:center;
 border-bottom-style:none;
 margin-top:20px;
 cursor:pointer;
}
.submiteventformbutton, .blogpostaddcommentbutton, .newsitemaddcommentbutton
{
 background-color:#10BEEF;
 padding:8px 12px 8px 12px;
 font-size:14px;
 font-weight:bold;
 color:#ffffff;
 text-align:center;
 border-bottom-style:none;
 margin:20px 0px 0px 0px;
 cursor:pointer;
}

.newpasswordbutton
{

}

.saveaddressbutton
{
	float: left;
	background-color:Transparent;
	border-style:None;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image:url(images/UpdateBillingAddress.png);
	width:233px;
	height:51px;
	cursor:pointer;
}
.saveaddressbutton:hover
{
	background-image:url(images/UpdateBillingAddress-Hover.png);
}

.saveshippingaddressbutton
{
	float: left;
	background-color:Transparent;
	border-style:None;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image:url(images/UpdateShippingAddress.png);
	width:259px;
	height:51px;
	cursor:pointer;
}
.saveshippingaddressbutton:hover
{
	background-image:url(images/UpdateShippingAddress-Hover.png);
}

.savepaymentinfobutton
{
	float: left;
	background-color:Transparent;
	border-style:None;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image:url(images/SaveCreditCard.png);
	width:233px;
	height:51px;
	cursor:pointer;
}
.savepaymentinfobutton:hover
{
	background-image:url(images/SaveCreditCard-Hover.png);
}

.orderdetailsprintbutton
{

}

.updatewishlistbutton
{

}

.sendemailafriendbutton
{

}

.applycouponcodebutton
{

}

.updatecartbutton
{
	float: left;
	background-color:Transparent;
	border-style:None;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image:url(images/updateCart.png);
	width:145px;
	height:37px;
	cursor:pointer;
}

.updatecartbutton:hover
{
	background-image:url(images/updateCart-Hover.png);
}

.continueshoppingbutton
{

}

.checkoutbutton
{
	float: left;
	background-color:Transparent;
	border-style:None;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image:url(images/checkOut.png);
	width:199px;
	height:48px;
	cursor:pointer;
}

.checkoutbutton:hover
{
	background-image:url(images/checkOut-hover.png);
}

.selectshippingaddressbutton
{
	float: left;
	background-color:Transparent;
	border-style:None;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image:url(images/useThisAddress.png);
	width:147px;
	height:36px;
	cursor:pointer;
}
.selectshippingaddressbutton:hover
{
	background-image:url(images/useThisAddress-Hover.png);
}

.newaddressnextstepbutton, .shippingmethodnextstepbutton
{
	float: left;
	background-color:Transparent;
	border-style:None;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image:url(images/ContinueCheckout.png);
	width:199px;
	height:48px;
	cursor:pointer;
}

.newaddressnextstepbutton:hover, .shippingmethodnextstepbutton:hover
{
	background-image:url(images/ContinueCheckout-HOver.png);
}

.selectbillingaddressbutton
{

}

.sameasshippingaddressbutton
{
	float: left;
	background-color:Transparent;
	border-style:None;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image:url(images/UseShippingAddress.png);
	width:175px;
	height:36px;
	cursor:pointer;
}
.sameasshippingaddressbutton:hover
{
	background-image:url(images/UseShippingAddress-Hover.png);
}

.selectcreditcardbutton
{
	float: left;
	background-color:Transparent;
	border-style:None;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image:url(images/UseThisCreditCard.png);
	width:157px;
	height:36px;
	cursor:pointer;
}
.selectcreditcardbutton:hover
{
	background-image:url(images/UseThisCreditCard-Hover.png);
}

.paymentmethodnextstepbutton
{

}

.paymentinfonextstepbutton
{

}

.confirmordernextstepbutton
{
	float: left;
	background-color:Transparent;
	border-style:None;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image:url(images/SendMyOrder.png);
	width:199px;
	height:48px;
	cursor:pointer;
}
.confirmordernextstepbutton:hover
{
	background-image:url(images/SendMyOrder-Hover.png);
}

.confirmorderchangebutton
{
	float: left;
	background-color:Transparent;
	border-style:None;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image:url(images/Change.png);
	width:72px;
	height:31px;
	cursor:pointer;
}
.confirmorderchangebutton:hover
{
	background-image:url(images/Change-Hover.png);
}

.orderprocessedcontinuebutton
{

}

.submitpmbutton
{

}

.cancelpmbutton
{

}

.replypmbutton
{

}

.deletepmbutton
{

}

.backpmbutton
{

}

.deleteselectedpmbutton
{

}

.submiteventbutton
{
	float: left;
	background-color:Transparent;
	border-style:None;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image:url(images/submitEvent.png);
	width:233px;
	height:51px;
	cursor:pointer;
}

.submiteventbutton:hover
{
	background-image:url(images/submitEvent-Hover.png);
}

.prebutton
{
	background-color:Transparent;
	border-style:None;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image:url(images/prevButton.png);
	width:90px;
	height:38px;
	cursor:pointer;
}
.prebutton:hover
{
	background-image:url(images/prevButton-hover.png);
}

.nextbutton
{
	background-color:Transparent;
	border-style:None;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image:url(images/nextButton.png);
	width:90px;
	height:38px;
	cursor:pointer;
}
.nextbutton:hover
{
	background-image:url(images/nextButton-hover.png);
}
.prepostbutton
{
	background-color:Transparent;
	border-style:None;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image:url(images/prevPost.png);
	width:118px;
	height:38px;
	cursor:pointer;
}
.prepostbutton:hover
{
	background-image:url(images/prevPost-hover.png);
}

.nextpostbutton
{
	background-color:Transparent;
	border-style:None;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image:url(images/nextPost.png);
	width:118px;
	height:38px;
	cursor:pointer;
}
.nextpostbutton:hover
{
	background-image:url(images/nextPost-hover.png);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	DROP DOWN LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.currencylist
{
	border: solid 1px #E3E3E3;
}

.languagelist
{
	border: solid 1px #E3E3E3;
}

.taxdisplaytypelist
{
	border: solid 1px #E3E3E3;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CHECKBOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.forumtopicoptionscheck
{
}

.forumtopicoptionscheck label
{
	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: #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
{
}
.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;
	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;
}

