html, body {
    margin: 0 !important;
    padding: 0 !important;
    width: auto;
    height: auto;
    text-align: left;
}

.clearboth {
    clear: both;
}


/*				header					*/

#header-wrap {
	width: 100%;
	/*background: url('../img/default/header_footer/header-bg-tile.png') left top repeat-x;*/
	background-color: #fff;
	margin-bottom: 25px;
}

#header-v2 {
	width: 1000px;
	height: 103px;
	margin: 0 auto;
	overflow: hidden;
	line-height: 103px;
	position: relative;
}

img#logo {
	margin: auto;
	vertical-align: middle;
	border: 0;
}

a img#logo, a img#logo:hover, a img#logo:visited {
    border: none;
    border: 0;
}

#header-v2 #search-box {
    width: 410px;
    float: right;
    margin-top: 40px;
    padding: 0;
    height: 30px;
    display: none;   
}

.facebook-link-top{
	line-height: normal;
	float: right;
	margin: 4px 7px 0 0;
}

.ie7 #header-v2 #search-box {
    margin-top: -65px;
}

#header-v2 #search-box form {
    margin: 0;
    padding: 0;
    height: 30px;
}

#header-v2 #search-box .input-box-container {
    width: 326px;
    height: 30px;
    padding: 0;
    margin: 0;
    border: none;
    vertical-align: top;
    float: left;
    display: block;
    overflow: hidden;
}

#header-v2 #search-box .input-box-container .left {
    background: url('../img/default/header_footer/search-box-left-right.png') left top no-repeat;
    width: 3px;
    height: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

#header-v2 #search-box .input-box-container .right {
    background: url('../img/default/header_footer/search-box-left-right.png') -2px top no-repeat;
    width: 3px;
    height: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

#header-v2 #search-box .input-box-container .input-box {
    width: 310px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    color: #728293;
    padding-left: 10px;
}

.inst #header-v2 #search-box .input-box-container .input-box {
    border: 1px solid #ccc;
    height: 28px;
}

.inst #header-v2 #search-box .input-box-container .left,
.inst #header-v2 #search-box .input-box-container .right {
    display: none;
}




#header-v2 #search-box .find-button {
    padding: 0;
    margin: 0;
    float: right;
    display: block;
    
    height: 30px;
    vertical-align: top;
}

#header-wrap #dashes {
    visibility: hidden;
    background: url('../img/default/header_footer/dash-line.png') 0 0 repeat-x;
    width: 100%;
    height: 7px;
}


/*				textbookx menu					*/

