body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
	font-family: arial, "lucida console", sans-serif;
	color:#999999;
	height:auto;
}
i
{
	overflow:visible;
}
a{
	text-decoration:none;
	color:#666666;
}
a:hover{
	color:#999999;
}
h2.hidden_title{
	display: none;
}
h3.hidden_title{
	display: none;
}
h4.hidden_title{
	display: none;
}
ul{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	list-style: none;
}
div {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0;
	border-collapse: collapse;
}
/*scroller property*/
#marqueecontainer{
position: relative;
width: 730px; /*marquee width */
height: 500px; /*marquee height */
background-color: white;
overflow: hidden;
padding: 2px;
padding-left: 4px;
}
/************************/
div.header {
	width: 100%;
	top:0;
	z-index:100;
	float:none;
    height:190px;
}
div.major_class{
	width:1000px;
	height:auto;
	margin:0px auto 0px auto;
}
div.main{
	width:100%;
	height:auto;
}
div.left_nav {
	padding-left: 12px;
	height:auto;
	z-index:-100;
    width: 198px;
    float:left;
    display:inline;
}
div.list_view_show_all {
	font-size:10pt;
	color:#ffffff;
	text-align:right;
	position:absolute;
	top:4px;
	right:15px;
}
div.heading div.content div.list_view_show_all a{
	font-size:10pt;
	color:#ffffff;
}
div.heading div.content div.list_view_show_all a:hover{
	color:#f5f4f4;
}
div.heading1 div.content div.list_view_show_all a{
	font-size:10pt;
	color:#ffffff;
}
div.heading1 div.content div.list_view_show_all a:hover{
	color:#f5f4f4;
}
div.nav_image{
	padding:0px 0px 10px 0px;
}
div.nav_text{
	text-align:justify;
	width:95%;
}
ul.nav_list{
	padding:0px 0px 0px 25px;
}
ul.nav_list li{
	padding:2px 0px 2px 0px;
	list-style-image:url(elements/browse_arrow.gif);
}
div.left_nav ul.nav_list li a{
	padding:0px 0px 0px 0px;
	font-size:8pt;
	font-weight:normal;
	color:#666666;
}
div.left_nav ul.nav_list li a:hover{
	color:#444444;
}
div.right_nav ul.nav_list li a{
	padding:0px 0px 0px 0px;
	font-size:9pt;
	color:#999999;
}
div.rigth_nav ul.nav_list li a:hover{
	color:#666666;
}

div.main_content{
	padding: 0px 0px 5px 210px;
    width:auto;
	padding-right: 2px;
	height:auto;
    display:inline;
}
div.header_menu{
	clear:both;
	position:absolute;
	height:60px;
	top:140px;
	width:1000px;
}
/****** safari fix ******/
body:nth-of-type(1) div.header_menu {
	top:140px;
}
div.head_row {
	width: 100%;
	position: relative;
	background-position: left;
	height: 142px;
	display: block;
}

img.header_logo {
	border: none;
	position: absolute;
	width: 250px;
	height: 120px;
	top: 33px;
	left: 20px;
}
/*---------------------------------------------purple menu-------------------------------------*/
ul.departments {
	display: block;
	position: relative;
	background: url(elements/menu_bg_1.gif) repeat-x;
	height: 25px;
	width: auto;
	vertical-align: top;
	text-align: center;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	text-indent: 0;
	white-space: nowrap;
	z-index:10000;
}

ul.departments div.left_edge {
	background: url(elements/menu_edge.gif) no-repeat;
	background-position: left;
	padding-left: 2px;
	padding-bottom: 6px;
	text-align: left;
	display: inline;
}
ul.departments li {
	display: inline;
	position: relative;
	padding: 0px 10px 6px 0px;
	vertical-align: top;
	text-align: center;
	height: 100%;
	text-indent: 0;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background: url(elements/menu_bg_1.gif) repeat-x;
}
/******** mozila later version fix ********/
ul.departments li, x:-moz-any-link, x:default {
	padding: 0px 10px 7px 0px;
	bottom:1px;
}
/****** safari fix ******/
body:nth-of-type(1) ul.departments li a {
	position:relative;
	top:2px;
}
ul.departments li+li {
	border-left: none;
}
ul.departments li div.left_edge {
	background-position: left;
	padding: 0px 2px 6px 8px;
	width: 2px;
	display: inline;
}
ul.departments li:hover div.left_edge {
}
ul.departments li a {
	height: 100%;
	vertical-align: middle;
	font-size: 10pt;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
}
ul.departments li:hover {
	background: url(elements/menu_item_hover_black_bg.gif) repeat-x;
}
ul.departments li:hover ul.categories {
	display: block;
}
ul.categories {
	position: absolute;
	list-style-type: none;
	display: none;
	text-align: left;
	left: 0;
	top: 100%;
	white-space: nowrap;
	background: #464646;
	border: none;
	min-width: 130px;
}
ul.categories li.seperated{
	border-top:1px solid #ffffff;
}
ul.categories li.seperated {
}
	
ul.categories li {
	padding: 0px 0px 0px 5px;
	text-align: left;
	display: block;
	position: relative;
	background: #464646;
	border: none;
	width:100%;
}
ul.categories li a {
	border: none;
	width: 100%;
	font-size: 10pt;
	font-weight:bold;
}
ul.categories li:hover {
	background: #000;
}
ul.categories li:hover ul.subcategories {
	display: inline;
}
ul.subcategories {
	list-style-type: none;
	display: none;
	text-align: left;
	position: absolute;
	white-space: nowrap;
	width: auto;
	top: 0;
	left: 100%;
}
ul.subcategories li {
	padding: 0px 0px 0px 5px;
	display: block;
	position: relative;
	width: 100%;
}
ul.subcategories li a {
	border: 0;
	width: 100%;
}
div.breadcrumbs_main_div{
	position:relative;
	height:20px;
}
div.breadcrumbs_locales{
	position:absolute;
	display:inline;
	width:auto;
	height:auto;
	right:10px;
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:8pt;
}
div.breadcrumbs_locales a img{
	height:28px;
	width:28px;
	padding:0px 0px 1px 0px;
}
div.breadcrumbs_locales ul.locales li.locales_flag_selected a img{
	height:32px;
	width:32px;
	padding:0px 0px 0px 0px;
}
li.locales_title{
	position:relative;
	bottom:12px;
}
ul.locales{
	list-style-type: none;
	list-style: none;
	position:relative;
	display:inline;
}
ul.locales li{
	display:inline;
	right:0;
}
ul.breadcrumbs {
	text-decoration: none;
	padding: 9px 0px 0px 17px;
	list-style: none;
	white-space: nowrap;
	font-size:8pt;
	width:750px;
	display: inline;
	position: absolute;
	z-index:1000;
}
ul.breadcrumbs a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-weight:bold;
	font-size:8pt;
	z-index:1001;
}
ul.breadcrumbs a:hover{
	color:#cccccc;
	text-decoration:underline;
}
ul.breadcrumbs li {
	display: inline;
	border: 0;
}
/*------------------------------------Purple Menu--------------------------------*/

ul.departments li.department_purple ul.categories {
	background: #992299;
}
ul.departments li.department_purple ul.categories li {
	background: #992299;
}
ul.departments li.department_purple ul.categories li:hover {
	background: #8A1E8A;
}

/*------------------------------------Blue Menu--------------------------------*/

ul.departments li.department_blue ul.categories {
	background: #0080e2;
}
ul.departments li.department_blue ul.categories li {
	background: #0080e2;
}
ul.departments li.department_blue ul.categories li:hover {
	background: #0570ca;
}

/*--------------------------------------red Menu-------------------------------*/


ul.departments li.department_red ul.categories {
	background: #e5040a;
}
ul.departments li.department_red ul.categories li {
	background: #e5040a;
}
ul.departments li.department_red ul.categories li:hover {
	background: #cc040d;
}

/*--------------------------------------Orange Menu-------------------------------*/

ul.departments li.department_orange ul.categories {
	background: #ff7e0d;
}
ul.departments li.department_orange ul.categories li {
	background: #ff7e0d;
}
ul.departments li.department_orange ul.categories li:hover {
	background: #e36e05;
}
/*--------------------------------------Green Menu-------------------------------*/


ul.departments li.department_green ul.categories {
	background: #397c08;
}
ul.departments li.department_green ul.categories li {
	background: #397c08;
}
ul.departments li.department_green ul.categories li:hover {
	background: #376c0c;
}


/*------------------------------------Brown Menu--------------------------------*/


ul.departments li.department_brown ul.categories {
	background: #8f5200;
}
ul.departments li.department_brown ul.categories li {
	background: #8f5200;
}
ul.departments li.department_brown ul.categories li:hover {
	background: #482900;
}

/*------------------------------------pink Menu--------------------------------*/


ul.departments li.department_pink ul.categories {
	background: #fc6df0;
}ul.departments li.department_pink ul.categories li {
	background: #fc6df0;
}
ul.departments li.department_pink ul.categories li:hover {
	background: #980496;
}
/*------------------------------------black Menu--------------------------------*/


