html, body {
	background-image	: url(/img/all_bg.jpg);
	background-repeat	: repeat;
	background-position	: center top;
	margin				: 0;
	padding				: 0;
	background-color	: #ffffff;
	vertical-align		: top;
	height				: 100%;
	font-family			: arial, verdana, sans-serif;
	font-size			: 14px;
	font-style			: normal;
	font-weight			: normal;
	font-variant		: normal;
	color				: #000000;
	text-decoration		: none;
	text-align			: justify;
}

.vidobject {
	padding-left:20px; 
	padding-right:20px;
	
	
	padding-top: 20px;
	padding-bottom: 20px;
}

.paddingp {
    padding-top: 0px;
    padding-right: 500px;
    padding-bottom: 0px;
    padding-left: 5px;

}

a:link {
	text-decoration		: underline;
	color				: #850000;
}

a:visited {
	text-decoration		: none;
	color				: #850000;
}

a:active {
	text-decoration		: none;
	color				: red;
}

a:hover {
	text-decoration		: underline;
	color				: red;
}

img {
	border				: none;
}

img.padimg {
	border 				: none;
	padding 			: 20px;
	
}

img.leftpadimg {
	border 				: none;
	padding 			: 20px;
	float				: left;
}

img.secure {
	border				: none;
	margin-right		: 7px;
	float				: right;
}

img.rightpadimg {
	border 				: none;
	padding 			: 20px;
	float				: right;
}

img.imgleft{
	float				: left;
	border 				: none;
}

img.imgright{
	float				: right;
	border 				: none;
}

img.center {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.bannerimg {
	border 				: none;
	padding 			: 0px;
	margin-left 		: auto;
	margin-right 		: auto;
}

.swhackaround {
	vertical-align 		: top;
	width 				: 850px;
	height 				: auto;
	height 				: 72%;
	min-height 			: 100%;
	border 				: none;
	margin 				: 0;
	background-image 	: url(/img/sitebg.jpg);
	background-repeat 	: repeat;
	margin-left 		: auto;
	margin-right 		: auto;
	padding 			: 2px;
	border-spacing 		: 0;
}

.swhackaroundtwo {
	vertical-align 		: top;
	width 				: 850px;
	height 				: auto;
	height 				: 79.5%;
	min-height 			: 100%;
	border 				: 1px;
	margin 				: 0;
	background-image 	: none;
	margin-left 		: auto;
	margin-right 		: auto;
	padding 			: 2px;
	border-spacing 		: 0;
}

.swhackheader {
	background-image 	: url(/img/head_bg.jpg);
	height 				: 204px;
	width 				: 810px;
	background-repeat 	: repeat;
	background-position : center bottom;
}

.swhackbannerhead {
	background-image 	: none;
	height 				: 250px;
}

.swhackbannerbody {
	background-image 	: none;
	height 				: 100%;
}

.swhackholder {
	margin 				: 0;
	padding 			: 0;
	width 				: 810px;
	height 				: 100%;
	border 				: 0;
	margin-left 		: auto;
	margin-right 		: auto;
	padding 			: 0;
	border-spacing 		: 0;
	vertical-align 		: top;
}

TR.productListing-rowheading {
	display				: none;
}

#productListHeading,#indexProductListCatDescription,#categoryIcon {
	display				: none;	
	height				: 0px;
}


.preload1 {
	background 			: url(/img/swhacknav1.jpg);
}

.preload2 {
	background 			: url(/img/swhacknav1a.jpg);
}

#nav {
	padding 			: 0;
	margin 				: 0;
	list-style 			: none;
	height 				: 31px;
	background 			: url(/img/swhacknav0.jpg) repeat-x;
	position 			: relative;
	z-index 			: 500;
	font-family 		: arial, verdana, sans-serif;
}

#nav li.top {
	display 			: block;
	float 				: left;
	height 				: 31px;
	width				: auto;
}

