﻿.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
{
}

/* fix ie button padding bug  - apply to all button classes
input
{
	width: auto;
	overflow: visible;
}*/

        .check input {

        }

textarea
{
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
    border: 1px solid #ABC8E2;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TEXTBOX CONTROLS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.textbox
{
}

.searchtext
{
    border:1px solid #ABC8E2;
    color:#375D81;
    height:14px;
    margin:0;
    padding:3px 3px 2px;
	vertical-align: top;
	font-size: 12px;
}

.searchInput .searchtext {
    width: 300px !important;
    margin: 0 auto;
    display: block;
}


.searchboxtext
{
    border: 1px solid #abc8e2;
    color: #abc8e2;
    font-size: 11px;
    padding: 0 3px 0;
    width: 123px;
    height: 14px;
    margin: 0 0 0 5px;
}

.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: 1px solid #ABC8E2;
	vertical-align: top;
	font-size: 12px;
}

.nopnumerictextboxtext
{
	border: solid 1px #b4d9f1;
	vertical-align: top;
	font-size: 12px;
    height:19px;
    padding: 3px 0 0;
    text-align: center;
    width: 25px !important;
}

.shoppingcartquantitytext
{
        border:1px solid #B4D9F1;
        font-size:12px;
        height:17px;
        padding:2px 0;
        width:30px;
        text-align: center;
}

.wishlistquantitytext
{
        border:1px solid #B4D9F1;
        font-size:12px;
        height:17px;
        padding:2px 0;
        text-align:center;
        width:30px;
}

.forumtopictitletext
{
	width: 500px;
	border: 1px solid #acacac;
	vertical-align: top;
	font-size: 12px;
}

.forumsearchtext
{
	width: 500px;
    border:1px solid #ABC8E2;
    color:#375D81;
    font-size:12px;
    height:14px;
    margin:0px;
    padding:4px 3px 4px;
}


.forumsearchboxtext
{
    border:1px solid #ABC8E2;
    color:#375D81;
    font-size:12px;
    height:14px;
    margin:0 0 0 5px;
    padding:4px 3px 4px;
    width:123px;
}

.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;
}

.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/btns/btn_search.gif') no-repeat 0 0;
    height: 19px;
    width: 20px;
	overflow: visible;
    border: none;
    cursor: pointer;
    font-size: 0;
	display:block;
	margin:0;
}

.searchboxbutton:hover {
    background-position: 0 100%;
}


.searchbutton
{
    font: normal 12px/22px Tahoma,Arial,sans-serif;
    background:#52A7DE none repeat scroll 0 0;
    color:#FFFFFF;
    display:inline-block;
    width: auto;
	overflow: visible;
    padding:0px 16px;
    margin: 10px 0 0;
    height: 24px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}

.SearchButton_marg{
	margin-top:0;
}

.contactusbutton
{
    font: normal 12px/22px Tahoma,Arial,sans-serif;
    background:#52A7DE none repeat scroll 0 0;
    color:#FFFFFF;
    display:inline-block;
    width: auto;
	overflow: visible;
    padding:0px 16px;
    margin: 0 8px 0 0;
    height: 24px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}

.productlistproductdetailbutton
{
    background:#52A7DE none repeat scroll 0 0;
    border:medium none;
    color:#FFFFFF;
    cursor:pointer;
    display:inline-block;
    font-family:Tahoma,Arial,sans-serif;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    height:24px;
    line-height:22px;
    overflow:visible;
    padding:0 6px;
    margin: 0 0 5px;
    text-transform:uppercase;
    width:auto;
}
.productlistproductdetailbutton:hover {
    background:#FB7E67 none repeat scroll 0 0;
    color:#FFFFFF;
}
.productlistaddtocartbutton
{
    background:#52A7DE none repeat scroll 0 0;
    border:medium none;
    color:#FFFFFF;
    cursor:pointer;
    display:inline-block;
    font-family:Tahoma,Arial,sans-serif;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    height:24px;
    line-height:22px;
    overflow:visible;
    padding:0 6px;
    text-transform:uppercase;
    width:auto;
}
.productlistaddtocartbutton:hover {
    background:#FB7E67 none repeat scroll 0 0;
    color:#FFFFFF;
}

