@charset "utf-8";
/* CSS Document */

body {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
margin:0;
padding:0;
line-height:15px;
background-image:url(/images/bg_pattern.gif);
background-repeat:repeat-x repeat-y;
}


a img {
border:0;
}

a {
cursor:pointer;
color:#0e81ab;
text-decoration:none;
cursor:pointer;
}

a:hover {
text-decoration:underline;
color:#dd1094;
}

p {
margin:10px 10px 5px 10px;
padding:0;
}

h1 {
position: absolute;
top: 0px;
float: left;
margin: 0px;
z-index: -1;
}

h3 {
font-size:18px;
margin:0;
padding:0;
margin-left:10px;
}


h4 {
font-size:14px;
font-weight:bold;
color:#dd1094;
margin-left:10px;
}

h5 {
font-size:14px;
text-transform:uppercase;
margin:10px 0px 10px 0px;
padding:0;
}

h6 {
font-size:14px;
font-weight:bold;
color:#01adeb;
/*margin-left:10px;*/
margin:10px 0px 10px 10px;
}

ul {
padding:0;
margin:10px 10px 10px 40px;
}

small {
font-size: 9px;
line-height: 12px;
}


/* ####### Div Holders ########## */

.bg {
background-image:url(/images/black_bg.png);
background-repeat:repeat-x;
background-position:top;
padding-bottom:20px;
height:1%;
overflow:hidden;
}

* html .bg {
background: none;
}

.wrapper {
display:block;
position:relative;
width:980px;
margin:0 auto;
padding:0px 25px;
background-image:url(/images/bg_shadow.png);
background-repeat:repeat-y;
}

* html .wrapper {
background: none;
}

.bannerHolder {
display:block;
position:relative;
height:151px;
background-color:#000000;
}

.banner {
height:151px;
width:728px;
}

.homeLink {
display:block !important;
position:absolute;
top:0px;
left:0px;
width:360px;
height:151px;
background-image: url(/images/empty.gif);
}

.accountHolder {
position:absolute;
top:20px; 
right:20px;
height: 111px;
color: #FFFFFF;
}

.accountHolder tr.links td {
text-align: right;
padding-left: 28px;
}

.accountHolder table.box {
float: right;
border: 1px solid #175669;
}

.accountHolder input {
float: left;
width: 222px;
height: 16px;
padding: 4px;
border: 0px;
font-size: 11px;
line-height: 16px;
}

.accountHolder a.button {
float: right;
display: block;
width: 85px;
height: 14px;
padding: 5px 0px;
font-size: 12px;
line-height: 14px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
text-decoration: none !important;
color: #FFFFFF;
background: #68cae8 url(/images/btn_bg.gif) bottom repeat-x;
}

.menuHolder {
display:block;
position:relative;
background-color:#000;
background-image:url(/images/menu_bg.gif);
background-repeat:repeat-x;
height:25px;
overflow:hidden;
}

.menu {
float:left;
width:980px;
padding:0px;
white-space:nowrap;
}

#flashBanner {
padding: 13px;
background-color: #ffffff;
}

.container {
display:block;
float:left;
position:relative;
padding:0;
margin:0;
background-image:url(/images/grey_left.gif);
background-repeat:repeat-y;
background-position:top left;
background-color:#ffffff;
}

.leftPanel {
float:left;
width:195px;
position:relative;
background-color:#f3f3f3;
}

.shareFacebook {
float: left;
width: 195px;
padding-bottom: 13px;
background-color: #ffffff;
}

.shareFacebook img {
float: right;
}

.searchFilter {
float:left;
width:155px;
padding:20px;
}

.brandLogos {
float:left;
width:175px;
padding:10px;
}

.brandLogos img {
float:left;
margin-bottom:10px;
}

.contentHolder {
float:right;
width:785px;
background-color:#fff;
padding-bottom:0px;
margin-bottom:10px;
margin-top:20px;
position:relative;
color:#232323;
}

.content {
float:left;
width:500px;
padding:13px;
padding-top:0px;
padding-bottom:0px;
border-right:1px solid #ccc;
}

