
#defaultBody {
	margin:0px;
	margin-bottom:10px;
	font-size: 12px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #fff url(../images/body_bg.gif) repeat-y center; 
	text-align: center;	
}


#selectPhoneBody {
	margin:0px;
	font-size: 12px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color:#5C5C5C;
}

#moreInfoBody {
	margin:0px;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a{ color: blue; }

img{
	border:0px;
}

#captcha img{
    border: 1px solid #000;
}

div#mainpage {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background:#e7e7e7;
}

*+html div#mainpage {
	width:799px;
}



/* "leftcontentbase" div consists of "header", and all content coming in center of page */
div#leftcontentbase {
	width: 800px;
	margin: 0px;
	background-image: #e7e7e7 url(../images/body.jpg);
}

*html div#leftcontentbase {
	background:#e7e7e7;
} 

/* Dynamic buy button */
span.priceButton{
	vertical-align:middle;
	line-height:10px;
	
}
.priceBuyButton,   
.priceGetButton{
width: 42px; 
height: 11px; 

}

.priceSubscribeButton{ 
width: 56px; 
height: 11px; 
}

.priceBuyButton a span,
.priceGetButton a span,
.priceSubscribeButton a span{
display: none;
}

.priceBuyButton a:hover span,
.priceGetButton a:hover span,
.priceSubscribeButton a:hover span{
display: block;
}
.priceBuyButton A {
	DISPLAY: block;
	BACKGROUND: url(../images/buy.price.gif) no-repeat;
	font-size:0px;
	WIDTH: 42px;
	COLOR: #E3762E;
	height:11px;
	/*float:right; - Causes the graphic button to no longer be centered */
}

.priceBuyButton A:hover {
	display: block;
	BACKGROUND-POSITION: 0px -11px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight: bold;
	COLOR: #ffffff;
	TEXT-DECORATION: none;
	text-align:center;
	width: 42px;
	height: 11px;
}

.priceGetButton A {
	DISPLAY: block;
	BACKGROUND: url(../images/get.price.gif) no-repeat;
	font-size:0px;
	WIDTH: 42px;
	COLOR: #E3762E;
	height:11px;
	/*float:right; - Causes the graphic button to no longer be centered */
}

.priceGetButton A:hover {
	BACKGROUND-POSITION: 0px -11px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight: bold;
	COLOR: #ffffff;
	TEXT-DECORATION: none;
	text-align:center;
}
.priceSubscribeButton A {
	DISPLAY: block;
	BACKGROUND: url(../images/subscribe.price.gif) no-repeat;
	font-size:0px;
	WIDTH: 56px;
	COLOR: #E3762E;
	height:11px;
	/*float:right; - Causes the graphic button to no longer be centered */
}

.priceSubscribeButton A:hover {
	BACKGROUND-POSITION: 0px -11px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight: bold;
	COLOR: #ffffff;
	TEXT-DECORATION: none;
	text-align:center;
}

/* "header" is the top most container its consist of top link and logo */
div#header {
	width:800px;
	height:116px;
	margin: 0px;
	align:left;
	background-image: url(../images/header_bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
}

	
/* "leftbtnbanner" is containing leftbtn navigation and left banner under leftbtn navigation */
div#leftbtnbanner {
	width: 142px;
	float:left;
}
/* "leftbtnnav" is containing leftbtn navigation  */
div#leftbtnnav-top {
	width: 142px;
	padding:0;
	margin:0;
	padding-top:8px;
	background: url(../images/btn_back_top.gif) no-repeat top;
	line-height: 0px;
	float:left;
	margin-bottom:5px;
	
}
div#leftbtnnav-btm {
	background: url(../images/btn_back_btm1.gif) no-repeat bottom;
	width:142px;
	padding:0;
	margin:0;
	padding-bottom:8px;
}
div#leftbtnnav-btm a {
	padding:0;
	margin:0;
}

div#leftbtnnav-btm img {
	display:block;
	}