.productgridproductdetailbutton
{
    background:#52A7DE none repeat scroll 0 0;
    border:medium none;
    color:#FFFFFF;
    cursor:pointer;
    display:inline-block;
    font-family:Tahoma,Arial,sans-serif;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    height:24px;
    line-height:22px;
    overflow:visible;
    padding:0 6px;
    text-transform:uppercase;
    width:auto;
}

.productgridaddtocartbutton
{
    background:#52A7DE none repeat scroll 0 0;
    border:medium none;
    color:#FFFFFF;
    cursor:pointer;
    display:inline-block;
    font-family:Tahoma,Arial,sans-serif;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    height:24px;
    line-height:22px;
    overflow:visible;
    padding:0 6px;
    text-transform:uppercase;
    width:auto;
    margin: 5px 0;
}

.newsitemaddcommentbutton
{
    background:#52A7DE none repeat scroll 0 0;
    border:medium none;
    color:#FFFFFF;
    cursor:pointer;
    display:inline-block;
    font-family:Tahoma,Arial,sans-serif;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    height:24px;
    line-height:22px;
    overflow:visible;
    padding:0 6px;
    text-transform:uppercase;
    width:auto;
}

.blogpostaddcommentbutton
{
    background:#52A7DE none repeat scroll 0 0;
    border:medium none;
    color:#FFFFFF;
    cursor:pointer;
    display:inline-block;
    font-family:Tahoma,Arial,sans-serif;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    height:24px;
    line-height:22px;
    overflow:visible;
    padding:0 6px;
    text-transform:uppercase;
    width:auto;
}


.btn_blog {
    background:#52A7DE none repeat scroll 0 0;
    border:medium none;
    color:#FFFFFF;
    cursor:pointer;
    display:inline-block;
    font-family:Tahoma,Arial,sans-serif;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    height:24px;
    line-height:22px;
    overflow:visible;
    padding:0 6px;
    text-transform:uppercase;
    width:auto;
    margin: 0 auto;
}


.productemailafriendbutton
{
    background:#52A7DE none repeat scroll 0 0;
    border:medium none;
    color:#FFFFFF;
    cursor:pointer;
    display:inline-block;
    font-family:Tahoma,Arial,sans-serif;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    height:24px;
    line-height:22px;
    overflow:visible;
    padding:0 6px;
    margin: 0 0 5px;
    text-transform:uppercase;
    width:auto;
}
.productemailafriendbutton:hover {
    background:#FB7E67 none repeat scroll 0 0;
    color:#FFFFFF;
}

.productaddtocomparelistbutton {
    background:#52A7DE none repeat scroll 0 0;
    border:medium none;
    color:#FFFFFF;
    cursor:pointer;
    display:inline-block;
    font-family:Tahoma,Arial,sans-serif;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    height:24px;
    line-height:22px;
    overflow:visible;
    padding:0 6px;
    margin: 0 0 5px;
    text-transform:uppercase;
    width:auto;
}
.productaddtocomparelistbutton:hover {
    background:#FB7E67 none repeat scroll 0 0;
    color:#FFFFFF;
}

.productvariantaddtocartbutton {
    background:#FB7E67 none repeat scroll 0 0;
    border:medium none;
    color:#FFFFFF;
    cursor:pointer;
    display:inline-block;
    font-family:Tahoma,Arial,sans-serif;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    height:24px;
    line-height:22px;
    overflow:visible;
    padding:0 6px;
    text-transform:uppercase;
    width:95px;
}
.productvariantaddtocartbutton:hover {
    background:#52A7DE none repeat scroll 0 0;
    color:#FFFFFF;
}
.productvariantaddtowishlistbutton
 {
    background:#52A7DE none repeat scroll 0 0;
    border:medium none;
    color:#FFFFFF;
    cursor:pointer;
    display:inline-block;
    font-family:Tahoma,Arial,sans-serif;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    height:24px;
    line-height:22px;
    overflow:visible;
    padding:0 6px;
    text-transform:uppercase;
    width:auto;
}
.productvariantaddtowishlistbutton:hover {
    background:#FB7E67 none repeat scroll 0 0;
    color:#FFFFFF;
}

.productwritereviewbutton
{
    background:#52A7DE none repeat scroll 0 0;
    border:medium none;
    color:#FFFFFF;
    cursor:pointer;
    display:inline-block;
    font-family:Tahoma,Arial,sans-serif;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    height:24px;
    line-height:22px;
    overflow:visible;
    padding:0 6px;
    margin: 0 0 5px;
    text-transform:uppercase;
    width:auto;
}
.productwritereviewbutton:hover {
    background:#FB7E67 none repeat scroll 0 0;
    color:#FFFFFF;
}

