@import url("reset.css");


body {
	background: url(../img/main_body_bg.jpg) repeat 0 0;
}

/* hack for footer ------------------------------------ hack for footer */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  padding-bottom: 50px;
}

#safe_logo {
    margin: 6px;
    width: 120px;
    height: 89px;
    background: url('/img/safe_logo.jpg') no-repeat;
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
    color: #c19b2e;
    font-size: 9px;
    padding-left: 35px;
    overflow: hidden;
    font-family: Verdana;
    line-height: 15px;
}
#safe_logo a{
    color: #fbba20;
    font-family: Verdana;
    font-size: 9px;
    width: 76px;
    height: 15px;
    display: block;
    overflow: hidden;
}
/* HEADER ------------------------------------------------------ HEADER */
#header {
	border-bottom: 1px solid #6a4101;
	height: 29px;
	background: #200004;
	width: 100%;
	float: none;
	clear: both;
	position: relative;
	z-index: 900;
	margin-bottom: 15px;
}
.header_title {
	color: #C69B3C;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 8px 0 0 204px;
	position: relative;
	width: 400px;
}
.header_logo {
	display: block;
	width: 204px;
	height: 29px;
	background: #890202 url(../img/mypassion.jpg) no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 0;
}
.header_menu {
	width: 180px;
	/*position: absolute;
	right: 0;
	top: 0;*/
    float: right;
}
.header_menu ul {
	float: none;
	clear: both;
	padding: 8px 0 0 0;
}
.header_menu ul li {
	float: right;
	color: #C69B3C;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 2px 0;
	position: relative;
	margin: 0 20px 0 0;
}

.header_menu ul li a {
	border-bottom: 1px dashed white;
	color: white;
	text-decoration: none;
}
.header_menu ul li a.tell {
	border-bottom: 1px solid #C69B3C;
	color: #C69B3C;
	text-decoration: none;
}
#header_location {
	/*padding-right: 25px;*/
}
#header_location_pop_up {
	position: absolute;
	left: 7px;
	top: -168px;
	border: 1px solid #8F7F75;
    border-right: none;
    border-bottom: none;
	display: none;
	z-index: 9999;
}
#header_location_pop_up ul {
	background: #200004;
	float: none;
	clear: both;
	padding: 0 0 0 0;
}
#header_location_pop_up ul li {
	float: left;
	position: relative;
	margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: #200004;
}
#header_location_pop_up ul li a {
	display: block;
    padding: 8px 16px 6px 45px;
    margin: 0 0 0 0;
    width: 80px;
    color: #FFFFFF;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #8F7F75;
    border-right: 1px solid #8F7F75;
}
#header_location_pop_up ul li a.de {
    background: url(/img/flags/de.gif) no-repeat 13px 5px;
}
#header_location_pop_up ul li a.it {
    background: url(/img/flags/it.gif) no-repeat 13px 5px;
}
#header_location_pop_up ul li a.nl {
    background: url(/img/flags/nl.gif) no-repeat 13px 5px;
}
#header_location_pop_up ul li a.ru {
    background: url(/img/flags/ru.gif) no-repeat 13px 5px;
}
#header_location_pop_up ul li a.ua {
    background: url(/img/flags/ua.gif) no-repeat 13px 5px;
}
#header_location_pop_up ul li a.us {
    background: url(/img/flags/us.gif) no-repeat 13px 5px;
}
#header_location_pop_up ul li a.ar {
    background: url(/img/flags/ar.gif) no-repeat 13px 5px;
}
#header_location_pop_up ul li a.pt {
    background: url(/img/flags/pt.gif) no-repeat 13px 5px;
}
#header_location_pop_up ul li a.fr {
    background: url(/img/flags/fr.gif) no-repeat 13px 5px;
}



/*home page language switch*/
.menu li ul li a.de {
    background: url(/img/flags/de.gif) no-repeat 10px center;
}
.menu li ul li a.it {
    background: url(/img/flags/it.gif) no-repeat 10px center;
}
.menu li ul li a.nl {
    background: url(/img/flags/nl.gif) no-repeat 10px center;
}
.menu li ul li a.ru {
    background: url(/img/flags/ru.gif) no-repeat 10px center;
}
.menu li ul li a.ua {
    background: url(/img/flags/ua.gif) no-repeat 10px center;
}
.menu li ul li a.us {
    background: url(/img/flags/us.gif) no-repeat 10px center;
}
.menu li ul li a.ar {
    background: url(/img/flags/ar.gif) no-repeat 10px center;
}
.menu li ul li a.pt {
    background: url(/img/flags/pt.gif) no-repeat 10px center;
}
.menu li ul li a.fr {
    background: url(/img/flags/fr.gif) no-repeat 10px center;
}


.menu{
	position: absolute;
    right: 0px;
    top: 164px;
    border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 9px Verdana, Times New Roman, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	z-index: 100;
}
.menu ul{
	background:#200004;
	height:30px;
	list-style:none;
	margin:0;
	padding:0;
}
.menu li{
	float:left;
	padding:0px;
}
.menu li a{
	background:#200004;
	color:#C69B3C;
	display:block;
	font-weight:normal;
	line-height:29px;
	margin:0px 10px 0 0;
	padding:0px 25px 0 10px;
	text-align:center;
	text-decoration:none;
}
.menu li a span{
    color: #fff;
    border-bottom: 1px dashed #fff;
}
.menu li a:hover, .menu ul li:hover a{
    background: #2580a2;
    color:#FFFFFF;
	text-decoration:none;
}
.menu li ul{
	background:#200004;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border-left: 1px solid #8F7F75;
    border-top: 1px solid #8F7F75;
	position:absolute;
	width:160px;
	z-index:200;
	/*top:1em;
	/*left:0;*/
}
.menu li:hover ul{
	display:block;
}
.menu li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:160px;
    border-bottom: 1px solid #8F7F75;
    border-right: 1px solid #8F7F75;
}
.menu li:hover li a{
	background:none;
}
.menu li ul a{
	display:block;
	height:29px;
	font-size:9px;
	font-style:normal;
	margin:0px;
	padding:0px 0px 0px 35px;
	text-align:left;
}
.menu li ul a:hover, .menu li ul li:hover a{
	color: #ffffff;
	text-decoration:none;
}




/*search mode switch*/
#search_switch_mode {
    border: 1px solid #C29931;
    border-left: none;
    margin: 1px 10px 0 0;
    background: #FBFFE8 url('/img/search_result_input_dropdown.gif') no-repeat top right;
}
.search_switch_menu{
	float: left;
    margin:0px;
	padding:0px;
	font: 14px Times New Roman, Verdana, Helvetica, sans-serif;
	font-weight:normal;
}
.search_switch_menu ul{
	background:#fff;
	height:26px;
	list-style:none;
	margin:0;
	padding:0;
}
.search_switch_menu li{
	float:left;
	padding:0px;
    color: #000;
}
.search_switch_menu li a{
	color:#777;
	display:block;
	font-weight:normal;
	line-height:26px;
	margin:0px;
	padding:0 15px 0 0;
	text-align:right;
	text-decoration:none;
    height: 26px;
    width: 66px;
    clear: both;
}
/*.search_switch_menu li a:hover {
    background: #fff;
    color:#777;
	text-decoration: none;
}*/
/*.search_switch_menu ul li:hover a{
    background: #CCCCCC;
    color:#000;
	text-decoration: underline;
}*/
.search_switch_menu li ul{
	background:#FBFFE8;
	display:none;
	height:auto;
	padding:1px 0 0 1px;
	margin:0px;
    border: 1px solid #C29931;
    border-top: none;
	position:absolute;
	width:80px;
	z-index:200;
    line-height: 30px;
}
.search_switch_menu li:hover ul{
	display:block;
}
.search_switch_menu li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:80px;
}
.search_switch_menu li:hover li a{
	background:none;
}
.search_switch_menu li ul a{
	width: 72px;
    display:block;
	height:30px;
    line-height: 28px;
	font-size:11px;
	font-style:normal;
	margin:0px;
	padding:0 0 0 8px;
	text-align:left;
}
.search_switch_menu li ul a:hover, 
.search_switch_menu li ul li:hover a{
	background: #CCCCCC;
	text-decoration:underline;
}
/*==================================*/


		









/* FRAME ------------------------------------------------------ FRAME */
#frame {
	width: 100%;
	margin: 0 0 0 0;
/*	background: #4E1F10 url(../images/main_body_bg.gif);*/
}

#frame .frame_cell_help {
/*	width: 20%;*/
/*	background: #6699CC;*/
}
#frame .frame_cell_help2 {
	width: 10%;
/*	background: #6699CC;*/
}

#frame .frame_cell_data {
	width: 60%;
/*	background: #66CC66;*/
}

#frame .frame_cell_data_service {
	width: 100%;
    text-align: center;
}

#frame .frame_cell_menu {
/*	background: #996699;*/
}


/* FOOTER ------------------------------------------------------ FOOTER */
#home_footer {
    *background: #200004 url('/img/footer_bg.jpg') repeat-x;
        background: white;
	height: 164px;
	width: 100%;
	float: none;
	clear: both;
    position: relative;
}
.footer_links_container {
    margin: 0 auto;
    width: 1086px;
    padding: 10px 0 0 0;
}
#footer {
	background: #200004 url('/img/footer_bg.jpg') repeat-x;
        *background: white;
        height: 161px;
	width: 100%;
	float: none;
	clear: both;
	position: absolute;
	bottom: 0;
/*	padding: 0 0 170px 0;*/
	padding: 0 0 0 0;
}
.footer_rights {
	color: #C69B3C;
	font: normal 11px Tahoma, Arial, sans-serif;
	float: left;
	padding: 9px 0 0 0;
    clear: both;
}
.footer_logo{
    width: 199px;
    height: 24px;
    float:left;
    background: url(/img/footer_logo.gif) no-repeat;
    padding: 0 0 5px 0;
    display: block;
    margin: -9px 5px 0 0;
}
.footer_links {
	width: 700px;
	position: absolute;
	right: 0;
    top: 0;
}
.footer_links ul {
	float: none;
	clear: both;
	padding: 8px 0 0 0;
}
.footer_links ul li {
	float: right;
	color: #C69B3C;
	font: normal 11px Tahoma, Arial, sans-serif;
	padding: 0 20px 2px 0;
}
.footer_links ul li a {
	border-bottom: 1px dashed white;
	color: white;
	text-decoration: none;
}
.footer_links ul li a.tell {
	border-bottom: 1px solid #C69B3C;
	color: #C69B3C;
	text-decoration: none;
}


/* WISHLIST ------------------------------------------------------ WISHLIST */
#wishlist_cart_form {
    display: none;
}
#wishlist_container {
    position: fixed; 
    bottom: 0px; 
    left: 0;
    width: 100%;
    text-align: center;
    background: #2D0202;
    z-index: 8999;
    border-top: 1px solid #C69B3C;
}
#wishlist {
    width: 100%;
    height: 108px;
    background: #fff; /*url(/images/wishlist_bg.gif) left top no-repeat;*/
    display: none;
    overflow: auto;
    list-style-type: none;
    position: relative;
}
.wishlist_out_button {
    display: block;
    width: 138px;
    height: 20px;
    position: absolute;
    left: 12px;
    top: -28px;
    border-bottom: 1px solid #C69B3C;
    background: url('/img/wishlist_button.png') no-repeat top left;
    outline: none;
    color: #fff;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-align: left;
    padding: 7px 0 0 30px;
    text-decoration: none;
}
.wishlist_out_button span{
    text-decoration: underline;
}
#wishlist p{
    /*padding: 5px;*/
}
#wishlist_head {
    height: 32px;
    overflow: hidden;
    float: left;
}
#wishlist_head p{
    font-size: 18px;
    float: left;
    color: #c69b3c;
    font-family: "Times New Roman",Times,serif;
    margin: 7px 0 0;
    width: 150px;
    text-align: right;
}
#wishlist_login {
    float: left;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
#wishlist_login label{
    float: left;
    color: #c69b3c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 8px 4px 0 10px;
}
#wishlist_login a{
    float: left;
    color: #c69b3c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 8px 4px 0 10px;
    text-decoration: underline;
}
#wishlist_login input{
    float: left;
    border: 1px solid #000;
    height: 15px;
    width: 130px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 7px 0 0 0;
}
#show_hide_wishlist {
    /*margin: 0 auto;*/
    float: left;
    width: 100px;
}
#show_hide_wishlist a{
    display: block;
    margin-top: 5px;
    margin-right: 25px;
    padding: 2px 25px 0 4px;
    text-decoration: none;
    text-align: left;
    color: #c69b3c;
    font-family: "Times New Roman",Times,serif;
    font-size: 18px;
    height: 18px;
    /*background: url(../img/wishlist_arrows.gif) no-repeat bottom right;*/
}
#pan_mywishlist {
    float: left;
    margin-top: 5px;
    padding: 2px 0 0 25px;
    text-align: right;
    color: #c69b3c;
    font-family: "Times New Roman",Times,serif;
    font-size: 18px;
    height: 18px;
}
.wishlist_open_text{
    display: block;
    margin-top: 5px;
    margin-right: 25px;
    padding: 2px 25px 0 4px;
    text-decoration: none;
    text-align: right;
    color: #c69b3c;
    font-family: "Times New Roman",Times,serif;
    font-size: 18px;
    height: 18px;
}
.wishlist_button{
    display: block;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 200px;
    height: 42px;
    width: 95px;
    background: url(../img/wishlist_arrows_big.png) no-repeat bottom right;
    font-size: 0;
    z-index: 100;
    text-transform: uppercase;
    color: #c69b3c;
    font-family: "Times New Roman",Times,serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 65px;
    text-align: center;
    text-decoration: none;
}
.wishlist_item_remove_heart {
    position: absolute;
    right: -11px;
    top: -6px;
    width: 22px;
    height: 18px;
    background: url('/img/remove_from_fav.png') no-repeat;
}
.wishlist_links{
    margin: 5px 0 0 0;
    /*width: 260px;*/
    height: 22px;
    float:right;
}
.wishlist_links li{
    padding: 5px 0 0 0;
    display: block;
    float: left;
    color: #c69b3c;
    font-family: Verdana;
    font-size: 9px;
       
}
.wishlist_links li.middot{
    background: url('/img/middot.gif') center center no-repeat;
    width: 3px;
    padding: 20px 23px 0 23px;
}
.wishlist_links li a{
    display: block;
    float: left;
    color: #c69b3c;
    font-family: Tahoma;
    font-size: 11px;
     text-decoration: none;   
}

.wishlist_item {
    float: left;
    margin: 5px;
}
.wishlist_item_title {
    float: left;
    padding: 1px;
    border: 1px solid #c69b3c;
    position: relative;
}
.wishlist_item_desc {
    float: left;
    width: 100px;
}
.wishlist_item_add_to_cart {
    float: left;
    margin-bottom: 2px;
    margin-left: 4px;
    margin-top: 5px;
}
.wishlist_item_add_to_cart_a {
    color: #a37524;
    font-size: 11px;
    text-decoration: underline;
    float: left;
    margin-left: 3px;
    margin-top: 5px;
}
.wishlist_item_remove {
    float: left;
    margin-left: 11px;
    margin-bottom: 2px;
    margin-top: 6px;
    clear: both;
}
.wishlist_item_remove_a {
    color: #a37524;
    float: left;
    font-size: 11px;
    margin: 3px 0 2px 4px;
    text-decoration: underline;
}
.wishlist_desc_p {
    width: 100%;
    font-size: 11px;
    font-family: Arial, Verdana,  Helvetica, Sans-serif;
    float: left;
    margin-top: 3px;
    color: #a37524;
    margin-left: 5px;
    text-align: left;
}
.empty_wishlist{
    text-align: left;
    font-size: 12px;
    margin: 10px;
}

.mp_link{
    padding: 20px 0 0 0;
    display: block;
    clear: both;
    width: 400px;
    color: #c69b3c;
    font-family: Verdana;
    font-size: 9px;
    margin: 0 auto;
}

.mp_link a{
    color:darkred;
}

/* CONTENT ------------------------------------------------------ CONTENT */

#c_home_main {
/*	width: 556px;*/

	width: 572px;
/*	padding: 6px 8px 0 8px;*/
/*	background: #FFFFFF;
	background: #CCCCCC;*/
	overflow: visible;
	position: relative;
}
/* -------------------------------------- */
.chm_logo_c {
	width: 556px;
	height: 101px;
	position: relative;
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
	border-top: 6px solid #FFFFFF;
}
.chm_logo_c .chm_logo {
	width: 556px;
	height: 101px;
	display: block;
	background: #3a0201 url(../img/home_logo.jpg) no-repeat 105px 10px;
}
.chm_logo_c .chm_lady {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 133px;
	height: 162px;
	background: url(../img/home_lady.gif) no-repeat 0 0;
}
.chm_logo_c .chm_lady2 {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 94px;
	height: 114px;
	background: url(../img/home_lady2.gif) no-repeat 0 0;
}


/* -------------------------------------- */

/* -------------------------------------- */
.chm_logo_c_service {
	width: 700px;
	height: 101px;
	position: relative;
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
	border-top: 6px solid #FFFFFF;
}
.chm_logo_c_service .chm_logo {
	width: 700px;
	height: 101px;
	display: block;
	background: #3A0201 url(../img/home_logo.jpg) no-repeat 200px 50%;
}
.chm_logo_c_service .chm_lady {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 133px;
	height: 162px;
	background: url(../img/home_lady.gif) no-repeat 0 0;
}
.chm_logo_c_service .chm_lady2 {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 94px;
	height: 114px;
	background: url(../img/home_lady2.gif) no-repeat 0 0;
}
.chm_path_service {
	width: 467px;
	height: 20px;
	background: #3F0803;
	border-top: 1px solid #FFFFFF;
	color: #F8FFDA;
	font: normal 10px Arial, Helvetica, sans-serif;
	padding: 6px 0 0 4px;
	border-left: 1px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
    margin: 40px 0 20px 98px;
}
.chm_path_service h1 {
    display: inline;
}
.chm_path_service span {
	color: #c59e52;
	text-transform: lowercase;
}
.chm_path_service span a {
	color: #c59e52;
}



.chm_path_works {
    width: 687px;
    height: 20px;
    background: #3F0803;
    border-top: 1px solid #FFFFFF;
    color: #F8FFDA;
    font: normal 10px Arial, Helvetica, sans-serif;
    padding: 6px 0 0 4px;
    border-left: 1px solid #FFFFFF;
    border-right: 8px solid #FFFFFF;
}
.chm_path_works h1 {
    display: inline;
}
.chm_path_works span {
    color: #c59e52;
    text-transform: lowercase;
}
.chm_path_works span a {
    color: #c59e52;
}
/* -------------------------------------- */

/* ====================================== */
.chm_path {
	width: 552px;
	height: 20px;
	background: #3F0803;
	border-top: 1px solid #FFFFFF;
	color: #F8FFDA;
	font: normal 10px Arial, Helvetica, sans-serif;
	padding: 6px 0 0 4px;
	border-left: 1px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
}
.chm_path h1 {
    display: inline;
}
.chm_path span {
	color: #C0907A;
	text-transform: lowercase;
}
.chm_path span a {
	color: #C0907A;
}
/* -------------------------------------- */

/* -------------------------------------- */
.chm_leaf1 {
/*	background: #67120D;*/
	width: 556px;
	float: none;
	clear: both;
	overflow: auto;
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
}
.chm_leaf1  .chm_leaf1_right {
	background: #67120D url(../img/home_leaf.jpg) no-repeat 145px 7px;
	width: 375px;
	height: 236px;
	float: left;
	overflow: auto;
}
.chm_leaf1 .chm_leaf1_title {
	color: #E7D886;
	font: bold 14px "Times New Roman", Times, serif;
	letter-spacing: 3px;
	padding: 40px 0 20px 10px;
	width: 310px;
}
.chm_leaf1 .chm_leaf1_description {
	color: #FFFFFF;
	font: normal 14px "Times New Roman", Times, serif;
	padding: 0 0 0 10px;
	width: 306px;
}
.chm_leaf2 {
	width: 556px;
	float: none;
	clear: both;
	overflow: auto;
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
}
.chm_leaf2 p.link {
	color: #E7D886;
	font: normal 11px Tahoma, Arial, sans-serif;
	float: left;
	background: #67120D url(../img/home_leaf.jpg) no-repeat -180px -253px;
	width: 365px;
	height: 35px;
	padding: 2px 0 0 10px;
}
.chm_leaf2 p.link a {
	color: #E7D886;
}
.chm_leaf1 .flash1part {
	float: left;
	width: 181px;
	height: 236px;
	overflow: hidden;
}
.chm_leaf2 .flash2part {
	float: left;
	width: 181px;
	height: 37px;
	overflow: hidden;
}
/* -------------------------------------- */
.chm_browsing_container {
	width: 556px;
	float: none;
	clear: both;
	overflow: auto;
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
}
.chm_browsing {
	width: 546px;
	height: 18px;
	border-top: 1px solid #2F0500;
	border-bottom: 1px solid #2F0500;
	background: #3F0803;
	color: #FFFFFF;
	font: normal 14px "Times New Roman", Times, serif;
	padding: 0 0 0 10px;
	float: none;
	clear: both;
	/*text-transform: uppercase;*/
	position: relative;
}
.chm_browsing a {
	color: #FFFFFF;
    display: block;
    margin-left: 180px;
    text-decoration: underline;
	/*text-transform: uppercase;*/
}
.chm_browsing a:hover {
	text-decoration: none;
}
.chm_browsing .chm_browsing_price {
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px 5px 0 0;
}
/* -------------------------------------- */
.chm_offer {
	background: #fff;
	width: 556px;
	overflow: auto;
	float: none;
	clear: both;
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
}