/* "leftbanner" is containing leftbtn navigation  */
div#leftbanner {
	width: 142px;
	height:448px;
	float:left;
	background-image:url(../images/left_promo_bg.jpg);
	background-repeat:no-repeat;
	padding-top:0px;
	margin-top:0px;
}

/* "leftbannerbottom" is containing leftbtn navigation  */
div#leftbannerbottom {
	width: 117px;
	height:219px;
	float:left;
	background-color:#D1D1D1;	
	padding-top:0px;
}

img#leftpromotext {
	width: 142px;
}

img#leftpromoblank{
	width: 142px;
	position:absolute;
}

.phoneSelectTop {
	text-align:center;
	width:119px;
	background: url(../images/phoneselectBg_top.gif) no-repeat left top;
}

.phoneSelectTopMyStuff {
	text-align:center;
	width:95px;
	border: 1px solid rgb(192,192,192);
	background-color: transparent;
	padding-top: 6px;
	padding-bottom: 5px;
}

.phoneSelectBottom {
	margin-top:5px;
	margin-left:12px;
	padding-bottom:15px;
	background: url(../images/phoneselectBg_body.gif) no-repeat left bottom;
}

/* * html .phoneSelectBottom {
        margin-top:-1px;
}


*:first-child+html .phoneSelectBottom {
	margin-top:-1px;
}
*/
/* "centerbase" is containing search and content coming in center and footer */
div#centerbase {
	width: 650px;
	float:right;
	background:#e7e7e7;
	margin:0 3px 0 0;
}

*html div#centerbase {
	width:650px;
	margin-right:0px;
}

/* "centerbasebottom" is containing search and content coming in center and footer */
div#centerbasebottom {
	width: 639px;
	float:right;
	background-color:#E9E8E6; 

}

/* "search" it contains search part */
div#search {
	margin:0px;
	padding:0;
	height:40px;
	width: 650px; 
	float:left;
	background-image:url(../images/search_bg.gif);
	background-repeat:no-repeat;
}

#search_form {
	width:653px;
	margin:0;
	padding:0;
}


/* "searchcontent" it contains search part */
input#term{
	margin-top:6px;
	margin-left:110px;
}

input#searchTerm{
	margin-top:6px;
	margin-left:110px;
}

select#type{
	margin-top:6px;
	margin-left:25px;
}

input#searchGo{
	margin-top:4px;
	margin-left:15px;
}

/* "btmlinkmain" is containing search and content coming in center and footer */
.btmlinkmain{
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 9px;
	color: #6E6D6D;
	width:650px;
	float:right;
}

* html .btmlinkmain{
	width:600px;
}

.btmlinkmain a{
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 9px;
	color: #6E6D6D; text-decoration:none;
}

.btmlinkmain a:hover{
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 9px;
	color: #6E6D6D; text-decoration:underline;
}

/* "mediamallrightr" it contains rightmedialogo */
div#mediamallright {
	width: 245px;
	left:790px;
	background-image: url(../images/body_bg_new.jpg);
	padding-left:0px;
	padding-top:0px;
	background-color:#000000;
	background-repeat:repeat-x;
}
/*vikas css finish here */
.toplinkmain {
	color: #666666;
	text-align:right;
	height:26px;
	float:right;
	background: url(../images/menu_left_logo.gif) no-repeat bottom left;
}

.toplinkmainRight {
	background: url(../images/menu_right_logo.gif) no-repeat bottom right;
	margin-left:5px;
	height:21px;
	padding: 5px 10px 0 10px;
}

*html .toplinkmainRight {
	height:26px;
}

*html .toplinkmain {
	width:375px;
}

.toplinkmain A{font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #666666; text-decoration:none;
}
.toplinkmain A:hover{font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #666666;
	text-decoration:underline;
}
.TopRingtones {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 11px;
	color: #444141; 
	padding:0px; 
	line-height:18px;
	margin:0;
}

