body
{
	font-family: Verdana, Arial, sans-serif;
	color: #333;

	background: #fffbcd;
	margin: 20px 0 20px 0;
	
	text-align: center;
}

body, td, th, input, select, textarea
{
	font-size: 11px;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

h1, h2, h3, h4, h5, h6
{
	margin: .5em 0 1em 0;
	padding: 0;

	color: #000;
}

h1
{
	margin-top: 0;
}

h1, h2, h3
{
	font-weight: normal;
}


h3
{
	padding-bottom: 10px;
	background: url(../images/headerBg.png) no-repeat bottom left;
}

h1
{
	font-size: 1.6em;
}

h2
{
	font-size: 1.4em;
}

h3
{
	font-size: 1.2em;
}

a:link, a:visited
{
	color: #c63d00;
	text-decoration: none;
}

a:hover, a:active
{
	color: #c63d00;
	text-decoration: underline;
}

img
{
	border: 0;
}

fieldset
{
	padding-left: 120px;
	border: 0;
}

label
{
	clear: left;
	float: left;
	width: 100px;
	margin-left: -120px;
	margin-top: 2px;
	
	text-align: right;
}

label.required
{
	font-weight: bold;
}

input.button60, input.button100, input.button150, input.button180 {

	height: 24px;
	line-height: 24px;
	
	text-align: center;
	
	border: 0;
	color: #333;
	font-weight: bold;
	
	padding: 0;
}

input.button60 {
	width: 60px;
	background: url(../images/button60.png) no-repeat;
}

input.button100 {
	width: 100px;
	background: url(../images/button100.png) no-repeat;
}

input.button150 {
	width: 150px;
	background: url(../images/button150.png) no-repeat;
}

input.button180 {
	width: 180px;
	background: url(../images/button180.png) no-repeat;
}

input.button60:hover {
	color: #000;
	cursor: pointer;
}

input.text, select
{	
	padding: 4px;
	margin: 0;
	
	border-left: 1px solid #bbb;
	border-top: 1px solid #bbb;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

* html input.text, * html select {
	
	height: 24px;
	line-height: 24px;
	
	padding: 0;
}

input.text:focus, textarea:focus, select:focus
{
	border-left: 1px solid #4d83c1;
	border-top: 1px solid #4d83c1;
	border-right: 1px solid #b2ccf1;
	border-bottom: 1px solid #b2ccf1;
}

input.text, textarea
{
	width: 175px;
	background: url(../images/inputBg.png) repeat-x;
}

input.disabled
{
	background: url(../images/disabledInputBg.png) repeat-x;
}

textarea
{
	width: 75%;
	height: 100px;

	border-left: 1px solid #bbb;
	border-top: 1px solid #bbb;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.error
{
	color: #c90000;
}

p.description
{
	color: #666;
	font-size: .9em;
}

p.right
{
	text-align: right;
}

.cboth
{
	clear: both;
}

.cleft
{
	clear: left;
}

p.price
{
	color: #555;
	font-size: 1.5em;
	
	font-family: Arial;
}

p.price span.withoutPromotion
{
	font-size: 1em;
	text-decoration: line-through;
}

p.price span.promotion
{
	color: #cf0000;
}

table th
{
	background: #eee url(../images/tableThBg.png) repeat-x top;
}

#page
{
	width: 950px;
	margin: 0 auto;
	text-align: left;
	
	border: 0;
	padding-top: 10px;
	background-color: #fff;
	
	padding-bottom: 5px;
}

#page div.inner {
	margin: 15px;
}

#cartPreview
{
	float: right;
	
	background: url(../images/cartBg.png) no-repeat;
	
	width: 212px;
	height: 60px;
	
	margin-bottom: 1em;
}

#cartPreview div.inner {
	margin: 10px;
}

#cartPreview h3
{
	background: none;
	margin: 0;
	padding: 0 0 .5em 0;
	
}

#cartPreview p
{
	margin: 0;
	padding: 0 0 .5em 0;
	
}

#cartPreview .price
{
	font-weight: bold;
}

#bookmarks
{
	clear: right;
	background: url(../images/bookmarksBg.png) repeat-x bottom;
	
	font-size: 1.4em;
	line-height: 55px;
	
	height: 55px;
	
	padding: 0 10px 0 10px;
}

#bookmarks a
{
	margin-right: 1em;
}

#bookmarks a:link, #bookmarks a:visited {
	color: #fff;
}