.chm_offer .split {
    clear: both;
    float: none;
}

.chm_offer_item {
/*	background: #99CCCC;*/
	width: 185px;
	overflow: auto;
	float: left;
	padding: 5px 0 20px 0;
	text-align: center;
}

.chm_item_doorbell {
    width: 357px;
    padding-left: 6px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 151px;
    margin: 8px 0 0;
    float: left;
}
.chm_item_doorbell_head {
    width: 339px;
    color: #fff;
    font-weight: bold;
    border-top: 1px solid #aa7400;
    border-bottom: 1px solid #aa7400;
    background: #262626;
    padding: 8px 8px 11px 10px;
    font-size: 12px;
}
.chm_item_doorbell_p {
    color: #aa7400;
    width: 234px;
    padding: 3px 0 0 5px;
    float: left;
}
.chm_item_doorbell_p a{
    color: #aa7400;
    text-decoration: underline;
}
.doorbell_animate {
    margin: 8px;
    float: right;
    border: 1px solid #ae7a0e;
    background: #000;
    width: 84px;
    height: 83px;
    overflow: hidden;
}


.chm_item_beautiful_woman {
	float: right;
	width: 175px;
	height: 149px;
	padding: 8px 5px 21px 0;
}
.chm_item_beautiful_woman h2{
	float: left;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #aa7400;
    font-weight: bold;
    width: 88px;
    padding-top: 3px;
}
.chm_item_beautiful_woman p{
	float: left;
	width: 88px;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #aa7400;
    padding-top: 19px;
}
.chm_item_beautiful_woman a {
	color: #aa7400;
    text-decoration: underline;
}
.chm_item_beautiful_woman img{
	float: right;
	width: 83px;
	height: 149px;
}

.chm_offer_item img {
	/*border: 1px solid #914600;*/
}
.chm_offer_item .title {
	color: #990000;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 0 0 0 15px;
	text-align: left;
}
.chm_offer_item p.description {
	color: #7C5A36;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 0 0 0 15px;
	text-align: left;
}
.chm_offer_item p.description a {
	color: #7C5A36;
	text-decoration: underline;
}


.chm_offer_item_half {
	/*width: 92px;*/
	overflow: hidden;
	float: right;
	padding: 0px 0 0px 0;
	text-align: center;
    margin: 10px 10px 0 0px;
}
.chm_shop {
    /*width: 92px;*/
    overflow: hidden;
    float: left;
    padding: 0px 0 0px 0;
    text-align: center;
    margin: 10px 10px 0 12px;
    border: 1px solid #AB742F;
}
.chm_ask_nikita{
    margin: 65px 0 0 0;
    float: right;
    width: 82px;
    height: 51px;
    background: #fff;
    font-family: Times New Roman;
    font-size: 16px;
    line-height: 16px;
    color: #C29931;
}
.questions_ask_nikita  {
    font-family: Times New Roman;
    font-size: 16px;
    line-height: 16px;
    color: #C29931;    
}
.questions_ask_nikita a{
    color: #C29931;
}
.questions_ask_nikita a:hover{
    text-decoration: none;
}
.chm_offer_item_half img {
	border: 1px solid #B97628;
}
.chm_offer_item_half .title {
	color: #990000;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 0 0 0 6px;
	text-align: left;
}
.chm_offer_item_half p.description {
	color: #7C5A36;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 0 0 0 6px;
	text-align: left;
}
.chm_offer_item_half p.description a {
	color: #7C5A36;
	text-decoration: underline;
}


/* -------------------------------------- */
.chm_catalogue {
	width: 556px;
	overflow: auto;
	/*background: #FFFFFF url(../img/home_frame.gif) no-repeat 0 0;*/
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
}

.chm_catalogue h2{
    color: #9B6D24;
    font-size: 24px;
    font-family: Tahoma;
    padding: 15px 0 15px 10px;
}

#chm_catalogue_page1 {
	display: block;
	overflow: auto;
}
#chm_catalogue_page2 {
	display: none;
	overflow: auto;
}
#chm_catalogue_page3 {
	display: none;
	overflow: auto;
}
#chm_catalogue_page4 {
	display: none;
	overflow: auto;
}




.chm_catalogue .recently_painted {
	text-align: center;
	width: 139px;
	float: left;
	padding: 0 0 13px 0;
}
.chm_catalogue .recently_painted img {
	padding: 3px;
	background: #FFFFFF;
}




.chm_catalogue .separator {
	width: 556px;
	height: 32px;
	padding: 13px 0 0 0;
	background: url(../img/home_catalogue_separator.gif) no-repeat 18px 50%;
	float: none;
	clear: both;
}
.chm_catalogue .separator .text {
	background: #FFFFFF;
	margin: 0 auto;
	width: 248px;
	color: #8F8E55;
	font: bold 14px "Times New Roman", Times, serif;
	text-align: center;
	text-transform: uppercase;
}
.chm_catalogue .separator_bar_paintings {
	width: 523px;
	height: 27px;
	padding: 5px 0 0 0;
	background: #3a0201 url(../img/home_catalogue_paintings.jpg) no-repeat;
	float: none;
	clear: both;
    margin: 13px auto 10px;
}
.chm_catalogue .separator_bar_paintings .text {
	margin: 0 0 0 200px;
	color: #ebd6a7;
	font: normal 14px "Times New Roman", Times, serif;
}
.chm_catalogue .separator_bar_paintings .text a{
	color: #ebd6a7;
	font: normal 14px "Times New Roman", Times, serif;
}

.chm_catalogue .separator_bar_painters {
	width: 523px;
	height: 27px;
	padding: 5px 0 0 0;
	background: #3a0201 url(../img/home_catalogue_painters.jpg) no-repeat;
	float: none;
	clear: both;
    margin: 13px auto 10px;
}
.chm_catalogue .separator_bar_painters .text {
	margin: 0 0 0 200px;
	color: #ebd6a7;
	font: normal 14px "Times New Roman", Times, serif;
}
.chm_catalogue .separator_bar_painters .text a{
	color: #ebd6a7;
	font: normal 14px "Times New Roman", Times, serif;
}

.chm_catalogue .paintings_block {
	float: none;
	clear: both;
	overflow: auto;
	padding: 0 0 0 16px;
}



.chm_catalogue .paintings {
	width: 60px;
	height: 60px;
	border: 1px solid #AD7D01;
	margin: 0 4px 5px 0;
	padding: 0;
	float: left;
}


.chm_catalogue .painters_block {
	float: none;
	clear: both;
	overflow: auto;
}



.chm_catalogue .painters_item {
	width: 111px;
	overflow: auto;
/*	background: #0099CC;*/
	float: left;
}
.chm_catalogue .painters_item .painters {
	width: 80px;
	height: 80px;
	display: block;
	border: 1px solid #000000;
	margin: 0 auto;
}
.chm_catalogue .painters_item p {
	overflow: auto;
	text-align: center;
	color: #000000;
	font: normal 13px "Times New Roman", Times, serif;
	padding: 5px 0 10px 0;
}
.chm_catalogue .painters_item p a {
	color: #000000;
	text-decoration: none;
}
.chm_catalogue .split {
	float: none;
	clear: both;
	width: 556px;
	height: 1px;
	font-size: 0em;
}
.chm_catalogue ul.chm_tab {
	overflow: auto;
/*	background: #FBF4A6;*/
	padding: 0 0 0 34px;
/*	width: 556px;
	height: 40px;
	overflow: hidden;*/
}
.chm_catalogue ul.chm_tab li {
	float: left;
	margin: 0;
	padding: 0 0 0 0;
}
.chm_catalogue ul.chm_tab li a {
	display: block;
	padding: 0 0 0 21px;
	height: 2.3em;
	text-decoration: underline;
	color: #C49E17;
	font: normal 13px Arial, Helvetica, sans-serif;
	background: url(../img/home_catalogue.gif);
	position: relative;
/*	top: 1px;*/
	float: left;
}
.chm_catalogue ul.chm_tab li a:hover {
	background-position: 0 -120px;
}
.chm_catalogue ul.chm_tab li a span {
	display: block;
	padding: 0 21px 0 0;
	line-height: 2.3em;
	cursor: pointer;
	text-decoration: underline;
	background: url(../img/home_catalogue.gif) 100% 0;
	float: left;
}
.chm_catalogue ul.chm_tab li a:hover span {
	text-decoration: underline;
	background-position: 100% -120px;
}

.chm_catalogue ul.chm_tab li.current a {
	background-position: 0 -60px;
	text-decoration: none;
	position: relative;
/*	top: 1px;*/
    color: #6d4232;
	font-weight: bold;
}
.chm_catalogue ul.chm_tab li.current a span {
	background-position: 100% -60px;
	font-weight: bold;
}










/* -------------------------------------- */
.chm_coupon {
	width: 556px;
	height: 219px;
	background: #4E3936 url(../img/home_coupon.jpg) no-repeat 234px 0;
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
}
.chm_coupon p.c1 {
	color: #FFF8F7;
	font: normal 20px "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding: 25px 0 20px 14px;
}
.chm_coupon p.c2 {
	color: #FFFFFF;
	font: normal 14px "Times New Roman", Times, serif;
	padding: 0 0 16px 14px;
	width: 240px;
}
.chm_coupon p.c3 {
	color: #D9CD85;
	font: normal 17px "Times New Roman", Times, serif;
	padding: 0 0 0 14px;
	text-transform: uppercase;
}
.chm_coupon p.c3 a {
	color: #D9CD85;
}
/* -------------------------------------- */
.chm_menu {
	width: 556px;
	/*height: 17px;*/
	padding: 1px 0 0 0;
	border-top: 7px solid #FFFFFF;
	border-bottom: 7px solid #FFFFFF;
	background: #500000;
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
}
.chm_menu table {
	width: 100%;
}
.chm_menu table td {
	text-align: center;
	color: #C59E52;
	font: normal 12px "Times New Roman", Times, serif;
}
.chm_menu table td a {
	color: #B88479;
	text-decoration: none;
	margin: 0 0 0 0;
}
/* SIDEBAR ------------------------------------------------------ SIDEBAR */
.mh_item {
	float: right;
	clear: both;
}
/*.mh_item_up {
	width: 246px;
	height: 8px;
	background: url(../img/home_sidebar_bg_up.gif) no-repeat 0 0;
	overflow: hidden;
	float: none;
	clear: both;
}
.mh_item_down {
	width: 246px;
	height: 8px;
	background: url(../img/home_sidebar_bg_down.gif) no-repeat 0 0;
	overflow: hidden;
	float: none;
	clear: both;
}*/
.mh_item_content {
	background: url(../img/home_sidebar_bg.gif) repeat-y 0 0;
	width: 246px;
	float: right;
	clear: both;
	padding: 8px 0 8px 0;
}
.mh_split {
	float: none;
	clear: both;
	width: 100%;
	height: 10px;
	font-size: 0em;
}
.mh_split2 {
	float: none;
	clear: both;
	width: 100%;
	height: 40px;
	font-size: 0em;
}
/* -------------------------------------- */
.mh_item_content .mhic_aba {
	color: #D2C6B2;
	font: normal 18px "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-align: center;
}
.mh_item_content .mhic_aba_links {
	text-align: center;
	padding: 0 10px 0 20px;
}
.mh_item_content .mhic_aba_links a {
	padding: 1px 4px 4px;
	font: normal 12px "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	border-top: 1px solid #bdc1c4;
	border-left: 1px solid #bdc1c4;
	display: block;
	float: left;
	width: 23px;
	height: 14px;
	overflow: hidden;
	background: #fff;
}
.mh_item_content .mhic_aba_links a:hover {
	background: #b47e02;
	color: #fff;
	border-top: 1px solid #bdc1c4;
	border-left: 1px solid #bdc1c4;
}
/* -------------------------------------- */
.mh_item_content .mhic_n {
	color: #D2C6B2;
	font: normal 18px "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-align: center;
}
.mh_item_content .mhic_n_form {
	padding: 0 0 16px 16px;
}
.mh_item_content .mhic_n_form input {
	color: #550000;
	font: normal 13px "Times New Roman", Times, serif;
}
.mh_item_content .mhic_n_form a {
	color: #D2C6B2;
	font: normal 18px "Times New Roman", Times, serif;
	text-transform: uppercase;
}
/* -------------------------------------- */
.mh_item_content .mhic_menu {
	background: url(../img/home_sidebar_logo.gif) no-repeat 0 100%;
	padding: 0 0 82px 0;
}
.mh_item_content .mhic_menu li {
	width: 244px;
	height: 41px;
	overflow: hidden;
/*	background: url(../img/home_sidebar_item_off.gif) no-repeat 11px 8px;*/
}
.mh_item_content .mhic_menu li.list {
	width: 197px;
	height: 39px;
	padding: 3px 0 0 27px;
}
.mh_item_content .mhic_menu li.list select {
	color: #221213;
	font: normal 12px "Times New Roman", Times, serif;
}
.mh_item_content .mhic_menu li a {
	color: #D2C6B2;
	font: normal 18px/41px "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	width: 216px;
	height: 41px;
	padding: 0 0 0 23px;
	overflow: hidden;
	margin: 3px;
}
#portraits_gold:hover {
    background: #e7ae32;
}
#contemp_gold:hover {
    background: #aa7400;
}
/*
#portraits_gold {
    background: #E8AE31;
}
#contemp_gold {
    background: #aa7400;
}
*/
.mh_item_content .mhic_menu li a:hover {
/*	background: #FF99CC;
	background: url(../img/home_sidebar_item_on.gif) no-repeat 0 0;*/
	background: #5a2500;
}
/* -------------------------------------- */
.mhic_qs {
	color: #D2C6B2;
	font: normal 18px "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding: 6px 0 3px 24px;
}
.mh_item_content .mhic_qs_form {
	padding: 0 0 10px 24px;
}
.mh_item_content .mhic_qs_form input {
	color: #550000;
	font: normal 13px "Times New Roman", Times, serif;
}
.mh_item_content .mhic_qs_form a {
	color: #FFFFFF;
	font: bold 12px "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-decoration: underline;
}
.mh_item_content .mhic_qs_form a.c1 {
	color: #D2C6B2;
	font: normal 10px "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-decoration: underline;
}
/* -------------------------------------- */
.mh_item_content_float {
	float: none;
	clear: both;
	overflow: visible;
	padding: 6px 0 6px 0;
    height: 38px;
    border-left: 1px solid #3a0201;
}
.mh_item_content_float.hover {
	background: #59140e;
	border-left: 1px solid #3a0201;
}
.mh_item_content_float .mhic_sc {
	float: left;
	width: 180px;
	padding: 0;
	margin: 0;
}
.mh_item_content_float .mhic_sc a {
	color: #D2C6B2;
	font: normal 18px "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-decoration: none;
}
.mh_item_content_float .mhic_label {
	float: left;
	width: 180px;
	color: #EDE4CD;
	font: normal 12px "Times New Roman", Times, serif;
	padding: 0 0 0 5px;
	margin: 0;
}
.mh_item_content_float .mhic_img {
	float: left;
	padding: 0 5px 0 10px;
	margin: 0;
}
/* -------------------------------------- */
.mh_item_content .mhic_poll {
	color: #D2C6B2;
	font: normal 18px "Times New Roman", Times, serif;
	padding: 0 0 0 30px;
}
.mh_item_content .mhic_poll form {
	padding: 0 0 20px 0;
}
.mh_item_content .mhic_poll form a {
	color: #D2C6B2;
}
/* -------------------------------------- */




/* ALPHABET ------------------------------------------------------ ALPHABET */
/* -------------------------------------- */
.browse_artists_alphabet {
    background: #4E1B18;
    color: #fff;
    text-align: center;
    font-size: 15px;
    letter-spacing: 10px;
    height: 40px;
}
.cam_alphabet {
	height: 20px;
    padding-left: 15px;
}
.cam_alphabet_spacer {
	width: 5px;
}
.cam_alphabet table {
    border-left: 1px solid #C9B8B8;
    border-top: 1px solid #C9B8B8;
	text-align: center;
}
.cam_alphabet a {
	border-right: 1px solid #C9B8B8;
    border-bottom: 1px solid #C9B8B8;
    background: #F4F4F2;
    display: block;
    width: 26px;
    height: 18px;
    color: #000000;
	font: normal 14px Tahoma, "Times New Roman", Times, serif;
	text-decoration: none;
    text-transform: uppercase;
    line-height: 18px;
}
.cam_alphabet a:hover {
    background: #AD7D01;
    color: #FFFFFF;
    border-top: 1px solid #FAF2E0;
    height: 17px;
    line-height: 17px;
}
.cam_alphabet .cama_a {
	text-align: center;
}
.cam_alphabet .cama_a_on {
	
}
.cam_alphabet .cama_a a {
    display: block;
}
.cam_alphabet .cama_a_on a {
    text-align: center;
    background: #AD7D01;
    color: #FFFFFF;
    border-top: 1px solid #FAF2E0;
    height: 17px;
    line-height: 17px;
}
/* -------------------------------------- */
.cam_name {
	/*width: 556px;
	background: #FFFFE7 url(../img/cam_name_bg.jpg) no-repeat right top;
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
    margin: 0 auto;*/
    overflow: auto;
}
.cam_name .name {
	text-align: right;
	padding: 21px 0 16px 15px;
	color: #9B6D24;
    font-size: 24px;
    font-family: Tahoma;
    float: left;
    white-space: nowrap;
}
.cam_name .born_died {
    font: normal 14px/15px "Times New Roman", Times, serif;
    /*clear: both;*/
    color: #7F3426;
    float: right;
    padding: 0 20px 5px 0;
    text-align: right;
    width: 420px;
}
.cam_name .artist_portrait {
    display: block;
    float: left;
}
.cam_name .artist_portrait img{
    width: 100px;
}
.cam_name .name a{
    color: #7F3426;
    text-decoration: none;
}
.cam_name .back {
    width: 180px;
    padding: 20px 0 10px 15px;
    display: block;
    float: left;
    text-decoration: underline;
    color: #6c160c;
}
/* -------------------------------------- */
.cam_page {
	width: 556px;
	height: 38px;
	background: #ECE0AF;
	float: none;
	clear: both;
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
}
.cam_page .camp_c1 {
	width: 306px;
	height: 38px;
	float: left;
}
.cam_page .camp_c1 p {
	padding: 8px 0 0 10px;
}
.cam_page .camp_c1 a {
	color: #550000;
	font: normal 14px "Times New Roman", Times, serif;
	text-decoration: none;
	padding: 0 4px 0 4px;
}
.cam_page .camp_c1 a.on {
	color: #C40000;
	font: bold 16px "Times New Roman", Times, serif;
	text-decoration: none;
}
.cam_page .camp_c2 {
	width: 250px;
	height: 29px;
	float: left;
	background: url(../img/camp_c2_bg.gif) no-repeat 100% 0;
	font: normal 10px "Times New Roman", Times, serif;
	color: #550000;
	padding: 9px 0 0 0;
	vertical-align: baseline;
}
.cam_page .camp_c2 a {
	color: #550000;
	text-decoration: underline;
	font: normal 10px Arial, Helvetica, sans-serif;
}
.cam_page .camp_c2 select {
	color: #221213;
	font: normal 10px Arial, Helvetica, sans-serif;
}
/* -------------------------------------- */
.cam_recently {
	width: 556px;
	overflow: auto;
	background: #FFFFFF;
	float: none;
	clear: both;
	padding: 0 8px 0 8px;
/*	border-left: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;*/
}
.cam_recently p {
	color: #550000;
	font: normal 20px "Times New Roman", Times, serif;
	padding: 8px 0 8px 0;
	float: none;
	clear: both;
}
.cam_recently .ri {
	width: 80px;
	height: 80px;
	margin: 0;
	overflow: hidden;
	padding: 0 4px 12px 6px;
	float: left;
}
.cam_recently .ri img {
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
}
/* -------------------------------------- */
.cam_gallery {
	/*background: #FFFFE7;*/
	width: 556px;
	overflow: auto;
/*	border-left: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;*/
	padding: 8px 8px 0 8px;
	float: none;
	clear: both;
    margin: 0 auto;
}
.cam_gallery .camg_item_up {
	width: 556px;
	overflow: auto;
	background: url(../img/camg_item_up.gif) no-repeat 0 0;
	padding: 0 0 8px 0;
	float: none;
	clear: both;
}
.cam_gallery .camg_item_down {
	width: 556px;
	overflow: auto;
	background: url(../img/camg_item_down.gif) no-repeat 0 100%;
	float: none;
	clear: both;
	padding: 0;
}
.camg_item_down .camgi {
	width: 185px;
	overflow: auto;
	float: left;
	padding: 5px 0 0 0;
}

