/**
 * 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 {
	font: 81%/145% "Trebuchet MS", "Lucida Grande", Tahoma, Arial, Century Gothic, sans-serif;
	font: 81%/145% Arial, Century Gothic, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #515151;
	background-color: #f6f6f6;
	_height: 100%;
}
a img {
	border: none;
}
a:link, #navEZPagesTOC ul li a {
	color: #19577D;
	color: #266a94;
	text-decoration: underline;
}
a:visited {
	color: #B5510D;
}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #000;
	background-color: #E7F8FC !important;
}
a:active {
	color: #3300CC;
}
h1, h2, h3, h4, h5, h6 {
	margin: .3em 0;
	padding: .3em 0;
	color: #19577D;
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Arial, Century Gothic, sans-serif;
}
h1 {
	font-size: 1.5em;
	letter-spacing: .05em;
	font-weight: normal;
	padding: 0 0 1.1em 0;
	line-height: 1.2em;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 2px solid #CCECF4;
	background-color: #F8FEFF;

}
h3 {
	font-size: 1.2em;
	}
h4, h5, h6, h4.optionName, LEGEND, ADDRESS, .larger{
	font-size: 1.1em;
}
h4, h5, h6 {
	padding: .2em;
	margin: .1em;
	font-size: 1em;
}
table {
	width: auto;
}
caption {
	text-align: left;
}
tr {
	display: table-row;
}
th, td {
	display: table-cell; 
	border: 1px solid white;
	padding: .2em .5em;
	text-align: left;
	vertical-align: middle;
}
td {
	/*border: 1px solid #f0f0ef;*/
}
table.basictable td {
	border: 1px solid #f0f0ef;	
}


* html table {
font-size:90%; font-size/**/:90%; font-siz\e:100%;
}
html>body table {
font-size:100%;
}
* html th, * html td, * html caption {
font-size:110%; font-size/**/:110%; font-siz\e:100%;
}
html>body th, html>body td {
font-size:100%;
}
.biggerText {
	font-size: 1.2em;
}
ABBR, DFN, ACRONYM {
	cursor: help;
	background-color: #F0F0EE;
	padding: 0 .2em;
}
CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	vertical-align: middle;
}
FORM {
	margin: 0;
}
TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
}
FIELDSET {
	padding: 0.2em;
	margin: 0.1em 0em;
	border: 1px solid #F0F0EE;
	background: url(../images/bg-form.gif) repeat-x 0 100%;
}
LEGEND {
	font-weight: bold;
	padding: .1em .3em;
	margin: 1.2em 0;
	color: #19577D;
/*	background-color: #F0F0EE;*/
	border-bottom: 1px solid #FB9227;
}
LABEL {
	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 {
	padding: .2em 0;
	margin: .5em 0;
	text-align: justify;
}
ADDRESS {
	font-style: normal;
	padding: 0.5em;
}
.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: 750px;
	vertical-align: top;
	border: 1px solid #9a9a9a;
}

#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;
	padding: 0;
	width: 47%;
	}

/*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, #navCatTabsWrapper {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
/*	background-image: url(../images/sidebox.gif);*/
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

#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;
}

#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: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}
.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/* Shopping Cart Display
******************************************/
/*
#cartContentsDisplay td {
	background: url(../images/table-content.gif) repeat-x 0 100%;	
}*/
#cartSubTotal {
	border-top: 2px solid #99D9E8;
	border-bottom: 1px solid #F0F0EF;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding: .5em 2.5em .5em 0;
}
.cartBoxTotal {
	text-align: right;
	font-weight: bold;
}
.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;
}
.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 {
	padding: 0.2em 0em;
} 
#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	margin-top: .9em;
}
.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 ;
	}