.mystuffform{font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px;
	color: #757677; 
	padding-top:0px;
	font-weight:bold;
}
.mystuffformlink{font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px;
	color: #0071B8; 
	padding-top:0px;
}
.mystufftextfield{
	margin-top:2px;
	margin-left:2px;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px;
	color: #757677; 
}

img#mystuffgo{
	margin-top:1px;
	padding-left:20px;
}

img#mystuffgo1{
	margin-top:1px;
	padding-left:10px;
}

.purchasetext {
font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px;
	color: #3F4041; 
}
.purchasetextsmall {
font-family: Arial, Helvetica, sans-serif;  
	font-size: 11px;
	color: #757677; 
}

.purchasetextdisclaimer {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 9px;
	color: #6E6D6D;
}

.purchasetexthead {
font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px;
	color: #2A70B7;
	font-weight:bold;
}

.centeredTwoItems{
	float:left; 
	height:150px; 
	margin-left:20px; 
	margin-top:10px;
	width:225px;
   	border:0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left:10px; 
}

html>body div.centeredTwoItems {
	margin-left:20px; 
}
	
.goBtnImg{
	margin-bottom:2px;
}

.telNumbers{
	background-image:url(../images/stuff-text-bg3_T1.gif);
	background-repeat:no-repeat; 
	border-width:0px; 
	background-color:#FFFFFF;
	width:33px;
	height:23px;
	margin:2px;
	text-align:left;
	vertical-align:middle;
	text-indent:4px;
	
}

.telNumbers2{
	background-image:url(../images/stuff-text-bg4_T1.gif);
	background-repeat:no-repeat; 
	border-width:0px; 
	background-color:#FFFFFF;
	width:48px;
	height:23px;
	margin:2px;
	text-align:left;
	vertical-align:middle;
	text-indent:7px;
}

.couponCode{
	background-image:url(../images/stuff-text-bg_T1.gif); 
	background-repeat:no-repeat; 
	border-width:0px; 
	background-color:#FFFFFF; 
	height:23px;
	width:155px;
	margin:2px;
	text-align:left;
	vertical-align:middle;
	text-indent:6px;
}

.captchaResponse{
	background-image:url(../images/stuff-text-bg2_T1.gif); 
	background-repeat:no-repeat; 
	border-width:0px; 
	background-color:#FFFFFF; 
	height:23px;
	width:155px;
	margin:2px;
	text-align:left;
	vertical-align:middle;
	text-indent:6px;
}

html>body input.telNumbers {
	margin:2px;
}

.tell-friend-input{
margin-bottom: 5px;
border-bottom-color: #aaa;
border-right-color: #aaa;
}

/* ************ Ringtones ************* */
/*"ringtonesweepstakesrt" controlling bg of sign up);
 */
div#ringtonesweepstakesrt {
	margin-top:0px;
	margin-right:4px;
	margin-left:4px;
	height:223px;
	width:249px;
	float:right;
	background-image:url(../images/ringtones-bg-rt.gif);
	background-repeat:no-repeat;
	background-position:top;
}

/*"featuerdartcen" controlling bg of my stuff */
div#allartcen {
	margin-top:0px;
	margin-left:0px;
	border:0px;
	margin:0px;
	width:382px;
	background-image:url(../images/artist_all_spr.jpg);
	float:left;
	background-position:top;
	background-color:#ECECEC;
}

div#allringtone {
	width:100%;
	float: left;
	min-height:26px;
	background-image:url(../images/artist_all_ringtone_head.jpg);
	background-repeat:no-repeat;
	background-position:top-left;
	border-bottom: 1px solid #e29f6a;
}
* html div#allringtone {
	height: 26px;
}

.allringtonebuytext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #727070;
	overflow:hidden;
	word-wrap: break-word;
}

.allringtonebuytextselected {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	visited: #FF6600;	
	overflow:hidden;
	word-wrap: break-word;
} 

div#allringtonebuy {
	margin-top:4px;
	margin-left:4px;
	width:80px;
	float: right;
}