.camgi .magic {
	width: 185px;
	overflow: auto;
	float: none;
	clear: both;
}







.camgi .camgi_up {
	width: 185px;
	overflow: auto;
	float: none;
	clear: both;
}
.camgi .camgi_down {
	width: 185px;
	overflow: auto;
	float: none;
	clear: both;
    z-index: 100;
}
.camgi .camgi_center {
	width: 185px;
	overflow: auto;
	float: none;
	clear: both;
}
.camgi_up .camgiup {
	width: 185px;
	overflow: auto;
	float: none;
	clear: both;
}
.camgi .camgidown {
	width: 185px;
	overflow: auto;
	float: none;
	clear: both;
}

/* -------------------------------------- */
.magic p.vd {
	text-align: center;
	color: #550000;
	font: normal 16px "Times New Roman", Times, serif;
	padding: 6px 0 6px 0;
	visibility: hidden;
}
.magic p.name {
	text-align: center;
	padding: 0 0 6px 0;
}
.magic p.name a {
	color: #AD7D01;
	font: normal 14px "Times New Roman", Times, serif;
	text-decoration: none;
}
.magic p.name a:hover {
	text-decoration: underline;
}
.magic p.opr {
	text-align: center;
	color: #6C160C;
	font: normal 14px "Times New Roman", Times, serif;
}
.magic p.goal {
	text-align: center;
	padding: 9px 5px 0 0;
}
.magic p.goal img {
	border: 1px solid #000000;
	margin: 0;
	padding: 0;
    width: 162px;
}
.magic p.zb {
	position: relative;
	height: 5px;
}
.magic .zoom {
	position: absolute;
	width: 45px;
	height: 45px;
	bottom: -16px;
	right: 4px;
	background: url(../img/zoom.png) no-repeat 0 0;
}
a.zoom:hover {
	cursor: hand;
}
.magic p.inches {
	text-align: center;
	color: #6C160C;
	font: normal 16px "Times New Roman", Times, serif;
}
.magic p.os {
	text-align: center;
	padding: 0;
}
.magic p.os a {
	color: #9B6D24;
	font: normal 10px Tahoma, Arial, sans-serif;
}
.magic p.op {
	color: #6C160C;
	font: normal 16px "Times New Roman", Times, serif;
	text-align: center;
    	padding: 0 0 0 0;
}
.magic p.op span {
	font: normal 16px "Times New Roman", Times, serif;
}
.magic .atc {
	text-align: center;
	padding: 2px 0 0 0;
}
.magic .atc a {
	text-align: left;
	color: #fff;
	font: normal 16px "Times New Roman", Times, serif;
	text-decoration: none;
    display: block;
    width: 129px;
    height: 22px;
    padding: 3px 0 0 10px;
    margin: 0 auto;
    background: url('/img/atc_catalogue.gif') no-repeat;
}
.magic .atc a span {
	padding: 0 0 0 5px;
	text-decoration: none;
    font: normal 16px "Times New Roman", Times, serif;
}
.add_send {
	width: 185px;
	height: 45px;
	overflow: hidden;
	float: none;
	clear: both;
	padding: 10px 0 5px 0;
}
.add_send a {
	color: #9B6D24;
	font: normal 12px "Times New Roman", Times, serif;
	text-decoration: none;
}
.add_send a span {
	padding: 0 0 0 5px;
	text-decoration: underline;
}
.add_send img {
	float: left;
}
.add_send .add {
	width: 25px;
	padding: 0 0 0 5px;
	float: left;
    text-align: center;
}
.add_send .send {
	width: 25px;
	padding: 2px 0 0 22px;
	float: left;
    text-align: center;
}
.add_send .add_send_text {
	width: 85px;
	padding: 3px 0 0 0;
	float: left;
    text-align: center;
    color: #9B6D24;
	font: normal 12px "Times New Roman", Times, serif;
}
.artist_link {
    text-align: center;
    font: normal 12px "Times New Roman", Times, serif;
    color: #9B6D24;
}
.artist_link a {
    font: normal 12px "Times New Roman", Times, serif;
    color: #9B6D24;
    text-decoration: none;
}
.artist_link a:hover {
    text-decoration: underline;
}
/* -------------------------------------- */





/* LETTER ------------------------------------------------------ LETTER */
/* -------------------------------------- */
.clm_list_favorite {
	background: #FFFFE7;
	width: 556px;
	overflow: auto;
	padding: 8px 8px 0 8px;
	float: none;
	clear: both;
}
.clm_list_favorite .clm_list {
	width: 380px;
	float: left;
	overflow: auto;
}
.clm_list_favorite .clm_favorite {
	width: 176px;
	padding: 0 0 40px 0;
	float: left;
	overflow: auto;
}
/* -------------------------------------- */
.clml_quantity {
	height: 30px;
	color: #4E1B18;
	font: normal 14px "Times New Roman", Times, serif;
	padding: 15px 5px 0 10px;
}
.clml_quantity span {
	font: bold 14px "Times New Roman", Times, serif;
}
.clml_letter {
	height: 30px;
	background: url(../img/letter_bg.gif) no-repeat center center;
	color: #540000;
	font: normal 30px "Times New Roman", Times, serif;
}
.clml_letter .q1 {
	width: 45px;
	margin: 0 auto;
	text-align: center;
}
.clml_list_name {
	width: 380px;
	padding: 0 0 180px 0;
	overflow: auto;
	float: none;
	clear: both;
}
.clml_list_name .clmlln {
	width: 180px;
	padding: 0 0 0 10px;
	float: left;
	overflow: auto;
}
.clml_list_name a {
	color: #550000;
	font: normal 13px "Times New Roman", Times, serif;
}
/* -------------------------------------- */
.clm_favorite .favorite {
	color: #692b26;
	font: normal 17px "Times New Roman", Times, serif;
	padding: 5px 5px 5px 19px;
}
.clm_favorite .painting {
	text-align: center;
	padding: 7px 0 5px 0;
}
.clm_favorite .painting img {
	border: 3px solid #FFFFFF;
	padding: 1px;
	background: #000000;
}
.clm_favorite .description {
	text-align: center;
    font: normal 17px "Times new Roman", Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 20px 20px 20px;
}
.clm_favorite .description a {
	color: #000000;
	text-decoration: underline;
}
/* -------------------------------------- */





/* ALONE ------------------------------------------------------ ALONE */
/* -------------------------------------- */
.calm_working {
	overflow: auto;
	padding: 5px 8px 5px 8px;
	float: left;
	clear: both;
	color: #9B6D24;
	font: normal 24px Arial, "Times New Roman", Times, serif;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}
/* -------------------------------------- */
.calm_opr {
	color: #550000;
	font: normal 15px "Times New Roman", Times, serif;
	text-align: center;
	background: #FFFFE7;
	width: 556px;
	overflow: auto;
	padding: 16px 8px 16px 8px;
	float: none;
	clear: both;
}
/* -------------------------------------- */
.calm_navigation {
	background: #F8FFDA;
	overflow: auto;
	width: 480px;
	padding: 8px 10px 12px 10px;
	float: left;
	margin-bottom: 13px;
    border: 1px solid #320000;
}
.calm_navigation a {
	font: normal 11px Arial, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #866101;
}
.calm_nip
, .calm_nib
, .calm_nin {
	text-align: center;
	overflow: auto;
}
.calm_nip {
	text-align: left;
    width: 130px;
    float: left;
}
.calm_nib {
	width: 250px;
}
.calm_nin {
	text-align: right;
    width: 130px;
    float: right;
}
/* -------------------------------------- */

#cart_form {
    background: #FFFFE7;
    width: 572px;
    overflow: auto;
    float: left;
    clear: both;
}
.calm_size_price {
	background: #FFFFE7;
	overflow: auto;
	width: 184px;
	padding: 28px 30px 20px 50px;
    margin: 0;
	float: right;
    display: inline;
	/*clear: both;*/
	color: #6C160C;
	font: normal 18px "Times New Roman", Times, serif;
}
.calm_size_price span {
	font: bold 30px "Times New Roman", Times, serif;
	text-transform: uppercase;
}
.calm_size_price select {
	color: #550000;
	font: normal 13px "Times New Roman", Times, serif;
}
.calm_size_price_list {
    padding: 0 0 0 32px;
    background: #FFFFE7;
    float: left;
    width: 276px;
}
.calm_size_price_list_top {
    background: url('/img/calm_size_price_list_top.gif') no-repeat;
    height: 13px;
    width: 276px;
}
.calm_size_price_list_bottom {
    background: url('/img/calm_size_price_list_bottom.gif') no-repeat;
    height: 13px;
    width: 276px;
}
.calm_size_price_list_mid {
    width: 276px;
    background: #FFFFF1 url('/img/calm_size_price_list_mid.gif') repeat-y;
}
.calm_size_price_list_mid .choose_size{
    font-size: 20px;
    color: #6B421A;
    display: block;
    padding: 0 0 10px 15px;
    width: 100px;
    float: left;
}
.calm_size_price_list_mid .choose_price{
    font-size: 20px;
    color: #6B421A;
    display: block;
    padding: 0 15px 10px 0;
    width: 60px;
    float: right;
    text-align: right;
}
.calm_size_price_list_p {
    padding: 0 24px 0 11px;
}
.calm_size_price_list_p .size_heading_radio {
    display: block;
    float: left;
    margin: 6px 5px 0 0;
}
.calm_size_price_list_p .size_heading_size {
    display: block;
    float: left;
    font-family: Tahoma;
    color: #666666;
    font-size: 11px;
    padding: 7px 0 0 0;
}
.calm_size_price_list_p .size_heading_price {
    display: block;
    float: right;
    font-family: Tahoma;
    color: #666666;
    font-size: 11px;
    padding: 7px 0 0 0;
}
.calm_size_price_list_mid .size_heading {
    display: block;
    padding: 0 0 4px 5px;
    color: #9B6D24;
    font-size: 12px;
    font-family: Tahoma;
    clear: both;
}
/*-------------------------------------------*/
.quality_prof {
    background: #FFFFE7;
    width: 572px;
    clear: both;
    padding: 10px 0 10px 0;
    font-family: Tahoma;
    color: #6C160C;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 15px;
}
.satisfaction_text {
    background: #FFFFE7;
    width: 554px;
    padding: 0 8px 11px 10px;
    overflow: hidden;
}
.satisfaction_text_block {
    background: #E6D7D5 url('/img/satisfaction_text_mid.gif') repeat-y;
    padding: 0 19px 10px 0;
    overflow: hidden;
    width: 535px;
}
.satisfaction_text_block_container_left {
    width: 220px;
    margin: 0 0 0 20px;
    float: left;
    line-height: 14px;
}
.satisfaction_text_block_container_right {
    width: 270px;
    padding: 0 0 10px 20px;
    float: right;
    line-height: 14px;
}
.satisfaction_text_block_top {
    width: 554px;
    height: 11px;
    background: #E6D7D5 url('/img/satisfaction_text_top.gif') repeat-y;
}
.satisfaction_text_block_heading {
    background: #E6D7D5 url('/img/satisfaction_text_heading.gif') no-repeat center;
    color: #6C160C;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 12px;
    text-align: center;
    padding: 5px 0 7px 0;
}
.satisfaction_text_block_p {
    color: #000;
    font-family: Tahoma;
    font-size: 12px;
    padding: 8px 20px 0 0;
    float: left;
}
.satisfaction_text_block_a {
    color: #B93E2E;
    display: block;
    width: 230px;
    text-align: center;
    padding: 10px 0 10px 0;
}
/* -------------------------------------- */
.calm_packaged_delivered_add {
	background: #FFFFE7;
	width: 184px;
	padding: 80px 30px 0 50px;
    margin: 0;
	overflow: auto;
	float: right;
    display: inline;
	position: relative;
}
.calm_packaged_delivered_add p {
	font: normal 12px Tahoma, Arial, sans-serif;
	color: #9B6D24;
	padding: 0 0 17px 0;
}
.calm_p_d_a {
	display: block;
	width: 180px;
	height: 45px;
	padding: 17px 0 0 15px;
	background: url(../img/calm_p_d_a.gif) no-repeat 0 0;
	position: absolute;
	right: 40px;
	top: 8px;
	text-decoration: none;
	color: #FFFFE7;
	font: normal 20px "Times New Roman", Times, serif;
}
/* -------------------------------------- */
.calm_possibility {
	background: #FFFFE7;
	overflow: auto;
	width: 184px;
	padding: 0 30px 20px 50px;
	float: right;
}
.calm_possibility a {
	color: #9B6D24;
	font: normal 10px Tahoma, Arial, sans-serif;
}
.calm_possibility a.calmpe {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	display: block;
}
.calm_p_ecart
, .calm_p_wishlist
, .calm_p_friend
, .calm_p_books {
	text-align: left;
	width: 114px;
	float: left;
}
.calm_p_ecart {
	background: url(../img/alone_ecard.gif) no-repeat 20px 0;
}
.calm_p_wishlist {
	background: url(../img/alone_wishlist.gif) no-repeat 20px 0;
}
.calm_p_friend {
	background: url(../img/alone_tellfriend.gif) no-repeat 20px 0;
}
.calm_p_books {
	background: url(../img/alone_relbooks.gif) no-repeat 20px 0;
}
/* -------------------------------------- */
.calm_huge {
	color: #550000;
	font: normal 15px "Times New Roman", Times, serif;
	text-align: center;
	/*width: 556px;*/
/*	overflow: auto;*/
	padding: 16px 48px 40px 0;
	float: right;
	/*clear: both;*/
}
.calm_huge .painting_description {
    color: #555;
    font-size: 14px;
    font-family: "Times New Roman", Times, serif;
    width: 420px;
    text-align: left;
    margin: 20px 0 0 0;
}


.calm_huge .author_description_container {
    width: 190px;
    border-top: 1px solid #cdb063;
    border-bottom: 1px solid #cdb063;
    padding: 12px 0;
    margin: 20px 0 0 0;
    text-align: left;
}
.author_description_container img.author_photo{
    width: 101px;
}
.author_description_container h3 a{
    color: #ad7d02;
    font-size: 18px;
    font-family: "Times New Roman",Times,serif;
    text-decoration: none;
    line-height: 18px;
}
.author_description_container h3 a:hover{
    text-decoration: underline;
}
.author_description_container p.author_description {
    color: #ad7d02;
    font-size: 12px;
    font-family: "Times New Roman",Times,serif;
    line-height: 18px;
    margin: 3px 0 0 0;
}
.author_description_container p.author_description a {
    color: #ad7d02;
    font-size: 12px;
    font-family: "Times New Roman",Times,serif;
}



.calm_huge .painting_description span {
    color: #866101;
    font-weight: bold;
}
.calm_huge .painting_description a {
    color: #866101;
    text-decoration: underline;
}
.calm_huge .painting_description a:hover {
    text-decoration: none;
}

.calm_huge .h1245 {

}
.calm_huge .h1245 img {
	float: left;
}
.calm_huge .h3 {
	background: url(../img/h3.gif) no-repeat 0 0;
	width: 8px;
	height: 8px;
}
.calm_huge .h6 {
	background: url(../img/h6.gif) repeat-y 0 0;
	width: 8px;
}
.calm_huge .h7 {
	background: url(../img/h7.gif) no-repeat 0 0;
	width: 8px;
	height: 7px;
}
.calm_huge .h8 {
	background: url(../img/h8.gif) repeat-x 0 0;
	height: 7px;
}
.calm_huge .h9 {
	background: url(../img/h9.gif) no-repeat 0 0;
	width: 8px;
	height: 7px;
}
.calm_huge .h9 .ffbug {
	position: relative;
	width: 1px;
	height: 1px;
}
.calm_huge .h9 .ffbug .bevel{
	position: absolute;
	width: 160px;
	top: -79px;
	left: -76px;
	background: url(../img/frame.png) no-repeat 0 0;
}
.calm_huge .h9 .ffbug .bevel p {
	text-align: center;
}
.calm_huge .h9 .ffbug .bevel a {
	color: #9B6D24;
	font: normal 12px Tahoma, Arial, sans-serif;
}
.calm_huge .h9 .ffbug .bevel a.ring {
	width: 54px;
	height: 54px;
	background: url(../img/zoom_frame.png) no-repeat 0 0;
	overflow: hidden;
	display: block;
	margin: 65px 0 0 62px;
}
.calm_huge .h9 .ffbug .bevel a.ring:hover {
    cursor: hand;
}
/* -------------------------------------- */






/* THEMES ------------------------------------------------------ THEMES */
/* -------------------------------------- */
.cthm_description {
	background: #FFFFFF;
	width: 556px;
	overflow: auto;
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
	float: none;
	clear: both;
	border-bottom: 1px solid #C9B8B8;
}
.cthm_description .cthmd {
	width: 258px;
	float: left;
	padding: 10px;
	color: #000000;
	font: 14px "Times New Roman", Times, serif;
}
/* -------------------------------------- */
.cthm_title {
	background: #731600;
	width: 556px;
	overflow: auto;
	float: none;
	clear: both;
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
	color: #FFFFFF;
	font: bold 14px "Times New Roman", Times, serif;
	word-spacing: 0.2em;
	letter-spacing: 0.3em;
	padding: 5px 0 5px 0;
	text-align: center;
	text-transform: uppercase;
}
.cthm_title h1, .cthm_subtitle h2 {
	display: inline;
}

.cthm_subtitle {
	background: #AD7D01;
	width: 556px;
	overflow: auto;
	float: none;
	clear: both;
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
	color: #FFFFFF;
	font: bold 14px "Times New Roman", Times, serif;
	word-spacing: 0.2em;
	letter-spacing: 0.3em;
	padding: 5px 0 5px 0;
	text-align: center;
	text-transform: uppercase;
}
/* -------------------------------------- */
.cthm_kind {
	/*background: #FFFFE7;*/
	width: 546px;
	overflow: auto;
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
	float: left;
	/*clear: both;*/
	padding: 12px 0 20px 10px;
    margin: 0;
}
.cthmk_item {
	width: 128px;
	float: left;
	text-align: center;
	padding: 3px 0 3px 0;
	border: 1px solid #C9B8B8;
	background: #FFFFFF;
	margin: 0 5px 10px 0;
}
.cthmk_item:hover {
	border: 1px solid #AD7D01;
}
.cthmk_item img {
	border: 1px solid #000000;
}
.cthmk_item a {
	color: #000000;
	font: normal 14px "Times New Roman", Times, serif;
}
.cthm_kind .split {
	float: none;
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 0em;
}
/* -------------------------------------- */







/* CHOICE ------------------------------------------------------ CHOICE */
/* -------------------------------------- */
.cchm_popular {
	background: #F4F4F4;
	width: 556px;
	overflow: auto;
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
	float: none;
	clear: both;
	padding: 20px 0 30px 0;
}
.cchm_popular .title {
	text-align: center;
	font: bold 14px "Times New Roman", Times, serif;
	color: #550000;
	padding: 0 0 5px 0;
}
.cchm_popular .link {
	color: #550000;
	font: normal 14px "Times New Roman", Times, serif;
	text-align: center;
	padding: 0 30px 0 30px;
}
.cchm_popular .link a {
	text-decoration: none;
	color: #550000;
}
.cchm_popular .link a:hover {
	text-decoration: underline;
}
/* -------------------------------------- */
.cchm_choice {
	background: #FFFFFF;
	width: 556px;
	overflow: auto;
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
	float: none;
	clear: both;
	padding: 38px 0 20px 0;
}
.cchm_choice_item {
	width: 278px;
	float: left;
	text-align: center;
	padding: 0 0 30px 0;
}
.cchm_choice_item p {
	text-align: center;
/*	overflow: auto;*/
	width: 278px;
}
.cchm_choice_item p.sign a {
	color: #540000;
	font: bold 13px "Times New Roman", Times, serif;
	text-decoration: underline;
	text-transform: uppercase;
}
/* -------------------------------------- */







/* POPULAR ------------------------------------------------------ POPULAR */
/* -------------------------------------- */
.cpom_gallery, .cpom_gallery_top {
	/*background: #FFFFE7;*/
	/*width: 556px;*/
	overflow: auto;
	padding: 0 8px 0 8px;
	float: none;
	clear: both;
}
.cpom_gallery .title {
	color: #9B6D24;
    font-size: 24px;
    font-family: Tahoma;
	padding: 30px 0 20px 10px;
}
.cpom_gallery_top .title {
	color: #9B6D24;
    font-size: 24px;
    font-family: Tahoma;
    padding: 21px 0 16px 10px;
}
.cpom_gallery_top .desc {
    padding: 0px 30px 14px 10px;
    line-height: 16px;
}
.cpom_gallery_top .desc,
.cpom_gallery_top .desc a{
	color: #9B6D24;
    font-family: Tahoma;
    font-size: 12px;
    font-style: italic;
}
.cpom_gallery .cpomg_item {
	width: 111px;
	height: 160px;
	float: left;
	text-align: center;
}
.cpomg_item p {
	overflow: auto;
	text-align: center;
	padding: 0 15px 0 15px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
}
.cpomg_item p a {
	color: #000000;
	text-decoration: none;
}
.cpomg_item p a.view_all_starting{
	font-weight: normal;
	text-decoration: underline;
}
.cpomg_item img {
	background: #000000;
	border: 3px solid #FFFFFF;
	padding: 1px;
}
.cpomg_item .letter {
	width: 88px;
	height: 90px;
	margin: 0 auto;
	background: #c69b3c;
}
.cpomg_item .letter a {
	font: normal 60px/88px Verdana, "Times New Roman", Times, serif;
	color: #550000;
	text-transform: uppercase;
	text-decoration: none;
}
/* -------------------------------------- */







