body {
	background:#fbfdf6;
	font-family:"Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	font-size:90%;
	color:#000000;
	margin:20px auto;
	text-align:center;
	line-height:1.4em;
}

header, nav, section, article, aside, footer {
   display:block;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.3em;
	letter-spacing:-0.06em;
	text-transform:;
	font-weight:normal;
}


a:link, a:visited {
	font-family:georgia, times, serif;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	border-bottom:1px solid #91476c;
	font-size:.8em;
	border:none;
}


a:hover {
	border-bottom:1px dotted #91476c;
}

a img {
	border:none;
	
}


header, section, article, footer{
	padding:10px 20px 20px;
	margin:10px;
	border:1px solid #e7e2d7;
	border-radius:8px;
	-webkit-border-radius:.8em;
	-moz-border-radius:.8em;
	background:#fff url(sprites.png) repeat-x 0px -120px;
}

header {
	display:block;
	position:relative;
	text-align:left;
}

/*header img {
	position:absolute;
	left:20px;
	top:10px;
}
*/


.logo {
	position:absolute;
	left:20px;
	top:10px;
}


header h1 {
	font-size:2.3em;
	text-transform:none;
	letter-spacing:0em;
	text-align:center;
}

header h2 {
	margin:-10px 0px 20px;
	font-size:1.3em;
	text-align:center
}


/*nav {
	text-align:left;
	display:block;
	font-size:1.3em;
	font-weight:normal;
	border-bottom:1px solid #91476c;
}*/

section {
	float:left;
	width:178px;
	text-align:left;
}

section h1, section h2, section h5, section h6 {
	background:transparent url(sprites.png) no-repeat 0px -80px;
	color:#fff;
	padding:9px 10px 10px 10px;
	margin:13px -10px;	
	text-shadow:0 1px 0 #403232;
}
section h3, section h4 {
	background:transparent url(sprites1.png) no-repeat 0px -80px;
	color:#fff;
	padding:9px 10px 10px 10px;
	margin:13px -10px;	
	text-shadow:0 1px 0 #403232;
}
section ul {
	padding:0px;
	list-style:none;
	border-top:1px solid #e7e2d7;
	margin:14px 0px;
}

section li {
	margin:0px;
	padding:0px;
	list-style:none;
}

section li a:link, section li a:visited {
	float:left;
	width:96%;
	padding:3px 1%;
	border-bottom:1px solid #e7e2d7;
}

article nav a:link, article nav a:visited 
{
	font-family:georgia, times, serif;
	border-bottom:1px solid #fff;
	color:#fff;
	font-size:.8em;
	font-weight:normal;
}

section li a:hover {
	background:#9370DB;
}

article {
	float:left;
	width:inherit;
	text-align:left;
}

article h1 {
	background:transparent url(sprites.png) no-repeat 0px 0px;
	color:#fff;
	padding:7px 10px 12px 30px;
	margin-left:-30px;
	text-shadow:0 1px 0 #403232;
}


article h2, article h5, article h6  {
	background:transparent url(sprites.png) no-repeat 0px -40px;
	color:#fff;
	padding:7px 10px 12px 30px;
	font-size:1.3em;
	margin-left:-30px;
	text-shadow:0 1px 0 #913951;
}
article h3, article h4  {
	background:transparent url(sprites.png) repeat 0px -40px;
	color:#fff;
	padding:7px 10px 12px 30px;
	font-size:1.3em;
	margin-left:0px;
	text-shadow:0 1px 0 #913951;
}
article p:first-of-type {
	font-family:Helvetica, Arial, serif;
	text-transform:;
	border-top:1px dotted #968765;
	border-bottom:1px dotted #968765;
	padding:10px 0px;
	color:#000000;
}

footer {
	display:block;
	clear:both !important;
	
}

footer a {
	margin:0px 5px;
}

li {
	list-style-type:none;
}

article table#datatable {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	/*background-color: white;*/
	text-align:center;
	width:100%;
}
article table#datatable tr {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: black;
	/*background-color: white;*/
	-moz-border-radius: ;
}
article table#datatable td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: black;
	/*background-color: white;*/
	-moz-border-radius: ;
}

#propertytable {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
	text-align:center;
	width:100%;
}
#propertytable tr {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
}
#propertytable td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
}

#checkout_goodstable {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
	/*text-align:center;*/
	width:100%;
}
#checkout_goodstable tr {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
}
#checkout_goodstable td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
	text-align:left;
}
#checkout_goodstable th {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
	text-align:center;
}

.innerAJAXtable {
	border-width: 0px;
	//border-spacing: 0px;
	//border-style: outset;
	//border-color: gray;
	//border-collapse: collapse;
	background-color: black;
	color:black;
	text-align:center;
	//width:100%;
	width:550px;
	height:40px;
}

#head_selection, {
	width:535px;
	height:40px;
}

.visit_info {
	font-family:"Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	font-size:90%;
	color:#000000;
	margin:20px auto;
	text-align:center;
	line-height:1.4em;
	display:none;
	width:100%;
}

.modal_window{
        position:absolute; /* important so we can position it on center later */
        display:none; /* don't show it */

        /* styling bellow */
        color:white;
    	/*width:640px;
    	height:640px;*/
    }

.titles_global {
	border:1px solid black;
	width:100%;
}

div.title{
	margin:0px;
	padding:0px;
	list-style:none;
}


div.title:hover {
	background:#ff0000;
}

div.goods_info{
	margin:0px;
	padding:0px;
	list-style:none;
}

div.goods_info:hover {
	background:#ff0000;
}

.rate_fullinfo {
	font-family:"Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	font-size:90%;
	color:#000000;
	margin:20px auto;
	text-align:center;
	line-height:1.4em;
	display:none;
	width:100%;
}

.goods_fullinfo {
	font-family:"Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	font-size:90%;
	color:#000000;
	margin:20px auto;
	text-align:center;
	line-height:1.4em;
	display:none;
	width:100%;
}

header, nav, section, article, aside, footer {
   display:block;
}
#import_ad{
	display:none;
}

#mask{
        position:absolute; /* important */
        top:0px; /* start from top */
        left:0px; /* start from left */
        height:100%; /* cover the whole page */
        width:100%;  /* cover the whole page */
        display:none; /* don't show it '*/

        /* styling bellow */
        background-color: black;
    }
        
.thd { 
	cursor: pointer;
	/*border: 1px solid gray;	
	text-align: center;
	font-family: Tahoma, Courier, monospace;	
	font-size: 11px;*/
	font-weight:bold;
	 border-bottom: 2px solid white; /* Параметры линии внизу */
	color:#000080;
}

#dis_n{
        display:none;
    }

/*выпадающий список*/
div.wrapper-dropdown{
	margin:0px;
	padding:0px;
	list-style:none;
	/*border-bottom:1px solid #e7e2d7;*/
}

div.wrapper-dropdown:hover {
	background:#9370DB;
}

.dropdown {
	font-family:"Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	font-size:90%;
	color:#000000;
	margin:20px auto;
	text-align:left;
	line-height:1.4em;
	display:none;
	width:100%;
}

table.change_table{
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	text-align:center;
	width:100%;	
}

table.change_table tr {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: black;
	background-color: #9FB6CD;
	-moz-border-radius: ;
}

table.change_table td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: black;
	-moz-border-radius: ;
}
table.change_table th {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
}

table.change_table tr:hover {
	background: green;

	}