/*"ringtonesweepstakescen" controlling bg of my stuff */
div#ringtonesweepstakescen {
margin-top:0px;
margin-left:0px;
	height:290px;
	width:382px;
	background-image:url(../images/sweepstake-bg.gif);
float:left;
	background-repeat:no-repeat;
	background-position:top;
}
/*"ringtonestgraphics" controlling bg of my stuff */
div#ringtonestgraphics{
margin-top:0px;
margin-left:0px;
	height:350px;
	width:382px;
	background-image:url(../images/featuredart-ringtones-bg1.jpg);
float:left;
	background-repeat:no-repeat;
	background-position:top;
}

/*"artistrtgrmain" controlling bg of my stuff */
div#artistrtgrmain{
margin-top:0px;
margin-left:0px;
	height:128px;
	width:380px;
float:left;
}

/* "artmenu" it contains search part */
select#artmenu{
	margin-top:8px;
	margin-left:13px;
}

img#featuredgo{
margin-top:4px;
margin-left:15px; vertical-align: bottom;
}
img#songpreview{
margin-top:5px;
margin-left:2px;
}

div#rtpromogame {
width:129px;
height:110px;
float:left;
}

div#rtpromogame1{margin-top:9px;
        height:100px;
        width:110px;
float:right;
}


img#kingkong{
margin-top:15px;
margin-left:27px;
}

img#song{
margin-top:2px;
margin-left:2px;
}
img#songpre{
margin-top:4px;
margin-left:2px;
}

#firstTab{
        float:left;
        background-color:#FFFFFF;
        width:auto;
        height:auto;
        border:0px;
        margin-left:2px;
        margin-top:3px;
}

html>body div#firstTab {
        margin-left:4px;
}
        
.menuLink{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #F9771F;
        font-weight:bold;
        text-decoration:none;
}

.menuLink_on{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #FFFFFF;
        font-weight:bold;
        text-decoration:none;
}

.menuLinkTabs{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #1689FD;
        font-weight:bold;
        text-decoration:none;
}

.menuLinkTabs_on{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #FFFFFF;
        font-weight:bold;
        text-decoration:none;
}

.artisttext {font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #3D3C3C;
        padding-left:14px; padding-right:10px; padding-top:5px;
}
.artisttext B{font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #F66300;
}
.artisttextgraphics {font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #BF4C00;
	font-weight:bold;
        padding-left:14px; padding-right:10px; padding-top:7px;
}

.suggestedCategoryName {font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #FFFFFF;
		font-weight:bold;
        padding-left:16px; padding-right:10px; padding-top:0px;
}

.umightmatter { font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8B8989;
}

.noBorderCell {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
        color:#4B4949;
        padding: 0px;
        border: 0px;
        text-align:left;
}

.sides{
        padding:0px;
        margin:0px;
        background-image:url(../images/selectPhoneBg.gif);
        background-repeat:repeat;
}

a.menuLinks{
	color:#4B4949;
}

a.menuLinks_on{
	color:#0066CC;
}

.contentCell{
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
        color:#FFFFFF;
        padding: 0px;
        border: 0px;
        text-align:left;
        background-color:#5C5C5C;
}
.selectBrand{
        height:321px;
        width:139px;
        background-image:url(../images/selectPhoneSectionBG.jpg);
        background-repeat:no-repeat;
}

.rtpromoringtonetxt {font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #666666;
 line-height:21px; padding-left:10px;
}

.rtpromotxthdr {font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #0066CC;

}
.rtpromotxt {font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #666666;
        padding-left:14px; padding-right:10px; padding-top:5px; line-height:21px;
}
.rtpromotxt B{font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #0066CC;
}
.rtpromotxt A{font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #0066CC; text-decoration:underline;
}
.rtpromotxt A:hover{font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	text-decoration:none;
}

div#rtpromortframe{
	margin-top:0px;
	margin-left:0px;
    height:61px;
    width:242px;
	float:left;
}
div#rtpromort {
	width:158px;
	height:62px;
	float:left;
}

