/**
* HTML elements
*/
* {
	font-size: 100.01%;
	margin: 0; padding: 0; 
}

html,body { height: 100%; width: 100%; }

body#danza_body {
	background: #787787; color: #555; font: 62.5% Arial, sans-serif; line-height: 1.6em; min-height:750px;
	}

/** headers */
h1,h2,h3 { font-weight: normal; margin: 0; text-align: left; }

h1 { font: 2.3em Georgia; font-style:italic; color: #555; line-height: 0.75em; margin-bottom:1em;}  /*  TRBL */
h2 { font-size: 1.8em; line-height: 1em; }  /*  TRBL */
h3 { font-size: 1.5em; line-height: 1.2em }  /*  TRBL */

/** paragraph */
p,adress { font-size: 1.2em; line-height: 1.5em; margin: 0 0 1em 0;	/*word-spacing: 0.1em;*/ }

small {	font-size: 0.8em; }

em { font: 1.2em Georgia; }

ul,ol {	margin: 0;	text-indent: 1.5em }

ul { list-style-type: none; }
ul ul {	list-style-type: none; }

li { list-style-image: none; list-style-type: none; }
li.leaf { list-style-image: none; list-style-type: none; }
li.expand {	list-style-image: none;	list-style-type: none; }

li { background: url('images/arrow-2.gif') no-repeat 5px .4em;	margin: 0; }

a {	color: #f60; font-size: 1.2em;	line-height: 1.5em; }
a:visited {	color: #555; }
a:hover,a:focus { color: #f60; }

a.pseudo { border-bottom: 1px dashed; color: #f60; text-decoration: none; }
a.pseudo:hover {	color: #f60; }
/*.links { font-size: 1.1em;	margin: 0; }
.links ul {	display: inline; }
.links ul li {	background: none; }*/

abbr,acronim { letter-spacing: 0.5em }

br { line-height: 1.5em }

blockquote {
	background-color: #eee;
	border-left: 4px solid #ddd;
	float: right;
	font: 1.2em Georgia;
	font-style: italic;
	line-height: 1.5em;
	margin: 0.3em 1em 0.3em 0.3em;
	padding: 0.3em 1em 0.3em 0.75em;
	width: 50%
	}

pre {
	background-color: #eee;	border: 1px solid #ddd;	font-size: 11px; padding: 0.75em 1.5em;
	}

/** Use this <div id="hr"></div> instead of <HR> */
#hr { 
	border-top: 1px solid #777; height: 0; margin: 0.9em 0 0.9em 0; padding: 0; width: 100%;
	}

/** Combo */
h1+h2 {	margin-top: 1.1em; }
p+h2 { margin: 0.75em 0 0.3em 0; }
p+h1 { margin: 0.6em 0 0.3em 0; }

/** images  ()*/
img { border: none; }
img.left { float: left;	margin: 1.8em;	margin-left: 0; }
}

/** tables */
table { border: none; border-collapse: collapse; }

td,th { border: 0px solid #777; padding: 0.1em; }
th.checkbox { background-color: #fff; text-align: left; }
td.bottom,th.bottom { vertical-align: bottom; }
tr.odd td.center { background-color: #ccc }

table.data { 
	border: 1px solid #777; empty-cells: show; font-size: 1.1em; float: right; width: 50%; 
	}
table.data th,table.data td {
	border: 1px solid #777;	padding: 0.1em 0.3em 0.1em 0.3em;
	}
table.data th {
	background-color: #369; border-bottom: 3px solid #777; color: #fff; font-weight: bold;
	}
table.data tr:hover { background: #eab; }

table.prev td {padding:10px;padding-left:0px;width:50%;vertical-align:top;}

/** standart presets */
.width_fix { max-width: 1200px; width: 100%; }
.clear { clear: both; font-size: 0; height: 1px; overflow: hidden; }
.clickable { cursor: pointer; }
.nobr { white-space: nowrap; }
.js .hidden { display: none; }
.error { color: #c66; }
.left { float:left; }
.right { float:left; }

/**
 * Layout
*/

div#page {
	background: #fff; margin-left: auto; margin-right: auto; min-height: 600px; width: 920px;
	}
	
div#header {
	background: #000; height: 100px; margin: 0; text-align: left; width: 100%; 
	}
div#logo img { float: left; }
div#missia { float: left; }
div#missia h2.top_title {
	color: #ccc; font-size: 12px; font-weight: bold; margin: 5.3em 1em 0 0;
	}
div#top-basket {
	float: right; height: 68px; margin-top: 30px; margin-right: 1.5em; width: 30em;
	}
div#top-basket p {
	color: #999; font-size: 1em; margin-top: 10px; text-align: right;
	}
div#top-basket img { float:right; margin:0 5px 0 10px; }
div#top-basket a { border-bottom: 1px solid #555; color: #999; font-size: 1em; text-decoration: none; }

div#top-menu { /* This is a block, navigation below */
	background: #f60 url('i/top-menu-fon.jpg') repeat-x;
	clear: both; height: 30px; margin: 0; text-align: left;	width: 100%;
	}

div#sidebar-left { height: 100%; text-align: left; width: 100%; }
div#sidebar-left li { margin: 0; background: none; }
div#sidebar-left a { font-size: 1.1em; font-weight: bold; text-decoration: none; }

div#main { 
	background: #fff; margin: 0; padding: 20px 1% 30px 3%; text-align: left; width: 96%;
	}

div#content {
	display: block; margin: 0; margin-bottom: 1em; padding: 0; width: 100%;
	}

div#content p img{
	margin:5px;
	}

