html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #666666;
}

a { 
	border: 0;
	color: #666666;
	text-decoration: none;
}

* {
	outline: 0;
}

img {
	border: 0; 
}

#top {
/*	background: #046eb5 url("../../images/public/bg.png") repeat-x center top;	*/
	height: auto;
}

#topWrap1 {
	background: url("../../images/public/bgTop.png") repeat-x top;
	min-height: 650px;
	height: auto !important;
}

#wrapper {
	width: 918px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

#leftSide, #rightSide {
	float: left;
	height: auto;
	overflow: hidden;
	min-height: 400px;
	height: auto;
}

#leftSide {
	clear: left;
	width: 246px;
}

#logo {
	display: block;
	width: 100%;
	height: 100px;
	line-height: 100px;
	color: #3c3c3c;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	background: url("../../images/public/logo-trans.png") no-repeat center center;
}

.leftSmBox, .leftSmBoxLast {
	float: left;
	width: 78px;
	height: 126px;
	background: url("../../images/public/leftSmBox.jpg") no-repeat center center;
	overflow: hidden;
}

.leftSmBox {
	margin-right: 6px;
}

#leftMenuTop, #leftMenu, #leftMenuBottom {
	float: left;
	width: 246px;
}

#leftMenuTop {
	margin-top: 16px;
	height: 117px;
	background: url("../../images/public/leftMenuTop-trans.png") no-repeat center bottom;
	font-family: Helvetica, sans-serif;
	font-variant:small-caps;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 130px;
	text-align: left;
	text-indent: 115px;
	overflow: hidden;
}
#leftMenu {
	height: auto;
	min-height: 200px;
	background: url("../../images/public/leftMenuBg-trans2.png") repeat-y;
}

#leftMenu a {
	display: block;
	width: 162px;
	height: 36px;
	margin: 0 auto;
	line-height: 36px;
	color: #404040;
	border-bottom: 1px solid #ebebeb;
	background: url("../../images/public/left_menu_pt.jpg") no-repeat 15px center;
	text-indent: 35px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 12px;
}

#leftMenu a.last {
	border: 0;
}

#leftMenu a:hover {
	color: #000;
	text-decoration: underline;
}

#leftMenu a.active {
	color: #0067c6;
	font-weight: bold;
	background: url("../../images/public/left_menu_pt_active.jpg") no-repeat 15px center;
}

#leftMenu a.active:hover {
	text-decoration: none;;
}

#leftMenuBottom {
	height: 33px;
	background: url("../../images/public/leftMenuBottom-trans.png") no-repeat center top;
	overflow: hidden;
}

#rightSide {
	margin-left: 31px;
	width: 641px;
}

#languages {
	float: right;
	height: 52px;
	padding-top: 13px;
}

.languageItem, .languageItemActive {
	display: block;
	color: #fff;
	font-size: 10px;
	float: right;
	margin-right: 6px;
	width: 56px;
	height: 17px;
	text-align: center;
	text-decoration: none;
	line-height: 16px;
	background: url("../../images/public/languageItem-trans.png") no-repeat center top;
	overflow: hidden;
}

.languageItemActive {
	font-weight: bold;
}

.languageItem:hover {
	text-decoration: underline;
}

#topMenu {
	float: left;
	width: 100%;
	height: 45px;
}

#footer {
	margin: 3px auto 10px auto;
	width: 934px;
	height: 76px;
	padding-top: 20px;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	background: #fff url("../../images/public/footer.png") no-repeat center center;
	overflow: hidden;
}

#footer p {
	
}

#topLink1 {
	background: url("../../images/public/topMenuSpc1.jpg") no-repeat left center;
}
#topLink2 {
	background: url("../../images/public/topMenuSpc2.jpg") no-repeat left center;
}
#topLink3 {
	background: url("../../images/public/topMenuSpc3.jpg") no-repeat left center;
}
#topLink4 {
	background: url("../../images/public/topMenuSpc4.jpg") no-repeat left center;
}
#topLink5 {
	background: url("../../images/public/topMenuSpc5.jpg") no-repeat left center;
}