/* ABOUT ------------------------------------------------------ ABOUT */
/* -------------------------------------- */
.cabm_stripe {
	background: #3f0803 url('/img/service_sidebar_bg.gif') repeat-y left;
	width: 213px;
	overflow: auto;
	padding: 6px 7px 0 8px;
	float: left;
}
.cabms_quote_item {
	width: 198px;
	overflow: auto;
	border: 1px solid #cccccc;
	background: #f9f8e4;
	margin: 0 auto 12px auto;
}
.cabms_quote_item .split {
	width: 100%;
	height: 7px;
	border-bottom: 1px dotted #666666;
	font-size: 0em;
	float: none;
	clear: both;
}
.cabms_quote_item span.name {
	color: #a86000;
	font: bold 16px/16px "Times New Roman", Times, serif;
}
.cabms_quote_item span.job {
	color: #535026;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
.cabms_quote_item span.location {
	color: #93905b;
	font: italic 11px Arial, Helvetica, sans-serif;
}
.cabms_quote_item td {
	padding: 7px 0 0 0;
	line-height: 9px;
}

.cabms_quote_item img {
	float: left;
	margin: 0 10px 0 8px;
	background: #f9f8e4;
	border: 1px solid #535026;
	padding: 1px;
}
.cabms_quote_item .c2 {
	color: #000000;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 7px 13px 7px 13px;
	font-style: italic;
	float: none;
	clear: both;
}
/* -------------------------------------- */
.cabm_stripe .c1 {
	border-bottom: 1px solid #d19a07;
	color: #D19A07;
	font: bold 12px "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	word-spacing: 0.1em;
	padding: 4px 0 2px 0;
	width: 200px;
	margin: 0 auto;
	float: none;
	clear: both;
}
.cabm_stripe .c3 {
	color: #D19A07;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 0 18px 0;
	width: 200px;
	margin: 0 auto;
	float: none;
	clear: both;
}
/* -------------------------------------- */
.cabm_stripe ul {
	width: 213px;
	float: none;
	clear: both;
	overflow: auto;
	padding: 0 0 11px 0;
}
.cabm_stripe ul li {
	background: #f8ffda url(../img/about_ul.gif) repeat-y 0 0;
	color: #540000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	clear: both;
	width: 200px;
	padding: 4px 0 7px 13px;
}
.cabm_stripe ul li.pic {
	width: 213px;
	padding: 0 0 0 0;
	text-align: center;
}
.cabm_stripe ul li.pic a {
	color: #540000;
}
.cabm_stripe ul li em {
	color: #c59e52;
	font-style: normal;
}
.cabm_stripe ul li.f3 {
	height: 1px;
	width: 213px;
	background: url(../img/about_ul_li_split.gif) no-repeat 0 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 0px;
	clear: both;
}
.cabm_stripe ul li.first {
	background: url(../img/about_ul_top.gif) no-repeat 0 0;
}
.cabm_stripe ul li.last {
	border-bottom: none;
	background: url(../img/about_ul_down.gif) no-repeat 0 100%;
}
.cabm_stripe ul li.top a {
	color: #540000;
}
.cabm_stripe ul li.top img {
	float: right;
	border: 1px solid #b87622;
	margin: 0 11px 0 9px;
}
.cabm_stripe ul li.white {
	background: #FFFFFF url(../img/about_ul.gif) repeat-y 0 0;
    color: #c59e52;
}
.cabm_stripe ul li.first2 {
    background: #FFFFFF url(../img/about_ul_top2.gif) no-repeat 0 0;
	color: #540000;
}
.cabm_stripe ul li.last2 {
    background: #FFFFFF url(../img/about_ul_bottom2.gif) no-repeat 0 0;
	color: #540000;
}
.cabm_stripe ul li.first2 span {
	font-weight: bold;
}
.cabm_stripe ul li.first2 span em {
	text-decoration: underline;
	color: #540000;
	font-style: normal;
}
.cabm_stripe ul li a {
	color: #936100;
	text-decoration: none;
}
.cabm_stripe ul li a.s1 {
	color: #d19a07;
}
.cabm_stripe ul li a span {
	text-decoration: underline;
}
.cabm_stripe ul li .portrait {
	width: 193px;
	height: 192px;
	background: #d19a07;
	margin: 0 auto;
	padding: 33px 0 0 0;
}
.cabm_stripe ul li .portrait img {
	background: #550301;
	padding: 1px;
	border: 5px solid #f8ffda;
	margin: 0 0 5px 0;
}
/* -------------------------------------- */








/* new ------------------------------------------------------ new */
/* -------------------------------------- */






/* -------------------------------------- */
body {
  behavior: url(/script/csshover.htc)
}
.zoom, .ring, .bevel, .cs_main_step_oval, #cs_main_shoe_money_back, .personal_invitation_sidebar, .signup_sidebar, .invitation_head_shadow, .signupform_sidebarleft,.signupform_sidebarright, .magic:hover .camgiup, .magic:hover .camgidown {
  behavior: url(/script/iepngfix.htc)
}




.magic:hover .camgi_up {
	/*background: url(/img/camgi_bg2.gif) no-repeat 0 100%;*/
}
.magic:hover .camgiup {
	/*background: url(/img/camgi_up.gif) no-repeat 0 0;*/
    background: url(/img/camgi_up.png) no-repeat 0 0;
    behavior: url(/script/iepngfix.htc);
}
.magic:hover .camgi_center {
	/*background: url(/img/camgi_bg2.gif) repeat-y 0 0;*/
}
.magic:hover .camgi_down {
	/*background: url(/img/camgi_bg2.gif) no-repeat 0 0;*/
}
.magic:hover .camgidown {
	/*background: url(/img/camgi_down.gif) no-repeat 0 100%;*/
    background: url(/img/camgi_down.png) no-repeat 0 100%;
    behavior: url(/script/iepngfix.htc);
}
.magic:hover .vd {
	visibility: visible;
}


.sizes_popup {
	display: none;
	background-color: #fff;
	width: 150px;
    height: 85px;
    text-align: center;
    position: absolute;
    border: 1px solid #000;
    color: #6C160C;
    font: 12px normal 'Timen New Roman';
    padding-top: 15px;
    z-index: 9001;
}
.sizes_popup a {
    color: #9B6D24;
    font: 10px normal 'Tahoma';
    position: relative;
    /*padding-top: 20px;*/
    display: block;
    text-decoration: none;
    border-bottom: 1px dashed #9B6D24;
    width: 26px;
    margin: 0 auto;
}

#loading_container{
    /*make visible*/
    display: none;

    /*position it at the very top-left corner*/
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 300px;
    text-align:center;
    z-index: 9000;

    /*in supporting browsers, make it
      a little transparent*/
    background:#000;
    filter:alpha(opacity=75);
    -moz-opacity:.75;
    opacity:.75;
}

.select_painting {
    color: #AD7D01;
    font-size: 10px;
    font-family: "Times New Roman",Times,serif;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.select_painting a{
    color: #AD7D01;
    text-decoration: underline;
    text-transform: uppercase;
    font-family: "Times New Roman",Times,serif;
    font-size: 10px;
}

.shop_cart_popup {
    display: none;
	background-color: #fff;
	width: 150px;
    text-align: center;
    position: absolute;
    border: 1px solid #000;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 9001;
    color: #AD7D01;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Times New Roman",Times,serif;
    font-size: 12px;
    line-height: 18px;
}
.shop_cart_popup a{
    color: #AD7D01;
    text-decoration: underline;
    text-transform: none;
    font-weight: normal;
    font-family: "Times New Roman",Times,serif;
    font-size: 10px;
}




#cs_service {
    width: 719px;
    margin: 0 auto;
}
#service_content_work {
    margin: 0 auto;
    width: 905px;
}
#service_content {
    width: 459px;
    float: left;
    padding: 0 10px 11px 11px;
    margin-left: 11px;
    font-family: "Times New Roman",Arial,Verdana,Helvetica,Sans-serif;
    color: #540000;
    font-size: 14px;
    display: inline;
}
#service_content h1 {
    font-family: "Times New Roman",Arial,Verdana,Helvetica,Sans-serif;
    font-weight: bold;
    color: #540000;
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 10px;
}


/*cntact us form styles*/
.content-form-one {
    padding: 0;
}
.content-form-line{
	/*font-family: Tahoma, Arial, sans-serif;*/
	color: #540000;
	font-size: 13px;
	line-height: 1.7em;
	float: none;
	clear: both;
	overflow: auto;
}
.content-form-line .in{
	padding: 5px 0px 0px 10px;
	overflow: auto;
	float: none;
	clear: both;
	display: block;
}
.content-form-line .in_ie {
	padding: 10px 0 0 120px;
	overflow: auto;
	height: 37px;
	float: none;
	clear: both;
}
.bug_ie_field {
	height: 0px;
	float: none;
	clear: both;
	font-size: 0px;
}
.label {
	display: block;
	width: 100px;
	padding: 0 10px 0 0;
	overflow: auto;
	float: left;
	text-align: right;
}
.color-blue {
    color: #6F3230;
}
.content-form-line .input-full {
	width: 271px;
}
.input, textarea{
	border: 1px solid #6F3230;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #767676;
	float: left;
}

.btn {
	display: block;
    background: url(/img/btn.gif) no-repeat 0 0;
	border: none;
	width: 94px;
	height: 27px;
	cursor: pointer;
	font: bold 13px Tahoma, Arial, sans-serif;
	color: #fff;
    text-align: center;
    line-height: 25px;
}
.btn:hover {
    background: url(/img/btn.gif) no-repeat 0 100%;
	border: none;
	width: 94px;
	height: 27px;
	cursor: pointer;
	color: #ffffff;
}


.overview_container {
    float: left;
    padding: 9px;
}
.overview_container div a{
    font-family: Arial, times;
    /*font-weight: bold;*/
    font-size: 17px;
    text-decoration: none;
    display: block;
    padding-top: 4px;
    width: 260px;
    color: #932e23;
}
.overview_container div {
    width: 250px;
    text-align: center;
}

.popular_artists {
    color: #550000;
}
.popular_artists span.heading{
    clear: both;
    color: #9B6D24;
    font-size: 24px;
    font-family: Tahoma;
    padding: 10px 0;
    display: block;
}
.popular_artists a{
    color: #550000;
    text-decoration: underline;
}
.popular_artists a:hover{
    text-decoration: none;
}



.did_you_mean {
    color: #550000;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}


.sidebar_works {
    float: left;
    width: 190px;
}
.sidebar_works a {
    position: relative;
    display: block;
    float: left;
    text-decoration: none;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #8F5B00;
    font-size: 13px;
    padding: 6px 0 7px 6px;
    width: 340px;
    border-bottom: 1px solid #fff;
}
.sidebar_works a span {
    color: #D76A00;
    text-decoration: underline;
}
.sidebar_works a img{
    padding: 0 16px 0 0 ;
    display: block;
    float: left;
    margin-right: 3px;
}
.sidebar_works a img.thumb{
    height: 80px;
}
.sidebar_main{
     width: 319px;
     float: left;
     padding: 40px 0 30px 0;   
}
.works_content {
    margin: 14px 0 0 0 ;
    padding: 0 0 26px 0;
    float: right;
    padding-left: 5px;
    width: 468px;
    /*border-bottom: 1px dashed #AD7D02;*/
    border-top: 1px dashed #AD7D02;
    height: 725px;
}
.works_content a{
    float: left;
    border: 1px solid #fff;
    height: 153px;
}
.works_content a:hover {
    border: 1px solid #ffffff;
}
.sidebar_works_pages {
    padding: 0 0 0 5px;
    color: #8F5B00;
    width: 180px;
    text-align: left;
    padding-bottom: 8px;
    font-family: Tahoma, Arial;
}
.sidebar_works_pages a{
    float: none;
    display: inline;
    font-family: Tahoma, Arial;
}
.artist{
     font-size: 13px;
     color: #8F5B00;
     text-decoration: underline;
     font-weight: bold;
}
.artist span{
     font-size: 13px;
     color: #8F5B00;
     text-decoration: underline;
     font-weight: bold;
}
.onze_werken_in_beeld{
    margin: 20px 0 0 0;
    width: 468px;
    font-size: 30px;
    color: #6C160C;
    font-family: Verdana;
    float: right; 
}
.klik_op_afbeelding_voor_vergroting{
    padding: 0 10px 12px 0;
    font-size: 13px;
    color: #AD7D02;
    text-align: right;
    font-family: Arial;
}    
.work_content_artist{
    margin: 25px 0 0 0;
    font-size: 22px;
    color: #C37C00;
    font-family: Times New Roman; 
}
.work_content_artist span.date{
    font-size: 15px;
    color: #C37C00;
    font-family: Times New Roman; 
}
.work_content_artist span.name{
    font-size: 26px;
    color: #6C160C;
    font-family: Times New Roman; 
}



/*paintings by color ========================================*/
.paintings_by_color_head {
    display: block;
    height: 67px;
    background: url('/img/by_color_head.jpg') no-repeat;
}
.cthm_kind_by_color {
	font-family: Tahoma;
    background: #FFFFE7;
	width: 556px;
	overflow: auto;
	border-left: 8px solid #FFFFE7;
	border-right: 8px solid #FFFFE7;
	float: none;
	clear: both;
	padding: 5px 0 20px 0;
}
.paintings_by_color_rounded_container {
    background: #fff url('/img/by_color_rounded_repeat.gif') repeat-y;
}
.paintings_by_color_rounded_top {
    height: 21px;
    background: #fff url('/img/by_color_rounded_top.jpg') no-repeat;
}
.paintings_by_color_rounded_bottom {
    height: 28px;
    background: #fff url('/img/by_color_rounded_bottom.jpg') no-repeat;
}
.paintings_by_color_desc {
    font-size: 13px;
    color: #000;
    padding: 0 200px 10px 10px;
    margin: 10px 10px 5px 0;
    background: url('/img/by_color_desc.jpg') no-repeat right;
}
.paintings_by_color_2008_trends {
    height: 23px;
    background: url('/img/by_color_2008_trends.gif') no-repeat center;
}

.paintings_by_color_list {
    margin: 10px 0 0 25px;
    float: left;
    display: inline;
}
.paintings_by_color_list li{
    float: left;
}
.paintings_by_color_list li a{
    float: left;
    font-size: 13px;
    width: 133px;
    height: 28px;
    padding: 12px 0 5px 40px;
    text-decoration: none;
    color: #000;
}
.paintings_by_color_list li a:hover{
    text-decoration: underline;
}

.paintings_by_color_list .latte{
    background: url('/img/by_color_latte.jpg') no-repeat 5px 5px;
}
.paintings_by_color_list .hawtorn{
    background: url('/img/by_color_hawtorn.jpg') no-repeat 5px 5px;
}
.paintings_by_color_list .roasted{
    background: url('/img/by_color_roasted.jpg') no-repeat 5px 5px;
}
.paintings_by_color_list .misted{
    background: url('/img/by_color_misted.jpg') no-repeat 5px 5px;
}
.paintings_by_color_list .cork{
    background: url('/img/by_color_cork.jpg') no-repeat 5px 5px;
}
.paintings_by_color_list .split{
    background: url('/img/by_color_split.jpg') no-repeat 5px 5px;
}
.paintings_by_color_list .stone{
    background: url('/img/by_color_stone.jpg') no-repeat 5px 5px;
}
.paintings_by_color_list .silvery{
    background: url('/img/by_color_silvery.jpg') no-repeat 5px 5px;
}
.paintings_by_color_list .aegean{
    background: url('/img/by_color_aegean.jpg') no-repeat 5px 5px;
}
.paintings_by_color_list .peakock{
    background: url('/img/by_color_peakock.jpg') no-repeat 5px 5px;
}
.paintings_by_color_list .french{
    background: url('/img/by_color_french.jpg') no-repeat 5px 5px;
}
.paintings_by_color_list .bermuda{
    background: url('/img/by_color_bermuda.jpg') no-repeat 5px 5px;
}
.paintings_by_color_list .cherokee{
    background: url('/img/by_color_cherokee.jpg') no-repeat 5px 5px;
}
.paintings_by_color_list .bordeaux{
    background: url('/img/by_color_bordeaux.jpg') no-repeat 5px 5px;
}
.paintings_by_color_list .gypsy{
    background: url('/img/by_color_gypsy.jpg') no-repeat 5px 5px;
}
.paintings_by_color_list .ferret{
    background: url('/img/by_color_ferret.jpg') no-repeat 5px 5px;
}
.paintings_by_color_list .strawberry{
    background: url('/img/by_color_strawberry.jpg') no-repeat 5px 5px;
}
.paintings_by_color_list .spanish{
    background: url('/img/by_color_spanish.jpg') no-repeat 5px 5px;
}


.paintings_by_color_p {
    font-size: 13px;
    padding-left: 10px;
}


.paintings_by_color_spectral {
    float: left;
    padding: 25px 0 0 10px;
    margin: 10px 0 0 0;
    background: url('/img/by_color_spectral_head.gif') no-repeat 15px top;
    width: 130px;
}
.paintings_by_color_spectral li{
    float: left;
}
.paintings_by_color_spectral li a{
    float: left;
    font-size: 13px;
    width: 73px;
    height: 18px;
    padding: 12px 0 5px 40px;
    text-decoration: none;
    color: #000;
}
.paintings_by_color_spectral li a:hover{
    text-decoration: underline;
}
.paintings_by_color_spectral .red{
    background: url('/img/by_color_red.jpg') no-repeat 5px 5px;
}
.paintings_by_color_spectral .orange{
    background: url('/img/by_color_orange.jpg') no-repeat 5px 5px;
}
.paintings_by_color_spectral .yellow{
    background: url('/img/by_color_yellow.jpg') no-repeat 5px 5px;
}
.paintings_by_color_spectral .yellow-green{
    background: url('/img/by_color_yellow-green.jpg') no-repeat 5px 5px;
}
.paintings_by_color_spectral .green{
    background: url('/img/by_color_green.jpg') no-repeat 5px 5px;
}
.paintings_by_color_spectral .teal{
    background: url('/img/by_color_teal.jpg') no-repeat 5px 5px;
}
.paintings_by_color_spectral .blue{
    background: url('/img/by_color_blue.jpg') no-repeat 5px 5px;
}
.paintings_by_color_spectral .violet{
    background: url('/img/by_color_violet.jpg') no-repeat 5px 5px;
}
.paintings_by_color_spectral .purple{
    background: url('/img/by_color_purple.jpg') no-repeat 5px 5px;
}



.paintings_by_color_pastels {
    float: left;
    padding: 25px 0 0 10px;
    margin: 10px 0 0 0;
    background: url('/img/by_color_pastels_head.gif') no-repeat 15px top;
    width: 110px;
}
.paintings_by_color_pastels li{
    float: left;
}
.paintings_by_color_pastels li a{
    float: left;
    font-size: 13px;
    width: 73px;
    height: 18px;
    padding: 12px 0 5px 40px;
    text-decoration: none;
    color: #000;
}
.paintings_by_color_pastels li a:hover{
    text-decoration: underline;
}
.paintings_by_color_pastels .pink{
    background: url('/img/by_color_pink.jpg') no-repeat 5px 5px;
}
.paintings_by_color_pastels .peach{
    background: url('/img/by_color_peach.jpg') no-repeat 5px 5px;
}
.paintings_by_color_pastels .lemon{
    background: url('/img/by_color_lemon.jpg') no-repeat 5px 5px;
}
.paintings_by_color_pastels .mint{
    background: url('/img/by_color_mint.jpg') no-repeat 5px 5px;
}
.paintings_by_color_pastels .azure{
    background: url('/img/by_color_azure.jpg') no-repeat 5px 5px;
}
.paintings_by_color_pastels .lavendar{
    background: url('/img/by_color_lavendar.jpg') no-repeat 5px 5px;
}



.paintings_by_color_neutral {
    float: left;
    padding: 25px 0 0 10px;
    margin: 10px 0 0 0;
    background: url('/img/by_color_neutral_head.gif') no-repeat 15px top;
    width: 130px;
}
.paintings_by_color_neutral li{
    float: left;
}
.paintings_by_color_neutral li a{
    float: left;
    font-size: 13px;
    width: 83px;
    height: 18px;
    padding: 12px 0 5px 40px;
    text-decoration: none;
    color: #000;
}
.paintings_by_color_neutral li a:hover{
    text-decoration: underline;
}
.paintings_by_color_neutral .white{
    background: url('/img/by_color_white.jpg') no-repeat 5px 5px;
}
.paintings_by_color_neutral .grey{
    background: url('/img/by_color_grey.jpg') no-repeat 5px 5px;
}
.paintings_by_color_neutral .black{
    background: url('/img/by_color_black.jpg') no-repeat 5px 5px;
}
.paintings_by_color_neutral .beige{
    background: url('/img/by_color_beige.jpg') no-repeat 5px 5px;
}
.paintings_by_color_neutral .milk-chocolate{
    background: url('/img/by_color_milk-chocolate.jpg') no-repeat 5px 5px;
}




.paintings_by_color_oldmaster {
    float: left;
    padding: 50px 0 0 10px;
    margin: 10px 0 0 0;
    background: url('/img/by_color_oldmaster_head.gif') no-repeat 15px top;
    width: 130px;
}
.paintings_by_color_oldmaster li{
    float: left;
}
.paintings_by_color_oldmaster li a{
    float: left;
    font-size: 13px;
    width: 73px;
    height: 18px;
    padding: 12px 0 5px 40px;
    text-decoration: none;
    color: #000;
}
.paintings_by_color_oldmaster li a:hover{
    text-decoration: underline;
}
.paintings_by_color_oldmaster .burnt{
    background: url('/img/by_color_burnt.jpg') no-repeat 5px 5px;
}
.paintings_by_color_oldmaster .raw{
    background: url('/img/by_color_raw.jpg') no-repeat 5px 5px;
}
.paintings_by_color_oldmaster .yellow-ochre{
    background: url('/img/by_color_yellow-ochre.jpg') no-repeat 5px 5px;
}
.paintings_by_color_oldmaster .umbra{
    background: url('/img/by_color_umbra.jpg') no-repeat 5px 5px;
}
.paintings_by_color_oldmaster .paynes{
    background: url('/img/by_color_paynes.jpg') no-repeat 5px 5px;
}
.paintings_by_color_oldmaster .mars{
    background: url('/img/by_color_mars.jpg') no-repeat 5px 5px;
}


.paintings_by_color_spectral_desc {
    float: left;
    width: 150px;
    height: 152px;
    background: #fff url('/img/by_color_spectral_bg.jpg') no-repeat;
    padding: 70px 0 0 180px;
    font-size: 13px;
    line-height: 16px;
}
.paintings_by_color_oldmaster_desc {
    float: left;
    width: 187px;
    height: 252px;
    background: #fff url('/img/by_color_oldmaster_bg.jpg') no-repeat;
    padding: 50px 15px 0 17px;
    font-size: 13px;
    line-height: 16px;
    position: relative;
    bottom: 80px;
}
.paintings_by_color_pastels_desc {
    float: left;
    width: 214px;
    height: 50px;
    background: #fff url('/img/by_color_pastels_bg.jpg') no-repeat;
    padding: 180px 10px 0 30px;
    font-size: 13px;
    line-height: 16px;
    position: relative;
    bottom: 80px;
}
.paintings_by_color_neutral_desc {
    float: left;
    width: 117px;
    height: 121px;
    background: #fff url('/img/by_color_neutral_bg.jpg') no-repeat;
    padding: 110px 15px 0 165px;
    font-size: 13px;
    line-height: 16px;
    position: relative;
    bottom: 80px;
}
#color-picker {
    display: block;
    width: 47px;
    height: 47px;
    float: right;
    margin-top: 10px;
}
.cam_name_click_color_picker {
    float: right;
    display: inline;
    margin: 35px 50px 0pt 5px;
    color: #7F3426;
    font-size: 17px;
}