div#main h2 {
	font-size: 2em; font-weight: bold; margin-bottom: 0.3em;
	}

#cart {clear:both;width:100%;}
table#two-columns { width:100%; }
table#two-columns td.right-column { background: #fff; width:78%; vertical-align:top;}
table#two-columns td.left-column { background: #eee; width:22%; vertical-align:top;}

table#cart-columns { width:100%; height:400px;padding:2%;}
table#cart-columns tr {color:#333;}
table#cart-columns tr.tab-header {background:#000;color:#fff;}
table#cart-columns tr.cart-odd {background:#EAEAE0;}
table#cart-columns tr.cart-even {background:#EEEEEE;}
table#cart-columns td.cl { background: #fff; width:66%; border:1px solid #ddd;padding: 10px;vertical-align:top;}
table#cart-columns td.cl td {text-align:center;font-size:12px;}
table#cart-columns td.cl td{vertical-align:middle;}
table#cart-columns td.cr { background: #fff; width:28%; margin-left:10px; border:1px solid #ddd;padding: 10px;vertical-align:top;}
.cart table { width:100%; }
table.cart-summary {width:100%;padding:2px;}
table.cart-summary tr {height:25px;}
table.cart-summary td {text-align:right;font-size:14px;}
table.cart-summary td:first-child {text-align:left;font-size:12px;}
table.cart-summary td.underline {border-bottom:1px dashed #333;}
table.cart-summary td.amount {border-bottom:2px solid #333;}


div#breadcrumbs {font-size: 1.2em;margin: 0;margin-bottom:20px;}
div#breadcrumbs a{font-size: 1em; margin-left:5px;margin-right:5px;}
div#breadcrumbs bradcrumbs-last {margin-left:5px;margin-right:5px;}

div#main-first {
	background: #eee; border: 0; clear: both; height: 300px; margin: 0;	padding: 0; width: 920px;
	display: block; overflow:hidden;
	}
div#rolik {
	background: #333; float: left; height: 300px; margin: 0; padding: 0; width: 720px;
	}

div#adv-right {
	background: #eee; float: right; height: 300px; padding-right: 20px; text-align: center; width: 160px;
	}
div#adv-right h2 {
	font-size: 17px !important;	margin-top: 30px; text-align: center;
	}
div#adv-right img { float: left; margin: 0; }

div#alt-banner {
	background: #eee; border: 0; clear: both; height: 40px; margin: 0; padding: 0; width: 920px;
	}

div#news-first {
	background: #fff; clear: both; height: 146px; width: 920px;
	}
div#news-first-item {
	float: left; height: 146px; padding: 0; width: 230px;
	}
div#news-first-item img{ height: 146px; width: 230px; }



/*div.steps {
	width: 100%;
	height: 40px;
	font-size: 12px;
	padding-top: 15px;
	background-color: #eee;
	margin-bottom: 1em;
}

div.steps .arrow {
	float: left;
}

div.steps .arrow:first-child {
	display: none;
}

div.steps .step {
	float: left;
	margin: 0 1em 0 1em;
}

div.steps .inactive {
	color: #aaa;
}*/



div#footer { 
	border-top:1px dashed #aaa;
	background: #ddd; 
	clear: both; height: 50px; 
	text-align: left; }
	
div#copyright {
	width:93%;
	background: #ddd; color: #444; 
	font-size: 1.1em; text-align: left;
	float: left; padding: 3.5%;padding-top:10px;
	}

div#copyright p { font-size: 11px;}
div#copyright p a { font-size: 11px;}

div#footer-menu {
	background: #ddd url('i/bottom-menu-fon.jpg') repeat-x;
	display: inline; float: left; padding: 0;padding-bottom:20px;
	width: 100%;
	}
