/*** AA ***/

h1, h2, h3, h4, h5, h6, li, ul, form, input
{
	padding:0;	
	margin:0; 
}

body {

	background:#323232;	
	font-family:tahoma;

}

#tblWrapper {

	margin:auto;
	background:#fff;

		

}
#tblWrapperLeftTop {
	background:url('images/wrapperBG-topLeft.gif') no-repeat top left;
	width:4px;
	height:4px;
}

#tblWrapperRightTop {
	background:url('images/wrapperBG-topRight.gif') no-repeat top right;
	width:4px;
	height:4px;
}

#tblWrapperLeftBottom {
	background:url('images/wrapperBG-bottomLeft.gif') no-repeat bottom left;
	width:4px;
	height:4px;
}

#tblWrapperRightBottom {
	background:url('images/wrapperBG-bottomRight.gif') no-repeat bottom right;
	width:4px;
	height:4px;
}
#tblWrapperBody {
	padding:2px 6px;
	vertical-align:top;
}

/*** leftbar ***/
#leftBar {
	font-family:tahoma;
	width:190px;
}

/*** header Red ***/
#headerRed {
	width:824px;
	height:50px;
	background:#fff;
	margin:0px;
	padding:0px;
}

#headerRedBG {
	float:left;
	background:url('images/headerRedBG.gif') repeat-x;		
	width:808px;
	height:50px;
}
#headerRedLeft {
	float:left;
	height:50px;
	width:8px;
	background:url('images/headerRedBG-left.gif');
}	
#headerRedRight {
	float:left;
	height:50px;
	width:8px;
	background:url('images/headerRedBG-right.gif');
}	

/*** header Grey ***/
#headerGrey {
	width:100%;
	height:91px;
	background:url('images/headerGreyBG.gif') right no-repeat;		
	margin:4px 0 0 0;
	position:relative;
}
#headerGrey li {
	margin: 0;
	list-style: none;	
	position: absolute;
	top: 0;
}
#headerGrey li, #headerGrey a  {
	height: 91px; 
	display: block;
}
#left {
	left: 0;
	width: 250px;	
	background:url('images/AA-logo.gif') left no-repeat;
}
#right {
	left: 710px;
	width: 114px;
}

/*** header menu***/
#headerMenuLiteGrey {
	width:521px;
	height:25px;
	margin:0px 0 0 0;
	border:0px solid red;
	
}

#headerMenuLiteGreyLeft {
	background:url('images/headerMenuLiteGreyLeft.gif') no-repeat;
	width:6px;
	height:25px;	
	float:left;	
}
#headerMenuLiteGreyMiddle {
	background:#EFEFEF;
	width:509px;
	height:25px;
	float:left;
}
#headerMenuLiteGreyRight {
	background:url('images/headerMenuLiteGreyRight.gif') no-repeat;
	width:6px;
	height:25px;
	float:left;		
}
#menuList {
	list-style:none;
	color:#706F74;
	font-size:12px;
	margin:5px 0 0 0;

}
#menuList li {
	display:inline;
}
#menuList a {
	color:#706F74;
	font-size:12px;
	text-decoration:none;
	padding:0 20px;
}
#menuList a:hover {
	color:#706F74;
	font-size:12px;
	text-decoration:underline;
}

#headerMenuSearch {
	width:300px;
	height:25px;
	margin:0px 0 0 0;
	border:0px solid red;

}
#headerMenuSearchLeft {
	background:url('images/headerMenuSearchLeft.gif') no-repeat;
	width:6px;
	height:25px;	
	float:left;	
}
#headerMenuSearchMiddle {

	width:273px;
	height:25px;
	float:left;
	text-align:center;
	background:url('images/searchBtn.gif') left no-repeat #D5D5D5;
	padding: 0px 0 0 15px;
	vertical-align:top;
}
#headerMenuSearchMiddle form {

}
#headerMenuSearchRight {
	background:url('images/headerMenuSearchRight.gif') no-repeat;
	width:6px;
	height:25px;
	float:left;		
}
#headerMenuSearch a {
	font-size:11px;
	color:#706F74;

}
#headerMenuSearch input {
	font-size:11px;
}


.leftbarLinks {
	font-size:11px;
	
}
a.blackLink:link, a.blackLink:visited {
	color:#000000;
	text-decoration:underline;
}
a.blackLink:hover {
	color:#000000;
	text-decoration:none;
}
.headerLink {
	color:#ffb034;
}
a.headerLink:link, a.headerLink:visited  {
	color:#ffb034;
	text-decoration: underline;
}
a.headerLink:hover  {
	color:#ffb034;
	text-decoration: none;
}

.leftbarLinks li {
	background: url('images/dotSep.gif') repeat-x bottom;
	padding:5px 0px 0px 5px;
	color:#7F544B;
	font-size:11px;
	height:20px;
	margin:0 10px 0 10px;	
}
.leftbarLinks a {
	background: url('images/bulletArrow.gif') no-repeat left;
	color:#7F544B;
	text-decoration:none;	
	padding:0 0 0 15px;
}