#bookmarks a:hover, #bookmarks a:active {
	color: #fff;
}

#breadcrumb
{
	background: url(../images/breadcrumbBg.png) repeat-x bottom;
	
	line-height: 25px;
	height: 25px;
	
	padding: 0 10px 0 10px;
	color: #fff;
	
	margin-bottom: 2em;
}

#breadcrumb p
{
	padding: 0;
	margin: 0;
}

#breadcrumb a:link, #breadcrumb a:visited {
	color: #fff;
}

#breadcrumb a:hover, #breadcrumb a:active {
	color: #fff;
}

#breadcrumb a.last {
	font-weight: bold;
}

#breadcrumb #userBox
{
	float: right;
}

#breadcrumb #userBox a
{
	margin-left: 1em;
}

#layout
{
	width: 920px;
	border-collapse: collapse;
}

#layout td
{
	vertical-align: top;
}

#side
{
	width: 200px;
}

#content
{
	padding-left: 10px;
}

div.box
{
	padding: 0 5px 5px 5px;
	margin-bottom: 1em;
	
	border: 1px solid #f6efa1;
}

div.box h3
{
	text-align: left;
	
	background: #f6efa1;
	color: #c63d00;
	
	font-size: 1em;
	font-weight: bold;
	
	height: 32px;
	line-height: 32px;
	
	padding: 1px 5px 0 5px;
	margin: 0 -5px 5px -5px;
	
	text-transform: uppercase;
	
	font-family: Arial, sans-serif;
}

#searchBox {
	text-align: center;
}

#searchBox select {
	width: 185px;
	margin-bottom: 10px;
}

#searchBox input.text {
	width: 175px;
	margin-bottom: 10px;
}


#menu hr {
	border: 0;
	height: 0;
	border-top: 1px solid #ddd;
}

#menu ul
{
	margin: 0;
	padding: 0 0 0 .5em;
	
	list-style: none;
}

#menu ul li
{
	display: inline;
	line-height: 1.8em;
}

#menu ul li a
{
	display: block;
	line-height: 1.8em;
	
	margin-bottom: 2px;
}

#menu ul li a:link, #menu ul li a:visited
{
}

#menu ul li.promotion a:link, #menu ul li.promotion a:visited
{
	font-weight: bold;
	color: #333;
}

#menu ul li.news a:link, #menu ul li.news a:visited
{
	font-weight: bold;
	color: #333;
}


#currentManufacturerBox, #selectManufacturerBox
{
	padding-bottom: 1em;
	text-align: center;
}

#footer
{
	background: #eee;
	margin: 1em 0 0 0;
	color: #000;
}

#footer div.inner {
	padding: 5px;
}

#star
{
	margin-bottom: 10px;
}

#star h2
{
	color: #e37b87;
	margin-top: 0;
}

#star img
{
	float: left;
	margin-right: 1em;
}

#whatsnew
{
	padding-bottom: .5em;
	border-bottom: 1px dotted #aaa;
}

#whatsnew h1
{
	background-color: #f6efa1;
	color: #c63d00;
	
	font-size: 1.5em;
	line-height: 2em;
	
	padding-left: .5em;
	
	margin-top: 0;
}

#randomPromotionBox {
	text-align: center;
	
	background-color: #e8edf3s;
	padding: 5px;
}

#randomPromotionBox div.product {
	position: relative;
}

#randomPromotionBox h2 {
	font-weight: bold;
	font-size: 1em;
}

#randomPromotionBox p.price {
	margin-bottom: 0;
}

div.pagination
{
	background-color: #eee;
	
	line-height: 2em;
	height: 2em;
	
	padding: 0 .5em 0 .5em;
}

div.pagination .info
{
	float: left;
}

div.pagination .navigation
{
	float: right;
}

div.pagination ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.pagination ul li
{
	display: inline;
}

div.pagination .numOfPage
{
	margin: 0 .3em 0 .3em;
}

a.cart
{
	padding: 2px 0 2px 20px;
	background: url(../images/icons/cart.png) no-repeat left center;
}