div.footer-menu-block { float: left; margin-left:2.5em;}
div.footer-menu-title {
	background: #ddd url('i/bottom-menu-fon.jpg');
	text-align: left;
	padding: 0.3em;
	}
div.footer-menu-title h2 {
	color: #444;
	font-size: 12px !important; font-weight: bold; line-height: 1.2em;
	margin: 0; margin-left: 1em;
	}

div.footer-menu-items { padding: 0.3em; }
div.footer-menu-items ul {
	line-height: 2em;	text-indent: 0;
	margin: 0;
	}
div.footer-menu-items li { background: none; }
div.footer-menu-items li a {
	color: #444;
	font-size: 11px !important;	text-decoration: none;
	margin: 1em 0 1em 1em;
	border-bottom: 1px dotted #555;
	}
div.footer-menu-items li a:hover {
	color: #f60; 
	border-bottom: 1px solid #f60;
	}

/** Navigation */
div#top-menu .top-menu-item {
	float: left;
	color: #fff;
	height: 30px;
	display: block;
	margin: 0;
	background: url('i/separator.jpg') no-repeat 0px 0;
}

div#top-menu .top-menu-item:first-child {
	background: url('i/separator.jpg') no-repeat -1px 0;
}

div#top-menu #taxonomy_title {
	background: #333 url('i/active-menu-fon.jpg') repeat-x;
}

div#top-menu .top-menu-item:hover,div#top-menu .top-menu-item:focus {
	background-color: #000;
	display: block;
	background: url('i/menu-top-fon.jpg');
}

div#top-menu .top-menu-item a {
	color: #fff;
	display: block;
	font-size: 12px !important;
	font-weight: bold;
	margin: 0.3em 0.7em 0 0.7em;
	text-decoration: none;
}

div#top-menu .top-search {
	height: 25px;
	float: right;
	padding-top: 5px;
	padding-left: 20px;
	vertical-align: top;
	background: url('i/separator.jpg') no-repeat;
	position: relative;
	right: 20px;
}

div#top-menu .top-search input {
	font-size: 1.1em;
	font-weight: normal;
	color: #333;
	margin: 0;
	vertical-align: top;
}

div#taxonomy_menu {
	float: left;
	margin: 0;
	margin-bottom: 1em;
}

div#taxonomy_menu .expanded {
	list-style-type: none;
	list-style-image: none;
}

div#taxonomy_menu .leaf {
	list-style-type: none;
	list-style-image: none;
}

div#taxonomy_menu ul {
	font: 13px Arial, sans-serif;
	margin: 0;
	margin-top: 1em;
	margin-left: 1em;
	text-indent: 0em;
	list-style-type: none;
}

div#taxonomy_menu ul ul {
	font-size: 10px;
	font-weight: normal;
	text-indent: 1em;
	margin-top: 0;
	margin-left: 0.5em;
}

div#taxonomy_menu  li {
	margin: 0;
	margin-bottom:1em;
	background: none;
}

div#taxonomy_menu  li li {
	font-size: 10px;
	margin-bottom:0;
	background: url('i/arrow-2.gif') no-repeat 0 0.3em;
	margin-top:0.3em;
}

/*div#taxonomy_menu li:hover {background:url('i/open-menu.gif') no-repeat 184px 12px;}
div#taxonomy_menu li:hover ul {display: block;}*/
div#taxonomy_menu li a {
	line-height:0;
	color: #333;
}

div#taxonomy_menu li a:hover,div#taxonomy_menu li a:focus {
	text-decoration: none;
	border-bottom: 1px solid;
}

div#filter_menu {
	width: 90%;
	padding: 5%;
	margin: 0;
	margin-bottom: 1em;
	font-size:140%;	
	line-height:50%;
}

div#filter_menu div.form_select {
	float: left;
	width: 100%;
	/*margin-bottom: 10px;*/
}

div#filter_menu div.form_select select{
	width: 100%;
}

div#filter_menu .form_submit {
	margin-top: 10px;
	float: right;
}

/** Devel Menu */
div#block-menu-devel {
	float: left;
	border-top: 1px dashed;
	text-align: left;
	width: 150px;
	margin: 0;
	margin-bottom: 1em;
}

div#block-menu-devel h2 {
	font-size: 1.3em;
	margin-left: 0.7em;
	color: #333;
	font-weight: bold;
}

div#block-menu-devel .expanded {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
}

div#block-menu-devel .leaf {
	list-style-type: none;
	list-style-image: none;
}

div#block-menu-devel ul {
	font: 1em Arial, sans-serif;
	margin: 0;
	margin-top: 0.5em;
	line-height: 1.2em;
	text-indent: 1.2em;
	list-style-type: none;
}