/*** common ***/
.clear {
	clear:both;
}


/*** left panel ***/
.leftPanel {
	height:auto;
	width:179px;
}
.leftPanelHeader {
	background: #f0f0f0 url('images/leftPanelHeaderBG.gif') no-repeat;
	width:179px;
	height:3px;
	padding:0px;
	margin:0px;

}
.leftPanelBody {
	background: url('images/leftPanelBodyBG.gif') no-repeat;
	width:179px;
	height:380px;

}
.leftPanelFooter {
	background: url('images/leftPanelFooterBG.gif') no-repeat;
	height:3px;
	width:179px;
}

/*** lite red box ***/
.liteRedBox {
	height:auto;
	width:179px;
	margin:5px 0 0 0;
}
.liteRedBoxHeader {
	background: url('images/liteRedBoxHeaderBG.gif') no-repeat;
	height:3px;
	width:179px;
}
.liteRedBoxBody {
	background: url('images/liteRedBoxBodyBG.gif') ;
	height:auto;
	width:179px;
	text-align:center;
}
.liteRedBoxFooter {
	background: url('images/liteRedBoxFooterBG.gif') no-repeat;
	height:3px;
	width:179px;
}

/*** footer ***/
#footer {
	font-size:11px;
	color:#666666;
	text-align:center;
	width:auto;
}
#footer a {
	color:#666666;

}

/*** content ***/
#content {
	text-align:left;
	vertical-align:top;
}
.contentPanel {
	height:auto;
	width:619px;
	margin:3px 0 0 0;
	float:center;
}
/*
.contentPanelHeader {
	background: url('images/contentPanelHeader.gif') no-repeat;
	height:3px;
	width:619px;
}
.contentPanelBody {
	background: url('images/contentPanelBody.gif');
	height:auto;
	width:619px;
	text-align:center;
}
.contentPanelFooter {
	background: url('images/contentPanelFooter.gif') no-repeat;
	height:3px;
	width:619px;
}
*/
.contentTitle {
	font-size:12px;
	font-weight:bold;
	color: #F20000;
	text-transform:capitalize;
	text-align: left;
	margin: 0 28px 10px 28px;
	border-bottom: 1px dotted #CCCCCC;
}

/***  select currency ****/
.selectCurrency {
	color:#fff;
	font-size:11px;
	margin:17px 0 0 10px;
	float:left;

}
.selectCurrency select {
	font-size:11px;
}


/*** component ***/
.comp {
	height:auto;
	width:175px;
	margin:10px 0 0 2px;
}
.compHeader {
	background: url('images/compHeaderBG.gif');
	height:19px;
	width:100%;
	color:#fff;
	font-size:12px;
}
.compHeaderText {
	padding:2px 0 0 13px;


}
.compBody ul {
	list-style:none;
	margin: 0 0 0 0px;
}
.compBody li {
	background: url('images/dotSep.gif') repeat-x bottom;
	padding:5px 0px 0px 5px;
	color:#7F544B;
	font-size:11px;
	height:20px;
	margin:0 10px 0 10px;

}
.compBody a {
	background: url('images/bulletArrow.gif') no-repeat left;
	color:#7F544B;
	text-decoration:none;	
	padding:0 0 0 15px;
}


.headerRedMenu {
	float:right;
	font-size:11px;
	color:#fff;
	margin:0px 10px 0 0;
}
.headerRedMenu a {
	color:#fff;
}

/*** end AA **/

/*** box ***/
.box {
	margin: 0px 0px 10px;
	background:#fff;
	width:150px;
}	
.boxHeader {
	height:21px;
	background: url(images/boxCurve1.gif);	
	width:150px;

}
.boxFooter {
	font-size:0px;
	height:9px;
	width:150px;
	background: url(images/headerCurveBottom.gif) no-repeat;	
}

.boxHeaderText {

	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
	padding-top:3px;
	border:0px dashed #ff0000;
	
}

.boxBody {
	background:#E8F7FA;
	color:;	
	padding:0;
	font-size:11px;

}
.boxBody li {
	list-style:none;
	padding:2px 0;
	margin:0;
}
.boxBody ul {
	padding:0 0 0 10px;
	margin:0;
}

.box a:link {
	color:#777;
	text-decoration:none;
	}

.box a:visited {
	color:#777;
	text-decoration:none;
	}

.box a:hover {
	color:#777;
	text-decoration:underline;
	}

.box a:active {
	color:#777;
	text-decoration:underline overline;
	}