.fckcontent table {
margin: 10px;
margin-bottom: 5px;
}

.contentMax {
float:left;
width:759px;
padding:13px;
}

.rightPanel {
float:right;
width:225px;
padding-right:20px;
}

* html .rightPanel {
width:225px;
padding-right:12px;
}


.topShadowLeft {
background-repeat:repeat-x;
background-position:top;
width:20px;
height:250px;
position:absolute;
top:0px;
left:0px;
}

.topShadowRight {
background-repeat:repeat-x;
background-position:top;
width:20px;
height:250px;
position:absolute;
top:0px;
right:0px;
}

.footerHolder{
display:block;
float:left;
position:relative;
clear:both;
/*height:72px;*/
color:#ffffff;
background-color:#f3f3f3;
}

.footer {
float:right;
line-height:13px;
font-size:10px;
width:745px;
/*height:52px;*/
padding:10px 20px 10px 20px;
border-left: 195px solid #f3f3f3;
background-color:#232323;
}

.footer div {
margin-bottom: 10px;
}

.footer p {
clear: both;
margin: 0px;
}

.footer a {
color:#FFFFFF;
}

.footer a:hover {
color:#dd1094;
}

.bottomShadow {
display:block;
position:relative;
width:980px;
height:25px;
margin:0 auto;
padding:0px 15px 0px 15px;
background-image:url(/images/bottom_shadow.png);
background-repeat:no-repeat;
background-position:top;
}

* html .bottomShadow {
background: none;
}

.sendButton {
	display:block;
	width: 290px;
	height:29px;
	border: solid 1px #fff;
	background: #fff url(/images/send_message.gif);
	text-indent:-9999px;
	overflow:hidden;
}
.sendButton:hover{
background-position:0px 27px;
}
.sendButton:active {
background-position:1px 28px;
}

.sendButtonSmall {
	float:left;
	width: 156px;
	height:21px;
	border: solid 1px #fff;
	background: #fff url(/images/send_message_small.gif);
	text-indent:-9999px;
	overflow:hidden;
}

.submitButtonSmall {
	float:left;
	width: 156px;
	height:21px;
	border: solid 1px #fff;
	background: #fff url(/images/unsubscribe.gif);
	text-indent:-9999px;
	overflow:hidden;
}
.submitButtonSmall:hover{
background-position:0px 21px;
}
.submitButtonSmall:active {
background-position:1px 22px;
}


.gobackButton {
	float:left;
	width: 78px;
	height:21px;
	border: solid 1px #fff;
	background: #fff url(/images/goback.gif);
	text-indent:-9999px;
	overflow:hidden;
	margin-left:8px;
}
.gobackButton:hover{
background-position:0px 21px;
}
.gobackButton:active {
background-position:1px 22px;
}



.postButton {
	display:block;
	width: 285px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	border: solid 1px #fff;
	background: #333 url(/images/post_message.gif);
	margin-top:5px;
}
.postButton:hover {
	background-position:0px 25px;
}
.postButton:active {
	background-position:1px 26px;
}

.subscribeButton {
	display:block;
	width: 290px;
	height:28px;
	border: solid 1px #fff;
	background: #fff url(/images/subscribe_button.gif);
	margin-top:5px;
	text-indent:-9999px;
	overflow:hidden;
}
.subscribeButton:hover {
background-position:0em 26px;
}
.subscribeButton:active {
background-position:1px 27px;
}


.addtocart {
	display:block;
	width: 345px;
	height:35px;
	margin:10px 10px 0px 10px;
	border: solid 1px #fff;
	background: #333 url(/images/addtocart.gif);
	text-indent:-9999px;
	overflow:hidden;
	background-position:0px 0px;	
}
.addtocart:hover  {
background-position:0px 35px;
}

.addtowishlist {
	float:left;
	width: 169px;
	height:19px;
	margin:5px 7px 0px 10px;
	border: solid 1px #fff;
	background: #333 url(/images/addtowishlist.gif);
	text-indent:-9999px;
	overflow:hidden;
}
.addtowishlist:hover {
background-position:0px 18px;
}
.addtowishlist:active {
background-position:1px 19px;
}


