@import "/design/spare/css/shop.css";
@import "/css/forum/forum.css";


body{
	margin:0;
	padding:0;
	height:auto;
	font-family:Century Gothic;
	font-size:12px;
	font-weight:regular;
	background:#0a0b0b url(/design/spare/img/bg.gif) 0% 0% repeat-x;
}
img {
	border:none;
}
div.delfloat {
	width:100%;
	clear:both;
	font-size:1px;
	height:1px;
}
div.position {
	position:relative;
	width:100%;	
	text-align:left;
}
div.positioncenter {
	position:relative;
	width:100px;
	margin:0 auto;	
	text-align:left;
}
div.top {
	background:url(/design/spare/img/maintop.jpg) 50% 0% no-repeat;
	margin:0 auto;
	width:1013px;
	height:350px;
	position:relative;
}
img.logo {
	position:absolute;
	top:38px;
	left:25px;
}
div.slogan {
	margin:205px 0 0 50px; 
	color:#dbdbdb;
}
span.biger {
	font-size:20px;
}
span.middle {
	font-size:18px;
}
span.lower {
	font-size:13px;
}
div.slogan a:link {
        color: #FFFFFF;
}
div.search {
	color:#fff;
	float:right;
	font-family:Arial;
	font-size:14px;
	margin:0 20px 0  0;
	_margin:17px 10px 0  0;
	
}
input.searchtype {
	width:195px;
	height:18px;
	border:1px #000 solid;
}
div.maincontent {
	width:1000px;
	margin:2px auto 0;
	background:#fff;
	
}
div.left {
	float:left;
	width:265px;
	background:#fff;
}
div.right {
	border-left:8px #c1c0c0 solid;
	border-right:8px #c1c0c0 solid;
	width:719px;
	float:left;
}
div.box {
	border-bottom:8px #c1c0c0 solid;
	padding:0 0 20px 0;
}

div.boxtitle {
	background:#c1c0c0;
	height:36px;
}
div.boxtitleleft {
	float:left;
	background:url(/design/spare/img/titleleft.gif) 0% 0% no-repeat;
	width:255px;
	height:36px;
	color:#e2e2e2;
	font-size:14px;
	font-weight:bold;
	padding:8px 0 0 10px;
}
div.boxtitleright {
	float:right;
	font-size:13px;
	padding:8px 0 0;
	color:#fff;
}
div.boxcontent {
	margin:10px 0 0 0;
	background:url(/design/spare/img/sep.gif) 50% 0% repeat-y;

}
div.boxleft {
	float:left;
	width:355px;
}
div.boxright {
	float:right;
	width:355px;
}
div.boxobject {
	margin:0 auto;
	width:300px;
	text-align:justify;
}
div.link {
	text-align:right;
}
div.link a {
	color:#000;
	font-weight:bold;
}
img.float {
	float:left;
	padding:0 10px 10px 0;
}
div.leftmenu {
	font-size:18px;
	margin:5px 0 0 20px;
}
div.leftmenu a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
table.brand {
	width:100%;
}
div.copyright {
	margin:8px 0;
	width:1000px;
	margin:0 auto;
}
div.copyleft {
	margin:10px 0 0 420px;
	_margin:10px 0 0 220px;
	float:left;
	color:#fff;
	font-size:14px;
}
div.copyrights {
	float:right;
}
div.menu {
	float:left;
}
table.topmenu  {
	margin:25px 0 0 0; 
	_margin:44px 0 0 0;
	height:36px;
}
table.topmenu td {
	height:35px;
	background:#fff;
}
td.first {
	width:120px;
	background:url(/design/spare/img/firstcell.gif) 0% 0% no-repeat !important;
}
td.first a{
	color:#e2e2e2 !important; 
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
td.last {
	background:url(/design/spare/img/last.gif) 0% 0% no-repeat !important;
	width:10px;
}
table.topmenu td a {
	font-size:14px;
	text-decoration:none;
	color:#000;
	margin:0 15px;
}



/**
	Стили для листалки страниц
*/

a.page_list {
	margin:5px;
	font-weight:bold;
	padding:5px 8px;
	background-color:#E6F0FA;
	height:30px;
	text-decoration:none;
	text-align:center;
	width:30px;

	/*Firefox*/
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	
	/*Chrome, Safari*/
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
}
span.page_list {
	background-color:silver;
	color:white;
	font-weight:bold;
	margin:5px;
	padding:5px 8px;
	height:30px;
	text-align:center;
	width:30px;

	/*Firefox*/
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	
	/*Chrome, Safari*/
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
}

div.complaint {
	background-color:#f0f0f0;   
	border:1px solid #cccccc;
	padding:15px;
}
TABLE.form {
	width: 100%;
}
TABLE.form TD {
	padding: 5px 0 5px 10px; 
	vertical-align: top;
}
TABLE.form TD.title {
	width: 130px;
	text-align: right;
	font-weight: bold;
}
input.text {
	width:80%;
}
textareat.text {
	width:80%;
}

div.pad {
	padding:0 0 0 10px;
}

a.cart_add_link {
	text-decoration:none;
	color:#555;
}
a.cart_add_link:hover{
	text-decoration:underline;
	color:#aaa; 
}