﻿G26@charset "utf-8";
/* TFNC main layout */

* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0 none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	outline-color: invert;
	outline-style: none;
	outline-width: 0;
	vertical-align: baseline;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol,ul,li {
	list-style:none;
}

q:before,q:after {
	content:'';
}

abbr,acronym { 
	border:0;
}

input {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: none;
}

strong {
	font-weight: bold;
}

p {
	padding: 5px 0;
	margin: 0;
}

.right {
	text-align: right;
}

a { 
	text-decoration: underline; 
	color: #555;
	font-weight: bold;
}

a:hover { 
	text-decoration: none; 
	color: #555;
	font-weight: bold;
}

a:focus { 
	outline:none; 
}

a img {
	border: none;
}

.clearfix {
	clear: both;
}

.hide {
	display: none;
}



html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font: 0.85em Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #606060;
	background: #d1929d;
}


/*********************************** end reset css ***********************************/











/*********************************** master page css ***********************************/
#container {
	position: absolute;
	min-height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 980px;
	overflow: hidden;
}

#content {
	margin-bottom: 156px; /* same as footer height */
	padding: 0;
}

#header {
	width: 100%;
	height: 130px;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 9;
}

#main_content {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
}
.main_content_holder {
	width: 980px;
	display: block;
	margin: 0 auto;
	padding: 0;
}

#footer {
	position: absolute;
	bottom: 0;
	height: 146px; /* same as content margin-bottom */
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	// z-index: 1; /* for IE footer */ 
}
/*********************************** end master page css ***********************************/










/*********************************** header css ***********************************/
#header .main_header_container {
	background-color: #b98b91;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	width: 100%;
	height: 130px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}

.header_content {
	position: relative;
	color: #fff;
	padding: 0;
	margin: 0 auto;
	display: block;
	width: 980px;
	height: 130px;
}

#header_accessibility_links {
	display: none;
}


.header_top_menu {
	position: absolute;
	top: 18px;
	right: 10px;
	display: block;
	width: 420px;
	padding: 0;
	margin: 0;
}
.header_top_menu ul {
	padding: 0;
	margin: 0;
	float: right;
}
.header_top_menu ul li {
	padding: 0;
	margin: 0;
	float: left;
}
.header_top_menu ul li h5 a {
	color: #fff;
	text-decoration: none;
}
.header_top_menu ul li h5 a:hover {
	color: #fff;
	text-decoration: none;
}

.header_top_menu ul li.line_separate {
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	background: url(../images/top_menu_separate.gif) center right no-repeat;
}

.header_top_menu ul li.line_separate_basket {
	padding: 0;
	margin: 0 10px 0 0;
	width: 126px;
	background: url(../images/top_menu_separate.gif) center right no-repeat;
}

.header_top_menu ul li h5.basket_icon {
	padding: 0;
	margin: 0;
	background: url(../images/basket.png) 45px -1px no-repeat;
}


.tfnc_logo {
	display: block;
	width: 160px;
	padding: 0;
	margin: 0 auto;
}


.header_main_menu {
	position: absolute;
	top: 108px;
	left: 0;
	display: block;
	width: 980px;
	padding: 0;
	margin: 0;
}

.header_main_menu ul {
	padding: 0;
	margin: 0 auto;
}

.header_main_menu ul li {
	padding: 0 19px 0 0;
	margin: 0;
	float: left;
}

.header_main_menu ul li.last {
	padding: 0;
	text-align: right;
	float: right;
}

.main_menu_link {
	cursor: pointer;
	color: #f3f3f3;
}

.header_main_menu h5 {
	font: 1.3em Arial, Helvetica, sans-serif;
	color: #fff;
}

.header_main_menu h5 a {
	color: #fff;
	text-decoration: none;
}


.search_holder {
	width: 150px;
	position: relative;
	top: -75px;
	
}

.search_box {
	position: absolute;
	left: 0;
	top: 10px;
}

.search_box h5 {
	font: 1.2em Arial, Helvetica, sans-serif;
}

.search_btn {
	position: absolute;
	left: 122px;
	top: 13px;
	// top: 14px;
}

.search_input {
	width: 140px;
	border: none;
	background: #fff;
	opacity: 0.4;
	-moz-opacity: 0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	padding: 2px 0 2px 4px;
}


.search_drop_suggest {
	width: 138px;
	border: 1px solid #f3f3f3;
	border-top: none;
	background: #f3f3f3;
	color: #fff;
}
.search_drop_suggest_item {
	padding: 2px 0 2px 5px;
	color: #fff;
}
.search_drop_suggest_hoveritem {
	padding: 2px 0 2px 5px;
	color: #000;
	cursor: pointer;
}



/*********************************** end ***********************************/










/*********************************** mid + static content ***********************************/
.static_content_pages {
	width: 980px;
	height: auto;
	min-height: 390px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	margin-bottom: 46px; /* for FF footer height */
	// margin-bottom: 0; /* for IE footer height*/
}
.static_content_pages div {
	position: relative;
	z-index: 1;
}
/*********************************** end ***********************************/










/*********************************** footer css ***********************************/
#footer .footer_container {
	width: 100%;
	height: 146px;
	background: url(../images/footerbg.gif) bottom repeat-x;
}

#footer .footer_container_inner {
	background-color: none;
	width: 100%;
	height: 146px;
}

.footer_content {
	padding: 0;
	margin: 0 auto;
	display: block;
	width: 980px;
	height: 146px;
	position: relative;
}

#navigationDiv {
	display: none;
}

.newsletter_holder {
	width: auto;
	display: block;
	padding: 0;
	margin: 0;
	height: 36px;
}
.newsletter_holder ul {
	padding: 0;
	margin: 0 0 0 150px;
}
.newsletter_holder ul li {
	padding: 0;
	margin: 0 12px 0 0;
	float: left;
}