.checkout {
	float:left;
	width: 168px;
	margin:5px 0px 0px 0px;
	height:19px;
	border: solid 1px #fff;
	background: #333 url(/images/checkout.gif);
	text-indent:-9999px;
	overflow:hidden;
}
.checkout:hover {
background-position:0px 18px;
}
.checkout:active {
background-position:1px 19px;
}

.checkoutOn {
	float:left;
	width: 165px;
	margin:5px 0px 0px 0px;
	height:19px;
	border: solid 1px #fff;
	background: #a8a8a8 url(/images/checkout_on.gif);
	text-indent:-9999px;
	overflow:hidden;
}
.checkoutOn:hover {
background-position:0px 18px;
}
.checkoutOn:active {
background-position:1px 19px;
}



.scrollerTop {
display:block;
background-color:#f1f1f1;
background-image:url(/images/scroller_heading.gif);
background-repeat:no-repeat;
height:30px;
}

.scrollerDiv {
display:block;
position:relative;
background-color:#f1f1f1;
height:460px;
border-left:1px solid #CCC;
border-right:1px solid #CCC;
overflow:hidden;
padding:10px;
padding-top:0px;
}



.scrollButtonDown {
display:block;
width:225px;
background-image:url(/images/scroll_up.gif);
background-repeat:no-repeat;
height:18px;
text-decoration:none;
border-top:1px solid #ebebeb;
}

.scrollButtonUp {
display:block;
width:225px;
background-image:url(/images/scroll_down.gif);
background-repeat:no-repeat;
height:18px;
text-decoration:none;
}


.postedByDiv {
display:block;
padding:4px 0px 8px 10px;
font-size:11px;
background-image:url(/images/postedByBorder.gif);
background-repeat:repeat-x;
background-position:bottom;
border-top:1px solid #ccc;
height:1%;
overflow:hidden;
}

.teePrev {
float:left;
position:relative;
width:193px;
padding:12px 8px 8px 0px;
background-image:url(/images/teePrev_border.gif);
background-repeat:repeat-x;
background-position:bottom;

}


.newArrivalsDiv {
display:block;
background-color:#e6e6e6;
height:285px;
}



.internalPanel {
border-bottom:1px solid #ccc;
padding-bottom:6px;
}


.commentHolder {
display:block;
margin-left:10px;
position:relative;
}

.commentBoxTop {
display:block;
position:relative;
background-image:url(/images/comm_bg_top.gif);
background-repeat:no-repeat;
background-position:bottom left;
margin-top:17px;
margin-left:17px;
width:490px;
}

.commentBox {
display:block;
position:relative;
background-image:url(/images/comm_bg.gif);
background-repeat:repeat-y;
background-position:top left;
padding:2px 16px 2px 16px;
font-size:12px;
margin-left:17px;
}

.commentBoxBottom {
display:block;
position:relative;
background-image:url(/images/comm_bg_bottom.gif);
background-repeat:no-repeat;
background-position:top left;
margin-left:17px;
margin-bottom:10px;
}


.teePanel {
background-color:#e6e6e6;
margin-top:8px;
margin-left:10px;
margin-right:10px;
height:320px;
}

.teeHolder {
float:left;
width:144px;
height:317px;
padding-left:3px;
padding-top:3px;
position:relative;
}

* html .teePanel {
margin-left:9px;
margin-right:8px;
}

.teeDesc {
display:block;
font-size:12px;
padding:3px;
text-align: left;
}

.teeDesc a {
color: #232323;
}

.teeDesc .prodTitleLink {
font-size:12px;
text-decoration:none;
color:#000;
}

.teeDesc a:hover {
color: #dd1094;
text-decoration: underline;
}

.pushDiv {
float:left; 
min-height:480px;
height:auto !important;
height:480px; 
width:2px; 
}


