/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css,v 1.6 2010/01/26 19:07:51 SERVERROMANIA\Administrator Exp $
 */
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: none;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #010101;
	background: url('../images/bg.jpg') center top no-repeat #FFF;
	width: 100%;
	height: 100%;
}

a:focus {
	outline: none;
}

a img {
	border: none;
}

input:focus,texarea:focus,select:focus{
	background-color: #ffdada;
}



a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #4f4f4f;
	text-decoration: none;
}

a:hover,#navEZPagesTOC ul li a:hover,#navMain ul li a:hover,#navSupp ul li a:hover,#navCatTabs ul li a:hover
	{
	color: #e90000;
}

a:active {
	color: #e90000;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4,h5,h6,LABEL,h4.optionName,LEGEND,ADDRESS,.sideBoxContent,.larger {
	font-size: 1.1em;
}

p {
	width: 100%;
}

.biggerText {
	font-size: 1.2em;
}

.txt_c1 {
	font-weight: bold;
}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
}

FORM,SELECT,INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
}

TEXTAREA { /*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
}

#logo,.centerBoxContents,.specialsListBoxContents,.categoryListBoxContents,.centerBoxContentsAlsoPurch,.attribImg
	{
	float: left;
}

.clearBoth {
	clear: both;
}

/*warnings, errors, messages*/
.messageStackWarning,.messageStackError,.messageStackSuccess,.messageStackCaution
	{
	border: 1px solid #bbbbbb;
	width: 98%;
	margin-left: 10px;
	margin-bottom: 5px;
	line-height: 21px;
	padding: 5px 0px;
}

.centerColumn .messageStackWarning,.centerColumn .messageStackError,.centerColumn .messageStackSuccess,.centerColumn .messageStackCaution
	{
	margin-left: 0px !important;
	padding-left: 10px !important;
}

.messageStackWarning img,.messageStackError img,.messageStackSuccess img,.messageStackCaution img
	{
	margin: 0px 10px;
	float: left;
}

.messageStackWarning,.messageStackError {
	background-color: #FFA9A9;
	color: #181818;
}

.messageStackSuccess {
	background-color: #f5f5f5;
	color: #181818;
}

.messageStackCaution {
	background-color: #FFFF66;
	color: #181818;
}

/*wrappers - page or section containers*/
#wrap_container {
	width: 100%;
	float: left;
}

#container {
	width: 994px;
	margin: 0 auto;
}

#header {
	width: 100%;
	float: left;
	height: 155px;
}

#head_content {
	height: 123px;
	position: relative;
	z-index: 100;
}
.fast_uk_delivery{position: absolute; z-index: 150; top: 23px; left: 529px; width: 109px; height: 39px;  background:url(../images/fast_uk_delivery.png) left top no-repeat;}
#head_content_left {
	float: left;
	height: 123px;
}

#head_content_left a#logo {
	margin-top: 10px;
    margin-left: 8px;
}

#head_content_center {
	float: left;
	width: 250px;
	height: 123px;
	display: none;
}

#head_basket_header {
	margin-right: 10px;
	float: right;
	height: 83px;
}


#header_basket {
	text-align: right;
	float: right;
	height: 100%;
	width: 150px;
}

#header_basket_txt {
	float: right;
	display: block;
	height: 88px;
	margin: 5px 5px 0px 0px;
	width: 112px;
}
.header_basket_txt_line {
	display: block;
	float: right;
	clear:both;
	font-size: 1.2em;
	margin: 5px 5px 0px 0px;
}

#header_basket_img {
	display: block;
	float: right;
	height: 100%;
	width: 31px;
}
#header_basket_img a, #header_basket_img a img {
	display: inline;
}


#head_content_right {
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	float: right;
	height: 113px;
    color: #fff;
}



#head_login_header {
	margin-right: 5px;
	margin-left: 5px;
	float: right;
	height: 83px;
}
#header_login{
	float: left;
	height: 100%;
	width: 200px;
}
#header_login form{
	display: block;
	margin: 0px;
}
.header_login_inputs{
	float: right;
	height: 50px;
	text-align: right;
	margin: 5px 0px;
}
.header_login_inputs #login-email-address, .header_login_inputs #login-password{
	border-style:groove;
	border-width:2px;
	border-color:#d4d4d4;
	height: 16px;
}
.header_login_inputs .inputLabel{
	margin-top:3px;
	margin-bottom:4px;
}
.header_login_inputs .header_login_inputs_line{
	display: block;
	/*float: right;*/
	height: 21px;
	margin-bottom: 2px;
}
.header_login_inputs label{display:inline-block;text-align:left;width:59px;}
.header_login_welcome{
	float: right;
	min-width: 85%;
	height: 50px;
	text-align: left;
	margin: 5px auto;
}

.header_login_welcome #header_login_customer_first_name{
	text-align: left;
	margin-left: 15px;
	margin-top: 5px;
	font-size: 1.2em;
	font-weight: bold;
	float: left;
}

.header_login_button{
	float: right;
	width: 125px;
	text-align: center;
}
.header_login_button .header_login_links{
	display: inline;
	margin:0px 5px;
	text-align: center;
	width: 40px;
}
.header_login_button a.header_login_links:link,.header_login_button a.header_login_links:visited {
    display: inline;
    margin:0px 5px;
    text-align: center;
    width: 40px;
    font-weight: bold;
    color: #fff;
}

.header_login_button a.header_login_links:hover,.header_login_button a.header_login_links:active {
    color: #E90061;
}
.header_login_button #header_login_submit_button{
	background:none;
	border:0px;
	color: #fff;
	margin:0px 5px;
	width: 40px;
    text-decoration: underline;
    font-size: 11px;
    font-weight: bold;
}
.header_login_button #header_login_submit_button:hover{
	color: #e90000;
	cursor:pointer;
}

#head_content_call_us{float:right;font-size:1.1em;margin:0px 20px 5px 0px;height: 25px;}
#call_us_phone{color:#E90000 !important; font-weight: bold;}


/*
#header_basket_txt a:link,#header_basket a:visited {
	line-height: 16px;
	color: #61615f;
	float: left;
}

#header_basket_txt a:hover,#header_basket a:active {
	color: #E90061;
}

#header_basket span {
	float: right;
	padding: 0px 3px;
}

#header_basket_img a img {
	float: left;
}

#header_basket a span {
	color: #E90061;
	display: inline;
	float: none;
	padding: 0px;
}
*/

