/* CSS Reset Reloaded applied: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-weight: inherit;
 font-style: inherit;
 font-size: small;
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 vertical-align: baseline;
}
body {
line-height: 1.3;
}
/* remember to define focus styles! */
:focus {
 outline: 0;
}
ol, ul {
 list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
 border-collapse: separate;
 border-spacing: 0;
}
caption, th, td {
 text-align: left;
 font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: "";
}
blockquote, q {
 quotes: "" "";
}

/* ============= Собственно - мои стили ============= */
body {
margin: 0px;
padding: 0px;
background: black;
text-align: center;
background-image: url(/misc/img/background.png)
}

#wrap {
	position:relative;
	margin: 0 auto;
	margin-top: 10px;
    margin-bottom:10px;
	width:1000px;
	text-align: left;
}
#brands, #main {
	background:#1A1A1A;
}

#main, #fmain {
border-color: #f9c300;
border-style: solid;
border-width: 1px;	
position: relative;
width: 100%;
margin: 0px;
padding: 0px;
overflow: hidden;
}
#fmain{
	background-color: white;
	color:black;
}

#roof {
width: 100%;
background-color: black;
border-color: #f9c300;
border-style: solid;
border-width: 1px;
border-bottom-style: none !important;
}

#header {
	border-color: #f9c300;
	border-style: solid;
	border-width: 1px;	
	margin: 0px;
	padding: 0.7em 0px 0.7em 0px;
	background-color: black;
}

#brands {
border-color: #f9c300;
border-left-style: solid;
border-right-style: solid;
border-width: 1px;

	width:98%;
	padding: 10px 1% 10px 1%;
	font-size: small;
}

#leftmenu {
	width: 20%;
	float: left;
	margin: 10px;
}

#rightmenu {
	margin: 10px;
	width: 20%;
	float: right;
}

.blockmenu {
background: black;
padding: 1em 0.5em 1em 0.5em;
border-width: 1px;
border-color:white;
border-style: solid;
margin-bottom: 4px;
margin-left: auto;
margin-right: auto;
}

#infotext {
    font-size:x-small;
}
#infotext b {
    font-size: inherit;
}
#content {
	width: 53%;
	_width: 52%;
	float: left;
color: black;	
margin: 10px 4px 10px 4px;
padding: 1%;
background-color: white;
border: 1px solid white;
}
DIV#header {
   width: 1000px;
}

a.logo_l {
	display: block;
	float: left;
	width: 230px;
	height: 70px;
   background: url(/misc/img/logo_l.png) no-repeat 5px;
}

a.logo_r {
	display: block;	
	float: right;
	width: 165px;
	height: 70px;
   background: url(/misc/img/logo_r.png) no-repeat 0px;
}

DIV#header UL {
	width: 148px;
	float: left;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}



H3 {
	font-size: small%;
	font-weight: bold;
}


body, #wrap, #roof, #header, #leftmenu, #rightmenu {color: #b6b6b6;}