/*** categoryList ***/
.categoryList {
	height:auto;
	width:175px;
	margin:10px 0 0 2px;
}
.categoryListHeader {
	background: url('images/compHeaderBG.gif');
	height:19px;
	width:100%;
	color:#fff;
	font-size:12px;
}
.categoryListBody {

}
.categoryListFooter {

}
.categoryListHeaderText {
	padding:2px 0 0 13px;
}
.categoryList ul{
	list-style:none;
	margin: 0 0 0 0px;
}
.categoryList li {
	background: url('images/dotSep.gif') repeat-x bottom;
	padding:5px 0px 0px 5px;
	color:#7F544B;
	font-size:11px;
	height:20px;
	margin:0 10px 0 10px;
}
#categoryList_ul_0 {
	padding:5px 0 0 0;
}

.categoryList a {
	background: url('images/bulletArrow.gif') no-repeat left;
	color:#7F544B;
	text-decoration:none;	
	padding:0 0 0 15px;
}


/*** newsComponent ***/
.newsComponent {
	margin: 0px 0px 10px;
	background:#fff;
	width:150px;

}	
.newsComponentHeader {
	height:21px;
	background: url(images/boxCurve1.gif);	
	width:150px;
}
.newsComponentHeaderText {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
	padding-top:3px;

}

.newsComponentBody {
	background:#E8F7FA;
	font-size:11px;
	padding:3px 0 0 0;
}
.newsComponentFooter {
	font-size:0px;
	height:9px;
	width:150px;
	background: url(images/headerCurveBottom.gif) no-repeat;	
}

.newsComponent li {
	list-style:none;	
	padding:3px 0 3px 0;
}
.newsComponent ul {
	margin:0;
	padding:0 0 0 10px;
}
.newsComponent a:link {
	color:#777;
	text-decoration:none;
	}
.newsComponent a:visited {
	color:#777;
	text-decoration:none;
	}

.newsComponent a:hover {
	color:#777;
	text-decoration:underline;
	}

.newsComponent a:active {
	color:#777;
	text-decoration:underline overline;
	}




/*** newProductsComponent ***/

.newProductsComponent {
	margin: 0px 0px 10px;
	background:#fff;
	width:150px;

}	
.newProductsComponentHeader {
	height:21px;
	background: url(images/boxCurve1.gif);	
	width:150px;


}
.newProductsComponentHeaderText {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
	padding-top:3px;

}

.newProductsComponentBody {
	background:#E8F7FA;
	font-size:11px;
	padding:3px 0 0 0;
}
.newProductsComponentFooter {
	font-size:0px;
	height:9px;
	width:150px;
	background: url(images/headerCurveBottom.gif) no-repeat;
}
.newProductsComponentGrid {
	font-size: 11px;
	font-family: Tahoma, Arial, helvetica, sans-serif;
}

.newProductsComponentGrid a:link {
	color:blue;

}

.newProductsComponentGrid a:visited {
	color:blue;

}

.newProductsComponentGrid a:hover{
	color:red;
}
.newProductsComponentGrid a:active{
	color:blue;

}


/*** bestSellersComponent ***/

.bestSellersComponent {
	margin: 0px 0px 10px;
	background:#fff;
	width:150px;

}	
.bestSellersComponentHeader {
	height:21px;
	background: url(images/boxCurve1.gif);	
	width:150px;

}
.bestSellersComponentHeaderText {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
	padding-top:3px;

}
 
.bestSellersComponentBody {
	background:#E8F7FA;
	font-size:11px;
	padding:3px 0 0 0;
}
.bestSellersComponentFooter {
	font-size:0px;
	height:9px;
	width:150px;
	background: url(images/headerCurveBottom.gif) no-repeat;
}
.bestSellersComponentGrid {
	font-size: 11px;
	font-family: Tahoma, Arial, helvetica, sans-serif;
}

.bestSellersComponentGrid a:link {
	color:blue;
}

.bestSellersComponentGrid a:visited {
	color:blue;
}

.bestSellersComponentGrid a:hover{
	color:red;
}
.bestSellersComponentGrid a:active{
	color:blue;

}


/*** specialsComponent ***/

.specialsComponent {
	margin: 0px 0px 10px;
	background:#fff;
	width:150px;	

}	
.specialsComponentHeader {
	height:21px;
	background: url(images/boxCurve1.gif);	
	width:150px;
}
.specialsComponentHeaderText {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
	padding-top:3px;
}

.specialsComponentBody {
	background:#E8F7FA;
	font-size:11px;
	padding:3px 0 0 0;
}
.specialsComponentFooter {
	font-size:0px;
	height:9px;
	width:150px;
	background: url(images/headerCurveBottom.gif) no-repeat;
}
.specialsComponentGrid {
	font-size:11px;
	font-family: Tahoma, Arial, helvetica, sans-serif;
}

.specialsComponentGrid a:link {
	color:blue;
}

.specialsComponentGrid a:visited {
	color:blue;
}

.specialsComponentGrid a:hover{
	color:red;
}
.specialsComponentGrid a:active{
	color:blue;

}






/*** customer account area ***/
.custOrderListSearchResults {
	background:white;
}