div#rtpromort1{margin-top:0px;
    height:62px;
    width:74px;
	float:right;
}

.cooltxt {
	color: #737373;
	padding-top:0px;
	font: 11px/12px Arial, Helvetica, sans-serif;
}

.cooltoolsbtxt {
	color: #DD6C22;
	padding-top:0px;
	text-align:left!important;
	font: 11px/12px Arial, Helvetica, sans-serif;
}

.tralt11
{
        padding:1px;
        width:250px;
        border-color:#ABABAB;
        border-width:1px;
        border-style:solid;
        border-left-width:0px;
        border-right-width:0px;
        border-top-width:1px;
        background-color:#ECECEC;
}

.tralt22{
        padding:1px;
        width:250px;
        border-color:#ABABAB;
        border-width:1px;
        border-style:solid;
        border-left-width:0px;
        border-right-width:0px;
        border-top-width:1px;
        background-color:#CCCCCC;
        background-image:url(../images/al2_bg.jpg);
        background-repeat:repeat-y;
}

.rtgraphictext {
	color: #666666;
	font: bold 11px/12px Arial, Helvetica, sans-serif;
	word-wrap: break-word;
}
.rttextgraphic {
	color: #666666;
	font: bold 11px/12px Arial, Helvetica, sans-serif;
	word-wrap: break-word;
}

.faqbody11 {color:#333333; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:11px;text-decoration:none; }
.faqquestion {padding-left: 0.3in; font-weight:bold; }
.faqanswer {padding-left: 0.1in; }
.faqbullet {padding-left: 0.4in; }
.orange16 {color:#FF6600; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:16px; text-decoration:none; }
.orange18 {color:#FF6600; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:18px; text-decoration:none; }
.black16 {color:#000000; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:16px; text-decoration:none; }
.black18 {color:#000000; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:18px; text-decoration:none; }

.style3 {color: #FF6633; font-size: 10px;}
.style3 A{color: #FF6633; font-size: 10px; text-decoration:underline;}
.style3 A:hover{color: #FF6633; font-size: 10px; text-decoration:none;}
.style5 {color: #0066CC}
.style7 {font-size: 11px; font-weight: bold; color: #F66300; }
.style8 {font-size: 11px; font-weight: bold; color: #1A7979; }
.style9 {font-family: Geneva, Arial, Helvetica, sans-serif}
.style10 {
	color: #FFFFFF;
	font: bold 10px/10px Verdana, Arial, Helvetica, sans-serif;
}

.featuredArtistTitle {
	font-size: 14px;
	font-weight: bold;
	color: #F66300;
}
.featuredArtistText {
    font-family: Arial, Helvetica, sans-serif;
    color: #3D3C3C;
}

div#rightpromospotbeastie{
	margin-top:0px;
	height:101px;
	width:250px;
	background-image:url(../images/artistdetail_beastie_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

div#rightpromospotbeastietext {
	margin-top:4px;
	margin-left:10px;
	width:138px;
	height:72px;
	float:left;
	line-height:20px;
}

div#rightpromospotbeastiebuy{
	margin-top:0px;
	margin-left:0px;
	height:72px;
	width:74px;
	float:right;
}
div#rightpromospotbeastiebuyimage1{
	margin-top:6px;
	margin-left:0px;
	height:14px;
	width:74px;
	padding-top:0px;
}

div#rightpromospotbeastiebuyimage1 img#{
	margin-top:2px;
	margin-left:0px;
}

div#rightpromospotbeastiebuyimage2{
	margin-top:3px;
	margin-left:0px;
        height:14px;
        width:74px;
        padding-top:0px;
        position:relative;

}
div#rightpromospotbeastiebuyimage2 img#{
	margin-top:0px;
	margin-left:0px;
	padding-top:0px;
	position:relative;
}
div#rightpromospotbeastiebuyimage3{
	margin-top:2px;
	margin-left:0px;
    height:14px;
    width:74px;
    padding-top:1px;
    position:relative;

}
div#rightpromospotbeastiebuyimage3 img#{
	margin-top:0px;
	margin-left:0px;
	padding-top:0px;
}
div#rightpromospotbeastiebuyimage4{
	margin-top:10px;
	margin-left:0px;
	height:14px;
	width:74px;
	padding-top:8px;
	position:relative;

}

div#purchaseSuccessBlock{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.rightpromospotbeastiehead1{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0F6A6A;
	font-weight:bold; padding-left:10px; padding-top:2px;
}

div#rightpromospotbeastiebuyimage4 img#{
	margin-top:0px;
	margin-left:0px;
	padding-top:10px;
}

.rightpromospotbeastiehead{
font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #0F6A6A;

}

.buttonDisplay {
	width:112px;
}

.moreInfoButton a {
    float:left;
    BACKGROUND: url(../images/top-game-more.gif) no-repeat;
	WIDTH: 56px;
	height:11px;
	font-size:0px;
}
.moreInfoButton a:hover {
    float:left;
    BACKGROUND: url(../images/top-game-more-on.gif) no-repeat;
	WIDTH: 56px;
	height:11px;
	font-size:0px;
}

.topRingtonesPreviewButton a {
    float:left;
    BACKGROUND: url(../images/top-ringtones-preview.gif) no-repeat;
	WIDTH: 14px;
	height:14px;
}

.topRingtonesPreviewButton a:hover {
    float:left;
    BACKGROUND: url(../images/top-ringtones-preview-over.gif) no-repeat;
	WIDTH: 14px;
	height:14px;
}

.previewButton a {
    float:left;
    BACKGROUND: url(../images/preview_btn.gif) no-repeat;
	WIDTH: 57px;
	height:11px;
}

.previewButton a:hover {
    float:left;
    BACKGROUND: url(../images/preview_btn_over.gif) no-repeat;
	WIDTH: 57px;
	height:11px;
}

.leftNavLink a {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	vertical-align:center;
	text-align: left;
	margin-bottom:1px;
	padding-left: 0px;
	padding-top: 0px;
	COLOR: #ffffff;
	TEXT-DECORATION: none;	
}

#previewDescription {
	padding-left:3px;
	overflow:hidden;
	word-wrap: break-word;
	text-align:left;
	
}
#previewTitle {
	padding-left:5px;
}
#previewWindow {
	background:#e7e7e7;
}