#colorpickerHolder {
	top: 32px;
	left: 0;
	width: 356px;
	height: 0;
	overflow: hidden;
	position: absolute;
}
#colorpickerHolder .colorpicker {
	background-image: url(/img/colorpicker/custom_background.png);
	position: absolute;
	bottom: 0;
	left: 0;
}
#colorpickerHolder .colorpicker_hue div {
	background-image: url(/img/colorpicker/custom_indic.gif);
}
#colorpickerHolder .colorpicker_hex {
	background-image: url(/img/colorpicker/custom_hex.png);
}
#colorpickerHolder .colorpicker_rgb_r {
	background-image: url(/img/colorpicker/custom_rgb_r.png);
}
#colorpickerHolder .colorpicker_rgb_g {
	background-image: url(/img/colorpicker/custom_rgb_g.png);
}
#colorpickerHolder .colorpicker_rgb_b {
	background-image: url(/img/colorpicker/custom_rgb_b.png);
}
#colorpickerHolder .colorpicker_hsb_s {
	background-image: url(/img/colorpicker/custom_hsb_s.png);
	display: none;
}
#colorpickerHolder .colorpicker_hsb_h {
	background-image: url(/img/colorpicker/custom_hsb_h.png);
	display: none;
}
#colorpickerHolder .colorpicker_hsb_b {
	background-image: url(/img/colorpicker/custom_hsb_b.png);
	display: none;
}
#colorpickerHolder .colorpicker_submit {
	background-image: url(/img/colorpicker/custom_submit.png);
}
#colorpickerHolder .colorpicker input {
	color: #778398;
}


#tell_a_friend_container {
    border: 10px solid #ece0af;
    padding: 10px;
    width: 400px;
    background: #f8ffda;
    overflow: auto;
    display: none;
    margin: 0 auto;
}
.tell_a_friend_p {
    padding: 10px 0 10px 30px;
    font-size: 20px;
    color: #540000;
}
.tell_a_friend_close {
    float: right;
    margin: 10px 20px 0 0;
    display: inline;
    color: #540000;
}
.tell_a_friend_form {
    color: #540000;
}
.tell_a_friend_form label{
    float: left;
    width: 150px;
    padding-right: 15px;
    margin: 4px 0;
    text-align: right;
}
.tell_a_friend_form input{
    float: left;
    width: 200px;
    border: 1px solid #6f3230;
    margin: 2px 0;
}
.tell_a_friend_form .btn{
    display: block;
    background: url(/img/btn.gif) no-repeat 0 0;
	border: none;
	width: 94px;
	height: 27px;
	cursor: pointer;
	font: bold 13px Tahoma, Arial, sans-serif;
	color: #fff;
    text-align: center;
    line-height: 25px;
    margin-left: 165px;
    display: inline;
}


.themes_styles_p {
    padding: 10px 0 20px 30px;
    width: 400px;
    color: #66251f;
    font-size: 15px;
    line-height: 18px;
}
.themes_styles_h1 {
    color: #66251f;
    font-size: 27px;
}
.themes_styles_desc {
    padding: 15px 0 0 10px;
    background: #fff;
    width: 546px;
    border-left: 8px solid #FFFFFF;
    border-right: 8px solid #FFFFFF;
    border-top: 6px solid #FFFFFF;
}
.themes_styles_a {
    color: #9B6D24;
    text-decoration: underline;
}
.themes_styles_a:hover {
    text-decoration: none;
}



#service_content .interesting_links {
    padding: 3px;
    border-top: 2px solid #C59E52;
    border-bottom: 2px solid #C59E52;
    background: #721600;
    float: left;
    width: 460px;
}
#service_content .interesting_links_h1 {
    float: left;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
    color: #C59E52;
    margin: 0;
}
#service_content .interesting_links_a {
    color: #fff;
    float: right;
    display: inline;
    margin: 1px 1px 0 0;
}
.interesting_links_container {
    border: 1px solid #320000;
    width: 464px;
    float: left;
    margin: 10px 0 10px 0;
    overflow: hidden;
}
.interesting_links_cont_top {
    background: #731600;
    height: 24px;
    color: #fff;
    padding: 3px;
    width: 458px;
    float: left;
    overflow: hidden;
}
.interesting_links_cont_bottom {
}
.interesting_links_cat_list li{
    font-family: Verdana;
    font-size: 13pt;
    color: #666666;
}
.interesting_links_cat_list li a{
    color: #666666;
    font-size: 11px;
    font-family: Verdana;
}
.interesting_links_cat_list {
    margin: 0 0 10px 40px;
}
.interesting_links_link_list {
    
}
.interesting_links_link_list li{
    padding: 5px 15px;
    border-bottom: 1px dotted #666666;
    font-size: 11px;
    font-family: Verdana;
}
.interesting_links_link_list_add li{
    padding: 5px;
    border-top: 1px dotted #666666;
    font-size: 11px;
    font-family: Verdana;
    float: left;
    display: block;
}
.interesting_links_link_list_add li label{
    color: #666;
    width: 183px;
    display: block;
    float: left;
}
.interesting_links_link_list_add li input,
.interesting_links_link_list_add li select,
.interesting_links_link_list_add li textarea{
    display: block;
    float: left;
    width: 270px;
}
.interesting_links_link_list li a{
    color: #540000;
    font-weight: bold;
}
.interesting_links_link_list li span{
    color: #9B7C41;
}
.interesting_links_pages {
    color: #fff;
    position: relative;
    top: -13px;
    right: -280px;
}
.interesting_links_pages a{
    color: #fff;
    text-decoration: none;
}




/*invitation section*/
.personal_invitation_sidebar {
    width: 88px;
    height: 625px;
    background: url('/img/invitation/personal_invitation_sidebar.png') no-repeat;
    float: right;
    margin-top: 40px;
}
.personal_invitation_sidebar a, .signupform_sidebarleft a{
    color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline;
    display: block;
    margin: 40px 0 0 27px;
    font-size: 10px;
}
.signupform_sidebarleft {
    width: 86px;
    height: 643px;
    background: url('/img/invitation/signupform_sidebarleft.png') no-repeat;
    float: right;
    margin-top: 40px;
}
.signupform_sidebarright {
    width: 78px;
    height: 643px;
    background: url('/img/invitation/signupform_sidebarright.png') no-repeat;
    float: right;
    margin-top: 40px;
}


.signup_sidebar {
    width: 76px;
    height: 478px;
    background: url('/img/invitation/signup_sidebar.png') no-repeat;
    float: right;
    margin-top: 40px;
    display: block;
}
.signup_sidebar:hover {
    cursor: hand;
}
.invitation_head_shadow {
    width: 568px;
    background: url('/img/invitation/top_head_shadow.png') no-repeat;
    height: 11px;
    font-size: 0pt;
    margin-top: 10px;
}
.invitation_head {
    width: 568px;
    height: 101px;
    background: #000000 url('/img/invitation/doorbell_logo.jpg') no-repeat center center;
    border: 2px solid #fff;
}
.invitation_content {
    width: 568px;
    height: 633px;
    background: #fff;
    border: 2px solid #fff;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    overflow: hidden;
}
.invitation_copyright {
    padding: 40px;
    color: #fff;
    font-size: 11px;
    background: #956002;
    clear: both;
    height: 25px;
    margin-top: 10px;
    float: left;
    width: 568px;
}
.invitation_content_left {
    width: 358px;
    float: left;
    line-height: 14px;
}
.invitation_content .heading_p {
    color: #000;
    font-size: 14px;
    text-align: center;
    margin: 20px 0 20px 0;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.invitation_content .heading_p_orange {
    color: #956002;
    font-size: 14px;
    text-align: center;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.invitation_font_small {
    color: #000;
    font-size: 12px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.invitation_small_orange_a {
    font-size: 12px;
    color: #956002;
    text-decoration: underline;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.invitation_normal_orange_a {
	font-size: 14px;
    color: #956002;
    text-decoration: underline;
    font-family: Tahoma, Arial, Helvetica, sans-serif;	
}
.invitation_font_big {
    color: #000;
    font-size: 14px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.invitation_content_right {
    width: 197px;
    float: left;
    line-height: 18px;
}
.invitation_content_right img {
    margin-top: 16px;
    border: 2px solid #bd9523;
}


.invitation_content_signuphead {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #623f01;
    margin: 20px 0 0 35px;
}
.invitation_content_signuphead_p {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #623f01;
    margin: 0 0 10px 35px;
}
.invitation_form li {
    padding: 5px 20px 5px 20px;
    background: #fff4b3;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    float: left;
    width: 568px;
    margin-top: 25px;
}
.invitation_form li input,
.invitation_form li textarea,
.invitation_form li select {
    border: 1px solid #7f9db9;
}
.invitation_form li input,
.invitation_form li select {
    clear: both;
    float: left;
    width: 250px;
}
.invitation_form li textarea {
    float: left;
    width: 250px;
}
.invitation_label {
    width: 66px;
    text-align: right;
    color: #fff4b3;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
#invitation_form_submit {
    float: right;
    width: 118px;
    height: 34px;
    border: none;
    background: #4b1b0c url('/img/invitation/submit_form.gif') no-repeat;
    clear: none;
    display: inline;
    margin: 80px 50px 0 0;
}


.route_description {
	color: #936100;
}



.doorbell_menu_ad {
    background: url('/img/doorbell_ad.jpg') no-repeat;
    width: 247px;
    height: 486px;
    float: right;
    font-family: Times, Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.doorbell_menu_ad p {
    padding: 36px 20px 20px;
    text-align: center;
    font-weight: bold;
    color: #e7d886;
}
.doorbell_menu_ad p span{
    color: #e7d886;
    letter-spacing: 4px;
}
.doorbell_menu_ad p.doorbell_menu_ad_desc {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 84px 20px 20px;
    line-height: 17px;
}
.doorbell_menu_ad p.doorbell_menu_ad_links {
    padding: 0 20px 20px;
    color: #e7d886;
    font-weight: normal;
}
.doorbell_menu_ad p a{
    color: #e7d886;
    text-decoration: underline;
    font-weight: normal;
}
.doorbell_menu_ad p a:hover{
    text-decoration: none;
}



/*send e-cart section ====================*/
#send_ecart {
    width: 718px;
    height: 469px;
    overflow: hidden;
    display: none;
    background: #fff;
    margin: 0 auto;
}
#send_ecart div.left_cont{
    float: left;
    width: 78px;
    height: 469px;
    background: #2e0200;
}
#send_ecart div.left_cont a{
    display: block;
    color: #fff;
    margin: 34px auto;
    width: 70px;
    font-family: Arial;
    font-size: 12px;
}
#send_ecart .left_cont_form{
    float: left;
    width: 78px;
    height: 469px;
    background: #623f01;
}
#send_ecart .left_cont_form ul{
    margin-top: 79px;
    height: 390px;
    width: 78px;
    background: #4b1b0c;
}
#send_ecart .left_cont_form ul li{
    color: #fff4b3;
    font-family: Arial;
    font-size: 12px;
    text-align: right;
    padding-right: 10px;
}

#send_ecart_form {
    width: 562px;
    float: left;
}
#send_ecart_form label{
    font-family: Arial;
    font-size: 12px;
    color: #000;
    width: 250px;
    float: left;
    text-align: left;
    margin: 0 0 4px 0;
}
#send_ecart_form input{
    width: 215px;
    float: left;
    border: 1px solid #7f9db9;
}
#send_ecart_form ul li{
    background: #fff4b3;
    float: left;
    padding: 4px 0 4px 21px;
    width: 260px;
}
.ecart_welcome {
    font-family: Tahoma;
    font-size: 28px;
    color: #623f01;
    padding: 40px 0 75px 28px;
    float: left;
    width:  190px;
    text-align: left;
}
.ecart_painting {
    font-size: 16px;
    float: right;
    width: 165px;
    height: 120px;
    text-align: right;
    margin: 30px 20px 0 0;
    color: #623f01;
    font-family: Arial;
}
.ecart_painting_img{
    float: right;
    border: 1px solid #623f01;
    display: inline;
    margin: 20px 20px 0 0;
}
.ecart_welcome span{
    font-size: 16px;
}
.send_ecart_textarea {
    background: #fff4b3;
    padding: 10px 22px 10px 22px;
    width: 562px;
    height: 102px;
    overflow: hidden;
    margin: 19px 0 0 0;
    float: left;
}
.send_ecart_message {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    width: 234px;
    padding: 10px 20px 0 0;
    text-align: right;
    float: left;
    line-height: 16px;
}
.send_ecart_message span{
    font-size: 16px;
    font-weight: bold;
}
.send_ecart_message_input {
    width: 260px;
    height: 100px;
    border: 1px solid #7f9db9;
    float: left;
}
.send_ecart_submit {
    float: right;
    width: 103px;
    height: 25px;
    background: url('/img/send_ecart_submit.jpg') no-repeat;
    color: #fff;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    margin: 4px 20px 0 0;
    padding: 10px 15px 0 0;
}


.sitemap_a {
    color: #540000;
    font-family: Verdana;
    font-size: 12px;
}
.sitemap_sub_a {
    color: #c59e52;
    font-family: Verdana;
    font-size: 11px;
}
.sitemap_h2 {
    color: #540000;
    font-family: Verdana;
    font-size: 12px;
    padding: 15px 0 15px 0;
}
.sitemap_h2 a{
    color: #540000;
    font-weight: bold;
}
.sitemap_left_p {
    width: 220px;
    float: left;
}


#related_button {
    /*display: block;
    float: right;
    clear: both;
    width: 160px;
    padding: 7px 0 0 10px;
    height: 21px;
    background: url('/img/related_bg.gif') no-repeat;
    font-family: "Times New Roman",Times,serif;
    font-size: 12px;
    color: #ad7d02;*/
    z-index: 999;
}
#related_list {
    position: absolute;
	left: -20px;
	top: 28px;
	border: 1px solid #D6D79F;
	display: none;
	z-index: 9999;
    background: #FFFFE7;
    width: 203px;
    margin-right: 42px;
}
#related_list li {
    width: 180px;
    margin: 0 auto;
    height: 21px;
    background: url('/img/related_item_bg.gif');
    padding: 2px 0 0 14px;
}
#related_list li a{
    color: #914400;
    font-family: "Times New Roman",Times,serif;
    font-size: 12px;
    text-decoration: underline;
}
#related_list li a:hover{
    text-decoration: none;
}
#related_container {
    position: relative;
    /*float: right;
    margin: 4px 0;
    width: 120px;*/
}



#sidepanel {
    float: left;
    width: 134px;
    background: #E7E8AF;
    border: 6px solid #fff;
    margin: 20px 13px 0 0;
}
#sidepanel p{
    text-align: center;
    padding: 16px 8px;
}


.ext_footer_container {
    background: #200004 url('/img/ext_footer.gif') repeat-x;
    border-top: 1px solid #6a4101;
    clear: both;
    overflow: auto;
    /*margin-top: 20px;*/
}
#ext_footer {
    width: 780px;
    clear: both;
    overflow: auto;
    margin: 0 auto;
    height: 290px;
}
#ext_footer ul li {
  display: inline;
  float: left;
  margin: 10px;
}
#ext_footer ul {
  list-style: none;
}
#ext_footer ul li h3 {
  color: #fff;
  font: bold 17px "Times New Roman", Times, serif;
  padding: 5px 0 6px 12px;
  border-bottom: 2px solid #fff;
  margin: 0 0 10px;
}
#ext_footer ul li ul {
  padding: 0 0 10px 0;
  width: 165px;
}
#ext_footer ul li ul li {
  color: #fff;
  font: bold 13px "Times New Roman", Times, serif;
  padding: 0 0 5px 0;
  margin: 0 0 0 0;
}    
#ext_footer ul li ul li a {
  display: block;
  width: 162px;
  border-bottom: 1px dotted #fff;
  color: #C59E52;
  font: normal 14px "Times New Roman", Times, serif;
  padding: 0 0 3px 3px;
  text-decoration: none;
}
#ext_footer ul li ul li a:hover {
  background: #520D08;
  text-decoration: none;
}

/*head search styles*/
.head_search_container {
    background: #fff;
    padding: 0 8px 0 8px;
    width: 556px;
}
.head_search {
    background: #BD972C;
    height: 40px;
    border-top: 1px solid #717372;
    border-bottom: 1px solid #717372;
    padding: 0 0 0 14px;
    width: 542px;
}
.head_search_label {
    font-family: Arial;
    display: block;
    color: #fff;
    font-size: 16px;
    margin-top: 12px;
    float: left;
}
.head_search_input {
    display: inline;
    color: #717372;
    margin: 10px 0 0 10px;
    float: left;
    width: 198px;
    height: 12px;
    border: 1px solid #717372;
    font-size: 10px;
    padding: 3px;
}
.head_search_button {
    display: inline;
    color: #717372;
    margin: 9px 0 0 10px;
    float: left;
    border: 1px solid #000;
    background: #fff;
    font-family: Arial;
    font-size: 12px;
    padding: 3px 15px 5px 15px;
    text-decoration: none;
}


.chm_talks_about_art {
    border: 1px solid #C5851B;
    border-bottom: 1px solid #5F3E15;
    width: 357px;
    height: 143px;
    background: url('/img/chm_nikita_talks.jpg') no-repeat;
    float: left;
    margin: 5px 10px 0 0;
}
.chm_talks_about_art h2 {
    font-family: Georgia;
    font-size: 17px;
    color: #5F3E15;
    margin: 19px 0 10px 115px;
    width: 190px;
    font-weight: normal;
}
.chm_talks_about_art h2 a{
    font-family: Georgia;
    font-size: 17px;
    color: #5F3E15;
    text-decoration: none;
}
.chm_talks_about_art p {
    color: #898989;
    font-size: 13px;
    width: 167px;
    margin: 0 0 0 115px;
    line-height: 15px;
}
.chm_talks_about_art p a{
    color: #B83636;
    font-size: 13px;
}



