#shoppingbasketbar{
	width:100%;
	overflow:hidden;
}
#slidingTopWrap {
    width: 100%;
    z-index: 1500;
	padding: 0;
}

#slidingTopContent {
	display:none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color:#d9e4f2;
}

#slidingTopFooter {
	background-color:#fff;
	width: 100%;
	height:25px;
	font-size: 12px;
	color: #666;
}

#slidingTopFooter a:link {
	text-decoration: none;
	color: #666;
}

#slidingTopFooter a:visited {
	text-decoration: none;
	color: #666;
}

#slidingTopFooter a:hover {
	text-decoration: underline;
	color: #666;
}

#slidingTopFooter a:active {
	text-decoration: underline;
	color: #666;
}


#slidingTopFooterLeft {
	float: left;
	margin: 5px 0 0 5px;
}

#slidingTopFooterRight {
	float: right;
	margin: 5px 20px 0 0;
	color:#666;
}

#wrdInfoWrap {
	background-color: #fff;
	height: 80px;
}

#wrdInfoWrapLeft {
	float: left;
	width: 300px;
	padding: 10px;
}

#wrdInfoWrapRight {
	float: right;
}

#wrdInfoWrapRight A:link, #wrdInfoWrapRight A:visited, #wrdInfoWrapRight A:active {
	color: #333;
	text-decoration: underline;
}

#wrdInfoWrapRight A:hover {
	color: #669900;
}

#wrdTutorialInfo {
	margin: 25px 10px; 0 0;
	background-color: #fff;
	padding: 5px;
}

#headerWrap {
	width: 100%;
	height: 30px;
	background-color: #666;
	border: 1px #999 solid;
}

#contentWrapLeft {
	float: left;
	width: 650px;
}


#contentWrapRight {
	float: right;
	width: 250px;
}

.productWrap {
	float:left;
	width: 170px;
	margin: 5px;
	padding:10px;
	text-align:center;
	color:#7a7a7a;
	border: 1px #EBEBEB solid;
}

.productPriceWrap {
	padding: 5px;
	color: #666;
	font-weight: bold;
}

.productPriceWrap img {
	border: 0;
}

#basketWrap,#wishlistWrap {
	margin: 10px;
	/*background-color: #EBEBEB;*/
	padding-bottom: 5px;
}

#basketTitleWrap,#wishlistTitleWrap {
	padding-left: 5px;
	color: #333;
	font-weight: bold;
	border-bottom:1px solid #ccc;
}

#basketItemsWrap img,#wishlistItemsWrap img {
	border: 0;
}

#basketItemsWrap ul,#wishlistItemsWrap ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

#basketItemsWrap table,#wishlistItemsWrap table{
	width:300px;
}
#basketItemsWrap td,#wishlistItemsWrap td{
	color:#333;
	font-size:80%;
}
#basketItemsWrap td.basketProductTitle{
	padding-left:5px;
	width:300px;
}
#wishlistItemsWrap td.basketProductTitle{
	padding-left:5px;
	width:200px;
}
#basketItemsWrap td.basketProductItems{
	width:50px;
}
#basketItemsWrap td.basketProductPrice{
	width:50px;
	font-size:90%;
	font-weight:bold;	
}
#optionsWrap table{
	margin-left:10px;
	margin-bottom:10px;
	width:280px;
}
#optionsWrap tr.#basketAction{
}
a#modifyBasket,a#checkoutBasket{
	width:1130px;
	font-size:110%;
	padding:5px;
	background-color:#f87d40;
	border:1px solid #fff;
}
a#modifyBasket{
	background-color:#ccc;	
}
a#modifyBasket:hover,a#checkoutBasket:hover{
	background-color:#5c5;
}

.basketItemLeft {
	float: left;
}

.basketItemRight {
	float: right;
}

#bannerWrap {
	margin: 10px;
	padding-bottom: 5px;
}


/* basketListContainer for modify basket page */
.basketListContainer{
	margin-top:20px;
}
.basketListContainer h3{
	font-weight:bold;
}	
.basketListContainer table{
	margin-top:10px;
	width:550px;
	border:1px solid #ccc;
	background-color:#d9e4f2;
}
.basketListContainer table.blank{
	background-color:#fff;
}
.basketListContainer td, .basketListContainer th{
	padding-left:5px;
	padding-right:5px;
}
.basketListContainer table th{
	background-color:#fff;
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}

.basketListContainer table td.basketProductTitle{
	width:300px;
}
.basketListContainer table td.basketProductItems{
	width:150px;
	text-align:center;
}
.basketListContainer table td.basketProductPrice{
	text-align:right;
	width:50px;
}

table#checkoutAction{
	width:550px;
}
table#checkoutAction td{
	width:200px;
	text-align:right;
}
table#checkoutAction td.blank{
	width:350px;
}