#menu_info {
	text-align: right;
	color: #aeaeac;
	height: 16px;
}

#menu_info a:link,#menu_info a:visited {
	line-height: 16px;
	color: #aeaeac;
	float: right;
}

#menu_info a:hover,#menu_info a:active {
	color: #E90061;
}

#menu_info span {
	float: right;
	padding: 0px 3px;
}

#main_menu {
	height: 30px;
	background: url(../images/bg-menu.png) top left no-repeat;
	overflow: hidden;
}

#main_menu ul {
	width: 100%;
	display: inline;
	float: left;
}

#main_menu ul li {
	float: left;
	padding: 0px;
	text-align: center;
	width: 12.5%;
}

#main_menu ul li a:link,#main_menu ul li a:visited {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
}

#main_menu ul li a:hover,#main_menu ul li a:active {
	color: #57e45e;
}

#content {
	width: 100%;
	float: left;
	padding-top: 10px;
	overflow: hidden;
}

#left_col {
	width: 220px;
	float: left;
	display: block;
}

.leftBoxContainer {
	float: left;
	background: url(../images/cat-bg.jpg) top left repeat-y;
	width: 100%;
	margin-bottom: 10px;
}

.leftBoxHeading {
	background: url(../images/leftbox-top.png) top left no-repeat;
	line-height: 49px;
	height: 49px;
	text-align: center;
	font-family: arial;
	font-weight: normal;
	color: #3e3e3e;
	font-size: 14px;
}

.leftBoxBottom {
	float: left;
	width: 100%;
	height: 23px;
	background: url(../images/leftbox-bot.png) top left no-repeat;
}

#search {
	float: left;
	width: 100%;
    background: none;
}

#search .leftBoxHeading {
	background: url(../images/searchBox_bg.png) left top no-repeat;
	line-height: 28px;
	height: 27px;
    text-align: center;
	color: #fff;
	font-size: 14px;
    text-transform: uppercase;
}

#searchContent {background: url(../images/searchBox_bg.png) left -27px #000 no-repeat;}

#searchContent form {margin: 0px; padding: 0px; border: none;/*float: left;*/}

#searchContent input {display:inline; vertical-align:middle;}

#search_btn {
	background: url(../images/search.png) center no-repeat;
	width: 26px;
	height: 26px;
	cursor: pointer;
	display: block;
	padding: 0px;
}

#search_field {
	background: transparent url(../images/search_field.png) no-repeat top
		left;
	width: 157px;
	height: 14px;
	font-size: 11px;
	padding: 5px;
	margin: 3px;
    margin-left: 10px;
	display: block;
	color: #4F4F4F;
}

#search .leftBoxBottom {
	background: transparent;
	height: 5px;
    background: url(../images/searchBox_bg.png) left bottom no-repeat;
}

#left_menu {
	padding-left: 12px;
	float: left;
	width: 208px;
}

#left_menu li.category_products,#left_menu li.category_level0 {
	width: 191px;
	float: left;
	/*padding-left: 15px;*/
}

#left_menu li.category_products:hover,#left_menu li.category_level0:hover,#left_menu li.category_level0_active{
	/*background: url(../images/bullet_over.gif) left center no-repeat;*/
}

#left_menu li.category_level1:hover,#left_menu li.category_level1_active{
	background: url(../images/bullet_over.gif) left center no-repeat;
}

#left_menu li.category_level2:hover,#left_menu li.category_level2_active{
	background: url(../images/bullet_over.gif) left center no-repeat;
}


#left_menu li.category_products a:link,#left_menu li.category_products a:visited{
    text-decoration: none;
	width: 190px;
	float: left;
	font-size: 13px;
	
	line-height: 23px;
	color: #fff;
}

#left_menu li.category_products a:hover,#left_menu li.category_products a:active {color: #DFD1D1; }

#left_menu li.category_level0_active,#left_menu li.category_level0 {
	width: 190px;
	float: left;
	/*padding-left: 15px;*/
}

#left_menu li.category_level0_active a,#left_menu li.category_level0 a {
	text-decoration: none;
	width: 190px;
	float: left;
	font-size: 13px;
	
	line-height: 24px;
	color: #fff;
}
#left_menu li.category_level0_active a {font-weight: bold;}
#left_menu li.category_level1 {
    width: 190px;
    float: left;
    padding-left: 15px;
}

#left_menu li.category_level1 a {
	font-size: 11px;
	line-height:18px;
	font-weight: bold;
}

#left_menu li.category_level1_active {
    width: 190px;
    float: left;
    padding-left: 15px;
}

#left_menu li.category_level1_active a {
	color: #e90000;
	font-size: 11px;
	line-height:18px;
	font-weight: bold;
}

#left_menu li.category_level2 {
    width: 190px;
    float: left;
    padding-left: 15px;
}

#left_menu li.category_level2 a {
	font-size: 10px;
}

#left_menu li.category_level2_active {
    width: 190px;
    float: left;
    padding-left: 15px;
}

#left_menu li.category_level2_active a {
	color: #E90000;
	font-size: 10px;
}

#left_menu li.category_level1, #left_menu li.category_level1_active, #left_menu li.category_level2, #left_menu li.category_level2_active { display: none;}

#categories {background: url(../images/cat_bg.jpg) center top no-repeat;}

#categories h3#categoriesHeading{color:#FFFFFF; font-size:14px; height:44px; line-height:44px; text-align:center; text-transform:uppercase; background: url(../images/cat_bg.jpg) center top no-repeat;}
ul#left_menu li, ul#left_menu li a {line-height: 24px; height: 24px; padding: 0px;}
#categories .leftBoxBottom {background: none transparent;}

#left_col #subscribeContent span {
	font-size: 10px;
	float: left;
	padding-left: 22px;
	width: 150px;
	padding-bottom: 10px;
}

#left_col #subscribeContent input {
	float: left;
}

#newsletter_field input {
	width: 182px;
	height: 20px;
	padding-left: 3px;
	padding-top: 3px;
	border: 1px solid #d4d4d4;
	background: url(../images/newsletter_field.png) top left repeat-x;
}

#newsletter_submit input {
	width: 66px;
	height: 21px;
}

#newsletter_submit {
	padding-bottom: 0px !important;
}