.become_fan {
  background: url("/img/become_fan.png") top right no-repeat;	
  1width: 220px;
  height: 30px;
  position: absolute;
  display: block;
  color: #335497;
  font-size: 10px;
  padding-right: 42px;
  font-family: "Verdana"; 
  top: 205px;
  right: 150px;
  padding-top: 10px;
  text-decoration: none;
}

.become_fan:hover {
  background: url("/img/become_fan.png") bottom right no-repeat;	
}



/*new design goes here*/
#head_logo_container {
	margin: 0 auto;
	width: 100%;
	height: 150px;
	padding-top: 13px;
	position: relative;
}
#head_logo_container .ellipse {
	float: left;
	display: block;
	background: url('/img/home/round_head_logo1.png') no-repeat;
	width: 600px;
	height: 148px;
	margin: 0 32px 0 13px;
    behavior: url(/script/iepngfix.htc);
}
#head_logo_container .ellipse:hover {
    cursor: hand;
}
/*#head_logo_container .oil_paintings_logo {
	float: left;  
	display: block;
	margin: 12px 238px 0 0;
	/*background: url('/img/home/reproduction_oil_paintings.png') no-repeat;
	width: 293px;
	height: 115px;
    behavior: url(/script/iepngfix.htc);
}*/
#head_logo_container .oil_paintings_logo:hover {
    cursor: hand;
}
#head_logo_container .passion_for_paintings {
	/*float: right;
	display: block;
	margin: 12px 209px 0 0;*/
	position: absolute;
	right: 209px;
	top: 20px;
	background: url('/img/home/passion_for_paint.png') no-repeat;
	width: 276px;
	height: 124px;
	behavior: url(/script/iepngfix.htc);
}
#head_logo_container .fre{
	background: url('/img/home/passion_for_paint_fr.png') no-repeat;
}
#head_logo_container .spe{
	background: url('/img/home/passion_for_paint_sp.png') no-repeat;
}
#head_logo_container .pte{
	background: url('/img/home/passion_for_paint_pt.png') no-repeat;
}
#head_logo_container .passion_for_paintings:hover {
    cursor: hand;
}
#page_container {
	width: 100%;
	background: #fff;
	border-top: 1px solid #1f0101;
	float: left;
}
#homepage_content {
	width: 1064px;
	margin: 0 auto;
	/*background: url('/img/home/page_content_l_shadow.gif') repeat-y;*/
	padding-left: 23px;
	/*overflow: auto;*/
}
#homepage_content .left_column {
	background: #fff;
	float: left;
	margin: 0 0 0 0;
	width: 510px;
}
#homepage_content .right_column {
	float: left;
	margin: 0 0 0 8px;
	width: 510px;
    position: relative;
}
#rotate_home_paintings {
	width: 512px;
	height: 482px;
	background: url('/img/home/search_slogan.gif') no-repeat 40px 280px #390200;
    margin: 8px 0 0 0;
}
#rotate_home_paintings a.p_item{
	display: block;
	float: left;
	width: 85px;
	height: 85px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
#rotate_home_paintings a.p_item img{
	width: 85px;
	height: 85px;
}
.ul_link_search_form{
    height: 32px;
    /*float: left;*/
    clear: both;
    padding: 35px 0 11px 45px;
}
.ul_link_search_form li{
    display: block;
    padding: 0px 10px 0px 0px;
    float:left;
    text-align: center;
    font-size: 16px;
    color: #C29931;
    overflow: hidden;
    height: 32px;
} 
.ul_link_search_form li a
{   
    margin: 0px 5px 0px 0px;
    display: block;
    float: left;
    font-size: 16px;
    font-family: Times New Roman;
    color: #fff;
    height: 32px;
}

/*home search form*/
.home_search_form {
	width: 445px;
	margin: 0 auto;
	padding-top: 20px;
	clear: both;
}
.home_search_text{
    width: 441px;
    height: 82px;
    font-size: 18px;
    font-family: Times New Roman; 
    text-align: left;
    color: #C29931;
    margin: 0 0 10px 0;
    
}
.home_search_form .home_search_input {
	float: left;
	border: 1px solid #C19A31;
	font-size: 16px;
	width: 280px;
	height: 22px;
	margin-top: 0px;
	padding: 7px 0 5px 7px;
	/*background: #fff url('/img/home/search_input.gif') no-repeat;*/
}
.home_search_form .home_search_button {
	border: 1px solid #C29931;
	float: left;
	height: 27px;
	margin: 0 0 0 10px;
	background: #660000;
    color: #fff;
    font-family: Times New Roman;
    font-size: 16px;
    padding: 7px 26px 0 26px;
    text-decoration: none;
}
.home_search_form .home_start_browsing {
    display: block;
    float: left;
    padding: 10px 0 0 7px;
    width: 130px;
    text-decoration: none;
    color: #fff;
    line-height: 20px;
    font-weight: bold;
}


#searched_tags {
    height: 144px;
    padding: 9px 20px 0 20px;
    background: #fff;
   /* border: 1px solid #954A37; */
    color: #fff;
    line-height: 26px;
}
#searched_tags h2 {
    color: #C29931;
    font-family: "Times New Roman",Times,serif;
    font-size: 18px;
}
#searched_tags a {
    margin: 5px 5px 5px 0;
    color: #C29931;
    font-family: "Times New Roman",Times,serif;
    text-decoration: none;
    word-spacing: 5px;
}

/*home page - left column search categories*/
.slideshow_block {
    /*padding: 8px 11px 11px 11px;*/
    margin: 10px 0 0 0;
    float: left;
    width: 264px;
    height: 490px;
    border: 1px solid #c08313;
}
/*.search_categories {
	width: 510px;
	background: url('/img/home/popular_categories.gif') no-repeat center 22px;
	overflow: auto;
    padding: 0 0 140px 0;
}*/
/*.search_categories .column {
	padding-left: 22px;
	width: 147px;
	float: left;
	margin-top: 55px;
}*/
/*.search_categories .column h2 {
	font-size: 14px;
	font-weight: bold;
	color: #6a340c;
	line-height: 25px;
} */
/*.search_categories .column ul li {
	line-height: 23px;
}*/
/*.search_categories .column ul li a{
	text-decoration: underline;
	color: #6a340c;
	font-size: 14px;
	font-weight: normal;
}*/
/*.finding_painting {
	width: 480px;
	border-top: 1px solid #480e00;
	margin: 18px auto 0;
	height: 435px;
	background: url('/img/home/quality_guarantee.jpg') no-repeat 280px 270px;
}*/
.finding_painting h2.finding_h2{
	font-size: 14px;
	color: #480e00;
	font-weight: bold;
	width: 208px;
	margin: 16px 0 20px 8px;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 17px;
}
.finding_painting p.finding_desc { 
	color: #550000;
	font-size: 14px;
	width: 245px;
	line-height: 16px;
	margin: 0 30px 0 8px; 
	display: inline;
	float: left;
}
.finding_painting p.finding_desc strong{
	color: #936100;
}
.finding_painting p.finding_desc a {
	color: #936100;
	text-decoration: underline;
}

/*recently painted block*/
/*.recently_painted_container {
	width: 510px;
	height: 209px;
	background: #390200 url('/img/home/recently_painted_slogan.gif') no-repeat 33px 21px;
}*/
.recently_painted_container .see_all_them {
	width: 475px;
	height: 30px;
	text-align: right;
	padding: 94px 35px 0 0; 
}
.recently_painted_container .see_all_them a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.recently_painted_container a.recently_a {
	display: block;
	float: left;
	width: 85px;
	height: 85px;
}
.recently_painted_container a.recently_a img {
	width: 85px;
	height: 85px;
}

/*free shipping on home page*/
.home_free_shipping {
	display: block;
	width: 510px;
	height: 80px;
	background: #fff url('/img/home/free_shipping1.jpg') no-repeat center;
    margin: 4px 0 0 0px;
    border-top: 1px solid #C29931;
}
.home_free_shipping_visa{
    margin: 0 auto 10px auto;
    width: 1083px;
    height: 85px;
    float: none;
    clear: both;
    background: #fff;
    border-top: 1px solid #C29931; 
}
.free_shipping_visa{
    margin: 0 0 0 40px;
}

.average_free_shipping_visa{
    margin: 0 auto 10px auto;
    width: 840px;
    height: 85px;
    clear: both;
    background: #fff;
    border-top: 1px solid #C29931; 
}

/*home page right column*/
#homepage_content .nikita{
    padding: 0 0 0 0;
    width: 505px;
    float: left;
     background: #ffffff url('/img/nikita_lyudochka.jpg') no-repeat;
     background-position: bottom right; 
}
#homepage_content .nikita_foto{
    padding: 0 0 0 0;
    width: 179px;
    float: left;
    background: #ffffff;
}
#homepage_content .nikita_lyudochka{
    padding: 0 0 0 0;
    width: 216px;
    float: right;
    
}
#homepage_content .nikita_foto a{
    margin: 0 10px 0 0;   
    width: 179px;
    float: left;
    background: #ffffff;
}
#homepage_content .nikita_talks_about_art {
    padding: 16px 0;
   
   /*margin: 30px 0 20px 0;*/
}
#homepage_content .right_column h2.headline_2 {
	color: #390200;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 30px 0 0 0;
}
#homepage_content .right_column h2.headline_borders {
    padding: 16px 0;
    border-top: 1px solid #480E00;
    border-bottom: 1px solid #480E00;
    margin: 30px 0 20px 0;
}
#homepage_content .right_column h2.headline_articles {
    padding: 16px 0 16px 5px;
    border-top: 1px solid #480E00;
    border-bottom: 1px solid #480E00;
    margin: 0 0 0 0;
    background: #ffffff;
}
#homepage_content .right_column h2.headline_articles a{
    color: #6A340C;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
    text-decoration: underline;
}
#homepage_content .right_column h2.headline_articles a:hover{
    text-decoration: none;
}
#homepage_content .right_column .h3_articles {
    padding-bottom: 21px;
    font-weight: normal;
    color: #09080E;
}
#homepage_content .right_column .h3_articles1 {
    padding: 0 0 21px 187px;
    font-weight: normal;
    color: #09080E;
    float: left;
    margin: 0;
}
#homepage_content .h3_articles a,
#homepage_content .h3_articles a:hover,
#homepage_content .h3_articles a:visited{
    color: #6A340C;
    text-decoration: none;
    font-weight: bold;
    font-family: Times New Roman;
    
    
}
#homepage_content .h3_articles1 a,
#homepage_content .h3_articles1 a:hover,
#homepage_content .h3_articles1 a:visited{
    color: #6A340C;
    text-decoration: none;
    font-weight: bold;
    font-family: Times New Roman;
}
#homepage_content .right_column .article_section {
    background: #ffffff;
    color: #09080E;
    overflow: auto;
    padding: 20px 3px 0 5px;
    clear: both;
}
#homepage_content .right_column .article_section p{
    float: left;
    width: 315px;
    color: #6A340C;
}
#homepage_content .right_column .article_section p.p1{
    float: right;
    width: 315px;
    color: #6A340C; 
    margin: 0;
}
.p1{
    float: right;
    width: 315px;
    color: #6A340C;
}
#homepage_content .right_column .article_section p1{
    float: right;
    width: 275px;
    color: #09080E;
}
#homepage_content .right_column .article_section p a {
    color: #6A340C; 
    text-decoration: underline;
}
#homepage_content .right_column .article_section p a:hover { 
    text-decoration: none;
}
#homepage_content .right_column .article_painting {
    display: block;
    float: right;
    margin: -35px 0 0 0;
}
#homepage_content .right_column .article_painting1 {
    display: block;
    float: left;
    margin: -35px 0 0 0;
}
#homepage_content .right_column .article_painting img{
    width: 157px;
    float: left;
   /* border: 1px solid #FFFFED;*/
}
#homepage_content .right_column .article_painting1 img{
    width: 157px;
    float: left;
   /* border: 1px solid #FFFFED;*/
}
#homepage_content .right_column p {
	color: #550000;
	font-size: 14px;
	line-height: 19px;
	width: 485px;
}
#homepage_content .right_column p span{
	color: #936100;
}
#homepage_content p.nikita_p{
    padding: 0;
    width: 318px;
    float: right;
    font-size: 14px;
    line-height: 19px;
    font-family: Times New Roman; 
    text-align: left;
    color:#6A340C;
    display: inline;
}
.reproduction_process {
	display: block;
	margin: 6px 0;
	border: 1px solid #97925a;
}
#homepage_content .right_column p strong{
	color: #550000;
	font-weight: bold;
}
#homepage_content .right_column p strong a{
	color: #550000;
	font-weight: bold;
	text-decoration: underline;
}
#homepage_content .right_column p a{
	color: #550000;
	text-decoration: underline;
}
.oil_paintings_interior {
	display: block;
	margin: 20px 0;
	border: 1px solid #c2871a;
}
.oil_paintings_photo {
	display: block;
	margin: 7px 0;
}
#homepage_content .right_column h2.headline_portrait {
	color: #990000;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 20px 0 10px 10px;
}
.portrait_divider {
	width: 479px;
	font-size: 0;
	margin: 17px 0;
	border-top: 1px solid #480e00;
}
.home_safe_shopping {
    float: right;
    clear: both;
    display: block;
    padding: 10px 0 26px 0;
    border-top: 1px solid #C29931;
    /*width: 100%;*/
    margin: 8px 0 0 0;
}
.home_our_process{
    width: 455px;
    height: 94px;
}


/*horizontal menu layout*/
#horizontal_menu_container {
    height: 30px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #C2871A;
    margin: 0 0 1px 0;
}
#horizontal_menu_container ul.horizontal_menu{
    float: left;
    /*width: 960px;*/
    padding: 0 0 0 29px;
}
#horizontal_menu_container ul.horizontal_menu li{
    float: left;
}
#horizontal_menu_container ul.horizontal_menu li a{
    background: url('/img/home/menu/vertical_divider1.gif') no-repeat right top;
    color: #AA8C40;
    font-family: verdana;
    font-size: 9px;
    text-transform: uppercase;
    display: block;
    padding: 11px 17px 0 17px;
    height: 19px;
    text-decoration: none;
}
#horizontal_menu_container ul.horizontal_menu li a:hover{
    color: #FFFFFF;
    height: 19px;
    padding: 10px 17px 0 16px;
    border-top: 1px solid #4C0000;
    border-right: 1px solid #4C0000;
    background: #5A2500; /*url('/img/home/menu/active_menu.gif') repeat-x*/
}
#horizontal_menu_container ul.horizontal_menu li a.shopping_cart_img{
    background: #fff url('/img/home/menu/shopping_cart.gif') no-repeat 5px;
    padding: 11px 17px 0 37px;
}
#horizontal_menu_container ul.horizontal_menu li a.shopping_cart_img:hover{
    height: 19px;
    padding: 10px 17px 0 36px;
    border-top: 1px solid #4C0000;
    border-right: 1px solid #4C0000;
    color: #FFFFFF;
    background: #5A2500 url('/img/home/menu/shopping_cart1.gif') no-repeat 5px;
}
#horizontal_menu_container ul.horizontal_menu li a.active{
    height: 19px;
    padding: 10px 17px 0 16px;
    border-top: 1px solid #4C0000;
    border-right: 1px solid #4C0000;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 2px;
    background: #5A2500;
}


/*vertical left menu layout*/
#vertical_menu {
    float: left;
    width: 196px;
    border-top: 1px solid #fff;
}
#vertical_menu li {
    
}
#vertical_menu li.regular_li {
    display: block;
    color: #fff;
    font-size: 12px;
    padding: 12px 0 6px 19px;
    text-transform: uppercase;
    height: 15px;
}
#vertical_menu li a.color_trends {
    display: block;
    padding: 17px 0 12px 19px;
    height: 120px;
}

/*painting page menu tyles*/
#vertical_menu li a.paintings_250000 {
    display: block;
    padding: 17px 0 15px 19px;
    height: 120px;
}
#vertical_menu li input.search_by_keywords {
    display: block;
    margin: 2px 0 0 17px;
    height: 22px;
    width: 150px;
    padding: 6px 0 6px 6px;
    background: url('/img/home/painting/search_input.jpg') no-repeat;
    font-size: 16px;
    border: 1px solid #403D38;
}
#vertical_menu li a.search_submit {
    display: block;
    margin: 19px 0 14px 17px;
    background: url('/img/home/painting/start_search.gif') no-repeat;
    border: 1px solid #A04F21;
    width: 155px;
    height: 36px;
}
#vertical_menu li a.painting_menu_link {
    height: 10px;
    line-height: 10px;
    color: #fff;
    font-size: 12px;
    padding: 7px 0 7px 19px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}
#vertical_menu li a.painting_menu_link:hover {
    background: #5a2d2b;
}
#vertical_menu li.popular_artists {
    padding: 15px 0 26px 17px;
}
#vertical_menu li.popular_artists select{
    color: #221213;
	font: normal 12px "Times New Roman", Times, serif;
    width: 161px;
}
#vertical_menu li.popular_paintings {
    padding: 0 0 26px 17px;
}
#vertical_menu li.popular_paintings select{
    color: #221213;
	font: normal 12px "Times New Roman", Times, serif;
    width: 161px;
}
/*-------------------------*/

#vertical_menu li a.quality_guarantee {
    display: block;
    width: 144px;
    margin: 0 auto 30px;
    height: 64px;
}
#vertical_menu li a.ask_nikita {
    color: #4d4d4d;
    display: block;
    width: 172px;
    margin: 26px auto;
    height: 104px;
    background: url('/img/home/menu/ask_nikita.jpg') no-repeat;
    text-decoration: none;
    font-size: 12px;
    padding: 8px 0 0 6px;
    line-height: 14px;
}
#vertical_menu li a.ask_nikita span{
    color: #4d4d4d;
    font-size: 15px;
    text-decoration: underline;
}
/*quick links*/
#vertical_menu li.quick_links {
    width: 196px;
    clear: both;
}
#vertical_menu li.quick_links a img {
    width: 175px;
    display: block;
    margin: 10px auto 0;
    border: 1px solid #fff;
}
#vertical_menu li.quick_links h3 {
    color: #990000;
	font: bold 11px Arial, Helvetica, sans-serif;
    padding: 4px 0 0 12px;
}
#vertical_menu li.quick_links p {
    color: #7C5A36;
	font: normal 11px Arial, Helvetica, sans-serif;
    padding: 0 14px 0 12px;
}
#vertical_menu li.quick_links p a{
    color: #7C5A36;
	font: normal 11px Arial, Helvetica, sans-serif;
    text-decoration: underline;
}
#vertical_menu li.quick_links p a:hover{
    text-decoration: none;
}
/*quick links ends*/

#vertical_menu li.colors_submenu {
    color: #fff;
    font-size: 12px;
    padding: 12px 0 12px 19px;
    border: 1px solid #4c0000;
    background: #5a2500;
    text-transform: uppercase;
    height: 10px;
    margin: 7px 0 6px;
    /*line-height: 10px;*/
}
#vertical_menu li a.colors_menu_link {
    height: 10px;
    line-height: 10px;
    color: #fff;
    font-size: 12px;
    padding: 2px 0 2px 19px;
    /*margin: 5px 0 3px;*/
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}
#vertical_menu li a.colors_menu_link:hover {
    background: #5a2d2b;
}

/*sidebar letters*/
#vertical_menu li.sidebar_letters {
    width: 163px;
    margin: 0 15px 0 17px;
    clear: both;
    height: 76px;
}
#vertical_menu li.sidebar_letters p {
	text-align: center;
	/*padding: 0 10px 0 20px;*/
}
#vertical_menu li.sidebar_letters p a {
    padding: 1px 0 4px;
	font: normal 11px Verdana, Times, serif;
	color: #000;
	text-decoration: none;
	border-top: 1px solid #bdc1c4;
	border-left: 1px solid #bdc1c4;
	display: block;
	float: left;
	width: 22px;
	height: 13px;
	overflow: hidden;
	background: #fff;
}
#vertical_menu li.sidebar_letters p a:hover {
	background: #b47e02;
	color: #fff;
	border-top: 1px solid #bdc1c4;
	border-left: 1px solid #bdc1c4;
}