ul.departments li.department_black ul.categories {
	background: #464646;
}ul.departments li.department_black ul.categories li {
	background: #464646;
}
ul.departments li.department_black ul.categories li:hover {
	background: #000;
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/
span {
	width: 100%;
	height: 100%;
}
div.box{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
	font-size:8pt;
	text-align:left;
}
div.box1{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
	font-size:8pt;
	text-align:left;
}
div.box ul {
	list-style-type: none;
	list-style: none;
}
div.box ul a{
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;
	color:#666666;
}
div.box ul a:hover{
	color:#999999;
}
div.box a:hover{
	color:#999999;
}
div.box a{
	color:#666666;
	text-decoration:none;
	font-size:8pt;
	font-weight:bold;
}
div.box1 a:hover{
	color:#999999;
}
div.box1 a{
	color:#666666;
	text-decoration:none;
	font-size:8pt;
	font-weight:bold;
}
div.left_nav div.box div.heading{
	padding:0px 5px 0px 0px;
	width:190px;
	text-align:left;
	right:3px;
}
div.right_nav div.box div.heading{
	padding:0px 5px 0px 0px;
	width:190px;
	text-align:left;
	right:3px;
}
div.left_nav div.box div.heading1{
	padding:0px 5px 0px 0px;
	width:190px;
	text-align:left;
	right:3px;
}
div.right_nav div.box div.heading1{
	padding:0px 5px 0px 0px;
	width:190px;
	text-align:left;
	right:3px;
}
div.heading{
	margin: 0px auto 10px auto;
	display:table;
	position:relative;
	font-size:10pt;
	color:#ffffff;
	font-weight:bold;
	width:100%;
}
div.heading1{
	margin: 0 auto;
	display:table;
	position:relative;
	font-size:10pt;
	color:#666666;
	font-weight:bold;
	width:100%;
}
div.box div.top {
	background: url(elements/browse_corner_dot.gif) 0 0 repeat-x; 
	width: 100%; 
	margin-top: 0px;
}
div.box div.bottom {
	background: url(elements/browse_corner_dot.gif) 0 100% repeat-x
}
div.box div.left {
	background: url(elements/browse_corner_dot.gif) 0 0 repeat-y
}
div.box div.right {
	background: url(elements/browse_corner_dot.gif) 100% 0 repeat-y
}
div.box div.bottom_left {
	background: url(elements/image/browse_corner_bottom_left.gif) 0 100% no-repeat
}
div.box div.bottom_right {
	background: url(elements/image/browse_corner_bottom_right.gif) 100% 100% no-repeat
}
div.box div.top_left {
	background: url(elements/image/browse_corner_top_left.gif) 0 0 no-repeat
}
div.box div.top_right {
	background: url(elements/image/browse_corner_top_right.gif) 100% 0 no-repeat; padding: 4px 0px;
}
div.box div.content{
	padding:0px 5px 0px 5px;
	width:98.5%;
}
/*----------------------------------------------------------------------------RED BOX-----------------------------------------------------------------------*/
div.box1 div.top {
	background: url(elements/box_corner_dot.gif) 0 0 repeat-x; 
	width: 100%; 
	margin-top: 0px;
}
div.box1 div.bottom {
	background: url(elements/box_corner_dot.gif) 0 100% repeat-x
}
div.box1 div.left {
	background: url(elements/box_corner_dot.gif) 0 0 repeat-y
}
div.box1 div.right {
	background: url(elements/box_corner_dot.gif) 100% 0 repeat-y
}
div.box1 div.bottom_left {
	background: url(elements/box_corner_bottom_left.gif) 0 100% no-repeat
}
div.box1 div.bottom_right {
	background: url(elements/box_corner_bottom_right.gif) 100% 100% no-repeat
}
div.box1 div.top_left {
	background: url(elements/box_corner_top_left.gif) 0 0 no-repeat
}
div.box1 div.top_right {
	background: url(elements/box_corner_top_right.gif) 100% 0 no-repeat; padding: 4px 0px;
}
div.box1 div.content{
	padding:0px 5px 0px 5px;
	width:98.5%;
}

div.heading div.content{
	padding:5px 15px 5px 5px;
}
div.heading1 div.content{
	padding:5px 15px 5px 5px;
}
div.content{
	position:relative;
}
div.heading div.top {
	background: url(elements/header_corner_dot_gray.gif) 0 0 repeat-x; width: 100%; margin-top: 1px;background-color:#4e4e4e;
}
div.heading div.bottom {
	background: url(elements/header_corner_dot_gray.gif) 0 100% repeat-x
}
div.heading div.left {
	background: url(elements/header_corner_dot_gray.gif) 0 0 repeat-y
}
div.heading div.right {
	background: url(elements/header_corner_dot_gray.gif) 100% 0 repeat-y
}
div.heading div.bottom_left {
	background: url(elements/image/header_corner_bottom_left_gray.gif) 0 100% no-repeat
}
div.heading div.bottom_right {
	background: url(elements/image/header_corner_bottom_right_gray.gif) 100% 100% no-repeat
}
div.heading div.top_left {
	background: url(elements/image/header_corner_top_left_gray.gif) 0 0 no-repeat
}
div.heading div.top_right {
	background: url(elements/image/header_corner_top_right_gray.gif) 100% 0 no-repeat; padding: 4px 0px;
}
/*----------------------------------------------------------------------------red heading-------------------------------------------------------------------*/
div.heading1 div.top {
	background: url(elements/head_corner_dot.gif) 0 0 repeat-x; width: 100%; margin-top: 1px; background-color:#e31010;
}
div.heading1 div.bottom {
	background: url(elements/head_corner_dot.gif) 0 100% repeat-x
}
div.heading1 div.left {
	background: url(elements/head_corner_dot.gif) 0 0 repeat-y
}
div.heading1 div.right {
	background: url(elements/head_corner_dot.gif) 100% 0 repeat-y
}
div.heading1 div.bottom_left {
	background: url(elements/head_corner_bottom_left.gif) 0 100% no-repeat
}
div.heading1 div.bottom_right {
	background: url(elements/head_corner_bottom_right.gif) 100% 100% no-repeat
}
div.heading1 div.top_left {
	background: url(elements/head_corner_top_left.gif) 0 0 no-repeat
}
div.heading1 div.top_right {
	background: url(elements/head_corner_top_right.gif) 100% 0 no-repeat; padding: 4px 0px;
}


/*-----------------------------------------------test css--------------------------------------------------------*/
div#test_left {
    float: left;
    width: 198px;
}
div#test_right {
    float: right;
    width: 198px;
	display:inline;
}
/*
div#test_middle {
    padding: 0px 230px 15px 242px;
    width:auto;
}*/
div.test_middle {
    padding: 0px 222px 15px 222px;
    width:auto;
}
div.test_middle_left{
	padding:0px 0px 0px 0px;
	width:695px;
	float:left;
}
div.right_nav{
	padding-right: 12px;
	width: 280px;
	height:auto;
	float: right;
	z-index:1000000;
	display:inline;
}
div.central_content_left{
	width:700px;
}
div.test_middle_2_col{
    padding: 0px 12px 15px 0px;
    width:auto;
	float:right;
	width:764px;
}
div#test_footer {
    clear: both;
	font-size: 8pt;
	padding: 0px 0px 15px 0px;
	width:700px;
	margin:0px auto;
}
div#test_header {
    clear: both;
    height:180px;
}
div.header {
    clear: both;
    height:200px;
}
/*------------------------------------------------Product Description---------------------------------------------*/
div.product_header{
	margin-top:15px;
	position:relative;
}
div.product_header div.prod_selected span.prod_img {
	width: auto;
	height: 100%;
	float:left;
	border:1px solid #cccccc; 
	height:270px;
	margin:0px 0px 30px 0px;
}
div.product_header div.product_title{
	color:#555555;
	font-size:14pt;
	margin-left:270px;
	font-weight:bolder;
}
div.product_header div.product_title h1{
	color:#555555;
	font-size:14pt;
	font-weight:bolder;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
div.product_header div.product_type{
	color:#bbbbbb;
	font-size:9pt;
	font-weight:bolder;
	margin-left:270px;
}
div.product_header div.prod_selected div.controls{
	position:absolute;
	top:300px;
	left:5px;
    border:1px solid #cccccc;
    width:250px;
    height:26px;
    left:0px;
    top:271px;
    background:#000;
}
div.product_header div.prod_selected span.zoom{
	display:block;
	position:relative;
}
div.product_header div.prod_selected span.zoom a{
	width: auto;
	height: 30px;
	border:0px none;
	text-decoration:none;
	z-index:2000;
}
img{
	border:0px none;
}


div.product_header div.prod_selected span.zoom_text {
	width: 250px;
	height: 30px;
	font-weight: bold;
	font-size: 8pt;
	position:relative;
	text-decoration:none;
	bottom:10px;
	z-index:2000;
	padding:10px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	cursor:pointer;
	text-align:center;
}
div.product_header div.prod_selected span.zoom_text a img{
	position:absolute;
	left:0px;
	top:0px;
}
div.product_header div.prod_selected span.zoom_text a span.text{
	padding:5px 5px 5px 5px;
	position:relative;
	text-align:center;
}
div.product_header div.prod_selected div.prod_details {
	left:270px;
	height: auto;
	font-size:10pt;
	display:inline;
	min-height:300px;
}
div.product_header div.prod_selected div.prod_details a{
	left:270px;
	height: auto;
	font-size:10pt;
	color:#666666;
}
div.product_header div.prod_selected {
	width: auto;
	height: auto;
	min-height:300px;
}
div.product_header span.brand_logo {
	width: auto;
	height: auto;
}
div.prod_details p.highlight{
	padding: 5px 0px 0px 270px;
}
div.product_header div.prod_selected p.desc {
	font-size: 10pt;
	color: #666666;
	padding: 0px 0px 0px 270px;
}
div.product_header div.prod_selected div.manufa {
	font-size: 10pt;
	color: #666666;
	padding: 0px 0px 0px 270px;
}
div.product_header div.prod_selected div.addthis{
	position:relative;
	width:auto;
	height:auto;
	padding:5px 0px 5px 268px;
}
div.product_header div.prod_selected div.addthis div{
	width:auto;
	height:auto;
}
div.prod_desc_cart_price{
	padding:30px 0px 10px 270px;
	position:relative;
	width:420px;
	vertical-align:middle;
}
div.prod_desc_cart_price span.add_to{
	width:100%;
}

a span.prod_desc_img img {
	width:auto;
	height:auto;
	padding:0px 0px 0px 0px;
}
a span.prod_desc_add{
	text-decoration: underline;
	font-size: 10pt;
	width:auto;
	height:auto;
	font-weight: bold;
	position:absolute;
	padding:3px 0px 0px 5px;
	font-variant: small-caps;
	color:#ff0000;
}
span.prod_desc_price {
	width: auto;
	height: auto;
	font-size: 10pt;
	color: #ff0000;
}
span.prod_desc_currency {
	width: auto;
	height: auto;
	font-weight: 900;
	font-size: 12pt;
	color: #ff0000;
}
b.on_offer{
	text-decoration:line-through;
}
span.test_span1 {
	width: auto;
	height: auto;
	position: absolute;
	right:10px;
	padding:1px 0px 0px 0px;
}
/*------------------------------------------------Accessories and "You may also be Intrester in"-----------------------------------------*/
div.product_accessories{
	padding-bottom:80px;
}
div.product_accessories_title{
	text-align:center;
	font-size:12pt;
	color:#666666;
	font-weight:bolder;
	padding:10px 0px 10px 0px;
}
table.prod_accessories tr{
	padding:5px 0px 5px 0px;
}
table.prod_accessories tr td{
	padding:0px 10px 0px 12px;
}
table.prod_accessories tr td div.prod_acc_price{
	color:#999999;
	font-size:9pt;
	font-weight:bold;
	text-align:right;
}
/*------------------------------------------------Tab Nav-------------------------------------------*/


div.product_body{
	width: 100%;
	display:inline;
	position:relative;
	text-align:center;
	padding-top:0px;
	margin-top:20px;
	height:auto;
}
ul.product_tabs {
	padding: 20px 0px 0px 0px;
	margin: auto;
	list-style-type: none;
	list-style: none;
	position: relative;
	height: 30px;
	width: auto;
	text-indent: 0;
	white-space: nowrap;
}
ul.product_tabs li {
	display:inline;
	position: relative;
	width: 100%;
	vertical-align : top;
	text-align: center;
}
ul.product_tabs li span.group{
	width: auto;
	height:auto;
	position:relative;
}
ul.product_tabs li a {
	text-decoration:none;
	color:#555555;
	position:relative;
	padding: 8px 10px 11px 10px;
	font-size:10pt;
	font-weight:bold;
	background: url(elements/tab_middle.gif) repeat-x;
	background-position: bottom;
	text-align: center;
	width: inherit;
	z-index:1;
}
ul.product_tabs li span.left_edge {
	background: url(elements/tab_left.gif) no-repeat;
	background-position: bottom left;
	position:relative;
	width: auto;
	height:auto;
	left:0px;
	top:0px;
	padding: 8px 0px 11px 7px;
	z-index:3;
}
ul.product_tabs li span.right_edge {
	background: url(elements/tab_right.gif) no-repeat;
	background-position: bottom;
	position:relative;
	height:auto;
	right: 0px;
	padding: 8px 8px 11px 0px;
	width: auto;
	z-index:2;
}
ul.product_tabs li:hover span.left_edge {
	background: url(elements/tab_left_hover.gif) no-repeat;
	border-bottom:1px solid #ffffff;
	padding: 6px 0px 11px 7px;
}
ul.product_tabs li:hover span.right_edge {
	background: url(elements/tab_right_hover.gif) no-repeat;
	border-bottom:1px solid #ffffff;
	padding: 6px 8px 11px 0px;
}
ul.product_tabs li:hover a {
	color:#666666;
	background: url(elements/tab_middle_hover.gif) repeat-x;
	border-bottom:1px solid #ffffff;
	padding: 8px 10px 11px 10px;
}
div.paragraph_main{
	font-weight:bold;
	padding:2px;
}
div.paragraph_secondary{
	padding:2px;
	color:#666666;
	text-align:justify;
}
div.tab_body{
	color: #666666;
	font-size:10pt;
}
div.tab_body div.content div{
	width:99%;
}
	

div.tab_body ul{
	padding:0px 0px 0px 30px;
}
div.tab_body ul li{
	list-style-type:disc;
	padding:2px 0px 2px 0px;
}
div.tab_images{
	text-align:center;
}
/*---------------overview--------*/
div.paragraph_offer{
	border:1px solid #ff0000;
	background-color:#ffe3e3;
	margin:10px 0px 10px 0px;
}
div.paragraph_offer div.title{
	background-color:#ff0000;
	padding:0px 5px 0px 3px;
	color:#ffffff;
	font-size:15pt;
	font-weight:bold;
	height:30px;
}
div.paragraph_offer div.body{
	color:#666666;
	padding:10px 0px 10px 4px;
	font-size:9pt;
	font-weight:bold;
	line-height:15px;
}
div.tab_our_view{
	background-color:#cccccc;
	width:98%;
	margin-right:auto;
	margin-left:auto;
	border:5px solid #cccccc;
}
div.tab_our_view ul{
	list-style-type:disc;
}
div.tab_our_view_heading{
	font-weight:bold;
	font-size:12pt;
	border-bottom:1px solid #666666;
}
div.tab_our_view_note{
	font-size:10px;
	font-weight:bold;
	background-color:#cccccc;
	padding:2px 0px 2px 0px; 
	right:-20px;
}
div.tab_our_view_text{
	background-color:#ffffff;

}
/*-----------tab_review-------*/
td.tab_review{
	color:#666666;
	background-color:#cccccc;
	font-weight:bold;
	font-size:12pt;
	padding:2px 0px 2px 0px;
}
div.tab_review_desc{
	background-color:#cccccc;
	vertical-align:top;
	text-align:left;
}
td.feedback_desc{
	font-size:8pt;
	background-color:#cccccc;
}
td.feedback_desc_center{
	font-size:8pt;
	background-color:#cccccc;
	text-align:center;
}
td.feedback_row{
	padding:2px 0px 2px 2px;
	vertical-align: top;
	text-align:left;
}
td.feedback_row_center{
	padding:2px 0px 2px 2px;
	text-align:center;
	vertical-align: top;
}
div.tab_review_form{
	font-size:12px; 
	text-align:justify;
	padding:5px 5px 15px 5px;
}
div.tab_review_form_none{
	font-size:12px; 
	padding:5px 5px 15px 5px;
	text-align:justify;
}
table.tab_review_details{
	border:0;
	width:100%;
}
td.feedback_header{
	font-size:12px; 
}
span.tab_review_heading{
	font-weight:bold; 
}
/*-----------------tab_questions------------------*/
div.tab_question_form{
	font-size:12px; 
	padding:5px 5px 5px 5px;
	text-align:left
}
div.tab_question_submit{
	font-size:12px;
	padding:5px 5px 15px 5px;
	text-align:justify
}
table.tab_question_details{
	border:none;
	width:100%;
	padding:5px 5px 1px 5px;
}
td.tab_question_feedback_header{
	font-size:12pt; 
	padding-bottom:2px;
	padding-top:2px;
	font-weight:bold;
	background-color:#cccccc;
}
p.tab_question_feedback_text{
	font-weight:100;
}
span.tab_question_feedback_text{
	font-weight:bold;
	padding-bottom:3px;
}
span.tab_question_heading{
	font-weight:bold; 
}
/*-----------------------------------------------------------PRODUCT VARIATION-----------------------------------------------------------*/
div.product_var{
	position:relative;
}
div.product_var_title{
	font-size:11pt;
	color:#666666;
	padding:0px 0px 5px 0px;
	font-weight:bold;
}
span.prod_var_img {
	width: auto;
	height: auto;
	position:relative;
	padding:0px 10px 0px 10px;
}
/*-----------------------------------------------------------PRODUCT VARIATION-----------------------------------------------------------*/

div.prod_var {
	width: auto;
	height: auto;
	left: 0%;
	position: relative;
}
div.prod_var span.prod_var_img {
	width: auto;
	height: auto;
	position:relative;
}
div.prod_var span.prod_var_name a{
	width: auto;
	height: auto;
	position: absolute;
	font-weight: bold;
	font-size: 9pt;
	left:90px;
	top:25px;
	text-decoration:none;
}
div.prod_var div.prod_var_price {
	font-weight: bold;
	font-size: 9pt;
	color: #666666;
	vertical-align:middle;
	padding:4px 0px 0px 0px;
	text-align:right;
}
div.prod_var div.test_span {
	width: auto;
	height: auto;
	right:0px;
	position:absolute;
	display:inline;
	text-align:right;
	padding-top:11px;
}
div.prod_var span.p_cell_highlight{
	color:#ff0000;
	font-size:8pt;
	font-weight:bold;
}

div.prod_var div.test_span span.text {
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	color:#ff0000;
	padding:0px 0px 0px 0px;
	display:inline;
}


/*--------------------------------PRODUCT OF THE MONTH----------------------------------*/

div.prod_month_selected span.prod_img img{
	display:inline;
	float:left;
}
div.prod_month_selected div.prod_details {
	height: auto;
	margin-left:140px;
	display:inline;
}
div.prod_month_selected {
	width: auto;
	height: auto;
	color: #666666;
	vertical-align:middle;
	min-height:140px;
}
div.prod_month_selected div.prod_details div.title{
	margin-left:140px;
}
div.prod_month_selected div.prod_details div.title a{
	font-size: 12pt;
	font-weight:bold;
	color: #666666;
	text-decoration:none;
}
div.prod_month_selected div.prod_details p.desc {
	font-size: 10pt;
	margin-left:140px;
}
div.prod_month_selected div.prod_details div.item_product_highlight {
	font-size: 10pt;
	margin-left:140px;
	font-weight:bold;
	color:#ff0000;
}
div.prod_month_selected div.prod_details div.price {
	font-size: 14pt;
	font-weight:bold;
	margin-left:140px;
	width:auto;
}
div.prod_month_selected div.prod_details div.add_to {
	font-weight:bold;
	padding:10px 0px 5px 0px;
	margin-left:140px;
}
div.prod_month_selected div.prod_details div.add_to a{
	color:#ff0000;
	font-weight:bold;
	font-size:11pt;
}
div.prod_month_selected div.prod_details div.category a{
	font-size: 10pt;
	font-weight:bold;
	text-decoration:none;
	position:relative;
}
div.prod_month_selected div.prod_details div.category{
	margin-left:140px;
}
/*----------------------------------------Display Section---------------------------------*/
span.prod_section_introduction {
	display:inline;
	position: relative;
	padding: 20px 0px 0px 0px;
	width: 100%;
	vertical-align : top;
	text-align: center;
	text-indent: 0;
	vertical-align: top;
	white-space: nowrap;
}
span.prod_section_introduction a {
	text-decoration:none;
	color:#ffffff;
	position:relative;
	padding: 0px 100% 170px 0px;
	background: url(elements/purple_middle.gif) repeat-x;
	background-position: bottom;
	text-align: center;
	width: inherit;
	width:100%;
}
span.prod_section_introduction span.left_edge {
	background: url(elements/purple_left.gif) no-repeat;
	background-position: bottom left;
	position:relative;
	padding: 0px 9px 170px 0px;
}
span.prod_section_introduction span.right_edge {
	background: url(elements/purple_right.gif) no-repeat;
	background-position: bottom;
	position:relative;
	padding: 0px 9px 170px 0px;
	right:0px
}
span.prod_section_introduction span.tab_content span.image img{
	position:absolute;
	padding-top:60px;
	border:0px none;
}
span.prod_section_introduction span.tab_content span.text{
	padding:90px 0px 0px 180px;
	position:absolute;
	font-size: 10pt;
	font-weight: bold;
	text-align:left;
}
/*---------------------------------------ProductDisplay Top 5----------------------------------*/

table.prod_display_top_5{
	margin:0px auto 0px auto;
}
table.prod_display_top_5 td{
	text-align:center;
	width:140px;
}
table.prod_display_top_5 td div.image img{
	height:128px;
	width:128px;
	border:0px none;
	text-align:center;
}
div.top_5_desc{
	font-size:10pt;
	padding:0px 5px 0px 5px;
	color:#666666;
}
table.prod_display_top_5 td div.prod_name{
	text-align:center;
}
table.prod_display_top_5 td div.price a{

}
/*----------------------------------------Basket Cross Sell-------------------------------------*/
div.basket_cross_sell{
	padding:10px 0px 10px 0px;
	color:#666666;
}
div.basket_cross_sell a{
	font-size:8pt;
	font-weight:bold;
}
div.basket_cross_sell a img{
	padding:5px 0px 5px 0px;
}

div.basket_cross_sell div.heading1 div.content div.product_head div.product_title{
	font-size:12pt;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
span.addto_basket_crosssell{
	color:#ff0000;
	font-size:8pt;
	font-weight:bold;
}
div.basket_cross_sell span.on_offer{
	text-decoration:line-through;
	font-size:8pt;
	color:#666666;
}
span.on_offer{
	padding:0px 5px 0px 0px;
}
/*----------------------------------------product_highlight-----------------------------------*/
span.prod_highlight{
	font-weight:bold;
	font-size:8pt;
	color:#ff0000;
}
/*-----------------------------------------HOME PAGE COLOURS---------------------------------*/
div.home_page_color{
	width:170px;
	height:150px;	
	padding:25px 0px 0px 0px;
	z-index:100000;
}
div.home_page_color span.home_page_left_color {
	position:absolute;
	width:9px;
	height:140px;
	z-index:2;
	background: url(elements/purple_left.gif) no-repeat;
	display:compact;
}
div.home_page_color div.home_page_middle_color {
	position:absolute;
	height:140px;
	width:100%;
	color:#ffffff;
	background: url(elements/purple_middle.gif) repeat-x;
}
div.home_page_color div.home_page_middle_color a{
	color:#ffffff;
	text-decoration:none;
}
div.home_page_color span.home_page_right_color {
	position:absolute;
	width:9px;
	height:140px;
	margin:0px 0px 0px 0px;
	background: url(elements/purple_right.gif) no-repeat;	
	right:0;
}
/*------------------------------------------Red Color----------------------------------------*/
div.home_page_color div.home_page_color_change_red span.home_page_left_color{
	background: url(elements/red_left.gif) no-repeat;
}
div.home_page_color div.home_page_color_change_red div.home_page_middle_color{
	background: url(elements/red_middle.gif) repeat-x;
}
div.home_page_color div.home_page_color_change_red span.home_page_right_color{
	background: url(elements/red_right.gif) no-repeat;
}
/*------------------------------------------Blue Color----------------------------------------*/
div.home_page_color div.home_page_color_change_blue span.home_page_left_color{
	background: url(elements/blue_left.gif) no-repeat;
}
div.home_page_color div.home_page_color_change_blue div.home_page_middle_color{
	background: url(elements/blue_middle.gif) repeat-x;
}
div.home_page_color div.home_page_color_change_blue span.home_page_right_color{
	background: url(elements/blue_right.gif) no-repeat;
}
/*------------------------------------------Orange Color----------------------------------------*/
div.home_page_color div.home_page_color_change_orange span.home_page_left_color{
	background: url(elements/orange_left.gif) no-repeat;
}
div.home_page_color div.home_page_color_change_orange div.home_page_middle_color{
	background: url(elements/orange_middle.gif) repeat-x;
}
div.home_page_color div.home_page_color_change_orange span.home_page_right_color{
	background: url(elements/orange_right.gif) no-repeat;
}
/*------------------------------------------Green Color----------------------------------------*/
div.home_page_color div.home_page_color_change_green span.home_page_left_color{
	background: url(elements/green_left.gif) no-repeat;
}
div.home_page_color div.home_page_color_change_green div.home_page_middle_color{
	background: url(elements/green_middle.gif) repeat-x;
}
div.home_page_color div.home_page_color_change_green span.home_page_right_color{
	background: url(elements/green_right.gif) no-repeat;
}
/*------------------------------------------Purple Color----------------------------------------*/
div.home_page_color div.home_page_color_change_purple span.home_page_left_color{
	background: url(elements/purple_left.gif) no-repeat;
}
div.home_page_color div.home_page_color_change_purple div.home_page_middle_color{
	background: url(elements/purple_middle.gif) repeat-x;
}
div.home_page_color div.home_page_color_change_purple span.home_page_right_color{
	background: url(elements/purple_right.gif) no-repeat;
}
/*------------------------------------------brown Color----------------------------------------*/
div.home_page_color div.home_page_color_change_brown span.home_page_left_color{
	background: url(elements/brown_left.gif) no-repeat;
}
div.home_page_color div.home_page_color_change_brown div.home_page_middle_color{
	background: url(elements/brown_middle.gif) repeat-x;
}
div.home_page_color div.home_page_color_change_brown span.home_page_right_color{
	background: url(elements/brown_right.gif) no-repeat;
}

/*------------------------------------------pink Color----------------------------------------*/
div.home_page_color div.home_page_color_change_pink span.home_page_left_color{
	background: url(elements/pink_left.gif) no-repeat;
}
div.home_page_color div.home_page_color_change_pink div.home_page_middle_color{
	background: url(elements/pink_middle.gif) repeat-x;
}
div.home_page_color div.home_page_color_change_pink span.home_page_right_color{
	background: url(elements/pink_right.gif) no-repeat;
}

/*------------------------------------------white Color----------------------------------------*/
div.home_page_color div.home_page_color_change_white span.home_page_left_color{
	background: url(elements/white_left.gif) no-repeat;
}
div.home_page_color div.home_page_color_change_white div.home_page_middle_color{
	background: url(elements/white_middle.gif) repeat-x;
}
div.home_page_color div.home_page_color_change_white span.home_page_right_color{
	background: url(elements/white_right.gif) no-repeat;
}
/*-------------------------------------------------------------------------------------------*/
div.home_page_color div.home_page_middle_color span.img img{
	float:left;
	width: auto;
	height: auto;
	border:0px none;
	z-index:auto;
	padding:0px 0px 0px 10px;
	position:absolute;
	bottom:1px;
	display:inline;
}
div.home_page_color div.home_page_middle_color div.text {
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	color:#ffffff;
	padding:0px 8px 0px 185px;
	position:relative;
	display:inline;
	top:13px;
}
div.home_page_color div.home_page_middle_color div.text p{
	padding:0px 8px 0px 185px;
}

/*-----------------------------------PRODUCT LIST VIEW---------------------------*/

div.product_list_view{
	position:relative;
}
div.product_list_view div.product{
	float:left;
	width:230px;
	min-height:260px;
	padding:2px 0px 2px 0px;
	font-size:8pt;
	display:inline;
	border:1px solid #aaaaaa;
	margin:10px 0px 10px 0px;
	position:relative;
}
div.product_list_view div.product div.image{
	width:125px;
	height:125px;
	text-align:center;
	margin:0px auto;
}
div.product_list_view div.product div.image img{
	margin:0px auto;
	border:1px solid #cccccc;
}
div.product_list_view div.product div.product_summary_heading{
	height:35px;
	padding:0px 23px 0px 23px;
	text-align:center;
}
div.product_list_view div.product div.product_summary_higlight{
	height:10px;
	padding:6px 5px 2px 5px;
	text-align:center;
	overflow:hidden;
}
div.product_list_view div.product div.product_summary_heading a{
	text-align:center;
	height:25px;
	color:#666666;
	font-weight:bold;
	font-size:10pt;
}
div.product_list_view div.product div.product_summary_heading a:hover{
	color:#999999;
}
div.product_list_view div.product div.product_info div.product_summary_category {
	font-size:9pt;
	height:30px;
	color:#666666;
	padding:2px 5px 2px 5px;
	text-align:center;
}
div.product_list_view div.product div.price_review{
	height:20px;
	width:auto;
	text-align:center;
}
div.product_list_view div.product div.product_reviews{
	height:22px;
	text-align:center;
	margin:5px 0px 0px 0px;
}
/*-----------------*/
div.product_list_view div.product div.list_view_compare{
	position:absolute;
	top:5px;
	left:2px;
}
/*------------------*/
div.product_list_view div.product div.price_review span.product_price{
	font-size:12pt;
	font-weight:bold;
	color:#ff0000;
	width:auto;
	text-align:center;
}
div.product_list_view div.product div.price_review span.more_info a{
	font-size:8pt;
	font-weight:bold;
	color:#666666;
	width:auto;
}
div.product_list_view div.product div.price_review span.more_info a:hover{
	color:#999999;
}
div.product_list_view div.product div.price_review span.more_info a img{
	padding:0px 0px 0px 0px;
	width:auto;
	float:right;
}
div.product_list_view div.product div.price_review span.more_info a span.text{
	width:auto;
	padding:2px 0px 0px 3px;
	float:right;
	font-size:7pt;
}
div.product_list_view div.product div.product_reviews span.add_to_basket a{
	font-size:9pt;
	font-weight:bold;
	color:#ffffff;
	padding:4px 10px 3px 10px;
	width:auto;
	text-decoration:none;
	background:url(elements/add_basket_list_view.gif) repeat-x;
}
div.product_list_view div.product div.product_reviews span.add_to_basket a:hover{
	color:#ffffff;
	background:url(elements/add_basket_list_view_hover.gif) repeat-x;
}
div.product_list_view div.product div.product_reviews span.add_to_basket a img{
	padding:0px 0px 0px 0px;
	width:auto;
	float:left;
}
div.product_list_view div.product div.product_reviews span.add_to_basket a span.text{
	width:auto;
	padding:0px 0px 0px 5px;
}

/*-----------------Product List View Search and No.of Product---------------*/
div.product_list_view span.list_product_count{
	font-size:10pt;
	font-weight:bold;
	color:#666666;
	float:left;
	position:relative;
	height:25px;
}
div.product_list_view span.list_product_search{
	font-size:10pt;
	font-weight:bold;
	color:#666666;
	display:inline;
}
div.product_list_view span.list_product_count span.product_count{
	padding-top:3px;
	position:absolute;
	display:inline;
}
div.product_list_view span.list_product_search span.search_title{
	position:relative;
	display:inline;
	width:213px;
	top:2px;
}
/*-------------compare button------------*/
div.product_list_view input.compare_button{
	background:url(elements/compare/compare_button.jpg) no-repeat;
	width:228px;
	height:37px;
	position:absolute;
	cursor:pointer;
	border:0px;
	right:0px;
	top:4px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;	
}
div.product_list_view input.checkall{
	background:url(elements/compare/check_all.jpg) no-repeat;
	height:37px;
	width:90px;
	position:absolute;
	border:0px;
	right:235px;
	color:#ffffff;
	font-size:8pt;
	font-weight:bold;
	top:4px;
}
div.product_list_view a.compare_button span.text{
	font-size:10pt;
	color:#ffffff;
	font-weight:bold;
}
div.product_list_view span.list_product_search select{
	position:relative;
	z-index:10;
}
span.page_count{
	font-weight:bold;
}
div.click_to_view{
	position:relative;
}
div.list_page_count{
	font-size:9pt;
	font-weight:400;
	padding:9px 0px 0px 0px;
}
div.list_page_count span.click_through{
	position:relative;
	width:auto;
	font-weight:bold;
}
div.list_page_count a{
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	font-size:10pt;
	
}
div.list_page_count a:hover{
	color:#999999;
}
/*-------------compare button in search------------*/
div.search_page_btt input.compare_button{
	background:url(elements/compare/compare_button.jpg) no-repeat;
	width:228px;
	height:37px;
	position:absolute;
	cursor:pointer;
	border:0px;
	right:0px;
	top:4px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;	
}
div.search_page_btt input.checkall{
	background:url(elements/compare/check_all.jpg) no-repeat;
	height:37px;
	width:90px;
	position:absolute;
	border:0px;
	right:235px;
	color:#ffffff;
	font-size:8pt;
	font-weight:bold;
	top:4px;
}
div.search_page_btt{
	position:relative;
	padding:0px 0px 45px 0px;
}	
/*---------------------tab test------------------*/

div.product_head_title {
	position: relative;
	height: 28px;
	padding: 10px 0px 0px 10px;
	margin:0px;
}
div.product_head_title span.group{
	height:auto;
	padding:0px;
	z-index:10;
}
div.product_head_title span.group span.title{
	height:auto;
	width:auto;
	font-size:10pt;
	font-weight:bold;
	color:#666666;
	background: url(elements/prod_head_tab_middle.gif) repeat-x;
	padding:9px 0px 10px 0px;
	border-bottom: 1px solid #ffffff;
}
div.product_head_title span.group span.left_edge {
	background: url(elements/prod_head_tab_left.gif) no-repeat;
	background-position: bottom left;
	position:relative;
	width: auto;
	height:auto;
	left:0px;
	top:0px;
	padding: 9px 0px 10px 12px;
	z-index:3;
	border-bottom: 1px solid #ffffff;
}
div.product_head_title span.group span.right_edge {
	background: url(elements/prod_head_tab_right.gif) no-repeat;
	background-position: bottom left;
	position:relative;
	height:auto;
	right: 4px;
	padding: 9px 0px 10px 12px;
	width: 12px;
	z-index:2;
	border-bottom: 1px solid #ffffff;
}

/*-----------------------------------------------SEARCH BAR------------------------------------------------------*/

span.search_main {
	width: auto;
	height: auto;
	position:absolute;
	bottom:42px;
	right:250px;
}
span.search_main span.search_left {
	width: 19px;
	height: 35px;
	left: 2px;
	position: absolute;
	background: url(elements/search1.gif) no-repeat;
}
span.search_main span.search_middle {
	margin-left: 20px;
	position: absolute;
	padding: 0px 1px 0px 0px;
	margin-right:1px;
	z-index:100;
}
span.search_main span.search_right {
	width: 39px;
	height: auto;
	position: absolute;
	padding: 0px 0px 0px 200px;
}
input.search_text {
	border: 0px;
	background: url(elements/search_middle.gif) repeat-x;
	height: 35px;
	width: 182px;
	padding: 9px 0px 0px 0px;
	font-size: 10pt;
	font-weight: bold;
	color: #cccccc;
	z-index:100;
}
input.search_submit {
	border: 0px;
	background: url(elements/mag_search.gif) no-repeat;
	height: 35px;
	width: 39px;
}
div.search_page_content {
	font-size:9pt;
	float:left;
}
input{
 	color:#666666;
}
/*------------------------------------------------HEADER BASKET--------------------------------------------------------*/
span.header_basket {
	width: auto;
	height: auto;
	position:absolute;
	bottom:72px;
	right:10px;
	color:#555555;
	font-weight:bolder;
	font-size:11pt;
}
span.header_basket_fr{
	width: auto;
	height: auto;
	position:absolute;
	bottom:50px;
	right:10px;
	color:#555555;
	font-weight:bolder;
	font-size:11pt;
}

span.header_basket span.your_basket a{
	font-size: 10pt;
	color:#999999;
	margin:0px 10px 0px 0px;
	text-decoration:underline;
	font-weight:normal;
}
span.header_basket span.your_basket a img{
	color:#999999;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	position:absolute;
	right:145px;
}
span.header_basket_fr span.your_basket a{
	font-size: 10pt;
	color:#999999;
	margin:0px 10px 0px 0px;
	text-decoration:underline;
	font-weight:normal;
}
span.header_basket_fr span.your_basket a img{
	color:#999999;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	position:absolute;
	right:145px;
}
span.header_basket_de{
	width: auto;
	height: auto;
	position:absolute;
	bottom:50px;
	right:10px;
	color:#555555;
	font-weight:bolder;
	font-size:11pt;
}
span.header_basket_de span.your_basket a{
	font-size: 10pt;
	color:#999999;
	margin:0px 10px 0px 0px;
	text-decoration:underline;
	font-weight:normal;
}
span.header_basket_de span.your_basket a img{
	color:#999999;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	position:absolute;
	right:155px;
}
/*------------------------------------------------HEADER COMPARE--------------------------------------------------------*/
span.header_compare {
	width: auto;
	height: auto;
	position:absolute;
	bottom:50px;
	right:10px;
	color:#555555;
	font-weight:bolder;
	font-size:11pt;
}

span.header_compare span.your_compare a{
	font-size: 10pt;
	color:#999999;
	margin:0px 10px 0px 0px;
	text-decoration:underline;
	font-weight:normal;
}
span.header_compare span.your_compare a img{
	color:#999999;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	position:absolute;
	right:200px;
}
/*------------------------------------------------HEADER COMPARE OTHERS--------------------------------------------------------*/
span.header_compare_others {
	width: auto;
	height: auto;
	position:absolute;
	bottom:50px;
	right:10px;
	color:#555555;
	font-weight:bolder;
	font-size:11pt;
}

span.header_compare_others span.your_compare a{
	font-size: 10pt;
	color:#999999;
	margin:0px 10px 0px 0px;
	text-decoration:underline;
	font-weight:normal;
}
span.header_compare_others span.your_compare a img{
	color:#999999;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	position:absolute;
	right:210px;
}
/*------------------------------------------------HEADER banner--------------------------------------------------------*/
div.banner_advert{
	position:absolute;
	left:260px;
	top:50px;
	width:auto;
	height:auto;
}
/*------------------------------------------------HEADER LINKS--------------------------------------------------------*/
span.header_links {
	width: auto;
	height: auto;
	position:absolute;
	top:10px;
	right:13px;
	color:#555555;
	font-weight:bolder;
	font-size:9pt;
}
/*------------------------------------------------HEADER STYLE FOR YOUR HOME--------------------------------------------------------*/
span.header_style_home {
	width: auto;
	height: auto;
	position:absolute;
	top:38px;
	left:22px;
	color:#999999;
	font-size:7pt;
	word-spacing: 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/*------------------------------------------------HEADER STYLE FOR YOUR HOME--------------------------------------------------------*/
span.free_delivery {
	width: auto;
	height: auto;
	position:absolute;
	right:13px;
	top:70px;
	color:#ff0000;
	font-size:10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	word-spacing: 2px;
}
/*------------------------------------------------HEADER Free Delivery Banner--------------------------------------------------------*/
div.free_delivery_banner{
	position:absolute;
	width:200px;
	height:24px;
	left:17px;
	top:111px;
}
/*---------------------------------------FOOTER------------------------------------------------*/
div.footer_color{
	width:auto;
	height:130px;	
	position:relative;
	padding:20px 0px 0px 0px;
}
div.footer_color span.footer_left_color {
	position:absolute;
	width:83px;
	height:114px;
	z-index:2;
	background: url(elements/pad_lock.jpg) no-repeat;
}
div.footer_color div.footer_middle_color {
	position:absolute;
	height:114px;
	width:100%;
	color:#ffffff;
	background: url(elements/footer_middle.jpg) repeat-x;
}
div.footer_color div.footer_middle_color a{
	color:#ffffff;
	text-decoration:none;
}
div.footer_color span.footer_right_color {
	position:absolute;
	width:12px;
	height:114px;
	background: url(elements/footer_right.jpg) no-repeat;	
	right:0;
	padding:0px 0px 0px 0px;
}
div.footer_color div.footer_middle_color div.img{
	position:relative;
}
div.footer_color div.footer_middle_color div.img span.row_one_col_2{
	height:40px;
	width:172px;
	position:absolute;
	right:10px;
	top:10px;
}
div.footer_color div.footer_middle_color div.img span.row_one_col_1{
	height:40px;
	width:49px;
	right:190px;
	top:10px;
	position:absolute;
}
div.footer_color div.footer_middle_color div.img span.row_two_col_2{
	height:40px;
	width:172px;
	position:absolute;
	right:10px;
	top:60px;
}
div.footer_color div.footer_middle_color div.img span.row_two_col_1{
	height:40px;
	width:49px;
	right:224px;
	top:60px;
	position:absolute;
}
img{
	border:none;
}

div.footer_color div.footer_middle_color div.text{
	text-decoration: none;
	display:inline;
	font-size: 12pt;
	font-weight: bold;
	position:relative;
	color:#ff0000;
	top:20px;
	padding:0px 0px 0px 120px;
	float:left;
}
div.footer_color div.footer_middle_color div.text p{
	position:relative;
	font-size:10pt;
	width:285px;
	color:#666666;
	font-weight:500;
	bottom:10px;
}
div.cards{
	width:100%;
	margin:0px auto 0px auto;
	text-align:center;
	top:0;
}
div.links {
	text-align:center;
	top:0;
}
div.links span{
	border-left:1px solid #666666;
	padding:0px 5px 0px 10px;
}
div.links span.home{
	border:none;
}
div.links a{
	text-decoration: none;
	font-size:9pt;
	color:#666666;
	font-weight:bold;
	z-index:100;
}
div.links a:hover{
	color:#999999;
}
/*-----------------------------------------------------site map-----------------------------------------*/
ul.sitemap_departments{
	padding:0px 0px 0px 10px;
}
ul.sitemap_departments li{
	padding:2px 0px 2px 0px;
}
ul.sitemap_departments li div.heading a{
	font-size:10pt;
}
ul.sitemap_departments li div.heading{
	bottom:3px;
}
ul.sitemap_departments ul.sitemap_categories{
	padding:0px 0px 0px 30px;
}
ul.sitemap_departments ul.sitemap_categories li{
	padding:4px 0px 4px 0px;
}
ul.sitemap_departments ul.sitemap_categories ul.sitemap_subcategories{
	padding:0px 0px 0px 50px;
}
ul.sitemap_departments ul.sitemap_categories ul.sitemap_subcategories li{
	padding:4px 0px 4px 0px;
}
/*------------------------------------------------Track Your Order-----------------------------------------------*/
div.track_your_order div.track_your_order_heading{
	text-align:center;
}
div.track_your_order div.track_your_order_error{
	text-align:center;
}
div.track_your_order div.track_your_order_email{
	text-align:center;
	padding:5px 0px 5px 0px;
}
div.track_your_order div.track_your_order_email input{
}
div.track_your_order div.track_your_order_email span{
	text-align:right;
}
div.track_your_order div.track_your_order_order_number{
	text-align:center;
	padding:5px 0px 5px 0px;
}
div.track_your_order div.track_your_order_order_number span{
	text-align:right;
}
div.track_your_order div.track_your_order_password {
	text-align:center;
	padding:5px 0px 5px 10px;
}
div.track_your_order div.track_your_order_password span{
	text-align:right;
}
div.track_your_order div.track_your_order_submit{
	text-align:right;
	padding:5px 5px 5px 0px;
}
/*------------------------------------------------Error Pages------------------------------------------------------*/
span.error_header{
	color:#ff0000;
	font-size:12pt;
	font-weight:bold;
	padding:0px 0px 0px 27px;
}
span.error_header img{
	top:4px;
	left:5px;
	position:absolute;
}
div.error_text{
	font-size:10pt;
	text-align:justify;
	padding:5px 5px 5px 5px;
	width:98%;
}
/*----------------------------------------------List Inline-----------------------------------------*/
ul.list_inline{
	padding:0px 0px 0px 20px;
}
ul.list_inline li{
	list-style-type:disc;
	padding:4px 0px 4px 0px;
}
/*--------------------------------------------------order status------------------------------------------------------------*/
table.order_status {
	border:0px;
	width:100%;
	height:auto;
}
table.order_status tr.heading{
	width:100%;
	height:auto;
	vertical-align:top
}
table.order_status tr.heading td{
	width:100%;
	height:auto;
	vertical-align:top
}
table.order_status tr.order_no td.text{
	text-align:right;
	padding: 10px 3px 10px 3px; 
	width:40%; 
	font-weight:bold;
}
table.order_status tr.order_no td.number{
	padding: 10px 3px 10px 10px; 
	vertical-align:top;
}
table.order_status tr.order_no td.status_result{
	padding: 3px 3px 10px 10px;
	vertical-align:top;
}
table.order_status tr.order_no td.status_result b{
	font-size:10pt;
	color:#555555;
}
table.order_status tr.order_no td.status{
	vertical-align:top;
	text-align:right;
	padding: 5px 3px 10px 10px;
	font-weight:bold;
}
table.order_status_product_ordered {
	border:0px;
	width:100%;
	height:auto;
}
table.order_status_product_ordered tr.heading{
	width:100%;
	height:auto;
	font-size:9pt;
}
table.order_status_product_ordered tr.heading td{
	width:100%;
	height:auto;
}
table.order_status_product_ordered tr.title{
	vertical-align:top;
	font-weight:bold;
}
table.order_status_product_ordered tr.title td{
	padding:10px 3px 10px 3px; 
}
table.order_status_product_ordered tr.title td.quantity{
	text-align:center;
}
table.order_status_product_ordered tr.title td.price{
	text-align:right;
	padding:10px 10px 10px 3px;
}
table.order_status_product_ordered tr.data td{
	padding:5px 3px 5px 3px; 
	border:1pa solid #000;
}
table.order_status_product_ordered tr.data td.quantity{
	text-align:center;
}
table.order_status_product_ordered tr.data td.price{
	text-align:right;
	padding:0px 10px 0px 3px;
}
table.order_status_product_ordered tr.submit{
	text-align:right;
	background-color:#f5f4f4;
	padding:5px 5px 5px 0px;
}
/*---------------------------------------------------basket---------------------------------------------------*/
div.amend_basket_heading{
	padding:0px 0px 10px 0px;
}
div.amend_basket div.prod_image img{
	display:inline;
	position:absolute;
	z-index:1000;
}
div.amend_basket div.amend_basket_details{
	width:auto;
	position:relative;
}
div.amend_basket div.amend_basket_details span.title{
	z-index:10000;
}
div.amend_basket div.amend_basket_details span.title a{
	text-align:left;
	margin-left:80px;
	z-index:999;
}
div.amend_basket div.amend_basket_details span.quantity{
	width:100%;
	text-align:right;
	position:absolute;
	right:0;
	height:auto;
	z-index:888;
}
div.amend_basket div.amend_basket_details span.manufact{
	display:block;
	margin: 10px 80px 0px 80px;
}
div.amend_basket div.amend_basket_details span.model_no{
	margin:10px 80px 0px 80px;
}
div.amend_basket div.amend_basket_details span.remove_item{
	position:absolute;
	text-align:right;
	right:0;
	height:auto;
}
div.amend_basket div.amend_basket_details span.desc{
	display:block;
	margin:10px 80px 0px 80px;
	width:70%;
	min-height:10px;
}
div.amend_basket div.amend_basket_details span.price{
	width:100%;
	text-align:right;
	position:absolute;
	right:0;
	display:inline;
	margin:0px 0px 0px 0px;
	height:auto;
	color:#ff0000;
}
div.basket_delivery{
	font-size:10pt;
	text-align:right;	
	padding:2px 5px 2px 0px;
}
div.basket_delivery b{
	color:#ff0000;
	font-weight:100;
}
div.basket_discount b{
	color:#ff0000;
	display:inline;
}
div.basket_total b{
	color:#ff0000;
	display:inline;
}
div.basket_discount{
	font-size:10pt;
	text-align:right;	
	padding:2px 5px 2px 0px;
}

div.basket_total{
	font-size:12pt;
	text-align:right;
	font-weight:bold;	
	padding:2px 5px 2px 0px;
}

div.basket_code_detail{
	text-align:right;
	font-weight:500;
}
div.input_row1{
	text-align:right;
	padding:2px 5px 2px 0px;
}
div.input_row2{
	text-align:right;
	padding:2px 5px 2px 0px;
}
div.top_5_wrapper{
	margin:60px 0px 60px 0px;
}
/*---------------------------------------------------------Delivery Method------------------------------------------------------------*/
div.basket_delivery_method div.delivery_method_error{
	font-size:8px;
	color:#ff0000;
}
div.section_1{
	margin-left:5px;
}
div.basket_delivery_method div.delivery_method_content{
	padding:5px 0px 5px 5px;
}
div.delivery_method_content a{
	z-index:10000;
	font-size:10pt;
	padding:2px 0px 5px 0px;
}
div.basket_delivery_method div.delivery_method_content span.delivery_price{
	position:absolute;
	left:0px;
	height:auto;
}
div.basket_delivery_method div.delivery_method_content span.delivery_price input.radio_button{
	position:absolute;
	right:5px;
}
div.basket_delivery_method div.delivery_method_content span.delivery_price span{
	width:100%;
	position:absolute;
	right:0;
	text-align:right;
	padding:2px 25px 0px 0px;
}
div.basket_delivery_method div.submit_button{
	text-align:right;
	width:100%;
	padding:5px 0px 5px 0px;
}

div.we_accept_cards div.card_row_one img{
	padding:5px 10px 5px 10px;
}
div.we_accept_cards div.card_row_two img{
	padding:5px 10px 5px 10px;
}
div.we_accept_cards div.card_row_three img{
	padding:5px 10px 5px 10px;
}
/*---------------------------------------------------------discount Method------------------------------------------------------------*/
div.basket_discount_code{
}
div.basket_discount_code div.discount_code_text{
	padding:5px 5px 5px 7px;
	text-align:justify;
	font-size:8pt;
	width:725px;
}
div.basket_discount_code div.discount_code_response{
	color:#ff0000;
	padding:5px 0px 5px 0px;
}
div.basket_discount_code div.discount_code_action{
	padding:5px 0px 5px 0px;
	text-align:center;
}
/*---------------------------------------------------------Final Check Method------------------------------------------------------------*/

table.finalise_checkout_details{
	width:100%;
	height:auto;
}
div.final_check_out_header{
	height:auto;
}
table.finalise_checkout_details tr.tr_head{
	vertical-align:top;
	font-weight:bold;
	font-size:10pt;
	padding:10px 0px 10px 0px;
}
table.finalise_checkout_details tr.tr_head td.prod_title{
	text-align:left;
}
table.finalise_checkout_details tr.tr_head td.prod_detail{
	text-align:center;
}
table.finalise_checkout_details tr.tr_head td.prod_right{
	text-align:right;
	padding:0px 10px 0px 0px;
}
table.finalise_checkout_details tr.tr_data{
	font-size:9pt;
	padding:5px 0px 5px 0px;
}
table.finalise_checkout_details tr.tr_data td.prod_title{
	text-align:left;
}
table.finalise_checkout_details tr.tr_data td.prod_detail{
	text-align:center;
}
table.finalise_checkout_details tr.tr_data td.prod_right{
	text-align:right;
	padding:0px 10px 0px 0px;
}
table.finalise_checkout_details tr.delivery_details{
	font-size:9pt;
}
table.finalise_checkout_details tr.delivery_details td.delivery_local{
	text-align:right;
	padding:0px 10px 0px 0px;
}
table.finalise_checkout_details tr.discount_details{
	font-size:9pt;
}
table.finalise_checkout_details tr.discount_details td.discount_price{
	text-align:right;
	padding:0px 10px 0px 0px;
}
table.finalise_checkout_details tr.basket_total{
	font-size:12pt;
	font-weight:bold;
	color:#666666;
}
table.finalise_checkout_details tr.basket_total td.total{
	color:#ff0000;
	text-align:right;
	padding:0px 10px 0px 0px;
}
div.proceed_check_out{
	padding:0px 0px 0px 0px;
	text-align:justify;
}
div.section_1{
	padding:5px 0px 5px 0px;
	text-align:justify;
	width:725px;
}
div.section_2{
	padding:5px 0px 5px 0px;
	text-align:justify;
	margin-left:5px;
	width:725px;
}
div.section_3{
	padding:5px 0px 5px 0px;
	text-align:justify;
	margin-left:5px;
	width:725px;
}
div.submit{
	padding:0px 10px 0px 0px;
	text-align:right;
}
/*------------------------------------------------Order Details Stage 3 to 6------------------------------------------------------*/
table.ckout_head_steps{
	padding-bottom:10px;
	width:100%;
}
table.ckout_head_steps tr td.secure_ckout{
	color:#ff0000;
	font-weight:bold;
	font-size:12pt;
}
table.ckout_head_steps tr td.pad_lock{
	padding:0px 0px 0px 0px;
	width:43px;_lock
}
table.ckout_head_steps tr td.steps{
	text-align:right;
}
table.ckout_head_steps tr td.steps font{
	color:#666666;
	font-weight:bold;
}


/*-----------------------------------------------Order Details Stage 3 to 6--------------------------------------------------------*/
td.bull{
	padding-left:5px; 
	color:#FF6600; 
	font-weight:bold; 
	font-size:18px;
	display:inline;
	text-align:left;
	width:10px;
}
td.box_header1{
	font-size:12pt;
	color:#555555;
	font-weight:bold;
	padding:5px 0px 15px 5px;
}
td.telephone_no{
	color:#555555;
	font-weight:bold;
}
table.check_out_display_details{
	width:100%;
	padding:0px 0px 0px 0px;
}
table.check_out_display_details tr td.name_text{
	font-weight:bold;
	font-size:12pt;
	color:#000;
}
table.check_out_display_details tr td.form_text{
	font-weight:bold;
	font-size:10pt;
	color:#000;
}
table.statement_address tr td.address_line{
	font-weight:bold;
	font-size:12pt;
	color:#000;
}
table.statement_address tr td.delv_add_check{
	font-weight:normal;
	color:#000;
	font-size:10pt;
	width:680px;
	padding:0px 0px 10px 20px;
}
table.statement_address tr td.address_form{
	font-weight:bold;
	font-size:10pt;
	color:#000;
}
table.check_out_display_details tr td.bull{
	color:#FF6600; 
}
table.check_out_display_details tr td.error{
	font-size:11px;
	padding: 10px 3px 2px 3px; 
	color:#FF0000;
}
table.check_out_display_details tr td.order_id{
	padding: 10px 10px 10px 10px; 
	text-align:right;
}
table.check_out_display_details tr td.name_text{
	font-size:11px;
	padding: 3px 3px 10px 3px;
	width:40%;
	text-align:right;
} 
table.check_out_display_details tr td.name_input{
	padding: 3px 3px 10px 10px; 
}
table.check_out_display_details tr td.name_input input{
	width:150px;
	font-size:10px;
	border:1px solid #cccccc;
}
table.check_out_display_details tr td.name_input span{
	padding-left:5px; 
	color:#FF6600; 
	font-weight:bold; 
	font-size:18px;
}
table.check_out_display_details tr td.form_text{
	font-size:11px;
	padding: 3px 3px 10px 3px;
	text-align:right;
} 
table.check_out_display_details tr td.form_input{
	padding: 3px 3px 10px 10px;
	width:150px;
}
table.check_out_display_details tr td.form_input input{
	width:150px;
	font-size:10px;
	border:1px solid #cccccc;
}
table.check_out_display_details tr td.form_input span{
	padding-left:5px; 
	color:#FF6600; 
	font-weight:bold; 
	font-size:18px;
}
table.check_out_optional_details{
	width:100%;
	padding:0px;
}
table.check_out_optional_details tr td.box_header{
	vertical-align:middle;
}
table.check_out_optional_details tr td.intro{
	font-size:11px; 
	padding:10px 3px 10px 3px; 
	color:#999999;
	text-align:left;
}
table.check_out_optional_details tr td.hear_about_us{
	font-size:11px; 
	padding:3px 3px 10px 3px; 
	width:40%; 
	text-align:right;
}
table.check_out_optional_details tr td.form_select{
	padding: 3px 3px 10px 10px;
}
table.check_out_optional_details tr td.form_select select{
	font-size:10px;
	border:1px solid #cccccc; 
	width:200px;
}
table.check_out_optional_details tr td.check_box{
	font-size:11px;
	padding: 3px 3px 10px 3px; 
	vertical-align:top;
	text-align:right;
}
table.check_out_optional_details tr td.check_box input{
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
}
table.check_out_optional_details tr td.check_box_text{
	padding: 3px 3px 10px 10px;
	vertical-align:top;
}
table.check_out_optional_details tr td.order_id{
	text-align:right;
	width:100%;
}
/*-------------------------------------------------Address Details---------------------------------------------*/
table.statement_address{
	width::100%;
}
table.statement_address tr td.box_header{
	vertical-align:top;
}
table.statement_address tr td.error{
	font-size:11px;
	padding: 10px 3px 2px 3px; 
	color:#FF0000;
}
table.statement_address tr td.address_line{
	font-size:11px;
	padding: 10px 3px 10px 3px; 
	width:40%;
	text-align:right;
}
table.statement_address tr td{
	font-weight:bold;
}
table.statement_address tr td.bull{
	color:#FF6600; 
}
table.statement_address tr td.address_line_input{
	padding: 10px 3px 10px 10px;
	width:220px;
}
table.statement_address tr td.address_line_input input{
	font-size:10px;
	border:1px solid #cccccc;
	width:200px;
}
b.bull{
	padding:0px 0px 0px 8px; 
	color:#FF6600; 
	font-weight:bold; 
	font-size:18px;
}
table.statement_address tr td.address_line_input span{
	padding-left:5px; 
	color:#FF6600; 
	font-weight:bold; 
	font-size:18px;
	display:inline;
}
table.statement_address tr td.address_form{
	font-size:11px;
	padding: 3px 3px 10px 3px;
	text-align:right;
}
table.statement_address tr td.address_form_input{
	padding: 3px 3px 10px 10px;
}
table.statement_address tr td.address_form_input input{
	font-size:10px;
	border:1px solid #cccccc;
	width:200px;
	vertical-align:top;
}
table.statement_address tr td.address_form_input span{
	padding-left:5px; 
	color:#FF6600; 
	font-weight:bold; 
	font-size:18px;
}
table.statement_address tr td.address_form div{
	color:#999999;
	padding:0px 5px 0px 0px;
	font-size:10px;
	width:150px;
	text-align:right;
}
table.statement_address tr td.address_form_input textarea{
	width:200px;
	height:60px;
	font-size:11px;
	font-family:Arial;
	border:1px solid #cccccc;
}
table.statement_address tr td.submit{
	padding: 3px 10px 10px 10px;
	text-align:right;
}
/*----------------------------------------------Payment-----------------------------------------------*/
table.check_out_payment_details{
	width:100%;
}
table.check_out_payment_details tr td.box_header{
	vertical-align:top;
}
table.check_out_payment_details tr td{
	font-weight:bold;
}
table.check_out_payment_details tr td.bull{
	color:#FF6600; 
}
table.check_out_payment_details tr td select{
	font-size:10px;
	border:1px solid #cccccc;
}
table.check_out_payment_details tr td.error{
	font-size:11px;
	padding: 10px 3px 2px 3px; 
	color:#FF0000;
}
table.check_out_payment_details tr td.card_name{
	text-align:right;
	font-size:11px;
	padding: 10px 3px 10px 3px; 
	width:40%; 
	color:#000;
}
table.check_out_payment_details tr td.card_name_input{
	padding: 10px 3px 10px 10px;

}
table.check_out_payment_details tr td.card_name_input input{
	font-size:10px;
	border:1px solid #cccccc;
	width:200px;
}
table.check_out_payment_details tr td.card_name_input b{
	padding-left:5px; 
	color:#FF6600; 
	font-weight:bold; 
	font-size:18px;
}
table.check_out_payment_details tr td.card_no{
	text-align:right;
	font-size:11px;
	color:#000;
	padding: 3px 3px 10px 3px;
}
table.check_out_payment_details tr td.card_no_input{
	padding: 3px 3px 10px 10px;
}
table.check_out_payment_details tr td.card_no_input input{
	font-size:10px;
	border:1px solid #cccccc;
}
table.check_out_payment_details tr td.card_no_input b{
	padding-left:5px; 
	color:#FF6600; 
	font-weight:bold; 
	font-size:18px;
}
table.check_out_payment_details tr td.card_no_input_text{
	padding: 3px 3px 10px 10px;
}
table.check_out_payment_details tr td.card_no_input_text input{
	font-size:10px;
	border:1px solid #cccccc;
}
table.check_out_payment_details tr td.card_no_input_text b{
	font-size:10px;
	color:#999999;
	font-weight:100;
}
table.check_out_payment_details tr td.select_start_date{
	vertical-align:top;
	text-align:right;
	font-size:11px;
	padding: 3px 3px 10px 3px;
	color:#000;
}
table.check_out_payment_details tr td.select_start_date_input{
	vertical-align:top;
	padding: 3px 3px 10px 10px;
}
table.check_out_payment_details tr td.select_start_date_input b{
	font-size:10px;
	color:#999999;
	font-weight:100;
}
table.check_out_payment_details tr td.select_end_date{
	vertical-align:top;
	text-align:right;
	font-size:11px; 
	padding: 3px 3px 10px 3px;
	color:#000;
}
table.check_out_payment_details tr td.select_end_date_input{
	vertical-align:top;
	padding: 3px 3px 10px 10px; 
}
table.check_out_payment_details tr td.select_end_date_input b{
	padding-left:5px; 
	color:#FF6600; 
	font-weight:bold; 
	font-size:18px;
}
table.check_out_payment_details tr td.submit {
	text-align:right;
	padding: 3px 10px 10px 10px; 
}

/*---------------------------------------security certificate----------------------------------------*/
div.secure_cert_holder{
	text-align:center;
}
div.secure_cert_holder div{
	padding:5px 0px 5px 0px;
} 
	
/*---------------------------------------------------Order Confirmation-------------------------------------------------------*/
table.order_confirm_cust_details{
	width:100%;
}
table.order_confirm_cust_details td.box_header{
	vertical-align:top;
}
table.order_confirm_cust_details td.name{
	text-align:right;
	font-size:11px;
	padding: 10px 3px 3px 3px; 
	width:40%; 
}
table.order_confirm_cust_details td.name_output{
	padding: 10px 3px 3px 3px;
}
table.order_confirm_cust_details td.telephone{
	text-align:right;
	font-size:11px;
	padding: 3px 3px 3px 3px;
}
table.order_confirm_cust_details td.telephone_output{
	padding: 3px 3px 3px 3px;
}
table.order_confirm_cust_details td.submit{
	text-align:right;
	padding: 3px 5px 5px 5px;
}
table.order_confirm_address{
	width:100%;
}
table.order_confirm_address tr td.box_header{
	vertical-align:top;
}
table.order_confirm_address tr td.stmt_address{
	padding: 10px 3px 3px 5px;
	width:50%;
	vertical-align:top;
}
table.order_confirm_address tr td.deli_address{
	padding: 10px 5px 3px 3px; 
	vertical-align:top;
}
table.order_confirm_address tr td.submit{
	text-align:right;
	padding: 3px 5px 5px 5px;
}
table.order_confirm_payment{
	width:100%;
}
table.order_confirm_payment tr td.box_header{
	vertical-align:top;
}
table.order_confirm_payment tr td.payment_name{
	text-align:right;
	font-size:11px;
	padding: 10px 3px 3px 3px; 
	width:40%;
}
table.order_confirm_payment tr td.payment_name_output{
	padding: 10px 3px 3px 3px; 
}
table.order_confirm_payment tr td.card_no{
	text-align:right;
	font-size:11px;
	padding: 3px 3px 3px 3px;
}
table.order_confirm_payment tr td.card_no_output{
	padding: 3px 3px 3px 3px;
}
table.order_confirm_payment tr td.end_date{
	text-align:right;
	style:font-size:11px;
	padding: 3px 3px 3px 3px;
}
table.order_confirm_payment tr td.end_date_output{
	padding: 3px 3px 3px 3px;
}
table.order_confirm_payment tr td.submit{
	text-align:right;
	padding: 3px 5px 5px 5px;
}
table.order_confirm_final {
	width:100%;
}
table.order_confirm_final tr td.box_header{
	vertical-align:top;
}
table.order_confirm_final tr td.box_text{
	padding: 10px 3px 10px 10px;
}
table.order_confirm_final tr td.submit{
	text-align:right;
	padding: 3px 5px 5px 5px;
}
/*------------------------------------------------finalised------------------------------------------*/
table.check_out_finalised{
	 width:100%;
}
table.check_out_finalised tr td.box_header{
	vertical-align:top;
}
table.check_out_finalised tr td.box_text{
	font-size:11px;
	padding: 10px 3px 3px 3px; 
	width:40%;
	text-align:left;
}
/*-----------------------------------------------------rolling images----------------------------------------------------------------------*/

div.b1x1 div{
	width:750px;
	min-width:530px;
	overflow:hidden;
	padding:0px 5px 0px 5px;
}
.xfade {z-index:2;visibility:hidden;position:absolute;top:0;left:0;opacity:1;filter:alpha(opacity=100);-moz-opacity:1}
.xfadefirst {z-index:3;visibility:visible;opacity:1;filter:alpha(opacity=100);-moz-opacity:1;position:absolute;top:0;left:0}

img.rolling_images{
	height:180px;
	overflow:hidden;
}

#rotate_banner_container li{ 
	list-style:none; 
}
#rotate_banner_container { 
	overflow:hidden; 
	position:relative; 
	width:752px; 
}
#rotate_banner_container a { 
	display:block;
}
#rotate_banner_container img { 
	display:block;
}
#rotating_banner { 
	float:left; 
	width:644px; 
	height:252px; 
	position:relative;
	overflow:hidden;
}
#rotating_banner li { 
	display:none; 
	position:absolute; 
	top:0px; 
	left:0px;
}
#rotating_banner li.active { 
	display:block 
}
#rotating_banner_thum { 
	position:absolute; 
	top:1px; 
	right:0; 
	width:108px; 
}
#rotating_banner_thum li.last { 
	border-bottom:none 
}
#banner_more_info { 
	position:absolute; 
	bottom:16px; 
	right:0px; 
	background:url(elements/banner_more_info.jpg) no-repeat top left; 
	display:block; 
	width:108px; 
	height:37px; 
	text-indent:-9999px; 
	overflow:hidden 
}

