* {
	margin: 0px;
	padding: 0px;
}

html {
	scrollbar-face-color: #FFFFFF;
    scrollbar-shadow-color: #CCCCCC;
    scrollbar-highlight-color: #7699AD;
    scrollbar-3dlight-color: #7699AD;
    scrollbar-darkshadow-color: #7699AD;
    scrollbar-track-color: #7699AD;
    scrollbar-arrow-color: #5E8E3E;
}

body {
	background-image: url('../img/bg-top.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #012346;
	font-family: 'trebuchet ms', verdana, tahoma, arial;
	font-size: 70%;
	line-height: 185%;

}

a:hover {
	color: #CCCCCC;
}

img {
	padding: 10px;
}

#top-menu {
	width: 900px;
	height: 50px;
	margin: 10px auto;
	margin-bottom: 10px;
	position: relative;
}

#bottom-copiright {
	width: 900px;
	height: 20px;
	margin: 20px auto;
	position: relative;
	color: #FFFFFF;
}

#logo {
	width: 900px;
	height: 53px;
	margin: 5px auto;
	margin-bottom: 1px;
	position: relative;
	background-image: url('../img/logo.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

.cname {
	position: absolute;
	height: 20px;
	top: 16px;
	left: 110px;
	width: 200px;
	color: #FFFFFF;
	font-size: 20px;
}

.slogan {
	position: absolute;
	height: 20px;
	top: 16px;
	right: 0px;
	width: 150px;
	color: #FFFFFF;
	font-size: 13px;
}

.lspacer {
	background-image: url('../img/lspacer.gif');
	background-repeat: no-repeat;
	background-position: top;
	width: 8px;
	height: 40px;
}

.butt-area {
	background-image: url('../img/button.gif');
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px auto;
	padding-top: 8px;
	width: 886px;
	height: 40px;
	top: 0px;
	left: 8px;
	position: absolute;
}

.butt-area a{
	color: #FFFFFF;
	font-size: 120%;
	text-decoration: none;
}

.butt-area a:hover{
	color: #CCCCCC;
}

.cart {
	background-image: url('../img/cart.gif');
	background-repeat: no-repeat;
	background-position: left center;
	top: 0px;
	right: 170px;
	width: 120px;
	height: 40px;
	position: absolute;	
	text-align: center;
	padding-left: 25px;
	line-height: 3.35;
	vertical-align: middle;
	color: #FFFFFF;
}

.searchblock {
	top: 0px;
	right: 8px;
	width: 140px;
	height: 40px;
	position: absolute;	
	text-align: center;
	padding-left: 25px;
	line-height: 3.35;
	vertical-align: middle;
}

.search {
	background-color: transparent;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	width: 130px;
	height: 15px;
	font-size: 100%;
	padding-left: 5px;
}

.rspacer {
	background-image: url('../img/rspacer.gif');
	background-repeat: no-repeat;
	background-position: top;
	width: 8px;
	height: 40px;
	top: 0px;
	right: 0px;
	position: absolute;
}

.button {
	cursor: pointer;
	background-image: url('../img/vspacer.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 20px;
	padding-right: 20px;
	height: 40px;
}

.bottomslice {
	background-image: url('../img/bottom-slice.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 10px;
	width: 338px;
	position: relative;
	float: right;
	margin-right: 8px;
	text-align: center;
	color: #FFFFFF;
	z-index: 1;
	cursor: pointer;
}

.bottomslice a {
	color: #FFFFFF;
	text-decoration: none;
}

.bottomslice a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

#maincontainer {
	width: 900px;
	height: 600px;
	padding: 0px;
	margin: 0px auto;
	background: none;
	position: relative;
	border: 0px;
}

.top-round {
	background-image: url('../img/top-round.gif');
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 0px;
	width: 900px;
	height: 8px;
	top: 0px;
	left: 0px;
	margin: 0px auto;
	position: relative;
	border: 0px;
}

.middle {
	width: 900px;
	height: 600px;
	padding: 0px;
	margin: 0px;
	top: 8px;
	background-color: #FFFFFF;
	position: absolute;
	border: 0px;
}

.bottom-round {
	background-image: url('../img/bottom-round.gif');
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 0px;
	width: 900px;
	height: 8px;
	top: 608px;
	left: 0px;
	margin: 0px auto;
	position: absolute;
	border: 0px;
}

#text {
    overflow: auto;
	clear: both;
	width: 880px;
	font-size: 120%;
	height: 600px; /*560px;*/
	margin: 0px auto;
	position: relative;
}

.prodcontainer {
	height: 280px;
	width: 860px;
	margin-bottom: 10px;
	position: relative;
}

.border-left {
	top: 0px;
	left: 0px;
	background-image: url('../img/border_left-top.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 200px;
	height: 280px;
	position: absolute;
}

.border-right {
	background-image: url('../img/border_right-bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 200px;
	height: 280px;
}

.border-right p {
	text-align: center;
	vertical-align: middle;
}

.prodinfo {
	top: 0px;
	left: 210px;
	position: absolute;
	background-image: url('../img/border_left-top_prod.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 650px;
	height: 280px;
}

.prodinfo_br {
	background-image: url('../img/border_right-bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 650px;
	height: 280px;
}

.prodname {
	top: 1px;
	left: 8px;
	position: absolute;
	background-color: #ffffff;
	width: 350px;
	height: 20px;
	font-family: arial;
	font-weight: 100;
	letter-spacing: 2px;
	font-size: 135%;
}

.prodinfo_big {
	left: 210px;
	position: relative;
	width: 650px;
	min-height: 280px;
	border: 1px solid #1a669b;
	padding-bottom: 5px;
}

.prodname a {
	color: #000000;
	text-decoration: none;
}

.prodname a:hover {
	color: #CCCCCC;
}

.prodname_add {
	top: 1px;
	left: 358px;
	position: absolute;
	background-image: url('../img/prodname_add.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 20px;
	height: 20px;
}

.prodinfo_text {
	top: 21px;
	left: 8px;
	width: 636px;
	position: absolute;
	padding-right: 5px;
	text-align: justify;
}

.img_zoom {
	width: 100px;
	height: 20px;
	background-color: #2481c1;
	border: 1px solid #1a669b;
	color: #FFFFFF;
}

#big_img {
	top: 50px;
	left: 200px;
	width: 500px;
	height: 500px;
	border: 2px solid #1a669b;
	position: absolute;
	text-align: center;
	background-color: #FFFFFF;
	opacity: 0;
	z-index: 4;
	display: none;
}

#big_img .close_btn {
	right: 3px;
	top: 3px;
	position: absolute;
	width: 15px;
	height: 15px;
	background-image: url('../img/close_img.gif');
	background-repeat: no-repeat;
	background-position: top;
	border: 1px solid #1a669b;
	cursor: pointer;
}

#loading {
	background-image: url('../img/loading.gif');
	background-repeat: no-repeat;
	background-position: top;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 275px;
	left: 425px;
	visibility: hidden;
	z-index: 10;
}

#grayfone {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	opacity: 0;
	background: gray;
	visibility: hidden;
}

.add_cart {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.add_cart tr {
	height: 15px;
}

.add_cart tr:hover {
	background-color: #e6e6e6;
	cursor: pointer;
}

.add_cart td {
	width: 33%;
	height: 15px;
	border-bottom: 1px solid #1a669b;
	border-top: 1px solid #1a669b;
}

#menucontainer {
	height: 0px;
}

.pages {
    padding: 0em 0.5em 0.5em 0.5em;
    margin: 1em 0;
    font-size: 85%;
	width: 850px;
	text-align: center;
}

.pages a, .pages span {

    float: center;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    color: black;
    border: 1px solid #fff;
    background: #fff;
}

.pages span.current {
    border: 1px solid grey;
    background-color: #2481c1;
    color: #FFFFFF;
}

.pages a {
    border: 1px solid #2481c1;
    text-decoration: none;
}

.pages a:hover {
    border-color: #CCCCCC;
}

.pages a.nextprev {
    font-weight: bold;
}

.pages span.nextprev {
    border: 1px solid #ddd;
    color: #999;
}

.way {
	text-decoration: none;
	color: #FFFFFF;
}

.path {
	background-image: url('../img/way.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 850px;
	color: #FFFFFF;
}

.plus {
	background-image: url('../img/plus.gif');
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 30px;
}

.minus {
	background-image: url('../img/minus.gif');
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 30px;
}