#right_col {
	float: left;
	width: 773px;
	display: block;
	background: url(../images/rightbox-top.png) 10px top no-repeat;
}
#right_box {margin: 5px 0px 0px 10px; background:#fff; min-height:1000px; padding-right: 10px;}

.sing_cat {
	width: 140px;
	float: left;
	padding: 0 5px 10px;
	display: block;
	height: 170px;
	text-align: center;
}

.sing_cat a {
	font-weight: bold;
}

.sing_cat a img {
	width: 140px;
	height: 140px;
	margin-bottom: 5px;
}

.sing_prod {
	width: 180px;
	float: left;
	text-align: center;
	margin: 4px;
}

.sing_prod_box {
	border: 1px solid #dfdfdf;
	width: 100%;
	float: left;
	height: 350px;
	background-color: #FFF;
}

.sing_prod_line {
	float: left;
	width: 100%;
	margin: 3px 0px;
	min-height: 20px;
}

.sing_prod_line select {
	width: 105px;
}

.sing_prod_line a {
	width: 100%;
	float: left;
}
.sing_prod_line a.listingProductImage { display: block; height: 240px; text-align: center;}
img.listingProductImage {
	width: 140px !important;
	max-height: 200px !important;
	height: 200px !important;
}

.sing_prod_line form {
	padding-left: 25px;
	float: left;
}

.listingProductImage img {text-align: center;}

.prod_title {
	color: #19ae00;
	font-weight: bold;
	height: 28px;
	float: left;
	width: 100%;
	text-align: center;
	overflow:hidden;
}

.prod_price {
	color: #e90000;
	font-size: 18px;
	font-weight: bold;
}

.productPriceDiscount {
	font-size: 14px;
	color: #e90000;
}

.normalprice {
	text-decoration: line-through;
	color: #BFBFBF;
	font-size: 14px;
}

.productSpecialPrice,#productPrices {
	color: #e90000;
	font-size: 18px;
}

.qty {
	float: left;
	line-height: 16px;
	padding-left: 10px;
}

.sing_prod_line input {
	float: left;
	height: 19px;
	border: 1px solid #4b4b4b;
	text-align: right;
}

.listingBuyNowButton2 {
	border: none !important;
}

.sing_prod_line select {
	border: 1px solid #4b4b4b;
	font-size: 10px;
}

#navBreadCrumb {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	padding-top: 5px;
}

#navBreadCrumb h1 {
	font-size: 14px;
	padding-left: 10px;
}

#productDetailsList li {
	padding: 5px 0px;
	float: left;
	width: 100%;
	display: table;
}

#productSizeList {
	float: left;
	width: 100%;
	padding: 10px 0px;
	display: table;
}

#productSizeList span {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	width: 100%;
	float: left;
	display: table;
}

#productSizeList table {
	margin-left: 0px !important;
	width: 100% !important;
	float: left;
	display: table;
}

#productAccessories {
	width: 48%;
	float: left;
	padding-right: 10px;
}

.accessoriesProduct,.alternativesProduct {
	width: 30%;
	float: left;
	margin: 5px 1.5%;
	text-align: center;
	min-height: 180px !important;
	background-color: #F5F5F5;
	padding-top: 2px;
	position: relative;
}

.price_accessories,.price_alternatives {
	position: absolute;
	left: 0px;
	top: 12px;
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
}

#productAlternatives {
	width: 48%;
	float: left;
	padding-left: 10px;
}

/* bof - #quickEntry */
/*#quickEntry,#quickEntry span,#qucikEntry h2 {width: 100%; float: left;}*/
#quickEntry label {display: inline-block; width: 15%;}
#quickEntry input {border: 1px solid #bbbbbb; text-align: right; padding-right: 3px;}
#quickEntry .create_account_row, #quickEntry .create_account_row1{float: none; }
#quickEntry .buttonRow{float: none;}
#quickEntry .buttonRow input {padding-right: 0px;}
/* bof - #quickEntry */

/* bof - shippingEstimatorContent */
#shippingEstimatorContent .inputLabel{display:inline-block; width:12%;}
#shippingEstimatorContent select, #shippingEstimatorContent input{border:1px solid #BBBBBB;}
#shippingEstimatorContent #seTotalHeading{text-align: right; padding-right: 5px;}
/* eof - shippingEstimatorContent */



#indexDefault {
	position: relative;
}

#indexDefaultMainContent {
	text-align: justify;
}

#indexDefaultMainContent img {
	margin: 0px;
}
#indexDefaultMainpageBannerBox{
	margin: 5px 0 10px 10px; width: 510px; height: 350px; text-align: center;
}
#indexDefaultMainpageBannerBox div{top: 0; left: 0;}
#indexDefaultMainpageBannerBox .banners_main_page img {
	width: 510px;
}

#indexDefault_left {
	float: left;
	width: 525px;
	margin-right: 5px;
}

#indexDefaultText {
	text-align:justify;
}

.MainPage_CenterBox_SpecialsSmiffys{
	display: block;
}

.MainPage_CenterBox_SpecialsSmiffys .MainPage_CenterBox_SpecialsSmiffys_line{
	display: block;
	width: 100%;
	float: left;
	margin-top: 10px; 
}
#specialsSmiffysGender .MainPage_CenterBox_SpecialsSmiffys_line h2{
	display: block;
	width:122px;
	float: left;
	clear: both;
	font-size: 1em;
	background: url(../images/home_page_special_products_tab.gif) top left no-repeat;
	margin:0 0 1px;
	padding:0 0 1px 6px;
}


.MainPage_CenterBox_SpecialsSmiffys_cell{
	width: 120px;
	height:171px;
	float: left;
	border:1px solid #DFDFDF;
	display:table-cell;
	margin:0px 0px 10px 0px;
	text-align:center;
	vertical-align:middle;
}
#specialsSmiffysGender .forward{
	margin:0px 10px 10px 0px;
}
#specialsSmiffysGender .first{
	clear: left;
}
.MainPage_CenterBox_SpecialsSmiffys_cell img{
	display:inline;
	float:none !important;
	margin:0px;
	max-width:120px;
	max-height:171px;
}
.MainPage_CenterBox_SpecialsSmiffys_cell a{
	display:block;
	float:none;
	margin:0;
	width:100%;
	height: 100%;
}

#indexDefault_right {
	float: left;
	width: 220px;
	margin-left: 3px;
	margin-top: 5px;
}