/*--------------------------------------------------------T & C OL--------------------------------------------------------------------------*/
ol.termsandconds li{
	padding:5px 0px 5px 0px;
	font-size:10pt;
}
ol.termsandconds li ol{
	font-size:8pt;
}
ol.termsandconds li ol li{
	font-size:8pt;
	list-style-type:decimal;
	
}
div.paragraph_secondary table{
	border-collapse:collapse;
	border:1px solid #555555;
}
table.returns_table{
	border-collapse:collapse;
	border:1px solid #555555;
	text-align:center;
	margin:0px auto 0px auto;
}
table.returns_table tr td{
	border-collapse:collapse;
	border:1px solid #555555;
	text-align:center;
	margin:0px auto 0px auto;
}
/*--------------------------------------------------------contact us---------------------------------------------------------------------*/
div.contacts_background{
	background:url(elements/contact_bg.png) no-repeat;
	color:#ffffff;
	height:573px;
	padding:16px 10px 0px 10px;
}
div.contacts_background span.heading{
	font-weight:bold;
	font-size:12pt;
}
div.contacts_background p{
	width:740px;
	font-weight:bold;
	font-size:10pt;
}
div.contacts_background a{
	color:#eeeeee;
	font-weight:bold;
	font-size:11pt;
}
div.contacts_background a:hover{
	color:#ffffff;
}
/*--------------------------------------------------------delivery us---------------------------------------------------------------------*/
div.delivery_background{
	background:url(elements/delivery_bg.png) no-repeat;
	color:#555555;
	height:600px;
	padding:10px 10px 0px 10px;
	font-size:10pt;
}
div.delivery_background span.heading{
	font-weight:bold;
	font-size:12pt;
}
div.delivery_background p{
	width:750px;
	font-weight:bold;
	font-size:10pt;
}
div.delivery_background ul{
	list-style-type:disc;
	padding:0px 0px 0px 20px;
	font-size:8pt;
}
div.delivery_background i{
	font-size:7pt;
	font-weight:normal;
}
/*--------------------------------------------------Home Page Images------------------------------------------------*/
table.image_table{
	position:relative;
}
table.image_table tr td{
	position:relative;
}
div.image_table_cell{
	position:relative;
}