ul.navtab li.f {color:#f8c303; font-variant: small-caps; font-weight: bold;}
ul.navtab li {color: #909090; font-size: small; font-family: Tahoma, Arial, Helvetica, sans-serif;}

.products {
	width: 100%;
}

.product {
cursor:hand;
border: 1px solid white;
background-color: white;
position:relative;
vertical-align: bottom;
padding: 0px;
margin: 7px;
	float: left;
	width: 160px;
	_width: 150px;
	height: 235px;
}

.pfooter {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.name {
	height:7ex;
	_height:7ex;
	display:table-cell;
	_display:block;
	width:160px;
	vertical-align: bottom;
	padding-left:2px;
	padding-top: 5px;
	color: black;
    text-align:center;
    font-size:8pt;
}

.price {
    text-align:center;
	display:block;
    color:black;
    font-weight:bold;
    background-color:white;
	width: 99%;
    padding-left:2px;
    font-size:9pt;
}
.psale {
	font-weight: bold;
	text-align: right;
	color: red;
}

.pnew {
	font-weight: bold;
	text-align: right;
	color: white;
}

.pagination{
	background-color: black;
	color: #f9c300;
	text-indent: 10px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

.sheader{
	background-color: black;
	color: #f9c300;
	text-align: center;
	font-weight: bold;
	font-size: small;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

.navstring{
	font-weight:bold;
	text-indent: 10px;
	font-size: small;
	padding-bottom: 7px;
	padding-top: 2px;
}
a.black:link, a.black:visited{color: black;text-decoration: underline;}
a.black:active,a.black:hover{text-decoration: none;color:#f9c300;}

a.yellow:link,a.yellow:visited{color: #f8c303;text-decoration: none}
a.yellow:active,a.yellow:hover{text-decoration: none;color:#f9c300;}

UL#brands-list {
	overflow:hidden;
	width:100%;
	list-style: none;
}

UL#brands-list li{
	margin-left:-1px;
	float: left;
	padding: 0em 0.5em;
	border-left:1px solid #f9c300;
	margin-bottom: 0.2em;
}

#leftmenu UL, #rightmenu UL {
	margin-bottom: 20px;
}

#content LI, #leftmenu LI, #rightmenu LI {
	margin-left: 15px;
	margin-bottom: 2px;
}

#leftmenu H2 {margin-left:15px;}
#leftmenu H2, #rightmenu H2 {font-weight: bold;color: #f8c303;}
#rightmenu H2 {text-align: center;}

UL.extra-spacing LI { margin-bottom: 1em !important; }
UL.no-left-padding LI { margin-left: 0px !important; }

a:link, a:visited {
	text-decoration: none;color:#b6b6b6;
}
a:hover, a:active {
	text-decoration: none;color:#f9c300;
}

strong {
	color: #f9c300;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}

table.info th {
    background-color:black;
    color: #F9C300;
    font-weight:bold;
    text-align:center;
    border-color:white;
    border-width:2px;
}
table.info td {
    padding: 10px;
    text-align:justify;
    font-size:8pt;
}

table.order {
	border-width: 1px;
	border-spacing: 1px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
}
table.order th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	font-weight: bolder;
	text-align: center;
}
table.order td {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
}

input.qua {
	text-align: right;
	border: thin;
	border-style: groove;
	width: 99%;
	_width: 91%;
}

td.tpr,td.num {
	text-align: right;
}

select.sel {
border: thin;
	padding: 0;
	margin: 0;
	width: 100%;
}
table.order_fin, td, th	
{
   padding: 2px;
	border-collapse: collapse;
	border:1px solid black;
}
table.order_fin th
{
   padding:2px;
	vertical-align: top;
}

table.quest, td, th	
{
   padding: 2px;
	border-collapse: collapse;
	border:0px solid black;
}
table.quest th
{
   padding:2px;
	vertical-align: top;
}

ul.errorlist {
    margin: 0;
    padding: 0;
}
.errorlist li {
 	background-color: red;
   color: white;
   display: inline-block;
   font-size: 10px;
   margin: 0 0 3px;
   padding: 4px 5px;
}
H3	 {font-weight:bold;font-size:larger;}

.afisha{background-color: black;color:white;padding: 2px;display: block;}
.pagefoot{
    border-color: #f9c300;
    border-style: solid;
    border-width: 1px;	
    border-top:0px;
	text-align: center;
	background-color: black;
	width: 100%;
	padding-top:5px;
	font-size: smaller;
}
IMG.news{
	float: left;
	border: 1px solid black;
	margin: 8px;
	margin-top: 3px;
}

IMG.pimages{
   margin: 8px;
   margin-top: 3px;
   cursor: pointer;
}

.price strike {
	color: black;
    font-size:9pt;
}
.price font {
    font-size:9pt;
}

select {
	font-size: 8pt;
}
.bdescr strong, .bdescr b{color: black;font-weight: bold;}
.bdescr i, .bdescr em{color: black;font-weight: normal;font-style: italic;}
DIV .bdescr a:link, DIV .bdescr a:visited{color: black;text-decoration: underline;}
DIV .bdescr a:active,DIV .bdescr a:hover{text-decoration: none;color:#f9c300;}
.bdescr * {font-size:9pt;}