#indexDefaultText {
	
}

.banners_set3 {
	float: left;
	/*margin-left:7px;*/
	margin-bottom: 7px;
}

.banners_set3_cont {
	margin: 0px auto;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#indexDefaultCats img {
	display: inline;
	margin: 0px;
	float: none;
}

#indexLicensedThemes {
	width: 100%;
	float: left;
	/*background: url(../images/licensed_top.png) no-repeat left top;*/
}

#indexLicensedThemes h3 {
	float: left;
	width: 100%;
	line-height: 49px;
	height: 49px;
	text-indent: 5px;
	color: #4c4c4c;
	font-size: 14px;
	/*background: url(../images/licensed_top.png) no-repeat left top;*/
}

#indexLicensedThemes #indexLicensedThemes_bottom_line {
	float: left;
	width: 100%;
	height: 12px;
	display: block;
	/*background: url(../images/licensed_bottom.png) no-repeat left top;*/
}

#indexLicensedThemes #indexLicensedThemes_content {
	float: left;
	width: 210px;
	/*background: url(../images/licensed_repli.png) repeat-y left top;*/
	padding: 5px;
}

#indexLicensedThemes .indexLicensedThemes_items {
	float: left;
	padding: 2px;
}

.indexLicensedThemes_items img {
	max-height: 40px !important;
	height: 40px !important;
	max-width: 66px !important;
}

#HomePageCallUs {
	width: 100%;
	float: left;
	display: none;
}

#prod_cont {
	padding-left: 10px;
}

.productMainImage {
	width: 100%;
	text-align: center;
	float: left;
}
#productMainImage{text-align: center;}
#productMainImage img {
	border: 1px solid #bbbbbb;
}

.imgLink {
	width: 100%;
	text-align: center;
	float: left;
}

#productDateAdded {
	width: 98%;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}

#prod_cont h1 {
	padding-bottom: 10px;
	font-size: 13px;
	color: #e90000;
	float: left;
	width: 100%;
}

#productImage {
	float: left;
	width: 40%;
	display: table;
}

#productRight {
	float: left;
	padding-left: 10px;
	width: 57%;
}

#productPrices {
	padding-bottom: 15px;
}

.prod_label {
	width: 30%;
	float: left;
	font-weight: bold;
	font-size: 11px;
}
.prod_label a:link,.prod_label a:visited{
	color: #e90000;
}
.prod_dynamic {
	width: 70%;
	float: left;
	text-align: justify;
	font-size: 11px;
}

.prod_dynamic select {
	border: 1px solid #4B4B4B;
	width: 85px;
}

.prod_dynamic #qty_nr {
	width: 40px;
}

#cartAdd {
	float: left;
	width: 100%;
}

#cartAdd input {
	float: left;
}

#cartAdd .normalprice {
	font-size: 11px;
	padding-left: 2px;
}

#cartAdd .productSpecialPrice {
	font-size: 13px;
}

#cartAdd .productPriceDiscount {
	display: none;
}

#qty_nr {
	height: 19px;
	width: 70px;
	font-size: 14px;
	border: 1px solid #4b4b4b;
	text-align: right;
}

.centerBoxWrapper {
	width: 100%;
	float: left;
}

.buttonRow {padding-left: 10px; margin-top: 10px;}
.buttonCenter {text-align: center;}

.buttonRow input {border: none !important;}

.buttonNewEntry {
	float: left;
	width: 50%;
	text-align: center;
}

.buttonDeleteAddress {
	float: left;
	width: 25%;
	text-align: center;
}

.hidden {
	border: none !important;
	width: 0px !important;
	height: 0px !important;
	/*float:left;*/
	background: transparent;
	display: none !important;
	margin: 0px !important;
	padding: 0px !important;
}

#shoppingCartDefault {
	width: 98%;
}

#shoppingCartDefault form{
	display: block;
}

.tableHeading {
	background-color: #dadada;
	height: 20px;
}

.tableHeading th {
	border: 1px solid #bbbbbb;
}

#scUpdateQuantity {
	border-left: none;
	border-right: none;
}

#scUnitHeading {
	border-left: none;
	border-right: none;
}

#scRemoveHeading {
	border-left: none;
}

.rowEven {
	background-color: #f5f5f5;
}
.rowOdd {
	background-color: #FFFFFF;
}

.cartUnitDisplay,.cartTotalDisplay,.cartRemoveItemDisplay,.cartQuantityUpdate
	{
	text-align: center;
}

.buttonCart {
	float: left;
	width: 20%;
	text-align: center;
}
.clear{
	clear: right;
}

td.cartQuantity input {
	width: 70%;
	float: left;
	border: 1px solid #bbbbbb;
	margin-top: 12px;
	margin-left: 10px;
}

.cartImage {
	float: left;
}

.cartProdTitle {
	font-size: 11px;
	font-weight: bold;
	/*float:left;*/
	text-indent: 5px;
	/*line-height:43px;*/
	height: 50px;
}

#ezPageDefault,#ezPageDefault table {
	float: left;
	width: 98% !important;
	margin-left: 10px;
	text-align: justify;
}

#ezPageDefault table h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0px 5px;
}

#PPECbutton {
	padding-top: 20px;
	text-align: center;
}

#cartSubTotal {
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 78px 10px 0px;
}

#wrap_footer {
	width: 100%;
	float: left;
	margin-top: 10px;
}

#footer {
	width: 994px;
	margin: 0 auto;
	height: 57px;
	text-align: center;
	/*background:url(../images/footer.png) left top no-repeat;*/
}

#footer_menu {
	width: 100%;
	float: left;
	height: 30px;
	border-top: 1px solid #B3B3B3;
	overflow: hidden;
}

#footer_menu ul {
	width: 100%;
	display: inline;
	float: left;
}

#footer_menu ul li {
	float: left;
	padding: 0px;
	text-align: center;
	width: 12.5%;
}

#footer_menu ul li a:link,#footer_menu ul li a:visited {
	color: #B3B3B3;
	font-size: 12px;
	/*font-weight:bold;*/
	line-height: 30px;
}

#footer_menu ul li a:hover,#footer_menu ul li a:active {
	color: #E90061;
}

#footer a {
	padding: 0px 5px;
	/*border-right:1px solid #787878;*/
}

#footer_menu1 {
	padding-left: 10px !important;
}