*/
#cartImage {
	margin: 0.5em 1em;
	float: left;
}
/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}
/*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;
/*	background: url(../images/sidebox-content.gif) repeat-x 0 100%; */
	border-bottom: 2px solid #CCECF4;
	background-color: #F8FEFF;
}
.centerBoxContentsNew {
	margin: 0;
}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h2.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #19577D;
	font-weight: bold;
}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #19577D;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 10px 0 0 0;
	background: transparent url(../images/sidebox.gif) no-repeat 100% 0;
	padding: 2px .9em 2px 1em !important;
	text-align: left !important;
	color: #fff !important;
	border-bottom: 2px solid #99D9E8;
}
.centerBoxHeading {
	background-image: url(../images/sidebox2.gif);
	color: #19577D !important;
	font-weight: normal;
	margin: 0;
}
.leftBoxContainer, .rightBoxContainer {
	margin: 0;
	margin-top: 1.5em;
}
.sideBoxContent {
	background-color: #ffffff;
	background-color: #F9F3ED;
	background: transparent url(../images/gradient-content.gif) repeat-x 0 100%;
	padding: 0.4em;
	margin: 0;
}
#shoppingcartHeading {
	height: 40px;
	border: 0;
	padding: 0 !important;
	margin: 0;
	background: 0;
}
#shoppingcartHeading a {
	display: block;
	padding: .6em 0 .6em 35px;
	background: #f0f0ef url(../images/shoppingcart.gif) no-repeat 0 50%;
}
.shoppingcart {
	background-color: #dff3f8;
}
ul.styledList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.styledList li {
	list-style-type: none;
	padding: .1em 0 .1em 18px;
	margin: 0;
	background: transparent url(../images/category-list.gif) no-repeat 0 50%;
	border-bottom: 1px dashed #e6e6e6;
}
#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */


#categories, #categories li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#categories li {
	border-bottom: 1px dashed #e6e6e6;
}
#categories h3 {
	font-size: 1em;
	padding: .2em 0;
	margin: 0;
}
#categories strong {
	font-size: 1em;
	font-weight: normal;
	padding: .2em 0;
	margin: 0;
}
#categories a:visited {
	color: #266a94;
}
A.category, A.subcategory, A.category-subs {
	display: block;
	padding: .1em .1em .1em 19px;
	background: transparent url(../images/category-list.gif) no-repeat 2px 50%;
	color: #266a94;
}
A.subcategory {
	padding-left: 25px;
	background: none;
}
A.category-subs {
/*	padding: .2em .1em .2em 38px;
	background: transparent url(../images/category-subs-list.gif) no-repeat 23px 50%;*/
	padding: .2em .1em .2em 25px;
	background: transparent url(../images/category-subs-list.gif) no-repeat 10px 50%;
}
.rodic {
	background-image: url(../images/category-list-expanded.gif) !important;
}
li.expanded a.rodic {
	background-image: url(../images/category-subs-list-expanded.gif) !important;
	border-bottom: 1px solid #E7F8FC;
}
.selected, .selected strong {
	font-weight: bold !important;
	background-color: #E7F8FC !important;
}


/* end categories box links */

/*misc*/
.forward, #shoppingCartDefault #PPECbutton {
	float: right;
}
.bold {
	font-weight: bold;
}
TR.tableHeading {
	background-color: #99D9E8;
}
.rowOdd {
	vertical-align: middle;
	background: url(../images/table-content-odd.gif) repeat-x 0 100%;	
}
.rowEven {
	vertical-align: middle;
	background: url(../images/table-content.gif) repeat-x 0 100%;	
}
.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}
#myAccountGen li, #myAccountNotify li {
	margin: 0;
} 
.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
}
.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
}
.productListing-rowheading {
	background-color: #F0F0EF;
}
.productListing-heading {
	padding: .5em 0;
}

/*.productListing-odd {
	background-color: #F9F9F9;	
}*/
.productListing-even {
	/*background-color: #EEFFF5;*/
}
.productListing-data {
	margin: .2em 0;
	padding: .5em;
	text-align: left;
}
#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;
	padding: 1em;
}
	
/* Layout
***********************************/
#cover {
	display: block;
	width: 98.5%;
	max-width: 95em;