.detailsHolder {
border-bottom:4px solid #bfbfbf; 
height:1%; 
overflow:hidden; 
margin:8px; 
padding-right:15px;
}


.descHolder {
display:block;
background-color:#bfbfbf;
padding:5px;
padding-left:12px;
font-size:12px;
line-height:15px;
}

.descHolder a {
color: #232323;
}

.descHolder a:hover {
color: #dd1094;
}

.descHolder a.facebook, .teeDesc a.facebook {
float: right;
font-size: 11px;
line-height: 14px;
font-weight: bold;
padding-left: 19px;
margin: 15px;
margin-right: 6px;
color: #3b5998 !important;
background: url(/images/facebook_icon.gif) left no-repeat;
}

.teeDesc a.facebook {
float: left;
margin: 0px;
margin-top: 2px;
font-size: 9px;
}

.previewPane {
display:block;
width:250px;
height:185px;
margin-top:3px;
overflow:auto;
background-color:#f3f3f3;
border:1px solid #000;
font-size:10px;
line-height:12px;
}







/* ####### Headings ########## */

.loginTitle {
font-size:15px;
font-weight:bold;
display:block;
text-align:right;
border-bottom:1px solid #fff;
}

.makeSelection {
display:block;
height:30px;
background-image:url(/images/your_selection.gif);
background-repeat:no-repeat;
background-position:top left;
text-indent:-9999px;
}

.makeSelection:hover {
background-position:0px -35px;
}

.blogHome {
display:block;
height:15px;
background-image:url(/images/blog_home.gif);
background-repeat:no-repeat;
background-position:top left;
text-indent:-9999px;
margin-bottom:15px;
}
.blogHome:hover {
background-position:0px -14px;
}

.selectTitle {
display:block;
margin-top:15px;
height:15px;
background-repeat:no-repeat;
background-position:top left;
text-indent:-9999px;
overflow:hidden;
}


.title_black_short {
display:block;
background-color:#000000;
height:24px;
text-indent:-9999px;
overflow:hidden;
background-repeat:no-repeat;
}



.title_black_long {
display:block;
background-color:#000000;
height:24px;
text-indent:-9999px;
overflow:hidden;
background-image:url(/images/headings/checkout_title.gif);
background-repeat:no-repeat;
}



.photoBy {
font-size:9px;
display:block;
text-align:right;
font-style:italic;
text-decoration:underline;
color:#595959;
clear:both;
height:5px;
}


.blogCategory {
font-size:11px;
font-weight:bold;
color:#0e81ab;
text-decoration:none;
}
.blogCategory:hover {
color:#dd1094;
text-decoration:underline;
}

.smallPinkLink {
font-size:11px;
font-weight:bold;
color:#0e81ab;
text-decoration:none;
}

.facebook {
padding-left: 19px;
background:url(/images/facebook_icon.gif) left no-repeat;
}

.pinkLink {
font-size:12px;
font-weight:bold;
text-decoration:none;
}

.smallWhiteLink {
font-size:10px;
font-weight:bold;
color:#fff;
text-decoration:none;
margin-top:4px;
}
a.smallWhiteLink:hover {
text-decoration:underline;
color:#dd1094;
}

#wishlist #wishlistLink {
color:#dd1094;
}

.filterLinkPink {
display:block;
font-size:12px;
font-weight:bold;
color:#0e81ab;
text-decoration:none;
}

.blogAuthor {
font-weight:bold;
text-decoration:none;
color:#232323;
}

.sale {
color:#dd1094;
}


.bitchheading {
display:block;
height:36px;
background-image:url(/images/headings/bitchheading.gif);
background-repeat:no-repeat;
}

.informheading {
display:block;
height:36px;
background-image:url(/images/headings/informbuddy.gif);
background-repeat:no-repeat;
}





/* ####### Links ########## */


.footerLink {
text-decoration:none;
font-size:10px;
color:#FFFFFF;
}

.footerLink:hover {
color:#dd1094;
}

.panelLink {
color:#000;
text-decoration:none;
border:0px; 
margin:0; 
padding:0;
cursor:pointer;
}

