/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	margin: 0;
	padding:0px;
	font-family:  arial;
	font-size: 12px;
	color: #000000;
	background-image:url(../images/bg_1.jpg);
    background-repeat:repeat;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #000000;
	text-decoration: none;

	}
a:focus
{
	-moz-outline-style:none;
}
 
a:visited {
	color: #000000;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: ##D40015;
	}

a:active {
	color: #0000FF;
	outline: none;
	}
	.prodname{ font-family:arial; font-size:13px; font-weight:bold;}
	.prodprice{ font-family:Comic Sans MS; font-size:14px; font-weight:bold; }
.normalprice{font-family:Comic Sans MS; font-size:14px; font-weight:bold;}
.productSpecialPrice{font-family:Comic Sans MS; font-size:14px; font-weight:bold; color:#FF0000;}
.productPriceDiscount{font-family:Comic Sans MS; font-size:14px; font-weight:bold; color:#FF0000;}
/*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 {
line-height:1.5em;
	
	}

/*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 {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	font-family:verdana;

	
	}
	.searchinput{
	border:1px solid #B1B1B1;
	height:18px;
	
	}
	
	.searchtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ea6118;
	font-weight:bold;
	}

TEXTAREA {
	margin: auto;
	/*display: block;*/
	width: 95%;
	font-family:verdana;
	font-size:1em;
	}

input:focus, select:focus, textarea:focus {
	-moz-outline-style: none;
	}

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;
	}

ADDRESS {
	padding: 0.5em;
	}
P {
padding:0px;
margin:0px;}
IMG{padding:0px;
margin:0px;
}
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 {
	background-color: #ffffff;
	text-align: left;
	width: 965px;
	vertical-align: top;
	
	}

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

#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:75px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
/*	margin-left: 0.5em;
	margin-right: 0.5em;*/
	
	}
	
#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 0.2em;
	list-style-type: none;
	}

#navMainWrapper,  #navCatTabsWrapper {
	margin: 0em;
	background-color:#015DA8;		
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}
#navSuppWrapper{
	margin: 0em;
	background-color:#015DA8;		
	padding: 0.3em 0.2em;
	font-weight: bold;
	color: #000000;
	height: 1%;

}

	.stampit{
	background-image:url(../images/stampit.jpg);
	background-repeat:no-repeat;
	height:49px;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

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

}
#navMain1 ul
{
	margin: 0;
	padding: 0.4em 0em;
	list-style-type: none;
	text-align: center;
	

}
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}
#navMain1 ul li {
	display: inline;
	}
#navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #013183;
	white-space: nowrap;
	}
	
#navMain ul li a {
	text-decoration: none;
	padding:0px;
	margin: 0;
	color: #003187;
	white-space: nowrap;
	font-size:13px;
	font-family:Arial;
	}	
	
	
#navMain ul li a:hover
{
color:#D40015;

}	
	
#navMain1 ul li a {
	text-decoration: none;
	padding:0px;
	margin: 0;
	color: #003187;
	white-space: nowrap;
	font-size:13px;
	font-family:Arial;
	}	
	
	
#navMain1 ul li a:hover
{
color:#D40015;

}	
		
	
#navSupp ul li a
{
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #8AB9EF;
	white-space: nowrap;
	font-weight:normal;
}


#navSupp ul li a:hover
{
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #FFFFFF;
	white-space: nowrap;font-weight:normal;
}



#navCatTabs ul li a {
	color: #9a9a9a;
	}

#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-left: 0.5em;
	margin-top: 0.5em;
	}

#navMainSearch {
	float: right;
	}

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

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	background-color: #015DA8;
	}

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

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

.alert {
	color: #DC0213;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn{ padding:0px; margin-left:11px;  }
.content{border-left:1px solid #000000; border-right:1px solid #000000;  background:#FFFFFF; width:735px;  }
.index_curve{margin-left:11px;margin-top:8px;  }
.index_curve_products{margin-top:8px;  }
.index_bottom_curve{ background-image:url(../images/index_bottom_curve.jpg); background-repeat:no-repeat; height:15px; }
 #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}

.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;
	font-weight:bold;
	
	}
	.cartQuantityUpdate{ padding-left:4px; padding-right:4px;}

.cartUnitDisplay{
	text-align: center;
	padding-right: 0.2em;
	font-family:Comic Sans MS; font-size:14px; font-weight:bold;
	}
.cartTotalDisplay {
	text-align: center;
	padding-right: 0.2em;
	font-family:Comic Sans MS; font-size:14px; font-weight:bold;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
padding-left:4px;
	
	}

.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;
	padding-left:5px;
	}

.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
{
/*color: #000000;*/
}
 .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: 0em 0em 0em 0em;
	}

.centerBoxWrapper {
	padding:0px;
	margin:0px;
	border-left:1px solid #000000; border-right:1px solid #000000;  background:#FFFFFF; width:735px;
	
	}

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-image:url(../images/siderbarimage_heading.jpg);
	background-repeat:no-repeat;
	font-family:arial;
	font-size:18px;
	color:#000000;
	padding-left:33px;
	padding-top:5px;


	height:38px;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	padding:0em;
	margin-top:7px;
	}

.sideBoxContent {

	}

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

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}
.cartQuantity
{text-align:center;
}
.centeredContent, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate,  .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: left;
	}
 TH{
 text-align:center;
 }
	.productListing-data{ padding-left:5px; 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;
	}



