
/* layout */

#logo {

	padding: 10px 0 0 0;

	height: 66px;

	width: 423px;

	float: left;

	border: 0px solid #000;

}



#logo img {

	border: 0;

	margin: 0 0 0 0;

	display: block;

}

#banner {
	padding: 0;
	margin: 0 0 7px 0;
	height: 413px;
	width: 725px;
	background: url(../images/pic_home_feature.jpg) #B6CFE5 top left no-repeat;

}

#banner div {
	padding: 190px 0 0 435px;
}

#banner img.pay-by {
	margin-left: 435px;
	outline: none;
	display: block;	
}


#whats-new {

	padding: 0 0 0 100px;
	height: 31px;
	background: url(../images/whats_new_bar_title.gif) #D9D9D9 top left no-repeat;
}


#home-thumbs {

	border-top: 1px solid #e9e9e9;

	padding: 7px 0 0 0;

}

div.column1-home {
	width: 237px;
	float: left;
	margin-right: 7px;
}

div.column2-home {
	width: 237px;
	float: left;
	margin-right: 7px;
}

div.column3-home {
	width: 237px;
	float: left;
	margin-right: 0;
}

#home #column-extra {

	height: auto;

}

#home img.col-extra-bottom {

	display: block;

	position: relative;

	top: 2px;

	border: 0px solid #000;

}



div.column1-home div {
	height: 136px;
	background: url(../images/pic_hot_sale_items.jpg) transparent top left no-repeat;
}

div.column1-home div img {
	padding:  107px 0 0 7px;
}

div.column2-home div {
	height: 136px;
	background: url(../images/pic_new_arrivals.jpg) transparent top left no-repeat;
}

div.column2-home div img {
	padding:  107px 0 0 150px;
}

div.column3-home div {
	height: 136px;
	background: url(../images/pic_shop_by_brand.jpg) transparent top left no-repeat;
}

div.column3-home div img {
	padding:  105px 0 0 13px;
}

div.ad-featured {
	margin-top: 0;
	padding: 0 0 0 7px;
	background: url(../images/pic_featured_26_11_08.jpg) transparent top left no-repeat;
	height: 153px;
}

div.ad-featured img {
	padding:  43px 0 0 93px;

}

#member-bar-new {
	padding: 0 0 0 0;
	margin: 0 0 7px 0;
}


/* text */

div.column1-home h2 {
	text-indent: -9999em;
	overflow: hidden;
	background: url(../images/h2_hot_sale.gif) transparent top left no-repeat;
	height: 32px;
	margin: 0 0 0 0;
	line-height: 1em;
}

div.column2-home h2 {
	text-indent: -9999em;
	overflow: hidden;
	background: url(../images/h2_new_arrivals.gif) transparent top left no-repeat;
	height: 32px;
	margin: 0 0 0 0;
	line-height: 1em;
}

div.column3-home h2 {
	text-indent: -9999em;
	overflow: hidden;
	background: url(../images/h2_shop_by_brand.gif) transparent top left no-repeat;
	height: 32px;
	margin: 0 0 0 0;
	line-height: 1em;
}

h2.start_shopping {
	text-indent: -9999em;
	overflow: hidden;
	background: url(../images/h2_start_shopping.gif) transparent top left no-repeat;
	height: 35px;
	margin: 7px 0 2px 10px;
	line-height: 1em;
}



#member-bar h3 {
	font-size; 14px;
	margin: 0;
	padding-top: 7px
	color: #424242;
	line-height: 1em;
}

#member-bar h3 a:link {
	color: #C50100;
	text-decoration: none;
}

#member-bar h3 a:visited {
	color: #C50100;
	text-decoration: none;
}

#member-bar h3 a:hover {
	color: #C50100;
	text-decoration: underline;
}

#member-bar img {
	border: 0;
}

li {
	line-height: 1.5em;
	margin-bottom: 5px;
	 
}

#home #column-extra ul {
	list-style-type: none;
	margin: 0 0 0 7px;
	font-size: 11px;
	font-weight: bold;
	height: 460px;
}


#column-extra ul li {
	background-color: #fff;
	padding: 3px 0 3px 5px;
	margin: 0;

	}

#column-extra ul li.odd {
	background-color: #e9e9e9;
	}

#column-extra ul li a:link {
	color: #C20200;
	text-decoration: none;
}

#column-extra ul li a:visited {
	color: #C20200;
	text-decoration: none;
}


#view-basket a:hover, 
div.item-data a:hover, 
#column-extra ul li a:hover {
	background-color: #C20200;
	color: #fff;
	text-decoration: none;
}

#column-extra ul li.on a:link,
#column-extra ul li.on a:visited,
#column-extra ul li.on a:hover {
	background-color: #C20200;
	color: #fff;
	text-decoration: none;
}

#column-extra ul li.on ul li a:link,
#column-extra ul li.on ul li a:visited {
	color: #C20200;
	text-decoration: underline;
	background-color: transparent;
}

#column-extra ul li.on ul li a:hover {
	background-color: #C20200;
	color: #fff;
	text-decoration: none;
}

/* ticker css */

/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
border: 0px solid #000;
background: transparent; 
height: 27px; 
margin: 0; 
padding: 0 0 0 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0;
top: 8px;
width: auto;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 800px;
font: bold 12px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
color: #C50100;
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: transparent;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #424242;
font: normal 11px Verdana;
margin: 0 20px 0 0;
text-decoration: underline;	
} 

ul.newsticker a:visited {
white-space: nowrap;
padding: 0;
color: #424242;
font: normal 11px Verdana;
margin: 0 20px 0 0;
text-decoration: underline;	
} 

ul.newsticker a:hover {
white-space: nowrap;
padding: 0;
color: #424242;
font: normal 11px Verdana;
margin: 0 20px 0 0;
text-decoration: none;	
} 

ul.newsticker span {
margin: 0 0 0 0;
font: bold 11px Verdana;
}

ul#ticker01 {
  left: -1000px;
  position: relative;
}