#tbx-menu-wrapper {
    width: 100%;
    height: 45px;
    margin-bottom: 52px;
    background: url("../img/default/header_footer/menu_header_bg.png") repeat-x scroll 0 0 #94C6FF;
    background: url("../img/default/header_footer/menu_header_bg.png") repeat-x scroll 0 0, -moz-linear-gradient(top, #9dcbff 10%, #8dc2ff 100%);
    background: url("../img/default/header_footer/menu_header_bg.png") repeat-x scroll 0 0, -webkit-gradient(linear, left top, left bottom, color-stop(10%,#9dcbff), color-stop(100%,#8dc2ff));
    background: url("../img/default/header_footer/menu_header_bg.png") repeat-x scroll 0 0, -webkit-linear-gradient(top, #9dcbff 10%, #8dc2ff 100%);
    background: url("../img/default/header_footer/menu_header_bg.png") repeat-x scroll 0 0,  -o-linear-gradient(top, #9dcbff 10%, #8dc2ff 100%);
    background: url("../img/default/header_footer/menu_header_bg.png") repeat-x scroll 0 0, -ms-linear-gradient(top, #9dcbff 10%, #8dc2ff 100%);
    background: url("../img/default/header_footer/menu_header_bg.png") repeat-x scroll 0 0, linear-gradient(top, #9dcbff 10%, #8dc2ff 100%);
}

#tbx-menu-block {
    width: 1000px;
    height: 45px;
    margin: 0 auto;
    padding: 0;
    color: #fafdff;
    font-weight: bold;
    position: relative;
    z-index: 3;
}

#tbx-menu-block ul.menu-main {
    /*margin: 0;*/
    /*height: 100%;*/
	/*padding: 0 0 0 2px;*/
	/*list-style-type: none;*/
    /*overflow: hidden;*/
	/*float: left;*/
    /*background: url('../img/default/header_footer/menu-main-bg-sep.png') -1px 0% no-repeat;*/
    background-color: #84B3E7;
    border-right: 1px solid #B2DAFF;
    border-left: 1px solid #8DB6E5;
    float: left;
    list-style-type: none;
    margin: 2px 0 0;
    padding: 0;
}

#tbx-menu-block ul.menu-main li {
    /*float: left;*/
    /*display: block;*/
    /*height: 45px;*/
    /*line-height: 42px;*/
    /*background: url('../img/default/header_footer/menu-main-bg-sep.png') 100% 0% no-repeat;*/
    /*padding-right: 3px;*/
    border: 1px solid #B2DAFF;
    display: block;
    float: left;
    height: 40px;
    line-height: 42px;
    margin-right: 1px;
    background-color: #94C6FF;
    background: -moz-linear-gradient(top, #9dcbff 10%, #8dc2ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#9dcbff), color-stop(100%, #8dc2ff));
    background: -webkit-linear-gradient(top, #9dcbff 10%, #8dc2ff 100%);
    background: -o-linear-gradient(top, #9dcbff 10%, #8dc2ff 100%);
    background: -ms-linear-gradient(top, #9dcbff 10%, #8dc2ff 100%);
    background: linear-gradient(top, #9dcbff 10%, #8dc2ff 100%);

}

#tbx-menu-block ul.menu-main li span {
    display: block;
    width: 100%;
    /*margin: 3px 0;*/
    height: 40px;
}

#tbx-menu-block ul.menu-main li span a {
    padding: 0 20px;
    display: block;
    color: #fafdff;
    text-decoration: none;
}

#tbx-menu-block ul.menu-main li.current {
    background: none repeat scroll 0 0 #FFA909;
}

#tbx-menu-block ul.menu-main li span a:hover {
    text-decoration: underline;
}

#tbx-menu-block ul.menu-main li.current span {
    /*background-color: #ffa909;*/
    background: url("../img/default/header_footer/menu-main-current-pointer.png") no-repeat scroll 50% 23px transparent;
}

#tbx-menu-block ul.menu-main li.current span a {
    /*background: url('../img/default/header_footer/menu-main-current-pointer.png') 50% 25px no-repeat;*/
    line-height: 38px;
    margin-top: 2px;

}

#tbx-login {
    float: right;
    font-weight: normal;
    line-height: 45px;
    height: 45px;
    font-size: 10pt;
    overflow: hidden;
    width: 230px;
}

#tbx-login span {
    display: block;
    float: left;
}

#tbx-login a#signin {
    background: url('../img/default/header_footer/button-signin-v2.png') 0% 0% no-repeat;
    height: 28px;
    display: block;
    float: right;
    margin-top: 10px;
    width: 93px;
}

#tbx-login a#signin:hover {
    background: url('../img/default/header_footer/button-signin-v2.png') 0% -28px no-repeat;
}

#tbx-login a#signin.active {
    background: url('../img/default/header_footer/button-signin-v2.png') 0% -28px no-repeat;
    width: 93px;
}

#tbx-login a#signin-text {
    color: #FAFDFF;
    width: 60px;
    height: 24px;
    display: block;
    float: right;
    margin-top: 10px;
    line-height: 24px;
    /*text-decoration: none;*/
    /*font-weight: bold;*/
}

#tbx-login a#signin-text:hover {
    /*border-bottom: 1px dashed #FAFDFF;*/
    text-decoration: none;
}

#login-box {
    position: absolute;
    /*background: url('../img/default/header_footer/login-dropdown-bg.png') 0% 0% no-repeat;*/
    background-color: #FF9804;
    width: 219px;
    height: auto;
    padding-bottom: 10px;
    z-index: 6;
    right: 0;
    top: 31px;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: #FFCA80 solid 1px;
}

#login-box form {
    width: 185px;
    margin: 22px auto 0;
}

