html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Candara,Arial,Tahoma;
	font-size: 12pt;
}

a img {
	border: 0px;
}

#wrapper {
	margin: 0px auto;
	width: 1000px;
}

#header {
	background: url(../images/header.gif) repeat-x;
	height: 194px;
}

#logo {
	background: url(../images/logo-bgr.jpg) no-repeat;
	height: 150px;
	width: 300px;
	position: relative;
	left: 75px;
	text-align: center;
	padding-top: 45px;
	overflow: hidden;
}

#slogan {
	float: right;
	width: 610px;
	font-family: Candara,Arial,Tahoma;
	font-size: 30pt;
	font-weight: bold;
	font-style: italic;
	color: #2977B9;
	text-align: center;
	padding-top: 47px;
}

#slogan span {
	display: block;
	color: #000;
	margin-top: 10px;
}


#menu {
	background: url(../images/menu-bgr.gif) repeat-x;
	height: 64px;
	margin: 4px 0px;
	overflow: hidden;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-left: 4px solid #fff;
}

#menu ul li {
	display: block;
	float: left;
	border-right: 4px solid #fff;
	font-size: 12pt;
	font-family: Candara,Arial,Tahoma;
	/* width: 130px; */
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 24px 30px 0px 30px;
	height: 64px;
}

#menu ul li a {
	color: #fff;
	text-decoration: none;
}

#menu ul li.active {
	background: #2571b1;
}

#menu ul li.first {
	width: 10px;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#intro {
	background: url(../images/bn.jpg) no-repeat;
	height: 224px;
	color: #fff;
	font-weight: bold;
}

#banner {
	width: 400px;
	font-family: Candara,Arial,Tahoma;
	padding: 50px 0px 0px 45px;
}

h1, h2, h3, h4, h5 {
    margin: 0px;
}

h3 {
	font-size: 20pt;
}


.silver {
	background: #e1e1e1;
}

#content h3 {
	color: #4F99CA;
}

#content.inner {
	padding: 20px 50px;
}

h1 {
	text-align: center;
	color: #4F99CA;
}

#left-panel {
	float: left;
	width: 520px;
	padding: 90px 0px 0px 0px;
}

#left-panel .bn {
	padding-left: 100px;
}

#right-panel {
	float: left;
	width: 455px;
	padding: 35px 0px 10px 10px;
	text-align: justify;
}

#action {
	background: #fff;
	text-align: center;
	width: 420px;
	margin-top: 45px;
	padding: 0px 5px 5px 0px;
	font-weight: bold;
}


#action .date {
	font-size: 8pt;
	font-style: italic;
	text-align: right;
}


.clr {
	clear: both;
}

a {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: none;
}


#footer {
	border-top: 4px solid #fff;
	background: #4e99c9;
	height: 40px;
	padding: 15px 42px 15px 30px;
	color: #fff;
}

#footer .logo {
	float: right;
}

#footer .logo img {
	max-height: 40px;
	height: 40px;
}


#copyright {
	padding: 10px 0px 0px 0px;
}



















#contactForm {
     width: 45%;
     position: relative;
}
#contactForm .label {
     position: absolute;
     top: 20px;
     right: -300px;
}
#contactForm label {
     display: block;
     font-size: 14px;
     font-weight: bold;
     margin: 17px 0px 5px;
}
#contactForm input.text, #contactForm textarea, #contactForm select {
     font-size: 12px;
     width: 100%;
}
#contactForm select {
     width: 32%;
}
#contactForm textarea {
     height: 125px;
}

#contactForm .testimonial-phone, #contactForm .message-phone {	display: none;}

#dopInput {
     position: relative;
     display: none;
}
#dopInput img {
     display: inline;
     margin: 7px 0px 0px 0px;
}
#dopInput input.text {
     width: 60%;
     float: right;
     position: relative;
     margin-right: -4px;
}
#contactForm .submit {
     float: right;
     margin-right: -4px;
}