.custOrderListGrid {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-collapse: separate;
	width:100%;
}
.custOrderListGridHeader {
	background: #999;
	font-weight: bold;
	color:#FFFFFF;
	font-size: 11px;
}
.custOrderListGrid td {
	vertical-align:top;
	padding: 4px 8px;
}

.custShipAddr {
	margin: 15 0 0 0;
}


/*** search product ***/
.searchResultsGrid {
	
}

.searchProdGridRow {	
	height: 120;
}
.searchProdGridCol1 {
	float:left;
	width:auto;
}
.searchProdGridCol2 {
	margin-left: 10px;
	padding-top: 20px;
	float:left;
}

/*** news ***/
.newsItem {
	margin: 5 0;
}
.newsTitle {
	
	font-weight: bold;
}
.newsDate {

	font-size: .8em;
}
.newsContent {
	border-top: 1px dashed gray;	
	padding: 10 0 0 0;
	margin: 0 0 20 0;
}

/*** message ***/
.message {
	background: #ffffff;
}	
.msgTitle {
	font-weight: bold;
}
.msgDesc {

}


/*** topBar ***/
#topBar {
	background: url('images/bar2.gif') #fff repeat-x;
	height: 25px;	
	border:0px solid red;

}
#topBarLeft {
	float:left;
	background: url(images/topBarLeft.gif) #f0f0f0;
	height: 25px;
	width:12px;
}

#topBarRight {	
	float:right;
	background: url(images/topBarRight.gif) #f0f0f0;	
	height: 25px;
	width:12px;

}

#navMain {
	float:left;

}
#navMain ul{
	margin:0px;
	padding:4px 5px 3px 5px;
}
#navMain li{
	padding:0;
	list-style:none;
	display:inline;
	padding:0px 3px 0px 0px;	
	
}
#topBar a:link {
	color: #ffffff;
	text-decoration:none;
}
#topBar a:active {
	color: #ffffff;
	text-decoration:none;
}
#topBar a:visited {
	color: #ffffff;	
	text-decoration:none;
}
#topBar a:hover {
	color: #ffffff;
	text-decoration:underline;
}

#search {
	float:right;


}

/*** featuredProducts ***/
#featuredProducts {
	margin: 0;
	padding:0;
	background: #ccc;
	

}

#featuredProductsHeader {
	font-size: 1em;
	font-weight: bold;
	background:#fff;
	height:30;
	border-bottom: 1px solid #B4B4B4;
	
}

#featuredProductsBody {


}
#featuredProductsGrid {
	
	border-width: 0px;
	border-spacing: ;
	border-style: dashed;
	border-color: blue;
	border-collapse: separate;

	background: #ffffff;
	width:100%;
	
}
#featuredProductsGrid td {
	vertical-align: top;
}


/*** products ***/


.productPictureSmall {
	border:0px;
	
}
.prodItemName {
	font-size: 12px;	
	font-weight:bold;
}
.prodItemShortDesc {
	font-size: 11px;
	color:#666666;

}
.prodItemPrice {

}

a.mainProdItemName:link, a.mainProdItemName:visited {
	font-size: 12px;	
	font-weight:bold;
	color:#F20000;
	text-decoration:underline;
}

a.mainProdItemName:hover, a.mainProdItemName:active {
	font-size: 12px;	
	font-weight:bold;
	color:#F20000;
	text-decoration:none;
}
a.mainDetails:link, a.mainDetails:visited {
	font-size: 11px;	
	color:#3366CC;
	text-decoration:underline;
}

a.mainDetails:hover, a.mainDetails:active {
	font-size: 11px;	
	color:#3366CC;
	text-decoration:none;
}

.alternativePrice {
	font-size: 12px;
	font-weight:bold;
	color: #F20000;
}
.normalPrice {
	font-size: 12px;
	font-weight: bold;
	color: #F20000;
}
.sellingPrice {
	font-size: 12px;
	color: #003399;
	font-weight:bold;	
}
.currCode {
	font-weight: bold;
	font-size: 12px;
	color: #F20000;
	padding-right: 5px;
}
.qtyDiscountText {
	text-decoration: underline;
	font-size: 11px;
}
.freeShippingText {
	color:#406618;
	font-size: 11px;
}
.sku {
	font-size: 1em;
}

.productNavigation {
	height:20px;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 2px;
}

.productNavigation a {
	text-transform:uppercase;
}
.navCurrText {
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	color:#F20000;
}


.viewCatGrid {
	border-width: 0px;
	border-spacing: ;
	border-style: dashed;
	border-color: blue;
	border-collapse: separate;
	background: #ffffff;
	width:100%;
}	

.viewCatGridLeftColumn {
	display:block;
}

.viewCatGridRightColumn{
	display:block;
}

.mainCategoryDetails {
	display:none;
}

.mainCategoryPictureNormal {
		display:none;
}

.viewCatGrid td{
	vertical-align: top;
	padding-right: 25px;
}