#login-box input[type=text], #login-box input[type=password], #replace-password {
    width: 175px;
    height: 22px;
    line-height: 22px;
    margin-bottom: 9px;
    border: none;
    color: #959595;
    font-style: italic;
    padding: 1px 0 1px 10px;
    font-weight: normal;
    font-size: 10pt;
    font-family: "Arial",serif;
}

#login-box button[type=submit] {
    position: absolute;
    top: -999px;
    left: -999px;
}

#replace-password {
    background-color: #fff;
    position: absolute;
    top: 55px;
    left: 17px;
    cursor: text;
}

.ie7 #replace-password {
    top: 63px;
    left: 19px;
    /*border: 1px solid red;*/
}

#login-box .controls {
    width: 100%;
    overflow: hidden;
}

#login-box .controls label {
    float: left;
    font-size: 8pt;
    font-weight: normal;
    padding-top: 2px;
}

#login-box .controls input[type=image] {
    float: right;
}

#login-box a.create-account {
    display: block;
    margin-top: 14px;
    cursor: pointer;
    color: #fff;
    font-size: 8pt;
    text-decoration: underline;
    font-weight: normal;
    padding-left: 3px;
}

.ie7 #login-box a.create-account {
    margin-top: 5px;
    
}

#login-box a.create-account:hover {
    color: #e1e1ff;
}


#loggedin {
    overflow: hidden;
    float: right;
    margin-top: 7px;
    width: auto;
}

#loggedin .left {
    background: url('../img/default/header_footer/logged-in-as.png') 0% 0% no-repeat;
    width: 5px;
    height: 29px;
    float: left;
}

#loggedin .right {
    background: url('../img/default/header_footer/logged-in-as.png') -4px 0% no-repeat;
    width: 5px;
    height: 29px;
    float: left;
}

#loggedin .content {
    border-top: 1px solid #66a2dc;
    border-bottom: 1px solid #66a2dc;
    height: 27px;
    line-height: 27px;
    float: left;
    font-weight: normal;
    font-size: 10pt;
    padding-left: 5px;
    
    overflow: hidden;
}

.ie7 #loggedin .content {
    width: 250px;
}

#loggedin .content .li-text {
    float: left;
}

#loggedin a.dropdown {
    display: block;
    float: right;
    background: url('../img/default/header_footer/button-login-dropdown.png') 0 0 no-repeat;
    width: 22px;
    height: 19px;
    margin-top: 4px;
    margin-left: 7px;
    margin-right: 2px;
    text-decoration: none;
}


#user-menu-box {
    position: absolute;
    z-index: 2;
    right: 7px;
    top: 12px;
    overflow: hidden;
    display: none;
}

#user-menu-box .left {
    background: url('../img/default/header_footer/logged-in-dropdown-bg-left.png') 0% 0% no-repeat;
    width: 3px;
    height: 55px;
    margin-top: 27px;
    float: right;
    
}

#user-menu-box .right {
    background: url('../img/default/header_footer/logged-in-dropdown-bg-right.png') 100% 0% no-repeat;
    width: 22px;
    height: 55px;
    float: right;
    margin-left: -21px;
    z-index: 3;
    position: relative;
}

#user-menu-box .right a {
    text-decoration: none;
}

#user-menu-box .content {
    background: url('../img/default/header_footer/logged-in-dropdown-bg-tile.png') 0% 0% repeat-x;
    height: 28px;
    margin-top: 27px;
    float: right;
    line-height: 28px;
    font-size: 8pt;
    padding: 0 7px;
}

#user-menu-box .content ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
}

#user-menu-box .content ul li {
    float: left;
    padding: 0 5px;
}

#user-menu-box .content ul li a {
    color: #fff;
    text-decoration: none;
}

#user-menu-box .content ul li a:hover {
    text-decoration: underline;
}