div.image_table_cell_image{
	position:relative;
}
div.image_table_cell_title{
	position:absolute;
	width:140px;
	color:#ffffff;
	top:30px;
	right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
}
div.image_table_cell_title a{
	color:#ffffff;
	text-decoration:none;
}
div.image_table_cell_text{
	position:absolute;
	width:140px;
	color:#ffffff;
	top:70px;
	right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
/*----------------------------------------------Departments page images----------------------------------------------------*/
div.image_display{
	position:relative;
	color:#ffffff;
	margin:0px 0px 10px 0px;
}
div.image_display a{
	color:#ffffff;
}
div.image_display_image{
	position:relative;
}
div.image_display_title{
	position:absolute;
	left:450px;
	top:35px;
	display:block;
	font-size:18pt;
	width:300px;
	
}
div.image_display_title div{
	position:absolute;
	left:0px;
	top:35px;
	display:block;
	font-size:18pt;
	width:300px;
	color:#000;
}
div.image_display_text{
	position:absolute;
	left:450px;
	display:block;
	top:80px;
	width:300px;
	font-size:10pt;
}

div.image_display_text div.dept_image_text ul{
	list-style-image:url(elements/dept_arrow.png);
	padding:10px 0px 0px 40px;
}
div.image_display_text div.dept_image_text ul li a{
	color:#ffffff;
}
div.image_display_text div.dept_image_text ul li a:hover{
	text-decoration:underline;
}
div.image_display_text div.dept_image_text ul.questions{
	border-top:1px solid #ffffff;
	margin:10px 0px 0px 0px;
}
/*---------------------------------es---------------------------*/
div.image_display_text div.dept_image_text_es ul{
	list-style-image:url(elements/dept_arrow.png);
	padding:10px 0px 0px 20px;
}
div.image_display_text div.dept_image_text_es ul li a{
	color:#ffffff;
}
div.image_display_text div.dept_image_text_es ul li a:hover{
	text-decoration:underline;
}
div.image_display_text div.dept_image_text_es ul.questions{
	border-top:1px solid #ffffff;
	margin:10px 0px 0px 0px;
}

/*----------------------------------------Departments and list page images with links----------------------------------------------------*/
div.image_holder{
	height:55px;
	width:764px;
	position:relative;
	padding:0px 0px 20px 0px;
}
a.image_display_1{
	position:absolute;
	height:55px;
	width:764px;
}
a.image_display_1 span.image_display_title_1{
	position:absolute;
	left:15px;
	padding:3px 0px 0px 0px;
	width:200px;
	font-size:30pt;
	font-weight:bolder;
	color:#666666;
}
a.image_display_1 span.image_display_text_1{
	position:absolute;
	left:210px;
	width:410px;
	padding:14px 0px 0px 0px;
	font-size:20pt;
	text-align:right;
	color:#000;
	font-weight:bold;
}
span.image_display_title_1, x:-moz-any-link, x:default {
	top:0px;
}
span.image_display_text_1, x:-moz-any-link, x:default {
	top:0px;
}
body:nth-of-type(1) span.image_display_title_1{
	top:0px;
}
body:nth-of-type(1) span.image_display_text_1{
	top:0px;
}
/*------
/*
a.image_display_1{
	position:relative;
	color:#666666;
	padding:0px 0px 0px 0px;
}
a.image_display_1 span.image_display_image_1{
	position:relative;
	width:764px;
}
a.image_display_1 span.image_display_title_1{
	position:absolute;
	left:0px;
	top:0px;
	padding:3px 0px 0px 0px;
	width:200px;
	font-size:30pt;
	font-weight:bolder;
}
a.image_display_1 span.image_display_text_1{
	position:absolute;
	left:210px;
	width:410px;
	top:0px;
	padding:14px 0px 0px 0px;
	font-size:20pt;
	text-align:right;
	color:#000;
	font-weight:bold;
}*/
/*****************************************************************proceed to checkout button*****************************************************************/
input.proceed_submit1{
	width:266px;
	height:27px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url(elements/proceed_submit.gif);
	border:0;
	padding:0px 0px 3px 0px;
	cursor:pointer;
}
input.proceed_submit1:hover{
	width:266px;
	height:27px;
	text-align:center;
	color:#000;
	font-weight:bold;
	background-image:url(elements/proceed_submit.gif);
	border:0;
	padding:0px 0px 3px 0px;
	cursor:pointer;
}
input.proceed_submit{
	width:266px;
	height:27px;
	/*text-align:center;
	color:#FFFFFF;*/
	font-weight:bold;
	/*background-image:url(elements/proceed_submit.gif);*/
	/*border:0;*/
	padding:0px 0px 3px 0px;
	/*cursor:pointer;*/
}
input.proceed_submit:hover{
	width:266px;
	height:27px;
	/*text-align:center;
	color:#000;*/
	font-weight:bold;
	/*background-image:url(elements/proceed_submit.gif);*/
	/*border:0;*/
	padding:0px 0px 3px 0px;
	/*cursor:pointer;*/
}
input.continue_shopping{
	width:233px;
	height:27px;
	/*text-align:center;*/
	/*color:#FFFFFF;*/
	font-weight:bold;
	/*background-image:url(elements/continue_shopping.gif);*/
	/*border:0;*/
	padding:0px 5px 3px 0px;
	/*cursor:pointer;*/
	margin-right:5px;
}
input.clear_basket{
	width:233px;
	height:27px;
	/*text-align:center;*/
	/*color:#FFFFFF;*/
	font-weight:bold;
	/*background-image:url(elements/continue_shopping.gif);*/
	/*border:0;*/
	padding:0px 5px 3px 0px;
	/*cursor:pointer;*/
	margin-right:1px;
}
input.update_basket{
	width:266px;
	height:27px;
	/*text-align:center;
	color:#FFFFFF;*/
	font-weight:bold;
	/*background-image:url(elements/proceed_submit.gif);*/
	/*border:0;*/
	padding:0px 0px 3px 0px;
	/*cursor:pointer;*/
}
input.continue_shopping:hover{
	width:233px;
	height:27px;
	/*text-align:center;
	color:#000;*/
	font-weight:bold;
	/*background-image:url(elements/continue_shopping.gif);*/
	/*border:0;*/
	padding:0px 5px 3px 0px;
	/*cursor:pointer;*/
	margin-right:5px;
}

/*----------------------------------------------------------------------------waterproof install-------------------------------------------------------------------------*/
div.water_main_div{
	width:757px;
	font-family:Arial, Helvetica, sans-serif;
}
div.water_main_div div.water_header{
	padding:0px 0px 15px 0px;
	text-align:center;
}
div.water_main_div ul.level1 li ul.level2 li ul.level3 li a img{
	border:0;
}
div.water_main_div ul.level1 li ul.level2 li ul.level3 li  a{
	text-decoration:none;
	color:#000;
	font-size:10pt;
}
div.water_main_div a:hover{
	text-decoration:underline;
}
ul.level1{
	list-style-type:none;
	font-size:21pt;
	font-weight:bold;
	padding:0px 0px 0px 10px;
	color:#999999;
}
ul.level2{
	
	padding:0px 0px 0px 20px;
	list-style-type:none;
	font-size:12pt;
	font-weight:bold;
	color:#000;
}
ul.level3{

	padding:0px 0px 0px 20px;
	list-style-type:none;
	font-size:10pt;
	color:#000;
	font-style:italic;
}
ul.level3 li{
	padding:15px 0px 15px 0px;
}

ul.level3 li div.image{
	float:left;
	width:72px;
	height:auto;
	overflow:hidden;
}
ul.level3 li div.title{
	padding:10px 0px 0px 85px;
}
ul.level3 li div.text{
	color:#999999;
	text-decoration:none;
	font-style:normal;
	font-size:8pt;
	padding:10px 15px 0px 85px;
	text-align:justify;
	width:600px;
}
ul.level3 li div.title_noimage{
	
}
ul.level3 li div.text_noimage{
	color:#999999;
	text-decoration:none;
	font-style:normal;
	font-size:8pt;
	text-align:justify;
	padding:10px 15px 0px 0px;
	width:600px;
}
/*---------------------------competition-----------------------------*/
div.win_main_div{
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
div.win{
	width:764px;
	height:auto;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
div.win_main_div div.image{
	background:url(elements/win_bg.jpg) no-repeat;
	height:345px;
	width:100%;
	position:relative;
}
div.image div.text{
	left:400px;
	top:288px;
	position:absolute;
	height:40px;
	width:400px;
	font-size:18pt;
	color:#000;
}
#click_here a
{
  color:#FF1F1F;
  text-decoration:none;
}
div.win_products{
	width:764px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 0px 10px 0px;
	text-aligh:center;
	display:block;
}
div.win_products div.product{
	float:left;
	height:100px;
	width:290px;
	margin:10px 15px 10px 40px;
	padding:10px 10px 10px 10px;
	border:1px solid #cccccc;
	display:inline;
}
div.win_products div.img{
	position:absolute;
	width:100px;
	height:100px;
}
div.win_products div.img img{
	width:100px;
	height:100px;
}
div.win_products div.img img{
	padding:0px 105px 0px 0px;
}
div.win_products div.title{
	font-size:9pt;
	font-weight:bold;
	color:#666666;
	margin:0px 0px 0px 105px;
	padding:5px 0px 0px 0px;
	height:30px;
	width:170px;
	z-index:10;
}
div.win_products div.desc{
	font-size:8pt;
	color:#999999;
	margin:0px 0px 0px 105px;
	height:40px;
}
div.win_products div.more{
	font-size:8pt;
	color:#ff0000;
	font-weight:bold;
	margin:0px 0px 0px 150px;
	padding:5px 0px 0px 90px;
	height:30px;
	width:50px;
}
div.win_main_div p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#999999;
}
div.win_questions div.question div.answer input{
	padding:15px 15px 15px 15px;
	font-weight:bold;
	
}
table.opt_out_email{
	font-size:7pt;
}
div.right_offer_images{
	width:260px;
	height:150px;
}
div.right_offer_image a img{
	width:260px;
	height:150px;
	padding:10px 0px 0px 5px;
}
/*---------------------------------reviews----------------------------------------------*/
div.indv_review{
	width:570px;
	padding:10px 10px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
}
div.indv_review div.review{
	padding:0px 0px 20px 0px;
	position:relative;
}
div.indv_review div.review_head{
	background:url(elements/review_head.gif) no-repeat;
	height:25px;
	width:550px;
	color:#555555;
	font-size:11pt;
	font-weight:bold;
	padding:4px 0px 0px 9px;
}
div.indv_review div.content {
	font-size:8pt;
	padding:10px 0px 10px 0px;
}
div.indv_review div.content div.text{
	padding:10px 0px 0px 0px;
}
div.indv_review div.content div.heading{
	color:#ff8a00;
	font-size:12pt;
	font-weight:bold;
	padding:5px 0px 0px 0px;
}

/*----------------------------------------------------------COMPARE FUNCTION---------------------------------------------------------*/
#outerDiv{
	position:relative;
	width:1000px;
}
#innerDiv{
	overflow: auto;
}
#innerDiv td
{
	white-space: nowrap;
}
table.draggable{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#666666;
	border:1px solid #999999;
}
table.draggable th{
	padding:0px 0px 10px 0px;
	vertical-align:middle;
	border-right:1px solid #cccccc;
}
table.draggable th.row{
	border-left:1px solid #ffffff;
	border-right:1px solid #cccccc;
}
table.draggable th.col{
	border-bottom:1px solid #ffffff;
	text-align:center;
}
table.draggable a{
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
table.draggable a:hover{
	color:#999999;
}
table.draggable div.prod_title{
	text-align:center;
	padding:0px 0px 0px 0px;
	height:60px;
	position:ralative;
}
table.draggable div.prod_desc{
	text-align:center;
	padding:0px auto;
	font-weight:normal;
	height:65px;
	margin:0px auto;
}
table.draggable div.prod_add_bsk{
	text-align:center;
	padding:0px 0px 0px 0px;
}
table.draggable div.prod_add_bsk a{
	color:#000;
	font-size:7pt;
}
table.draggable tr.odd{
	background-color:#f5f4f4;
}
table.draggable tr.even{
	background-color:#000;
}
table.draggable tr td{
	width:140px;
	padding:5px 5px 5px 5px;
	border-right:1px solid #cccccc;
}
table.draggable div.add_bsk_btn{
	position:relative;
	width:100%;
	height:21px;
}
table.draggable div.add_bsk_btn div.add_bsk_btn_left{
	background:url(elements/compare_add_bsk_left.gif) no-repeat;
	position:absolute;
	width:9px;
	height:20px;
}
table.draggable div.add_bsk_btn a.add_bsk_btn_middle{
	background:url(elements/compare_add_bsk.gif) no-repeat;
	padding:4px 0px 0px 0px;
	position:relative;
	display:block;
	width:130px;
	height:20px;
	text-align:center;
	color:#000;
	margin:0px auto;
}
table.draggable div.add_bsk_btn div.add_bsk_btn_right{
	background:url(elements/compare_add_bsk_right.gif) no-repeat;
	position:absolute;
	width:9px;
	height:20px;
	top:0px;
	left:130px;
}

/*---------------------------------------------xmas arrangement(temp)-----------------------------------*/

div.xmas_temp{
	background:url(elements/snow_man.jpg) no-repeat;
	width:764px;
	height:325px;
}
div.xmas_temp div.xmas_content{
	width:507px;
	height:auto;
	color:#000;
	margin-left:260px;
}
div.xmas_temp div.xmas_content div.title{
	font-size:14pt;
	font-weight:bold;
	padding:10px 0px 10px 0px;
}
div.xmas_temp div.xmas_content div.text{
	padding:10px 0px 10px 0px;
}
div.xmas_temp div.xmas_content table{
	border-collapse:collapse;
}
div.xmas_temp div.xmas_content div.red{
	font-weight:bold;
	color:#ff0000;
}

/****************************** Search By drop down************************************/
select.search_by{
	border:1px solid #cccccc;
	font-size:8pt;
	color:#666666;
}
select.search_by option{
	font-size:8pt;
	color:#666666;
}


/*----------------------------------FACE BOX------------------------------------------*/
#facebox .b {
  background:url(elements/b.png);
}