a.catName:link, a.catName:visited {
	font-size: 12px;	
	font-weight:bold;
	color:#F20000;
	text-decoration:none;
}
a.catName:hover, a.catName:active {
	font-size: 12px;	
	font-weight:bold;
	color:#F20000;
	text-decoration:underline;
}

.catShortDesc {
	font-size: 12px;
	margin: 2px 0 30px 0;
}

/*** viewProd ***/
.viewProd {
	margin-top:10px;
	background: #fff;


}
.viewProd_Buttons {
	padding:10px 0 0 0;
	width:300px;
	height:30px;
	clear:both;
}
a.viewProd_Buttons:link, a.viewProd_Buttons:visited {
	text-decoration:none;
	background-color:#fdfdb4;
	color:#000000;
	padding: 1px;
}
a.viewProd_Buttons:hover {
	text-decoration:none;
	background-color:#ffb034;
	color:#000000;
	padding: 1px;
}

.viewProdPicture {
	float:left;
	margin: 0 0 10 0;
}
.viewProd_prodItemName {
	margin:0 0 10 0;
	font-size: 12px;	
	font-weight: bold;
	color:F20000;
}

.viewProdInfo {
	float:left; 
	padding-left:10px;
}

.viewProd_prodItemLongDesc {
	margin-top:3px;
	clear:both;
	width:100%;
	color:#666666;
}
.viewProdPrice {
	margin:0 0 10 0;
}

.viewProdItemDetails {
	margin:7px 0 7px 0;

}
.viewProdOptions {
	margin:0 0 10 0;
}
.viewProdAddToCart {
	margin:0;
}
.viewProdEmailFriend {
	margin:0;

}

	
.qtyDiscountGrid {
	
	border-width: 0px;
	border-spacing: ;
	border-style: dashed;
	border-color: blue;
	border-collapse: separate;

	background: #ffffff;
	width:;
	
	font-size: 11px;

}
.qtyDiscountGrid th{
	background: #f0f0f0;
}

.multipleProductsGrid {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-collapse: separate;
	width:100%;
}

.multipleProductsGridHeader {
	background: #999;
	font-weight: bold;
	color:#FFFFFF;
	font-size: 11px;
}
.multipleProductsGridRow{
	background-color: #f2f2f2;
	font-size:11px;

}
.multipleProductsGrid td{
	vertical-align:top;
	padding: 4px 8px;
}
.viewProdRelatedGrid {	
	font-size:11px;
	width:100%;
}
.tblOptions ul, li {
	margin:0px;
	padding:0px;
	list-style:none;
}
.tblOptions{
	margin:10px 0;

}

.imgOptionBlur {
	filter:alpha(opacity=25);	
	opacity:.25;
}
.imgOptionFocus {
	filter:alpha(opacity=100);	
	opacity:1.0;
}
.OptGrpName {
	font-size:12px;
	font-weight:bold;
}
.tblOptionsLeftColumn {
	width:30%;
}
.tblOptionsRightColumn {
	width:60%;
}
.OptGrpAttrDesc {
	background:#fff;
}


/*** viewCart ***/
.viewCart {
	background: #ffffff;

}
.viewCartHeader {	
	width:146;
	height:27;
	background: url(images/viewCartHeader.gif);
}

.viewCartGrid {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-collapse: separate;
	width:100%;
}

.viewCartGridHeader {
	background: #999;
	font-weight: bold;
	color:#FFFFFF;
	font-size: 11px;
}

.viewCartGridRow{
	background-color: #f2f2f2;
	font-size:11px;
}

.viewCartGrid td{
	vertical-align:top;
	padding: 4px 8px;
}


/*** registerLogin ***/
#registerLogin {
	height:100%;
	background: #ffffff;
	color:#666;
	border: 0px dashed grey;
}
.registerLoginHeader {
	height:20px;
	background: url(images/textCheckout.gif) no-repeat;
}

.newCustomer {
	margin-top:10px;
	width: 300px;	
}
.newCustomer h2{
	font-size:12px;
	font-weight:bold;
}
.returningCustomer {
	margin-top:10px;
	width: 300px;
}
.returningCustomer h2{
	font-size:12px;
	font-weight:bold;
}

/*** checkout pages ***/
.checkoutHeader {
	height: 20px;
	background: url(images/textCheckout.gif) no-repeat;
	
}
#addressRegister {
	background: #ffffff;


}

#addressBilling {
	background: #ffffff;
	border: 0px dashed gray;

}

#addressShipping {
	background: #ffffff;
}
.addressShippingHeader {
	height: 30px;
}

.checkoutNav {
	margin: 5px 0 5px;
	height:30px;	
}

.checkoutNav ul{
	margin:0;
	padding:5px 0;
}

.checkoutNav li{
	list-style:none;
	display:inline;	
	color:#000;
	padding: 0 5px 0 0;
}
#shipping {
	background: #ffffff;

}
.shippingHeader {
	background: #fff;
	height: 20;
	

}
.shippingHeaderText {
	
	font-weight:bold;
	padding:0;
}
.shippingMsgTitle {	
	margin-top:10px;
	font-weight:bold;
}

