/* Reset
-------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { padding: 0; margin: 0; }
ul, ol { list-style: none; }
img { border: none; }

/*
* { outline: 1px dotted red; }
* * { outline: 1px dotted green; }
* * * { outline: 1px dotted orange; }
* * * * { outline: 1px dotted blue; }
* * * * * { outline: 1px solid red; }
* * * * * * { outline: 1px solid green; }
* * * * * * * { outline: 1px solid orange; }
* * * * * * * * { outline: 1px solid blue; }
*/

/*jimmy * inserts */
table, tbody, tr, td, th {
	border: 1px solid #CCC;
	border-collapse: collapse;
}

td {
	padding: 3px 5px 3px 5px;
}

th {
	padding: 7px 7px 7px 7px;
	font-family: Georgia;
}

input[type=submit] {
	background-color: #fff;
	/*border: 1px solid #e6ba54;*/
	border: none;
	color: #09c;
	font-weight: bold;
}
input[type=submit]:hover {
	text-decoration: overline;
}

li {
	margin-top: 2px;
}

a {}
a:hover {}

.hidden { display: none }
/*  Main */
body {
	color:#333;
	background-color:white;
	margin:20px;
	padding:0px;
	font:14px verdana, arial, helvetica, sans-serif;
}

h1, h2, h3 {
	font-family: Georgia;
}
h1 {
	margin:0px 0px 20px 0px;
	padding:0px;
	font-size:28px;
	color:#612895;
}

h1 a {
    font-size: 28px;
	font-family: Georgia;
}

h2 {
	font:16px/18px;
	margin:0px 0px 10px 0px;
	padding:0px;
	color:#612895;
	
}

h2.actions {
    margin: 15px 0px;
}

h3 {
	font:14px/16px;
	margin:0px 0px 10px 0px;
	padding:0px;
	color:#612895;
}

p {
	font:13px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}

/*-----Header--------------*/

#header {
	height: 150px ;
	width: 100% ;
}

#logo {
	background: url('/images/logo.jpg') no-repeat !important;
	position:absolute;
	left:0;
	top: 0;
	width: 351px;
	height: 170px;
}

#header_bg {
	background:#57b7dd;
	position:absolute;
	top: 2px;
	left:351px;
	right:0;
	height: 168px;
	background: url('/images/header_bg_line.jpg') repeat-x;
}

#header_phone {
	position: absolute;
	top: 1px;
	right: 15px;
	font: 40px Georgia;
	color: #ffd75c;
}
#header_phone span {
	font-size: 22px;
	color: #e5ddc5;
}

#header_menu {
	position: absolute;
	top: 132px;
	left: 50%;
	right: auto;
	text-align: center;
}

#header_search {
	position: absolute;
	top: 140px;
	right: 14px;
}

ul#simple-menu{
	list-style-type:none;
	margin: 0 0 0 -250px;
	height:27px;
	padding:11px 0 0 0;
}
ul#simple-menu li {
	display:block;
	float:left;
	margin:0 0 0 4px;
	height:27px;
	}
ul#simple-menu li.left{
	margin:0;
}
ul#simple-menu li a{
	font-family: Graublau Sans Web, "Trebuchet MS", Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	display:block; 
	float:left;
	color:#fff;
	background:#b36900;
	line-height:27px;
	text-decoration:none;
	padding:0 17px 0 18px;
	height:27px;}
ul#simple-menu li a.right{
	padding-right:19px;
}
ul#simple-menu li a:hover{
	background:#FFF;
	color: #612895;
}
ul#simple-menu li a.current{
	color:#2E4560;background:#fff;
}
ul#simple-menu li a.current:hover{
	color:#2E4560;
	background:#fff;
}

/* NAVs */ 

#navAlpha {
	background-color:#f7f7f7;
	position:absolute;
	width:200px;
	top:176px;
	left:6px;
	height: auto;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";

	voice-family:inherit;
	width:200px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:200px;}
		
#navBeta {
	position:absolute;
	width:200px;
	top:176px;
	right:0;
	background-color:#f7f7f7;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:202px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:200px;}

#menu_headline {
	text-align: center;
	background-color:#e6ba54;
	font: 20px/18px Georgia;
	padding: 5px 5px 7px 5px;
	color:#612895;
}