#facebox .tl {
  background:url(elements/tl.png);
}

#facebox .tr {
  background:url(elements/tr.png);
}

#facebox .bl {
  background:url(elements/bl.png);
}

#facebox .br {
  background:url(elements/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000000;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
/*---------------Display Group------------------*/
table.display_group{
	display:block;
}
table.display_group tr td.with_border, table.display_group tr td.without_border{
	padding:3px 15px 15px 15px;
}
table.display_group tr td.with_border{
	background:url(elements/border_right.jpg) no-repeat right;
}
table.display_group tr td div.product_image{
	width:140px;
	float:left;
	text-align:center;
}
table.display_group tr td div.category_details{
	margin:0px 0px 0px 145px;
}
table.display_group tr td div.product_image div.product_name{
	font-size:10pt;
	height:30px;
	overflow:hidden;
	margin:5px;
}
table.display_group tr td div.product_image div.product_price{
	font-size:10pt;
	color:#ff0000;
}
table.display_group tr td div.category_details div.category_name{
	font-size:12pt;
	margin:5px 0px 0px 0px;
}
table.display_group tr td div.category_details div.category_desc{
	font-size:10pt;
	height:33px;
	overflow:hidden;
	margin:5px 0px 0px 0px;
}
table.display_group tr td div.category_details div.category_products{
	margin:5px 0px 0px 0px;
}
table.display_group tr td div.category_details div.category_products ul.products{
	margin:0px;
	padding:0px 0px 0px 16px;
	font-size:8pt;
	height:100px;
	overflow:hidden;
}
table.display_group tr td div.category_details div.category_products ul.products li{
	padding:2px 0px;
	list-style-image:url(elements/display_group_arrow.jpg);
}
table.display_group tr td div.category_details div.more_category{
	text-align:left;
	font-weight:bold;
	font-size:10pt;
	color:#ff0000;
	margin:0px 0px 0px 0px;
}	
table.display_group tr td div.category_details div.more_category a{
	color:#ff0000;
}
table.display_group tr td div.category_details div.more_category a:hover{
	color:#b00000;
}