#requestStatus #loadingImg {
     float: right;
     margin: -6px 5px 0px 0px;
     padding-top: 10px;
     display: none;
}
#requestStatus span#green {
     color: #00a752;
     visibility: hidden;
}
#requestStatus span#red {
     color: #ED1C24;
     visibility: hidden;
}






.products {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.products .color-sep {
	margin-bottom: 25px;
}
.products .item {
	float: left;
	width: 33%;
	//width: 32.5%;
	vertical-align: top;
}
.products .item .i-wrap {
	width: 183px;
	height: 262px;
	display: inline-block;
}
.products .img {
	width: 180px;
	height: 140px;
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 7px;
	cursor: pointer;
}
.products .item a {
	text-decoration: none;
	position: relative;
}
.products .item p {
	color: #5c5c5c;
	font-size: 11px;
	margin: 10px 3px 5px 0px;
}
.products .item .title {
	text-decoration: underline;
}
.products .item .price strong {
	font-size: 15px;
	font-weight: bold;
	color: #f00;
}
.products .item .button {
	display: none;
	float: right;
}
.products .item:hover .button {
	display: inline-block;
}





#breadcrumbs {
	font-size: 13px;
	color: #000;
	padding-bottom: 17px;
}
#breadcrumbs a {
	font-size: 12px;
}
#breadcrumbs h1 {
	display: inline;
}





#cat-item {
	margin-top: 30px;
}
#ci-photos {
	width: 320px;
	float: left;
}
#cip-main {
	width: 300px;
	height: 300px;
	overflow: hidden;
	text-align: center;
	position: relative;
	cursor: pointer;
}
#cip-main .lupa {
	position: absolute;
	width: 47px;
	height: 46px;
	background: url(/images/lupa.png) no-repeat;
	left: 50%;
	top: 50%;
	margin: -23px 0px 0px -23px;
	display: none;
}
#cip-thumbs {
	margin-top: 18px;
}
#cip-thumbs li {
	float: left;
	width: 71px;
	height: 51px;
	border: 1px #fff solid;
	text-align: center;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 20px;
}
#cip-thumbs li.act {
	border-color: #ff7800;
}
#cat-item .price {
	font-size: 15px;
}
#cat-item .button {
	vertical-align: middle;
	margin-left: 13px;
}
#cat-item .price strong {
	color: #f00;
	font-size: 20px;
}
.lbl-status {
	margin-left: 11%;
}
.lbl-status img {
	vertical-align: middle;
}




.text {
	font-size: 13px;
	line-height: 130%;
	width: 80%;
}

.text p, .text-block p {
	margin-bottom: 20px;
}


.text h2, .text-block h2 {
	margin: 10px 0px 10px 0px;
}

#cat-item .summary {
	margin: 14px 0px;
}

.clr {
	clear: both;
}












#sort-block {
	font-size: 13px;
	position: relative;
	margin: -10px 0px 25px;
}
#sort-block #ddl {
	float: right;
}
.lnk-sort {
	display: inline-block;
	margin-right: 2px;
	text-decoration: none;
	vertical-align: middle;
}
.lnk-sort.act {
	background: url(/images/blue_bg.png) no-repeat left top;
	color: #fff!important;
}
.lnk-sort .ls-wrap {
	display: block;
	height: 21px;
	padding: 3px 9px 0px;
	position: relative;
	margin-right: -2px;
	cursor: pointer;
}
.lnk-sort.act .ls-wrap {
	background: url(/images/blue_bg.png) no-repeat right -24px;
}
.ls-wrap span {
	border-bottom: 1px dashed;
	zoom: 1;
}
.lnk-sort .ls-wrap i {
	width: 7px;
	height: 10px;
	vertical-align: top;
	margin: 4px 0px 0px 3px;
	background: url(/images/arr_top.png) no-repeat;
	display: none;
}
.lnk-sort.act .ls-wrap i {
	display: inline-block;
}
.ls-wrap i.bot {
	background-image: url(/images/arr_bot.png);
	margin-top: 5px;
}
#paging {
	font-size: 13px;
}
#paging .lnk-page {
	margin: 0px 5px;
}
#paging ul {
	margin-top: 18px;
}
#paging li {
	display: inline;
}
#paging li a {
	display: inline-block;
	font-size: 15px;
	font-style: italic;
	margin-right: 3px;
}
#paging li a span {
	display: block;
	margin-right: -3px;
	position: relative;
	height: 21px;
	padding: 3px 6px 0px 4px;
	cursor: pointer;
}
#paging li a.act {
	background: url(/images/blue_bg.png) no-repeat left -48px;
	font-weight: bold;
	color: #fff!important;
	text-decoration: none;
}
#paging li a.act span {
	background: url(/images/blue_bg.png) no-repeat right -72px;
	padding: 3px 11px 0px 9px;
}