#footer_menu_last {
	border: none !important;
}

/* Contact */

#contact_left,#contact_right {
	width: 48%;
	float: left;
}

#contact_left {
	margin-right: 2%;
}

#contact_left form {
	margin: 0px;
}

#contact_right {
	margin-left: 2%;
}

#contact_right fieldset {
	margin: 0px 0px 10px 0px;
}

#contact_right fieldset div {
	width: 100%;
	float: left;
	padding: 2px 0px;
}

#contact_right fieldset label {
	width: 30%;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #4F4F4F;
}

#contact_right fieldset span.alert {
	float: left;
}

#contact_right fieldset input,#contact_right fieldset textarea {
	width: 60%;
	float: left;
	border: 1px solid #bbbbbb;
	margin: 0.1em;
}

#contact_right fieldset input {
	height: 19px;
}

.alert {
	color: #ff0000;
}

#contact_right fieldset div.alert {
	text-align: center;
	padding-top: 10px;
	padding-right:0px;
}

.buttonContact {
	width: 47%;
	float: left;
}

#contact_right div.forward {
	text-align: right;
	padding-right: 10px;
}

#contact_right div.back {
	text-align: left;
	padding-left: 10px;
}

/* end contact */ /* my account */


#checkoutPayment #conditions {
	width: 20px;
}

input#gender-male,input#gender-female {
	border: none;
}



#loginDefault form {
	margin: 0px;
}

#loginDefault .buttonLogin {
	clear: both;
	display: block;
}

#loginDefault .buttonLogin input {
	float: none;
	border: medium none;
}

/*.create_account_row, .create_account_row1{}*/

#loginDefault fieldset input,#loginDefault fieldset textarea,#loginDefault fieldset select,
#createAcctDefault fieldset fieldset input,#createAcctDefault fieldset fieldset select,
#createAcctDefault fieldset fieldset textarea,#accountEditLogin fieldset input,
#accountEditDefault fieldset input,#passwordForgotten fieldset input,#checkoutNewAddress fieldset input,
#checkoutNewAddress fieldset select,fieldset#comments textarea,#customers_saved_basket_name,
#timeoutDefault fieldset input,#addressBookProcessDefault fieldset input,
#addressBookProcessDefault fieldset select,.formrow input
{
	border: 1px solid #bbbbbb;
}

#checkoutNewAddress fieldset,#addressBookProcessDefault fieldset
{
	width: 60%;
	margin: 0 auto;
}

#create_new_user_module
{
	width: 450px;
	margin: 0px auto;
}
#create_new_user_module .alert{
	text-align: right;
}
.buttonLogin {
	text-align: center;
	padding-top: 10px;
}

#loginDefault fieldset fieldset label,#createAcctDefault fieldset fieldset label,
#accountEditLogin fieldset label,#accountEditDefault fieldset label,#accountEditDefault fieldset label,
#checkoutNewAddress fieldset label,#timeoutDefault fieldset label,
#addressBookProcessDefault fieldset label,.formrow label
{
	display: inline-block;
	width: 30%;
	text-align: left;
	padding: 0px 5px;		
}
#returning_user label {	width: 100px; text-align: left; margin-left: 170px; display: inline-block;}

#passwordForgotten fieldset label,#timeoutDefault fieldset label
{width: 100px; text-align: left; margin-left: 170px; display: inline-block;}


#loginDefault fieldset fieldset input,#loginDefault fieldset fieldset select,
#createAcctDefault fieldset fieldset input,#createAcctDefault fieldset fieldset select,
#accountEditLogin fieldset input,#accountEditDefault fieldset input,#accountEditDefault fieldset input,
#checkoutNewAddress fieldset input,#checkoutNewAddress fieldset select,#customers_saved_basket_name,
#addressBookProcessDefault fieldset input,
#addressBookProcessDefault fieldset select,.formrow input
{
	width: 170px;
	/*float: left;*/
}

.create_account_row1 input {
	width: 10px !important;
	border: none !important;
}

.create_account_row1 label {
	width: auto !important;
}

.padded {margin: 0px 10px;}

#accountDefault { margin-left: 10px; text-align: justify;}

#accountDefault {font-size: 11px;}

#myAccountGen li {padding: 10px 0px;}
#myAccountGen li span {	font-size: 1.3em;}
#myAccountGen li p {float: none;text-indent: 0px !important;margin-left: 15px;}

#myAccountNotify li {padding: 10px 0px;}
#myAccountNotify li span {font-size: 1.3em;}
#myAccountNotify li p {float: none; text-indent: 0px !important; padding-left: 15px;}

#accountEditLogin fieldset {
	width: 60%;
	margin: 0 auto;
	padding-left: 40px;
}

.buttonEditLogin_l,.buttonAdressBook_l,.buttonUpdateBook_l {
	width: 48%;
	float: left;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
}

.buttonEditLogin_r,.buttonAdressBook_r,.buttonUpdateBook_r {
	width: 48%;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
}

#addressBookDefault div.instructions {
	padding-top: 10px;
}

#addressBookDefault fieldset .addressBookList {
	width: 48%;
	float: left;
	padding: 10px 5px;
	text-align: center;
}

#addressBookDefault fieldset .addressBookList h3 {
	text-align: left;
	text-indent: 20px;
}

#addressBookDefault fieldset .addressBookList address {
	text-align: left;
	padding: 10px;
	height: 110px;
}

#accountEditDefault fieldset {
	width: 60%;
	margin: 0 auto;
}

.hiddenField {
	display: none;
}

/* end my account */
#newsContainer {
	width: 100%;
	float: left;
	text-align: justify;
}

.separator {
	width: 100%;
	float: left;
	height: 10px;
	line-height: 10px;
	font-size: 1px;
	display: block;
}

.separator1 {
	width: 100%;
	float: left;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	display: block;
	border-top: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
	margin: 5px 0px;
	clear: both;
}


#checkoutShippingHeading,#checkoutPaymentHeading,#checkoutConfirmDefaultHeading
	{
	text-align: center;
	padding-bottom: 10px;
}




.checkoutShippingContentChoose {padding: 4px 0px;}
.checkoutShippingContentChoose *{display: inline-block;}
.checkoutShippingContentChoosePrice {color: #ff004e; font-weight: bold; width: 40px;}

.checkoutShippingContentChooseDetail {font-weight: bold; padding-left: 20px;}

#checkoutConfirmDefault .buttonRow {
	margin: 5px 0px;
}
#checkoutShoppingCart .buttonRow{padding:0px;}
#checkoutOrderComments .buttonRow{padding:0px;}