.panelLink:hover {
color:#dd1094;
}


.panelLinkSelected {
color:#dd1094;
text-decoration:none;
border:0px; 
margin:0; 
padding:0;
cursor:pointer;
}


.moreLink {
background-image:url(/images/more.gif);
background-repeat:no-repeat;
background-position:top left;
text-decoration:none;
text-indent:-9999px;
overflow:hidden;
height:15px;
padding:0px 65px 0px 65px;
width:5px;
margin:0;
}

.moreLink:hover {
background-position:0em -1.2em;
text-decoration:none;
}

.view_wishlist {
float:left;
background-image:url(/images/view_wishlist.gif);
background-repeat:no-repeat;
background-position:top left;
text-decoration:none;
text-indent:-9999px;
overflow:hidden;
height:14px;
width:142px;
margin:0;
}
.view_wishlist:hover {
background-position:0em -1.2em;
}

.view_shopping_cart {
float:left;
background-image:url(/images/view_shopping_cart.gif);
background-repeat:no-repeat;
background-position:top left;
text-decoration:none;
text-indent:-9999px;
overflow:hidden;
height:14px;
width:188px;
margin-top:5px;
}
.view_shopping_cart:hover {
background-position:0em -1.2em;
}

.viewDetails {
display:block;
background-image:url(/images/view_details.gif);
background-repeat:no-repeat;
background-position:top left;
text-decoration:none;
text-indent:-9999px;
overflow:hidden;
height:17px;
width:120px;
margin:0;
}

.viewDetails:hover {
background-position:0px -17px;
}

.edit_brands {
display:block;
background-image:url(/images/edit_brands.gif);
background-repeat:no-repeat;
background-position:top left;
text-decoration:none;
text-indent:-9999px;
overflow:hidden;
height:15px;
width:130px;
margin:0;
}
.edit_brands:hover {
background-position:0px -14px;
}

.update_brands {
display:block;
background-image:url(/images/update_brands.gif);
background-repeat:no-repeat;
background-position:top left;
text-decoration:none;
text-indent:-9999px;
overflow:hidden;
height:15px;
width:150px;
clear:both;
margin:0;
margin-top:10px;
}

.update_brands:hover {
background-position:0px -13px;
}

.menu a {
display:block;
float:left;
text-decoration:none;
text-indent:-9999px;
overflow:hidden;
height:25px;
padding-left: 21px;
padding-right: 21px;
background-repeat:no-repeat;
background-position:top;
}

.home {
padding-left: 20px !important;
}

.contactus {
padding-right: 20px !important;
}

.menu a:hover {
background-position:bottom;
}

#home .home, #contactus .contactus, #aboutus .aboutus, #customerservice .customerservice, #blog .blog, #enewsletter .enews, #shop .shop, #sizing .sizing {
background-position:bottom;
}

.fameLink {
float:left;
color:#0e81ab;
font-size:11px;
font-weight:bold;
width:96px;
background-image:url(/images/arrow_grey.gif);
background-repeat:no-repeat;
text-decoration:none;
background-position:bottom left;
padding:0px 0px 13px 0px;
line-height:13px;
}

.fameLink:hover {
color:#dd1094;
background-image:url(/images/arrow_pink.gif);
}

.itemNo {
float:left;
height:18px;
padding-top:2px;
width:26px;
margin-top:11px;
margin-right:3px;
text-align:center;
background-image:url(/images/item_bg.gif);
background-repeat:no-repeat;
color:#dd1094;
font-weight:bold;
}

.stats {
float:left;
font-size:9px;
color:#000;
line-height:8px;
margin-top:11px;
}


.blueLink {
font-size:13px;
font-weight:bold;
color:#0e81ab;
text-decoration:none;
padding-right:20px;
background-image:url(/images/arrow2.gif);
background-repeat:no-repeat;
background-position:right;
}

.blueLink:hover {
background-image:url(/images/arrow_2_pink.gif);
text-decoration:none;
color:#dd1094;
}