a.putInCart
{
	padding: 2px 0 2px 20px;
	background: url(../images/icons/putInCart.png) no-repeat left center;
}

a.checkout
{
	padding: 2px 0 2px 20px;
	background: url(../images/icons/checkout.png) no-repeat left center;
}

a.review
{
	padding: 2px 0 2px 20px;
	background: url(../images/icons/review.png) no-repeat left center;
}

a.back
{
	padding: 2px 0 2px 20px;
	background: url(../images/icons/back.png) no-repeat left center;
}

a.delete
{
	padding: 2px 0 2px 20px;
	background: url(../images/icons/delete.png) no-repeat left center;
}

a.add
{
	padding: 2px 0 2px 20px;
	background: url(../images/icons/add.png) no-repeat left center;
}

a.edit
{
	padding: 2px 0 2px 20px;
	background: url(../images/icons/edit.png) no-repeat left center;
}

a.show
{
	padding: 2px 0 2px 20px;
	background: url(../images/icons/show.png) no-repeat left center;
}

p.tips
{
	padding: 2px 0 2px 20px;
	background: url(../images/icons/tips.png) no-repeat left center;
	
	color: #ff9000;
	font-weight: bold;
}

a.registerNow
{
	padding: 2px 0 2px 20px;
	background: url(../images/icons/registerNow.png) no-repeat left center;
}

a.password
{
	padding: 2px 0 2px 20px;
	background: url(../images/icons/password.png) no-repeat left center;
}

.totalPrice
{
	padding: 2px 0 2px 20px;
	background: url(../images/icons/coins.png) no-repeat left center;
}

a.product
{
	padding: 2px 0 2px 20px;
	background: url(../images/icons/product.png) no-repeat left center;
}

table.layout
{
	border-collapse: collapse;
}

.w150
{
	width: 150px;
}

.w200
{
	width: 200px;
}

.product img {
	padding: 1px;
	border: 1px solid #ddd;
}

a.powered-by:link, a.powered-by:visited {
	background: url(../images/symbioticShopIcon.gif) right center no-repeat;
	color: #333;
	font-weight: bold;
	
	font-family: Arial, sans-serif;
	
	padding: 2px 20px 2px 0;
}


div.products-listing div.product {
	margin-top: 10px;
	
	width: 165px;
	height: 270px;
	
	float: left;

	text-align: center;
	
	position: relative;
	
	margin-right: 10px;
	
	overflow: hidden;
}

div.products-listing div.product h2 {
	font-size: 11px;
	font-weight: bold;
	
	position: absolute;
	bottom: 26px;
	left: 2px;
	right: 2px;
	
	height: 33px;
}

div.products-listing div.product h2 a {
	display: block;
	width: 100%;
	height: 100%;
	
	background-color: #000;
	opacity: .75;
	filter: alpha(opacity = 75);
}

div.products-listing div.product h2 a:link,div.products-listing div.product h2 a:visited {
	color: #fff;
}

div.products-listing div.product h2 a:hover, div.products-listing div.product h2 a:active {
	color: #fff;
	opacity: .90;
	filter: alpha(opacity = 90);
	
	text-decoration: none;
}

div.products-listing div.product p.price {
	color: #555;
	font-size: 1.2em;
	font-family: Arial;
	
	padding: 0 2px 0 0;
	margin: 4px 0 0 0;
	text-align: right;
}

div.products-listing div.product p.price span.withoutPromotion {
	font-size: 1em;
	text-decoration: line-through;
}

div.products-listing div.product p.price span.promotion {
	color: #cf0000;
}

div.product div.promotion {
	position: absolute;
	right: 1px;
	top: 150px;
	
	width: 50px;
	height: 50px;
	background: url(../images/promotion.gif) no-repeat;
	z-index: 100;
}

div.product div.new {
	position: absolute;
	left: 1px;
	top: 1px;
	
	width: 40px;
	height: 40px;
	background: url(../images/new.gif) no-repeat;
	z-index: 100;
}

div.product div.outlet {
	position: absolute;
	right: 1px;
	top: 1px;
	
	width: 40px;
	height: 40px;
	background: url(../images/outlet.gif) no-repeat;
	z-index: 100;
}