.ccinfo input,.ccinfo select,#disc-ot_coupon {
	float: left;
	border: 1px solid #bbbbbb;
}

.ccinfo label {
	float: left !important;
	width: 80px;
	margin-right: 15px;
}

.moduleRow,.moduleRowSelected {
	float: left;
	width: 27%;
	margin: 10px 1.5%;
	padding: 10px;
}

#defaultSelected {
	background-color: #F5F5F5;
}

.checkoutPaymentBox_l,.checkoutPaymentBox_r,#myAccountShipInfo,#myAccountPaymentInfo
	{
	width: 49%;
	float: left;
	/*height:215px;*/
}

.checkoutPaymentBox_l fieldset,.checkoutPaymentBox_r fieldset {
	height: 195px;
}

#checkoutComments textarea,#checkoutComments imput {
	border: 1px solid #BBBBBB;
}

.checkoutPaymentBox_l {
	padding-right: 1%;
}

.checkoutPaymentBox_r {
	padding-left: 1%;
}

#text_card {
	float: left;
	height: 60px;
	width: 60px;
}

#img_card {
	float: left;
	width: 278px;
	padding-left: 5px;
}

#checkoutPaymentDiscount p {
	line-height: 18px;
	padding-bottom: 15px;
	font-size: 12px;
}

#checkoutBillto address {
	padding: 10px;
}


#checkoutShipto address {
	padding: 10px;
}



.cartTotalDisplay,.cartUnitDisplay,.cartQuantity input {
	text-align: right;
	padding-right: 5px;
}

.cartTotalDisplayOrder {
	text-align: right;
	padding-right: 5px;
	width: 17%;
}

#ccTotalHeadingOrder {
	width: 17%;
	text-align: right;
	padding-right: 5px;
}

.cartQuantity {
	width: 4.7em;
	text-align: center;
}

.cartQuantityOrder {
	width: 4.7em;
	text-align: center;
	padding: 0.5em 0;
}

#ccTotalHeading {
	text-align: right;
	padding-right: 5px;
}

.cartTotalTaxOrder {
	text-align: center;
}

.cartProductDisplayOrder {
	padding-left: 5px;
}

#accountHistoryDefault fieldset {
	width: 30%;
	float: left;
	margin: 10px 0.75% !important;
	height: 156px;
}

#accountHistoryDefault fieldset .content {
	padding-bottom: 5px;
}

.navSplitPagesResult {
	width: 25%;
	float: right;
	padding: 5px 0px;
    text-align: right;
}

.accountTotalDisplay {
	text-align: right;
}

.totalsLine {
	float: left;
	width: 100%;
}

.totalBox {
	float: right;
	padding: 0.5em 0;
	padding-right: 5px;
	width: 17%;
	text-align: right;
}

.lineTitle {
	width: 81%;
	text-align: right;
	padding: 0.5em 0;
	float: left;
	font-weight: bold;
}

#saveBasket p {
	padding: 10px 0px;
	text-indent: 0px;
}

.shippingEstimatorWrapper {
	width: 450px;
	margin: 0 auto;
}

.shippingEstimatorWrapper p {
	text-align: center;
}

.shippingEstimatorWrapper address {
	padding: 0px 0px 10px 0px;
}

.shippingEstimatorWrapper select {
	border: 1px solid #bbbbbb;
}

#seShipTo {
	font-size: 12px;
	font-weight: bold;
	color: red;
	padding-top: 10px;
}

#passwordForgotten fieldset,#returning_user,#create_new_user {
/*
	width: 750px;
	float: left;
	clear: both;
	display: block;*/
}

#passwordForgotten .buttonEditLogin_l input {
	margin: 0px;
	float: none;
	border: none;
}

.buttons {
	width: 100%;
	float: left;
	display: table;
}

.newsScrollerSideBox {
	height: 138px;
	float: left;
}

.NewsLine {
	padding-left: 12px;
	float: left;
}

.NewsLine li {
	width: 221px;
	float: left;
	background: url(../images/bullet.png) left 4px no-repeat;
	padding-left: 18px;
	padding-bottom: 5px;
}

.NewsLine li span {
	font-size: 8px;
	color: #896a6a;
}

.NewsLine li a {
	font-size: 10px;
}

.module-inline {
	width: 30%;
	margin: 1.5%;
	float: left;
}

.module-body {
	float: left;
	width: 100%;
	display: table;
}

.module-header {
	font-size: 12px;
	font-weight: bold;
	color: #E90061;
	margin-bottom: 10px;
	float: left;
}

ul.inside {
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

ul.inside li,.smallbuttons {
	width: 100%;
	float: left;
	font-weight: bold;
}

ul.inside li span.label {
	width: 30%;
	float: left;
	font-weight: normal;
}

ul.inside li strong {
	width: 10%;
	float: left;
}

.padded table th {
	font-size: 12px;
	padding: 3px 0px;
}

.padded table tr.odd {
	background-color: #f5f5f5;
}

.padded table td {
	padding: 3px 0px;
}
/*
#cartContentsDisplay {
	float: left;
}
*/
#createAcctSuccessHeading,.success {
	color: #51bd17;
}

#products_holder .no_products {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	text-align: center;
}

#text_no_product {
	color: #434242;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}



#productLicensed {
	float: left;
	padding-top: 10px;
	width: 96%;
}

.themeImage {
	float: left;
	width: 10%;
	padding-left: 10px;
}

.themeCopyright {
	float: right;
	width: 86%;
	padding-left: 10px;
}

.dLicensed {
	float: left;
	padding-top: 10px;
	width: 96%;
}

#accessoriesOptionsText {
	padding-left: 5px;
}

#textLicensed {
	padding-left: 5px;
	margin-top: 30px;
	margin-bottom: 10px;
}

#textLicensedCategory {
	padding-left: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
}

#newsletter_subscribe_form {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

#newsletter_subscribe_line1 {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 23px;
}

#newsletter_subscribe_line1 .inputLabel {
	float: left;
	width: 10%;
	height: 19px;
	padding-top: 3px;
}

