@charset "utf-8";

div.storeFront {
}

div#StoreStyle001 {
}

#StoreStyle001 .storeWrap { /* wide tower ad on the right */
	float: left;
	width: 740px;
}

#StoreStyle001 .banner { /* place holder */
	margin-bottom: 10px;
	background-color: transparent;
    border: 0px solid #DEE2E5;
    width: 740px; /* target width ... can change */
    /*height: 97px; /* should allow height in a range, say 60-100px */
}

#StoreStyle001 .banner img{
	vertical-align:bottom;
}

/* if there is no banner image */
#StoreStyle001 .nobanner {
	margin-bottom: 10px;
	background-color:#F7F8F9;
	border: 1px solid #DEE2E5;
	height: 70px;
	line-height:70px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 36px;
	vertical-align: middle;
	color:#ffffff;
	padding: 0px;
	text-indent:20px;
	background-image: url(../../images/storebanner_placeholder.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.ss001Left {
    float: left;
    width:160px;
}

.ss001Right .mkthumbs01 {
    min-height: 440px;
}

.ss001Right {
    float:right;
    width: 570px;
    min-height: 150px;
}
   
#ssgl.listingBlock {
	min-height: 440px;
	background-color:#F7F8F9;
	border:1px solid #DEE2E5;
	padding-top:0px;	
}

#sswelcome.listingBlock {
    background-color:#F7F8F9;
    border:1px solid #DEE2E5;
    padding-top:0px;    
}

#sswelcome .title {
	font-size: 13px;
}

/*-- Seller Info Block --*/

.sellerInfoBox{}
.sellerInfoTop{
	height:30px; 
	width:160px; 
	margin:0px; 
	padding:0px;
	vertical-align:bottom;
}
.sellerInfoTopLeft{
	height:30px;
	width:10px;
	background-image: url(../../images/bg_sellerinfo_top_left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
}
.sellerInfoTopCenter{
	height:30px;
	width:140px;
	background-image: url(../../images/bg_sellerinfo_top_center.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	float: left;
	line-height:30px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;	
	
}
.sellerInfoTopRight{
	height:30px;
	width:10px;
	background-image: url(../../images/bg_sellerinfo_top_right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
}

.sellerInfoBody {
	margin:0px;
	font-size:12px;
	padding-top:13px;
	padding-bottom:0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DEE2E5;
	border-left-color: #DEE2E5;
	background-image: url(../../images/bg_sellerinfo_mid.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-right: 10px;
	padding-left: 10px;
	font-size:11px;
}
	
.sellerInfoBottom{height:10px; width:160px;	margin-bottom: 10px;}
.sellerInfoBottomLeft{
	height:10px;
	width:10px;
	background-image: url(../../images/bg_sellerinfo_bottom_left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
}
.sellerInfoBottomCenter{
	height:10px;
	width:140px;
	background-image: url(../../images/bg_sellerinfo_bottom_center.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	float: left;
}
.sellerInfoBottomRight{
	height:10px;
	width:10px;
	background-image: url(../../images/bg_sellerinfo_bottom_right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
}

#sellerAccountLink {
	font-size: 11px;
	text-align: center;
	margin-bottom: 5px;
}