.shippingMsgBody {
	border:0px solid #666;
	margin:10px 0 0 0;
	color:#666;
}

.shippingBody {
	background: #ffffff;
}
.shippingButtons {
	text-align:right;
}
.shippingGrid {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-collapse: separate;
	width:100%;
}
.shippingGridHeader {
	background: #999;
	font-weight: bold;
	color:#FFFFFF;
	font-size: 11px;
}
.shippingGridRow{
	background-color: #f2f2f2;
	font-size:11px;
}
.shippingGrid td {
	vertical-align:top;
	padding: 4px 8px;
}

#orderSummary {
	background:#ffffff;
}

.orderSummaryHeading {
	font-weight: bold;
	background: #fff;
	border-bottom:1px dotted #cccccc;
	padding-bottom: 3px;	
}
.orderSummaryBody {
    	clear:both;
    	width:100%;
    	font-size: 11px;
		padding-top: 5px;
}
.orderSummaryGrid {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-collapse: separate;
	width:100%;
}
.orderSummaryGridHeader {	
	background: #999;
	font-weight: bold;
	color:#FFFFFF;
	font-size: 11px;
}
.orderSummaryGridRow{
	background-color: #f2f2f2;
	font-size:11px;
}
.orderSummaryGrid td{
	vertical-align:top;
	padding: 4px 8px;
}
.orderSummaryBillingAddr {
	width:48%;
	float:left;
	padding-right: 15px;
}
.orderSummaryShippingAddr {
	width:48%;
	float:left;
	margin-left: 5px;

}

.payment {

	background: #ffffff;
}
#thankyou {
	background: #ffffff;

}	
#cancelPayment {
	background: #ffffff;
}
#addressBook {
	background: #ffffff;
}

#addressBookGrid {
	font-size: .8em;
}

/*** advanced search ***/
.advancedSearchRow {
	height:200;

}
.advancedSearchVerticalLeftbar{
	float:left;	
	width: 30%;
	
}

.advancedSearchVerticalRightbar{
	float:left;

}

.advancedSearchGrid {

	margin:10 0 0 0;
	background: #ffffff;
	width:100%;

	font-size:1em;	
}



/*** browse by custom field ***/
.browseByCustomFieldRow {
	height:200;

}
.browseByCustomFieldVerticalLeftbar{
	float:left;	
	width: 30%;
	
}

.browseByCustomFieldVerticalRightbar{
	float:left;

}

.browseByCustomFieldrid{
	border-width: 0px;
	border-spacing: ;
	border-style: dashed;
	border-color: blue;
	border-collapse: separate;

	background: #ffffff;
	width:100%;

	font-size:1em;	
}
.browseByCustomFieldForm li {
	list-style:none;
}


/*** best sellers ***/
.bestSellersGridRow {
	height:130;
	background: #ffffff;
}	
.bestSellersGridVerticalLeftBar {	
	float:left;
	width: 150;	
}

.bestSellersGridVerticalRightBar {
	float:left;


}

.bestSellersGrid {
	width:100%;	
}

.bestSellersGrid td{
	padding-right: 25px;
	text-align:left;
}


/*** new products ***/
.newProductsRow {
	height:130;
	background: #ffffff;
}	
.newProductsGridVerticalLeftBar {	
	float:left;
	width: 150;
	
}

.newProductsGridVerticalRightBar {
	float:left;
	width: 300;
}

.newProductsGrid {
	width:100%;
	
}
.newProductsGrid td{
	padding-right:25px;
}


/*** specials ***/
.specialsGridRow {
	height:130;
	background: #ffffff;
}	
.specialsGridVerticalLeftBar {	
	float:left;
	width: 150;
	
}

.specialsGridVerticalRightBar {
	float:left;
	width:;

}

.specialsGrid {
	width:100%;
	
}
.specialsGrid td{
	padding-right:25px;
}

/*** manufacturers ***/
.mfcListingGrid {
	width:100%;	

}
.mfcListingGrid td {
	text-align:center;
	padding-bottom:30px;
}

.mfcItemsGrid {
	width:100%;
}
a.mfcName {
	color:#555;
	text-decoration:none;
	font-size:12px;
}
.mfcDesc {
	font-size:11px;

}

/*** theme ***/
.themeListingGrid {
	width:100%;
}

.themeItemsGrid {
	
}

/*** pages ***/
.pageHeading {
	height: 25px;
	font-size: 1.2em;
}
.pageContent {
	background: #ffffff;
	height:100%;
	width:624px;
	text-align:left;
	padding-left: 10px;	
}
.pageContent p {
	margin:5px 0;
}
.pageSubHeading {
	height: 25px;
	font-size: 1em;

}	
.contentRules {
	margin: 10px 10px 10px 0;
}
.contentRulesHdr {
	color: #003399;
	font-weight:bold;
}