#tbx-menu-secondary-wrapper {
    background: -moz-linear-gradient(top,  rgba(148, 198, 255,0.5) 0%, rgba(141, 194, 255,0) 64%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(148, 198, 255,0.5)), color-stop(64%,rgba(141, 194, 255,0))) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(148, 198, 255,0.5) 0%,rgba(141, 194, 255,0) 64%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(148, 198, 255,0.5) 0%,rgba(141, 194, 255,0) 64%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(148, 198, 255,0.5) 0%,rgba(141, 194, 255,0) 64%) !important; /* IE10+ */
    background: linear-gradient(to bottom,  rgba(148, 198, 255,0.5) 0%,rgba(141, 194, 255,0) 64%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#809dcbff', endColorstr='#008dc2ff',GradientType=0 ) !important; /* IE6-9 */
}

#tbx-menu-secondary {
    height: 27px;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

#tbx-menu-secondary #basket {
    background-color: #FFFFFF;
    border: 1px solid #BBC9D8;
    border-top: none;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    line-height: 24px;
    float: right;
    font-size: 9pt;
}

#tbx-menu-secondary #item-count {
    padding: 0 20px 0 15px;
    margin-right: 5px;
    text-decoration: none;
    background: url('/skins/img/default/header_footer/cart_icon.gif') 100% 0% no-repeat;
}

#tbx-menu-secondary #item-count span {
    font-size: 14px;
    font-weight: bold;
}

#tbx-menu-secondary #item-count span.not-empty-num {
    color: #FFA909;
    }

#tbx-menu-secondary #item-count:hover {
    color: #FFA909;
    background-position: 100% -15px;
}

#tbx-menu-secondary #basket .checkout-button {
    background-color: #FFA909;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #FAFDFF;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin: 1px 2px;
    padding: 0 10px;
    font-weight: bold;
    text-decoration: none;
}

#tbx-menu-secondary #basket .checkout-button:hover {
    text-decoration: none;
    background-color: #E49400;
    color: #FAFDFF;
}

#tbx-menu-secondary .left {
    background: url('../img/default/header_footer/menu-sub-left-right.png') 0% 0% no-repeat;
    width: 7px;
    height: 27px;
    float: left;
}

#tbx-menu-secondary .right {
    background: url('../img/default/header_footer/menu-sub-left-right.png') -6px 0% no-repeat;
    width: 15px;
    height: 27px;
    float: left;
    overflow: hidden;
}

#tbx-menu-secondary ul#menu-sub {
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #bbc9d8;
    height: 26px;
    float: left;
    background-color: #fff;
    line-height: 14px;
}

#tbx-menu-secondary ul#menu-sub li {
    float: left;
    margin: 6px 0;
    padding: 0 10px;
    height: 14px;
    border-right: 1px solid #c0d8f3;
}

#tbx-menu-secondary ul#menu-sub li.last-elem {
    border-right: none;
}

#tbx-menu-secondary ul#menu-sub li a {
    color: #728293;
    text-decoration: none;
}

#tbx-menu-secondary ul#menu-sub li.selected a {
    color: #5c6c7a;
    font-weight: bold;
}

#tbx-menu-secondary ul#menu-sub li a:hover {
    text-decoration: underline;
}




/*				footer					*/

#tbx-bottom-menu-outside {
    border-top: 1px solid #84b3e7;
    border-bottom: 1px solid #84b3e7;
    height: 34px;
    background-color: #b5dbff;
    margin-top: 20px;
}

#tbx-bottom-menu-inside {
    background-color: #9bcaff;
    margin-top: 1px;
    height: 32px;
}

ul#tbx-bottom-menu {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    list-style-type: none;
    overflow: hidden;
    padding: 0;
}

ul#tbx-bottom-menu li {
    display: inline;
    line-height: 32px;
    padding: 0 19px 0 15px;
    border-right: 1px solid #cbe2fd;
    color: #fff;
    font-size: 10pt;
}

ul#tbx-bottom-menu li a {
    color: #fff;
    text-decoration: none;
}

ul#tbx-bottom-menu li a:hover {
    text-decoration: underline;
}

ul#tbx-bottom-menu li.first {
    padding-left: 0;
}

ul#tbx-bottom-menu li.last {
    padding-right: 0;
    border: none;
}

#tbx-bottom-menu2-outside {
    background: url('../img/default/header_footer/footer-bg-tile.png') 0 0 repeat-x;
    height: 128px;
}