.loginbutton
{
    font: normal 12px/22px Tahoma,Arial,sans-serif;
    background:#52A7DE none repeat scroll 0 0;
    color:#FFFFFF;
    display:inline-block;
    width: auto;
	overflow: visible;
    padding:0px 6px;
    height: 24px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
	overflow: visible;
}

.registerbutton
{
    font: normal 12px/22px Tahoma,Arial,sans-serif;
    background:#52A7DE none repeat scroll 0 0;
    color:#FFFFFF;
    display:inline-block;
    width: auto;
	overflow: visible;
    padding:0px 6px;
    height: 24px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}

.registerbutton:hover, .loginbutton:hover, .passwordrecoverybutton:hover, .registernextstepbutton:hover,
.completeregistrationbutton:hover, .contactusbutton:hover, .searchbutton:hover, .savecustomerinfobutton:hover,
.addbillingaddressbutton:hover, .addshippingaddressbutton:hover, .changepasswordbutton:hover,
.checkoutbutton:hover, .applycouponcodebutton:hover, .updatewishlistbutton:hover, .saveaddressbutton:hover,
.deleteaddressbutton:hover, .btn_new_album:hover, .btn_blue:hover, .shippingmethodnextstepbutton:hover,
.paymentmethodnextstepbutton:hover, .paymentinfonextstepbutton:hover, .newaddressnextstepbutton:hover,
sameasshippingaddressbutton:hover, .selectbillingaddressbutton:hover, .productgridproductdetailbutton:hover,
.productgridaddtocartbutton:hover, .orderdetailsbutton:hover, .blogpostaddcommentbutton:hover, .btn_blog:hover,
.orderdetailsprintbutton:hover
{
    background:#FB7E67 none repeat scroll 0 0 !important;
    color:#FFFFFF !important;
}

.savecustomerinfobutton, .applycouponcodebutton, .addbillingaddressbutton, .addshippingaddressbutton,  .editaddressbutton,
.deleteaddressbutton, .orderdetailsbutton, .changepasswordbutton, .registernextstepbutton, .completeregistrationbutton,
.passwordrecoverybutton, .newpasswordbutton, .saveaddressbutton, .orderdetailsprintbutton, .updatewishlistbutton,
.sendemailafriendbutton, .btn_new_album, .btn_blue
{
    font: normal 12px/22px Tahoma,Arial,sans-serif;
    background:#52A7DE none repeat scroll 0 0;
    color:#FFFFFF;
    display:inline-block;
    width: auto;
    overflow: visible;
    padding:0px 6px;
    height: 24px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    overflow: visible;
}

.sendemailafriendbutton:hover{
	background:#FB7E67;
}


.updatecartbutton
{
	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;
}

.continueshoppingbutton
{
	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;
}

.checkoutbutton
{
    font: normal 12px/22px Tahoma,Arial,sans-serif;
    background:#52A7DE none repeat scroll 0 0;
    color:#FFFFFF;
    display:inline-block;
    width: auto;
	overflow: visible;
    padding:0px 6px;
    height: 24px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
	overflow: visible;
}

.selectshippingaddressbutton
{
    font: normal 12px/22px Tahoma,Arial,sans-serif;
    background:#52A7DE none repeat scroll 0 0;
    color:#FFFFFF;
    display:inline-block;
    width: auto;
	overflow: visible;
    padding:0px 6px;
    height: 24px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
	overflow: visible;
}

.newaddressnextstepbutton
{
    font: normal 12px/22px Tahoma,Arial,sans-serif;
    background:#52A7DE none repeat scroll 0 0;
    color:#FFFFFF;
    display:inline-block;
    width: auto;
	overflow: visible;
    padding:0px 6px;
    height: 24px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
	overflow: visible;
}

.selectbillingaddressbutton
{
    font: normal 12px/22px Tahoma,Arial,sans-serif;
    background:#52A7DE none repeat scroll 0 0;
    color:#FFFFFF;
    display:inline-block;
    width: auto;
	overflow: visible;
    padding:0px 6px;
    height: 24px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
	overflow: visible;
}