.blueLink2 {
font-size:13px;
font-weight:bold;
color:#0e81ab;
text-decoration:none;
padding-right:20px;
background-image:url(/images/arrow_2_pink.gif);
background-repeat:no-repeat;
background-position:right;
color:#dd1094;
}

.blueLink2:hover {
background-image:url(/images/arrow_2_pink.gif);
text-decoration:none;
color:#dd1094;
}

.tinyLink {
display:block;
color:#000000;
font-size:9px;
text-decoration:none;
padding-left:12px;
line-height:9px;
padding-top:3px;
padding-bottom:4px;
}

.tinyLink:hover {
color:#dd1094;
}

.contactUsLink {
float:left;
background-image:url(/images/contact_us.gif);
background-repeat:no-repeat;
margin-top:3px;
margin-left:5px;
width:87px;
height:10px;
text-decoration:none;
}
.contactUsLink:hover {
text-decoration:none;
background-position:0px -17px;
}


.pinkTitleLink {
display:block;
font-size:14px;
font-weight:bold;
color:#dd1094;
margin-left:10px;
text-decoration:none;
}
.pinkTitleLink:hover {
text-decoration:none;
}


.bitchsizes {
float:right;
width:190px;
height:14px;
background-image:url(/images/bitch_about_sizes.gif);
background-repeat:no-repeat;
text-indent:-9999px;
overflow:hidden;
margin-top:3px;
}
.bitchsizes:hover {
background-position:0em -1.1em;
}

.informbuddy {
float:right;
width:190px;
height:14px;
background-image:url(/images/inform_buddy.gif);
background-repeat:no-repeat;
text-indent:-9999px;
overflow:hidden;
margin-top:6px;
}
.informbuddy:hover {
background-position:0em -1.1em;
}


.thumbnail {
float:left;
margin:4px 3px 0px 4px;
border:1px solid #ccc;
}


.carticon {
float:left; 
text-decoration:none;
font-size:10px;
color:#fff; 
height:18px;
margin-left:8px; 
margin-right:3px; 
margin-top:4px;
padding-right:26px;
background-image:url(/images/cart_icon.gif);
background-repeat:no-repeat;
background-position:right;
margin-bottom:2px;
}
.carticon:hover {
color:#dd1094; 
background-image:url(/images/cart_icon_pink.gif);
}

#shoppingcart .carticon {
color:#dd1094; 
background-image:url(/images/cart_icon_pink.gif);
}
#totalItemsLink {
color:#fff !important;
}
#totalItemsLink:hover {
color:#dd1094 !important;
text-decoration:underline !important;
}
#shoppingcart #totalItemsLink {
color:#dd1094 !important;
}

.movetocart {
float:right;
width:130px;
height:14px;
background-image:url(/images/headings/move_to_cart.gif);
background-repeat:no-repeat;
text-decoration:none;
overflow:hidden;
}
.movetocart:hover {
background-position:0em -14px;
text-decoration:none;
}

.movetocartDisabled {
float:right;
width:130px;
height:14px;
background-image:url(/images/headings/move_to_cart_disabled.gif);
background-repeat:no-repeat;
text-decoration:none;
overflow:hidden;
cursor:default;
}

.movetowishlist {
float:right;
width:144px;
height:14px;
background-image:url(/images/move_to_wishlist.gif);
background-repeat:no-repeat;
text-decoration:none;
overflow:hidden;
}
.movetowishlist:hover {
background-position:0em -13px;
text-decoration:none;
}


.removeLink {
float:right;
width:83px;
height:14px;
text-decoration:none;
background-image:url(/images/headings/remove.gif);
background-repeat:no-repeat;
overflow:hidden;
}
.removeLink:hover {
background-position:0em -15px;
text-decoration:none;
}

.updateLink {
float:right;
width:71px;
height:14px;
text-decoration:none;
background-image:url(/images/update.gif);
background-repeat:no-repeat;
overflow:hidden;
}
.updateLink:hover {
background-position:0em -14px;
text-decoration:none;
}
.updateLinkDisabled {
float:right;
width:71px;
height:14px;
text-decoration:none;
background-image:url(/images/update_disabled.gif);
background-repeat:no-repeat;
overflow:hidden;
}