div#block-menu-devel ul ul {
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 0;
	margin-left: 0.5em;
}

div#block-menu-devel  li {
	margin: 0;
	margin-top: 0.7em;
	background: none;
	background: url('i/arrow-2.gif') no-repeat 0 0.4em;
}

div#block-menu-devel  li li {
	font-size: 0.9em;
	margin-left: 0.7em;
}

/*div#block-menu-devel li:hover {background:url('i/open-menu.gif') no-repeat 184px 12px;}
div#block-menu-devel li:hover ul {display: block;}*/
div#block-menu-devel li a {
	color: #333;
}

div#block-menu-devel li a:hover,div#block-menu-devel li a:focus {
	text-decoration: none;
	border-bottom: 1px solid;
}

.block-user {
	float: left;
	border-top: 1px dashed;
	text-align: left;
	margin: 0;
	margin-bottom: 1em;
}

.block-user h2 {
	font-size: 1.5em;
	margin-left: 0.7em;
	color: #000;
	font-weight: bold;
}

.block-user .expanded {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
}

.block-user .collapsed {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
}

.block-user .leaf {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
}

.block-user ul {
	font: 1.1em Arial, sans-serif;
	margin: 0;
	margin-top: 0.5em;
	line-height: 1.5em;
	text-indent: 0em;
	list-style-type: none;
}

.block-user ul ul {
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 0;
	text-indent: 1.2em;
}

.block-user li a {
	color: #333;
}

.block-user li a:hover,.block-user li a:focus {
	text-decoration: none;
	border-bottom: 1px solid;
}

div#node li {
	font-size: 1em;
	margin: 0;
	margin-top: 10px;
	border-bottom: 1px solid #333;
	list-style-type: none !important;
}

td.shop-sizes-red {
	padding: 0;
	width: 30px;
	height: 30px;
	background: #900 url('i/size-btn-red.gif') no-repeat;
}

td.shop-sizes-green {
	padding: 0;
	width: 30px;
	height: 30px;
	background: #360 url('i/size-btn-green.gif') no-repeat;
}

td.shop-sizes-down {
	padding: 0;
	width: 30px;
	height: 30px;
	background: #9D0 url('i/size-btn-down.gif') no-repeat;
}

td div.shop-sizes-color {
	margin: 6px;
	width: 50px;
	height: 12px;
	border: 1px dotted;
}

/** User */
.profile dl,dt {
	font-size: 1.2em;
}

.ui-widget-content {
	padding: 1em;
	font: 1.1em Arial, sans-serif;
	line-height: 1.3em;
}

.ui-state-default {
	margin-right: 0.5em;
	color: #555 !important;
}




div.admin {padding:0;font-size:130%;}

/** forms */
.not_empty { font-family: Arial;color:#900; }
div.form_error { font:90% Arial;font-weight:bold;color:#900; }
div.form_description { font:79% Arial;color:#777; }
div.form_label { width:40%; font:90% Arial;color:#444; margin-top:10px;}
div.float .form_label { clear:both; float:left;}

div.float .form_input { float:left; }
div.float .form_date { float:left; }
div.float .form_select { float:left; }
div.float .form_checkbox { float:left; }
div.float .form_radio { float:left; }
div.float .form_submit { float:left; }

div.form_input { width:60%; font:100% Arial;color:#444; margin-top:10px;}
div.form_input .form_description { width:100%; }
div.form_input input{width:100%;}

div.form_checkbox { font:90% Arial;color:#444; margin-top:10px; margin-right:25px;}
div.form_radio { font:90% Arial;color:#444; margin-top:10px;}
div.form_radio label { margin-right:25px;}
div.form_field fieldset{ padding:20px;}
div.form_field legend{ font:90% Arial;color:#444;padding:5px;}
div.form_textarea {width:100%;margin-top:10px;}
div.form_textarea textarea{width:100%;height:100px;}
div.form_select {width:60%;margin-top:10px;}
div.form_select select{font:79% Arial,sans-serif; width:100%;}
div.form_date { font:90% Arial;color:#444; margin-top:10px;padding-right:25px;text-align:left;}
div.form_submit { margin-top:15px;padding-right:25px;text-align:left;}
div.form_submit input{ 
	font: 90% Tahoma,sans-serif;
	margin-bottom:10px;
	background: #222 url(/themes/default/i/a/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 4px 10px 5px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-box-shadow: 0 1px 3px #222;
	-webkit-box-shadow: 0 1px 3px #222;
	text-shadow: 0 -1px 1px #222;
	border:none;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
	}
	
div.form_submit input:hover{
	background-color: #555;
	}

div.form_submit input:active{
	background-color: #ddd;
	top:3px;
	}