/*	width: 100%;*/
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}
* html #cover { /* for IE 5-6 browsers */
        width: expression(document.body.clientWidth > 1024 ? '90em' : (document.body.clientWidth < 800 ? '750px' : '98%')); 
}
#column-left, #content, #column-right {
	display: block;
	width: 18.4%;
	width: 17.9%;
	margin: 0;
	padding: 0;
	float: left;
}
#underhead {
	background: transparent url(../images/underhead.gif) repeat-x 0 0;
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
}
#content {
	width: 64%;
/*	padding-top: 1.1em;*/
	padding: .3em 0 0 0;
	margin: .6em 0 0 0;
/*	overflow: hidden;*/
}
#column-right {
	float: right;
	margin-top: 5px;
}
#column-left {
	margin-top: -31px;
}
#column-left-in, #column-right-in, #content-in {
	display: block;
	margin: 0;
	padding: 0 2%;
}
#content-in {
	margin: 0;
	padding: 0 4%;
}
#column-left-in {
	padding: 0 1.5% 0 0;
}
#column-right-in {
	padding-right: 0;
}
#foot {
	display: 0;
	margin: 0;
	padding: 0;
	border-top: 1px solid #99D9E8;
	background: #F0F0EE url(../images/bg-foot.gif) no-repeat 98% 82%;
}
#searchform {
	width: 100%;
	height: 75px;
	overflow: hidden;
}
#searchform-in {
	padding: 15px;
}
#searchform input {
	vertical-align: middle;
	margin-right: 5px;
}
.searchbutton {
		
}
#head {
	display: block;
	height: 150px;
	clear: both;
	padding: 0;
	margin: 0;
	background: transparent url(../images/head.jpg) no-repeat 0 0;
}
#logo {
	display: block;
	float: left;
	width: 183px;
	height: 117px;
	margin: 0;
	padding: 0;
	text-align: center;
	clear: both;
	border: 0;
}
#logo img {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	border: 0 !important;
}
#logo a,
#logo a:link,
#logo a:visited {
	border: 0;
	text-decoration: none;
}
#head-right {
	display: block;
	width: 570px;
/*	height: 117px;*/
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: transparent url(../images/account-menu-rcorner.gif) no-repeat 100% 0;
}
#account-menu {
	display: block;
	height: 85px;
	margin: 0;
	padding: 0 1.3em;
	float: right;
	clear: both;
	text-align: right;
	overflow: hidden;
	background: transparent url(../images/account-menu-lcorner.gif) no-repeat 0 0;
}
#account-menu-in  {
	padding: 10px 0 10px 10px;
/*	height: 39px;*/
	background: url(../images/account-menu-body.gif) repeat-x 0 0;
}
#account-menu a {
	padding: .5em 10px .5em 15px;
}
#ilogin {
	background: url(../images/ilogin.gif) no-repeat 0 50%;
}
#iaccount {
	background: url(../images/iaccount.gif) no-repeat 0 50%;
}
#icart {
	background: url(../images/icart.gif) no-repeat 0 50%;
}
a#icash {
	background: url(../images/icash.gif) no-repeat 0 50%;
	padding-left: 23px;
}
#menu {
	display: block;
	width: 570px;
	height: 33px;
	float: right;
	margin: 0;
	padding: 0;
	clear: both;
}
#menu ul {
	float: right;
}
#menu ul, #menu ul li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li a {
	display: block;
	font-size: 1.1em;
	float: left;
	padding: 6px 0;
	margin: 0 7px 0 0;
	text-align: center;
}
#menu #muvod {
	width: 70px;
	background: transparent url(../images/menu-uvod.gif) no-repeat 100% 0;
}
#menu #monas {
	width: 70px;
	background: transparent url(../images/menu-o-nas.gif) no-repeat 100% 0;
}
#menu #mjaknakupovat {
	width: 125px;
	background: transparent url(../images/menu-jak-nakupovat.gif) no-repeat 100% 0;
}
#menu #mpodminky {
	width: 160px;
	background: transparent url(../images/menu-podminky.gif) no-repeat 100% 0;
}
#menu #mkontakty {
	width: 90px;
	background: transparent url(../images/menu-kontakty.gif) no-repeat 100% 0;
	margin: 0; /* exception (-7px) */ 
}
#breadcrumb {
	display: block;
	font-size: 1em;
	padding: .5em .5em .5em 203px;
	margin: 0;
	clear: both;