#nav li a.top_link {
	display 			: block;
	float 				: left;
	height 				: 31px;
	width				: auto;
	line-height 		: 30px;
	color 				: #ffffff;
	text-decoration 	: none;
	font-size 			: 14px;
	font-weight 		: bold;
	padding 			: 0 0 0 12px;
	cursor 				: pointer;
	background 			: url(/img/swhacknav0.jpg);
}

#nav li a.top_link span {
	float 				: left;
	display 			: block;
	padding 			: 0 24px 0 12px;
	height 				: 31px;
	background 			: url(/img/swhacknav0.jpg) no-repeat right top;
}

#nav li a.top_link span.down {
	float 				: left;
	display 			: block;
	padding 			: 0 24px 0 12px;
	height 				: 31px;
	background 			: url(/img/swhacknav0a.jpg) no-repeat right top;
}

#nav li:hover a.top_link {
	color 				: #ed2024;
	background 			: url(/img/swhacknav1.jpg) no-repeat;
}

#nav li:hover a.top_link span {
	background 			: url(/img/swhacknav1.jpg) no-repeat right top;
}

#nav li:hover a.top_link span.down {
	background 			: url(/img/swhacknav1a.jpg) no-repeat right top;
}
#nav li:hover {
	position 			: relative;
	z-index 			: 200;
}

#nav li:hover ul.sub {
	left 				: 1px;
	top 				: 31px;
	background 			: #000000;
	padding 			: 3px;
	border 				: 1px solid #2d2d2d;
	white-space 		: nowrap;
	width 				: 150px;
	height 				: auto;
	z-index 			: 300;
}

#nav li:hover ul.sub li {
	display 			: block;
	height 				: 20px;
	position			: relative;
	float 				: left;
	width 				: 150px;
	font-weight 		: normal;
}

#nav li:hover ul.sub li a {
	display 			: block;
	font-weight 		: bold;
	font-size 			: 14px;
	height 				: 18px;
	width 				: 150px;
	line-height 		: 18px;
	text-indent 		: 5px;
	color 				: #ffffff;
	text-decoration 	: none;
	border 				: 1px solid #000000;
}

#nav li ul.sub li a.fly {
	background 			: #000000 url(/img/arrow.jpg) no-repeat 150px 6px;
}

#nav li:hover ul.sub li a:hover {
	background 			: #000000;
	color 				: #ed2024;
	border-color 		: #fff;
}

#nav li:hover ul.sub li a.fly:hover {
	background : #000000 url(/img/arrow_over.jpg) no-repeat 150px 6px;
	color : #fff;
}

#nav li:hover li:hover ul, #nav li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover li:hover ul {
	left : 90px;
	top : -4px;
	background : #000000;
	padding : 3px;
	border : 1px solid #2d2d2d;
	white-space : nowrap;
	width : 150px;
	z-index : 400;
	height : auto;
}

#nav ul, #nav li:hover ul ul, #nav li:hover li:hover ul ul, #nav li:hover li:hover li:hover ul ul, #nav li:hover li:hover li:hover li:hover ul ul {
	position : absolute;
	left : -9999px;
	top : -9999px;
	width : 0;
	height : 0;
	margin : 0;
	padding : 0;
	list-style : none;
}

#nav li:hover li:hover a.fly, #nav li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover li:hover a.fly {
	background : #000000 url(/img/arrow_over.gif) no-repeat 80px 6px;
	color : #fff;
	border-color : #fff;
}

#nav li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li:hover li a.fly {
	background : #000000 url(arrow.gif) no-repeat 80px 6px;
	color : #fff;
	border-color : #000000;
}
.contactus {
	text-align:			 left;
}
.contacttable {
	width		: 500px;
	text-align	: left;
}
.successtext {
	text-align	: center;
	color		: green;
}
.errortext {
	text-align	: center;
	color		: red;
}
.swhackbody {
	height : auto;
	height : 100%;
	min-height : 100%;
	width : 810px;
	background-image : url(/img/body_bg.jpg);
	background-repeat : repeat;
	background-position : top;
	vertical-align : top;
	padding : 20px;
	
}