#newsletter_subscribe_line1 .inputField {
	float: left;
	width: 20%;
}

#newsletter_subscribe_line1 .inputImput {
	float: left;
	border: 1px solid #BBBBBB;
	margin: 0.1em;
	padding-left: 2px;
	padding-top: 1px;
}

#newsletter_subscribe_line1 .buttonSubscribe {
	float: left;
	height: 23px;
}

#checkoutConfirmDefault .back {
	float: left;
}

#checkoutConfirmDefault .forward {
	float: right;
}

#checkoutOrderComments,#checkoutShoppingCart {
	width: 100%;
}

#checkoutConfirmDefault #checkoutBillto,#checkoutConfirmDefault #checkoutShipto
	{
	width: 50%;
}

#myAccountOrdersStatus {
	width: 100%;
	float: left;
}

#ezpages #ezpagesContent {
	margin-left: 12px;
	float: left;
	width: 208px;
}

#ezpagesContent li {
	width: 191px;
	float: left;
	background:url(../images/bullet1.png) 0px 5px no-repeat;
	padding-left: 10px;
}

#ezpagesContent li:hover
{
	background: url(../images/bullet_over.gif) 0px 4px no-repeat;
}



#siteMapList {padding-left:10px;}

#siteMapList ul li{
	padding-left:15px;
	background:transparent url(../images/bullet1_trans.png) no-repeat scroll 0px 4px;
}
#siteMapList ul li ul li{
	padding-left:15px;
	background:transparent url(../images/bullet_trans.png) no-repeat scroll 0px 4px;
}
#siteMapList ul li ul li ul li{
	padding-left:15px;
	background:transparent url(../images/bullet_trans.png) no-repeat scroll 0px 4px;
}



/* bof navSplit */
.navSplitPagesLinks {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 35%;
}

.navSplitOrderBy {
	float: right;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 200px;
}

.navSplitItemPerPage{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 200px;
	text-align: right;
}

.navSplitItemPerPage *{
	color: #434242;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.navSplitItemPerPage select,.navSplitItemPerPage option{
	font-size:11px;
	color:#010101;
	font-weight:normal;
}
.navSplitItemPerPage select{
	border: 1px solid #4B4B4B;
}
/* eof navSplit */

/*
#productsListingDisplayItemPerPage {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 26%;
	text-align: right;
}

#productsListingDisplayItemPerPage .select_item_per_page {
	border: 1px solid #4B4B4B;
}

#productsListingDisplayItemPerPage .text_display {
	color: #434242;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}*/

#sorter{
	margin-left:10px;
}
#sorter select{
	border: 1px solid #4B4B4B;
}

#accountEditLogin,#addressBookDefault,#accountEditDefault,#acctNewslettersDefault,#accountNotifications,
#logoffDefault,#advSearchDefault,#createAcctSuccess,#maintenanceDefault,#unsubDefault,#pageNotFound
{
/*	float: left;
	width: 98%;*/
	margin-left: 10px;
}

#loginDefault,#createAcctDefault,#passwordForgotten,#saveBasket,#shoppingCartDefault,
#checkoutShipping,#checkoutShipAddressDefault,
#checkoutPayment,#checkoutConfirmDefault,#checkoutSuccess,#accountHistoryDefault,#accountHistInfo,
#timeoutDefault,#pageAboutUsMainContent,#addressBookProcessDefault,#conditions, #contactUsDefault, #siteMap,
#checkoutPayAddressDefault, #shippingInfo, #privacy
	{
/*	float: left;
	width: 98%;*/
	margin: 0px 10px;
}

.centerColumn{margin-left: 0px; padding-left: 0px!important; }

#indexProductList, #specialsListing, #advSearchResultsDefault, #newProductsDefault, #allProductsDefault {margin-left: 0px;}

.wrapperAttribsOptions {
float:left;
font-size:11px;
text-align:justify;
}
#productAttributes {
float:left;
margin-bottom:10px;
margin-top:10px;
width:100%;
}
.attribsSelect {
font-size:11px;
text-align:justify;
}

.wrapperAttribsOptions select{
	border: 1px solid #4B4B4B;
}