.moveall {
display:block;
width:232px;
height:22px;
background: #333 url(/images/move_all_items.gif);
background-repeat:no-repeat;
text-indent:-9999px;
overflow:hidden;
margin-top:3px;
}
.moveall:hover {
background-position:0px -22px;
text-decoration:none;
}
.moveall:active {
background-position:1px -21px;
}


.checkoutSmall {
display:block;
width:232px;
height:22px;
background: #333 url(/images/checkout_small.gif);
background-repeat:no-repeat;
text-indent:-9999px;
overflow:hidden;
margin-top:7px;
}
.checkoutSmall:hover {
background-position:0px -22px;
}
.checkoutSmall:active {
background-position:1px -21px;
}

.checkoutSmallOn {
display:block;
width:232px;
height:22px;
background: #a8a8a8 url(/images/checkout_small_on.gif);
background-repeat:no-repeat;
text-indent:-9999px;
overflow:hidden;
margin-top:7px;
}
.checkoutSmallOn:hover {
background-position:0px -22px;
}
.checkoutSmallOn:active {
background-position:1px -21px;
}


.proceedtocheckout {
display:block;
width:200px;
height:23px;
background: #333 url(/images/proceed_to_checkout.gif);
background-repeat:no-repeat;
text-indent:-9999px;
overflow:hidden;
margin-top:7px;
}
.proceedtocheckout:hover {
background-position:0px -22px;
}
.proceedtocheckout:active {
background-position:1px -21px;
}

.signincheckout {
display:block;
width:200px;
height:22px;
background: #333 url(/images/signincheckout.gif);
background-repeat:no-repeat;
text-indent:-9999px;
overflow:hidden;
margin-top:9px;
}
.signincheckout:hover {
background-position:0px -22px;
}
.signincheckout:active {
background-position:1px -21px;
}



.purchase {
display:block;
width:350px;
height:28px;
background: #333 url(/images/purchase.gif);
background-repeat:no-repeat;
text-indent:-9999px;
overflow:hidden;
margin-top:9px;
}
.purchase:hover {
background-position:0px -27px;
}
.purchase:active {
background-position:1px -26px;
}


.processing {
display:block;
width:350px;
height:28px;
background: #333 url(/images/processing.gif);
background-repeat:no-repeat;
background-position:top;
overflow:hidden;
margin-top:9px;
cursor:default;
}

.applyLink {
float:left;
width:85px;
height:17px;
background: #333 url(/images/apply.gif);
background-repeat:no-repeat;
text-indent:-9999px;
overflow:hidden;
margin-left:5px;
}

.continuetopayment {
display:block;
width:360px;
height:28px;
background: #333 url(/images/headings/continue_to_payment.gif);
background-repeat:no-repeat;
text-indent:-9999px;
overflow:hidden;
margin-top:9px;
}
.continuetopayment:hover {
background-position:0px -27px;
}
.continuetopayment:active {
background-position:1px -26px;
}

.savedetails {
display:block;
width:360px;
height:28px;
background: #333 url(/images/save_details.gif);
background-repeat:no-repeat;
text-indent:-9999px;
overflow:hidden;
margin-top:9px;
}
.savedetails:hover {
background-position:0px -27px;
}
.savedetails:active {
background-position:1px -26px;
}


.editLink {
display:block;
background-image:url(/images/edit_link.gif);
background-repeat:no-repeat;
height:20px;
width:57px;
text-indent:-9999px;
overflow:hidden;
}

.editLink:hover {
background-position:0px -17px;
}

.editDetails {
float:left;
clear:both;
background-image:url(/images/editDetails.gif);
background-repeat:no-repeat;
height:16px;
width:113px;
text-indent:-9999px;
overflow:hidden;
margin-top:10px;
margin-bottom:5px;
}

.editDetails:hover {
background-position:0px -14px;
}


