@charset "utf-8";
html, body
{
    width: 100%;
    height: 100%;
}
body {
        font-family: "Courier New", Courier, monospace;
	font-size: 16px;
        color: black;
}
h1, h2, h3, h4 {
    font-family: "Century Gothic", "Levenim MT";
}
a:link, a:visited, a:hover {
    color: black;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.main {
    width: 1130px;
    margin: 0 auto;
}
/*--------------------------index----------------------------*/
.index_left {
    float: left;
    width: 46%;
}
.index_left div {
    text-align: center;
}
.index_left div img {
    margin-top: 250px;
}
.index_right {
    float: right;
    padding-top: 5px;
    width: 50%;
}

/*--------------------------main----------------------------*/
.logo {
	margin-bottom: 10px;
	border-bottom: 1px solid #838383;
}
.content {
}
.active {
    background-color: #93c087;
}
.left_menu, .footer_left {
    width: 240px;
    padding: 0 25px;
}
.left_menu ul {
    margin-top: 50px;
}
.left_menu ul li, .footer_left ul li  {
    list-style: none;
    font-style: italic;
    margin: 0px;
}
.left_menu ul li a {
    padding: 0 5px;
}

.cart {
    margin: 50px 0 20px 0;
}

.data {
    padding: 30px 10px 20px 0;
    overflow: visible;
}

.footer, .footer_left {
	padding-top: 20px;
	border-top: 1px solid #838383;
	font-size: 0.8em;
}
.footer a, .footer_left a {
	color: #838383;
}
.footer ul li{
    display: inline;
    margin: 0;
}

#siteseal {
	display: block;
	margin: 40px 0 20px 0;
}
/*--------------------------prod----------------------------*/
.prod {
    display: block;
    width: 256px;
    height: 316px;
    float: left;
    position: relative;
    margin: 10px;
}
.prod:hover {
    text-decoration: none;
}
.prod p {
    padding: 10px 0 0 0;
}
.view {
    position: absolute;
    top: 0;
    left: 0;
}
.page {
    padding: 0 3px;
    margin: 0 1px;
}
.page_active {
    background-color: #93c087;
}

.item_left {
    float: left;
    width: 435px;
}
.item_right {
    padding-left: 35px;
    margin-left: 435px;
}
.item_right h1 {
    background-color: black;
    padding: 0 5px;
    color: #e7e1d5;
    font-size: 1.4em;
    line-height: 1.6em;
    display: inline-block;
    margin: 0 0 40px 0;
}



.details {
	margin: 10px 0;
	font-size: 0.8em;
}
.details .block-1, .details .block-2 {
	margin: 10px 0;
}

.item-block {
	display: block;
	float: right;
	width: 70px;
	height: 70px;
	margin: 3px 0 0px 3px;
	overflow: hidden;
	text-decoration: none;
}
.item-block.last {
	margin-left: 0;
}
.other {
	overflow: auto;
	margin-bottom: 10px;
}
/*--------------------------faq----------------------------*/
.faq_intro {
    margin-bottom: 30px;
}
.faq_cont {
    /*max-height: 400px;*/
    overflow: auto;
}
.faq_cont hr {
    margin: 10px 20px;
    border-style: dotted;
}

.post img {
    margin: 5px;
}
.post a {
    outline: none;
}

/*--------------------------cart------------------------------*/
.add_item img, .in-cart img {
	padding: 4px;
	border: 2px solid black;
}
.in-cart img {
	border-color: white;
}
#showCart a {
	color: white;
	font-weight: bold;
}
/*--------------------------other----------------------------*/


.bm {
	margin: 25px 0;
}
.comment {
    border: 1px solid;
    border-collapse: separate;
}
.left {
    float: left;
}
.right {
    float: right;
}
.red {
    color: red;
}
.none {
    display: none;
}