.gallery .color-sep {	margin-top: 20px;	height: 30px;}

.gallery .color-sep img {	height: 1px;
}


.brand-logo {	float: right;
	margin: 0px 0px 10px 10px;}



#top-panel {
    background: url(/images/toppanel-bgr.png);
    padding: 5px 15px;
    position: fixed;
    right: 10%;
    top: 0;
    z-index: 3;
}

#top-panel a {	color: #CF5300;}








.attributes {
	padding: 30px 0px 60px;
	width: 100%;
	float: left;
}

.attributes h2 {
	font-weight: normal;
}

.attributes table {
	width: 100%;
	margin-top: 25px;
}

.attributes table th {	text-align: left;
	padding: 10px 0px;
}

.attributes table td {
	vertical-align: top;
	padding: 8px 0px;
	color: #222;
	width: 40%;
	text-align: left;
	background: url(/images/crop.gif) repeat-x left top;
}

.attributes td:first-child {
	width: 60%;
	font-style: normal;
}



.lnk-regorder {
	padding-left: 17px;
	position: relative;
	color: #589600!important;
}

.lnk-regorder span {
	position: absolute;
	left: 0px;
	top: -2px;
	text-decoration: none;
}

.products .item a.lnk-regorder {
	text-decoration: underline;
}

.added-label {
	display: none;
	color: green;
}


.incart {	color: #589600 !important;
	text-decoration: underline !important;
}

.products .item .incart {	float: right;}








#cart-tbl {
	width: 100%;
	color: #000;
}



#cart-tbl th {
	font-weight: normal;
	vertical-align: bottom;
	text-align: left;
}
#cart-tbl td {
	vertical-align: top;
	padding: 20px 0px 10px;
	font-size: 13px;
	background: url(/img/blue/crop.gif) repeat-x left bottom;
}
#cart-tbl td.td-img {
	width: 200px;
}
#cart-tbl td.td-info {

}

#cart-tbl .td-input {
	width: 90px;
	text-align: right;
	padding-right: 30px;
}
#cart-tbl .td-total {
	width: 70px;
}
#cart-tbl .td-total strong {
	font-size: 15px;
	color: #f00;
}
#cart-tbl .td-del {
	width: 30px;
}
#cart-tbl .lnk-title {
	font-size: 15px;
}
#cart-tbl p {
	margin-top: 10px;
}
#cart-tbl input {
	width: 25px;
	font: 13px Arial, Helvetica, sans-serif;
	text-align: right;
}
#cart-tbl .del {
	display: inline-block;
	vertical-align: top;
	margin-top: 7px;
	cursor: pointer;
}

#cart-total {

}

#cart-total strong {
	color: #f00;
}



#tree-sitemap ul {	padding: 0px;
	margin: 0px;
}

#tree-sitemap ul li {	list-style: circle;
	padding: 2px 0px;
	margin-left: 14px;
}

#tree-sitemap ul li ul li {	margin-left: 41px;}