.categoryseperator
{
	color: #000000;
	text-decoration: none;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding-left:13px;

}
.categoryseperator a:hover
{
	color: #D40022;
	text-decoration: none;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
/*	padding-left:13px;*/

}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #000000;
	text-decoration: none;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	/*padding-left:13px;*/
	
	}
	 A.category-top:hover {
	color: #D40022;
	text-decoration: none;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	
	}
A.category-links, A.category-links:visited {
	color: #000000;
	text-decoration: none;
	font-family:arial;
	font-size:12px;
	font-weight:bold;

	}
	A.category-links:hover{	color: #D40022;
	text-decoration: none;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	}
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;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#D40022;
	}
/* end categories box links */

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

.forward, #PPECbutton {
	float: right;
	}

.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;
	} 

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

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

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	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: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
	.outerbg{
	background-color: #ffffff;
	width: 980px;
	vertical-align: top;
	padding-top:8px;
	}
	.site_design {
	height:18px;
	text-align:right;
	margin-right:6px;
	color:#C3C1C1;
	font-family:Arial;
	font-size:10px;}
	
	.site_design a{color:#C3C1C1;}
	
	.topcurve{
	background-image:url(../images/top_curve.jpg);
	background-repeat:no-repeat;
height:8px;
padding:0px;
margin:0px;
	}
	.middlepart{
	padding:0px;
	margin:0px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	width:963px;}
	DIV{padding:0px;
	margin:0px;}
	.bottomcurve{
	background-image:url(../images/bottomcurve.jpg);
	height:7px;
	background-repeat:no-repeat;} 
	.eggs{
	background-image:url(../images/eggs.gif);
	background-repeat:repeat-x;
	height:29px;
	width:954px;
	margin-left:5px;
	margin-top:4px;
	
	}
	.image1{
	background-image:url(../images/imagess_03.jpg);
	background-repeat:no-repeat;
	width:94px;
	height:160px;
	}
		.image2{
	background-image:url(../images/imagess_04.jpg);
	background-repeat:no-repeat;
	width:108px;
	height:160px;
	}
		.image3{
	background-image:url(../images/imagess_05.jpg);
	background-repeat:no-repeat;
	width:101px;
	height:160px;
	}
		.image4{
	background-image:url(../images/imagess_06.jpg);
	background-repeat:no-repeat;
	width:101px;
	height:160px;
	}
		.image5{
	background-image:url(../images/imagess_07.jpg);
	background-repeat:no-repeat;
	width:101px;
	height:160px;
	}
	.image6{
	background-image:url(../images/imagess_08.jpg);
	background-repeat:no-repeat;
	width:101px;
	height:160px;
	}
	.image7{
	background-image:url(../images/imagess_09.jpg);
	background-repeat:no-repeat;
	width:101px;
	height:160px;
	}
	.image8{
	background-image:url(../images/imagess_10.jpg);
	background-repeat:no-repeat;
	
	height:160px;
	}
	.maincontent1{
	border-left:2px solid #000000;
	border-bottom:2px solid #000000;
}
	.siderbarbottom{ background-image:url(../images/siderbottom_curve.jpg);
	height:19px;
	width:185px;
	background-repeat:no-repeat;}
	.shadow1{
	background-image:url(../images/shadsrtip.jpg);
	background-repeat:repeat-y;
	height:3px;}
	#indexDefaultMainContent{line-height:1.5em; width:688px; margin-left:16px; padding-bottom:14px;}
	#indexDefaultMainContentspecial{line-height:1.5em; width:697px; margin-left:16px; min-height:380px; }
	#indexDefaultMainContentspecial_spe{line-height:1.5em; width:697px; margin-left:16px; }
	#indexDefaultMainContentspecial1{line-height:1.5em; width:697px; margin-left:16px; }
	.circle{ background-image:url(../images/image_circle.gif); background-repeat:no-repeat; height:164px; width:166px; padding-top:0px;}
	.mainheading1{ background-image:url(../images/mainheading_img.gif); background-repeat:no-repeat; height:35px;
	color:#010101; font-family:arial; font-size:21px; padding-left:26px; padding-top:5px; width:700px;}
		
	.mainheading2{ background-image:url(../images/main_index.gif); background-repeat:no-repeat; height:42px;
	color:#010101; font-family:arial; font-size:21px; padding-left:26px; padding-top:5px;}	
		
	.productListing-heading{ font-family:arial; font-size:12px; color:#000000; font-weight:bold; text-align:center; background-color:#FFFFFF; }
	.categoryseperator{
border-bottom:1px solid #DEDEDE;
/*padding-top:8px;*/
/*padding-bottom:3px;*/
padding-bottom:5px;
padding-top:5px;
}
#siteinfoLegal
{


color:#5482A0;
font-size:11px;
font-weight:normal;
margin-left:325px;
text-align:left;
}
#siteinfoLegal a{
color:#5482A0;
}
.menu_navig
{
 background-image:url(../images/menu_nav.jpg);
 background-repeat:no-repeat;
 width:635px;
 height:27px;
}
.cartpic
{
background-image:url(../images/cartpic.jpg);
background-repeat:no-repeat;
width:27px;
height:22px;
float:left;

}
.centerBoxWrapper a
{
color:#015DA8;
font-weight:bold;

}
.centerBoxWrapper a:hover
{
color:#D40015;

}
#currenciesContent form
{
margin:2.2em;

display:inline;
font-size:1em;

}

.prodname a
{

color:#000000;
}
#discount label.inputLabel
{
width:10em;

}

.inst
{
border:0px solid #000000;
float:left;
font-weight:normal;
/*left:432px;
position:relative;
top:-353px;
vertical-align:top;*/
width:700px;
color:#0000CC;
font-size:11px;
}