.sameasshippingaddressbutton
{
    font: normal 12px/22px Tahoma,Arial,sans-serif;
    background:#52A7DE none repeat scroll 0 0;
    color:#FFFFFF;
    display:inline-block;
    width: auto;
	overflow: visible;
    padding:0px 6px;
    height: 24px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
	overflow: visible;
}

.shippingmethodnextstepbutton
{
    font: normal 12px/22px Tahoma,Arial,sans-serif;
    background:#52A7DE none repeat scroll 0 0;
    color:#FFFFFF;
    display:inline-block;
    width: auto;
	overflow: visible;
    padding:0px 6px;
    height: 24px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
	overflow: visible;
}

.paymentmethodnextstepbutton
{
    font: normal 12px/22px Tahoma,Arial,sans-serif;
    background:#52A7DE none repeat scroll 0 0;
    color:#FFFFFF;
    display:inline-block;
    width: auto;
	overflow: visible;
    padding:0px 6px;
    height: 24px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
	overflow: visible;
}

.paymentinfonextstepbutton
{
    font: normal 12px/22px Tahoma,Arial,sans-serif;
    background:#52A7DE none repeat scroll 0 0;
    color:#FFFFFF;
    display:inline-block;
    width: auto;
	overflow: visible;
    padding:0px 6px;
    height: 24px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
	overflow: visible;
}

.confirmordernextstepbutton
{
    font: normal 12px/22px Tahoma,Arial,sans-serif;
    background:#52A7DE none repeat scroll 0 0;
    color:#FFFFFF;
    display:inline-block;
    width: auto;
	overflow: visible;
    padding:0px 6px;
    height: 24px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
	overflow: visible;
}

.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;
}

.submitforumtopicbutton
{
    font: normal 12px/22px Tahoma,Arial,sans-serif;
    background:#52A7DE none repeat scroll 0 0;
    color:#FFFFFF;
    display:inline-block;
    width: auto;
	overflow: visible;
    padding:0px 6px;
    height: 24px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
	overflow: visible;
}

.cancelforumtopicbutton
{
    font: normal 12px/22px Tahoma,Arial,sans-serif;
    background:#52A7DE none repeat scroll 0 0;
    color:#FFFFFF;
    display:inline-block;
    width: auto;
	overflow: visible;
    padding:0px 6px;
    height: 24px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
	overflow: visible;
}

.forumsearchbutton
{
    font: normal 12px/22px Tahoma,Arial,sans-serif;
    background:#52A7DE none repeat scroll 0 0;
    color:#FFFFFF;
    display:inline-block;
    width: auto;
	overflow: visible;
    padding:0px 6px;
    height: 24px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
	overflow: visible;
}


.forumsearchboxbutton
{
    font: normal 12px/22px Tahoma,Arial,sans-serif;
    background:#52A7DE none repeat scroll 0 0;
    color:#FFFFFF;
    display:inline-block;
    width: auto;
	overflow: visible;
    padding:0px 6px;
    height: 24px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
	overflow: visible;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	DROP DOWN LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.currencylist
{
	background: #fff;
    border:1px solid #ABC8E2;
    color:#ABC8E2;
    font-size:11px;
    height:21px;
    margin:0 0 0 5px;
}

.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: #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
{
/*	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;*/
	color: #222;
    background:  #b2def7;
	padding-left: 10px;
	margin-right: 3px;
}



.grey .ajax__tab_header .ajax__tab_active .ajax__tab_outer, .grey .ajax__tab_header .ajax__tab_outer:hover {
    background: #dbedf8;
}


.grey .ajax__tab_header .ajax__tab_inner
{
/*	background: url(images/tab.png) no-repeat right top;*/
    color: #375d81;
    font-weight: bold;
    font-size: 12px;
	padding: 6px 10px 6px 0;
}
.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;*/
}
.grey .ajax__tab_active .ajax__tab_inner
{
/*	background: url(images/tab.png) no-repeat right -40px;*/
	color: #3d576b;
}
.grey .ajax__tab_body
{
	font-family: arial,helvetica;
	font-size: 10pt;
	background-color: #dbedf8;
	border-top-width: 0;
        padding: 0px;
}

.grey .ajax__tab_panel {
    padding: 20px;
}

.CheckoutButton_red .checkoutbutton{
	background:#FB7E67;
}
.CheckoutButton_red .checkoutbutton:hover{
	background:#52A7DE !important;
}