/*by colors page layout*/
#bycolor_container {
    overflow: hidden;
    background: #fff /*url('/img/home/menu/left_menu_background.gif') repeat-y*/;
    width: 100%;
}
#bycolor_container .bycolor_content_div {
    width: 1010px;
}
.bycolor_content {
    float: left;
}
#bycolor_container .color_trends_container {
    float: left;
    width: 533px;
    height: 346px;
    background: url('/img/home/colors/color_trends_2009.jpg') no-repeat ;
    padding: 30px 0 0 259px;
    margin: 55px 0 0 10px;
    display: inline;
}
#bycolor_container .color_regular_container {
    clear: both;
    float: left;
    width: 725px;
    margin: 50px 0 0 72px;
    display: inline;
}
#bycolor_container .color_regular_container .colors_h2 {
    width: 184px;
    font-size: 24px;
    color: #390200;
    float: left;
    height: 105px;
    margin: 19px 0 0 14px;
    display: inline;
    text-transform: uppercase;
}
#bycolor_container .color_regular_container .features_container {
    float: left;
    padding: 15px 9px 9px 9px;
    border: 1px solid #cccccc;
    width: 155px;
    color: #383838;
    font-size: 13px;
    margin: 0 4px;
    display: inline;
}
#bycolor_container .color_regular_container .features_container img{
    display: block;
    margin: 4px 0;
}
#bycolor_container .color_regular_container .features_container span.h3 {
    display: block;
    color: #383838;
    font-weight: bold;
    font-size: 16px;
    padding: 0 0 5px 0;
}
#bycolor_container .color_regular_container .features_container a {
    color: #3c62a0;
    text-decoration: underline;
}
#bycolor_container .color_regular_container .features_container a:hover {
    text-decoration: none;
}
#bycolor_container .colors_ul_list {
    float: left;
    width: 175px;
}
#bycolor_container .colors_ul_list li {
    width: 175px;
    clear: both;
    height: 64px;
}
#bycolor_container .colors_ul_list li a.t_container{
    display: block;
    float: left;
    width: 65px;
    height: 64px;
    background: url('/img/home/colors/transparent_color_container.png') no-repeat;
    behavior: url(/script/iepngfix.htc);
}
#bycolor_container .colors_ul_list li a.color_link{
    float: left;
    padding: 18px 0 0 0;
    font-family: Tahoma;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    width: 110px;
}
#bycolor_container .colors_ul_list li a.color_link:hover{
    text-decoration: underline;
}


/*dotted dividers at by colors page*/
.dotted_divider_trends {
    width: 540px;
    height: 1px;
    font-size: 0;
    background: url('/img/home/colors/dotted_divider.gif') repeat-x;
    float: right;
    display: inline;
    margin: 13px 5px 0 0;
}
.dotted_divider_regular {
    width: 100%;
    height: 1px;
    font-size: 0;
    background: url('/img/home/colors/dotted_divider.gif') repeat-x;
    margin: 33px 0 0 0;
}


/*painter page, search, categories, any painting list layout*/
.painter_table {
    width: 100%;
    height: 100%;
}
.painter_table .paintings_gallery {
    clear: both;
}
.paintings_gallery .camgi {
    width: 185px;
    overflow: auto;
    float: left;
    padding: 5px 0 0 0;
}
.paintings_gallery .camgi .magic {
    width: 185px;
    overflow: auto;
    float: none;
    clear: both;
}
.painter_table td.td_center_column {
    vertical-align: top;
    padding: 0 0 150px 5px;
}
.painter_table td.td_vertical_menu {
    width: 163px;
    overflow: hidden;
    background: #390200;
    vertical-align: top;
}
.painter_table td.td_painting_popular_list {
    width: 110px;
    vertical-align: top;
    padding: 0 0 0 1px;
    border-right: 1px solid #5A2500;
    background: #fff;
}
.painter_table td.td_painting_popular_list div.popular_horizont_us {
    width: 110px;
    overflow: hidden;
    background: #fff url('/img/selection_from_hor.gif') no-repeat top right;
}
.painter_table td.td_painting_popular_list div.popular_horizont_nl {
    width: 110px;
    overflow: hidden;
    background: #fff url('/img/selection_from_hor_nl.gif') no-repeat top right;
}
.painter_table td.td_painting_recent_list {
    width: 110px;
    overflow: hidden;
    vertical-align: top;
    border-right: 1px solid #5A2500;
    padding: 3px 0 0 4px;
    background: #fff;
}
.painter_table td.td_painting_recent_list div.recent_horizont_us{
    width: 110px;
    overflow: hidden;
    background: #fff url('/img/recently_hor.gif') no-repeat top right;
    padding-bottom: 130px;
}
.painter_table td.td_painting_recent_list div.recent_horizont_nl{
    width: 110px;
    overflow: hidden;
    background: #fff url('/img/recently_hor_nl.gif') no-repeat top right;
    padding-bottom: 130px;
}
.td_free_shipping {
    width: 70px;
    overflow: hidden;
    padding: 27px 8px 0 0;
    vertical-align: top;
}
.td_free_shipping .container {
    position: relative;
}
.td_free_shipping .container .free_shipping_column_a,
.td_free_shipping .free_shipping_column_a {
    display: block;
    font-size: 16px;
    font-family: Arial;
    color: #ffc732;
    background: url('/img/home/painting/free_shipping.png') no-repeat;
    padding: 21px 12px 0 13px;
    width: 70px;
    height: 136px;
    line-height: 19px;
    text-decoration: none;
}
.td_free_shipping .free_shipping_column_a:hover{
    text-decoration: underline;
}



/*pagination layout*/
/* -------------------------------------- */
.pagination {
    width: 910px;
    height: 30px;
    background: #F8FFDA;
    clear: both;
    border: 1px solid #F0D07D;
    margin: 4px auto 15px;
}
.pagination .camp_c1 {
    width: 210px;
    height: 13px;
    float: left;
    display: inline;
    margin: 9px 0 0 0;
    padding: 0 5px;
    color: #866101;
    font: normal 11px Arial, "Times New Roman", Times, serif;
    border-left: 1px solid #E7E8B0;
    border-right: 1px solid #E7E8B0;
}
.pagination .camp_c1 p {
    padding: 0;
    margin: 0;
}
.pagination .camp_c1 a {
    color: #866101;
    font: normal 11px Arial, "Times New Roman", Times, serif;
    text-decoration: none;
    padding: 0 4px 0 4px;
}
.pagination .camp_c2 {
    width: 144px;
    height: 20px;
    float: right;
    font: normal 11px Arial, "Times New Roman", Times, serif;
    color: #866101;
    padding: 8px 0 0 20px;
    vertical-align: baseline;
}
.pagination .search_panel {
    float: left;
}
.pagination .search_panel span{
    display: block;
    float: left;
    width: 100px;
    font: normal 11px Arial, "Times New Roman", Times, serif;
    color: #866101;
    padding: 9px 9px 0 11px;
}
.pagination .search_panel .search_result_input {
    display: block;
    float: left;
    margin: 1px 0 0 0;
}
.search_result_input {
    width: 160px;
    height: 19px;
    border: 1px solid #C29931;
    border-right: none;
    font: normal 11px Arial, "Times New Roman", Times, serif;
    color: #866101;
    background: url("/img/search_result_input.gif") no-repeat;
    padding: 7px 0 0 7px;
}
.pagination .search_panel .panel_new_search {
    float: left;
    margin: 1px 10px 0 0;
}
.panel_new_search {
    display: block;
    text-decoration: none;
    /*width: 72px;*/
    height: 12px;
    padding: 5px 20px 9px;
    background: #660000;
    border: 1px solid #C29931;
    color: #fff;
    font: normal 13px Arial, Helvetica, sans-serif;
}
.pagination .camp_c2 a {
    text-decoration: underline;
    font: normal 10px Arial, Helvetica, sans-serif;
}
.pagination .camp_c2 select {
    color: #221213;
    font: normal 10px Arial, Helvetica, sans-serif;
}


/*pagination on painters' page*/
.pagination .artist_name {
    height: 13px;
    float: left;
    margin: 9px 0 0 0;
    padding: 0 15px;
    color: #866101;
    font: normal 11px Arial, "Times New Roman", Times, serif;
}
.pagination .links_divider_grey {
    font: normal 11px Arial, "Times New Roman", Times, serif;
    color: #E1E8B2;
    padding: 8px 0 0 0;
    text-align: center;
    width: 3px;
    height: 20px;
    float: left;
}



/*pagination on painting page*/
.pagination a {
    font: normal 11px Arial, "Times New Roman", Times, serif;
    color: #866101;
}
.pagination .artist_painting_cutted {
    font: normal 11px Arial, "Times New Roman", Times, serif;
    color: #866101;
    padding: 8px 9px 0 11px;
    width: 350px;
    height: 15px;
    overflow: hidden;
    float: left;
}
.pagination .links_divider {
    font: normal 11px Arial, "Times New Roman", Times, serif;
    color: #866101;
    padding: 8px 0 0 0;
    text-align: center;
    width: 3px;
    height: 20px;
    float: left;
}
.pagination .just_link {
    font: normal 11px Arial, "Times New Roman", Times, serif;
    color: #866101;
    padding: 8px 10px 0 10px;
    text-align: center;
    height: 20px;
    float: left;
}
.pagination .previous_link,
.pagination .next_link  {
    font: normal 11px Arial, "Times New Roman", Times, serif;
    color: #866101;
    padding: 8px 10px 0 10px;
    /*width: 100px;*/
    height: 20px;
    float: left;
    text-decoration: underline;
}
.pagination .previous_link {
    text-align: right;
}
.pagination .next_link {
    text-align: left;
}
.pagination .related_artists  {
    font: normal 11px Arial, "Times New Roman", Times, serif;
    color: #866101;
    padding: 8px 10px 0 10px;
    text-align: center;
    width: 115px;
    height: 20px;
    float: left;
    text-decoration: underline;
}


/*top sellers block*/
#top_sellers {
    background: #F8FFDA;
    border: 1px solid #320000;
    width: 715px;
    height: 185px;
    padding: 5px 12px 5px 10px;
    margin: 50px auto;
    overflow: hidden;
    clear: both;
}
#top_sellers .recent_history {
    float: left;
    height: 185px;
    width: 194px;
    padding: 0 20px 0 0;
    border-right: 1px solid #E7E8B0;
    color: #390200;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    line-height: 15px;
}
#top_sellers .recent_history a{
    color: #866101;
    text-decoration: underline;
}
#top_sellers .recent_history a:hover{
    text-decoration: none;
}
#top_sellers .top_sellers_head {
    float: right;
    width: 430px;
    height: 47px;
    color: #390200;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#top_sellers .top_sellers_head h3 {
    padding-top: 5px;
    color: #866101;
    font: bold 16px Verdana, Arial, Helvetica, sans-serif;
}




/*logos, shipping, moneyback etc at the end of the page*/
.shipping_painter {
    float: left;
}
.payment_painter {
    display: block;
    float: left;
    padding: 16px 0 0 0;
    width: 492px;
    height: 48px;
    background: url('/img/home/payment_method.jpg') no-repeat;
}
.payment_shipping_payment {
    background: url('/img/home/free_shipping_payment.jpg') no-repeat;
    height: 69px;
}


/*painter page*/
.painter_page_author_block {
    float: left;
    width: 150px;
    color: #9B6D24;
    margin: 15px 15px 0 15px;
}
.painter_page_author_block_border {
    padding: 12px;
    border: 1px solid #A07425;
    margin: 0 0 20px 0;
}
.painter_page_author_block img.author_photo{
    width: 101px;
}
.painter_page_author_block h2 a{
    color: #ad7d02;
    font-size: 18px;
    font-family: "Times New Roman",Times,serif;
    text-decoration: none;
    line-height: 18px;
}
.painter_page_author_block h2 a:hover{
    text-decoration: underline;
}
.painter_page_author_block p.author_description {
    color: #ad7d02;
    font-size: 12px;
    font-family: "Times New Roman",Times,serif;
    line-height: 18px;
    margin: 3px 0 0 0;
}
.painter_page_author_block p.author_description a {
    color: #ad7d02;
    font-size: 12px;
    font-family: "Times New Roman",Times,serif;
}




/*search page ask Nikita block*/
.search_page_nikita_block {
    float: left;
    width: 163px;
    padding: 12px 0 100px 12px;
    color: #9B6D24;
    border: 1px solid #A07425;
    margin: 10px 0 0 15px;
}
.search_page_nikita_block img.nikita_photo {
    width: 78px;
    height: 106px;
    display: block;
    float: left;
    border: 1px solid #9C7337;
    margin: 0 5px 0 0;
}
.search_page_nikita_block p {
    width: 77px;
    float: left;
    color: #5A2500;
    font-size: 13px;
    font-family: Arial,Times,serif;
    line-height: 18px;
    margin: 3px 0 0 0;
    line-height: 13px;
}
.search_page_nikita_block p a {
    color: #5A2500;
    font-size: 13px;
    text-decoration: underline;
    font-family: Arial,Times,serif;
}

.other_way_to_search {
    float: left;
    clear: both;
    padding: 10px 0 25px 19px;
    font-size: 11px;
    font-family: Arial,Times,serif;
    color: #866101;
}
.other_way_to_search a {
    color: #866101;
    text-decoration: none;
}
.other_way_to_search a:hover {
    text-decoration: underline;
}


/*alone painting page*/
.alone_painting {
    width: 764px;
    margin: 62px auto 0;
}
.author_painting_info {
    float: right;
    border-left: 1px dashed #ad7d02;
    width: 224px;
    /*overflow: auto;*/
    padding: 0 0 0 36px;
}
.author_painting_info h2{
    color: #6c160c;
    font-size: 20px;
    font-family: "Times New Roman",Times,serif;
    margin: 0 0 18px 0;
    line-height: 25px;
}
.author_painting_info img.author_photo {
    width: 101px;
}
.author_painting_info h3 a{
    color: #ad7d02;
    font-size: 18px;
    font-family: "Times New Roman",Times,serif;
    text-decoration: none;
    line-height: 18px;
}
.author_painting_info h3 a:hover{
    text-decoration: underline;
}
.author_painting_info p.author_description {
    color: #ad7d02;
    font-size: 12px;
    font-family: "Times New Roman",Times,serif;
    line-height: 18px;
    margin: 3px 0 0 0;
}
.author_painting_info p.author_description a {
    color: #ad7d02;
    font-size: 12px;
    font-family: "Times New Roman",Times,serif;
}
.author_painting_info .border_divider {
    width: 188px;
    font-size: 0;
    border-top: 1px solid #ad7d02;
    margin: 14px 0 5px 0;
}
.author_painting_info .price_block {
    color: #6c160c;
    font-size: 20px;
    font-family: "Times New Roman",Times,serif;
}
.testimonials_block {
    width: 185px;
    padding: 0 0 43px 0;
}
.testimonials_block p {
    color: #9b6d24;
    font-size: 12px;
    font-family: Tahoma, "Times New Roman",Times,serif;
    line-height: 17px;
}
.testimonials_block p a {
    text-decoration: underline;
    color: #9b6d24;
    font-size: 12px;
    font-family: Tahoma, "Times New Roman",Times,serif;
}
.testimonials_block p span{
    display: block;
    padding: 0 0 16px 0;
    color: #9b6d24;
    font-size: 18px;
    font-family: "Times New Roman",Times,serif;
}
.author_painting_info .package {
    color: #666666;
    font-size: 11px;
    font-family: Arial, "Times New Roman",Times,serif;
    line-height: 17px;
}
.author_painting_info .package div {
    padding: 15px 0 0 0;
    color: #9b6d24;
    font-size: 18px;
    font-family: "Times New Roman",Times,serif;
}
.author_painting_info .calm_p_d_a {
    margin: 19px 0 21px 0;
    position: static;
}
.author_painting_info .tools_wishlist,
.author_painting_info .tools_ecart,
.author_painting_info .tools_tell_friend {
    display: block;
    margin: 18px 0 0 0;
    padding: 6px 0 12px 42px;
    color: #9b6d24;
    font-size: 12px;
    font-family: Tahoma,Times,serif;
    text-decoration: underline;
}
.author_painting_info .tools_wishlist:hover,
.author_painting_info .tools_ecart:hover,
.author_painting_info .tools_tell_friend:hover {
    text-decoration: none;
}
.author_painting_info .tools_wishlist {
    background: url(../img/alone_p_wishlist.gif) no-repeat 0 0;
}
.author_painting_info .tools_ecart {
    background: url(../img/alone_p_ecard.gif) no-repeat 0 0;
}
.author_painting_info .tools_tell_friend {
    background: url(../img/alone_p_tellfriend.gif) no-repeat 0 0;
}

.author_painting_info .a_jt_click {
    display: block;
    color: #6c160c;
    font-size: 20px;
    font-family: "Times New Roman",Times,serif;
    width: 184px;
    height: 25px;
    background: url('/img/home/size_question.gif') no-repeat right;
    padding: 3px 0 0 0;
    text-decoration: none;
    margin: 0 0 10px 0;
}
.we_can_paint{
    padding: 0 0 0 27px;
    width: 152px;
    height: 46px;
    background: #ffffff;
}
.we_can_paint_text{
    font-size: 14px;
    line-height: 21px;
    font-family: Times New Roman;
    color: #AD7D02;  
}
/*new service pages*/

p{
    margin: 0;
    padding: 0;
}
#service_container {
    overflow: hidden;
    background: #ffffff;
    width: 100%;
}
.td_service_center1 a {
    text-align: left;
    line-height: 20px;
    font-size: 11px;
    color: #390200; 
    text-decoration: underline;
}
.td_service_center1 a:hover {
    text-decoration: none;
}
#service_container .p_1{
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    font-family: Verdana;
    text-align: left;
    line-height: 20px;
    font-size: 11px;
    color: #390200; 
}
#service_container .td_service_bottom p{
    margin: 0 0px 23px 0;
    font-family: Verdana;
    text-align: left;
    line-height: 20px;
    font-size: 12px;
    color: #6A340C;
}
#service_container .td_service_bottom p a{
    font-size: 12px;
    color: #6A340C;
    text-decoration: underline;
}
#service_container .td_service_bottom p a:hover{
    text-decoration: none;
}
#service_container .td_service_center p{
    margin: 0 0px 23px 0;
    width: 345px;
    font-style: italic;
    font-family: Times New Roman;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    color: #6A340C; 
}
#service_container .p_process{
    margin: 22px 90px 0 99px;
    font-family: Verdana;
    text-align: left;
    float: left;
    line-height: 21px;
    font-size: 12px;
    color: #6A340C;
}
#service_container a.top_page {
    font-family: Verdana;
    font-size: 10px;
    color: #6A340C;
}
.td_service_center h1{
    font-size: 20px;
    font-weight: bold;
    color: #6A340C;
    padding: 0 0 15px 0;
}
.td_service{
    margin: 1px 1px 1px 1px;
    width: 85px;
}
.td_service_lucy{
   margin: 13px 0px 23px 15px;
   width: 345px;
   background: #EBE6A1;
}
.td_service_top{
    margin: 43px 0px 35px 99px;
    width: 471px;
    height: 20px;
    background: #3F0803;
}
.td_service_center{
    margin: 0px 0px 78px 99px;
    float: left;
    clear: both;
    width: 446px;
    padding: 10px 10px 0 15px;
    background: #EBE6A1;
    position: relative;
}
#monique_picture {
    position: absolute;
    width: 136px;
    height: 165px;
    right: -35px;
    top: 40px;
    background: url('/img/monique_picture.png') no-repeat;
    behavior: url(/script/csshover.htc);
}
.td_service_center1{
    margin: 0px 0px 0px 64px;
    float: left;
    width: 254px;
    background: #ffffff;
}
.td_service_pages{
    margin: 0px 0px 0px 0px;
    width: 260px;
    height: 31px;
    background: url(/img/service_pages.jpg) no-repeat 0 0;
    
}
.td_service_ul{
    margin: 18px 0 0;
    width: 260px;
    list-style: none;
}
.td_service_ul li a {
    margin: 0px 0px 0px 0px;
    line-height: 20px;
    font-size: 11px;
    font-family: Verdana;
    text-align: left;
    list-style: none;
    color: #390200;
}
.td_service_bottom{
    width: 675px;
    margin: 0 99px 16px;
    clear: both;
    float: left;
}
.td_service_border{
    border-top: 1px dotted #000000;
}

.service_dotted_border {
    border-top: 1px dotted #4d4d4d;
}
#service_container h2 {
    padding: 25px 0;
    color: #6A340C;
    font-size: 16px;
    font-weight: bold;
    font-family: Verdana;
}
#service_container h3 {
    color: #6A340C;
    font-size: 13px;
    font-weight: bold;
    font-family: Verdana;
}


/*home page slideshow*/
.dhonishow_shadows {
    background: #FFFFFF;
    width: 264px;
    height: 490x;
    overflow: hidden;
}



/*alone article styles*/
.alone_article {
    width: 550px;
    float: left;
    padding: 0 0 0 25px;
}
.alone_article h2 {
    padding: 25px 0;
    color: #6A340C;
    font-size: 16px;
    font-weight: bold;
    font-family: Verdana;
}
.alone_article h3 {
    padding: 25px 0;
    color: #6A340C;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana;
}
.alone_article h2 a{
    color: #6A340C;
    font-size: 16px;
    font-weight: bold;
    font-family: Verdana;
    text-decoration: underline;
}
.alone_article h2 a:hover{
    text-decoration: none;
}
.alone_article p {
    margin: 0 0px 23px 0;
    font-family: Verdana;
    text-align: left;
    line-height: 20px;
    font-size: 12px;
    color: #6A340C;
}
.alone_article p a {
    font-size: 12px;
    color: #6A340C;
    text-decoration: underline;
}
.alone_article p a:hover {
    text-decoration: none;
}
.alone_article .summary {
    width: 550px;
    clear: both;
    float: left;
}
.alone_article .summary p {
    margin: 0 0px 23px 0;
    font-family: Verdana;
    text-align: left;
    line-height: 20px;
    font-size: 12px;
    color: #6A340C;
    width: 350px;
    float: left;
}
.alone_article .summary a.article_thumb{
    width: 159px;
    display: block;
    float: right;
    margin: 0;
    border: 1px solid #969360;
}
.alone_article .summary a.article_thumb img{
    width: 157px;
    float: right;
    border: 1px solid #FFFFED;
}