/*** common ***/
.clear {
	clear:both;
}
form {
	margin: 0;
	padding: 0;
}

.button {
	margin:5px 5px 5px 0;
	cursor:hand;

}
.dropdownlist {
	font-size: 11px;
	margin:0 3px 2px 0;
}
.textbox {
	font-size:11px;
	margin:0 3px 2px 0;
}
textarea {
	font-size:11px;
	font-family:Tahoma;
}

.warning {
	font-family:tahoma;
	font-size:13px;
	color:red;
}
.labelLeft {
	float:left;
	margin:5px 0 0 0;
	width: 28%;

}
.labelRight {	
	float:left;
	width:70%;
	margin:2px 0 2px 0;
}

/*** mfcList component ***/
.mfcComponent {
	margin: 0px 0px 10px;
	background:#fff;
	width:150px;
}
.mfcComponentHeader {
	height:21px;
	background: url(images/boxCurve1.gif);	
	width:150px;
}	

.mfcComponentHeaderText {

	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
	padding-top:3px;
}

.mfcComponentBody {
	background:#E8F7FA;
	font-size:11px;
	padding:3px 0 0 0;

}
.mfcComponentFooter {
	font-size:0px;
	height:9px;
	width:150px;
	background: url(images/headerCurveBottom.gif) no-repeat;
}

.mfcComponent ul {
	margin:0;
	padding:0 0 0 10px;
}

.mfcComponent li {
	list-style:none;
}

.mfcComponent a:link {
	color:#777;
	text-decoration:none;
	
}	

.mfcComponent a:visited {
	color:#777;
	text-decoration:none;
}

.mfcComponent a:hover {
	color:#777;
	text-decoration:underline;

}

.mfcComponent a:active {
	color:#777;
	text-decoration:underline overline;
}


/*** themeList ***/
.thmComponent {
	margin: 0px 0px 10px;
	background:#fff;
	width:150px;
}
.thmComponentHeader {
	height:21px;
	background: url(images/boxCurve1.gif);	
	width:150px;
}	

.thmComponentHeaderText {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
	padding-top:3px;
}

.thmComponentBody {
	background:#E8F7FA;
	font-size:11px;
	padding:3px 0 0 0;

}
.thmComponentFooter {
	font-size:0px;
	height:9px;
	width:150px;
	background: url(images/headerCurveBottom.gif) no-repeat;
}

.thmComponent ul {
	margin:0;
	padding:0 0 0 10px;
}

.thmComponent li {
	list-style:none;
}

.thmComponent a:link {
	color:#777;
	text-decoration:none;
	
}	

.thmComponent a:visited {
	color:#777;
	text-decoration:none;
}

.thmComponent a:hover {
	color:#777;
	text-decoration:underline;

}

.thmComponent a:active {
	color:#777;
	text-decoration:underline overline;
}

/*** changePasswordPage ***/
.changePasswordPage {
	background: url();	
	padding:5;
}


/*** forgetPasswordPage ***/
.forgetPasswordPage {
	background: url();	
	padding:5;
}

.textSmall {
	font-size:11px;
	margin-bottom:5;
}

.line {
	
	color:silver;
	height:1px;
	background-color:silver;
}

/*** customFieldsList ***/
.customFieldsList {
	margin: 0px 0px 10px;
	background:#fff;
	width:150px;	
}

.customFieldsListHeader {
	height:21px;
	background: url(images/boxCurve1.gif);	
	width:150px;
}

.customFieldsListHeaderText {

	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
	padding-top:3px;
}


.customFieldsListBody {
	background:#E8F7FA;
	font-size:11px;
	padding:3px 0 0 0;
	
}	
.customFieldsListFooter {
	font-size:0px;
	height:9px;
	width:150px;
	background: url(images/headerCurveBottom.gif) no-repeat;
}
.customFieldsList li {
	list-style:none;
	padding:2 0;
	margin:0;
}
.customFieldsList ul {
	margin:0;
	padding:0 0 0 10px;
}

.customFieldsList a:link {
	color:#777;
	text-decoration:none;
	}

.customFieldsList a:visited {
	color:#777;
	text-decoration:none;
	}

.customFieldsList a:hover {
	color:#777;
	text-decoration:underline;
	}

.customFieldsList a:active {
	color:#777;
	text-decoration:underline overline;
	}

/***/

.labelFieldName {
	width:20%;
	float:left;
}
.labelFieldOptions {
	width:70%;	
	float:left;
}


/*** priceRangeComponent ***/
.priceRangeComponent {
	margin: 0px 0px 10px;
	background:#fff;
	width:150px;
}

.priceRangeComponentHeader {
	height:21px;
	background: url(images/boxCurve1.gif);	
	width:150px;
}
.priceRangeComponentHeaderText {

	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
	padding-top:3px;
}
.priceRangeComponentBody {
	background:#E8F7FA;
	font-size:11px;
	padding:3px 0 0 0;
}
.priceRangeComponentFooter {
	font-size:0px;
	height:9px;
	width:150px;
	background: url(images/headerCurveBottom.gif) no-repeat;
}