#loginBox {
	float: left;
	margin-top: 40px;
	width: 100%;
	height: 37px;
	background: url("../../images/public/loginBox.jpg") no-repeat center center;
	overflow: hidden;
	white-space: nowrap;
}

.loginBoxItem {
	margin-top: 8px;
	margin-left: 20px;
	float: left;
	height: 20px;
	line-height: 20px;
	
}

#loginBox label {
	color: #655325;
	font-family: Tahoma;
	font-size: 13pt;
}

#loginBox input.text {
	background: #f4f4f4;
	border: 1px solid #e7e7e7;
	padding: 4px 2px 3px 4px;
	font-size: 11px;
	width: 100px;
	color: #666;
}

#path {
	float: left;
	width: 100%;
	height: 36px;
	line-height: 40px;
	border-bottom: 1px dotted #b2b2b2;
	color: #acacac;
	font-size: 11px;
	text-align: right;
}

#path a, #path span {
	color: #666666;
}

#path span.selected {
	color: #acacac;
}

#contentTop {
	float: left;
	margin-top: 14px;
	height: 54px;
	width: 100%;
	background: url("../../images/public/contentTop.jpg") no-repeat center top;
	font-family: Helvetica, sans-serif;
	overflow: hidden;
}

#contentTop h1 {
	display: block;
	float: left;
	margin: 0 0 0 75px;
	padding: 0;
	height: 54px;
	line-height: 75px;
	color: #444444;
	font-variant:small-caps;	
	font-weight: bold;
	font-size: 16px;
}

#contentTop #showType {
	float: right;
	margin-right: 15px;
	height: 54px;
	line-height: 70px;
}

#contentTop #showPerPage {
	float: right;
	margin-right: 15px;
	height: 54px;
	line-height: 70px;
}

#contentTop #showPerPage select {
	font-size: 11px;
	color: #666;
}

#contentTop #showType span {
	float: right;
	margin-right: 5px;
}

#contentTop #showType a {
	float: right;
	margin-top: 26px;
	margin-right: 5px;
}

#contentTop #showType a img {
	border: 1px solid #e8e8e8;
}

#contentTop #showType a:hover img {
	border: 1px solid #666;
}

#contentTop #showType a.selected img {
	border: 1px solid #828282;
}

#contentTop #showType a.selected {
	cursor: default;
}

#content {
	float: left;
	width: 100%;
	min-height: 400px;
	height: auto;
	background: url("../../images/public/contentBg.jpg") repeat-y center;
	overflow: hidden;
	padding-top: 25px;
	padding-bottom: 25px;
}

.contentWrapper1 {
	padding: 0px 15px 10px 20px;
	line-height: 150%;
}

#contentBottom {
	float: left;
	width: 100%;
	height: 9px;
	background: url("../../images/public/contentBottom-trans.png") no-repeat center bottom;
	overflow: hidden;
	margin-bottom: 50px;
}

.listSpc1 {
	float: left;
	clear: both;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px dotted #F7F5ED;
	height: 5px;
	width: 621px;
}

.listItem {
	float: left;
	margin-left: 22px;
	margin-bottom: 15px;
	width: 183px;
	height: 213px;
	background: url("../../images/public/productListBoxSmall.jpg") no-repeat center center;
}

.listItemImg {
	display: block;
	float: left;
	margin-top: 16px;
	width: 100%;
	height: 105px;
}

.listItemName {
	float: left;
	margin-top: 5px;
	width: 173px;
	padding: 5px;
	height: 40px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
}

.listItemName a {
	font-family: Arial;
	color: #3D3D3B;
	font-size: 12pt;
	font-weight: bold;
}