/*sign in panel*/
.user_information {
	background: url(/img/signin/userinf_bg.png) center center no-repeat;
	height: 37px;
	width: 429px;
	float: left;
}
.user_information div {
	padding-left: 20px;
	padding-top: 5px;
	color: #665221;
}
.user_information span {
	color: #A38436;
	font-size: 14px;
}
.user_information a {
	color: #665221;
}
.user_information_container {
    width: 429px;
    height: 37px;
    position: absolute;
    left: -5px;
    top: 0;
}
.user_information_reg label, 
.user_information_reg input {
    font-size: 13px;
}
.user_information_reg {
	background: url(/img/signin/userinf_bg.png) center center no-repeat;
	height: 37px;
	width: 429px;
	color: #fff;
	display: none;
}
.user_information_reg input {
	width: 90px;
}
.user_information_reg div {
	padding-top: 3px;
	padding-left: 10px;
}
.user_information_reg a {
	color: #9b7c41;
	font-size: 14px;
	font-weight: bold;
}
.sign_in {
	background: url(/img/signin/signin_bg.png) no-repeat;
	height: 30px;
	width: 126px;
	position: absolute;
    right: -50px;
    top: 0;
    display: block;
    text-align: center;
    color: #C29931;
	text-decoration: none;
    font-size: 14px;
    padding: 7px 0 0 0;
}



/*buttons_right_columns*/
.buttons_right_columns{
    overflow: hidden;
    width: 520px;
    height: 355px;
    background: #ffffff;
    padding: 20px 0 0 0;
}
.by_painting{
    padding: 0 4px 0 0;
    width: 170px;
    height: 170px;
    float:left;
    display: block;
    background: url(/img/by_painting.jpg) no-repeat 0 0;
    
}
.by_artist{
    padding: 0 4px 0 0;
    width: 170px;
    width: 170px;
    height: 170px;
    float:left;
    display: block;
    background: url(/img/by_artist.jpg) no-repeat 0 0;
    
}
.by_style{
    width: 170px;
    height: 170px;
    float:left;
    display: block;
    background: url(/img/by_style.jpg) no-repeat 0 0;   
}
.by_color{
    margin: 12px 0 0 0px;
    padding: 0px 8px 0 76px;
    width: 170px;
    height: 170px;
    float:right;
    display: block;
    background: url(/img/by_color.jpg) no-repeat 0 0;   
}
.by_theme{ 
    overflow: hidden;
    padding: 0 8px 0 0;
    margin: 12px 0 0 0px;
    width: 170px;
    height: 170px;
    float:right;
    display: block;
    background: url(/img/by_theme.jpg) no-repeat 0 0;   
}
/*Matching Colors*/
.matching_colors_main{
    width: 510px;
    height: 355px;
    background: #E9BE60;
}
.matching_colors_img{
    margin : 12px 10px 10px 10px;
    width: 250px;
    height: 147px;
    float:left;
    display: block;
    border: 1px solid #ffffff;
    
}
.matching_colors_img a{
}
.matching_colors_blok_text{
    padding : 12px 5px 10px 0px;
    width: 225px;
    height: 128px;
    /*background: red;*/
    float: right;
}
.matching_colors_h2{
    display: inline;
    font-size: 20px;
    line-height: 38px;
    font-weight: Roman;
    font-family: Times New Roman;
    color:#550000;
}
.matching_colors_p{
    width: 230px; 
    font-size: 14px;
    line-height: 22px; 
    font-weight: Roman;
    font-family: Times New Roman;
    color:#550000;
}
.matching_colors_p a{ 
    font-size: 14px;
    line-height: 22px; 
    font-weight: Roman;
    font-family: Times New Roman;
    text-decoration: underline;
    color:#550000;
}
.matching_colors_p a:hover{
    text-decoration: none;  
}
.matching_colors_politra{
    margin : 0px 0px 10px 10px;
    width: 350px;
    height: 170px;
    float: left;
}
.matching_colors_p2_blok{
    width: 111px; 
    height: 27px;
    float: right;
    background: blue; 
}
.matching_colors_p2{
    padding: 35px 27px 0 11px;
    width: 107px; 
    font-size: 14px;
    line-height: 21px;
    float: right; 
    font-weight: Roman;
    font-family: Times New Roman;
    color:#550000;
}
/*new_pfp_home_180909*/
.right_column_foto{
    width: 489px;
    height: 504px;
    background: red;
}
/*new_right_foto_link*/
.main_blok_foto_link{
    width: 512px;
    height: 256px;
    float:left;
}
.left_blok_foto_link{
    width: 86px;
    height: 256px;
    float:left;
}
.left_blok1_foto_link{
    width: 170px;
    height: 256px;
    float:left;
}
.right_blok1_foto_link{
    width: 171px;
    height: 256px;
    float:left;
}
.right_blok_foto_link{
    width: 85px;
    height: 256px;
    float:left; 
}
.class_img{
    float:left;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #390200;
} 
.class_img1{
    border-right: 1px solid #390200;
}



/*home page menu switch*/
.paintings_menu{
	
}
.paintings_menu ul{
	background:#fff;
	list-style:none;
	padding:18px 0 18px 18px;
	display:none;
	height:auto;
	margin:0px;
	border-left: 1px solid #C2AA88;
    border-right: 1px solid #C2AA88;
    border-bottom: 1px solid #C2AA88;
	position:absolute;
	width:130px;
	z-index:200;
}
#horizontal_menu_container .paintings_menu li{
	float:left;
	padding:0px;
    background: #fff;
    color: #AA8C40;
    font-family: Verdana;
    font-size: 11px;
    line-height: 15px;
}
#horizontal_menu_container ul.horizontal_menu li.paintings_menu li a{
    background: none;
    display: inline;
    border: none;
    padding: 0;
    text-transform: uppercase;
}
#horizontal_menu_container ul.horizontal_menu li.paintings_menu li a:hover{
	color: #AF8C48;
    text-decoration:underline;
}
.paintings_menu:hover ul{
	display:block;
}



/*color chart*/
.bycolor_content .top_part {
    padding: 18px 0 0 20px;
}
.bycolor_content h1 {
    color: #9B6D24;
    font-size: 24px;
    font-family: Tahoma;
}
.bycolor_content .italic_p,
.bycolor_content .italic_p a {
    color: #9B6D24;
    font-family: Tahoma;
    font-size: 12px;
    font-style: italic;
}
.bycolor_content .italic_p {
    padding: 20px 0;
    line-height: 15px;
}
.bycolor_content .italic_p a {
    text-decoration: underline;
}
.colorchart {
    width: 800px;
}
.chart_centered {
    margin: 0 auto;
}
.chart_centered p{
    color: #9B6D24;
    font-size: 12px;
    font-family: Tahoma;
    padding: 10px;
}
.colorchart a {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin: 5px;
}
.colorchart a.show_more {
    width: 70px;
    color: #9B6D24;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: underline;
}


/*new themes by styles*/
.themes_styles_desc {
    float: left;
    width: 185px;
    padding: 33px 25px;
}
.themes_styles_desc p{
    color: #9B6D24;
    font-family: Tahoma;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    padding: 17px 0 0 0;
}
.themes_styles_desc h1 {
    color: #9B6D24;
    font-size: 24px;
    font-family: Tahoma;
    width: 125px;
}



/*home page testimonials*/
#testimonial_1 {
    left: -400px;
    top: 435px;
    position: absolute;
    width: 336px;
    filter: alpha(opacity=85);
    -khtml-opacity: 0.85;
    -moz-opacity: 0.85;
    opacity: 0.85;
}
#testimonial_1 img{
    position: absolute;
    left: 0;
    top: 40px;
}
#testimonial_1 p{
    background: #fff;
    padding: 20px 28px 30px 38px;
    width: 192px;
    border: 3px solid #390400;
    line-height: 17px;
    color: #390104;
    font-family: Tahoma, Times New Roman, Arial;
    font-size: 12px;
    font-style: normal;
    float: right;
}
#testimonial_1 p a{
    color: #390104;
    font-family: Tahoma, Times New Roman, Arial;
    font-size: 12px;
    font-style: normal;
    text-decoration: underline;
}
#testimonial_1 p a.close_testimonial{
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 18px;
    height: 16px;
    background: url('/img/close_testimonial.gif');
    border: 1px solid #dcd9ca;
}
#testimonial_1 p font{
    color: #390104;
    font-family: Tahoma, Times New Roman, Arial;
    font-size: 12px;
    font-style: italic;
}
#testimonial_1 p span{
    color: #390104;
    font-family: Times New Roman, Arial;
    font-size: 18px;
}




#testimonial_2 {
    right: 0px;
    top: 350px;
    position: absolute;
    width: 336px;
    z-index: 1000;
    filter: alpha(opacity=85);
    -khtml-opacity: 0.85;
    -moz-opacity: 0.85;
    opacity: 0.85;
}
#testimonial_2 img{
    position: absolute;
    right: 0px;
    top: 40px;
}
#testimonial_2 p{
    background: #fff;
    padding: 20px 28px 30px 38px;
    width: 192px;
    border: 3px solid #390400;
    line-height: 17px;
    color: #390104;
    font-family: Tahoma, Times New Roman, Arial;
    font-size: 12px;
    font-style: normal;
    float: left;
}
#testimonial_2 p a{
    color: #390104;
    font-family: Tahoma, Times New Roman, Arial;
    font-size: 12px;
    font-style: normal;
    text-decoration: underline;
}
#testimonial_2 p a.close_testimonial{
    position: absolute;
    right: 80px;
    top: 10px;
    display: block;
    width: 18px;
    height: 16px;
    background: url('/img/close_testimonial.gif');
    border: 1px solid #dcd9ca;
}
#testimonial_2 p font{
    color: #390104;
    font-family: Tahoma, Times New Roman, Arial;
    font-size: 12px;
    font-style: italic;
}
#testimonial_2 p span{
    color: #390104;
    font-family: Times New Roman, Arial;
    font-size: 18px;
}

.about_us_top_part {
	background-color: #440000;
	width: 1001px;
	margin: 0 auto;
}

.painter_table td.td_center_column_about_us {
	text-align: center;
    vertical-align: top;
    padding: 22px 0 0 5px;
}

.about_us_top_part {
	height: 243px;
    background: #440000 url('/img/about_us_bg.gif') no-repeat center center;
}

.about_us_head {
	height: 65px;
    background: #fff url('/img/about_us_head.gif') no-repeat center bottom;
	margin: 0 auto;
}

.about_us_txt {
	text-align: center;
	width: 745px;
	padding-top: 28px;
	font-size: 16px;
	color: #99710b;
	font-family: "Verdana";
	line-height: 1.4em;
	margin: 0 auto;
}

.about_us_bottom {
	height: 138px;
    background: #fff url('/img/about_us_bottom.gif') no-repeat center bottom;
}




/*===============banner pfc===========*/
#banner_pfc {
    width: 100%;
    height: 64px;
    background: #8a0000;
}
#banner_pfc .middle {
    margin: 0 auto;
    width: 1010px;
}
#banner_pfc .left_side {
    background: url('/img/banner_4stars.png') left 16px no-repeat;
    width: 740px;
    float: left;
    height: 64px;
    padding: 0 0 0 90px;
}
#banner_pfc .left_side p{
    float: left;
    text-align: center;
    font-family: Arial;
    font-size: 44px;
    font-weight: bold;
    color: #C29931;
    padding: 12px 0 0 0;
}
#banner_pfc .left_side span{
    float: left;
    display: block;
    padding: 12px 5px 0;
    font-family: Arial;
    font-size: 44px;
    font-weight: bold;
    color: #c29931;
}
#banner_pfc .left_side span.visit_our,
#banner_pfc .left_side span.site_for{
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
}
#banner_pfc .right_side {
    float: right;
    padding: 12px 0 0 0;
}
#banner_pfc a.right_link {
    display: block;
    float: right;
    width: 165px;
    height: 46px;
    background: url('/img/banner_visit_now_button.png') no-repeat;
}


/*==========update home page=======*/
#homepage_content .number_1_rated {
    padding: 10px 0 0 0;
    float: left;
    width: 264px;
    height: 492px;
}
#homepage_content .number_1_rated img{
    width: 262px;
    height: 490px;
    border: 1px solid #C08313;
}
#homepage_content .center_left_column {
    margin: 10px 0 10px 0;
    width: 748px;
    height: 492px;
    border-right: 1px solid #fff;
    float: left;
    background: #390200;
}
#homepage_content .center_left_column .bottom_search_block {
    float: left;
    clear: both;
    position: relative;
}
#homepage_content .center_left_column .bottom_search_block form{
    display: block;
    width: 600px;
    float: left;
    padding: 20px 0 0 45px;
}
#homepage_content .center_left_column .bottom_search_block a.examples{
    position: absolute;
    left: 510px;
    top: 30px;
    width: 230px;
    font-family: "Times New Roman";
    font-size: 18px;
    color: #fff;
}
#homepage_content .center_left_column .headline{
    clear: both;
    width: 748px;
    height: 100px;
    padding: 16px 0 0 0;
    float: left;
    font-family: "Times New Roman";
    font-size: 22px;
    color: #C29931;
    line-height: 28px;
    text-align: center;
}
#homepage_content .center_left_column .search_by_headline {
    clear: both;
    float: left;
    width: 420px;
    height: 30px;
    padding: 0 0 7px 30px;
    font-family: "Times New Roman";
    font-size: 24px;
    color: #C29931;
}
#homepage_content .center_left_column .search_by_headline a{
    font-family: "Times New Roman";
    font-size: 24px;
    color: #fff;
}
#homepage_content .center_left_column .search_color {
    float: right;
    height: 30px;
    font-family: "Times New Roman";
    font-size: 18px;
    color: #C29931;
    width: 76px;
    padding: 6px 0 0 0;
}
#homepage_content .center_left_column .search_color a{
    font-family: "Times New Roman";
    font-size: 18px;
    color: #fff;
}
#homepage_content .center_left_column .style_theme {
    float: right;
    width: 162px;
    height: 30px;
    font-family: "Times New Roman";
    font-size: 18px;
    color: #C29931;
    padding: 6px 0 0 0;
    text-align: center;
}
#homepage_content .center_left_column .style_theme a{
    font-family: "Times New Roman";
    font-size: 18px;
    color: #fff;
}
#homepage_content .center_left_column .left_thumbs_part{
    clear: both;
    float: left;
    /*width: 514px;*/
    height: 264px;
    border-bottom: 1px solid #fff;
}
#homepage_content .center_left_column .left_thumbs_part .left{
    float: left;
    width: 258px;
    height: 264px;
}
#homepage_content .center_left_column .left_thumbs_part .left a{
    display: block;
    float: left;
    width: 85px;
    height: 87px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}
#homepage_content .center_left_column .left_thumbs_part .left a img{
    display: block;
    float: left;
    width: 85px;
    height: 87px;
}
#homepage_content .center_left_column .left_thumbs_part .big {
    display: block;
    float: left;
    width: 170px;
    height: 264px;
}
#homepage_content .center_left_column .left_thumbs_part .big a{
    display: block;
    float: left;
    width: 169px;
    height: 263px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}
#homepage_content .center_left_column .left_thumbs_part .big a img{
    display: block;
    float: left;
    width: 169px;
    height: 263px;
}
#homepage_content .center_left_column .left_thumbs_part .right{
    float: left;
    width: 86px;
    height: 264px;
}
#homepage_content .center_left_column .left_thumbs_part .right a{
    display: block;
    float: left;
    width: 85px;
    height: 87px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}
#homepage_content .center_left_column .left_thumbs_part .right a img{
    display: block;
    float: left;
    width: 85px;
    height: 87px;
}

#homepage_content .center_left_column .left_thumbs_part .colors{
    float: left;
    width: 63px;
    height: 264px;
}
#homepage_content .center_left_column .left_thumbs_part .colors a{
    display: block;
    float: left;
    width: 20px;
    height: 21px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}

#homepage_content .center_left_column .left_thumbs_part .wide{
    float: left;
    width: 171px;
    height: 264px;
}
#homepage_content .center_left_column .left_thumbs_part .wide a{
    display: block;
    float: left;
    width: 171px;
    height: 87px;
    border-top: 1px solid #fff;
}
#homepage_content .center_left_column .left_thumbs_part .wide a img{
    display: block;
    float: left;
    width: 171px;
    height: 87px;
}




.open_suggest_link {
    display: block;
    float: right;
    color: #8a6709;
    font-weight: bold;
}
.suggest_keyword_container {
    position: relative;
}
#suggest_keyword_block {
    display: none;
    position: absolute;
    top: 10px;
    left: 215px;
    z-index: 2000;
    text-align: left;
    clear: both;
    float: left;
    padding: 10px;
    width: 260px;
    height: 120px;
    border: 1px solid #9f6900;
    background: #fff;
}
#suggest_keyword_block h3 {
    color: #866202;
    font-family: Times New Roman, Arial;
    font-size: 14px;
}
#suggest_keyword_block span {
    color: #866202;
    font-family: Times New Roman, Arial;
    font-size: 14px;
    font-weight: bold;
}
#suggest_keyword_block #suggest_keyword {
    clear: both;
    float: left;
    width: 130px;
    height: 18px;
    padding: 2px;
    border: 1px solid #7c4d05;
    margin: 5px 8px 5px 0;
}
#suggest_keyword_block p {
    clear: both;
    font-size: 12px;
    color: #6a6a6a;
}
#suggest_keyword_block a {
    display: block;
    float: left;
    width: 111px;
    height: 23px;
    margin: 5px 0 5px 0;
    text-align: center;
    text-decoration: none;
    border: 1px solid #755103;
    color: #fff;
    font-family: Times New Roman, Arial;
    font-size: 16px;
    font-weight: bold;
    background: url('/img/suggest_keyword_bg.gif');
}



.three_columns {
    width: 1008px;
    padding: 25px 0 21px 0;
    overflow: auto;
    clear: both;
    border-top: 1px solid #c29931;
}
.three_columns .column_1 {
    float: left;
    width: 391px;
    border-right: 1px solid #5a2500;
}
.three_columns .column_1 a.monique_art_blog{
    display: block;
    float: left;
    width: 199px;
    height: 244px;
    background: url('/img/monique_art_blog.jpg') left top no-repeat;
}
.three_columns .column_1 a.monique_art_blog:hover{
    background: url('/img/monique_art_blog.jpg') left bottom no-repeat;
}
.three_columns .column_1 p{
    float: left;
    padding: 0 0 0 29px;
    width: 151px;
    font-family: Times new Roman, Arial, Verdana;
    font-size: 14px;
    color: #000;
    line-height: 18px;
}
.three_columns .column_1 p a{
    text-decoration: underline;
    font-family: Times new Roman, Arial, Verdana;
    font-size: 14px;
    color: #000;
}
.three_columns .column_2{
    float: left;
    width: 286px;
    padding: 0 0 0 31px;
}
.three_columns .column_2 h2{
    padding: 0 0 18px 0;
    font-family: Times new Roman, Arial, Verdana;
    font-size: 14px;
    color: #000;
    font-size: 24px;
    font-weight: bold;
}
.three_columns .column_2 p{
    font-family: Times new Roman, Arial, Verdana;
    font-size: 14px;
    color: #000;
    line-height: 18px;
}
.three_columns .column_2 a{
    text-decoration: underline;
    font-family: Times new Roman, Arial, Verdana;
    font-size: 14px;
    color: #000;
}
.three_columns .column_3{
    float: left;
    width: 275px;
    padding: 0 0 0 22px;
}
.three_columns .column_3 h2{
    padding: 0 0 18px 0;
    font-family: Times new Roman, Arial, Verdana;
    font-size: 14px;
    color: #000;
    font-size: 24px;
    font-weight: bold;
}
.three_columns .column_3 p{
    font-family: Times new Roman, Arial, Verdana;
    font-size: 14px;
    color: #000;
    line-height: 18px;
}
.three_columns .column_3 a{
    text-decoration: underline;
    font-family: Times new Roman, Arial, Verdana;
    font-size: 14px;
    color: #000;
}



/*===========chat blurb==========*/
#chat_container{
    position: fixed;
    right: 363px;
    bottom: 0;
    z-index: 100;
}
#chat_blurb{
    position: absolute;
    left: 10px;
    bottom: 28px;
    display: none;
    width: 350px;
    height: 175px;
}
#chat_blurb .start_chat{
    display: block;
    width: 350px;
    height: 175px;
    background: url('../img/chat_blurb.png') no-repeat;
}
#chat_blurb .close_chat{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 30px;
    height: 30px;
}
#small_chat{
    position: absolute;
    left: 187px;
    bottom: 0;
    display: block;
    width: 160px;
    height: 27px;
}