#search-promo-banner{
	width: 432px;
	text-align: center;
	margin-bottom: 10px;
}
#search-promo-banner img{
	margin: 0 auto 5px auto;
	border: 1px solid #999;
}

a.btn-more{
	float: left;
	display: block;
	width: 42px;
	height: 11px;
	margin: 0 0 0 5px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	background: url(../images/btn_more_new.gif) no-repeat;
}
a.btn-more:hover{
	background: url(../images/btn_more_new.gif) 0px -11px no-repeat;
	float: left;
	display: block;
	width: 42px;
	height: 11px;
	margin: 0 0 0 5px;
	padding: 0;
}

a.btn-prev{
	float: left;
	display: block;
	width: 42px;
	height: 11px;
	margin: 0 0 0 2px;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	background: url(../images/btn_prev_new.gif) no-repeat;
}
a.btn-prev:hover{
	float: left;
	display: block;
	width: 42px;
	height: 11px;
	margin: 0 0 0 2px;
	padding:0;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	background: url(../images/btn_prev_new.gif) 0px -11px no-repeat;
}

a.btn-next{
	float: left;
	display: block;
	width: 42px;
	height: 11px;
	margin: 0 0 0 5px;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	background: url(../images/btn_next_new.gif) no-repeat;
}
a.btn-next:hover{
	float: left;
	display: block;
	width: 42px;
	height: 11px;
	margin: 0 0 0 5px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	background: url(../images/btn_next_new.gif) 0px -11px no-repeat;
}