.listItemPrice {
	float: left;
	width: 173px;
	padding: 0 5px 0 7px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.priceSp {
	float: left;
	font-size: 11px;
	color: #000;
}

.listItemBig {
	float: left;
	clear: both;
	margin-left: 22px;
	width: 576px;
	height: 188px;
	padding: 20px 10px 20px 10px;
	background: url("../../images/public/productListBoxBig.jpg") no-repeat center center;
	overflow: hidden;
}

.listItemImgBig {
	display: block;
	float: left;
	width: 252px;
	height: 190px;
}

.listItemNameBig {
	float: left;
	margin-left: 10px;
	width: 300px;
	height: 50px;
	line-height: 25px;
	text-align: left;
	overflow: hidden;
}

.listItemNameBig a {
	font-family: Arial;
	color: #3D3D3B;
	font-size: 13pt;
	font-weight: bold;
}

.listItemMoreInfoBig {
	float: left;
	margin-left: 10px;
	width: 300px;
	height: 110px;
	overflow: hidden;
}

.moreName {
	font-family: Arial;
	color: #000;
	font-size: 12px;
	height: 20px;
}

.moreText {
	font-family: Arial;
	color: #666666;
	font-size: 12px;
	height: 90px;
	overflow: hidden;
}

.priceSpBig {
	float: left;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

.listItemPriceBig {
	float: left;
	margin-top: 8px;
	width: 300px;
	padding: 0 5px 0 7px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}


a.toCartBt, a.toCartBt2, a.toCartBt3, a.toCartBt4 {
	display: block;
	float: right;
	text-align: center;
	text-decoration: none;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border: 1px solid #666;
	width: 28px;
	height: 28px;
}

a.toCartBt, a.toCartBt2 {
	background: #f4f4f4 url("../../images/public/global/cart_add3-trans2.png") no-repeat 2px center;
}

a.toCartBt3 {
	background: #f4f4f4 url("../../images/public/global/edit-trans.png") no-repeat 2px center;
}
a.toCartBt4 {
	background: #f4f4f4 url("../../images/public/global/cancel-trans.png") no-repeat 2px center;
	color: red;
	margin-right: 5px;
}

a.toCartBt2, a.toCartBt3, a.toCartBt4 {
	text-decoration: none;
	line-height: 28px;
	text-indent: 32px;
	font-size: 10px;
	font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
	color: #828282;
	font-weight: bold;
	padding-right: 3px;
	width: auto;
}

a.toCartBt:hover, a.toCartBt2:hover, a.toCartBt3:hover, a.toCartBt4:hover {
	background-color: #dadada;
	border: 1px solid #999999;
}

#dialog {
	padding: 10px;
	font-size: 12px;
	line-height: 150%;
}

a.userBoxLink, a.userBoxLinkHighlight {
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 4px;
	clear: both;
	font-family: Arial;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	line-height: 16px;
	white-space: nowrap;
}

a.userBoxLinkHighlight {
	color: #3399cc;
	font-weight: bold;
}

a.userBoxLink:hover, a.userBoxLinkHighlight:hover {
	text-decoration: underline;
}

#images {
	float: left;
	margin-left: 10px;
	width: 270px;
	overflow: hidden;
}

#imgWrap {
	position: relative;
	padding: 10px;
}

#productImage {
	position: relative;
	height: 180px;
	overflow: hidden;
	text-align: center;
	vertical-align: center;
}

#zoom {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#productImages {
	float: left;
	clear: left;
	width: 100%;
	margin-top: 5px;
	height: 64px;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}

.thumb1 {
	float: left;
	display: block;
	width: 85px;
	margin: 2px;
	height: 60px;
	overflow: hidden;
}

#productFields {
	float: left;
	margin-left: 15px;
	line-height: 120%;
	width: 285px;
	margin-bottom: 5px;
}

#productFields table td, #productFields table th {
	text-align: left;
	padding: 2px;
}

#productFields table th {
	color: #333;
}

#productDesc {
	float: left;
	clear: both;
	line-height: 150%;
	padding: 15px;
}

#productPrice {
	float: left;
	margin-left: 15px;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	width: 285px;
}

#cart {
	float: left;
	width: 246px;
	height: 87px;
	margin-top: 5px;
}

#cartBox {
	display: block;
	width: 160px;
	height: 57px;
	padding-top: 30px;
	padding-left: 86px;
	line-height: 16px;
	color: #3c3c3c;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
}

.cartEmpty {
	background: url("../../images/public/cartBoxEmpty.jpg") no-repeat center center;
}
.cartFull {
	background: url("../../images/public/cartBoxFull.jpg") no-repeat center center;
}