.priceRangeComponentBody ul {
	margin:0;
	padding:0 0 0 10px;
}

.priceRangeComponentBody li {
	list-style:none;

}	

.priceRangeComponent a:link {
	color:#777;
	text-decoration:none;
	}

.priceRangeComponent a:visited {
	color:#777;
	text-decoration:none;
	}

.priceRangeComponent a:hover {
	color:#777;
	text-decoration:underline;
	}

.priceRangeComponent a:active {
	color:#777;
	text-decoration:underline overline;
	}


/*** currency component ***/
.currencyComponent {
	margin:15px 0 0 10px;
	padding:0px 0 0 0;
	width:300px;

	height:30px;
	float:left;
	
}
.currencyComponentHeaderText {
	font-weight:normal;	
	color:#fff;
	font-size:11px;
}
.currencyComponentHeader {
	float:left;
	padding:4px 10px 0 0;
}
.currencyComponentBody {
	float:left;
}

.signInHeader {	
	
	height:25;
	background: url(images/memberAccArea.gif) no-repeat;
}

.separator {
	height:2px;
	background: url(images/separator.gif) repeat-x;
	margin-bottom:0px;
}

DIV.paging {	
	text-align: right;
	height:25px;
	background:#fff;
	padding:3px 10px 0 0;
}
DIV.paging ul {
	
}
DIV.paging li {
	padding:0 2;
	list-style:none;
	display:inline;
}

/*** addressBook ***/
.addressBookGrid {
	font-size:11px;
	
}

/*** cart component ***/
.cartComponent {
	border:0px solid #a0a0a0;
	padding:1px;
	margin:7px 0 0 0;
}
.cartComponentHeader {
	padding:3px;
	background:#f0f0f0;	
	display:none;
}
.cartComponentBody {
	padding:0px;
}
.cartComponentEmpty {
	margin:0 0 0 0;
}
.cartComponent ul {
	padding:0;
	margin:0;
}
.cartComponent li {
	list-style:none;
}
.cartComponentItems {
	display:none;
}
.pageContent {
	font-size:11px;
}
.pageHeader {
	font-size:12px;
	font-weight: bold;	
	color:#F20000;
	text-transform:capitalize; 
	height:20px;
	border-bottom: 1px solid #CCCCCC;
}
.pageHeader a{ 	
	color:#F20000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
.pageHeader a:hover{ 	
	text-decoration:underline;
}
.pageSubHeader {
	font-size:11px;
	height:auto;
	margin:2px 10px 10px 0;
	color:#666666;
}
.pageBody {
	height:100%;	
}
.pageBody h3 {
	font-size:12px;
	font-weight:bold;
}
.formHeader {
	margin: 20px 0 5px 0;
	font-size:12px;
	font-weight:bold;
}
.createNewShipAddrBody {
	margin:10px;
}
.editShipAddrBody {
	margin:10px;
}
.changePasswordBody {
	margin:10px;
}
.pageBodySubHeader {
	height:25px;
}

.labelRow {
	padding-bottom:3px;
}

/*** affGetAds ***/
.adsGrid {
	width:100%;
	font-size:11px;
}
.adsGrid td{
	padding:5px;
}
.adsGrid p{
	padding:2 0;
}
.adsGridHeader {
	padding:3px;
	background:#f0f0f0;
	font-weight:bold;
	font-size:14px;
}

/*** affHome ***/
.affHome li {
	margin: 0 0 10 0;
}
.affHome a {
	font-size:14px;
}

.gridAffBannerImpClicks {
	width:100%;
	font-size:11px;
	border:1px solid silver;
	
}
.gridAffBannerImpClicks th {
	background:#f0f0f0;
	height:25px;
}
.gridAffBannerImpClicks td {
	text-align:right;
	height:20px;
}

.affSubMenu {
	width:100%;
	text-align:right;
	height:25px;
}


/*** AA ****/

#iframeOrder 
{
	width:100%;
	height:;
	border:1px solid #aaa;
	margin:10px 0;
	min-height:100%; 
	display:block;
	position:relative;
}
.divTermsConditions {
	padding:10px 0;

}
.productMap {
	margin-top:10px;
}
.productMap ul li {
	list-style-type:none;
}
.productMap ul li ul li {
	margin: 5px 0  0 20px;
	list-style-image:url(/theme/images/arrow.gif);
}
.productMap ul li ul li ul li {
	list-style-image:url(/theme/images/dot.gif);
	margin-left: 10px;

}

/*** viewcart add on***/
.viewCartAddOns table {
	font-size:12px;
}
.productName {
	font-weight:bold;
}
.productItemShortDesc {
	font-size:11px;
	color:#666;
}

.imgleft {
	float:left;
	margin-right: 5px;

}
.pgright {
	float:right;
	text-align:left;
	margin:60px 0 0 0;

}