.blueLinkSmall {
color:#0e81ab;
font-size:12px;
text-decoration:none;
}


.prevLink {
float:left;
background-image:url(/images/previous.gif);
background-repeat:no-repeat;
height:14px;
text-indent:-9999px;
overflow:hidden;
width:85px;
margin-right:10px;
}

.prevLinkDisabled {
float:left;
background-image:url(/images/previous_disabled.gif);
background-repeat:no-repeat;
height:14px;
text-indent:-9999px;
overflow:hidden;
width:85px;
margin-right:10px;
}
.prevLink:hover {
background-position:0px -13px;
}
.nextLink {
float:left;
background-image:url(/images/next.gif);
background-repeat:no-repeat;
height:12px;
text-indent:-9999px;
overflow:hidden;
width:57px;
margin-left:12px;

}
.nextLink:hover {
background-position:0px -12px;
}
.nextLinkDisabled {
float:left;
background-image:url(/images/next_disabled.gif);
background-repeat:no-repeat;
height:12px;
text-indent:-9999px;
overflow:hidden;
width:57px;
margin-left:12px;
}

.indexLinkPink {
float:left;
color:#dd1094;
margin:0px 2px 0px 2px;
font-size:12px;
}

.indexLink {
float:left;
color:#000;
margin:0px 2px 0px 2px;
font-size:12px;
}


<!-- Drag n drop -->
.statusbox {
	font-size: 13px;
	font-family: Monaco, monospace;
	width: 15em;
	text-align:left;
}
ul.boxy li { 
	margin: 0px; 
	text-align:left;
}
#boxes {
	font-family: Arial, sans-serif;
	list-style-type: none;
	margin: 0px;
	text-align:left;
	margin:0;
	padding:0;
}
#boxes li {
	cursor: move;
	position: relative;
	float: left;
	margin: 2px 2px 0px 0px;
	text-align:left;
}


.voteIcon {
float:right;
padding:3px 19px 0px 6px;
background-image:url(/images/thumbsup.gif);
background-repeat:no-repeat;
background-position:right 0px;
color:#0e81ab;
font-weight:bold;
}
.voteIcon:hover{
background-position:right -1.6em;
}
.voted {
float:right;
padding:3px 19px 0px 6px;
background-image:url(/images/thumbsup.gif);
background-repeat:no-repeat;
background-position:right 0px;
color:#666666;
cursor:auto;
font-weight:bold;
}
.voted:hover {
color:#666666;
text-decoration:none;
background-position:right -1.6em;
}

.alertBubble {
display:none;
background-image:url(/images/alert_bubble.gif);
background-repeat:no-repeat;
background-position:top;
width:290px;
height:50px;
padding:10px;
z-index:1000;
text-align:center;
padding-top:70px;
-moz-opacity:.90; 
filter:alpha(opacity=90); 
opacity:.90;
}

div.help {
display: none;
position: absolute;
width: 240px;
min-height: 110px;
padding: 10px;
background-color: #EBEBEB;
cursor: pointer;
}

.blogText {
text-align:justify;
}

.blogTitleLink {
font-size:18px;
margin:0;
padding:0;
color:#000;
margin-left:10px;
font-weight:bold;
display:block;
}
.blogTitleLink:hover {
text-decoration:underline;
color:#dd1094;
}

.accountLink {
font-size:12px; 
margin-bottom:2px; 
color:#fff;
text-decoration:none;
font-weight:bold; 
}
.accountLink:hover {
color:#dd1094;
border-bottom:1px solid #dd1094;
text-decoration:none;
}
#account .accountLink {
color:#dd1094;
border-bottom:1px solid #dd1094; 
}

a.back {
position: absolute;
display: block;
width: 20px;
height: 20px;
background: url(/images/back.gif) top no-repeat;
}

a.back:hover {
background-position: bottom;
}

#brandPanel {
border: 0px solid #BFBFBF;
border-width: 4px 0px;
margin-bottom: 20px;
text-align: justify;
}

#brandPanel img {
margin: 10px 0px;
}
