﻿* 
{
	margin:0px;
	padding:0px;
}
input, textarea, select
{
    padding:4px 6px;
    border:solid 1px #4e4d4d;
    background-color:#3e3e3e;
    color:#FFFFFF;
}
a, a:visited 
{
	color:#c55bae;
	text-decoration:none;
}
a:hover 
{
	color:#f411c4;
	text-decoration:underline;
}
a.button 
{
    padding:4px 6px;
    border:solid 1px #4e4d4d;
    background-color:#3e3e3e;
    display:block;
    width:70px;
    text-align:center;
    color:#FFFFFF;
}	
body 
{
	background:#faeaf6;
	font-family:Arial;
	font-size:12px;
	color:#b8b8b8;
}
h1 
{
	font-family:Arial;
	font-size:20px;
	color:#ededed;
	margin-bottom:5px;
	font-weight:normal;
}
.margin_b {margin-bottom:15px;}
div.page_container
{
    margin:40px auto;
    background:#222222 url(../images/bg_page.jpg) no-repeat right top;
    border:solid 2px #222222;
    width:800px;
}
img.logo
{
    margin:26px;
}
div.footer
{
    margin-top:10px;
    text-align:center;
    color:#565656;
    font-family:Verdana;
}
div.footer div.links
{
    height:26px;
    line-height:26px;
    color:#a6a6a6;
    background-color:#2a2a2a;
}
div.footer div.copyright
{
    font-size:10px;
    color:#565656;
    line-height:22px;
}
div.copyright a, div.copyright a:visited
{
    color:#8e8e8e;
}

.mainPanel .noHeaderStyle
{
	border:none 0px;
	margin:0px;
	padding:0px;
}

.mainPanel
{
}
.mainPanel .header,
.mainPanel .header1,
.mainPanel .header2,
.mainPanel .header3,
.mainPanel .header4,
.mainPanel .header5,
.mainPanel .header7,
.mainPanel .header6
{
    font-family:Verdana;
    color:#eec2e5;
    height:45px;
    line-height:45px;
    margin:0px 0px;
    background-image:url(../images/bg_panel.gif);
    background-position:35px 0px;
    background-repeat:no-repeat;
    padding-left:105px;
    cursor:pointer;
    border:0px;
}
.mainPanel .header {background-color:#ab218e;}
.mainPanel .header1 {background-color:#ab218e;}
.mainPanel .header2 {background-color:#b43499;}
.mainPanel .header3 {background-color:#bc47a3;}
.mainPanel .header4 {background-color:#c55bae;}
.mainPanel .header5 {background-color:#cd6eb9;}
.mainPanel .header6 {background-color:#d582c4;}
.mainPanel .header7 {background-color:#d292c0;}

.mainPanel .content 
{
	padding:33px;
	font-family:Arial;
	font-size:13px;
	color:#b8b8b8;
	line-height:1.4em;
}
ul.liststyle
{
	margin-left:15px;
}
ul.liststyle li 
{
	margin:0px;
	padding:0px;
	list-style-type:hebrew;
	list-style-position:outside;
}
ul.nostyle, ul.nostyle li
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.imagelinks li {	margin-bottom:10px; }
ul.imagelinks li a, ul.imagelinks li a:visited
{
	border:solid 1px #b8b8b8;
	padding:1px;
	display:block;
}
div.layout_2c_r 
{
	overflow:visible;
}
div.layout_2c_r div.panel_left 
{
	margin-right:160px;
}
div.layout_2c_r div.panel_right 
{
	width:145px;
	float:right;
}
table.formtable tr td
{
	padding:2px;
}

div.socialmedia
{
    margin-left:4px;
    padding-top:3px;
}
div.follow_us
{
    color:#536570;
    font-size:14px;
    font-weight:bold;
    margin-left:8px;
    margin-bottom:5px;
}
ul.socialicons
{
    list-style:none;
    margin:0px;
    padding:0px;
}
ul.socialicons li
{
    float:left;
    margin-left:5px;
}
div.important_box
{
    margin-top:20px;
    padding:15px;
    border:solid 1px #4e4d4d;
    background-color:#3e3e3e;
}

div.review_item
{
    margin-bottom:30px;
    border-bottom:solid 1px Grey;
    padding:10px;
}
div.review_item div.review_name
{
    color:White;
    font-size:12px;
    font-weight:bold;
    margin-bottom:7px;
}
div.review_item div.review_comments
{
    text-align:justify;
    line-height:16px;
    margin-bottom:15px;
}
div.review_item div.review_date
{
    text-align:right;
}