div.products-wrapper { margin: 0px; padding-top: 10px;}
/*div.products-wrapper-inside { width: 97%; margin-left: auto; margin-right: auto; margin-top: 10px;}*/

ul.title-bar { width: 100%; height: 34px; margin: 0px; padding: 0px; list-style-type: none; background: url(images/pages/titleBar_bg.gif) repeat-x;}
li.title-bar-left { width: 60%; height: 34px; text-align: left; padding-top: 6px; 
	background: url(images/pages/titleBar_left.gif) left top no-repeat; list-style-type: none; display: inline; float: left;
}
li.title-bar-right { width: 40%; height: 34px; text-align: right; padding-top: 10px;
	background: url(images/pages/titleBar_right.gif) right top no-repeat; list-style-type: none; display: inline; float: right;
}
span.title-name { font-family: sans-serif, Verdana, Tahoma, Arial; 
	font-size: 15px; 
	color: #ffffff; 
	font-weight : bold;  
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-left: 20px;
}
span.link-seemore { padding-right: 35px;}

div.main-container { width: 100%; height: auto; margin: 0px; padding: 10px 0px; clear: both; text-align:center;}
ul.products-listing { margin: 0px; padding: 0px; width: 620px; list-style-type: none;}

/*ul li.withSpace { width: 153px; height: auto; float: left; list-style-type: none; display: inline; overflow: hidden;}
/*ul li.noSpace { width: 153px; height: auto; float: left; list-style-type: none; display: inline; overflow: hidden;}*/
ul li.withSpace { float: left; margin: 0 auto;  width: 122px; height: auto;  padding-left: 2px; padding-right: 40px;
	list-style-type: none; 
	display: inline; 
	overflow: hidden;
} 
ul li.noSpace { float: right; margin: 0 auto; width: 122px; height: auto; padding-left: 0px; padding-right: 2px;
	list-style-type: none; 
	display: inline; 
} 

#products-listing div.product-img { width: 116px; height: 158px; margin-right: auto; margin-left: auto; 
	border: #c33 2px solid;
	padding-top: 2px; padding-bottom: 0px; padding-right: 1px; padding-left: 1px;
}
#products-listing div.product-name { height: auto; text-align: center; padding-bottom: 2px;}
#products-listing div.button-add   { height: 20px; text-align: center;}
#products-listing div.button-watch { height: auto; text-align: center;}