#tbx-bottom-menu2-wrapper {
    width: 1000px;
    margin: 0 auto !important;
    position: relative;
}

.facebook-link-bottom-wrapper{
    width: 1000px;
    margin: 15px auto 0 auto;
}

.facebook-link-bottom{
    width: 32px;
    height: 32px;
}

ul#tbx-bottom-menu2 {
    list-style-type: none;
    padding: 0;
}

ul#tbx-bottom-menu2 li {
    display: inline;
    padding: 0 15px 0 11px;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    border-right: 1px solid #ffffff;
}

ul#tbx-bottom-menu2 li a {
    color: #fff;
    text-decoration: none;
}

ul#tbx-bottom-menu2 li a:hover {
    text-decoration: underline;
}

ul#tbx-bottom-menu2 li.first {
    padding-left: 0;
}
ul#tbx-bottom-menu2 li.last {
    padding-right: 0;
    border: none;
}

#tbx-bottom-menu2-outside #dashes {
    background: url('../img/default/header_footer/dash-line.png') 0 0 repeat-x;
    width: 100%;
    height: 1px;
}

#copyright {
    color: #fff;
    font-size: 11px;
    margin: 0;
    padding-top:10px;
}

#copyright a {
    color: #fff;
    text-decoration: underline;
}

#mcafee {
    background: url('../img/default/header_footer/mcafee-bg.png') 0 0 repeat-x;
    width: 115px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 10px;
    padding: 6px;
    
}


/*			common stuff		*/


.message-notification-black-underlined {
	display: block;
	margin: 10px 0;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
}


.button-orange {
    display: block;
    overflow: hidden;
    color: #793f29;
}

a.button-orange, a.button-orange:hover {
    text-decoration: none;
}

.button-orange .bo-left, .button-orange .bo-right {
    display: block;
    background: url('../img/default/common/button-orange-left.png') 0 0 no-repeat;

    width: 6px !important;
    height: 29px;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
}

.button-orange .bo-right {
    background: url('../img/default/common/button-orange-right.png') 0 0 no-repeat;
}

.button-orange .bo-body {
    display: block;
    background: url('../img/default/common/button-orange-body.png') 0 0 repeat-x;
    height: 29px;
    line-height: 29px;
    float: left;
    font-weight: bold;
    font-size: 9pt;
    padding: 0 5px;
}

.button-orange:hover {
    color: #fff;
    cursor: pointer;
}

.button-blue {
    display: block;
    overflow: hidden;
    color: #fff;
}

a.button-blue, a.button-blue:hover {
    text-decoration: none;
}

.button-blue .bo-left, .button-blue .bo-right {
    display: block;
    background: url('../img/default/common/button-blue-left-right.png') 0 0 no-repeat;

    width: 6px !important;
    height: 29px;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
}

.button-blue .bo-right {
    background: url('../img/default/common/button-blue-left-right.png') -24px 0 no-repeat;
}

.button-blue .bo-body {
    display: block;
    background: url('../img/default/common/button-blue-body.png') 0 0 repeat-x;
    height: 29px;
    line-height: 29px;
    float: left;
    font-weight: bold;
    font-size: 9pt;
    padding: 0 5px;
}

.button-blue:hover {
    color: #000000;
    cursor: pointer;
}



.input-box-olive {
    position: relative;
    background: url('/skins/img/default/common/input-olive.png') 0 0 no-repeat;
    margin-right: 7px;
    height: 29px;
    width: 60px;
}

.input-box-olive-right {
    background: url('/skins/img/default/common/input-olive.png') 100% 0 no-repeat;
    width: 7px;
    height: 29px;
    position: absolute;
    right: -7px;
    top: 0;
}

.input-box-olive input[type=text] {
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 7px;
    right: 0;
    border: 0;
    line-height: 25px;
    height: 25px;
    width: 100%;
}

.input-box-olive input[type=text]:focus {
    outline: 0;
}

.common-olive-rounded-top, .common-olive-rounded-bottom {
    position: relative;
    height: 6px;
    margin: 0 6px;
    border-top: 1px solid #d8ded0;
}

.common-olive-rounded-bottom {
    border-top: none;
    border-bottom: 1px solid #d8ded0;
}