.swhackfooter {
	background-color : #000000;
	height : 35px;
	width : 1034px;
	text-align : center;
	color : #ffffff;
	font-size : 11px;
	font-weight : bold;
}

/*Contact Form Stuff*/

.fieldset { 
	border			: 0;
	margin			: 0;
	padding			: 0; 
}

.label { 
	display			: block;
}

.input.submit {
	padding			: 2px 5px;
	font			: bold 12px/12px verdana,arial,sans-serif;
}
/* Video Stuff*/
.element {
    float			: left;
    width			: 128px;
    padding			: 10px;
    margin-left		: 0px;
    margin-right	: 0px;
    font-size		: 10px;
    text-align		: left;
}

.playlist {
	text-align		: center;	
}

.playlist2 {
	text-align		: justify;	
}

.testimony {
	text-align		: justify;	
}

.textimony {
	text-align		: justify;
}

.player {
	border 			: none;
	margin-left 	: auto;
	margin-right 	: auto;
	padding 		: 2px;
	border-spacing	: 0;	
	font-size		: 14px;
}

.player2 {
	border 			: none;
	margin-left 	: auto;
	margin-right 	: auto;
	padding 		: 2px;
	border-spacing	: 0;	
	font-size		: 14px;
}

input.image {
	width			: 130px;
	height			: 97px;	
	border			: none;
}
.qdig-thumb,.qdig-image {
	border			: none;
}

/** Zen Cart Stylesheet **/


h1 {
	font-size: 1.5em;
	color: #9a9a9a;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	vertical-align 		: top;
	width 				: 850px;
	height 				: auto;
	height 				: 72%;
	min-height 			: 100%;
	border 				: none;
	margin 				: 0;
	background-image 	: url(/img/sitebg.jpg);
	background-repeat 	: repeat;
	margin-left 		: auto;
	margin-right 		: auto;
	padding 			: 2px;
	border-spacing 		: 0;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#logoWrapper{
	height:0px;
	}

#mainWrapper {
	margin: auto;
	} 

#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper {
	margin: 0em;
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #000000;
	height: 1%;
	}


#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #000000;
	
	}

#navCatTabs ul li a {
	color: #850000;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	width:	0px;
	height: 0px;
	}

#navBreadCrumb {
	color: #ffffff;
	padding: 0.5em 0.5em;
	background-color: #000000;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}



/*The main content classes*/
#contentColumnMain, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}
.centerColumn {
	height : auto;
	height : 100%;
	min-height : 100%;
	width : 700px;
	background-repeat : no-repeat;
	background-position : top;
	vertical-align : top;
	padding : 20px;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	border: 1px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #abbbd3;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border: 1px solid #9a9a9a;
	border-bottom: 5px solid #336633;
	margin-top: 1.5em;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}
.shoppingCartDefault {
	background-image		: none;
	background				: none;	
}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

.productListing-rowheading {

	height: 2em;
	color: #FFFFFF;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #000000;
	color			: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#0e0e0e;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
#hoverbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1000;
	text-align: center;
	line-height: 0;
	}

#hoverbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#prevText {background:#000; height:20px;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font-size: 11px;
	background-color: #fff;
	margin: 0 auto;
	line-height: 2em;
	overflow: auto;
	width: 100%;	
	}

#imageData{	padding:10px 10px; color: #666; border-top:1px solid #eee; }
#imageData #imageDetails{ width: 100%; text-align: center; }	
#imageData #caption{ font-weight: bold; text-align:center;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 83px; clear:both; text-align:center;  margin-bottom: 1em;	}
#imageData #bottomNavClose img{border:1px solid #eee;}

/* Product Info Page CSS */
#productMainImage {border:1px solid #eee;}	
#productMainImage img {padding:1em;}
#productMainImage .lrgarea {border-top:1px solid #eee;text-align:center;padding:.5em 0;}
#productMainImage .lrgarea img{padding:0;margin:0;}
/* End Product Info Page CSS */
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 500px;
	background-color: #000;
	}