a.refineLnk {display: block; color: #ff0000; background: url(../images/refineBg.jpg) right -25px no-repeat; padding: 5px 0 0 20px; height: 20px; margin-top: 7px; font-size: 15px;}
a.refineLnk:hover {background-position: top; color: #fff;}

ul.refinePrice {float: left; padding: 10px 30px 0 20px; background: url(../images/desp.jpg) right bottom no-repeat;}
ul.refineGender {float: left; padding: 10px 0 0 20px;}
    ul.refinePrice a, ul.refineGender a {color: #fff;}
    ul.refinePrice a:hover, ul.refineGender a:hover {color: #ff0000;}
    
.clearElement {clear: both; width: 0; height: 0; overflow: hidden; line-height: 0;}
#shoppingCartDefault {background: #fff;}

.loading_animation {position: absolute; top: 14px; right: 10px; }
.no_products_found_loading {margin: 30px;}        
#no_products_found {text-align: center;}
#giftfinder_inside{margin-left:10px; margin-right:13px;}
#giftfinder_inside h5 {color:#590000; font-size: 16px; font-weight: bold; text-transform: uppercase; padding:6px 0 0 10px;}
#giftfinder_inside .redBox_content {background: #D72928; border-left: solid 1px #fff; border-right: solid 1px #fff;}
#giftfinder_bubble {background: url(../images/bubble.png); padding: 15px 27px 0 5px; height: 38px;}
#giftfinder_bubble_results{text-align:center; color:#2F8105; font-weight:bold; font-size: 14px;}

#giftfinder_who_top{background:url(../images/redBox.png) left top no-repeat; height:33px;}
.giftfinder_radio{background:url(../images/radio_0.png) left top no-repeat; width:21px; height:21px; float:left; margin:4px;}
.radio_on{background-image:url(../images/radio_1.png);}
.giftfinder_who_list{display:block; width:85px; float:left; color:#fff; line-height:27px; font-weight:bold; font-size: 16px;}
.giftfinder_who_list:hover{background-color:#A11F1E;color:#ffffff;text-decoration:none;}

#giftfinder_price_top{background:url(../images/redBox.png) left top no-repeat; height:33px;}
#giftfinder_price_inside{background: #D72928; border-left: solid 1px #fff; border-right: solid 1px #fff; padding-top:12px; padding-bottom:3px;}
#giftfinder_price_min{font-size:12px; background-color:#44c733; float:left; border:1px solid #fff; margin:5px; padding: 3px 5px; color:#fff; font-weight:bold; width: 60px;}
#giftfinder_price_max{font-size:12px; background-color:#fa4141; float:right; border:1px solid #fff; margin:5px; padding:3px 5px; color:#fff;font-weight:bold; width: 60px;}
#giftfinder_price_track{background:url(../images/priceRange.png) center top no-repeat; height:8px; margin-left:5px; margin-right:5px; margin-bottom:16px;}
#giftfinder_price_track_sel{background-color:#0160b2;height:7px;margin-left:10px;margin-right:40px;overflow:hidden}
#giftfinder_min_slider{background:url(../images/min_arrow.png) center bottom no-repeat; height:22px; width:15px; cursor:ew-resize; position:relative; top:4px;}
#giftfinder_max_slider{background:url(../images/max_arrow.png) center top; height:22px; width:15px; cursor:ew-resize; position:relative; top:-39px;}

#giftfinder_cats_top{background:url(../images/redBox.png) left top no-repeat; height:33px;}
.giftfinder_check{background:url(../images/check_0.png) left top no-repeat;width:15px;height:15px;float:left;margin:4px;}
.check_checked{background-image:url(../images/check_1.png);}
.giftfinder_cat_list{display:block; color:#fff; line-height:23px; font-weight:bold;}
.giftfinder_cat_list:hover{background-color:#A11F1E;color:#ffffff;text-decoration:none;}
#giftfinder_blue_bot{background:url(../images/redBox.png) left bottom no-repeat; height:5px; margin-bottom:5px; overflow:hidden;}

#giftfinder_help_bubble{background-image:url('../images/help_bubble.png');width:173px;height:163px;padding-left:40px;padding-right:12px;padding-top:12px;padding-bottom:12px;float:left;position:absolute;z-index:100;}
#giftfinder_help_title{color:#419ef5;font-weight:bold;width:125px;float:left;font-family: helvetica, arial, tahoma, sans-serif;font-size:1.15em;padding-right:10px;}
#giftfinder_help_text{color:#0160b2;font-size:0.8em;clear:both;padding-top:5px;}
#giftfinder_help_text p{margin-bottom:6px;}
#giftfinder_help_text a{display:block;position:absolute;top:160px;width:173px;text-align:center;}

.gift_finder_product_text{position: absolute; text-align:center;color:#0160b2;font-size:0.8em;}
.gift_finder_product_text a, .gift_finder_product_text a:visited {color:#0160b2;}

.giftfinder_tooltip_tl{background-image:url('../images/help_tl.png');width:12px;height:12px;}
.giftfinder_tooltip_t{background-image:url('../images/help_t.png');height:12px;}
.giftfinder_tooltip_tr{background-image:url('../images/help_tr.png');width:12px;height:12px;}
.giftfinder_tooltip_l{background-image:url('../images/help_l.png');width:12px;}
.giftfinder_tooltip_r{background-image:url('../images/help_r.png');width:12px;}
.giftfinder_tooltip_bl{background-image:url('../images/help_bl.png');width:12px;height:12px;}
.giftfinder_tooltip_b{background-image:url('../images/help_b.png');height:12px;}
.giftfinder_tooltip_br{background-image:url('../images/help_br.png');width:12px;height:12px;}
.giftfinder_tooltip{background-image:url('../images/help_bg.png');color:#0160b2;font-size:0.8em;}

#giftfinder_fade {display:block;position:absolute;bottom:0px;width:753px;height:55px;background-image:url('../images/fade.png');z-index:9999;}

#giftfinder_close_button{float:right;width:38px;}
/*#search_link_2{background-color:#7fdeff;background-image:url(/i/template/2009/search_icon_2.gif);}
#search_link_3{background-color:#a7ecff;background-image:url(/i/template/2009/search_icon_3.gif);}*/

.fb_button{
	margin-top:1px;
	margin-bottom:1px;
	margin-left:1px;
	margin-right:1px;
	border:none;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration:none;
	list-style:none;
	vertical-align:top;
	outline:none;
	z-index: +10;
}

.force_block{display:block!important;}

.fb_button_outer_box,.fb_button_inner_box{
	padding:0px;
	border-style:solid;
}

.fb_button_outer_box{
	margin:0;
	border-width:1px 0;
	padding-bottom:1px;
	border-bottom:none;
}

.fb_button_inner_box{
	margin:0 -1px;
	border-width:0 1px

}

.fb_button_pos{
	position:relative;
	height:100%;
}

.fb_button_top_shadow
{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	height:13px;
	overflow:hidden;
	width:100%;
	border-bottom: 2px solid;
}

.fb_button_top_highlight
{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	height:1px;
	overflow:hidden;
	width:100%;
	border-bottom:1px solid;border-top:1px solid;
}

.fb_button_bottom_shadow
{
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	height:1px;
	overflow:hidden;
	width:100%;
	border-top:1px solid;
}

.fb_button_content
{
	position:relative;
	padding:7px 13px;
	text-align:center;
	white-space:nowrap;
	font-size:1em;
	line-height:1em;
	font-weight:bold;
	text-decoration:none !important;
	color:#ffffff;
	/*letter-spacing:-1px;*/
	height:16px;
	margin:0px;
	display:block;
	cursor: pointer; 
    outline: none;
    vertical-align:middle;
	-webkit-user-select: none;
	-moz-user-select: none;
}



.fb_button_content img
{
	position:relative;
	padding:0px;
	margin:0px;
	height:16px;
	top:0px;
	border:none;
	vertical-align:middle;

}
#loginNewCustomers, #loginReturningCustomers{ padding-left: 10px;}
#loginNewCustomers .buttonRow, #loginReturningCustomers .buttonRow{ padding-left: 0px;}
#loginReturningCustomers LABEL{ width: 90px; display: inline-block;}
#loginReturningCustomers DIV.information{ margin-bottom: 5px;}

#infoShoppingCart {background: #fff; text-align: center;}
#infoShoppingCart p{text-align: justify; padding: 10px; width: auto;}
#infoShoppingCart p.closeWindow{text-align: center;}

.advisory {font-size: 12px; margin-bottom: 5px;}
  .advisory strong{color: #DB2826;}