/*	height: 34px;*/
	background: #f0f0ef url(../images/head.jpg) no-repeat 0 -117px;
}

.hide, #msu-wrapper {
	position: absolute;
	top: -10000px;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.divider {
	clear: both;
	width: 1px;
	height: 1px;
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	color: transparent; 
	font-size: 1px;
}

.centerBoxWrapper {
	width: 100%;
	margin: 0;
}
.centerBoxContentsNew, .additionalImages {
	margin: .2em 0;
	padding: .2em;
	float: left;
}
#remedialwrapper {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
#images {
	width: 32.9%;
	float: left;
	overflow: hidden;
	padding: 0;
	text-align: center;
}
#images-in {
	margin: 0 auto;
	padding: 0 .2em;
	text-align: center;
}
#productAdditionalImages {
/*	width: 170px;*/
	margin: 1.5em auto 0 auto;
}
.imgLink {
	margin: .2em 0 0 0;
	background: transparent url(../images/zoom.gif) no-repeat 30px 50%;
	padding: .1em 0 .1em 20px;
	display: block;
}

#pinfo {
	width: 66.9%;
	float: right;
	/*background-color: #f6f6f6;
	border-top: 3px solid #CCECF4;*/
	padding: 0;
	-moz-border-radius: 11px;
	overflow: hidden;
}
#pinfo-in {
	padding: 0 .3em;
}

#pinfo td {
	padding-right: 2em;
}
#pinfo h3 {
	font-size: 1em;
}
#pinfo table {
	border-collapse: collapse;
	margin-top: .5em;
	width: 100%;
}
#pinfo table caption {
	text-align: left;
	font-weight: bold;
	color: #19577D;
	padding: .1em .5em .5em .5em;
}
#pinfo tr {
	background-color: #DEF5F9;
}
#pinfo tr.even {
	background-color: #F0F0EF;	
}
#pinfo th {
	width: 8em;
}
#crossSell div, #alsoPurchased div {
	margin: .5em;
}
.tabularTable {
	empty-cells: hide; 
}
.tabularTable td {
	border-left:1px solid #F0F0EF;
	border-right:1px solid #F0F0EF;
}
.tabularTable th {
	width: 32%;
	padding: 0;
	margin: 0;
	border-top: 15px solid white;
	background-color: #DEF5F9;
}
.tabularTable h3 {
	font-size: 1em;
	line-height: 1.25em;
	padding: .2em 10px;
	margin: 0;
	text-align: center;
}
.tabularImage {
	background-color: white;
	height: 91px;
	margin: 0;
	padding: .5em;
	text-align: center;
	vertical-align: middle;
}
.tabularDesc {
	overflow: hidden;
	padding: .5em 10px;
	vertical-align: top;
	background: transparent url(../images/sidebox-content.gif) repeat-x 0 0;
	border-bottom: 1px solid #CCECF4; 
}
.tabularPrice {
	padding: .5em 10px;
	vertical-align: middle;
	color: #B5510D;
	font-weight: bold;
/*	border-bottom: 1px solid #CCECF4; */
	background-color: #F0F0EF;
}
.emptycell {
	background-color: white !important;
	border: 0 !important;
}
.in15 {
	padding: 15px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.half {
	width: 49%;
}
.rtext {
	text-align: right;
}
.center {
	text-align: center;
}
.imagelink {
/*	text-decoration: none;*/
}
#filterform {
	padding: .2em 0;
	margin: .2em;
	display: block;
	clear: both;
	border-bottom: 1px solid #CCECF4;  
	background-color: #F0F0EF;
}
#filterform label {
	font-size: 1em;
	margin-right: .3em;
	padding: .5em;
}