.common-olive-rounded-bottom-shadow {
    background: url('/skins/img/default/common/corners-olive.png') 0 0 repeat-x;
    border-bottom: 1px solid #d8ded0;
    position: relative;
    height: 29px;
    margin: 0 6px;
}

.common-olive-rounded-top .cot-left, .common-olive-rounded-top .cot-right {
    background: url('/skins/img/default/common/corners-olive.png') 0 -30px no-repeat;
    height: 6px;
    width: 6px;
    position: absolute;
    top: 0;
    left: -6px;
}

.common-olive-rounded-top .cot-right {
    left: auto;
    right: -6px;
    background-position: -6px -30px;
}

.common-olive-rounded-bottom-shadow .cot-left, .common-olive-rounded-bottom-shadow .cot-right {
    background: url('/skins/img/default/common/corners-olive.png') 0 100% no-repeat;
    height: 30px;
    width: 6px;
    position: absolute;
    top: 0;
    left: -6px;
}

.common-olive-rounded-bottom-shadow .cot-right {
    left: auto;
    right: -6px;
    background-position: -6px 100%;
}

.common-olive-rounded-body, .common-olive-rounded-body-header {
    border-left: 1px solid #d8ded0;
    border-right: 1px solid #d8ded0;
}

.common-olive-rounded-body-header {
    border-bottom: 1px solid #d8ded0;
}

.common-olive-rounded-body-header-inside {
    padding: 10px;
}

.common-olive-rounded-body {
    padding: 10px;
}



.common-olive-table-header {
    background: url('/skins/img/default/common/table-header-shaded-olive-border.png') 0 0 no-repeat;
    height: 26px;
    margin-right: 10px;
    position: relative;
    line-height: 26px;
    color: #a0a698;
    font-weight: bold;
    font-size: 10pt;
}

.common-olive-table-header-right {
    background: url('/skins/img/default/common/table-header-shaded-olive-border.png') 100% 0 no-repeat;
    height: 26px;
    width: 10px;
    position: absolute;
    right: -10px;
    top: 0;
}

.common-blue-rounded {
	width: 100px;
	height: 100px;
	position: relative;
}

.common-blue-rounded .common-blue-rounded-body {
	background: url('/skins/img/default/common/blue_bg_box.png') 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 8px;
	right: 8px;
	padding-left: 8px;
	padding-top: 8px;
}

.common-blue-rounded .common-blue-rounded-bottom {
	background: url('/skins/img/default/common/blue_bg_box.png') 0 100% no-repeat;
	position: absolute;
	left: 0;
	right: 8px;
	bottom: 0;
	height: 8px;
}

.common-blue-rounded .common-blue-rounded-right {
	background: url('/skins/img/default/common/blue_bg_box.png') 100% 0 no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 8px;
	width: 8px;
}

.common-blue-rounded .common-blue-rounded-bottom-right-corner {
	background: url('/skins/img/default/common/blue_bg_box.png') 100% 100% no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 8px;
	height: 8px;
}

/* Institutional Advertisement Page */

div#ad_page_content {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

div#ad_page_content table {
    width: 870px;
    margin: 0 auto;
}

div#ad_page_content table tr td{
    padding: 0 5px 10px;
}

div#ad_page_content p{
    text-align: center;
}

#adoption-tool-promo {
    padding-top:10px;
    font-size:14px;
    font-weight:bold;
    color:#fff;
}
#adoption-tool-promo a {
    color:#fff;
}
.adoption-tool-promo-highlight {
    color:#FFE100;
}


/*		new footer		*/


#tbx-bottom-menu2-outside {
	background: none;
}

#tbx-bottom-menu-outside {
	background-color: transparent;
}

#adoption-tool-promo,
#copyright,
#copyright a,
#adoption-tool-promo a,
ul#tbx-bottom-menu li a {
	color: #274448;
}

.adoption-tool-promo-highlight {
	color: #51929b;
}

ul#tbx-bottom-menu li {
	border-right: 1px solid #264347;
}

#tbx-bottom-menu-inside {
	background-color: transparent;
}

#tbx-bottom-menu2-outside #dashes {
	display: none;
}