.sign_up_img {
	background: url(../images/sign_up.jpg) left no-repeat;
	width: 79px;
	height: 36px;
	display: block;
	padding: 0;
	margin: 0;
}

.newsletter_holder ul li h5#newsletter {
	color: #ff9ce1;
	padding: 10px 0 0 0;
	margin: 0;
}

.newsletter_box {
	padding: 0;
	margin: 0;
}

.newsletter_box h5 {
	font: 1.2em Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

.newsletter_btn {
	margin: -18px 0 0 185px;
}

.newsletter_input {
	width: 200px;
	border: none;
	background: #414141;
	padding: 2px 0 2px 4px;
	color: #fff;
	margin: 6px 0 0 3px;
}

.error_newsletter {
	position: absolute;
	left: 750px;
	top: 8px;
}

/*********************************** end ***********************************/












/*********************************** product main content ***********************************/
.product_main_page {
	width: 980px;
	height: auto;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	margin-bottom: 46px; /* for FF footer height */
	// margin-bottom: 0; /* for IE footer height*/
}
.product_main_page div {
	position: relative;
	z-index: 1;
}



.product_content_page {
	width: 980px;
	display: block;
	float: left;
	padding: 20px 0 0 0;
	margin: 0;
}


.product_content_page_left {
	width: 260px;
	height: auto;
	min-height: 400px;
	display: block;
	float: left;
	padding: 0;
	margin: 5px 0 0 0;
}

.product_content_get_look_left {
	width: 260px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

.product_content_get_look_left h4 {
	width: 260px;
	display: block;
	float: left;
	padding: 0;
	margin: 0 0 20px 0;
	font: 3em Arial, Helvetica, sans-serif;
}

.product_content_get_look_left ul {
	padding: 0;
	margin: 0;
}
.product_content_get_look_left ul li {
	padding: 0;
	margin: 0 20px 20px 0;
	border: 1px solid #606060;
	text-align: center;
	width: 80px;
	cursor: pointer;
	float: left;
}

.product_content_get_look_right {
	width: 260px;
	display: block;
	float: left;
	padding: 0;
	margin: 40px 0 0 0;
}
.product_content_get_look_right h4 {
	width: 260px;
	display: block;
	float: left;
	padding: 0;
	margin: 0 0 10px 0;
	font: 3em Arial, Helvetica, sans-serif;
}
.product_content_get_look_right span {
	width: 260px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
.product_content_get_look_right span h5 {
	padding: 0;
	margin: 10px 0 0 0;
	font: 0.9em Arial, Helvetica, sans-serif;
}



.product_content_page_mid {
	width: 355px;
	height: auto;
	min-height: 540px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}

.img_product {
	width: 355px;
	height: 508px;
	padding: 0;
	margin: 10px 0 0 10px;
}

.product_content_page_mid_hit_area {
	width: 65px;
	height: auto;
	min-height: 540px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
.product_content_page_hit_area {
	width: 355px;
	height: 50px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
.product_content_left_hit_area {
	width: 260px;
	height: 350px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}



/*----------product right-----------*/
.product_content_page_right {
	width: 300px;
	height: auto;
	min-height: 400px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
}


.product_page_title_holder {
	width: 300px;
	display: block;
	float: left;
	padding: 0;
	margin: 0 0 10px 0;
	overflow: hidden; /* for ie */
}
.product_page_title_holder h4 {
	padding: 0;
	margin: 0;
	font: 4em Arial, Helvetica, sans-serif;
	overflow: hidden; /* for all browsers */
}

.product_page_description_holder {
	width: 300px;
	display: block;
	float: left;
	padding: 0;
	margin: 10px 0 20px 0;
}
.product_page_description_holder p {
	padding: 0;
	margin: 0;
	display: inline;
}


.product_page_content_holder {
	width: 300px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
.product_page_content_holder h5 {
	font: 1.2em Arial, Helvetica, sans-serif;
}
.product_page_content_holder p {
	padding: 0;
	margin: 0;
	display: inline;
}



.product_page_content_holder_click {
	width: 300px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
.product_page_content_holder_click h5 {
	font: 0.9em Arial, Helvetica, sans-serif;
}
.product_page_content_holder_click p {
	padding: 0;
	margin: 0;
	display: inline;
}



.product_page_size_holder {
	width: 300px;
	height: auto;
	display: block;
	float: left;
	padding: 0;
	margin: 5px 0 0 0;
}
.product_page_size_holder ul {
	padding: 0;
	margin: 0;
}
.product_page_size_holder ul li {
	padding: 0;
	width: 20px;
	margin: 0 1px 0 1px;
	// width: 18px;
	// margin: 0 2px 0 0;
	float: left;
	text-align: center;
}
.product_page_size_holder ul li.no_repeat {
	width: 90px;
}





.product_page_stock_holder {
	width: 300px;
	height: auto;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
.product_page_stock_holder ul {
	padding: 0;
	margin: 0;
}
.product_page_stock_holder ul li {
	width: 300px;
	display: block;
	padding: 0;
	margin: 2px 0 2px 0;
}
.product_page_stock_holder ul li span {
	display: inline;
	padding: 0;
	margin: 0;
}
.product_page_stock_holder ul li span.stock_color_txt {
	display: inline-block;
	width: 65px;
	position: relative;
	top: -5px;
}
.product_page_stock_holder ul li span.stock_color_image {
	display: inline-block;
	width: 25px;
	text-align: center;
	cursor: pointer;
}
.product_page_stock_holder ul li span.stock_thumb_image {
	display: inline;
	text-align: center;
	padding: 0;
}





.product_page_price_holder {
	width: 300px;
	height: auto;
	display: block;
	float: left;
	padding: 0;
	margin: 10px 0 0 0;
}
.product_page_price_holder ul {
	padding: 0;
	margin: 0;
}
.product_page_price_holder ul li {
	width: 300px;
	display: block;
	padding: 3px 0 3px 0;
	margin: 0;
}
.product_page_price_holder ul li span {
	display: inline;
	padding: 0;
	margin: 0;
}
.product_page_price_holder ul li span.item_txt {
	width: 90px;
	display: inline-block;
	padding: 0;
	margin: 0;
}
.product_page_price_holder ul li span.item_txt2 {
	width: 50px;
	display: inline-block;
	padding: 0;
	margin: 0;
}

.product_page_price_holder ul li span.item_price {
	width: auto;
	display: inline-block;
	padding: 0 0 0 6px;
	margin: 0;
}
.product_page_price_holder ul li span.low_stock {
	width: 68px;
	background: url(../images/low_stock.png) left no-repeat;
	padding: 1px 0 0 22px;
	font: 0.9em Arial, Helvetica, sans-serif;
	display: inline-block;
}
.product_page_price_holder ul li span.in_stock {
	width: 68px;
	background: url(../images/in_stock.png) left no-repeat;
	padding: 1px 0 0 22px;
	font: 0.9em Arial, Helvetica, sans-serif;
	display: inline-block;
}




.list_popup_hover {
	width: 300px;
	display: block;
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	text-transform: uppercase;
}

.list_popup_hover ul {
	margin: 0;
	padding: 0;
}

.list_popup_hover ul li {
	width: 300px;
	margin: 0;
	padding: 4px 0 4px 0;
	cursor: pointer;
	background: url(../images/right_arrow.gif) right no-repeat;
}

.list_popup_hover ul li.bottom_dot {
	border-bottom: 1px dotted #606060;
}


.share_holder {
	margin: 30px 0 0 0;
	padding: 0;
	display: block;
	float: left;
}
.share {
	margin: 0;
	padding: 0 6px 2px 2px;
	border: 1px solid #606060;
	text-transform: uppercase; 
}
.share a {
	padding: 0 5px 0 0;
	color: #606060;
	text-decoration: none;
}

.share img {
	position: relative;
	top: 2px;
}
/*----------end product right-----------*/

/*----------product tooltip-----------*/

/* tt1 */
.tt1 {
}

.tt1:hover{ }

.tt1 span{ display: none; }

.tt1:hover span.tooltip {	
    display:block;
    position: absolute;
    top: -340px; 
	left: -690px;
	padding: 0px;
	margin: 0px;
	width: 690px;
}

.tt1:hover span.middle { /* different middle bg for stretch */
	display: block;
	float: left;
	/*background: url(../images/tooltipbg.png);*/
	padding: 10px;
	margin: 0 0 0 10px;
	width: 650px;
	height: auto;
	min-height: 420px;
	cursor: default;
	text-transform: none;
}

.tt1:hover span.middle h5 {
	font: 1em Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	padding: 10px 0;
}


/* tt2 */
.tt2{
}
.tt2:hover { 
}
.tt2 span { 
	display: none; 
}

.tt2:hover span.tooltip{	
    display:block;
    position: absolute;
    top: -367px; 
	left: -690px;
	padding: 0px;
	margin: 0px;
	width: 690px;
}

.tt2:hover span.middle{ /* different middle bg for stretch */
	display: block;
	float: left;
	/*background: url(../images/tooltipbg.png);*/
	padding: 10px;
	margin: 0 10px 0 0;
	width: 650px;
	height: auto;
	min-height: 420px;
	cursor: default;
	text-transform: none;
}

/* tt3 */
.tt3 {
}
.tt3:hover { 
}
.tt3 span { 
	display: none;
}

.tt3:hover span.tooltip {	
    display:block;
    position: absolute;
    top: -394px; 
	left: -690px;
	padding: 0px;
	margin: 0px;
	width: 690px;
}

.tt3:hover span.middle { /* different middle bg for stretch */
	display: block;
	float: left;
	/*background: url(../images/tooltipbg.png);*/
	padding: 10px;
	margin: 0 10px 0 0;
	width: 650px;
	height: auto;
	min-height: 420px;
	cursor: default;
	text-transform: none;
}


/* tt4 */
.tt4 {
}
.tt4:hover { 
}
.tt4 span { 
	display: none;
}

.tt4:hover span.tooltip {	
    display:block;
    position: absolute;
    top: -421px; 
	left: -690px;
	padding: 0px;
	margin: 0px;
	width: 690px;
}

.tt4:hover span.middle { /* different middle bg for stretch */
	display: block;
	float: left;
	/*background: url(../images/tooltipbg.png);*/
	padding: 10px;
	margin: 0 10px 0 0;
	width: 650px;
	height: auto;
	min-height: 420px;
	cursor: default;
	text-transform: none;
}

.tt4 {
	background: none;
}
.middle ul {
}
.middle ul li {
	cursor: default;
	background: none;
}

/*********************************** end ***********************************/











/*----------user account pages-----------*/
.account_main_page {
	width: 980px;
	height: auto;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	margin-bottom: 46px; /* for FF footer height */
	// margin-bottom: 0; /* for IE footer height*/
}
.account_main_page div {
	position: relative;
	z-index: 1;
}

.account_login_page {
	margin: 0;
	padding: 0;
	float: left;
	width: 980px;
	display: block;
}
.account_login_page h4 {
	font: 4.5em Arial, Helvetica, sans-serif;
	padding: 50px 0 30px 30px;
}

.account_login {
	width: 490px;
	display: block;
	float: right;
	padding: 0;
	margin: 0;
}

.account_login ul {
	padding: 0;
	margin: 0;
}

.account_login ul li {
	padding: 0;
	margin: 0;
}

.account_login ul li.top_padding {
	padding: 16px 0 18px 0;
	margin: 0;
}

.account_login ul li.top_padding_extra {
	padding: 30px 0 10px 0;
	margin: 0;
}

.account_login ul li.bottom_padding {
	padding: 0 0 10px 0;
	margin: 0;
}

.account_login ul li.bottom_dot_line {
	border-bottom: 1px dotted #fff;
}

.account_login ul li span {
	display: inline-block;
	width: auto;
}

.account_login ul li span.text_field {
	display: inline-block;
	width: 180px;
}

.account_login ul li input.login_input {
	width: 180px;
	background: #fff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	padding: 2px 0 2px 4px;
}

.account_login ul li input.login_checkbox {
	border: none;
	background: none;
	position: relative;
	left: -24px;
	// left: -30px;
}
.account_login ul li span.left_txt {
	position: relative;
	left: -15px;
	// left: -22px;
}

.account_login ul li input.login_btn {
	width: auto;
	border: none;
	padding: 1px 15px;
	margin: 0;
	background: #fff url(../images/btn_arrow.png) right no-repeat;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	cursor: pointer;
	float: right;
	position: relative;
	top: 5px;
}

.login_links {
	cursor: pointer;
}
/*----------end-----------*/







/*----------payment pages-----------*/
.payment_main_page {
	width: 980px;
	height: auto;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	margin-bottom: 46px; /* for FF footer height */
}
.payment_main_page div {
	position: relative;
	z-index: 1;
}



.payment_logo_holder {
	width: 980px;
	height: 110px;
	display: block;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
.payment_logo_holder img {
	position: relative;
	z-index: 1;
}

.payment_main_page_3d {
	width: 980px;
	height: auto;
	display: block;
	padding: 0;
	margin: 0 auto;
}
.payment_main_page_3d div {
	position: relative;
	z-index: 1;
}

.payment_main_page_left {
	width: 600px;
	height: auto;
	display: block;
	float: left;
	padding: 30px 0 0 0;
	margin: 0;
}

.payment_main_page_left h4 {
	display: block;
	padding: 0 0 30px 0;
	margin: 0;
	font: 4em Arial, Helvetica, sans-serif;
}

.payment_main_page_left_holder {
	width: 600px;
	height: auto;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

.payment_main_page_left_holder span {
	width: 500px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

.payment_main_page_left_holder span.right_btn {
	padding: 0;
	margin: 40px 0 10px 0;
	text-align: right;
}

.payment_main_page_right {
	width: 380px;
	height: auto;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

.payment_main_page_right h4 {
	font: 3em Arial, Helvetica, sans-serif;
	padding: 40px 0 30px 0;

}


.payment_main_page_right span.account_holder {
	width: 380px;
	height: auto;
	display: inline-block;
	float: left;
	padding: 0;
	margin: 10px 0;
}

.payment_main_page_right span.account_holder.top_space1 {
	margin: 0 0 10px 0;
}
.payment_main_page_right span.account_holder.top_space2 {
	margin: 50px 0 10px 0;
}


.payment_box_right {
	width: 380px;
	height: auto;
	display: block;
	float: left;
	padding: 0;
	margin: 23px 0 20px 0;
}
.payment_box_right_last {
	width: 380px;
	height: auto;
	display: block;
	float: left;
	padding: 0;
	margin: 0 0 20px 0;
}
.payment_box_right .payment_title {
	width: 380px;
	height: auto;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	border-bottom: 1px dotted #fff;
}
.payment_box_right .payment_title h4 {
	font: 2.5em Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
}
.payment_box_right .payment_deatils {
	width: 380px;
	height: auto;
	display: block;
	float: left;
	padding: 0;
	margin: 10px 0 0 0;
}

.payment_box_right .payment_height {
	width: 380px;
	height: auto;
	display: block;
	float: left;
	padding: 0;
	margin: 20px 0 0 0;
	// margin: 30px 0 0 0;
}

/* user */
.user_details_pages {
	width: 380px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

.user_details_pages_holder {
	width: 380px;
	display: block;
	float: left;
	padding: 0;
	margin: 0 0 10px 0;
}

.user_details_pages ul {
	padding: 0;
	margin: 0;
}

.user_details_pages ul li {
	padding: 0;
	margin: 0;
}

.user_details_pages ul li.bottom_padding {
	padding: 0 0 12px 0;
	margin: 0;
}

.user_details_pages ul li span {
	display: inline-block;
	padding: 0 0 4px 0;
	margin: 0;
}

.user_details_pages ul li span.shipping_tick_box {
	width: 30px;
}
.user_details_pages ul li span.shipping_tick_text {
	width: 340px;
}

.user_details_pages ul li span.user_title {
	width: 70px;
}

.user_details_pages ul li span.user_name {
	width: 150px;
}

.user_details_pages ul li span.user_email {
	width: 210px;
}

.user_details_pages ul li span.user_field {
	width: 210px;
}

.user_details_pages ul li span.user_date_birth {
	width: 165px;
}

.user_details_pages ul li span.user_input {
	width: 188px;
}

.user_details_pages ul li span.user_btn_address {
	width: auto;
	margin: 20px 20px 20px 0;
}

.user_details_pages ul li span.user_check_box {
	width: 20px;
}
.user_details_pages ul li span.user_check_txt {
	width: 100px;
}

.user_details_pages ul li.user_title {
	padding: 20px 0 10px 0;
	margin: 0;
}

.user_details_pages input {
	background: #fff;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	padding: 2px 0 2px 4px;
}

.input_checkbox {
	position: relative;
	// top: 4px;
}

.drop_list_select {
	background: #fff;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	padding: 0;
	margin: 0;
	display: inline;
	border: 0;
}

.user_details_address {
	background: #fff;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	padding: 2px;
	width: 370px;
	border: none;
	margin: 10px 0 0 0;
	
	position: relative;
	z-index: 9999;
}

.user_details_pages input.user_title {
	width: 60px;
}

.user_details_pages input.user_name {
	width: 140px;
}

.user_details_pages input.user_email {
	width: 200px;
}

.user_details_pages input.user_field {
	width: 200px;
}

.user_details_pages input.user_input {
	width: 178px;
}

.user_details_pages input.shipping_tick {
	background: none;
	border: none;
}
/*----------end payment pages-----------*/


/*----------Account Pages pages-----------*/
.account_page_left {
	width: 300px;
	height: auto;
	display: block;
	float: left;
	padding: 0;
	margin: 110px 0 0 0;
}
.account_page_left h4 {
	font: 2.5em Arial, Helvetica, sans-serif;
	padding: 50px 0 40px 0;

}
.account_page_left ul {
	padding: 0;
	margin: 0;
}
.account_page_left ul li {
	padding: 10px 0;
	margin: 0;
}
.account_page_left ul li h5 {
	font: 1em Arial, Helvetica, sans-serif;
}
.account_page_left ul li h5 a {
	text-decoration: none;
}




/*********************************** catalogue main content ***********************************/
.catalogue_main_page {
	width: 980px;
	height: auto;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	margin-bottom: 46px; /* for FF footer height */
}
.catalogue_main_page div {
	position: relative;
	z-index: 1;
}




.catalogue_page_scroller_holder {
}

/*
.catalogue_page_scroller ul {
	padding: 0;
	margin: 0;
}

.catalogue_page_scroller ul li {
	padding: 0;
	margin: 0;
	width: 300px;
	border: 1px solid #00CC00;
}
*/



.catalogue_scroller_image {
	padding: 0;
	margin: 0 auto; 
	width: 250px;
	height: 315px;
	display: block;
	text-align: center;
	position: relative;
	z-index: 2;
}
.catalogue_scroller_image_color_swatch {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
}
.color_swatch_space {
	margin-bottom: 5px;
	border: 1px solid #606060;
}

.catalogue_scroller_descriptions {
	padding: 0;
	margin: 0 auto; 
	width: 250px;
	display: block;
	text-align: center;
}
.catalogue_scroller_descriptions span {
	padding: 0;
	margin: 0 0 4px 0;
	display: block;
}


.catalogue_scroller_price {
	padding: 0;
	margin: 0 auto;
	width: 250px;
	display: block;
	text-align: center;
}
.catalogue_scroller_price span {
	padding: 0;
	margin: 0;
	display: inline-block;
	font-weight: bold;
	color: #606060;
}





/* tool tip */
	.hov {
		display: block;
		cursor: pointer;
	}
	.hov table {
		position: absolute; 
		border:0; 
		border-collapse: collapse; 
		left: 0;
	}
	.hov table td {
		height: auto;
		width: auto;
		font-size: 1.0em;
		border: none;
	}
	.hov a {
		display: block;
		text-decoration: none;
		padding: 2px;
	}
	
	div.hov a{
		display: inline;
		text-decoration: none; 
	}
	
	.hov a .totip a, .hov:hover ul.totip a {
	}
	
	.hov .totip {
		display: none; 
		text-decoration: none;
	}
	.hov:hover {
		position: relative; 
		z-index: 99999999999;
	}
	.hov a:hover,.hov:hover a{
		border:0; 
		text-decoration: none; 
		position: relative;
		color:#fff !important;
	}
	.hov:hover .totip,.hov a:hover .totip {
		display: block; 
		visibility: visible; 
		position: absolute;
		margin: 0;
		left: -67px;
		cursor: pointer;
		padding: 10px;
		overflow: visible;
		z-index: 9999999;
		text-align: center;
		width: 175px;
		border: 1px solid #ccc;
		background: url(../images/tooltipbgdigit.png) repeat;
		text-align: left;
	}
	.hov .totip a {
		white-space: nowrap; 
		background: transparent; 
		display: block;
	}
	.hov .totip a:hover {
		text-decoration: line-through;
	}
	
	.hov .totip {
		padding: 0;
		margin: 0;
	}
	
	.hov .totip h5 {
		font: 1em Arial, Helvetica, sans-serif;
	}
	
	
	
	
	
	
	.hov a .totip2 a, .hov:hover ul.totip2 a {
	}
	
	.hov .totip2 {
		display: none; 
		text-decoration: none;
	}
	.hov:hover {
		position: relative;
		z-index: 100;
	}
	.hov a:hover,.hov:hover a{
		border: 0; 
		text-decoration: none; 
		position: relative;
		color: #fff !important;
	}
	.hov:hover .totip2,.hov a:hover .totip2 {
		display: block; 
		visibility: visible; 
		position: absolute;
		margin: 0;
		cursor: pointer;
		padding: 8px;
		overflow: visible;
		z-index: 9999;
		text-align: center;
	}
	.hov .totip2 a {
		white-space: nowrap; 
		background: transparent; 
		display: block;
	}
	.hov .totip2 a:hover {
		text-decoration: line-through;
	}
	
	.hov .totip2 {
		padding: 0;
		margin: 0;
	}
	
	.hov .totip2 h5 {
		font: 1em Arial, Helvetica, sans-serif;
	}

	/*
	.hov .totip li {
		display: block;
		padding: 0;
		margin: 2px 0;
		color: #76868b;
		font-weight: bold;
		text-align: center;
		width: 160px;
	}
	.hov ul.totip li h5 {
		font: 0.9em Helvetica, sans-serif;
	}
	.hov ul.totip li small {
		display: inline;
		float: left;
		padding: 0;
		margin: 0;
		width: 80px;
		text-align: center;
	}
	.hov ul.totip li small h5 {
		font: 0.9em Helvetica, sans-serif;
	}
	.hov ul.totip li.was_save {
		display: inline;
	}
	

	
	.hov ul.totip li.was_price h5 {
		font: 1.1em Helvetica, sans-serif;
		color: #956281;
	}*/
	
/* end */			




/* TFNC loves */
.tfnclove {
	padding: 0;
	margin: 0;
}
.tfnclove ul {
	padding: 0;
	margin: 0; 
}
.tfnclove ul li {
	padding: 0;
	margin: 0;
	background: none;
}

.tfnclove #product_list li {
	background: none;
}

.tfnclove .catalogue_scroller_image {
	padding: 0;
	margin: 0 auto; 
	width: 198px;
	height: 250px;
	display: block;
	text-align: center;
	position: relative;
	z-index: 2;
	border: 1px solid #000;
}
.tfnclove .catalogue_scroller_image_color_swatch {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
}
.tfnclove .color_swatch_space {
	margin-bottom: 5px;
	border: 1px solid #fff;
}

.tfnclove .catalogue_scroller_descriptions {
	padding: 0;
	margin: 0 auto; 
	width: 198px;
	display: block;
	text-align: center;
}
.tfnclove .catalogue_scroller_descriptions span {
	padding: 0;
	margin: 0 0 4px 0;
	display: block;
}
.tfnclove .catalogue_scroller_price {
	padding: 0;
	margin: 0 auto;
	width: 198px;
	display: block;
	text-align: center;
}
.tfnclove .catalogue_scroller_price span {
	padding: 0;
	margin: 0;
	display: inline-block;
}





/*----------basket pages-----------*/
.basket_main_page {
	width: 980px;
	height: auto;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	margin-bottom: 46px; /* for FF footer height */
}
.basket_main_page div {
	position: relative;
	z-index: 1;
}




.basket_content_left_holder {
	width: 500px;
	height: auto;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.basket_content_left_holder h4 {
	font: 4.5em Arial, Helvetica, sans-serif;
	padding: 50px 0 40px 0;
}

.basket_content_holder_btn_continue_shopping {
	width: 500px;
	display: block;
	float: left;
	margin: 10px 0 0px 0;
	padding: 0;
}

.basket_content_holder_btn_checkout {
	width: 500px;
	display: block;
	float: left;
	margin: 30px 0 20px 0;
	padding: 0;
	text-align: right;
}



.basket_content_right_holder {
	width: 480px;
	height: auto;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.basket_content_right_holder h4 {
	width: 480px;
	height: auto;
	display: block;
	float: left;
	margin: 30px 0 40px 80px;
	// margin: 45px 0 40px 80px;
	padding: 0;
	font: 3.5em Arial, Helvetica, sans-serif;
}

.basket_content_right_holder ul {
	width: 480px;
	height: auto;
	display: block;
	float: left;
	margin: 0 0 0 60px;
	padding: 0;
}

.basket_content_right_holder ul li {
	width: 200px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

.basket_content_right_holder ul li.look_content {
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}

.basket_content_right_holder ul li span {
	width: auto;
	display: inline-block;
	margin: 0;
	padding: 0;
}





.basket_content {
	width: 500px;
	height: auto;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.basket_content ul {
	margin: 0;
	padding: 0;
	position: relative;
}

.basket_content ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #fff;
}

.basket_content ul li.basket_titles {
	font-weight: bold;
	padding: 0 0 6px 0;
}

.basket_content ul li span {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.basket_content ul li span.item_title {
	width: 130px;
}
.basket_content ul li span.description_title {
	width: 190px;
}
.basket_content ul li span.qty_title {
	width: 50px;
}
.basket_content ul li span.remove_title {
	width: 60px;
}
.basket_content ul li span.price_title {
	width: 55px;
	text-align: right;
}


.basket_content ul li.basket_items {
	padding: 10px 0 10px 0;
}

.basket_content ul li span.item_image {
	width: 130px;
	vertical-align: middle;
}
.basket_content ul li span.description_item {
	width: 190px;
	vertical-align: middle;
}
.basket_content ul li span.qty_item {
	width: 50px;
	vertical-align: middle;
}
.basket_content ul li span.remove_item {
	width: 60px;
	vertical-align: middle;
}
.basket_content ul li span.price_item {
	width: 55px;
	text-align: right;
	vertical-align: middle;
}


.basket_content ul li input.qty_item {
	width: 20px;
	padding: 2px 0;
	border: 1px solid #ccc;
	margin: 0 0 0 2px;
	background: #fff;
	opacity: 0.9;
	-moz-opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	text-align: center;
}

.btn_remove {
	background: url(../images/btn_remove.png) center no-repeat;
	width: 19px;
	height: 19px;
	cursor: pointer;
	margin: 0 0 0 15px;
	// margin: 0 0 0 20px;
}

.basket_content ul.promotion li {
	margin: 20px 0 0 0;
	padding: 0;
	border-bottom: none;
}
.basket_content ul li span.update_basket {
	width: 170px;
}

.basket_content ul li span.promotion_text {
	vertical-align: middle;
}

.basket_content ul li span.activate_btn {
	width: 100px;
	// width: 105px;
	text-align: right; 
}

.basket_content ul li input.promotion_code {
	background: #fff;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	padding: 2px 0 2px 4px;
	width: 120px;
}

.basket_content ul.totals {
	margin: 0 0 0 170px;
	padding: 0;
	width: 330px;
}

.basket_content ul.totals li {
	margin: 0;
	padding: 10px 0 10px 0;
	border: none;
}

.basket_content ul.totals li.total_if {
	padding: 0;
}

.basket_content ul.totals li.total {
	font-weight: bold;
	padding: 10px 0;
	border-bottom: 1px dotted #fff;
	border-top: 1px dotted #fff;
}

.basket_content ul.totals li span.left_total {
	width: 140px;
}
.basket_content ul.totals li span.right_total {
	width: 180px;
	text-align: right;
}

.basket_content ul.totals li span.left_total_delivery {
	width: 75px;
}
.basket_content ul.totals li span.right_total_delivery {
	width: 245px;
	text-align: right;
	vertical-align:top;
}

.delivery_list_select {
	background: #fff;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	padding: 0;
	margin: 0;
	display: inline;
	border: 0;
	width: 245px;
}













/*********************************** general content ***********************************/
.general_content_pages {
	width: 980px;
	height: auto;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	margin-bottom: 46px; /* for FF footer height */
	// margin-bottom: 0; /* for IE footer height*/
}
.general_content_pages div {
	position: relative;
	z-index: 1;
}
/*********************************** end ***********************************/






input.btn_style {
	width: auto;
	border: none;
	padding: 3px 25px 3px 20px;
	// padding: 3px 10px 3px 5px;
	margin: 0;
	background: #fff url(../images/btn_arrow.png) right no-repeat;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	cursor: pointer;
}

input.btn_style_continue {
	width: auto;
	border: none;
	padding: 3px 25px 3px 20px;
	// padding: 3px 10px 3px 5px;
	margin: 0;
	background: #fff url(../images/btn_arrow.png) right no-repeat;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	cursor: pointer;
}

input.btn_style_order {
	width: auto;
	border: none;
	padding: 3px 25px 3px 20px;
	// padding: 3px 10px 3px 5px;
	margin: 0;
	background: #fff url(../images/btn_arrow.png) right no-repeat;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	cursor: pointer;
	position: relative;
	top: 20px;
	left: 254px;
}

.error_top_message {
	position: relative;
	top: -20px;
	left: 1px;
	width: 230px;
	display: block;
	background: #fff;
}

.error_top_message_new {
	position: relative;
	top: -20px;
	left: 1px;
	width: 230px;
	display: block;
	// background: #c60000;
}
.error_btxt_new {
	padding: 2px;
	margin: 0;
	width: 230px;
	color: #fff;
	// color: #606060;
	background: #bdbdbd;
	// background: none;
}

.error_bottom_message_new {
	position: relative;
	top: -40px;
	left: 1px;
	width: 230px;
	height: 14px;
	display: block;
}

.error_bottom_message {
	position: relative;
	top: -40px;
	left: 1px;
}

.error {
	padding: 0;
	margin: 0;
	color: #fff;
	background: #c60000;
	border: 4px solid #c60000;
	border-bottom: none;
	text-align: center;
}

.error_btxt {
	padding: 0;
	margin: 0;
	color: #e70000;
	
	// color: #fff;
	// background: #c60000;
	// border: 4px solid #c60000;
	// text-align: center;
}

.error_btxt_bottom {
	padding: 0;
	margin: 0;
	color: #e70000;
}



.error_btxt2 {
	padding: 0;
	margin: 0;
	color: #e70000;
}

.forget_password_error {
	padding: 0;
	margin: 0;
	color: #000;
}

.border_test {
	border: 1px solid #000;
}







#backgroundimages {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#home_image_spring {
	background-color: #d1929d;
	background-image: url(../images/home_new.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

#home_image_sale {
	background-color: #ce7079;
	background-image: url(../images/sale_home_page.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}


#home_image {
	background-color: #d1929d;
	background-image: url(../images/pink.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

#home_image1 {
	background-color: #d1929d;
	background-image: url(../images/pink.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

#home_image2 {
	background-color: #d1929d;
	background-image: url(../images/pink.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

#home_image3 {
	background-color: #d1929d;
	background-image: url(../images/pink.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}


#tfnc_bbg_black {
	background-color: #d1929d;
	background-image: url(../images/tfnc_bbg_purple.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}

#tfnc_bbg_gold {
	background-color: #d1929d;
	background-image: url(../images/tfnc_bbg_purple.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}

#tfnc_bbg_grey {
	background-color: #d1929d;
	background-image: url(../images/tfnc_bbg_purple.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}

#tfnc_bbg_purple {
	background-color: #d1929d;
	background-image: url(../images/tfnc_bbg_purple.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}






#backgroundimages_catalogue {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#home_image_catalogue {
	background-color: #d1929d;
	background-image: url(../images/tfnc_bbg_pink.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}









#randomdiv1 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#randomdiv2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#randomdiv3 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#randomdiv4 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}



#home_image_one {
	background-color: #e5bab1;
	background-image: url(../images/tfnc_girl_1.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

#home_image_two {
	background-color: #e5bab1;
	background-image: url(../images/tfnc_girl_2.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

#home_image_three {
	background-color: #e5bab1;
	background-image: url(../images/tfnc_girl_3.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

#home_image_four {
	background-color: #e5bab1;
	background-image: url(../images/tfnc_girl_4.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}


.hit_area1 {
	display: block;
	width: 980px;
	height: 560px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.target_click1 {
	display: block;
	float: left;
	width: 800px;
	height: 600px;
	margin: 10px 0 0 100px;
	padding: 0;
	cursor: pointer;
}
.target_click2 {
	display: block;
	float: left;
	width: 800px;
	height: 600px;
	margin: 10px 0 0 100px;
	padding: 0;
	cursor: pointer;
}

.target_click3 {
	display: block;
	float: left;
	width: 800px;
	height: 600px;
	margin: 10px 0 0 100px;
	padding: 0;
	cursor: pointer;
}

.target_click4 {
	display: block;
	float: left;
	width: 800px;
	height: 600px;
	margin: 10px 0 0 100px;
	padding: 0;
	cursor: pointer;
}




.search {
	background-color: #d1929d;
	background-image: url(../images/tfnc_bbg_purple.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}





.hit_area_new {
	display: block;
	width: 980px;
	height: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.target_new {
	display: block;
	float: left;
	width: 320px;
	height: 180px;
	margin: 200px 0 0 60px;
	padding: 0;
	cursor: pointer;
}
/*
#home_background_images {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#home_background_image1 {
	background-color: #050004;
	background-image: url(../images/home_1.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

#home_background_image2 {
	background-color: #050004;
	background-image: url(../images/home_2.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

#home_background_image3 {
	background-color: #050004;
	background-image: url(../images/home_3.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
*/

.hit_area_sale {
	display: block;
	width: 980px;
	height: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.target_sale {
	display: block;
	float: left;
	width: 500px;
	height: 350px;
	margin: 50px 0 0 30px;
	padding: 0;
	cursor: pointer;
}





	.hov_catalogue {
		display: block;
		cursor: pointer;
		height: 385px;
	}
	.hov_catalogue table {
		position: absolute; 
		border:0; 
		border-collapse: collapse; 
		left: 0;
	}
	.hov_catalogue table td {
		height: auto;
		width: auto;
		font-size: 1.0em;
		border: none;
	}
	.hov_catalogue a {
		display: block;
		text-decoration: none;
		padding: 2px;
	}
	
	div.hov_catalogue a{
		display: inline;
		text-decoration: none; 
	}
	
	.hov_catalogue a .totip3 a, .hov_catalogue:hover ul.totip3 a {
	}
	
	.hov_catalogue .totip3 {
		display: none; 
		text-decoration: none;
	}
	.hov_catalogue:hover {
		position: relative; 
		z-index: 100;
	}
	.hov_catalogue a:hover,.hov_catalogue:hover a{
		border:0; 
		text-decoration: none; 
		position: relative;
		color:#fff !important;
	}
	.hov_catalogue:hover .totip3,.hov_catalogue a:hover .totip3 {
		display: block; 
		visibility: visible; 
		position: absolute;
		margin: 0;
		cursor: pointer;
		padding: 8px;
		overflow: visible;
		z-index: 9999;
		text-align: center;
	}
	
	*+html .totip3 {
		left: -5px;
	}
	
	.hov_catalogue .totip3 a {
		white-space: nowrap; 
		background: transparent; 
		display: block;
	}
	.hov_catalogue .totip3 a:hover {
		text-decoration: line-through;
	}
	
	.hov_catalogue .totip3 {
		padding: 0;
		margin: 0;
	}
	
	.hov_catalogue .totip3 h5 {
		font: 1em Arial, Helvetica, sans-serif;
	}



.image_love_holder {
	width: 210px;
	height: auto;
	padding: 0px;
	margin: 0px;
	display: block;
	border: 1px hidden #ccc;
	position: relative;
	top: 1px;
}
.image_love_holder p {
	width: 209px;
	padding: 0px;
	margin: 0px;
	display: block;
	text-align: center;
}
.image_love_holder table, th, td {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	vertical-align: middle;
}
.image_love_holder td {
	width: 22px;
	text-align: left;
}
.imagelove {
	height: auto;
	width: 209px;
}
.loveprice {
	height: 35px;
	width: 209px;
	display: block;
	border: 1px hidden #fff;
	float: left;
	position: relative;
	top: 40px;
}

.loveswatch {
	height: 40px;
	width: 209px;
	display: block;
	border: 1px hidden #fff;
	float: left;
}


.clNowPriceText {
	color: #000;
}
.clWasPriceText {
	color: #000;
}
.clSavePriceText {
	color: #000;
}



.clNowPrice {
	color: #fff;
}
.clWasPrice {
	color: #fff;
}
.clSavePrice {
	color: #fff;
}












.secure_content_left {
	width: 440px;
	display: block;
	float: left;
	padding: 0;
	margin: 30px 0 0 0;
}

.secure_content_left h5 {
	width: 440px;
	display: block;
	float: left;
	padding: 0 0 20px 0;
	margin: 0;
}

.secure_content_left p {
	width: 440px;
	display: block;
	float: left;
	padding: 5px 0;
	margin: 0;
}

.secure_content_left a {
	text-decoration: underline;
}



.secure_content_right {
	width: 420px;
	display: block;
	float: right;
	padding: 0;
	margin: 30px 0 0 0;
}



/* new*/

.gallery_holder {
	width: 980px;
	height: auto;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

ul.gallery {
	width: 980px;
	margin: 0; 
	padding: 0;
}

ul.gallery li {
	margin: 0 0 0 1px;
	padding: 0;
	float: left;
	width: 193px;
	height: 110px;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.gallery li img {
	border: none;
}
ul.gallery li.last {
	margin-right: 0;
}
ul.gallery li a.thumb {
	width: 193px; /*--Width of image--*/
	height: 110px; /*--Height of image--*/
	cursor: pointer;
	border: none;
}

ul.gallery li span { /*--Used to crop image--*/
	width: 193px;
	height: 110px;
	overflow: hidden;
	display: block;
	cursor: pointer;
	
}
ul.gallery li a.thumb:hover {
	border: none;
	background:; /*--Hover effect for browser with js turned off--*/
}
ul.gallery li a {text-decoration: none; border: none; display: block;}

