/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 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 5349 2006-12-22 20:34:40Z birdbrain $
 */

body {
	margin: 0px ;
	font-family: tahoma;
	font-size: 62.5%;
	color: #2d2d2d;
	height:100%;
	background: #fff url(../images/bg.png) repeat-x;
	width:100%;
	text-align:center;
	}

a {border: none; }

img{
border:0;
}
a:link, #navEZPagesTOC ul li a {
	color: #2d2d2d;
	text-decoration: none;
	}

a:visited {
	color: #2d2d2d;
	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: #AB0004;
	}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 14px;
	color: #9a9a9a;
	}

h2 {
	font-size: 13px;
	}

h3 {
	font-size: 12px;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 11px;
	}

.biggerText {
	font-size: 12px;
	}

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: tahoma;
	font-size: 10px;
	}

 SELECT, INPUT {
	display: inline;
	font-size: 10px;
	margin: 0.1em;
	}
FORM{
	display: inline;
	font-size: 10px;
   width:100%;
   float:left;
}
TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #f5f5f5;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

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;
	margin: 4px 0;
	font-size:12px;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	}

/*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 {
margin:0pt auto;
padding-bottom:100px;
text-align:left;
vertical-align:top;
width:1024px;
	}
.mainWraperContent{
	width: 1024px;
	vertical-align: top;
	background: #fff url(../images/bgCenter.gif) repeat-y;
}
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#headerWrapper{

	display:block;
	clear:both;
}
#logoWrapper{
	background: #fff url(../images/hbg.jpg) no-repeat;
	float:left;
	height:236px;
	width:1024px;
	position:relative;
	}
#logoWrapper object{
	z-index:999;
}
.flshB{
float:left;
width:1024px;
height:200px;
text-align:center;
}
#logo{
position:absolute;
top:90px;
left:60px;
z-index:10;
}
#navColumnOneWrapper{
margin-left:47px;
}
#navColumnTwoWrapper{
margin-left:7px;
}
#mainWrapper {
	margin: auto;
	}


#tagline {
	color:#000000;
	font-size: 16px;
	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: 9px;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0;
	padding:0;
	height:30px;
	float:left;
	background-color: #c2c2c2;
	font-weight: bold;
	color: #ffffff;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#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: #ffffff;
	white-space: nowrap;
	}

#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: 0.5em;
	}



#navBreadCrumb {
	padding: 5px;
	background-color: #fff;
	font-size: 9px;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #fff;
	font-size: 9px;
	font-weight: bold;
	margin:0;
	padding:0;
	}
.menuwrapper .first{
margin-left:50px;
}
.menuwrapper{
	display:block;
	padding:0;
	width:1024px;
	height:45px;
	margin:0 auto;
	clear:both;
	background: url(../images/menubar.gif) no-repeat;
}
.menuButton a:visited{
color:#f3f7fb;
}
.menuButton a{
color:#f3f7fb;
}
.menuButton{
float:left;
font-size:14px;
height:34px;
line-height:34px;
margin:6px 10px 4px 10px;
text-align:center;
width:157px;

}
.menuwrapper .active a{
	color:#fff;

}
.menuwrapper .active{
		background: url(../images/active_bg.gif) repeat-x;
	border-left:1px solid #a40f15;
	border-right:1px solid #a40f15;
	border-bottom:1px solid #a40f15;

}
#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*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: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
   font-size:12px;
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 9px;
	}
.centerColumn{
	position:relative;
	background:#fff;
	float:left;
	width:554px;
	margin:10px 3px;
	padding:5px 0;
}
.centerColumn .top{
background:#fff;
position:absolute;
top:0px;
left:0px;
}
.centerColumn .bottom{
background:#fff;
bottom:0px;
left:0px;
}
.centerColumn .top,.centerColumn .bottom{
position:absolute;
width:554px;
height:5px;
float:left;
font-size:0px;
line-height:0px;
}

.centerColumn .wrapcontent{
float:left;
width:534px;
padding:10px;
}


/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #CCCFD2;
	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;
	}
.cartProductDisplay a{
float:left;
}
.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;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}



.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: 10px;
}
#productMainImage{
float:left;
}
.productDisplay{
float:left;
width:554px;
position:relative;
}
.categoryIcon a img{
padding:5px;
background:#f0f0f0;
border:1px solid #aaa;
float:left;
}
.categoryIcon .category_icon_text{
float:left;
font-family:Trebuchet MS;
font-size:13px;
margin:10px 5px 0;
}
#categoryImgListing img,
.categoryIcon a{
float:left;
margin:0 10px;
}
.form_fields_wrapper select,
.form_fields_wrapper input{
float:left;
clear:both;
}
.form_fields_wrapper{
float:left;
width:450px;
}
#categoryImgListing,
.categoryIcon {
float:left;
margin:10px 0;
padding:5px 0;
position:relative;
width:554px;
border-bottom:1px solid #aaa;
border-top:1px solid #aaa;
background:#f1efe2;
}
#productPrices{
position:absolute;
bottom:5px;
right:10px;
width:164px;
padding:5px;
text-align:right;
color:#AB0004;
line-height:15px;
border:1px solid #aaa;
}
#cartImage {
	margin: 0 5px;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 5px 0;
	}

.centerBoxWrapper {
	height: 1%;
	margin: 5px 0;
	float:left;
	width:100%;
	}



/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
div.rightBoxHeading, div.rightBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 10px;
	color: #3d3d3d;
	float:left;
	height:32px;
	line-height:32px;
	width:176px;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 9px;
	color: #3d3d3d;
	float:left;
	height:32px;
	line-height:32px;
	width:176px;
}
#manufacturersHeading label, #currenciesHeading label, #musicgenresHeading label, #recordcompaniesHeading label, #searchHeading label, #search-headerHeading label{
	line-height:32px;
}

.leftBoxHeading, .rightBoxHeading {
	background: url(../images/tile_back.gif) no-repeat;
	padding: 0;
	margin: 0;
	}
.centerBoxHeading{

}
h2.centerBoxHeading {
	font-size: 13px;
	color: #ffffff;
	padding: 0;
	margin: 0;
	color:#000;
	}
.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	display:block;
	float:left;
	clear:both;
	margin: 10px 0 0 0;
	padding-bottom:5px;
	}

.sideBoxContent {
	padding: 5px;
	float:left;
	width:166px;

	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #AB0004;
	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 {
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #3d3d3d;
	text-decoration: none;

	}
A.category-links, A.category-links:visited {
	color: #3d3d3d;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #3d3d3d;
	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;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}
#cartContentsDisplay{
font-size:11px;
}
.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: middle;
	}

.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 {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 20px;
	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;
	}
.greeting{
	font-size:10px;
}
.listingProductImage,.image img{
padding:5px;
margin:5px;
background:#fdf8f8;
border:1px solid #cccccc;
}

.legalCopyright a:hover{
text-decoration:underline;
}
.legalCopyright a{
color:#fff;
}
.legalCopyright{
float:left;
width:1024px;
height:100px;
line-height:36px;
color:#fff;
background: url(../images/footer.png) no-repeat;
}
.tabTable{

}
.tabTable .r0 th{
background:#cc0000;
color:#fff;
}
.tabTable .r0 th a{
color:#fff;
text-decoration:underline;
}
.tabTable tr{
}
.tableCell{
vertical-align:top;
text-align:left;
}
.tableCell{
padding:5px;
}
.tableCell .moreInfo{
	float:left;
	width:80px;
	height:15px;
	line-height:15px;
	margin-bottom:10px;
}
.tableCell .img{
	float:left;
}
.tableCell .price{
	width:100px;
	margin-bottom:10px;
}

.wide_box{
position:relative;
background: url(../images/wide_box_bg.gif) repeat-x;
display:block;
left:0px;
float:left;
width:252px;
border:1px solid #cacaca;
margin:10px 11px;
height:220px;
}
.wide_box .heading{
position:absolute;
margin:0px;
left:0px;
top:0px;
display:block;
background: url(../images/wide_box_heading.gif) no-repeat;
height:21px;
float:left;
width:210px;
padding:17px 20px 20px 20px;
line-height:18px;
color:#91b0c2;
font-family:tahoma;
font-size:17px;
}
.wide_box .heading a{
line-height:17px;
color:#91b0c2;
font-family:tahoma;
font-size:17px;
}
.wide_box img{
padding:5px;
background:#fff;
border:1px solid #e3e3e3;
}
.wide_box .imageBox{
text-align:center;
}
.wide_box .wide_box_contnet{
	padding:20px 0px;
	text-align:center;
}


.menu_lv0{
width:170px;
float:left;
padding:5px 0;
border-bottom:1px solid #aaa;
}
.menu{
width:160px;
float:left;
}
.lv1{
width:160px;
padding:2px 0px 2px 10px;;

}
.lv2{
padding:2px 0px 2px 20px;;
width:150px;
}
.centerBoxContentsNew{
float:left;
margin:5px 0;

height:110px;
}
.centerBoxContentsNew .image{
width:120px;
text-align:left;
}
.centerBoxContentsNew a{
float:left;
margin:5px 0px;
font-weight:bold;
}
.centerBoxContentsNew .description{
width:470px;
height:43px;
text-align:left;
float:left;
color:#277bb6;
}
.centerBoxContentsNew .bottomLine{
float:left;
height:20px;
width:470px;
}
.centerBoxContentsNew .title{
text-align:left;
width:100%;
float:left;
color:#000;
font-size:11px;
}
.centerBoxContentsNew .price{
text-align:left;
height:20px;
line-height:20px;
width:100px;
float:left;
}
.centerBoxContentsNew .rightSide{
float:left;
width:140px;

}
.centerBoxContentsNew .box_content{
float:left;
margin:5px 2%;
width:96%;
height:100px;
border-bottom:1px solid #e1edf2;
}
.productListing-data .listingDescription,
.productListing-data .itemTitle{
text-align:left;
}
.productListing-data{
border-bottom:1px solid #aaa;
}
.productListing-heading{
background-image:none;
background-color:#ab0004;
}
.productListing-heading a{
color:#fff;
}
#listCell0-0{
width:240px;
}
.categoryListBoxContents a{
font-size:13px;
}
.categoryListBoxContents img{
padding:5px;
background:#f5f5f5;
border:1px solid #aaa;
}
.categoryImg img,
#whatsnewContent a img{
padding:5px;
background:#f5f5f5;
border:1px solid #aaa
}

.lightImage{
float:left;
border:1px solid #aaa;
padding:5px;
background:#f0f0f0;
}

#pageWrapper{
border-top:1px solid #FFFFFF;
height:auto;
margin-bottom:40px;
overflow:hidden;}

#productDescription{
width:514px;
float:right;
padding:5px 30px 5px 10px;
}
#productDetailsList .weight,
#productDetailsList .manuf,
#productDetailsList .model{
padding:0px;
text-align:left;
}
#productDetailsList{
float:left;
width:118px;
}
.descAddons{
float:left;

width:554px;
}
.descAddons .onOrder{
width:144px;
}
.onOrder{
border:1px solid #aaa;
background-color:#f0f0f0;
padding:3px;
}

.onMagazine{
padding:3px;
background-color:LemonChiffon;
border:1px solid #aaa;
}
.ask_about a{

text-decoration:underline;
color:#AB0004;
}
.ask_about{
display:none;
color:#cc0000;
}

.flying_module .red{
background:url(../images/tile_back_red.gif);
color:#fff;
}
.flying_module {
position:fixed;
z-index:70;
bottom:20px;
color:black;
display:none;
width:176px;
font-size:14px;
text-align:center;

}
.flying_module .close {
cursor:pointer;
}
.flying_module .innerBox {
float:left;
width:174px;
height:200px;
background:#f5f5f5;
border:1px solid #aaa;

}
.flying_module .flying_price{
padding:5px 2px;
color:green;
}
#navMain{
float:left;
}
#navMainWrapper{
width:1024px;
}
#navMainSearch{
	width:340px;
	float: right;
	height:30px;
	line-height:30px;
}
#navMainSearch {

}
#navMainSearch form{
	width:340px;
	float: right;
	height:20px;
}

#navMainSearch input,
#navMainSearch form{
	float:left;
	display:block;
	margin:0px;
}
#navMainSearch input{
margin:4px;
}
.company_info{
font-size:13px;
padding:5px;
border:1px solid #CCCCCC;
width:542px;
line-height:20px;
clear:both;
height:100px;
float:left;
clear:both;
}
.company_adress{
width:200px;
float:left;
line-height:20px;
padding-left:55px;

text-align:justify;
}
.company_phone{
width:200px;
float:right;
line-height:20px;
text-align:justify;
padding-right:55px;
}
.bank_account{
text-align:justify;
width:410px;
padding:0 55px;
float:left;
line-height:20px;
font-weight:bold;
font-size:11px;
}
#productListing td div,
#productListing td,
#productListing{
font-size:10px;
}
#productListing th,
#productListing th a{
font-size:12px;
}
.listingDescription{
font-size:10px;
}
.main_page_info{
padding:10px 20px;;
font-size:12px;
}
.negotiate{
height:36px;
width:101px;
}
.negotiate img{
padding:5px 0;
}
.rates{
width:100%;
text-align:center;
font-size:11px;
font-weight:bold;
color:#003399;
padding:2px 0;
margin:2px 0;
}
.special_wrapper{
border:1px solid #cacaca;
margin:0 11px;
background:#e6e4e5 url(../images/wide_box_bg.gif) repeat-x scroll 0 0;
}
.price_wrapper{
xbackground:#f5f5f5;
font-size:12px;
}
.title_wrapper{
border-top:1px solid #cacaca;
border-bottom:1px solid #cacaca;
background:#f1efe2;
padding:2px 0;
margin:2px 0;
}
.negtiate_wrapper{
xbackground:#f5f5f5;
}
.image_wrapper a{
display:block;
margin:5px 0;
}
.image_wrapper img{
padding:5px;
background:#fff;
border:1px solid #e3e3e3;
}
.productSpecialPriceSale,
.productSpecialPrice,
.productSalePrice{
	color: #ff0000;
	font-size:18px;
}

 .productPriceDiscount {
	color: #3d3d3d;
}
#specialsDefault h2{
background:#f1efe2 none repeat scroll 0 0;
border-bottom:1px solid #AAAAAA;
border-top:1px solid #AAAAAA;
color:#3D3D3D;
font-size:15px;
margin:5px 0;
padding:5px 13px;
text-align:left;
}