#menu_content {
	padding:10px;
	border:2px solid #e6ba54;
	margin-bottom: 5px;
}

#menu_content a:hover {
	text-decoration:underline;
}

#menu_content > ul > li > a
{
	font: 17px Georgia;
	color: #b36900;
}

#menu_content > ul > li
{
    margin: 15px 0 0 0;
}

#menu_content ul li ul li a{
	font: 14px Tahoma, Areal, sans-serif;
	margin-left: 2px;
}
#menu_content ul li ul li a:hover{
	text-decoration:underline;
}

.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color: #09c;
	font-size: 11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
}
a:link {
	color:#09c;
}
a:visited {
color:#07a;
}
a:hover {
	text-decoration:underline;
}


/* Content */

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	min-height: 700px;
	margin:0px 200px 20px 200px;
	/*border:1px solid black;*/
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

#content_toys tr{
	text-align:center;
}
#content_toys th, #content_toys td, #content_toys tr, #content_toys table, #content_toys tbody, #content_toys{
	border: none;
	vertical-align: top;
}
#content_toys td{
	width:200px;
	text-align: center;
}
#content_toys h2 {
	color: FFF;
	text-align: center;
	background-color: #e6ba54;
	padding: 3px;
	margin: 0;
}
#content_toys td div#toy{
	border: 2px solid #e6ba54;
	width: 200px;
	text-align: left;
}
#content_toys td div#toy div{
	padding: 5px;
}
#content_toys p {
	width:200px;
	text-align:center;
	margin: 0;
	padding: 0;
	line-height: 0;
	border-bottom: 2px solid #e6ba54;
}
#content_toys.controls {}

#index_catalog_images {
	padding-top: 10px;
	border-top: 1px dotted #848484;
	/*height: 83px;*/
	
}
#index_catalog_images table{
	text-align: center;
	}
	
	
#basket input[type=text] {
	width: 25px;
}

#basket th {
	font-size: 14px;
}

.orderform tr, .orderform th, .orderform tbody, .orderform td, .orderform table {
	border: none;
}
.orderform th {
	text-align: right;
}
/* footer */

#footer {
	border-top: 2px solid #e6ba54;
	padding: 20px 10px 0 10px;
	height: 50px ;
	width: 100% ;
	text-align: right;
	vertical-align:bottom;
}

#footer_links {
	width: 100%;
	text-align: center;
}
#footer_links ul li{
	padding: 0 10px;
	display: inline;
}
#footer_links a {
	font-size: 16px;
}

#counters {
	/*position: absolute;
	display: inline;
	left: 20px;*/
	float:left;
}

.error-message {
    color: red;
    margin: 10px;
}

.message {
    margin: 10px;
}

#passwd th {
    text-align: right;
}

#admin-catalog {
    font-size: 8pt;
}

#admin-catalog img {
    vertical-align: middle;
}

#admin-catalog div.subcategory {
    margin-left: 22px;
}

#admin-catalog div.add {
    margin-left: 50px;
    padding-top: 5px;
}

table.goods {
    width: 100%;
}

table.goods td {
    text-align: center;
}

table.goods td.price {
    text-align: right;
}

table.goods img {
    vertical-align: middle;
}

table.goods td.actions {
    white-space: nowrap;
}

table.edit-good th {
    text-align: right;
    vertical-align: top;
}

/* Card */

/*h1 {
    margin-top: 0px;
    margin-bottom: 15px;
}

td {
    vertical-align: top;
}

#top-menu {
    text-align: right;
}

#table-layout {
    width: 100%;
    margin-top: 20px;
}

#table-catalog ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#table-catalog li {
    margin: 0px;
    padding: 0px;
}

#table-catalog, #table-basket {
    width: 200px;
    padding: 10px;
}

form.orderform th, form.orderform td {
    text-align: left;
    vertical-align: top;
}

form.orderform td input, form.orderform td textarea {
    width: 300px;
}

form.orderform th.submit {
    text-align: right;
}

form.orderform th.submit input {
    width: 200px;
}

form.orderform ul.errorlist {
    margin: 0px;
    padding: 0px;
    color: red;
    font-weight: normal;
    font-size: 12px;
    list-style-position: inside;
}
*/

